warnings-regex-recompile v0.01 Perl 5 v5.8.9 x86_64-linux
- Status
- Pass
- From
- Nigel Horne
- Dist
-
warnings-regex-recompile v0.01
- Platform
- Perl 5 v5.8.9 x86_64-linux
- Date
- 2019-03-05 23:45:57
- ID
- d280c83c-3fa0-11e9-bf31-80c71e9d5857
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 Kiran Rajendrasa Pawar,
This is a computer-generated report for warnings-regex-recompile-0.01
on perl 5.8.9, created by CPAN-Reporter-1.2018.
Thank you for uploading your work to CPAN. Congratulations!
All tests were successful.
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 "/home/njh/perl5/perlbrew/perls/perl-5.8.9-clang/bin/perl5.8.9" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/manifest.t ...... skipped: Author tests not required for installation
t/boilerplate.t ... ok
t/pod-coverage.t .. skipped: Test::Pod::Coverage 1.08 required for testing POD coverage
t/pod.t ........... skipped: Test::Pod 1.22 required for testing POD
Compiling REx `Compiling\s+REx\s+"(.+?)"'
size 22 Got 180 bytes for offset annotations.
first at 1
1: EXACTF <Compiling>(5)
5: PLUS(7)
6: SPACE(0)
7: EXACTF <REx>(9)
9: PLUS(11)
10: SPACE(0)
11: EXACTF <">(13)
13: OPEN1(15)
15: MINMOD(16)
16: PLUS(18)
17: SANY(0)
18: CLOSE1(20)
20: EXACTF <">(22)
22: END(0)
stclass "EXACTF <Compiling>" minlen 17
Offsets: [22]
1[9] 0[0] 0[0] 0[0] 12[1] 10[2] 13[3] 0[0] 18[1] 16[2] 19[1] 0[0] 20[1] 0[0] 23[1] 22[1] 21[1] 24[1] 0[0] 25[1] 0[0] 26[0]
Compiling REx `^\s*#'
size 6 Got 52 bytes for offset annotations.
first at 2
synthetic stclass "ANYOF[\11\12\14\15 #{unicode_all}]".
1: BOL(2)
2: STAR(4)
3: SPACE(0)
4: EXACT <#>(6)
6: END(0)
floating "#" at 0..2147483647 (checking floating) stclass "ANYOF[\11\12\14\15 #{unicode_all}]" anchored(BOL) minlen 1
Offsets: [6]
1[1] 4[1] 2[2] 5[1] 0[0] 6[0]
Compiling REx `(?<!\\)([/!~\^'"<&\#%\#\@\$]|(?:\?(?!:))|(?:(?!:):))'
size 41 Got 332 bytes for offset annotations.
first at 1
1: UNLESSM[-1](7)
3: EXACT <\\>(5)
5: SUCCEED(0)
6: TAIL(7)
7: OPEN1(9)
9: BRANCH(21)
10: ANYOF[!-'/<@\^~](39)
21: BRANCH(30)
22: EXACT <?>(24)
24: UNLESSM[-0](39)
26: EXACT <:>(28)
28: SUCCEED(0)
29: TAIL(39)
30: BRANCH(39)
31: UNLESSM[-0](37)
33: EXACT <:>(35)
35: SUCCEED(0)
36: TAIL(37)
37: EXACT <:>(39)
39: CLOSE1(41)
41: END(0)
minlen 1
Offsets: [41]
5[2] 0[0] 5[2] 0[0] 6[0] 6[0] 8[1] 0[0] 8[1] 9[20] 0[0] 0[0] 0[0] 0[0] 0[0] 0[0] 0[0] 0[0] 0[0] 0[0] 29[1] 33[2] 0[0] 38[1] 0[0] 38[1] 0[0] 38[0] 38[0] 41[1] 48[1] 0[0] 48[1] 0[0] 48[0] 48[0] 50[1] 0[0] 52[1] 0[0] 53[0]
Matching REx "^\s*(?:use|require)" against "#!perl
"
Setting an EVAL scope, savestack=462
0 <> <#!perl
> | 1: BOL
0 <> <#!perl
> | 2: STAR
SPACE can match 0 times out of 2147483647...
Setting an EVAL scope, savestack=462
0 <> <#!perl
> | 4: BRANCH
Setting an EVAL scope, savestack=470
0 <> <#!perl
> | 5: EXACT <use>
failed...
0 <> <#!perl
> | 8: EXACT <require>
failed...
Clearing an EVAL scope, savestack=462..470
failed...
Match failed
Matching REx "^\s*(?:use|require)" against "use 5.006;
"
Setting an EVAL scope, savestack=462
0 <> <use 5.006;
> | 1: BOL
0 <> <use 5.006;
> | 2: STAR
SPACE can match 0 times out of 2147483647...
Setting an EVAL scope, savestack=462
0 <> <use 5.006;
> | 4: BRANCH
Setting an EVAL scope, savestack=470
0 <> <use 5.006;
> | 5: EXACT <use>
3 <use> < 5.006;
> | 12: END
Match successful!
Matching REx "^\s*(?:use|require)" against "use strict;
"
Setting an EVAL scope, savestack=462
0 <> <use strict;
> | 1: BOL
0 <> <use strict;
> | 2: STAR
SPACE can match 0 times out of 2147483647...
Setting an EVAL scope, savestack=462
0 <> <use strict;
> | 4: BRANCH
Setting an EVAL scope, savestack=470
0 <> <use strict;
> | 5: EXACT <use>
3 <use> < strict;
> | 12: END
Match successful!
Matching REx "^\s*(?:use|require)" against "use warnings FATAL => 'all';
"
Setting an EVAL scope, savestack=462
0 <> <use warnings> | 1: BOL
0 <> <use warnings> | 2: STAR
SPACE can match 0 times out of 2147483647...
Setting an EVAL scope, savestack=462
0 <> <use warnings> | 4: BRANCH
Setting an EVAL scope, savestack=470
0 <> <use warnings> | 5: EXACT <use>
3 <use> < warnings> | 12: END
Match successful!
Matching REx "^\s*(?:use|require)" against "use Test::More;
"
Setting an EVAL scope, savestack=462
0 <> <use Test::Mo> | 1: BOL
0 <> <use Test::Mo> | 2: STAR
SPACE can match 0 times out of 2147483647...
Setting an EVAL scope, savestack=462
0 <> <use Test::Mo> | 4: BRANCH
Setting an EVAL scope, savestack=470
0 <> <use Test::Mo> | 5: EXACT <use>
3 <use> < Test::Mo> | 12: END
Match successful!
Matching REx "^\s*(?:use|require)" against "plan tests => 1;
"
Setting an EVAL scope, savestack=462
0 <> <plan tests => | 1: BOL
0 <> <plan tests => | 2: STAR
SPACE can match 0 times out of 2147483647...
Setting an EVAL scope, savestack=462
0 <> <plan tests => | 4: BRANCH
Setting an EVAL scope, savestack=470
0 <> <plan tests => | 5: EXACT <use>
failed...
0 <> <plan tests => | 8: EXACT <require>
failed...
Clearing an EVAL scope, savestack=462..470
failed...
Match failed
Matching REx "^\s*(?:use|require)" against "BEGIN {
"
Setting an EVAL scope, savestack=462
0 <> <BEGIN {
> | 1: BOL
0 <> <BEGIN {
> | 2: STAR
SPACE can match 0 times out of 2147483647...
Setting an EVAL scope, savestack=462
0 <> <BEGIN {
> | 4: BRANCH
Setting an EVAL scope, savestack=470
0 <> <BEGIN {
> | 5: EXACT <use>
failed...
0 <> <BEGIN {
> | 8: EXACT <require>
failed...
Clearing an EVAL scope, savestack=462..470
failed...
Match failed
Matching REx "^\s*(?:use|require)" against " use_ok( 'warnings::regex::recompile' ) || print "Bail ou..."
Setting an EVAL scope, savestack=462
0 <> < use_ok( > | 1: BOL
0 <> < use_ok( > | 2: STAR
SPACE can match 4 times out of 2147483647...
Setting an EVAL scope, savestack=462
4 < > <use_ok( > | 4: BRANCH
Setting an EVAL scope, savestack=470
4 < > <use_ok( > | 5: EXACT <use>
7 < use> <_ok( 'w> | 12: END
Match successful!
Matching REx "^\s*(?:use|require)" against "}
"
Setting an EVAL scope, savestack=462
0 <> <}
> | 1: BOL
0 <> <}
> | 2: STAR
SPACE can match 0 times out of 2147483647...
Setting an EVAL scope, savestack=462
0 <> <}
> | 4: BRANCH
Setting an EVAL scope, savestack=470
0 <> <}
> | 5: EXACT <use>
failed...
0 <> <}
> | 8: EXACT <require>
failed...
Clearing an EVAL scope, savestack=462..470
failed...
Match failed
Matching REx "^\s*(?:use|require)" against "diag( "Testing warnings::regex::recompile $warnings::regex::..."
Setting an EVAL scope, savestack=462
0 <> <diag( "Testi> | 1: BOL
0 <> <diag( "Testi> | 2: STAR
SPACE can match 0 times out of 2147483647...
Setting an EVAL scope, savestack=462
0 <> <diag( "Testi> | 4: BRANCH
Setting an EVAL scope, savestack=470
0 <> <diag( "Testi> | 5: EXACT <use>
failed...
0 <> <diag( "Testi> | 8: EXACT <require>
failed...
Clearing an EVAL scope, savestack=462..470
failed...
Match failed
Guessing start of match, REx "^\+?\d+$" against "1"...
Found floating substr ""$ at offset 1...
Guessed: match at offset 0
Matching REx "^\+?\d+$" against "1"
Setting an EVAL scope, savestack=79
0 <> <1> | 1: BOL
0 <> <1> | 2: CURLY {0,1}
EXACT <+> can match 0 times out of 1...
Setting an EVAL scope, savestack=79
0 <> <1> | 6: PLUS
DIGIT can match 1 times out of 2147483647...
Setting an EVAL scope, savestack=79
1 <1> <> | 8: EOL
1 <1> <> | 9: END
Match successful!
Guessing start of match, REx "^\d+$" against "1"...
Found floating substr ""$ at offset 1...
Does not contradict STCLASS...
Guessed: match at offset 0
Matching REx "^\d+$" against "1"
Setting an EVAL scope, savestack=138
0 <> <1> | 1: BOL
0 <> <1> | 2: PLUS
DIGIT can match 1 times out of 2147483647...
Setting an EVAL scope, savestack=138
1 <1> <> | 4: EOL
1 <1> <> | 5: END
Match successful!
Guessing start of match, REx "^(\d+|NO PLAN|SKIP)$" against "1"...
Found floating substr ""$ at offset 1...
Guessed: match at offset 0
Matching REx "^(\d+|NO PLAN|SKIP)$" against "1"
Setting an EVAL scope, savestack=162
0 <> <1> | 1: BOL
0 <> <1> | 2: OPEN1
0 <> <1> | 4: BRANCH
Setting an EVAL scope, savestack=170
0 <> <1> | 5: PLUS
DIGIT can match 1 times out of 2147483647...
Setting an EVAL scope, savestack=170
1 <1> <> | 14: CLOSE1
1 <1> <> | 16: EOL
1 <1> <> | 17: END
Match successful!
Matching REx "\D" against "1"
Matching stclass "NDIGIT" against "1"
Contradicts stclass...
Match failed
Matching REx "^" against "Testing warnings::regex::recompile 0.01, Perl 5.008009, /hom..."
Setting an EVAL scope, savestack=166
0 <> <Testing warn> | 1: BOL
0 <> <Testing warn> | 2: END
Match successful!
Guessing start of match, REx "\n" against "# Testing warnings::regex::recompile 0.01, Perl 5.008009, /h..."...
Did not find anchored substr "
"...
Match rejected by optimizer
Guessing start of match, REx "^#\s*Failed( \(TODO\))? test " against "# Testing warnings::regex::recompile 0.01, Perl 5.008009, /h..."...
Did not find floating substr "Failed"...
Match rejected by optimizer
# Testing warnings::regex::recompile 0.01, Perl 5.008009, /home/njh/perl5/perlbrew/perls/perl-5.8.9-clang/bin/perl5.8.9
t/00-load.t ....... ok
All tests successful.
Test Summary Report
-------------------
t/boilerplate.t (Wstat: 0 Tests: 3 Failed: 0)
TODO passed: 1, 3
Files=5, Tests=4, 0 wallclock secs ( 0.01 usr 0.00 sys + 0.15 cusr 0.01 csys = 0.17 CPU)
Result: PASS
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
---------- ----- --------
perl 5.006 5.008009
re 0 0.0601
build_requires:
Module Need Have
---------- ----- --------
Test::More 0 1.302162
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
HARNESS_OPTIONS = j10:c
LANG = en_GB.UTF-8
LD_LIBRARY_PATH = /usr/local/lib::
NONINTERACTIVE_TESTING = 1
PATH = /home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.8.9-clang/bin:/home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.29.6-sanitize-undefined/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/home/njh/bin
PERL5LIB =
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 13206
PERL5_CPAN_IS_RUNNING = 13206
PERLBREW_HOME = /home/njh/.perlbrew
PERLBREW_LIB =
PERLBREW_MANPATH = /home/njh/perl5/perlbrew/perls/perl-5.8.9-clang/man
PERLBREW_PATH = /home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.8.9-clang/bin
PERLBREW_PERL = perl-5.8.9-clang
PERLBREW_ROOT = /home/njh/perl5/perlbrew
PERLBREW_SHELLRC_VERSION = 0.86
PERLBREW_VERSION = 0.86
PERL_LOCAL_LIB_ROOT =
PERL_MM_USE_DEFAULT = 1
PERL_USE_UNSAFE_INC = 1
SHELL = /bin/bash
TEMP = /tmp/user/1000
TERM = xterm-256color
TMPDIR = /tmp/user/1000
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /home/njh/perl5/perlbrew/perls/perl-5.8.9-clang/bin/perl5.8.9
$UID/$EUID = 1000 / 1000
$GID = 1000 4 24 25 29 30 44 46 107 112 118 996 1000
$EGID = 1000 4 24 25 29 30 44 46 107 112 118 996 1000
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.22
CPAN::Meta 2.143240
Cwd 3.75
ExtUtils::CBuilder 0.280230
ExtUtils::Command 7.34
ExtUtils::Install 2.06
ExtUtils::MakeMaker 7.34
ExtUtils::Manifest 1.70
ExtUtils::ParseXS 3.35
File::Spec 3.75
JSON 4.02
JSON::PP 2.27203
Module::Build 0.4224
Module::Signature n/a
Parse::CPAN::Meta 1.4414
Test::Harness 3.42
Test::More 1.302162
YAML 1.27
YAML::Syck 1.31
version 0.9924
--
Summary of my perl5 (revision 5 version 8 subversion 9) configuration:
Platform:
osname=linux, osvers=4.18.0-2-amd64, archname=x86_64-linux
uname='linux microcenter 4.18.0-2-amd64 #1 smp debian 4.18.10-2 (2018-11-02) x86_64 gnulinux '
config_args='-de -Dprefix=/home/njh/perl5/perlbrew/perls/perl-5.8.9-clang -Dusedevel -Dcc=clang -Accflags= -Aeval:scriptdir=/home/njh/perl5/perlbrew/perls/perl-5.8.9-clang/bin'
hint=recommended, useposix=true, d_sigaction=define
usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef
useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
use64bitint=define use64bitall=define uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='clang', ccflags ='-fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
optimize='-O2',
cppflags='-fno-strict-aliasing -pipe -I/usr/local/include'
ccversion='', gccversion='4.2.1 Compatible Clang 6.0.1 (tags/RELEASE_601/final)', 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='clang', 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 -lc
perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
libc=libc-2.27.so, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version='2.27'
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
cccdlflags='-fPIC', lddlflags='-shared -O2 -L/usr/local/lib'
Characteristics of this binary (from libperl):
Compile-time options: PERL_MALLOC_WRAP USE_64_BIT_ALL USE_64_BIT_INT
USE_FAST_STDIO USE_LARGE_FILES USE_PERLIO
Built under linux
Compiled at Nov 15 2018 06:24:29
%ENV:
PERL5LIB=""
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="13206"
PERL5_CPAN_IS_RUNNING="13206"
PERLBREW_HOME="/home/njh/.perlbrew"
PERLBREW_LIB=""
PERLBREW_MANPATH="/home/njh/perl5/perlbrew/perls/perl-5.8.9-clang/man"
PERLBREW_PATH="/home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.8.9-clang/bin"
PERLBREW_PERL="perl-5.8.9-clang"
PERLBREW_ROOT="/home/njh/perl5/perlbrew"
PERLBREW_SHELLRC_VERSION="0.86"
PERLBREW_VERSION="0.86"
PERL_LOCAL_LIB_ROOT=""
PERL_MM_USE_DEFAULT="1"
PERL_USE_UNSAFE_INC="1"
@INC:
/home/njh/perl5/perlbrew/perls/perl-5.8.9-clang/lib/5.8.9/x86_64-linux
/home/njh/perl5/perlbrew/perls/perl-5.8.9-clang/lib/5.8.9
/home/njh/perl5/perlbrew/perls/perl-5.8.9-clang/lib/site_perl/5.8.9/x86_64-linux
/home/njh/perl5/perlbrew/perls/perl-5.8.9-clang/lib/site_perl/5.8.9
.