Guest User

Untitled

a guest
Jul 11th, 2020
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.97 KB | None | 0 0
  1. Jobs:2
  2. Thank you!
  3. g++ (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0
  4. Copyright (C) 2017 Free Software Foundation, Inc.
  5. This is free software; see the source for copying conditions. There is NO
  6. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  7.  
  8. git version 2.17.1
  9. GNU Make 4.1
  10. Built for x86_64-pc-linux-gnu
  11. Copyright (C) 1988-2014 Free Software Foundation, Inc.
  12. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  13. This is free software: you are free to change and redistribute it.
  14. There is NO WARRANTY, to the extent permitted by law.
  15. GNU Wget 1.19.4 built on linux-gnu.
  16.  
  17. -cares +digest -gpgme +https +ipv6 +iri +large-file -metalink +nls
  18. +ntlm +opie +psl +ssl/openssl
  19.  
  20. Wgetrc:
  21. /etc/wgetrc (system)
  22. Locale:
  23. /usr/share/locale
  24. Compile:
  25. gcc -DHAVE_CONFIG_H -DSYSTEM_WGETRC="/etc/wgetrc"
  26. -DLOCALEDIR="/usr/share/locale" -I. -I../../src -I../lib
  27. -I../../lib -Wdate-time -D_FORTIFY_SOURCE=2 -DHAVE_LIBSSL -DNDEBUG
  28. -g -O2 -fdebug-prefix-map=/build/wget-Xb5Z7Y/wget-1.19.4=.
  29. -fstack-protector-strong -Wformat -Werror=format-security
  30. -DNO_SSLv2 -D_FILE_OFFSET_BITS=64 -g -Wall
  31. Link:
  32. gcc -DHAVE_LIBSSL -DNDEBUG -g -O2
  33. -fdebug-prefix-map=/build/wget-Xb5Z7Y/wget-1.19.4=.
  34. -fstack-protector-strong -Wformat -Werror=format-security
  35. -DNO_SSLv2 -D_FILE_OFFSET_BITS=64 -g -Wall -Wl,-Bsymbolic-functions
  36. -Wl,-z,relro -Wl,-z,now -lpcre -luuid -lidn2 -lssl -lcrypto -lpsl
  37. ftp-opie.o openssl.o http-ntlm.o ../lib/libgnu.a
  38.  
  39. Copyright (C) 2015 Free Software Foundation, Inc.
  40. License GPLv3+: GNU GPL version 3 or later
  41. <http://www.gnu.org/licenses/gpl.html>.
  42. This is free software: you are free to change and redistribute it.
  43. There is NO WARRANTY, to the extent permitted by law.
  44.  
  45. Originally written by Hrvoje Niksic <[email protected]>.
  46. Please send bug reports and questions to <[email protected]>.
  47. GNU gdb (Ubuntu 8.1-0ubuntu3.2) 8.1.0.20180409-git
  48. Copyright (C) 2018 Free Software Foundation, Inc.
  49. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  50. This is free software: you are free to change and redistribute it.
  51. There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  52. and "show warranty" for details.
  53. This GDB was configured as "x86_64-linux-gnu".
  54. Type "show configuration" for configuration details.
  55. For bug reporting instructions, please see:
  56. <http://www.gnu.org/software/gdb/bugs/>.
  57. Find the GDB manual and other documentation resources online at:
  58. <http://www.gnu.org/software/gdb/documentation/>.
  59. For help, type "help".
  60. Type "apropos word" to search for commands related to "word".
  61. Get Cppcheck..
  62. Cloning into '/root/cppcheck-donate-cpu-workfolder/cppcheck'...
  63. remote: Enumerating objects: 50, done.
  64. remote: Counting objects: 100% (50/50), done.
  65. remote: Compressing objects: 100% (39/39), done.
  66. remote: Total 129003 (delta 25), reused 24 (delta 11), pack-reused 128953
  67. Receiving objects: 100% (129003/129003), 95.97 MiB | 20.93 MiB/s, done.
  68. Resolving deltas: 100% (102103/102103), done.
  69. Connecting to server to get Cppcheck versions..
  70. Compiling Cppcheck..
  71. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/analyzerinfo.o build/analyzerinfo.cpp
  72. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/astutils.o build/astutils.cpp
  73. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/bughuntingchecks.o build/bughuntingchecks.cpp
  74. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/check.o build/check.cpp
  75. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/check64bit.o build/check64bit.cpp
  76. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/checkassert.o build/checkassert.cpp
  77. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/checkautovariables.o build/checkautovariables.cpp
  78. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/checkbool.o build/checkbool.cpp
  79. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/checkboost.o build/checkboost.cpp
  80. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/checkbufferoverrun.o build/checkbufferoverrun.cpp
  81. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/checkclass.o build/checkclass.cpp
  82. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/checkcondition.o build/checkcondition.cpp
  83. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/checkexceptionsafety.o build/checkexceptionsafety.cpp
  84. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/checkfunctions.o build/checkfunctions.cpp
  85. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/checkinternal.o build/checkinternal.cpp
  86. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/checkio.o build/checkio.cpp
  87. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/checkleakautovar.o build/checkleakautovar.cpp
  88. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/checkmemoryleak.o build/checkmemoryleak.cpp
  89. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/checknullpointer.o build/checknullpointer.cpp
  90. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/checkother.o build/checkother.cpp
  91. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/checkpostfixoperator.o build/checkpostfixoperator.cpp
  92. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/checksizeof.o build/checksizeof.cpp
  93. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/checkstl.o build/checkstl.cpp
  94. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/checkstring.o build/checkstring.cpp
  95. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/checktype.o build/checktype.cpp
  96. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/checkuninitvar.o build/checkuninitvar.cpp
  97. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/checkunusedfunctions.o build/checkunusedfunctions.cpp
  98. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/checkunusedvar.o build/checkunusedvar.cpp
  99. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/checkvaarg.o build/checkvaarg.cpp
  100. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/clangimport.o build/clangimport.cpp
  101. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/cppcheck.o build/cppcheck.cpp
  102. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/ctu.o build/ctu.cpp
  103. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/errorlogger.o build/errorlogger.cpp
  104. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/errortypes.o build/errortypes.cpp
  105. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/exprengine.o build/exprengine.cpp
  106. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/forwardanalyzer.o build/forwardanalyzer.cpp
  107. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/importproject.o build/importproject.cpp
  108. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/library.o build/library.cpp
  109. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/mathlib.o build/mathlib.cpp
  110. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/path.o build/path.cpp
  111. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/pathanalysis.o build/pathanalysis.cpp
  112. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/pathmatch.o build/pathmatch.cpp
  113. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/platform.o build/platform.cpp
  114. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/preprocessor.o build/preprocessor.cpp
  115. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/programmemory.o build/programmemory.cpp
  116. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/settings.o build/settings.cpp
  117. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/suppressions.o build/suppressions.cpp
  118. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/symboldatabase.o build/symboldatabase.cpp
  119. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/templatesimplifier.o build/templatesimplifier.cpp
  120. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/timer.o build/timer.cpp
  121. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/token.o build/token.cpp
  122. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/tokenize.o build/tokenize.cpp
  123. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/tokenlist.o build/tokenlist.cpp
  124. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/utils.o build/utils.cpp
  125. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/valueflow.o build/valueflow.cpp
  126. g++ -Ilib -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o cli/cmdlineparser.o cli/cmdlineparser.cpp
  127. g++ -Ilib -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o cli/cppcheckexecutor.o cli/cppcheckexecutor.cpp
  128. g++ -Ilib -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o cli/filelister.o cli/filelister.cpp
  129. cli/filelister.cpp: In function ‘void addFiles2(std::map<std::__cxx11::basic_string<char>, long unsigned int>&, const string&, const std::set<std::__cxx11::basic_string<char> >&, bool, const PathMatch&)’:
  130. cli/filelister.cpp:197:55: warning: ‘int readdir_r(DIR*, dirent*, dirent**)’ is deprecated [-Wdeprecated-declarations]
  131. while ((readdir_r(dir, &entry, &dir_result) == 0) && (dir_result != nullptr)) {
  132. ^
  133. In file included from cli/filelister.cpp:174:0:
  134. /usr/include/dirent.h:183:12: note: declared here
  135. extern int readdir_r (DIR *__restrict __dirp,
  136. ^~~~~~~~~
  137. g++ -Ilib -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o cli/main.o cli/main.cpp
  138. g++ -Ilib -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o cli/threadexecutor.o cli/threadexecutor.cpp
  139. g++ -O2 -g -std=c++0x -w -c -o externals/simplecpp/simplecpp.o externals/simplecpp/simplecpp.cpp
  140. g++ -O2 -g -std=c++0x -w -c -o externals/tinyxml/tinyxml2.o externals/tinyxml/tinyxml2.cpp
  141. g++ -O2 -g -std=c++0x -o cppcheck build/analyzerinfo.o build/astutils.o build/bughuntingchecks.o build/check.o build/check64bit.o build/checkassert.o build/checkautovariables.o build/checkbool.o build/checkboost.o build/checkbufferoverrun.o build/checkclass.o build/checkcondition.o build/checkexceptionsafety.o build/checkfunctions.o build/checkinternal.o build/checkio.o build/checkleakautovar.o build/checkmemoryleak.o build/checknullpointer.o build/checkother.o build/checkpostfixoperator.o build/checksizeof.o build/checkstl.o build/checkstring.o build/checktype.o build/checkuninitvar.o build/checkunusedfunctions.o build/checkunusedvar.o build/checkvaarg.o build/clangimport.o build/cppcheck.o build/ctu.o build/errorlogger.o build/errortypes.o build/exprengine.o build/forwardanalyzer.o build/importproject.o build/library.o build/mathlib.o build/path.o build/pathanalysis.o build/pathmatch.o build/platform.o build/preprocessor.o build/programmemory.o build/settings.o build/suppressions.o build/symboldatabase.o build/templatesimplifier.o build/timer.o build/token.o build/tokenize.o build/tokenlist.o build/utils.o build/valueflow.o cli/cmdlineparser.o cli/cppcheckexecutor.o cli/filelister.o cli/main.o cli/threadexecutor.o externals/simplecpp/simplecpp.o externals/tinyxml/tinyxml2.o -rdynamic
  142. Cppcheck 2.2 dev
  143. Note: checking out '2.1'.
  144.  
  145. You are in 'detached HEAD' state. You can look around, make experimental
  146. changes and commit them, and you can discard any commits you make in this
  147. state without impacting any branches by performing another checkout.
  148.  
  149. If you want to create a new branch to retain commits you create, you may
  150. do so (now or later) by using -b with the checkout command again. Example:
  151.  
  152. git checkout -b <new-branch-name>
  153.  
  154. HEAD is now at 0f23bde2b 2.1: Set release mode in Makefile
  155. rm -f build/*.o lib/*.o cli/*.o test/*.o tools/*.o externals/*/*.o testrunner dmake cppcheck cppcheck.exe cppcheck.1
  156. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/analyzerinfo.o build/analyzerinfo.cpp
  157. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/astutils.o build/astutils.cpp
  158. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/check.o build/check.cpp
  159. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/check64bit.o build/check64bit.cpp
  160. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/checkassert.o build/checkassert.cpp
  161. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/checkautovariables.o build/checkautovariables.cpp
  162. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/checkbool.o build/checkbool.cpp
  163. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/checkboost.o build/checkboost.cpp
  164. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/checkbufferoverrun.o build/checkbufferoverrun.cpp
  165. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/checkclass.o build/checkclass.cpp
  166. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/checkcondition.o build/checkcondition.cpp
  167. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/checkexceptionsafety.o build/checkexceptionsafety.cpp
  168. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/checkfunctions.o build/checkfunctions.cpp
  169. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/checkinternal.o build/checkinternal.cpp
  170. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/checkio.o build/checkio.cpp
  171. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/checkleakautovar.o build/checkleakautovar.cpp
  172. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/checkmemoryleak.o build/checkmemoryleak.cpp
  173. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/checknullpointer.o build/checknullpointer.cpp
  174. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/checkother.o build/checkother.cpp
  175. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/checkpostfixoperator.o build/checkpostfixoperator.cpp
  176. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/checksizeof.o build/checksizeof.cpp
  177. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/checkstl.o build/checkstl.cpp
  178. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/checkstring.o build/checkstring.cpp
  179. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/checktype.o build/checktype.cpp
  180. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/checkuninitvar.o build/checkuninitvar.cpp
  181. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/checkunusedfunctions.o build/checkunusedfunctions.cpp
  182. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/checkunusedvar.o build/checkunusedvar.cpp
  183. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/checkvaarg.o build/checkvaarg.cpp
  184. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/clangimport.o build/clangimport.cpp
  185. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/cppcheck.o build/cppcheck.cpp
  186. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/ctu.o build/ctu.cpp
  187. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/errorlogger.o build/errorlogger.cpp
  188. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/errortypes.o build/errortypes.cpp
  189. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/exprengine.o build/exprengine.cpp
  190. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/forwardanalyzer.o build/forwardanalyzer.cpp
  191. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/importproject.o build/importproject.cpp
  192. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/library.o build/library.cpp
  193. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/mathlib.o build/mathlib.cpp
  194. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/path.o build/path.cpp
  195. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/pathanalysis.o build/pathanalysis.cpp
  196. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/pathmatch.o build/pathmatch.cpp
  197. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/platform.o build/platform.cpp
  198. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/preprocessor.o build/preprocessor.cpp
  199. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/programmemory.o build/programmemory.cpp
  200. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/settings.o build/settings.cpp
  201. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/suppressions.o build/suppressions.cpp
  202. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/symboldatabase.o build/symboldatabase.cpp
  203. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/templatesimplifier.o build/templatesimplifier.cpp
  204. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/timer.o build/timer.cpp
  205. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/token.o build/token.cpp
  206. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/tokenize.o build/tokenize.cpp
  207. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/tokenlist.o build/tokenlist.cpp
  208. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/utils.o build/utils.cpp
  209. g++ -Ilib -isystem externals -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o build/valueflow.o build/valueflow.cpp
  210. g++ -Ilib -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o cli/cmdlineparser.o cli/cmdlineparser.cpp
  211. g++ -Ilib -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o cli/cppcheckexecutor.o cli/cppcheckexecutor.cpp
  212. g++ -Ilib -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o cli/filelister.o cli/filelister.cpp
  213. cli/filelister.cpp: In function ‘void addFiles2(std::map<std::__cxx11::basic_string<char>, long unsigned int>&, const string&, const std::set<std::__cxx11::basic_string<char> >&, bool, const PathMatch&)’:
  214. cli/filelister.cpp:197:55: warning: ‘int readdir_r(DIR*, dirent*, dirent**)’ is deprecated [-Wdeprecated-declarations]
  215. while ((readdir_r(dir, &entry, &dir_result) == 0) && (dir_result != nullptr)) {
  216. ^
  217. In file included from cli/filelister.cpp:174:0:
  218. /usr/include/dirent.h:183:12: note: declared here
  219. extern int readdir_r (DIR *__restrict __dirp,
  220. ^~~~~~~~~
  221. g++ -Ilib -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o cli/main.o cli/main.cpp
  222. g++ -Ilib -isystem externals/simplecpp -isystem externals/tinyxml -O2 -g -std=c++0x -c -o cli/threadexecutor.o cli/threadexecutor.cpp
  223. g++ -O2 -g -std=c++0x -w -c -o externals/simplecpp/simplecpp.o externals/simplecpp/simplecpp.cpp
  224. g++ -O2 -g -std=c++0x -w -c -o externals/tinyxml/tinyxml2.o externals/tinyxml/tinyxml2.cpp
  225. g++ -O2 -g -std=c++0x -o cppcheck build/analyzerinfo.o build/astutils.o build/check.o build/check64bit.o build/checkassert.o build/checkautovariables.o build/checkbool.o build/checkboost.o build/checkbufferoverrun.o build/checkclass.o build/checkcondition.o build/checkexceptionsafety.o build/checkfunctions.o build/checkinternal.o build/checkio.o build/checkleakautovar.o build/checkmemoryleak.o build/checknullpointer.o build/checkother.o build/checkpostfixoperator.o build/checksizeof.o build/checkstl.o build/checkstring.o build/checktype.o build/checkuninitvar.o build/checkunusedfunctions.o build/checkunusedvar.o build/checkvaarg.o build/clangimport.o build/cppcheck.o build/ctu.o build/errorlogger.o build/errortypes.o build/exprengine.o build/forwardanalyzer.o build/importproject.o build/library.o build/mathlib.o build/path.o build/pathanalysis.o build/pathmatch.o build/platform.o build/preprocessor.o build/programmemory.o build/settings.o build/suppressions.o build/symboldatabase.o build/templatesimplifier.o build/timer.o build/token.o build/tokenize.o build/tokenlist.o build/utils.o build/valueflow.o cli/cmdlineparser.o cli/cppcheckexecutor.o cli/filelister.o cli/main.o cli/threadexecutor.o externals/simplecpp/simplecpp.o externals/tinyxml/tinyxml2.o -rdynamic
  226. error: pathspec 'master' did not match any file(s) known to git.
  227. Cppcheck 2.1
  228. Connecting to server to get assigned work..
  229. Download package ftp://ftp.de.debian.org/debian/pool/main/g/gst-plugins-bad1.0/gst-plugins-bad1.0_1.16.2.orig.tar.xz
  230. --2020-07-11 14:27:45-- ftp://ftp.de.debian.org/debian/pool/main/g/gst-plugins-bad1.0/gst-plugins-bad1.0_1.16.2.orig.tar.xz
  231. => ‘/root/cppcheck-donate-cpu-workfolder/temp.tgz’
  232. Resolving ftp.de.debian.org (ftp.de.debian.org)... 141.76.2.4
  233. Connecting to ftp.de.debian.org (ftp.de.debian.org)|141.76.2.4|:21... connected.
  234. Logging in as anonymous ... Logged in!
  235. ==> SYST ... done. ==> PWD ... done.
  236. ==> TYPE I ... done. ==> CWD (1) /debian/pool/main/g/gst-plugins-bad1.0 ... done.
  237. ==> SIZE gst-plugins-bad1.0_1.16.2.orig.tar.xz ... 4887812
  238. ==> PASV ... done. ==> RETR gst-plugins-bad1.0_1.16.2.orig.tar.xz ... done.
  239. Length: 4887812 (4.7M) (unauthoritative)
  240.  
  241. gst-plugins-bad1.0_ 100%[===================>] 4.66M --.-KB/s in 0.1s
  242.  
  243. 2020-07-11 14:27:46 (31.6 MB/s) - ‘/root/cppcheck-donate-cpu-workfolder/temp.tgz’ saved [4887812]
  244.  
  245. Unpacking..
  246. Analyze..
  247. nice cppcheck/cppcheck --library=posix --library=gnu --library=gtk --library=libcurl --library=motif --library=opencv2 --library=openssl -j2 --showtime=top5 --check-library --inconclusive --enable=style,information --template=daca2 -rp=temp -D__GNUC__ --platform=unix64 temp
  248. cppcheck finished with 0
  249. Number of issues: 1991
  250. Analyze..
  251. nice 2.1/cppcheck --library=posix --library=gnu --library=gtk --library=libcurl --library=motif --library=opencv2 --library=openssl -j2 --showtime=top5 --check-library --inconclusive --enable=style,information --template=daca2 -rp=temp -D__GNUC__ --platform=unix64 temp
  252. cppcheck finished with 0
  253. Number of issues: 1991
  254. Diff results..
  255. Uploading results.. 571532 bytes
  256. Results have been successfully uploaded.
  257. Uploading information output.. 14094142 bytes
  258. Upload error: [Errno 104] Connection reset by peer
  259. Retrying upload in 30 seconds
  260. Upload error: [Errno 104] Connection reset by peer
  261. Retrying upload in 30 seconds
  262. Upload error: [Errno 104] Connection reset by peer
  263. Upload permanently failed!
  264. Sleep 5 seconds..
  265. Get Cppcheck..
  266. error: pathspec 'master' did not match any file(s) known to git.
  267. Failed to update Cppcheck sources! Retrying..
  268. error: pathspec 'master' did not match any file(s) known to git.
  269. Failed to update Cppcheck sources! Retrying..
  270. error: pathspec 'master' did not match any file(s) known to git.
  271. Failed to update Cppcheck sources! Retrying..
  272. error: pathspec 'master' did not match any file(s) known to git.
  273. Failed to update Cppcheck sources! Retrying..
  274. error: pathspec 'master' did not match any file(s) known to git.
  275. Failed to update Cppcheck sources! Retrying..
  276. Failed to update Cppcheck sources, trying a fresh clone..
  277. Get Cppcheck..
  278. Cloning into '/root/cppcheck-donate-cpu-workfolder/cppcheck'...
  279. remote: Enumerating objects: 50, done.
  280. remote: Counting objects: 100% (50/50), done.
  281. remote: Compressing objects: 100% (39/39), done.
  282. remote: Total 129003 (delta 25), reused 24 (delta 11), pack-reused 128953
  283. Receiving objects: 100% (129003/129003), 95.97 MiB | 20.75 MiB/s, done.
  284. Resolving deltas: 100% (102103/102103), done.
  285. Failed to clone Cppcheck, retry later
Advertisement
Add Comment
Please, Sign In to add comment