Report for Search-Query-0.305

Back
From: metabase:user:30ae4450-2aae-11df-837a-5e0a49663a4f
Subject: FAIL Search-Query-0.305 v5.18.1 GNU/Linux
Date: 2015-06-12T10:11:18Z

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 Peter Karman,

This is a computer-generated report for Search-Query-0.305
on perl 5.18.1, created by CPAN-Reporter-1.2010.

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/c/perl5/perlbrew/perls/18.1i/bin/perl "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
# Testing Search::Query 0.305, Perl 5.018001, /home/c/perl5/perlbrew/perls/18.1i/bin/perl
t/00-load.t ........... ok

#   Failed test 'stringify'
#   at t/01-parser.t line 43.
#          got: 'Search::Query::Dialect::Native=HASH(0x96c8d90)'
#     expected: '+"foo bar"~5 +foo=bar'
# bless({
#   "+" => [
#     bless({ field => undef, op => "", proximity => 5, quote => "\"", value => "foo bar" }, "Search::Query::Clause"),
#     bless({ field => "foo", op => "=", value => "bar" }, "Search::Query::Clause"),
#   ],
#   "parser" => bless({
#     _paren_count      => 0,
#     and_regex         => qr/\&|AND|ET|UND|E/i,
#     clause_class      => "Search::Query::Clause",
#     croak_on_error    => 0,
#     default_boolop    => "+",
#     default_op        => ":",
#     error             => undef,
#     field_class       => "Search::Query::Field",
#     field_regex       => qr/[\.\w]+/,
#     fixup             => 0,
#     near_regex        => qr/NEAR\d+/i,
#     not_regex         => qr/NOT|PAS|NICHT|NON/i,
#     op_nofield_regex  => qr/=~|!~|[~:#]/,
#     op_regex          => qr/~\d+|==|<=|>=|!=|!:|=~|!~|[:=<>~#]/,
#     or_regex          => qr/\||OR|OU|ODER|O/i,
#     phrase_delim      => "\"",
#     query_class       => "Search::Query::Dialect::Native",
#     query_class_opts  => {},
#     range_regex       => qr/\.\./,
#     sloppy            => 0,
#     sloppy_term_regex => qr/[\.\w]+/,
#     term_regex        => qr/[^\s()]+/,
#   }, "Search::Query::Parser"),
# }, "Search::Query::Dialect::Native")

#   Failed test 'stringify'
#   at t/01-parser.t line 43.
#          got: 'Search::Query::Dialect::Native=HASH(0x96b48f0)'
#     expected: '+hello +now -world'
# bless({
#   "+" => [
#     bless({ field => undef, op => "", value => "hello" }, "Search::Query::Clause"),
#     bless({ field => undef, op => "", value => "now" }, "Search::Query::Clause"),
#   ],
#   "-" => [
#     bless({ field => undef, op => "", value => "world" }, "Search::Query::Clause"),
#   ],
#   "parser" => bless({
#     _paren_count      => 0,
#     and_regex         => qr/\&|AND|ET|UND|E/i,
#     clause_class      => "Search::Query::Clause",
#     croak_on_error    => 0,
#     default_boolop    => "+",
#     default_op        => ":",
#     error             => undef,
#     field_class       => "Search::Query::Field",
#     field_regex       => qr/[\.\w]+/,
#     fixup             => 0,
#     near_regex        => qr/NEAR\d+/i,
#     not_regex         => qr/NOT|PAS|NICHT|NON/i,
#     op_nofield_regex  => qr/=~|!~|[~:#]/,
#     op_regex          => qr/~\d+|==|<=|>=|!=|!:|=~|!~|[:=<>~#]/,
#     or_regex          => qr/\||OR|OU|ODER|O/i,
#     phrase_delim      => "\"",
#     query_class       => "Search::Query::Dialect::Native",
#     query_class_opts  => {},
#     range_regex       => qr/\.\./,
#     sloppy            => 0,
#     sloppy_term_regex => qr/[\.\w]+/,
#     term_regex        => qr/[^\s()]+/,
#   }, "Search::Query::Parser"),
# }, "Search::Query::Dialect::Native")

#   Failed test 'stringify'
#   at t/01-parser.t line 43.
#          got: 'Search::Query::Dialect::Native=HASH(0x96c9ac0)'
#     expected: '+"foo bar"~5 +foo=bar'
# bless({
#   "+" => [
#     bless({ field => undef, op => "", proximity => 5, quote => "\"", value => "foo bar" }, "Search::Query::Clause"),
#     bless({ field => "foo", op => "=", value => "bar" }, "Search::Query::Clause"),
#   ],
#   "parser" => bless({
#     _paren_count      => 0,
#     and_regex         => qr/\&|AND|ET|UND|E/i,
#     clause_class      => "Search::Query::Clause",
#     croak_on_error    => 0,
#     default_boolop    => "+",
#     default_op        => ":",
#     error             => undef,
#     field_class       => "Search::Query::Field",
#     field_regex       => qr/[\.\w]+/,
#     fixup             => 0,
#     near_regex        => qr/NEAR\d+/i,
#     not_regex         => qr/NOT|PAS|NICHT|NON/i,
#     op_nofield_regex  => qr/=~|!~|[~:#]/,
#     op_regex          => qr/~\d+|==|<=|>=|!=|!:|=~|!~|[:=<>~#]/,
#     or_regex          => qr/\||OR|OU|ODER|O/i,
#     phrase_delim      => "\"",
#     query_class       => "Search::Query::Dialect::Native",
#     query_class_opts  => {},
#     range_regex       => qr/\.\./,
#     sloppy            => 0,
#     sloppy_term_regex => qr/[\.\w]+/,
#     term_regex        => qr/[^\s()]+/,
#   }, "Search::Query::Parser"),
# }, "Search::Query::Dialect::Native")

#   Failed test 'stringify'
#   at t/01-parser.t line 43.
#          got: 'Search::Query::Dialect::Native=HASH(0x96b46e0)'
#     expected: '+foo="blue red"~5 +foo=bar'
# bless({
#   "+" => [
#     bless({ field => "foo", op => "=", proximity => 5, quote => "\"", value => "blue red" }, "Search::Query::Clause"),
#     bless({ field => "foo", op => "=", value => "bar" }, "Search::Query::Clause"),
#   ],
#   "parser" => bless({
#     _paren_count      => 0,
#     and_regex         => qr/\&|AND|ET|UND|E/i,
#     clause_class      => "Search::Query::Clause",
#     croak_on_error    => 0,
#     default_boolop    => "+",
#     default_op        => ":",
#     error             => undef,
#     field_class       => "Search::Query::Field",
#     field_regex       => qr/[\.\w]+/,
#     fixup             => 0,
#     near_regex        => qr/NEAR\d+/i,
#     not_regex         => qr/NOT|PAS|NICHT|NON/i,
#     op_nofield_regex  => qr/=~|!~|[~:#]/,
#     op_regex          => qr/~\d+|==|<=|>=|!=|!:|=~|!~|[:=<>~#]/,
#     or_regex          => qr/\||OR|OU|ODER|O/i,
#     phrase_delim      => "\"",
#     query_class       => "Search::Query::Dialect::Native",
#     query_class_opts  => {},
#     range_regex       => qr/\.\./,
#     sloppy            => 0,
#     sloppy_term_regex => qr/[\.\w]+/,
#     term_regex        => qr/[^\s()]+/,
#   }, "Search::Query::Parser"),
# }, "Search::Query::Dialect::Native")

#   Failed test 'stringify'
#   at t/01-parser.t line 43.
#          got: 'Search::Query::Dialect::Native=HASH(0x94f21b8)'
#     expected: '+(foo=this foo=that)'
# do {
#   my $a = bless({
#     "+" => [
#       bless({
#         field => "",
#         op => "()",
#         value => bless({
#           "" => [
#             bless({ field => "foo", op => "=", value => "this" }, "Search::Query::Clause"),
#             bless({ field => "foo", op => "=", value => "that" }, "Search::Query::Clause"),
#           ],
#           "parser" => bless({
#             _paren_count      => 0,
#             and_regex         => qr/\&|AND|ET|UND|E/i,
#             clause_class      => "Search::Query::Clause",
#             croak_on_error    => 0,
#             default_boolop    => "+",
#             default_op        => ":",
#             error             => undef,
#             field_class       => "Search::Query::Field",
#             field_regex       => qr/[\.\w]+/,
#             fixup             => 0,
#             near_regex        => qr/NEAR\d+/i,
#             not_regex         => qr/NOT|PAS|NICHT|NON/i,
#             op_nofield_regex  => qr/=~|!~|[~:#]/,
#             op_regex          => qr/~\d+|==|<=|>=|!=|!:|=~|!~|[:=<>~#]/,
#             or_regex          => qr/\||OR|OU|ODER|O/i,
#             phrase_delim      => "\"",
#             query_class       => "Search::Query::Dialect::Native",
#             query_class_opts  => {},
#             range_regex       => qr/\.\./,
#             sloppy            => 0,
#             sloppy_term_regex => qr/[\.\w]+/,
#             term_regex        => qr/[^\s()]+/,
#           }, "Search::Query::Parser"),
#         }, "Search::Query::Dialect::Native"),
#       }, "Search::Query::Clause"),
#     ],
#     "parser" => 'fix',
#   }, "Search::Query::Dialect::Native");
#   $a->{"parser"} = $a->{"+"}[0]{value}{"parser"};
#   $a;
# }

#   Failed test 'stringify'
#   at t/01-parser.t line 43.
#          got: 'Search::Query::Dialect::Native=HASH(0x96e2b40)'
#     expected: '+foo=bar +(color=red color=green)'
# do {
#   my $a = bless({
#     "+" => [
#       bless({ field => "foo", op => "=", value => "bar" }, "Search::Query::Clause"),
#       bless({
#         field => "",
#         op => "()",
#         value => bless({
#           "" => [
#             bless({ field => "color", op => "=", value => "red" }, "Search::Query::Clause"),
#             bless({ field => "color", op => "=", value => "green" }, "Search::Query::Clause"),
#           ],
#           "parser" => bless({
#             _paren_count      => 0,
#             and_regex         => qr/\&|AND|ET|UND|E/i,
#             clause_class      => "Search::Query::Clause",
#             croak_on_error    => 0,
#             default_boolop    => "+",
#             default_op        => ":",
#             error             => undef,
#             field_class       => "Search::Query::Field",
#             field_regex       => qr/[\.\w]+/,
#             fixup             => 0,
#             near_regex        => qr/NEAR\d+/i,
#             not_regex         => qr/NOT|PAS|NICHT|NON/i,
#             op_nofield_regex  => qr/=~|!~|[~:#]/,
#             op_regex          => qr/~\d+|==|<=|>=|!=|!:|=~|!~|[:=<>~#]/,
#             or_regex          => qr/\||OR|OU|ODER|O/i,
#             phrase_delim      => "\"",
#             query_class       => "Search::Query::Dialect::Native",
#             query_class_opts  => {},
#             range_regex       => qr/\.\./,
#             sloppy            => 0,
#             sloppy_term_regex => qr/[\.\w]+/,
#             term_regex        => qr/[^\s()]+/,
#           }, "Search::Query::Parser"),
#         }, "Search::Query::Dialect::Native"),
#       }, "Search::Query::Clause"),
#     ],
#     "parser" => 'fix',
#   }, "Search::Query::Dialect::Native");
#   $a->{"parser"} = $a->{"+"}[1]{value}{"parser"};
#   $a;
# }

#   Failed test 'stringify'
#   at t/01-parser.t line 43.
#          got: 'Search::Query::Dialect::Native=HASH(0x96e0458)'
#     expected: 'foo=this foo=that'
# bless({
#   "" => [
#     bless({ field => "foo", op => "=", value => "this" }, "Search::Query::Clause"),
#     bless({ field => "foo", op => "=", value => "that" }, "Search::Query::Clause"),
#   ],
#   "parser" => bless({
#     _paren_count      => 0,
#     and_regex         => qr/\&|AND|ET|UND|E/i,
#     clause_class      => "Search::Query::Clause",
#     croak_on_error    => 0,
#     default_boolop    => "+",
#     default_op        => ":",
#     error             => undef,
#     field_class       => "Search::Query::Field",
#     field_regex       => qr/[\.\w]+/,
#     fixup             => 0,
#     near_regex        => qr/NEAR\d+/i,
#     not_regex         => qr/NOT|PAS|NICHT|NON/i,
#     op_nofield_regex  => qr/=~|!~|[~:#]/,
#     op_regex          => qr/~\d+|==|<=|>=|!=|!:|=~|!~|[:=<>~#]/,
#     or_regex          => qr/\||OR|OU|ODER|O/i,
#     phrase_delim      => "\"",
#     query_class       => "Search::Query::Dialect::Native",
#     query_class_opts  => {},
#     range_regex       => qr/\.\./,
#     sloppy            => 0,
#     sloppy_term_regex => qr/[\.\w]+/,
#     term_regex        => qr/[^\s()]+/,
#   }, "Search::Query::Parser"),
# }, "Search::Query::Dialect::Native")

#   Failed test 'range expanded'
#   at t/01-parser.t line 67.
#          got: '+date=(1 2 3 4 5 6 7 8 9 10)'
#     expected: '+date=(1 2 3 4 5 6 7 8 9 10)'

#   Failed test '!range exanded'
#   at t/01-parser.t line 73.
#          got: '+date!=(1 2 3)'
#     expected: '+date!=(1 2 3)'

#   Failed test 'range phrase parsed'
#   at t/01-parser.t line 78.
#          got: '+date=("7 days ago".."today")'
#     expected: '+date=("7 days ago".."today")'

#   Failed test 'or_pipe_query Search::Query::Dialect::Native=HASH(0x96f3650)'
#   at t/01-parser.t line 85.
#          got: '+(date=1 date=2)'
#     expected: '+(date=1 date=2)'

#   Failed test 'and_amp_query Search::Query::Dialect::Native=HASH(0x96f2ff0)'
#   at t/01-parser.t line 90.
#          got: '+(+date=1 +date=2)'
#     expected: '+(+date=1 +date=2)'

#   Failed test 'not_bang_query Search::Query::Dialect::Native=HASH(0x96f2698)'
#   at t/01-parser.t line 97.
#          got: '-(date="1 3" date=2)'
#     expected: '-(date="1 3" date=2)'

#   Failed test 'just non-boolean terms parsed'
#   at t/01-parser.t line 120.
#          got: 'Search::Query::Dialect::Native=HASH(0x97033a0)'
#     expected: 'one two foo bar green'

#   Failed test 'tildes slop'
#   at t/01-parser.t line 124.
#          got: 'Search::Query::Dialect::Native=HASH(0x9703550)'
#     expected: '~~~~~~~'

#   Failed test 'invalid field slop'
#   at t/01-parser.t line 132.
#          got: 'Search::Query::Dialect::Native=HASH(0x97038f0)'
#     expected: 'foo bar'

#   Failed test 'fixed up broken boolean syntax'
#   at t/01-parser.t line 145.
#          got: 'Search::Query::Dialect::Native=HASH(0x97038c0)'
#     expected: '+foo (bar "green") --'

#   Failed test 'null query stringified'
#   at t/01-parser.t line 166.
#          got: 'color is NULL'
#     expected: 'color is NULL'

#   Failed test 'not null query stringified'
#   at t/01-parser.t line 173.
#          got: 'color is not NULL'
#     expected: 'color is not NULL'

#   Failed test 'paren_query with fixup trims extra )'
#   at t/01-parser.t line 192.
#          got: 'Search::Query::Dialect::Native=HASH(0x970b998)'
#     expected: '+foo +bar'

#   Failed test 'Search::Query::Dialect::Native=HASH(0x970bfd8) == -foo'
#   at t/01-parser.t line 202.
#          got: 'Search::Query::Dialect::Native=HASH(0x970bfd8)'
#     expected: '-foo'

#   Failed test 'Search::Query::Dialect::Native=HASH(0x970c118) == +"!foo"'
#   at t/01-parser.t line 207.
#          got: 'Search::Query::Dialect::Native=HASH(0x970c118)'
#     expected: '+"!foo"'
# Looks like you failed 22 tests of 67.
t/01-parser.t ......... 
Dubious, test returned 22 (wstat 5632, 0x1600)
Failed 22/67 subtests 

#   Failed test 'string cmp'
#   at t/02-fields.t line 37.
#          got: '+field2:foo'
#     expected: '+field2:foo'

#   Failed test 'string cmp'
#   at t/02-fields.t line 37.
#          got: '+field2=foo'
#     expected: '+field2=foo'

#   Failed test 'string cmp'
#   at t/02-fields.t line 37.
#          got: '(field2:foo mydefault:foo) (field2=green field2=blue)'
#     expected: '(field2:foo mydefault:foo) (field2=green field2=blue)'

#   Failed test 'string cmp'
#   at t/02-fields.t line 37.
#          got: '+mydefault:hello +mydefault:world'
#     expected: '+mydefault:hello +mydefault:world'

#   Failed test 'string cmp'
#   at t/02-fields.t line 65.
#          got: '+field2:foo'
#     expected: '+field2:foo'

#   Failed test 'string cmp'
#   at t/02-fields.t line 65.
#          got: '+field2=foo'
#     expected: '+field2=foo'

#   Failed test 'string cmp'
#   at t/02-fields.t line 65.
#          got: '(field2:foo mydefault:foo) (field2=green field2=blue)'
#     expected: '(field2:foo mydefault:foo) (field2=green field2=blue)'

#   Failed test 'string cmp'
#   at t/02-fields.t line 65.
#          got: '+(mydefault:hello field2:hello) +(mydefault:world field2:world)'
#     expected: '+(mydefault:hello field2:hello) +(mydefault:world field2:world)'
# Looks like you failed 8 tests of 19.
t/02-fields.t ......... 
Dubious, test returned 8 (wstat 2048, 0x800)
Failed 8/19 subtests 

#   Failed test 'stringify'
#   at t/03-clause.t line 27.
#          got: 'Search::Query::Dialect::SWISH=HASH(0x9bb2b20)'
#     expected: '(color=red) OR (color=green)'

#   Failed test 'sub_clause stringify'
#   at t/03-clause.t line 30.
#          got: 'Search::Query::Dialect::SWISH=HASH(0x9bb7808)'
#     expected: '((color=red) OR (color=green)) AND ((color=blue OR color=yellow))'
# No such field: Search

#   Failed test 'stringify compound query'
#   at t/03-clause.t line 60.
#          got: 'Search::Query::Dialect::SWISH=HASH(0x9bb71b0)'
#     expected: '(((a=foo OR a=bar) OR (a=green AND a=red)) AND (color=brown)) NOT (color=purple)'
# No such field: Search
# Looks like you failed 3 tests of 15.
t/03-clause.t ......... 
Dubious, test returned 3 (wstat 768, 0x300)
Failed 3/15 subtests 

#   Failed test 'query1 string'
#   at t/04-sql.t line 24.
#          got: 'foo='bar''
#     expected: 'foo='bar''

#   Failed test 'query2 string'
#   at t/04-sql.t line 28.
#          got: 'foo='bar''
#     expected: 'foo='bar''

#   Failed test 'query3 string'
#   at t/04-sql.t line 32.
#          got: 'name='foo' AND name='bar''
#     expected: 'name='foo' AND name='bar''

#   Failed test 'stringify range'
#   at t/04-sql.t line 38.
#          got: 'name='bar' AND (num NOT IN ( 1, 2, 3, 4, 5 ))'
#     expected: 'name='bar' AND (num NOT IN ( 1, 2, 3, 4, 5 ))'

#   Failed test 'stringify simple range'
#   at t/04-sql.t line 43.
#          got: 'num IN (1, 2, 3, 4, 5)'
#     expected: 'num IN (1, 2, 3, 4, 5)'

#   Failed test 'query4 string'
#   at t/04-sql.t line 47.
#          got: '(name='john' OR foo='bar') AND color!='red''
#     expected: '(name='john' OR foo='bar') AND color!='red''

#   Failed test 'query5 string'
#   at t/04-sql.t line 64.
#          got: '(email='joe' OR first_name='joe' OR last_name='joe') OR (email='smith' OR first_name='smith' OR last_name='smith')'
#     expected: '(email='joe' OR first_name='joe' OR last_name='joe') OR (email='smith' OR first_name='smith' OR last_name='smith')'

#   Failed test 'query6 string'
#   at t/04-sql.t line 73.
#          got: '(email='joe smith' OR first_name='joe smith' OR last_name='joe smith')'
#     expected: '(email='joe smith' OR first_name='joe smith' OR last_name='joe smith')'

#   Failed test 'query7 string'
#   at t/04-sql.t line 91.
#          got: '(`bar`='green' OR `foo`='green')'
#     expected: '(`bar`='green' OR `foo`='green')'

#   Failed test 'query8 string'
#   at t/04-sql.t line 123.
#          got: 'foo like 'bar%''
#     expected: 'foo like 'bar%''

#   Failed test 'query8 fuzzy int with wildcard string'
#   at t/04-sql.t line 127.
#          got: 'bar>=1'
#     expected: 'bar>=1'

#   Failed test 'query8 fuzzy int no wildcard string'
#   at t/04-sql.t line 131.
#          got: 'bar>=1'
#     expected: 'bar>=1'

#   Failed test 'query9 string'
#   at t/04-sql.t line 147.
#          got: 'foo like '%bar%''
#     expected: 'foo like '%bar%''

#   Failed test 'null query stringified'
#   at t/04-sql.t line 163.
#          got: 'color is NULL'
#     expected: 'color is NULL'

#   Failed test 'not null query stringified'
#   at t/04-sql.t line 170.
#          got: 'color is not NULL'
#     expected: 'color is not NULL'
# Looks like you failed 15 tests of 40.
t/04-sql.t ............ 
Dubious, test returned 15 (wstat 3840, 0xf00)
Failed 15/40 subtests 

#   Failed test 'query1 string'
#   at t/05-swish.t line 23.
#          got: 'foo=bar'
#     expected: 'foo=bar'

#   Failed test 'query2 string'
#   at t/05-swish.t line 27.
#          got: 'foo=bar'
#     expected: 'foo=bar'

#   Failed test 'query3 string'
#   at t/05-swish.t line 31.
#          got: 'name=foo AND name=bar'
#     expected: 'name=foo AND name=bar'

#   Failed test 'query4 string'
#   at t/05-swish.t line 39.
#          got: '(name=john OR foo=bar) NOT color=red'
#     expected: '(name=john OR foo=bar) NOT color=red'

#   Failed test 'query5 string'
#   at t/05-swish.t line 52.
#          got: 'swishdefault=joe OR swishdefault=smith'
#     expected: 'swishdefault=joe OR swishdefault=smith'

#   Failed test 'query6 string'
#   at t/05-swish.t line 56.
#          got: 'swishdefault="joe smith"'
#     expected: 'swishdefault="joe smith"'

#   Failed test 'query7 string'
#   at t/05-swish.t line 68.
#          got: 'swishdefault=green'
#     expected: 'swishdefault=green'

#   Failed test 'query8 string'
#   at t/05-swish.t line 97.
#          got: 'foo=bar*'
#     expected: 'foo=bar*'

#   Failed test 'query8 fuzzy int with wildcard string'
#   at t/05-swish.t line 101.
#          got: 'bar=1*'
#     expected: 'bar=1*'

#   Failed test 'query8 fuzzy int no wildcard string'
#   at t/05-swish.t line 105.
#          got: 'bar=1*'
#     expected: 'bar=1*'

#   Failed test 'query9 string'
#   at t/05-swish.t line 118.
#          got: 'foo=bar*'
#     expected: 'foo=bar*'

#   Failed test 'range expanded'
#   at t/05-swish.t line 133.
#          got: 'date=(1 OR 2 OR 3 OR 4 OR 5 OR 6 OR 7 OR 8 OR 9 OR 10)'
#     expected: 'date=(1 OR 2 OR 3 OR 4 OR 5 OR 6 OR 7 OR 8 OR 9 OR 10)'

#   Failed test '!range exanded'
#   at t/05-swish.t line 142.
#          got: 'NOT date=( 1 2 3 )'
#     expected: 'NOT date=( 1 2 3 )'

#   Failed test 'or_pipe_query Search::Query::Dialect::SWISH=HASH(0x91e6768)'
#   at t/05-swish.t line 149.
#          got: '(date=1 OR date=2)'
#     expected: '(date=1 OR date=2)'

#   Failed test 'and_amp_query Search::Query::Dialect::SWISH=HASH(0x91e6918)'
#   at t/05-swish.t line 154.
#          got: '(date=1 AND date=2)'
#     expected: '(date=1 AND date=2)'

#   Failed test 'not_bang_query Search::Query::Dialect::SWISH=HASH(0x91e6c68)'
#   at t/05-swish.t line 161.
#          got: 'NOT (date="1 3" OR date=2)'
#     expected: 'NOT (date="1 3" OR date=2)'

#   Failed test 'proximity query stringifies to NEARn'
#   at t/05-swish.t line 170.
#          got: 'swishdefault=(foo NEAR5 bar)'
#     expected: 'swishdefault=(foo NEAR5 bar)'

#   Failed test 'proximity query stringifies to NEARn'
#   at t/05-swish.t line 176.
#          got: 'swishdefault=(foo NEAR5 bar)'
#     expected: 'swishdefault=(foo NEAR5 bar)'

#   Failed test 'double negative query stringify'
#   at t/05-swish.t line 187.
#          got: '(swishdefault=bar) AND (NOT date=123 NOT date=456)'
#     expected: '(swishdefault=bar) AND (NOT date=123 NOT date=456)'
# Looks like you failed 19 tests of 51.
t/05-swish.t .......... 
Dubious, test returned 19 (wstat 4864, 0x1300)
Failed 19/51 subtests 
t/06-translate.t ...... ok

#   Failed test 'query expanded'
#   at t/07-term-expander.t line 18.
#          got: 'Search::Query::Dialect::Native=HASH(0xa23a700)'
#     expected: '+(foo=one foo=two foo=three foo=bar)'

#   Failed test 'query expanded, with field passed'
#   at t/07-term-expander.t line 33.
#          got: 'Search::Query::Dialect::Native=HASH(0xa248848)'
#     expected: '+foo=bar-foo'

#   Failed test 'query expanded, with field passed'
#   at t/07-term-expander.t line 36.
#          got: 'Search::Query::Dialect::Native=HASH(0xa248ae8)'
#     expected: '+bar'
# Looks like you failed 3 tests of 5.
t/07-term-expander.t .. 
Dubious, test returned 3 (wstat 768, 0x300)
Failed 3/5 subtests 
t/pod-coverage.t ...... ok
t/pod.t ............... ok

Test Summary Report
-------------------
t/01-parser.t       (Wstat: 5632 Tests: 67 Failed: 22)
  Failed tests:  5, 8, 11, 14, 17, 20, 23, 31, 33, 35, 37
                39, 41, 44, 46, 48, 50, 54, 56, 61, 64
                66
  Non-zero exit status: 22
t/02-fields.t       (Wstat: 2048 Tests: 19 Failed: 8)
  Failed tests:  4, 6, 8, 10, 13, 15, 17, 19
  Non-zero exit status: 8
t/03-clause.t       (Wstat: 768 Tests: 15 Failed: 3)
  Failed tests:  7, 9, 14
  Non-zero exit status: 3
t/04-sql.t          (Wstat: 3840 Tests: 40 Failed: 15)
  Failed tests:  4, 6, 8, 10, 12, 14, 17, 19, 22, 28, 30
                32, 35, 38, 40
  Non-zero exit status: 15
t/05-swish.t        (Wstat: 4864 Tests: 51 Failed: 19)
  Failed tests:  4, 6, 8, 10, 13, 15, 18, 24, 26, 28, 31
                34, 36, 38, 40, 42, 44, 46, 48
  Non-zero exit status: 19
t/07-term-expander.t (Wstat: 768 Tests: 5 Failed: 3)
  Failed tests:  3-5
  Non-zero exit status: 3
Files=10, Tests=225,  5 wallclock secs ( 0.05 usr  0.08 sys +  1.67 cusr  0.50 csys =  2.30 CPU)
Result: FAIL
Failed 6/10 test programs. 70/225 subtests failed.
make: *** [test_dynamic] Ошибка 255

------------------------------
PREREQUISITES
------------------------------

Prerequisite modules loaded:

requires:

    Module               Need     Have    
    -------------------- -------- --------
    Data::Dump           0        1.22    
    Data::Transformer    0        0.04    
    Module::Pluggable    0        5.1     
    Moo                  0        1.004002
    namespace::autoclean 0        0.15    
    perl                 5.008003 5.018001
    Scalar::Util         0        1.35    
    Test::More           0        1.001002
    Type::Tiny           0        0.038   

build_requires:

    Module               Need     Have    
    -------------------- -------- --------
    ExtUtils::MakeMaker  0        6.86    

configure_requires:

    Module               Need     Have    
    -------------------- -------- --------
    ExtUtils::MakeMaker  0        6.86    


------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------

Environment variables:

    AUTOMATED_TESTING = 1
    LANG = ru_RU.utf8
    PATH = /home/c/perl5/perlbrew/bin:/home/c/perl5/perlbrew/perls/18.1i/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
    PERL5LIB = /home/c/.cpan/build/Data-Transformer-0.04-yuQ0r8/blib/arch:/home/c/.cpan/build/Data-Transformer-0.04-yuQ0r8/blib/lib
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 16260
    PERL5_CPAN_IS_RUNNING = 16260
    PERL5_CPAN_IS_RUNNING_IN_RECURSION = 27328,16260
    PERLBREW_MANPATH = /home/c/perl5/perlbrew/perls/18.1i/man
    PERLBREW_PATH = /home/c/perl5/perlbrew/bin:/home/c/perl5/perlbrew/perls/18.1i/bin
    PERLBREW_PERL = 18.1i
    PERLBREW_ROOT = /home/c/perl5/perlbrew
    PERLBREW_SKIP_INIT = 1
    PERLBREW_VERSION = 0.67
    PERL_CR_SMOKER_CURRENT = Search-Tools-1.003
    PERL_CR_SMOKER_RUNONCE = 1
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    PERL_MM_USE_DEFAULT = 1
    SHELL = /bin/bash
    TERM = xterm

Perl special variables (and OS-specific diagnostics, for MSWin32):

    $^X = /home/c/perl5/perlbrew/perls/18.1i/bin/perl
    $UID/$EUID = 1000 / 1000
    $GID = 1000 24 25 29 30 44 46 103 105 108 110 1000
    $EGID = 1000 24 25 29 30 44 46 103 105 108 110 1000

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.00    
    CPAN::Meta          2.133380
    Cwd                 3.40    
    ExtUtils::CBuilder  0.280210
    ExtUtils::Command   1.17    
    ExtUtils::Install   1.59    
    ExtUtils::MakeMaker 6.86    
    ExtUtils::Manifest  1.63    
    ExtUtils::ParseXS   3.22    
    File::Spec          3.40    
    JSON                2.90    
    JSON::PP            2.27203 
    Module::Build       0.4204  
    Module::Signature   n/a     
    Parse::CPAN::Meta   1.4405  
    Test::Harness       3.30    
    Test::More          1.001002
    YAML                0.88    
    YAML::Syck          1.27    
    version             0.9907  


--

Summary of my perl5 (revision 5 version 18 subversion 1) configuration:
   
  Platform:
    osname=linux, osvers=3.2.0-4-486, archname=i686-linux-thread-multi
    uname='linux deb7 3.2.0-4-486 #1 debian 3.2.51-1 i686 gnulinux '
    config_args='-de -Dprefix=/home/c/perl5/perlbrew/perls/18.1i -Dusethreads -Aeval:scriptdir=/home/c/perl5/perlbrew/perls/18.1i/bin'
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=define, usemultiplicity=define
    useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
    use64bitint=undef, use64bitall=undef, uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
    optimize='-O2',
    cppflags='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
    ccversion='', gccversion='4.7.2', gccosandvers=''
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
    ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
    alignbytes=4, prototype=define
  Linker and Libraries:
    ld='cc', ldflags =' -fstack-protector -L/usr/local/lib'
    libpth=/usr/local/lib /lib/i386-linux-gnu /lib/../lib /usr/lib/i386-linux-gnu /usr/lib/../lib /lib /usr/lib
    libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lpthread -lc -lgdbm_compat
    perllibs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc
    libc=, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version='2.13'
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
    cccdlflags='-fPIC', lddlflags='-shared -O2 -L/usr/local/lib -fstack-protector'


Characteristics of this binary (from libperl): 
  Compile-time options: HAS_TIMES MULTIPLICITY PERLIO_LAYERS
                        PERL_DONT_CREATE_GVSV
                        PERL_HASH_FUNC_ONE_AT_A_TIME_HARD
                        PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP
                        PERL_PRESERVE_IVUV PERL_SAWAMPERSAND USE_ITHREADS
                        USE_LARGE_FILES USE_LOCALE USE_LOCALE_COLLATE
                        USE_LOCALE_CTYPE USE_LOCALE_NUMERIC USE_PERLIO
                        USE_PERL_ATOF USE_REENTRANT_API
  Built under linux
  Compiled at Jan 14 2014 14:37:40
  %ENV:
    PERL5LIB="/home/c/.cpan/build/Data-Transformer-0.04-yuQ0r8/blib/arch:/home/c/.cpan/build/Data-Transformer-0.04-yuQ0r8/blib/lib"
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="16260"
    PERL5_CPAN_IS_RUNNING="16260"
    PERL5_CPAN_IS_RUNNING_IN_RECURSION="27328,16260"
    PERLBREW_MANPATH="/home/c/perl5/perlbrew/perls/18.1i/man"
    PERLBREW_PATH="/home/c/perl5/perlbrew/bin:/home/c/perl5/perlbrew/perls/18.1i/bin"
    PERLBREW_PERL="18.1i"
    PERLBREW_ROOT="/home/c/perl5/perlbrew"
    PERLBREW_SKIP_INIT="1"
    PERLBREW_VERSION="0.67"
    PERL_CR_SMOKER_CURRENT="Search-Tools-1.003"
    PERL_CR_SMOKER_RUNONCE="1"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
    PERL_MM_USE_DEFAULT="1"
  @INC:
    /home/c/.cpan/build/Data-Transformer-0.04-yuQ0r8/blib/arch
    /home/c/.cpan/build/Data-Transformer-0.04-yuQ0r8/blib/lib
    /home/c/perl5/perlbrew/perls/18.1i/lib/site_perl/5.18.1/i686-linux-thread-multi
    /home/c/perl5/perlbrew/perls/18.1i/lib/site_perl/5.18.1
    /home/c/perl5/perlbrew/perls/18.1i/lib/5.18.1/i686-linux-thread-multi
    /home/c/perl5/perlbrew/perls/18.1i/lib/5.18.1
    .