Signature-Attribute-Checked v0.06 Perl 5 v5.26.1 amd64-freebsd
- Status
- Fail
- From
- Slaven Rezić
- Dist
-
Signature-Attribute-Checked v0.06
- Platform
- Perl 5 v5.26.1 amd64-freebsd
- Date
- 2024-09-21 20:10:45
- ID
- 95e2e326-7855-11ef-8d56-9f176e8775ea
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 Paul Evans,
This is a computer-generated report for Signature-Attribute-Checked-0.06
on perl 5.26.1, 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 './Build test':
t/00use.t ............... ok
Argument "zero" isn't numeric in addition (+) at t/01positional.t line 17.
# Failed test 'f_as_package with string throws'
# at t/01positional.t line 26.
# +---------+----+---------------------------------------------------------+
# | GOT | OP | CHECK |
# +---------+----+---------------------------------------------------------+
# | <UNDEF> | =~ | (?^u:^Parameter \$x requires a value satisfying Numeric |
# | | | al ) |
# +---------+----+---------------------------------------------------------+
(If this table is too small, you can use the TABLE_TERM_SIZE=### env var to set a larger size, detected size is '78')
# Failed test 'f_as_object with string throws'
# at t/01positional.t line 43.
# +---------+----+---------------------------------------------------------+
# | GOT | OP | CHECK |
# +---------+----+---------------------------------------------------------+
# | <UNDEF> | =~ | (?^u:^Parameter \$x requires a value satisfying ArrayRe |
# | | | f ) |
# +---------+----+---------------------------------------------------------+
(If this table is too small, you can use the TABLE_TERM_SIZE=### env var to set a larger size, detected size is '78')
# Seeded srand with seed '20240920' from local date.
t/01positional.t ........
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/8 subtests
# Failed test 'f_as_package with string throws'
# at t/02named.t line 25.
# +---------+----+---------------------------------------------------------+
# | GOT | OP | CHECK |
# +---------+----+---------------------------------------------------------+
# | <UNDEF> | =~ | (?^u:^Named parameter :\$y requires a value satisfying |
# | | | Numerical ) |
# +---------+----+---------------------------------------------------------+
(If this table is too small, you can use the TABLE_TERM_SIZE=### env var to set a larger size, detected size is '78')
# Seeded srand with seed '20240920' from local date.
t/02named.t .............
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/4 subtests
Argument "zero" isn't numeric in addition (+) at t/10checks.t line 15.
# Failed test 'f with string throws'
# at t/10checks.t line 24.
# +---------+----+-------------------------------------------------------+
# | GOT | OP | CHECK |
# +---------+----+-------------------------------------------------------+
# | <UNDEF> | =~ | (?^u:^Parameter \$x requires a value satisfying Num ) |
# +---------+----+-------------------------------------------------------+
(If this table is too small, you can use the TABLE_TERM_SIZE=### env var to set a larger size, detected size is '78')
# Failed test 'g with string throws'
# at t/10checks.t line 37.
# +---------+----+---------------------------------------------------------+
# | GOT | OP | CHECK |
# +---------+----+---------------------------------------------------------+
# | <UNDEF> | =~ | (?^u:^Parameter \$x requires a value satisfying Maybe\( |
# | | | Num\) ) |
# +---------+----+---------------------------------------------------------+
(If this table is too small, you can use the TABLE_TERM_SIZE=### env var to set a larger size, detected size is '78')
# Seeded srand with seed '20240920' from local date.
t/10checks.t ............
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/6 subtests
Argument "zero" isn't numeric in addition (+) at t/20types-standard.t line 21.
# Failed test 'f with string throws'
# at t/20types-standard.t line 31.
# +---------+----+-------------------------------------------------------+
# | GOT | OP | CHECK |
# +---------+----+-------------------------------------------------------+
# | <UNDEF> | =~ | (?^u:^Parameter \$x requires a value satisfying Num ) |
# +---------+----+-------------------------------------------------------+
(If this table is too small, you can use the TABLE_TERM_SIZE=### env var to set a larger size, detected size is '78')
# Failed test 'g with string throws'
# at t/20types-standard.t line 48.
# +---------+----+---------------------------------------------------------+
# | GOT | OP | CHECK |
# +---------+----+---------------------------------------------------------+
# | <UNDEF> | =~ | (?^u:^Parameter \$x requires a value satisfying Maybe\[ |
# | | | Num\] ) |
# +---------+----+---------------------------------------------------------+
(If this table is too small, you can use the TABLE_TERM_SIZE=### env var to set a larger size, detected size is '78')
# Seeded srand with seed '20240920' from local date.
t/20types-standard.t ....
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/6 subtests
# Data::Checks 0.10, Signature::Attribute::Checked 0.06
# Failed test 'rejects undefined argument'
# at t/80checks+signature.t line 31.
# Seeded srand with seed '20240920' from local date.
t/80checks+signature.t ..
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/2 subtests
t/99pod.t ............... ok
Test Summary Report
-------------------
t/01positional.t (Wstat: 512 Tests: 8 Failed: 2)
Failed tests: 3, 5
Non-zero exit status: 2
t/02named.t (Wstat: 256 Tests: 4 Failed: 1)
Failed test: 2
Non-zero exit status: 1
t/10checks.t (Wstat: 512 Tests: 6 Failed: 2)
Failed tests: 3, 6
Non-zero exit status: 2
t/20types-standard.t (Wstat: 512 Tests: 6 Failed: 2)
Failed tests: 3, 6
Non-zero exit status: 2
t/80checks+signature.t (Wstat: 256 Tests: 2 Failed: 1)
Failed test: 2
Non-zero exit status: 1
Files=7, Tests=28, 1 wallclock secs ( 0.02 usr 0.01 sys + 0.45 cusr 0.75 csys = 1.23 CPU)
Result: FAIL
Failed 5/7 test programs. 8/28 subtests failed.
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
--------------------------- ------ --------
Data::Checks 0.09 0.10
perl 5.026 5.026001
XS::Parse::Sublike 0.19 0.25
build_requires:
Module Need Have
--------------------------- ------ --------
ExtUtils::CBuilder 0 0.280226
Test2::V0 0 1.302204
configure_requires:
Module Need Have
--------------------------- ------ --------
Data::Checks 0.09 0.10
Module::Build 0.4004 0.4224
XS::Parse::Sublike::Builder 0.19 0.25
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
LC_ALL = de_DE.ISO8859-1
PATH = /usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/cpansand/bin/freebsd10.3:/home/cpansand/bin/sh:/home/cpansand/bin:/usr/games:/home/cpansand/devel:/home/eserte/src/srezic-misc/scripts
PERL5LIB = /home/cpansand/.cpan/build/2024092007/Role-Tiny-2.002004-0/blib/arch:/home/cpansand/.cpan/build/2024092007/Role-Tiny-2.002004-0/blib/lib:/home/cpansand/.cpan/build/2024092007/Object-Pad-FieldAttr-Checked-0.12-0/blib/arch:/home/cpansand/.cpan/build/2024092007/Object-Pad-FieldAttr-Checked-0.12-0/blib/lib:/home/cpansand/.cpan/build/2024092007/Object-Pad-0.813-0/blib/arch:/home/cpansand/.cpan/build/2024092007/Object-Pad-0.813-0/blib/lib:/home/cpansand/.cpan/build/2024092007/Metrics-Any-0.10-0/blib/arch:/home/cpansand/.cpan/build/2024092007/Metrics-Any-0.10-0/blib/lib:/home/cpansand/.cpan/build/2024092007/List-Keywords-0.11-0/blib/arch:/home/cpansand/.cpan/build/2024092007/List-Keywords-0.11-0/blib/lib:/home/cpansand/.cpan/build/2024092007/JSON-MaybeUTF8-2.000-0/blib/arch:/home/cpansand/.cpan/build/2024092007/JSON-MaybeUTF8-2.000-0/blib/lib:/home/cpansand/.cpan/build/2024092007/Unicode-UTF8-0.62-0/blib/arch:/home/cpansand/.cpan/build/2024092007/Unicode-UTF8-0.62-0/blib/lib:/home/cpansand/.cpan/build/2024092007/Future-0.50-0/blib/arch:/home/cpansand/.cpan/build/2024092007/Future-0.50-0/blib/lib:/home/cpansand/.cpan/build/2024092007/XS-Parse-Sublike-0.25-0/blib/arch:/home/cpansand/.cpan/build/2024092007/XS-Parse-Sublike-0.25-0/blib/lib:/home/cpansand/.cpan/build/2024092007/XS-Parse-Keyword-0.46-0/blib/arch:/home/cpansand/.cpan/build/2024092007/XS-Parse-Keyword-0.46-0/blib/lib:/home/cpansand/.cpan/build/2024092007/ExtUtils-CChecker-0.12-0/blib/arch:/home/cpansand/.cpan/build/2024092007/ExtUtils-CChecker-0.12-0/blib/lib:/home/cpansand/.cpan/build/2024092007/Data-Checks-0.10-0/blib/arch:/home/cpansand/.cpan/build/2024092007/Data-Checks-0.10-0/blib/lib:/home/cpansand/.cpan/build/2024092007/builtin-Backport-0.02-0/blib/arch:/home/cpansand/.cpan/build/2024092007/builtin-Backport-0.02-0/blib/lib:/home/cpansand/.cpan/build/2024092007/Test-Simple-1.302204-0/blib/arch:/home/cpansand/.cpan/build/2024092007/Test-Simple-1.302204-0/blib/lib:/home/cpansand/.cpan/build/2024092007/Term-Table-0.022-0/blib/arch:/home/cpansand/.cpan/build/2024092007/Term-Table-0.022-0/blib/lib
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 43742
PERL5_CPAN_IS_RUNNING = 43742
PERL5_CPAN_IS_RUNNING_IN_RECURSION = 43589,43742
PERLDOC = -MPod::Perldoc::ToTextOverstrike
PERL_BATCH = yes
PERL_CANARY_STABILITY_NOPROMPT = 1
PERL_CPAN_REPORTER_CONFIG = /var/tmp/cpansmoker-1023/2024092007/cpanreporter_000_config.ini
PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
PERL_USE_UNSAFE_INC = 1
SHELL = /usr/local/bin/zsh
TERM = screen
TMPDIR = /var/tmp/cpansmoker-1023/2024092007
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /usr/perl5.26.1p/bin/perl
$UID/$EUID = 1023 / 1023
$GID = 1023 1023
$EGID = 1023 1023
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.18
CPAN::Meta 2.150010
Cwd 3.67
ExtUtils::CBuilder 0.280226
ExtUtils::Command 7.58
ExtUtils::Install 2.06
ExtUtils::MakeMaker 7.58
ExtUtils::Manifest 1.70
ExtUtils::ParseXS 3.34
File::Spec 3.67
JSON 2.94
JSON::PP 2.94
Module::Build 0.4224
Module::Signature 0.81
Parse::CPAN::Meta 2.150010
Test::Harness 3.39
Test::More 1.302204
YAML 1.24
YAML::Syck 1.30
version 0.9917
--
Summary of my perl5 (revision 5 version 26 subversion 1) configuration:
Platform:
osname=freebsd
osvers=10.3-release-p11
archname=amd64-freebsd
uname='freebsd cvrsnica-freebsd-101.herceg.de 10.3-release-p11 freebsd 10.3-release-p11 #0: mon oct 24 18:49:24 utc 2016 root@amd64-builder.daemonology.net:usrobjusrsrcsysgeneric amd64 '
config_args='-ds -e -Dprefix=/usr/perl5.26.1p -Dcf_email=srezic@cpan.org -Doptimize=-O2 -pipe'
hint=recommended
useposix=true
d_sigaction=define
useithreads=undef
usemultiplicity=undef
use64bitint=define
use64bitall=define
uselongdouble=undef
usemymalloc=n
default_inc_excludes_dot=define
bincompat5005=undef
Compiler:
cc='cc'
ccflags ='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_FORTIFY_SOURCE=2'
optimize='-O2 -pipe'
cppflags='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
ccversion=''
gccversion='4.2.1 Compatible FreeBSD Clang 3.4.1 (tags/RELEASE_34/dot1-final 208032)'
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 ='-pthread -Wl,-E -fstack-protector -L/usr/local/lib'
libpth=/usr/lib /usr/local/lib /usr/include/clang/3.4.1 /usr/lib
libs=-lpthread -lgdbm -lm -lcrypt -lutil -lc -lelf
perllibs=-lpthread -lm -lcrypt -lutil -lc -lelf
libc=
so=so
useshrplib=false
libperl=libperl.a
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_dlopen.xs
dlext=so
d_dlsymun=undef
ccdlflags=' '
cccdlflags='-DPIC -fPIC'
lddlflags='-shared -L/usr/local/lib -fstack-protector'
Characteristics of this binary (from libperl):
Compile-time options:
HAS_TIMES
PERLIO_LAYERS
PERL_COPY_ON_WRITE
PERL_DONT_CREATE_GVSV
PERL_MALLOC_WRAP
PERL_OP_PARENT
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
Built under freebsd
Compiled at Oct 31 2017 09:43:34
%ENV:
PERL5LIB="/home/cpansand/.cpan/build/2024092007/Role-Tiny-2.002004-0/blib/arch:/home/cpansand/.cpan/build/2024092007/Role-Tiny-2.002004-0/blib/lib:/home/cpansand/.cpan/build/2024092007/Object-Pad-FieldAttr-Checked-0.12-0/blib/arch:/home/cpansand/.cpan/build/2024092007/Object-Pad-FieldAttr-Checked-0.12-0/blib/lib:/home/cpansand/.cpan/build/2024092007/Object-Pad-0.813-0/blib/arch:/home/cpansand/.cpan/build/2024092007/Object-Pad-0.813-0/blib/lib:/home/cpansand/.cpan/build/2024092007/Metrics-Any-0.10-0/blib/arch:/home/cpansand/.cpan/build/2024092007/Metrics-Any-0.10-0/blib/lib:/home/cpansand/.cpan/build/2024092007/List-Keywords-0.11-0/blib/arch:/home/cpansand/.cpan/build/2024092007/List-Keywords-0.11-0/blib/lib:/home/cpansand/.cpan/build/2024092007/JSON-MaybeUTF8-2.000-0/blib/arch:/home/cpansand/.cpan/build/2024092007/JSON-MaybeUTF8-2.000-0/blib/lib:/home/cpansand/.cpan/build/2024092007/Unicode-UTF8-0.62-0/blib/arch:/home/cpansand/.cpan/build/2024092007/Unicode-UTF8-0.62-0/blib/lib:/home/cpansand/.cpan/build/2024092007/Future-0.50-0/blib/arch:/home/cpansand/.cpan/build/2024092007/Future-0.50-0/blib/lib:/home/cpansand/.cpan/build/2024092007/XS-Parse-Sublike-0.25-0/blib/arch:/home/cpansand/.cpan/build/2024092007/XS-Parse-Sublike-0.25-0/blib/lib:/home/cpansand/.cpan/build/2024092007/XS-Parse-Keyword-0.46-0/blib/arch:/home/cpansand/.cpan/build/2024092007/XS-Parse-Keyword-0.46-0/blib/lib:/home/cpansand/.cpan/build/2024092007/ExtUtils-CChecker-0.12-0/blib/arch:/home/cpansand/.cpan/build/2024092007/ExtUtils-CChecker-0.12-0/blib/lib:/home/cpansand/.cpan/build/2024092007/Data-Checks-0.10-0/blib/arch:/home/cpansand/.cpan/build/2024092007/Data-Checks-0.10-0/blib/lib:/home/cpansand/.cpan/build/2024092007/builtin-Backport-0.02-0/blib/arch:/home/cpansand/.cpan/build/2024092007/builtin-Backport-0.02-0/blib/lib:/home/cpansand/.cpan/build/2024092007/Test-Simple-1.302204-0/blib/arch:/home/cpansand/.cpan/build/2024092007/Test-Simple-1.302204-0/blib/lib:/home/cpansand/.cpan/build/2024092007/Term-Table-0.022-0/blib/arch:/home/cpansand/.cpan/build/2024092007/Term-Table-0.022-0/blib/lib"
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="43742"
PERL5_CPAN_IS_RUNNING="43742"
PERL5_CPAN_IS_RUNNING_IN_RECURSION="43589,43742"
PERLDOC="-MPod::Perldoc::ToTextOverstrike"
PERL_BATCH="yes"
PERL_CANARY_STABILITY_NOPROMPT="1"
PERL_CPAN_REPORTER_CONFIG="/var/tmp/cpansmoker-1023/2024092007/cpanreporter_000_config.ini"
PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
PERL_USE_UNSAFE_INC="1"
@INC:
/home/cpansand/.cpan/build/2024092007/Role-Tiny-2.002004-0/blib/arch
/home/cpansand/.cpan/build/2024092007/Role-Tiny-2.002004-0/blib/lib
/home/cpansand/.cpan/build/2024092007/Object-Pad-FieldAttr-Checked-0.12-0/blib/arch
/home/cpansand/.cpan/build/2024092007/Object-Pad-FieldAttr-Checked-0.12-0/blib/lib
/home/cpansand/.cpan/build/2024092007/Object-Pad-0.813-0/blib/arch
/home/cpansand/.cpan/build/2024092007/Object-Pad-0.813-0/blib/lib
/home/cpansand/.cpan/build/2024092007/Metrics-Any-0.10-0/blib/arch
/home/cpansand/.cpan/build/2024092007/Metrics-Any-0.10-0/blib/lib
/home/cpansand/.cpan/build/2024092007/List-Keywords-0.11-0/blib/arch
/home/cpansand/.cpan/build/2024092007/List-Keywords-0.11-0/blib/lib
/home/cpansand/.cpan/build/2024092007/JSON-MaybeUTF8-2.000-0/blib/arch
/home/cpansand/.cpan/build/2024092007/JSON-MaybeUTF8-2.000-0/blib/lib
/home/cpansand/.cpan/build/2024092007/Unicode-UTF8-0.62-0/blib/arch
/home/cpansand/.cpan/build/2024092007/Unicode-UTF8-0.62-0/blib/lib
/home/cpansand/.cpan/build/2024092007/Future-0.50-0/blib/arch
/home/cpansand/.cpan/build/2024092007/Future-0.50-0/blib/lib
/home/cpansand/.cpan/build/2024092007/XS-Parse-Sublike-0.25-0/blib/arch
/home/cpansand/.cpan/build/2024092007/XS-Parse-Sublike-0.25-0/blib/lib
/home/cpansand/.cpan/build/2024092007/XS-Parse-Keyword-0.46-0/blib/arch
/home/cpansand/.cpan/build/2024092007/XS-Parse-Keyword-0.46-0/blib/lib
/home/cpansand/.cpan/build/2024092007/ExtUtils-CChecker-0.12-0/blib/arch
/home/cpansand/.cpan/build/2024092007/ExtUtils-CChecker-0.12-0/blib/lib
/home/cpansand/.cpan/build/2024092007/Data-Checks-0.10-0/blib/arch
/home/cpansand/.cpan/build/2024092007/Data-Checks-0.10-0/blib/lib
/home/cpansand/.cpan/build/2024092007/builtin-Backport-0.02-0/blib/arch
/home/cpansand/.cpan/build/2024092007/builtin-Backport-0.02-0/blib/lib
/home/cpansand/.cpan/build/2024092007/Test-Simple-1.302204-0/blib/arch
/home/cpansand/.cpan/build/2024092007/Test-Simple-1.302204-0/blib/lib
/home/cpansand/.cpan/build/2024092007/Term-Table-0.022-0/blib/arch
/home/cpansand/.cpan/build/2024092007/Term-Table-0.022-0/blib/lib
/usr/perl5.26.1p/lib/site_perl/5.26.1/amd64-freebsd
/usr/perl5.26.1p/lib/site_perl/5.26.1
/usr/perl5.26.1p/lib/5.26.1/amd64-freebsd
/usr/perl5.26.1p/lib/5.26.1
.