#1825

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

Report

Report File
XML Document
Node Name
teide [dev]
Total Runtime
324.4 sec
Finished
2012-07-26 23:56:39

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-r3983 1 - 37 120.7 sec #1
obspy.core 0.7.1.dev-r3983 19 - 376 4.9 sec #2 #3 #4 #5 #6 #7 #8 #9 #10 #11 #12 #13 #14 #15 #16 #17 #18 #19 #20
obspy.datamark 0.1.0.dev-r3983 - - 2 0.1 sec -
obspy.db 0.7.0.dev-r3983 - - 9 0.0 sec -
obspy.earthworm 0.1.0.dev-r3983 1 - 5 7.1 sec #21
obspy.gse2 0.7.0.dev-r3983 - - 31 0.1 sec -
obspy.imaging 0.7.0.dev-r3983 - - 28 0.8 sec -
obspy.iris 0.7.0.dev-r3983 - - 30 84.8 sec -
obspy.mseed 0.7.0.dev-r3983 1 - 74 1.6 sec #22
obspy.neries 0.7.0.dev-r3983 - - 17 44.4 sec -
obspy.realtime - - 20 0.9 sec -
obspy.sac 0.7.0.dev-r3983 6 - 63 0.2 sec #23 #24 #25 #26 #27 #28
obspy.seedlink - - 1 1.2 sec -
obspy.seg2 0.7.0.dev-r3983 - - 0 0.0 sec -
obspy.segy 0.5.2.dev-r3983 - - 45 1.0 sec -
obspy.seisan 0.5.1.dev-r3983 - - 7 0.0 sec -
obspy.seishub 0.5.1.dev-r3983 - - 15 18.3 sec -
obspy.sh 0.5.2.dev-r3983 7 - 17 0.1 sec #29 #30 #31 #32 #33 #34 #35
obspy.signal 0.7.0.dev-r3983 2 - 77 35.8 sec #36 #37
obspy.taup 0.7.0.dev-r3983 - - 4 0.0 sec -
obspy.wav 0.5.1.dev-r3983 - - 8 0.0 sec -
obspy.xseed 0.7.0.dev-r3983 - - 33 2.3 sec -
Summary 37 - 899 324.4 sec 37

Tracebacks (37)

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 "/opt/obspy/python/src/obspy/obspy.core/obspy/core/tests/test_stream.py", line 1590, in test_readArguments
    tr = read('/path/to/slist_float.ascii', dtype='int32')[0]
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/stream.py", line 242, in read
    st.extend(_read(file, format, headonly, **kwargs).traces)
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/util/decorator.py", line 166, in wrapped_func
    result = func(filename, *args, **kwargs)
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/stream.py", line 279, in _read
    headonly=headonly, **kwargs)
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/util/base.py", line 451, in _readFromPlugin
    list_obj = readFormat(filename, **kwargs)
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/ascii.py", line 159, in readSLIST
    data = np.loadtxt(data, dtype='float32', ndmin=1)
TypeError: loadtxt() got an unexpected keyword argument 'ndmin'
Traceback (most recent call last):
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/tests/test_ascii.py", line 121, in test_readSLISTFileEncoding
    stream = readSLIST(testfile)
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/ascii.py", line 159, in readSLIST
    data = np.loadtxt(data, dtype='float32', ndmin=1)
TypeError: loadtxt() got an unexpected keyword argument 'ndmin'
Traceback (most recent call last):
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/tests/test_ascii.py", line 63, in test_readSLISTFileMultipleTraces
    stream = readSLIST(testfile)
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/ascii.py", line 157, in readSLIST
    data = np.loadtxt(data, dtype='int', ndmin=1)
TypeError: loadtxt() got an unexpected keyword argument 'ndmin'
Traceback (most recent call last):
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/tests/test_ascii.py", line 39, in test_readSLISTFileSingleTrace
    stream = readSLIST(testfile)
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/ascii.py", line 157, in readSLIST
    data = np.loadtxt(data, dtype='int', ndmin=1)
TypeError: loadtxt() got an unexpected keyword argument 'ndmin'
Traceback (most recent call last):
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/tests/test_ascii.py", line 246, in test_readTSPAIRFileEncoding
    stream = readTSPAIR(testfile)
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/ascii.py", line 232, in readTSPAIR
    data = np.loadtxt(data, dtype='float32', ndmin=1)
TypeError: loadtxt() got an unexpected keyword argument 'ndmin'
Traceback (most recent call last):
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/tests/test_ascii.py", line 183, in test_readTSPAIRFileMultipleTraces
    stream = readTSPAIR(testfile)
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/ascii.py", line 230, in readTSPAIR
    data = np.loadtxt(data, dtype='int', ndmin=1)
TypeError: loadtxt() got an unexpected keyword argument 'ndmin'
Traceback (most recent call last):
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/tests/test_ascii.py", line 158, in test_readTSPAIRFileSingleTrace
    stream = readTSPAIR(testfile)
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/ascii.py", line 230, in readTSPAIR
    data = np.loadtxt(data, dtype='int', ndmin=1)
TypeError: loadtxt() got an unexpected keyword argument 'ndmin'
Traceback (most recent call last):
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/tests/test_ascii.py", line 361, in test_writeSLIST
    stream_orig = readSLIST(testfile)
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/ascii.py", line 159, in readSLIST
    data = np.loadtxt(data, dtype='float32', ndmin=1)
TypeError: loadtxt() got an unexpected keyword argument 'ndmin'
Traceback (most recent call last):
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/tests/test_ascii.py", line 401, in test_writeSLISTFileMultipleTraces
    stream_orig = readSLIST(testfile)
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/ascii.py", line 157, in readSLIST
    data = np.loadtxt(data, dtype='int', ndmin=1)
TypeError: loadtxt() got an unexpected keyword argument 'ndmin'
Traceback (most recent call last):
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/tests/test_ascii.py", line 461, in test_writeSmallTrace
    st = read(tempfile, format=format)
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/stream.py", line 242, in read
    st.extend(_read(file, format, headonly, **kwargs).traces)
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/util/decorator.py", line 166, in wrapped_func
    result = func(filename, *args, **kwargs)
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/stream.py", line 279, in _read
    headonly=headonly, **kwargs)
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/util/base.py", line 451, in _readFromPlugin
    list_obj = readFormat(filename, **kwargs)
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/ascii.py", line 157, in readSLIST
    data = np.loadtxt(data, dtype='int', ndmin=1)
TypeError: loadtxt() got an unexpected keyword argument 'ndmin'
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.core.ascii.readTSPAIR
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/ascii.py", line 166, in readTSPAIR

----------------------------------------------------------------------
File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/ascii.py", line 185, in obspy.core.ascii.readTSPAIR
Failed example:
    st = read('/path/to/tspair.ascii')
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.core.ascii.readTSPAIR[1]>", line 1, in <module>
        st = read('/path/to/tspair.ascii')
      File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/stream.py", line 242, in read
        st.extend(_read(file, format, headonly, **kwargs).traces)
      File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/util/decorator.py", line 166, in wrapped_func
        result = func(filename, *args, **kwargs)
      File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/stream.py", line 279, in _read
        headonly=headonly, **kwargs)
      File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/util/base.py", line 451, in _readFromPlugin
        list_obj = readFormat(filename, **kwargs)
      File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/ascii.py", line 230, in readTSPAIR
        data = np.loadtxt(data, dtype='int', ndmin=1)
    TypeError: loadtxt() got an unexpected keyword argument 'ndmin'

Traceback (most recent call last):
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/tests/test_waveform_plugins.py", line 275, in test_issue193
    tr_test = read(tempfile, format)[0]
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/stream.py", line 242, in read
    st.extend(_read(file, format, headonly, **kwargs).traces)
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/util/decorator.py", line 166, in wrapped_func
    result = func(filename, *args, **kwargs)
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/stream.py", line 279, in _read
    headonly=headonly, **kwargs)
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/util/base.py", line 451, in _readFromPlugin
    list_obj = readFormat(filename, **kwargs)
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/ascii.py", line 157, in readSLIST
    data = np.loadtxt(data, dtype='int', ndmin=1)
TypeError: loadtxt() got an unexpected keyword argument 'ndmin'
Traceback (most recent call last):
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/tests/test_waveform_plugins.py", line 71, in test_readAndWrite
    st = read(outfile)
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/stream.py", line 242, in read
    st.extend(_read(file, format, headonly, **kwargs).traces)
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/util/decorator.py", line 166, in wrapped_func
    result = func(filename, *args, **kwargs)
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/stream.py", line 279, in _read
    headonly=headonly, **kwargs)
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/util/base.py", line 451, in _readFromPlugin
    list_obj = readFormat(filename, **kwargs)
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/ascii.py", line 157, in readSLIST
    data = np.loadtxt(data, dtype='int', ndmin=1)
TypeError: loadtxt() got an unexpected keyword argument 'ndmin'
Traceback (most recent call last):
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/tests/test_ascii.py", line 271, in test_writeTSPAIR
    stream_orig = readTSPAIR(testfile)
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/ascii.py", line 232, in readTSPAIR
    data = np.loadtxt(data, dtype='float32', ndmin=1)
TypeError: loadtxt() got an unexpected keyword argument 'ndmin'
Traceback (most recent call last):
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/tests/test_ascii.py", line 303, in test_writeTSPAIRFileMultipleTraces
    stream_orig = readTSPAIR(testfile)
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/ascii.py", line 230, in readTSPAIR
    data = np.loadtxt(data, dtype='int', ndmin=1)
TypeError: loadtxt() got an unexpected keyword argument 'ndmin'
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.core.stream.read
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/stream.py", line 29, in read

----------------------------------------------------------------------
File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/stream.py", line 164, in obspy.core.stream.read
Failed example:
    st = read("/path/to/tspair.ascii.gz")
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.core.stream.read[13]>", line 1, in <module>
        st = read("/path/to/tspair.ascii.gz")
      File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/stream.py", line 242, in read
        st.extend(_read(file, format, headonly, **kwargs).traces)
      File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/util/decorator.py", line 153, in wrapped_func
        result = func(tempfile.name, *args, **kwargs)
      File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/stream.py", line 279, in _read
        headonly=headonly, **kwargs)
      File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/util/base.py", line 451, in _readFromPlugin
        list_obj = readFormat(filename, **kwargs)
      File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/ascii.py", line 230, in readTSPAIR
        data = np.loadtxt(data, dtype='int', ndmin=1)
    TypeError: loadtxt() got an unexpected keyword argument 'ndmin'
----------------------------------------------------------------------
File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/stream.py", line 165, in obspy.core.stream.read
Failed example:
    print(st)  # doctest: +ELLIPSIS
Expected:
    1 Trace(s) in Stream:
    XX.TEST..BHZ | 2008-01-15T00:00:00.025000Z - ... | 40.0 Hz, 635 samples
Got:
    1 Trace(s) in Stream:
    .RJOB..Z | 2005-08-31T02:33:49.849998Z - 2005-08-31T02:34:49.844998Z | 200.0 Hz, 12000 samples
----------------------------------------------------------------------
File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/stream.py", line 169, in obspy.core.stream.read
Failed example:
    st = read("http://examples.obspy.org/slist.ascii.bz2")
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.core.stream.read[15]>", line 1, in <module>
        st = read("http://examples.obspy.org/slist.ascii.bz2")
      File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/stream.py", line 236, in read
        st.extend(_read(fh.name, format, headonly, **kwargs).traces)
      File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/util/decorator.py", line 153, in wrapped_func
        result = func(tempfile.name, *args, **kwargs)
      File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/stream.py", line 279, in _read
        headonly=headonly, **kwargs)
      File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/util/base.py", line 451, in _readFromPlugin
        list_obj = readFormat(filename, **kwargs)
      File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/ascii.py", line 157, in readSLIST
        data = np.loadtxt(data, dtype='int', ndmin=1)
    TypeError: loadtxt() got an unexpected keyword argument 'ndmin'
----------------------------------------------------------------------
File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/stream.py", line 170, in obspy.core.stream.read
Failed example:
    print(st)  # doctest: +ELLIPSIS
Expected:
    1 Trace(s) in Stream:
    XX.TEST..BHZ | 2008-01-15T00:00:00.025000Z - ... | 40.0 Hz, 635 samples
Got:
    1 Trace(s) in Stream:
    .RJOB..Z | 2005-08-31T02:33:49.849998Z - 2005-08-31T02:34:49.844998Z | 200.0 Hz, 12000 samples

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.core.ascii.readSLIST
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/ascii.py", line 93, in readSLIST

----------------------------------------------------------------------
File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/ascii.py", line 112, in obspy.core.ascii.readSLIST
Failed example:
    st = read('/path/to/slist.ascii')
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.core.ascii.readSLIST[1]>", line 1, in <module>
        st = read('/path/to/slist.ascii')
      File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/stream.py", line 242, in read
        st.extend(_read(file, format, headonly, **kwargs).traces)
      File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/util/decorator.py", line 166, in wrapped_func
        result = func(filename, *args, **kwargs)
      File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/stream.py", line 279, in _read
        headonly=headonly, **kwargs)
      File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/util/base.py", line 451, in _readFromPlugin
        list_obj = readFormat(filename, **kwargs)
      File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/ascii.py", line 157, in readSLIST
        data = np.loadtxt(data, dtype='int', ndmin=1)
    TypeError: loadtxt() got an unexpected keyword argument 'ndmin'

Traceback (most recent call last):
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/tests/test_waveform_plugins.py", line 297, in test_readBzip2File
    st1 = read(os.path.join(path, 'data', 'slist.ascii.bz2'))
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/stream.py", line 242, in read
    st.extend(_read(file, format, headonly, **kwargs).traces)
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/util/decorator.py", line 153, in wrapped_func
    result = func(tempfile.name, *args, **kwargs)
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/stream.py", line 279, in _read
    headonly=headonly, **kwargs)
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/util/base.py", line 451, in _readFromPlugin
    list_obj = readFormat(filename, **kwargs)
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/ascii.py", line 157, in readSLIST
    data = np.loadtxt(data, dtype='int', ndmin=1)
TypeError: loadtxt() got an unexpected keyword argument 'ndmin'
Traceback (most recent call last):
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/tests/test_waveform_plugins.py", line 288, in test_readGzip2File
    st1 = read(os.path.join(path, 'data', 'tspair.ascii.gz'))
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/stream.py", line 242, in read
    st.extend(_read(file, format, headonly, **kwargs).traces)
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/util/decorator.py", line 153, in wrapped_func
    result = func(tempfile.name, *args, **kwargs)
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/stream.py", line 279, in _read
    headonly=headonly, **kwargs)
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/util/base.py", line 451, in _readFromPlugin
    list_obj = readFormat(filename, **kwargs)
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/ascii.py", line 230, in readTSPAIR
    data = np.loadtxt(data, dtype='int', ndmin=1)
TypeError: loadtxt() got an unexpected keyword argument 'ndmin'
Traceback (most recent call last):
  File "/opt/obspy/python/src/obspy/obspy.earthworm/obspy/earthworm/tests/test_client.py", line 92, in test_saveWaveform
    stream = read(testfile)
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/stream.py", line 242, in read
    st.extend(_read(file, format, headonly, **kwargs).traces)
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/util/decorator.py", line 166, in wrapped_func
    result = func(filename, *args, **kwargs)
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/stream.py", line 279, in _read
    headonly=headonly, **kwargs)
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/util/base.py", line 451, in _readFromPlugin
    list_obj = readFormat(filename, **kwargs)
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/ascii.py", line 157, in readSLIST
    data = np.loadtxt(data, dtype='int', ndmin=1)
TypeError: loadtxt() got an unexpected keyword argument 'ndmin'
Traceback (most recent call last):
  File "/opt/obspy/python/src/obspy/obspy.mseed/obspy/mseed/tests/test_mseed_reading_and_writing.py", line 911, in test_emptyTrace
    self.assertRaises(UserWarning, st.write, tempfile, format="MSEED")
  File "/usr/lib/python2.6/unittest.py", line 336, in failUnlessRaises
    callableObj(*args, **kwargs)
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/stream.py", line 1253, in write
    writeFormat(self, filename, **kwargs)
  File "/opt/obspy/python/src/obspy/obspy.mseed/obspy/mseed/core.py", line 552, in writeMSEED
    raise Exception(msg)
Exception: Unsupported data type int64 in Stream[0].data
Traceback (most recent call last):
  File "/opt/obspy/python/src/obspy/obspy.sac/obspy/sac/tests/test_core.py", line 82, in test_readwriteXYViaObspy
    tr1 = read(tempfile)[0]
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/stream.py", line 242, in read
    st.extend(_read(file, format, headonly, **kwargs).traces)
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/util/decorator.py", line 166, in wrapped_func
    result = func(filename, *args, **kwargs)
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/stream.py", line 279, in _read
    headonly=headonly, **kwargs)
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/util/base.py", line 451, in _readFromPlugin
    list_obj = readFormat(filename, **kwargs)
  File "/opt/obspy/python/src/obspy/obspy.sac/obspy/sac/core.py", line 114, in readSACXY
    t.ReadSacXY(filename)
  File "/opt/obspy/python/src/obspy/obspy.sac/obspy/sac/sacio.py", line 728, in ReadSacXY
    self.seis = np.loadtxt(f, dtype='<f4', ndmin=1).ravel()
TypeError: loadtxt() got an unexpected keyword argument 'ndmin'
Traceback (most recent call last):
  File "/opt/obspy/python/src/obspy/obspy.sac/obspy/sac/tests/test_core.py", line 68, in test_readXYwriteXYViaObspy
    tr = read(self.filexy, format='SACXY')[0]
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/stream.py", line 242, in read
    st.extend(_read(file, format, headonly, **kwargs).traces)
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/util/decorator.py", line 166, in wrapped_func
    result = func(filename, *args, **kwargs)
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/stream.py", line 279, in _read
    headonly=headonly, **kwargs)
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/util/base.py", line 451, in _readFromPlugin
    list_obj = readFormat(filename, **kwargs)
  File "/opt/obspy/python/src/obspy/obspy.sac/obspy/sac/core.py", line 114, in readSACXY
    t.ReadSacXY(filename)
  File "/opt/obspy/python/src/obspy/obspy.sac/obspy/sac/sacio.py", line 728, in ReadSacXY
    self.seis = np.loadtxt(f, dtype='<f4', ndmin=1).ravel()
TypeError: loadtxt() got an unexpected keyword argument 'ndmin'
Traceback (most recent call last):
  File "/opt/obspy/python/src/obspy/obspy.sac/obspy/sac/tests/test_sacio.py", line 109, in test_readXYheader
    d = SacIO(tempfile, alpha=True)
  File "/opt/obspy/python/src/obspy/obspy.sac/obspy/sac/sacio.py", line 306, in __init__
    self.ReadSacXY(filen)
  File "/opt/obspy/python/src/obspy/obspy.sac/obspy/sac/sacio.py", line 728, in ReadSacXY
    self.seis = np.loadtxt(f, dtype='<f4', ndmin=1).ravel()
TypeError: loadtxt() got an unexpected keyword argument 'ndmin'
Traceback (most recent call last):
  File "/opt/obspy/python/src/obspy/obspy.sac/obspy/sac/tests/test_sacio.py", line 90, in test_readWriteXY
    d = SacIO(tempfile, alpha=True)
  File "/opt/obspy/python/src/obspy/obspy.sac/obspy/sac/sacio.py", line 306, in __init__
    self.ReadSacXY(filen)
  File "/opt/obspy/python/src/obspy/obspy.sac/obspy/sac/sacio.py", line 728, in ReadSacXY
    self.seis = np.loadtxt(f, dtype='<f4', ndmin=1).ravel()
TypeError: loadtxt() got an unexpected keyword argument 'ndmin'
Traceback (most recent call last):
  File "/opt/obspy/python/src/obspy/obspy.sac/obspy/sac/tests/test_core.py", line 377, in test_writeSmallTrace
    st = read(tempfile, format=format)
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/stream.py", line 242, in read
    st.extend(_read(file, format, headonly, **kwargs).traces)
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/util/decorator.py", line 166, in wrapped_func
    result = func(filename, *args, **kwargs)
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/stream.py", line 279, in _read
    headonly=headonly, **kwargs)
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/util/base.py", line 451, in _readFromPlugin
    list_obj = readFormat(filename, **kwargs)
  File "/opt/obspy/python/src/obspy/obspy.sac/obspy/sac/core.py", line 114, in readSACXY
    t.ReadSacXY(filename)
  File "/opt/obspy/python/src/obspy/obspy.sac/obspy/sac/sacio.py", line 728, in ReadSacXY
    self.seis = np.loadtxt(f, dtype='<f4', ndmin=1).ravel()
TypeError: loadtxt() got an unexpected keyword argument 'ndmin'
Traceback (most recent call last):
  File "/opt/obspy/python/src/obspy/obspy.sac/obspy/sac/tests/test_core.py", line 313, in test_writeSACXYWithMinimumStats
    st = read(sac_file)
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/stream.py", line 242, in read
    st.extend(_read(file, format, headonly, **kwargs).traces)
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/util/decorator.py", line 166, in wrapped_func
    result = func(filename, *args, **kwargs)
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/stream.py", line 279, in _read
    headonly=headonly, **kwargs)
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/util/base.py", line 451, in _readFromPlugin
    list_obj = readFormat(filename, **kwargs)
  File "/opt/obspy/python/src/obspy/obspy.sac/obspy/sac/core.py", line 114, in readSACXY
    t.ReadSacXY(filename)
  File "/opt/obspy/python/src/obspy/obspy.sac/obspy/sac/sacio.py", line 728, in ReadSacXY
    self.seis = np.loadtxt(f, dtype='<f4', ndmin=1).ravel()
TypeError: loadtxt() got an unexpected keyword argument 'ndmin'
Traceback (most recent call last):
  File "/opt/obspy/python/src/obspy/obspy.sh/obspy/sh/tests/test_core.py", line 253, in test_writeSmallTrace
    st = read(tempfile, format=format)
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/stream.py", line 242, in read
    st.extend(_read(file, format, headonly, **kwargs).traces)
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/util/decorator.py", line 166, in wrapped_func
    result = func(filename, *args, **kwargs)
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/stream.py", line 279, in _read
    headonly=headonly, **kwargs)
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/util/base.py", line 451, in _readFromPlugin
    list_obj = readFormat(filename, **kwargs)
  File "/opt/obspy/python/src/obspy/obspy.sh/obspy/sh/core.py", line 205, in readASC
    data = np.loadtxt(data, dtype='float32', ndmin=1)
TypeError: loadtxt() got an unexpected keyword argument 'ndmin'
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.sh.__init__
  File "/opt/obspy/python/src/obspy/obspy.sh/obspy/sh/__init__.py", line 0, in __init__

----------------------------------------------------------------------
File "/opt/obspy/python/src/obspy/obspy.sh/obspy/sh/__init__.py", line 23, in obspy.sh.__init__
Failed example:
    st = read("/path/to/QFILE-TEST-ASC.ASC")
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.sh.__init__[1]>", line 1, in <module>
        st = read("/path/to/QFILE-TEST-ASC.ASC")
      File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/stream.py", line 242, in read
        st.extend(_read(file, format, headonly, **kwargs).traces)
      File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/util/decorator.py", line 166, in wrapped_func
        result = func(filename, *args, **kwargs)
      File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/stream.py", line 279, in _read
        headonly=headonly, **kwargs)
      File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/util/base.py", line 451, in _readFromPlugin
        list_obj = readFormat(filename, **kwargs)
      File "/opt/obspy/python/src/obspy/obspy.sh/obspy/sh/core.py", line 205, in readASC
        data = np.loadtxt(data, dtype='float32', ndmin=1)
    TypeError: loadtxt() got an unexpected keyword argument 'ndmin'
----------------------------------------------------------------------
File "/opt/obspy/python/src/obspy/obspy.sh/obspy/sh/__init__.py", line 24, in obspy.sh.__init__
Failed example:
    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.sh.__init__[2]>", line 1, in <module>
        st #doctest: +ELLIPSIS
    NameError: name 'st' is not defined
----------------------------------------------------------------------
File "/opt/obspy/python/src/obspy/obspy.sh/obspy/sh/__init__.py", line 26, in obspy.sh.__init__
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.sh.__init__[3]>", line 1, in <module>
        print(st)  # doctest: +ELLIPSIS
    NameError: name 'st' is not defined
----------------------------------------------------------------------
File "/opt/obspy/python/src/obspy/obspy.sh/obspy/sh/__init__.py", line 36, in obspy.sh.__init__
Failed example:
    print(st[0].stats) #doctest: +NORMALIZE_WHITESPACE
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.sh.__init__[4]>", line 1, in <module>
        print(st[0].stats) #doctest: +NORMALIZE_WHITESPACE
    NameError: name 'st' is not defined
----------------------------------------------------------------------
File "/opt/obspy/python/src/obspy/obspy.sh/obspy/sh/__init__.py", line 52, in obspy.sh.__init__
Failed example:
    st[0].data #doctest: +ELLIPSIS +NORMALIZE_WHITESPACE
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.sh.__init__[5]>", line 1, in <module>
        st[0].data #doctest: +ELLIPSIS +NORMALIZE_WHITESPACE
    NameError: name 'st' is not defined

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.sh.core.readASC
  File "/opt/obspy/python/src/obspy/obspy.sh/obspy/sh/core.py", line 88, in readASC

----------------------------------------------------------------------
File "/opt/obspy/python/src/obspy/obspy.sh/obspy/sh/core.py", line 115, in obspy.sh.core.readASC
Failed example:
    st = read("/path/to/QFILE-TEST-ASC.ASC")
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.sh.core.readASC[1]>", line 1, in <module>
        st = read("/path/to/QFILE-TEST-ASC.ASC")
      File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/stream.py", line 242, in read
        st.extend(_read(file, format, headonly, **kwargs).traces)
      File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/util/decorator.py", line 166, in wrapped_func
        result = func(filename, *args, **kwargs)
      File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/stream.py", line 279, in _read
        headonly=headonly, **kwargs)
      File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/util/base.py", line 451, in _readFromPlugin
        list_obj = readFormat(filename, **kwargs)
      File "/opt/obspy/python/src/obspy/obspy.sh/obspy/sh/core.py", line 205, in readASC
        data = np.loadtxt(data, dtype='float32', ndmin=1)
    TypeError: loadtxt() got an unexpected keyword argument 'ndmin'
----------------------------------------------------------------------
File "/opt/obspy/python/src/obspy/obspy.sh/obspy/sh/core.py", line 116, in obspy.sh.core.readASC
Failed example:
    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.sh.core.readASC[2]>", line 1, in <module>
        st  # doctest: +ELLIPSIS
    NameError: name 'st' is not defined
----------------------------------------------------------------------
File "/opt/obspy/python/src/obspy/obspy.sh/obspy/sh/core.py", line 118, in obspy.sh.core.readASC
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.sh.core.readASC[3]>", line 1, in <module>
        print(st)  # doctest: +ELLIPSIS
    NameError: name 'st' is not defined

Traceback (most recent call last):
  File "/opt/obspy/python/src/obspy/obspy.sh/obspy/sh/tests/test_core.py", line 139, in test_readAndWriteMultiChannelASCFileViaObsPy
    stream1 = read(origfile, format="SH_ASC")
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/stream.py", line 242, in read
    st.extend(_read(file, format, headonly, **kwargs).traces)
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/util/decorator.py", line 166, in wrapped_func
    result = func(filename, *args, **kwargs)
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/stream.py", line 279, in _read
    headonly=headonly, **kwargs)
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/util/base.py", line 451, in _readFromPlugin
    list_obj = readFormat(filename, **kwargs)
  File "/opt/obspy/python/src/obspy/obspy.sh/obspy/sh/core.py", line 205, in readASC
    data = np.loadtxt(data, dtype='float32', ndmin=1)
TypeError: loadtxt() got an unexpected keyword argument 'ndmin'
Traceback (most recent call last):
  File "/opt/obspy/python/src/obspy/obspy.sh/obspy/sh/tests/test_core.py", line 117, in test_readAndWriteMultiChannelASCFile
    stream1 = readASC(origfile)
  File "/opt/obspy/python/src/obspy/obspy.sh/obspy/sh/core.py", line 205, in readASC
    data = np.loadtxt(data, dtype='float32', ndmin=1)
TypeError: loadtxt() got an unexpected keyword argument 'ndmin'
Traceback (most recent call last):
  File "/opt/obspy/python/src/obspy/obspy.sh/obspy/sh/tests/test_core.py", line 229, in test_skipASClines
    stream = readASC(testfile, skip=100, delta=0.1, length=2)
  File "/opt/obspy/python/src/obspy/obspy.sh/obspy/sh/core.py", line 205, in readASC
    data = np.loadtxt(data, dtype='float32', ndmin=1)
TypeError: loadtxt() got an unexpected keyword argument 'ndmin'
Traceback (most recent call last):
  File "/opt/obspy/python/src/obspy/obspy.sh/obspy/sh/tests/test_core.py", line 55, in test_readSingleChannelASCFile
    stream = readASC(testfile)
  File "/opt/obspy/python/src/obspy/obspy.sh/obspy/sh/core.py", line 205, in readASC
    data = np.loadtxt(data, dtype='float32', ndmin=1)
TypeError: loadtxt() got an unexpected keyword argument 'ndmin'
Traceback (most recent call last):
  File "/opt/obspy/python/src/obspy/obspy.signal/obspy/signal/tests/test_cross_correlation.py", line 27, in test_xcorrPickCorrection
    'BW.UH1._.EHZ.D.2010.147.a.slist.gz'))
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/stream.py", line 242, in read
    st.extend(_read(file, format, headonly, **kwargs).traces)
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/util/decorator.py", line 153, in wrapped_func
    result = func(tempfile.name, *args, **kwargs)
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/stream.py", line 279, in _read
    headonly=headonly, **kwargs)
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/util/base.py", line 451, in _readFromPlugin
    list_obj = readFormat(filename, **kwargs)
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/ascii.py", line 157, in readSLIST
    data = np.loadtxt(data, dtype='int', ndmin=1)
TypeError: loadtxt() got an unexpected keyword argument 'ndmin'
Traceback (most recent call last):
  File "/opt/obspy/python/src/obspy/obspy.signal/obspy/signal/tests/test_trigger.py", line 141, in test_coincidenceTrigger
    st += read(filename)
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/stream.py", line 242, in read
    st.extend(_read(file, format, headonly, **kwargs).traces)
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/util/decorator.py", line 153, in wrapped_func
    result = func(tempfile.name, *args, **kwargs)
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/stream.py", line 279, in _read
    headonly=headonly, **kwargs)
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/util/base.py", line 451, in _readFromPlugin
    list_obj = readFormat(filename, **kwargs)
  File "/opt/obspy/python/src/obspy/obspy.core/obspy/core/ascii.py", line 157, in readSLIST
    data = np.loadtxt(data, dtype='int', ndmin=1)
TypeError: loadtxt() got an unexpected keyword argument 'ndmin'