Advertisement
Guest User

Untitled

a guest
Sep 15th, 2019
315
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.54 KB | None | 0 0
  1. $ be64 bash -c 'cd packages/ipaddrcheck; /usr/bin/dpkg-buildpackage -b -us -uc -tc -d'
  2. Current UID/GID: 1000/1000
  3. Unknown host QEMU_IFLA type: 50
  4. Unknown host QEMU_IFLA type: 51
  5. Unknown host QEMU_IFLA type: 50
  6. Unknown host QEMU_IFLA type: 51
  7. dpkg-buildpackage: info: source package ipaddrcheck
  8. dpkg-buildpackage: info: source version 1.1
  9. dpkg-buildpackage: info: source distribution unstable
  10. dpkg-buildpackage: info: source changed by Daniil Baturin <daniil@baturin.org>
  11. dpkg-buildpackage: info: host architecture arm64
  12. dpkg-source --before-build .
  13. fakeroot debian/rules clean
  14. autoreconf -i
  15. dh clean
  16. dh_auto_clean
  17. make -j1 distclean
  18. make[1]: Entering directory '/vyos/packages/ipaddrcheck'
  19. Making distclean in src
  20. make[2]: Entering directory '/vyos/packages/ipaddrcheck/src'
  21. test -z "ipaddrcheck" || rm -f ipaddrcheck
  22. rm -f *.o
  23. rm -f *.tab.c
  24. test -z "" || rm -f
  25. test . = "." || test -z "" || rm -f
  26. rm -f config.h stamp-h1
  27. rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  28. rm -f ./.deps/ipaddrcheck.Po
  29. rm -f ./.deps/ipaddrcheck_functions.Po
  30. rm -f Makefile
  31. make[2]: Leaving directory '/vyos/packages/ipaddrcheck/src'
  32. Making distclean in .
  33. make[2]: Entering directory '/vyos/packages/ipaddrcheck'
  34. test -z "" || rm -f
  35. test . = "." || test -z "" || rm -f
  36. rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  37. rm -f cscope.out cscope.in.out cscope.po.out cscope.files
  38. make[2]: Leaving directory '/vyos/packages/ipaddrcheck'
  39. Making distclean in tests
  40. make[2]: Entering directory '/vyos/packages/ipaddrcheck/tests'
  41. test -z "check_ipaddrcheck" || rm -f check_ipaddrcheck
  42. rm -f *.o
  43. rm -f ../src/*.o
  44. test -z "check_ipaddrcheck.log integration_tests.sh.log" || rm -f check_ipaddrcheck.log integration_tests.sh.log
  45. test -z "check_ipaddrcheck.trs integration_tests.sh.trs" || rm -f check_ipaddrcheck.trs integration_tests.sh.trs
  46. test -z "test-suite.log" || rm -f test-suite.log
  47. rm -f *.tab.c
  48. test -z "" || rm -f
  49. test . = "." || test -z "" || rm -f
  50. rm -f ../src/.deps/.dirstamp
  51. rm -f ../src/.dirstamp
  52. rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  53. rm -f ../src/.deps/check_ipaddrcheck-ipaddrcheck_functions.Po
  54. rm -f ./.deps/check_ipaddrcheck-check_ipaddrcheck.Po
  55. rm -f Makefile
  56. make[2]: Leaving directory '/vyos/packages/ipaddrcheck/tests'
  57. Making distclean in man
  58. make[2]: Entering directory '/vyos/packages/ipaddrcheck/man'
  59. test -z "" || rm -f
  60. test . = "." || test -z "" || rm -f
  61. rm -f Makefile
  62. make[2]: Leaving directory '/vyos/packages/ipaddrcheck/man'
  63. rm -f config.status config.cache config.log configure.lineno config.status.lineno
  64. rm -f Makefile
  65. make[1]: Leaving directory '/vyos/packages/ipaddrcheck'
  66. dh_clean
  67. debian/rules build
  68. autoreconf -i
  69. dh build
  70. dh_update_autotools_config
  71. dh_auto_configure
  72. ./configure --build=aarch64-linux-gnu --prefix=/usr --includedir=\${prefix}/include --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --disable-silent-rules --libdir=\${prefix}/lib/aarch64-linux-gnu --libexecdir=\${prefix}/lib/aarch64-linux-gnu --disable-maintainer-mode --disable-dependency-tracking
  73. configure: WARNING: unrecognized options: --disable-maintainer-mode
  74. checking for gcc... gcc
  75. checking whether the C compiler works... yes
  76. checking for C compiler default output file name... a.out
  77. checking for suffix of executables...
  78. checking whether we are cross compiling... no
  79. checking for suffix of object files... o
  80. checking whether we are using the GNU C compiler... yes
  81. checking whether gcc accepts -g... yes
  82. checking for gcc option to accept ISO C89... none needed
  83. checking whether gcc understands -c and -o together... yes
  84. checking how to run the C preprocessor... gcc -E
  85. checking for grep that handles long lines and -e... /bin/grep
  86. checking for egrep... /bin/grep -E
  87. checking for ANSI C header files... yes
  88. checking for sys/types.h... yes
  89. checking for sys/stat.h... yes
  90. checking for stdlib.h... yes
  91. checking for string.h... yes
  92. checking for memory.h... yes
  93. checking for strings.h... yes
  94. checking for inttypes.h... yes
  95. checking for stdint.h... yes
  96. checking for unistd.h... yes
  97. checking pcre.h usability... yes
  98. checking pcre.h presence... yes
  99. checking for pcre.h... yes
  100. checking libcidr.h usability... yes
  101. checking libcidr.h presence... yes
  102. checking for libcidr.h... yes
  103. checking for a BSD-compatible install... /usr/bin/install -c
  104. checking whether build environment is sane... yes
  105. checking for a thread-safe mkdir -p... /bin/mkdir -p
  106. checking for gawk... gawk
  107. checking whether make sets $(MAKE)... yes
  108. checking whether make supports the include directive... yes (GNU style)
  109. checking whether make supports nested variables... yes
  110. checking dependency style of gcc... none
  111. checking for pkg-config... /usr/bin/pkg-config
  112. checking pkg-config is at least version 0.9.0... yes
  113. checking for CHECK... yes
  114. checking that generated files are newer than configure... done
  115. configure: creating ./config.status
  116. config.status: creating Makefile
  117. config.status: creating src/Makefile
  118. config.status: creating tests/Makefile
  119. config.status: creating man/Makefile
  120. config.status: creating src/config.h
  121. config.status: executing depfiles commands
  122. configure: WARNING: unrecognized options: --disable-maintainer-mode
  123. dh_auto_build
  124. make -j1
  125. make[1]: Entering directory '/vyos/packages/ipaddrcheck'
  126. Making all in src
  127. make[2]: Entering directory '/vyos/packages/ipaddrcheck/src'
  128. /usr/bin/make all-am
  129. make[3]: Entering directory '/vyos/packages/ipaddrcheck/src'
  130. gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 --pedantic -Wall -Werror -std=c99 -O2 -g -O2 -fdebug-prefix-map=/vyos/packages/ipaddrcheck=. -fstack-protector-strong -Wformat -Werror=format-security -c -o ipaddrcheck.o ipaddrcheck.c
  131. gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 --pedantic -Wall -Werror -std=c99 -O2 -g -O2 -fdebug-prefix-map=/vyos/packages/ipaddrcheck=. -fstack-protector-strong -Wformat -Werror=format-security -c -o ipaddrcheck_functions.o ipaddrcheck_functions.c
  132. gcc --pedantic -Wall -Werror -std=c99 -O2 -g -O2 -fdebug-prefix-map=/vyos/packages/ipaddrcheck=. -fstack-protector-strong -Wformat -Werror=format-security -lcidr -lpcre -Wl,-z,relro -o ipaddrcheck ipaddrcheck.o ipaddrcheck_functions.o
  133. make[3]: Leaving directory '/vyos/packages/ipaddrcheck/src'
  134. make[2]: Leaving directory '/vyos/packages/ipaddrcheck/src'
  135. Making all in .
  136. make[2]: Entering directory '/vyos/packages/ipaddrcheck'
  137. make[2]: Nothing to be done for 'all-am'.
  138. make[2]: Leaving directory '/vyos/packages/ipaddrcheck'
  139. Making all in tests
  140. make[2]: Entering directory '/vyos/packages/ipaddrcheck/tests'
  141. make[2]: Nothing to be done for 'all'.
  142. make[2]: Leaving directory '/vyos/packages/ipaddrcheck/tests'
  143. Making all in man
  144. make[2]: Entering directory '/vyos/packages/ipaddrcheck/man'
  145. make[2]: Nothing to be done for 'all'.
  146. make[2]: Leaving directory '/vyos/packages/ipaddrcheck/man'
  147. make[1]: Leaving directory '/vyos/packages/ipaddrcheck'
  148. dh_auto_test
  149. make -j1 check VERBOSE=1
  150. make[1]: Entering directory '/vyos/packages/ipaddrcheck'
  151. Making check in src
  152. make[2]: Entering directory '/vyos/packages/ipaddrcheck/src'
  153. make[2]: Nothing to be done for 'check'.
  154. make[2]: Leaving directory '/vyos/packages/ipaddrcheck/src'
  155. Making check in .
  156. make[2]: Entering directory '/vyos/packages/ipaddrcheck'
  157. make[2]: Nothing to be done for 'check-am'.
  158. make[2]: Leaving directory '/vyos/packages/ipaddrcheck'
  159. Making check in tests
  160. make[2]: Entering directory '/vyos/packages/ipaddrcheck/tests'
  161. /usr/bin/make check_ipaddrcheck
  162. make[3]: Entering directory '/vyos/packages/ipaddrcheck/tests'
  163. gcc -DHAVE_CONFIG_H -I. -I../src -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -g -O2 -fdebug-prefix-map=/vyos/packages/ipaddrcheck=. -fstack-protector-strong -Wformat -Werror=format-security -c -o check_ipaddrcheck-check_ipaddrcheck.o `test -f 'check_ipaddrcheck.c' || echo './'`check_ipaddrcheck.c
  164. gcc -DHAVE_CONFIG_H -I. -I../src -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -g -O2 -fdebug-prefix-map=/vyos/packages/ipaddrcheck=. -fstack-protector-strong -Wformat -Werror=format-security -c -o ../src/check_ipaddrcheck-ipaddrcheck_functions.o `test -f '../src/ipaddrcheck_functions.c' || echo './'`../src/ipaddrcheck_functions.c
  165. gcc -pthread -g -O2 -fdebug-prefix-map=/vyos/packages/ipaddrcheck=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -o check_ipaddrcheck check_ipaddrcheck-check_ipaddrcheck.o ../src/check_ipaddrcheck-ipaddrcheck_functions.o -lcidr -lpcre -lcheck_pic -pthread -lrt -lm -lsubunit
  166. make[3]: Leaving directory '/vyos/packages/ipaddrcheck/tests'
  167. /usr/bin/make check-TESTS
  168. make[3]: Entering directory '/vyos/packages/ipaddrcheck/tests'
  169. make[4]: Entering directory '/vyos/packages/ipaddrcheck/tests'
  170. PASS: check_ipaddrcheck
  171. FAIL: integration_tests.sh
  172. ===========================================
  173. ipaddrcheck 1.0: tests/test-suite.log
  174. ===========================================
  175.  
  176. # TOTAL: 2
  177. # PASS: 1
  178. # SKIP: 0
  179. # XFAIL: 0
  180. # FAIL: 1
  181. # XPASS: 0
  182. # ERROR: 0
  183.  
  184. .. contents:: :depth: 2
  185.  
  186. FAIL: integration_tests.sh
  187. ==========================
  188.  
  189. test #1 "../src/ipaddrcheck --is-valid 192.0.2.1" failed:
  190. program terminated with code 2 instead of 0
  191. test #2 "../src/ipaddrcheck --is-valid 192.0.2.0" failed:
  192. program terminated with code 2 instead of 0
  193. test #3 "../src/ipaddrcheck --is-valid 0.0.0.0" failed:
  194. program terminated with code 2 instead of 0
  195. test #4 "../src/ipaddrcheck --is-valid 0.0.0.1" failed:
  196. program terminated with code 2 instead of 0
  197. test #5 "../src/ipaddrcheck --is-valid 255.255.255.255" failed:
  198. program terminated with code 2 instead of 0
  199. test #6 "../src/ipaddrcheck --is-valid 192.0.2.1/0" failed:
  200. program terminated with code 2 instead of 0
  201. test #7 "../src/ipaddrcheck --is-valid 192.0.2.1/32" failed:
  202. program terminated with code 2 instead of 0
  203. test #8 "../src/ipaddrcheck --is-valid 192.0.2.1/24" failed:
  204. program terminated with code 2 instead of 0
  205. test #9 "../src/ipaddrcheck --is-valid 192.0.2.0/26" failed:
  206. program terminated with code 2 instead of 0
  207. test #10 "../src/ipaddrcheck --is-valid 2001:0db8:0000:0000:0000:ff00:0042:8329" failed:
  208. program terminated with code 2 instead of 0
  209. test #11 "../src/ipaddrcheck --is-valid 2001:db8:0:0:0:ff00:42:8329" failed:
  210. program terminated with code 2 instead of 0
  211. test #12 "../src/ipaddrcheck --is-valid 2001:db8::1" failed:
  212. program terminated with code 2 instead of 0
  213. test #13 "../src/ipaddrcheck --is-valid ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff" failed:
  214. program terminated with code 2 instead of 0
  215. test #14 "../src/ipaddrcheck --is-valid 0000::" failed:
  216. program terminated with code 2 instead of 0
  217. test #15 "../src/ipaddrcheck --is-valid ::1" failed:
  218. program terminated with code 2 instead of 0
  219. test #16 "../src/ipaddrcheck --is-valid ::" failed:
  220. program terminated with code 2 instead of 0
  221. test #17 "../src/ipaddrcheck --is-valid 2001:db8::/0" failed:
  222. program terminated with code 2 instead of 0
  223. test #18 "../src/ipaddrcheck --is-valid 2001:db8::/128" failed:
  224. program terminated with code 2 instead of 0
  225. test #19 "../src/ipaddrcheck --is-valid 2001:db8::/56" failed:
  226. program terminated with code 2 instead of 0
  227. test #20 "../src/ipaddrcheck --is-valid ::/0" failed:
  228. program terminated with code 2 instead of 0
  229. test #21 "../src/ipaddrcheck --is-valid 192.0.2.666" failed:
  230. program terminated with code 2 instead of 1
  231. test #22 "../src/ipaddrcheck --is-valid 500.0.2.1" failed:
  232. program terminated with code 2 instead of 1
  233. test #23 "../src/ipaddrcheck --is-valid 192.0.2.1/33" failed:
  234. program terminated with code 2 instead of 1
  235. test #24 "../src/ipaddrcheck --is-valid 192.0.2.666/32" failed:
  236. program terminated with code 2 instead of 1
  237. test #25 "../src/ipaddrcheck --is-valid gggg::ffff" failed:
  238. program terminated with code 2 instead of 1
  239. test #26 "../src/ipaddrcheck --is-valid 2001:db8::bad::f00d" failed:
  240. program terminated with code 2 instead of 1
  241. test #27 "../src/ipaddrcheck --is-valid 2001:db8::/129" failed:
  242. program terminated with code 2 instead of 1
  243. test #28 "../src/ipaddrcheck --is-valid garbage" failed:
  244. program terminated with code 2 instead of 1
  245. test #29 "../src/ipaddrcheck --is-any-cidr 192.0.2.1/0" failed:
  246. program terminated with code 2 instead of 0
  247. test #30 "../src/ipaddrcheck --is-any-cidr 192.0.2.1/32" failed:
  248. program terminated with code 2 instead of 0
  249. test #31 "../src/ipaddrcheck --is-any-cidr 192.0.2.1/24" failed:
  250. program terminated with code 2 instead of 0
  251. test #32 "../src/ipaddrcheck --is-any-cidr 192.0.2.0/26" failed:
  252. program terminated with code 2 instead of 0
  253. test #33 "../src/ipaddrcheck --is-any-cidr 2001:db8::/0" failed:
  254. program terminated with code 2 instead of 0
  255. test #34 "../src/ipaddrcheck --is-any-cidr 2001:db8::/128" failed:
  256. program terminated with code 2 instead of 0
  257. test #35 "../src/ipaddrcheck --is-any-cidr 2001:db8::/56" failed:
  258. program terminated with code 2 instead of 0
  259. test #36 "../src/ipaddrcheck --is-any-cidr ::/0" failed:
  260. program terminated with code 2 instead of 0
  261. test #37 "../src/ipaddrcheck --is-any-cidr 192.0.2.1" failed:
  262. program terminated with code 2 instead of 1
  263. test #38 "../src/ipaddrcheck --is-any-cidr 192.0.2.1/33" failed:
  264. program terminated with code 2 instead of 1
  265. test #39 "../src/ipaddrcheck --is-any-cidr 192.0.2.666/32" failed:
  266. program terminated with code 2 instead of 1
  267. test #40 "../src/ipaddrcheck --is-any-cidr 2001:0db8:0000:0000:0000:ff00:0042:8329" failed:
  268. program terminated with code 2 instead of 1
  269. test #41 "../src/ipaddrcheck --is-any-cidr 2001:db8::/129" failed:
  270. program terminated with code 2 instead of 1
  271. test #42 "../src/ipaddrcheck --is-any-cidr garbage" failed:
  272. program terminated with code 2 instead of 1
  273. test #43 "../src/ipaddrcheck --is-any-single 192.0.2.1" failed:
  274. program terminated with code 2 instead of 0
  275. test #44 "../src/ipaddrcheck --is-any-single 192.0.2.0" failed:
  276. program terminated with code 2 instead of 0
  277. test #45 "../src/ipaddrcheck --is-any-single 0.0.0.0" failed:
  278. program terminated with code 2 instead of 0
  279. test #46 "../src/ipaddrcheck --is-any-single 0.0.0.1" failed:
  280. program terminated with code 2 instead of 0
  281. test #47 "../src/ipaddrcheck --is-any-single 255.255.255.255" failed:
  282. program terminated with code 2 instead of 0
  283. test #48 "../src/ipaddrcheck --is-any-single 2001:0db8:0000:0000:0000:ff00:0042:8329" failed:
  284. program terminated with code 2 instead of 0
  285. test #49 "../src/ipaddrcheck --is-any-single 2001:db8:0:0:0:ff00:42:8329" failed:
  286. program terminated with code 2 instead of 0
  287. test #50 "../src/ipaddrcheck --is-any-single 2001:db8::1" failed:
  288. program terminated with code 2 instead of 0
  289. test #51 "../src/ipaddrcheck --is-any-single ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff" failed:
  290. program terminated with code 2 instead of 0
  291. test #52 "../src/ipaddrcheck --is-any-single 0000::" failed:
  292. program terminated with code 2 instead of 0
  293. test #53 "../src/ipaddrcheck --is-any-single ::1" failed:
  294. program terminated with code 2 instead of 0
  295. test #54 "../src/ipaddrcheck --is-any-single ::" failed:
  296. program terminated with code 2 instead of 0
  297. test #55 "../src/ipaddrcheck --is-any-single 192.0.2.666" failed:
  298. program terminated with code 2 instead of 1
  299. test #56 "../src/ipaddrcheck --is-any-single 500.0.2.1" failed:
  300. program terminated with code 2 instead of 1
  301. test #57 "../src/ipaddrcheck --is-any-single gggg::ffff" failed:
  302. program terminated with code 2 instead of 1
  303. test #58 "../src/ipaddrcheck --is-any-single 2001:db8::bad::f00d" failed:
  304. program terminated with code 2 instead of 1
  305. test #59 "../src/ipaddrcheck --is-any-single garbage" failed:
  306. program terminated with code 2 instead of 1
  307. test #60 "../src/ipaddrcheck --is-ipv4 192.0.2.1" failed:
  308. program terminated with code 2 instead of 0
  309. test #61 "../src/ipaddrcheck --is-ipv4 192.0.2.0" failed:
  310. program terminated with code 2 instead of 0
  311. test #62 "../src/ipaddrcheck --is-ipv4 0.0.0.0" failed:
  312. program terminated with code 2 instead of 0
  313. test #63 "../src/ipaddrcheck --is-ipv4 0.0.0.1" failed:
  314. program terminated with code 2 instead of 0
  315. test #64 "../src/ipaddrcheck --is-ipv4 255.255.255.255" failed:
  316. program terminated with code 2 instead of 0
  317. test #65 "../src/ipaddrcheck --is-ipv4 192.0.2.1/0" failed:
  318. program terminated with code 2 instead of 0
  319. test #66 "../src/ipaddrcheck --is-ipv4 192.0.2.1/32" failed:
  320. program terminated with code 2 instead of 0
  321. test #67 "../src/ipaddrcheck --is-ipv4 192.0.2.1/24" failed:
  322. program terminated with code 2 instead of 0
  323. test #68 "../src/ipaddrcheck --is-ipv4 192.0.2.0/26" failed:
  324. program terminated with code 2 instead of 0
  325. test #69 "../src/ipaddrcheck --is-ipv4 192.0.2.666" failed:
  326. program terminated with code 2 instead of 1
  327. test #70 "../src/ipaddrcheck --is-ipv4 500.0.2.1" failed:
  328. program terminated with code 2 instead of 1
  329. test #71 "../src/ipaddrcheck --is-ipv4 192.0.2.1/33" failed:
  330. program terminated with code 2 instead of 1
  331. test #72 "../src/ipaddrcheck --is-ipv4 192.0.2.666/32" failed:
  332. program terminated with code 2 instead of 1
  333. test #73 "../src/ipaddrcheck --is-ipv4 2001:0db8:0000:0000:0000:ff00:0042:8329" failed:
  334. program terminated with code 2 instead of 1
  335. test #74 "../src/ipaddrcheck --is-ipv4 2001:db8::/0" failed:
  336. program terminated with code 2 instead of 1
  337. test #75 "../src/ipaddrcheck --is-ipv4 garbage" failed:
  338. program terminated with code 2 instead of 1
  339. test #76 "../src/ipaddrcheck --is-ipv4-cidr 192.0.2.1/0" failed:
  340. program terminated with code 2 instead of 0
  341. test #77 "../src/ipaddrcheck --is-ipv4-cidr 192.0.2.1/32" failed:
  342. program terminated with code 2 instead of 0
  343. test #78 "../src/ipaddrcheck --is-ipv4-cidr 192.0.2.1/24" failed:
  344. program terminated with code 2 instead of 0
  345. test #79 "../src/ipaddrcheck --is-ipv4-cidr 192.0.2.0/26" failed:
  346. program terminated with code 2 instead of 0
  347. test #80 "../src/ipaddrcheck --is-ipv4-cidr 192.0.2.1" failed:
  348. program terminated with code 2 instead of 1
  349. test #81 "../src/ipaddrcheck --is-ipv4-cidr 192.0.2.1/33" failed:
  350. program terminated with code 2 instead of 1
  351. test #82 "../src/ipaddrcheck --is-ipv4-cidr 192.0.2.666/32" failed:
  352. program terminated with code 2 instead of 1
  353. test #83 "../src/ipaddrcheck --is-ipv4-cidr 2001:0db8:0000:0000:0000:ff00:0042:8329" failed:
  354. program terminated with code 2 instead of 1
  355. test #84 "../src/ipaddrcheck --is-ipv4-cidr 2001:db8::/0" failed:
  356. program terminated with code 2 instead of 1
  357. test #85 "../src/ipaddrcheck --is-ipv4-cidr garbage" failed:
  358. program terminated with code 2 instead of 1
  359. test #86 "../src/ipaddrcheck --is-ipv4-single 192.0.2.1" failed:
  360. program terminated with code 2 instead of 0
  361. test #87 "../src/ipaddrcheck --is-ipv4-single 192.0.2.0" failed:
  362. program terminated with code 2 instead of 0
  363. test #88 "../src/ipaddrcheck --is-ipv4-single 0.0.0.0" failed:
  364. program terminated with code 2 instead of 0
  365. test #89 "../src/ipaddrcheck --is-ipv4-single 0.0.0.1" failed:
  366. program terminated with code 2 instead of 0
  367. test #90 "../src/ipaddrcheck --is-ipv4-single 255.255.255.255" failed:
  368. program terminated with code 2 instead of 0
  369. test #91 "../src/ipaddrcheck --is-ipv4-single 192.0.2.666" failed:
  370. program terminated with code 2 instead of 1
  371. test #92 "../src/ipaddrcheck --is-ipv4-single 500.0.2.1" failed:
  372. program terminated with code 2 instead of 1
  373. test #93 "../src/ipaddrcheck --is-ipv4-single 2001:0db8:0000:0000:0000:ff00:0042:8329" failed:
  374. program terminated with code 2 instead of 1
  375. test #94 "../src/ipaddrcheck --is-ipv4-single 2001:db8::/0" failed:
  376. program terminated with code 2 instead of 1
  377. test #95 "../src/ipaddrcheck --is-ipv4-single garbage" failed:
  378. program terminated with code 2 instead of 1
  379. 95 of 95 ipaddrcheck_integration tests failed in 3.208s.
  380. FAIL integration_tests.sh (exit status: 95)
  381.  
  382. ============================================================================
  383. Testsuite summary for ipaddrcheck 1.0
  384. ============================================================================
  385. # TOTAL: 2
  386. # PASS: 1
  387. # SKIP: 0
  388. # XFAIL: 0
  389. # FAIL: 1
  390. # XPASS: 0
  391. # ERROR: 0
  392. ============================================================================
  393. See tests/test-suite.log
  394. Please report to maintainers@vyos.net
  395. ============================================================================
  396. make[4]: *** [Makefile:650: test-suite.log] Error 1
  397. make[4]: Leaving directory '/vyos/packages/ipaddrcheck/tests'
  398. make[3]: *** [Makefile:758: check-TESTS] Error 2
  399. make[3]: Leaving directory '/vyos/packages/ipaddrcheck/tests'
  400. make[2]: *** [Makefile:839: check-am] Error 2
  401. make[2]: Leaving directory '/vyos/packages/ipaddrcheck/tests'
  402. make[1]: *** [Makefile:339: check-recursive] Error 1
  403. make[1]: Leaving directory '/vyos/packages/ipaddrcheck'
  404. dh_auto_test: make -j1 check VERBOSE=1 returned exit code 2
  405. make: *** [debian/rules:5: build] Error 2
  406. dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement