Skip Menu |

This queue is for tickets about the Class-MethodMaker CPAN distribution.

Report information
The Basics
Id: 133569
Status: new
Priority: 0/
Queue: Class-MethodMaker

People
Owner: Nobody in particular
Requestors: ishika.goel36 [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Getting FAIL result after running make test
Date: Tue, 20 Oct 2020 20:30:18 +0530
To: "bug-Class-MethodMaker [...] rt.cpan.org" <bug-Class-MethodMaker [...] rt.cpan.org>
From: Ishika Goel <ishika.goel36 [...] gmail.com>

Hi,

 

I am trying to install Class-MethodMaker perl module but after running make test, getting FAIL result.

 

Using Linux server RHEL 7.

 

PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/array.t .............. Class/MethodMaker/array.pm did not return a true value at /opt/app/swift/Class-MethodMaker-2.24/t/../lib/Class/MethodMaker/Engine.pm line 561.
BEGIN failed--compilation aborted at t/array.t line 43.
t/array.t .............. Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 438/438 subtests
t/basic.t ............. Class/MethodMaker/scalar.pm did not return a true value at /opt/app/swift/Class-MethodMaker-2.24/t/../lib/Class/MethodMaker/Engine.pm line 561.
BEGIN failed--compilation aborted at t/basic.t line 47.
t/basic.t ............. Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 2/2 subtests
t/diffclass.t .......... Class/MethodMaker/scalar.pm did not return a true value at /opt/app/swift/Class-MethodMaker-2.24/t/../lib/Class/MethodMaker/Engine.pm line 561.
BEGIN failed--compilation aborted at t/diffclass.t line 45.
t/diffclass.t .......... Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 22/22 subtests
t/hash.t ............... Class/MethodMaker/hash.pm did not return a true value at /opt/app/swift/Class-MethodMaker-2.24/t/../lib/Class/MethodMaker/Engine.pm line 561.
BEGIN failed--compilation aborted at t/hash.t line 43.
t/hash.t .............. Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 439/439 subtests
t/new.t ................ ok
t/redefine-warnings.t .. ok
t/scalar.t ............. Class/MethodMaker/scalar.pm did not return a true value at /opt/app/swift/Class-MethodMaker-2.24/t/../lib/Class/MethodMaker/Engine.pm line 561.
BEGIN failed--compilation aborted at t/scalar.t line 44.
t/scalar.t ............. Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 314/314 subtests
t/warnings.t ........... Class/MethodMaker/scalar.pm did not return a true value at /opt/app/swift/Class-MethodMaker-2.24/t/../lib/Class/MethodMaker/Engine.pm line 561.
BEGIN failed--compilation aborted at t/warnings.t line 56.
t/warnings.t ........... Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 3/3 subtests

Test Summary Report
-------------------
t/array.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 438 tests but ran 0.
t/basic.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 2 tests but ran 0.
t/diffclass.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 22 tests but ran 0.
t/hash.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 439 tests but ran 0.
t/scalar.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 314 tests but ran 0.
t/warnings.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 3 tests but ran 0.
Files=8, Tests=34, 1 wallclock secs ( 0.05 usr 0.01 sys + 0.64 cusr 0.12 csys = 0.82 CPU)
Result: FAIL
Failed 6/8 test programs. 0/34 subtests failed.
make: * [test_dynamic] Error 255

 

 

Could you please let me know how to resolve this error asap.

 

Thanks & Regards,

Ishika Goel