[commits] Build failed in Jenkins: Db #24
Continuous integration
hudson at horde.org
Tue May 31 23:30:38 UTC 2011
See <http://ci.horde.org/job/Db/24/>
------------------------------------------
[...truncated 1479 lines...]
[exec]
[exec] 56) 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 ('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] 57) 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] 58) Horde_Db_Adapter_MysqliTest::testTypeToSqlIntLimit
[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] 59) 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] 60) Horde_Db_Adapter_MysqliTest::testAddColumnOptions
[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] 61) Horde_Db_Adapter_MysqliTest::testAddColumnOptionsNotNull
[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] 62) Horde_Db_Adapter_MysqliTest::testAddColumnNotNullWithDefault
[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] 63) Horde_Db_Adapter_MysqliTest::testAddOrderByForAssocLimiting
[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] 64) Horde_Db_Adapter_MysqliTest::testInsertAndReadInCp1257
[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] 65) Horde_Db_Adapter_MysqliTest::testCachedTableIndexes
[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: 1045, Errors: 65.
[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: 27 minutes 10 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