Skip to content

Instantly share code, notes, and snippets.

@zao
Created December 9, 2017 00:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zao/4be0cd70f24188dd823b2f4c5ef5cca0 to your computer and use it in GitHub Desktop.
Save zao/4be0cd70f24188dd823b2f4c5ef5cca0 to your computer and use it in GitHub Desktop.
3d36f0b749fcf2491e2063337c8ac14901d3fdc1 -k
[1/279] cd /tree/build-rwdi/tests/unit/build && /usr/bin/cmake -E make_directory /tree/build-rwdi/tests/unit/build/cmake_build_dir_test
[2/279] cd /tree/build-rwdi/tests/unit/build && /usr/bin/cmake -E make_directory /tree/build-rwdi/tests/unit/build/cmake_install_dir_test
[3/279] cd /tree/build-rwdi/tests/unit/build && /usr/bin/cmake -E chdir /tree/build-rwdi/tests/unit/build/cmake_install_dir_test /usr/bin/cmake /tree/hpx/tests/unit/build/src -DHPX_DIR=/usr/local/lib/cmake/HPX -DCMAKE_CXX_COMPILER=/usr/bin/clang++ -DCMAKE_C_COMPILER=/usr/bin/cc -DCMAKE_CXX_FLAGS= -DCMAKE_BUILD_TYPE=RelWithDebInfo
CMake Warning at CMakeLists.txt:35 (message):
HPX_DIR=/usr/local/lib/cmake/HPX does not exist. Did you forget to run the
install rule?
-- Configuring done
-- Generating done
-- Build files have been written to: /tree/build-rwdi/tests/unit/build/cmake_install_dir_test
[4/279] cd /tree/build-rwdi/tests/unit/build && /usr/bin/cmake -E chdir /tree/build-rwdi/tests/unit/build/cmake_build_dir_test /usr/bin/cmake /tree/hpx/tests/unit/build/src -DHPX_DIR=/tree/build-rwdi/lib/cmake/HPX -DCMAKE_CXX_COMPILER=/usr/bin/clang++ -DCMAKE_C_COMPILER=/usr/bin/cc -DCMAKE_CXX_FLAGS= -DCMAKE_BUILD_TYPE=RelWithDebInfo
-- Using tcmalloc allocator.
-- Configuring done
-- Generating done
-- Build files have been written to: /tree/build-rwdi/tests/unit/build/cmake_build_dir_test
[5/279] cd /tree/build-rwdi/tests/unit/build && /usr/bin/cmake --build /tree/build-rwdi/tests/unit/build/cmake_install_dir_test --config RelWithDebInfo
[6/279] Linking CXX executable bin/created_executor_test
[7/279] Linking CXX executable bin/minimal_async_executor_test
[8/279] Linking CXX executable bin/parallel_executor_v1_test
[9/279] Linking CXX executable bin/minimal_sync_executor_test
[10/279] Linking CXX executable bin/bulk_async_test
[11/279] Linking CXX executable bin/parallel_fork_executor_test
[12/279] Linking CXX executable bin/persistent_executor_parameters_test
[13/279] Linking CXX executable bin/minimal_async_executor_v1_test
[14/279] cd /tree/build-rwdi/tests/unit/build && /usr/bin/cmake --build /tree/build-rwdi/tests/unit/build/cmake_build_dir_test --config RelWithDebInfo
[ 50%] Built target test_component
[100%] Built target test_executable
[15/279] Linking CXX executable bin/executor_parameters_test
[16/279] Building CXX object tests/unit/parallel/executors/CMakeFiles/minimal_timed_async_executor_test_exe.dir/minimal_timed_async_executor.cpp.o
FAILED: tests/unit/parallel/executors/CMakeFiles/minimal_timed_async_executor_test_exe.dir/minimal_timed_async_executor.cpp.o
/usr/bin/clang++ -DBOOST_DISABLE_ASSERTS -DHPX_APPLICATION_EXPORTS -DHPX_APPLICATION_NAME=minimal_timed_async_executor_test_exe -DHPX_APPLICATION_STRING=\"minimal_timed_async_executor_test_exe\" -DHPX_DISABLE_ASSERTS -DHPX_PREFIX=\"/tree/build-rwdi\" -D_GNU_SOURCE -I/tree/hpx -isystem /opt/boost-1.65.1-cxx14/include -I. -I/tree/hpx/tests -pthread -Wall -Wextra -Wno-unused-local-typedefs -Wno-strict-aliasing -Wno-sign-promo -Wno-attributes -Wno-cast-align -Wno-unused-parameter -Wformat=2 -Wno-format-nonliteral -Winit-self -Wdouble-promotion -Wcast-qual -Werror=parentheses -Werror=reorder -Werror=return-type -Werror=sequence-point -Werror=uninitialized -Werror=format -Werror=missing-braces -Werror=sign-compare -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O2 -g -DNDEBUG -std=c++14 -MD -MT tests/unit/parallel/executors/CMakeFiles/minimal_timed_async_executor_test_exe.dir/minimal_timed_async_executor.cpp.o -MF tests/unit/parallel/executors/CMakeFiles/minimal_timed_async_executor_test_exe.dir/minimal_timed_async_executor.cpp.o.d -o tests/unit/parallel/executors/CMakeFiles/minimal_timed_async_executor_test_exe.dir/minimal_timed_async_executor.cpp.o -c /tree/hpx/tests/unit/parallel/executors/minimal_timed_async_executor.cpp
In file included from /tree/hpx/tests/unit/parallel/executors/minimal_timed_async_executor.cpp:7:
In file included from /tree/hpx/hpx/hpx.hpp:10:
In file included from /tree/hpx/hpx/include/lcos.hpp:11:
In file included from /tree/hpx/hpx/include/actions.hpp:11:
In file included from /tree/hpx/hpx/runtime/actions/action_invoke_no_more_than.hpp:12:
In file included from /tree/hpx/hpx/runtime/actions/continuation.hpp:14:
In file included from /tree/hpx/hpx/runtime/actions/trigger.hpp:11:
In file included from /tree/hpx/hpx/lcos/future.hpp:1597:
In file included from /tree/hpx/hpx/lcos/local/packaged_continuation.hpp:24:
/tree/hpx/hpx/util/deferred_call.hpp:173:16: error: call to deleted constructor of 'typename std::decay<deferred<id (*(int &&))(int)> &>::type' (aka 'hpx::util::detail::deferred<hpx::thread::id (*(int &&))(int)>')
return std::forward<F>(f);
^~~~~~~~~~~~~~~~~~
/tree/hpx/hpx/async_launch_policy_dispatch.hpp:161:23: note: in instantiation of function template specialization 'hpx::util::deferred_call<hpx::util::detail::deferred<hpx::thread::id (*(int &&))(int)> &>' requested here
util::deferred_call(std::forward<F>(f), std::forward<Ts>(ts)...));
^
/tree/hpx/hpx/lcos/async.hpp:330:16: note: in instantiation of function template specialization 'hpx::detail::async_launch_policy_dispatch<hpx::util::detail::deferred<hpx::thread::id (*(int &&))(int)>, void>::call<hpx::util::detail::deferred<hpx::thread::id (*(int &&))(int)> &>' requested here
>::call(std::forward<Policy_>(launch_policy), std::forward<F>(f),
^
/tree/hpx/hpx/async.hpp:141:16: note: in instantiation of function template specialization 'hpx::detail::async_dispatch<hpx::detail::async_policy, void>::call<const hpx::detail::async_policy &, hpx::util::detail::deferred<hpx::thread::id (*(int &&))(int)> &>' requested here
>::call(std::forward<F>(f), std::forward<Ts>(ts)...);
^
/tree/hpx/tests/unit/parallel/executors/minimal_timed_async_executor.cpp:215:21: note: in instantiation of function template specialization 'hpx::async<const hpx::detail::async_policy &, hpx::util::detail::deferred<hpx::thread::id (*(int &&))(int)> &>' requested here
return hpx::async(hpx::launch::async, std::forward<F>(f),
^
/tree/hpx/hpx/parallel/executors/execution.hpp:395:29: note: in instantiation of function template specialization 'test_timed_async_executor2::sync_execute<hpx::util::detail::deferred<hpx::thread::id (*(int &&))(int)> &>' requested here
return exec.sync_execute(std::forward<F>(f),
^
/tree/hpx/hpx/parallel/executors/execution.hpp:407:24: note: (skipping 6 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
return call_impl(0, std::forward<TwoWayExecutor>(exec),
^
/tree/hpx/hpx/parallel/executors/execution.hpp:407:24: note: in instantiation of function template specialization 'hpx::parallel::execution::detail::sync_execute_fn_helper<hpx::parallel::execution::timed_executor<test_timed_async_executor2>, void>::call_impl<hpx::parallel::execution::timed_executor<test_timed_async_executor2> &, hpx::thread::id (*)(int), int>' requested here
/tree/hpx/hpx/parallel/executors/execution_fwd.hpp:239:20: note: in instantiation of function template specialization 'hpx::parallel::execution::detail::sync_execute_fn_helper<hpx::parallel::execution::timed_executor<test_timed_async_executor2>, void>::call<hpx::parallel::execution::timed_executor<test_timed_async_executor2> &, hpx::thread::id (*)(int), int>' requested here
>::call(std::forward<Executor>(exec), std::forward<F>(f),
^
/tree/hpx/hpx/parallel/executors/execution_fwd.hpp:350:20: note: in instantiation of function template specialization 'hpx::parallel::execution::detail::sync_execute<hpx::parallel::execution::timed_executor<test_timed_async_executor2> &, hpx::thread::id (*)(int), int>' requested here
return sync_execute(std::forward<Executor>(exec),
^
/tree/hpx/tests/unit/parallel/executors/minimal_timed_async_executor.cpp:151:5: note: in instantiation of function template specialization 'test_timed_sync<test_timed_async_executor2>' requested here
test_timed_sync(exec);
^
/tree/hpx/tests/unit/parallel/executors/minimal_timed_async_executor.cpp:287:5: note: in instantiation of function template specialization 'test_timed_executor<test_timed_async_executor2>' requested here
test_timed_executor<test_timed_async_executor2>({{ 2, 0, 4, 0, 0, 0 }});
^
/tree/hpx/hpx/util/deferred_call.hpp:97:13: note: 'deferred' has been explicitly marked deleted here
deferred(deferred const&) = delete;
^
1 error generated.
[17/279] Building CXX object tests/unit/parallel/executors/CMakeFiles/sequential_executor_v1_test_exe.dir/sequential_executor_v1.cpp.o
[18/279] Linking CXX executable bin/sequential_executor_v1_test
[19/279] Building CXX object tests/unit/parallel/executors/CMakeFiles/shared_parallel_executor_test_exe.dir/shared_parallel_executor.cpp.o
[20/279] Linking CXX executable bin/timed_this_thread_executors_v1_test
[21/279] Linking CXX executable bin/shared_parallel_executor_test
[22/279] Building CXX object tests/unit/parallel/executors/CMakeFiles/service_executors_test_exe.dir/service_executors.cpp.o
[23/279] Linking CXX executable bin/service_executors_test
[24/279] Building CXX object tests/unit/parallel/executors/CMakeFiles/sequenced_executor_test_exe.dir/sequenced_executor.cpp.o
[25/279] Building CXX object tests/unit/parallel/executors/CMakeFiles/this_thread_executors_test_exe.dir/this_thread_executors.cpp.o
[26/279] Linking CXX executable bin/sequenced_executor_test
[27/279] Linking CXX executable bin/this_thread_executors_test
[28/279] Building CXX object tests/unit/parallel/executors/CMakeFiles/executor_parameters_timer_hooks_test_exe.dir/executor_parameters_timer_hooks.cpp.o
[29/279] Linking CXX executable bin/executor_parameters_timer_hooks_test
[30/279] Building CXX object tests/unit/parallel/executors/CMakeFiles/thread_pool_attached_executors_test_exe.dir/thread_pool_attached_executors.cpp.o
[31/279] Building CXX object tests/unit/parallel/executors/CMakeFiles/thread_pool_executors_test_exe.dir/thread_pool_executors.cpp.o
[32/279] Linking CXX executable bin/thread_pool_executors_test
[33/279] Linking CXX executable bin/thread_pool_attached_executors_test
[34/279] Building CXX object tests/unit/parallel/executors/CMakeFiles/timed_parallel_executor_test_exe.dir/timed_parallel_executor.cpp.o
[35/279] Linking CXX executable bin/timed_parallel_executor_test
[36/279] Building CXX object tests/unit/parallel/executors/CMakeFiles/parallel_policy_executor_test_exe.dir/parallel_policy_executor.cpp.o
[37/279] Linking CXX executable bin/parallel_policy_executor_test
[38/279] Building CXX object tests/unit/parallel/executors/CMakeFiles/timed_this_thread_executors_test_exe.dir/timed_this_thread_executors.cpp.o
[39/279] Linking CXX executable bin/timed_this_thread_executors_test
[40/279] Building CXX object tests/unit/parallel/executors/CMakeFiles/timed_thread_pool_executors_test_exe.dir/timed_thread_pool_executors.cpp.o
[41/279] Linking CXX executable bin/timed_thread_pool_executors_test
[42/279] Building CXX object tests/unit/parallel/executors/CMakeFiles/created_executor_v1_test_exe.dir/created_executor_v1.cpp.o
[43/279] Linking CXX executable bin/created_executor_v1_test
[44/279] Building CXX object tests/unit/parallel/executors/CMakeFiles/bulk_async_v1_test_exe.dir/bulk_async_v1.cpp.o
[45/279] Linking CXX executable bin/bulk_async_v1_test
[46/279] Building CXX object tests/unit/parallel/executors/CMakeFiles/parallel_executor_test_exe.dir/parallel_executor.cpp.o
[47/279] Building CXX object tests/unit/parallel/segmented_algorithms/CMakeFiles/partitioned_vector_iter_test_exe.dir/partitioned_vector_iter.cpp.o
[48/279] Linking CXX executable bin/parallel_executor_test
[49/279] Linking CXX executable bin/partitioned_vector_iter_test
[50/279] Linking CXX executable bin/partitioned_vector_exclusive_scan_test
[51/279] Building CXX object tests/unit/parallel/segmented_algorithms/CMakeFiles/partitioned_vector_handle_values_test_exe.dir/partitioned_vector_handle_values.cpp.o
[52/279] Linking CXX executable bin/partitioned_vector_handle_values_test
[53/279] Building CXX object tests/unit/parallel/segmented_algorithms/CMakeFiles/partitioned_vector_target_test_exe.dir/partitioned_vector_target.cpp.o
[54/279] Linking CXX executable bin/partitioned_vector_target_test
[55/279] Building CXX object tests/unit/parallel/segmented_algorithms/CMakeFiles/partitioned_vector_reduce_test_exe.dir/partitioned_vector_reduce.cpp.o
[56/279] Linking CXX executable bin/partitioned_vector_reduce_test
[57/279] Building CXX object tests/unit/parallel/segmented_algorithms/CMakeFiles/partitioned_vector_transform_reduce_test_exe.dir/partitioned_vector_transform_reduce.cpp.o
[58/279] Linking CXX executable bin/partitioned_vector_transform_reduce_test
[59/279] Building CXX object tests/unit/parallel/segmented_algorithms/CMakeFiles/partitioned_vector_fill_test_exe.dir/partitioned_vector_fill.cpp.o
[60/279] Building CXX object tests/unit/parallel/segmented_algorithms/CMakeFiles/partitioned_vector_copy_test_exe.dir/partitioned_vector_copy.cpp.o
[61/279] Linking CXX executable bin/partitioned_vector_fill_test
[62/279] Linking CXX executable bin/partitioned_vector_copy_test
[63/279] Building CXX object tests/unit/parcelset/CMakeFiles/set_parcel_write_handler_test_exe.dir/set_parcel_write_handler.cpp.o
[64/279] Linking CXX executable bin/set_parcel_write_handler_test
[65/279] Building CXX object tests/unit/performance_counter/CMakeFiles/path_elements_test_exe.dir/path_elements.cpp.o
[66/279] Linking CXX executable bin/path_elements_test
[67/279] Building CXX object tests/unit/parcelset/CMakeFiles/put_parcels_test_exe.dir/put_parcels.cpp.o
[68/279] Linking CXX executable bin/put_parcels_test
[69/279] Building CXX object tests/unit/parcelset/CMakeFiles/put_parcels_with_coalescing_test_exe.dir/put_parcels_with_coalescing.cpp.o
[70/279] Linking CXX executable bin/put_parcels_with_coalescing_test
[71/279] Building CXX object tests/unit/resource/CMakeFiles/used_pus_test_exe.dir/used_pus.cpp.o
[72/279] Building CXX object tests/unit/performance_counter/CMakeFiles/all_counters_test_exe.dir/all_counters.cpp.o
[73/279] Linking CXX executable bin/used_pus_test
[74/279] Linking CXX executable bin/all_counters_test
[75/279] Building CXX object tests/unit/resource/CMakeFiles/shutdown_suspended_pus_test_exe.dir/shutdown_suspended_pus.cpp.o
FAILED: tests/unit/resource/CMakeFiles/shutdown_suspended_pus_test_exe.dir/shutdown_suspended_pus.cpp.o
/usr/bin/clang++ -DBOOST_DISABLE_ASSERTS -DHPX_APPLICATION_EXPORTS -DHPX_APPLICATION_NAME=shutdown_suspended_pus_test_exe -DHPX_APPLICATION_STRING=\"shutdown_suspended_pus_test_exe\" -DHPX_DISABLE_ASSERTS -DHPX_PREFIX=\"/tree/build-rwdi\" -D_GNU_SOURCE -I/tree/hpx -isystem /opt/boost-1.65.1-cxx14/include -I. -I/tree/hpx/tests -pthread -Wall -Wextra -Wno-unused-local-typedefs -Wno-strict-aliasing -Wno-sign-promo -Wno-attributes -Wno-cast-align -Wno-unused-parameter -Wformat=2 -Wno-format-nonliteral -Winit-self -Wdouble-promotion -Wcast-qual -Werror=parentheses -Werror=reorder -Werror=return-type -Werror=sequence-point -Werror=uninitialized -Werror=format -Werror=missing-braces -Werror=sign-compare -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O2 -g -DNDEBUG -std=c++14 -MD -MT tests/unit/resource/CMakeFiles/shutdown_suspended_pus_test_exe.dir/shutdown_suspended_pus.cpp.o -MF tests/unit/resource/CMakeFiles/shutdown_suspended_pus_test_exe.dir/shutdown_suspended_pus.cpp.o.d -o tests/unit/resource/CMakeFiles/shutdown_suspended_pus_test_exe.dir/shutdown_suspended_pus.cpp.o -c /tree/hpx/tests/unit/resource/shutdown_suspended_pus.cpp
/tree/hpx/tests/unit/resource/shutdown_suspended_pus.cpp:46:14: error: no member named 'async' in namespace 'hpx'
hpx::async([](){});
~~~~~^
1 error generated.
[76/279] Building CXX object tests/unit/resource/CMakeFiles/resource_partitioner_test_exe.dir/resource_partitioner.cpp.o
[77/279] Linking CXX executable bin/resource_partitioner_test
[78/279] Building CXX object tests/unit/resource/CMakeFiles/throttle_test_exe.dir/throttle.cpp.o
FAILED: tests/unit/resource/CMakeFiles/throttle_test_exe.dir/throttle.cpp.o
/usr/bin/clang++ -DBOOST_DISABLE_ASSERTS -DHPX_APPLICATION_EXPORTS -DHPX_APPLICATION_NAME=throttle_test_exe -DHPX_APPLICATION_STRING=\"throttle_test_exe\" -DHPX_DISABLE_ASSERTS -DHPX_PREFIX=\"/tree/build-rwdi\" -D_GNU_SOURCE -I/tree/hpx -isystem /opt/boost-1.65.1-cxx14/include -I. -I/tree/hpx/tests -pthread -Wall -Wextra -Wno-unused-local-typedefs -Wno-strict-aliasing -Wno-sign-promo -Wno-attributes -Wno-cast-align -Wno-unused-parameter -Wformat=2 -Wno-format-nonliteral -Winit-self -Wdouble-promotion -Wcast-qual -Werror=parentheses -Werror=reorder -Werror=return-type -Werror=sequence-point -Werror=uninitialized -Werror=format -Werror=missing-braces -Werror=sign-compare -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O2 -g -DNDEBUG -std=c++14 -MD -MT tests/unit/resource/CMakeFiles/throttle_test_exe.dir/throttle.cpp.o -MF tests/unit/resource/CMakeFiles/throttle_test_exe.dir/throttle.cpp.o.d -o tests/unit/resource/CMakeFiles/throttle_test_exe.dir/throttle.cpp.o -c /tree/hpx/tests/unit/resource/throttle.cpp
/tree/hpx/tests/unit/resource/throttle.cpp:97:18: error: no member named 'async' in namespace 'hpx'
hpx::async(test_function).get();
~~~~~^
/tree/hpx/tests/unit/resource/throttle.cpp:116:9: error: no type named 'high_resolution_timer' in namespace 'hpx::util'; did you mean 'std::chrono::high_resolution_clock'?
hpx::util::high_resolution_timer t;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
std::chrono::high_resolution_clock
/usr/bin/../lib/gcc/x86_64-linux-gnu/6.3.0/../../../../include/c++/6.3.0/chrono:776:11: note: 'std::chrono::high_resolution_clock' declared here
using high_resolution_clock = system_clock;
^
/tree/hpx/tests/unit/resource/throttle.cpp:117:18: error: no member named 'elapsed' in 'std::chrono::_V2::system_clock'
while (t.elapsed() < 2)
~ ^
/tree/hpx/tests/unit/resource/throttle.cpp:123:35: error: no member named 'async' in namespace 'hpx'
fs.push_back(hpx::async([](){}));
~~~~~^
4 errors generated.
[79/279] Linking CXX executable bin/serialization_valarray_test
[80/279] Building CXX object tests/unit/serialization/CMakeFiles/serialization_list_test_exe.dir/serialization_list.cpp.o
[81/279] Linking CXX executable bin/serialization_set_test
[82/279] Linking CXX executable bin/serialization_list_test
[83/279] Building CXX object tests/unit/resource/CMakeFiles/throttle_timed_test_exe.dir/throttle_timed.cpp.o
[84/279] Linking CXX executable bin/throttle_timed_test
[85/279] Building CXX object tests/unit/resource/CMakeFiles/named_pool_executor_test_exe.dir/named_pool_executor.cpp.o
[86/279] Linking CXX executable bin/named_pool_executor_test
[87/279] Building CXX object tests/unit/serialization/CMakeFiles/serialization_deque_test_exe.dir/serialization_deque.cpp.o
[88/279] Linking CXX executable bin/serialization_deque_test
[89/279] Building CXX object tests/unit/serialization/CMakeFiles/serialization_vector_test_exe.dir/serialization_vector.cpp.o
[90/279] Linking CXX executable bin/serialization_vector_test
[91/279] Building CXX object tests/unit/serialization/CMakeFiles/serialization_simple_test_exe.dir/serialization_simple.cpp.o
[92/279] Building CXX object tests/unit/serialization/CMakeFiles/serialization_builtins_test_exe.dir/serialization_builtins.cpp.o
[93/279] Linking CXX executable bin/serialization_simple_test
[94/279] Linking CXX executable bin/serialization_builtins_test
[95/279] Building CXX object tests/unit/serialization/CMakeFiles/serialization_array_test_exe.dir/serialization_array.cpp.o
[96/279] Linking CXX executable bin/serialization_array_test
[97/279] Building CXX object tests/unit/serialization/CMakeFiles/serialization_complex_test_exe.dir/serialization_complex.cpp.o
[98/279] Linking CXX executable bin/serialization_complex_test
[99/279] Building CXX object tests/unit/serialization/CMakeFiles/serialization_custom_constructor_test_exe.dir/serialization_custom_constructor.cpp.o
[100/279] Linking CXX executable bin/serialization_custom_constructor_test
[101/279] Building CXX object tests/unit/serialization/CMakeFiles/serialization_smart_ptr_test_exe.dir/serialization_smart_ptr.cpp.o
[102/279] Linking CXX executable bin/serialization_smart_ptr_test
[103/279] Building CXX object tests/unit/serialization/CMakeFiles/serialization_unordered_map_test_exe.dir/serialization_unordered_map.cpp.o
[104/279] Linking CXX executable bin/serialization_unordered_map_test
[105/279] Building CXX object tests/unit/parallel/segmented_algorithms/CMakeFiles/partitioned_vector_move_test_exe.dir/partitioned_vector_move.cpp.o
[106/279] Building CXX object tests/unit/serialization/CMakeFiles/serialization_variant_test_exe.dir/serialization_variant.cpp.o
[107/279] Linking CXX executable bin/serialization_variant_test
[108/279] Linking CXX executable bin/partitioned_vector_move_test
[109/279] Building CXX object tests/unit/serialization/CMakeFiles/serialization_optional_test_exe.dir/serialization_optional.cpp.o
[110/279] Linking CXX executable bin/serialization_optional_test
[111/279] Building CXX object tests/unit/serialization/polymorphic/CMakeFiles/polymorphic_nonintrusive_abstract_test_exe.dir/polymorphic_nonintrusive_abstract.cpp.o
[112/279] Linking CXX executable bin/polymorphic_nonintrusive_abstract_test
[113/279] Building CXX object tests/unit/serialization/polymorphic/CMakeFiles/polymorphic_pointer_test_exe.dir/polymorphic_pointer.cpp.o
[114/279] Building CXX object tests/unit/serialization/polymorphic/CMakeFiles/polymorphic_nonintrusive_test_exe.dir/polymorphic_nonintrusive.cpp.o
[115/279] Linking CXX executable bin/polymorphic_nonintrusive_test
[116/279] Linking CXX executable bin/polymorphic_pointer_test
[117/279] Building CXX object tests/unit/serialization/polymorphic/CMakeFiles/polymorphic_semiintrusive_template_test_exe.dir/polymorphic_semiintrusive_template.cpp.o
[118/279] Building CXX object tests/unit/serialization/polymorphic/CMakeFiles/polymorphic_template_test_exe.dir/polymorphic_template.cpp.o
[119/279] Linking CXX executable bin/polymorphic_semiintrusive_template_test
[120/279] Linking CXX executable bin/polymorphic_template_test
[121/279] Building CXX object tests/unit/serialization/polymorphic/CMakeFiles/polymorphic_reference_test_exe.dir/polymorphic_reference.cpp.o
[122/279] Linking CXX executable bin/polymorphic_reference_test
[123/279] Building CXX object tests/unit/serialization/polymorphic/CMakeFiles/smart_ptr_polymorphic_test_exe.dir/smart_ptr_polymorphic.cpp.o
[124/279] Linking CXX executable bin/smart_ptr_polymorphic_test
[125/279] Building CXX object tests/unit/serialization/CMakeFiles/zero_copy_serialization_test_exe.dir/zero_copy_serialization.cpp.o
[126/279] Linking CXX executable bin/zero_copy_serialization_test
[127/279] Building CXX object tests/unit/serialization/polymorphic/CMakeFiles/smart_ptr_polymorphic_nonintrusive_test_exe.dir/smart_ptr_polymorphic_nonintrusive.cpp.o
[128/279] Linking CXX executable bin/smart_ptr_polymorphic_nonintrusive_test
[129/279] Building CXX object tests/unit/threads/CMakeFiles/resource_manager_test_exe.dir/resource_manager.cpp.o
[130/279] Linking CXX executable bin/resource_manager_test
[131/279] Building CXX object tests/unit/threads/CMakeFiles/thread_yield_test_exe.dir/thread_yield.cpp.o
[132/279] Linking CXX executable bin/thread_yield_test
[133/279] Building CXX object tests/unit/threads/CMakeFiles/thread_test_exe.dir/thread.cpp.o
[134/279] Linking CXX executable bin/thread_test
[135/279] Building CXX object tests/unit/threads/CMakeFiles/thread_launching_test_exe.dir/thread_launching.cpp.o
[136/279] Linking CXX executable bin/thread_launching_test
[137/279] Building CXX object tests/unit/parallel/segmented_algorithms/CMakeFiles/partitioned_vector_for_each_test_exe.dir/partitioned_vector_for_each.cpp.o
[138/279] Linking CXX executable bin/partitioned_vector_for_each_test
[139/279] Building CXX object tests/unit/threads/CMakeFiles/stack_check_test_exe.dir/stack_check.cpp.o
[140/279] Linking CXX executable bin/stack_check_test
[141/279] Building CXX object tests/unit/parallel/segmented_algorithms/CMakeFiles/partitioned_vector_transform_test_exe.dir/partitioned_vector_transform.cpp.o
[142/279] Building CXX object tests/unit/threads/CMakeFiles/set_thread_state_test_exe.dir/set_thread_state.cpp.o
[143/279] Linking CXX executable bin/set_thread_state_test
[144/279] Linking CXX executable bin/partitioned_vector_transform_test
[145/279] Building CXX object tests/unit/threads/CMakeFiles/thread_affinity_test_exe.dir/thread_affinity.cpp.o
[146/279] Linking CXX executable bin/thread_affinity_test
[147/279] Building CXX object tests/unit/traits/CMakeFiles/is_tuple_like_test_exe.dir/is_tuple_like.cpp.o
[148/279] Linking CXX executable bin/is_tuple_like_test
[149/279] Building CXX object tests/unit/threads/CMakeFiles/thread_mf_test_exe.dir/thread_mf.cpp.o
[150/279] Linking CXX executable bin/thread_mf_test
[151/279] Building CXX object tests/unit/traits/CMakeFiles/is_callable_test_exe.dir/is_callable.cpp.o
[152/279] Linking CXX executable bin/is_callable_test
[153/279] Building CXX object tests/unit/traits/CMakeFiles/is_range_test_exe.dir/is_range.cpp.o
[154/279] Linking CXX executable bin/is_range_test
[155/279] Building CXX object tests/unit/threads/CMakeFiles/thread_id_test_exe.dir/thread_id.cpp.o
[156/279] Linking CXX executable bin/thread_id_test
[157/279] Building CXX object tests/unit/util/CMakeFiles/coordinate_test_exe.dir/coordinate.cpp.o
[158/279] Linking CXX executable bin/coordinate_test
[159/279] Building CXX object tests/unit/util/CMakeFiles/tuple_test_exe.dir/tuple.cpp.o
In file included from /tree/hpx/tests/unit/util/tuple.cpp:13:
In file included from /tree/hpx/hpx/hpx_init.hpp:715:
In file included from /tree/hpx/hpx/hpx_init_impl.hpp:16:
In file included from /tree/hpx/hpx/util/bind_back.hpp:17:
/tree/hpx/hpx/util/tuple.hpp:82:24: warning: implicit conversion increases floating-point precision: 'float' to 'double' [-Wdouble-promotion]
: _value(std::forward<U>(value))
~^~~~~~~~~~~~~~~~~~~~~~
/tree/hpx/hpx/util/tuple.hpp:250:17: note: in instantiation of function template specialization 'hpx::util::detail::tuple_member<0, double, void>::tuple_member<float &, void>' requested here
: tuple_member<Is, Ts>(util::get<Is>(std::forward<UTuple>(other)))...
^
/tree/hpx/hpx/util/tuple.hpp:489:13: note: in instantiation of function template specialization 'hpx::util::detail::tuple_impl<hpx::util::detail::pack_c<unsigned long, 0>, double>::tuple_impl<hpx::util::tuple<float> &, void>' requested here
: _impl(std::forward<UTuple>(other))
^
/tree/hpx/tests/unit/util/tuple.cpp:105:30: note: in instantiation of function template specialization 'hpx::util::tuple<double>::tuple<hpx::util::tuple<float> &, void>' requested here
hpx::util::tuple<double> t4(t2);
^
In file included from /tree/hpx/tests/unit/util/tuple.cpp:13:
In file included from /tree/hpx/hpx/hpx_init.hpp:715:
In file included from /tree/hpx/hpx/hpx_init_impl.hpp:16:
In file included from /tree/hpx/hpx/util/bind_back.hpp:17:
/tree/hpx/hpx/util/tuple.hpp:82:24: warning: implicit conversion increases floating-point precision: 'float' to 'double' [-Wdouble-promotion]
: _value(std::forward<U>(value))
~^~~~~~~~~~~~~~~~~~~~~~
/tree/hpx/hpx/util/tuple.hpp:250:17: note: in instantiation of function template specialization 'hpx::util::detail::tuple_member<1, double, void>::tuple_member<float &, void>' requested here
: tuple_member<Is, Ts>(util::get<Is>(std::forward<UTuple>(other)))...
^
/tree/hpx/hpx/util/tuple.hpp:489:13: note: in instantiation of function template specialization 'hpx::util::detail::tuple_impl<hpx::util::detail::pack_c<unsigned long, 0, 1>, long, double>::tuple_impl<hpx::util::tuple<int, float> &, void>' requested here
: _impl(std::forward<UTuple>(other))
^
/tree/hpx/tests/unit/util/tuple.cpp:120:36: note: in instantiation of function template specialization 'hpx::util::tuple<long, double>::tuple<hpx::util::tuple<int, float> &, void>' requested here
hpx::util::tuple<long, double> t8(t6);
^
In file included from /tree/hpx/tests/unit/util/tuple.cpp:13:
In file included from /tree/hpx/hpx/hpx_init.hpp:715:
In file included from /tree/hpx/hpx/hpx_init_impl.hpp:16:
In file included from /tree/hpx/hpx/util/bind_back.hpp:17:
/tree/hpx/hpx/util/tuple.hpp:966:21: warning: implicit conversion increases floating-point precision: 'const typename tuple_element<1UL, tuple<short, float> >::type' (aka 'const float') to 'double' [-Wdouble-promotion]
util::get<I>(t) < util::get<I>(u)
^~~~~~~~~~~~~~~ ~
/tree/hpx/hpx/util/tuple.hpp:969:55: note: in instantiation of function template specialization 'hpx::util::detail::tuple_less_than<1, 2>::call<hpx::util::tuple<short, float>, hpx::util::tuple<long, double> >' requested here
&& tuple_less_than<I + 1, Size>::call(t, u)
^
/tree/hpx/hpx/util/tuple.hpp:991:59: note: in instantiation of function template specialization 'hpx::util::detail::tuple_less_than<0, 2>::call<hpx::util::tuple<short, float>, hpx::util::tuple<long, double> >' requested here
return detail::tuple_less_than<0, sizeof...(Ts)>::call(t, u);
^
/tree/hpx/tests/unit/util/tuple.cpp:434:17: note: in instantiation of function template specialization 'hpx::util::operator<<short, float, long, double>' requested here
HPX_TEST(t2 < t3);
^
In file included from /tree/hpx/tests/unit/util/tuple.cpp:13:
In file included from /tree/hpx/hpx/hpx_init.hpp:715:
In file included from /tree/hpx/hpx/hpx_init_impl.hpp:16:
In file included from /tree/hpx/hpx/util/bind_back.hpp:17:
/tree/hpx/hpx/util/tuple.hpp:968:45: warning: implicit conversion increases floating-point precision: 'const typename tuple_element<1UL, tuple<short, float> >::type' (aka 'const float') to 'double' [-Wdouble-promotion]
!(util::get<I>(u) < util::get<I>(t))
~ ^~~~~~~~~~~~~~~
/tree/hpx/hpx/util/tuple.hpp:966:39: warning: implicit conversion increases floating-point precision: 'const typename tuple_element<1UL, tuple<short, float> >::type' (aka 'const float') to 'double' [-Wdouble-promotion]
util::get<I>(t) < util::get<I>(u)
~ ^~~~~~~~~~~~~~~
/tree/hpx/hpx/util/tuple.hpp:969:55: note: in instantiation of function template specialization 'hpx::util::detail::tuple_less_than<1, 2>::call<hpx::util::tuple<long, double>, hpx::util::tuple<short, float> >' requested here
&& tuple_less_than<I + 1, Size>::call(t, u)
^
/tree/hpx/hpx/util/tuple.hpp:991:59: note: in instantiation of function template specialization 'hpx::util::detail::tuple_less_than<0, 2>::call<hpx::util::tuple<long, double>, hpx::util::tuple<short, float> >' requested here
return detail::tuple_less_than<0, sizeof...(Ts)>::call(t, u);
^
/tree/hpx/hpx/util/tuple.hpp:1013:20: note: in instantiation of function template specialization 'hpx::util::operator<<long, double, short, float>' requested here
return !(u < t);
^
/tree/hpx/tests/unit/util/tuple.cpp:435:17: note: in instantiation of function template specialization 'hpx::util::operator<=<short, float, long, double>' requested here
HPX_TEST(t2 <= t3);
^
In file included from /tree/hpx/tests/unit/util/tuple.cpp:13:
In file included from /tree/hpx/hpx/hpx_init.hpp:715:
In file included from /tree/hpx/hpx/hpx_init_impl.hpp:16:
In file included from /tree/hpx/hpx/util/bind_back.hpp:17:
/tree/hpx/hpx/util/tuple.hpp:968:27: warning: implicit conversion increases floating-point precision: 'const typename tuple_element<1UL, tuple<short, float> >::type' (aka 'const float') to 'double' [-Wdouble-promotion]
!(util::get<I>(u) < util::get<I>(t))
^~~~~~~~~~~~~~~ ~
6 warnings generated.
[160/279] Building CXX object tests/unit/util/CMakeFiles/tagged_test_exe.dir/tagged.cpp.o
[161/279] Linking CXX executable bin/tuple_test
[162/279] Linking CXX executable bin/tagged_test
[163/279] Building CXX object tests/unit/threads/CMakeFiles/thread_suspension_executor_test_exe.dir/thread_suspension_executor.cpp.o
[164/279] Linking CXX executable bin/thread_suspension_executor_test
[165/279] Building CXX object tests/unit/threads/CMakeFiles/thread_stacksize_test_exe.dir/thread_stacksize.cpp.o
[166/279] Linking CXX executable bin/thread_stacksize_test
[167/279] Building CXX object tests/unit/util/CMakeFiles/boost_any_test_exe.dir/boost_any.cpp.o
[168/279] Linking CXX executable bin/boost_any_test
[169/279] Building CXX object tests/unit/util/CMakeFiles/any_test_exe.dir/any.cpp.o
[170/279] Linking CXX executable bin/any_test
[171/279] Building CXX object tests/unit/util/CMakeFiles/parse_slurm_nodelist_test_exe.dir/parse_slurm_nodelist.cpp.o
[172/279] Linking CXX executable bin/parse_slurm_nodelist_test
[173/279] Building CXX object tests/unit/util/CMakeFiles/pack_traversal_test_exe.dir/pack_traversal.cpp.o
[174/279] Linking CXX executable bin/pack_traversal_test
[175/279] Building CXX object tests/unit/util/CMakeFiles/config_entry_test_exe.dir/config_entry.cpp.o
[176/279] Building CXX object tests/unit/util/CMakeFiles/any_serialization_test_exe.dir/any_serialization.cpp.o
[177/279] Building CXX object tests/unit/util/CMakeFiles/parse_affinity_options_test_exe.dir/parse_affinity_options.cpp.o
[178/279] Linking CXX executable bin/any_serialization_test
[179/279] Linking CXX executable bin/parse_affinity_options_test
[180/279] Linking CXX executable bin/config_entry_test
[181/279] Building CXX object tests/unit/util/CMakeFiles/range_test_exe.dir/range.cpp.o
[182/279] Linking CXX executable bin/range_test
[183/279] Building CXX object tests/unit/util/CMakeFiles/bind_action_test_exe.dir/bind_action.cpp.o
[184/279] Linking CXX executable bin/bind_action_test
[185/279] Building CXX object tests/unit/util/bind/CMakeFiles/bind_dm3_test_test_exe.dir/bind_dm3_test.cpp.o
[186/279] Linking CXX executable bin/bind_dm3_test_test
[187/279] Building CXX object tests/unit/util/CMakeFiles/checkpoint_test_exe.dir/checkpoint.cpp.o
[188/279] Linking CXX executable bin/checkpoint_test
[189/279] Building CXX object tests/unit/util/bind/CMakeFiles/bind_const_test_test_exe.dir/bind_const_test.cpp.o
[190/279] Linking CXX executable bin/bind_const_test_test
[191/279] Building CXX object tests/unit/util/CMakeFiles/function_test_exe.dir/function.cpp.o
[192/279] Linking CXX executable bin/function_test
[193/279] Building CXX object tests/unit/util/bind/CMakeFiles/bind_rvalue_test_test_exe.dir/bind_rvalue_test.cpp.o
[194/279] Linking CXX executable bin/bind_rvalue_test_test
[195/279] Building CXX object tests/unit/util/bind/CMakeFiles/bind_cv_test_test_exe.dir/bind_cv_test.cpp.o
[196/279] Linking CXX executable bin/bind_cv_test_test
[197/279] Building CXX object tests/unit/util/CMakeFiles/unwrap_test_exe.dir/unwrap.cpp.o
[198/279] Building CXX object tests/unit/util/bind/CMakeFiles/bind_dm_test_test_exe.dir/bind_dm_test.cpp.o
[199/279] Linking CXX executable bin/bind_dm_test_test
[200/279] Linking CXX executable bin/unwrap_test
[201/279] Building CXX object tests/unit/util/bind/CMakeFiles/bind_placeholder_test_test_exe.dir/bind_placeholder_test.cpp.o
[202/279] Linking CXX executable bin/bind_placeholder_test_test
[203/279] Building CXX object tests/unit/util/bind/CMakeFiles/bind_rv_sp_test_test_exe.dir/bind_rv_sp_test.cpp.o
[204/279] Building CXX object tests/unit/util/bind/CMakeFiles/bind_dm2_test_test_exe.dir/bind_dm2_test.cpp.o
[205/279] Linking CXX executable bin/bind_rv_sp_test_test
[206/279] Linking CXX executable bin/bind_dm2_test_test
[207/279] Building CXX object tests/unit/util/bind/CMakeFiles/bind_stateful_test_test_exe.dir/bind_stateful_test.cpp.o
[208/279] Linking CXX executable bin/bind_stateful_test_test
[209/279] Building CXX object tests/unit/util/bind/CMakeFiles/protect_test_test_exe.dir/protect_test.cpp.o
[210/279] Building CXX object tests/unit/util/CMakeFiles/pack_traversal_async_test_exe.dir/pack_traversal_async.cpp.o
[211/279] Linking CXX executable bin/protect_test_test
[212/279] Building CXX object tests/unit/util/cache/CMakeFiles/local_mru_cache_test_exe.dir/local_mru_cache.cpp.o
[213/279] Linking CXX executable bin/pack_traversal_async_test
[214/279] Linking CXX executable bin/local_mru_cache_test
[215/279] Building CXX object tests/unit/util/cache/CMakeFiles/local_lru_cache_test_exe.dir/local_lru_cache.cpp.o
[216/279] Linking CXX executable bin/local_lru_cache_test
[217/279] Building CXX object tests/unit/util/bind/CMakeFiles/bind_test_test_exe.dir/bind_test.cpp.o
[218/279] Building CXX object tests/unit/util/cache/CMakeFiles/local_statistics_test_exe.dir/local_statistics.cpp.o
[219/279] Linking CXX executable bin/bind_test_test
[220/279] Building CXX object tests/unit/util/function/CMakeFiles/function_args_test_exe.dir/function_args.cpp.o
[221/279] Linking CXX executable bin/local_statistics_test
[222/279] Linking CXX executable bin/function_args_test
[223/279] Building CXX object tests/unit/util/function/CMakeFiles/function_ref_test_exe.dir/function_ref.cpp.o
[224/279] Linking CXX executable bin/function_ref_test
[225/279] Building CXX object tests/unit/util/function/CMakeFiles/function_arith_test_exe.dir/function_arith.cpp.o
[226/279] Building CXX object tests/unit/util/function/CMakeFiles/contains_test_test_exe.dir/contains_test.cpp.o
[227/279] Linking CXX executable bin/function_arith_test
[228/279] Linking CXX executable bin/contains_test_test
[229/279] Building CXX object tests/unit/util/function/CMakeFiles/function_test_test_exe.dir/function_test.cpp.o
In file included from /tree/hpx/tests/unit/util/function/function_test.cpp:13:
In file included from /tree/hpx/hpx/hpx_main.hpp:10:
In file included from /tree/hpx/hpx/hpx_init.hpp:16:
In file included from /tree/hpx/hpx/runtime/shutdown_function.hpp:13:
In file included from /tree/hpx/hpx/util/unique_function.hpp:18:
In file included from /tree/hpx/hpx/util/detail/vtable/unique_function_vtable.hpp:13:
In file included from /tree/hpx/hpx/util/detail/vtable/callable_vtable.hpp:15:
/tree/hpx/hpx/util/invoke.hpp:35:50: warning: implicit conversion increases floating-point precision: 'float' to 'double' [-Wdouble-promotion]
return hpx::util::void_guard<R>(),
~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~^
/tree/hpx/hpx/util/invoke.hpp:165:16: note: in instantiation of function template specialization 'hpx::util::detail::invoke_impl<double, hpx::util::function<float (), false> >::operator()<hpx::util::function<float (), false> &>' requested here
return detail::invoke_impl<R,typename std::decay<F>::type>()(
^
/tree/hpx/hpx/util/detail/vtable/callable_vtable.hpp:74:26: note: in instantiation of function template specialization 'hpx::util::invoke_r<double, hpx::util::function<float (), false> &>' requested here
return util::invoke_r<R>(
^
/tree/hpx/hpx/util/detail/vtable/callable_vtable.hpp:82:47: note: in instantiation of function template specialization 'hpx::util::detail::callable_vtable<double ()>::_invoke<hpx::util::function<float (), false> >' requested here
, invoke(&callable_vtable::template _invoke<T>)
^
/tree/hpx/hpx/util/detail/vtable/vtable.hpp:41:37: note: in instantiation of static data member 'hpx::util::detail::vtables<hpx::util::detail::function_vtable<double ()>, hpx::util::function<float (), false> >::instance' requested here
return &vtables<VTable, T>::instance;
^
/tree/hpx/hpx/util/detail/basic_function.hpp:114:40: note: in instantiation of function template specialization 'hpx::util::detail::function_base<hpx::util::detail::function_vtable<double ()>, double ()>::get_vtable<hpx::util::function<float (), false> >' requested here
VTable const* f_vptr = get_vtable<target_type>();
^
/tree/hpx/hpx/util/function.hpp:119:13: note: in instantiation of function template specialization 'hpx::util::detail::function_base<hpx::util::detail::function_vtable<double ()>, double ()>::assign<hpx::util::function<float (), false> &>' requested here
assign(std::forward<F>(f));
^
/tree/hpx/tests/unit/util/function/function_test.cpp:581:8: note: in instantiation of function template specialization 'hpx::util::function<double (), false>::operator=<hpx::util::function<float (), false> &, hpx::util::function<float (), false>, void>' requested here
f3 = f2;
^
1 warning generated.
[230/279] Linking CXX executable bin/function_test_test
[231/279] Building CXX object tests/unit/util/function/CMakeFiles/function_bind_test_test_exe.dir/function_bind_test.cpp.o
[232/279] Linking CXX executable bin/function_bind_test_test
[233/279] Building CXX object tests/unit/util/function/CMakeFiles/stateless_test_test_exe.dir/stateless_test.cpp.o
[234/279] Linking CXX executable bin/stateless_test_test
[235/279] Building CXX object tests/unit/util/function/CMakeFiles/nothrow_swap_test_exe.dir/nothrow_swap.cpp.o
[236/279] Linking CXX executable bin/nothrow_swap_test
[237/279] Building CXX object tests/unit/util/function/CMakeFiles/sum_avg_test_exe.dir/sum_avg.cpp.o
[238/279] Linking CXX executable bin/sum_avg_test
[239/279] Building CXX object tests/unit/util/iterator/CMakeFiles/iterator_facade_test_exe.dir/iterator_facade.cpp.o
[240/279] Linking CXX executable bin/iterator_facade_test
[241/279] Building CXX object tests/unit/util/function/CMakeFiles/function_target_test_exe.dir/function_target.cpp.o
[242/279] Building CXX object tests/unit/util/iterator/CMakeFiles/iterator_adaptor_test_exe.dir/iterator_adaptor.cpp.o
[243/279] Linking CXX executable bin/function_target_test
[244/279] Linking CXX executable bin/iterator_adaptor_test
[245/279] Building CXX object tests/unit/util/iterator/CMakeFiles/zip_iterator_test_exe.dir/zip_iterator.cpp.o
[246/279] Linking CXX executable bin/zip_iterator_test
[247/279] Building CXX object tests/unit/util/mem_fn/CMakeFiles/mem_fn_void_test_test_exe.dir/mem_fn_void_test.cpp.o
[248/279] Building CXX object tests/unit/util/mem_fn/CMakeFiles/mem_fn_unary_addr_test_test_exe.dir/mem_fn_unary_addr_test.cpp.o
[249/279] Linking CXX executable bin/mem_fn_void_test_test
[250/279] Building CXX object tests/unit/util/iterator/CMakeFiles/transform_iterator2_test_exe.dir/transform_iterator2.cpp.o
[251/279] Linking CXX executable bin/mem_fn_unary_addr_test_test
[252/279] Linking CXX executable bin/transform_iterator2_test
[253/279] Building CXX object tests/unit/util/mem_fn/CMakeFiles/mem_fn_dm_test_test_exe.dir/mem_fn_dm_test.cpp.o
[254/279] Linking CXX executable bin/mem_fn_dm_test_test
[255/279] Building CXX object tests/unit/util/mem_fn/CMakeFiles/mem_fn_derived_test_test_exe.dir/mem_fn_derived_test.cpp.o
[256/279] Building CXX object tests/unit/util/mem_fn/CMakeFiles/mem_fn_rv_test_test_exe.dir/mem_fn_rv_test.cpp.o
[257/279] Linking CXX executable bin/mem_fn_derived_test_test
[258/279] Linking CXX executable bin/mem_fn_rv_test_test
[259/279] Building CXX object tests/unit/util/mem_fn/CMakeFiles/mem_fn_test_test_exe.dir/mem_fn_test.cpp.o
[260/279] Linking CXX executable bin/mem_fn_test_test
[261/279] Building CXX object tests/unit/util/iterator/CMakeFiles/transform_iterator_test_exe.dir/transform_iterator.cpp.o
[262/279] Linking CXX executable bin/transform_iterator_test
[263/279] Building CXX object tests/unit/util/iterator/CMakeFiles/stencil3_iterator_test_exe.dir/stencil3_iterator.cpp.o
[264/279] Linking CXX executable bin/stencil3_iterator_test
[265/279] Building CXX object tests/unit/computeapi/host/CMakeFiles/block_allocator_test_exe.dir/block_allocator.cpp.o
[266/279] Linking CXX executable bin/block_allocator_test
[267/279] Building CXX object tests/unit/parallel/segmented_algorithms/CMakeFiles/partitioned_vector_transform_scan_test_exe.dir/partitioned_vector_transform_scan.cpp.o
[268/279] Linking CXX executable bin/partitioned_vector_transform_scan_test
[269/279] Building CXX object tests/unit/parallel/segmented_algorithms/CMakeFiles/partitioned_vector_transform_binary_test_exe.dir/partitioned_vector_transform_binary.cpp.o
[270/279] Linking CXX executable bin/partitioned_vector_transform_binary_test
[271/279] Building CXX object tests/unit/serialization/CMakeFiles/serialization_partitioned_vector_test_exe.dir/serialization_partitioned_vector.cpp.o
[272/279] Building CXX object tests/unit/parallel/segmented_algorithms/CMakeFiles/partitioned_vector_inclusive_scan_test_exe.dir/partitioned_vector_inclusive_scan.cpp.o
[273/279] Linking CXX executable bin/serialization_partitioned_vector_test
[274/279] Linking CXX executable bin/partitioned_vector_inclusive_scan_test
[275/279] Building CXX object tests/unit/parallel/segmented_algorithms/CMakeFiles/partitioned_vector_find_test_exe.dir/partitioned_vector_find.cpp.o
[276/279] Linking CXX executable bin/partitioned_vector_find_test
ninja: build stopped: cannot make progress due to previous errors.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment