* CPV: dev-perl/Devel-Size-Report-0.13 * REPO: gentoo * USE: elibc_glibc kernel_linux test userland_GNU x86 error(18) trying to perform operation operation failed >>> Unpacking source... >>> Unpacking Devel-Size-Report-0.13.tar.gz to /var/tmp/portage/dev-perl/Devel-Size-Report-0.13/work >>> Source unpacked in /var/tmp/portage/dev-perl/Devel-Size-Report-0.13/work >>> Compiling source in /var/tmp/portage/dev-perl/Devel-Size-Report-0.13/work/Devel-Size-Report-0.13 ... * Using ExtUtils::MakeMaker Cannot determine perl version info from lib/Devel/Size/Report.pm Cannot determine license info from lib/Devel/Size/Report.pm Checking if your kit is complete... Looks good Writing Makefile for Devel::Size::Report make -j14 OTHERLDFLAGS=-Wl,-O1 cp lib/Devel/Size/Report.pm blib/lib/Devel/Size/Report.pm >>> Source compiled. make -j14 test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /usr/bin/perl5.10.1 "-MExtUtils::Command::MM" "-e" "test_harness(1, 'inc', 'blib/lib', 'blib/arch')" t/*.t t/00_basic.t .... 1..14 ok 1 - use Devel::Size::Report; ok 2 - Devel::Size::Report->can(...) # _flags: # IS_WEAK : 2048 # IS_RO : 4096 # IS_DUAL : 8192 ok 3 ok 4 - ref to 123 ok 5 - weakened ref ok 6 - ref to 123 ok 7 - weakened ref ok 8 - readonly scalar not ok 9 - magical scalar # TODO Do not have a way to detect magic yet # Failed (TODO) test 'magical scalar' # at t/00_basic.t line 91. # got: '0' # expected: '16384' ok 10 - Unknown element type ok 11 - no spurious key added ok 12 - Scalar element type ok 13 - no spurious key added ok 14 - Scalar type ok t/01_track.t .... 1..27 ok 1 - level is 0 ok 2 - type S_SCALAR ok 3 - size is ok ok 4 - overhead for scalars is 0 ok 5 - not a key ok 6 - level is 0 ok 7 - type S_SCALAR ok 8 - size is ok ok 9 - overhead for scalars is 0 ok 10 - not a key ok 11 - level is 0 ok 12 - type S_SCALAR ok 13 - size is ok ok 14 - overhead for scalars is 0 ok 15 - not a key ok 16 - 1 (1 scalar) elements ok 17 - 2 (1 ref, 1 scalar) elements ok 18 - ref to scalar is bigger than scalar alone ok 19 - 4 (3 scalars + 1 array) elements ok 20 - 8 (6 scalars + 2 arrays) elements ok 21 - 8 (6 scalars + 2 hashes) elements ok 22 - 8 (6 scalars + 1 array + 1 hash) elements ok 23 - 9 (7 scalars + 1 array + 1 hash) elements ok 24 - 2 (1 scalar + 1 array) elements ok 25 - 2 (1 scalar + 1 hash) elements ok 26 - 6 (4 scalar + 2 hash) elements ok 27 - 6 (4 scalar + 2 hash) elements ok t/02_report.t ... 1..43 ok 1 - old size agrees with total_size ok 2 - still 44 bytes ok 3 - size() agrees with total_size() ok 4 - $x is still 44 bytes ok 5 - size() agrees with total_size() ok 6 - $v is still 44 bytes ok 7 - size() agrees with total_size() ok 8 - $x and $v are the same sizes ok 9 - $x is still 44 bytes ok 10 - size() agrees with total_size() ok 11 - two same-sized scalars reports are the same ok 12 - $x is still 44 bytes ok 13 - $v is still 44 bytes ok 14 - size() agrees with total_size() ok 15 - two different sized scalars reports are different ok 16 - two same-sized scalars reports are equal ok 17 - two different sized scalars reports are different ok 18 - Scalar ok 19 - Not read only ok 20 - Read-Only Scalar ok 21 - VString ok 22 - RO VString ok 23 - VString ok 24 - no RO VString ok 25 - VString ok 26 - 1 elements ok 27 - Hash ok 28 - Hash key is present ok 29 - Array ok 30 - Scalar ref ok 31 - Weak Scalar ref ok 32 - But not RO ok 33 - RO Scalar ok 34 - RO Scalar ok 35 - Array ref ok 36 - Hash ref ok 37 - Contains code ok 38 - Contains code Failed 5/43 subtests t/03_format.t ... 1..16 ok 1 - No bytes text ok 2 - report contains version ok 3 - report contains total sum ok 4 - report contains address ok 5 - report contains 7 addresses ok 6 - report contains 8 addresses ok 7 - Contains addr ok 8 - Contains (Foo) ok 9 - Contains (Foo) ok 10 - Contains (Bar) ok 11 - Total: 4 elements ok 12 - one Foo ok 13 - one Bar ok 14 - two Scalar ok 15 - doesn't contain Foo ok 16 - contains Total ok t/04_cycle.t .... 1..18 ok 1 - Contains a cycle ok 2 - Contains a cycle ok 3 - Contains two cycles ok 4 - no cycle ok 5 - no cycle ok 6 - double scalar ref e.g. two refs to the same scalar ok 7 - no cycle or double ok 8 - no cycle or double ok 9 - no cycle or double ok 10 - no cycle or double ok 11 - no cycle or double ok 12 - address found ok 13 - right address found ok 14 - circular ref to parent ok 15 - no cycle # 476 176 176 ok 16 - second and third array have same size ok 17 - first array is biggest ok 18 - first array is biggest ok t/05_address.t .. 1..9 ok 1 - report contains address ok 2 - contains 2 addresses ok 3 - contains 2 different addresses ok 4 - contains 3 addresses ok 5 - contains 2 different addresses ok 6 - contains 3 different addresses ok 7 - contains 3 addresses ok 8 - contains 2 different addresses ok 9 - contains 3 different addresses ok t/06_error.t .... 1..1 ok 1 - Need hash ref ok t/07_double.t ... 1..4 ok 1 - dont see two doubles ok 2 - seen two doubles ok 3 - dont see two doubles ok 4 - seen two doubles ok t/08_size.t ..... 1..13 # array size: 116 # scalar size: 16 # array grow: 4 ok 1 - two empty arrays ok 2 - two empty arrays, one scalar ok 3 - two empty arrays, two scalars ok 4 - two empty arrays, three scalars ok 5 - two empty arrays, four scalars ok 6 - two empty arrays, five scalars ok 7 - one empty array ok 8 - one array, plus one scalars (no double testing) ok 9 - one array, plus one scalars (double testing) ok 10 - one array, plus two scalars (no double testing) ok 11 - one array, plus two scalars (double testing) ok 12 - one array, plus two scalars (no double testing) ok 13 - one array, plus two scalars (double testing) ok t/09_pod.t ...... 1..1 ok 1 # skip Test::Pod not installed on this system ok t/10_pod_cov.t .. 1..1 ok 1 # skip Test::Pod::Coverage 1.08 and Pod::Coverage 0.19 required for testing POD coverage ok Test Summary Report ------------------- t/02_report.t (Wstat: 11 Tests: 38 Failed: 0) Non-zero wait status: 11 Parse errors: Bad plan. You planned 43 tests but ran 38. Files=11, Tests=142, 1 wallclock secs ( 0.07 usr 0.03 sys + 0.46 cusr 0.09 csys = 0.65 CPU) Result: FAIL Failed 1/11 test programs. 0/142 subtests failed. make: *** [test_dynamic] Error 255 * ERROR: dev-perl/Devel-Size-Report-0.13 failed: * test failed * * Call stack: * ebuild.sh, line 54: Called src_test * environment, line 2831: Called perl-module_src_test * environment, line 2611: Called die * The specific snippet of code: * emake test TEST_VERBOSE=${TEST_VERBOSE:-0} || die "test failed"; * * If you need support, post the output of 'emerge --info =dev-perl/Devel-Size-Report-0.13', * the complete build log and the output of 'emerge -pqv =dev-perl/Devel-Size-Report-0.13'. * The complete build log is located at '/var/log/portage/build/dev-perl/Devel-Size-Report-0.13:20100107-031706.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-perl/Devel-Size-Report-0.13/temp/environment'. * S: '/var/tmp/portage/dev-perl/Devel-Size-Report-0.13/work/Devel-Size-Report-0.13' >>> Install Devel-Size-Report-0.13 into /var/tmp/portage/dev-perl/Devel-Size-Report-0.13/image/ category dev-perl make -j14 pure_install Installing /var/tmp/portage/dev-perl/Devel-Size-Report-0.13/image/usr/lib/perl5/vendor_perl/5.10.1/Devel/Size/Report.pm >>> Completed installing Devel-Size-Report-0.13 into /var/tmp/portage/dev-perl/Devel-Size-Report-0.13/image/ * checking 4 files for package collisions * Removing /usr/share/doc * Removing /usr/share/info --- /usr/ --- /usr/share/ --- /usr/lib/ --- /usr/lib/perl5/ --- /usr/lib/perl5/vendor_perl/ --- /usr/lib/perl5/vendor_perl/5.10.1/ --- /usr/lib/perl5/vendor_perl/5.10.1/Devel/ >>> /usr/lib/perl5/vendor_perl/5.10.1/Devel/Size/ >>> /usr/lib/perl5/vendor_perl/5.10.1/Devel/Size/Report.pm >>> Safely unmerging already-installed instance... >>> Original instance of package unmerged safely. Merge of dev-perl/Devel-Size-Report-0.13 at 2010-01-07T03:17:06+00:00 failed