cpantestlogs/CGI::Untaint::set_genfailure.log
2017-05-02 18:44:36 -07:00

192 lines
6.4 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/1493100840.3520
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 CGI::Untaint::set () on cpanmetadb ...
Unpacking CGI-Untaint-set-0.01.tar.gz
--> Working on CGI::Untaint::set
Fetching http://www.cpan.org/authors/id/D/DA/DAVEBAIRD/CGI-Untaint-set-0.01.tar.gz ... OK
CGI-Untaint-set-0.01
CGI-Untaint-set-0.01/lib
CGI-Untaint-set-0.01/lib/CGI
CGI-Untaint-set-0.01/lib/CGI/Untaint
CGI-Untaint-set-0.01/lib/CGI/Untaint/set.pm
CGI-Untaint-set-0.01/META.yml
CGI-Untaint-set-0.01/t
CGI-Untaint-set-0.01/t/01.main.t
CGI-Untaint-set-0.01/t/pod-coverage.t
CGI-Untaint-set-0.01/t/00-load.t
CGI-Untaint-set-0.01/t/pod.t
CGI-Untaint-set-0.01/Changes
CGI-Untaint-set-0.01/MANIFEST
CGI-Untaint-set-0.01/Build.PL
CGI-Untaint-set-0.01/Makefile.PL
CGI-Untaint-set-0.01/README
Entering CGI-Untaint-set-0.01
Checking configure dependencies from META.yml
Checking if you have Module::Build 0.38 ... Yes (0.4222)
Checking if you have ExtUtils::Install 1.46 ... Yes (2.04)
Running Build.PL
Configuring CGI-Untaint-set-0.01 ... Checking prerequisites...
requires:
! Test::CGI::Untaint is not installed
ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions
of the modules indicated above before proceeding with this installation
Created MYMETA.yml and MYMETA.json
Creating new 'Build' script for 'CGI-Untaint-set' version '0.01'
Checking dependencies from MYMETA.json ...
Checking if you have CGI::Untaint 0 ... Yes (1.26)
Checking if you have Test::More 0 ... Yes (1.302078)
Checking if you have Test::CGI::Untaint 0 ... No
Searching Test::CGI::Untaint (0) on cpanmetadb ...
Unpacking Test-CGI-Untaint-1.10.tar.gz
OK
==> Found dependencies: Test::CGI::Untaint
--> Working on Test::CGI::Untaint
Fetching http://www.cpan.org/authors/id/P/PR/PROFERO/Test-CGI-Untaint-1.10.tar.gz ... OK
Test-CGI-Untaint-1.10/
Test-CGI-Untaint-1.10/t/
Test-CGI-Untaint-1.10/t/00compile.t
Test-CGI-Untaint-1.10/t/03useok.t
Test-CGI-Untaint-1.10/t/02attr.t
Test-CGI-Untaint-1.10/t/04deep.t
Test-CGI-Untaint-1.10/t/01main.t
Test-CGI-Untaint-1.10/MANIFEST.SKIP
Test-CGI-Untaint-1.10/CHANGES
Test-CGI-Untaint-1.10/Build.PL
Test-CGI-Untaint-1.10/MANIFEST
Test-CGI-Untaint-1.10/META.yml
Test-CGI-Untaint-1.10/lib/
Test-CGI-Untaint-1.10/lib/Test/
Test-CGI-Untaint-1.10/lib/Test/CGI/
Test-CGI-Untaint-1.10/lib/Test/CGI/Untaint.pm
Test-CGI-Untaint-1.10/Changes
Test-CGI-Untaint-1.10/Makefile.PL
Entering Test-CGI-Untaint-1.10
Checking configure dependencies from META.yml
Checking if you have Module::Build 0.38 ... Yes (0.4222)
Checking if you have ExtUtils::Install 1.46 ... Yes (2.04)
Running Build.PL
Configuring Test-CGI-Untaint-1.10 ... Created MYMETA.yml and MYMETA.json
Creating new 'Build' script for 'Test-CGI-Untaint' version '1.10'
Checking dependencies from MYMETA.json ...
Checking if you have CGI::Untaint 0.82 ... Yes (1.26)
Checking if you have Test::Builder 0 ... Yes (1.302078)
Checking if you have Test::Builder::Tester 0.09 ... Yes (1.302078)
OK
Building and testing Test-CGI-Untaint-1.10 ... Building Test-CGI-Untaint
t/00compile.t .. ok
# Failed test 'is_extractable undef'
# at t/01main.t line 54.
# STDOUT is:
# > not ok 1 - 'NULL' extractable as metasyntatic
# not:
# > ok 1 - 'NULL' extractable as metasyntatic
# as expected
# STDERR is:
# > # Failed test ''NULL' extractable as metasyntatic'
# > # at t/01main.t line 53.
# > # got: 'NULL'
# > # expected: undef
# not:
# >
# >
# >
# >
# as expected
# Failed test 'unextractable fails ok 2'
# at t/01main.t line 99.
# STDERR is:
# > # Failed test ''NULL' unextractable as metasyntatic'
# > # at t/01main.t line 98.
# > # expected data to be unextractable, but got:
# > # 'NULL'
# not:
# > /#\s+Failed\ test.*?\n?.*?at\ t\/01main\.t line 98.*\n?/
# > # expected data to be unextractable, but got:
# > # undef
# >
# as expected
t/01main.t .....
Failed 2/9 subtests
# Failed test 'setting attributes works'
# at t/02attr.t line 34.
# STDOUT is:
# > not ok 1 - 'buffy' extractable as slayer
# not:
# > ok 1 - 'buffy' extractable as slayer
# as expected
# STDERR is:
# > # Failed test ''buffy' extractable as slayer'
# > # at t/02attr.t line 33.
# > # Can't find extraction handler for slayer
# not:
# >
# >
# >
# as expected
t/02attr.t .....
Failed 1/2 subtests
# Failed test 'handing back undef'
# at t/03useok.t line 83.
# STDERR is:
# > # Failed test ''fred' extractable as a 'fred''
# > # at t/03useok.t line 82.
# > # the extracted object isn't a reference
# not:
# > /#\s+Failed\ test.*?\n?.*?at\ t\/03useok\.t line 82.*\n?/
# > # the extracted object isn't defined
# >
# as expected
t/03useok.t ....
Failed 1/4 subtests
t/04deep.t ..... ok
Test Summary Report
-------------------
t/01main.t (Wstat: 0 Tests: 9 Failed: 2)
Failed tests: 3, 9
t/02attr.t (Wstat: 0 Tests: 2 Failed: 1)
Failed test: 1
t/03useok.t (Wstat: 0 Tests: 4 Failed: 1)
Failed test: 2
Files=5, Tests=18, 0 wallclock secs ( 0.01 usr 0.00 sys + 0.18 cusr 0.00 csys = 0.19 CPU)
Result: FAIL
Failed 3/5 test programs. 4/18 subtests failed.
! Installing Test::CGI::Untaint failed. See /home/ryan/.cpanm/work/1493100840.3520/build.log for details. Retry with --force to force install it.
! Installing the dependencies failed: Module 'Test::CGI::Untaint' is not installed
! Bailing out the installation for CGI-Untaint-set-0.01.
FAIL
Command [cpanm --reinstall --verbose CGI::Untaint::set] 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