-
Notifications
You must be signed in to change notification settings - Fork 384
Closed
Labels
Description
From https://travis-ci.org/datakortet/dk-tasklib/builds/107382354
Command being executed:
ctx.run("rm -rf build/{directory}/*".format(directory=directory))
# If any exceptions appeared inside the threads, raise them now as an
# aggregate exception object.
if exceptions:
> raise ThreadException(exceptions)
E ThreadException:
E Saw 1 exceptions within threads (ValueError):
E
E
E Thread args: {'kwargs': {'echo': None,
E 'input_': <_pytest.capture.DontReadFromInput instance at 0x7fbb97779638>,
E 'output': <_pytest.capture.EncodedFile object at 0x7fbb97774c10>},
E 'target': <bound method Local.handle_stdin of <invoke.runners.Local object at 0x7fbb96c55650>>}
E
E Traceback (most recent call last):
E
E File "/home/travis/virtualenv/python2.7.9/lib/python2.7/site-packages/invoke/runners.py", line 851, in run
E super(_IOThread, self).run()
E
E File "/opt/python/2.7.9/lib/python2.7/threading.py", line 763, in run
E self.__target(*self.__args, **self.__kwargs)
E
E File "/home/travis/virtualenv/python2.7.9/lib/python2.7/site-packages/invoke/runners.py", line 449, in handle_stdin
E if ready_for_reading(input_):
E
E File "/home/travis/virtualenv/python2.7.9/lib/python2.7/site-packages/invoke/platform.py", line 140, in ready_for_reading
E if not has_fileno(input_):
E
E File "/home/travis/virtualenv/python2.7.9/lib/python2.7/site-packages/invoke/util.py", line 61, in has_fileno
E return isinstance(stream.fileno(), int)
E
E File "/home/travis/virtualenv/python2.7.9/lib/python2.7/site-packages/_pytest/capture.py", line 438, in fileno
E raise ValueError("redirected Stdin is pseudofile, has no fileno()")
E
[1mE ValueError: redirected Stdin is pseudofile, has no fileno()