******************************************************************************** conan test conan-center-index/recipes/cppcheck/all/test_package/conanfile.py cppcheck/2.7.1@#b39c3fcd42b53469ce857a5c3653ba27 -pr /home/conan/w/prod/BuildSingleReference/22247/853db0d6-a3d7-4748-a901-5503690317cd/profile_linux_7_libstdcpp11_gcc_debug_64..txt ******************************************************************************** Configuration: [settings] arch=x86_64 build_type=Debug compiler=gcc compiler.libcxx=libstdc++11 compiler.version=7 os=Linux [options] [build_requires] [env] cppcheck/2.7.1 (test package): Installing package Requirements bzip2/1.0.8 from 'conan-center' - Cache cppcheck/2.7.1 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:0e2fc6376534b5b3953a4974cf0901b008b17f2f - Cache cppcheck/2.7.1:67d2749c3dfb42e121fc926ba71b6fa529a15577 - Cache mpir/3.0.0:9c6e129b97e0d118ecc6840acd8d0f1ab1b77d04 - Cache pcre/8.45:6ffc0d86e86e9b82f409765a76cfb0b5f774ba34 - Cache z3/4.8.8:95c3227cd66d006fafa19153ee3c620d51ca5782 - Cache zlib/1.2.12:db2ca884c9793e0b0fb54ec3f846326d1addacc8 - 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/0e2fc6376534b5b3953a4974cf0901b008b17f2f/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/6ffc0d86e86e9b82f409765a76cfb0b5f774ba34/bin z3/4.8.8: Already installed! cppcheck/2.7.1: Already installed! cppcheck/2.7.1: Append /home/conan/w/prod/BuildSingleReference/.conan/data/cppcheck/2.7.1/_/_/package/67d2749c3dfb42e121fc926ba71b6fa529a15577/bin to environment variable PATH cppcheck/2.7.1 (test package): Generator txt created conanbuildinfo.txt cppcheck/2.7.1 (test package): Aggregating env generators cppcheck/2.7.1 (test package): Generated conaninfo.txt cppcheck/2.7.1 (test package): Generated graphinfo Using lockfile: '/home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/cppcheck/all/test_package/build/676dc9751e28c072090352805ac2cb1fce2ec7e7/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.1 (test package): Calling build() cppcheck/2.7.1 (test package): Running test() ----Running------ > cppcheck --enable=warning,style,performance --std=c++11 ./file_to_check.cpp ----------------- Checking file_to_check.cpp ... ----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.1 (test package): WARN: This conanfile has no build step