Test output: teeks99-06-mg11-20-64onaarch64 - python - data_members / 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/data_members.test/gcc-11~c++20/debug/arm_64/debug-symbols-off/python-2.7/threading-multi/visibility-hidden/data_members.o" "../libs/python/test/data_members.cpp"

In file included from ../boost/python/detail/is_xxx.hpp:8,
                 from ../boost/python/detail/is_auto_ptr.hpp:9,
                 from ../boost/python/detail/copy_ctor_mutates_rhs.hpp:8,
                 from ../boost/python/detail/value_arg.hpp:7,
                 from ../boost/python/object/forward.hpp:10,
                 from ../boost/python/object/pointer_holder.hpp:16,
                 from ../boost/python/to_python_indirect.hpp:10,
                 from ../boost/python/converter/arg_to_python.hpp:10,
                 from ../boost/python/call.hpp:15,
                 from ../boost/python/object_core.hpp:14,
                 from ../boost/python/object/class.hpp:9,
                 from ../boost/python/class.hpp:13,
                 from ../libs/python/test/data_members.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/config/no_tr1/memory.hpp:21,
                 from ../boost/get_pointer.hpp:14,
                 from ../boost/python/object/pointer_holder.hpp:11,
                 from ../boost/python/to_python_indirect.hpp:10,
                 from ../boost/python/converter/arg_to_python.hpp:10,
                 from ../boost/python/call.hpp:15,
                 from ../boost/python/object_core.hpp:14,
                 from ../boost/python/object/class.hpp:9,
                 from ../boost/python/class.hpp:13,
                 from ../libs/python/test/data_members.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/preprocessor/iteration/detail/iter/limits/forward1_256.hpp:19,
                 from ../boost/preprocessor/iteration/detail/iter/forward1.hpp:1343,
                 from ../boost/python/object/value_holder.hpp:46,
                 from ../boost/python/object/class_metadata.hpp:14,
                 from ../boost/python/class.hpp:23,
                 from ../libs/python/test/data_members.cpp:5:
../boost/python/object/value_holder.hpp: In instantiation of ???boost::python::objects::value_holder<Value>::value_holder(PyObject*, A0) [with A0 = boost::reference_wrapper<const Y>; Value = Y; PyObject = _object]???:
../boost/python/object/make_instance.hpp:78:16:   required from ???static Holder* boost::python::objects::make_instance<T, Holder>::construct(void*, PyObject*, boost::reference_wrapper<const T>) [with T = Y; Holder = boost::python::objects::value_holder<Y>; PyObject = _object]???
../boost/python/object/make_instance.hpp:46:47:   required from ???static PyObject* boost::python::objects::make_instance_impl<T, Holder, Derived>::execute(Arg&) [with Arg = const boost::reference_wrapper<const Y>; T = Y; Holder = boost::python::objects::value_holder<Y>; Derived = boost::python::objects::make_instance<Y, boost::python::objects::value_holder<Y> >; PyObject = _object]???
../boost/python/object/class_wrapper.hpp:29:37:   required from ???static PyObject* boost::python::objects::class_cref_wrapper<Src, MakeInstance>::convert(const Src&) [with Src = Y; MakeInstance = boost::python::objects::make_instance<Y, boost::python::objects::value_holder<Y> >; PyObject = _object]???
../boost/python/converter/as_to_python_function.hpp:27:61:   required from ???static PyObject* boost::python::converter::as_to_python_function<T, ToPython>::convert(const void*) [with T = Y; ToPython = boost::python::objects::class_cref_wrapper<Y, boost::python::objects::make_instance<Y, boost::python::objects::value_holder<Y> > >; PyObject = _object]???
../boost/python/to_python_converter.hpp:83:9:   [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
../boost/python/object/class_metadata.hpp:227:55:   required from ???static void boost::python::objects::class_metadata<T, X1, X2, X3>::register_aux2(T2*, Callback) [with T2 = Y; Callback = boost::integral_constant<bool, false>; T = Y; X1 = boost::python::detail::not_specified; X2 = boost::python::detail::not_specified; X3 = boost::python::detail::not_specified]???
../boost/python/object/class_metadata.hpp:218:38:   required from ???static void boost::python::objects::class_metadata<T, X1, X2, X3>::register_aux(void*) [with T = Y; X1 = boost::python::detail::not_specified; X2 = boost::python::detail::not_specified; X3 = boost::python::detail::not_specified]???
../boost/python/object/class_metadata.hpp:204:37:   required from ???static void boost::python::objects::class_metadata<T, X1, X2, X3>::register_() [with T = Y; X1 = boost::python::detail::not_specified; X2 = boost::python::detail::not_specified; X3 = boost::python::detail::not_specified]???
../boost/python/class.hpp:452:28:   required from ???void boost::python::class_<T, X1, X2, X3>::initialize(const DefVisitor&) [with DefVisitor = boost::python::init_base<boost::python::init<int> >; W = Y; X1 = boost::python::detail::not_specified; X2 = boost::python::detail::not_specified; X3 = boost::python::detail::not_specified]???
../boost/python/class.hpp:204:25:   required from ???boost::python::class_<T, X1, X2, X3>::class_(const char*, const boost::python::init_base<DerivedT>&) [with DerivedT = boost::python::init<int>; W = Y; X1 = boost::python::detail::not_specified; X2 = boost::python::detail::not_specified; X3 = boost::python::detail::not_specified]???
../libs/python/test/data_members.cpp:97:31:   required from here
../boost/python/object/value_holder.hpp:131:11: warning: implicitly-declared ???Y::Y(const Y&)??? is deprecated [-Wdeprecated-copy]
  131 |       PyObject* self BOOST_PP_COMMA_IF(N) BOOST_PP_ENUM_BINARY_PARAMS_Z(1, N, A, a))
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  132 |         : m_held(
      |         ~~~~~~~~~
  133 |             BOOST_PP_REPEAT_1ST(N, BOOST_PYTHON_UNFORWARD_LOCAL, nil)
      |             ~
../libs/python/test/data_members.cpp:23:8: note: because ???Y??? has user-provided ???Y& Y::operator=(const Y&)???
   23 |     Y& operator=(Y const& rhs) { x = rhs.x; return *this; }
      |        ^~~~~~~~
../libs/python/test/data_members.cpp: In instantiation of ???boost::python::objects::value_holder<Value>::value_holder(PyObject*, A0) [with A0 = boost::reference_wrapper<const Var>; Value = Var; PyObject = _object]???:
../boost/python/object/make_instance.hpp:78:16:   required from ???static Holder* boost::python::objects::make_instance<T, Holder>::construct(void*, PyObject*, boost::reference_wrapper<const T>) [with T = Var; Holder = boost::python::objects::value_holder<Var>; PyObject = _object]???
../boost/python/object/make_instance.hpp:46:47:   required from ???static PyObject* boost::python::objects::make_instance_impl<T, Holder, Derived>::execute(Arg&) [with Arg = const boost::reference_wrapper<const Var>; T = Var; Holder = boost::python::objects::value_holder<Var>; Derived = boost::python::objects::make_instance<Var, boost::python::objects::value_holder<Var> >; PyObject = _object]???
../boost/python/object/class_wrapper.hpp:29:37:   required from ???static PyObject* boost::python::objects::class_cref_wrapper<Src, MakeInstance>::convert(const Src&) [with Src = Var; MakeInstance = boost::python::objects::make_instance<Var, boost::python::objects::value_holder<Var> >; PyObject = _object]???
../boost/python/converter/as_to_python_function.hpp:27:61:   required from ???static PyObject* boost::python::converter::as_to_python_function<T, ToPython>::convert(const void*) [with T = Var; ToPython = boost::python::objects::class_cref_wrapper<Var, boost::python::objects::make_instance<Var, boost::python::objects::value_holder<Var> > >; PyObject = _object]???
../boost/python/to_python_converter.hpp:83:9:   [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
../boost/python/object/class_metadata.hpp:227:55:   required from ???static void boost::python::objects::class_metadata<T, X1, X2, X3>::register_aux2(T2*, Callback) [with T2 = Var; Callback = boost::integral_constant<bool, false>; T = Var; X1 = boost::python::detail::not_specified; X2 = boost::python::detail::not_specified; X3 = boost::python::detail::not_specified]???
../boost/python/object/class_metadata.hpp:218:38:   required from ???static void boost::python::objects::class_metadata<T, X1, X2, X3>::register_aux(void*) [with T = Var; X1 = boost::python::detail::not_specified; X2 = boost::python::detail::not_specified; X3 = boost::python::detail::not_specified]???
../boost/python/object/class_metadata.hpp:204:37:   required from ???static void boost::python::objects::class_metadata<T, X1, X2, X3>::register_() [with T = Var; X1 = boost::python::detail::not_specified; X2 = boost::python::detail::not_specified; X3 = boost::python::detail::not_specified]???
../boost/python/class.hpp:452:28:   required from ???void boost::python::class_<T, X1, X2, X3>::initialize(const DefVisitor&) [with DefVisitor = boost::python::init_base<boost::python::init<std::__cxx11::basic_string<char> > >; W = Var; X1 = boost::python::detail::not_specified; X2 = boost::python::detail::not_specified; X3 = boost::python::detail::not_specified]???
../boost/python/class.hpp:204:25:   required from ???boost::python::class_<T, X1, X2, X3>::class_(const char*, const boost::python::init_base<DerivedT>&) [with DerivedT = boost::python::init<std::__cxx11::basic_string<char> >; W = Var; X1 = boost::python::detail::not_specified; X2 = boost::python::detail::not_specified; X3 = boost::python::detail::not_specified]???
../libs/python/test/data_members.cpp:104:43:   required from here
../libs/python/test/data_members.cpp:39:8: warning: implicitly-declared ???Y::Y(const Y&)??? is deprecated [-Wdeprecated-copy]
   39 | struct Var : VarBase
      |        ^~~
../libs/python/test/data_members.cpp:23:8: note: because ???Y??? has user-provided ???Y& Y::operator=(const Y&)???
   23 |     Y& operator=(Y const& rhs) { x = rhs.x; return *this; }
      |        ^~~~~~~~
In file included from ../boost/preprocessor/iteration/detail/iter/limits/forward1_256.hpp:19,
                 from ../boost/preprocessor/iteration/detail/iter/forward1.hpp:1343,
                 from ../boost/python/object/value_holder.hpp:46,
                 from ../boost/python/object/class_metadata.hpp:14,
                 from ../boost/python/class.hpp:23,
                 from ../libs/python/test/data_members.cpp:5:
../boost/python/object/value_holder.hpp:131:11: note: synthesized method ???Var::Var(const Var&)??? first required here
  131 |       PyObject* self BOOST_PP_COMMA_IF(N) BOOST_PP_ENUM_BINARY_PARAMS_Z(1, N, A, a))
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  132 |         : m_held(
      |         ~~~~~~~~~
  133 |             BOOST_PP_REPEAT_1ST(N, BOOST_PYTHON_UNFORWARD_LOCAL, nil)
      |             ~
            
Link [2024-11-21 00:04:34 UTC]: succeed

"g++-11"    -o "/mnt/fs1/teeks99-06/run/results/boost/bin.v2/libs/python/test/data_members.test/gcc-11~c++20/debug/arm_64/debug-symbols-off/python-2.7/threading-multi/visibility-hidden/data_members_ext.so" -Wl,-soname -Wl,"data_members_ext.so" -shared -Wl,--start-group "/mnt/fs1/teeks99-06/run/results/boost/bin.v2/libs/python/test/data_members.test/gcc-11~c++20/debug/arm_64/debug-symbols-off/python-2.7/threading-multi/visibility-hidden/data_members.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/data_members.py", line 5, in __main__
Failed example:
    from data_members_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 data_members_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/data_members.py", line 9, in __main__
Failed example:
    v = Var('slim shady')
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>
        v = Var('slim shady')
    NameError: name 'Var' is not defined
**********************************************************************
File "../libs/python/test/data_members.py", line 11, in __main__
Failed example:
    Var.ro2a.x
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>
        Var.ro2a.x
    NameError: name 'Var' is not defined
**********************************************************************
File "../libs/python/test/data_members.py", line 13, in __main__
Failed example:
    Var.ro2b.x
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>
        Var.ro2b.x
    NameError: name 'Var' is not defined
**********************************************************************
File "../libs/python/test/data_members.py", line 15, in __main__
Failed example:
    Var.rw2a.x
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>
        Var.rw2a.x
    NameError: name 'Var' is not defined
**********************************************************************
File "../libs/python/test/data_members.py", line 17, in __main__
Failed example:
    Var.rw2b.x
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>
        Var.rw2b.x
    NameError: name 'Var' is not defined
**********************************************************************
File "../libs/python/test/data_members.py", line 19, in __main__
Failed example:
    v.ro2a.x
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__[6]>", line 1, in <module>
        v.ro2a.x
    NameError: name 'v' is not defined
**********************************************************************
File "../libs/python/test/data_members.py", line 21, in __main__
Failed example:
    v.ro2b.x
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>
        v.ro2b.x
    NameError: name 'v' is not defined
**********************************************************************
File "../libs/python/test/data_members.py", line 23, in __main__
Failed example:
    v.rw2a.x
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>
        v.rw2a.x
    NameError: name 'v' is not defined
**********************************************************************
File "../libs/python/test/data_members.py", line 25, in __main__
Failed example:
    v.rw2b.x
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>
        v.rw2b.x
    NameError: name 'v' is not defined
**********************************************************************
File "../libs/python/test/data_members.py", line 27, in __main__
Failed example:
    Var.rw2a.x = 777
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__[10]>", line 1, in <module>
        Var.rw2a.x = 777
    NameError: name 'Var' is not defined
**********************************************************************
File "../libs/python/test/data_members.py", line 28, in __main__
Failed example:
    Var.ro2a.x
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>
        Var.ro2a.x
    NameError: name 'Var' is not defined
**********************************************************************
File "../libs/python/test/data_members.py", line 30, in __main__
Failed example:
    Var.ro2b.x
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>
        Var.ro2b.x
    NameError: name 'Var' is not defined
**********************************************************************
File "../libs/python/test/data_members.py", line 32, in __main__
Failed example:
    Var.rw2a.x
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>
        Var.rw2a.x
    NameError: name 'Var' is not defined
**********************************************************************
File "../libs/python/test/data_members.py", line 34, in __main__
Failed example:
    Var.rw2b.x
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>
        Var.rw2b.x
    NameError: name 'Var' is not defined
**********************************************************************
File "../libs/python/test/data_members.py", line 36, in __main__
Failed example:
    v.ro2a.x
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>
        v.ro2a.x
    NameError: name 'v' is not defined
**********************************************************************
File "../libs/python/test/data_members.py", line 38, in __main__
Failed example:
    v.ro2b.x
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__[16]>", line 1, in <module>
        v.ro2b.x
    NameError: name 'v' is not defined
**********************************************************************
File "../libs/python/test/data_members.py", line 40, in __main__
Failed example:
    v.rw2a.x
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__[17]>", line 1, in <module>
        v.rw2a.x
    NameError: name 'v' is not defined
**********************************************************************
File "../libs/python/test/data_members.py", line 42, in __main__
Failed example:
    v.rw2b.x
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__[18]>", line 1, in <module>
        v.rw2b.x
    NameError: name 'v' is not defined
**********************************************************************
File "../libs/python/test/data_members.py", line 44, in __main__
Failed example:
    Var.rw2b = Y(888)
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__[19]>", line 1, in <module>
        Var.rw2b = Y(888)
    NameError: name 'Y' is not defined
**********************************************************************
File "../libs/python/test/data_members.py", line 46, in __main__
Failed example:
    y = Y(99)
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__[20]>", line 1, in <module>
        y = Y(99)
    NameError: name 'Y' is not defined
**********************************************************************
File "../libs/python/test/data_members.py", line 47, in __main__
Failed example:
    y.q = True
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__[21]>", line 1, in <module>
        y.q = True
    NameError: name 'y' is not defined
**********************************************************************
File "../libs/python/test/data_members.py", line 48, in __main__
Failed example:
    y.q
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__[22]>", line 1, in <module>
        y.q
    NameError: name 'y' is not defined
**********************************************************************
File "../libs/python/test/data_members.py", line 50, in __main__
Failed example:
    y.q = False
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__[23]>", line 1, in <module>
        y.q = False
    NameError: name 'y' is not defined
**********************************************************************
File "../libs/python/test/data_members.py", line 51, in __main__
Failed example:
    y.q
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__[24]>", line 1, in <module>
        y.q
    NameError: name 'y' is not defined
**********************************************************************
File "../libs/python/test/data_members.py", line 54, in __main__
Failed example:
    Var.ro2a.x
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__[25]>", line 1, in <module>
        Var.ro2a.x
    NameError: name 'Var' is not defined
**********************************************************************
File "../libs/python/test/data_members.py", line 56, in __main__
Failed example:
    Var.ro2b.x
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__[26]>", line 1, in <module>
        Var.ro2b.x
    NameError: name 'Var' is not defined
**********************************************************************
File "../libs/python/test/data_members.py", line 58, in __main__
Failed example:
    Var.rw2a.x
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__[27]>", line 1, in <module>
        Var.rw2a.x
    NameError: name 'Var' is not defined
**********************************************************************
File "../libs/python/test/data_members.py", line 60, in __main__
Failed example:
    Var.rw2b.x
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__[28]>", line 1, in <module>
        Var.rw2b.x
    NameError: name 'Var' is not defined
**********************************************************************
File "../libs/python/test/data_members.py", line 62, in __main__
Failed example:
    v.ro2a.x
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__[29]>", line 1, in <module>
        v.ro2a.x
    NameError: name 'v' is not defined
**********************************************************************
File "../libs/python/test/data_members.py", line 64, in __main__
Failed example:
    v.ro2b.x
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__[30]>", line 1, in <module>
        v.ro2b.x
    NameError: name 'v' is not defined
**********************************************************************
File "../libs/python/test/data_members.py", line 66, in __main__
Failed example:
    v.rw2a.x
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__[31]>", line 1, in <module>
        v.rw2a.x
    NameError: name 'v' is not defined
**********************************************************************
File "../libs/python/test/data_members.py", line 68, in __main__
Failed example:
    v.rw2b.x
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__[32]>", line 1, in <module>
        v.rw2b.x
    NameError: name 'v' is not defined
**********************************************************************
File "../libs/python/test/data_members.py", line 70, in __main__
Failed example:
    v.rw2b.x = 999
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__[33]>", line 1, in <module>
        v.rw2b.x = 999
    NameError: name 'v' is not defined
**********************************************************************
File "../libs/python/test/data_members.py", line 71, in __main__
Failed example:
    Var.ro2a.x
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__[34]>", line 1, in <module>
        Var.ro2a.x
    NameError: name 'Var' is not defined
**********************************************************************
File "../libs/python/test/data_members.py", line 73, in __main__
Failed example:
    Var.ro2b.x
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__[35]>", line 1, in <module>
        Var.ro2b.x
    NameError: name 'Var' is not defined
**********************************************************************
File "../libs/python/test/data_members.py", line 75, in __main__
Failed example:
    Var.rw2a.x
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__[36]>", line 1, in <module>
        Var.rw2a.x
    NameError: name 'Var' is not defined
**********************************************************************
File "../libs/python/test/data_members.py", line 77, in __main__
Failed example:
    Var.rw2b.x
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__[37]>", line 1, in <module>
        Var.rw2b.x
    NameError: name 'Var' is not defined
**********************************************************************
File "../libs/python/test/data_members.py", line 79, in __main__
Failed example:
    v.ro2a.x
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__[38]>", line 1, in <module>
        v.ro2a.x
    NameError: name 'v' is not defined
**********************************************************************
File "../libs/python/test/data_members.py", line 81, in __main__
Failed example:
    v.ro2b.x
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__[39]>", line 1, in <module>
        v.ro2b.x
    NameError: name 'v' is not defined
**********************************************************************
File "../libs/python/test/data_members.py", line 83, in __main__
Failed example:
    v.rw2a.x
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__[40]>", line 1, in <module>
        v.rw2a.x
    NameError: name 'v' is not defined
**********************************************************************
File "../libs/python/test/data_members.py", line 85, in __main__
Failed example:
    v.rw2b.x
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__[41]>", line 1, in <module>
        v.rw2b.x
    NameError: name 'v' is not defined
**********************************************************************
File "../libs/python/test/data_members.py", line 89, in __main__
Failed example:
    Var.ro1a
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__[42]>", line 1, in <module>
        Var.ro1a
    NameError: name 'Var' is not defined
**********************************************************************
File "../libs/python/test/data_members.py", line 91, in __main__
Failed example:
    Var.ro1b
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__[43]>", line 1, in <module>
        Var.ro1b
    NameError: name 'Var' is not defined
**********************************************************************
File "../libs/python/test/data_members.py", line 93, in __main__
Failed example:
    Var.rw1a
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__[44]>", line 1, in <module>
        Var.rw1a
    NameError: name 'Var' is not defined
**********************************************************************
File "../libs/python/test/data_members.py", line 95, in __main__
Failed example:
    Var.rw1b
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__[45]>", line 1, in <module>
        Var.rw1b
    NameError: name 'Var' is not defined
**********************************************************************
File "../libs/python/test/data_members.py", line 97, in __main__
Failed example:
    v.ro1a
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__[46]>", line 1, in <module>
        v.ro1a
    NameError: name 'v' is not defined
**********************************************************************
File "../libs/python/test/data_members.py", line 99, in __main__
Failed example:
    v.ro1b
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__[47]>", line 1, in <module>
        v.ro1b
    NameError: name 'v' is not defined
**********************************************************************
File "../libs/python/test/data_members.py", line 101, in __main__
Failed example:
    v.rw1a
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__[48]>", line 1, in <module>
        v.rw1a
    NameError: name 'v' is not defined
**********************************************************************
File "../libs/python/test/data_members.py", line 103, in __main__
Failed example:
    v.rw1b
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__[49]>", line 1, in <module>
        v.rw1b
    NameError: name 'v' is not defined
**********************************************************************
File "../libs/python/test/data_members.py", line 105, in __main__
Failed example:
    Var.rw1a = 777
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__[50]>", line 1, in <module>
        Var.rw1a = 777
    NameError: name 'Var' is not defined
**********************************************************************
File "../libs/python/test/data_members.py", line 106, in __main__
Failed example:
    Var.ro1a
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__[51]>", line 1, in <module>
        Var.ro1a
    NameError: name 'Var' is not defined
**********************************************************************
File "../libs/python/test/data_members.py", line 108, in __main__
Failed example:
    Var.ro1b
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__[52]>", line 1, in <module>
        Var.ro1b
    NameError: name 'Var' is not defined
**********************************************************************
File "../libs/python/test/data_members.py", line 110, in __main__
Failed example:
    Var.rw1a
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__[53]>", line 1, in <module>
        Var.rw1a
    NameError: name 'Var' is not defined
**********************************************************************
File "../libs/python/test/data_members.py", line 112, in __main__
Failed example:
    Var.rw1b
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__[54]>", line 1, in <module>
        Var.rw1b
    NameError: name 'Var' is not defined
**********************************************************************
File "../libs/python/test/data_members.py", line 114, in __main__
Failed example:
    v.ro1a
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__[55]>", line 1, in <module>
        v.ro1a
    NameError: name 'v' is not defined
**********************************************************************
File "../libs/python/test/data_members.py", line 116, in __main__
Failed example:
    v.ro1b
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__[56]>", line 1, in <module>
        v.ro1b
    NameError: name 'v' is not defined
**********************************************************************
File "../libs/python/test/data_members.py", line 118, in __main__
Failed example:
    v.rw1a
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__[57]>", line 1, in <module>
        v.rw1a
    NameError: name 'v' is not defined
**********************************************************************
File "../libs/python/test/data_members.py", line 120, in __main__
Failed example:
    v.rw1b
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__[58]>", line 1, in <module>
        v.rw1b
    NameError: name 'v' is not defined
**********************************************************************
File "../libs/python/test/data_members.py", line 122, in __main__
Failed example:
    Var.rw1b = 888
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__[59]>", line 1, in <module>
        Var.rw1b = 888
    NameError: name 'Var' is not defined
**********************************************************************
File "../libs/python/test/data_members.py", line 123, in __main__
Failed example:
    Var.ro1a
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__[60]>", line 1, in <module>
        Var.ro1a
    NameError: name 'Var' is not defined
**********************************************************************
File "../libs/python/test/data_members.py", line 125, in __main__
Failed example:
    Var.ro1b
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__[61]>", line 1, in <module>
        Var.ro1b
    NameError: name 'Var' is not defined
**********************************************************************
File "../libs/python/test/data_members.py", line 127, in __main__
Failed example:
    Var.rw1a
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__[62]>", line 1, in <module>
        Var.rw1a
    NameError: name 'Var' is not defined
**********************************************************************
File "../libs/python/test/data_members.py", line 129, in __main__
Failed example:
    Var.rw1b
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__[63]>", line 1, in <module>
        Var.rw1b
    NameError: name 'Var' is not defined
**********************************************************************
File "../libs/python/test/data_members.py", line 131, in __main__
Failed example:
    v.ro1a
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__[64]>", line 1, in <module>
        v.ro1a
    NameError: name 'v' is not defined
**********************************************************************
File "../libs/python/test/data_members.py", line 133, in __main__
Failed example:
    v.ro1b
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__[65]>", line 1, in <module>
        v.ro1b
    NameError: name 'v' is not defined
**********************************************************************
File "../libs/python/test/data_members.py", line 135, in __main__
Failed example:
    v.rw1a
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__[66]>", line 1, in <module>
        v.rw1a
    NameError: name 'v' is not defined
**********************************************************************
File "../libs/python/test/data_members.py", line 137, in __main__
Failed example:
    v.rw1b
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__[67]>", line 1, in <module>
        v.rw1b
    NameError: name 'v' is not defined
**********************************************************************
File "../libs/python/test/data_members.py", line 139, in __main__
Failed example:
    v.rw1b = 999
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__[68]>", line 1, in <module>
        v.rw1b = 999
    NameError: name 'v' is not defined
**********************************************************************
File "../libs/python/test/data_members.py", line 140, in __main__
Failed example:
    Var.ro1a
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__[69]>", line 1, in <module>
        Var.ro1a
    NameError: name 'Var' is not defined
**********************************************************************
File "../libs/python/test/data_members.py", line 142, in __main__
Failed example:
    Var.ro1b
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__[70]>", line 1, in <module>
        Var.ro1b
    NameError: name 'Var' is not defined
**********************************************************************
File "../libs/python/test/data_members.py", line 144, in __main__
Failed example:
    Var.rw1a
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__[71]>", line 1, in <module>
        Var.rw1a
    NameError: name 'Var' is not defined
**********************************************************************
File "../libs/python/test/data_members.py", line 146, in __main__
Failed example:
    Var.rw1b
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__[72]>", line 1, in <module>
        Var.rw1b
    NameError: name 'Var' is not defined
**********************************************************************
File "../libs/python/test/data_members.py", line 148, in __main__
Failed example:
    v.ro1a
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__[73]>", line 1, in <module>
        v.ro1a
    NameError: name 'v' is not defined
**********************************************************************
File "../libs/python/test/data_members.py", line 150, in __main__
Failed example:
    v.ro1b
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__[74]>", line 1, in <module>
        v.ro1b
    NameError: name 'v' is not defined
**********************************************************************
File "../libs/python/test/data_members.py", line 152, in __main__
Failed example:
    v.rw1a
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__[75]>", line 1, in <module>
        v.rw1a
    NameError: name 'v' is not defined
**********************************************************************
File "../libs/python/test/data_members.py", line 154, in __main__
Failed example:
    v.rw1b
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__[76]>", line 1, in <module>
        v.rw1b
    NameError: name 'v' is not defined
**********************************************************************
File "../libs/python/test/data_members.py", line 161, in __main__
Failed example:
    x = X(42)
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__[77]>", line 1, in <module>
        x = X(42)
    NameError: name 'X' is not defined
**********************************************************************
File "../libs/python/test/data_members.py", line 162, in __main__
Failed example:
    x.x
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__[78]>", line 1, in <module>
        x.x
    NameError: name 'x' is not defined
**********************************************************************
File "../libs/python/test/data_members.py", line 164, in __main__
Failed example:
    try: x.x = 77
    except AttributeError: pass
    else: print('no error')
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__[79]>", line 1, in <module>
        try: x.x = 77
    NameError: name 'x' is not defined
**********************************************************************
File "../libs/python/test/data_members.py", line 168, in __main__
Failed example:
    x.fair_value
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__[80]>", line 1, in <module>
        x.fair_value
    NameError: name 'x' is not defined
**********************************************************************
File "../libs/python/test/data_members.py", line 170, in __main__
Failed example:
    y = Y(69)
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__[81]>", line 1, in <module>
        y = Y(69)
    NameError: name 'Y' is not defined
**********************************************************************
File "../libs/python/test/data_members.py", line 171, in __main__
Failed example:
    y.x
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__[82]>", line 1, in <module>
        y.x
    NameError: name 'y' is not defined
**********************************************************************
File "../libs/python/test/data_members.py", line 173, in __main__
Failed example:
    y.x = 77
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__[83]>", line 1, in <module>
        y.x = 77
    NameError: name 'y' is not defined
**********************************************************************
File "../libs/python/test/data_members.py", line 174, in __main__
Failed example:
    y.x
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__[84]>", line 1, in <module>
        y.x
    NameError: name 'y' is not defined
**********************************************************************
File "../libs/python/test/data_members.py", line 177, in __main__
Failed example:
    v = Var("pi")
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__[85]>", line 1, in <module>
        v = Var("pi")
    NameError: name 'Var' is not defined
**********************************************************************
File "../libs/python/test/data_members.py", line 178, in __main__
Failed example:
    v.value = 3.14
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__[86]>", line 1, in <module>
        v.value = 3.14
    NameError: name 'v' is not defined
**********************************************************************
File "../libs/python/test/data_members.py", line 179, in __main__
Failed example:
    v.name
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__[87]>", line 1, in <module>
        v.name
    NameError: name 'v' is not defined
**********************************************************************
File "../libs/python/test/data_members.py", line 181, in __main__
Failed example:
    v.name2
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__[88]>", line 1, in <module>
        v.name2
    NameError: name 'v' is not defined
**********************************************************************
File "../libs/python/test/data_members.py", line 184, in __main__
Failed example:
    v.get_name1()
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__[89]>", line 1, in <module>
        v.get_name1()
    NameError: name 'v' is not defined
**********************************************************************
File "../libs/python/test/data_members.py", line 187, in __main__
Failed example:
    v.get_name2()
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__[90]>", line 1, in <module>
        v.get_name2()
    NameError: name 'v' is not defined
**********************************************************************
File "../libs/python/test/data_members.py", line 190, in __main__
Failed example:
    v.y.x
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__[91]>", line 1, in <module>
        v.y.x
    NameError: name 'v' is not defined
**********************************************************************
File "../libs/python/test/data_members.py", line 192, in __main__
Failed example:
    v.y.x = -7
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__[92]>", line 1, in <module>
        v.y.x = -7
    NameError: name 'v' is not defined
**********************************************************************
File "../libs/python/test/data_members.py", line 193, in __main__
Failed example:
    v.y.x
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__[93]>", line 1, in <module>
        v.y.x
    NameError: name 'v' is not defined
**********************************************************************
File "../libs/python/test/data_members.py", line 196, in __main__
Failed example:
    v.name3
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__[94]>", line 1, in <module>
        v.name3
    NameError: name 'v' is not defined
**********************************************************************
1 items had failures:
  95 of  95 in __main__
***Test Failed*** 95 failures.

EXIT STATUS: 95