CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY CMAKE_INSTALL_BINDIR CMAKE_INSTALL_DATAROOTDIR CMAKE_INSTALL_INCLUDEDIR CMAKE_INSTALL_LIBDIR CMAKE_INSTALL_LIBEXECDIR CMAKE_INSTALL_OLDINCLUDEDIR CMAKE_INSTALL_SBINDIR CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY In file included from /Users/jenkins/w/cci_PR-3387@4/8/ed6888d6-419e-41f9-8951-a68e439e668e/recipes/cppbenchmark/all/test_package/test_package.cpp:1: In file included from /Users/jenkins/w/cci_PR-3387@4/.conan/data/cppbenchmark/cci.20201029/_/_/package/3923c8d9745f2ff41275d6667581ad115541d539/include/benchmark/cppbenchmark.h:12: In file included from /Users/jenkins/w/cci_PR-3387@4/.conan/data/cppbenchmark/cci.20201029/_/_/package/3923c8d9745f2ff41275d6667581ad115541d539/include/benchmark/executor.h:12: In file included from /Users/jenkins/w/cci_PR-3387@4/.conan/data/cppbenchmark/cci.20201029/_/_/package/3923c8d9745f2ff41275d6667581ad115541d539/include/benchmark/phase_core.h:12: /Users/jenkins/w/cci_PR-3387@4/.conan/data/cppbenchmark/cci.20201029/_/_/package/3923c8d9745f2ff41275d6667581ad115541d539/include/benchmark/phase_metrics.h:43:41: warning: defaulted function definitions are a C++11 extension [-Wc++11-extensions] PhaseMetrics(const PhaseMetrics&) = default; ^ /Users/jenkins/w/cci_PR-3387@4/.conan/data/cppbenchmark/cci.20201029/_/_/package/3923c8d9745f2ff41275d6667581ad115541d539/include/benchmark/phase_metrics.h:44:30: warning: rvalue references are a C++11 extension [-Wc++11-extensions] PhaseMetrics(PhaseMetrics&&) noexcept = default; ^ /Users/jenkins/w/cci_PR-3387@4/.conan/data/cppbenchmark/cci.20201029/_/_/package/3923c8d9745f2ff41275d6667581ad115541d539/include/benchmark/phase_metrics.h:44:33: error: expected ';' at end of declaration list PhaseMetrics(PhaseMetrics&&) noexcept = default; ^ ; /Users/jenkins/w/cci_PR-3387@4/.conan/data/cppbenchmark/cci.20201029/_/_/package/3923c8d9745f2ff41275d6667581ad115541d539/include/benchmark/phase_metrics.h:47:52: warning: defaulted function definitions are a C++11 extension [-Wc++11-extensions] PhaseMetrics& operator=(const PhaseMetrics&) = default; ^ /Users/jenkins/w/cci_PR-3387@4/.conan/data/cppbenchmark/cci.20201029/_/_/package/3923c8d9745f2ff41275d6667581ad115541d539/include/benchmark/phase_metrics.h:48:41: warning: rvalue references are a C++11 extension [-Wc++11-extensions] PhaseMetrics& operator=(PhaseMetrics&&) noexcept = default; ^ /Users/jenkins/w/cci_PR-3387@4/.conan/data/cppbenchmark/cci.20201029/_/_/package/3923c8d9745f2ff41275d6667581ad115541d539/include/benchmark/phase_metrics.h:48:44: error: expected ';' at end of declaration list PhaseMetrics& operator=(PhaseMetrics&&) noexcept = default; ^ ; /Users/jenkins/w/cci_PR-3387@4/.conan/data/cppbenchmark/cci.20201029/_/_/package/3923c8d9745f2ff41275d6667581ad115541d539/include/benchmark/phase_metrics.h:51:25: error: expected ';' at end of declaration list bool latency() const noexcept; ^ ; /Users/jenkins/w/cci_PR-3387@4/.conan/data/cppbenchmark/cci.20201029/_/_/package/3923c8d9745f2ff41275d6667581ad115541d539/include/benchmark/phase_metrics.h:53:32: error: expected ';' at end of declaration list int64_t min_latency() const noexcept; ^ ; /Users/jenkins/w/cci_PR-3387@4/.conan/data/cppbenchmark/cci.20201029/_/_/package/3923c8d9745f2ff41275d6667581ad115541d539/include/benchmark/phase_metrics.h:55:32: error: expected ';' at end of declaration list int64_t max_latency() const noexcept; ^ ; /Users/jenkins/w/cci_PR-3387@4/.conan/data/cppbenchmark/cci.20201029/_/_/package/3923c8d9745f2ff41275d6667581ad115541d539/include/benchmark/phase_metrics.h:57:32: error: expected ';' at end of declaration list double mean_latency() const noexcept; ^ ; /Users/jenkins/w/cci_PR-3387@4/.conan/data/cppbenchmark/cci.20201029/_/_/package/3923c8d9745f2ff41275d6667581ad115541d539/include/benchmark/phase_metrics.h:59:32: error: expected ';' at end of declaration list double stdv_latency() const noexcept; ^ ; /Users/jenkins/w/cci_PR-3387@4/.conan/data/cppbenchmark/cci.20201029/_/_/package/3923c8d9745f2ff41275d6667581ad115541d539/include/benchmark/phase_metrics.h:62:29: error: expected ';' at end of declaration list int64_t avg_time() const noexcept; ^ ; /Users/jenkins/w/cci_PR-3387@4/.conan/data/cppbenchmark/cci.20201029/_/_/package/3923c8d9745f2ff41275d6667581ad115541d539/include/benchmark/phase_metrics.h:64:29: error: expected ';' at end of declaration list int64_t min_time() const noexcept; ^ ; /Users/jenkins/w/cci_PR-3387@4/.conan/data/cppbenchmark/cci.20201029/_/_/package/3923c8d9745f2ff41275d6667581ad115541d539/include/benchmark/phase_metrics.h:66:29: error: expected ';' at end of declaration list int64_t max_time() const noexcept; ^ ; /Users/jenkins/w/cci_PR-3387@4/.conan/data/cppbenchmark/cci.20201029/_/_/package/3923c8d9745f2ff41275d6667581ad115541d539/include/benchmark/phase_metrics.h:69:31: error: expected ';' at end of declaration list int64_t total_time() const noexcept { return _total_time; } ^ ; /Users/jenkins/w/cci_PR-3387@4/.conan/data/cppbenchmark/cci.20201029/_/_/package/3923c8d9745f2ff41275d6667581ad115541d539/include/benchmark/phase_metrics.h:80:37: error: expected ';' at end of declaration list int64_t items_per_second() const noexcept; ^ ; /Users/jenkins/w/cci_PR-3387@4/.conan/data/cppbenchmark/cci.20201029/_/_/package/3923c8d9745f2ff41275d6667581ad115541d539/include/benchmark/phase_metrics.h:82:37: error: expected ';' at end of declaration list int64_t bytes_per_second() const noexcept; ^ ; /Users/jenkins/w/cci_PR-3387@4/.conan/data/cppbenchmark/cci.20201029/_/_/package/3923c8d9745f2ff41275d6667581ad115541d539/include/benchmark/phase_metrics.h:85:57: error: expected ';' at end of declaration list const std::map& custom_int() const noexcept { return _custom_int; } ^ ; /Users/jenkins/w/cci_PR-3387@4/.conan/data/cppbenchmark/cci.20201029/_/_/package/3923c8d9745f2ff41275d6667581ad115541d539/include/benchmark/phase_metrics.h:204:42: error: no template named 'tuple' in namespace 'std' void InitLatencyHistogram(const std::tuple& latency) noexcept; ~~~~~^ /Users/jenkins/w/cci_PR-3387@4/.conan/data/cppbenchmark/cci.20201029/_/_/package/3923c8d9745f2ff41275d6667581ad115541d539/include/benchmark/phase_metrics.h:204:80: error: expected ';' at end of declaration list void InitLatencyHistogram(const std::tuple& latency) noexcept; ^ ; /Users/jenkins/w/cci_PR-3387@4/.conan/data/cppbenchmark/cci.20201029/_/_/package/3923c8d9745f2ff41275d6667581ad115541d539/include/benchmark/phase_metrics.h:205:69: error: expected ';' at end of declaration list void PrintLatencyHistogram(FILE* file, int32_t resolution) const noexcept; ^ ; /Users/jenkins/w/cci_PR-3387@4/.conan/data/cppbenchmark/cci.20201029/_/_/package/3923c8d9745f2ff41275d6667581ad115541d539/include/benchmark/phase_metrics.h:206:32: error: expected ';' at end of declaration list void FreeLatencyHistogram() noexcept; ^ ; /Users/jenkins/w/cci_PR-3387@4/.conan/data/cppbenchmark/cci.20201029/_/_/package/3923c8d9745f2ff41275d6667581ad115541d539/include/benchmark/phase_metrics.h:208:27: error: expected ';' at end of declaration list void StartCollecting() noexcept; ^ ; fatal error: too many errors emitted, stopping now [-ferror-limit=] 4 warnings and 20 errors generated. make[2]: *** [CMakeFiles/test_package.dir/test_package.cpp.o] Error 1 make[1]: *** [CMakeFiles/test_package.dir/all] Error 2 make: *** [all] Error 2 ERROR: cppbenchmark/cci.20201029 (test package): Error in build() method, line 11 cmake.build() ConanException: Error 2 while executing cmake --build '/Users/jenkins/w/cci_PR-3387@4/8/ed6888d6-419e-41f9-8951-a68e439e668e/recipes/cppbenchmark/all/test_package/build/f5c10ff39d3e5274de7c08b9c73ed2b9b01f30c6' '--' '-j8'