******************************************************************************** conan test conan-center-index/recipes/andreasbuhr-cppcoro/all/test_package/conanfile.py andreasbuhr-cppcoro/cci.20210113@ --profile=/Users/jenkins/w/BuildSingleReference@2/6718/9fabb7cc-78d1-4243-9917-8e9942bbda15/profile.txt ******************************************************************************** Configuration: [settings] arch=x86_64 arch_build=x86_64 build_type=Debug compiler=apple-clang compiler.libcxx=libc++ compiler.version=11.0 os=Macos os_build=Macos [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:5fed66895e5b85fca4af6ac05bb157e1ffecb806 - 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: '/Users/jenkins/w/BuildSingleReference@2/conan-center-index/recipes/andreasbuhr-cppcoro/all/test_package/build/6dadc2a38fa4cdb86120242dbacf7ce5b0d26633/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 '/Users/jenkins/w/BuildSingleReference@2/conan-center-index/recipes/andreasbuhr-cppcoro/all/test_package/build/6dadc2a38fa4cdb86120242dbacf7ce5b0d26633' && cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE="Debug" -DCMAKE_OSX_ARCHITECTURES="x86_64" -DCONAN_IN_LOCAL_CACHE="OFF" -DCONAN_COMPILER="apple-clang" -DCONAN_COMPILER_VERSION="11.0" -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 '/Users/jenkins/w/BuildSingleReference@2/conan-center-index/recipes/andreasbuhr-cppcoro/all/test_package' ----------------- -- The C compiler identification is AppleClang 11.0.0.11000033 -- The CXX compiler identification is AppleClang 11.0.0.11000033 -- Check for working C compiler: /Applications/Xcode-11.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -- Check for working C compiler: /Applications/Xcode-11.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /Applications/Xcode-11.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -- Check for working CXX compiler: /Applications/Xcode-11.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- 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: C++ stdlib: libc++ -- Configuring done -- Generating done -- Build files have been written to: /Users/jenkins/w/BuildSingleReference@2/conan-center-index/recipes/andreasbuhr-cppcoro/all/test_package/build/6dadc2a38fa4cdb86120242dbacf7ce5b0d26633 ----Running------ > cmake --build '/Users/jenkins/w/BuildSingleReference@2/conan-center-index/recipes/andreasbuhr-cppcoro/all/test_package/build/6dadc2a38fa4cdb86120242dbacf7ce5b0d26633' '--' '-j8' ----------------- 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 /Users/jenkins/w/BuildSingleReference@2/conan-center-index/recipes/andreasbuhr-cppcoro/all/test_package/test_package.cpp:3: In file included from /Users/jenkins/w/BuildSingleReference@2/.conan/data/andreasbuhr-cppcoro/cci.20210113/_/_/package/5fed66895e5b85fca4af6ac05bb157e1ffecb806/include/cppcoro/generator.hpp:8: In file included from /Users/jenkins/w/BuildSingleReference@2/.conan/data/andreasbuhr-cppcoro/cci.20210113/_/_/package/5fed66895e5b85fca4af6ac05bb157e1ffecb806/include/cppcoro/coroutine.hpp:19: /Applications/Xcode-11.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/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 /Users/jenkins/w/BuildSingleReference@2/conan-center-index/recipes/andreasbuhr-cppcoro/all/test_package/test_package.cpp:3: In file included from /Users/jenkins/w/BuildSingleReference@2/.conan/data/andreasbuhr-cppcoro/cci.20210113/_/_/package/5fed66895e5b85fca4af6ac05bb157e1ffecb806/include/cppcoro/generator.hpp:8: /Users/jenkins/w/BuildSingleReference@2/.conan/data/andreasbuhr-cppcoro/cci.20210113/_/_/package/5fed66895e5b85fca4af6ac05bb157e1ffecb806/include/cppcoro/coroutine.hpp:22:14: error: no member named 'experimental' in namespace 'std' using std::experimental::coroutine_handle; ~~~~~^ /Users/jenkins/w/BuildSingleReference@2/.conan/data/andreasbuhr-cppcoro/cci.20210113/_/_/package/5fed66895e5b85fca4af6ac05bb157e1ffecb806/include/cppcoro/coroutine.hpp:23:14: error: no member named 'experimental' in namespace 'std' using std::experimental::suspend_always; ~~~~~^ /Users/jenkins/w/BuildSingleReference@2/.conan/data/andreasbuhr-cppcoro/cci.20210113/_/_/package/5fed66895e5b85fca4af6ac05bb157e1ffecb806/include/cppcoro/coroutine.hpp:24:14: error: no member named 'experimental' in namespace 'std' using std::experimental::suspend_never; ~~~~~^ /Users/jenkins/w/BuildSingleReference@2/.conan/data/andreasbuhr-cppcoro/cci.20210113/_/_/package/5fed66895e5b85fca4af6ac05bb157e1ffecb806/include/cppcoro/coroutine.hpp:27:16: error: no member named 'experimental' in namespace 'std' using std::experimental::noop_coroutine; ~~~~~^ In file included from /Users/jenkins/w/BuildSingleReference@2/conan-center-index/recipes/andreasbuhr-cppcoro/all/test_package/test_package.cpp:3: /Users/jenkins/w/BuildSingleReference@2/.conan/data/andreasbuhr-cppcoro/cci.20210113/_/_/package/5fed66895e5b85fca4af6ac05bb157e1ffecb806/include/cppcoro/generator.hpp:35:23: error: no type named 'suspend_always' in namespace 'cppcoro' constexpr cppcoro::suspend_always initial_suspend() const noexcept { return {}; } ~~~~~~~~~^ /Users/jenkins/w/BuildSingleReference@2/.conan/data/andreasbuhr-cppcoro/cci.20210113/_/_/package/5fed66895e5b85fca4af6ac05bb157e1ffecb806/include/cppcoro/generator.hpp:36:23: error: no type named 'suspend_always' in namespace 'cppcoro' constexpr cppcoro::suspend_always final_suspend() const noexcept { return {}; } ~~~~~~~~~^ /Users/jenkins/w/BuildSingleReference@2/.conan/data/andreasbuhr-cppcoro/cci.20210113/_/_/package/5fed66895e5b85fca4af6ac05bb157e1ffecb806/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 ~~~~~~~~~^ /Users/jenkins/w/BuildSingleReference@2/.conan/data/andreasbuhr-cppcoro/cci.20210113/_/_/package/5fed66895e5b85fca4af6ac05bb157e1ffecb806/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 ~~~~~~~~~^ /Users/jenkins/w/BuildSingleReference@2/.conan/data/andreasbuhr-cppcoro/cci.20210113/_/_/package/5fed66895e5b85fca4af6ac05bb157e1ffecb806/include/cppcoro/generator.hpp:69:13: error: no type named 'suspend_never' in namespace 'cppcoro' cppcoro::suspend_never await_transform(U&& value) = delete; ~~~~~~~~~^ /Users/jenkins/w/BuildSingleReference@2/.conan/data/andreasbuhr-cppcoro/cci.20210113/_/_/package/5fed66895e5b85fca4af6ac05bb157e1ffecb806/include/cppcoro/generator.hpp:91:38: error: no template named 'coroutine_handle' in namespace 'cppcoro' using coroutine_handle = cppcoro::coroutine_handle>; ~~~~~~~~~^ /Users/jenkins/w/BuildSingleReference@2/.conan/data/andreasbuhr-cppcoro/cci.20210113/_/_/package/5fed66895e5b85fca4af6ac05bb157e1ffecb806/include/cppcoro/generator.hpp:107:32: error: unknown type name 'coroutine_handle' explicit generator_iterator(coroutine_handle coroutine) noexcept ^ /Users/jenkins/w/BuildSingleReference@2/.conan/data/andreasbuhr-cppcoro/cci.20210113/_/_/package/5fed66895e5b85fca4af6ac05bb157e1ffecb806/include/cppcoro/generator.hpp:160:4: error: unknown type name 'coroutine_handle' coroutine_handle m_coroutine; ^ /Users/jenkins/w/BuildSingleReference@2/.conan/data/andreasbuhr-cppcoro/cci.20210113/_/_/package/5fed66895e5b85fca4af6ac05bb157e1ffecb806/include/cppcoro/generator.hpp:226:31: error: no template named 'coroutine_handle' in namespace 'cppcoro' explicit generator(cppcoro::coroutine_handle coroutine) noexcept ~~~~~~~~~^ /Users/jenkins/w/BuildSingleReference@2/.conan/data/andreasbuhr-cppcoro/cci.20210113/_/_/package/5fed66895e5b85fca4af6ac05bb157e1ffecb806/include/cppcoro/generator.hpp:230:12: error: no template named 'coroutine_handle' in namespace 'cppcoro' cppcoro::coroutine_handle m_coroutine; ~~~~~~~~~^ /Users/jenkins/w/BuildSingleReference@2/.conan/data/andreasbuhr-cppcoro/cci.20210113/_/_/package/5fed66895e5b85fca4af6ac05bb157e1ffecb806/include/cppcoro/generator.hpp:245:38: error: no template named 'coroutine_handle' in namespace 'cppcoro' using coroutine_handle = cppcoro::coroutine_handle>; ~~~~~~~~~^ /Users/jenkins/w/BuildSingleReference@2/.conan/data/andreasbuhr-cppcoro/cci.20210113/_/_/package/5fed66895e5b85fca4af6ac05bb157e1ffecb806/include/cppcoro/generator.hpp:246:25: error: use of undeclared identifier 'coroutine_handle' return generator{ coroutine_handle::from_promise(*this) }; ^ /Users/jenkins/w/BuildSingleReference@2/.conan/data/andreasbuhr-cppcoro/cci.20210113/_/_/package/5fed66895e5b85fca4af6ac05bb157e1ffecb806/include/cppcoro/generator.hpp:255:4: error: unknown type name 'co_yield' co_yield std::invoke(func, static_cast(value)); ^ /Users/jenkins/w/BuildSingleReference@2/.conan/data/andreasbuhr-cppcoro/cci.20210113/_/_/package/5fed66895e5b85fca4af6ac05bb157e1ffecb806/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)); ~~~~~^ /Users/jenkins/w/BuildSingleReference@2/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/test_package.cpp.o] Error 1 make[1]: *** [CMakeFiles/test_package.dir/all] Error 2 make: *** [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 '/Users/jenkins/w/BuildSingleReference@2/conan-center-index/recipes/andreasbuhr-cppcoro/all/test_package/build/6dadc2a38fa4cdb86120242dbacf7ce5b0d26633' '--' '-j8'