******************************************************************************** conan test conan-center-index/recipes/cppcheck/all/test_package/conanfile.py cppcheck/2.7.4@#ead06ef6e4e60a1093a2d2953e84decf -pr /home/conan/w/prod/BuildSingleReference/28746/f220f8f2-7a2e-4aae-8360-8afa9b970e5d/profile_linux_8_libstdcpp11_gcc_debug_64..txt ******************************************************************************** Configuration: [settings] arch=x86_64 build_type=Debug compiler=gcc compiler.libcxx=libstdc++11 compiler.version=8 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:d666801fbcdc3fd37cf8b2a827d72e84b1878ff5 - Cache cppcheck/2.7.4:22b041b674d4809152b7a8a4ea67a4c488331e3f - Cache mpir/3.0.0:1585e9cd4dd08375bae14bdf3717a15189f5d859 - Cache pcre/8.45:3bad01f9d936f64b519fb38e3b5aec8911dcd3f0 - Cache z3/4.8.8:3276adbbaf05a2ce122778042abf99707a5ce2f1 - Cache zlib/1.2.12:761432f3453a17c960259b5b2605153e3bcffd7d - 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/d666801fbcdc3fd37cf8b2a827d72e84b1878ff5/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/3bad01f9d936f64b519fb38e3b5aec8911dcd3f0/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/22b041b674d4809152b7a8a4ea67a4c488331e3f/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/1e47ea7de50ff4952e1db7cbfde4ae57067b8ab1/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/1e47ea7de50ff4952e1db7cbfde4ae57067b8ab1/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