Advertisement
Guest User

Untitled

a guest
Nov 17th, 2013
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.27 KB | None | 0 0
  1. Installing Data::Dump::Streamer
  2.  
  3. I can install a shortcut so you can use the package 'DDS'
  4. as though it was 'Data::Dump::Streamer'. This is handy for oneliners.
  5. *Note* that if you select 'no' below and you already
  6. have it installed then it will be removed.
  7.  
  8. Would you like me to install the shortcut? (yes/no) [no ]no
  9. Created MYMETA.yml and MYMETA.json
  10. Creating new 'Build' script for 'Data-Dump-Streamer' version '2.34'
  11. Building Data-Dump-Streamer
  12. cc -I/usr/lib/perl5/core_perl/CORE -DVERSION="2.34" -DXS_VERSION="2.34" -fPIC -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -o lib/Data/Dump/Streamer.o lib/Data/Dump/Streamer.c
  13. ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/Data/Dump/Streamer/Streamer.bs')
  14. cc -shared -Wl,-O1,--sort-common,--as-needed,-z,relro -L/usr/local/lib -fstack-protector -o blib/arch/auto/Data/Dump/Streamer/Streamer.so lib/Data/Dump/Streamer.o
  15. t/as.t .............. ok
  16. t/blessed.t ......... ok
  17. t/dogpound.t ........ ok
  18. t/dump.t ............ 1/49
  19. # Failed test 'Indent'
  20. # at t/test_helper.pl line 341.
  21.  
  22. # Failed test 'Indent(0)'
  23. # at t/test_helper.pl line 341.
  24.  
  25. # Failed test 'IndentCols(0)'
  26. # at t/test_helper.pl line 341.
  27.  
  28. # Failed test 'IndentCols(4)'
  29. # at t/test_helper.pl line 341.
  30.  
  31. # Failed test 'IndentCols(2)'
  32. # at t/test_helper.pl line 341.
  33. # Error:
  34. # Unicode qr// and string subtest Expected failed to return the expected result:
  35. # Expected Result
  36. # 0 = $VAR1 = "This contains unicode: /\x{263a}/"; | $VAR1 = "This contains unicode: /\x{263a}/";
  37. # 1 ! $Regexp1 = qr!This contains unicode: /\x{263a}/!u; * $Regexp1 = bless( qr!This contains unicode: /\x{263a}/!u, 'Regexp' );
  38. Got <<'EXPECT';
  39. $VAR1 = "This contains unicode: /\x{263a}/";
  40. $Regexp1 = bless( qr!This contains unicode: /\x{263a}/!u, 'Regexp' );
  41.  
  42. EXPECT
  43.  
  44. # Failed test 'Unicode qr// and string'
  45. # at t/test_helper.pl line 559.
  46. # Looks like you failed 6 tests of 49.
  47. t/dump.t ............ Dubious, test returned 6 (wstat 1536, 0x600)
  48. Failed 6/49 subtests
  49. t/filter.t .......... ok
  50. t/globtest.t ........ ok
  51. t/hardrefs.t ........ ok
  52. t/impure_madness.t .. 1/8 Got <<'EXPECT';
  53. $ARRAY1 = [
  54. \$ARRAY1->[1],
  55. \$ARRAY1->[0]
  56. ];
  57. $Regexp1 = bless( qr/foo/, 'Regexp' );
  58. $bar1 = bless( qr/bar/, 'bar' );
  59. $REF1 = \bless( qr/baz/, 'baz' );
  60. $ARRAY2 = [
  61. \$ARRAY5->[1],
  62. \$ARRAY5->[0]
  63. ];
  64. $ARRAY3 = [
  65. \$ARRAY3->[0],
  66. $ARRAY2->[0],
  67. $ARRAY2->[1]
  68. ];
  69. $VAR1 = 1;
  70. $VAR2 = 2;
  71. $VAR3 = 3;
  72. alias_ref(\$VAR4,\$VAR1);
  73. $ARRAY4 = [
  74. 1,
  75. 2,
  76. 3
  77. ];
  78. $HASH1 = {
  79. 1 => 2,
  80. 3 => 4
  81. };
  82. $ARRAY5 = [
  83. $ARRAY2->[0],
  84. $ARRAY2->[1]
  85. ];
  86. alias_ref(\$ARRAY6,\$ARRAY5);
  87. alias_ref(\$VAR5,\$VAR1);
  88. alias_ref(\$VAR6,\$VAR2);
  89. alias_ref(\$VAR7,\$VAR3);
  90. $HASH2 = {
  91. bar => 'bar',
  92. foo => 'foo',
  93. foo2 => alias_to($HASH2->{foo})
  94. };
  95.  
  96. EXPECT
  97.  
  98. # Failed test 'More Impure Madness'
  99. # at t/test_helper.pl line 559.
  100. # Looks like you failed 1 test of 8.
  101. t/impure_madness.t .. Dubious, test returned 1 (wstat 256, 0x100)
  102. Failed 1/8 subtests
  103. t/lexicals.t ........ #
  104. # PadWalker 1.96 is installed
  105. t/lexicals.t ........ ok
  106. t/locked.t .......... ok
  107. t/madness.t ......... 1/7
  108. # Failed test 'More Madness'
  109. # at t/test_helper.pl line 341.
  110. # Looks like you failed 1 test of 7.
  111. t/madness.t ......... Dubious, test returned 1 (wstat 256, 0x100)
  112. Failed 1/7 subtests
  113. t/madness_json.t .... 1/7
  114. # Failed test 'More Madness'
  115. # at t/test_helper.pl line 341.
  116.  
  117. # Failed test ''
  118. # at t/test_helper.pl line 114.
  119. # Looks like you failed 2 tests of 7.
  120. t/madness_json.t .... Dubious, test returned 2 (wstat 512, 0x200)
  121. Failed 2/7 subtests
  122. t/madness_w.t ....... 1/6
  123. # Failed test 'More Madness'
  124. # at t/test_helper.pl line 341.
  125. # Looks like you failed 1 test of 6.
  126. t/madness_w.t ....... Dubious, test returned 1 (wstat 256, 0x100)
  127. Failed 1/6 subtests
  128. t/names.t ........... ok
  129. t/overload.t ........ ok
  130. t/readonly.t ........ ok
  131. t/refaddr.t ......... ok
  132. t/refcount.t ........ ok
  133. t/refelem.t ......... ok
  134. t/reftype.t ......... ok
  135. t/sortkeys.t ........ ok
  136. t/tree.t ............ ok
  137. t/usage.t ........... ok
  138. t/xs_subs.t ......... ok
  139.  
  140. Test Summary Report
  141. -------------------
  142. t/dump.t (Wstat: 1536 Tests: 49 Failed: 6)
  143. Failed tests: 24-28, 37
  144. Non-zero exit status: 6
  145. t/impure_madness.t (Wstat: 256 Tests: 8 Failed: 1)
  146. Failed test: 7
  147. Non-zero exit status: 1
  148. t/madness.t (Wstat: 256 Tests: 7 Failed: 1)
  149. Failed test: 5
  150. Non-zero exit status: 1
  151. t/madness_json.t (Wstat: 512 Tests: 7 Failed: 2)
  152. Failed tests: 5, 7
  153. Non-zero exit status: 2
  154. t/madness_w.t (Wstat: 256 Tests: 6 Failed: 1)
  155. Failed test: 5
  156. Non-zero exit status: 1
  157. Files=24, Tests=369, 3 wallclock secs ( 0.18 usr 0.05 sys + 3.06 cusr 0.28 csys = 3.57 CPU)
  158. Result: FAIL
  159. Failed 5/24 test programs. 11/369 subtests failed.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement