Skip to content

Instantly share code, notes, and snippets.

@omega
Created August 24, 2012 09:03
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 omega/f1d0c0be8b677bca4fbc to your computer and use it in GitHub Desktop.
Save omega/f1d0c0be8b677bca4fbc to your computer and use it in GitHub Desktop.
cpanm (App::cpanminus) 1.5013 on perl 5.012001 built for darwin-2level
Work directory is /Users/andremar/.cpanm/work/1345798975.43966
You have make /usr/bin/make
You have LWP 6.04
You have /usr/bin/tar: bsdtar 2.8.3 - libarchive 2.8.3
You have /usr/bin/unzip
Searching MojoX::Log::Log4perl on cpanmetadb ...
--> Working on MojoX::Log::Log4perl
Fetching http://www.cpan.org/authors/id/G/GA/GARU/MojoX-Log-Log4perl-0.06.tar.gz ... OK
Unpacking MojoX-Log-Log4perl-0.06.tar.gz
x MojoX-Log-Log4perl-0.06/
x MojoX-Log-Log4perl-0.06/Changes
x MojoX-Log-Log4perl-0.06/lib/
x MojoX-Log-Log4perl-0.06/Makefile.PL
x MojoX-Log-Log4perl-0.06/MANIFEST
x MojoX-Log-Log4perl-0.06/META.json
x MojoX-Log-Log4perl-0.06/META.yml
x MojoX-Log-Log4perl-0.06/README
x MojoX-Log-Log4perl-0.06/t/
x MojoX-Log-Log4perl-0.06/t/00-load.t
x MojoX-Log-Log4perl-0.06/t/01-standard.t
x MojoX-Log-Log4perl-0.06/t/02-justworks.t
x MojoX-Log-Log4perl-0.06/t/03-events.t
x MojoX-Log-Log4perl-0.06/t/pod-coverage.t
x MojoX-Log-Log4perl-0.06/t/pod.t
x MojoX-Log-Log4perl-0.06/lib/MojoX/
x MojoX-Log-Log4perl-0.06/lib/MojoX/Log/
x MojoX-Log-Log4perl-0.06/lib/MojoX/Log/Log4perl.pm
Entering MojoX-Log-Log4perl-0.06
Checking configure dependencies from META.yml
Checking if you have ExtUtils::MakeMaker 0 ... Yes (6.62)
Configuring MojoX-Log-Log4perl-0.06 ... Running Makefile.PL
Checking if your kit is complete...
Looks good
Writing Makefile for MojoX::Log::Log4perl
Writing MYMETA.yml and MYMETA.json
OK
Checking dependencies from MYMETA.json ...
Checking if you have ExtUtils::MakeMaker 0 ... Yes (6.62)
Checking if you have Test::More 0.94 ... Yes (0.98)
Checking if you have Mojolicious 2 ... Yes (2.15)
Checking if you have Log::Log4perl 1.25 ... Yes (1.37)
Building and testing MojoX-Log-Log4perl-0.06 ... cp lib/MojoX/Log/Log4perl.pm blib/lib/MojoX/Log/Log4perl.pm
Manifying blib/man3/MojoX::Log::Log4perl.3
PERL_DL_NONLAZY=1 /Users/andremar/perl5/perlbrew/perls/perl-5.12.1/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
# Testing MojoX::Log::Log4perl 0.06, Perl 5.012001, /Users/andremar/perl5/perlbrew/perls/perl-5.12.1/bin/perl
t/00-load.t ....... ok
t/01-standard.t ... ok
# Failed test 'right content'
# at t/02-justworks.t line 31.
# '[DEBUG] MojoX::Log::Log4perl:54 - Just works.
# [DEBUG] MojoX::Log::Log4perl:69 - told ya!
# [DEBUG] MojoX::Log::Log4perl:54 - And only logs what we want!
# '
# doesn't match '(?s-xim:^\[DEBUG\] main:21 - Just works\.\n\[DEBUG\] main:22 - told ya!$)'
# Failed test 'no debug messages after changing log level'
# at t/02-justworks.t line 37.
# '[DEBUG] MojoX::Log::Log4perl:54 - Just works.
# [DEBUG] MojoX::Log::Log4perl:69 - told ya!
# [DEBUG] MojoX::Log::Log4perl:54 - And only logs what we want!
# '
# matches '(?-xism:only logs what we want)'
# Looks like you failed 2 tests of 6.
t/02-justworks.t ..
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/6 subtests
Use of uninitialized value $cb in string eq at /Users/andremar/Projects/perl/mojo/lib/Mojo/EventEmitter.pm line 51.
[2012/08/24 16:02:58] [mojo] [DEBUG] Moo123
[2012/08/24 16:02:58] [mojo] [INFO] Moo123
[2012/08/24 16:02:58] [mojo] [WARN] Moo123
[2012/08/24 16:02:58] [mojo] [ERROR] Moo123
[2012/08/24 16:02:58] [mojo] [FATAL] Moo123
t/03-events.t ..... ok
t/pod-coverage.t .. ok
t/pod.t ........... ok
Test Summary Report
-------------------
t/02-justworks.t (Wstat: 512 Tests: 6 Failed: 2)
Failed tests: 5-6
Non-zero exit status: 2
Files=6, Tests=42, 0 wallclock secs ( 0.05 usr 0.02 sys + 0.43 cusr 0.25 csys = 0.75 CPU)
Result: FAIL
Failed 1/6 test programs. 2/42 subtests failed.
make: *** [test_dynamic] Error 255
FAIL
! Installing MojoX::Log::Log4perl failed. See /Users/andremar/.cpanm/build.log for details.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment