Compile [2024-11-21 02:13:59 UTC]: succeed
call "C:\teeks99-09\run\results\boost\bin.v2\standalone\msvc\msvc-14.2\msvc-setup.bat" >nul
cl /Zm800 -nologo "..\libs\python\test\pointer_vector.cpp" -c -Fo"C:\teeks99-09\run\results\boost\bin.v2\libs\python\test\pointer_vector.test\msvc-14.2\dbg\x86_6\dbg-symbl-off\pythn-3.1\thrd-mlt\pointer_vector.obj" -TP /wd4675 /EHs /GR /Zc:throwingNew /Od /Ob0 /W3 /MDd /Zc:forScope /Zc:wchar_t /Zc:inline /favor:blend -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.." "-IC:\Python311-64\include" "-IC:\teeks99-09\run\boost_root\libs\assert\include" "-IC:\teeks99-09\run\boost_root\libs\bind\include" "-IC:\teeks99-09\run\boost_root\libs\container\include" "-IC:\teeks99-09\run\boost_root\libs\conversion\include" "-IC:\teeks99-09\run\boost_root\libs\core\include" "-IC:\teeks99-09\run\boost_root\libs\detail\include" "-IC:\teeks99-09\run\boost_root\libs\function\include" "-IC:\teeks99-09\run\boost_root\libs\function_types\include" "-IC:\teeks99-09\run\boost_root\libs\integer\include" "-IC:\teeks99-09\run\boost_root\libs\intrusive\include" "-IC:\teeks99-09\run\boost_root\libs\iterator\include" "-IC:\teeks99-09\run\boost_root\libs\lexical_cast\include" "-IC:\teeks99-09\run\boost_root\libs\move\include" "-IC:\teeks99-09\run\boost_root\libs\optional\include" "-IC:\teeks99-09\run\boost_root\libs\python\include" "-IC:\teeks99-09\run\boost_root\libs\smart_ptr\include" "-IC:\teeks99-09\run\boost_root\libs\throw_exception\include" "-IC:\teeks99-09\run\boost_root\libs\tuple\include"
pointer_vector.cpp
..\boost/python/suite/indexing/vector_indexing_suite.hpp(176): warning C4267: '+=': conversion from 'size_t' to 'long', possible loss of data
..\boost/python/suite/indexing/vector_indexing_suite.hpp(170): note: while compiling class template member function 'unsigned __int64 boost::python::vector_indexing_suite<ListOfObjects,false,boost::python::detail::final_vector_derived_policies<Container,false>>::convert_index(Container &,PyObject *)'
with
[
Container=ListOfObjects
]
..\boost/python/suite/indexing/indexing_suite.hpp(261): note: see reference to function template instantiation 'unsigned __int64 boost::python::vector_indexing_suite<ListOfObjects,false,boost::python::detail::final_vector_derived_policies<Container,false>>::convert_index(Container &,PyObject *)' being compiled
with
[
Container=ListOfObjects
]
..\libs\python\test\pointer_vector.cpp(43): note: see reference to class template instantiation 'boost::python::vector_indexing_suite<ListOfObjects,false,boost::python::detail::final_vector_derived_policies<Container,false>>' being compiled
with
[
Container=ListOfObjects
]
..\boost/python/suite/indexing/detail/indexing_suite_detail.hpp(605): warning C4267: '+=': conversion from 'size_t' to 'long', possible loss of data
..\boost/python/suite/indexing/detail/indexing_suite_detail.hpp(590): note: while compiling class template member function 'void boost::python::detail::slice_helper<Container,DerivedPolicies,boost::python::detail::no_proxy_helper<Container,DerivedPolicies,boost::python::detail::container_element<Container,Index,DerivedPolicies>,Index>,Data,Index>::base_get_slice_data(Container &,PySliceObject *,Index &,Index &)'
with
[
Container=ListOfObjects,
DerivedPolicies=boost::python::detail::final_vector_derived_policies<ListOfObjects,false>,
Index=unsigned __int64,
Data=Abstract *
]
..\boost/python/suite/indexing/detail/indexing_suite_detail.hpp(695): note: see reference to function template instantiation 'void boost::python::detail::slice_helper<Container,DerivedPolicies,boost::python::detail::no_proxy_helper<Container,DerivedPolicies,boost::python::detail::container_element<Container,Index,DerivedPolicies>,Index>,Data,Index>::base_get_slice_data(Container &,PySliceObject *,Index &,Index &)' being compiled
with
[
Container=ListOfObjects,
DerivedPolicies=boost::python::detail::final_vector_derived_policies<ListOfObjects,false>,
Index=unsigned __int64,
Data=Abstract *
]
..\boost/python/suite/indexing/indexing_suite.hpp(256): note: see reference to class template instantiation 'boost::python::detail::slice_helper<Container,DerivedPolicies,boost::python::detail::no_proxy_helper<Container,DerivedPolicies,boost::python::detail::container_element<Container,Index,DerivedPolicies>,Index>,Data,Index>' being compiled
with
[
Container=ListOfObjects,
DerivedPolicies=boost::python::detail::final_vector_derived_policies<ListOfObjects,false>,
Index=unsigned __int64,
Data=Abstract *
]
..\boost/python/suite/indexing/indexing_suite.hpp(253): note: while compiling class template member function 'void boost::python::indexing_suite<Container,DerivedPolicies,false,false,Abstract *,unsigned __int64,Abstract *>::base_delete_item(Container &,PyObject *)'
with
[
Container=ListOfObjects,
DerivedPolicies=boost::python::detail::final_vector_derived_policies<ListOfObjects,false>
]
..\boost/python/suite/indexing/indexing_suite.hpp(186): note: see reference to function template instantiation 'void boost::python::indexing_suite<Container,DerivedPolicies,false,false,Abstract *,unsigned __int64,Abstract *>::base_delete_item(Container &,PyObject *)' being compiled
with
[
Container=ListOfObjects,
DerivedPolicies=boost::python::detail::final_vector_derived_policies<ListOfObjects,false>
]
..\boost/python/suite/indexing/vector_indexing_suite.hpp(50): note: see reference to class template instantiation 'boost::python::indexing_suite<Container,DerivedPolicies,false,false,Abstract *,unsigned __int64,Abstract *>' being compiled
with
[
Container=ListOfObjects,
DerivedPolicies=boost::python::detail::final_vector_derived_policies<ListOfObjects,false>
]
..\boost/python/suite/indexing/detail/indexing_suite_detail.hpp(619): warning C4267: '+=': conversion from 'size_t' to 'long', possible loss of data
Run [2024-11-21 02:13:59 UTC]: fail
running...
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\pointer_vector.py", line 6, in __main__
Failed example:
import pointer_vector_ext
Exception raised:
Traceback (most recent call last):
File "C:\Python311-64\Lib\doctest.py", line 1351, in __run
exec(compile(example.source, filename, "single",
File "<doctest __main__[0]>", line 1, in <module>
import pointer_vector_ext
ImportError: DLL load failed while importing pointer_vector_ext: The specified module could not be found.
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\pointer_vector.py", line 7, in __main__
Failed example:
d = pointer_vector_ext.DoesSomething()
Exception raised:
Traceback (most recent call last):
File "C:\Python311-64\Lib\doctest.py", line 1351, in __run
exec(compile(example.source, filename, "single",
File "<doctest __main__[1]>", line 1, in <module>
d = pointer_vector_ext.DoesSomething()
^^^^^^^^^^^^^^^^^^
NameError: name 'pointer_vector_ext' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\pointer_vector.py", line 8, in __main__
Failed example:
lst = d.returnList()
Exception raised:
Traceback (most recent call last):
File "C:\Python311-64\Lib\doctest.py", line 1351, in __run
exec(compile(example.source, filename, "single",
File "<doctest __main__[2]>", line 1, in <module>
lst = d.returnList()
^
NameError: name 'd' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\pointer_vector.py", line 9, in __main__
Failed example:
lst[0].f();
Exception raised:
Traceback (most recent call last):
File "C:\Python311-64\Lib\doctest.py", line 1351, in __run
exec(compile(example.source, filename, "single",
File "<doctest __main__[3]>", line 1, in <module>
lst[0].f();
^^^
NameError: name 'lst' is not defined
**********************************************************************
1 items had failures:
4 of 4 in __main__
***Test Failed*** 4 failures.
EXIT STATUS: 4