Test output: teeks99-09-v14d-64onAMD64 - sort - test_parallel_stable_sort / msvc-14.0
Rev 1704ae5656970f972f91c0801f2177ee907e2ce8 / Tue, 19 Nov 2024 12:11:09 +0000
Compile [2024-11-19 16:45:18 UTC]: succeed

call "C:\teeks99-09\run\results\boost\bin.v2\standalone\msvc\msvc-14.0\msvc-setup.bat" amd64 >nul
 cl /Zm800 -nologo "..\libs\sort\test\test_parallel_stable_sort.cpp" -c -Fo"C:\teeks99-09\run\results\boost\bin.v2\libs\sort\test\test_parallel_stable_sort.test\msvc-14.0\dbg\x86_6\dbg-symbl-off\optmz-spd\thrd-mlt\test_parallel_stable_sort.obj"     -TP /wd4675 /EHs /GR /Zc:throwingNew /O2 /Ob0 /W3 /MDd /Zc:forScope /Zc:wchar_t /Zc:inline /Gw /favor:blend -DBOOST_ALL_NO_LIB=1 -DBOOST_COBALT_USE_STD_PMR=1 -DBOOST_TEST_NO_AUTO_LINK=1 "-I.." "-IC:\teeks99-09\run\boost_root\libs\sort\include" 

test_parallel_stable_sort.cpp
..\libs\sort\test\test_parallel_stable_sort.cpp(46): warning C4244: 'initializing': conversion from 'unsigned __int64' to 'uint32_t', possible loss of data
..\boost/sort/common/merge_vector.hpp(172): warning C4267: 'initializing': conversion from 'size_t' to 'uint32_t', possible loss of data
..\boost/sort/sample_sort/sample_sort.hpp(177): note: see reference to function template instantiation 'boost::sort::common::range<Iter_t> boost::sort::common::merge_vector4<unsigned __int64*,Iter_t,Compare>(boost::sort::common::range<unsigned __int64 *>,boost::sort::common::range<Iter_t>,std::vector<boost::sort::common::range<unsigned __int64 *>,std::allocator<_Ty>> &,std::vector<boost::sort::common::range<Iter_t>,std::allocator<boost::sort::common::range<Iter_t>>> &,Compare)' being compiled
        with
        [
            Iter_t=std::_Vector_iterator<std::_Vector_val<std::_Simple_types<unsigned __int64>>>,
            Compare=Compare,
            _Ty=boost::sort::common::range<unsigned __int64 *>
        ]
..\boost/sort/sample_sort/sample_sort.hpp(172): note: while compiling class template member function 'void boost::sort::sample_detail::sample_sort<Iter_t,Compare>::execute(void)'
        with
        [
            Iter_t=std::_Vector_iterator<std::_Vector_val<std::_Simple_types<unsigned __int64>>>,
            Compare=Compare
        ]
..\boost/sort/sample_sort/sample_sort.hpp(208): note: see reference to function template instantiation 'void boost::sort::sample_detail::sample_sort<Iter_t,Compare>::execute(void)' being compiled
        with
        [
            Iter_t=std::_Vector_iterator<std::_Vector_val<std::_Simple_types<unsigned __int64>>>,
            Compare=Compare
        ]
..\boost/sort/parallel_stable_sort/parallel_stable_sort.hpp(178): note: see reference to class template instantiation 'boost::sort::sample_detail::sample_sort<Iter_t,Compare>' being compiled
        with
        [
            Iter_t=std::_Vector_iterator<std::_Vector_val<std::_Simple_types<unsigned __int64>>>,
            Compare=Compare
        ]
..\boost/sort/parallel_stable_sort/parallel_stable_sort.hpp(126): note: while compiling class template member function 'boost::sort::stable_detail::parallel_stable_sort<Iter_t,Compare>::parallel_stable_sort(Iter_t,Iter_t,Compare,uint32_t)'
        with
        [
            Iter_t=std::_Vector_iterator<std::_Vector_val<std::_Simple_types<unsigned __int64>>>,
            Compare=Compare
        ]
..\boost/sort/parallel_stable_sort/parallel_stable_sort.hpp(293): note: see reference to function template instantiation 'boost::sort::stable_detail::parallel_stable_sort<Iter_t,Compare>::parallel_stable_sort(Iter_t,Iter_t,Compare,uint32_t)' being compiled
        with
        [
            Iter_t=std::_Vector_iterator<std::_Vector_val<std::_Simple_types<unsigned __int64>>>,
            Compare=Compare
        ]
..\boost/sort/parallel_stable_sort/parallel_stable_sort.hpp(239): note: see reference to class template instantiation 'boost::sort::stable_detail::parallel_stable_sort<Iter_t,Compare>' being compiled
        with
        [
            Iter_t=std::_Vector_iterator<std::_Vector_val<std::_Simple_types<unsigned __int64>>>
        ]
..\libs\sort\test\test_parallel_stable_sort.cpp(81): note: see reference to function template instantiation 'void boost::sort::parallel_stable_sort<std::_Vector_iterator<std::_Vector_val<std::_Simple_types<unsigned __int64>>>>(Iter_t,Iter_t)' being compiled
        with
        [
            Iter_t=std::_Vector_iterator<std::_Vector_val<std::_Simple_types<unsigned __int64>>>
        ]
..\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
..\boost/sort/common/merge_vector.hpp(180): warning C4267: '=': conversion from 'size_t' to 'uint32_t', possible loss of data
..\boost/sort/common/merge_vector.hpp(186): warning C4267: '=': conversion from 'size_t' to 'uint32_t', possible loss of data
..\boost/sort/common/merge_vector.hpp(119): warning C4267: 'initializing': conversion from 'size_t' to 'uint32_t', possible loss of data
..\boost/sort/sample_sort/sample_sort.hpp(163): note: see reference to function template instantiation 'void boost::sort::common::uninit_merge_level4<unsigned __int64,Iter_t,Compare>(boost::sort::common::range<unsigned __int64 *>,std::vector<boost::sort::common::range<Iter_t>,std::allocator<_Ty>> &,std::vector<boost::sort::common::range<unsigned __int64 *>,std::allocator<boost::sort::common::range<unsigned __int64 *>>> &,Compare)' being compiled
        with
        [
            Iter_t=std::_Vector_iterator<std::_Vector_val<std::_Simple_types<unsigned __int64>>>,
            Compare=Compare,
            _Ty=boost::sort::common::range<std::_Vector_iterator<std::_Vector_val<std::_Simple_types<unsigned __int64>>>>
        ]
..\boost/sort/sample_sort/sample_sort.hpp(158): note: while compiling class template member function 'void boost::sort::sample_detail::sample_sort<Iter_t,Compare>::execute_first(void)'
        with
        [
            Iter_t=std::_Vector_iterator<std::_Vector_val<std::_Simple_types<unsigned __int64>>>,
            Compare=Compare
        ]
..\boost/sort/sample_sort/sample_sort.hpp(191): note: see reference to function template instantiation 'void boost::sort::sample_detail::sample_sort<Iter_t,Compare>::execute_first(void)' being compiled
        with
        [
            Iter_t=std::_Vector_iterator<std::_Vector_val<std::_Simple_types<unsigned __int64>>>,
            Compare=Compare
        ]
..\boost/sort/common/merge_vector.hpp(72): warning C4267: 'initializing': conversion from 'size_t' to 'uint32_t', possible loss of data
..\boost/sort/common/merge_vector.hpp(178): note: see reference to function template instantiation 'void boost::sort::common::merge_level4<unsigned __int64*,Iter_t,Compare>(boost::sort::common::range<unsigned __int64 *>,std::vector<boost::sort::common::range<Iter_t>,std::allocator<_Ty>> &,std::vector<boost::sort::common::range<unsigned __int64 *>,std::allocator<boost::sort::common::range<unsigned __int64 *>>> &,Compare)' being compiled
        with
        [
            Iter_t=std::_Vector_iterator<std::_Vector_val<std::_Simple_types<unsigned __int64>>>,
            Compare=Compare,
            _Ty=boost::sort::common::range<std::_Vector_iterator<std::_Vector_val<std::_Simple_types<unsigned __int64>>>>
        ]
..\boost/sort/sample_sort/sample_sort.hpp(177): note: see reference to function template instantiation 'boost::sort::common::range<Iter_t> boost::sort::common::merge_vector4<unsigned __int64*,Iter_t,Compare>(boost::sort::common::range<unsigned __int64 *>,boost::sort::common::range<Iter_t>,std::vector<boost::sort::common::range<unsigned __int64 *>,std::allocator<_Ty>> &,std::vector<boost::sort::common::range<Iter_t>,std::allocator<boost::sort::common::range<Iter_t>>> &,Compare)' being compiled
        with
        [
            Iter_t=std::_Vector_iterator<std::_Vector_val<std::_Simple_types<unsigned __int64>>>,
            Compare=Compare,
            _Ty=boost::sort::common::range<unsigned __int64 *>
        ]
..\boost/sort/spinsort/spinsort.hpp(129): warning C4267: 'initializing': conversion from 'size_t' to 'uint32_t', possible loss of data
..\boost/sort/spinsort/spinsort.hpp(195): note: see reference to function template instantiation 'void boost::sort::spin_detail::insert_partial_sort<Iter_t,xk*,Compare>(Iter1_t,Iter1_t,Iter1_t,Compare,const boost::sort::common::range<xk *> &)' being compiled
        with
        [
            Iter_t=std::_Vector_iterator<std::_Vector_val<std::_Simple_types<xk>>>,
            Compare=Compare,
            Iter1_t=std::_Vector_iterator<std::_Vector_val<std::_Simple_types<xk>>>
        ]
..\boost/sort/spinsort/spinsort.hpp(267): note: see reference to function template instantiation 'bool boost::sort::spin_detail::check_stable_sort<Iter_t,xk*,Compare>(const boost::sort::common::range<Iter_t> &,const boost::sort::common::range<xk *> &,Compare)' being compiled
        with
        [
            Iter_t=std::_Vector_iterator<std::_Vector_val<std::_Simple_types<xk>>>,
            Compare=Compare
        ]
..\boost/sort/spinsort/spinsort.hpp(512): note: see reference to function template instantiation 'void boost::sort::spin_detail::range_sort<xk*,Iter_t,Compare>(const boost::sort::common::range<xk *> &,const boost::sort::common::range<Iter_t> &,Compare,uint32_t)' being compiled
        with
        [
            Iter_t=std::_Vector_iterator<std::_Vector_val<std::_Simple_types<xk>>>,
            Compare=Compare
        ]
..\boost/sort/spinsort/spinsort.hpp(446): note: while compiling class template member function 'boost::sort::spin_detail::spinsort<Iter_t,Compare>::spinsort(Iter_t,Iter_t,Compare,xk *,std::size_t)'
        with
        [
            Iter_t=std::_Vector_iterator<std::_Vector_val<std::_Simple_types<xk>>>,
            Compare=Compare
        ]
..\boost/sort/spinsort/spinsort.hpp(405): note: see reference to function template instantiation 'boost::sort::spin_detail::spinsort<Iter_t,Compare>::spinsort(Iter_t,Iter_t,Compare,xk *,std::size_t)' being compiled
        with
        [
            Iter_t=std::_Vector_iterator<std::_Vector_val<std::_Simple_types<xk>>>,
            Compare=Compare
        ]
..\boost/sort/parallel_stable_sort/parallel_stable_sort.hpp(137): note: see reference to class template instantiation 'boost::sort::spin_detail::spinsort<Iter_t,Compare>' being compiled
        with
        [
            Iter_t=std::_Vector_iterator<std::_Vector_val<std::_Simple_types<xk>>>,
            Compare=Compare
        ]
            
Link [2024-11-19 16:45:18 UTC]: succeed

call "C:\teeks99-09\run\results\boost\bin.v2\standalone\msvc\msvc-14.0\msvc-setup.bat" amd64 >nul
 link /NOLOGO /INCREMENTAL:NO "C:\teeks99-09\run\results\boost\bin.v2\libs\sort\test\test_parallel_stable_sort.test\msvc-14.0\dbg\x86_6\dbg-symbl-off\optmz-spd\thrd-mlt\test_parallel_stable_sort.obj" "C:\teeks99-09\run\results\boost\bin.v2\libs\test\build\msvc-14.0\dbg\x86_6\dbg-symbl-off\lnk-sttc\optmz-spd\thrd-mlt\libboost_test_exec_monitor-vc140-mt-gd-x64-1_87.lib"      /MANIFEST:EMBED /MACHINE:X64 /subsystem:console /out:"C:\teeks99-09\run\results\boost\bin.v2\libs\sort\test\test_parallel_stable_sort.test\msvc-14.0\dbg\x86_6\dbg-symbl-off\optmz-spd\thrd-mlt\test_parallel_stable_sort.exe"  
    
            
Run [2024-11-19 16:45:21 UTC]: fail