=> Bootstrap dependency digest>=20010302: found digest-20160304
===> Skipping vulnerability checks.
WARNING: No /var/db/pkg/pkg-vulnerabilities file found.
WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'.
===> Building for google-benchmark-1.1.0
Scanning dependencies of target output_test_helper
Scanning dependencies of target benchmark
[  2%] Building CXX object test/CMakeFiles/output_test_helper.dir/output_test_helper.cc.o
[  4%] Building CXX object src/CMakeFiles/benchmark.dir/benchmark.cc.o
[  6%] Building CXX object src/CMakeFiles/benchmark.dir/reporter.cc.o
[  9%] Building CXX object src/CMakeFiles/benchmark.dir/sleep.cc.o
[ 11%] Building CXX object src/CMakeFiles/benchmark.dir/json_reporter.cc.o
[ 13%] Building CXX object src/CMakeFiles/benchmark.dir/colorprint.cc.o
[ 15%] Building CXX object src/CMakeFiles/benchmark.dir/string_util.cc.o
[ 18%] Building CXX object src/CMakeFiles/benchmark.dir/console_reporter.cc.o
[ 20%] Building CXX object src/CMakeFiles/benchmark.dir/benchmark_register.cc.o
[ 22%] Building CXX object src/CMakeFiles/benchmark.dir/commandlineflags.cc.o
[ 25%] Building CXX object src/CMakeFiles/benchmark.dir/csv_reporter.cc.o
[ 27%] Building CXX object src/CMakeFiles/benchmark.dir/sysinfo.cc.o
[ 31%] Building CXX object src/CMakeFiles/benchmark.dir/complexity.cc.o
[ 31%] Building CXX object src/CMakeFiles/benchmark.dir/timers.cc.o
[ 34%] Linking CXX static library libbenchmark.a
[ 34%] Built target benchmark
Scanning dependencies of target multiple_ranges_test
Scanning dependencies of target basic_test
Scanning dependencies of target cxx03_test
Scanning dependencies of target donotoptimize_test
Scanning dependencies of target map_test
Scanning dependencies of target register_benchmark_test
[ 36%] Building CXX object test/CMakeFiles/basic_test.dir/basic_test.cc.o
Scanning dependencies of target diagnostics_test
[ 38%] Building CXX object test/CMakeFiles/multiple_ranges_test.dir/multiple_ranges_test.cc.o
Scanning dependencies of target benchmark_test
Scanning dependencies of target filter_test
Scanning dependencies of target skip_with_error_test
Scanning dependencies of target options_test
Scanning dependencies of target fixture_test
[ 40%] Building CXX object test/CMakeFiles/cxx03_test.dir/cxx03_test.cc.o
[ 43%] Building CXX object test/CMakeFiles/donotoptimize_test.dir/donotoptimize_test.cc.o
[ 45%] Building CXX object test/CMakeFiles/register_benchmark_test.dir/register_benchmark_test.cc.o
[ 47%] Building CXX object test/CMakeFiles/filter_test.dir/filter_test.cc.o
[ 50%] Building CXX object test/CMakeFiles/map_test.dir/map_test.cc.o
[ 52%] Building CXX object test/CMakeFiles/benchmark_test.dir/benchmark_test.cc.o
[ 54%] Linking CXX static library liboutput_test_helper.a
[ 56%] Building CXX object test/CMakeFiles/options_test.dir/options_test.cc.o
[ 59%] Building CXX object test/CMakeFiles/diagnostics_test.dir/diagnostics_test.cc.o
[ 63%] Building CXX object test/CMakeFiles/skip_with_error_test.dir/skip_with_error_test.cc.o
[ 63%] Building CXX object test/CMakeFiles/fixture_test.dir/fixture_test.cc.o
[ 63%] Built target output_test_helper
Scanning dependencies of target reporter_output_test
Scanning dependencies of target complexity_test
[ 65%] Building CXX object test/CMakeFiles/reporter_output_test.dir/reporter_output_test.cc.o
[ 68%] Building CXX object test/CMakeFiles/complexity_test.dir/complexity_test.cc.o
[ 72%] Linking CXX executable fixture_test
[ 70%] Linking CXX executable basic_test
[ 75%] Linking CXX executable donotoptimize_test
/data/scratch/benchmarks/google-benchmark/work/benchmark-1.1.0/test/benchmark_test.cc:60:9: error: no matching member function for call to 'SetLabel'
  state.SetLabel(ss.str());
  ~~~~~~^~~~~~~~
/data/scratch/benchmarks/google-benchmark/work/benchmark-1.1.0/include/benchmark/benchmark_api.h:394:8: note: candidate function not viable: no known conversion from 'string_type' (aka 'basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >') to 'const char *' for 1st argument
  void SetLabel(const char* label);
       ^
/data/scratch/benchmarks/google-benchmark/work/benchmark-1.1.0/include/benchmark/benchmark_api.h:401:8: note: candidate template ignored: substitution failure [with StringType = std::__1::basic_string<char>]: no type named 'type' in 'benchmark::internal::EnableIfString<std::__1::basic_string<char>, void>'
  void SetLabel(StringType const& str,
       ^
/data/scratch/benchmarks/google-benchmark/work/benchmark-1.1.0/test/benchmark_test.cc:70:9: error: no matching member function for call to 'SetLabel'
  state.SetLabel(ss.str());
  ~~~~~~^~~~~~~~
/data/scratch/benchmarks/google-benchmark/work/benchmark-1.1.0/include/benchmark/benchmark_api.h:394:8: note: candidate function not viable: no known conversion from 'string_type' (aka 'basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >') to 'const char *' for 1st argument
  void SetLabel(const char* label);
       ^
/data/scratch/benchmarks/google-benchmark/work/benchmark-1.1.0/include/benchmark/benchmark_api.h:401:8: note: candidate template ignored: substitution failure [with StringType = std::__1::basic_string<char>]: no type named 'type' in 'benchmark::internal::EnableIfString<std::__1::basic_string<char>, void>'
  void SetLabel(StringType const& str,
       ^
/data/scratch/benchmarks/google-benchmark/work/benchmark-1.1.0/test/register_benchmark_test.cc:121:10: error: no matching member function for call to 'SetLabel'
      st.SetLabel(std::to_string(x));
      ~~~^~~~~~~~
/data/scratch/benchmarks/google-benchmark/work/benchmark-1.1.0/include/benchmark/benchmark_api.h:394:8: note: candidate function not viable: no known conversion from 'string' (aka 'basic_string<char, char_traits<char>, allocator<char> >') to 'const char *' for 1st argument
  void SetLabel(const char* label);
       ^
/data/scratch/benchmarks/google-benchmark/work/benchmark-1.1.0/include/benchmark/benchmark_api.h:401:8: note: candidate template ignored: substitution failure [with StringType = std::__1::basic_string<char>]: no type named 'type' in 'benchmark::internal::EnableIfString<std::__1::basic_string<char>, void>'
  void SetLabel(StringType const& str,
       ^
[ 75%] Built target fixture_test
2 errors generated.
[ 75%] Built target basic_test
--- test/CMakeFiles/benchmark_test.dir/benchmark_test.cc.o ---
*** [test/CMakeFiles/benchmark_test.dir/benchmark_test.cc.o] Error code 1

make[2]: stopped in /data/scratch/benchmarks/google-benchmark/work/benchmark-1.1.0
1 error

make[2]: stopped in /data/scratch/benchmarks/google-benchmark/work/benchmark-1.1.0
--- test/CMakeFiles/benchmark_test.dir/all ---
*** [test/CMakeFiles/benchmark_test.dir/all] Error code 2

make[1]: stopped in /data/scratch/benchmarks/google-benchmark/work/benchmark-1.1.0
[ 77%] Linking CXX executable options_test
A failure has been detected in another branch of the parallel make

make[2]: stopped in /data/scratch/benchmarks/google-benchmark/work/benchmark-1.1.0
--- test/CMakeFiles/donotoptimize_test.dir/all ---
*** [test/CMakeFiles/donotoptimize_test.dir/all] Error code 2

make[1]: stopped in /data/scratch/benchmarks/google-benchmark/work/benchmark-1.1.0
A failure has been detected in another branch of the parallel make

make[2]: stopped in /data/scratch/benchmarks/google-benchmark/work/benchmark-1.1.0
--- test/CMakeFiles/cxx03_test.dir/all ---
*** [test/CMakeFiles/cxx03_test.dir/all] Error code 2

make[1]: stopped in /data/scratch/benchmarks/google-benchmark/work/benchmark-1.1.0
1 error generated.
--- test/CMakeFiles/register_benchmark_test.dir/register_benchmark_test.cc.o ---
*** [test/CMakeFiles/register_benchmark_test.dir/register_benchmark_test.cc.o] Error code 1

make[2]: stopped in /data/scratch/benchmarks/google-benchmark/work/benchmark-1.1.0
1 error

make[2]: stopped in /data/scratch/benchmarks/google-benchmark/work/benchmark-1.1.0
--- test/CMakeFiles/register_benchmark_test.dir/all ---
*** [test/CMakeFiles/register_benchmark_test.dir/all] Error code 2

make[1]: stopped in /data/scratch/benchmarks/google-benchmark/work/benchmark-1.1.0
A failure has been detected in another branch of the parallel make

make[2]: stopped in /data/scratch/benchmarks/google-benchmark/work/benchmark-1.1.0
--- test/CMakeFiles/map_test.dir/all ---
*** [test/CMakeFiles/map_test.dir/all] Error code 2

make[1]: stopped in /data/scratch/benchmarks/google-benchmark/work/benchmark-1.1.0
A failure has been detected in another branch of the parallel make

make[2]: stopped in /data/scratch/benchmarks/google-benchmark/work/benchmark-1.1.0
--- test/CMakeFiles/options_test.dir/all ---
*** [test/CMakeFiles/options_test.dir/all] Error code 2

make[1]: stopped in /data/scratch/benchmarks/google-benchmark/work/benchmark-1.1.0
A failure has been detected in another branch of the parallel make

make[2]: stopped in /data/scratch/benchmarks/google-benchmark/work/benchmark-1.1.0
--- test/CMakeFiles/diagnostics_test.dir/all ---
*** [test/CMakeFiles/diagnostics_test.dir/all] Error code 2

make[1]: stopped in /data/scratch/benchmarks/google-benchmark/work/benchmark-1.1.0
A failure has been detected in another branch of the parallel make

make[2]: stopped in /data/scratch/benchmarks/google-benchmark/work/benchmark-1.1.0
--- test/CMakeFiles/filter_test.dir/all ---
*** [test/CMakeFiles/filter_test.dir/all] Error code 2

make[1]: stopped in /data/scratch/benchmarks/google-benchmark/work/benchmark-1.1.0
A failure has been detected in another branch of the parallel make

make[2]: stopped in /data/scratch/benchmarks/google-benchmark/work/benchmark-1.1.0
--- test/CMakeFiles/multiple_ranges_test.dir/all ---
*** [test/CMakeFiles/multiple_ranges_test.dir/all] Error code 2

make[1]: stopped in /data/scratch/benchmarks/google-benchmark/work/benchmark-1.1.0
A failure has been detected in another branch of the parallel make

make[2]: stopped in /data/scratch/benchmarks/google-benchmark/work/benchmark-1.1.0
--- test/CMakeFiles/skip_with_error_test.dir/all ---
*** [test/CMakeFiles/skip_with_error_test.dir/all] Error code 2

make[1]: stopped in /data/scratch/benchmarks/google-benchmark/work/benchmark-1.1.0
A failure has been detected in another branch of the parallel make

make[2]: stopped in /data/scratch/benchmarks/google-benchmark/work/benchmark-1.1.0
--- test/CMakeFiles/complexity_test.dir/all ---
*** [test/CMakeFiles/complexity_test.dir/all] Error code 2

make[1]: stopped in /data/scratch/benchmarks/google-benchmark/work/benchmark-1.1.0
A failure has been detected in another branch of the parallel make

make[2]: stopped in /data/scratch/benchmarks/google-benchmark/work/benchmark-1.1.0
--- test/CMakeFiles/reporter_output_test.dir/all ---
*** [test/CMakeFiles/reporter_output_test.dir/all] Error code 2

make[1]: stopped in /data/scratch/benchmarks/google-benchmark/work/benchmark-1.1.0
12 errors

make[1]: stopped in /data/scratch/benchmarks/google-benchmark/work/benchmark-1.1.0
*** [all] Error code 2

make: stopped in /data/scratch/benchmarks/google-benchmark/work/benchmark-1.1.0
1 error

make: stopped in /data/scratch/benchmarks/google-benchmark/work/benchmark-1.1.0
*** Error code 2

Stop.
make[1]: stopped in /data/pkgsrc/benchmarks/google-benchmark
*** Error code 1

Stop.
make: stopped in /data/pkgsrc/benchmarks/google-benchmark
