Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 21.33 KB | None | 0 0
  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37. Installing some dependencies - might ask for sudo password
  38. Reading package lists... Done
  39. Building dependency tree      
  40. Reading state information... Done
  41. autoconf is already the newest version (2.69-9).
  42. build-essential is already the newest version (12.1ubuntu2).
  43. libgmp-dev is already the newest version (2:6.1.0+dfsg-2).
  44. libtool is already the newest version (2.4.6-0.1).
  45. pkg-config is already the newest version (0.29.1-0ubuntu1).
  46. python3 is already the newest version (3.5.1-3).
  47. zip is already the newest version (3.0-11).
  48. libprotobuf-c-dev is already the newest version (1.2.1-1).
  49. cmake is already the newest version (3.5.1-1ubuntu3).
  50. git is already the newest version (1:2.7.4-0ubuntu1.6).
  51. libcurl4-gnutls-dev is already the newest version (7.47.0-1ubuntu2.13).
  52. libevent-dev is already the newest version (2.0.21-stable-2ubuntu0.16.04.1).
  53. libsqlite3-dev is already the newest version (3.11.0-1ubuntu1.1).
  54. libssl-dev is already the newest version (1.0.2g-1ubuntu4.15).
  55. python is already the newest version (2.7.12-1~16.04).
  56. software-properties-common is already the newest version (0.96.20.8).
  57. jq is already the newest version (1.5+dfsg-1ubuntu0.1).
  58. The following NEW packages will be installed:
  59.   libgmp3-dev ninja-build
  60. 0 upgraded, 2 newly installed, 0 to remove and 45 not upgraded.
  61. Need to get 86.8 kB of archives.
  62. After this operation, 293 kB of additional disk space will be used.
  63. Get:1 http://us-east-1.ec2.archive.ubuntu.com/ubuntu xenial/main amd64 libgmp3-dev amd64 2:6.1.0+dfsg-2 [1,920 B]
  64. Get:2 http://us-east-1.ec2.archive.ubuntu.com/ubuntu xenial/universe amd64 ninja-build amd64 1.5.1-0.1ubuntu1 [84.8 kB]
  65. Fetched 86.8 kB in 0s (1,460 kB/s)    
  66. Selecting previously unselected package libgmp3-dev.
  67. (Reading database ... 76511 files and directories currently installed.)
  68. Preparing to unpack .../libgmp3-dev_2%3a6.1.0+dfsg-2_amd64.deb ...
  69. Unpacking libgmp3-dev (2:6.1.0+dfsg-2) ...
  70. Selecting previously unselected package ninja-build.
  71. Preparing to unpack .../ninja-build_1.5.1-0.1ubuntu1_amd64.deb ...
  72. Unpacking ninja-build (1.5.1-0.1ubuntu1) ...
  73. Processing triggers for man-db (2.7.5-1) ...
  74. Setting up libgmp3-dev (2:6.1.0+dfsg-2) ...
  75. Setting up ninja-build (1.5.1-0.1ubuntu1) ...
  76. Cloning nng
  77. Cloning into 'nng'...
  78. remote: Enumerating objects: 55, done.
  79. remote: Counting objects: 100% (55/55), done.
  80. remote: Compressing objects: 100% (33/33), done.
  81. remote: Total 19500 (delta 22), reused 40 (delta 21), pack-reused 19445
  82. Receiving objects: 100% (19500/19500), 7.47 MiB | 0 bytes/s, done.
  83. Resolving deltas: 100% (15390/15390), done.
  84. Checking connectivity... done.
  85. Building nng
  86. -- The C compiler identification is GNU 5.4.0
  87. -- Check for working C compiler using: Ninja
  88. -- Check for working C compiler using: Ninja -- works
  89. -- Detecting C compiler ABI info
  90. -- Detecting C compiler ABI info - done
  91. -- Detecting C compile features
  92. -- Detecting C compile features - done
  93. -- Found UnixCommands: /bin/bash  
  94. -- Check if the system is big endian
  95. -- Searching 16 bit integer
  96. -- Looking for sys/types.h
  97. -- Looking for sys/types.h - found
  98. -- Looking for stdint.h
  99. -- Looking for stdint.h - found
  100. -- Looking for stddef.h
  101. -- Looking for stddef.h - found
  102. -- Check size of unsigned short
  103. -- Check size of unsigned short - done
  104. -- Using unsigned short
  105. -- Check if the system is big endian - little endian
  106. -- Performing Test NNG_HIDDEN_VISIBILITY
  107. -- Performing Test NNG_HIDDEN_VISIBILITY - Success
  108. -- Looking for pthread.h
  109. -- Looking for pthread.h - found
  110. -- Looking for pthread_create
  111. -- Looking for pthread_create - not found
  112. -- Looking for pthread_create in pthreads
  113. -- Looking for pthread_create in pthreads - not found
  114. -- Looking for pthread_create in pthread
  115. -- Looking for pthread_create in pthread - found
  116. -- Found Threads: TRUE  
  117. -- Looking for lockf
  118. -- Looking for lockf - found
  119. -- Looking for flock
  120. -- Looking for flock - found
  121. -- Looking for clock_gettime in rt
  122. -- Looking for clock_gettime in rt - found
  123. -- Looking for sem_wait in pthread
  124. -- Looking for sem_wait in pthread - found
  125. -- Looking for gethostbyname in nsl
  126. -- Looking for gethostbyname in nsl - found
  127. -- Looking for socket in socket
  128. -- Looking for socket in socket - not found
  129. -- Looking for AF_UNIX
  130. -- Looking for AF_UNIX - found
  131. -- Looking for backtrace_symbols_fd
  132. -- Looking for backtrace_symbols_fd - found
  133. -- Looking for alloca
  134. -- Looking for alloca - found
  135. -- Performing Test NNG_HAVE_MSG_CONTROL
  136. -- Performing Test NNG_HAVE_MSG_CONTROL - Success
  137. -- Looking for eventfd
  138. -- Looking for eventfd - found
  139. -- Looking for kqueue
  140. -- Looking for kqueue - not found
  141. -- Looking for port_create
  142. -- Looking for port_create - not found
  143. -- Looking for epoll_create
  144. -- Looking for epoll_create - found
  145. -- Looking for epoll_create1
  146. -- Looking for epoll_create1 - found
  147. -- Looking for getpeereid
  148. -- Looking for getpeereid - not found
  149. -- Looking for SO_PEERCRED
  150. -- Looking for SO_PEERCRED - found
  151. -- Performing Test NNG_HAVE_SOCKPEERCRED
  152. -- Performing Test NNG_HAVE_SOCKPEERCRED - Failed
  153. -- Looking for LOCAL_PEERCRED
  154. -- Looking for LOCAL_PEERCRED - not found
  155. -- Looking for getpeerucred
  156. -- Looking for getpeerucred - not found
  157. -- Looking for atomic_flag_test_and_set
  158. -- Looking for atomic_flag_test_and_set - found
  159. -- Looking for strlcat
  160. -- Looking for strlcat - not found
  161. -- Looking for strlcpy
  162. -- Looking for strlcpy - not found
  163. -- Looking for strnlen
  164. -- Looking for strnlen - found
  165. -- Looking for strcasecmp
  166. -- Looking for strcasecmp - found
  167. -- Looking for strncasecmp
  168. -- Looking for strncasecmp - found
  169. -- Building static libs
  170. -- Looking for nl_langinfo
  171. -- Looking for nl_langinfo - found
  172. -- Test tls disabled (unconfigured)
  173. -- Test wss disabled (unconfigured)
  174. -- Test wssfile disabled (unconfigured)
  175. -- Test zt disabled (unconfigured)
  176. -- The CXX compiler identification is GNU 5.4.0
  177. -- Check for working CXX compiler using: Ninja
  178. -- Check for working CXX compiler using: Ninja -- works
  179. -- Detecting CXX compiler ABI info
  180. -- Detecting CXX compiler ABI info - done
  181. -- Detecting CXX compile features
  182. -- Detecting CXX compile features - done
  183. -- Configuring done
  184. -- Generating done
  185. -- Build files have been written to: /home/ubuntu/nng/build
  186. [307/307] Linking C executable tools/nngcat/nngcat
  187. [1/1] Running tests...
  188. Test project /home/ubuntu/nng/build
  189.       Start  1: aio
  190.  1/81 Test  #1: aio ..............................   Passed    0.38 sec
  191.       Start  2: base64
  192.  2/81 Test  #2: base64 ...........................   Passed    0.00 sec
  193.       Start  3: bufsz
  194.  3/81 Test  #3: bufsz ............................   Passed    0.00 sec
  195.       Start  4: device
  196.  4/81 Test  #4: device ...........................   Passed    0.20 sec
  197.       Start  5: errors
  198.  5/81 Test  #5: errors ...........................   Passed    0.00 sec
  199.       Start  6: files
  200.  6/81 Test  #6: files ............................   Passed    0.00 sec
  201.       Start  7: httpclient
  202.  7/81 Test  #7: httpclient .......................   Passed    4.68 sec
  203.       Start  8: httpserver
  204.  8/81 Test  #8: httpserver .......................   Passed    1.52 sec
  205.       Start  9: idhash
  206.  9/81 Test  #9: idhash ...........................   Passed    0.01 sec
  207.       Start 10: inproc
  208. 10/81 Test #10: inproc ...........................   Passed    0.81 sec
  209.       Start 11: ipc
  210. 11/81 Test #11: ipc ..............................   Passed    1.03 sec
  211.       Start 12: ipcperms
  212. 12/81 Test #12: ipcperms .........................   Passed    0.00 sec
  213.       Start 13: ipcsupp
  214. 13/81 Test #13: ipcsupp ..........................   Passed    0.00 sec
  215.       Start 14: ipcwinsec
  216. 14/81 Test #14: ipcwinsec ........................   Passed    0.00 sec
  217.       Start 15: list
  218. 15/81 Test #15: list .............................   Passed    0.00 sec
  219.       Start 16: message
  220. 16/81 Test #16: message ..........................   Passed    0.00 sec
  221.       Start 17: multistress
  222. 17/81 Test #17: multistress ......................   Passed   30.01 sec
  223.       Start 18: nonblock
  224. 18/81 Test #18: nonblock .........................   Passed   15.01 sec
  225.       Start 19: options
  226. 19/81 Test #19: options ..........................   Passed    0.00 sec
  227.       Start 20: pipe
  228. 20/81 Test #20: pipe .............................   Passed    0.32 sec
  229.       Start 21: platform
  230. 21/81 Test #21: platform .........................   Passed    0.30 sec
  231.       Start 22: pollfd
  232. 22/81 Test #22: pollfd ...........................   Passed    0.36 sec
  233.       Start 23: pubsubpollfd
  234. 23/81 Test #23: pubsubpollfd .....................   Passed    0.41 sec
  235.       Start 24: reconnect
  236. 24/81 Test #24: reconnect ........................   Passed    1.97 sec
  237.       Start 25: resolv
  238. 25/81 Test #25: resolv ...........................   Passed    0.01 sec
  239.       Start 26: scalability
  240. 26/81 Test #26: scalability ......................   Passed    0.05 sec
  241.       Start 27: set_recvmaxsize
  242. 27/81 Test #27: set_recvmaxsize ..................   Passed    0.31 sec
  243.       Start 28: sha1
  244. 28/81 Test #28: sha1 .............................   Passed    0.03 sec
  245.       Start 29: sock
  246. 29/81 Test #29: sock .............................   Passed    0.31 sec
  247.       Start 30: stats
  248. 30/81 Test #30: stats ............................   Passed    0.00 sec
  249.       Start 31: synch
  250. 31/81 Test #31: synch ............................   Passed    0.24 sec
  251.       Start 32: tcpsupp
  252. 32/81 Test #32: tcpsupp ..........................   Passed    0.00 sec
  253.       Start 33: tcp
  254. 33/81 Test #33: tcp ..............................   Passed    1.10 sec
  255.       Start 34: tcp6
  256. 34/81 Test #34: tcp6 .............................   Passed    1.03 sec
  257.       Start 35: transport
  258. 35/81 Test #35: transport ........................   Passed    0.01 sec
  259.       Start 36: udp
  260. 36/81 Test #36: udp ..............................   Passed    0.00 sec
  261.       Start 37: url
  262. 37/81 Test #37: url ..............................   Passed    0.00 sec
  263.       Start 38: ws
  264. *** Error in `/home/ubuntu/nng/build/tests/ws': double free or corruption (fasttop): 0x0000000001a67140 ***
  265. ======= Backtrace: =========
  266. /lib/x86_64-linux-gnu/libc.so.6(+0x777e5)[0x7f64678737e5]
  267. /lib/x86_64-linux-gnu/libc.so.6(+0x8037a)[0x7f646787c37a]
  268. /lib/x86_64-linux-gnu/libc.so.6(cfree+0x4c)[0x7f646788053c]
  269. /home/ubuntu/nng/build/tests/ws(nni_free+0x1c)[0x42bb7a]
  270. /home/ubuntu/nng/build/tests/ws(nni_http_handler_fini+0x7a)[0x449367]
  271. /home/ubuntu/nng/build/tests/ws[0x43c05d]
  272. /home/ubuntu/nng/build/tests/ws(nng_stream_listener_free+0x23)[0x44052d]
  273. /home/ubuntu/nng/build/tests/ws[0x438350]
  274. /home/ubuntu/nng/build/tests/ws(nni_listener_destroy+0x7a)[0x41f238]
  275. /home/ubuntu/nng/build/tests/ws(nni_listener_reap+0x145)[0x42780d]
  276. /home/ubuntu/nng/build/tests/ws[0x423f21]
  277. /home/ubuntu/nng/build/tests/ws[0x42991e]
  278. /home/ubuntu/nng/build/tests/ws[0x42c623]
  279. /lib/x86_64-linux-gnu/libpthread.so.0(+0x76ba)[0x7f6467dd56ba]
  280. /lib/x86_64-linux-gnu/libc.so.6(clone+0x6d)[0x7f646790341d]
  281. ======= Memory map: ========
  282. 00400000-00469000 r-xp 00000000 ca:01 519506                             /home/ubuntu/nng/build/tests/ws
  283. 00668000-00669000 r--p 00068000 ca:01 519506                             /home/ubuntu/nng/build/tests/ws
  284. 00669000-0066b000 rw-p 00069000 ca:01 519506                             /home/ubuntu/nng/build/tests/ws
  285. 0066b000-0066d000 rw-p 00000000 00:00 0
  286. 01a60000-01ab0000 rw-p 00000000 00:00 0                                  [heap]
  287. 7f6434000000-7f6434021000 rw-p 00000000 00:00 0
  288. 7f6434021000-7f6438000000 ---p 00000000 00:00 0
  289. 7f6438000000-7f6438021000 rw-p 00000000 00:00 0
  290. 7f6438021000-7f643c000000 ---p 00000000 00:00 0
  291. 7f643c000000-7f643c021000 rw-p 00000000 00:00 0
  292. 7f643c021000-7f6440000000 ---p 00000000 00:00 0
  293. 7f6440000000-7f6440041000 rw-p 00000000 00:00 0
  294. 7f6440041000-7f6444000000 ---p 00000000 00:00 0
  295. 7f6444000000-7f6444021000 rw-p 00000000 00:00 0
  296. 7f6444021000-7f6448000000 ---p 00000000 00:00 0
  297. 7f6448000000-7f6448021000 rw-p 00000000 00:00 0
  298. 7f6448021000-7f644c000000 ---p 00000000 00:00 0
  299. 7f644c000000-7f644c021000 rw-p 00000000 00:00 0
  300. 7f644c021000-7f6450000000 ---p 00000000 00:00 0
  301. 7f6450000000-7f6450021000 rw-p 00000000 00:00 0
  302. 7f6450021000-7f6454000000 ---p 00000000 00:00 0
  303. 7f6454000000-7f6454021000 rw-p 00000000 00:00 0
  304. 7f6454021000-7f6458000000 ---p 00000000 00:00 0
  305. 7f6458000000-7f6458041000 rw-p 00000000 00:00 0
  306. 7f6458041000-7f645c000000 ---p 00000000 00:00 0
  307. 7f645c000000-7f645c021000 rw-p 00000000 00:00 0
  308. 7f645c021000-7f6460000000 ---p 00000000 00:00 0
  309. 7f64613c8000-7f64613d3000 r-xp 00000000 ca:01 2079                       /lib/x86_64-linux-gnu/libnss_files-2.23.so
  310. 7f64613d3000-7f64615d2000 ---p 0000b000 ca:01 2079                       /lib/x86_64-linux-gnu/libnss_files-2.23.so
  311. 7f64615d2000-7f64615d3000 r--p 0000a000 ca:01 2079                       /lib/x86_64-linux-gnu/libnss_files-2.23.so
  312. 7f64615d3000-7f64615d4000 rw-p 0000b000 ca:01 2079                       /lib/x86_64-linux-gnu/libnss_files-2.23.so
  313. 7f64615d4000-7f64615da000 rw-p 00000000 00:00 0
  314. 7f64615da000-7f64615f0000 r-xp 00000000 ca:01 1990                       /lib/x86_64-linux-gnu/libgcc_s.so.1
  315. 7f64615f0000-7f64617ef000 ---p 00016000 ca:01 1990                       /lib/x86_64-linux-gnu/libgcc_s.so.1
  316. 7f64617ef000-7f64617f0000 rw-p 00015000 ca:01 1990                       /lib/x86_64-linux-gnu/libgcc_s.so.1
  317. 7f64617f0000-7f64617f1000 ---p 00000000 00:00 0
  318. 7f64617f1000-7f6461ff1000 rw-p 00000000 00:00 0
  319. 7f6461ff1000-7f6461ff2000 ---p 00000000 00:00 0
  320. 7f6461ff2000-7f64627f2000 rw-p 00000000 00:00 0
  321. 7f64627f2000-7f64627f3000 ---p 00000000 00:00 0
  322. 7f64627f3000-7f6462ff3000 rw-p 00000000 00:00 0
  323. 7f6462ff3000-7f6462ff4000 ---p 00000000 00:00 0
  324. 7f6462ff4000-7f64637f4000 rw-p 00000000 00:00 0
  325. 7f64637f4000-7f64637f5000 ---p 00000000 00:00 0
  326. 7f64637f5000-7f6463ff5000 rw-p 00000000 00:00 0
  327. 7f6463ff5000-7f6463ff6000 ---p 00000000 00:00 0
  328. 7f6463ff6000-7f64647f6000 rw-p 00000000 00:00 0
  329. 7f64647f6000-7f64647f7000 ---p 00000000 00:00 0
  330. 7f64647f7000-7f6464ff7000 rw-p 00000000 00:00 0
  331. 7f6464ff7000-7f6464ff8000 ---p 00000000 00:00 0
  332. 7f6464ff8000-7f64657f8000 rw-p 00000000 00:00 0
  333. 7f64657f8000-7f64657f9000 ---p 00000000 00:00 0
  334. 7f64657f9000-7f6465ff9000 rw-p 00000000 00:00 0
  335. 7f6465ff9000-7f6465ffa000 ---p 00000000 00:00 0
  336. 7f6465ffa000-7f64667fa000 rw-p 00000000 00:00 0
  337. 7f64667fa000-7f64667fb000 ---p 00000000 00:00 0
  338. 7f64667fb000-7f6466ffb000 rw-p 00000000 00:00 0
  339. 7f6466ffb000-7f6466ffc000 ---p 00000000 00:00 0
  340. 7f6466ffc000-7f64677fc000 rw-p 00000000 00:00 0
  341. 7f64677fc000-7f64679bc000 r-xp 00000000 ca:01 2082                       /lib/x86_64-linux-gnu/libc-2.23.so
  342. 7f64679bc000-7f6467bbc000 ---p 001c0000 ca:01 2082                       /lib/x86_64-linux-gnu/libc-2.23.so
  343. 7f6467bbc000-7f6467bc0000 r--p 001c0000 ca:01 2082                       /lib/x86_64-linux-gnu/libc-2.23.so
  344. 7f6467bc0000-7f6467bc2000 rw-p 001c4000 ca:01 2082                       /lib/x86_64-linux-gnu/libc-2.23.so
  345. 7f6467bc2000-7f6467bc6000 rw-p 00000000 00:00 0
  346. 7f6467bc6000-7f6467bcd000 r-xp 00000000 ca:01 2062                       /lib/x86_64-linux-gnu/librt-2.23.so
  347. 7f6467bcd000-7f6467dcc000 ---p 00007000 ca:01 2062                       /lib/x86_64-linux-gnu/librt-2.23.so
  348. 7f6467dcc000-7f6467dcd000 r--p 00006000 ca:01 2062                       /lib/x86_64-linux-gnu/librt-2.23.so
  349. 7f6467dcd000-7f6467dce000 rw-p 00007000 ca:01 2062                       /lib/x86_64-linux-gnu/librt-2.23.so
  350. 7f6467dce000-7f6467de6000 r-xp 00000000 ca:01 2068                       /lib/x86_64-linux-gnu/libpthread-2.23.so
  351. 7f6467de6000-7f6467fe5000 ---p 00018000 ca:01 2068                       /lib/x86_64-linux-gnu/libpthread-2.23.so
  352. 7f6467fe5000-7f6467fe6000 r--p 00017000 ca:01 2068                       /lib/x86_64-linux-gnu/libpthread-2.23.so
  353. 7f6467fe6000-7f6467fe7000 rw-p 00018000 ca:01 2068                       /lib/x86_64-linux-gnu/libpthread-2.23.so
  354. 7f6467fe7000-7f6467feb000 rw-p 00000000 00:00 0
  355. 7f6467feb000-7f6468011000 r-xp 00000000 ca:01 2067                       /lib/x86_64-linux-gnu/ld-2.23.so
  356. 7f646806a000-7f6468202000 r--p 00000000 ca:01 29178                      /usr/lib/locale/locale-archive
  357. 7f6468202000-7f6468206000 rw-p 00000000 00:00 0
  358. 7f646820f000-7f6468210000 rw-p 00000000 00:00 0
  359. 7f6468210000-7f6468211000 r--p 00025000 ca:01 2067                       /lib/x86_64-linux-gnu/ld-2.23.so
  360. 7f6468211000-7f6468212000 rw-p 00026000 ca:01 2067                       /lib/x86_64-linux-gnu/ld-2.23.so
  361. 7f6468212000-7f6468213000 rw-p 00000000 00:00 0
  362. 7ffd49147000-7ffd49168000 rw-p 00000000 00:00 0                          [stack]
  363. 7ffd491bd000-7ffd491c0000 r--p 00000000 00:00 0                          [vvar]
  364. 7ffd491c0000-7ffd491c2000 r-xp 00000000 00:00 0                          [vdso]
  365. ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0                  [vsyscall]
  366. 38/81 Test #38: ws ...............................***Exception: Other  1.40 sec
  367.      Start 39: wsstream
  368. 39/81 Test #39: wsstream .........................   Passed    0.01 sec
  369.      Start 40: bus
  370. 40/81 Test #40: bus ..............................   Passed    0.20 sec
  371.      Start 41: pipeline
  372. 41/81 Test #41: pipeline .........................   Passed    0.34 sec
  373.      Start 42: pair1
  374. 42/81 Test #42: pair1 ............................   Passed    3.63 sec
  375.      Start 43: pubsub
  376. 43/81 Test #43: pubsub ...........................   Passed    0.99 sec
  377.      Start 44: reqctx
  378. 44/81 Test #44: reqctx ...........................   Passed    0.12 sec
  379.      Start 45: reqpoll
  380. 45/81 Test #45: reqpoll ..........................   Passed    0.71 sec
  381.      Start 46: reqrep
  382. 46/81 Test #46: reqrep ...........................   Passed    0.07 sec
  383.      Start 47: reqstress
  384. 47/81 Test #47: reqstress ........................   Passed   30.11 sec
  385.      Start 48: respondpoll
  386. 48/81 Test #48: respondpoll ......................   Passed    1.31 sec
  387.      Start 49: survey
  388. 49/81 Test #49: survey ...........................   Passed    2.65 sec
  389.      Start 50: surveyctx
  390. 50/81 Test #50: surveyctx ........................   Passed    0.10 sec
  391.      Start 51: surveypoll
  392. 51/81 Test #51: surveypoll .......................   Passed    1.31 sec
  393.      Start 52: compat_block
  394. 52/81 Test #52: compat_block .....................   Passed    0.20 sec
  395.      Start 53: compat_bug777
  396. 53/81 Test #53: compat_bug777 ....................   Passed    0.10 sec
  397.      Start 54: compat_bus
  398. 54/81 Test #54: compat_bus .......................   Passed    0.21 sec
  399.      Start 55: compat_cmsg
  400. 55/81 Test #55: compat_cmsg ......................   Passed    0.00 sec
  401.      Start 56: compat_msg
  402. 56/81 Test #56: compat_msg .......................   Passed    0.02 sec
  403.      Start 57: compat_iovec
  404. 57/81 Test #57: compat_iovec .....................   Passed    0.00 sec
  405.      Start 58: compat_device
  406. 58/81 Test #58: compat_device ....................   Passed    1.21 sec
  407.      Start 59: compat_pair
  408. 59/81 Test #59: compat_pair ......................   Passed    0.00 sec
  409.      Start 60: compat_pipeline
  410. 60/81 Test #60: compat_pipeline ..................   Passed    0.06 sec
  411.      Start 61: compat_poll
  412. 61/81 Test #61: compat_poll ......................   Passed    0.35 sec
  413.      Start 62: compat_reqrep
  414. 62/81 Test #62: compat_reqrep ....................   Passed    1.15 sec
  415.      Start 63: compat_survey
  416. 63/81 Test #63: compat_survey ....................   Passed    3.00 sec
  417.      Start 64: compat_reqttl
  418. 64/81 Test #64: compat_reqttl ....................   Passed    0.21 sec
  419.      Start 65: compat_shutdown
  420. 65/81 Test #65: compat_shutdown ..................   Passed    0.00 sec
  421.      Start 66: compat_surveyttl
  422. 66/81 Test #66: compat_surveyttl .................   Passed    0.20 sec
  423.      Start 67: compat_tcp
  424. 67/81 Test #67: compat_tcp .......................   Passed    0.76 sec
  425.      Start 68: compat_ws
  426. 68/81 Test #68: compat_ws ........................   Passed    1.49 sec
  427.      Start 69: compat_options
  428. 69/81 Test #69: compat_options ...................   Passed    0.00 sec
  429.      Start 70: cplusplus_pair
  430. 70/81 Test #70: cplusplus_pair ...................   Passed    0.00 sec
  431.      Start 71: inproc_lat
  432. 71/81 Test #71: inproc_lat .......................   Passed    0.53 sec
  433.      Start 72: inproc_thr
  434. 72/81 Test #72: inproc_thr .......................   Passed    0.56 sec
  435.      Start 73: nngcat_async
  436. 73/81 Test #73: nngcat_async .....................   Passed    4.01 sec
  437.      Start 74: nngcat_ambiguous
  438. 74/81 Test #74: nngcat_ambiguous .................   Passed    0.00 sec
  439.      Start 75: nngcat_need_proto
  440. 75/81 Test #75: nngcat_need_proto ................   Passed    0.00 sec
  441.      Start 76: nngcat_dup_proto
  442. 76/81 Test #76: nngcat_dup_proto .................   Passed    0.00 sec
  443.      Start 77: nngcat_help
  444. 77/81 Test #77: nngcat_help ......................   Passed    0.01 sec
  445.      Start 78: nngcat_incompat
  446. 78/81 Test #78: nngcat_incompat ..................   Passed    0.01 sec
  447.      Start 79: nngcat_pubsub
  448. 79/81 Test #79: nngcat_pubsub ....................   Passed    4.63 sec
  449.      Start 80: nngcat_recvmaxsz
  450. 80/81 Test #80: nngcat_recvmaxsz .................   Passed    2.02 sec
  451.      Start 81: nngcat_unlimited
  452. 81/81 Test #81: nngcat_unlimited .................   Passed    2.68 sec
  453.  
  454. 99% tests passed, 1 tests failed out of 81
  455.  
  456. Total Test time (real) = 126.57 sec
  457.  
  458. The following tests FAILED:
  459.         38 - ws (OTHER_FAULT)
  460. Errors while running CTest
  461. FAILED: cd /home/ubuntu/nng/build && /usr/bin/ctest --force-new-ctest-process
  462. ninja: build stopped: subcommand failed.
  463. ubuntu@ip-172-31-91-102:~/chips-in-a-box$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement