******************************************************************************** conan test conan-center-index\recipes\cppcheck\all\test_package\conanfile.py cppcheck/2.7.3@#02e323288ac164fc8c4fb66221cd0f01 -pr C:\J\w\prod\BuildSingleReference@2\22374\f7da59b1-97f7-4b2e-b847-3b6a19956160/profile_windows_15_md_vs_release_64..txt ******************************************************************************** Configuration: [settings] arch=x86_64 build_type=Release compiler=Visual Studio compiler.runtime=MD compiler.version=15 os=Windows [options] [build_requires] [env] cppcheck/2.7.3 (test package): Installing package Requirements bzip2/1.0.8 from 'conan-center' - Cache cppcheck/2.7.3 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:5be2b7a2110ec8acdbf9a1cea9de5d60747edb34 - Cache cppcheck/2.7.3:6b25f15be82b99f5da1a0b368951a431c2e96938 - Cache mpir/3.0.0:01b1208f073800dde27e61d19b8fa26c9cb954f0 - Cache pcre/8.45:7c247c33e53b19b610716f519f192e84f13f964e - Cache z3/4.8.8:ac8b833c45d9d1b30eaf8b88e0284e12c2bb87c7 - Cache zlib/1.2.12:6cc50b139b9c3d27b3e9042d5f5372d327b3a9f7 - Cache Installing (downloading, building) binaries... bzip2/1.0.8: Already installed! bzip2/1.0.8: Appending PATH environment variable: C:\J\w\prod\BuildSingleReference@2\.conan\data\bzip2\1.0.8\_\_\package\5be2b7a2110ec8acdbf9a1cea9de5d60747edb34\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: C:\J\w\prod\BuildSingleReference@2\.conan\data\pcre\8.45\_\_\package\7c247c33e53b19b610716f519f192e84f13f964e\bin z3/4.8.8: Already installed! cppcheck/2.7.3: Already installed! cppcheck/2.7.3: Append C:\J\w\prod\BuildSingleReference@2\.conan\data\cppcheck\2.7.3\_\_\package\6b25f15be82b99f5da1a0b368951a431c2e96938\bin to environment variable PATH cppcheck/2.7.3 (test package): Generator txt created conanbuildinfo.txt cppcheck/2.7.3 (test package): Aggregating env generators cppcheck/2.7.3 (test package): Generated conaninfo.txt cppcheck/2.7.3 (test package): Generated graphinfo Using lockfile: 'C:\J\w\prod\BuildSingleReference@2\conan-center-index\recipes\cppcheck\all\test_package\build\1cda8ccdad543435a93a358473f30c74f22f0841/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.3 (test package): Calling build() cppcheck/2.7.3 (test package): Running test() ----Running------ > cppcheck --enable=warning,style,performance --std=c++11 ./file_to_check.cpp ----------------- Checking file_to_check.cpp ... ----Running------ > c:\conan_jenkins_envs\env_py_3_7_conan_1_45_0\scripts\python.exe C:\J\w\prod\BuildSingleReference@2\.conan\data\cppcheck\2.7.3\_\_\package\6b25f15be82b99f5da1a0b368951a431c2e96938\bin\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.3 (test package): WARN: This conanfile has no build step