******************************************************************************** conan test conan-center-index/recipes/cppcheck/all/test_package/conanfile.py cppcheck/2.6@#5de437c4b88121ff10419d1bb141c2b4 -pr /home/conan/w/prod/BuildSingleReference/22377/4cc3ca1f-5295-4984-b2ef-7eb1917f8490/profile_linux_7_libstdcpp_gcc_release_64..txt ******************************************************************************** Configuration: [settings] arch=x86_64 build_type=Release compiler=gcc compiler.libcxx=libstdc++ compiler.version=7 os=Linux [options] [build_requires] [env] cppcheck/2.6 (test package): Installing package Requirements bzip2/1.0.8 from 'conan-center' - Cache cppcheck/2.6 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.6:f88d19642afe7433c6a2be00a27c4d078444890f - Cache mpir/3.0.0:745cfe986f1c0f3803bec100577c864023471d9a - Cache pcre/8.45:f93b176bb04e6ca52c1d8202b06a945b24122777 - Cache z3/4.8.8:21d6d9a5213b8db9cf8f5d15fc7576b15db693b1 - 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.6: Already installed! cppcheck/2.6: Append /home/conan/w/prod/BuildSingleReference/.conan/data/cppcheck/2.6/_/_/package/f88d19642afe7433c6a2be00a27c4d078444890f/bin to environment variable PATH cppcheck/2.6 (test package): Generator txt created conanbuildinfo.txt cppcheck/2.6 (test package): Aggregating env generators cppcheck/2.6 (test package): Generated conaninfo.txt cppcheck/2.6 (test package): Generated graphinfo Using lockfile: '/home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/cppcheck/all/test_package/build/347a59d21d0f26c25777e09672548e17a29a60b4/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.6 (test package): Calling build() cppcheck/2.6 (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 Initially set to falseAdds author, author-mail and time to htmlreport --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.6 (test package): WARN: This conanfile has no build step