← Back to team overview

holland-build team mailing list archive

Build failed in Jenkins: holland-amsterdam #65

 

See <http://hudson.hollandbackup.org/job/holland-amsterdam/65/>

------------------------------------------
[...truncated 52 lines...]
2011-02-11 00:00:56,350 [INFO] +++ Running /tmp/tmppBegFR
2011-02-11 00:00:56,350 [INFO] + Purged failed job /tmp/tmppBegFR
ok
tests.core.backup.test_manager.test_backup_manager ... 2011-02-11 00:00:56,353 [INFO] Backup: foo
2011-02-11 00:00:56,357 [INFO] + Found plugin foo
2011-02-11 00:00:56,358 [INFO] + Initialized backup directory /tmp/tmpwICDAw/foo/20110211_000056._0vSdW
2011-02-11 00:00:56,359 [INFO] + Configured plugin
2011-02-11 00:00:56,359 [DEBUG] + Ran plugin setup
2011-02-11 00:00:56,359 [INFO] + Ran plugin pre
2011-02-11 00:00:56,359 [INFO] + Estimating backup size
2011-02-11 00:00:56,360 [INFO] + Plugin estimated backup size of 42.00B
2011-02-11 00:00:56,361 [INFO] + Adjusted plugin estimated by 100.00% to 42.00B
2011-02-11 00:00:56,361 [INFO] + Spool directory /tmp/tmpwICDAw/foo/20110211_000056._0vSdW has 7.36GB available
2011-02-11 00:00:56,363 [INFO] + Saved config to /tmp/tmpwICDAw/foo/20110211_000056._0vSdW/backup.conf
2011-02-11 00:00:56,363 [INFO] Running backup
2011-02-11 00:00:56,363 [DEBUG] + Ran plugin post
2011-02-11 00:00:56,365 [INFO] + Saved config to /tmp/tmpwICDAw/foo/20110211_000056._0vSdW/backup.conf
2011-02-11 00:00:56,365 [INFO] + Keep 1 backups
ok
tests.core.backup.test_spool.test_backups ... ok
tests.core.backup.test_spool.test_str_and_repr ... ok
Test that list_backups() doesn't treat a file like a backup store ... ok
Test each backup precedes the next ... ok
Test that each backup is a previous backup of the next ... ok
tests.core.backup.test_spool.test_backupstore_previous_of_first_is_none ... ok
tests.core.backup.test_spool.test_backupstore_capacity ... ok
tests.core.backup.test_spool.test_backupstore_latest ... ok
tests.core.backup.test_spool.test_backupstore_oldest ... ok
tests.core.backup.test_spool.test_backupstore_w_nullspool ... ok
tests.core.backup.test_spool.test_backupsets ... ok
tests.core.backup.test_spool.test_backupsets_ordering ... ok
tests.core.backup.test_spool.test_spool_iteration ... ok
tests.core.backup.test_spool.test_backupset_purge ... ok
tests.core.backup.test_spool.test_backupset_purge_with_retention ... ok
tests.core.backup.test_spool.test_backupstore_purged ... ok
tests.core.backup.test_spool.test_backupstore_purged_latest_is_none ... ok
tests.core.config.test_checks.test_bool ... ok
tests.core.config.test_checks.test_int ... ok
tests.core.config.test_checks.test_float ... ok
tests.core.config.test_checks.test_string ... ok
tests.core.config.test_checks.test_list ... ok
tests.core.config.test_checks.test_cmdline ... ok
tests.core.config.test_config.test_basic ... ok
tests.core.config.test_config.test_meld ... ok
tests.core.config.test_config.test_read ... ok
tests.core.config.test_config.test_str ... ok
tests.core.config.test_config.test_write ... ok
tests.core.config.test_config.test_write_fileobj ... ok
tests.core.config.test_parsing.test_simple ... ok
tests.core.config.test_parsing.test_args ... ok
tests.core.config.test_parsing.test_kwargs ... ok
tests.core.config.test_parsing.test_quoted ... ok
tests.core.config.test_parsing.test_none ... ok
tests.core.config.test_parsing.test_list_values ... ok
tests.core.config.test_spec.test_spec ... ok
tests.core.config.test_spec.test_validate_missing ... ok
testDisconnection (tests.core.dispatch.test_dispatcher.DispatcherTests) ... ok
testExact (tests.core.dispatch.test_dispatcher.DispatcherTests) ... ok
testGarbageCollected (tests.core.dispatch.test_dispatcher.DispatcherTests) ... ok
testIgnoredSender (tests.core.dispatch.test_dispatcher.DispatcherTests) ... ok
testMultipleRegistration (tests.core.dispatch.test_dispatcher.DispatcherTests) ... ok
Test the sendRobust function ... ok
testUidRegistration (tests.core.dispatch.test_dispatcher.DispatcherTests) ... ok
Test the "in" operator for safe references (cmp) ... ok
Test that the reference object's representation works ... ok
Test that creation short-circuits to reuse existing references ... ok
Test that the references are valid (return instance methods) ... ok
tests.core.plugin.test_plugin.test_load_plugin ... 2011-02-11 00:01:24,102 [ERROR] Failed to load plugin EntryPoint.parse('noop = pkg.fail:NoopPlugin') from group holland.plugin
Traceback (most recent call last):
  File "<http://hudson.hollandbackup.org/job/holland-amsterdam/ws/holland/core/plugin/manager.py";,> line 59, in iterate
    yield plugin.load()(plugin.name)
  File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 1913, in load
    entry = __import__(self.module_name, globals(),globals(), ['__name__'])
  File "<http://hudson.hollandbackup.org/job/holland-amsterdam/ws/tests/core/plugin/pkg/fail.py";,> line 1, in <module>
    raise ValueError("This module will always raise an error on import")
ValueError: This module will always raise an error on import
2011-02-11 00:01:24,117 [ERROR] Exception when loading plugin
Traceback (most recent call last):
  File "<http://hudson.hollandbackup.org/job/holland-amsterdam/ws/holland/core/plugin/manager.py";,> line 38, in load
    return plugin.load()(plugin.name)
  File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 1913, in load
    entry = __import__(self.module_name, globals(),globals(), ['__name__'])
  File "<http://hudson.hollandbackup.org/job/holland-amsterdam/ws/tests/core/plugin/pkg/fail.py";,> line 1, in <module>
    raise ValueError("This module will always raise an error on import")
ValueError: This module will always raise an error on import
ok
tests.core.stream.test_base.test_filelike ... ok
tests.core.stream.test_base.test_realfilelike ... ok
test_custom_warning (tests.core.test_datastructures.ImmutableListTests) ... ok
test_sort (tests.core.test_datastructures.ImmutableListTests) ... ok
MergeDict can merge MultiValueDicts ... ok
test_simple_mergedict (tests.core.test_datastructures.MergeDictTests) ... ok
test_copy (tests.core.test_datastructures.MultiValueDictTests) ... ok
test_multivaluedict (tests.core.test_datastructures.MultiValueDictTests) ... ok
test_append (tests.core.test_datastructures.SortedDictTests) ... ok
New items go to the end. ... ok
test_basic_methods (tests.core.test_datastructures.SortedDictTests) ... ok
Changing the keys won't do anything, it's only a copy of the ... ok
test_clear (tests.core.test_datastructures.SortedDictTests) ... ok
test_copy (tests.core.test_datastructures.SortedDictTests) ... ok
Deleting an item, then inserting the same key again will place it ... ok
test_dict_equality (tests.core.test_datastructures.SortedDictTests) ... ok
Initialising a SortedDict with two keys will just take the first one. ... ok
test_overwrite (tests.core.test_datastructures.SortedDictTests) ... ok
Overwriting an item keeps it's place. ... ok
test_pickle (tests.core.test_datastructures.SortedDictTests) ... ok
test_pop (tests.core.test_datastructures.SortedDictTests) ... ok
test_rename_key (tests.core.test_datastructures.SortedDictTests) ... ok
test_tuple_init (tests.core.test_datastructures.SortedDictTests) ... ok
tests.core.test_util.test_format_interval ... ok
tests.core.test_util.test_format_datetime ... ok
tests.core.test_util.test_format_bytes ... ok
tests.core.test_util.test_relpath ... ok
tests.core.test_util.test_getmount ... ok
tests.core.test_util.test_diskfree ... ok
tests.core.test_util.test_directory_size ... ok
tests.core.test_util.test_scanner ... ok
tests.core.test_util.test_template ... ok

----------------------------------------------------------------------
XML: nosetests.xml
Name                                   Stmts   Exec Branch BrExec  Cover   Missing
----------------------------------------------------------------------------------
holland                                    2      2      0      0   100%   
holland.cli                                2      2      0      0   100%   
holland.cli.cmd                            3      3      0      0   100%   
holland.cli.cmd.base                      73     41     12      0    48%   43, 59-64, 68-69, 75, 78, 82, 113-123, 126-138, 150
holland.cli.cmd.builtin                    6      6      0      0   100%   
holland.cli.cmd.builtin.cmd_backup        47     14      9      0    25%   20, 23, 26-31, 35-64, 68-76, 80
holland.cli.cmd.builtin.cmd_help          27     12      6      0    36%   24-32, 37-43, 47
holland.cli.cmd.builtin.cmd_list          65     30     12      0    38%   23-32, 36, 64-78, 82, 104-115, 119
holland.cli.cmd.builtin.cmd_mkconfig      32     12      4      0    33%   28-53, 57
holland.cli.cmd.builtin.cmd_purge         45     12     14      0    20%   29-33, 38-69, 72-78, 82
holland.cli.cmd.error                      8      5      0      0    62%   10-11, 15
holland.cli.cmd.util                      21     13      0      0    61%   8-9, 18, 21, 29, 33-34, 37
holland.cli.config                        39     12      8      0    25%   26, 29-50, 54, 58-69
holland.cli.log                           31     16      6      1    45%   11-13, 20-25, 42-57
holland.cli.main                          54     23     10      0    35%   30-31, 62-95, 101
holland.core                               9      9      0      0   100%   
holland.core.backup                        3      3      0      0   100%   
holland.core.backup.base                  26     21      6      2    71%   21-24, 30
holland.core.backup.hooks                 79     69     12      6    82%   26-27, 36-37, 79, 83-84, 106-108
holland.core.backup.job                   44     40     10      7    87%   25, 50-52
holland.core.backup.manager               38     25      2      0    62%   46, 53-58, 62-67
holland.core.backup.spool                124    115     38     27    87%   67-69, 126, 135-141, 177
holland.core.backup.util                  29     23     10      8    79%   14, 18-19, 32, 39-40
holland.core.config                        3      3      0      0   100%   
holland.core.config.checks               109     80     18     11    71%   27, 31, 36-37, 62-63, 81-82, 86, 103, 113-114, 125-128, 139-140, 145, 148, 153-158, 161-164
holland.core.config.config               158    150     50     41    91%   26, 88, 106, 126-127, 154, 181, 235
holland.core.config.parsing              102     93     28     20    86%   6-7, 39, 96, 102, 112, 127, 142, 165
holland.core.config.spec                  75     62     16     13    82%   12, 29-30, 35, 76, 80-81, 99-100, 106-108, 116
holland.core.config.util                   9      9      4      4   100%   
holland.core.dispatch                      1      1      0      0   100%   
holland.core.dispatch.dispatcher         105     97     48     42    90%   7-8, 94-95, 276-279
holland.core.dispatch.saferef             79     59     24     15    71%   115-116, 121-125, 146, 156, 161, 180, 213-216, 229-240, 250
holland.core.hooks                        24      9      4      1    35%   40-59
holland.core.plugin                        6      6      0      0   100%   
holland.core.plugin.base                  12     10      0      0    83%   30, 34
holland.core.plugin.error                 14     13      0      0    92%   27
holland.core.plugin.manager               45     34      4      4    77%   42, 46, 76-78, 81, 86-89, 93
holland.core.stream                        3      3      0      0   100%   
holland.core.stream.base                  45     41     12     10    89%   70, 73-74, 85
holland.core.stream.plugin                31     17      4      0    48%   23, 30-34, 42-48, 61
holland.core.util                          1      1      0      0   100%   
holland.core.util.datastructures         260    225     74     54    83%   182-183, 200, 269-270, 273, 282-289, 292-294, 297-300, 312, 329-331, 335, 340-341, 348, 385, 389-390, 395-396, 398, 426
holland.core.util.fmt                     23     23      8      8   100%   
holland.core.util.path                    45     37     18     15    82%   24, 29-31, 74-75, 81-82
holland.core.util.pycompat               106     85     42     26    75%   33, 56, 81-82, 92, 95-98, 112, 119, 122-125, 130-135, 140-141, 143, 146
----------------------------------------------------------------------------------
TOTAL                                   2063   1566    513    315    73%   
----------------------------------------------------------------------
Ran 84 tests in 28.388s

OK
+ which coverage
+ [ 1 -ne 0 ]
+ coverage=python-coverage
+ python-coverage xml
+ pylint -f parseable holland
Exception RuntimeError: 'maximum recursion depth exceeded while calling a Python object' in <type 'exceptions.AttributeError'> ignored
Exception RuntimeError: 'maximum recursion depth exceeded while calling a Python object' in <type 'exceptions.AttributeError'> ignored
Exception RuntimeError: 'maximum recursion depth exceeded in __subclasscheck__' in <type 'exceptions.AttributeError'> ignored
Exception RuntimeError: 'maximum recursion depth exceeded in __subclasscheck__' in <type 'exceptions.AttributeError'> ignored
Exception RuntimeError: 'maximum recursion depth exceeded in __subclasscheck__' in <type 'exceptions.AttributeError'> ignored
Exception RuntimeError: 'maximum recursion depth exceeded in __subclasscheck__' in <type 'exceptions.AttributeError'> ignored
Exception RuntimeError: 'maximum recursion depth exceeded while calling a Python object' in <type 'exceptions.RuntimeError'> ignored
Exception RuntimeError: 'maximum recursion depth exceeded while calling a Python object' in <type 'exceptions.RuntimeError'> ignored
Exception RuntimeError: 'maximum recursion depth exceeded while calling a Python object' in <type 'exceptions.RuntimeError'> ignored
Exception RuntimeError: 'maximum recursion depth exceeded while calling a Python object' in <type 'exceptions.AttributeError'> ignored
Exception RuntimeError: 'maximum recursion depth exceeded while calling a Python object' in <type 'exceptions.AttributeError'> ignored
Exception RuntimeError: 'maximum recursion depth exceeded while calling a Python object' in <type 'exceptions.AttributeError'> ignored
Exception RuntimeError: 'maximum recursion depth exceeded while calling a Python object' in <type 'exceptions.AttributeError'> ignored
Exception RuntimeError: 'maximum recursion depth exceeded in __subclasscheck__' in <type 'exceptions.AttributeError'> ignored
Exception RuntimeError: 'maximum recursion depth exceeded in __subclasscheck__' in <type 'exceptions.AttributeError'> ignored
Exception RuntimeError: 'maximum recursion depth exceeded in __subclasscheck__' in <type 'exceptions.AttributeError'> ignored
Exception RuntimeError: 'maximum recursion depth exceeded in __subclasscheck__' in <type 'exceptions.AttributeError'> ignored
Exception RuntimeError: 'maximum recursion depth exceeded in __subclasscheck__' in <type 'exceptions.AttributeError'> ignored
Exception RuntimeError: 'maximum recursion depth exceeded in __subclasscheck__' in <type 'exceptions.AttributeError'> ignored
Exception RuntimeError: 'maximum recursion depth exceeded in __subclasscheck__' in <type 'exceptions.AttributeError'> ignored
Exception RuntimeError: 'maximum recursion depth exceeded in __subclasscheck__' in <type 'exceptions.AttributeError'> ignored
Exception RuntimeError: 'maximum recursion depth exceeded while calling a Python object' in <type 'exceptions.AttributeError'> ignored
Exception RuntimeError: 'maximum recursion depth exceeded while calling a Python object' in <type 'exceptions.AttributeError'> ignored
Exception RuntimeError: 'maximum recursion depth exceeded in __subclasscheck__' in <type 'exceptions.AttributeError'> ignored
Exception RuntimeError: 'maximum recursion depth exceeded in __subclasscheck__' in <type 'exceptions.AttributeError'> ignored
+ exit 0
Recording test results
Publishing Cobertura coverage report...
Publishing Cobertura coverage results...
FATAL: Unable to parse /var/lib/jenkins/jobs/holland-amsterdam/builds/2011-02-11_00-00-49/coverage.xml
hudson.util.IOException2: Cannot parse coverage results
	at hudson.plugins.cobertura.CoberturaCoverageParser.parse(CoberturaCoverageParser.java:89)
	at hudson.plugins.cobertura.CoberturaCoverageParser.parse(CoberturaCoverageParser.java:52)
	at hudson.plugins.cobertura.CoberturaPublisher.perform(CoberturaPublisher.java:262)
	at hudson.tasks.BuildStepMonitor$3.perform(BuildStepMonitor.java:36)
	at hudson.model.AbstractBuild$AbstractRunner.perform(AbstractBuild.java:622)
	at hudson.model.AbstractBuild$AbstractRunner.performAllBuildSteps(AbstractBuild.java:601)
	at hudson.model.AbstractBuild$AbstractRunner.performAllBuildSteps(AbstractBuild.java:579)
	at hudson.model.Build$RunnerImpl.post2(Build.java:156)
	at hudson.model.AbstractBuild$AbstractRunner.post(AbstractBuild.java:548)
	at hudson.model.Run.run(Run.java:1386)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:145)
Caused by: org.xml.sax.SAXParseException: XML document structures must start and end within the same entity.
	at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:198)
	at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalError(ErrorHandlerWrapper.java:177)
	at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:391)
	at com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError(XMLScanner.java:1390)
	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.endEntity(XMLDocumentFragmentScannerImpl.java:878)
	at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.endEntity(XMLDocumentScannerImpl.java:581)
	at com.sun.org.apache.xerces.internal.impl.XMLEntityManager.endEntity(XMLEntityManager.java:1369)
	at com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.load(XMLEntityScanner.java:1740)
	at com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.scanLiteral(XMLEntityScanner.java:1041)
	at com.sun.org.apache.xerces.internal.impl.XMLScanner.scanAttributeValue(XMLScanner.java:789)
	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanAttribute(XMLDocumentFragmentScannerImpl.java:1515)
	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(XMLDocumentFragmentScannerImpl.java:1292)
	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2723)
	at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:624)
	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:486)
	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:810)
	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:740)
	at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:110)
	at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1208)
	at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:525)
	at javax.xml.parsers.SAXParser.parse(SAXParser.java:392)
	at javax.xml.parsers.SAXParser.parse(SAXParser.java:195)
	at hudson.plugins.cobertura.CoberturaCoverageParser.parse(CoberturaCoverageParser.java:81)
	... 12 more
No coverage results were successfully parsed.  Did you generate the XML report(s) for Cobertura?