Skip to content

Instantly share code, notes, and snippets.

@hoelzro
Created March 5, 2014 13:27
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 hoelzro/9367136 to your computer and use it in GitHub Desktop.
Save hoelzro/9367136 to your computer and use it in GitHub Desktop.
cpanm (App::cpanminus) 1.7001 on perl 5.012005 built for x86_64-linux
Work directory is /home/rob/.cpanm/work/1394025965.10571
You have make /usr/bin/make
You have /usr/bin/wget
You have /usr/bin/tar: tar (GNU tar) 1.27.1
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by John Gilmore and Jay Fenlason.
You have /usr/bin/unzip
Searching Module::Build on cpanmetadb ...
--> Working on Module::Build
Fetching file:///home/rob/minicpan/authors/id/L/LE/LEONT/Module-Build-0.4205.tar.gz
-> OK
Unpacking Module-Build-0.4205.tar.gz
Entering Module-Build-0.4205
Checking configure dependencies from META.json
Checking if you have Module::Build 0.36 ... Yes (0.4205)
Configuring Module-Build-0.4205
Running Build.PL
Created MYMETA.yml and MYMETA.json
Creating new 'Build' script for 'Module-Build' version '0.4205'
-> OK
Checking dependencies from MYMETA.json ...
Checking if you have Module::Metadata 1.000002 ... Yes (1.000019)
Checking if you have File::Spec 0.82 ... Yes (3.31_01)
Checking if you have ExtUtils::Install 0 ... Yes (1.55)
Checking if you have File::Compare 0 ... Yes (1.1006)
Checking if you have File::Find 0 ... Yes (1.15)
Checking if you have CPAN::Meta 2.110420 ... Yes (2.140630)
Checking if you have File::Path 0 ... Yes (2.08_01)
Checking if you have Perl::OSType 1 ... Yes (1.007)
Checking if you have ExtUtils::Manifest 0 ... Yes (1.57)
Checking if you have ExtUtils::CBuilder 0.27 ... Yes (0.27)
Checking if you have Getopt::Long 0 ... Yes (2.38)
Checking if you have File::Copy 0 ... Yes (2.18)
Checking if you have Parse::CPAN::Meta 1.4401 ... Yes (1.4414)
Checking if you have Test::Harness 3.16 ... Yes (3.17)
Checking if you have Text::Abbrev 0 ... Yes (1.01)
Checking if you have ExtUtils::ParseXS 2.21 ... Yes (2.21)
Checking if you have Data::Dumper 0 ... Yes (2.125)
Checking if you have version 0.87 ... Yes (0.9908)
Checking if you have Pod::Man 2.17 ... Yes (2.23)
Checking if you have CPAN::Meta::YAML 0.003 ... Yes (0.012)
Checking if you have Test::More 0.49 ... Yes (1.001002)
Checking if you have Text::ParseWords 0 ... Yes (3.27)
Checking if you have File::Temp 0.15 ... Yes (0.22)
Checking if you have File::Basename 0 ... Yes (2.78)
Checking if you have Cwd 0 ... Yes (3.31)
Checking if you have ExtUtils::Mkbootstrap 0 ... Yes (6.56)
Building and testing Module-Build-0.4205
Building Module-Build
t/00-compile.t ................. ok
t/PL_files.t ................... ok
t/actions/installdeps.t ........ ok
t/actions/manifest_skip.t ...... ok
t/add_property.t ............... ok
t/add_property_array.t ......... ok
t/add_property_hash.t .......... ok
t/basic.t ...................... ok
t/bundle_inc.t ................. skipped: $ENV{MB_TEST_EXPERIMENTAL} is not set
t/compat.t ..................... ok
t/compat/exit.t ................ ok
t/debug.t ...................... ok
t/destinations.t ............... ok
t/ext.t ........................ ok
t/extend.t ..................... ok
t/files.t ...................... ok
t/help.t ....................... ok
t/install.t .................... ok
t/install_extra_target.t ....... ok
t/manifypods.t ................. ok
t/manifypods_with_utf8.t ....... ok
t/metadata.t ................... ok
t/metadata2.t .................. ok
# Failed test 'Other generated MYMETA.json matches generated META.json'
# at t/mymeta.t line 77.
# Structures begin differing at:
# $got->{meta-spec}{url} = 'https://metacpan.org/pod/CPAN::Meta::Spec'
# $expected->{meta-spec}{url} = 'http://search.cpan.org/perldoc?CPAN::Meta::Spec'
# MYMETA:
# $VAR1 = {
# 'resources' => {
# 'license' => [
# 'http://dev.perl.org/licenses/'
# ]
# },
# 'meta-spec' => {
# 'version' => '2',
# 'url' => 'https://metacpan.org/pod/CPAN::Meta::Spec'
# },
# 'generated_by' => 'Module::Build version 0.4205',
# 'version' => '0.01',
# 'name' => 'Simple',
# 'author' => [
# 'A. U. Thor, a.u.thor@a.galaxy.far.far.away'
# ],
# 'license' => [
# 'perl_5'
# ],
# 'prereqs' => {
# 'runtime' => {
# 'requires' => {
# 'File::Spec' => '0'
# }
# },
# 'configure' => {
# 'requires' => {
# 'Module::Build' => '0.42'
# }
# }
# },
# 'provides' => {
# 'Simple' => {
# 'version' => '0.01',
# 'file' => 'lib/Simple.pm'
# }
# },
# 'abstract' => 'Perl extension for blah blah blah',
# 'release_status' => 'stable'
# };
# META:
# $VAR1 = {
# 'resources' => {
# 'license' => [
# 'http://dev.perl.org/licenses/'
# ]
# },
# 'meta-spec' => {
# 'version' => '2',
# 'url' => 'http://search.cpan.org/perldoc?CPAN::Meta::Spec'
# },
# 'generated_by' => 'Module::Build version 0.4205',
# 'version' => '0.01',
# 'name' => 'Simple',
# 'author' => [
# 'A. U. Thor, a.u.thor@a.galaxy.far.far.away'
# ],
# 'license' => [
# 'perl_5'
# ],
# 'prereqs' => {
# 'runtime' => {
# 'requires' => {
# 'File::Spec' => '0'
# }
# },
# 'configure' => {
# 'requires' => {
# 'Module::Build' => '0.42'
# }
# }
# },
# 'provides' => {
# 'Simple' => {
# 'version' => '0.01',
# 'file' => 'lib/Simple.pm'
# }
# },
# 'abstract' => 'Perl extension for blah blah blah',
# 'release_status' => 'stable'
# };
# Looks like you failed 1 test of 39.
t/mymeta.t .....................
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/39 subtests
t/new_from_context.t ........... ok
t/notes.t ...................... ok
t/par.t ........................ skipped: PAR::Dist 0.17 or up not installed to check .par's.
t/parents.t .................... ok
t/perl_mb_opt.t ................ ok
t/pod_parser.t ................. ok
t/ppm.t ........................ ok
t/properties/dist_suffix.t ..... ok
t/properties/license.t ......... ok
t/properties/module_name.t ..... ok
t/properties/needs_compiler.t .. ok
t/properties/release_status.t .. ok
t/properties/requires.t ........ ok
t/properties/share_dir.t ....... ok
t/resume.t ..................... ok
t/runthrough.t ................. ok
t/sample.t ..................... ok
t/script_dist.t ................ ok
t/signature.t .................. ok
t/test_file_exts.t ............. ok
t/test_reqs.t .................. ok
t/test_type.t .................. ok
t/test_types.t ................. ok
t/tilde.t ...................... ok
t/unit_run_test_harness.t ...... ok
t/use_tap_harness.t ............ ok
t/versions.t ................... ok
t/write_default_maniskip.t ..... ok
t/xs.t ......................... ok
Test Summary Report
-------------------
t/mymeta.t (Wstat: 256 Tests: 39 Failed: 1)
Failed test: 15
Non-zero exit status: 1
Files=53, Tests=1132, 39 wallclock secs ( 0.32 usr 0.10 sys + 27.73 cusr 5.21 csys = 33.36 CPU)
Result: FAIL
Failed 1/53 test programs. 1/1132 subtests failed.
-> FAIL Installing Module::Build failed. See /home/rob/.cpanm/work/1394025965.10571/build.log for details. Retry with --force to force install it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment