Test output: teeks99-06-dc15-2b-64onaarch64 - python - 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/auto_ptr.test/clang-linux-15~c++2b/debug/arm_64/debug-symbols-off/python-2.7/threading-multi/visibility-hidden/auto_ptr.o" "../libs/python/test/auto_ptr.cpp"

../libs/python/test/auto_ptr.cpp:26:15: warning: 'auto_ptr<test_class<0>>' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
int look(std::auto_ptr<X> const& x)
              ^
/usr/bin/../lib/gcc/aarch64-linux-gnu/11/../../../../include/c++/11/backward/auto_ptr.h:287:7: note: 'auto_ptr<test_class<0>>' 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")))
                  ^
../libs/python/test/auto_ptr.cpp:31:16: warning: 'auto_ptr<test_class<0>>' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
int steal(std::auto_ptr<X> x)
               ^
/usr/bin/../lib/gcc/aarch64-linux-gnu/11/../../../../include/c++/11/backward/auto_ptr.h:287:7: note: 'auto_ptr<test_class<0>>' 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")))
                  ^
../libs/python/test/auto_ptr.cpp:36:22: warning: 'auto_ptr<test_class<0>>' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
int maybe_steal(std::auto_ptr<X>& x, bool doit)
                     ^
/usr/bin/../lib/gcc/aarch64-linux-gnu/11/../../../../include/c++/11/backward/auto_ptr.h:287:7: note: 'auto_ptr<test_class<0>>' 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")))
                  ^
../libs/python/test/auto_ptr.cpp:44:6: warning: 'auto_ptr<test_class<0>>' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
std::auto_ptr<X> make()
     ^
/usr/bin/../lib/gcc/aarch64-linux-gnu/11/../../../../include/c++/11/backward/auto_ptr.h:287:7: note: 'auto_ptr<test_class<0>>' 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")))
                  ^
../libs/python/test/auto_ptr.cpp:46:17: warning: 'auto_ptr<test_class<0>>' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
    return std::auto_ptr<X>(new X(77));
                ^
/usr/bin/../lib/gcc/aarch64-linux-gnu/11/../../../../include/c++/11/backward/auto_ptr.h:287:7: note: 'auto_ptr<test_class<0>>' 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")))
                  ^
../libs/python/test/auto_ptr.cpp:49:6: warning: 'auto_ptr<test_class<0>>' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
std::auto_ptr<X> callback(object f)
     ^
/usr/bin/../lib/gcc/aarch64-linux-gnu/11/../../../../include/c++/11/backward/auto_ptr.h:287:7: note: 'auto_ptr<test_class<0>>' 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")))
                  ^
../libs/python/test/auto_ptr.cpp:51:10: warning: 'auto_ptr<test_class<0>>' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
    std::auto_ptr<X> x(new X(77));
         ^
/usr/bin/../lib/gcc/aarch64-linux-gnu/11/../../../../include/c++/11/backward/auto_ptr.h:287:7: note: 'auto_ptr<test_class<0>>' 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")))
                  ^
../libs/python/test/auto_ptr.cpp:52:22: warning: 'auto_ptr<test_class<0>>' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
    return call<std::auto_ptr<X> >(f.ptr(), x);
                     ^
/usr/bin/../lib/gcc/aarch64-linux-gnu/11/../../../../include/c++/11/backward/auto_ptr.h:287:7: note: 'auto_ptr<test_class<0>>' 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")))
                  ^
../libs/python/test/auto_ptr.cpp:55:6: warning: 'auto_ptr<test_class<0>>' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
std::auto_ptr<X> extract_(object o)
     ^
/usr/bin/../lib/gcc/aarch64-linux-gnu/11/../../../../include/c++/11/backward/auto_ptr.h:287:7: note: 'auto_ptr<test_class<0>>' 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")))
                  ^
../libs/python/test/auto_ptr.cpp:57:25: warning: 'auto_ptr<test_class<0>>' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
    return extract<std::auto_ptr<X>&>(o)
                        ^
/usr/bin/../lib/gcc/aarch64-linux-gnu/11/../../../../include/c++/11/backward/auto_ptr.h:287:7: note: 'auto_ptr<test_class<0>>' 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")))
                  ^
../libs/python/test/auto_ptr.cpp:66:20: warning: 'auto_ptr<test_class<0>>' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
    class_<X, std::auto_ptr<X>, boost::noncopyable>("X", init<int>())
                   ^
/usr/bin/../lib/gcc/aarch64-linux-gnu/11/../../../../include/c++/11/backward/auto_ptr.h:287:7: note: 'auto_ptr<test_class<0>>' 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")))
                  ^
../libs/python/test/auto_ptr.cpp:70:20: warning: 'auto_ptr<Y>' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
    class_<Y, std::auto_ptr<Y>, bases<X>, boost::noncopyable>("Y", init<int>())
                   ^
/usr/bin/../lib/gcc/aarch64-linux-gnu/11/../../../../include/c++/11/backward/auto_ptr.h:287:7: note: 'auto_ptr<Y>' 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")))
                  ^
../libs/python/test/auto_ptr.cpp:78:33: warning: 'auto_ptr<Y>' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
    implicitly_convertible<std::auto_ptr<Y>, std::auto_ptr<X> >();
                                ^
/usr/bin/../lib/gcc/aarch64-linux-gnu/11/../../../../include/c++/11/backward/auto_ptr.h:287:7: note: 'auto_ptr<Y>' 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")))
                  ^
../libs/python/test/auto_ptr.cpp:78:51: warning: 'auto_ptr<test_class<0>>' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
    implicitly_convertible<std::auto_ptr<Y>, std::auto_ptr<X> >();
                                                  ^
/usr/bin/../lib/gcc/aarch64-linux-gnu/11/../../../../include/c++/11/backward/auto_ptr.h:287:7: note: 'auto_ptr<test_class<0>>' 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")))
                  ^
14 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/auto_ptr.test/clang-linux-15~c++2b/debug/arm_64/debug-symbols-off/python-2.7/threading-multi/visibility-hidden/auto_ptr_ext.so" -Wl,-soname -Wl,"auto_ptr_ext.so" -shared -Wl,--start-group "/mnt/fs1/teeks99-06/run/results/boost/bin.v2/libs/python/test/auto_ptr.test/clang-linux-15~c++2b/debug/arm_64/debug-symbols-off/python-2.7/threading-multi/visibility-hidden/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

running...
**********************************************************************
File "../libs/python/test/auto_ptr.py", line 5, in __main__
Failed example:
    from auto_ptr_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 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
**********************************************************************
File "../libs/python/test/auto_ptr.py", line 6, 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__[1]>", line 1, in <module>
        x = X(42)
    NameError: name 'X' is not defined
**********************************************************************
File "../libs/python/test/auto_ptr.py", line 7, in __main__
Failed example:
    x.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__[2]>", line 1, in <module>
        x.value()
    NameError: name 'x' is not defined
**********************************************************************
File "../libs/python/test/auto_ptr.py", line 9, in __main__
Failed example:
    look(x), look(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>
        look(x), look(x)
    NameError: name 'look' is not defined
**********************************************************************
File "../libs/python/test/auto_ptr.py", line 12, in __main__
Failed example:
    maybe_steal(x, 0)
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>
        maybe_steal(x, 0)
    NameError: name 'maybe_steal' is not defined
**********************************************************************
File "../libs/python/test/auto_ptr.py", line 14, in __main__
Failed example:
    look(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>
        look(x)
    NameError: name 'look' is not defined
**********************************************************************
File "../libs/python/test/auto_ptr.py", line 17, in __main__
Failed example:
    maybe_steal(x, 1)
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>
        maybe_steal(x, 1)
    NameError: name 'maybe_steal' is not defined
**********************************************************************
File "../libs/python/test/auto_ptr.py", line 19, in __main__
Failed example:
    broken_auto_ptr and -1 or look(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>
        broken_auto_ptr and -1 or look(x)
    NameError: name 'broken_auto_ptr' is not defined
**********************************************************************
File "../libs/python/test/auto_ptr.py", line 22, in __main__
Failed example:
    x = X(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__[8]>", line 1, in <module>
        x = X(69)
    NameError: name 'X' is not defined
**********************************************************************
File "../libs/python/test/auto_ptr.py", line 23, in __main__
Failed example:
    steal(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>
        steal(x)
    NameError: name 'steal' is not defined
**********************************************************************
File "../libs/python/test/auto_ptr.py", line 25, in __main__
Failed example:
    broken_auto_ptr and -1 or look(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__[10]>", line 1, in <module>
        broken_auto_ptr and -1 or look(x)
    NameError: name 'broken_auto_ptr' is not defined
**********************************************************************
File "../libs/python/test/auto_ptr.py", line 28, in __main__
Failed example:
    if not broken_auto_ptr:
        try: x.value()
        except TypeError: pass
        else: print('expected a TypeError exception')
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>
        if not broken_auto_ptr:
    NameError: name 'broken_auto_ptr' is not defined
**********************************************************************
File "../libs/python/test/auto_ptr.py", line 33, in __main__
Failed example:
    x = make()
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>
        x = make()
    NameError: name 'make' is not defined
**********************************************************************
File "../libs/python/test/auto_ptr.py", line 34, in __main__
Failed example:
    look(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>
        look(x)
    NameError: name 'look' is not defined
**********************************************************************
File "../libs/python/test/auto_ptr.py", line 37, in __main__
Failed example:
    z = callback(lambda z: z)
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>
        z = callback(lambda z: z)
    NameError: name 'callback' is not defined
**********************************************************************
File "../libs/python/test/auto_ptr.py", line 38, in __main__
Failed example:
    z.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__[15]>", line 1, in <module>
        z.value()
    NameError: name 'z' is not defined
**********************************************************************
File "../libs/python/test/auto_ptr.py", line 41, in __main__
Failed example:
    extract(x).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__[16]>", line 1, in <module>
        extract(x).value()
    NameError: name 'extract' is not defined
**********************************************************************
File "../libs/python/test/auto_ptr.py", line 48, in __main__
Failed example:
    y = Y(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__[17]>", line 1, in <module>
        y = Y(42)
    NameError: name 'Y' is not defined
**********************************************************************
File "../libs/python/test/auto_ptr.py", line 49, in __main__
Failed example:
    y.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__[18]>", line 1, in <module>
        y.value()
    NameError: name 'y' is not defined
**********************************************************************
File "../libs/python/test/auto_ptr.py", line 52, in __main__
Failed example:
    try: maybe_steal(y, 0)
    except TypeError: pass
    else: print('expected a TypeError exception')
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>
        try: maybe_steal(y, 0)
    NameError: name 'maybe_steal' is not defined
**********************************************************************
File "../libs/python/test/auto_ptr.py", line 56, in __main__
Failed example:
    y.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__[20]>", line 1, in <module>
        y.value()
    NameError: name 'y' is not defined
**********************************************************************
File "../libs/python/test/auto_ptr.py", line 59, in __main__
Failed example:
    broken_auto_ptr and 42 or steal(y)
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>
        broken_auto_ptr and 42 or steal(y)
    NameError: name 'broken_auto_ptr' is not defined
**********************************************************************
File "../libs/python/test/auto_ptr.py", line 62, in __main__
Failed example:
    if not broken_auto_ptr:
        try: y.value()
        except TypeError: pass
        else: print('expected a TypeError exception')
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>
        if not broken_auto_ptr:
    NameError: name 'broken_auto_ptr' is not defined
**********************************************************************
File "../libs/python/test/auto_ptr.py", line 67, in __main__
Failed example:
    print(look.__doc__.splitlines()[1])
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>
        print(look.__doc__.splitlines()[1])
    NameError: name 'look' is not defined
**********************************************************************
File "../libs/python/test/auto_ptr.py", line 70, in __main__
Failed example:
    print(steal.__doc__.splitlines()[1])
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>
        print(steal.__doc__.splitlines()[1])
    NameError: name 'steal' is not defined
**********************************************************************
File "../libs/python/test/auto_ptr.py", line 73, in __main__
Failed example:
    print(maybe_steal.__doc__.splitlines()[1])
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>
        print(maybe_steal.__doc__.splitlines()[1])
    NameError: name 'maybe_steal' is not defined
**********************************************************************
File "../libs/python/test/auto_ptr.py", line 76, in __main__
Failed example:
    print(make.__doc__.splitlines()[1])
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>
        print(make.__doc__.splitlines()[1])
    NameError: name 'make' is not defined
**********************************************************************
File "../libs/python/test/auto_ptr.py", line 79, in __main__
Failed example:
    print(callback.__doc__.splitlines()[1])
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>
        print(callback.__doc__.splitlines()[1])
    NameError: name 'callback' is not defined
**********************************************************************
File "../libs/python/test/auto_ptr.py", line 82, in __main__
Failed example:
    print(extract.__doc__.splitlines()[1])
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>
        print(extract.__doc__.splitlines()[1])
    NameError: name 'extract' is not defined
**********************************************************************
1 items had failures:
  29 of  29 in __main__
***Test Failed*** 29 failures.

EXIT STATUS: 29