******************************************************************************** conan test conan-center-index/recipes/fruit/all/test_package/conanfile.py fruit/3.4.0@#d5334950a937db5043c07c8a0f6ffe66 -pr /home/conan/w/prod/BuildSingleReference/131747/c955e9cb-ca75-4e5a-bccd-7bc94c301025/profile_linux_12_libstdcpp_clang_debug_64.fruit-shared-False.txt -c tools.system.package_manager:mode=install -c tools.system.package_manager:sudo=True ******************************************************************************** Configuration: [settings] arch=x86_64 build_type=Debug compiler=clang compiler.libcxx=libstdc++ compiler.version=12 os=Linux [options] fruit:shared=False [build_requires] [env] [conf] tools.system.package_manager:mode=install tools.system.package_manager:sudo=True fruit/3.4.0 (test package): Installing package Requirements fruit/3.4.0 from local cache - Cache Packages fruit/3.4.0:5fcc4bbdf6bef87f4a6f1dfa9065ce60e7bf83ce - Cache Installing (downloading, building) binaries... fruit/3.4.0: Already installed! fruit/3.4.0 (test package): Generator cmake created conanbuildinfo.cmake fruit/3.4.0 (test package): Generator txt created conanbuildinfo.txt fruit/3.4.0 (test package): Aggregating env generators fruit/3.4.0 (test package): Generated conaninfo.txt fruit/3.4.0 (test package): Generated graphinfo Using lockfile: '/home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/fruit/all/test_package/build/929408792413b2d9d80ae18178c68df46db73ef8/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 fruit/3.4.0 (test package): Calling build() ----Running------ > cd '/home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/fruit/all/test_package/build/929408792413b2d9d80ae18178c68df46db73ef8' && cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE="Debug" -DCONAN_IN_LOCAL_CACHE="OFF" -DCONAN_COMPILER="clang" -DCONAN_COMPILER_VERSION="12" -DCONAN_CXX_FLAGS="-m64" -DCONAN_SHARED_LINKER_FLAGS="-m64" -DCONAN_C_FLAGS="-m64" -DCONAN_LIBCXX="libstdc++" -DCMAKE_INSTALL_PREFIX="/home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/fruit/all/test_package/build/929408792413b2d9d80ae18178c68df46db73ef8/package" -DCMAKE_INSTALL_BINDIR="bin" -DCMAKE_INSTALL_SBINDIR="bin" -DCMAKE_INSTALL_LIBEXECDIR="bin" -DCMAKE_INSTALL_LIBDIR="lib" -DCMAKE_INSTALL_INCLUDEDIR="include" -DCMAKE_INSTALL_OLDINCLUDEDIR="include" -DCMAKE_INSTALL_DATAROOTDIR="share" -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY="ON" -DCONAN_EXPORTED="1" -Wno-dev '/home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/fruit/all/test_package' ----------------- -- The CXX compiler identification is Clang 12.0.0 -- Check for working CXX compiler: /usr/local/bin/clang++ -- Check for working CXX compiler: /usr/local/bin/clang++ -- 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: Compiler Clang>=8, checking major version 12 -- Conan: Checking correct version: 12 -- Conan: C++ stdlib: libstdc++ -- Configuring done -- Generating done -- Build files have been written to: /home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/fruit/all/test_package/build/929408792413b2d9d80ae18178c68df46db73ef8 ----Running------ > cmake --build '/home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/fruit/all/test_package/build/929408792413b2d9d80ae18178c68df46db73ef8' '--' '-j3' ----------------- Scanning dependencies of target test_package [ 50%] Building CXX object CMakeFiles/test_package.dir/test_package.cpp.o [100%] Linking CXX executable bin/test_package [100%] Built target test_package fruit/3.4.0 (test package): Running test() ----Running------ > bin/test_package ----------------- Hello world! 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 In file included from /home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/fruit/all/test_package/test_package.cpp:2: In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/fruit/3.4.0/_/_/package/5fcc4bbdf6bef87f4a6f1dfa9065ce60e7bf83ce/include/fruit/fruit.h:30: In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/fruit/3.4.0/_/_/package/5fcc4bbdf6bef87f4a6f1dfa9065ce60e7bf83ce/include/fruit/injector.h:24: In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/fruit/3.4.0/_/_/package/5fcc4bbdf6bef87f4a6f1dfa9065ce60e7bf83ce/include/fruit/normalized_component.h:26: /home/conan/w/prod/BuildSingleReference/.conan/data/fruit/3.4.0/_/_/package/5fcc4bbdf6bef87f4a6f1dfa9065ce60e7bf83ce/include/fruit/impl/normalized_component_storage/normalized_component_storage_holder.h:61:37: warning: explicitly defaulted copy assignment operator is implicitly deleted [-Wdefaulted-function-deleted] NormalizedComponentStorageHolder& operator=(const NormalizedComponentStorageHolder&) = default; ^ /home/conan/w/prod/BuildSingleReference/.conan/data/fruit/3.4.0/_/_/package/5fcc4bbdf6bef87f4a6f1dfa9065ce60e7bf83ce/include/fruit/impl/normalized_component_storage/normalized_component_storage_holder.h:36:47: note: copy assignment operator of 'NormalizedComponentStorageHolder' is implicitly deleted because field 'storage' has a deleted copy assignment operator std::unique_ptr storage; ^ /usr/local/bin/../lib/gcc/x86_64-linux-gnu/10.3.0/../../../../include/c++/10.3.0/bits/unique_ptr.h:469:19: note: 'operator=' has been explicitly marked deleted here unique_ptr& operator=(const unique_ptr&) = delete; ^ 1 warning generated.