******************************************************************************** conan test conan-center-index/recipes/cppcheck/all/test_package/conanfile.py cppcheck/2.7.4@#ead06ef6e4e60a1093a2d2953e84decf -pr /home/conan/w/prod/BuildSingleReference/28746/b298077b-b5bb-420b-be27-01e74b2cbe5d/profile_linux_7_libstdcpp11_gcc_release_64..txt ******************************************************************************** Configuration: [settings] arch=x86_64 build_type=Release compiler=gcc compiler.libcxx=libstdc++11 compiler.version=7 os=Linux [options] [build_requires] [env] cppcheck/2.7.4 (test package): Installing package Requirements bzip2/1.0.8 from 'conan-center' - Cache cppcheck/2.7.4 from local cache - Cache mpir/3.0.0 from 'conan-center' - Cache pcre/8.45 from 'conan-center' - Cache z3/4.8.8 from 'conan-center' - Cache zlib/1.2.12 from 'conan-center' - Cache Packages bzip2/1.0.8:b27e2b40bcb70be2e7d6f0e0c6e43e35c530f8d3 - Cache cppcheck/2.7.4:c7a63e7105775caaa5fcff3a41b11020782a62ae - Cache mpir/3.0.0:47d7b3d6ec13ffd7066a0ed23ab0361599d96ef8 - Cache pcre/8.45:f93b176bb04e6ca52c1d8202b06a945b24122777 - Cache z3/4.8.8:0722cc24a81780ed05c55d4fc9849d4ad31955e7 - Cache zlib/1.2.12:d50a0d523d98c15bb147b18fa7d203887c38be8b - Cache Installing (downloading, building) binaries... bzip2/1.0.8: Already installed! bzip2/1.0.8: Appending PATH environment variable: /home/conan/w/prod/BuildSingleReference/.conan/data/bzip2/1.0.8/_/_/package/b27e2b40bcb70be2e7d6f0e0c6e43e35c530f8d3/bin mpir/3.0.0: Already installed! zlib/1.2.12: Already installed! pcre/8.45: Already installed! pcre/8.45: Appending PATH environment variable: /home/conan/w/prod/BuildSingleReference/.conan/data/pcre/8.45/_/_/package/f93b176bb04e6ca52c1d8202b06a945b24122777/bin z3/4.8.8: Already installed! cppcheck/2.7.4: Already installed! cppcheck/2.7.4: Append /home/conan/w/prod/BuildSingleReference/.conan/data/cppcheck/2.7.4/_/_/package/c7a63e7105775caaa5fcff3a41b11020782a62ae/bin to environment variable PATH cppcheck/2.7.4 (test package): Generator txt created conanbuildinfo.txt cppcheck/2.7.4 (test package): Aggregating env generators cppcheck/2.7.4 (test package): Generated conaninfo.txt cppcheck/2.7.4 (test package): Generated graphinfo Using lockfile: '/home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/cppcheck/all/test_package/build/2e073b3db4f539b3bf8bc63d12a7a1f2009106b4/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 cppcheck/2.7.4 (test package): Calling build() cppcheck/2.7.4 (test package): Running test() ----Running------ > cppcheck --enable=warning,style,performance --std=c++11 . ----------------- Checking build/2e073b3db4f539b3bf8bc63d12a7a1f2009106b4/file_to_check.cpp ... 1/2 files checked 50% done Checking file_to_check.cpp ... 2/2 files checked 100% done ----Running------ > cppcheck-htmlreport -h ----------------- Usage: cppcheck-htmlreport [options] Options: -h, --help show this help message and exit --title=TITLE The title of the project. --file=FILE The cppcheck xml output file to read defects from. You can combine results from several xml reports i.e. "-- file file1.xml --file file2.xml ..". Default is reading from stdin. --report-dir=REPORT_DIR The directory where the HTML report content is written. --source-dir=SOURCE_DIR Base directory where source code files can be found. --add-author-information=ADD_AUTHOR_INFORMATION Blame information to include. Adds specified author information. Specify as comma-separated list of either "name", "email", "date" or "n","e","d". Default: "n,e,d" --source-encoding=SOURCE_ENCODING Encoding of source code. --blame-options=BLAME_OPTIONS [-w, -M] blame options which you can use to get author and author mail -w --> not including white spaces and returns original author of the line -M --> not including moving of lines and returns original author of the line cppcheck/2.7.4 (test package): WARN: This conanfile has no build step