Makefile-Update v0.4 Perl 5 v5.8.6 x86_64-linux-thread-multi

Status
Fail
From
Nigel Horne
Dist
Makefile-Update v0.4
Platform
Perl 5 v5.8.6 x86_64-linux-thread-multi
Date
2018-01-07T19:40:47
ID
a864685c-f3e2-11e7-af2b-acaf1d79aee4
This distribution has been tested as part of the CPAN Testers
project, supporting the Perl programming language.  See
http://wiki.cpantesters.org/ for more information or email
questions to cpan-testers-discuss@perl.org


--
Dear Vadim Zeitlin,

This is a computer-generated report for Makefile-Update-0.4
on perl 5.8.6, created by CPAN-Reporter-1.2018.

Thank you for uploading your work to CPAN.  However, there was a problem
testing your distribution.

If you think this report is invalid, please consult the CPAN Testers Wiki
for suggestions on how to avoid getting FAIL reports for missing library
or binary dependencies, unsupported operating systems, and so on:

http://wiki.cpantesters.org/wiki/CPANAuthorNotes

Sections of this report:

    * Tester comments
    * Program output
    * Prerequisites
    * Environment and other context

------------------------------
TESTER COMMENTS
------------------------------

Additional comments from tester:

this report is from an automated smoke testing program
and was not reviewed by a human for accuracy

------------------------------
PROGRAM OUTPUT
------------------------------

Output from '/usr/bin/make test':

PERL_DL_NONLAZY=1 "/home/njh/perl5/perlbrew/perls/perl-5.8.6/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t

#   Failed test 'new file was added'
#   at t/07_update_cmakefile.t line 19.
#                   '# Simple CMake fragment.
# 
# set(VAR1
#     file1
#     # comment between the files
#     file2
#     fileNew
# )
# 
# set(VAR2
#     file3
#     file4 # comment after the file
#     file5
#     fileNew2
# )
# '
#     doesn't match '(?m-xis:fileNew$)'
# Looks like you failed 1 test of 6.
t/07_update_cmakefile.t .......... 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/6 subtests 

#   Failed test 'use Makefile::Update::Makefile;'
#   at t/05_update_makefile.t line 7.
#     Tried to use 'Makefile::Update::Makefile'.
#     Error:  Sequence (?<i...) not recognized in regex; marked by <-- HERE in m/^(?<i <-- HERE ndent>\s*)(?<file>[^ ]+)(?<tail>\s*\\?)$/ at /tmp/build/Makefile-Update-0.4-7/blib/lib/Makefile/Update/Makefile.pm line 76.
# Compilation failed in require at t/05_update_makefile.t line 7.
# BEGIN failed--compilation aborted at t/05_update_makefile.t line 7.
Undefined subroutine &main::update_makefile called at t/05_update_makefile.t line 17.
# Tests were run but no plan was declared and done_testing() was not seen.
# Looks like your test exited with 255 just after 1.
t/05_update_makefile.t ........... 
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 1/1 subtests 

#   Failed test 'use Makefile::Update::MSBuild;'
#   at t/03_update_msbuild.t line 7.
#     Tried to use 'Makefile::Update::MSBuild'.
#     Error:  Sequence (?<k...) not recognized in regex; marked by <-- HERE in m/^\s*<Cl(?<k <-- HERE ind>Compile|Include) Include="(?<file>[^"]+)"\s*(?<slash>/)?>$/ at /tmp/build/Makefile-Update-0.4-7/blib/lib/Makefile/Update/MSBuild.pm line 93.
# Compilation failed in require at t/03_update_msbuild.t line 7.
# BEGIN failed--compilation aborted at t/03_update_msbuild.t line 7.
Undefined subroutine &main::update_msbuild called at t/03_update_msbuild.t line 13.
# Tests were run but no plan was declared and done_testing() was not seen.
# Looks like your test exited with 255 just after 1.
t/03_update_msbuild.t ............ 
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 1/1 subtests 

#   Failed test 'use Makefile::Update::MSBuild;'
#   at t/41_msbuild_filters_warnings.t line 7.
#     Tried to use 'Makefile::Update::MSBuild'.
#     Error:  Sequence (?<k...) not recognized in regex; marked by <-- HERE in m/^\s*<Cl(?<k <-- HERE ind>Compile|Include) Include="(?<file>[^"]+)"\s*(?<slash>/)?>$/ at /tmp/build/Makefile-Update-0.4-7/blib/lib/Makefile/Update/MSBuild.pm line 93.
# Compilation failed in require at t/41_msbuild_filters_warnings.t line 7.
# BEGIN failed--compilation aborted at t/41_msbuild_filters_warnings.t line 7.
Undefined subroutine &main::update_msbuild_filters called at t/41_msbuild_filters_warnings.t line 31.
# Tests were run but no plan was declared and done_testing() was not seen.
# Looks like your test exited with 255 just after 1.
t/41_msbuild_filters_warnings.t .. 
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 1/1 subtests 

#   Failed test 'use Makefile::Update::Makefile;'
#   at t/50_makefile_sort_preserve.t line 6.
#     Tried to use 'Makefile::Update::Makefile'.
#     Error:  Sequence (?<i...) not recognized in regex; marked by <-- HERE in m/^(?<i <-- HERE ndent>\s*)(?<file>[^ ]+)(?<tail>\s*\\?)$/ at /tmp/build/Makefile-Update-0.4-7/blib/lib/Makefile/Update/Makefile.pm line 76.
# Compilation failed in require at t/50_makefile_sort_preserve.t line 6.
# BEGIN failed--compilation aborted at t/50_makefile_sort_preserve.t line 6.
Undefined subroutine &main::update_makefile called at t/50_makefile_sort_preserve.t line 32.
# Tests were run but no plan was declared and done_testing() was not seen.
# Looks like your test exited with 255 just after 1.
t/50_makefile_sort_preserve.t .... 
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 1/1 subtests 

#   Failed test 'new file was added'
#   at t/02_update_bakefile_0.t line 19.
#                   '<?xml version="1.0" ?>
# <makefile>
# 
# <!--
#     Some comment
#  -->
# 
# <set var="VAR1" hints="files">
#     file1
#     <!-- comment between the files -->
#     file2
#     fileNew
# </set>
# 
# <set var="VAR2" hints="files">
#     file3
#     file4 <!-- comment after the file -->
#     file5
#     fileNew2
# </set>
# 
# </makefile>
# '
#     doesn't match '(?m-xis:fileNew$)'
# Looks like you failed 1 test of 6.
t/02_update_bakefile_0.t ......... 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/6 subtests 
t/author-pod-coverage.t .......... skipped: these tests are for testing by the author

#   Failed test 'use Makefile::Update::MSBuild;'
#   at t/04_update_msbuild_filters.t line 7.
#     Tried to use 'Makefile::Update::MSBuild'.
#     Error:  Sequence (?<k...) not recognized in regex; marked by <-- HERE in m/^\s*<Cl(?<k <-- HERE ind>Compile|Include) Include="(?<file>[^"]+)"\s*(?<slash>/)?>$/ at /tmp/build/Makefile-Update-0.4-7/blib/lib/Makefile/Update/MSBuild.pm line 93.
# Compilation failed in require at t/04_update_msbuild_filters.t line 7.
# BEGIN failed--compilation aborted at t/04_update_msbuild_filters.t line 7.
Undefined subroutine &main::update_msbuild_filters called at t/04_update_msbuild_filters.t line 22.
# Tests were run but no plan was declared and done_testing() was not seen.
# Looks like your test exited with 255 just after 1.
t/04_update_msbuild_filters.t .... 
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 1/1 subtests 
t/01_read_files_list.t ........... ok

#   Failed test 'use Makefile::Update::MSBuild;'
#   at t/31_msbuild_warnings.t line 7.
#     Tried to use 'Makefile::Update::MSBuild'.
#     Error:  Sequence (?<k...) not recognized in regex; marked by <-- HERE in m/^\s*<Cl(?<k <-- HERE ind>Compile|Include) Include="(?<file>[^"]+)"\s*(?<slash>/)?>$/ at /tmp/build/Makefile-Update-0.4-7/blib/lib/Makefile/Update/MSBuild.pm line 93.
# Compilation failed in require at t/31_msbuild_warnings.t line 7.
# BEGIN failed--compilation aborted at t/31_msbuild_warnings.t line 7.
Undefined subroutine &main::update_msbuild called at t/31_msbuild_warnings.t line 32.
# Tests were run but no plan was declared and done_testing() was not seen.
# Looks like your test exited with 255 just after 1.
t/31_msbuild_warnings.t .......... 
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 1/1 subtests 
t/06_update_vcproj.t ............. ok

#   Failed test 'use Makefile::Update::Makefile;'
#   at t/51_makefile_warnings.t line 7.
#     Tried to use 'Makefile::Update::Makefile'.
#     Error:  Sequence (?<i...) not recognized in regex; marked by <-- HERE in m/^(?<i <-- HERE ndent>\s*)(?<file>[^ ]+)(?<tail>\s*\\?)$/ at /tmp/build/Makefile-Update-0.4-7/blib/lib/Makefile/Update/Makefile.pm line 76.
# Compilation failed in require at t/51_makefile_warnings.t line 7.
# BEGIN failed--compilation aborted at t/51_makefile_warnings.t line 7.
Undefined subroutine &main::update_makefile called at t/51_makefile_warnings.t line 16.
# Tests were run but no plan was declared and done_testing() was not seen.
# Looks like your test exited with 255 just after 1.
t/51_makefile_warnings.t ......... 
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 1/1 subtests 
t/61_vcproj_warnings.t ........... ok

#   Failed test 'use Makefile::Update::Makefile;'
#   at t/90_upmake_driver.t line 10.
#     Tried to use 'Makefile::Update::Makefile'.
#     Error:  Sequence (?<i...) not recognized in regex; marked by <-- HERE in m/^(?<i <-- HERE ndent>\s*)(?<file>[^ ]+)(?<tail>\s*\\?)$/ at /tmp/build/Makefile-Update-0.4-7/blib/lib/Makefile/Update/Makefile.pm line 76.
# Compilation failed in require at t/90_upmake_driver.t line 10.
# BEGIN failed--compilation aborted at t/90_upmake_driver.t line 10.
Undefined subroutine &main::update_makefile called at /tmp/build/Makefile-Update-0.4-7/blib/lib/Makefile/Update.pm line 111.
# Tests were run but no plan was declared and done_testing() was not seen.
# Looks like your test exited with 255 just after 2.
t/90_upmake_driver.t ............. 
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 1/2 subtests 

#   Failed test 'use Makefile::Update::MSBuild;'
#   at t/91_update_msbuild_project.t line 8.
#     Tried to use 'Makefile::Update::MSBuild'.
#     Error:  Sequence (?<k...) not recognized in regex; marked by <-- HERE in m/^\s*<Cl(?<k <-- HERE ind>Compile|Include) Include="(?<file>[^"]+)"\s*(?<slash>/)?>$/ at /tmp/build/Makefile-Update-0.4-7/blib/lib/Makefile/Update/MSBuild.pm line 93.
# Compilation failed in require at t/91_update_msbuild_project.t line 8.
# BEGIN failed--compilation aborted at t/91_update_msbuild_project.t line 8.
Undefined subroutine &main::update_msbuild_project called at t/91_update_msbuild_project.t line 73.
# Tests were run but no plan was declared and done_testing() was not seen.
# Looks like your test exited with 255 just after 1.
t/91_update_msbuild_project.t .... 
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 1/1 subtests 

Test Summary Report
-------------------
t/07_update_cmakefile.t        (Wstat: 256 Tests: 6 Failed: 1)
  Failed test:  3
  Non-zero exit status: 1
t/05_update_makefile.t         (Wstat: 65280 Tests: 1 Failed: 1)
  Failed test:  1
  Non-zero exit status: 255
  Parse errors: No plan found in TAP output
t/03_update_msbuild.t          (Wstat: 65280 Tests: 1 Failed: 1)
  Failed test:  1
  Non-zero exit status: 255
  Parse errors: No plan found in TAP output
t/41_msbuild_filters_warnings.t (Wstat: 65280 Tests: 1 Failed: 1)
  Failed test:  1
  Non-zero exit status: 255
  Parse errors: No plan found in TAP output
t/50_makefile_sort_preserve.t  (Wstat: 65280 Tests: 1 Failed: 1)
  Failed test:  1
  Non-zero exit status: 255
  Parse errors: No plan found in TAP output
t/02_update_bakefile_0.t       (Wstat: 256 Tests: 6 Failed: 1)
  Failed test:  3
  Non-zero exit status: 1
t/04_update_msbuild_filters.t  (Wstat: 65280 Tests: 1 Failed: 1)
  Failed test:  1
  Non-zero exit status: 255
  Parse errors: No plan found in TAP output
t/31_msbuild_warnings.t        (Wstat: 65280 Tests: 1 Failed: 1)
  Failed test:  1
  Non-zero exit status: 255
  Parse errors: No plan found in TAP output
t/51_makefile_warnings.t       (Wstat: 65280 Tests: 1 Failed: 1)
  Failed test:  1
  Non-zero exit status: 255
  Parse errors: No plan found in TAP output
t/90_upmake_driver.t           (Wstat: 65280 Tests: 2 Failed: 1)
  Failed test:  2
  Non-zero exit status: 255
  Parse errors: No plan found in TAP output
t/91_update_msbuild_project.t  (Wstat: 65280 Tests: 1 Failed: 1)
  Failed test:  1
  Non-zero exit status: 255
  Parse errors: No plan found in TAP output
Files=15, Tests=41,  0 wallclock secs ( 0.03 usr  0.02 sys +  0.66 cusr  0.13 csys =  0.84 CPU)
Result: FAIL
Failed 11/15 test programs. 11/41 subtests failed.
Makefile:890: recipe for target 'test_dynamic' failed
make: *** [test_dynamic] Error 255

------------------------------
PREREQUISITES
------------------------------

Prerequisite modules loaded:

build_requires:

    Module              Need Have    
    ------------------- ---- --------
    ExtUtils::MakeMaker 0    7.22    
    Test::LongString    0    0.17    
    Test::More          0    1.302096
    Test::Output        0    1.031   
    Test::Warn          0    0.32    

configure_requires:

    Module              Need Have    
    ------------------- ---- --------
    ExtUtils::MakeMaker 0    7.22    


------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------

Environment variables:

    AUTOMATED_TESTING = 1
    HARNESS_OPTIONS = j10
    LANG = en_GB.UTF-8
    PATH = /home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.8.6/bin:/usr/bin:/bin:src/njh/smoker/bin
    PERL5LIB = /tmp/build/Path-Tiny-0.104-0/blib/arch:/tmp/build/Path-Tiny-0.104-0/blib/lib
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 10936
    PERL5_CPAN_IS_RUNNING = 10936
    PERLBREW_BASHRC_VERSION = 0.80
    PERLBREW_HOME = /home/njh/.perlbrew
    PERLBREW_MANPATH = /home/njh/perl5/perlbrew/perls/perl-5.8.6/man
    PERLBREW_PATH = /home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.8.6/bin
    PERLBREW_PERL = perl-5.8.6
    PERLBREW_ROOT = /home/njh/perl5/perlbrew
    PERLBREW_VERSION = 0.80
    SHELL = /bin/sh

Perl special variables (and OS-specific diagnostics, for MSWin32):

    $^X = /home/njh/perl5/perlbrew/perls/perl-5.8.6/bin/perl
    $UID/$EUID = 1000 / 1000
    $GID = 1000 1000 118 112 107 46 44 30 29 25 24 4
    $EGID = 1000 1000 118 112 107 46 44 30 29 25 24 4

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.16    
    CPAN::Meta          2.150001
    Cwd                 3.62    
    ExtUtils::CBuilder  0.280220
    ExtUtils::Command   7.22    
    ExtUtils::Install   2.04    
    ExtUtils::MakeMaker 7.22    
    ExtUtils::Manifest  1.70    
    ExtUtils::ParseXS   3.30    
    File::Spec          3.62    
    JSON                2.90    
    JSON::PP            2.27400 
    Module::Build       0.4224  
    Module::Signature   n/a     
    Parse::CPAN::Meta   1.4414  
    Test::Harness       3.36    
    Test::More          1.302096
    YAML                n/a     
    YAML::Syck          1.30    
    version             0.9912  


--

Summary of my perl5 (revision 5 version 8 subversion 6) configuration:
  Platform:
    osname=linux, osvers=3.16-2-amd64, archname=x86_64-linux-thread-multi
    uname='linux cyberpower2 3.16-2-amd64 #1 smp debian 3.16.3-2 (2014-09-20) x86_64 gnulinux '
    config_args='-de -Dprefix=/home/njh/perl5/perlbrew/perls/perl-5.8.6 -Duseithreads -Dusemultiplicity -Dusedevel -Accflags=-O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -msse2 -msse -mmmx -mfpmath=sse -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -ftree-vectorize -fdiagnostics-color=auto -Aeval:scriptdir=/home/njh/perl5/perlbrew/perls/perl-5.8.6/bin'
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=define use5005threads=undef useithreads=define usemultiplicity=define
    useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
    use64bitint=define use64bitall=define uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -msse2 -msse -mmmx -mfpmath=sse -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -ftree-vectorize -fdiagnostics-color=auto -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
    optimize='-O2',
    cppflags='-D_REENTRANT -D_GNU_SOURCE -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -msse2 -msse -mmmx -mfpmath=sse -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -ftree-vectorize -fdiagnostics-color=auto -fno-strict-aliasing -I/usr/local/include'
    ccversion='', gccversion='4.9.1', gccosandvers=''
    intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
    ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
    alignbytes=8, prototype=define
  Linker and Libraries:
    ld='cc', ldflags =' -L/usr/local/lib'
    libpth=/usr/local/lib /lib/x86_64-linux-gnu /lib/../lib /usr/lib/x86_64-linux-gnu /usr/lib/../lib /lib /usr/lib
    libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lpthread -lc -lgdbm_compat
    perllibs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc -lgdbm_compat
    libc=libc-2.19.so, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version='2.19'
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
    cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib'


Characteristics of this binary (from libperl): 
  Compile-time options: MULTIPLICITY USE_ITHREADS USE_64_BIT_INT USE_64_BIT_ALL USE_LARGE_FILES PERL_IMPLICIT_CONTEXT
  Built under linux
  Compiled at Oct 15 2014 09:50:18
  %ENV:
    PERL5LIB="/tmp/build/Path-Tiny-0.104-0/blib/arch:/tmp/build/Path-Tiny-0.104-0/blib/lib"
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="10936"
    PERL5_CPAN_IS_RUNNING="10936"
    PERLBREW_BASHRC_VERSION="0.80"
    PERLBREW_HOME="/home/njh/.perlbrew"
    PERLBREW_MANPATH="/home/njh/perl5/perlbrew/perls/perl-5.8.6/man"
    PERLBREW_PATH="/home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.8.6/bin"
    PERLBREW_PERL="perl-5.8.6"
    PERLBREW_ROOT="/home/njh/perl5/perlbrew"
    PERLBREW_VERSION="0.80"
  @INC:
    /tmp/build/Path-Tiny-0.104-0/blib/arch
    /tmp/build/Path-Tiny-0.104-0/blib/lib
    /home/njh/perl5/perlbrew/perls/perl-5.8.6/lib/5.8.6/x86_64-linux-thread-multi
    /home/njh/perl5/perlbrew/perls/perl-5.8.6/lib/5.8.6
    /home/njh/perl5/perlbrew/perls/perl-5.8.6/lib/site_perl/5.8.6/x86_64-linux-thread-multi
    /home/njh/perl5/perlbrew/perls/perl-5.8.6/lib/site_perl/5.8.6
    /home/njh/perl5/perlbrew/perls/perl-5.8.6/lib/site_perl
    .