cpantestlogs/WebService::BambooHR_genfailure.log
2017-05-02 18:44:36 -07:00

130 lines
5.6 KiB
Text

perl-blead
==========
cpanm (App::cpanminus) 1.7043 on perl 5.026000 built for x86_64-linux
Work directory is /home/ryan/.cpanm/work/1493526058.10692
You have make /usr/bin/make
You have LWP 6.26
You have /bin/tar: tar (GNU tar) 1.29
Copyright (C) 2015 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 WebService::BambooHR () on cpanmetadb ...
Unpacking WebService-BambooHR-0.07.tar.gz
--> Working on WebService::BambooHR
Fetching http://www.cpan.org/authors/id/N/NE/NEILB/WebService-BambooHR-0.07.tar.gz ... OK
WebService-BambooHR-0.07/
WebService-BambooHR-0.07/Changes
WebService-BambooHR-0.07/dist.ini
WebService-BambooHR-0.07/lib/
WebService-BambooHR-0.07/LICENSE
WebService-BambooHR-0.07/Makefile.PL
WebService-BambooHR-0.07/MANIFEST
WebService-BambooHR-0.07/META.json
WebService-BambooHR-0.07/META.yml
WebService-BambooHR-0.07/README
WebService-BambooHR-0.07/t/
WebService-BambooHR-0.07/TODO.md
WebService-BambooHR-0.07/t/01-require.t
WebService-BambooHR-0.07/t/02-employee-list.t
WebService-BambooHR-0.07/t/03-employee.t
WebService-BambooHR-0.07/t/04-changed-employees.t
WebService-BambooHR-0.07/t/05-employee-photo.t
WebService-BambooHR-0.07/t/data/
WebService-BambooHR-0.07/t/data/photo-11634.jpg
WebService-BambooHR-0.07/lib/WebService/
WebService-BambooHR-0.07/lib/WebService/BambooHR/
WebService-BambooHR-0.07/lib/WebService/BambooHR.pm
WebService-BambooHR-0.07/lib/WebService/BambooHR/Employee.pm
WebService-BambooHR-0.07/lib/WebService/BambooHR/EmployeeChange.pm
WebService-BambooHR-0.07/lib/WebService/BambooHR/Exception.pm
WebService-BambooHR-0.07/lib/WebService/BambooHR/UserAgent.pm
Entering WebService-BambooHR-0.07
Checking configure dependencies from META.json
Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.24)
Running Makefile.PL
Configuring WebService-BambooHR-0.07 ... Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for WebService::BambooHR
Writing MYMETA.yml and MYMETA.json
Checking dependencies from MYMETA.json ...
Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.24)
Checking if you have overload 0 ... Yes (1.28)
Checking if you have Throwable 0 ... Yes (0.200013)
Checking if you have Try::Tiny 0.13 ... Yes (0.28)
Checking if you have MIME::Base64 0 ... Yes (3.15)
Checking if you have warnings 0 ... Yes (1.37)
Checking if you have JSON::MaybeXS 1.003003 ... Yes (1.003009)
Checking if you have Moo::Role 0 ... Yes (2.003002)
Checking if you have strict 0 ... Yes (1.11)
Checking if you have Moo 2.000000 ... Yes (2.003002)
Checking if you have HTTP::Tiny 0.045 ... Yes (0.070)
Checking if you have LWP::Online 0 ... Yes (1.08)
Checking if you have utf8 0 ... Yes (1.19)
Checking if you have Test::More 0.88 ... Yes (1.302083)
OK
Building and testing WebService-BambooHR-0.07 ... cp lib/WebService/BambooHR/Employee.pm blib/lib/WebService/BambooHR/Employee.pm
cp lib/WebService/BambooHR/Exception.pm blib/lib/WebService/BambooHR/Exception.pm
cp lib/WebService/BambooHR/UserAgent.pm blib/lib/WebService/BambooHR/UserAgent.pm
cp lib/WebService/BambooHR.pm blib/lib/WebService/BambooHR.pm
cp lib/WebService/BambooHR/EmployeeChange.pm blib/lib/WebService/BambooHR/EmployeeChange.pm
Manifying 5 pod documents
PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/01-require.t ............ ok
t/02-employee-list.t ...... ok
t/03-employee.t ........... ok
# Failed test 'get changes list'
# at t/04-changed-employees.t line 26.
# Looks like you failed 1 test of 3.
t/04-changed-employees.t ..
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/3 subtests
# Failed test 'get employee photo'
# at t/05-employee-photo.t line 30.
Use of uninitialized value $photo in string eq at t/05-employee-photo.t line 36.
# Failed test 'compare photos'
# at t/05-employee-photo.t line 36.
# Looks like you failed 2 tests of 4.
t/05-employee-photo.t .....
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/4 subtests
Test Summary Report
-------------------
t/04-changed-employees.t (Wstat: 256 Tests: 3 Failed: 1)
Failed test: 2
Non-zero exit status: 1
t/05-employee-photo.t (Wstat: 512 Tests: 4 Failed: 2)
Failed tests: 2, 4
Non-zero exit status: 2
Files=5, Tests=20, 11 wallclock secs ( 0.05 usr 0.00 sys + 0.90 cusr 0.24 csys = 1.19 CPU)
Result: FAIL
Failed 2/5 test programs. 3/20 subtests failed.
Makefile:891: recipe for target 'test_dynamic' failed
make: *** [test_dynamic] Error 2
! Installing WebService::BambooHR failed. See /home/ryan/.cpanm/work/1493526058.10692/build.log for details. Retry with --force to force install it.
FAIL
Command [cpanm --reinstall --verbose WebService::BambooHR] terminated with exit code 1 ($? = 256) under the following perl environment:
Command terminated with non-zero status.
Current perl:
Name: perl-blead
Path: /home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl
Config: -de -Dprefix=/home/ryan/perl5/perlbrew/perls/perl-blead -Dusedevel -Aeval:scriptdir=/home/ryan/perl5/perlbrew/perls/perl-blead/bin
Compiled at: Mar 30 2017 03:10:09
perlbrew:
version: 0.78
ENV:
PERLBREW_ROOT: /home/ryan/perl5/perlbrew
PERLBREW_HOME: /home/ryan/.perlbrew
PERLBREW_PATH: /home/ryan/perl5/perlbrew/bin:/home/ryan/perl5/perlbrew/perls/perl-blead/bin
PERLBREW_MANPATH: /home/ryan/perl5/perlbrew/perls/perl-blead/man