cpantestlogs/String::Gsub_genfailure.log
2017-05-02 18:44:36 -07:00

486 lines
17 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/1493270521.32469
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 String::Gsub () on cpanmetadb ...
Unpacking String-Gsub-0.04.tar.gz
--> Working on String::Gsub
Fetching http://www.cpan.org/authors/id/H/HI/HIO/String-Gsub-0.04.tar.gz ... OK
String-Gsub-0.04/
String-Gsub-0.04/t/
String-Gsub-0.04/t/gsub-functions.t
String-Gsub-0.04/t/pod.t
String-Gsub-0.04/t/gsub.t
String-Gsub-0.04/t/boilerplate.t
String-Gsub-0.04/t/00-load.t
String-Gsub-0.04/t/pod-coverage.t
String-Gsub-0.04/t/string-pattern.t
String-Gsub-0.04/lib/
String-Gsub-0.04/lib/String/
String-Gsub-0.04/lib/String/Gsub/
String-Gsub-0.04/lib/String/Gsub/JA.pod
String-Gsub-0.04/lib/String/Gsub/Matcher.pm
String-Gsub-0.04/lib/String/Gsub/Functions/
String-Gsub-0.04/lib/String/Gsub/Functions/JA.pod
String-Gsub-0.04/lib/String/Gsub/Functions.pm
String-Gsub-0.04/lib/String/Gsub/Matcher/
String-Gsub-0.04/lib/String/Gsub/Matcher/JA.pod
String-Gsub-0.04/lib/String/Gsub.pm
String-Gsub-0.04/SIGNATURE
String-Gsub-0.04/README
String-Gsub-0.04/Changes
String-Gsub-0.04/Makefile.PL
String-Gsub-0.04/META.yml
String-Gsub-0.04/MANIFEST
Entering String-Gsub-0.04
Checking configure dependencies from META.yml
Running Makefile.PL
Configuring String-Gsub-0.04 ... Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for String::Gsub
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 Test::More 0 ... Yes (1.302078)
Checking if you have Exporter 0 ... Yes (5.72)
OK
Building and testing String-Gsub-0.04 ... cp lib/String/Gsub/Matcher.pm blib/lib/String/Gsub/Matcher.pm
cp lib/String/Gsub.pm blib/lib/String/Gsub.pm
cp lib/String/Gsub/JA.pod blib/lib/String/Gsub/JA.pod
cp lib/String/Gsub/Functions/JA.pod blib/lib/String/Gsub/Functions/JA.pod
cp lib/String/Gsub/Matcher/JA.pod blib/lib/String/Gsub/Matcher/JA.pod
cp lib/String/Gsub/Functions.pm blib/lib/String/Gsub/Functions.pm
Manifying 6 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
# Testing String::Gsub 0.04, Perl 5.026000, /home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0
t/00-load.t ......... ok
t/boilerplate.t ..... ok
t/gsub-functions.t .. ok
# Failed test 'gsub result'
# at t/gsub.t line 17.
# An error occurred while using eq:
# ------------------------------------
# Operation "eq": no method found,
# left argument in overloaded package String::Gsub,
# right argument has no overloaded magic at (eval in cmp_ok) t/gsub.t line 17.
#
# ------------------------------------
# got: 'aBcaBc'
# expected: 'aBcaBc'
# Failed test 'gsub returns new object'
# at t/gsub.t line 18.
# An error occurred while using ne:
# ------------------------------------
# Operation "ne": no method found,
# left argument in overloaded package String::Gsub,
# right argument in overloaded package String::Gsub at (eval in cmp_ok) t/gsub.t line 18.
#
# ------------------------------------
# got: 'aBcaBc'
# expected: anything else
# Failed test 'gsub twice'
# at t/gsub.t line 20.
# An error occurred while using eq:
# ------------------------------------
# Operation "eq": no method found,
# left argument in overloaded package String::Gsub,
# right argument has no overloaded magic at (eval in cmp_ok) t/gsub.t line 20.
#
# ------------------------------------
# got: 'AbCAbC'
# expected: 'AbCAbC'
# Failed test 'gsub doesnt change original'
# at t/gsub.t line 21.
# An error occurred while using eq:
# ------------------------------------
# Operation "eq": no method found,
# left argument in overloaded package String::Gsub,
# right argument has no overloaded magic at (eval in cmp_ok) t/gsub.t line 21.
#
# ------------------------------------
# got: 'abcabc'
# expected: 'abcabc'
# Failed test 'gsubx result'
# at t/gsub.t line 28.
# An error occurred while using eq:
# ------------------------------------
# Operation "eq": no method found,
# left argument in overloaded package String::Gsub,
# right argument has no overloaded magic at (eval in cmp_ok) t/gsub.t line 28.
#
# ------------------------------------
# got: 'aBcaBc'
# expected: 'aBcaBc'
# Failed test 'gsubx returns itself'
# at t/gsub.t line 29.
# An error occurred while using eq:
# ------------------------------------
# Operation "eq": no method found,
# left argument in overloaded package String::Gsub,
# right argument in overloaded package String::Gsub at (eval in cmp_ok) t/gsub.t line 29.
#
# ------------------------------------
# got: 'aBcaBc'
# expected: 'aBcaBc'
# Failed test 'gsubx changes original'
# at t/gsub.t line 30.
# An error occurred while using eq:
# ------------------------------------
# Operation "eq": no method found,
# left argument in overloaded package String::Gsub,
# right argument has no overloaded magic at (eval in cmp_ok) t/gsub.t line 30.
#
# ------------------------------------
# got: 'aBcaBc'
# expected: 'aBcaBc'
# Failed test 'sub result'
# at t/gsub.t line 37.
# An error occurred while using eq:
# ------------------------------------
# Operation "eq": no method found,
# left argument in overloaded package String::Gsub,
# right argument has no overloaded magic at (eval in cmp_ok) t/gsub.t line 37.
#
# ------------------------------------
# got: 'aBcabc'
# expected: 'aBcabc'
# Failed test 'sub returns new object'
# at t/gsub.t line 38.
# An error occurred while using ne:
# ------------------------------------
# Operation "ne": no method found,
# left argument in overloaded package String::Gsub,
# right argument in overloaded package String::Gsub at (eval in cmp_ok) t/gsub.t line 38.
#
# ------------------------------------
# got: 'aBcabc'
# expected: anything else
# Failed test 'sub twice'
# at t/gsub.t line 40.
# An error occurred while using eq:
# ------------------------------------
# Operation "eq": no method found,
# left argument in overloaded package String::Gsub,
# right argument has no overloaded magic at (eval in cmp_ok) t/gsub.t line 40.
#
# ------------------------------------
# got: 'AbCabc'
# expected: 'AbCabc'
# Failed test 'sub doesnt change original'
# at t/gsub.t line 41.
# An error occurred while using eq:
# ------------------------------------
# Operation "eq": no method found,
# left argument in overloaded package String::Gsub,
# right argument has no overloaded magic at (eval in cmp_ok) t/gsub.t line 41.
#
# ------------------------------------
# got: 'abcabc'
# expected: 'abcabc'
# Failed test 'subx result'
# at t/gsub.t line 48.
# An error occurred while using eq:
# ------------------------------------
# Operation "eq": no method found,
# left argument in overloaded package String::Gsub,
# right argument has no overloaded magic at (eval in cmp_ok) t/gsub.t line 48.
#
# ------------------------------------
# got: 'aBcabc'
# expected: 'aBcabc'
# Failed test 'subx returns itself'
# at t/gsub.t line 49.
# An error occurred while using eq:
# ------------------------------------
# Operation "eq": no method found,
# left argument in overloaded package String::Gsub,
# right argument in overloaded package String::Gsub at (eval in cmp_ok) t/gsub.t line 49.
#
# ------------------------------------
# got: 'aBcabc'
# expected: 'aBcabc'
# Failed test 'subx changes original'
# at t/gsub.t line 50.
# An error occurred while using eq:
# ------------------------------------
# Operation "eq": no method found,
# left argument in overloaded package String::Gsub,
# right argument has no overloaded magic at (eval in cmp_ok) t/gsub.t line 50.
#
# ------------------------------------
# got: 'aBcabc'
# expected: 'aBcabc'
# Looks like you failed 14 tests of 16.
t/gsub.t ............
Dubious, test returned 14 (wstat 3584, 0xe00)
Failed 14/16 subtests
t/pod-coverage.t .... ok
t/pod.t ............. ok
# Failed test 'gsub result'
# at t/string-pattern.t line 21.
# An error occurred while using eq:
# ------------------------------------
# Operation "eq": no method found,
# left argument in overloaded package String::Gsub,
# right argument has no overloaded magic at (eval in cmp_ok) t/string-pattern.t line 21.
#
# ------------------------------------
# got: 'a(b)ca(b)c'
# expected: 'a(b)ca(b)c'
# Failed test 'gsub returns new object'
# at t/string-pattern.t line 22.
# An error occurred while using ne:
# ------------------------------------
# Operation "ne": no method found,
# left argument in overloaded package String::Gsub,
# right argument in overloaded package String::Gsub at (eval in cmp_ok) t/string-pattern.t line 22.
#
# ------------------------------------
# 'a(b)ca(b)c'
# ne
# 'abcabc'
# Failed test 'gsub doesnt change original'
# at t/string-pattern.t line 23.
# An error occurred while using eq:
# ------------------------------------
# Operation "eq": no method found,
# left argument in overloaded package String::Gsub,
# right argument has no overloaded magic at (eval in cmp_ok) t/string-pattern.t line 23.
#
# ------------------------------------
# got: 'abcabc'
# expected: 'abcabc'
# Failed test 'gsubx result'
# at t/string-pattern.t line 30.
# An error occurred while using eq:
# ------------------------------------
# Operation "eq": no method found,
# left argument in overloaded package String::Gsub,
# right argument has no overloaded magic at (eval in cmp_ok) t/string-pattern.t line 30.
#
# ------------------------------------
# got: 'a(b)ca(b)c'
# expected: 'a(b)ca(b)c'
# Failed test 'gsubx returns itself'
# at t/string-pattern.t line 31.
# An error occurred while using eq:
# ------------------------------------
# Operation "eq": no method found,
# left argument in overloaded package String::Gsub,
# right argument in overloaded package String::Gsub at (eval in cmp_ok) t/string-pattern.t line 31.
#
# ------------------------------------
# got: 'a(b)ca(b)c'
# expected: 'a(b)ca(b)c'
# Failed test 'gsubx changes original'
# at t/string-pattern.t line 32.
# An error occurred while using eq:
# ------------------------------------
# Operation "eq": no method found,
# left argument in overloaded package String::Gsub,
# right argument has no overloaded magic at (eval in cmp_ok) t/string-pattern.t line 32.
#
# ------------------------------------
# got: 'a(b)ca(b)c'
# expected: 'a(b)ca(b)c'
# Failed test 'sub result'
# at t/string-pattern.t line 39.
# An error occurred while using eq:
# ------------------------------------
# Operation "eq": no method found,
# left argument in overloaded package String::Gsub,
# right argument has no overloaded magic at (eval in cmp_ok) t/string-pattern.t line 39.
#
# ------------------------------------
# got: 'a(b)cabc'
# expected: 'a(b)cabc'
# Failed test 'sub returns new object'
# at t/string-pattern.t line 40.
# An error occurred while using ne:
# ------------------------------------
# Operation "ne": no method found,
# left argument in overloaded package String::Gsub,
# right argument in overloaded package String::Gsub at (eval in cmp_ok) t/string-pattern.t line 40.
#
# ------------------------------------
# 'a(b)cabc'
# ne
# 'abcabc'
# Failed test 'sub doesnt change original'
# at t/string-pattern.t line 41.
# An error occurred while using eq:
# ------------------------------------
# Operation "eq": no method found,
# left argument in overloaded package String::Gsub,
# right argument has no overloaded magic at (eval in cmp_ok) t/string-pattern.t line 41.
#
# ------------------------------------
# got: 'abcabc'
# expected: 'abcabc'
# Failed test 'subx result'
# at t/string-pattern.t line 48.
# An error occurred while using eq:
# ------------------------------------
# Operation "eq": no method found,
# left argument in overloaded package String::Gsub,
# right argument has no overloaded magic at (eval in cmp_ok) t/string-pattern.t line 48.
#
# ------------------------------------
# got: 'a(b)cabc'
# expected: 'a(b)cabc'
# Failed test 'subx returns itself'
# at t/string-pattern.t line 49.
# An error occurred while using eq:
# ------------------------------------
# Operation "eq": no method found,
# left argument in overloaded package String::Gsub,
# right argument in overloaded package String::Gsub at (eval in cmp_ok) t/string-pattern.t line 49.
#
# ------------------------------------
# got: 'a(b)cabc'
# expected: 'a(b)cabc'
# Failed test 'subx changes original'
# at t/string-pattern.t line 50.
# An error occurred while using eq:
# ------------------------------------
# Operation "eq": no method found,
# left argument in overloaded package String::Gsub,
# right argument has no overloaded magic at (eval in cmp_ok) t/string-pattern.t line 50.
#
# ------------------------------------
# got: 'a(b)cabc'
# expected: 'a(b)cabc'
# Failed test 'argument of match callback'
# at t/string-pattern.t line 57.
# An error occurred while using eq:
# ------------------------------------
# Operation "eq": no method found,
# left argument in overloaded package String::Gsub,
# right argument has no overloaded magic at (eval in cmp_ok) t/string-pattern.t line 57.
#
# ------------------------------------
# got: 'aBcaBc'
# expected: 'aBcaBc'
# Failed test 'gsub match value'
# at t/string-pattern.t line 64.
# An error occurred while using eq:
# ------------------------------------
# Operation "eq": no method found,
# left argument in overloaded package String::Gsub,
# right argument has no overloaded magic at (eval in cmp_ok) t/string-pattern.t line 64.
#
# ------------------------------------
# got: 'a(b)ca(b)c'
# expected: 'a(b)ca(b)c'
# Failed test 'gsub prematch value'
# at t/string-pattern.t line 68.
# An error occurred while using eq:
# ------------------------------------
# Operation "eq": no method found,
# left argument in overloaded package String::Gsub,
# right argument has no overloaded magic at (eval in cmp_ok) t/string-pattern.t line 68.
#
# ------------------------------------
# got: 'a(a)ca(abca)c'
# expected: 'a(a)ca(abca)c'
# Failed test 'gsub postmatch value'
# at t/string-pattern.t line 72.
# An error occurred while using eq:
# ------------------------------------
# Operation "eq": no method found,
# left argument in overloaded package String::Gsub,
# right argument has no overloaded magic at (eval in cmp_ok) t/string-pattern.t line 72.
#
# ------------------------------------
# got: 'a(cabc)ca(c)c'
# expected: 'a(cabc)ca(c)c'
# Failed test '. matches just `.''
# at t/string-pattern.t line 79.
# An error occurred while using eq:
# ------------------------------------
# Operation "eq": no method found,
# left argument in overloaded package String::Gsub,
# right argument has no overloaded magic at (eval in cmp_ok) t/string-pattern.t line 79.
#
# ------------------------------------
# got: 'abc(.)abc(.)'
# expected: 'abc(.)abc(.)'
# Looks like you failed 17 tests of 17.
t/string-pattern.t ..
Dubious, test returned 17 (wstat 4352, 0x1100)
Failed 17/17 subtests
Test Summary Report
-------------------
t/gsub.t (Wstat: 3584 Tests: 16 Failed: 14)
Failed tests: 1-2, 4-10, 12-16
Non-zero exit status: 14
t/string-pattern.t (Wstat: 4352 Tests: 17 Failed: 17)
Failed tests: 1-17
Non-zero exit status: 17
Files=7, Tests=58, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.21 cusr 0.01 csys = 0.24 CPU)
Result: FAIL
Failed 2/7 test programs. 31/58 subtests failed.
Makefile:865: recipe for target 'test_dynamic' failed
make: *** [test_dynamic] Error 17
! Installing String::Gsub failed. See /home/ryan/.cpanm/work/1493270521.32469/build.log for details. Retry with --force to force install it.
FAIL
Command [cpanm --reinstall --verbose String::Gsub] 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