1. * Package: dev-perl/Sys-Virt-0.9.13
  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.13.tar.gz to /tmp/portage/dev-perl/Sys-Virt-0.9.13/work
  8. >>> Source unpacked in /tmp/portage/dev-perl/Sys-Virt-0.9.13/work
  9. >>> Preparing source in /tmp/portage/dev-perl/Sys-Virt-0.9.13/work/Sys-Virt-0.9.13 ...
  10. >>> Source prepared.
  11. >>> Configuring source in /tmp/portage/dev-perl/Sys-Virt-0.9.13/work/Sys-Virt-0.9.13 ...
  12. * Using ExtUtils::MakeMaker
  13. * perl Makefile.PL PREFIX=/usr INSTALLDIRS=vendor INSTALLMAN3DIR=none DESTDIR=/tmp/portage/dev-perl/Sys-Virt-0.9.13/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.13/work/Sys-Virt-0.9.13 ...
  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 -frecord-gcc-switches -DVERSION=\"0.9.13\" -DXS_VERSION=\"0.9.13\" -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 -frecord-gcc-switches -Wl,-O1 -Wl,--as-needed -ggdb -frecord-gcc-switches 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. Constant subroutine TYPE_DIR redefined at lib/Sys/Virt.pm line 4294967295.
  52. >>> Source compiled.
  53. make -j24 test TEST_VERBOSE=1
  54. PERL_DL_NONLAZY=1 /usr/bin/perl5.16.0 "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t
  55. t/005-pod.t ............
  56. 1..13
  57. ok 1 - POD test for blib/lib/Sys/Virt.pm
  58. ok 2 - POD test for blib/lib/Sys/Virt/DomainSnapshot.pm
  59. ok 3 - POD test for blib/lib/Sys/Virt/Domain.pm
  60. ok 4 - POD test for blib/lib/Sys/Virt/Interface.pm
  61. ok 5 - POD test for blib/lib/Sys/Virt/StoragePool.pm
  62. ok 6 - POD test for blib/lib/Sys/Virt/Event.pm
  63. ok 7 - POD test for blib/lib/Sys/Virt/NodeDevice.pm
  64. ok 8 - POD test for blib/lib/Sys/Virt/Secret.pm
  65. ok 9 - POD test for blib/lib/Sys/Virt/StorageVol.pm
  66. ok 10 - POD test for blib/lib/Sys/Virt/Network.pm
  67. ok 11 - POD test for blib/lib/Sys/Virt/Stream.pm
  68. ok 12 - POD test for blib/lib/Sys/Virt/NWFilter.pm
  69. ok 13 - POD test for blib/lib/Sys/Virt/Error.pm
  70. ok
  71. t/010-pod-coverage.t ...
  72. 1..13
  73. Constant subroutine BLOCK_IOTUNE_TOTAL_BYTES_SEC redefined at /tmp/portage/dev-perl/Sys-Virt-0.9.13/work/Sys-Virt-0.9.13/blib/lib/Sys/Virt.pm line 4294967295.
  74. Constant subroutine BLOCK_IOTUNE_READ_BYTES_SEC redefined at /tmp/portage/dev-perl/Sys-Virt-0.9.13/work/Sys-Virt-0.9.13/blib/lib/Sys/Virt.pm line 4294967295.
  75. Constant subroutine BLOCK_IOTUNE_WRITE_BYTES_SEC redefined at /tmp/portage/dev-perl/Sys-Virt-0.9.13/work/Sys-Virt-0.9.13/blib/lib/Sys/Virt.pm line 4294967295.
  76. Constant subroutine TYPE_DIR redefined at /tmp/portage/dev-perl/Sys-Virt-0.9.13/work/Sys-Virt-0.9.13/blib/lib/Sys/Virt.pm line 4294967295.
  77. ok 1 - Pod coverage on Sys::Virt
  78. ok 2 - Pod coverage on Sys::Virt::DomainSnapshot
  79. ok 3 - Pod coverage on Sys::Virt::Domain
  80. ok 4 - Pod coverage on Sys::Virt::Interface
  81. ok 5 - Pod coverage on Sys::Virt::StoragePool
  82. ok 6 - Pod coverage on Sys::Virt::Event
  83. ok 7 - Pod coverage on Sys::Virt::NodeDevice
  84. ok 8 - Pod coverage on Sys::Virt::Secret
  85. ok 9 - Pod coverage on Sys::Virt::StorageVol
  86. ok 10 - Pod coverage on Sys::Virt::Network
  87. ok 11 - Pod coverage on Sys::Virt::Stream
  88. ok 12 - Pod coverage on Sys::Virt::NWFilter
  89. ok 13 - Pod coverage on Sys::Virt::Error
  90. ok
  91. t/015-changes.t ........
  92. 1..0 # SKIP Test::CPAN::Changes required for this test
  93. skipped: Test::CPAN::Changes required for this test
  94. t/020-constants.t ......
  95. 1..14
  96. Constant subroutine BLOCK_IOTUNE_TOTAL_BYTES_SEC redefined at /tmp/portage/dev-perl/Sys-Virt-0.9.13/work/Sys-Virt-0.9.13/blib/lib/Sys/Virt.pm line 4294967295.
  97. Constant subroutine BLOCK_IOTUNE_READ_BYTES_SEC redefined at /tmp/portage/dev-perl/Sys-Virt-0.9.13/work/Sys-Virt-0.9.13/blib/lib/Sys/Virt.pm line 4294967295.
  98. Constant subroutine BLOCK_IOTUNE_WRITE_BYTES_SEC redefined at /tmp/portage/dev-perl/Sys-Virt-0.9.13/work/Sys-Virt-0.9.13/blib/lib/Sys/Virt.pm line 4294967295.
  99. Constant subroutine TYPE_DIR redefined at /tmp/portage/dev-perl/Sys-Virt-0.9.13/work/Sys-Virt-0.9.13/blib/lib/Sys/Virt.pm line 4294967295.
  100. ok 1 - use Sys::Virt;
  101. ok 2 - CRED_USERNAME
  102. ok 3 - CRED_AUTHNAME
  103. ok 4 - CRED_LANGUAGE
  104. ok 5 - CRED_CNONCE
  105. ok 6 - CRED_PASSPHRASE
  106. ok 7 - CRED_ECHOPROMPT
  107. ok 8 - CRED_NOECHOPROMPT
  108. ok 9 - CRED_REALM
  109. ok 10 - CRED_EXTERNAL
  110. ok 11 - hard limit
  111. ok 12 - soft limit
  112. ok 13 - min guarantee
  113. ok 14 - swap hard limit
  114. ok
  115. t/030-api-coverage.t ...
  116. 1..0 # SKIP Test only for module maintainer. Set TEST_MAINTAINER=1 to run
  117. skipped: Test only for module maintainer. Set TEST_MAINTAINER=1 to run
  118. t/100-connect.t ........
  119. 1..24
  120. Constant subroutine BLOCK_IOTUNE_TOTAL_BYTES_SEC redefined at /tmp/portage/dev-perl/Sys-Virt-0.9.13/work/Sys-Virt-0.9.13/blib/lib/Sys/Virt.pm line 4294967295.
  121. Constant subroutine BLOCK_IOTUNE_READ_BYTES_SEC redefined at /tmp/portage/dev-perl/Sys-Virt-0.9.13/work/Sys-Virt-0.9.13/blib/lib/Sys/Virt.pm line 4294967295.
  122. Constant subroutine BLOCK_IOTUNE_WRITE_BYTES_SEC redefined at /tmp/portage/dev-perl/Sys-Virt-0.9.13/work/Sys-Virt-0.9.13/blib/lib/Sys/Virt.pm line 4294967295.
  123. Constant subroutine TYPE_DIR redefined at /tmp/portage/dev-perl/Sys-Virt-0.9.13/work/Sys-Virt-0.9.13/blib/lib/Sys/Virt.pm line 4294967295.
  124. ok 1 - use Sys::Virt;
  125. ok 2 - The object isa Sys::Virt
  126. ok 3 - model
  127. ok 4 - cpus
  128. ok 5 - mhz
  129. ok 6 - sockets
  130. ok 7 - nodes
  131. ok 8 - cores
  132. ok 9 - threads
  133. ok 10 - memory
  134. ok 11 - host
  135. ok 12 - os
  136. ok 13 - arch
  137. ok 14 - wordsize
  138. ok 15 - type
  139. ok 16 - pae
  140. ok 17 - nonpae
  141. ok 18 - major
  142. ok 19 - minor
  143. ok 20 - micro
  144. ok 21 - max cpus
  145. not ok 22 - hostname
  146. # Failed test 'hostname'
  147. # at t/100-connect.t line 72.
  148. # got: 'tbamd64.excelsior.flameeyes.eu'
  149. # expected: 'tbamd64'
  150. ok 23 - connection is secure
  151. ok 24 - connection is not encrypted
  152. # Looks like you failed 1 test of 24.
  153. Dubious, test returned 1 (wstat 256, 0x100)
  154. Failed 1/24 subtests
  155. t/200-domains.t ........
  156. 1..58
  157. Constant subroutine BLOCK_IOTUNE_TOTAL_BYTES_SEC redefined at /tmp/portage/dev-perl/Sys-Virt-0.9.13/work/Sys-Virt-0.9.13/blib/lib/Sys/Virt.pm line 4294967295.
  158. Constant subroutine BLOCK_IOTUNE_READ_BYTES_SEC redefined at /tmp/portage/dev-perl/Sys-Virt-0.9.13/work/Sys-Virt-0.9.13/blib/lib/Sys/Virt.pm line 4294967295.
  159. Constant subroutine BLOCK_IOTUNE_WRITE_BYTES_SEC redefined at /tmp/portage/dev-perl/Sys-Virt-0.9.13/work/Sys-Virt-0.9.13/blib/lib/Sys/Virt.pm line 4294967295.
  160. Constant subroutine TYPE_DIR redefined at /tmp/portage/dev-perl/Sys-Virt-0.9.13/work/Sys-Virt-0.9.13/blib/lib/Sys/Virt.pm line 4294967295.
  161. ok 1 - use Sys::Virt;
  162. ok 2 - The object isa Sys::Virt
  163. ok 3 - 1 active domain
  164. ok 4 - domain ids
  165. ok 5 - 1 active domain
  166. ok 6 - domain id matches
  167. ok 7 - The object isa Sys::Virt::Domain
  168. ok 8 - name
  169. ok 9 - id
  170. ok 10 - domain is persistent
  171. ok 11 - domain is active
  172. ok 12 - domain is not updated
  173. ok 13 - The object isa Sys::Virt::Domain
  174. ok 14 - name
  175. ok 15 - id
  176. ok 16 - The object isa Sys::Virt::Domain
  177. ok 17 - name
  178. ok 18 - id
  179. ok 19 - one domain
  180. ok 20 - The object isa Sys::Virt::Domain
  181. ok 21 - 0 defined domain
  182. ok 22 - 1 defined domain
  183. ok 23 - names
  184. ok 24 - 1 defined domain
  185. ok 25 - The object isa Sys::Virt::Domain
  186. ok 26 - The object isa Sys::Virt::Domain
  187. ok 27 - domain is persistent
  188. ok 28 - domain is not active
  189. ok 29 - domain is active
  190. ok 30 - 2 active domains
  191. ok 31 - domain ids
  192. ok 32 - memory
  193. ok 33 - max mem
  194. ok 34 - vcpu
  195. ok 35 - state
  196. ok 36 - weight param
  197. ok 37 - weight param is 50
  198. ok 38 - weight param
  199. ok 39 # skip avoid bug in test driver sched params
  200. ok 40 - 2 cells
  201. ok 41 - mem in cell 1
  202. ok 42 - mem in cell 2
  203. ok 43 - 1 active domains
  204. ok 44 - domain ids
  205. ok 45 - 0 defined domain
  206. ok 46 - names
  207. ok 47 - 1 domain
  208. ok 48 - domain ids
  209. ok 49 - 2 domains
  210. ok 50 - The object isa Sys::Virt::Domain
  211. ok 51 - The object isa Sys::Virt::Domain
  212. ok 52 - The object isa Sys::Virt::Domain
  213. ok 53 - domain is not persistent
  214. ok 54 - domain is active
  215. ok 55 - 1 domains
  216. ok 56 - ids
  217. ok 57 - 0 defined domain
  218. ok 58 - names
  219. ok
  220. t/300-networks.t .......
  221. 1..29
  222. Constant subroutine BLOCK_IOTUNE_TOTAL_BYTES_SEC redefined at /tmp/portage/dev-perl/Sys-Virt-0.9.13/work/Sys-Virt-0.9.13/blib/lib/Sys/Virt.pm line 4294967295.
  223. Constant subroutine BLOCK_IOTUNE_READ_BYTES_SEC redefined at /tmp/portage/dev-perl/Sys-Virt-0.9.13/work/Sys-Virt-0.9.13/blib/lib/Sys/Virt.pm line 4294967295.
  224. Constant subroutine BLOCK_IOTUNE_WRITE_BYTES_SEC redefined at /tmp/portage/dev-perl/Sys-Virt-0.9.13/work/Sys-Virt-0.9.13/blib/lib/Sys/Virt.pm line 4294967295.
  225. Constant subroutine TYPE_DIR redefined at /tmp/portage/dev-perl/Sys-Virt-0.9.13/work/Sys-Virt-0.9.13/blib/lib/Sys/Virt.pm line 4294967295.
  226. ok 1 - use Sys::Virt;
  227. ok 2 - The object isa Sys::Virt
  228. ok 3 - 1 active network
  229. ok 4 - network names
  230. ok 5 - The object isa Sys::Virt::Network
  231. ok 6 - name
  232. ok 7 - net is persistent
  233. ok 8 - net is active
  234. ok 9 - The object isa Sys::Virt::Network
  235. ok 10 - name
  236. ok 11 - The object isa Sys::Virt::Network
  237. ok 12 - name
  238. ok 13 - one network
  239. ok 14 - The object isa Sys::Virt::Network
  240. ok 15 - 0 defined network
  241. ok 16 - net is persistent
  242. ok 17 - net is not active
  243. ok 18 - 1 defined network
  244. ok 19 - names
  245. ok 20 - 1 defined network
  246. ok 21 - The object isa Sys::Virt::Network
  247. ok 22 - The object isa Sys::Virt::Network
  248. ok 23 - net is active
  249. ok 24 - 2 active networks
  250. ok 25 - network names
  251. ok 26 - 1 active networks
  252. ok 27 - network names
  253. ok 28 - 0 defined network
  254. ok 29 - names
  255. ok
  256. t/400-storage-pools.t ..
  257. 1..29
  258. Constant subroutine BLOCK_IOTUNE_TOTAL_BYTES_SEC redefined at /tmp/portage/dev-perl/Sys-Virt-0.9.13/work/Sys-Virt-0.9.13/blib/lib/Sys/Virt.pm line 4294967295.
  259. Constant subroutine BLOCK_IOTUNE_READ_BYTES_SEC redefined at /tmp/portage/dev-perl/Sys-Virt-0.9.13/work/Sys-Virt-0.9.13/blib/lib/Sys/Virt.pm line 4294967295.
  260. Constant subroutine BLOCK_IOTUNE_WRITE_BYTES_SEC redefined at /tmp/portage/dev-perl/Sys-Virt-0.9.13/work/Sys-Virt-0.9.13/blib/lib/Sys/Virt.pm line 4294967295.
  261. Constant subroutine TYPE_DIR redefined at /tmp/portage/dev-perl/Sys-Virt-0.9.13/work/Sys-Virt-0.9.13/blib/lib/Sys/Virt.pm line 4294967295.
  262. ok 1 - use Sys::Virt;
  263. ok 2 - The object isa Sys::Virt
  264. ok 3 - 1 active storage_pool
  265. ok 4 - storage_pool names
  266. ok 5 - The object isa Sys::Virt::StoragePool
  267. ok 6 - name
  268. ok 7 - pool is persistent
  269. ok 8 - pool is active
  270. ok 9 - The object isa Sys::Virt::StoragePool
  271. ok 10 - name
  272. ok 11 - The object isa Sys::Virt::StoragePool
  273. ok 12 - name
  274. ok 13 - one storage_pool
  275. ok 14 - The object isa Sys::Virt::StoragePool
  276. ok 15 - 0 defined storage_pool
  277. ok 16 - 1 defined storage_pool
  278. ok 17 - pool is persistent
  279. ok 18 - pool is not active
  280. ok 19 - names
  281. ok 20 - 1 defined storage_pool
  282. ok 21 - The object isa Sys::Virt::StoragePool
  283. ok 22 - The object isa Sys::Virt::StoragePool
  284. ok 23 - pool is active
  285. ok 24 - 2 active storage_pools
  286. ok 25 - storage_pool names
  287. ok 26 - 1 active storage_pools
  288. ok 27 - storage_pool names
  289. ok 28 - 0 defined storage_pool
  290. ok 29 - names
  291. ok
  292. t/500-storage-vols.t ...
  293. 1..8
  294. Constant subroutine BLOCK_IOTUNE_TOTAL_BYTES_SEC redefined at /tmp/portage/dev-perl/Sys-Virt-0.9.13/work/Sys-Virt-0.9.13/blib/lib/Sys/Virt.pm line 4294967295.
  295. Constant subroutine BLOCK_IOTUNE_READ_BYTES_SEC redefined at /tmp/portage/dev-perl/Sys-Virt-0.9.13/work/Sys-Virt-0.9.13/blib/lib/Sys/Virt.pm line 4294967295.
  296. Constant subroutine BLOCK_IOTUNE_WRITE_BYTES_SEC redefined at /tmp/portage/dev-perl/Sys-Virt-0.9.13/work/Sys-Virt-0.9.13/blib/lib/Sys/Virt.pm line 4294967295.
  297. Constant subroutine TYPE_DIR redefined at /tmp/portage/dev-perl/Sys-Virt-0.9.13/work/Sys-Virt-0.9.13/blib/lib/Sys/Virt.pm line 4294967295.
  298. ok 1 - use Sys::Virt;
  299. ok 2 - The object isa Sys::Virt
  300. ok 3 - The object isa Sys::Virt::StoragePool
  301. ok 4 - The object isa Sys::Virt::StorageVol
  302. ok 5 - The object isa Sys::Virt::StorageVol
  303. ok 6 - key matches
  304. ok 7 - The object isa Sys::Virt::StorageVol
  305. ok 8 - path matches
  306. ok
  307. t/600-interfaces.t .....
  308. 1..23
  309. Constant subroutine BLOCK_IOTUNE_TOTAL_BYTES_SEC redefined at /tmp/portage/dev-perl/Sys-Virt-0.9.13/work/Sys-Virt-0.9.13/blib/lib/Sys/Virt.pm line 4294967295.
  310. Constant subroutine BLOCK_IOTUNE_READ_BYTES_SEC redefined at /tmp/portage/dev-perl/Sys-Virt-0.9.13/work/Sys-Virt-0.9.13/blib/lib/Sys/Virt.pm line 4294967295.
  311. Constant subroutine BLOCK_IOTUNE_WRITE_BYTES_SEC redefined at /tmp/portage/dev-perl/Sys-Virt-0.9.13/work/Sys-Virt-0.9.13/blib/lib/Sys/Virt.pm line 4294967295.
  312. Constant subroutine TYPE_DIR redefined at /tmp/portage/dev-perl/Sys-Virt-0.9.13/work/Sys-Virt-0.9.13/blib/lib/Sys/Virt.pm line 4294967295.
  313. ok 1 - use Sys::Virt;
  314. ok 2 - The object isa Sys::Virt
  315. ok 3 - 1 active interface
  316. ok 4 - interface names
  317. ok 5 - The object isa Sys::Virt::Interface
  318. ok 6 - name
  319. ok 7 # skip libvirt < 0.7.6 is broken
  320. ok 8 - The object isa Sys::Virt::Interface
  321. ok 9 - name
  322. ok 10 - one interface
  323. ok 11 - The object isa Sys::Virt::Interface
  324. ok 12 - 0 defined interfaces
  325. ok 13 - 1 defined interface
  326. ok 14 - names
  327. ok 15 - 1 defined interface
  328. ok 16 - The object isa Sys::Virt::Interface
  329. ok 17 - The object isa Sys::Virt::Interface
  330. ok 18 - 2 active interfaces
  331. ok 19 - interface names
  332. ok 20 - 1 active interfaces
  333. ok 21 - interface names
  334. ok 22 - 0 defined interface
  335. ok 23 - names
  336. ok
  337. t/800-events.t .........
  338. 1..23
  339. Constant subroutine BLOCK_IOTUNE_TOTAL_BYTES_SEC redefined at /tmp/portage/dev-perl/Sys-Virt-0.9.13/work/Sys-Virt-0.9.13/blib/lib/Sys/Virt.pm line 4294967295.
  340. Constant subroutine BLOCK_IOTUNE_READ_BYTES_SEC redefined at /tmp/portage/dev-perl/Sys-Virt-0.9.13/work/Sys-Virt-0.9.13/blib/lib/Sys/Virt.pm line 4294967295.
  341. Constant subroutine BLOCK_IOTUNE_WRITE_BYTES_SEC redefined at /tmp/portage/dev-perl/Sys-Virt-0.9.13/work/Sys-Virt-0.9.13/blib/lib/Sys/Virt.pm line 4294967295.
  342. Constant subroutine TYPE_DIR redefined at /tmp/portage/dev-perl/Sys-Virt-0.9.13/work/Sys-Virt-0.9.13/blib/lib/Sys/Virt.pm line 4294967295.
  343. ok 1 - use Sys::Virt;
  344. ok 2 - The object isa Sys::Virt
  345. ok 3 - got 1st event
  346. ok 4 - got URI
  347. ok 5 - got name
  348. ok 6 - stopped
  349. ok 7 - destroy
  350. ok 8 - got 2nd event
  351. ok 9 - got URI
  352. ok 10 - got name
  353. ok 11 - started
  354. ok 12 - booted
  355. ok 13 - got 3rd event
  356. ok 14 - got URI
  357. ok 15 - got name
  358. ok 16 - stopped
  359. ok 17 - destroy
  360. ok 18 - got 4th event
  361. ok 19 - got URI
  362. ok 20 - got name
  363. ok 21 - started
  364. ok 22 - booted
  365. ok 23 - no more events
  366. ok
  367. Test Summary Report
  368. -------------------
  369. t/100-connect.t (Wstat: 256 Tests: 24 Failed: 1)
  370. Failed test: 22
  371. Non-zero exit status: 1
  372. Files=12, Tests=234, 3 wallclock secs ( 0.12 usr 0.03 sys + 1.35 cusr 0.16 csys = 1.66 CPU)
  373. Result: FAIL
  374. Failed 1/12 test programs. 1/234 subtests failed.
  375. make: *** [test_dynamic] Error 255
  376. * ERROR: dev-perl/Sys-Virt-0.9.13 failed (test phase):
  377. * emake failed
  378. *
  379. * If you need support, post the output of `emerge --info '=dev-perl/Sys-Virt-0.9.13'`,
  380. * the complete build log and the output of `emerge -pqv '=dev-perl/Sys-Virt-0.9.13'`.
  381. * The complete build log is located at '/var/log/portage/dev-perl:Sys-Virt-0.9.13:20120729-202455.log'.
  382. * For convenience, a symlink to the build log is located at '/tmp/portage/dev-perl/Sys-Virt-0.9.13/temp/build.log'.
  383. * The ebuild environment file is located at '/tmp/portage/dev-perl/Sys-Virt-0.9.13/temp/environment'.
  384. * Working directory: '/tmp/portage/dev-perl/Sys-Virt-0.9.13/work/Sys-Virt-0.9.13'
  385. * S: '/tmp/portage/dev-perl/Sys-Virt-0.9.13/work/Sys-Virt-0.9.13'
  386. >>> Install Sys-Virt-0.9.13 into /tmp/portage/dev-perl/Sys-Virt-0.9.13/image/ category dev-perl
  387. make -j24 pure_install
  388. Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
  389. Installing /tmp/portage/dev-perl/Sys-Virt-0.9.13/image/usr/lib64/perl5/vendor_perl/5.16.0/x86_64-linux-thread-multi/auto/Sys/Virt/Virt.bs
  390. Installing /tmp/portage/dev-perl/Sys-Virt-0.9.13/image/usr/lib64/perl5/vendor_perl/5.16.0/x86_64-linux-thread-multi/auto/Sys/Virt/Virt.so
  391. Installing /tmp/portage/dev-perl/Sys-Virt-0.9.13/image/usr/lib64/perl5/vendor_perl/5.16.0/x86_64-linux-thread-multi/Sys/Virt.pm
  392. Installing /tmp/portage/dev-perl/Sys-Virt-0.9.13/image/usr/lib64/perl5/vendor_perl/5.16.0/x86_64-linux-thread-multi/Sys/Virt/DomainSnapshot.pm
  393. Installing /tmp/portage/dev-perl/Sys-Virt-0.9.13/image/usr/lib64/perl5/vendor_perl/5.16.0/x86_64-linux-thread-multi/Sys/Virt/Domain.pm
  394. Installing /tmp/portage/dev-perl/Sys-Virt-0.9.13/image/usr/lib64/perl5/vendor_perl/5.16.0/x86_64-linux-thread-multi/Sys/Virt/Interface.pm
  395. Installing /tmp/portage/dev-perl/Sys-Virt-0.9.13/image/usr/lib64/perl5/vendor_perl/5.16.0/x86_64-linux-thread-multi/Sys/Virt/StoragePool.pm
  396. Installing /tmp/portage/dev-perl/Sys-Virt-0.9.13/image/usr/lib64/perl5/vendor_perl/5.16.0/x86_64-linux-thread-multi/Sys/Virt/Event.pm
  397. Installing /tmp/portage/dev-perl/Sys-Virt-0.9.13/image/usr/lib64/perl5/vendor_perl/5.16.0/x86_64-linux-thread-multi/Sys/Virt/NodeDevice.pm
  398. Installing /tmp/portage/dev-perl/Sys-Virt-0.9.13/image/usr/lib64/perl5/vendor_perl/5.16.0/x86_64-linux-thread-multi/Sys/Virt/Secret.pm
  399. Installing /tmp/portage/dev-perl/Sys-Virt-0.9.13/image/usr/lib64/perl5/vendor_perl/5.16.0/x86_64-linux-thread-multi/Sys/Virt/StorageVol.pm
  400. Installing /tmp/portage/dev-perl/Sys-Virt-0.9.13/image/usr/lib64/perl5/vendor_perl/5.16.0/x86_64-linux-thread-multi/Sys/Virt/Network.pm
  401. Installing /tmp/portage/dev-perl/Sys-Virt-0.9.13/image/usr/lib64/perl5/vendor_perl/5.16.0/x86_64-linux-thread-multi/Sys/Virt/Stream.pm
  402. Installing /tmp/portage/dev-perl/Sys-Virt-0.9.13/image/usr/lib64/perl5/vendor_perl/5.16.0/x86_64-linux-thread-multi/Sys/Virt/NWFilter.pm
  403. Installing /tmp/portage/dev-perl/Sys-Virt-0.9.13/image/usr/lib64/perl5/vendor_perl/5.16.0/x86_64-linux-thread-multi/Sys/Virt/Error.pm
  404. >>> Completed installing Sys-Virt-0.9.13 into /tmp/portage/dev-perl/Sys-Virt-0.9.13/image/
  405. strip: x86_64-pc-linux-gnu-strip --strip-unneeded -R .comment -R .GCC.command.line
  406. usr/lib64/perl5/vendor_perl/5.16.0/x86_64-linux-thread-multi/auto/Sys/Virt/Virt.so
  407. ecompressdir: bzip2 -9 /usr/share/doc