#1670

Test report by node teide [dev] covering 890 test cases from 22 modules resulted into 3 errors

Report

Report File
XML Document
Node Name
teide [dev]
Total Runtime
340.6 sec
Finished
2012-07-08 11:55:22

Dependencies

lxml.etree
2.2.8
matplotlib
0.99.3
mpl_toolkits.basemap
1.0.1
numpy
1.4.1
scipy
0.7.2
sqlalchemy
0.6.3
suds
0.4

System / Python

Architecture
64bit
Machine
x86_64
Node
teide [dev]
Processor
None
Python Compiler
GCC 4.4.5
Python Implementation
CPython
Python Version
2.6.6
Release
2.6.32-5-amd64
System
Linux
Version
#1 SMP Mon Jan 16 16:22:28 UTC 2012

Modules (22)

Module Version Errors /
Failures
Skipped Tests Runtime Tracebacks
obspy.arclink 0.7.1.dev-r3943 2 - 37 133.8 sec #1 #2
obspy.core 0.7.1.dev-r3943 - - 373 8.1 sec -
obspy.datamark 0.1.0.dev-r3943 - - 2 0.1 sec -
obspy.db 0.7.0.dev-r3943 - - 9 0.0 sec -
obspy.earthworm 0.1.0.dev-r3943 - - 5 8.0 sec -
obspy.gse2 0.7.0.dev-r3943 - - 31 0.1 sec -
obspy.imaging 0.7.0.dev-r3943 - - 28 0.7 sec -
obspy.iris 0.7.0.dev-r3943 - - 30 82.6 sec -
obspy.mseed 0.7.0.dev-r3943 - - 72 1.6 sec -
obspy.neries 0.7.0.dev-r3943 1 - 17 40.7 sec #3
obspy.realtime - - 20 0.8 sec -
obspy.sac 0.7.0.dev-r3943 - - 62 0.2 sec -
obspy.seedlink - - 1 0.1 sec -
obspy.seg2 0.7.0.dev-r3943 - - 0 0.0 sec -
obspy.segy 0.5.2.dev-r3943 - - 44 0.9 sec -
obspy.seisan 0.5.1.dev-r3943 - - 7 0.0 sec -
obspy.seishub 0.5.1.dev-r3943 - - 15 21.3 sec -
obspy.sh 0.5.2.dev-r3943 - - 16 0.2 sec -
obspy.signal 0.7.0.dev-r3943 - - 77 38.7 sec -
obspy.taup 0.7.0.dev-r3943 - - 4 0.0 sec -
obspy.wav 0.5.1.dev-r3943 - - 8 0.0 sec -
obspy.xseed 0.7.0.dev-r3943 - - 32 2.5 sec -
Summary 3 - 890 340.6 sec 3

Tracebacks (3)

Traceback (most recent call last):
  File "/opt/obspy/python/src/obspy/obspy.arclink/obspy/arclink/tests/test_client.py", line 392, in test_getStations
    result = client.getStations(start, end, 'BW')
  File "/opt/obspy/python/src/obspy/obspy.arclink/obspy/arclink/client.py", line 1309, in getStations
    endtime=endtime)
  File "/opt/obspy/python/src/obspy/obspy.arclink/obspy/arclink/client.py", line 1073, in getInventory
    result = self._fetch(rtype, rdata, route=route)
  File "/opt/obspy/python/src/obspy/obspy.arclink/obspy/arclink/client.py", line 194, in _fetch
    endtime=request_data[1])
  File "/opt/obspy/python/src/obspy/obspy.arclink/obspy/arclink/client.py", line 574, in getRouting
    result = self._fetch(rtype, rdata, route=False)
  File "/opt/obspy/python/src/obspy/obspy.arclink/obspy/arclink/client.py", line 188, in _fetch
    return self._request(request_type, request_data)
  File "/opt/obspy/python/src/obspy/obspy.arclink/obspy/arclink/client.py", line 242, in _request
    self._readln('OK')
  File "/opt/obspy/python/src/obspy/obspy.arclink/obspy/arclink/client.py", line 160, in _readln
    raise ArcLinkException(msg % (value, line))
ArcLinkException: Timeout waiting for expected OK, got 22606810
Traceback (most recent call last):
  File "/opt/obspy/python/src/obspy/obspy.arclink/obspy/arclink/tests/test_client.py", line 698, in test_getWaveformInstrumentChange
    metadata=True)
  File "/opt/obspy/python/src/obspy/obspy.arclink/obspy/arclink/client.py", line 402, in getWaveform
    compressed=compressed, route=route)
  File "/opt/obspy/python/src/obspy/obspy.arclink/obspy/arclink/client.py", line 518, in saveWaveform
    data = self._fetch(rtype, rdata, route=route)
  File "/opt/obspy/python/src/obspy/obspy.arclink/obspy/arclink/client.py", line 216, in _fetch
    return self._request(request_type, request_data)
  File "/opt/obspy/python/src/obspy/obspy.arclink/obspy/arclink/client.py", line 292, in _request
    raise ArcLinkException('No data available')
ArcLinkException: No data available
Traceback (most recent call last):
  File "/usr/lib/python2.6/doctest.py", line 2163, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.neries.client.Client.getWaveform
  File "/opt/obspy/python/src/obspy/obspy.neries/obspy/neries/client.py", line 615, in getWaveform

----------------------------------------------------------------------
File "/opt/obspy/python/src/obspy/obspy.neries/obspy/neries/client.py", line 644, in obspy.neries.client.Client.getWaveform
Failed example:
    st = client.getWaveform("NL", "WIT", "", "BH*", dt, dt+30)
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest obspy.neries.client.Client.getWaveform[3]>", line 1, in <module>
        st = client.getWaveform("NL", "WIT", "", "BH*", dt, dt+30)
      File "/opt/obspy/python/src/obspy/obspy.neries/obspy/neries/client.py", line 653, in getWaveform
        starttime, endtime, format=format)
      File "/opt/obspy/python/src/obspy/obspy.neries/obspy/neries/client.py", line 745, in saveWaveform
        response = client.service.dataRequest(usertoken, stationid)
      File "/opt/obspy/python/lib/python2.6/site-packages/suds-0.4-py2.6.egg/suds/client.py", line 542, in __call__
        return client.invoke(args, kwargs)
      File "/opt/obspy/python/lib/python2.6/site-packages/suds-0.4-py2.6.egg/suds/client.py", line 602, in invoke
        result = self.send(soapenv)
      File "/opt/obspy/python/lib/python2.6/site-packages/suds-0.4-py2.6.egg/suds/client.py", line 649, in send
        result = self.failed(binding, e)
      File "/opt/obspy/python/lib/python2.6/site-packages/suds-0.4-py2.6.egg/suds/client.py", line 702, in failed
        r, p = binding.get_fault(reply)
      File "/opt/obspy/python/lib/python2.6/site-packages/suds-0.4-py2.6.egg/suds/bindings/binding.py", line 265, in get_fault
        raise WebFault(p, faultroot)
    WebFault: Server raised fault: 'All the requests encountered problems on the related nodes'
----------------------------------------------------------------------
File "/opt/obspy/python/src/obspy/obspy.neries/obspy/neries/client.py", line 645, in obspy.neries.client.Client.getWaveform
Failed example:
    print st  # doctest: +ELLIPSIS
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest obspy.neries.client.Client.getWaveform[4]>", line 1, in <module>
        print st  # doctest: +ELLIPSIS
    NameError: name 'st' is not defined