******************************************************************************** conan test conan-center-index/recipes/andreasbuhr-cppcoro/all/test_package/conanfile.py andreasbuhr-cppcoro/cci.20210113@ --profile=/home/conan/w/BuildSingleReference/6715/c2190231-0c14-46a8-9828-b560f895da9a/profile.txt ******************************************************************************** Configuration: [settings] arch=x86_64 arch_build=x86_64 build_type=Debug compiler=clang compiler.libcxx=libc++ compiler.version=8 os=Linux os_build=Linux [options] andreasbuhr-cppcoro:shared=False [build_requires] [env] andreasbuhr-cppcoro/cci.20210113 (test package): Installing package Requirements andreasbuhr-cppcoro/cci.20210113 from local cache - Cache Packages andreasbuhr-cppcoro/cci.20210113:b99ab7186b6639903ac2a51fe3e9cf73aecb26ad - Cache Installing (downloading, building) binaries... andreasbuhr-cppcoro/cci.20210113: Already installed! [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK andreasbuhr-cppcoro/cci.20210113 (test package): Generator cmake created conanbuildinfo.cmake andreasbuhr-cppcoro/cci.20210113 (test package): Generator txt created conanbuildinfo.txt andreasbuhr-cppcoro/cci.20210113 (test package): Generated conaninfo.txt andreasbuhr-cppcoro/cci.20210113 (test package): Generated graphinfo Using lockfile: '/home/conan/w/BuildSingleReference/conan-center-index/recipes/andreasbuhr-cppcoro/all/test_package/build/f5e6275243a96130d83059fe35991f7e175703bc/conan.lock' Using cached profile from lockfile [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] 'fPIC' option not found [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK andreasbuhr-cppcoro/cci.20210113 (test package): Calling build() ----Running------ > cd '/home/conan/w/BuildSingleReference/conan-center-index/recipes/andreasbuhr-cppcoro/all/test_package/build/f5e6275243a96130d83059fe35991f7e175703bc' && cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE="Debug" -DCONAN_IN_LOCAL_CACHE="OFF" -DCONAN_COMPILER="clang" -DCONAN_COMPILER_VERSION="8" -DCONAN_CXX_FLAGS="-m64" -DCONAN_SHARED_LINKER_FLAGS="-m64" -DCONAN_C_FLAGS="-m64" -DCONAN_LIBCXX="libc++" -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY="ON" -DCONAN_EXPORTED="1" -Wno-dev '/home/conan/w/BuildSingleReference/conan-center-index/recipes/andreasbuhr-cppcoro/all/test_package' ----------------- -- The C compiler identification is Clang 8.0.0 -- The CXX compiler identification is Clang 8.0.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/clang - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/clang++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Conan: called by CMake conan helper -- Conan: Adjusting output directories -- Conan: Using cmake global configuration -- Conan: Adjusting default RPATHs Conan policies -- Conan: Adjusting language standard -- Conan: Compiler Clang>=8, checking major version 8 -- Conan: Checking correct version: 8 -- Conan: C++ stdlib: libc++ -- Configuring done -- Generating done -- Build files have been written to: /home/conan/w/BuildSingleReference/conan-center-index/recipes/andreasbuhr-cppcoro/all/test_package/build/f5e6275243a96130d83059fe35991f7e175703bc ----Running------ > cmake --build '/home/conan/w/BuildSingleReference/conan-center-index/recipes/andreasbuhr-cppcoro/all/test_package/build/f5e6275243a96130d83059fe35991f7e175703bc' '--' '-j3' ----------------- Scanning dependencies of target test_package [ 50%] Building CXX object CMakeFiles/test_package.dir/test_package.cpp.o CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY In file included from /home/conan/w/BuildSingleReference/conan-center-index/recipes/andreasbuhr-cppcoro/all/test_package/test_package.cpp:3: In file included from /home/conan/w/BuildSingleReference/.conan/data/andreasbuhr-cppcoro/cci.20210113/_/_/package/b99ab7186b6639903ac2a51fe3e9cf73aecb26ad/include/cppcoro/generator.hpp:8: In file included from /home/conan/w/BuildSingleReference/.conan/data/andreasbuhr-cppcoro/cci.20210113/_/_/package/b99ab7186b6639903ac2a51fe3e9cf73aecb26ad/include/cppcoro/coroutine.hpp:19: /usr/lib/llvm-8/bin/../include/c++/v1/experimental/coroutine:66:5: warning: cannot be used with this compiler [-W#warnings] # warning cannot be used with this compiler ^ In file included from /home/conan/w/BuildSingleReference/conan-center-index/recipes/andreasbuhr-cppcoro/all/test_package/test_package.cpp:3: In file included from /home/conan/w/BuildSingleReference/.conan/data/andreasbuhr-cppcoro/cci.20210113/_/_/package/b99ab7186b6639903ac2a51fe3e9cf73aecb26ad/include/cppcoro/generator.hpp:8: /home/conan/w/BuildSingleReference/.conan/data/andreasbuhr-cppcoro/cci.20210113/_/_/package/b99ab7186b6639903ac2a51fe3e9cf73aecb26ad/include/cppcoro/coroutine.hpp:22:14: error: no member named 'experimental' in namespace 'std' using std::experimental::coroutine_handle; ~~~~~^ /home/conan/w/BuildSingleReference/.conan/data/andreasbuhr-cppcoro/cci.20210113/_/_/package/b99ab7186b6639903ac2a51fe3e9cf73aecb26ad/include/cppcoro/coroutine.hpp:23:14: error: no member named 'experimental' in namespace 'std' using std::experimental::suspend_always; ~~~~~^ /home/conan/w/BuildSingleReference/.conan/data/andreasbuhr-cppcoro/cci.20210113/_/_/package/b99ab7186b6639903ac2a51fe3e9cf73aecb26ad/include/cppcoro/coroutine.hpp:24:14: error: no member named 'experimental' in namespace 'std' using std::experimental::suspend_never; ~~~~~^ /home/conan/w/BuildSingleReference/.conan/data/andreasbuhr-cppcoro/cci.20210113/_/_/package/b99ab7186b6639903ac2a51fe3e9cf73aecb26ad/include/cppcoro/coroutine.hpp:27:16: error: no member named 'experimental' in namespace 'std' using std::experimental::noop_coroutine; ~~~~~^ In file included from /home/conan/w/BuildSingleReference/conan-center-index/recipes/andreasbuhr-cppcoro/all/test_package/test_package.cpp:3: /home/conan/w/BuildSingleReference/.conan/data/andreasbuhr-cppcoro/cci.20210113/_/_/package/b99ab7186b6639903ac2a51fe3e9cf73aecb26ad/include/cppcoro/generator.hpp:35:23: error: no type named 'suspend_always' in namespace 'cppcoro' constexpr cppcoro::suspend_always initial_suspend() const noexcept { return {}; } ~~~~~~~~~^ /home/conan/w/BuildSingleReference/.conan/data/andreasbuhr-cppcoro/cci.20210113/_/_/package/b99ab7186b6639903ac2a51fe3e9cf73aecb26ad/include/cppcoro/generator.hpp:36:23: error: no type named 'suspend_always' in namespace 'cppcoro' constexpr cppcoro::suspend_always final_suspend() const noexcept { return {}; } ~~~~~~~~~^ /home/conan/w/BuildSingleReference/.conan/data/andreasbuhr-cppcoro/cci.20210113/_/_/package/b99ab7186b6639903ac2a51fe3e9cf73aecb26ad/include/cppcoro/generator.hpp:41:13: error: no type named 'suspend_always' in namespace 'cppcoro' cppcoro::suspend_always yield_value(std::remove_reference_t& value) noexcept ~~~~~~~~~^ /home/conan/w/BuildSingleReference/.conan/data/andreasbuhr-cppcoro/cci.20210113/_/_/package/b99ab7186b6639903ac2a51fe3e9cf73aecb26ad/include/cppcoro/generator.hpp:47:13: error: no type named 'suspend_always' in namespace 'cppcoro' cppcoro::suspend_always yield_value(std::remove_reference_t&& value) noexcept ~~~~~~~~~^ /home/conan/w/BuildSingleReference/.conan/data/andreasbuhr-cppcoro/cci.20210113/_/_/package/b99ab7186b6639903ac2a51fe3e9cf73aecb26ad/include/cppcoro/generator.hpp:69:13: error: no type named 'suspend_never' in namespace 'cppcoro' cppcoro::suspend_never await_transform(U&& value) = delete; ~~~~~~~~~^ /home/conan/w/BuildSingleReference/.conan/data/andreasbuhr-cppcoro/cci.20210113/_/_/package/b99ab7186b6639903ac2a51fe3e9cf73aecb26ad/include/cppcoro/generator.hpp:91:38: error: no template named 'coroutine_handle' in namespace 'cppcoro' using coroutine_handle = cppcoro::coroutine_handle>; ~~~~~~~~~^ /home/conan/w/BuildSingleReference/.conan/data/andreasbuhr-cppcoro/cci.20210113/_/_/package/b99ab7186b6639903ac2a51fe3e9cf73aecb26ad/include/cppcoro/generator.hpp:107:32: error: unknown type name 'coroutine_handle' explicit generator_iterator(coroutine_handle coroutine) noexcept ^ /home/conan/w/BuildSingleReference/.conan/data/andreasbuhr-cppcoro/cci.20210113/_/_/package/b99ab7186b6639903ac2a51fe3e9cf73aecb26ad/include/cppcoro/generator.hpp:160:4: error: unknown type name 'coroutine_handle' coroutine_handle m_coroutine; ^ /home/conan/w/BuildSingleReference/.conan/data/andreasbuhr-cppcoro/cci.20210113/_/_/package/b99ab7186b6639903ac2a51fe3e9cf73aecb26ad/include/cppcoro/generator.hpp:226:31: error: no template named 'coroutine_handle' in namespace 'cppcoro' explicit generator(cppcoro::coroutine_handle coroutine) noexcept ~~~~~~~~~^ /home/conan/w/BuildSingleReference/.conan/data/andreasbuhr-cppcoro/cci.20210113/_/_/package/b99ab7186b6639903ac2a51fe3e9cf73aecb26ad/include/cppcoro/generator.hpp:230:12: error: no template named 'coroutine_handle' in namespace 'cppcoro' cppcoro::coroutine_handle m_coroutine; ~~~~~~~~~^ /home/conan/w/BuildSingleReference/.conan/data/andreasbuhr-cppcoro/cci.20210113/_/_/package/b99ab7186b6639903ac2a51fe3e9cf73aecb26ad/include/cppcoro/generator.hpp:245:38: error: no template named 'coroutine_handle' in namespace 'cppcoro' using coroutine_handle = cppcoro::coroutine_handle>; ~~~~~~~~~^ /home/conan/w/BuildSingleReference/.conan/data/andreasbuhr-cppcoro/cci.20210113/_/_/package/b99ab7186b6639903ac2a51fe3e9cf73aecb26ad/include/cppcoro/generator.hpp:246:25: error: use of undeclared identifier 'coroutine_handle' return generator{ coroutine_handle::from_promise(*this) }; ^ /home/conan/w/BuildSingleReference/.conan/data/andreasbuhr-cppcoro/cci.20210113/_/_/package/b99ab7186b6639903ac2a51fe3e9cf73aecb26ad/include/cppcoro/generator.hpp:255:4: error: unknown type name 'co_yield' co_yield std::invoke(func, static_cast(value)); ^ /home/conan/w/BuildSingleReference/.conan/data/andreasbuhr-cppcoro/cci.20210113/_/_/package/b99ab7186b6639903ac2a51fe3e9cf73aecb26ad/include/cppcoro/generator.hpp:255:18: error: definition or redeclaration of 'invoke' not allowed inside a function co_yield std::invoke(func, static_cast(value)); ~~~~~^ /home/conan/w/BuildSingleReference/conan-center-index/recipes/andreasbuhr-cppcoro/all/test_package/test_package.cpp:6:2: error: use of undeclared identifier 'co_yield' co_yield 0; ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 1 warning and 20 errors generated. make[2]: *** [CMakeFiles/test_package.dir/build.make:82: CMakeFiles/test_package.dir/test_package.cpp.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:95: CMakeFiles/test_package.dir/all] Error 2 make: *** [Makefile:103: all] Error 2 ERROR: andreasbuhr-cppcoro/cci.20210113 (test package): Error in build() method, line 11 cmake.build() ConanException: Error 2 while executing cmake --build '/home/conan/w/BuildSingleReference/conan-center-index/recipes/andreasbuhr-cppcoro/all/test_package/build/f5e6275243a96130d83059fe35991f7e175703bc' '--' '-j3'