Test output: teeks99-09-v16d-64onAMD64 - sort - test_parallel_stable_sort / msvc-14.2
Rev c8d0b32583c2fa3266edf88cd8ccb32312feae17 / Wed, 20 Nov 2024 12:42:36 +0000
Compile [2024-11-20 19:24:38 UTC]: succeed

call "C:\teeks99-09\run\results\boost\bin.v2\standalone\msvc\msvc-14.2\msvc-setup.bat"  >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.2\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<boost::sort::common::range<unsigned __int64 *>>> &,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<uint64_t>>>,
            Compare=Compare
        ]
..\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<uint64_t>>>,
            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<uint64_t>>>,
            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<uint64_t>>>,
            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<uint64_t>>>,
            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<uint64_t>>>,
            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<uint64_t>>>
        ]
..\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<_Ty>>>>(Iter_t,Iter_t)' being compiled
        with
        [
            _Ty=uint64_t,
            Iter_t=std::_Vector_iterator<std::_Vector_val<std::_Simple_types<uint64_t>>>
        ]
..\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<boost::sort::common::range<Iter_t>>> &,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<uint64_t>>>,
            Compare=Compare
        ]
..\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<uint64_t>>>,
            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<uint64_t>>>,
            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<boost::sort::common::range<Iter_t>>> &,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<uint64_t>>>,
            Compare=Compare
        ]
..\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<boost::sort::common::range<unsigned __int64 *>>> &,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<uint64_t>>>,
            Compare=Compare
        ]
..\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 *,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 *,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-20 19:24:38 UTC]: succeed

call "C:\teeks99-09\run\results\boost\bin.v2\standalone\msvc\msvc-14.2\msvc-setup.bat"  >nul
 link /NOLOGO /INCREMENTAL:NO "C:\teeks99-09\run\results\boost\bin.v2\libs\sort\test\test_parallel_stable_sort.test\msvc-14.2\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.2\dbg\x86_6\dbg-symbl-off\lnk-sttc\optmz-spd\thrd-mlt\libboost_test_exec_monitor-vc142-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.2\dbg\x86_6\dbg-symbl-off\optmz-spd\thrd-mlt\test_parallel_stable_sort.exe"  
    
            
Run [2024-11-20 19:24:40 UTC]: fail