Back
From: metabase:user:320bfe00-2aae-11df-837a-5e0a49663a4f
Subject: FAIL Data-Sah-0.914 5.37.4 GNU/Linux
Date: 2022-12-13T09:05:16Z
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 perlancar,
This is a computer-generated report for Data-Sah-0.914
on perl 5.37.4, 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:
this report is from an automated smoke testing program
and was not reviewed by a human for accuracy
------------------------------
PROGRAM OUTPUT
------------------------------
Output from '/usr/bin/make test':
PERL_DL_NONLAZY=1 "/home/sand/src/perl/repoperls/installed-perls/host/k93msid/v5.37.4/29fb/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00-compile.t .................... ok
t/01-basics.t ..................... ok
t/author-critic.t ................. skipped: these tests are for testing by the author
t/author-pod-coverage.t ........... skipped: these tests are for testing by the author
t/author-pod-syntax.t ............. skipped: these tests are for testing by the author
t/human-en_US.t ................... ok
t/human-id_ID.t ................... ok
# Failed test 'data 1,1 should pass schema ["float"]'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 51.
# Looks like you failed 1 test of 4.
# Failed test 'compile option: no_modules'
# at t/perl-misc.t line 85.
Can't locate Data/Dumper.pm in @INC (you may need to install the Data::Dumper module) (@INC contains: lib::filter=CODE(0x55dd51a0a370)) at /home/sand/src/perl/repoperls/installed-perls/host/k93msid/v5.37.4/29fb/lib/5.37.4/Test/Builder.pm line 1310.
# Tests were run but no plan was declared and done_testing() was not seen.
# Looks like your test exited with 255 just after 2.
t/perl-misc.t .....................
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 1/2 subtests
t/perl-type-bool-grep.t ........... ok
t/perl-type-bool.t ................ ok
Sah perl compiler: at schema:/of: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Global symbol "$sub" requires explicit package name (did you forget to declare "my $sub"?) at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Data/Sah/Compiler/perl/TH/cistr.pm line 110.
Global symbol "$sub" requires explicit package name (did you forget to declare "my $sub"?) at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Data/Sah/Compiler/perl/TH/cistr.pm line 111.
Global symbol "$subl" requires explicit package name (did you forget to declare "my $subl"?) at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Data/Sah/Compiler/perl/TH/cistr.pm line 113.
Global symbol "$subr" requires explicit package name (did you forget to declare "my $subr"?) at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Data/Sah/Compiler/perl/TH/cistr.pm line 114.
Global symbol "$subl" requires explicit package name (did you forget to declare "my $subl"?) at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Data/Sah/Compiler/perl/TH/cistr.pm line 115.
Global symbol "$subr" requires explicit package name (did you forget to declare "my $subr"?) at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Data/Sah/Compiler/perl/TH/cistr.pm line 115.
Compilation failed in require at (eval 86) line 1.
# Looks like your test exited with 255 just after 1.
t/perl-type-cistr-grep.t ..........
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 1/2 subtests
t/perl-type-code.t ................ ok
t/perl-type-date.t ................ ok
t/perl-type-datenotime.t .......... ok
t/perl-type-datetime.t ............ ok
t/perl-type-duration.t ............ ok
t/perl-type-float.t ............... ok
t/perl-type-num-grep.t ............ ok
t/perl-type-obj.t ................. ok
t/perl-type-re.t .................. ok
t/perl-type-str-grep.t ............ ok
t/perl-type-str.t ................. ok
# Failed test 'data "12:00:00.05" should pass schema ["timeofday", "xmin", "12:00:00"]'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 51.
# schema compilation result:
# ----begin generated code----
# # skip if undef
# (!defined($data) ? 1 :
#
# (# coerce rule(s): From_obj::date_timeofday, From_str::hms # coerce to: str_hms
# (($data = (Scalar::Util::blessed($data) && $data->isa('Date::TimeOfDay')) ? [undef,$data->hms] : (($data =~ /\A([0-9]{1,2}):([0-9]{1,2})(?::([0-9]{1,2})(\.[0-9]{1,9})?)?\z/) ? (do { if ($1 > 23) { ["Invalid hour '$1', must be between 0-23"] } elsif ($2 > 59) { ["Invalid minute '$2', must be between 0-59"] } elsif (defined $3 && $3 > 59) { ["Invalid second '$3', must be between 0-59"] } else { [undef, defined($4) && $4 > 0 ? sprintf("%02d:%02d:%s%.11g", $1, $2, (!defined($3) || $3 < 10 ? "0":""), (defined $3 ? $3:0)+$4) : sprintf("%02d:%02d:%02d", $1, $2, (defined $3 ? $3 : 0))] } }) : [undef,$data])), defined($data->[0]) ? '' : (($data = $data->[1]), 1))
#
# &&
#
# # check type 'timeofday'
# ($data =~ /\A([0-9]{1,2}):([0-9]{1,2}):([0-9]{1,2})(?:\.[0-9]{1,9})?\z/)
#
# &&
#
# (# clause: xmin
# ($data gt '12:00:00'))))
# ----end generated code----
# that code should return true when fed $data="12:00:00.05" but instead returns ""
#
# validator result (hash_details):
# ----begin result----
# {
# 'errors' => {
# '' => 'Must be larger than 12:00:00'
# },
# 'value' => '12:00:00'
# }
# ----end result----
# Looks like you failed 1 test of 8.
t/perl-type-timeofday.t ...........
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/8 subtests
# Loading 10-type-all.json ...
# Loading 10-type-any.json ...
# Loading 10-type-array.json ...
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: '@[1]: Not of type decimal number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '1' => '@[1]: Not of type decimal number'
# },
# 'value' => [
# 1,
# '1,2'
# ]
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:each_elem, type, type:array) array0113: each_elem (ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: '@[1]: Not of type decimal number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '1' => '@[1]: Not of type decimal number'
# },
# 'value' => [
# 1,
# '1,2'
# ]
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:of, type, type:array) array0115: of (ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Skipping test (tags=clause:check_each_index, type, type:array) array0117: check_each_index: clause check_each_index not yet implemented
# Skipping test (tags=clause:check_each_elem, type, type:array) array0118: check_each_elem: clause check_each_elem not yet implemented
# Skipping test (tags=clause:uniq, type, type:array) array0119: uniq=1: clause uniq not yet implemented
# Skipping test (tags=clause:uniq, type, type:array) array0120: uniq=0: clause uniq not yet implemented
# Skipping test (tags=clause:uniq, op, op:not, opshortcut, type, type:array) array0121: !uniq=1: clause uniq not yet implemented
# Skipping test (tags=clause:exists, type, type:array) array0122: exists: clause exists not yet implemented
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: '@[1]: Not of type decimal number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '1' => '@[1]: Not of type decimal number'
# },
# 'value' => [
# 1,
# '1,2'
# ]
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:elems, type, type:array) array0123: elems (ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Skipping test (tags=prop:len, type, type:array) array0129: prop:len: properties are not yet implemented
# Skipping test (tags=prop:indices, type, type:array) array0130: prop:indices: properties are not yet implemented
# Skipping test (tags=prop:elems, type, type:array) array0131: prop:elems: properties are not yet implemented
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: '@[1]: Not of type decimal number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '1' => '@[1]: Not of type decimal number'
# },
# 'value' => [
# 1,
# '1,1'
# ]
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:elems, type, type:array) array0136: elems (ok 2)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: '@[1]: Not of type decimal number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '1' => '@[1]: Not of type decimal number'
# },
# 'value' => [
# 1,
# '1,1',
# undef
# ]
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:elems, type, type:array) array0137: elems (ok, extra elems ignored)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: '@[1]: Not of type decimal number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '1' => '@[1]: Not of type decimal number'
# },
# 'value' => [
# 1,
# '1,1',
# 'foo'
# ]
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:elems, type, type:array) array0138: elems (ok, extra elems ignored 2)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Looks like you failed 6 tests of 132.
# Failed test '10-type-array.json'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 275.
# Loading 10-type-bool.json ...
# Skipping test (tags=clause:between, op, op:not, opshortcut, type, type:bool) bool0113: !between (nok): currently failing
# Skipping test (tags=clause:between, op, op:not, opshortcut, type, type:bool) bool0114: !between (ok): currently failing
# Skipping test (tags=clause:between, op, op:not, type, type:bool) bool0115: between.op=not (nok): currently failing
# Skipping test (tags=clause:between, op, op:not, type, type:bool) bool0116: between.op=not (ok): currently failing
# Skipping test (tags=clause:between, op, op:and, opshortcut, type, type:bool) bool0117: between& (no items): currently failing
# Skipping test (tags=clause:between, op, op:and, opshortcut, type, type:bool) bool0118: between& (ok): currently failing
# Skipping test (tags=clause:between, op, op:and, opshortcut, type, type:bool) bool0119: between& (nok + ok): currently failing
# Skipping test (tags=clause:between, op, op:and, opshortcut, type, type:bool) bool0120: between& (ok + nok): currently failing
# Skipping test (tags=clause:between, op, op:and, opshortcut, type, type:bool) bool0121: between& (nok + nok): currently failing
# Skipping test (tags=clause:between, op, op:and, type, type:bool) bool0123: between.op=and (ok): currently failing
# Skipping test (tags=clause:between, op, op:and, type, type:bool) bool0124: between.op=and (nok + ok): currently failing
# Skipping test (tags=clause:between, op, op:and, type, type:bool) bool0125: between.op=and (ok + nok): currently failing
# Skipping test (tags=clause:between, op, op:and, type, type:bool) bool0126: between.op=and (nok + nok): currently failing
# Skipping test (tags=clause:between, op, op:or, opshortcut, type, type:bool) bool0127: between| (no items): currently failing
# Skipping test (tags=clause:between, op, op:or, opshortcut, type, type:bool) bool0128: between| (ok): currently failing
# Skipping test (tags=clause:between, op, op:or, opshortcut, type, type:bool) bool0129: between| (nok + ok): currently failing
# Skipping test (tags=clause:between, op, op:or, opshortcut, type, type:bool) bool0130: between| (ok + nok): currently failing
# Skipping test (tags=clause:between, op, op:or, opshortcut, type, type:bool) bool0131: between| (nok + nok): currently failing
# Skipping test (tags=clause:between, op, op:or, type, type:bool) bool0132: between.op=or (no items): currently failing
# Skipping test (tags=clause:between, op, op:or, type, type:bool) bool0133: between.op=or (ok): currently failing
# Skipping test (tags=clause:between, op, op:or, type, type:bool) bool0134: between.op=or (nok + ok): currently failing
# Skipping test (tags=clause:between, op, op:or, type, type:bool) bool0135: between.op=or (ok + nok): currently failing
# Skipping test (tags=clause:between, op, op:or, type, type:bool) bool0136: between.op=or (nok + nok): currently failing
# Skipping test (tags=clause:between, op, op:none, type, type:bool) bool0137: between.op=none (empty items): currently failing
# Skipping test (tags=clause:between, op, op:none, type, type:bool) bool0138: between.op=none (nok + nok): currently failing
# Skipping test (tags=clause:between, op, op:none, type, type:bool) bool0139: between.op=none (nok + ok): currently failing
# Skipping test (tags=clause:between, op, op:none, type, type:bool) bool0140: between.op=none (ok + nok): currently failing
# Skipping test (tags=clause:between, op, op:none, type, type:bool) bool0141: between.op=none (ok + ok): currently failing
# Loading 10-type-buf.json ...
# Skipping test (tags=clause:check_each_index, type, type:buf) buf0164: check_each_index: clause check_each_index not yet implemented
# Skipping test (tags=clause:check_each_elem, type, type:buf) buf0165: check_each_elem: clause check_each_elem not yet implemented
# Skipping test (tags=clause:uniq, type, type:buf) buf0166: uniq=1: clause uniq not yet implemented
# Skipping test (tags=clause:uniq, type, type:buf) buf0167: uniq=0: clause uniq not yet implemented
# Skipping test (tags=clause:uniq, op, op:not, opshortcut, type, type:buf) buf0168: !uniq=1: clause uniq not yet implemented
# Skipping test (tags=clause:exists, type, type:buf) buf0169: exists: clause exists not yet implemented
# Skipping test (tags=prop:len, type, type:buf) buf0174: prop:len: properties are not yet implemented
# Skipping test (tags=prop:indices, type, type:buf) buf0175: prop:indices: properties are not yet implemented
# Skipping test (tags=prop:elems, type, type:buf) buf0176: prop:elems: properties are not yet implemented
# Loading 10-type-cistr.json ...
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Global symbol "$sub" requires explicit package name (did you forget to declare "my $sub"?) at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Data/Sah/Compiler/perl/TH/cistr.pm line 110.
# Global symbol "$sub" requires explicit package name (did you forget to declare "my $sub"?) at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Data/Sah/Compiler/perl/TH/cistr.pm line 111.
# Global symbol "$subl" requires explicit package name (did you forget to declare "my $subl"?) at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Data/Sah/Compiler/perl/TH/cistr.pm line 113.
# Global symbol "$subr" requires explicit package name (did you forget to declare "my $subr"?) at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Data/Sah/Compiler/perl/TH/cistr.pm line 114.
# Global symbol "$subl" requires explicit package name (did you forget to declare "my $subl"?) at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Data/Sah/Compiler/perl/TH/cistr.pm line 115.
# Global symbol "$subr" requires explicit package name (did you forget to declare "my $subr"?) at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Data/Sah/Compiler/perl/TH/cistr.pm line 115.
# Compilation failed in require at (eval 9956) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=type, type:cistr) cistr0001: type check: must accept 0'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 9961) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=type, type:cistr) cistr0002: type check: must accept 1.1'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 9964) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=type, type:cistr) cistr0003: type check: must accept '
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 9967) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=type, type:cistr) cistr0004: type check: must accept str
# '
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 9970) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=type, type:cistr) cistr0005: type check: must reject []'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 9973) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=type, type:cistr) cistr0006: type check: must reject {}'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 9976) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=type, type:cistr) cistr0007: must accept undefined value'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 9979) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:defhash_v, type, type:cistr) cistr0008: defhash_v'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 9982) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:v, type, type:cistr) cistr0009: v'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 9985) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:c, type, type:cistr) cistr0010: c'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 9988) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:default_lang, type, type:cistr) cistr0011: default_lang'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 9991) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:name, type, type:cistr) cistr0012: name'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 9994) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:summary, type, type:cistr) cistr0013: summary'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 9997) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:description, type, type:cistr) cistr0014: description'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10000) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:tags, type, type:cistr) cistr0015: tags'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10003) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:req, type, type:cistr) cistr0016: req=0 must accept undefined value'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10006) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:req, type, type:cistr) cistr0017: req=1 must reject undefined value'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10009) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:forbidden, type, type:cistr) cistr0018: forbidden=0 must accept defined value'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10012) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:forbidden, type, type:cistr) cistr0019: forbidden=1 must reject defined value'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10015) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:default, type, type:cistr) cistr0020: default: must accept valid default a'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10018) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:default, type, type:cistr) cistr0021: default: must reject invalid default []'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10024) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:clause, type, type:cistr) cistr0023: clause (ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10027) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:clause, type, type:cistr) cistr0024: clause (ok) + clause nok = nok'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10030) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:clause, type, type:cistr) cistr0025: clause (nok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10039) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=type, type:cistr) cistr0028: clset (empty = ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10042) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:clset, type, type:cistr) cistr0029: clset (ignored clause/attr = ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10045) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:clset, type, type:cistr) cistr0030: clset (ok + ok = ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10048) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:clset, type, type:cistr) cistr0031: clset (ok) + clause nok = nok'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10051) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:clset, type, type:cistr) cistr0032: clset (ok + nok = nok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10054) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:clset, type, type:cistr) cistr0033: clset (nok + ok = nok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10057) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:clset, type, type:cistr) cistr0034: clset (nok + nok = nok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10060) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:ok, type, type:cistr) cistr0035: ok'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10063) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:ok, op, op:not, type, type:cistr) cistr0036: ok + op not (nok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10066) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=attr, attr:err_level, type, type:cistr) cistr0037: .err_level=error (clause=is, ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10069) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=attr, attr:err_level, type, type:cistr) cistr0038: .err_level=error (clause=is, nok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10072) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=attr, attr:err_level, type, type:cistr) cistr0039: .err_level=warn (clause=is, ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10075) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=attr, attr:err_level, type, type:cistr) cistr0040: .err_level=warn (clause=is, nok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10078) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:is, type, type:cistr) cistr0041: is: must accept same value'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10081) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:is, type, type:cistr) cistr0042: is: must reject different value'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10084) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:is, op, op:not, opshortcut, type, type:cistr) cistr0043: !is (nok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10087) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:is, op, op:not, opshortcut, type, type:cistr) cistr0044: !is (ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10090) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:is, op, op:not, type, type:cistr) cistr0045: is.op=not (nok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10093) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:is, op, op:not, type, type:cistr) cistr0046: is.op=not (ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10096) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:is, op, op:and, opshortcut, type, type:cistr) cistr0047: is& (no items)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10099) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:is, op, op:and, opshortcut, type, type:cistr) cistr0048: is& (ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10102) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:is, op, op:and, opshortcut, type, type:cistr) cistr0049: is& (nok + ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10105) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:is, op, op:and, opshortcut, type, type:cistr) cistr0050: is& (ok + nok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10108) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:is, op, op:and, opshortcut, type, type:cistr) cistr0051: is& (nok + nok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10111) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=type, type:cistr) cistr0052: is.op=and (no items)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10114) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:is, op, op:and, type, type:cistr) cistr0053: is.op=and (ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10117) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:is, op, op:and, type, type:cistr) cistr0054: is.op=and (nok + ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10120) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:is, op, op:and, type, type:cistr) cistr0055: is.op=and (ok + nok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10123) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:is, op, op:and, type, type:cistr) cistr0056: is.op=and (nok + nok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10126) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:is, op, op:or, opshortcut, type, type:cistr) cistr0057: is| (no items)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10129) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:is, op, op:or, opshortcut, type, type:cistr) cistr0058: is| (ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10132) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:is, op, op:or, opshortcut, type, type:cistr) cistr0059: is| (nok + ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10135) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:is, op, op:or, opshortcut, type, type:cistr) cistr0060: is| (ok + nok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10138) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:is, op, op:or, opshortcut, type, type:cistr) cistr0061: is| (nok + nok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10141) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:is, op, op:or, type, type:cistr) cistr0062: is.op=or (no items)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10144) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:is, op, op:or, type, type:cistr) cistr0063: is.op=or (ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10147) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:is, op, op:or, type, type:cistr) cistr0064: is.op=or (nok + ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10150) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:is, op, op:or, type, type:cistr) cistr0065: is.op=or (ok + nok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10153) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:is, op, op:or, type, type:cistr) cistr0066: is.op=or (nok + nok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10156) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:is, op, op:none, type, type:cistr) cistr0067: is.op=none (empty items)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10159) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:is, op, op:none, type, type:cistr) cistr0068: is.op=none (nok + nok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10162) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:is, op, op:none, type, type:cistr) cistr0069: is.op=none (nok + ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10165) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:is, op, op:none, type, type:cistr) cistr0070: is.op=none (ok + nok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10168) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:is, op, op:none, type, type:cistr) cistr0071: is.op=none (ok + ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10171) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:in, type, type:cistr) cistr0072: in: must accept valid choices'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10174) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:in, type, type:cistr) cistr0073: in: must reject empty choices'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10177) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:in, op, op:not, opshortcut, type, type:cistr) cistr0074: !in (nok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10180) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:in, op, op:not, opshortcut, type, type:cistr) cistr0075: !in (ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10183) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:in, op, op:not, type, type:cistr) cistr0076: in.op=not (nok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10186) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:in, op, op:not, type, type:cistr) cistr0077: in.op=not (ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10189) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:in, op, op:and, opshortcut, type, type:cistr) cistr0078: in& (no items)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10192) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:in, op, op:and, opshortcut, type, type:cistr) cistr0079: in& (ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10195) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:in, op, op:and, opshortcut, type, type:cistr) cistr0080: in& (nok + ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10198) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:in, op, op:and, opshortcut, type, type:cistr) cistr0081: in& (ok + nok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10201) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:in, op, op:and, opshortcut, type, type:cistr) cistr0082: in& (nok + nok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10204) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=type, type:cistr) cistr0083: in.op=and (no items)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10207) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:in, op, op:and, type, type:cistr) cistr0084: in.op=and (ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10210) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:in, op, op:and, type, type:cistr) cistr0085: in.op=and (nok + ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10213) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:in, op, op:and, type, type:cistr) cistr0086: in.op=and (ok + nok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10216) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:in, op, op:and, type, type:cistr) cistr0087: in.op=and (nok + nok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10219) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:in, op, op:or, opshortcut, type, type:cistr) cistr0088: in| (no items)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10222) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:in, op, op:or, opshortcut, type, type:cistr) cistr0089: in| (ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10225) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:in, op, op:or, opshortcut, type, type:cistr) cistr0090: in| (nok + ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10228) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:in, op, op:or, opshortcut, type, type:cistr) cistr0091: in| (ok + nok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10231) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:in, op, op:or, opshortcut, type, type:cistr) cistr0092: in| (nok + nok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10234) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:in, op, op:or, type, type:cistr) cistr0093: in.op=or (no items)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10237) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:in, op, op:or, type, type:cistr) cistr0094: in.op=or (ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10240) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:in, op, op:or, type, type:cistr) cistr0095: in.op=or (nok + ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10243) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:in, op, op:or, type, type:cistr) cistr0096: in.op=or (ok + nok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10246) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:in, op, op:or, type, type:cistr) cistr0097: in.op=or (nok + nok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10249) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:in, op, op:none, type, type:cistr) cistr0098: in.op=none (empty items)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10252) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:in, op, op:none, type, type:cistr) cistr0099: in.op=none (nok + nok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10255) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:in, op, op:none, type, type:cistr) cistr0100: in.op=none (nok + ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10258) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:in, op, op:none, type, type:cistr) cistr0101: in.op=none (ok + nok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10261) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:in, op, op:none, type, type:cistr) cistr0102: in.op=none (ok + ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10264) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:min, type, type:cistr) cistr0103: min: a '
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10267) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:min, type, type:cistr) cistr0104: min: a a'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10270) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:min, type, type:cistr) cistr0105: min: a -> fail'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10273) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:xmin, type, type:cistr) cistr0106: xmin: a '
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10276) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:xmin, type, type:cistr) cistr0107: xmin: a a -> fail'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10279) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:xmin, type, type:cistr) cistr0108: xmin: a -> fail'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10282) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:max, type, type:cistr) cistr0109: max: a -> fail'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10285) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:max, type, type:cistr) cistr0110: max: a a'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10288) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:max, type, type:cistr) cistr0111: max: a'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10291) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:xmax, type, type:cistr) cistr0112: xmax: a -> fail'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10294) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:xmax, type, type:cistr) cistr0113: xmax: a a -> fail'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10297) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:xmax, type, type:cistr) cistr0114: xmax: a'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10300) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:between, type, type:cistr) cistr0115: between: a & Ab'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10303) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:between, type, type:cistr) cistr0116: between: a & a'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10306) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:between, type, type:cistr) cistr0117: between: a a & a'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10309) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:between, type, type:cistr) cistr0118: between: a & Ab -> fail'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10312) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:xbetween, type, type:cistr) cistr0119: xbetween: a & Ab'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10315) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:xbetween, type, type:cistr) cistr0120: xbetween: a & a -> fail'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10318) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:xbetween, type, type:cistr) cistr0121: xbetween: a a & a -> fail'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10321) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:xbetween, type, type:cistr) cistr0122: xbetween: a & Ab -> fail'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10324) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:between, op, op:not, opshortcut, type, type:cistr) cistr0123: !between (nok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10327) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:between, op, op:not, opshortcut, type, type:cistr) cistr0124: !between (ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10330) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:between, op, op:not, type, type:cistr) cistr0125: between.op=not (nok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10333) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:between, op, op:not, type, type:cistr) cistr0126: between.op=not (ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10336) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:between, op, op:and, opshortcut, type, type:cistr) cistr0127: between& (no items)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10339) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:between, op, op:and, opshortcut, type, type:cistr) cistr0128: between& (ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10342) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:between, op, op:and, opshortcut, type, type:cistr) cistr0129: between& (nok + ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10345) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:between, op, op:and, opshortcut, type, type:cistr) cistr0130: between& (ok + nok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10348) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:between, op, op:and, opshortcut, type, type:cistr) cistr0131: between& (nok + nok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10351) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=type, type:cistr) cistr0132: between.op=and (no items)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10354) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:between, op, op:and, type, type:cistr) cistr0133: between.op=and (ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10357) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:between, op, op:and, type, type:cistr) cistr0134: between.op=and (nok + ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10360) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:between, op, op:and, type, type:cistr) cistr0135: between.op=and (ok + nok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10363) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:between, op, op:and, type, type:cistr) cistr0136: between.op=and (nok + nok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10366) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:between, op, op:or, opshortcut, type, type:cistr) cistr0137: between| (no items)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10369) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:between, op, op:or, opshortcut, type, type:cistr) cistr0138: between| (ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10372) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:between, op, op:or, opshortcut, type, type:cistr) cistr0139: between| (nok + ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10375) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:between, op, op:or, opshortcut, type, type:cistr) cistr0140: between| (ok + nok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10378) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:between, op, op:or, opshortcut, type, type:cistr) cistr0141: between| (nok + nok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10381) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:between, op, op:or, type, type:cistr) cistr0142: between.op=or (no items)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10384) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:between, op, op:or, type, type:cistr) cistr0143: between.op=or (ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10387) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:between, op, op:or, type, type:cistr) cistr0144: between.op=or (nok + ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10390) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:between, op, op:or, type, type:cistr) cistr0145: between.op=or (ok + nok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10393) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:between, op, op:or, type, type:cistr) cistr0146: between.op=or (nok + nok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10396) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:between, op, op:none, type, type:cistr) cistr0147: between.op=none (empty items)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10399) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:between, op, op:none, type, type:cistr) cistr0148: between.op=none (nok + nok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10402) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:between, op, op:none, type, type:cistr) cistr0149: between.op=none (nok + ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10405) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:between, op, op:none, type, type:cistr) cistr0150: between.op=none (ok + nok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10408) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:between, op, op:none, type, type:cistr) cistr0151: between.op=none (ok + ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10411) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:len, type, type:cistr) cistr0152: len (ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10414) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:len, type, type:cistr) cistr0153: len (nok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10417) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:min_len, type, type:cistr) cistr0154: min_len (ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10420) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:min_len, type, type:cistr) cistr0155: min_len (nok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10423) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:max_len, type, type:cistr) cistr0156: max_len (ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10426) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:max_len, type, type:cistr) cistr0157: max_len (nok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10429) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:len_between, type, type:cistr) cistr0158: len_between (ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10432) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:len_between, type, type:cistr) cistr0159: len_between (nok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10435) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:each_index, type, type:cistr) cistr0160: each_index (ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10438) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:each_index, type, type:cistr) cistr0161: each_index (nok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10441) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:each_elem, type, type:cistr) cistr0162: each_elem (ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10444) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:each_elem, type, type:cistr) cistr0163: each_elem (nok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Skipping test (tags=clause:check_each_index, type, type:cistr) cistr0164: check_each_index: clause check_each_index not yet implemented
# Skipping test (tags=clause:check_each_elem, type, type:cistr) cistr0165: check_each_elem: clause check_each_elem not yet implemented
# Skipping test (tags=clause:uniq, type, type:cistr) cistr0166: uniq=1: clause uniq not yet implemented
# Skipping test (tags=clause:uniq, type, type:cistr) cistr0167: uniq=0: clause uniq not yet implemented
# Skipping test (tags=clause:uniq, op, op:not, opshortcut, type, type:cistr) cistr0168: !uniq=1: clause uniq not yet implemented
# Skipping test (tags=clause:exists, type, type:cistr) cistr0169: exists: clause exists not yet implemented
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10447) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:has, type, type:cistr) cistr0170: has'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10450) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:has, op, op:not, opshortcut, type, type:cistr) cistr0171: has + op.not'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10453) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:has, op, op:or, opshortcut, type, type:cistr) cistr0172: has + op.or'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10456) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:has, op, op:and, opshortcut, type, type:cistr) cistr0173: has + op.and'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Skipping test (tags=prop:len, type, type:cistr) cistr0174: prop:len: properties are not yet implemented
# Skipping test (tags=prop:indices, type, type:cistr) cistr0175: prop:indices: properties are not yet implemented
# Skipping test (tags=prop:elems, type, type:cistr) cistr0176: prop:elems: properties are not yet implemented
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10459) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:encoding, type, type:cistr) cistr0177: encoding: (ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10465) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:match, type, type:cistr) cistr0179: match: (ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10468) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:match, type, type:cistr) cistr0180: match: (nok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10474) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:is_re, type, type:cistr) cistr0182: is_re: 1 (ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10477) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:is_re, type, type:cistr) cistr0183: is_re: 1 (nok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10480) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:is_re, type, type:cistr) cistr0184: is_re: 0 (ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'compile success'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 37.
# Sah perl compiler: at schema:/: Can't load type handler Data::Sah::Compiler::perl::TH::cistr: Attempt to reload Data/Sah/Compiler/perl/TH/cistr.pm aborted.
# Compilation failed in require at (eval 10483) line 1.
# Looks like you failed 1 test of 1.
# Failed test '(tags=clause:is_re, type, type:cistr) cistr0185: is_re: 0 (nok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Looks like you failed 171 tests of 177.
# Failed test '10-type-cistr.json'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 275.
# Loading 10-type-float.json ...
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type decimal number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type decimal number'
# },
# 'value' => '-1,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=type, type:float) float0001: type check: must accept -1.1'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type decimal number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type decimal number'
# },
# 'value' => '1,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=type, type:float) float0005: type check: must accept 1.1'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type decimal number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type decimal number'
# },
# 'value' => '1,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:forbidden, type, type:float) float0020: forbidden=0 must accept defined value'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type decimal number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type decimal number'
# },
# 'value' => '1,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:clause, type, type:float) float0025: clause (ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type decimal number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type decimal number'
# },
# 'value' => '1,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=type, type:float) float0030: clset (empty = ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type decimal number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type decimal number'
# },
# 'value' => '1,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:clset, type, type:float) float0031: clset (ignored clause/attr = ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type decimal number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type decimal number'
# },
# 'value' => '1,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:clset, type, type:float) float0032: clset (ok + ok = ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type decimal number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type decimal number'
# },
# 'value' => '0,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=attr, attr:err_level, type, type:float) float0039: .err_level=error (clause=min, ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type decimal number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type decimal number'
# },
# 'value' => '0,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=attr, attr:err_level, type, type:float) float0041: .err_level=warn (clause=min, ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type decimal number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type decimal number'
# },
# 'value' => '-0,1'
# }
# Failed test 'warnings (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 85.
# got: '0'
# expected: '1'
# {
# 'errors' => {
# '' => 'Not of type decimal number'
# },
# 'value' => '-0,1'
# }
# Looks like you failed 4 tests of 6.
# Failed test '(tags=attr, attr:err_level, type, type:float) float0042: .err_level=warn (clause=min, nok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type decimal number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type decimal number'
# },
# 'value' => '1,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:is, type, type:float) float0043: is: must accept same value'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type decimal number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type decimal number'
# },
# 'value' => '1,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:is, op, op:not, opshortcut, type, type:float) float0046: !is (ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type decimal number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type decimal number'
# },
# 'value' => '1,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:is, op, op:not, type, type:float) float0048: is.op=not (ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type decimal number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type decimal number'
# },
# 'value' => '1,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:is, op, op:and, opshortcut, type, type:float) float0049: is& (no items)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type decimal number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type decimal number'
# },
# 'value' => '1,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:is, op, op:and, opshortcut, type, type:float) float0050: is& (ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type decimal number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type decimal number'
# },
# 'value' => '1,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=type, type:float) float0054: is.op=and (no items)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type decimal number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type decimal number'
# },
# 'value' => '1,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:is, op, op:and, type, type:float) float0055: is.op=and (ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type decimal number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type decimal number'
# },
# 'value' => '1,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:is, op, op:or, opshortcut, type, type:float) float0059: is| (no items)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type decimal number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type decimal number'
# },
# 'value' => '1,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:is, op, op:or, opshortcut, type, type:float) float0060: is| (ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type decimal number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type decimal number'
# },
# 'value' => '1,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:is, op, op:or, opshortcut, type, type:float) float0061: is| (nok + ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type decimal number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type decimal number'
# },
# 'value' => '1,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:is, op, op:or, opshortcut, type, type:float) float0062: is| (ok + nok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type decimal number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type decimal number'
# },
# 'value' => '1,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:is, op, op:or, type, type:float) float0064: is.op=or (no items)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type decimal number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type decimal number'
# },
# 'value' => '1,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:is, op, op:or, type, type:float) float0065: is.op=or (ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type decimal number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type decimal number'
# },
# 'value' => '1,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:is, op, op:or, type, type:float) float0066: is.op=or (nok + ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type decimal number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type decimal number'
# },
# 'value' => '1,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:is, op, op:or, type, type:float) float0067: is.op=or (ok + nok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type decimal number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type decimal number'
# },
# 'value' => '1,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:is, op, op:none, type, type:float) float0069: is.op=none (empty items)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type decimal number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type decimal number'
# },
# 'value' => '1,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:is, op, op:none, type, type:float) float0070: is.op=none (nok + nok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type decimal number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type decimal number'
# },
# 'value' => '1,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:in, type, type:float) float0074: in: must accept valid choices'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type decimal number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type decimal number'
# },
# 'value' => '1,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:in, op, op:not, opshortcut, type, type:float) float0077: !in (ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type decimal number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type decimal number'
# },
# 'value' => '1,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:in, op, op:not, type, type:float) float0079: in.op=not (ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type decimal number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type decimal number'
# },
# 'value' => '1,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:in, op, op:and, opshortcut, type, type:float) float0080: in& (no items)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type decimal number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type decimal number'
# },
# 'value' => '1,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:in, op, op:and, opshortcut, type, type:float) float0081: in& (ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type decimal number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type decimal number'
# },
# 'value' => '1,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=type, type:float) float0085: in.op=and (no items)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type decimal number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type decimal number'
# },
# 'value' => '1,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:in, op, op:and, type, type:float) float0086: in.op=and (ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type decimal number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type decimal number'
# },
# 'value' => '1,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:in, op, op:or, opshortcut, type, type:float) float0090: in| (no items)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type decimal number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type decimal number'
# },
# 'value' => '1,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:in, op, op:or, opshortcut, type, type:float) float0091: in| (ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type decimal number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type decimal number'
# },
# 'value' => '1,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:in, op, op:or, opshortcut, type, type:float) float0092: in| (nok + ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type decimal number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type decimal number'
# },
# 'value' => '1,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:in, op, op:or, opshortcut, type, type:float) float0093: in| (ok + nok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type decimal number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type decimal number'
# },
# 'value' => '1,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:in, op, op:or, type, type:float) float0095: in.op=or (no items)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type decimal number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type decimal number'
# },
# 'value' => '1,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:in, op, op:or, type, type:float) float0096: in.op=or (ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type decimal number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type decimal number'
# },
# 'value' => '1,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:in, op, op:or, type, type:float) float0097: in.op=or (nok + ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type decimal number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type decimal number'
# },
# 'value' => '1,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:in, op, op:or, type, type:float) float0098: in.op=or (ok + nok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type decimal number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type decimal number'
# },
# 'value' => '1,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:in, op, op:none, type, type:float) float0100: in.op=none (empty items)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type decimal number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type decimal number'
# },
# 'value' => '1,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:in, op, op:none, type, type:float) float0101: in.op=none (nok + nok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type decimal number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type decimal number'
# },
# 'value' => '2,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:min, type, type:float) float0105: min: 2.1 -3.1'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type decimal number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type decimal number'
# },
# 'value' => '2,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:min, type, type:float) float0106: min: 2.1 2.1'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type decimal number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type decimal number'
# },
# 'value' => '2,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:xmin, type, type:float) float0108: xmin: 2.1 -3.1'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type decimal number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type decimal number'
# },
# 'value' => '2,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:max, type, type:float) float0112: max: 2.1 2.1'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type decimal number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type decimal number'
# },
# 'value' => '-3,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:max, type, type:float) float0113: max: -3.1 2.1'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type decimal number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type decimal number'
# },
# 'value' => '-3,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:xmax, type, type:float) float0116: xmax: -3.1 2.1'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type decimal number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type decimal number'
# },
# 'value' => '2,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:between, type, type:float) float0117: between: 2.1 -3.1 & 4.1'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type decimal number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type decimal number'
# },
# 'value' => '2,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:between, type, type:float) float0118: between: 2.1 -3.1 & 2.1'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type decimal number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type decimal number'
# },
# 'value' => '2,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:between, type, type:float) float0119: between: 2.1 2.1 & 2.1'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type decimal number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type decimal number'
# },
# 'value' => '2,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:xbetween, type, type:float) float0121: xbetween: 2.1 -3.1 & 4.1'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type decimal number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type decimal number'
# },
# 'value' => '-3,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:between, op, op:not, opshortcut, type, type:float) float0126: !between (ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type decimal number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type decimal number'
# },
# 'value' => '-3,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:between, op, op:not, type, type:float) float0128: between.op=not (ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type decimal number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type decimal number'
# },
# 'value' => '-3,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:between, op, op:and, opshortcut, type, type:float) float0129: between& (no items)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type decimal number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type decimal number'
# },
# 'value' => '-3,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:between, op, op:and, opshortcut, type, type:float) float0130: between& (ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type decimal number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type decimal number'
# },
# 'value' => '-3,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=type, type:float) float0134: between.op=and (no items)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type decimal number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type decimal number'
# },
# 'value' => '-3,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:between, op, op:and, type, type:float) float0135: between.op=and (ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type decimal number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type decimal number'
# },
# 'value' => '-3,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:between, op, op:or, opshortcut, type, type:float) float0139: between| (no items)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type decimal number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type decimal number'
# },
# 'value' => '-3,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:between, op, op:or, opshortcut, type, type:float) float0140: between| (ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type decimal number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type decimal number'
# },
# 'value' => '-3,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:between, op, op:or, opshortcut, type, type:float) float0141: between| (nok + ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type decimal number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type decimal number'
# },
# 'value' => '-3,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:between, op, op:or, opshortcut, type, type:float) float0142: between| (ok + nok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type decimal number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type decimal number'
# },
# 'value' => '-3,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:between, op, op:or, type, type:float) float0144: between.op=or (no items)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type decimal number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type decimal number'
# },
# 'value' => '-3,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:between, op, op:or, type, type:float) float0145: between.op=or (ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type decimal number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type decimal number'
# },
# 'value' => '-3,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:between, op, op:or, type, type:float) float0146: between.op=or (nok + ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type decimal number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type decimal number'
# },
# 'value' => '-3,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:between, op, op:or, type, type:float) float0147: between.op=or (ok + nok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type decimal number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type decimal number'
# },
# 'value' => '-3,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:between, op, op:none, type, type:float) float0149: between.op=none (empty items)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type decimal number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type decimal number'
# },
# 'value' => '-3,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:between, op, op:none, type, type:float) float0150: between.op=none (nok + nok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Looks like you failed 70 tests of 154.
# Failed test '10-type-float.json'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 275.
# Loading 10-type-hash.json ...
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: '@[b]: Not of type decimal number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# 'b' => '@[b]: Not of type decimal number'
# },
# 'value' => {
# 'a' => 1,
# 'b' => '1,1'
# }
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:each_elem, type, type:hash) hash0115: each_elem (ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: '@[b]: Not of type decimal number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# 'b' => '@[b]: Not of type decimal number'
# },
# 'value' => {
# 'a' => 1,
# 'b' => '1,1'
# }
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:of, type, type:hash) hash0117: of (ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: '@[b]: Not of type decimal number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# 'b' => '@[b]: Not of type decimal number'
# },
# 'value' => {
# 'a' => 1,
# 'b' => '1,1'
# }
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:each_value, type, type:hash) hash0119: each_value (ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Skipping test (tags=clause:check_each_index, type, type:hash) hash0121: check_each_index: clause check_each_index not yet implemented
# Skipping test (tags=clause:check_each_key, type, type:hash) hash0122: check_each_key: clause check_each_key not yet implemented
# Skipping test (tags=clause:check_each_elem, type, type:hash) hash0123: check_each_elem: clause check_each_elem not yet implemented
# Skipping test (tags=clause:check_each_value, type, type:hash) hash0124: check_each_value: clause check_each_value not yet implemented
# Skipping test (tags=clause:uniq, type, type:hash) hash0125: uniq=1: clause uniq not yet implemented
# Skipping test (tags=clause:uniq, type, type:hash) hash0126: uniq=0: clause uniq not yet implemented
# Skipping test (tags=clause:uniq, op, op:not, opshortcut, type, type:hash) hash0127: !uniq=1: clause uniq not yet implemented
# Skipping test (tags=clause:exists, type, type:hash) hash0128: exists: clause exists not yet implemented
# Skipping test (tags=prop:len, type, type:hash) hash0133: prop:len: properties are not yet implemented
# Skipping test (tags=prop:indices, type, type:hash) hash0134: prop:indices: properties are not yet implemented
# Skipping test (tags=prop:keys, type, type:hash) hash0135: prop:keys: properties are not yet implemented
# Skipping test (tags=prop:elems, type, type:hash) hash0136: prop:elems: properties are not yet implemented
# Skipping test (tags=prop:values, type, type:hash) hash0137: prop:values: properties are not yet implemented
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: '@[b]: Not of type decimal number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# 'b' => '@[b]: Not of type decimal number'
# },
# 'value' => {
# 'a' => 1,
# 'b' => '1,1'
# }
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:keys, type, type:hash) hash0143: keys: (ok, a & b, valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Skipping test (tags=prop:keys, type, type:hash) hash0263: prop:keys: properties are not yet implemented
# Skipping test (tags=prop:values, type, type:hash) hash0264: prop:values: properties are not yet implemented
# Looks like you failed 4 tests of 250.
# Failed test '10-type-hash.json'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 275.
# Loading 10-type-int.json ...
# Loading 10-type-num.json ...
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type number'
# },
# 'value' => '-1,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=type, type:num) num0001: type check: must accept -1.1'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type number'
# },
# 'value' => '1,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=type, type:num) num0005: type check: must accept 1.1'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type number'
# },
# 'value' => '1,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:forbidden, type, type:num) num0020: forbidden=0 must accept defined value'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type number'
# },
# 'value' => '1,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:clause, type, type:num) num0025: clause (ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type number'
# },
# 'value' => '1,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=type, type:num) num0030: clset (empty = ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type number'
# },
# 'value' => '1,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:clset, type, type:num) num0031: clset (ignored clause/attr = ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type number'
# },
# 'value' => '1,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:clset, type, type:num) num0032: clset (ok + ok = ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type number'
# },
# 'value' => '0,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=attr, attr:err_level, type, type:num) num0039: .err_level=error (clause=min, ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type number'
# },
# 'value' => '0,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=attr, attr:err_level, type, type:num) num0041: .err_level=warn (clause=min, ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type number'
# },
# 'value' => '-0,1'
# }
# Failed test 'warnings (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 85.
# got: '0'
# expected: '1'
# {
# 'errors' => {
# '' => 'Not of type number'
# },
# 'value' => '-0,1'
# }
# Looks like you failed 4 tests of 6.
# Failed test '(tags=attr, attr:err_level, type, type:num) num0042: .err_level=warn (clause=min, nok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type number'
# },
# 'value' => '1,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:is, type, type:num) num0043: is: must accept same value'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type number'
# },
# 'value' => '1,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:is, op, op:not, opshortcut, type, type:num) num0046: !is (ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type number'
# },
# 'value' => '1,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:is, op, op:not, type, type:num) num0048: is.op=not (ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type number'
# },
# 'value' => '1,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:is, op, op:and, opshortcut, type, type:num) num0049: is& (no items)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type number'
# },
# 'value' => '1,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:is, op, op:and, opshortcut, type, type:num) num0050: is& (ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type number'
# },
# 'value' => '1,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=type, type:num) num0054: is.op=and (no items)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type number'
# },
# 'value' => '1,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:is, op, op:and, type, type:num) num0055: is.op=and (ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type number'
# },
# 'value' => '1,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:is, op, op:or, opshortcut, type, type:num) num0059: is| (no items)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type number'
# },
# 'value' => '1,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:is, op, op:or, opshortcut, type, type:num) num0060: is| (ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type number'
# },
# 'value' => '1,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:is, op, op:or, opshortcut, type, type:num) num0061: is| (nok + ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type number'
# },
# 'value' => '1,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:is, op, op:or, opshortcut, type, type:num) num0062: is| (ok + nok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type number'
# },
# 'value' => '1,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:is, op, op:or, type, type:num) num0064: is.op=or (no items)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type number'
# },
# 'value' => '1,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:is, op, op:or, type, type:num) num0065: is.op=or (ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type number'
# },
# 'value' => '1,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:is, op, op:or, type, type:num) num0066: is.op=or (nok + ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type number'
# },
# 'value' => '1,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:is, op, op:or, type, type:num) num0067: is.op=or (ok + nok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type number'
# },
# 'value' => '1,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:is, op, op:none, type, type:num) num0069: is.op=none (empty items)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type number'
# },
# 'value' => '1,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:is, op, op:none, type, type:num) num0070: is.op=none (nok + nok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type number'
# },
# 'value' => '1,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:in, type, type:num) num0074: in: must accept valid choices'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type number'
# },
# 'value' => '1,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:in, op, op:not, opshortcut, type, type:num) num0077: !in (ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type number'
# },
# 'value' => '1,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:in, op, op:not, type, type:num) num0079: in.op=not (ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type number'
# },
# 'value' => '1,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:in, op, op:and, opshortcut, type, type:num) num0080: in& (no items)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type number'
# },
# 'value' => '1,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:in, op, op:and, opshortcut, type, type:num) num0081: in& (ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type number'
# },
# 'value' => '1,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=type, type:num) num0085: in.op=and (no items)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type number'
# },
# 'value' => '1,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:in, op, op:and, type, type:num) num0086: in.op=and (ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type number'
# },
# 'value' => '1,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:in, op, op:or, opshortcut, type, type:num) num0090: in| (no items)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type number'
# },
# 'value' => '1,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:in, op, op:or, opshortcut, type, type:num) num0091: in| (ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type number'
# },
# 'value' => '1,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:in, op, op:or, opshortcut, type, type:num) num0092: in| (nok + ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type number'
# },
# 'value' => '1,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:in, op, op:or, opshortcut, type, type:num) num0093: in| (ok + nok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type number'
# },
# 'value' => '1,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:in, op, op:or, type, type:num) num0095: in.op=or (no items)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type number'
# },
# 'value' => '1,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:in, op, op:or, type, type:num) num0096: in.op=or (ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type number'
# },
# 'value' => '1,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:in, op, op:or, type, type:num) num0097: in.op=or (nok + ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type number'
# },
# 'value' => '1,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:in, op, op:or, type, type:num) num0098: in.op=or (ok + nok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type number'
# },
# 'value' => '1,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:in, op, op:none, type, type:num) num0100: in.op=none (empty items)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type number'
# },
# 'value' => '1,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:in, op, op:none, type, type:num) num0101: in.op=none (nok + nok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type number'
# },
# 'value' => '2,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:min, type, type:num) num0105: min: 2.1 -3.1'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type number'
# },
# 'value' => '2,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:min, type, type:num) num0106: min: 2.1 2.1'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type number'
# },
# 'value' => '2,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:xmin, type, type:num) num0108: xmin: 2.1 -3.1'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type number'
# },
# 'value' => '2,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:max, type, type:num) num0112: max: 2.1 2.1'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type number'
# },
# 'value' => '-3,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:max, type, type:num) num0113: max: -3.1 2.1'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type number'
# },
# 'value' => '-3,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:xmax, type, type:num) num0116: xmax: -3.1 2.1'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type number'
# },
# 'value' => '2,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:between, type, type:num) num0117: between: 2.1 -3.1 & 4.1'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type number'
# },
# 'value' => '2,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:between, type, type:num) num0118: between: 2.1 -3.1 & 2.1'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type number'
# },
# 'value' => '2,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:between, type, type:num) num0119: between: 2.1 2.1 & 2.1'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type number'
# },
# 'value' => '2,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:xbetween, type, type:num) num0121: xbetween: 2.1 -3.1 & 4.1'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type number'
# },
# 'value' => '-3,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:between, op, op:not, opshortcut, type, type:num) num0126: !between (ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type number'
# },
# 'value' => '-3,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:between, op, op:not, type, type:num) num0128: between.op=not (ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type number'
# },
# 'value' => '-3,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:between, op, op:and, opshortcut, type, type:num) num0129: between& (no items)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type number'
# },
# 'value' => '-3,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:between, op, op:and, opshortcut, type, type:num) num0130: between& (ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type number'
# },
# 'value' => '-3,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=type, type:num) num0134: between.op=and (no items)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type number'
# },
# 'value' => '-3,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:between, op, op:and, type, type:num) num0135: between.op=and (ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type number'
# },
# 'value' => '-3,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:between, op, op:or, opshortcut, type, type:num) num0139: between| (no items)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type number'
# },
# 'value' => '-3,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:between, op, op:or, opshortcut, type, type:num) num0140: between| (ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type number'
# },
# 'value' => '-3,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:between, op, op:or, opshortcut, type, type:num) num0141: between| (nok + ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type number'
# },
# 'value' => '-3,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:between, op, op:or, opshortcut, type, type:num) num0142: between| (ok + nok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type number'
# },
# 'value' => '-3,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:between, op, op:or, type, type:num) num0144: between.op=or (no items)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type number'
# },
# 'value' => '-3,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:between, op, op:or, type, type:num) num0145: between.op=or (ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type number'
# },
# 'value' => '-3,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:between, op, op:or, type, type:num) num0146: between.op=or (nok + ok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type number'
# },
# 'value' => '-3,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:between, op, op:or, type, type:num) num0147: between.op=or (ok + nok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type number'
# },
# 'value' => '-3,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:between, op, op:none, type, type:num) num0149: between.op=none (empty items)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Failed test 'valid (rt=bool_valid)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 56.
# Failed test 'valid (rt=str_errmsg)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 68.
# got: 'Not of type number'
# expected: ''
# Failed test 'errors (rt=hash_details)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah/Perl.pm line 82.
# got: '1'
# expected: '0'
# {
# 'errors' => {
# '' => 'Not of type number'
# },
# 'value' => '-3,1'
# }
# Looks like you failed 3 tests of 6.
# Failed test '(tags=clause:between, op, op:none, type, type:num) num0150: between.op=none (nok + nok)'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 269.
# Looks like you failed 70 tests of 154.
# Failed test '10-type-num.json'
# at /tmp/loop_over_bdir-3628338-eGwKzN/Data-Sah-0.914-0/blib/lib/Test/Data/Sah.pm line 275.
# Loading 10-type-obj.json ...
# Skipping test (tags=prop:meths, type, type:obj) obj0003: prop:meths (nok): properties are not yet implemented
# Skipping test (tags=prop:attrs, type, type:obj) obj0004: prop:attrs (nok): properties are not yet implemented
# Loading 10-type-str.json ...
# Skipping test (tags=clause:check_each_index, type, type:str) str0164: check_each_index: clause check_each_index not yet implemented
# Skipping test (tags=clause:check_each_elem, type, type:str) str0165: check_each_elem: clause check_each_elem not yet implemented
# Skipping test (tags=clause:uniq, type, type:str) str0166: uniq=1: clause uniq not yet implemented
# Skipping test (tags=clause:uniq, type, type:str) str0167: uniq=0: clause uniq not yet implemented
# Skipping test (tags=clause:uniq, op, op:not, opshortcut, type, type:str) str0168: !uniq=1: clause uniq not yet implemented
# Skipping test (tags=clause:exists, type, type:str) str0169: exists: clause exists not yet implemented
# Skipping test (tags=prop:len, type, type:str) str0174: prop:len: properties are not yet implemented
# Skipping test (tags=prop:indices, type, type:str) str0175: prop:indices: properties are not yet implemented
# Skipping test (tags=prop:elems, type, type:str) str0176: prop:elems: properties are not yet implemented
# Loading 10-type-undef.json ...
# Loading 20-clause-prefilters.json ...
# Looks like you failed 5 tests of 14.
t/spectest-perl.t .................
Dubious, test returned 5 (wstat 1280, 0x500)
Failed 5/14 subtests
attributes object version 0.35 does not match $attributes::VERSION 0 at /home/sand/src/perl/repoperls/installed-perls/host/k93msid/v5.37.4/29fb/lib/5.37.4/XSLoader.pm line 112.
Compilation failed in require at /home/sand/src/perl/repoperls/installed-perls/host/k93msid/v5.37.4/29fb/lib/site_perl/5.37.4/UUID/Tiny.pm line 684.
BEGIN failed--compilation aborted at /home/sand/src/perl/repoperls/installed-perls/host/k93msid/v5.37.4/29fb/lib/site_perl/5.37.4/UUID/Tiny.pm line 684.
Compilation failed in require at /home/sand/src/perl/repoperls/installed-perls/host/k93msid/v5.37.4/29fb/lib/site_perl/5.37.4/Language/Expr/Compiler/Base.pm line 10.
BEGIN failed--compilation aborted at /home/sand/src/perl/repoperls/installed-perls/host/k93msid/v5.37.4/29fb/lib/site_perl/5.37.4/Language/Expr/Compiler/Base.pm line 10.
Compilation failed in require at /home/sand/src/perl/repoperls/installed-perls/host/k93msid/v5.37.4/29fb/lib/5.37.4/parent.pm line 16.
BEGIN failed--compilation aborted at /home/sand/src/perl/repoperls/installed-perls/host/k93msid/v5.37.4/29fb/lib/site_perl/5.37.4/Language/Expr/Compiler/perl.pm line 11.
Compilation failed in require at /home/sand/src/perl/repoperls/installed-perls/host/k93msid/v5.37.4/29fb/lib/site_perl/5.37.4/Language/Expr.pm line 19.
t/tmp-perl-clause-if.t ............
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/tmp-perl-clause-prefilters.t .... ok
t/tmp-perl-default_value_rules.t .. ok
attributes object version 0.35 does not match $attributes::VERSION 0 at /home/sand/src/perl/repoperls/installed-perls/host/k93msid/v5.37.4/29fb/lib/5.37.4/XSLoader.pm line 112.
Compilation failed in require at /home/sand/src/perl/repoperls/installed-perls/host/k93msid/v5.37.4/29fb/lib/site_perl/5.37.4/UUID/Tiny.pm line 684.
BEGIN failed--compilation aborted at /home/sand/src/perl/repoperls/installed-perls/host/k93msid/v5.37.4/29fb/lib/site_perl/5.37.4/UUID/Tiny.pm line 684.
Compilation failed in require at /home/sand/src/perl/repoperls/installed-perls/host/k93msid/v5.37.4/29fb/lib/site_perl/5.37.4/Language/Expr/Compiler/Base.pm line 10.
BEGIN failed--compilation aborted at /home/sand/src/perl/repoperls/installed-perls/host/k93msid/v5.37.4/29fb/lib/site_perl/5.37.4/Language/Expr/Compiler/Base.pm line 10.
Compilation failed in require at /home/sand/src/perl/repoperls/installed-perls/host/k93msid/v5.37.4/29fb/lib/5.37.4/parent.pm line 16.
BEGIN failed--compilation aborted at /home/sand/src/perl/repoperls/installed-perls/host/k93msid/v5.37.4/29fb/lib/site_perl/5.37.4/Language/Expr/Compiler/perl.pm line 11.
Compilation failed in require at /home/sand/src/perl/repoperls/installed-perls/host/k93msid/v5.37.4/29fb/lib/site_perl/5.37.4/Language/Expr.pm line 19.
t/tmp-perl-expr.t .................
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/util-type-date.t ................ ok
Test Summary Report
-------------------
t/perl-misc.t (Wstat: 65280 (exited 255) Tests: 2 Failed: 1)
Failed test: 2
Non-zero exit status: 255
Parse errors: No plan found in TAP output
t/perl-type-cistr-grep.t (Wstat: 65280 (exited 255) Tests: 1 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 2 tests but ran 1.
t/perl-type-timeofday.t (Wstat: 256 (exited 1) Tests: 8 Failed: 1)
Failed test: 8
Non-zero exit status: 1
t/spectest-perl.t (Wstat: 1280 (exited 5) Tests: 14 Failed: 5)
Failed tests: 3, 6-8, 10
Non-zero exit status: 5
t/tmp-perl-clause-if.t (Wstat: 512 (exited 2) Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/tmp-perl-expr.t (Wstat: 512 (exited 2) Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
Files=29, Tests=235, 35 wallclock secs ( 2.00 usr 0.40 sys + 21.65 cusr 3.97 csys = 28.02 CPU)
Result: FAIL
Failed 6/29 test programs. 7/235 subtests failed.
make: *** [Makefile:1328: test_dynamic] Error 255
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
--------------------------------------- -------- --------
Data::Cmp 0.002 0.010
Data::Dmp 0.242 0.242
Data::Dump 0 1.25
Data::Sah::Coerce 0.050 0.053
Data::Sah::CoerceCommon 0.050 0.053
Data::Sah::DefaultValueCommon 0 0.001
Data::Sah::Filter 0.015 0.015
Data::Sah::FilterCommon 0.003 0.015
Data::Sah::Normalize 0.051 0.051
Data::Sah::Resolve 0.010 0.011
Exporter 5.57 5.77
File::chdir 0 0.1011
File::ShareDir 0 1.118
File::ShareDir::Tarball 0 0.2.2
File::Slurper 0 0.013
JSON 0 4.09
Language::Expr 0.29 0.29
Language::Expr::Interpreter::var_enumer 0 0.29
Lingua::EN::Numbers::Ordinate 1.02 1.05
Log::ger 0.038 0.040
Mo 0 0.40
Module::Installed::Tiny 0.011 0.011
parent 0 0.238
perl 5.010001 5.037004
POSIX 0 2.06
Regexp::Stringify 0 0.06
Role::Tiny 0 2.002004
Role::Tiny::With 0 2.002004
Scalar::Util 0 1.63
Scalar::Util::Numeric::PP 0 0.04
strict 0 1.12
Test::More 0.98 1.302191
Text::sprintfn 0 0.090
Tie::IxHash 0 1.23
Time::HiRes 0 1.9771
utf8 0 1.24
warnings 0 1.58
build_requires:
Module Need Have
--------------------------------------- -------- --------
ExtUtils::MakeMaker 0 7.64
File::Spec 0 3.87
IO::Handle 0 1.51
IPC::Open3 0 1.22
lib::filter 0.03 0.281
List::Util 1.54 1.63
overload 0 1.35
Sah::SpecTest v0.9.50 0.9.50
Test::Exception 0 0.43
Test::More 0.98 1.302191
Test::NoWarnings 0 1.06
Test::Warn 0 0.37
Time::Duration::Parse::AsHash 0 0.10.6
configure_requires:
Module Need Have
--------------------------------------- -------- --------
ExtUtils::MakeMaker 0 7.64
opt_requires:
Module Need Have
--------------------------------------- -------- --------
DateTime 0 1.58
DateTime::Duration 0 1.58
Scalar::Util::Numeric 0 0.40
Time::Moment 0 0.44
Time::Piece 0 1.3401
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
LANG = en_US.UTF-8
LANGUAGE = en_US:en
LC_ADDRESS = de_DE.utf8
LC_IDENTIFICATION = de_DE.utf8
LC_MEASUREMENT = de_DE.utf8
LC_MONETARY = de_DE.utf8
LC_NAME = de_DE.utf8
LC_NUMERIC = de_DE.utf8
LC_PAPER = de_DE.utf8
LC_TELEPHONE = de_DE.utf8
LC_TIME = de_DE.utf8
PATH = /home/sand/bin:/usr/local/bin:/usr/bin:/bin:/usr/games:/usr/local/perl/bin:/usr/X11/bin:/sbin:/usr/sbin
PERL5LIB =
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 3628348
PERL5_CPAN_IS_RUNNING = 3628348
PERL_CANARY_STABILITY_NOPROMPT = 1
PERL_MM_USE_DEFAULT = 1
PERL_USE_UNSAFE_INC = 1
SHELL = /usr/bin/zsh
TERM = screen
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /home/sand/src/perl/repoperls/installed-perls/host/k93msid/v5.37.4/29fb/bin/perl
$UID/$EUID = 1005 / 1005
$GID = 1005 1005
$EGID = 1005 1005
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.34
CPAN::Meta 2.150010
Cwd 3.86
ExtUtils::CBuilder 0.280237
ExtUtils::Command 7.64
ExtUtils::Install 2.20
ExtUtils::MakeMaker 7.64
ExtUtils::Manifest 1.73
ExtUtils::ParseXS 3.46
File::Spec 3.87
JSON 4.09
JSON::PP 4.11
Module::Build 0.4231
Module::Signature 0.88
Parse::CPAN::Meta 2.150010
Test::Harness 3.44
Test::More 1.302191
YAML 1.30
YAML::Syck 1.34
version 0.9929
--
Summary of my perl5 (revision 5 version 37 subversion 4) configuration:
Commit id: f2582f5b18658f945a763f2edc110cdc7c5220e7
Platform:
osname=linux
osvers=5.19.0-1-amd64
archname=x86_64-linux-thread-multi
uname='linux k93msid 5.19.0-1-amd64 #1 smp preempt_dynamic debian 5.19.6-1 (2022-09-01) x86_64 gnulinux '
config_args='-Dprefix=/home/sand/src/perl/repoperls/installed-perls/host/k93msid/v5.37.4/29fb -Dmyhostname=k93msid -Dinstallusrbinperl=n -Uversiononly -Dusedevel -des -Ui_db -Dlibswanted=cl pthread socket inet nsl gdbm dbm malloc dl ld sun m crypt sec util c cposix posix ucb BSD gdbm_compat -Duseithreads -Uuselongdouble -DEBUGGING=both'
hint=recommended
useposix=true
d_sigaction=define
useithreads=define
usemultiplicity=define
use64bitint=define
use64bitall=define
uselongdouble=undef
usemymalloc=n
default_inc_excludes_dot=define
Compiler:
cc='cc'
ccflags ='-D_REENTRANT -D_GNU_SOURCE -fwrapv -DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2'
optimize='-O2 -g'
cppflags='-D_REENTRANT -D_GNU_SOURCE -fwrapv -DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
ccversion=''
gccversion='12.2.0'
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 =' -fstack-protector-strong -L/usr/local/lib'
libpth=/usr/local/lib /usr/lib/x86_64-linux-gnu /usr/lib /usr/lib64
libs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
perllibs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
libc=/lib/x86_64-linux-gnu/libc.so.6
so=so
useshrplib=false
libperl=libperl.a
gnulibc_version='2.34'
Dynamic Linking:
dlsrc=dl_dlopen.xs
dlext=so
d_dlsymun=undef
ccdlflags='-Wl,-E'
cccdlflags='-fPIC'
lddlflags='-shared -O2 -g -L/usr/local/lib -fstack-protector-strong'
Characteristics of this binary (from libperl):
Compile-time options:
DEBUGGING
HAS_TIMES
MULTIPLICITY
PERLIO_LAYERS
PERL_COPY_ON_WRITE
PERL_DONT_CREATE_GVSV
PERL_HASH_FUNC_SIPHASH13
PERL_HASH_USE_SBOX32
PERL_MALLOC_WRAP
PERL_OP_PARENT
PERL_PRESERVE_IVUV
PERL_TRACK_MEMPOOL
PERL_USE_DEVEL
PERL_USE_SAFE_PUTENV
USE_64_BIT_ALL
USE_64_BIT_INT
USE_ITHREADS
USE_LARGE_FILES
USE_LOCALE
USE_LOCALE_COLLATE
USE_LOCALE_CTYPE
USE_LOCALE_NUMERIC
USE_LOCALE_TIME
USE_PERLIO
USE_PERL_ATOF
USE_REENTRANT_API
USE_THREAD_SAFE_LOCALE
Built under linux
Compiled at Sep 22 2022 08:44:31
%ENV:
PERL5LIB=""
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="3628348"
PERL5_CPAN_IS_RUNNING="3628348"
PERL_CANARY_STABILITY_NOPROMPT="1"
PERL_MM_USE_DEFAULT="1"
PERL_USE_UNSAFE_INC="1"
@INC:
/home/sand/src/perl/repoperls/installed-perls/host/k93msid/v5.37.4/29fb/lib/site_perl/5.37.4/x86_64-linux-thread-multi
/home/sand/src/perl/repoperls/installed-perls/host/k93msid/v5.37.4/29fb/lib/site_perl/5.37.4
/home/sand/src/perl/repoperls/installed-perls/host/k93msid/v5.37.4/29fb/lib/5.37.4/x86_64-linux-thread-multi
/home/sand/src/perl/repoperls/installed-perls/host/k93msid/v5.37.4/29fb/lib/5.37.4
.