Guest User

develop

a guest
Jan 14th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 167.10 KB | None | 0 0
  1. alfredo@alfredo-System-Product-Name:~/CLionProjects/pull1510/compare/bitshares-core$ make
  2. Scanning dependencies of target project_editline
  3. [ 1%] Performing autogen step for 'project_editline'
  4. autoreconf: Entering directory `.'
  5. autoreconf: configure.ac: not using Gettext
  6. autoreconf: running: aclocal --force --warnings=portability
  7. autoreconf: configure.ac: tracing
  8. autoreconf: running: libtoolize --force
  9. libtoolize: putting auxiliary files in '.'.
  10. libtoolize: linking file './ltmain.sh'
  11. libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
  12. libtoolize: linking file 'm4/libtool.m4'
  13. libtoolize: linking file 'm4/ltoptions.m4'
  14. libtoolize: linking file 'm4/ltsugar.m4'
  15. libtoolize: linking file 'm4/ltversion.m4'
  16. libtoolize: linking file 'm4/lt~obsolete.m4'
  17. libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
  18. autoreconf: running: /usr/bin/autoconf --force --warnings=portability
  19. autoreconf: running: /usr/bin/autoheader --force --warnings=portability
  20. autoreconf: running: automake --add-missing --force-missing --warnings=portability
  21. configure.ac:11: installing './compile'
  22. configure.ac:15: installing './config.guess'
  23. configure.ac:15: installing './config.sub'
  24. configure.ac:2: installing './install-sh'
  25. configure.ac:2: installing './missing'
  26. examples/Makefile.am: installing './depcomp'
  27. autoreconf: no config.status: cannot re-make
  28. autoreconf: Leaving directory `.'
  29. [ 2%] Creating directories for 'project_editline'
  30. [ 2%] No download step for 'project_editline'
  31. [ 2%] No update step for 'project_editline'
  32. [ 3%] No patch step for 'project_editline'
  33. [ 3%] Performing configure step for 'project_editline'
  34. checking for a BSD-compatible install... /usr/bin/install -c
  35. checking whether build environment is sane... yes
  36. checking for a thread-safe mkdir -p... /bin/mkdir -p
  37. checking for gawk... gawk
  38. checking whether make sets $(MAKE)... yes
  39. checking whether make supports nested variables... yes
  40. checking whether make supports nested variables... (cached) yes
  41. checking for gcc... gcc
  42. checking whether the C compiler works... yes
  43. checking for C compiler default output file name... a.out
  44. checking for suffix of executables...
  45. checking whether we are cross compiling... no
  46. checking for suffix of object files... o
  47. checking whether we are using the GNU C compiler... yes
  48. checking whether gcc accepts -g... yes
  49. checking for gcc option to accept ISO C89... none needed
  50. checking whether gcc understands -c and -o together... yes
  51. checking for style of include used by make... GNU
  52. checking dependency style of gcc... gcc3
  53. checking build system type... x86_64-pc-linux-gnu
  54. checking host system type... x86_64-pc-linux-gnu
  55. checking how to print strings... printf
  56. checking for a sed that does not truncate output... /bin/sed
  57. checking for grep that handles long lines and -e... /bin/grep
  58. checking for egrep... /bin/grep -E
  59. checking for fgrep... /bin/grep -F
  60. checking for ld used by gcc... /usr/bin/x86_64-linux-gnu-ld
  61. checking if the linker (/usr/bin/x86_64-linux-gnu-ld) is GNU ld... yes
  62. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  63. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  64. checking whether ln -s works... yes
  65. checking the maximum length of command line arguments... 1572864
  66. checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  67. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  68. checking for /usr/bin/x86_64-linux-gnu-ld option to reload object files... -r
  69. checking for objdump... objdump
  70. checking how to recognize dependent libraries... pass_all
  71. checking for dlltool... no
  72. checking how to associate runtime and link libraries... printf %s\n
  73. checking for ar... ar
  74. checking for archiver @FILE support... @
  75. checking for strip... strip
  76. checking for ranlib... ranlib
  77. checking command to parse /usr/bin/nm -B output from gcc object... ok
  78. checking for sysroot... no
  79. checking for a working dd... /bin/dd
  80. checking how to truncate binary pipes... /bin/dd bs=4096 count=1
  81. checking for mt... mt
  82. checking if mt is a manifest tool... no
  83. checking how to run the C preprocessor... gcc -E
  84. checking for ANSI C header files... yes
  85. checking for sys/types.h... yes
  86. checking for sys/stat.h... yes
  87. checking for stdlib.h... yes
  88. checking for string.h... yes
  89. checking for memory.h... yes
  90. checking for strings.h... yes
  91. checking for inttypes.h... yes
  92. checking for stdint.h... yes
  93. checking for unistd.h... yes
  94. checking for dlfcn.h... yes
  95. checking for objdir... .libs
  96. checking if gcc supports -fno-rtti -fno-exceptions... no
  97. checking for gcc option to produce PIC... -fPIC -DPIC
  98. checking if gcc PIC flag -fPIC -DPIC works... yes
  99. checking if gcc static flag -static works... yes
  100. checking if gcc supports -c -o file.o... yes
  101. checking if gcc supports -c -o file.o... (cached) yes
  102. checking whether the gcc linker (/usr/bin/x86_64-linux-gnu-ld -m elf_x86_64) supports shared libraries... yes
  103. checking whether -lc should be explicitly linked in... no
  104. checking dynamic linker characteristics... GNU/Linux ld.so
  105. checking how to hardcode library paths into programs... immediate
  106. checking whether stripping libraries is possible... yes
  107. checking if libtool supports shared libraries... yes
  108. checking whether to build shared libraries... yes
  109. checking whether to build static libraries... yes
  110. checking for dirent.h that defines DIR... yes
  111. checking for library containing opendir... none required
  112. checking whether stat file-mode macros are broken... no
  113. checking for ANSI C header files... (cached) yes
  114. checking malloc.h usability... yes
  115. checking malloc.h presence... yes
  116. checking for malloc.h... yes
  117. checking signal.h usability... yes
  118. checking signal.h presence... yes
  119. checking for signal.h... yes
  120. checking for stdlib.h... (cached) yes
  121. checking for string.h... (cached) yes
  122. checking termcap.h usability... no
  123. checking termcap.h presence... no
  124. checking for termcap.h... no
  125. checking termio.h usability... yes
  126. checking termio.h presence... yes
  127. checking for termio.h... yes
  128. checking termios.h usability... yes
  129. checking termios.h presence... yes
  130. checking for termios.h... yes
  131. checking sgtty.h usability... yes
  132. checking sgtty.h presence... yes
  133. checking for sgtty.h... yes
  134. checking for unistd.h... (cached) yes
  135. checking whether termios.h defines TIOCGWINSZ... no
  136. checking whether sys/ioctl.h defines TIOCGWINSZ... yes
  137. checking for size_t... yes
  138. checking whether closedir returns void... no
  139. checking whether gcc needs -traditional... no
  140. checking whether lstat correctly handles trailing slash... yes
  141. checking whether stat accepts an empty string... no
  142. checking for strchr... yes
  143. checking for strdup... yes
  144. checking for strrchr... yes
  145. checking for tcgetattr... yes
  146. checking for perror... yes
  147. checking that generated files are newer than configure... done
  148. configure: creating ./config.status
  149. config.status: creating Makefile
  150. config.status: creating libeditline.pc
  151. config.status: creating src/Makefile
  152. config.status: creating include/Makefile
  153. config.status: creating man/Makefile
  154. config.status: creating examples/Makefile
  155. config.status: creating config.h
  156. config.status: executing depfiles commands
  157. config.status: executing libtool commands
  158. [ 3%] Performing build step for 'project_editline'
  159. Makefile:917: warning: overriding recipe for target 'package'
  160. Makefile:891: warning: ignoring old recipe for target 'package'
  161. Makefile:917: warning: overriding recipe for target 'package'
  162. Makefile:891: warning: ignoring old recipe for target 'package'
  163. Making all in src
  164. CC libeditline_la-editline.lo
  165. CC libeditline_la-complete.lo
  166. CC libeditline_la-sysunix.lo
  167. CCLD libeditline.la
  168. ar: `u' modifier ignored since `D' is the default (see `U')
  169. Making all in include
  170. Making all in man
  171. Making all in examples
  172. CC testit.o
  173. CCLD testit
  174. CC cli.o
  175. CCLD cli
  176. CC excallback.o
  177. CCLD excallback
  178. CC fileman.o
  179. CCLD fileman
  180. Makefile:917: warning: overriding recipe for target 'package'
  181. Makefile:891: warning: ignoring old recipe for target 'package'
  182. [ 3%] Performing install step for 'project_editline'
  183. [ 3%] Completed 'project_editline'
  184. [ 3%] Built target project_editline
  185. Scanning dependencies of target project_secp256k1
  186. [ 3%] Performing autogen step for 'project_secp256k1'
  187. libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
  188. libtoolize: copying file 'build-aux/ltmain.sh'
  189. libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'build-aux/m4'.
  190. libtoolize: copying file 'build-aux/m4/libtool.m4'
  191. libtoolize: copying file 'build-aux/m4/ltoptions.m4'
  192. libtoolize: copying file 'build-aux/m4/ltsugar.m4'
  193. libtoolize: copying file 'build-aux/m4/ltversion.m4'
  194. libtoolize: copying file 'build-aux/m4/lt~obsolete.m4'
  195. configure.ac:10: installing 'build-aux/compile'
  196. configure.ac:5: installing 'build-aux/config.guess'
  197. configure.ac:5: installing 'build-aux/config.sub'
  198. configure.ac:9: installing 'build-aux/install-sh'
  199. configure.ac:9: installing 'build-aux/missing'
  200. Makefile.am: installing 'build-aux/depcomp'
  201. parallel-tests: installing 'build-aux/test-driver'
  202. [ 4%] Creating directories for 'project_secp256k1'
  203. [ 4%] No download step for 'project_secp256k1'
  204. [ 4%] No update step for 'project_secp256k1'
  205. [ 4%] No patch step for 'project_secp256k1'
  206. [ 5%] Performing configure step for 'project_secp256k1'
  207. checking build system type... x86_64-pc-linux-gnu
  208. checking host system type... x86_64-pc-linux-gnu
  209. checking for a BSD-compatible install... /usr/bin/install -c
  210. checking whether build environment is sane... yes
  211. checking for a thread-safe mkdir -p... /bin/mkdir -p
  212. checking for gawk... gawk
  213. checking whether make sets $(MAKE)... yes
  214. checking whether make supports nested variables... yes
  215. checking how to print strings... printf
  216. checking for style of include used by make... GNU
  217. checking for gcc... gcc
  218. checking whether the C compiler works... yes
  219. checking for C compiler default output file name... a.out
  220. checking for suffix of executables...
  221. checking whether we are cross compiling... no
  222. checking for suffix of object files... o
  223. checking whether we are using the GNU C compiler... yes
  224. checking whether gcc accepts -g... yes
  225. checking for gcc option to accept ISO C89... none needed
  226. checking whether gcc understands -c and -o together... yes
  227. checking dependency style of gcc... gcc3
  228. checking for a sed that does not truncate output... /bin/sed
  229. checking for grep that handles long lines and -e... /bin/grep
  230. checking for egrep... /bin/grep -E
  231. checking for fgrep... /bin/grep -F
  232. checking for ld used by gcc... /usr/bin/x86_64-linux-gnu-ld
  233. checking if the linker (/usr/bin/x86_64-linux-gnu-ld) is GNU ld... yes
  234. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  235. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  236. checking whether ln -s works... yes
  237. checking the maximum length of command line arguments... 1572864
  238. checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  239. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  240. checking for /usr/bin/x86_64-linux-gnu-ld option to reload object files... -r
  241. checking for objdump... objdump
  242. checking how to recognize dependent libraries... pass_all
  243. checking for dlltool... no
  244. checking how to associate runtime and link libraries... printf %s\n
  245. checking for ar... ar
  246. checking for archiver @FILE support... @
  247. checking for strip... strip
  248. checking for ranlib... ranlib
  249. checking command to parse /usr/bin/nm -B output from gcc object... ok
  250. checking for sysroot... no
  251. checking for a working dd... /bin/dd
  252. checking how to truncate binary pipes... /bin/dd bs=4096 count=1
  253. checking for mt... mt
  254. checking if mt is a manifest tool... no
  255. checking how to run the C preprocessor... gcc -E
  256. checking for ANSI C header files... yes
  257. checking for sys/types.h... yes
  258. checking for sys/stat.h... yes
  259. checking for stdlib.h... yes
  260. checking for string.h... yes
  261. checking for memory.h... yes
  262. checking for strings.h... yes
  263. checking for inttypes.h... yes
  264. checking for stdint.h... yes
  265. checking for unistd.h... yes
  266. checking for dlfcn.h... yes
  267. checking for objdir... .libs
  268. checking if gcc supports -fno-rtti -fno-exceptions... no
  269. checking for gcc option to produce PIC... -fPIC -DPIC
  270. checking if gcc PIC flag -fPIC -DPIC works... yes
  271. checking if gcc static flag -static works... yes
  272. checking if gcc supports -c -o file.o... yes
  273. checking if gcc supports -c -o file.o... (cached) yes
  274. checking whether the gcc linker (/usr/bin/x86_64-linux-gnu-ld -m elf_x86_64) supports shared libraries... yes
  275. checking whether -lc should be explicitly linked in... no
  276. checking dynamic linker characteristics... GNU/Linux ld.so
  277. checking how to hardcode library paths into programs... immediate
  278. checking whether stripping libraries is possible... yes
  279. checking if libtool supports shared libraries... yes
  280. checking whether to build shared libraries... yes
  281. checking whether to build static libraries... yes
  282. checking whether make supports nested variables... (cached) yes
  283. checking for pkg-config... /usr/bin/pkg-config
  284. checking pkg-config is at least version 0.9.0... yes
  285. checking for ar... /usr/bin/ar
  286. checking for ranlib... /usr/bin/ranlib
  287. checking for strip... /usr/bin/strip
  288. checking for gcc option to accept ISO C89... (cached) none needed
  289. checking if gcc supports -std=c89 -pedantic -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wstrict-prototypes -Wno-unused-function -Wno-long-long -Wno-overlength-strings... yes
  290. checking for __int128... yes
  291. checking for __builtin_expect... yes
  292. checking for __builtin_clzll... yes
  293. checking for x86_64 assembly availability... yes
  294. checking for CRYPTO... yes
  295. checking for main in -lcrypto... yes
  296. checking for EC functions in libcrypto... yes
  297. checking whether byte ordering is bigendian... no
  298. configure: Using assembly optimizations: x86_64
  299. configure: Using field implementation: 64bit
  300. configure: Using bignum implementation: no
  301. configure: Using scalar implementation: 64bit
  302. configure: Using endomorphism optimizations: no
  303. checking that generated files are newer than configure... done
  304. configure: creating ./config.status
  305. config.status: creating Makefile
  306. config.status: creating libsecp256k1.pc
  307. config.status: creating src/libsecp256k1-config.h
  308. config.status: executing depfiles commands
  309. config.status: executing libtool commands
  310. [ 5%] Performing build step for 'project_secp256k1'
  311. CC src/libsecp256k1_la-secp256k1.lo
  312. CCLD libsecp256k1.la
  313. /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U')
  314. CC src/tests-tests.o
  315. In file included from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/fc/vendor/secp256k1-zkp/src/secp256k1.c:11:0,
  316. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/fc/vendor/secp256k1-zkp/src/tests.c:16:
  317. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/fc/vendor/secp256k1-zkp/src/tests.c: In function ‘test_ecdsa_edge_cases’:
  318. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/fc/vendor/secp256k1-zkp/src/tests.c:2058:38: warning: ?: using integer constants in boolean context [-Wint-in-bool-context]
  319. (i==4 || i==7) ? 0 : -2 );
  320. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/fc/vendor/secp256k1-zkp/src/util.h:32:39: note: in definition of macro ‘EXPECT’
  321. #define EXPECT(x,c) __builtin_expect((x),(c))
  322. ^
  323. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/fc/vendor/secp256k1-zkp/src/tests.c:2057:17: note: in expansion of macro ‘CHECK’
  324. CHECK(secp256k1_ecdsa_verify(ctx, msg32, sigbder, sizeof(sigbder), pubkeyb, pubkeyblen) ==
  325. ^~~~~
  326. CCLD tests
  327. [ 5%] Performing install step for 'project_secp256k1'
  328. [ 5%] Completed 'project_secp256k1'
  329. [ 5%] Built target project_secp256k1
  330. Scanning dependencies of target fc
  331. [ 5%] Building CXX object libraries/fc/CMakeFiles/fc.dir/src/uint128.cpp.o
  332. [ 5%] Building CXX object libraries/fc/CMakeFiles/fc.dir/src/real128.cpp.o
  333. [ 6%] Building CXX object libraries/fc/CMakeFiles/fc.dir/src/variant.cpp.o
  334. [ 6%] Building CXX object libraries/fc/CMakeFiles/fc.dir/src/exception.cpp.o
  335. [ 6%] Building CXX object libraries/fc/CMakeFiles/fc.dir/src/variant_object.cpp.o
  336. [ 7%] Building CXX object libraries/fc/CMakeFiles/fc.dir/src/static_variant.cpp.o
  337. [ 7%] Building CXX object libraries/fc/CMakeFiles/fc.dir/src/thread/thread.cpp.o
  338. [ 7%] Building CXX object libraries/fc/CMakeFiles/fc.dir/src/thread/thread_specific.cpp.o
  339. [ 8%] Building CXX object libraries/fc/CMakeFiles/fc.dir/src/thread/future.cpp.o
  340. [ 8%] Building CXX object libraries/fc/CMakeFiles/fc.dir/src/thread/task.cpp.o
  341. [ 8%] Building CXX object libraries/fc/CMakeFiles/fc.dir/src/thread/spin_lock.cpp.o
  342. [ 9%] Building CXX object libraries/fc/CMakeFiles/fc.dir/src/thread/spin_yield_lock.cpp.o
  343. [ 9%] Building CXX object libraries/fc/CMakeFiles/fc.dir/src/thread/mutex.cpp.o
  344. [ 9%] Building CXX object libraries/fc/CMakeFiles/fc.dir/src/thread/parallel.cpp.o
  345. [ 9%] Building CXX object libraries/fc/CMakeFiles/fc.dir/src/thread/non_preemptable_scope_check.cpp.o
  346. [ 10%] Building CXX object libraries/fc/CMakeFiles/fc.dir/src/asio.cpp.o
  347. [ 10%] Building CXX object libraries/fc/CMakeFiles/fc.dir/src/string.cpp.o
  348. [ 10%] Building CXX object libraries/fc/CMakeFiles/fc.dir/src/shared_ptr.cpp.o
  349. [ 11%] Building CXX object libraries/fc/CMakeFiles/fc.dir/src/stacktrace.cpp.o
  350. [ 11%] Building CXX object libraries/fc/CMakeFiles/fc.dir/src/time.cpp.o
  351. [ 11%] Building CXX object libraries/fc/CMakeFiles/fc.dir/src/utf8.cpp.o
  352. [ 12%] Building CXX object libraries/fc/CMakeFiles/fc.dir/src/io/iostream.cpp.o
  353. [ 12%] Building CXX object libraries/fc/CMakeFiles/fc.dir/src/io/datastream.cpp.o
  354. [ 12%] Building CXX object libraries/fc/CMakeFiles/fc.dir/src/io/buffered_iostream.cpp.o
  355. [ 13%] Building CXX object libraries/fc/CMakeFiles/fc.dir/src/io/fstream.cpp.o
  356. [ 13%] Building CXX object libraries/fc/CMakeFiles/fc.dir/src/io/sstream.cpp.o
  357. [ 13%] Building CXX object libraries/fc/CMakeFiles/fc.dir/src/io/json.cpp.o
  358. [ 14%] Building CXX object libraries/fc/CMakeFiles/fc.dir/src/io/varint.cpp.o
  359. [ 14%] Building CXX object libraries/fc/CMakeFiles/fc.dir/src/io/console.cpp.o
  360. [ 14%] Building CXX object libraries/fc/CMakeFiles/fc.dir/src/filesystem.cpp.o
  361. [ 14%] Building CXX object libraries/fc/CMakeFiles/fc.dir/src/interprocess/signals.cpp.o
  362. [ 15%] Building CXX object libraries/fc/CMakeFiles/fc.dir/src/interprocess/file_mapping.cpp.o
  363. [ 15%] Building CXX object libraries/fc/CMakeFiles/fc.dir/src/interprocess/mmap_struct.cpp.o
  364. [ 15%] Building CXX object libraries/fc/CMakeFiles/fc.dir/src/interprocess/file_mutex.cpp.o
  365. [ 16%] Building CXX object libraries/fc/CMakeFiles/fc.dir/src/rpc/cli.cpp.o
  366. [ 16%] Building CXX object libraries/fc/CMakeFiles/fc.dir/src/rpc/http_api.cpp.o
  367. [ 16%] Building CXX object libraries/fc/CMakeFiles/fc.dir/src/rpc/json_connection.cpp.o
  368. [ 17%] Building CXX object libraries/fc/CMakeFiles/fc.dir/src/rpc/state.cpp.o
  369. [ 17%] Building CXX object libraries/fc/CMakeFiles/fc.dir/src/rpc/bstate.cpp.o
  370. [ 17%] Building CXX object libraries/fc/CMakeFiles/fc.dir/src/rpc/websocket_api.cpp.o
  371. [ 18%] Building CXX object libraries/fc/CMakeFiles/fc.dir/src/log/log_message.cpp.o
  372. [ 18%] Building CXX object libraries/fc/CMakeFiles/fc.dir/src/log/logger.cpp.o
  373. [ 18%] Building CXX object libraries/fc/CMakeFiles/fc.dir/src/log/appender.cpp.o
  374. [ 18%] Building CXX object libraries/fc/CMakeFiles/fc.dir/src/log/console_appender.cpp.o
  375. [ 19%] Building CXX object libraries/fc/CMakeFiles/fc.dir/src/log/file_appender.cpp.o
  376. [ 19%] Building CXX object libraries/fc/CMakeFiles/fc.dir/src/log/gelf_appender.cpp.o
  377. [ 19%] Building CXX object libraries/fc/CMakeFiles/fc.dir/src/log/logger_config.cpp.o
  378. [ 20%] Building CXX object libraries/fc/CMakeFiles/fc.dir/src/crypto/_digest_common.cpp.o
  379. [ 20%] Building CXX object libraries/fc/CMakeFiles/fc.dir/src/crypto/openssl.cpp.o
  380. [ 20%] Building CXX object libraries/fc/CMakeFiles/fc.dir/src/crypto/aes.cpp.o
  381. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/fc/src/crypto/aes.cpp: In destructor ‘fc::openssl_thread_config::~openssl_thread_config()’:
  382. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/fc/src/crypto/aes.cpp:432:32: warning: the address of ‘static long unsigned int fc::openssl_thread_config::get_thread_id()’ will never be NULL [-Waddress]
  383. if (CRYPTO_get_id_callback() == &get_thread_id)
  384. ^
  385. [ 21%] Building CXX object libraries/fc/CMakeFiles/fc.dir/src/crypto/crc.cpp.o
  386. [ 21%] Building CXX object libraries/fc/CMakeFiles/fc.dir/src/crypto/city.cpp.o
  387. [ 21%] Building CXX object libraries/fc/CMakeFiles/fc.dir/src/crypto/base36.cpp.o
  388. [ 22%] Building CXX object libraries/fc/CMakeFiles/fc.dir/src/crypto/base58.cpp.o
  389. [ 22%] Building CXX object libraries/fc/CMakeFiles/fc.dir/src/crypto/base64.cpp.o
  390. [ 22%] Building CXX object libraries/fc/CMakeFiles/fc.dir/src/crypto/bigint.cpp.o
  391. [ 23%] Building CXX object libraries/fc/CMakeFiles/fc.dir/src/crypto/hex.cpp.o
  392. [ 23%] Building CXX object libraries/fc/CMakeFiles/fc.dir/src/crypto/sha1.cpp.o
  393. [ 23%] Building CXX object libraries/fc/CMakeFiles/fc.dir/src/crypto/ripemd160.cpp.o
  394. [ 23%] Building CXX object libraries/fc/CMakeFiles/fc.dir/src/crypto/sha256.cpp.o
  395. [ 24%] Building CXX object libraries/fc/CMakeFiles/fc.dir/src/crypto/sha224.cpp.o
  396. [ 24%] Building CXX object libraries/fc/CMakeFiles/fc.dir/src/crypto/sha512.cpp.o
  397. [ 24%] Building CXX object libraries/fc/CMakeFiles/fc.dir/src/crypto/dh.cpp.o
  398. [ 25%] Building CXX object libraries/fc/CMakeFiles/fc.dir/src/crypto/blowfish.cpp.o
  399. [ 25%] Building CXX object libraries/fc/CMakeFiles/fc.dir/src/crypto/elliptic_common.cpp.o
  400. [ 25%] Building CXX object libraries/fc/CMakeFiles/fc.dir/src/crypto/elliptic_impl_priv.cpp.o
  401. [ 26%] Building CXX object libraries/fc/CMakeFiles/fc.dir/src/crypto/elliptic_secp256k1.cpp.o
  402. [ 26%] Building CXX object libraries/fc/CMakeFiles/fc.dir/src/crypto/rand.cpp.o
  403. [ 26%] Building CXX object libraries/fc/CMakeFiles/fc.dir/src/network/tcp_socket.cpp.o
  404. [ 27%] Building CXX object libraries/fc/CMakeFiles/fc.dir/src/network/udp_socket.cpp.o
  405. [ 27%] Building CXX object libraries/fc/CMakeFiles/fc.dir/src/network/http/http_connection.cpp.o
  406. [ 27%] Building CXX object libraries/fc/CMakeFiles/fc.dir/src/network/http/http_server.cpp.o
  407. [ 28%] Building CXX object libraries/fc/CMakeFiles/fc.dir/src/network/http/websocket.cpp.o
  408. [ 28%] Building CXX object libraries/fc/CMakeFiles/fc.dir/src/network/ip.cpp.o
  409. [ 28%] Building CXX object libraries/fc/CMakeFiles/fc.dir/src/network/rate_limiting.cpp.o
  410. [ 28%] Building CXX object libraries/fc/CMakeFiles/fc.dir/src/network/resolve.cpp.o
  411. [ 29%] Building CXX object libraries/fc/CMakeFiles/fc.dir/src/network/url.cpp.o
  412. [ 29%] Building CXX object libraries/fc/CMakeFiles/fc.dir/src/compress/zlib.cpp.o
  413. [ 29%] Building CXX object libraries/fc/CMakeFiles/fc.dir/git_revision.cpp.o
  414. [ 30%] Linking CXX static library libfc.a
  415. Copying OpenSSL/ssl/openssl.cnf into target directory.
  416. [ 30%] Built target fc
  417. Scanning dependencies of target log_test
  418. [ 30%] Building CXX object libraries/fc/tests/CMakeFiles/log_test.dir/crypto/log_test.cpp.o
  419. [ 30%] Linking CXX executable log_test
  420. [ 30%] Built target log_test
  421. Scanning dependencies of target ecc_test
  422. [ 30%] Building CXX object libraries/fc/tests/CMakeFiles/ecc_test.dir/crypto/ecc_test.cpp.o
  423. [ 30%] Linking CXX executable ecc_test
  424. [ 30%] Built target ecc_test
  425. Scanning dependencies of target api
  426. [ 30%] Building CXX object libraries/fc/tests/CMakeFiles/api.dir/api.cpp.o
  427. [ 31%] Linking CXX executable api
  428. [ 31%] Built target api
  429. Scanning dependencies of target blind
  430. [ 31%] Building CXX object libraries/fc/tests/CMakeFiles/blind.dir/all_tests.cpp.o
  431. [ 31%] Building CXX object libraries/fc/tests/CMakeFiles/blind.dir/crypto/blind.cpp.o
  432. [ 32%] Linking CXX executable blind
  433. [ 32%] Built target blind
  434. Scanning dependencies of target real128_test
  435. [ 33%] Building CXX object libraries/fc/tests/CMakeFiles/real128_test.dir/all_tests.cpp.o
  436. [ 33%] Building CXX object libraries/fc/tests/CMakeFiles/real128_test.dir/real128_test.cpp.o
  437. [ 33%] Linking CXX executable real128_test
  438. [ 33%] Built target real128_test
  439. Scanning dependencies of target bip_lock
  440. [ 33%] Building CXX object libraries/fc/tests/CMakeFiles/bip_lock.dir/bip_lock.cpp.o
  441. [ 34%] Linking CXX executable bip_lock
  442. [ 34%] Built target bip_lock
  443. Scanning dependencies of target all_tests
  444. [ 34%] Building CXX object libraries/fc/tests/CMakeFiles/all_tests.dir/all_tests.cpp.o
  445. [ 34%] Building CXX object libraries/fc/tests/CMakeFiles/all_tests.dir/compress/compress.cpp.o
  446. [ 34%] Building CXX object libraries/fc/tests/CMakeFiles/all_tests.dir/crypto/aes_test.cpp.o
  447. [ 35%] Building CXX object libraries/fc/tests/CMakeFiles/all_tests.dir/crypto/base_n_tests.cpp.o
  448. [ 35%] Building CXX object libraries/fc/tests/CMakeFiles/all_tests.dir/crypto/bigint_test.cpp.o
  449. [ 35%] Building CXX object libraries/fc/tests/CMakeFiles/all_tests.dir/crypto/blind.cpp.o
  450. [ 36%] Building CXX object libraries/fc/tests/CMakeFiles/all_tests.dir/crypto/blowfish_test.cpp.o
  451. [ 36%] Building CXX object libraries/fc/tests/CMakeFiles/all_tests.dir/crypto/dh_test.cpp.o
  452. [ 36%] Building CXX object libraries/fc/tests/CMakeFiles/all_tests.dir/crypto/rand_test.cpp.o
  453. [ 37%] Building CXX object libraries/fc/tests/CMakeFiles/all_tests.dir/crypto/sha_tests.cpp.o
  454. [ 37%] Building CXX object libraries/fc/tests/CMakeFiles/all_tests.dir/io/json_tests.cpp.o
  455. [ 37%] Building CXX object libraries/fc/tests/CMakeFiles/all_tests.dir/io/stream_tests.cpp.o
  456. [ 38%] Building CXX object libraries/fc/tests/CMakeFiles/all_tests.dir/io/tcp_test.cpp.o
  457. [ 38%] Building CXX object libraries/fc/tests/CMakeFiles/all_tests.dir/io/varint_tests.cpp.o
  458. [ 38%] Building CXX object libraries/fc/tests/CMakeFiles/all_tests.dir/network/http/websocket_test.cpp.o
  459. [ 38%] Building CXX object libraries/fc/tests/CMakeFiles/all_tests.dir/thread/task_cancel.cpp.o
  460. [ 39%] Building CXX object libraries/fc/tests/CMakeFiles/all_tests.dir/thread/thread_tests.cpp.o
  461. [ 39%] Building CXX object libraries/fc/tests/CMakeFiles/all_tests.dir/thread/parallel_tests.cpp.o
  462. [ 39%] Building CXX object libraries/fc/tests/CMakeFiles/all_tests.dir/bloom_test.cpp.o
  463. [ 40%] Building CXX object libraries/fc/tests/CMakeFiles/all_tests.dir/real128_test.cpp.o
  464. [ 40%] Building CXX object libraries/fc/tests/CMakeFiles/all_tests.dir/serialization_test.cpp.o
  465. [ 40%] Building CXX object libraries/fc/tests/CMakeFiles/all_tests.dir/stacktrace_test.cpp.o
  466. [ 41%] Building CXX object libraries/fc/tests/CMakeFiles/all_tests.dir/time_test.cpp.o
  467. [ 41%] Building CXX object libraries/fc/tests/CMakeFiles/all_tests.dir/utf8_test.cpp.o
  468. [ 41%] Building CXX object libraries/fc/tests/CMakeFiles/all_tests.dir/variant_test.cpp.o
  469. [ 42%] Building CXX object libraries/fc/tests/CMakeFiles/all_tests.dir/logging_tests.cpp.o
  470. [ 42%] Linking CXX executable all_tests
  471. [ 42%] Built target all_tests
  472. Scanning dependencies of target hmac_test
  473. [ 43%] Building CXX object libraries/fc/tests/CMakeFiles/hmac_test.dir/hmac_test.cpp.o
  474. [ 43%] Linking CXX executable hmac_test
  475. [ 43%] Built target hmac_test
  476. Scanning dependencies of target task_cancel_test
  477. [ 43%] Building CXX object libraries/fc/tests/CMakeFiles/task_cancel_test.dir/all_tests.cpp.o
  478. [ 44%] Building CXX object libraries/fc/tests/CMakeFiles/task_cancel_test.dir/thread/task_cancel.cpp.o
  479. [ 44%] Linking CXX executable task_cancel_test
  480. [ 44%] Built target task_cancel_test
  481. Scanning dependencies of target bloom_test
  482. [ 44%] Building CXX object libraries/fc/tests/CMakeFiles/bloom_test.dir/all_tests.cpp.o
  483. [ 44%] Building CXX object libraries/fc/tests/CMakeFiles/bloom_test.dir/bloom_test.cpp.o
  484. [ 45%] Linking CXX executable bloom_test
  485. [ 45%] Built target bloom_test
  486. Scanning dependencies of target graphene_db
  487. [ 46%] Building CXX object libraries/db/CMakeFiles/graphene_db.dir/undo_database.cpp.o
  488. In file included from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/object_database.hpp:27:0,
  489. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/undo_database.cpp:24:
  490. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp: In destructor ‘graphene::db::undo_database::session::~session()’:
  491. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: warning: throw will always call terminate() [-Wterminate]
  492. throw; // maybe crash..
  493. ^~~~~
  494. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: note: in C++11 destructors default to noexcept
  495. [ 46%] Building CXX object libraries/db/CMakeFiles/graphene_db.dir/index.cpp.o
  496. In file included from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/object_database.hpp:27:0,
  497. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/index.cpp:26:
  498. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp: In destructor ‘graphene::db::undo_database::session::~session()’:
  499. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: warning: throw will always call terminate() [-Wterminate]
  500. throw; // maybe crash..
  501. ^~~~~
  502. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: note: in C++11 destructors default to noexcept
  503. [ 46%] Building CXX object libraries/db/CMakeFiles/graphene_db.dir/object_database.cpp.o
  504. In file included from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/object_database.hpp:27:0,
  505. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/object_database.cpp:24:
  506. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp: In destructor ‘graphene::db::undo_database::session::~session()’:
  507. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: warning: throw will always call terminate() [-Wterminate]
  508. throw; // maybe crash..
  509. ^~~~~
  510. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: note: in C++11 destructors default to noexcept
  511. [ 47%] Linking CXX static library libgraphene_db.a
  512. [ 47%] Built target graphene_db
  513. Scanning dependencies of target cat-parts
  514. [ 47%] Building CXX object programs/build_helpers/CMakeFiles/cat-parts.dir/cat-parts.cpp.o
  515. [ 47%] Linking CXX executable cat-parts
  516. [ 47%] Built target cat-parts
  517. Scanning dependencies of target build_hardfork_hpp
  518. Built "/home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/hardfork.hpp" from .d directory
  519. [ 47%] Built target build_hardfork_hpp
  520. Scanning dependencies of target graphene_chain
  521. [ 48%] Building CXX object libraries/chain/CMakeFiles/graphene_chain.dir/database.cpp.o
  522. In file included from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/object_database.hpp:27:0,
  523. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/database.hpp:34,
  524. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/db_balance.cpp:25,
  525. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/database.cpp:25:
  526. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp: In destructor ‘graphene::db::undo_database::session::~session()’:
  527. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: warning: throw will always call terminate() [-Wterminate]
  528. throw; // maybe crash..
  529. ^~~~~
  530. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: note: in C++11 destructors default to noexcept
  531. [ 48%] Building CXX object libraries/chain/CMakeFiles/graphene_chain.dir/fork_database.cpp.o
  532. [ 48%] Building CXX object libraries/chain/CMakeFiles/graphene_chain.dir/protocol/types.cpp.o
  533. [ 49%] Building CXX object libraries/chain/CMakeFiles/graphene_chain.dir/protocol/address.cpp.o
  534. [ 49%] Building CXX object libraries/chain/CMakeFiles/graphene_chain.dir/protocol/authority.cpp.o
  535. [ 49%] Building CXX object libraries/chain/CMakeFiles/graphene_chain.dir/protocol/asset.cpp.o
  536. [ 50%] Building CXX object libraries/chain/CMakeFiles/graphene_chain.dir/protocol/assert.cpp.o
  537. [ 50%] Building CXX object libraries/chain/CMakeFiles/graphene_chain.dir/protocol/account.cpp.o
  538. [ 50%] Building CXX object libraries/chain/CMakeFiles/graphene_chain.dir/protocol/transfer.cpp.o
  539. [ 50%] Building CXX object libraries/chain/CMakeFiles/graphene_chain.dir/protocol/committee_member.cpp.o
  540. [ 51%] Building CXX object libraries/chain/CMakeFiles/graphene_chain.dir/protocol/witness.cpp.o
  541. [ 51%] Building CXX object libraries/chain/CMakeFiles/graphene_chain.dir/protocol/market.cpp.o
  542. [ 51%] Building CXX object libraries/chain/CMakeFiles/graphene_chain.dir/protocol/proposal.cpp.o
  543. [ 52%] Building CXX object libraries/chain/CMakeFiles/graphene_chain.dir/protocol/withdraw_permission.cpp.o
  544. [ 52%] Building CXX object libraries/chain/CMakeFiles/graphene_chain.dir/protocol/asset_ops.cpp.o
  545. [ 52%] Building CXX object libraries/chain/CMakeFiles/graphene_chain.dir/protocol/memo.cpp.o
  546. [ 53%] Building CXX object libraries/chain/CMakeFiles/graphene_chain.dir/protocol/worker.cpp.o
  547. [ 53%] Building CXX object libraries/chain/CMakeFiles/graphene_chain.dir/protocol/custom.cpp.o
  548. [ 53%] Building CXX object libraries/chain/CMakeFiles/graphene_chain.dir/protocol/operations.cpp.o
  549. [ 54%] Building CXX object libraries/chain/CMakeFiles/graphene_chain.dir/protocol/transaction.cpp.o
  550. [ 54%] Building CXX object libraries/chain/CMakeFiles/graphene_chain.dir/protocol/block.cpp.o
  551. [ 54%] Building CXX object libraries/chain/CMakeFiles/graphene_chain.dir/protocol/fee_schedule.cpp.o
  552. [ 54%] Building CXX object libraries/chain/CMakeFiles/graphene_chain.dir/protocol/confidential.cpp.o
  553. In file included from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/object_database.hpp:27:0,
  554. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/database.hpp:34,
  555. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/protocol/confidential.cpp:26:
  556. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp: In destructor ‘graphene::db::undo_database::session::~session()’:
  557. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: warning: throw will always call terminate() [-Wterminate]
  558. throw; // maybe crash..
  559. ^~~~~
  560. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: note: in C++11 destructors default to noexcept
  561. [ 55%] Building CXX object libraries/chain/CMakeFiles/graphene_chain.dir/protocol/vote.cpp.o
  562. In file included from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/object_database.hpp:27:0,
  563. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/database.hpp:34,
  564. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/global_property_object.hpp:29,
  565. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/protocol/vote.cpp:25:
  566. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp: In destructor ‘graphene::db::undo_database::session::~session()’:
  567. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: warning: throw will always call terminate() [-Wterminate]
  568. throw; // maybe crash..
  569. ^~~~~
  570. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: note: in C++11 destructors default to noexcept
  571. [ 55%] Building CXX object libraries/chain/CMakeFiles/graphene_chain.dir/genesis_state.cpp.o
  572. [ 55%] Building CXX object libraries/chain/CMakeFiles/graphene_chain.dir/get_config.cpp.o
  573. [ 56%] Building CXX object libraries/chain/CMakeFiles/graphene_chain.dir/pts_address.cpp.o
  574. [ 56%] Building CXX object libraries/chain/CMakeFiles/graphene_chain.dir/evaluator.cpp.o
  575. In file included from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/object_database.hpp:27:0,
  576. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/database.hpp:34,
  577. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/evaluator.cpp:24:
  578. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp: In destructor ‘graphene::db::undo_database::session::~session()’:
  579. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: warning: throw will always call terminate() [-Wterminate]
  580. throw; // maybe crash..
  581. ^~~~~
  582. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: note: in C++11 destructors default to noexcept
  583. [ 56%] Building CXX object libraries/chain/CMakeFiles/graphene_chain.dir/balance_evaluator.cpp.o
  584. In file included from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/object_database.hpp:27:0,
  585. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/database.hpp:34,
  586. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/balance_evaluator.hpp:27,
  587. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/balance_evaluator.cpp:24:
  588. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp: In destructor ‘graphene::db::undo_database::session::~session()’:
  589. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: warning: throw will always call terminate() [-Wterminate]
  590. throw; // maybe crash..
  591. ^~~~~
  592. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: note: in C++11 destructors default to noexcept
  593. [ 57%] Building CXX object libraries/chain/CMakeFiles/graphene_chain.dir/account_evaluator.cpp.o
  594. In file included from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/object_database.hpp:27:0,
  595. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/database.hpp:34,
  596. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/account_evaluator.cpp:30:
  597. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp: In destructor ‘graphene::db::undo_database::session::~session()’:
  598. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: warning: throw will always call terminate() [-Wterminate]
  599. throw; // maybe crash..
  600. ^~~~~
  601. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: note: in C++11 destructors default to noexcept
  602. [ 57%] Building CXX object libraries/chain/CMakeFiles/graphene_chain.dir/assert_evaluator.cpp.o
  603. In file included from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/object_database.hpp:27:0,
  604. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/database.hpp:34,
  605. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/assert_evaluator.hpp:27,
  606. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/assert_evaluator.cpp:25:
  607. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp: In destructor ‘graphene::db::undo_database::session::~session()’:
  608. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: warning: throw will always call terminate() [-Wterminate]
  609. throw; // maybe crash..
  610. ^~~~~
  611. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: note: in C++11 destructors default to noexcept
  612. [ 57%] Building CXX object libraries/chain/CMakeFiles/graphene_chain.dir/witness_evaluator.cpp.o
  613. In file included from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/object_database.hpp:27:0,
  614. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/database.hpp:34,
  615. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/witness_evaluator.cpp:28:
  616. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp: In destructor ‘graphene::db::undo_database::session::~session()’:
  617. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: warning: throw will always call terminate() [-Wterminate]
  618. throw; // maybe crash..
  619. ^~~~~
  620. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: note: in C++11 destructors default to noexcept
  621. [ 58%] Building CXX object libraries/chain/CMakeFiles/graphene_chain.dir/committee_member_evaluator.cpp.o
  622. In file included from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/object_database.hpp:27:0,
  623. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/database.hpp:34,
  624. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/committee_member_evaluator.cpp:26:
  625. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp: In destructor ‘graphene::db::undo_database::session::~session()’:
  626. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: warning: throw will always call terminate() [-Wterminate]
  627. throw; // maybe crash..
  628. ^~~~~
  629. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: note: in C++11 destructors default to noexcept
  630. [ 58%] Building CXX object libraries/chain/CMakeFiles/graphene_chain.dir/asset_evaluator.cpp.o
  631. In file included from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/object_database.hpp:27:0,
  632. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/database.hpp:34,
  633. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/asset_evaluator.hpp:27,
  634. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/asset_evaluator.cpp:24:
  635. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp: In destructor ‘graphene::db::undo_database::session::~session()’:
  636. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: warning: throw will always call terminate() [-Wterminate]
  637. throw; // maybe crash..
  638. ^~~~~
  639. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: note: in C++11 destructors default to noexcept
  640. [ 58%] Building CXX object libraries/chain/CMakeFiles/graphene_chain.dir/transfer_evaluator.cpp.o
  641. In file included from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/object_database.hpp:27:0,
  642. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/database.hpp:34,
  643. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/transfer_evaluator.hpp:27,
  644. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/transfer_evaluator.cpp:24:
  645. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp: In destructor ‘graphene::db::undo_database::session::~session()’:
  646. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: warning: throw will always call terminate() [-Wterminate]
  647. throw; // maybe crash..
  648. ^~~~~
  649. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: note: in C++11 destructors default to noexcept
  650. [ 59%] Building CXX object libraries/chain/CMakeFiles/graphene_chain.dir/proposal_evaluator.cpp.o
  651. In file included from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/object_database.hpp:27:0,
  652. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/database.hpp:34,
  653. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/proposal_evaluator.cpp:24:
  654. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp: In destructor ‘graphene::db::undo_database::session::~session()’:
  655. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: warning: throw will always call terminate() [-Wterminate]
  656. throw; // maybe crash..
  657. ^~~~~
  658. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: note: in C++11 destructors default to noexcept
  659. [ 59%] Building CXX object libraries/chain/CMakeFiles/graphene_chain.dir/market_evaluator.cpp.o
  660. In file included from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/object_database.hpp:27:0,
  661. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/database.hpp:34,
  662. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/market_evaluator.cpp:30:
  663. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp: In destructor ‘graphene::db::undo_database::session::~session()’:
  664. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: warning: throw will always call terminate() [-Wterminate]
  665. throw; // maybe crash..
  666. ^~~~~
  667. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: note: in C++11 destructors default to noexcept
  668. [ 59%] Building CXX object libraries/chain/CMakeFiles/graphene_chain.dir/vesting_balance_evaluator.cpp.o
  669. In file included from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/object_database.hpp:27:0,
  670. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/database.hpp:34,
  671. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/vesting_balance_evaluator.cpp:26:
  672. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp: In destructor ‘graphene::db::undo_database::session::~session()’:
  673. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: warning: throw will always call terminate() [-Wterminate]
  674. throw; // maybe crash..
  675. ^~~~~
  676. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: note: in C++11 destructors default to noexcept
  677. [ 59%] Building CXX object libraries/chain/CMakeFiles/graphene_chain.dir/withdraw_permission_evaluator.cpp.o
  678. In file included from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/object_database.hpp:27:0,
  679. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/database.hpp:34,
  680. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/withdraw_permission_evaluator.cpp:27:
  681. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp: In destructor ‘graphene::db::undo_database::session::~session()’:
  682. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: warning: throw will always call terminate() [-Wterminate]
  683. throw; // maybe crash..
  684. ^~~~~
  685. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: note: in C++11 destructors default to noexcept
  686. [ 60%] Building CXX object libraries/chain/CMakeFiles/graphene_chain.dir/worker_evaluator.cpp.o
  687. In file included from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/object_database.hpp:27:0,
  688. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/database.hpp:34,
  689. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/worker_evaluator.cpp:24:
  690. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp: In destructor ‘graphene::db::undo_database::session::~session()’:
  691. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: warning: throw will always call terminate() [-Wterminate]
  692. throw; // maybe crash..
  693. ^~~~~
  694. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: note: in C++11 destructors default to noexcept
  695. [ 60%] Building CXX object libraries/chain/CMakeFiles/graphene_chain.dir/confidential_evaluator.cpp.o
  696. In file included from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/object_database.hpp:27:0,
  697. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/database.hpp:34,
  698. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/confidential_evaluator.cpp:28:
  699. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp: In destructor ‘graphene::db::undo_database::session::~session()’:
  700. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: warning: throw will always call terminate() [-Wterminate]
  701. throw; // maybe crash..
  702. ^~~~~
  703. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: note: in C++11 destructors default to noexcept
  704. [ 60%] Building CXX object libraries/chain/CMakeFiles/graphene_chain.dir/special_authority.cpp.o
  705. In file included from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/object_database.hpp:27:0,
  706. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/database.hpp:34,
  707. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/special_authority.cpp:26:
  708. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp: In destructor ‘graphene::db::undo_database::session::~session()’:
  709. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: warning: throw will always call terminate() [-Wterminate]
  710. throw; // maybe crash..
  711. ^~~~~
  712. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: note: in C++11 destructors default to noexcept
  713. [ 61%] Building CXX object libraries/chain/CMakeFiles/graphene_chain.dir/buyback.cpp.o
  714. In file included from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/object_database.hpp:27:0,
  715. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/database.hpp:34,
  716. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/buyback.cpp:26:
  717. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp: In destructor ‘graphene::db::undo_database::session::~session()’:
  718. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: warning: throw will always call terminate() [-Wterminate]
  719. throw; // maybe crash..
  720. ^~~~~
  721. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: note: in C++11 destructors default to noexcept
  722. [ 61%] Building CXX object libraries/chain/CMakeFiles/graphene_chain.dir/account_object.cpp.o
  723. In file included from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/object_database.hpp:27:0,
  724. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/database.hpp:34,
  725. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/account_object.cpp:26:
  726. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp: In destructor ‘graphene::db::undo_database::session::~session()’:
  727. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: warning: throw will always call terminate() [-Wterminate]
  728. throw; // maybe crash..
  729. ^~~~~
  730. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: note: in C++11 destructors default to noexcept
  731. [ 61%] Building CXX object libraries/chain/CMakeFiles/graphene_chain.dir/asset_object.cpp.o
  732. In file included from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/object_database.hpp:27:0,
  733. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/database.hpp:34,
  734. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/asset_object.cpp:25:
  735. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp: In destructor ‘graphene::db::undo_database::session::~session()’:
  736. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: warning: throw will always call terminate() [-Wterminate]
  737. throw; // maybe crash..
  738. ^~~~~
  739. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: note: in C++11 destructors default to noexcept
  740. [ 62%] Building CXX object libraries/chain/CMakeFiles/graphene_chain.dir/fba_object.cpp.o
  741. In file included from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/object_database.hpp:27:0,
  742. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/database.hpp:34,
  743. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/fba_object.cpp:25:
  744. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp: In destructor ‘graphene::db::undo_database::session::~session()’:
  745. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: warning: throw will always call terminate() [-Wterminate]
  746. throw; // maybe crash..
  747. ^~~~~
  748. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: note: in C++11 destructors default to noexcept
  749. [ 62%] Building CXX object libraries/chain/CMakeFiles/graphene_chain.dir/market_object.cpp.o
  750. [ 62%] Building CXX object libraries/chain/CMakeFiles/graphene_chain.dir/proposal_object.cpp.o
  751. In file included from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/object_database.hpp:27:0,
  752. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/database.hpp:34,
  753. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/proposal_object.cpp:24:
  754. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp: In destructor ‘graphene::db::undo_database::session::~session()’:
  755. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: warning: throw will always call terminate() [-Wterminate]
  756. throw; // maybe crash..
  757. ^~~~~
  758. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: note: in C++11 destructors default to noexcept
  759. [ 63%] Building CXX object libraries/chain/CMakeFiles/graphene_chain.dir/vesting_balance_object.cpp.o
  760. [ 63%] Building CXX object libraries/chain/CMakeFiles/graphene_chain.dir/block_database.cpp.o
  761. [ 63%] Building CXX object libraries/chain/CMakeFiles/graphene_chain.dir/is_authorized_asset.cpp.o
  762. In file included from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/object_database.hpp:27:0,
  763. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/database.hpp:34,
  764. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/is_authorized_asset.cpp:28:
  765. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp: In destructor ‘graphene::db::undo_database::session::~session()’:
  766. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: warning: throw will always call terminate() [-Wterminate]
  767. throw; // maybe crash..
  768. ^~~~~
  769. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: note: in C++11 destructors default to noexcept
  770. [ 63%] Linking CXX static library libgraphene_chain.a
  771. [ 63%] Built target graphene_chain
  772. Scanning dependencies of target graphene_utilities
  773. [ 63%] Building CXX object libraries/utilities/CMakeFiles/graphene_utilities.dir/key_conversion.cpp.o
  774. [ 64%] Building CXX object libraries/utilities/CMakeFiles/graphene_utilities.dir/string_escape.cpp.o
  775. [ 64%] Building CXX object libraries/utilities/CMakeFiles/graphene_utilities.dir/tempdir.cpp.o
  776. [ 64%] Building CXX object libraries/utilities/CMakeFiles/graphene_utilities.dir/words.cpp.o
  777. [ 65%] Building CXX object libraries/utilities/CMakeFiles/graphene_utilities.dir/elasticsearch.cpp.o
  778. [ 65%] Building CXX object libraries/utilities/CMakeFiles/graphene_utilities.dir/git_revision.cpp.o
  779. [ 65%] Linking CXX static library libgraphene_utilities.a
  780. [ 65%] Built target graphene_utilities
  781. Scanning dependencies of target graphene_net
  782. [ 66%] Building CXX object libraries/net/CMakeFiles/graphene_net.dir/node.cpp.o
  783. [ 66%] Building CXX object libraries/net/CMakeFiles/graphene_net.dir/stcp_socket.cpp.o
  784. [ 66%] Building CXX object libraries/net/CMakeFiles/graphene_net.dir/core_messages.cpp.o
  785. [ 66%] Building CXX object libraries/net/CMakeFiles/graphene_net.dir/peer_database.cpp.o
  786. [ 67%] Building CXX object libraries/net/CMakeFiles/graphene_net.dir/peer_connection.cpp.o
  787. [ 67%] Building CXX object libraries/net/CMakeFiles/graphene_net.dir/message_oriented_connection.cpp.o
  788. [ 67%] Linking CXX static library libgraphene_net.a
  789. [ 67%] Built target graphene_net
  790. Scanning dependencies of target graphene_debug_witness
  791. [ 67%] Building CXX object libraries/plugins/debug_witness/CMakeFiles/graphene_debug_witness.dir/debug_api.cpp.o
  792. In file included from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/object_database.hpp:27:0,
  793. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/database.hpp:34,
  794. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/app/include/graphene/app/application.hpp:28,
  795. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/plugins/debug_witness/debug_api.cpp:7:
  796. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp: In destructor ‘graphene::db::undo_database::session::~session()’:
  797. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: warning: throw will always call terminate() [-Wterminate]
  798. throw; // maybe crash..
  799. ^~~~~
  800. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: note: in C++11 destructors default to noexcept
  801. [ 67%] Building CXX object libraries/plugins/debug_witness/CMakeFiles/graphene_debug_witness.dir/debug_witness.cpp.o
  802. In file included from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/object_database.hpp:27:0,
  803. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/database.hpp:34,
  804. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/app/include/graphene/app/application.hpp:28,
  805. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/app/include/graphene/app/plugin.hpp:26,
  806. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/plugins/debug_witness/include/graphene/debug_witness/debug_witness.hpp:26,
  807. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/plugins/debug_witness/debug_witness.cpp:24:
  808. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp: In destructor ‘graphene::db::undo_database::session::~session()’:
  809. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: warning: throw will always call terminate() [-Wterminate]
  810. throw; // maybe crash..
  811. ^~~~~
  812. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: note: in C++11 destructors default to noexcept
  813. [ 68%] Linking CXX static library libgraphene_debug_witness.a
  814. [ 68%] Built target graphene_debug_witness
  815. Scanning dependencies of target graphene_grouped_orders
  816. [ 68%] Building CXX object libraries/plugins/grouped_orders/CMakeFiles/graphene_grouped_orders.dir/grouped_orders_plugin.cpp.o
  817. In file included from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/object_database.hpp:27:0,
  818. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/database.hpp:34,
  819. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/app/include/graphene/app/application.hpp:28,
  820. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/app/include/graphene/app/plugin.hpp:26,
  821. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/plugins/grouped_orders/include/graphene/grouped_orders/grouped_orders_plugin.hpp:26,
  822. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/plugins/grouped_orders/grouped_orders_plugin.cpp:25:
  823. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp: In destructor ‘graphene::db::undo_database::session::~session()’:
  824. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: warning: throw will always call terminate() [-Wterminate]
  825. throw; // maybe crash..
  826. ^~~~~
  827. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: note: in C++11 destructors default to noexcept
  828. [ 69%] Linking CXX static library libgraphene_grouped_orders.a
  829. [ 69%] Built target graphene_grouped_orders
  830. Scanning dependencies of target graphene_market_history
  831. [ 69%] Building CXX object libraries/plugins/market_history/CMakeFiles/graphene_market_history.dir/market_history_plugin.cpp.o
  832. In file included from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/object_database.hpp:27:0,
  833. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/database.hpp:34,
  834. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/app/include/graphene/app/application.hpp:28,
  835. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/app/include/graphene/app/plugin.hpp:26,
  836. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/plugins/market_history/include/graphene/market_history/market_history_plugin.hpp:26,
  837. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/plugins/market_history/market_history_plugin.cpp:25:
  838. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp: In destructor ‘graphene::db::undo_database::session::~session()’:
  839. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: warning: throw will always call terminate() [-Wterminate]
  840. throw; // maybe crash..
  841. ^~~~~
  842. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: note: in C++11 destructors default to noexcept
  843. [ 69%] Linking CXX static library libgraphene_market_history.a
  844. [ 69%] Built target graphene_market_history
  845. Scanning dependencies of target graphene_account_history
  846. [ 69%] Building CXX object libraries/plugins/account_history/CMakeFiles/graphene_account_history.dir/account_history_plugin.cpp.o
  847. In file included from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/object_database.hpp:27:0,
  848. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/database.hpp:34,
  849. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/app/include/graphene/app/application.hpp:28,
  850. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/app/include/graphene/app/plugin.hpp:26,
  851. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/plugins/account_history/include/graphene/account_history/account_history_plugin.hpp:26,
  852. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/plugins/account_history/account_history_plugin.cpp:25:
  853. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp: In destructor ‘graphene::db::undo_database::session::~session()’:
  854. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: warning: throw will always call terminate() [-Wterminate]
  855. throw; // maybe crash..
  856. ^~~~~
  857. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: note: in C++11 destructors default to noexcept
  858. [ 69%] Linking CXX static library libgraphene_account_history.a
  859. [ 69%] Built target graphene_account_history
  860. Scanning dependencies of target graphene_app
  861. [ 69%] Building CXX object libraries/app/CMakeFiles/graphene_app.dir/api.cpp.o
  862. In file included from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/object_database.hpp:27:0,
  863. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/database.hpp:34,
  864. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/app/include/graphene/app/database_api.hpp:30,
  865. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/app/include/graphene/app/api.hpp:26,
  866. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/app/api.cpp:26:
  867. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp: In destructor ‘graphene::db::undo_database::session::~session()’:
  868. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: warning: throw will always call terminate() [-Wterminate]
  869. throw; // maybe crash..
  870. ^~~~~
  871. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: note: in C++11 destructors default to noexcept
  872. [ 70%] Building CXX object libraries/app/CMakeFiles/graphene_app.dir/application.cpp.o
  873. In file included from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/object_database.hpp:27:0,
  874. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/database.hpp:34,
  875. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/app/include/graphene/app/database_api.hpp:30,
  876. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/app/include/graphene/app/api.hpp:26,
  877. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/app/application.cpp:24:
  878. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp: In destructor ‘graphene::db::undo_database::session::~session()’:
  879. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: warning: throw will always call terminate() [-Wterminate]
  880. throw; // maybe crash..
  881. ^~~~~
  882. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: note: in C++11 destructors default to noexcept
  883. [ 70%] Building CXX object libraries/app/CMakeFiles/graphene_app.dir/util.cpp.o
  884. [ 70%] Building CXX object libraries/app/CMakeFiles/graphene_app.dir/database_api.cpp.o
  885. In file included from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/object_database.hpp:27:0,
  886. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/database.hpp:34,
  887. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/app/include/graphene/app/database_api.hpp:30,
  888. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/app/database_api.cpp:25:
  889. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp: In destructor ‘graphene::db::undo_database::session::~session()’:
  890. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: warning: throw will always call terminate() [-Wterminate]
  891. throw; // maybe crash..
  892. ^~~~~
  893. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: note: in C++11 destructors default to noexcept
  894. [ 71%] Building CXX object libraries/app/CMakeFiles/graphene_app.dir/plugin.cpp.o
  895. In file included from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/object_database.hpp:27:0,
  896. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/database.hpp:34,
  897. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/app/include/graphene/app/application.hpp:28,
  898. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/app/include/graphene/app/plugin.hpp:26,
  899. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/app/plugin.cpp:25:
  900. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp: In destructor ‘graphene::db::undo_database::session::~session()’:
  901. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: warning: throw will always call terminate() [-Wterminate]
  902. throw; // maybe crash..
  903. ^~~~~
  904. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: note: in C++11 destructors default to noexcept
  905. [ 71%] Building CXX object libraries/app/CMakeFiles/graphene_app.dir/config_util.cpp.o
  906. [ 71%] Linking CXX static library libgraphene_app.a
  907. [ 71%] Built target graphene_app
  908. Scanning dependencies of target graphene_egenesis_none
  909. [ 71%] Building CXX object libraries/egenesis/CMakeFiles/graphene_egenesis_none.dir/egenesis_none.cpp.o
  910. [ 72%] Linking CXX static library libgraphene_egenesis_none.a
  911. [ 72%] Built target graphene_egenesis_none
  912. Scanning dependencies of target embed_genesis
  913. [ 73%] Building CXX object libraries/egenesis/CMakeFiles/embed_genesis.dir/embed_genesis.cpp.o
  914. [ 73%] Linking CXX executable embed_genesis
  915. [ 73%] Built target embed_genesis
  916. [ 74%] Generating egenesis_brief.cpp, egenesis_full.cpp
  917. embed_genesis: Reading genesis from file /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/genesis.json
  918.  
  919. embed_genesis: parsing tmplsub parameter "/home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/egenesis/egenesis_brief.cpp.tmpl---/home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/egenesis/egenesis_brief.cpp"
  920. embed_genesis: parsing tmplsub parameter "/home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/egenesis/egenesis_full.cpp.tmpl---/home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/egenesis/egenesis_full.cpp"
  921. Scanning dependencies of target graphene_egenesis_brief
  922. [ 74%] Building CXX object libraries/egenesis/CMakeFiles/graphene_egenesis_brief.dir/egenesis_brief.cpp.o
  923. [ 74%] Linking CXX static library libgraphene_egenesis_brief.a
  924. [ 74%] Built target graphene_egenesis_brief
  925. Scanning dependencies of target graphene_egenesis_full
  926. [ 74%] Building CXX object libraries/egenesis/CMakeFiles/graphene_egenesis_full.dir/egenesis_full.cpp.o
  927. [ 74%] Linking CXX static library libgraphene_egenesis_full.a
  928. [ 75%] Built target graphene_egenesis_full
  929. Scanning dependencies of target graphene_witness
  930. [ 75%] Building CXX object libraries/plugins/witness/CMakeFiles/graphene_witness.dir/witness.cpp.o
  931. In file included from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/object_database.hpp:27:0,
  932. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/database.hpp:34,
  933. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/app/include/graphene/app/application.hpp:28,
  934. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/app/include/graphene/app/plugin.hpp:26,
  935. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/plugins/witness/include/graphene/witness/witness.hpp:26,
  936. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/plugins/witness/witness.cpp:24:
  937. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp: In destructor ‘graphene::db::undo_database::session::~session()’:
  938. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: warning: throw will always call terminate() [-Wterminate]
  939. throw; // maybe crash..
  940. ^~~~~
  941. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: note: in C++11 destructors default to noexcept
  942. In file included from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/fc/include/fc/string.hpp:4:0,
  943. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/fc/include/fc/reflect/typename.hpp:8,
  944. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/fc/include/fc/reflect/reflect.hpp:19,
  945. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/app/include/graphene/app/api_access.hpp:26,
  946. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/app/include/graphene/app/application.hpp:26,
  947. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/app/include/graphene/app/plugin.hpp:26,
  948. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/plugins/witness/include/graphene/witness/witness.hpp:26,
  949. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/plugins/witness/witness.cpp:24:
  950. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/fc/include/fc/optional.hpp: In member function ‘void graphene::witness_plugin::witness_plugin::refresh_witness_key_cache()’:
  951. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/fc/include/fc/optional.hpp:176:13: warning: ‘<anonymous>’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  952. ref() = fc::move(*o);
  953. ^~~
  954. [ 75%] Linking CXX static library libgraphene_witness.a
  955. [ 75%] Built target graphene_witness
  956. Scanning dependencies of target graphene_elasticsearch
  957. [ 75%] Building CXX object libraries/plugins/elasticsearch/CMakeFiles/graphene_elasticsearch.dir/elasticsearch_plugin.cpp.o
  958. In file included from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/object_database.hpp:27:0,
  959. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/database.hpp:34,
  960. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/app/include/graphene/app/application.hpp:28,
  961. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/app/include/graphene/app/plugin.hpp:26,
  962. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/plugins/elasticsearch/include/graphene/elasticsearch/elasticsearch_plugin.hpp:26,
  963. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/plugins/elasticsearch/elasticsearch_plugin.cpp:25:
  964. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp: In destructor ‘graphene::db::undo_database::session::~session()’:
  965. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: warning: throw will always call terminate() [-Wterminate]
  966. throw; // maybe crash..
  967. ^~~~~
  968. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: note: in C++11 destructors default to noexcept
  969. [ 75%] Linking CXX static library libgraphene_elasticsearch.a
  970. [ 75%] Built target graphene_elasticsearch
  971. Scanning dependencies of target graphene_delayed_node
  972. [ 75%] Building CXX object libraries/plugins/delayed_node/CMakeFiles/graphene_delayed_node.dir/delayed_node_plugin.cpp.o
  973. In file included from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/object_database.hpp:27:0,
  974. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/database.hpp:34,
  975. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/app/include/graphene/app/application.hpp:28,
  976. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/app/include/graphene/app/plugin.hpp:26,
  977. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/plugins/delayed_node/include/graphene/delayed_node/delayed_node_plugin.hpp:26,
  978. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/plugins/delayed_node/delayed_node_plugin.cpp:25:
  979. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp: In destructor ‘graphene::db::undo_database::session::~session()’:
  980. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: warning: throw will always call terminate() [-Wterminate]
  981. throw; // maybe crash..
  982. ^~~~~
  983. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: note: in C++11 destructors default to noexcept
  984. [ 75%] Linking CXX static library libgraphene_delayed_node.a
  985. [ 75%] Built target graphene_delayed_node
  986. Scanning dependencies of target graphene_snapshot
  987. [ 76%] Building CXX object libraries/plugins/snapshot/CMakeFiles/graphene_snapshot.dir/snapshot.cpp.o
  988. In file included from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/object_database.hpp:27:0,
  989. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/database.hpp:34,
  990. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/app/include/graphene/app/application.hpp:28,
  991. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/app/include/graphene/app/plugin.hpp:26,
  992. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/plugins/snapshot/include/graphene/snapshot/snapshot.hpp:26,
  993. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/plugins/snapshot/snapshot.cpp:24:
  994. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp: In destructor ‘graphene::db::undo_database::session::~session()’:
  995. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: warning: throw will always call terminate() [-Wterminate]
  996. throw; // maybe crash..
  997. ^~~~~
  998. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: note: in C++11 destructors default to noexcept
  999. [ 76%] Linking CXX static library libgraphene_snapshot.a
  1000. [ 76%] Built target graphene_snapshot
  1001. Scanning dependencies of target graphene_es_objects
  1002. [ 77%] Building CXX object libraries/plugins/es_objects/CMakeFiles/graphene_es_objects.dir/es_objects.cpp.o
  1003. In file included from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/object_database.hpp:27:0,
  1004. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/database.hpp:34,
  1005. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/app/include/graphene/app/application.hpp:28,
  1006. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/app/include/graphene/app/plugin.hpp:26,
  1007. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/plugins/es_objects/include/graphene/es_objects/es_objects.hpp:26,
  1008. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/plugins/es_objects/es_objects.cpp:25:
  1009. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp: In destructor ‘graphene::db::undo_database::session::~session()’:
  1010. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: warning: throw will always call terminate() [-Wterminate]
  1011. throw; // maybe crash..
  1012. ^~~~~
  1013. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: note: in C++11 destructors default to noexcept
  1014. [ 77%] Linking CXX static library libgraphene_es_objects.a
  1015. [ 77%] Built target graphene_es_objects
  1016. [ 77%] Generating doxygen/perlmod/DoxyDocs.pm
  1017. Notice: Output directory `/home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/wallet/doxygen' does not exist. I have created it for you.
  1018. Searching for include files...
  1019. Searching for example files...
  1020. Searching for images...
  1021. Searching for dot files...
  1022. Searching for msc files...
  1023. Searching for dia files...
  1024. Searching for files to exclude
  1025. Searching INPUT for files to process...
  1026. Reading and parsing tag files
  1027. Parsing files
  1028. Preprocessing /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/wallet/include/graphene/wallet/wallet.hpp...
  1029. Parsing file /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/wallet/include/graphene/wallet/wallet.hpp...
  1030. Building group list...
  1031. Building directory list...
  1032. Building namespace list...
  1033. Building file list...
  1034. Building class list...
  1035. Associating documentation with classes...
  1036. Computing nesting relations for classes...
  1037. Building example list...
  1038. Searching for enumerations...
  1039. Searching for documented typedefs...
  1040. Searching for members imported via using declarations...
  1041. Searching for included using directives...
  1042. Searching for documented variables...
  1043. Building interface member list...
  1044. Building member list...
  1045. Searching for friends...
  1046. Searching for documented defines...
  1047. Computing class inheritance relations...
  1048. Computing class usage relations...
  1049. Flushing cached template relations that have become invalid...
  1050. Computing class relations...
  1051. Add enum values to enums...
  1052. Searching for member function documentation...
  1053. Creating members for template instances...
  1054. Building page list...
  1055. Search for main page...
  1056. Computing page relations...
  1057. Determining the scope of groups...
  1058. Sorting lists...
  1059. Freeing entry tree
  1060. Determining which enums are documented
  1061. Computing member relations...
  1062. Building full member lists recursively...
  1063. Adding members to member groups.
  1064. Computing member references...
  1065. Inheriting documentation...
  1066. Generating disk names...
  1067. Adding source references...
  1068. Adding xrefitems...
  1069. Sorting member lists...
  1070. Computing dependencies between directories...
  1071. Generating citations page...
  1072. Counting data structures...
  1073. Resolving user defined references...
  1074. Finding anchors and sections in the documentation...
  1075. Transferring function references...
  1076. Combining using relations...
  1077. Adding members to index pages...
  1078. Generating style sheet...
  1079. Generating search indices...
  1080. Generating example documentation...
  1081. Generating file sources...
  1082. Generating code for file include/graphene/wallet/wallet.hpp...
  1083. Generating file documentation...
  1084. Generating docs for file include/graphene/wallet/wallet.hpp...
  1085. Generating page documentation...
  1086. Generating docs for page todo...
  1087. Generating group documentation...
  1088. Generating class documentation...
  1089. Generating namespace index...
  1090. Generating docs for namespace fc
  1091. Generating docs for namespace graphene
  1092. Generating docs for namespace graphene::wallet
  1093. Generating docs for compound graphene::wallet::account_history_operation_detail...
  1094. Generating docs for compound graphene::wallet::approval_delta...
  1095. Generating docs for compound graphene::wallet::blind_balance...
  1096. Generating docs for compound graphene::wallet::blind_confirmation...
  1097. Generating docs for nested compound graphene::wallet::blind_confirmation::output...
  1098. Generating docs for compound graphene::wallet::blind_receipt...
  1099. Generating docs for compound graphene::wallet::brain_key_info...
  1100. Generating docs for compound graphene::wallet::exported_account_keys...
  1101. Generating docs for compound graphene::wallet::exported_keys...
  1102. Generating docs for compound graphene::wallet::key_label...
  1103. Generating docs for compound graphene::wallet::operation_detail...
  1104. Generating docs for compound graphene::wallet::operation_detail_ex...
  1105. Generating docs for compound graphene::wallet::plain_keys...
  1106. Generating docs for compound graphene::wallet::signed_block_with_info...
  1107. Generating docs for compound graphene::wallet::utility...
  1108. Generating docs for compound graphene::wallet::vesting_balance_object_with_info...
  1109. Generating docs for compound graphene::wallet::wallet_api...
  1110. Generating docs for compound graphene::wallet::wallet_data...
  1111. Generating docs for compound graphene::wallet::worker_vote_delta...
  1112. Generating docs for namespace graphene::wallet::detail
  1113. Generating graph info page...
  1114. Generating directory documentation...
  1115. finalizing index lists...
  1116. writing tag file...
  1117. Generating Perl module output...
  1118. lookup cache used 604/65536 hits=16039 misses=606
  1119. finished...
  1120. [ 78%] Generating api_documentation.cpp
  1121. Scanning dependencies of target graphene_wallet
  1122. [ 78%] Building CXX object libraries/wallet/CMakeFiles/graphene_wallet.dir/wallet.cpp.o
  1123. In file included from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/object_database.hpp:27:0,
  1124. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/database.hpp:34,
  1125. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/app/include/graphene/app/database_api.hpp:30,
  1126. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/app/include/graphene/app/api.hpp:26,
  1127. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/wallet/wallet.cpp:64:
  1128. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp: In destructor ‘graphene::db::undo_database::session::~session()’:
  1129. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: warning: throw will always call terminate() [-Wterminate]
  1130. throw; // maybe crash..
  1131. ^~~~~
  1132. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: note: in C++11 destructors default to noexcept
  1133. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/wallet/wallet.cpp: In member function ‘graphene::chain::signed_transaction graphene::wallet::detail::wallet_api_impl::update_asset(std::__cxx11::string, fc::optional<std::__cxx11::basic_string<char> >, graphene::chain::asset_options, bool)’:
  1134. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/wallet/wallet.cpp:1211:33: warning: ‘new_issuer_account_id.fc::optional<graphene::db::object_id<1, 2, graphene::chain::account_object> >::_value[0]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  1135. optional<account_id_type> new_issuer_account_id;
  1136. ^~~~~~~~~~~~~~~~~~~~~
  1137. [ 78%] Building CXX object libraries/wallet/CMakeFiles/graphene_wallet.dir/api_documentation.cpp.o
  1138. In file included from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/object_database.hpp:27:0,
  1139. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/database.hpp:34,
  1140. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/app/include/graphene/app/database_api.hpp:30,
  1141. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/app/include/graphene/app/api.hpp:26,
  1142. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/wallet/include/graphene/wallet/wallet.hpp:26,
  1143. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/wallet/api_documentation.cpp:3:
  1144. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp: In destructor ‘graphene::db::undo_database::session::~session()’:
  1145. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: warning: throw will always call terminate() [-Wterminate]
  1146. throw; // maybe crash..
  1147. ^~~~~
  1148. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: note: in C++11 destructors default to noexcept
  1149. [ 79%] Linking CXX static library libgraphene_wallet.a
  1150. [ 79%] Built target graphene_wallet
  1151. Scanning dependencies of target member_enumerator
  1152. [ 80%] Building CXX object programs/build_helpers/CMakeFiles/member_enumerator.dir/member_enumerator.cpp.o
  1153. [ 80%] Linking CXX executable member_enumerator
  1154. [ 80%] Built target member_enumerator
  1155. Scanning dependencies of target cli_wallet
  1156. [ 80%] Building CXX object programs/cli_wallet/CMakeFiles/cli_wallet.dir/main.cpp.o
  1157. In file included from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/object_database.hpp:27:0,
  1158. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/database.hpp:34,
  1159. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/app/include/graphene/app/database_api.hpp:30,
  1160. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/app/include/graphene/app/api.hpp:26,
  1161. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/programs/cli_wallet/main.cpp:39:
  1162. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp: In destructor ‘graphene::db::undo_database::session::~session()’:
  1163. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: warning: throw will always call terminate() [-Wterminate]
  1164. throw; // maybe crash..
  1165. ^~~~~
  1166. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: note: in C++11 destructors default to noexcept
  1167. [ 80%] Linking CXX executable cli_wallet
  1168. [ 80%] Built target cli_wallet
  1169. Scanning dependencies of target get_dev_key
  1170. [ 80%] Building CXX object programs/genesis_util/CMakeFiles/get_dev_key.dir/get_dev_key.cpp.o
  1171. [ 81%] Linking CXX executable get_dev_key
  1172. [ 81%] Built target get_dev_key
  1173. Scanning dependencies of target convert_address
  1174. [ 82%] Building CXX object programs/genesis_util/CMakeFiles/convert_address.dir/convert_address.cpp.o
  1175. [ 82%] Linking CXX executable convert_address
  1176. [ 82%] Built target convert_address
  1177. Scanning dependencies of target genesis_update
  1178. [ 83%] Building CXX object programs/genesis_util/CMakeFiles/genesis_update.dir/genesis_update.cpp.o
  1179. In file included from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/object_database.hpp:27:0,
  1180. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/database.hpp:34,
  1181. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/app/include/graphene/app/database_api.hpp:30,
  1182. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/app/include/graphene/app/api.hpp:26,
  1183. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/programs/genesis_util/genesis_update.cpp:35:
  1184. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp: In destructor ‘graphene::db::undo_database::session::~session()’:
  1185. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: warning: throw will always call terminate() [-Wterminate]
  1186. throw; // maybe crash..
  1187. ^~~~~
  1188. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: note: in C++11 destructors default to noexcept
  1189. [ 83%] Linking CXX executable genesis_update
  1190. [ 83%] Built target genesis_update
  1191. Scanning dependencies of target witness_node
  1192. [ 83%] Building CXX object programs/witness_node/CMakeFiles/witness_node.dir/main.cpp.o
  1193. In file included from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/object_database.hpp:27:0,
  1194. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/database.hpp:34,
  1195. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/app/include/graphene/app/application.hpp:28,
  1196. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/programs/witness_node/main.cpp:24:
  1197. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp: In destructor ‘graphene::db::undo_database::session::~session()’:
  1198. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: warning: throw will always call terminate() [-Wterminate]
  1199. throw; // maybe crash..
  1200. ^~~~~
  1201. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: note: in C++11 destructors default to noexcept
  1202. [ 84%] Linking CXX executable witness_node
  1203. [ 84%] Built target witness_node
  1204. Scanning dependencies of target delayed_node
  1205. [ 84%] Building CXX object programs/delayed_node/CMakeFiles/delayed_node.dir/main.cpp.o
  1206. In file included from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/object_database.hpp:27:0,
  1207. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/database.hpp:34,
  1208. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/app/include/graphene/app/application.hpp:28,
  1209. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/programs/delayed_node/main.cpp:24:
  1210. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp: In destructor ‘graphene::db::undo_database::session::~session()’:
  1211. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: warning: throw will always call terminate() [-Wterminate]
  1212. throw; // maybe crash..
  1213. ^~~~~
  1214. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: note: in C++11 destructors default to noexcept
  1215. [ 85%] Linking CXX executable delayed_node
  1216. [ 85%] Built target delayed_node
  1217. Scanning dependencies of target js_operation_serializer
  1218. [ 85%] Building CXX object programs/js_operation_serializer/CMakeFiles/js_operation_serializer.dir/main.cpp.o
  1219. [ 86%] Linking CXX executable js_operation_serializer
  1220. [ 86%] Built target js_operation_serializer
  1221. Scanning dependencies of target size_checker
  1222. [ 87%] Building CXX object programs/size_checker/CMakeFiles/size_checker.dir/main.cpp.o
  1223. [ 87%] Linking CXX executable size_checker
  1224. [ 87%] Built target size_checker
  1225. Scanning dependencies of target performance_test
  1226. [ 87%] Building CXX object tests/CMakeFiles/performance_test.dir/common/database_fixture.cpp.o
  1227. In file included from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/object_database.hpp:27:0,
  1228. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/database.hpp:34,
  1229. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/app/include/graphene/app/application.hpp:28,
  1230. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/app/include/graphene/app/plugin.hpp:26,
  1231. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/plugins/account_history/include/graphene/account_history/account_history_plugin.hpp:26,
  1232. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/tests/common/database_fixture.cpp:27:
  1233. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp: In destructor ‘graphene::db::undo_database::session::~session()’:
  1234. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: warning: throw will always call terminate() [-Wterminate]
  1235. throw; // maybe crash..
  1236. ^~~~~
  1237. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: note: in C++11 destructors default to noexcept
  1238. In file included from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/fc/include/fc/safe.hpp:2:0,
  1239. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/fc/include/fc/io/raw_fwd.hpp:7,
  1240. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/fc/include/fc/io/enum_type.hpp:3,
  1241. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/protocol/types.hpp:27,
  1242. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/protocol/base.hpp:26,
  1243. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/protocol/operations.hpp:25,
  1244. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/protocol/transaction.hpp:25,
  1245. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/protocol/block.hpp:25,
  1246. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/net/include/graphene/net/core_messages.hpp:27,
  1247. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/net/include/graphene/net/node.hpp:26,
  1248. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/app/include/graphene/app/application.hpp:27,
  1249. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/app/include/graphene/app/plugin.hpp:26,
  1250. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/plugins/account_history/include/graphene/account_history/account_history_plugin.hpp:26,
  1251. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/tests/common/database_fixture.cpp:27:
  1252. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/tests/common/database_fixture.cpp: In destructor ‘graphene::chain::database_fixture::~database_fixture()’:
  1253. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/fc/include/fc/exception/exception.hpp:373:5: warning: throw will always call terminate() [-Wterminate]
  1254. throw; \
  1255. ^
  1256. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/fc/include/fc/exception/exception.hpp:373:5: note: in definition of macro ‘FC_RETHROW_EXCEPTION’
  1257. throw; \
  1258. ^~~~~
  1259. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/tests/common/database_fixture.cpp:220:3: note: in expansion of macro ‘FC_CAPTURE_AND_RETHROW’
  1260. } FC_CAPTURE_AND_RETHROW() }
  1261. ^
  1262. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/fc/include/fc/exception/exception.hpp:373:5: note: in C++11 destructors default to noexcept
  1263. throw; \
  1264. ^
  1265. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/fc/include/fc/exception/exception.hpp:373:5: note: in definition of macro ‘FC_RETHROW_EXCEPTION’
  1266. throw; \
  1267. ^~~~~
  1268. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/tests/common/database_fixture.cpp:220:3: note: in expansion of macro ‘FC_CAPTURE_AND_RETHROW’
  1269. } FC_CAPTURE_AND_RETHROW() }
  1270. ^
  1271. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/fc/include/fc/exception/exception.hpp:468:36: warning: throw will always call terminate() [-Wterminate]
  1272. e.what() ) ; throw fce;\
  1273. ^
  1274. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/fc/include/fc/exception/exception.hpp:468:36: note: in definition of macro ‘FC_CAPTURE_AND_RETHROW’
  1275. e.what() ) ; throw fce;\
  1276. ^~~
  1277. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/fc/include/fc/exception/exception.hpp:468:36: note: in C++11 destructors default to noexcept
  1278. e.what() ) ; throw fce;\
  1279. ^
  1280. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/fc/include/fc/exception/exception.hpp:468:36: note: in definition of macro ‘FC_CAPTURE_AND_RETHROW’
  1281. e.what() ) ; throw fce;\
  1282. ^~~
  1283. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/fc/include/fc/exception/exception.hpp:472:42: warning: throw will always call terminate() [-Wterminate]
  1284. std::current_exception() ); \
  1285. ^
  1286. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/tests/common/database_fixture.cpp:220:3: note: in expansion of macro ‘FC_CAPTURE_AND_RETHROW’
  1287. } FC_CAPTURE_AND_RETHROW() }
  1288. ^
  1289. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/fc/include/fc/exception/exception.hpp:472:42: note: in C++11 destructors default to noexcept
  1290. std::current_exception() ); \
  1291. ^
  1292. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/tests/common/database_fixture.cpp:220:3: note: in expansion of macro ‘FC_CAPTURE_AND_RETHROW’
  1293. } FC_CAPTURE_AND_RETHROW() }
  1294. ^
  1295. [ 87%] Building CXX object tests/CMakeFiles/performance_test.dir/performance/performance_tests.cpp.o
  1296. In file included from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/object_database.hpp:27:0,
  1297. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/database.hpp:34,
  1298. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/tests/performance/performance_tests.cpp:26:
  1299. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp: In destructor ‘graphene::db::undo_database::session::~session()’:
  1300. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: warning: throw will always call terminate() [-Wterminate]
  1301. throw; // maybe crash..
  1302. ^~~~~
  1303. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: note: in C++11 destructors default to noexcept
  1304. [ 88%] Linking CXX executable performance_test
  1305. [ 88%] Built target performance_test
  1306. Scanning dependencies of target chain_test
  1307. [ 89%] Building CXX object tests/CMakeFiles/chain_test.dir/common/database_fixture.cpp.o
  1308. In file included from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/object_database.hpp:27:0,
  1309. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/database.hpp:34,
  1310. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/app/include/graphene/app/application.hpp:28,
  1311. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/app/include/graphene/app/plugin.hpp:26,
  1312. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/plugins/account_history/include/graphene/account_history/account_history_plugin.hpp:26,
  1313. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/tests/common/database_fixture.cpp:27:
  1314. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp: In destructor ‘graphene::db::undo_database::session::~session()’:
  1315. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: warning: throw will always call terminate() [-Wterminate]
  1316. throw; // maybe crash..
  1317. ^~~~~
  1318. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: note: in C++11 destructors default to noexcept
  1319. In file included from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/fc/include/fc/safe.hpp:2:0,
  1320. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/fc/include/fc/io/raw_fwd.hpp:7,
  1321. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/fc/include/fc/io/enum_type.hpp:3,
  1322. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/protocol/types.hpp:27,
  1323. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/protocol/base.hpp:26,
  1324. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/protocol/operations.hpp:25,
  1325. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/protocol/transaction.hpp:25,
  1326. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/protocol/block.hpp:25,
  1327. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/net/include/graphene/net/core_messages.hpp:27,
  1328. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/net/include/graphene/net/node.hpp:26,
  1329. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/app/include/graphene/app/application.hpp:27,
  1330. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/app/include/graphene/app/plugin.hpp:26,
  1331. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/plugins/account_history/include/graphene/account_history/account_history_plugin.hpp:26,
  1332. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/tests/common/database_fixture.cpp:27:
  1333. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/tests/common/database_fixture.cpp: In destructor ‘graphene::chain::database_fixture::~database_fixture()’:
  1334. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/fc/include/fc/exception/exception.hpp:373:5: warning: throw will always call terminate() [-Wterminate]
  1335. throw; \
  1336. ^
  1337. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/fc/include/fc/exception/exception.hpp:373:5: note: in definition of macro ‘FC_RETHROW_EXCEPTION’
  1338. throw; \
  1339. ^~~~~
  1340. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/tests/common/database_fixture.cpp:220:3: note: in expansion of macro ‘FC_CAPTURE_AND_RETHROW’
  1341. } FC_CAPTURE_AND_RETHROW() }
  1342. ^
  1343. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/fc/include/fc/exception/exception.hpp:373:5: note: in C++11 destructors default to noexcept
  1344. throw; \
  1345. ^
  1346. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/fc/include/fc/exception/exception.hpp:373:5: note: in definition of macro ‘FC_RETHROW_EXCEPTION’
  1347. throw; \
  1348. ^~~~~
  1349. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/tests/common/database_fixture.cpp:220:3: note: in expansion of macro ‘FC_CAPTURE_AND_RETHROW’
  1350. } FC_CAPTURE_AND_RETHROW() }
  1351. ^
  1352. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/fc/include/fc/exception/exception.hpp:468:36: warning: throw will always call terminate() [-Wterminate]
  1353. e.what() ) ; throw fce;\
  1354. ^
  1355. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/fc/include/fc/exception/exception.hpp:468:36: note: in definition of macro ‘FC_CAPTURE_AND_RETHROW’
  1356. e.what() ) ; throw fce;\
  1357. ^~~
  1358. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/fc/include/fc/exception/exception.hpp:468:36: note: in C++11 destructors default to noexcept
  1359. e.what() ) ; throw fce;\
  1360. ^
  1361. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/fc/include/fc/exception/exception.hpp:468:36: note: in definition of macro ‘FC_CAPTURE_AND_RETHROW’
  1362. e.what() ) ; throw fce;\
  1363. ^~~
  1364. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/fc/include/fc/exception/exception.hpp:472:42: warning: throw will always call terminate() [-Wterminate]
  1365. std::current_exception() ); \
  1366. ^
  1367. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/tests/common/database_fixture.cpp:220:3: note: in expansion of macro ‘FC_CAPTURE_AND_RETHROW’
  1368. } FC_CAPTURE_AND_RETHROW() }
  1369. ^
  1370. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/fc/include/fc/exception/exception.hpp:472:42: note: in C++11 destructors default to noexcept
  1371. std::current_exception() ); \
  1372. ^
  1373. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/tests/common/database_fixture.cpp:220:3: note: in expansion of macro ‘FC_CAPTURE_AND_RETHROW’
  1374. } FC_CAPTURE_AND_RETHROW() }
  1375. ^
  1376. [ 89%] Building CXX object tests/CMakeFiles/chain_test.dir/tests/app_util_tests.cpp.o
  1377. In file included from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/object_database.hpp:27:0,
  1378. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/database.hpp:34,
  1379. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/app/include/graphene/app/application.hpp:28,
  1380. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/tests/tests/../common/database_fixture.hpp:26,
  1381. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/tests/tests/app_util_tests.cpp:29:
  1382. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp: In destructor ‘graphene::db::undo_database::session::~session()’:
  1383. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: warning: throw will always call terminate() [-Wterminate]
  1384. throw; // maybe crash..
  1385. ^~~~~
  1386. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: note: in C++11 destructors default to noexcept
  1387. [ 89%] Building CXX object tests/CMakeFiles/chain_test.dir/tests/asset_api_tests.cpp.o
  1388. In file included from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/object_database.hpp:27:0,
  1389. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/database.hpp:34,
  1390. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/app/include/graphene/app/database_api.hpp:30,
  1391. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/app/include/graphene/app/api.hpp:26,
  1392. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/tests/tests/asset_api_tests.cpp:28:
  1393. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp: In destructor ‘graphene::db::undo_database::session::~session()’:
  1394. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: warning: throw will always call terminate() [-Wterminate]
  1395. throw; // maybe crash..
  1396. ^~~~~
  1397. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: note: in C++11 destructors default to noexcept
  1398. [ 90%] Building CXX object tests/CMakeFiles/chain_test.dir/tests/asset_tests.cpp.o
  1399. [ 90%] Building CXX object tests/CMakeFiles/chain_test.dir/tests/authority_tests.cpp.o
  1400. In file included from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/object_database.hpp:27:0,
  1401. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/database.hpp:34,
  1402. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/tests/tests/authority_tests.cpp:27:
  1403. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp: In destructor ‘graphene::db::undo_database::session::~session()’:
  1404. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: warning: throw will always call terminate() [-Wterminate]
  1405. throw; // maybe crash..
  1406. ^~~~~
  1407. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: note: in C++11 destructors default to noexcept
  1408. [ 90%] Building CXX object tests/CMakeFiles/chain_test.dir/tests/basic_tests.cpp.o
  1409. In file included from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/object_database.hpp:27:0,
  1410. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/database.hpp:34,
  1411. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/tests/tests/basic_tests.cpp:27:
  1412. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp: In destructor ‘graphene::db::undo_database::session::~session()’:
  1413. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: warning: throw will always call terminate() [-Wterminate]
  1414. throw; // maybe crash..
  1415. ^~~~~
  1416. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: note: in C++11 destructors default to noexcept
  1417. [ 91%] Building CXX object tests/CMakeFiles/chain_test.dir/tests/bitasset_tests.cpp.o
  1418. In file included from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/object_database.hpp:27:0,
  1419. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/database.hpp:34,
  1420. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/tests/tests/bitasset_tests.cpp:29:
  1421. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp: In destructor ‘graphene::db::undo_database::session::~session()’:
  1422. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: warning: throw will always call terminate() [-Wterminate]
  1423. throw; // maybe crash..
  1424. ^~~~~
  1425. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: note: in C++11 destructors default to noexcept
  1426. [ 91%] Building CXX object tests/CMakeFiles/chain_test.dir/tests/block_tests.cpp.o
  1427. In file included from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/object_database.hpp:27:0,
  1428. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/database.hpp:34,
  1429. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/tests/tests/block_tests.cpp:27:
  1430. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp: In destructor ‘graphene::db::undo_database::session::~session()’:
  1431. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: warning: throw will always call terminate() [-Wterminate]
  1432. throw; // maybe crash..
  1433. ^~~~~
  1434. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: note: in C++11 destructors default to noexcept
  1435. [ 91%] Building CXX object tests/CMakeFiles/chain_test.dir/tests/call_order_tests.cpp.o
  1436. In file included from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/object_database.hpp:27:0,
  1437. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/database.hpp:34,
  1438. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/app/include/graphene/app/application.hpp:28,
  1439. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/tests/tests/../common/database_fixture.hpp:26,
  1440. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/tests/tests/call_order_tests.cpp:31:
  1441. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp: In destructor ‘graphene::db::undo_database::session::~session()’:
  1442. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: warning: throw will always call terminate() [-Wterminate]
  1443. throw; // maybe crash..
  1444. ^~~~~
  1445. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: note: in C++11 destructors default to noexcept
  1446. [ 92%] Building CXX object tests/CMakeFiles/chain_test.dir/tests/confidential_tests.cpp.o
  1447. In file included from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/object_database.hpp:27:0,
  1448. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/database.hpp:34,
  1449. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/tests/tests/confidential_tests.cpp:27:
  1450. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp: In destructor ‘graphene::db::undo_database::session::~session()’:
  1451. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: warning: throw will always call terminate() [-Wterminate]
  1452. throw; // maybe crash..
  1453. ^~~~~
  1454. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: note: in C++11 destructors default to noexcept
  1455. [ 92%] Building CXX object tests/CMakeFiles/chain_test.dir/tests/database_api_tests.cpp.o
  1456. In file included from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/object_database.hpp:27:0,
  1457. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/database.hpp:34,
  1458. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/app/include/graphene/app/database_api.hpp:30,
  1459. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/tests/tests/database_api_tests.cpp:27:
  1460. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp: In destructor ‘graphene::db::undo_database::session::~session()’:
  1461. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: warning: throw will always call terminate() [-Wterminate]
  1462. throw; // maybe crash..
  1463. ^~~~~
  1464. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: note: in C++11 destructors default to noexcept
  1465. [ 92%] Building CXX object tests/CMakeFiles/chain_test.dir/tests/database_tests.cpp.o
  1466. In file included from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/object_database.hpp:27:0,
  1467. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/database.hpp:34,
  1468. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/tests/tests/database_tests.cpp:27:
  1469. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp: In destructor ‘graphene::db::undo_database::session::~session()’:
  1470. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: warning: throw will always call terminate() [-Wterminate]
  1471. throw; // maybe crash..
  1472. ^~~~~
  1473. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: note: in C++11 destructors default to noexcept
  1474. [ 93%] Building CXX object tests/CMakeFiles/chain_test.dir/tests/fee_tests.cpp.o
  1475. In file included from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/object_database.hpp:27:0,
  1476. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/database.hpp:34,
  1477. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/app/include/graphene/app/application.hpp:28,
  1478. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/tests/tests/../common/database_fixture.hpp:26,
  1479. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/tests/tests/fee_tests.cpp:40:
  1480. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp: In destructor ‘graphene::db::undo_database::session::~session()’:
  1481. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: warning: throw will always call terminate() [-Wterminate]
  1482. throw; // maybe crash..
  1483. ^~~~~
  1484. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: note: in C++11 destructors default to noexcept
  1485. [ 93%] Building CXX object tests/CMakeFiles/chain_test.dir/tests/history_api_tests.cpp.o
  1486. In file included from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/object_database.hpp:27:0,
  1487. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/database.hpp:34,
  1488. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/app/include/graphene/app/database_api.hpp:30,
  1489. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/app/include/graphene/app/api.hpp:26,
  1490. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/tests/tests/history_api_tests.cpp:27:
  1491. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp: In destructor ‘graphene::db::undo_database::session::~session()’:
  1492. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: warning: throw will always call terminate() [-Wterminate]
  1493. throw; // maybe crash..
  1494. ^~~~~
  1495. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: note: in C++11 destructors default to noexcept
  1496. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/tests/tests/history_api_tests.cpp: In member function ‘void history_api_tests::get_account_history_operations::test_method()’:
  1497. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/tests/tests/history_api_tests.cpp:552:11: warning: unused variable ‘transfer_op_id’ [-Wunused-variable]
  1498. int transfer_op_id = operation::tag<graphene::chain::transfer_operation>::value;
  1499. ^~~~~~~~~~~~~~
  1500. [ 93%] Building CXX object tests/CMakeFiles/chain_test.dir/tests/main.cpp.o
  1501. [ 93%] Building CXX object tests/CMakeFiles/chain_test.dir/tests/market_rounding_tests.cpp.o
  1502. In file included from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/object_database.hpp:27:0,
  1503. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/database.hpp:34,
  1504. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/app/include/graphene/app/application.hpp:28,
  1505. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/tests/tests/../common/database_fixture.hpp:26,
  1506. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/tests/tests/market_rounding_tests.cpp:31:
  1507. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp: In destructor ‘graphene::db::undo_database::session::~session()’:
  1508. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: warning: throw will always call terminate() [-Wterminate]
  1509. throw; // maybe crash..
  1510. ^~~~~
  1511. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: note: in C++11 destructors default to noexcept
  1512. [ 94%] Building CXX object tests/CMakeFiles/chain_test.dir/tests/market_tests.cpp.o
  1513. In file included from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/object_database.hpp:27:0,
  1514. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/database.hpp:34,
  1515. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/app/include/graphene/app/application.hpp:28,
  1516. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/tests/tests/../common/database_fixture.hpp:26,
  1517. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/tests/tests/market_tests.cpp:31:
  1518. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp: In destructor ‘graphene::db::undo_database::session::~session()’:
  1519. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: warning: throw will always call terminate() [-Wterminate]
  1520. throw; // maybe crash..
  1521. ^~~~~
  1522. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: note: in C++11 destructors default to noexcept
  1523. [ 94%] Building CXX object tests/CMakeFiles/chain_test.dir/tests/network_broadcast_api_tests.cpp.o
  1524. In file included from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/object_database.hpp:27:0,
  1525. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/database.hpp:34,
  1526. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/app/include/graphene/app/database_api.hpp:30,
  1527. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/app/include/graphene/app/api.hpp:26,
  1528. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/tests/tests/network_broadcast_api_tests.cpp:27:
  1529. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp: In destructor ‘graphene::db::undo_database::session::~session()’:
  1530. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: warning: throw will always call terminate() [-Wterminate]
  1531. throw; // maybe crash..
  1532. ^~~~~
  1533. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: note: in C++11 destructors default to noexcept
  1534. [ 94%] Building CXX object tests/CMakeFiles/chain_test.dir/tests/operation_tests.cpp.o
  1535. In file included from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/object_database.hpp:27:0,
  1536. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/database.hpp:34,
  1537. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/tests/tests/operation_tests.cpp:28:
  1538. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp: In destructor ‘graphene::db::undo_database::session::~session()’:
  1539. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: warning: throw will always call terminate() [-Wterminate]
  1540. throw; // maybe crash..
  1541. ^~~~~
  1542. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: note: in C++11 destructors default to noexcept
  1543. In file included from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/tests/tests/operation_tests.cpp:43:0:
  1544. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/tests/tests/../common/database_fixture.hpp: In member function ‘void operation_tests::update_uia::test_method()’:
  1545. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/tests/tests/../common/database_fixture.hpp:135:9: warning: ‘bak.fc::optional<graphene::db::object_id<1, 2, graphene::chain::account_object> >::_value[0]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  1546. auto bak = op.field; \
  1547. ^~~
  1548. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/tests/tests/../common/database_fixture.hpp:135:9: note: ‘bak.fc::optional<graphene::db::object_id<1, 2, graphene::chain::account_object> >::_value[0]’ was declared here
  1549. auto bak = op.field; \
  1550. ^
  1551. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/tests/tests/../common/database_fixture.hpp:135:9: note: in definition of macro ‘REQUIRE_THROW_WITH_VALUE_2’
  1552. auto bak = op.field; \
  1553. ^~~
  1554. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/tests/tests/operation_tests.cpp:1193:7: note: in expansion of macro ‘REQUIRE_THROW_WITH_VALUE’
  1555. REQUIRE_THROW_WITH_VALUE(op, new_issuer, test.issuer);
  1556. ^
  1557. [ 95%] Building CXX object tests/CMakeFiles/chain_test.dir/tests/operation_tests2.cpp.o
  1558. In file included from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/object_database.hpp:27:0,
  1559. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/database.hpp:34,
  1560. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/tests/tests/operation_tests2.cpp:27:
  1561. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp: In destructor ‘graphene::db::undo_database::session::~session()’:
  1562. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: warning: throw will always call terminate() [-Wterminate]
  1563. throw; // maybe crash..
  1564. ^~~~~
  1565. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: note: in C++11 destructors default to noexcept
  1566. [ 95%] Building CXX object tests/CMakeFiles/chain_test.dir/tests/serialization_tests.cpp.o
  1567. In file included from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/object_database.hpp:27:0,
  1568. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/database.hpp:34,
  1569. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/tests/tests/serialization_tests.cpp:27:
  1570. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp: In destructor ‘graphene::db::undo_database::session::~session()’:
  1571. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: warning: throw will always call terminate() [-Wterminate]
  1572. throw; // maybe crash..
  1573. ^~~~~
  1574. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: note: in C++11 destructors default to noexcept
  1575. [ 95%] Building CXX object tests/CMakeFiles/chain_test.dir/tests/settle_tests.cpp.o
  1576. In file included from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/object_database.hpp:27:0,
  1577. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/database.hpp:34,
  1578. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/app/include/graphene/app/application.hpp:28,
  1579. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/tests/tests/../common/database_fixture.hpp:26,
  1580. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/tests/tests/settle_tests.cpp:31:
  1581. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp: In destructor ‘graphene::db::undo_database::session::~session()’:
  1582. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: warning: throw will always call terminate() [-Wterminate]
  1583. throw; // maybe crash..
  1584. ^~~~~
  1585. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: note: in C++11 destructors default to noexcept
  1586. [ 96%] Building CXX object tests/CMakeFiles/chain_test.dir/tests/smartcoin_tests.cpp.o
  1587. In file included from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/object_database.hpp:27:0,
  1588. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/database.hpp:34,
  1589. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/app/include/graphene/app/database_api.hpp:30,
  1590. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/tests/tests/smartcoin_tests.cpp:27:
  1591. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp: In destructor ‘graphene::db::undo_database::session::~session()’:
  1592. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: warning: throw will always call terminate() [-Wterminate]
  1593. throw; // maybe crash..
  1594. ^~~~~
  1595. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: note: in C++11 destructors default to noexcept
  1596. [ 96%] Building CXX object tests/CMakeFiles/chain_test.dir/tests/swan_tests.cpp.o
  1597. In file included from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/object_database.hpp:27:0,
  1598. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/database.hpp:34,
  1599. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/tests/tests/swan_tests.cpp:27:
  1600. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp: In destructor ‘graphene::db::undo_database::session::~session()’:
  1601. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: warning: throw will always call terminate() [-Wterminate]
  1602. throw; // maybe crash..
  1603. ^~~~~
  1604. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: note: in C++11 destructors default to noexcept
  1605. [ 96%] Building CXX object tests/CMakeFiles/chain_test.dir/tests/uia_tests.cpp.o
  1606. In file included from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/object_database.hpp:27:0,
  1607. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/database.hpp:34,
  1608. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/tests/tests/uia_tests.cpp:27:
  1609. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp: In destructor ‘graphene::db::undo_database::session::~session()’:
  1610. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: warning: throw will always call terminate() [-Wterminate]
  1611. throw; // maybe crash..
  1612. ^~~~~
  1613. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: note: in C++11 destructors default to noexcept
  1614. [ 97%] Building CXX object tests/CMakeFiles/chain_test.dir/tests/voting_tests.cpp.o
  1615. In file included from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/object_database.hpp:27:0,
  1616. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/database.hpp:34,
  1617. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/app/include/graphene/app/database_api.hpp:30,
  1618. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/tests/tests/voting_tests.cpp:27:
  1619. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp: In destructor ‘graphene::db::undo_database::session::~session()’:
  1620. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: warning: throw will always call terminate() [-Wterminate]
  1621. throw; // maybe crash..
  1622. ^~~~~
  1623. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: note: in C++11 destructors default to noexcept
  1624. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/tests/tests/voting_tests.cpp: In member function ‘void voting_tests::last_voting_date_proxy::test_method()’:
  1625. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/tests/tests/voting_tests.cpp:491:12: warning: unused variable ‘round2’ [-Wunused-variable]
  1626. auto round2 = db.head_block_time().sec_since_epoch();
  1627. ^~~~~~
  1628. [ 97%] Building CXX object tests/CMakeFiles/chain_test.dir/tests/wallet_tests.cpp.o
  1629. In file included from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/object_database.hpp:27:0,
  1630. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/database.hpp:34,
  1631. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/app/include/graphene/app/database_api.hpp:30,
  1632. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/tests/tests/wallet_tests.cpp:27:
  1633. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp: In destructor ‘graphene::db::undo_database::session::~session()’:
  1634. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: warning: throw will always call terminate() [-Wterminate]
  1635. throw; // maybe crash..
  1636. ^~~~~
  1637. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: note: in C++11 destructors default to noexcept
  1638. [ 97%] Linking CXX executable chain_test
  1639. [ 97%] Built target chain_test
  1640. Scanning dependencies of target chain_bench
  1641. [ 98%] Building CXX object tests/CMakeFiles/chain_bench.dir/common/database_fixture.cpp.o
  1642. In file included from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/object_database.hpp:27:0,
  1643. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/database.hpp:34,
  1644. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/app/include/graphene/app/application.hpp:28,
  1645. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/app/include/graphene/app/plugin.hpp:26,
  1646. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/plugins/account_history/include/graphene/account_history/account_history_plugin.hpp:26,
  1647. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/tests/common/database_fixture.cpp:27:
  1648. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp: In destructor ‘graphene::db::undo_database::session::~session()’:
  1649. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: warning: throw will always call terminate() [-Wterminate]
  1650. throw; // maybe crash..
  1651. ^~~~~
  1652. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: note: in C++11 destructors default to noexcept
  1653. In file included from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/fc/include/fc/safe.hpp:2:0,
  1654. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/fc/include/fc/io/raw_fwd.hpp:7,
  1655. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/fc/include/fc/io/enum_type.hpp:3,
  1656. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/protocol/types.hpp:27,
  1657. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/protocol/base.hpp:26,
  1658. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/protocol/operations.hpp:25,
  1659. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/protocol/transaction.hpp:25,
  1660. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/protocol/block.hpp:25,
  1661. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/net/include/graphene/net/core_messages.hpp:27,
  1662. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/net/include/graphene/net/node.hpp:26,
  1663. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/app/include/graphene/app/application.hpp:27,
  1664. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/app/include/graphene/app/plugin.hpp:26,
  1665. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/plugins/account_history/include/graphene/account_history/account_history_plugin.hpp:26,
  1666. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/tests/common/database_fixture.cpp:27:
  1667. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/tests/common/database_fixture.cpp: In destructor ‘graphene::chain::database_fixture::~database_fixture()’:
  1668. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/fc/include/fc/exception/exception.hpp:373:5: warning: throw will always call terminate() [-Wterminate]
  1669. throw; \
  1670. ^
  1671. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/fc/include/fc/exception/exception.hpp:373:5: note: in definition of macro ‘FC_RETHROW_EXCEPTION’
  1672. throw; \
  1673. ^~~~~
  1674. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/tests/common/database_fixture.cpp:220:3: note: in expansion of macro ‘FC_CAPTURE_AND_RETHROW’
  1675. } FC_CAPTURE_AND_RETHROW() }
  1676. ^
  1677. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/fc/include/fc/exception/exception.hpp:373:5: note: in C++11 destructors default to noexcept
  1678. throw; \
  1679. ^
  1680. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/fc/include/fc/exception/exception.hpp:373:5: note: in definition of macro ‘FC_RETHROW_EXCEPTION’
  1681. throw; \
  1682. ^~~~~
  1683. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/tests/common/database_fixture.cpp:220:3: note: in expansion of macro ‘FC_CAPTURE_AND_RETHROW’
  1684. } FC_CAPTURE_AND_RETHROW() }
  1685. ^
  1686. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/fc/include/fc/exception/exception.hpp:468:36: warning: throw will always call terminate() [-Wterminate]
  1687. e.what() ) ; throw fce;\
  1688. ^
  1689. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/fc/include/fc/exception/exception.hpp:468:36: note: in definition of macro ‘FC_CAPTURE_AND_RETHROW’
  1690. e.what() ) ; throw fce;\
  1691. ^~~
  1692. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/fc/include/fc/exception/exception.hpp:468:36: note: in C++11 destructors default to noexcept
  1693. e.what() ) ; throw fce;\
  1694. ^
  1695. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/fc/include/fc/exception/exception.hpp:468:36: note: in definition of macro ‘FC_CAPTURE_AND_RETHROW’
  1696. e.what() ) ; throw fce;\
  1697. ^~~
  1698. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/fc/include/fc/exception/exception.hpp:472:42: warning: throw will always call terminate() [-Wterminate]
  1699. std::current_exception() ); \
  1700. ^
  1701. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/tests/common/database_fixture.cpp:220:3: note: in expansion of macro ‘FC_CAPTURE_AND_RETHROW’
  1702. } FC_CAPTURE_AND_RETHROW() }
  1703. ^
  1704. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/fc/include/fc/exception/exception.hpp:472:42: note: in C++11 destructors default to noexcept
  1705. std::current_exception() ); \
  1706. ^
  1707. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/tests/common/database_fixture.cpp:220:3: note: in expansion of macro ‘FC_CAPTURE_AND_RETHROW’
  1708. } FC_CAPTURE_AND_RETHROW() }
  1709. ^
  1710. [ 98%] Building CXX object tests/CMakeFiles/chain_bench.dir/benchmarks/genesis_allocation.cpp.o
  1711. In file included from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/object_database.hpp:27:0,
  1712. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/database.hpp:34,
  1713. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/tests/benchmarks/genesis_allocation.cpp:24:
  1714. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp: In destructor ‘graphene::db::undo_database::session::~session()’:
  1715. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: warning: throw will always call terminate() [-Wterminate]
  1716. throw; // maybe crash..
  1717. ^~~~~
  1718. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: note: in C++11 destructors default to noexcept
  1719. [ 98%] Building CXX object tests/CMakeFiles/chain_bench.dir/benchmarks/main.cpp.o
  1720. [ 98%] Linking CXX executable chain_bench
  1721. [ 98%] Built target chain_bench
  1722. Scanning dependencies of target cli_test
  1723. [ 98%] Building CXX object tests/CMakeFiles/cli_test.dir/cli/main.cpp.o
  1724. In file included from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/object_database.hpp:27:0,
  1725. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/database.hpp:34,
  1726. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/app/include/graphene/app/application.hpp:28,
  1727. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/tests/cli/main.cpp:24:
  1728. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp: In destructor ‘graphene::db::undo_database::session::~session()’:
  1729. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: warning: throw will always call terminate() [-Wterminate]
  1730. throw; // maybe crash..
  1731. ^~~~~
  1732. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: note: in C++11 destructors default to noexcept
  1733. [ 99%] Linking CXX executable cli_test
  1734. [ 99%] Built target cli_test
  1735. Scanning dependencies of target app_test
  1736. [ 99%] Building CXX object tests/CMakeFiles/app_test.dir/app/main.cpp.o
  1737. In file included from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/object_database.hpp:27:0,
  1738. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/database.hpp:34,
  1739. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/app/include/graphene/app/application.hpp:28,
  1740. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/tests/app/main.cpp:24:
  1741. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp: In destructor ‘graphene::db::undo_database::session::~session()’:
  1742. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: warning: throw will always call terminate() [-Wterminate]
  1743. throw; // maybe crash..
  1744. ^~~~~
  1745. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: note: in C++11 destructors default to noexcept
  1746. [ 99%] Linking CXX executable app_test
  1747. [ 99%] Built target app_test
  1748. Scanning dependencies of target es_test
  1749. [ 99%] Building CXX object tests/CMakeFiles/es_test.dir/common/database_fixture.cpp.o
  1750. In file included from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/object_database.hpp:27:0,
  1751. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/database.hpp:34,
  1752. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/app/include/graphene/app/application.hpp:28,
  1753. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/app/include/graphene/app/plugin.hpp:26,
  1754. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/plugins/account_history/include/graphene/account_history/account_history_plugin.hpp:26,
  1755. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/tests/common/database_fixture.cpp:27:
  1756. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp: In destructor ‘graphene::db::undo_database::session::~session()’:
  1757. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: warning: throw will always call terminate() [-Wterminate]
  1758. throw; // maybe crash..
  1759. ^~~~~
  1760. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: note: in C++11 destructors default to noexcept
  1761. In file included from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/fc/include/fc/safe.hpp:2:0,
  1762. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/fc/include/fc/io/raw_fwd.hpp:7,
  1763. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/fc/include/fc/io/enum_type.hpp:3,
  1764. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/protocol/types.hpp:27,
  1765. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/protocol/base.hpp:26,
  1766. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/protocol/operations.hpp:25,
  1767. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/protocol/transaction.hpp:25,
  1768. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/protocol/block.hpp:25,
  1769. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/net/include/graphene/net/core_messages.hpp:27,
  1770. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/net/include/graphene/net/node.hpp:26,
  1771. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/app/include/graphene/app/application.hpp:27,
  1772. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/app/include/graphene/app/plugin.hpp:26,
  1773. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/plugins/account_history/include/graphene/account_history/account_history_plugin.hpp:26,
  1774. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/tests/common/database_fixture.cpp:27:
  1775. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/tests/common/database_fixture.cpp: In destructor ‘graphene::chain::database_fixture::~database_fixture()’:
  1776. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/fc/include/fc/exception/exception.hpp:373:5: warning: throw will always call terminate() [-Wterminate]
  1777. throw; \
  1778. ^
  1779. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/fc/include/fc/exception/exception.hpp:373:5: note: in definition of macro ‘FC_RETHROW_EXCEPTION’
  1780. throw; \
  1781. ^~~~~
  1782. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/tests/common/database_fixture.cpp:220:3: note: in expansion of macro ‘FC_CAPTURE_AND_RETHROW’
  1783. } FC_CAPTURE_AND_RETHROW() }
  1784. ^
  1785. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/fc/include/fc/exception/exception.hpp:373:5: note: in C++11 destructors default to noexcept
  1786. throw; \
  1787. ^
  1788. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/fc/include/fc/exception/exception.hpp:373:5: note: in definition of macro ‘FC_RETHROW_EXCEPTION’
  1789. throw; \
  1790. ^~~~~
  1791. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/tests/common/database_fixture.cpp:220:3: note: in expansion of macro ‘FC_CAPTURE_AND_RETHROW’
  1792. } FC_CAPTURE_AND_RETHROW() }
  1793. ^
  1794. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/fc/include/fc/exception/exception.hpp:468:36: warning: throw will always call terminate() [-Wterminate]
  1795. e.what() ) ; throw fce;\
  1796. ^
  1797. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/fc/include/fc/exception/exception.hpp:468:36: note: in definition of macro ‘FC_CAPTURE_AND_RETHROW’
  1798. e.what() ) ; throw fce;\
  1799. ^~~
  1800. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/fc/include/fc/exception/exception.hpp:468:36: note: in C++11 destructors default to noexcept
  1801. e.what() ) ; throw fce;\
  1802. ^
  1803. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/fc/include/fc/exception/exception.hpp:468:36: note: in definition of macro ‘FC_CAPTURE_AND_RETHROW’
  1804. e.what() ) ; throw fce;\
  1805. ^~~
  1806. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/fc/include/fc/exception/exception.hpp:472:42: warning: throw will always call terminate() [-Wterminate]
  1807. std::current_exception() ); \
  1808. ^
  1809. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/tests/common/database_fixture.cpp:220:3: note: in expansion of macro ‘FC_CAPTURE_AND_RETHROW’
  1810. } FC_CAPTURE_AND_RETHROW() }
  1811. ^
  1812. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/fc/include/fc/exception/exception.hpp:472:42: note: in C++11 destructors default to noexcept
  1813. std::current_exception() ); \
  1814. ^
  1815. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/tests/common/database_fixture.cpp:220:3: note: in expansion of macro ‘FC_CAPTURE_AND_RETHROW’
  1816. } FC_CAPTURE_AND_RETHROW() }
  1817. ^
  1818. [100%] Building CXX object tests/CMakeFiles/es_test.dir/elasticsearch/main.cpp.o
  1819. In file included from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/object_database.hpp:27:0,
  1820. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/database.hpp:34,
  1821. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/app/include/graphene/app/database_api.hpp:30,
  1822. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/app/include/graphene/app/api.hpp:26,
  1823. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/tests/elasticsearch/main.cpp:25:
  1824. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp: In destructor ‘graphene::db::undo_database::session::~session()’:
  1825. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: warning: throw will always call terminate() [-Wterminate]
  1826. throw; // maybe crash..
  1827. ^~~~~
  1828. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: note: in C++11 destructors default to noexcept
  1829. [100%] Linking CXX executable es_test
  1830. [100%] Built target es_test
  1831. Scanning dependencies of target generate_empty_blocks
  1832. [100%] Building CXX object tests/generate_empty_blocks/CMakeFiles/generate_empty_blocks.dir/main.cpp.o
  1833. In file included from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/object_database.hpp:27:0,
  1834. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/chain/include/graphene/chain/database.hpp:34,
  1835. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/app/include/graphene/app/database_api.hpp:30,
  1836. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/app/include/graphene/app/api.hpp:26,
  1837. from /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/tests/generate_empty_blocks/main.cpp:35:
  1838. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp: In destructor ‘graphene::db::undo_database::session::~session()’:
  1839. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: warning: throw will always call terminate() [-Wterminate]
  1840. throw; // maybe crash..
  1841. ^~~~~
  1842. /home/alfredo/CLionProjects/pull1510/compare/bitshares-core/libraries/db/include/graphene/db/undo_database.hpp:69:22: note: in C++11 destructors default to noexcept
  1843. [100%] Linking CXX executable generate_empty_blocks
  1844. [100%] Built target generate_empty_blocks
  1845. alfredo@alfredo-System-Product-Name:~/CLionProjects/pull1510/compare/bitshares-core$
Add Comment
Please, Sign In to add comment