Skip to content

Instantly share code, notes, and snippets.

/a.rb Secret

Created November 15, 2014 23:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/395f4670faf2dd418032 to your computer and use it in GitHub Desktop.
Save anonymous/395f4670faf2dd418032 to your computer and use it in GitHub Desktop.
PERL_DL_NONLAZY=1 /home/ingy/local/opt/plenv/versions/5.18.1/bin/perl5.18.1 "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
Use of uninitialized value in string eq at /home/ingy/local/opt/plenv/versions/5.18.1/lib/perl5/site_perl/5.18.1/Inline/CPP.pm line 442.
t/00load.t ........... ok
# Failed test 'Math::Prime::FastSieve->can('primes')'
# at t/01can_subs.t line 8.
# Math::Prime::FastSieve->can('primes') failed
# Failed test 'Math::Prime::FastSieve::Sieve->can(...)'
# at t/01can_subs.t line 18.
# Math::Prime::FastSieve::Sieve->can('new') failed
# Math::Prime::FastSieve::Sieve->can('primes') failed
# Math::Prime::FastSieve::Sieve->can('ranged_primes') failed
# Math::Prime::FastSieve::Sieve->can('nearest_le') failed
# Math::Prime::FastSieve::Sieve->can('nearest_ge') failed
# Math::Prime::FastSieve::Sieve->can('count_sieve') failed
# Math::Prime::FastSieve::Sieve->can('count_le') failed
# Math::Prime::FastSieve::Sieve->can('nth_prime') failed
# Looks like you failed 2 tests of 2.
t/01can_subs.t .......
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/2 subtests
Undefined subroutine &Math::Prime::FastSieve::primes called at t/02exports.t line 44.
# Tests were run but no plan was declared and done_testing() was not seen.
# Looks like your test exited with 2 just after 1.
t/02exports.t ........
Dubious, test returned 2 (wstat 512, 0x200)
All 1 subtests passed
# Failed test 'Math::Prime::FastSieve::Sieve->new() died'
# at t/03sieve_object.t line 12.
# Error was: Can't locate object method "new" via package "Math::Prime::FastSieve::Sieve" at /home/ingy/local/opt/plenv/versions/5.18.1/lib/perl5/5.18.1/Test/More.pm line 689.
Can't call method "primes" on an undefined value at t/03sieve_object.t line 35.
# Tests were run but no plan was declared and done_testing() was not seen.
# Looks like your test exited with 2 just after 2.
t/03sieve_object.t ...
Dubious, test returned 2 (wstat 512, 0x200)
Failed 1/2 subtests
Undefined subroutine &Math::Prime::FastSieve::primes called at t/04unique_sieves.t line 18.
t/04unique_sieves.t ..
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/05pod.t ............ skipped: Skip Test::Pod tests unless environment variable RELEASE_TESTING is set.
t/06pod_coverage.t ... skipped: Skip: Test::Pod::Coverage tests skipped unless environment variable RELEASE_TESTING is set.
t/07perlcritic.t ..... skipped: Author test. Set $ENV{RELEASE_TESTING} to a true value to run.
t/08kwalitee.t ....... skipped: Author Test: Set $ENV{RELEASE_TESTING} to a true value to run.
t/09changes.t ........ skipped: Author tests skipped. Set $ENV{RELEASE_TESTING} to run
# Failed test 'Math::Prime::FastSieve::Sieve->new() died'
# at t/10prime_results.t line 13.
# Error was: Can't locate object method "new" via package "Math::Prime::FastSieve::Sieve" at /home/ingy/local/opt/plenv/versions/5.18.1/lib/perl5/5.18.1/Test/More.pm line 689.
Can't call method "isprime" on an undefined value at t/10prime_results.t line 17.
# Looks like you planned 4206 tests but ran 1.
# Looks like you failed 1 test of 1 run.
# Looks like your test exited with 2 just after 1.
t/10prime_results.t ..
Dubious, test returned 2 (wstat 512, 0x200)
Failed 4206/4206 subtests
t/11meta.t ........... skipped: Author tests skipped unless RELEASE_TESTING set.
t/12meta_json.t ...... skipped: Author tests skipped unless RELEASE_TESTING set.
Can't locate object method "new" via package "Math::Prime::FastSieve::Sieve" at t/13synopsis.t line 12.
t/13synopsis.t .......
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
Test Summary Report
-------------------
t/01can_subs.t (Wstat: 512 Tests: 2 Failed: 2)
Failed tests: 1-2
Non-zero exit status: 2
t/02exports.t (Wstat: 512 Tests: 1 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/03sieve_object.t (Wstat: 512 Tests: 2 Failed: 1)
Failed test: 2
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/04unique_sieves.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/10prime_results.t (Wstat: 512 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 2
Parse errors: Bad plan. You planned 4206 tests but ran 1.
t/13synopsis.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
Files=14, Tests=8, 2 wallclock secs ( 0.08 usr 0.02 sys + 1.39 cusr 0.26 csys = 1.75 CPU)
Result: FAIL
Failed 6/14 test programs. 4/8 subtests failed.
make: *** [test_dynamic] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment