See <http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/181/>
------------------------------------------
[...truncated 4919 lines...]
20120502-184620 Got error from query: 'select datepart(month,'July 20 1997')
from crash_me_d'
20120502-184620 FUNCTION datepart does not exist
20120502-184620 no
20120502-184620 Function DATE_FORMAT: yes
20120502-184620 Function FROM_DAYS:
20120502-184620 query: select from_days(729024) from crash_me_d didn't return
any result
20120502-184620 no
20120502-184620 Function FROM_UNIXTIME: yes
20120502-184620 Function MONTHS_BETWEEN:
20120502-184620 Got error from query: 'select
months_between('1997-02-02','1997-01-01') from crash_me_d'
20120502-184620 FUNCTION months_between does not exist
20120502-184620 no
20120502-184620 Function PERIOD_ADD: yes
20120502-184620 Function PERIOD_DIFF: yes
20120502-184620 Function WEEKDAY: yes
20120502-184620 Function ADDDATE: yes
20120502-184620 Function SUBDATE: yes
20120502-184620 Function DATEDIFF (2 arg): yes
20120502-184620 Function WEEKOFYEAR:
20120502-184620 Got error from query: 'select WEEKOFYEAR('1963-08-16') from
crash_me_d'
20120502-184620 FUNCTION WEEKOFYEAR does not exist
20120502-184620 no
20120502-184620 Function CHAR (conversation date):
20120502-184620 Got error from query: 'select CHAR(a,EUR) from crash_me_d'
20120502-184620 Unknown column 'EUR' in 'field list'
20120502-184620 no
20120502-184620 Function MAKEDATE: yes
20120502-184620 Function TO_DAYS: yes
20120502-184620 Function ADD_MONTHS:
20120502-184620 Got error from query: 'select add_months('1997-01-01',1) from
crash_me_d'
20120502-184620 FUNCTION add_months does not exist
20120502-184620 no
20120502-184620 Function LAST_DAY: yes
20120502-184620 Function DATE: yes
20120502-184620 Function DAY: yes
20120502-184620
20120502-184620 Got error from query: 'drop table crash_me_t '
20120502-184620 Unknown table 'crash_me_t'
20120502-184620 Supports HH:MM:SS (ISO) time format: yes
20120502-184620 Supports HH.MM.SS (EUR) time format:
20120502-184620 Got error from query: 'insert into crash_me_t(a) values
('20.08.16')'
20120502-184620 Received an invalid TIME value '20.08.16'.
20120502-184620 no
20120502-184620 Supports HHHHmmSS time format:
20120502-184620 Got error from query: 'insert into crash_me_t(a) values
('00200816')'
20120502-184620 Received an invalid TIME value '00200816'.
20120502-184620 no
20120502-184620 Supports HHmmSS time format: no
20120502-184620 Supports HH:MM:SS (AM|PM) time format:
20120502-184620 Got error from query: 'insert into crash_me_t(a) values
('08:08:16 PM')'
20120502-184620 Received an invalid TIME value '08:08:16 PM'.
20120502-184620 no
20120502-184620
20120502-184620 Got error from query: 'insert into crash_me_t values(20:08:16)'
20120502-184620 You have an error in your SQL syntax; check the manual that
corresponds to your Drizzle server version for the right syntax to use near
':08:16)' at line 1
20120502-184620 Function HOUR: yes
20120502-184620 Function ANSI HOUR:
20120502-184620 Got error from query: 'select hour(TIME '12:13:14') '
20120502-184620 You have an error in your SQL syntax; check the manual that
corresponds to your Drizzle server version for the right syntax to use near
''12:13:14')' at line 1
20120502-184620 no
20120502-184620 Function MINUTE: yes
20120502-184620 Function SECOND: yes
20120502-184620 Function TIME_TO_SEC:
20120502-184620 Got error from query: 'select time_to_sec('01:23:21') '
20120502-184620 FUNCTION time_to_sec does not exist
20120502-184620 no
20120502-184620 Function SEC_TO_TIME:
20120502-184620 Got error from query: 'select sec_to_time(5001) '
20120502-184620 FUNCTION sec_to_time does not exist
20120502-184620 no
20120502-184620 Function ADDTIME:
20120502-184620 Got error from query: 'select ADDTIME('20:02:12','00:00:03') '
20120502-184620 FUNCTION ADDTIME does not exist
20120502-184620 no
20120502-184620 Function SUBTIME:
20120502-184620 Got error from query: 'select SUBTIME('20:02:15','00:00:03') '
20120502-184620 FUNCTION SUBTIME does not exist
20120502-184620 no
20120502-184620 Function TIMEDIFF:
20120502-184620 Got error from query: 'select TIMEDIFF('20:02:15','20:02:12') '
20120502-184620 FUNCTION TIMEDIFF does not exist
20120502-184620 no
20120502-184620 Function MAKETIME:
20120502-184620 Got error from query: 'select MAKETIME(20,02,12) '
20120502-184620 FUNCTION MAKETIME does not exist
20120502-184620 no
20120502-184620 Function TIME:
20120502-184620 Got error from query: 'select time('20:02:12') '
20120502-184620 You have an error in your SQL syntax; check the manual that
corresponds to your Drizzle server version for the right syntax to use near
'('20:02:12')' at line 1
20120502-184620 no
20120502-184620 NOT ID BETWEEN interprets as ID NOT BETWEEN:yes
20120502-184620 LIKE on numbers: REPORT LIKE on numbers yes
20120502-184620 column LIKE column: REPORT column LIKE column yes
20120502-184620 update of column= -column: REPORT update of column= -column yes
20120502-184620 String functions on date columns: yes
20120502-184620 char are space filled:
20120502-184620 query: 'select b || b from crash_me where b = 'a ''
returned 'aa' instead of 'a a '
20120502-184620 no
20120502-184620 Update with many tables:
20120502-184620 Got error from query: 'update crash_q left join crash_me on
crash_q.a=crash_me.a set crash_q.b=crash_me.b'
20120502-184620 You have an error in your SQL syntax; check the manual that
corresponds to your Drizzle server version for the right syntax to use near
'left join crash_me on crash_q.a=crash_me.a set crash_q.b=crash_me.b' at line 1
20120502-184620
20120502-184620 Got error from query: 'update crash_q,crash_me set
crash_q.b=crash_me.b where crash_q.a=crash_me.a'
20120502-184620 You have an error in your SQL syntax; check the manual that
corresponds to your Drizzle server version for the right syntax to use near
'crash_me set crash_q.b=crash_me.b where crash_q.a=crash_me.a' at line 1
20120502-184620 no
20120502-184620 DELETE FROM table1,table2...:
20120502-184620 Got error from query: 'delete crash_q.* from crash_q,crash_me
where crash_q.a=crash_me.a'
20120502-184620 You have an error in your SQL syntax; check the manual that
corresponds to your Drizzle server version for the right syntax to use near
'crash_q.* from crash_q,crash_me where crash_q.a=crash_me.a' at line 1
20120502-184620 REPORT DELETE FROM table1,table2... no
20120502-184620 Update with sub select: yes
20120502-184620 Calculate 1--1: yes
20120502-184620 ANSI SQL simple joins:
20120502-184620 Got error from query: 'select crash_me.a from crash_me,
crash_me t0'
20120502-184620 Implicit cartesian join attempted.
20120502-184620 REPORT ANSI SQL simple joins no
20120502-184620 max text or blob size: 1048576 (cache)
20120502-184620 constant string size in where: 1048576 (cache)
20120502-184620 constant string size in SELECT: 1048576 (cache)
20120502-184620 return string size from function: DBD::drizzle::st execute
warning: at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 3835, <CONFIG_FILE> line 4.
20120502-184620 .DBD::drizzle::st execute warning: at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 3835, <CONFIG_FILE> line 4.
20120502-184620 .DBD::drizzle::st execute warning: at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 3835, <CONFIG_FILE> line 4.
20120502-184620 .DBD::drizzle::st execute warning: at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 3835, <CONFIG_FILE> line 4.
20120502-184620 ..DBD::drizzle::st execute warning: at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 3835, <CONFIG_FILE> line 4.
20120502-184620 .DBD::drizzle::st execute warning: at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 3835, <CONFIG_FILE> line 4.
20120502-184620 .DBD::drizzle::st execute warning: at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 3835, <CONFIG_FILE> line 4.
20120502-184620 ..DBD::drizzle::st execute warning: at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 3835, <CONFIG_FILE> line 4.
20120502-184620 .DBD::drizzle::st execute warning: at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 3835, <CONFIG_FILE> line 4.
20120502-184620 .....DBD::drizzle::st execute warning: at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 3835, <CONFIG_FILE> line 4.
20120502-184620 ....DBD::drizzle::st execute warning: at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 3835, <CONFIG_FILE> line 4.
20120502-184620 32704
20120502-184620 simple expressions: +10000
20120502-184620 big expressions: DBD::drizzle::st execute warning: at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 3570, <CONFIG_FILE> line 4.
20120502-184620 +100
20120502-184620 stacked expressions: +2000
20120502-184620 OR and AND in WHERE: ...
20120502-184620 Got error from query: 'select a from crash_me where a=1 and
b='a' or a=0 and b='0' or a=1 and b='1' or a=2 and b='2' or a=3 and b='3' or
a=4 a...(12890388)'
20120502-184620 drizzle_state_read:lost connection to server (EOF)
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 SEGFAULT at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 291, <CONFIG_FILE> line 4.
20120502-184620 Too many problems, try to restart at
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/sql-bench/crash-me>
line 289, <CONFIG_FILE> line 4.
20120502-184620
20120502-184620 ERROR Failed test. Use --force to execute beyond the first
test failure
20120502-184620 ===============================================================
20120502-184620 INFO Test execution complete in 1627 seconds
20120502-184620 INFO Summary report:
20120502-184620 INFO Executed 1/1 test cases, 100.00 percent
20120502-184620 INFO STATUS: FAIL, 1/1 test cases, 100.00 percent executed
20120502-184620 INFO FAIL tests: main.crashme
20120502-184620 INFO Spent 1622 / 1627 seconds on: TEST(s)
20120502-184620 INFO Test execution complete
20120502-184620 INFO Stopping all running servers...
Build step 'Execute shell' marked build as failure
_______________________________________________
Mailing list: https://launchpad.net/~drizzle-builds
Post to : [email protected]
Unsubscribe : https://launchpad.net/~drizzle-builds
More help : https://help.launchpad.net/ListHelp