******************************************************************************** conan test conan-center-index/recipes/cppcheck/all/test_package/conanfile.py cppcheck/2.7.4@#8658dc78e57b49a11e4f68b7cbd159a3 -pr /home/conan/w/prod/BuildSingleReference/92472/f58b535c-292f-4d66-bfda-a7d610e0ed90/profile_linux_11_libstdcpp_gcc_release_64..txt -c tools.system.package_manager:mode=install -c tools.system.package_manager:sudo=True ******************************************************************************** Configuration: [settings] arch=x86_64 build_type=Release compiler=gcc compiler.libcxx=libstdc++ compiler.version=11 os=Linux [options] [build_requires] [env] [conf] tools.system.package_manager:mode=install tools.system.package_manager:sudo=True z3/4.10.2: z3 will build using gmp multiprecision implementation. cppcheck/2.7.4 (test package): Installing package Requirements Packages Build requirements bzip2/1.0.8 from 'conan-center' - Cache cppcheck/2.7.4 from local cache - Cache gmp/6.2.1 from 'conan-center' - Cache pcre/8.45 from 'conan-center' - Cache z3/4.10.2 from 'conan-center' - Cache zlib/1.2.12 from 'conan-center' - Cache Build requirements packages bzip2/1.0.8:c32092bf4d4bb47cf962af898e02823f499b017e - Cache cppcheck/2.7.4:878bc2f045372feb8dc49271cc4a2a4d14028500 - Cache gmp/6.2.1:f5a6a9073d9da4895fd6713d4728d305848f9be8 - Cache pcre/8.45:f755979807ccde50238e44be7e9e64fe34847ffe - Cache z3/4.10.2:e378a8f8776ad6065202979740c6c910396ca689 - Cache zlib/1.2.12:dfbe50feef7f3c6223a476cd5aeadb687084a646 - 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/c32092bf4d4bb47cf962af898e02823f499b017e/bin gmp/6.2.1: 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/f755979807ccde50238e44be7e9e64fe34847ffe/bin z3/4.10.2: 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/878bc2f045372feb8dc49271cc4a2a4d14028500/bin to environment variable PATH cppcheck/2.7.4 (test package): Applying build-requirement: cppcheck/2.7.4 cppcheck/2.7.4 (test package): Applying build-requirement: z3/4.10.2 cppcheck/2.7.4 (test package): Applying build-requirement: pcre/8.45 cppcheck/2.7.4 (test package): Applying build-requirement: gmp/6.2.1 cppcheck/2.7.4 (test package): Applying build-requirement: bzip2/1.0.8 cppcheck/2.7.4 (test package): Applying build-requirement: zlib/1.2.12 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/2631dce8ce01998d7f5a5be061daaf14d4a65f27/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/2631dce8ce01998d7f5a5be061daaf14d4a65f27/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