+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/threadingbuildingblocks-2021.5.0/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/threadingbuildingblocks-2021.5.0/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for threadingbuildingblocks-2021.5.0 [ 0%] Building CXX object test/CMakeFiles/_test_malloc_lib_unload.dir/tbbmalloc/test_malloc_lib_unload.cpp.o [ 1%] Building CXX object test/CMakeFiles/test_handle_perror.dir/tbb/test_handle_perror.cpp.o [ 1%] Building CXX object test/CMakeFiles/test_malloc_whitebox.dir/tbbmalloc/test_malloc_whitebox.cpp.o [ 1%] Building CXX object src/tbbmalloc/CMakeFiles/tbbmalloc.dir/large_objects.cpp.o [ 1%] Building CXX object src/tbbmalloc/CMakeFiles/tbbmalloc.dir/frontend.cpp.o [ 2%] Building CXX object src/tbbmalloc/CMakeFiles/tbbmalloc.dir/backref.cpp.o [ 2%] Building CXX object src/tbbmalloc/CMakeFiles/tbbmalloc.dir/backend.cpp.o [ 2%] Building CXX object src/tbb/CMakeFiles/tbb.dir/address_waiter.cpp.o [ 3%] Linking CXX shared library ../pkgsrc_relwithdebinfo/lib_test_malloc_lib_unload.so [ 3%] Built target _test_malloc_lib_unload [ 4%] Building CXX object test/CMakeFiles/test_malloc_lib_unload.dir/tbbmalloc/test_malloc_lib_unload.cpp.o In file included from /home/pbulk/build/parallel/threadingbuildingblocks/work/oneTBB-2021.5.0/test/common/test.h:32, from /home/pbulk/build/parallel/threadingbuildingblocks/work/oneTBB-2021.5.0/test/tbbmalloc/test_malloc_whitebox.cpp:37: /home/pbulk/build/parallel/threadingbuildingblocks/work/oneTBB-2021.5.0/test/common/doctest.h: In member function 'virtual void doctest::{anonymous}::ConsoleReporter::test_run_end(const doctest::TestRunStats&)': /home/pbulk/build/parallel/threadingbuildingblocks/work/oneTBB-2021.5.0/test/common/doctest.h:5906:130: error: call of overloaded 'log10(unsigned int)' is ambiguous 5906 | auto totwidth = int(std::ceil(log10((std::max(p.numTestCasesPassingFilters, static_cast(p.numAsserts))) + 1))); | ^ In file included from /usr/include/math.h:35, from /opt/tools/gcc10/include/c++/10.3.0/cmath:45, from /home/pbulk/build/parallel/threadingbuildingblocks/work/oneTBB-2021.5.0/test/common/doctest.h:2889, from /home/pbulk/build/parallel/threadingbuildingblocks/work/oneTBB-2021.5.0/test/common/test.h:32, from /home/pbulk/build/parallel/threadingbuildingblocks/work/oneTBB-2021.5.0/test/tbbmalloc/test_malloc_whitebox.cpp:37: /usr/include/iso/math_iso.h:216:21: note: candidate: 'long double std::log10(long double)' 216 | inline long double log10(long double __X) { return __log10l(__X); } | ^~~~~ /usr/include/iso/math_iso.h:173:15: note: candidate: 'float std::log10(float)' 173 | inline float log10(float __X) { return __log10f(__X); } | ^~~~~ /usr/include/iso/math_iso.h:73:15: note: candidate: 'double std::log10(double)' 73 | extern double log10(double); | ^~~~~ In file included from /home/pbulk/build/parallel/threadingbuildingblocks/work/oneTBB-2021.5.0/test/common/test.h:32, from /home/pbulk/build/parallel/threadingbuildingblocks/work/oneTBB-2021.5.0/test/tbbmalloc/test_malloc_whitebox.cpp:37: /home/pbulk/build/parallel/threadingbuildingblocks/work/oneTBB-2021.5.0/test/common/doctest.h:5907:175: error: call of overloaded 'log10(unsigned int)' is ambiguous 5907 | auto passwidth = int(std::ceil(log10((std::max(p.numTestCasesPassingFilters - p.numTestCasesFailed, static_cast(p.numAsserts - p.numAssertsFailed))) + 1))); | ^ In file included from /usr/include/math.h:35, from /opt/tools/gcc10/include/c++/10.3.0/cmath:45, from /home/pbulk/build/parallel/threadingbuildingblocks/work/oneTBB-2021.5.0/test/common/doctest.h:2889, from /home/pbulk/build/parallel/threadingbuildingblocks/work/oneTBB-2021.5.0/test/common/test.h:32, from /home/pbulk/build/parallel/threadingbuildingblocks/work/oneTBB-2021.5.0/test/tbbmalloc/test_malloc_whitebox.cpp:37: /usr/include/iso/math_iso.h:216:21: note: candidate: 'long double std::log10(long double)' 216 | inline long double log10(long double __X) { return __log10l(__X); } | ^~~~~ /usr/include/iso/math_iso.h:173:15: note: candidate: 'float std::log10(float)' 173 | inline float log10(float __X) { return __log10f(__X); } | ^~~~~ /usr/include/iso/math_iso.h:73:15: note: candidate: 'double std::log10(double)' 73 | extern double log10(double); | ^~~~~ In file included from /home/pbulk/build/parallel/threadingbuildingblocks/work/oneTBB-2021.5.0/test/common/test.h:32, from /home/pbulk/build/parallel/threadingbuildingblocks/work/oneTBB-2021.5.0/test/tbbmalloc/test_malloc_whitebox.cpp:37: /home/pbulk/build/parallel/threadingbuildingblocks/work/oneTBB-2021.5.0/test/common/doctest.h:5908:129: error: call of overloaded 'log10(unsigned int)' is ambiguous 5908 | auto failwidth = int(std::ceil(log10((std::max(p.numTestCasesFailed, static_cast(p.numAssertsFailed))) + 1))); | ^ In file included from /usr/include/math.h:35, from /opt/tools/gcc10/include/c++/10.3.0/cmath:45, from /home/pbulk/build/parallel/threadingbuildingblocks/work/oneTBB-2021.5.0/test/common/doctest.h:2889, from /home/pbulk/build/parallel/threadingbuildingblocks/work/oneTBB-2021.5.0/test/common/test.h:32, from /home/pbulk/build/parallel/threadingbuildingblocks/work/oneTBB-2021.5.0/test/tbbmalloc/test_malloc_whitebox.cpp:37: /usr/include/iso/math_iso.h:216:21: note: candidate: 'long double std::log10(long double)' 216 | inline long double log10(long double __X) { return __log10l(__X); } | ^~~~~ /usr/include/iso/math_iso.h:173:15: note: candidate: 'float std::log10(float)' 173 | inline float log10(float __X) { return __log10f(__X); } | ^~~~~ /usr/include/iso/math_iso.h:73:15: note: candidate: 'double std::log10(double)' 73 | extern double log10(double); | ^~~~~ [ 5%] Building CXX object src/tbbmalloc/CMakeFiles/tbbmalloc.dir/tbbmalloc.cpp.o In file included from /home/pbulk/build/parallel/threadingbuildingblocks/work/oneTBB-2021.5.0/test/common/test.h:32, from /home/pbulk/build/parallel/threadingbuildingblocks/work/oneTBB-2021.5.0/test/tbbmalloc/test_malloc_lib_unload.cpp:126: /home/pbulk/build/parallel/threadingbuildingblocks/work/oneTBB-2021.5.0/test/common/doctest.h: In member function 'virtual void doctest::{anonymous}::ConsoleReporter::test_run_end(const doctest::TestRunStats&)': /home/pbulk/build/parallel/threadingbuildingblocks/work/oneTBB-2021.5.0/test/common/doctest.h:5906:130: error: call of overloaded 'log10(unsigned int)' is ambiguous 5906 | auto totwidth = int(std::ceil(log10((std::max(p.numTestCasesPassingFilters, static_cast(p.numAsserts))) + 1))); | ^ compilation terminated due to -Wfatal-errors. In file included from /home/pbulk/build/parallel/threadingbuildingblocks/work/oneTBB-2021.5.0/test/common/test.h:32, from /home/pbulk/build/parallel/threadingbuildingblocks/work/oneTBB-2021.5.0/test/tbb/test_handle_perror.cpp:27: /home/pbulk/build/parallel/threadingbuildingblocks/work/oneTBB-2021.5.0/test/common/doctest.h: In member function 'virtual void doctest::{anonymous}::ConsoleReporter::test_run_end(const doctest::TestRunStats&)': /home/pbulk/build/parallel/threadingbuildingblocks/work/oneTBB-2021.5.0/test/common/doctest.h:5906:130: error: call of overloaded 'log10(unsigned int)' is ambiguous 5906 | auto totwidth = int(std::ceil(log10((std::max(p.numTestCasesPassingFilters, static_cast(p.numAsserts))) + 1))); | ^ compilation terminated due to -Wfatal-errors. --- test/CMakeFiles/test_malloc_lib_unload.dir/tbbmalloc/test_malloc_lib_unload.cpp.o --- *** [test/CMakeFiles/test_malloc_lib_unload.dir/tbbmalloc/test_malloc_lib_unload.cpp.o] Error code 1 bmake[2]: stopped in /home/pbulk/build/parallel/threadingbuildingblocks/work/oneTBB-2021.5.0 1 error bmake[2]: stopped in /home/pbulk/build/parallel/threadingbuildingblocks/work/oneTBB-2021.5.0 --- test/CMakeFiles/test_malloc_lib_unload.dir/all --- *** [test/CMakeFiles/test_malloc_lib_unload.dir/all] Error code 2 bmake[1]: stopped in /home/pbulk/build/parallel/threadingbuildingblocks/work/oneTBB-2021.5.0 --- test/CMakeFiles/test_handle_perror.dir/tbb/test_handle_perror.cpp.o --- *** [test/CMakeFiles/test_handle_perror.dir/tbb/test_handle_perror.cpp.o] Error code 1 bmake[2]: stopped in /home/pbulk/build/parallel/threadingbuildingblocks/work/oneTBB-2021.5.0 1 error bmake[2]: stopped in /home/pbulk/build/parallel/threadingbuildingblocks/work/oneTBB-2021.5.0 --- test/CMakeFiles/test_handle_perror.dir/all --- *** [test/CMakeFiles/test_handle_perror.dir/all] Error code 2 bmake[1]: stopped in /home/pbulk/build/parallel/threadingbuildingblocks/work/oneTBB-2021.5.0 A failure has been detected in another branch of the parallel make bmake[2]: stopped in /home/pbulk/build/parallel/threadingbuildingblocks/work/oneTBB-2021.5.0 --- src/tbbmalloc/CMakeFiles/tbbmalloc.dir/all --- *** [src/tbbmalloc/CMakeFiles/tbbmalloc.dir/all] Error code 2 bmake[1]: stopped in /home/pbulk/build/parallel/threadingbuildingblocks/work/oneTBB-2021.5.0 --- test/CMakeFiles/test_malloc_whitebox.dir/tbbmalloc/test_malloc_whitebox.cpp.o --- *** [test/CMakeFiles/test_malloc_whitebox.dir/tbbmalloc/test_malloc_whitebox.cpp.o] Error code 1 bmake[2]: stopped in /home/pbulk/build/parallel/threadingbuildingblocks/work/oneTBB-2021.5.0 1 error bmake[2]: stopped in /home/pbulk/build/parallel/threadingbuildingblocks/work/oneTBB-2021.5.0 --- test/CMakeFiles/test_malloc_whitebox.dir/all --- *** [test/CMakeFiles/test_malloc_whitebox.dir/all] Error code 2 bmake[1]: stopped in /home/pbulk/build/parallel/threadingbuildingblocks/work/oneTBB-2021.5.0 A failure has been detected in another branch of the parallel make bmake[2]: stopped in /home/pbulk/build/parallel/threadingbuildingblocks/work/oneTBB-2021.5.0 --- src/tbb/CMakeFiles/tbb.dir/all --- *** [src/tbb/CMakeFiles/tbb.dir/all] Error code 2 bmake[1]: stopped in /home/pbulk/build/parallel/threadingbuildingblocks/work/oneTBB-2021.5.0 5 errors bmake[1]: stopped in /home/pbulk/build/parallel/threadingbuildingblocks/work/oneTBB-2021.5.0 *** [all] Error code 2 bmake: stopped in /home/pbulk/build/parallel/threadingbuildingblocks/work/oneTBB-2021.5.0 1 error bmake: stopped in /home/pbulk/build/parallel/threadingbuildingblocks/work/oneTBB-2021.5.0 *** Error code 2 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-upstream-bulktest/parallel/threadingbuildingblocks *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-upstream-bulktest/parallel/threadingbuildingblocks