[Stoq-devel] stoq - Build # 881 - Still Unstable!

romaia at async.com.br romaia at async.com.br
Tue Nov 29 12:04:12 BRST 2011


stoq - Build # 881 - Still Unstable:

Check console output at http://buildbot.async.com.br/job/stoq/881/ to view the results.

Resultados dos testes:

3 tests failed.
FAILED:  stoqlib.lib.test.test_payment.TestPaymentFunctions.testGeneratePaymentsDueDates

Error Message:
argument of type 'int' is not iterable

Stack Trace:

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 133, in maybeDeferred
    result = f(*args, **kw)
  File "/usr/lib/python2.7/dist-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed
    result = f(*a, **kw)
  File "/var/lib/jenkins/jobs/stoq/workspace/stoqlib/lib/test/test_payment.py", line 45, in testGeneratePaymentsDueDates
    INTERVALTYPE_MONTH)
  File "/var/lib/jenkins/jobs/stoq/workspace/stoqlib/lib/payment.py", line 107, in generate_payments_due_dates
    delta = calculate_delta_interval(interval_type, interval)
  File "/var/lib/jenkins/jobs/stoq/workspace/stoqlib/lib/defaults.py", line 97, in calculate_delta_interval
    if not interval_type in interval_type:
TypeError: argument of type 'int' is not iterable
        

FAILED:  stoqlib.test.test_pyflakes.TestPyflakes.test_stoqlib_pyflakes

Error Message:
3 warnings: stoqlib/test/test_pep8.py:30: 'sys' imported but unused stoqlib/test/test_pep8.py:39: local variable 'warnings' is assigned to but never used stoqlib/test/test_pep8.py:40: local variable 'msgs' is assigned to but never used 

Stack Trace:

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 133, in maybeDeferred
    result = f(*args, **kw)
  File "/usr/lib/python2.7/dist-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed
    result = f(*a, **kw)
  File "/var/lib/jenkins/jobs/stoq/workspace/stoqlib/test/test_pyflakes.py", line 117, in <lambda>
    func = lambda self, path=path: self.runPyflakes(path)
  File "/var/lib/jenkins/jobs/stoq/workspace/stoqlib/test/test_pyflakes.py", line 111, in runPyflakes
    raise AssertionError("%d warnings:\n%s\n" % (len(msgs), '\n'.join(msgs), ))
AssertionError: 3 warnings:
stoqlib/test/test_pep8.py:30: 'sys' imported but unused
stoqlib/test/test_pep8.py:39: local variable 'warnings' is assigned to but never used
stoqlib/test/test_pep8.py:40: local variable 'msgs' is assigned to but never used

        

FAILED:  twisted.trial.runner.ErrorHolder.test_pep8

Error Message:
No module named pep8

Stack Trace:

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/twisted/trial/runner.py", line 589, in loadPackage
    module = modinfo.load()
  File "/usr/lib/python2.7/dist-packages/twisted/python/modules.py", line 383, in load
    return self.pathEntry.pythonPath.moduleLoader(self.name)
  File "/usr/lib/python2.7/dist-packages/twisted/python/reflect.py", line 464, in namedAny
    topLevelPackage = _importAndCheckStack(trialname)
  File "/var/lib/jenkins/jobs/stoq/workspace/stoqlib/test/test_pep8.py", line 32, in <module>
    import pep8
ImportError: No module named pep8
        



More information about the Stoq-devel mailing list