1. * Package: dev-perl/JSON-Any-1.300.0-r1
  2. * Repository: gentoo
  3. * Maintainer: perl@gentoo.org
  4. * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU
  5. * FEATURES: sandbox test userpriv usersandbox
  6. Installed LAPACK for library directory lib64
  7. [1] reference *
  8. Installed BLAS for library directory lib64
  9. [1] reference *
  10. Installed CBLAS for library directory lib64
  11. [1] gsl
  12. [2] reference *
  13. >>> Unpacking source...
  14. >>> Unpacking JSON-Any-1.30.tar.gz to /tmp/portage/dev-perl/JSON-Any-1.300.0-r1/work
  15. >>> Source unpacked in /tmp/portage/dev-perl/JSON-Any-1.300.0-r1/work
  16. >>> Preparing source in /tmp/portage/dev-perl/JSON-Any-1.300.0-r1/work/JSON-Any-1.30 ...
  17. >>> Source prepared.
  18. >>> Configuring source in /tmp/portage/dev-perl/JSON-Any-1.300.0-r1/work/JSON-Any-1.30 ...
  19. * Using ExtUtils::MakeMaker
  20. * perl Makefile.PL PREFIX=/usr INSTALLDIRS=vendor INSTALLMAN3DIR=none DESTDIR=/tmp/portage/dev-perl/JSON-Any-1.300.0-r1/image/
  21. Checking if your kit is complete...
  22. Looks good
  23. Generating a Unix-style Makefile
  24. Writing Makefile for JSON::Any
  25. Writing MYMETA.yml and MYMETA.json
  26. >>> Source configured.
  27. >>> Compiling source in /tmp/portage/dev-perl/JSON-Any-1.300.0-r1/work/JSON-Any-1.30 ...
  28. * emake OTHERLDFLAGS=-Wl,-O1 -Wl,--as-needed
  29. make -j24 'OTHERLDFLAGS=-Wl,-O1 -Wl,--as-needed'
  30. cp lib/JSON/Any.pm blib/lib/JSON/Any.pm
  31. >>> Source compiled.
  32. >>> Test phase: dev-perl/JSON-Any-1.300.0-r1
  33. make -j24 test TEST_VERBOSE=1
  34. PERL_DL_NONLAZY=1 /usr/bin/perl5.20.1 "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t
  35. t/00-load.t ...............
  36. 1..7
  37. not ok 1 - use JSON::Any;
  38. # Failed test 'use JSON::Any;'
  39. # at t/00-load.t line 18.
  40. # Tried to use 'JSON::Any'.
  41. # Error: Couldn't find a decoder method. at t/00-load.t line 18.
  42. # BEGIN failed--compilation aborted at t/00-load.t line 18.
  43. # Testing JSON::Any 1.30, Perl 5.020001, /usr/bin/perl5.20.1
  44. ok 2 - JSON::Any->can('new')
  45. ok 3 - JSON::Any->can(...)
  46. ok 4 - JSON::Any->can(...)
  47. ok 5 - JSON::Any->can(...)
  48. ok 6 - JSON::Any->can(...)
  49. Use of uninitialized value in subroutine entry at /tmp/portage/dev-perl/JSON-Any-1.300.0-r1/work/JSON-Any-1.30/blib/lib/JSON/Any.pm line 364.
  50. Can't use an undefined value as a subroutine reference at /tmp/portage/dev-perl/JSON-Any-1.300.0-r1/work/JSON-Any-1.30/blib/lib/JSON/Any.pm line 364.
  51. # Looks like you planned 7 tests but ran 6.
  52. # Looks like you failed 1 test of 6 run.
  53. # Looks like your test exited with 255 just after 6.
  54. Dubious, test returned 255 (wstat 65280, 0xff00)
  55. Failed 2/7 subtests
  56. t/01-JSON.t ...............
  57. 1..19
  58. # Testing JSON.pm backend
  59. Recursive inheritance detected in package 'Types::Serialiser::BooleanBase' at (eval 11) line 76.
  60. # Looks like your test exited with 255 before it could output anything.
  61. Recursive inheritance detected in package 'Types::Serialiser::BooleanBase' during global destruction.
  62. Dubious, test returned 22 (wstat 5632, 0x1600)
  63. Failed 19/19 subtests
  64. t/02-JSON-XS.t ............
  65. 1..0 # SKIP JSON::XS not installed: Couldn't find a decoder method. at (eval 4) line 1.
  66. # BEGIN failed--compilation aborted at (eval 4) line 1.
  67. #
  68. skipped: JSON::XS not installed: Couldn't find a decoder method. at (eval 4) line 1.
  69. t/03-JSON-DWIW.t ..........
  70. 1..0 # SKIP JSON::DWIW not installed: Couldn't find a JSON package. Need CPANEL, XS, PP, JSON, or DWIW at (eval 4) line 1.
  71. # BEGIN failed--compilation aborted at (eval 4) line 1.
  72. #
  73. skipped: JSON::DWIW not installed: Couldn't find a JSON package. Need CPANEL, XS, PP, JSON, or DWIW at (eval 4) line 1.
  74. t/04-ENV.t ................
  75. 1..0 # SKIP Couldn't find a decoder method. at (eval 4) line 2.
  76. # BEGIN failed--compilation aborted at (eval 4) line 2.
  77. #
  78. skipped: Couldn't find a decoder method. at (eval 4) line 2.
  79. t/05-JSON-Syck.t ..........
  80. 1..2
  81. Found deprecated package JSON::Syck. Please upgrade to CPANEL, XS, PP, JSON, or DWIW at (eval 4) line 1.
  82. ok 1
  83. ok 2
  84. ok
  85. t/06-JSON-PP.t ............
  86. 1..19
  87. ok 1
  88. ok 2 - An object of class 'JSON::Any' isa 'JSON::Any'
  89. ok 3 - An object of class 'JSON::PP' isa 'JSON::PP'
  90. ok 4
  91. ok 5
  92. # Testing JSON::PP backend
  93. ok 6
  94. ok 7
  95. ok 8
  96. ok 9
  97. ok 10
  98. ok 11
  99. ok 12
  100. ok 13
  101. ok 14
  102. ok 15
  103. ok 16
  104. ok 17
  105. ok 18
  106. ok 19
  107. ok
  108. t/07-CPanel-JSON-XS.t .....
  109. 1..0 # SKIP Cpanel::JSON::XS not installed: Couldn't find a JSON package. Need CPANEL, XS, PP, JSON, or DWIW at (eval 4) line 1.
  110. # BEGIN failed--compilation aborted at (eval 4) line 1.
  111. #
  112. skipped: Cpanel::JSON::XS not installed: Couldn't find a JSON package. Need CPANEL, XS, PP, JSON, or DWIW at (eval 4) line 1.
  113. t/10_unicode.t ............
  114. 1..0 # SKIP Couldn't find a decoder method. at (eval 4) line 2.
  115. # BEGIN failed--compilation aborted at (eval 4) line 2.
  116. #
  117. skipped: Couldn't find a decoder method. at (eval 4) line 2.
  118. t/11-string-escape.t ......
  119. 1..0 # SKIP Couldn't find a decoder method. at (eval 6) line 2.
  120. # BEGIN failed--compilation aborted at (eval 6) line 2.
  121. #
  122. skipped: Couldn't find a decoder method. at (eval 6) line 2.
  123. t/12-boolean.t ............
  124. 1..0 # SKIP Couldn't find a decoder method. at (eval 5) line 2.
  125. # BEGIN failed--compilation aborted at (eval 5) line 2.
  126. #
  127. skipped: Couldn't find a decoder method. at (eval 5) line 2.
  128. t/release-pod-coverage.t ..
  129. 1..0 # SKIP these tests are for release candidate testing
  130. skipped: these tests are for release candidate testing
  131. t/release-pod-syntax.t ....
  132. 1..0 # SKIP these tests are for release candidate testing
  133. skipped: these tests are for release candidate testing
  134. Test Summary Report
  135. -------------------
  136. t/00-load.t (Wstat: 65280 Tests: 6 Failed: 1)
  137. Failed test: 1
  138. Non-zero exit status: 255
  139. Parse errors: Bad plan. You planned 7 tests but ran 6.
  140. t/01-JSON.t (Wstat: 5632 Tests: 0 Failed: 0)
  141. Non-zero exit status: 22
  142. Parse errors: Bad plan. You planned 19 tests but ran 0.
  143. Files=13, Tests=27, 1 wallclock secs ( 0.07 usr 0.03 sys + 0.50 cusr 0.11 csys = 0.71 CPU)
  144. Result: FAIL
  145. Failed 2/13 test programs. 1/27 subtests failed.
  146. Makefile:810: recipe for target 'test_dynamic' failed
  147. make: *** [test_dynamic] Error 255
  148. * ERROR: dev-perl/JSON-Any-1.300.0-r1::gentoo failed (test phase):
  149. * emake failed
  150. *
  151. * If you need support, post the output of `emerge --info '=dev-perl/JSON-Any-1.300.0-r1::gentoo'`,
  152. * the complete build log and the output of `emerge -pqv '=dev-perl/JSON-Any-1.300.0-r1::gentoo'`.
  153. * The complete build log is located at '/var/log/portage/dev-perl:JSON-Any-1.300.0-r1:20141030-154321.log'.
  154. * The ebuild environment file is located at '/tmp/portage/dev-perl/JSON-Any-1.300.0-r1/temp/environment'.
  155. * Working directory: '/tmp/portage/dev-perl/JSON-Any-1.300.0-r1/work/JSON-Any-1.30'
  156. * S: '/tmp/portage/dev-perl/JSON-Any-1.300.0-r1/work/JSON-Any-1.30'
  157. >>> Install JSON-Any-1.300.0-r1 into /tmp/portage/dev-perl/JSON-Any-1.300.0-r1/image/ category dev-perl
  158. make -j24 pure_install
  159. Installing /tmp/portage/dev-perl/JSON-Any-1.300.0-r1/image/usr/lib64/perl5/vendor_perl/5.20.1/JSON/Any.pm
  160. >>> Completed installing JSON-Any-1.300.0-r1 into /tmp/portage/dev-perl/JSON-Any-1.300.0-r1/image/
  161. ecompressdir: bzip2 -9 /usr/share/doc