******************************************************************************** conan install asyncplusplus/1.1@#35a486e5e5ffe90d1bfef6355862e784 --build=asyncplusplus -pr /home/conan/w/prod/BuildSingleReference/68983/7094d656-e2ff-47c5-b486-702069b6c3aa/profile_linux_5_libstdcpp_gcc_release_64.asyncplusplus-shared-False.txt -c tools.system.package_manager:mode=install -c tools.system.package_manager:sudo=True ******************************************************************************** Auto detecting your dev setup to initialize the default profile (/home/conan/w/prod/BuildSingleReference/.conan/profiles/default) CC and CXX: /usr/bin/gcc, /usr/bin/g++ Found gcc 5.4 gcc>=5, using the major as version ************************* WARNING: GCC OLD ABI COMPATIBILITY *********************** Conan detected a GCC version > 5 but has adjusted the 'compiler.libcxx' setting to 'libstdc++' for backwards compatibility. Your compiler is likely using the new CXX11 ABI by default (libstdc++11). If you want Conan to use the new ABI for the default profile, run: $ conan profile update settings.compiler.libcxx=libstdc++11 default Or edit '/home/conan/w/prod/BuildSingleReference/.conan/profiles/default' and set compiler.libcxx=libstdc++11 ************************************************************************************ Default settings os=Linux os_build=Linux arch=x86_64 arch_build=x86_64 compiler=gcc compiler.version=5 compiler.libcxx=libstdc++ build_type=Release *** You can change them in /home/conan/w/prod/BuildSingleReference/.conan/profiles/default *** *** Or override with -s compiler='other' -s ...s*** Configuration: [settings] arch=x86_64 build_type=Release compiler=gcc compiler.libcxx=libstdc++ compiler.version=5 os=Linux [options] asyncplusplus:shared=False [build_requires] [env] [conf] tools.system.package_manager:mode=install tools.system.package_manager:sudo=True asyncplusplus/1.1: Forced build from source Installing package: asyncplusplus/1.1 Requirements asyncplusplus/1.1 from local cache - Cache Packages asyncplusplus/1.1:b759e10106fc0b4923414b05bb78eba0bbc8b30b - Build Installing (downloading, building) binaries... [HOOK - conan-center.py] pre_source(): [IMMUTABLE SOURCES (KB-H010)] OK asyncplusplus/1.1: Configuring sources in /home/conan/w/prod/BuildSingleReference/.conan/data/asyncplusplus/1.1/_/_/source/src asyncplusplus/1.1: [HOOK - conan-center.py] post_source(): [LIBCXX MANAGEMENT (KB-H011)] OK [HOOK - conan-center.py] post_source(): [CPPSTD MANAGEMENT (KB-H022)] OK [HOOK - conan-center.py] post_source(): [SHORT_PATHS USAGE (KB-H066)] OK asyncplusplus/1.1: Copying sources to build folder asyncplusplus/1.1: Building your package in /home/conan/w/prod/BuildSingleReference/.conan/data/asyncplusplus/1.1/_/_/build/b759e10106fc0b4923414b05bb78eba0bbc8b30b asyncplusplus/1.1: Generator txt created conanbuildinfo.txt asyncplusplus/1.1: Calling generate() asyncplusplus/1.1: Aggregating env generators [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK. 'fPIC' option found and apparently well managed [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK asyncplusplus/1.1: Calling build() asyncplusplus/1.1: CMake command: cmake -G "Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE="/home/conan/w/prod/BuildSingleReference/.conan/data/asyncplusplus/1.1/_/_/build/b759e10106fc0b4923414b05bb78eba0bbc8b30b/build/generators/conan_toolchain.cmake" -DCMAKE_INSTALL_PREFIX="/home/conan/w/prod/BuildSingleReference/.conan/data/asyncplusplus/1.1/_/_/package/b759e10106fc0b4923414b05bb78eba0bbc8b30b" -DCMAKE_POLICY_DEFAULT_CMP0091="NEW" -DCMAKE_BUILD_TYPE="Release" "/home/conan/w/prod/BuildSingleReference/.conan/data/asyncplusplus/1.1/_/_/build/b759e10106fc0b4923414b05bb78eba0bbc8b30b/src" ----Running------ > cmake -G "Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE="/home/conan/w/prod/BuildSingleReference/.conan/data/asyncplusplus/1.1/_/_/build/b759e10106fc0b4923414b05bb78eba0bbc8b30b/build/generators/conan_toolchain.cmake" -DCMAKE_INSTALL_PREFIX="/home/conan/w/prod/BuildSingleReference/.conan/data/asyncplusplus/1.1/_/_/package/b759e10106fc0b4923414b05bb78eba0bbc8b30b" -DCMAKE_POLICY_DEFAULT_CMP0091="NEW" -DCMAKE_BUILD_TYPE="Release" "/home/conan/w/prod/BuildSingleReference/.conan/data/asyncplusplus/1.1/_/_/build/b759e10106fc0b4923414b05bb78eba0bbc8b30b/src" ----------------- -- Using Conan toolchain: /home/conan/w/prod/BuildSingleReference/.conan/data/asyncplusplus/1.1/_/_/build/b759e10106fc0b4923414b05bb78eba0bbc8b30b/build/generators/conan_toolchain.cmake -- Conan toolchain: Setting CMAKE_POSITION_INDEPENDENT_CODE=ON (options.fPIC) -- Conan toolchain: Setting BUILD_SHARED_LIBS = OFF -- The C compiler identification is GNU 5.4.0 -- The CXX compiler identification is GNU 5.4.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/gcc - 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/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Looking for pthread.h -- Looking for pthread.h - found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed -- Check if compiler accepts -pthread -- Check if compiler accepts -pthread - yes -- Found Threads: TRUE -- Configuring done -- Generating done -- Build files have been written to: /home/conan/w/prod/BuildSingleReference/.conan/data/asyncplusplus/1.1/_/_/build/b759e10106fc0b4923414b05bb78eba0bbc8b30b/build/Release asyncplusplus/1.1: CMake command: cmake --build "/home/conan/w/prod/BuildSingleReference/.conan/data/asyncplusplus/1.1/_/_/build/b759e10106fc0b4923414b05bb78eba0bbc8b30b/build/Release" '--' '-j3' ----Running------ > cmake --build "/home/conan/w/prod/BuildSingleReference/.conan/data/asyncplusplus/1.1/_/_/build/b759e10106fc0b4923414b05bb78eba0bbc8b30b/build/Release" '--' '-j3' ----------------- Scanning dependencies of target Async++ [ 33%] Building CXX object CMakeFiles/Async++.dir/src/scheduler.cpp.o [ 66%] Building CXX object CMakeFiles/Async++.dir/src/threadpool_scheduler.cpp.o [100%] Linking CXX shared library libasync++.so [100%] Built target Async++ asyncplusplus/1.1: Package 'b759e10106fc0b4923414b05bb78eba0bbc8b30b' built asyncplusplus/1.1: Build folder /home/conan/w/prod/BuildSingleReference/.conan/data/asyncplusplus/1.1/_/_/build/b759e10106fc0b4923414b05bb78eba0bbc8b30b/build/Release asyncplusplus/1.1: Generated conaninfo.txt asyncplusplus/1.1: Generated conanbuildinfo.txt asyncplusplus/1.1: Generating the package asyncplusplus/1.1: Package folder /home/conan/w/prod/BuildSingleReference/.conan/data/asyncplusplus/1.1/_/_/package/b759e10106fc0b4923414b05bb78eba0bbc8b30b asyncplusplus/1.1: Calling package() asyncplusplus/1.1: Copied 1 file: LICENSE asyncplusplus/1.1: CMake command: cmake --install "/home/conan/w/prod/BuildSingleReference/.conan/data/asyncplusplus/1.1/_/_/build/b759e10106fc0b4923414b05bb78eba0bbc8b30b/build/Release" --prefix "/home/conan/w/prod/BuildSingleReference/.conan/data/asyncplusplus/1.1/_/_/package/b759e10106fc0b4923414b05bb78eba0bbc8b30b" ----Running------ > cmake --install "/home/conan/w/prod/BuildSingleReference/.conan/data/asyncplusplus/1.1/_/_/build/b759e10106fc0b4923414b05bb78eba0bbc8b30b/build/Release" --prefix "/home/conan/w/prod/BuildSingleReference/.conan/data/asyncplusplus/1.1/_/_/package/b759e10106fc0b4923414b05bb78eba0bbc8b30b" ----------------- -- Install configuration: "Release" -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/asyncplusplus/1.1/_/_/package/b759e10106fc0b4923414b05bb78eba0bbc8b30b/cmake/Async++Config.cmake -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/asyncplusplus/1.1/_/_/package/b759e10106fc0b4923414b05bb78eba0bbc8b30b/lib/libasync++.so -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/asyncplusplus/1.1/_/_/package/b759e10106fc0b4923414b05bb78eba0bbc8b30b/cmake/Async++.cmake -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/asyncplusplus/1.1/_/_/package/b759e10106fc0b4923414b05bb78eba0bbc8b30b/cmake/Async++-release.cmake -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/asyncplusplus/1.1/_/_/package/b759e10106fc0b4923414b05bb78eba0bbc8b30b/include/async++.h -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/asyncplusplus/1.1/_/_/package/b759e10106fc0b4923414b05bb78eba0bbc8b30b/include/async++/aligned_alloc.h -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/asyncplusplus/1.1/_/_/package/b759e10106fc0b4923414b05bb78eba0bbc8b30b/include/async++/cancel.h -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/asyncplusplus/1.1/_/_/package/b759e10106fc0b4923414b05bb78eba0bbc8b30b/include/async++/continuation_vector.h -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/asyncplusplus/1.1/_/_/package/b759e10106fc0b4923414b05bb78eba0bbc8b30b/include/async++/parallel_for.h -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/asyncplusplus/1.1/_/_/package/b759e10106fc0b4923414b05bb78eba0bbc8b30b/include/async++/parallel_invoke.h -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/asyncplusplus/1.1/_/_/package/b759e10106fc0b4923414b05bb78eba0bbc8b30b/include/async++/parallel_reduce.h -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/asyncplusplus/1.1/_/_/package/b759e10106fc0b4923414b05bb78eba0bbc8b30b/include/async++/partitioner.h -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/asyncplusplus/1.1/_/_/package/b759e10106fc0b4923414b05bb78eba0bbc8b30b/include/async++/range.h -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/asyncplusplus/1.1/_/_/package/b759e10106fc0b4923414b05bb78eba0bbc8b30b/include/async++/ref_count.h -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/asyncplusplus/1.1/_/_/package/b759e10106fc0b4923414b05bb78eba0bbc8b30b/include/async++/scheduler.h -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/asyncplusplus/1.1/_/_/package/b759e10106fc0b4923414b05bb78eba0bbc8b30b/include/async++/scheduler_fwd.h -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/asyncplusplus/1.1/_/_/package/b759e10106fc0b4923414b05bb78eba0bbc8b30b/include/async++/task.h -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/asyncplusplus/1.1/_/_/package/b759e10106fc0b4923414b05bb78eba0bbc8b30b/include/async++/task_base.h -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/asyncplusplus/1.1/_/_/package/b759e10106fc0b4923414b05bb78eba0bbc8b30b/include/async++/traits.h -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/asyncplusplus/1.1/_/_/package/b759e10106fc0b4923414b05bb78eba0bbc8b30b/include/async++/when_all_any.h [HOOK - conan-center.py] post_package(): [PACKAGE LICENSE (KB-H012)] OK [HOOK - conan-center.py] post_package(): [DEFAULT PACKAGE LAYOUT (KB-H013)] OK [HOOK - conan-center.py] post_package(): [MATCHING CONFIGURATION (KB-H014)] OK [HOOK - conan-center.py] post_package(): [SHARED ARTIFACTS (KB-H015)] OK [HOOK - conan-center.py] post_package(): [PC-FILES (KB-H020)] OK [HOOK - conan-center.py] post_package(): [CMAKE-MODULES-CONFIG-FILES (KB-H016)] OK [HOOK - conan-center.py] post_package(): [PDB FILES NOT ALLOWED (KB-H017)] OK [HOOK - conan-center.py] post_package(): [LIBTOOL FILES PRESENCE (KB-H018)] OK [HOOK - conan-center.py] post_package(): [MS RUNTIME FILES (KB-H021)] OK [HOOK - conan-center.py] post_package(): [SHORT_PATHS USAGE (KB-H066)] OK [HOOK - conan-center.py] post_package(): [MISSING SYSTEM LIBS (KB-H043)] OK asyncplusplus/1.1 package(): Packaged 16 '.h' files asyncplusplus/1.1 package(): Packaged 1 '.so' file: libasync++.so asyncplusplus/1.1 package(): Packaged 1 '.cmake' file: conan-official-asyncplusplus-targets.cmake asyncplusplus/1.1 package(): Packaged 1 file: LICENSE asyncplusplus/1.1: Package 'b759e10106fc0b4923414b05bb78eba0bbc8b30b' created asyncplusplus/1.1: Created package revision 50d24d120273c81f9f636cb94cca9278 [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK [HOOK - conan-center.py] post_package_info(): [LIBRARY DOES NOT EXIST (KB-H054)] OK [HOOK - conan-center.py] post_package_info(): [INCLUDE PATH DOES NOT EXIST (KB-H071)] OK Aggregating env generators CMake Warning (dev) at CMakeLists.txt:24 (option): Policy CMP0077 is not set: option() honors normal variables. Run "cmake --help-policy CMP0077" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For compatibility with older versions of CMake, option is clearing the normal variable 'BUILD_SHARED_LIBS'. This warning is for project developers. Use -Wno-dev to suppress it. asyncplusplus/1.1: WARN: Using the new toolchains and generators without specifying a build profile (e.g: -pr:b=default) is discouraged and might cause failures and unexpected behavior