1. * Package: dev-perl/Sys-Virt-0.9.12
  2. * Repository: gentoo
  3. * Maintainer: andreis.vinogradovs@gmail.com maksbotan@gentoo.org,perl@gentoo.org,proxy-maint@gentoo.org
  4. * USE: amd64 elibc_glibc kernel_linux multilib test userland_GNU
  5. * FEATURES: sandbox test userpriv usersandbox
  6. >>> Unpacking source...
  7. >>> Unpacking Sys-Virt-0.9.12.tar.gz to /tmp/portage/dev-perl/Sys-Virt-0.9.12/work
  8. >>> Source unpacked in /tmp/portage/dev-perl/Sys-Virt-0.9.12/work
  9. >>> Preparing source in /tmp/portage/dev-perl/Sys-Virt-0.9.12/work/Sys-Virt-0.9.12 ...
  10. >>> Source prepared.
  11. >>> Configuring source in /tmp/portage/dev-perl/Sys-Virt-0.9.12/work/Sys-Virt-0.9.12 ...
  12. * Using ExtUtils::MakeMaker
  13. * perl Makefile.PL PREFIX=/usr INSTALLDIRS=vendor INSTALLMAN3DIR=none DESTDIR=/tmp/portage/dev-perl/Sys-Virt-0.9.12/image/
  14. Checking if your kit is complete...
  15. Looks good
  16. Warning: prerequisite Test::CPAN::Changes 0 not found.
  17. Writing Makefile for Sys::Virt
  18. Writing MYMETA.yml and MYMETA.json
  19. >>> Source configured.
  20. >>> Compiling source in /tmp/portage/dev-perl/Sys-Virt-0.9.12/work/Sys-Virt-0.9.12 ...
  21. * emake OTHERLDFLAGS=-Wl,-O1 -Wl,--as-needed
  22. make -j1 'OTHERLDFLAGS=-Wl,-O1 -Wl,--as-needed'
  23. cp lib/Sys/Virt/Error.pm blib/lib/Sys/Virt/Error.pm
  24. cp lib/Sys/Virt/NWFilter.pm blib/lib/Sys/Virt/NWFilter.pm
  25. cp lib/Sys/Virt/Stream.pm blib/lib/Sys/Virt/Stream.pm
  26. cp lib/Sys/Virt/Network.pm blib/lib/Sys/Virt/Network.pm
  27. cp lib/Sys/Virt/StorageVol.pm blib/lib/Sys/Virt/StorageVol.pm
  28. cp lib/Sys/Virt/Secret.pm blib/lib/Sys/Virt/Secret.pm
  29. cp lib/Sys/Virt/NodeDevice.pm blib/lib/Sys/Virt/NodeDevice.pm
  30. cp lib/Sys/Virt/Event.pm blib/lib/Sys/Virt/Event.pm
  31. cp lib/Sys/Virt/StoragePool.pm blib/lib/Sys/Virt/StoragePool.pm
  32. cp lib/Sys/Virt/Interface.pm blib/lib/Sys/Virt/Interface.pm
  33. cp lib/Sys/Virt/Domain.pm blib/lib/Sys/Virt/Domain.pm
  34. cp lib/Sys/Virt.pm blib/lib/Sys/Virt.pm
  35. cp lib/Sys/Virt/DomainSnapshot.pm blib/lib/Sys/Virt/DomainSnapshot.pm
  36. /usr/bin/perl5.16.0 /usr/lib64/perl5/vendor_perl/5.16.0/ExtUtils/xsubpp -typemap /usr/lib64/perl5/5.16.0/ExtUtils/typemap -typemap typemap Virt.xs > Virt.xsc && mv Virt.xsc Virt.c
  37. x86_64-pc-linux-gnu-gcc -c -Wall -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -pipe -ggdb -march=native -ftracer -DVERSION=\"0.9.12\" -DXS_VERSION=\"0.9.12\" -fPIC "-I/usr/lib64/perl5/5.16.0/x86_64-linux-thread-multi/CORE" Virt.c
  38. Running Mkbootstrap for Sys::Virt ()
  39. chmod 644 Virt.bs
  40. rm -f blib/arch/auto/Sys/Virt/Virt.so
  41. LD_RUN_PATH="/usr/lib64" x86_64-pc-linux-gnu-gcc -shared -O2 -pipe -ggdb -march=native -ftracer -Wl,-O1 -Wl,--as-needed Virt.o -Wl,-O1 -Wl,--as-needed -o blib/arch/auto/Sys/Virt/Virt.so \
  42. -lvirt -ldl \
  43. chmod 755 blib/arch/auto/Sys/Virt/Virt.so
  44. cp Virt.bs blib/arch/auto/Sys/Virt/Virt.bs
  45. chmod 644 blib/arch/auto/Sys/Virt/Virt.bs
  46. /usr/bin/perl5.16.0 "-Iblib/arch" "-Iblib/lib" META.yml.PL META.yml
  47. /usr/bin/perl5.16.0 "-Iblib/arch" "-Iblib/lib" perl-Sys-Virt.spec.PL perl-Sys-Virt.spec
  48. Constant subroutine BLOCK_IOTUNE_TOTAL_BYTES_SEC redefined at lib/Sys/Virt.pm line 4294967295.
  49. Constant subroutine BLOCK_IOTUNE_READ_BYTES_SEC redefined at lib/Sys/Virt.pm line 4294967295.
  50. Constant subroutine BLOCK_IOTUNE_WRITE_BYTES_SEC redefined at lib/Sys/Virt.pm line 4294967295.
  51. >>> Source compiled.
  52. make -j24 test TEST_VERBOSE=1
  53. PERL_DL_NONLAZY=1 /usr/bin/perl5.16.0 "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t
  54. t/005-pod.t ............
  55. 1..13
  56. ok 1 - POD test for blib/lib/Sys/Virt.pm
  57. ok 2 - POD test for blib/lib/Sys/Virt/DomainSnapshot.pm
  58. ok 3 - POD test for blib/lib/Sys/Virt/Domain.pm
  59. ok 4 - POD test for blib/lib/Sys/Virt/Interface.pm
  60. ok 5 - POD test for blib/lib/Sys/Virt/StoragePool.pm
  61. ok 6 - POD test for blib/lib/Sys/Virt/Event.pm
  62. ok 7 - POD test for blib/lib/Sys/Virt/NodeDevice.pm
  63. ok 8 - POD test for blib/lib/Sys/Virt/Secret.pm
  64. ok 9 - POD test for blib/lib/Sys/Virt/StorageVol.pm
  65. ok 10 - POD test for blib/lib/Sys/Virt/Network.pm
  66. ok 11 - POD test for blib/lib/Sys/Virt/Stream.pm
  67. ok 12 - POD test for blib/lib/Sys/Virt/NWFilter.pm
  68. ok 13 - POD test for blib/lib/Sys/Virt/Error.pm
  69. ok
  70. t/010-pod-coverage.t ...
  71. 1..13
  72. Constant subroutine BLOCK_IOTUNE_TOTAL_BYTES_SEC redefined at /tmp/portage/dev-perl/Sys-Virt-0.9.12/work/Sys-Virt-0.9.12/blib/lib/Sys/Virt.pm line 4294967295.
  73. Constant subroutine BLOCK_IOTUNE_READ_BYTES_SEC redefined at /tmp/portage/dev-perl/Sys-Virt-0.9.12/work/Sys-Virt-0.9.12/blib/lib/Sys/Virt.pm line 4294967295.
  74. Constant subroutine BLOCK_IOTUNE_WRITE_BYTES_SEC redefined at /tmp/portage/dev-perl/Sys-Virt-0.9.12/work/Sys-Virt-0.9.12/blib/lib/Sys/Virt.pm line 4294967295.
  75. ok 1 - Pod coverage on Sys::Virt
  76. ok 2 - Pod coverage on Sys::Virt::DomainSnapshot
  77. ok 3 - Pod coverage on Sys::Virt::Domain
  78. ok 4 - Pod coverage on Sys::Virt::Interface
  79. ok 5 - Pod coverage on Sys::Virt::StoragePool
  80. ok 6 - Pod coverage on Sys::Virt::Event
  81. ok 7 - Pod coverage on Sys::Virt::NodeDevice
  82. ok 8 - Pod coverage on Sys::Virt::Secret
  83. ok 9 - Pod coverage on Sys::Virt::StorageVol
  84. ok 10 - Pod coverage on Sys::Virt::Network
  85. ok 11 - Pod coverage on Sys::Virt::Stream
  86. ok 12 - Pod coverage on Sys::Virt::NWFilter
  87. ok 13 - Pod coverage on Sys::Virt::Error
  88. ok
  89. t/015-changes.t ........
  90. 1..0 # SKIP Test::CPAN::Changes required for this test
  91. skipped: Test::CPAN::Changes required for this test
  92. t/020-constants.t ......
  93. 1..14
  94. Constant subroutine BLOCK_IOTUNE_TOTAL_BYTES_SEC redefined at /tmp/portage/dev-perl/Sys-Virt-0.9.12/work/Sys-Virt-0.9.12/blib/lib/Sys/Virt.pm line 4294967295.
  95. Constant subroutine BLOCK_IOTUNE_READ_BYTES_SEC redefined at /tmp/portage/dev-perl/Sys-Virt-0.9.12/work/Sys-Virt-0.9.12/blib/lib/Sys/Virt.pm line 4294967295.
  96. Constant subroutine BLOCK_IOTUNE_WRITE_BYTES_SEC redefined at /tmp/portage/dev-perl/Sys-Virt-0.9.12/work/Sys-Virt-0.9.12/blib/lib/Sys/Virt.pm line 4294967295.
  97. ok 1 - use Sys::Virt;
  98. ok 2 - CRED_USERNAME
  99. ok 3 - CRED_AUTHNAME
  100. ok 4 - CRED_LANGUAGE
  101. ok 5 - CRED_CNONCE
  102. ok 6 - CRED_PASSPHRASE
  103. ok 7 - CRED_ECHOPROMPT
  104. ok 8 - CRED_NOECHOPROMPT
  105. ok 9 - CRED_REALM
  106. ok 10 - CRED_EXTERNAL
  107. ok 11 - hard limit
  108. ok 12 - soft limit
  109. ok 13 - min guarantee
  110. ok 14 - swap hard limit
  111. ok
  112. t/030-api-coverage.t ... Can't locate XML/Parser.pm in @INC (@INC contains: /tmp/portage/dev-perl/Sys-Virt-0.9.12/work/Sys-Virt-0.9.12/blib/lib /tmp/portage/dev-perl/Sys-Virt-0.9.12/work/Sys-Virt-0.9.12/blib/arch /etc/perl /usr/local/lib64/perl5/5.16.0/x86_64-linux-thread-multi /usr/local/lib64/perl5/5.16.0 /usr/lib64/perl5/vendor_perl/5.16.0/x86_64-linux-thread-multi /usr/lib64/perl5/vendor_perl/5.16.0 /usr/lib64/perl5/5.16.0/x86_64-linux-thread-multi /usr/lib64/perl5/5.16.0 .) at /usr/lib64/perl5/vendor_perl/5.16.0/XML/XPath/XMLParser.pm line 7.
  113. BEGIN failed--compilation aborted at /usr/lib64/perl5/vendor_perl/5.16.0/XML/XPath/XMLParser.pm line 7.
  114. Compilation failed in require at /usr/lib64/perl5/vendor_perl/5.16.0/XML/XPath.pm line 13.
  115. BEGIN failed--compilation aborted at /usr/lib64/perl5/vendor_perl/5.16.0/XML/XPath.pm line 13.
  116. Compilation failed in require at t/030-api-coverage.t line 5.
  117. BEGIN failed--compilation aborted at t/030-api-coverage.t line 5.
  118. Dubious, test returned 2 (wstat 512, 0x200)
  119. No subtests run
  120. t/100-connect.t ........
  121. 1..24
  122. Can't locate XML/Parser.pm in @INC (@INC contains: /tmp/portage/dev-perl/Sys-Virt-0.9.12/work/Sys-Virt-0.9.12/blib/lib /tmp/portage/dev-perl/Sys-Virt-0.9.12/work/Sys-Virt-0.9.12/blib/arch /etc/perl /usr/local/lib64/perl5/5.16.0/x86_64-linux-thread-multi /usr/local/lib64/perl5/5.16.0 /usr/lib64/perl5/vendor_perl/5.16.0/x86_64-linux-thread-multi /usr/lib64/perl5/vendor_perl/5.16.0 /usr/lib64/perl5/5.16.0/x86_64-linux-thread-multi /usr/lib64/perl5/5.16.0 .) at /usr/lib64/perl5/vendor_perl/5.16.0/XML/XPath/XMLParser.pm line 7.
  123. BEGIN failed--compilation aborted at /usr/lib64/perl5/vendor_perl/5.16.0/XML/XPath/XMLParser.pm line 7.
  124. Compilation failed in require at /usr/lib64/perl5/vendor_perl/5.16.0/XML/XPath.pm line 13.
  125. BEGIN failed--compilation aborted at /usr/lib64/perl5/vendor_perl/5.16.0/XML/XPath.pm line 13.
  126. Compilation failed in require at t/100-connect.t line 7.
  127. BEGIN failed--compilation aborted at t/100-connect.t line 7.
  128. # Looks like your test exited with 2 before it could output anything.
  129. Dubious, test returned 2 (wstat 512, 0x200)
  130. Failed 24/24 subtests
  131. t/200-domains.t ........
  132. 1..56
  133. Constant subroutine BLOCK_IOTUNE_TOTAL_BYTES_SEC redefined at /tmp/portage/dev-perl/Sys-Virt-0.9.12/work/Sys-Virt-0.9.12/blib/lib/Sys/Virt.pm line 4294967295.
  134. Constant subroutine BLOCK_IOTUNE_READ_BYTES_SEC redefined at /tmp/portage/dev-perl/Sys-Virt-0.9.12/work/Sys-Virt-0.9.12/blib/lib/Sys/Virt.pm line 4294967295.
  135. Constant subroutine BLOCK_IOTUNE_WRITE_BYTES_SEC redefined at /tmp/portage/dev-perl/Sys-Virt-0.9.12/work/Sys-Virt-0.9.12/blib/lib/Sys/Virt.pm line 4294967295.
  136. ok 1 - use Sys::Virt;
  137. ok 2 - The object isa Sys::Virt
  138. ok 3 - 1 active domain
  139. ok 4 - domain ids
  140. ok 5 - The object isa Sys::Virt::Domain
  141. ok 6 - name
  142. ok 7 - id
  143. ok 8 - domain is persistent
  144. ok 9 - domain is active
  145. ok 10 - domain is not updated
  146. ok 11 - The object isa Sys::Virt::Domain
  147. ok 12 - name
  148. ok 13 - id
  149. ok 14 - The object isa Sys::Virt::Domain
  150. ok 15 - name
  151. ok 16 - id
  152. ok 17 - one domain
  153. ok 18 - The object isa Sys::Virt::Domain
  154. ok 19 - 0 defined domain
  155. ok 20 - 1 defined domain
  156. ok 21 - names
  157. ok 22 - 1 defined domain
  158. ok 23 - The object isa Sys::Virt::Domain
  159. ok 24 - The object isa Sys::Virt::Domain
  160. ok 25 - domain is persistent
  161. ok 26 - domain is not active
  162. ok 27 - domain is active
  163. ok 28 - 2 active domains
  164. ok 29 - domain ids
  165. ok 30 - memory
  166. ok 31 - max mem
  167. ok 32 - vcpu
  168. ok 33 - state
  169. ok 34 - weight param
  170. ok 35 - weight param is 50
  171. ok 36 - weight param
  172. ok 37 # skip avoid bug in test driver sched params
  173. ok 38 - 2 cells
  174. ok 39 - mem in cell 1
  175. ok 40 - mem in cell 2
  176. ok 41 - 1 active domains
  177. ok 42 - domain ids
  178. ok 43 - 0 defined domain
  179. ok 44 - names
  180. ok 45 - 1 domain
  181. ok 46 - domain ids
  182. ok 47 - 2 domains
  183. ok 48 - The object isa Sys::Virt::Domain
  184. ok 49 - The object isa Sys::Virt::Domain
  185. ok 50 - The object isa Sys::Virt::Domain
  186. ok 51 - domain is not persistent
  187. ok 52 - domain is active
  188. ok 53 - 1 domains
  189. ok 54 - ids
  190. ok 55 - 0 defined domain
  191. ok 56 - names
  192. ok
  193. t/300-networks.t .......
  194. 1..29
  195. Constant subroutine BLOCK_IOTUNE_TOTAL_BYTES_SEC redefined at /tmp/portage/dev-perl/Sys-Virt-0.9.12/work/Sys-Virt-0.9.12/blib/lib/Sys/Virt.pm line 4294967295.
  196. Constant subroutine BLOCK_IOTUNE_READ_BYTES_SEC redefined at /tmp/portage/dev-perl/Sys-Virt-0.9.12/work/Sys-Virt-0.9.12/blib/lib/Sys/Virt.pm line 4294967295.
  197. Constant subroutine BLOCK_IOTUNE_WRITE_BYTES_SEC redefined at /tmp/portage/dev-perl/Sys-Virt-0.9.12/work/Sys-Virt-0.9.12/blib/lib/Sys/Virt.pm line 4294967295.
  198. ok 1 - use Sys::Virt;
  199. ok 2 - The object isa Sys::Virt
  200. ok 3 - 1 active network
  201. ok 4 - network names
  202. ok 5 - The object isa Sys::Virt::Network
  203. ok 6 - name
  204. ok 7 - net is persistent
  205. ok 8 - net is active
  206. ok 9 - The object isa Sys::Virt::Network
  207. ok 10 - name
  208. ok 11 - The object isa Sys::Virt::Network
  209. ok 12 - name
  210. ok 13 - one network
  211. ok 14 - The object isa Sys::Virt::Network
  212. ok 15 - 0 defined network
  213. ok 16 - net is persistent
  214. ok 17 - net is not active
  215. ok 18 - 1 defined network
  216. ok 19 - names
  217. ok 20 - 1 defined network
  218. ok 21 - The object isa Sys::Virt::Network
  219. ok 22 - The object isa Sys::Virt::Network
  220. ok 23 - net is active
  221. ok 24 - 2 active networks
  222. ok 25 - network names
  223. ok 26 - 1 active networks
  224. ok 27 - network names
  225. ok 28 - 0 defined network
  226. ok 29 - names
  227. ok
  228. t/400-storage-pools.t ..
  229. 1..29
  230. Constant subroutine BLOCK_IOTUNE_TOTAL_BYTES_SEC redefined at /tmp/portage/dev-perl/Sys-Virt-0.9.12/work/Sys-Virt-0.9.12/blib/lib/Sys/Virt.pm line 4294967295.
  231. Constant subroutine BLOCK_IOTUNE_READ_BYTES_SEC redefined at /tmp/portage/dev-perl/Sys-Virt-0.9.12/work/Sys-Virt-0.9.12/blib/lib/Sys/Virt.pm line 4294967295.
  232. Constant subroutine BLOCK_IOTUNE_WRITE_BYTES_SEC redefined at /tmp/portage/dev-perl/Sys-Virt-0.9.12/work/Sys-Virt-0.9.12/blib/lib/Sys/Virt.pm line 4294967295.
  233. ok 1 - use Sys::Virt;
  234. ok 2 - The object isa Sys::Virt
  235. ok 3 - 1 active storage_pool
  236. ok 4 - storage_pool names
  237. ok 5 - The object isa Sys::Virt::StoragePool
  238. ok 6 - name
  239. ok 7 - pool is persistent
  240. ok 8 - pool is active
  241. ok 9 - The object isa Sys::Virt::StoragePool
  242. ok 10 - name
  243. ok 11 - The object isa Sys::Virt::StoragePool
  244. ok 12 - name
  245. ok 13 - one storage_pool
  246. ok 14 - The object isa Sys::Virt::StoragePool
  247. ok 15 - 0 defined storage_pool
  248. ok 16 - 1 defined storage_pool
  249. ok 17 - pool is persistent
  250. ok 18 - pool is not active
  251. ok 19 - names
  252. ok 20 - 1 defined storage_pool
  253. ok 21 - The object isa Sys::Virt::StoragePool
  254. ok 22 - The object isa Sys::Virt::StoragePool
  255. ok 23 - pool is active
  256. ok 24 - 2 active storage_pools
  257. ok 25 - storage_pool names
  258. ok 26 - 1 active storage_pools
  259. ok 27 - storage_pool names
  260. ok 28 - 0 defined storage_pool
  261. ok 29 - names
  262. ok
  263. t/500-storage-vols.t ...
  264. 1..8
  265. Constant subroutine BLOCK_IOTUNE_TOTAL_BYTES_SEC redefined at /tmp/portage/dev-perl/Sys-Virt-0.9.12/work/Sys-Virt-0.9.12/blib/lib/Sys/Virt.pm line 4294967295.
  266. Constant subroutine BLOCK_IOTUNE_READ_BYTES_SEC redefined at /tmp/portage/dev-perl/Sys-Virt-0.9.12/work/Sys-Virt-0.9.12/blib/lib/Sys/Virt.pm line 4294967295.
  267. Constant subroutine BLOCK_IOTUNE_WRITE_BYTES_SEC redefined at /tmp/portage/dev-perl/Sys-Virt-0.9.12/work/Sys-Virt-0.9.12/blib/lib/Sys/Virt.pm line 4294967295.
  268. ok 1 - use Sys::Virt;
  269. ok 2 - The object isa Sys::Virt
  270. ok 3 - The object isa Sys::Virt::StoragePool
  271. ok 4 - The object isa Sys::Virt::StorageVol
  272. ok 5 - The object isa Sys::Virt::StorageVol
  273. ok 6 - key matches
  274. ok 7 - The object isa Sys::Virt::StorageVol
  275. ok 8 - path matches
  276. ok
  277. t/600-interfaces.t .....
  278. 1..23
  279. Constant subroutine BLOCK_IOTUNE_TOTAL_BYTES_SEC redefined at /tmp/portage/dev-perl/Sys-Virt-0.9.12/work/Sys-Virt-0.9.12/blib/lib/Sys/Virt.pm line 4294967295.
  280. Constant subroutine BLOCK_IOTUNE_READ_BYTES_SEC redefined at /tmp/portage/dev-perl/Sys-Virt-0.9.12/work/Sys-Virt-0.9.12/blib/lib/Sys/Virt.pm line 4294967295.
  281. Constant subroutine BLOCK_IOTUNE_WRITE_BYTES_SEC redefined at /tmp/portage/dev-perl/Sys-Virt-0.9.12/work/Sys-Virt-0.9.12/blib/lib/Sys/Virt.pm line 4294967295.
  282. ok 1 - use Sys::Virt;
  283. ok 2 - The object isa Sys::Virt
  284. ok 3 - 1 active interface
  285. ok 4 - interface names
  286. ok 5 - The object isa Sys::Virt::Interface
  287. ok 6 - name
  288. ok 7 # skip libvirt < 0.7.6 is broken
  289. ok 8 - The object isa Sys::Virt::Interface
  290. ok 9 - name
  291. ok 10 - one interface
  292. ok 11 - The object isa Sys::Virt::Interface
  293. ok 12 - 0 defined interfaces
  294. ok 13 - 1 defined interface
  295. ok 14 - names
  296. ok 15 - 1 defined interface
  297. ok 16 - The object isa Sys::Virt::Interface
  298. ok 17 - The object isa Sys::Virt::Interface
  299. ok 18 - 2 active interfaces
  300. ok 19 - interface names
  301. ok 20 - 1 active interfaces
  302. ok 21 - interface names
  303. ok 22 - 0 defined interface
  304. ok 23 - names
  305. ok
  306. t/800-events.t .........
  307. 1..23
  308. Constant subroutine BLOCK_IOTUNE_TOTAL_BYTES_SEC redefined at /tmp/portage/dev-perl/Sys-Virt-0.9.12/work/Sys-Virt-0.9.12/blib/lib/Sys/Virt.pm line 4294967295.
  309. Constant subroutine BLOCK_IOTUNE_READ_BYTES_SEC redefined at /tmp/portage/dev-perl/Sys-Virt-0.9.12/work/Sys-Virt-0.9.12/blib/lib/Sys/Virt.pm line 4294967295.
  310. Constant subroutine BLOCK_IOTUNE_WRITE_BYTES_SEC redefined at /tmp/portage/dev-perl/Sys-Virt-0.9.12/work/Sys-Virt-0.9.12/blib/lib/Sys/Virt.pm line 4294967295.
  311. ok 1 - use Sys::Virt;
  312. ok 2 - The object isa Sys::Virt
  313. ok 3 - got 1st event
  314. ok 4 - got URI
  315. ok 5 - got name
  316. ok 6 - stopped
  317. ok 7 - destroy
  318. ok 8 - got 2nd event
  319. ok 9 - got URI
  320. ok 10 - got name
  321. ok 11 - started
  322. ok 12 - booted
  323. ok 13 - got 3rd event
  324. ok 14 - got URI
  325. ok 15 - got name
  326. ok 16 - stopped
  327. ok 17 - destroy
  328. ok 18 - got 4th event
  329. ok 19 - got URI
  330. ok 20 - got name
  331. ok 21 - started
  332. ok 22 - booted
  333. ok 23 - no more events
  334. ok
  335. Test Summary Report
  336. -------------------
  337. t/030-api-coverage.t (Wstat: 512 Tests: 0 Failed: 0)
  338. Non-zero exit status: 2
  339. Parse errors: No plan found in TAP output
  340. t/100-connect.t (Wstat: 512 Tests: 0 Failed: 0)
  341. Non-zero exit status: 2
  342. Parse errors: Bad plan. You planned 24 tests but ran 0.
  343. Files=12, Tests=208, 2 wallclock secs ( 0.11 usr 0.02 sys + 1.16 cusr 0.16 csys = 1.45 CPU)
  344. Result: FAIL
  345. Failed 2/12 test programs. 0/208 subtests failed.
  346. make: *** [test_dynamic] Error 255
  347. * ERROR: dev-perl/Sys-Virt-0.9.12 failed (test phase):
  348. * emake failed
  349. *
  350. * If you need support, post the output of `emerge --info '=dev-perl/Sys-Virt-0.9.12'`,
  351. * the complete build log and the output of `emerge -pqv '=dev-perl/Sys-Virt-0.9.12'`.
  352. * The complete build log is located at '/var/log/portage/dev-perl:Sys-Virt-0.9.12:20120622-111604.log'.
  353. * For convenience, a symlink to the build log is located at '/tmp/portage/dev-perl/Sys-Virt-0.9.12/temp/build.log'.
  354. * The ebuild environment file is located at '/tmp/portage/dev-perl/Sys-Virt-0.9.12/temp/environment'.
  355. * Working directory: '/tmp/portage/dev-perl/Sys-Virt-0.9.12/work/Sys-Virt-0.9.12'
  356. * S: '/tmp/portage/dev-perl/Sys-Virt-0.9.12/work/Sys-Virt-0.9.12'
  357. >>> Install Sys-Virt-0.9.12 into /tmp/portage/dev-perl/Sys-Virt-0.9.12/image/ category dev-perl
  358. make -j24 pure_install
  359. Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
  360. Installing /tmp/portage/dev-perl/Sys-Virt-0.9.12/image/usr/lib64/perl5/vendor_perl/5.16.0/x86_64-linux-thread-multi/auto/Sys/Virt/Virt.bs
  361. Installing /tmp/portage/dev-perl/Sys-Virt-0.9.12/image/usr/lib64/perl5/vendor_perl/5.16.0/x86_64-linux-thread-multi/auto/Sys/Virt/Virt.so
  362. Installing /tmp/portage/dev-perl/Sys-Virt-0.9.12/image/usr/lib64/perl5/vendor_perl/5.16.0/x86_64-linux-thread-multi/Sys/Virt.pm
  363. Installing /tmp/portage/dev-perl/Sys-Virt-0.9.12/image/usr/lib64/perl5/vendor_perl/5.16.0/x86_64-linux-thread-multi/Sys/Virt/DomainSnapshot.pm
  364. Installing /tmp/portage/dev-perl/Sys-Virt-0.9.12/image/usr/lib64/perl5/vendor_perl/5.16.0/x86_64-linux-thread-multi/Sys/Virt/Domain.pm
  365. Installing /tmp/portage/dev-perl/Sys-Virt-0.9.12/image/usr/lib64/perl5/vendor_perl/5.16.0/x86_64-linux-thread-multi/Sys/Virt/Interface.pm
  366. Installing /tmp/portage/dev-perl/Sys-Virt-0.9.12/image/usr/lib64/perl5/vendor_perl/5.16.0/x86_64-linux-thread-multi/Sys/Virt/StoragePool.pm
  367. Installing /tmp/portage/dev-perl/Sys-Virt-0.9.12/image/usr/lib64/perl5/vendor_perl/5.16.0/x86_64-linux-thread-multi/Sys/Virt/Event.pm
  368. Installing /tmp/portage/dev-perl/Sys-Virt-0.9.12/image/usr/lib64/perl5/vendor_perl/5.16.0/x86_64-linux-thread-multi/Sys/Virt/NodeDevice.pm
  369. Installing /tmp/portage/dev-perl/Sys-Virt-0.9.12/image/usr/lib64/perl5/vendor_perl/5.16.0/x86_64-linux-thread-multi/Sys/Virt/Secret.pm
  370. Installing /tmp/portage/dev-perl/Sys-Virt-0.9.12/image/usr/lib64/perl5/vendor_perl/5.16.0/x86_64-linux-thread-multi/Sys/Virt/StorageVol.pm
  371. Installing /tmp/portage/dev-perl/Sys-Virt-0.9.12/image/usr/lib64/perl5/vendor_perl/5.16.0/x86_64-linux-thread-multi/Sys/Virt/Network.pm
  372. Installing /tmp/portage/dev-perl/Sys-Virt-0.9.12/image/usr/lib64/perl5/vendor_perl/5.16.0/x86_64-linux-thread-multi/Sys/Virt/Stream.pm
  373. Installing /tmp/portage/dev-perl/Sys-Virt-0.9.12/image/usr/lib64/perl5/vendor_perl/5.16.0/x86_64-linux-thread-multi/Sys/Virt/NWFilter.pm
  374. Installing /tmp/portage/dev-perl/Sys-Virt-0.9.12/image/usr/lib64/perl5/vendor_perl/5.16.0/x86_64-linux-thread-multi/Sys/Virt/Error.pm
  375. >>> Completed installing Sys-Virt-0.9.12 into /tmp/portage/dev-perl/Sys-Virt-0.9.12/image/
  376. strip: x86_64-pc-linux-gnu-strip --strip-unneeded -R .comment -R .GCC.command.line
  377. usr/lib64/perl5/vendor_perl/5.16.0/x86_64-linux-thread-multi/auto/Sys/Virt/Virt.so
  378. ecompressdir: bzip2 -9 /usr/share/doc