[commits] Build failed in Jenkins: Db #25
Continuous integration
hudson at horde.org
Wed Jun 1 01:47:28 UTC 2011
See <http://ci.horde.org/job/Db/25/>
------------------------------------------
[...truncated 1278 lines...]
[exec] Horde_Db_Exception: QUERY FAILED: Table 'hudson.unit_tests' doesn't exist
[exec]
[exec] INSERT INTO unit_tests (id, integer_value, string_value, text_value, float_value, decimal_value, datetime_value, date_value, time_value, blob_value, boolean_value, email_value) VALUES ('4', '4', 'name d', 'string b', '1.2', '1.2', '2005-12-23 12:34:23', '2005-12-23', '12:34:23', 'some blob data', '0', 'foo at example.com')
[exec]
[exec] <http://ci.horde.org/job/Db/ws/lib/Horde/Db/Adapter/Mysqli.php>:315
[exec] <http://ci.horde.org/job/Db/ws/test/Horde/Db/Adapter/MysqliTest.php>:72
[exec]
[exec] 67) Horde_Db_Adapter_MysqliTest::testTypeToSqlTypeBinary
[exec] Horde_Db_Exception: QUERY FAILED: Table 'hudson.unit_tests' doesn't exist
[exec]
[exec] CREATE INDEX `string_value` ON `unit_tests` (`string_value`)
[exec]
[exec] <http://ci.horde.org/job/Db/ws/lib/Horde/Db/Adapter/Mysqli.php>:315
[exec] <http://ci.horde.org/job/Db/ws/lib/Horde/Db/Adapter/Base/Schema.php>:121
[exec] <http://ci.horde.org/job/Db/ws/lib/Horde/Db/Adapter/Base/Schema.php>:646
[exec] <http://ci.horde.org/job/Db/ws/lib/Horde/Db/Adapter/Base.php>:255
[exec] <http://ci.horde.org/job/Db/ws/test/Horde/Db/Adapter/MysqliTest.php>:47
[exec]
[exec] 68) Horde_Db_Adapter_MysqliTest::testTypeToSqlTypeFloat
[exec] Horde_Db_Exception: QUERY FAILED: Table 'unit_tests' already exists
[exec]
[exec] CREATE TABLE `unit_tests` (
[exec] `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY,
[exec] `integer_value` int(11) DEFAULT 0,
[exec] `string_value` varchar(255) DEFAULT '',
[exec] `text_value` text NOT NULL DEFAULT '',
[exec] `float_value` float DEFAULT 0,
[exec] `decimal_value` decimal(2, 1) DEFAULT 0,
[exec] `datetime_value` datetime DEFAULT '0000-00-00 00:00:00',
[exec] `date_value` date DEFAULT '0000-00-00',
[exec] `time_value` time DEFAULT '00:00:00',
[exec] `blob_value` blob NOT NULL DEFAULT '',
[exec] `boolean_value` tinyint(1) DEFAULT 0,
[exec] `email_value` varchar(255) DEFAULT ''
[exec] ) ENGINE=InnoDB DEFAULT CHARSET=utf8
[exec]
[exec] <http://ci.horde.org/job/Db/ws/lib/Horde/Db/Adapter/Mysqli.php>:315
[exec] <http://ci.horde.org/job/Db/ws/lib/Horde/Db/Adapter/Base/Schema.php>:121
[exec] <http://ci.horde.org/job/Db/ws/lib/Horde/Db/Adapter/Base/Schema.php>:486
[exec] <http://ci.horde.org/job/Db/ws/lib/Horde/Db/Adapter/Mysql/Schema.php>:280
[exec] <http://ci.horde.org/job/Db/ws/lib/Horde/Db/Adapter/Base/TableDefinition.php>:192
[exec] <http://ci.horde.org/job/Db/ws/test/Horde/Db/Adapter/MysqliTest.php>:46
[exec]
[exec] 69) Horde_Db_Adapter_MysqliTest::testTypeToSqlTypeTimestamp
[exec] Horde_Db_Exception: QUERY FAILED: Table 'unit_tests' already exists
[exec]
[exec] CREATE TABLE `unit_tests` (
[exec] `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY,
[exec] `integer_value` int(11) DEFAULT 0,
[exec] `string_value` varchar(255) DEFAULT '',
[exec] `text_value` text NOT NULL DEFAULT '',
[exec] `float_value` float DEFAULT 0,
[exec] `decimal_value` decimal(2, 1) DEFAULT 0,
[exec] `datetime_value` datetime DEFAULT '0000-00-00 00:00:00',
[exec] `date_value` date DEFAULT '0000-00-00',
[exec] `time_value` time DEFAULT '00:00:00',
[exec] `blob_value` blob NOT NULL DEFAULT '',
[exec] `boolean_value` tinyint(1) DEFAULT 0,
[exec] `email_value` varchar(255) DEFAULT ''
[exec] ) ENGINE=InnoDB DEFAULT CHARSET=utf8
[exec]
[exec] <http://ci.horde.org/job/Db/ws/lib/Horde/Db/Adapter/Mysqli.php>:315
[exec] <http://ci.horde.org/job/Db/ws/lib/Horde/Db/Adapter/Base/Schema.php>:121
[exec] <http://ci.horde.org/job/Db/ws/lib/Horde/Db/Adapter/Base/Schema.php>:486
[exec] <http://ci.horde.org/job/Db/ws/lib/Horde/Db/Adapter/Mysql/Schema.php>:280
[exec] <http://ci.horde.org/job/Db/ws/lib/Horde/Db/Adapter/Base/TableDefinition.php>:192
[exec] <http://ci.horde.org/job/Db/ws/test/Horde/Db/Adapter/MysqliTest.php>:46
[exec]
[exec] 70) Horde_Db_Adapter_MysqliTest::testTypeToSqlInt
[exec] Horde_Db_Exception: QUERY FAILED: Table 'hudson.unit_tests' doesn't exist
[exec]
[exec] INSERT INTO unit_tests (id, integer_value, string_value, text_value, float_value, decimal_value, datetime_value, date_value, time_value, blob_value, boolean_value, email_value) VALUES ('4', '4', 'name d', 'string b', '1.2', '1.2', '2005-12-23 12:34:23', '2005-12-23', '12:34:23', 'some blob data', '0', 'foo at example.com')
[exec]
[exec] <http://ci.horde.org/job/Db/ws/lib/Horde/Db/Adapter/Mysqli.php>:315
[exec] <http://ci.horde.org/job/Db/ws/test/Horde/Db/Adapter/MysqliTest.php>:72
[exec]
[exec] 71) Horde_Db_Adapter_MysqliTest::testTypeToSqlIntUnsigned
[exec] Horde_Db_Exception: QUERY FAILED: Table 'unit_tests' already exists
[exec]
[exec] CREATE TABLE `unit_tests` (
[exec] `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY,
[exec] `integer_value` int(11) DEFAULT 0,
[exec] `string_value` varchar(255) DEFAULT '',
[exec] `text_value` text NOT NULL DEFAULT '',
[exec] `float_value` float DEFAULT 0,
[exec] `decimal_value` decimal(2, 1) DEFAULT 0,
[exec] `datetime_value` datetime DEFAULT '0000-00-00 00:00:00',
[exec] `date_value` date DEFAULT '0000-00-00',
[exec] `time_value` time DEFAULT '00:00:00',
[exec] `blob_value` blob NOT NULL DEFAULT '',
[exec] `boolean_value` tinyint(1) DEFAULT 0,
[exec] `email_value` varchar(255) DEFAULT ''
[exec] ) ENGINE=InnoDB DEFAULT CHARSET=utf8
[exec]
[exec] <http://ci.horde.org/job/Db/ws/lib/Horde/Db/Adapter/Mysqli.php>:315
[exec] <http://ci.horde.org/job/Db/ws/lib/Horde/Db/Adapter/Base/Schema.php>:121
[exec] <http://ci.horde.org/job/Db/ws/lib/Horde/Db/Adapter/Base/Schema.php>:486
[exec] <http://ci.horde.org/job/Db/ws/lib/Horde/Db/Adapter/Mysql/Schema.php>:280
[exec] <http://ci.horde.org/job/Db/ws/lib/Horde/Db/Adapter/Base/TableDefinition.php>:192
[exec] <http://ci.horde.org/job/Db/ws/test/Horde/Db/Adapter/MysqliTest.php>:46
[exec]
[exec] 72) Horde_Db_Adapter_MysqliTest::testTypeToSqlDecimalPrecision
[exec] Horde_Db_Exception: QUERY FAILED: Table 'unit_tests' already exists
[exec]
[exec] CREATE TABLE `unit_tests` (
[exec] `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY,
[exec] `integer_value` int(11) DEFAULT 0,
[exec] `string_value` varchar(255) DEFAULT '',
[exec] `text_value` text NOT NULL DEFAULT '',
[exec] `float_value` float DEFAULT 0,
[exec] `decimal_value` decimal(2, 1) DEFAULT 0,
[exec] `datetime_value` datetime DEFAULT '0000-00-00 00:00:00',
[exec] `date_value` date DEFAULT '0000-00-00',
[exec] `time_value` time DEFAULT '00:00:00',
[exec] `blob_value` blob NOT NULL DEFAULT '',
[exec] `boolean_value` tinyint(1) DEFAULT 0,
[exec] `email_value` varchar(255) DEFAULT ''
[exec] ) ENGINE=InnoDB DEFAULT CHARSET=utf8
[exec]
[exec] <http://ci.horde.org/job/Db/ws/lib/Horde/Db/Adapter/Mysqli.php>:315
[exec] <http://ci.horde.org/job/Db/ws/lib/Horde/Db/Adapter/Base/Schema.php>:121
[exec] <http://ci.horde.org/job/Db/ws/lib/Horde/Db/Adapter/Base/Schema.php>:486
[exec] <http://ci.horde.org/job/Db/ws/lib/Horde/Db/Adapter/Mysql/Schema.php>:280
[exec] <http://ci.horde.org/job/Db/ws/lib/Horde/Db/Adapter/Base/TableDefinition.php>:192
[exec] <http://ci.horde.org/job/Db/ws/test/Horde/Db/Adapter/MysqliTest.php>:46
[exec]
[exec] 73) Horde_Db_Adapter_MysqliTest::testTypeToSqlBoolean
[exec] Horde_Db_Exception: QUERY FAILED: Table 'unit_tests' already exists
[exec]
[exec] CREATE TABLE `unit_tests` (
[exec] `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY,
[exec] `integer_value` int(11) DEFAULT 0,
[exec] `string_value` varchar(255) DEFAULT '',
[exec] `text_value` text NOT NULL DEFAULT '',
[exec] `float_value` float DEFAULT 0,
[exec] `decimal_value` decimal(2, 1) DEFAULT 0,
[exec] `datetime_value` datetime DEFAULT '0000-00-00 00:00:00',
[exec] `date_value` date DEFAULT '0000-00-00',
[exec] `time_value` time DEFAULT '00:00:00',
[exec] `blob_value` blob NOT NULL DEFAULT '',
[exec] `boolean_value` tinyint(1) DEFAULT 0,
[exec] `email_value` varchar(255) DEFAULT ''
[exec] ) ENGINE=InnoDB DEFAULT CHARSET=utf8
[exec]
[exec] <http://ci.horde.org/job/Db/ws/lib/Horde/Db/Adapter/Mysqli.php>:315
[exec] <http://ci.horde.org/job/Db/ws/lib/Horde/Db/Adapter/Base/Schema.php>:121
[exec] <http://ci.horde.org/job/Db/ws/lib/Horde/Db/Adapter/Base/Schema.php>:486
[exec] <http://ci.horde.org/job/Db/ws/lib/Horde/Db/Adapter/Mysql/Schema.php>:280
[exec] <http://ci.horde.org/job/Db/ws/lib/Horde/Db/Adapter/Base/TableDefinition.php>:192
[exec] <http://ci.horde.org/job/Db/ws/test/Horde/Db/Adapter/MysqliTest.php>:46
[exec]
[exec] 74) Horde_Db_Adapter_MysqliTest::testAddColumnOptions
[exec] Horde_Db_Exception: QUERY FAILED: Table 'hudson.unit_tests' doesn't exist
[exec]
[exec] INSERT INTO unit_tests (id, integer_value, string_value, text_value, float_value, decimal_value, datetime_value, date_value, time_value, blob_value, boolean_value, email_value) VALUES ('5', '5', 'name e', 'string b', '1.2', '1.2', '2005-12-23 12:34:23', '2005-12-23', '12:34:23', 'some blob data', '1', 'foo at example.com')
[exec]
[exec] <http://ci.horde.org/job/Db/ws/lib/Horde/Db/Adapter/Mysqli.php>:315
[exec] <http://ci.horde.org/job/Db/ws/test/Horde/Db/Adapter/MysqliTest.php>:72
[exec]
[exec] 75) Horde_Db_Adapter_MysqliTest::testAddColumnOptionsDefault
[exec] Horde_Db_Exception: QUERY FAILED: Table 'hudson.unit_tests' doesn't exist
[exec]
[exec] INSERT INTO unit_tests (id, integer_value, string_value, text_value, float_value, decimal_value, datetime_value, date_value, time_value, blob_value, boolean_value, email_value) VALUES ('5', '5', 'name e', 'string b', '1.2', '1.2', '2005-12-23 12:34:23', '2005-12-23', '12:34:23', 'some blob data', '1', 'foo at example.com')
[exec]
[exec] <http://ci.horde.org/job/Db/ws/lib/Horde/Db/Adapter/Mysqli.php>:315
[exec] <http://ci.horde.org/job/Db/ws/test/Horde/Db/Adapter/MysqliTest.php>:72
[exec]
[exec] 76) Horde_Db_Adapter_MysqliTest::testAddColumnOptionsNull
[exec] Horde_Db_Exception: QUERY FAILED: Table 'unit_tests' already exists
[exec]
[exec] CREATE TABLE `unit_tests` (
[exec] `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY,
[exec] `integer_value` int(11) DEFAULT 0,
[exec] `string_value` varchar(255) DEFAULT '',
[exec] `text_value` text NOT NULL DEFAULT '',
[exec] `float_value` float DEFAULT 0,
[exec] `decimal_value` decimal(2, 1) DEFAULT 0,
[exec] `datetime_value` datetime DEFAULT '0000-00-00 00:00:00',
[exec] `date_value` date DEFAULT '0000-00-00',
[exec] `time_value` time DEFAULT '00:00:00',
[exec] `blob_value` blob NOT NULL DEFAULT '',
[exec] `boolean_value` tinyint(1) DEFAULT 0,
[exec] `email_value` varchar(255) DEFAULT ''
[exec] ) ENGINE=InnoDB DEFAULT CHARSET=utf8
[exec]
[exec] <http://ci.horde.org/job/Db/ws/lib/Horde/Db/Adapter/Mysqli.php>:315
[exec] <http://ci.horde.org/job/Db/ws/lib/Horde/Db/Adapter/Base/Schema.php>:121
[exec] <http://ci.horde.org/job/Db/ws/lib/Horde/Db/Adapter/Base/Schema.php>:486
[exec] <http://ci.horde.org/job/Db/ws/lib/Horde/Db/Adapter/Mysql/Schema.php>:280
[exec] <http://ci.horde.org/job/Db/ws/lib/Horde/Db/Adapter/Base/TableDefinition.php>:192
[exec] <http://ci.horde.org/job/Db/ws/test/Horde/Db/Adapter/MysqliTest.php>:46
[exec]
[exec] 77) Horde_Db_Adapter_MysqliTest::testAddColumnNotNullWithoutDefault
[exec] Horde_Db_Exception: QUERY FAILED: Table 'unit_tests' already exists
[exec]
[exec] CREATE TABLE `unit_tests` (
[exec] `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY,
[exec] `integer_value` int(11) DEFAULT 0,
[exec] `string_value` varchar(255) DEFAULT '',
[exec] `text_value` text NOT NULL DEFAULT '',
[exec] `float_value` float DEFAULT 0,
[exec] `decimal_value` decimal(2, 1) DEFAULT 0,
[exec] `datetime_value` datetime DEFAULT '0000-00-00 00:00:00',
[exec] `date_value` date DEFAULT '0000-00-00',
[exec] `time_value` time DEFAULT '00:00:00',
[exec] `blob_value` blob NOT NULL DEFAULT '',
[exec] `boolean_value` tinyint(1) DEFAULT 0,
[exec] `email_value` varchar(255) DEFAULT ''
[exec] ) ENGINE=InnoDB DEFAULT CHARSET=utf8
[exec]
[exec] <http://ci.horde.org/job/Db/ws/lib/Horde/Db/Adapter/Mysqli.php>:315
[exec] <http://ci.horde.org/job/Db/ws/lib/Horde/Db/Adapter/Base/Schema.php>:121
[exec] <http://ci.horde.org/job/Db/ws/lib/Horde/Db/Adapter/Base/Schema.php>:486
[exec] <http://ci.horde.org/job/Db/ws/lib/Horde/Db/Adapter/Mysql/Schema.php>:280
[exec] <http://ci.horde.org/job/Db/ws/lib/Horde/Db/Adapter/Base/TableDefinition.php>:192
[exec] <http://ci.horde.org/job/Db/ws/test/Horde/Db/Adapter/MysqliTest.php>:46
[exec]
[exec] FAILURES!
[exec] Tests: 772, Assertions: 1009, Errors: 77.
[exec]
[exec] Writing code coverage data to XML file, this may take a moment.
[exec]
[exec] Generating code coverage report, this may take a moment.
BUILD FAILED
<http://ci.horde.org/job/Db/ws/build.xml>:19: exec returned: 2
Total time: 24 minutes 46 seconds
[PMD] Collecting PMD analysis files...
[PMD] Successfully parsed file <http://ci.horde.org/job/Db/ws/build/logs/pmd.xml> of module with 95 warnings.
[CHECKSTYLE] Collecting checkstyle analysis files...
[CHECKSTYLE] Successfully parsed file <http://ci.horde.org/job/Db/ws/build/logs/checkstyle.xml> of module with 213 warnings.
[DRY] Collecting duplicate code analysis files...
[DRY] Successfully parsed file <http://ci.horde.org/job/Db/ws/build/logs/pmd-cpd.xml> of module with 6 warnings.
[JDepend] JDepend plugin is ready
[JDepend] Found 32 classes in 3 packages
Publishing Clover coverage report...
Publishing Clover XML report...
Publishing Clover coverage results...
Recording plot data
[htmlpublisher] Archiving HTML reports...
[htmlpublisher] Archiving at PROJECT level <http://ci.horde.org/job/Db/ws/build/api> to /horde/hudson/horde-support/ci/workdir/jobs/Db/htmlreports/API_Documentation
[htmlpublisher] Archiving at PROJECT level <http://ci.horde.org/job/Db/ws/build/code-browser> to /horde/hudson/horde-support/ci/workdir/jobs/Db/htmlreports/Code_Browser
ERROR: Directory '<http://ci.horde.org/job/Db/ws/build/code-browser'> exists but failed copying to '/horde/hudson/horde-support/ci/workdir/jobs/Db/htmlreports/Code_Browser'.
[xUnit] [INFO] - Starting to record.
[xUnit] [INFO] - Processing PHPUnit-3.4 (default)
[xUnit] [WARNING] - Can't create the path <http://ci.horde.org/job/Db/ws/generatedJUnitFiles.> Maybe the directory already exists.
[xUnit] [INFO] - [PHPUnit-3.4 (default)] - 1 test report file(s) were found with the pattern 'build/logs/junit.xml' relative to '<http://ci.horde.org/job/Db/ws/'> for the testing framework 'PHPUnit-3.4 (default)'.
[xUnit] [INFO] - Stopping recording.
More information about the commits
mailing list