WebService-Backlog v0.08 Perl 5 v5.24.4 RC1 x86_64-linux

Status
Fail
From
Slaven Rezić (SREZIC)
Dist
WebService-Backlog v0.08
Platform
Perl 5 v5.24.4 RC1 x86_64-linux
Date
2018-03-31 15:56:16
ID
0b498ef2-34fc-11e8-89f2-a86cb3c7400a
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 Ryuzo Yamamoto,

This is a computer-generated report for WebService-Backlog-0.08
on perl 5.24.4, 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:

none provided

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

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

PERL_DL_NONLAZY=1 "/opt/perl-5.24.4-RC1/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t
Possible precedence issue with control flow operator at /home/cpansand/.cpan/build/2018033112/WebService-Backlog-0.08-0/inc/Test/Builder.pm line 506.
t/00_compile.t ......... ok
Possible precedence issue with control flow operator at /home/cpansand/.cpan/build/2018033112/WebService-Backlog-0.08-0/inc/Test/Builder.pm line 506.
t/01_get_projects.t .... ok
Possible precedence issue with control flow operator at /home/cpansand/.cpan/build/2018033112/WebService-Backlog-0.08-0/inc/Test/Builder.pm line 506.
t/02_get_project.t ..... ok
Possible precedence issue with control flow operator at /home/cpansand/.cpan/build/2018033112/WebService-Backlog-0.08-0/inc/Test/Builder.pm line 506.
t/03_get_components.t .. ok
Possible precedence issue with control flow operator at /home/cpansand/.cpan/build/2018033112/WebService-Backlog-0.08-0/inc/Test/Builder.pm line 506.
t/04_get_versions.t .... ok
Possible precedence issue with control flow operator at /home/cpansand/.cpan/build/2018033112/WebService-Backlog-0.08-0/inc/Test/Builder.pm line 506.
t/05_get_users.t ....... ok
Possible precedence issue with control flow operator at /home/cpansand/.cpan/build/2018033112/WebService-Backlog-0.08-0/inc/Test/Builder.pm line 506.

#   Failed test at t/06_get_issue.t line 29.
Can't call method "name" on an undefined value at t/06_get_issue.t line 30.
# Looks like you planned 18 tests but ran 13.
# Looks like you failed 1 test of 13 run.
# Looks like your test exited with 255 just after 13.
t/06_get_issue.t ....... 
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 6/18 subtests 
Possible precedence issue with control flow operator at /home/cpansand/.cpan/build/2018033112/WebService-Backlog-0.08-0/inc/Test/Builder.pm line 506.
t/07_count_issue.t ..... ok
Possible precedence issue with control flow operator at /home/cpansand/.cpan/build/2018033112/WebService-Backlog-0.08-0/inc/Test/Builder.pm line 506.
t/08_find_issue.t ...... ok
Possible precedence issue with control flow operator at /home/cpansand/.cpan/build/2018033112/WebService-Backlog-0.08-0/inc/Test/Builder.pm line 506.

#   Failed test at t/09_create_issue.t line 24.
#          got: '$VAR1 = {
#           'summary' => 'Issue created by WebService::Backlog!',
#           'projectId' => 5432
#         };
# '
#     expected: '$VAR1 = {
#           'projectId' => 5432,
#           'summary' => 'Issue created by WebService::Backlog!'
#         };
# '

#   Failed test at t/09_create_issue.t line 37.
#          got: '$VAR1 = {
#           'summary' => 'Issue created by WebService::Backlog!',
#           'projectId' => 5432,
#           'assignerId' => 331
#         };
# '
#     expected: '$VAR1 = {
#           'summary' => 'Issue created by WebService::Backlog!',
#           'assignerId' => 331,
#           'projectId' => 5432
#         };
# '
# Looks like you failed 2 tests of 7.
t/09_create_issue.t .... 
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/7 subtests 
	(less 3 skipped subtests: 2 okay)
Possible precedence issue with control flow operator at /home/cpansand/.cpan/build/2018033112/WebService-Backlog-0.08-0/inc/Test/Builder.pm line 506.

#   Failed test at t/10_update_issue.t line 25.
#          got: '$VAR1 = {
#           'summary' => 'Issue updated by WebService::Backlog!',
#           'key' => 'DORA-2'
#         };
# '
#     expected: '$VAR1 = {
#           'key' => 'DORA-2',
#           'summary' => 'Issue updated by WebService::Backlog!'
#         };
# '

#   Failed test at t/10_update_issue.t line 37.
#          got: '$VAR1 = {
#           'key' => 'DORA-2',
#           'summary' => 'Issue updated by WebService::Backlog!',
#           'assignerId' => ''
#         };
# '
#     expected: '$VAR1 = {
#           'assignerId' => '',
#           'summary' => 'Issue updated by WebService::Backlog!',
#           'key' => 'DORA-2'
#         };
# '
# Looks like you failed 2 tests of 4.
t/10_update_issue.t .... 
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/4 subtests 
Possible precedence issue with control flow operator at /home/cpansand/.cpan/build/2018033112/WebService-Backlog-0.08-0/inc/Test/Builder.pm line 506.

#   Failed test at t/11_switch_status.t line 25.
#          got: '$VAR1 = {
#           'key' => 'DORA-2',
#           'statusId' => 3
#         };
# '
#     expected: '$VAR1 = {
#           'statusId' => 3,
#           'key' => 'DORA-2'
#         };
# '
# Looks like you failed 1 test of 2.
t/11_switch_status.t ... 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/2 subtests 
Possible precedence issue with control flow operator at /home/cpansand/.cpan/build/2018033112/WebService-Backlog-0.08-0/inc/Test/Builder.pm line 506.
t/12_new.t ............. ok
Possible precedence issue with control flow operator at /home/cpansand/.cpan/build/2018033112/WebService-Backlog-0.08-0/inc/Test/Builder.pm line 506.
t/20_issue.t ........... ok

Test Summary Report
-------------------
t/06_get_issue.t     (Wstat: 65280 Tests: 13 Failed: 1)
  Failed test:  13
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 18 tests but ran 13.
t/09_create_issue.t  (Wstat: 512 Tests: 7 Failed: 2)
  Failed tests:  2, 4
  Non-zero exit status: 2
t/10_update_issue.t  (Wstat: 512 Tests: 4 Failed: 2)
  Failed tests:  2, 4
  Non-zero exit status: 2
t/11_switch_status.t (Wstat: 256 Tests: 2 Failed: 1)
  Failed test:  2
  Non-zero exit status: 1
Files=14, Tests=104, 34 wallclock secs ( 0.04 usr  0.05 sys +  3.04 cusr  0.42 csys =  3.55 CPU)
Result: FAIL
Failed 4/14 test programs. 6/104 subtests failed.
Makefile:795: recipe for target 'test_dynamic' failed
make: *** [test_dynamic] Error 255

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

Prerequisite modules loaded:

requires:

    Module                Need Have    
    --------------------- ---- --------
    Carp                  0    1.38    
    Class::Accessor::Fast 0    0.51    
    Crypt::SSLeay         0    0.72    
    ExtUtils::MakeMaker   6.42 7.34    
    Filter::Util::Call    0    1.58    
    RPC::XML              0    1.61    
    Test::More            0    1.302133

build_requires:

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

configure_requires:

    Module                Need Have    
    --------------------- ---- --------
    ExtUtils::MakeMaker   6.42 7.34    


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

Environment variables:

    LANG = en_US.UTF-8
    LC_ALL = de_DE.UTF-8
    PATH = /usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/cpansand/bin/linux-gnu:/home/cpansand/bin/sh:/home/cpansand/bin:/usr/games:/home/cpansand/devel:/home/eserte/src/srezic-misc/scripts
    PERL5LIB = 
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 2393
    PERL5_CPAN_IS_RUNNING = 2393
    PERL5_CPAN_IS_RUNNING_IN_RECURSION = 2688,2393
    PERLDOC = -MPod::Perldoc::ToTextOverstrike
    PERL_BATCH = yes
    PERL_CANARY_STABILITY_NOPROMPT = 1
    PERL_CPAN_REPORTER_CONFIG = /var/tmp/cpansmoker-1023/2018033009/cpanreporter_001_config.ini
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    PERL_PARALLEL_SMOKER = yes
    SHELL = /usr/bin/zsh
    TERM = screen
    TMPDIR = /var/tmp/cpansmoker-1023/2018033009

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

    $^X = /opt/perl-5.24.4-RC1/bin/perl
    $UID/$EUID = 1023 / 1023
    $GID = 1023 1023
    $EGID = 1023 1023

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.16    
    CPAN::Meta          2.150010
    Cwd                 3.74    
    ExtUtils::CBuilder  0.280230
    ExtUtils::Command   7.34    
    ExtUtils::Install   2.14    
    ExtUtils::MakeMaker 7.34    
    ExtUtils::Manifest  1.70    
    ExtUtils::ParseXS   3.35    
    File::Spec          3.74    
    JSON                2.97001 
    JSON::PP            2.97001 
    Module::Build       0.4224  
    Module::Signature   0.81    
    Parse::CPAN::Meta   2.150010
    Test::Harness       3.42    
    Test::More          1.302133
    YAML                1.24    
    YAML::Syck          1.30    
    version             0.9918  


--

Summary of my perl5 (revision 5 version 24 subversion 4) configuration:
   
  Platform:
    osname=linux, osvers=4.4.0-116-generic, archname=x86_64-linux
    uname='linux ubuntu16 4.4.0-116-generic #140-ubuntu smp mon feb 12 21:23:04 utc 2018 x86_64 x86_64 x86_64 gnulinux '
    config_args='-ds -e -Dprefix=/opt/perl-5.24.4-RC1 -Dcf_email=srezic@cpan.org'
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=undef, usemultiplicity=undef
    use64bitint=define, use64bitall=define, uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
    optimize='-O2',
    cppflags='-fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
    ccversion='', gccversion='5.4.0 20160609', gccosandvers=''
    intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678, doublekind=3
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16, longdblkind=3
    ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
    alignbytes=8, prototype=define
  Linker and Libraries:
    ld='cc', ldflags =' -fstack-protector-strong -L/usr/local/lib'
    libpth=/usr/local/lib /usr/lib/gcc/x86_64-linux-gnu/5/include-fixed /usr/include/x86_64-linux-gnu /usr/lib /lib/x86_64-linux-gnu /lib/../lib /usr/lib/x86_64-linux-gnu /usr/lib/../lib /lib
    libs=-lpthread -lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc -lgdbm_compat
    perllibs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
    libc=libc-2.23.so, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version='2.23'
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
    cccdlflags='-fPIC', lddlflags='-shared -O2 -L/usr/local/lib -fstack-protector-strong'


Characteristics of this binary (from libperl): 
  Compile-time options: HAS_TIMES PERLIO_LAYERS PERL_COPY_ON_WRITE
                        PERL_DONT_CREATE_GVSV
                        PERL_HASH_FUNC_ONE_AT_A_TIME_HARD PERL_MALLOC_WRAP
                        PERL_PRESERVE_IVUV USE_64_BIT_ALL USE_64_BIT_INT
                        USE_LARGE_FILES USE_LOCALE USE_LOCALE_COLLATE
                        USE_LOCALE_CTYPE USE_LOCALE_NUMERIC USE_LOCALE_TIME
                        USE_PERLIO USE_PERL_ATOF
  Locally applied patches:
	RC1
  Built under linux
  Compiled at Mar 24 2018 19:56:23
  %ENV:
    PERL5LIB=""
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="2393"
    PERL5_CPAN_IS_RUNNING="2393"
    PERL5_CPAN_IS_RUNNING_IN_RECURSION="2688,2393"
    PERLDOC="-MPod::Perldoc::ToTextOverstrike"
    PERL_BATCH="yes"
    PERL_CANARY_STABILITY_NOPROMPT="1"
    PERL_CPAN_REPORTER_CONFIG="/var/tmp/cpansmoker-1023/2018033009/cpanreporter_001_config.ini"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
    PERL_PARALLEL_SMOKER="yes"
  @INC:
    /opt/perl-5.24.4-RC1/lib/site_perl/5.24.4/x86_64-linux
    /opt/perl-5.24.4-RC1/lib/site_perl/5.24.4
    /opt/perl-5.24.4-RC1/lib/5.24.4/x86_64-linux
    /opt/perl-5.24.4-RC1/lib/5.24.4
    .