Test output: teeks99-09-v15d-64onAMD64 - python - ben_scott1 / msvc-14.1
Rev c8d0b32583c2fa3266edf88cd8ccb32312feae17 / Tue, 19 Nov 2024 21:44:00 +0000
Compile [2024-11-20 04:57:58 UTC]: succeed

call "C:\teeks99-09\run\results\boost\bin.v2\standalone\msvc\msvc-14.1\msvc-setup.bat"  >nul
 cl /Zm800 -nologo "..\libs\python\test\ben_scott1.cpp" -c -Fo"C:\teeks99-09\run\results\boost\bin.v2\libs\python\test\ben_scott1.test\msvc-14.1\dbg\x86_6\dbg-symbl-off\pythn-3.1\thrd-mlt\ben_scott1.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\container_hash\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\describe\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\fusion\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\mp11\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" "-IC:\teeks99-09\run\boost_root\libs\type_traits\include" 

ben_scott1.cpp
..\boost/python/with_custodian_and_ward.hpp(52): warning C4244: 'initializing': conversion from 'Py_ssize_t' to 'unsigned int', possible loss of data
..\boost/python/detail/caller.hpp(230): note: see reference to function template instantiation 'bool boost::python::with_custodian_and_ward<1,2,boost::python::default_call_policies>::precall<argument_package>(const ArgumentPackage &)' being compiled
        with
        [
            ArgumentPackage=argument_package
        ]
..\boost/python/detail/caller.hpp(230): note: see reference to function template instantiation 'bool boost::python::with_custodian_and_ward<1,2,boost::python::default_call_policies>::precall<argument_package>(const ArgumentPackage &)' being compiled
        with
        [
            ArgumentPackage=argument_package
        ]
..\boost/python/detail/caller.hpp(215): note: while compiling class template member function 'PyObject *boost::python::detail::caller_arity<2>::impl<F,CallPolicies,Sig>::operator ()(PyObject *,PyObject *)'
        with
        [
            F=void (__cdecl Factory::* )(Creator *),
            CallPolicies=boost::python::with_custodian_and_ward<1,2,boost::python::default_call_policies>,
            Sig=boost::mpl::vector3<void,Factory &,Creator *>
        ]
..\boost/python/object/py_function.hpp(38): note: see reference to function template instantiation 'PyObject *boost::python::detail::caller_arity<2>::impl<F,CallPolicies,Sig>::operator ()(PyObject *,PyObject *)' being compiled
        with
        [
            F=void (__cdecl Factory::* )(Creator *),
            CallPolicies=boost::python::with_custodian_and_ward<1,2,boost::python::default_call_policies>,
            Sig=boost::mpl::vector3<void,Factory &,Creator *>
        ]
..\boost/python/detail/caller.hpp(184): note: see reference to class template instantiation 'boost::python::detail::caller_arity<2>::impl<F,CallPolicies,Sig>' being compiled
        with
        [
            F=void (__cdecl Factory::* )(Creator *),
            CallPolicies=boost::python::with_custodian_and_ward<1,2,boost::python::default_call_policies>,
            Sig=boost::mpl::vector3<void,Factory &,Creator *>
        ]
..\boost/python/make_function.hpp(61): note: see reference to class template instantiation 'boost::python::detail::caller<F,CallPolicies,Sig>' being compiled
        with
        [
            F=void (__cdecl Factory::* )(Creator *),
            CallPolicies=boost::python::with_custodian_and_ward<1,2,boost::python::default_call_policies>,
            Sig=boost::mpl::vector3<void,Factory &,Creator *>
        ]
..\boost/python/make_function.hpp(146): note: see reference to function template instantiation 'boost::python::api::object boost::python::detail::make_function_aux<F,CallPolicies,Signature,boost::mpl::int_<0>>(F,const CallPolicies &,const Sig &,const boost::python::detail::keyword_range &,NumKeywords)' being compiled
        with
        [
            F=void (__cdecl Factory::* )(Creator *),
            CallPolicies=boost::python::with_custodian_and_ward<1,2,boost::python::default_call_policies>,
            Signature=boost::mpl::vector3<void,Factory &,Creator *>,
            Sig=boost::mpl::vector3<void,Factory &,Creator *>,
            NumKeywords=boost::mpl::int_<0>
        ]
..\boost/python/class.hpp(500): note: see reference to function template instantiation 'boost::python::api::object boost::python::make_function<Fn,T1,boost::python::detail::keywords<0>,boost::mpl::vector3<void,Factory &,Creator *>>(F,const CallPolicies &,const Keywords &,const Signature &)' being compiled
        with
        [
            Fn=void (__cdecl Factory::* )(Creator *),
            T1=boost::python::with_custodian_and_ward<1,2,boost::python::default_call_policies>,
            F=void (__cdecl Factory::* )(Creator *),
            CallPolicies=boost::python::with_custodian_and_ward<1,2,boost::python::default_call_policies>,
            Keywords=boost::python::detail::keywords<0>,
            Signature=boost::mpl::vector3<void,Factory &,Creator *>
        ]
..\boost/python/class.hpp(570): note: see reference to function template instantiation 'void boost::python::class_<Factory,boost::python::detail::not_specified,boost::python::detail::not_specified,boost::python::detail::not_specified>::def_impl<Factory,Fn,boost::python::detail::def_helper<A1,boost::python::detail::not_specified,boost::python::detail::not_specified,boost::python::detail::not_specified>>(T *,const char *,Fn,const Helper &,...)' being compiled
        with
        [
            Fn=void (__cdecl Factory::* )(Creator *),
            A1=boost::python::with_custodian_and_ward<1,2,boost::python::default_call_policies>,
            T=Factory,
            Helper=boost::python::detail::def_helper<boost::python::with_custodian_and_ward<1,2,boost::python::default_call_policies>,boost::python::detail::not_specified,boost::python::detail::not_specified,boost::python::detail::not_specified>
        ]
..\boost/python/class.hpp(564): note: see reference to function template instantiation 'void boost::python::class_<Factory,boost::python::detail::not_specified,boost::python::detail::not_specified,boost::python::detail::not_specified>::def_impl<Factory,Fn,boost::python::detail::def_helper<A1,boost::python::detail::not_specified,boost::python::detail::not_specified,boost::python::detail::not_specified>>(T *,const char *,Fn,const Helper &,...)' being compiled
        with
        [
            Fn=void (__cdecl Factory::* )(Creator *),
            A1=boost::python::with_custodian_and_ward<1,2,boost::python::default_call_policies>,
            T=Factory,
            Helper=boost::python::detail::def_helper<boost::python::with_custodian_and_ward<1,2,boost::python::default_call_policies>,boost::python::detail::not_specified,boost::python::detail::not_specified,boost::python::detail::not_specified>
        ]
..\boost/python/class.hpp(240): note: see reference to function template instantiation 'void boost::python::class_<Factory,boost::python::detail::not_specified,boost::python::detail::not_specified,boost::python::detail::not_specified>::def_maybe_overloads<A1,A2>(const char *,Fn,const boost::python::with_custodian_and_ward<1,2,boost::python::default_call_policies> &,...)' being compiled
        with
        [
            A1=void (__cdecl Factory::* )(Creator *),
            A2=boost::python::with_custodian_and_ward<1,2,boost::python::default_call_policies>,
            Fn=void (__cdecl Factory::* )(Creator *)
        ]
..\boost/python/class.hpp(240): note: see reference to function template instantiation 'void boost::python::class_<Factory,boost::python::detail::not_specified,boost::python::detail::not_specified,boost::python::detail::not_specified>::def_maybe_overloads<A1,A2>(const char *,Fn,const boost::python::with_custodian_and_ward<1,2,boost::python::default_call_policies> &,...)' being compiled
        with
        [
            A1=void (__cdecl Factory::* )(Creator *),
            A2=boost::python::with_custodian_and_ward<1,2,boost::python::default_call_policies>,
            Fn=void (__cdecl Factory::* )(Creator *)
        ]
..\libs\python\test\ben_scott1.cpp(48): note: see reference to function template instantiation 'boost::python::class_<Factory,boost::python::detail::not_specified,boost::python::detail::not_specified,boost::python::detail::not_specified> &boost::python::class_<Factory,boost::python::detail::not_specified,boost::python::detail::not_specified,boost::python::detail::not_specified>::def<void(__cdecl Factory::* )(Creator *),boost::python::with_custodian_and_ward<1,2,boost::python::default_call_policies>>(const char *,A1,const A2 &)' being compiled
        with
        [
            A1=void (__cdecl Factory::* )(Creator *),
            A2=boost::python::with_custodian_and_ward<1,2,boost::python::default_call_policies>
        ]
..\libs\python\test\ben_scott1.cpp(50): note: see reference to function template instantiation 'boost::python::class_<Factory,boost::python::detail::not_specified,boost::python::detail::not_specified,boost::python::detail::not_specified> &boost::python::class_<Factory,boost::python::detail::not_specified,boost::python::detail::not_specified,boost::python::detail::not_specified>::def<void(__cdecl Factory::* )(Creator *),boost::python::with_custodian_and_ward<1,2,boost::python::default_call_policies>>(const char *,A1,const A2 &)' being compiled
        with
        [
            A1=void (__cdecl Factory::* )(Creator *),
            A2=boost::python::with_custodian_and_ward<1,2,boost::python::default_call_policies>
        ]
..\boost/bind/placeholders.hpp(53): note: see reference to class template instantiation 'boost::arg<9>' being compiled
..\boost/bind/placeholders.hpp(52): note: see reference to class template instantiation 'boost::arg<8>' being compiled
..\boost/bind/placeholders.hpp(51): note: see reference to class template instantiation 'boost::arg<7>' being compiled
..\boost/bind/placeholders.hpp(50): note: see reference to class template instantiation 'boost::arg<6>' being compiled
..\boost/bind/placeholders.hpp(49): note: see reference to class template instantiation 'boost::arg<5>' being compiled
..\boost/bind/placeholders.hpp(48): note: see reference to class template instantiation 'boost::arg<4>' being compiled
..\boost/bind/placeholders.hpp(47): note: see reference to class template instantiation 'boost::arg<3>' being compiled
..\boost/bind/placeholders.hpp(46): note: see reference to class template instantiation 'boost::arg<2>' being compiled
..\boost/bind/placeholders.hpp(45): note: see reference to class template instantiation 'boost::arg<1>' being compiled
            
Link [2024-11-20 04:57:58 UTC]: succeed

call "C:\teeks99-09\run\results\boost\bin.v2\standalone\msvc\msvc-14.1\msvc-setup.bat"  >nul
 link /NOLOGO /INCREMENTAL:NO "C:\teeks99-09\run\results\boost\bin.v2\libs\python\test\ben_scott1.test\msvc-14.1\dbg\x86_6\dbg-symbl-off\pythn-3.1\thrd-mlt\ben_scott1.obj" "C:\teeks99-09\run\results\boost\bin.v2\libs\python\build\msvc-14.1\dbg\x86_6\dbg-symbl-off\pythn-3.1\thrd-mlt\boost_python311-vc141-mt-gd-x64-1_87.lib" "C:\teeks99-09\run\results\boost\bin.v2\libs\container\build\msvc-14.1\dbg\x86_6\dbg-symbl-off\thrd-mlt\boost_container-vc141-mt-gd-x64-1_87.lib"    "python311.lib"  /MANIFEST:EMBED /MACHINE:X64 /subsystem:console /out:"C:\teeks99-09\run\results\boost\bin.v2\libs\python\test\ben_scott1.test\msvc-14.1\dbg\x86_6\dbg-symbl-off\pythn-3.1\thrd-mlt\ben_scott1_ext.pyd" /LIBPATH:"C:\Python311-64\libs"  /DLL /IMPLIB:"C:\teeks99-09\run\results\boost\bin.v2\libs\python\test\ben_scott1.test\msvc-14.1\dbg\x86_6\dbg-symbl-off\pythn-3.1\thrd-mlt\ben_scott1_ext-vc141-mt-gd-x64-1_87.lib" 
    
   Creating library C:\teeks99-09\run\results\boost\bin.v2\libs\python\test\ben_scott1.test\msvc-14.1\dbg\x86_6\dbg-symbl-off\pythn-3.1\thrd-mlt\ben_scott1_ext-vc141-mt-gd-x64-1_87.lib and object C:\teeks99-09\run\results\boost\bin.v2\libs\python\test\ben_scott1.test\msvc-14.1\dbg\x86_6\dbg-symbl-off\pythn-3.1\thrd-mlt\ben_scott1_ext-vc141-mt-gd-x64-1_87.exp
            
Run [2024-11-20 04:57:58 UTC]: fail

Traceback (most recent call last):
  File "C:\teeks99-09\run\boost_root\libs\python\test\ben_scott1.py", line 7, in <module>
    from ben_scott1_ext import *
ImportError: DLL load failed while importing ben_scott1_ext: The specified module could not be found.
 
EXIT STATUS: 1