Skip to content

Instantly share code, notes, and snippets.

@jelly
Created June 5, 2016 19:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jelly/cc9532fb99a85dd0404e80d482e909b4 to your computer and use it in GitHub Desktop.
Save jelly/cc9532fb99a85dd0404e80d482e909b4 to your computer and use it in GitHub Desktop.
Pyston unittests
6: Test command: /usr/bin/python "/root/pyston/tools/tester.py" "-R" "./pyston" "-j1" "-q" "-k" "-a=-S" "--exit-code-only" "--skip-failing" "-t100" "/root/pyston/test/cpython"
6: Test timeout computed to be: 9.99988e+06
6: test_ftplib.py FAILED (Exited with code 1 (expected code 0))
6: Exception in thread Thread-66:
6: Traceback (most recent call last):
6: File "/root/pyston/build/Debug/from_cpython/Lib/threading.py", line 810, in __bootstrap_inner
6: self.run()
6: File "/root/pyston/test/cpython/test_ftplib.py", line 238, in run
6: asyncore.loop(timeout=0.1, count=1)
6: File "/root/pyston/build/Debug/from_cpython/Lib/asyncore.py", line 220, in loop
6: poll_fun(timeout, map)
6: File "/root/pyston/build/Debug/from_cpython/Lib/asyncore.py", line 156, in poll
6: read(obj)
6: File "/root/pyston/build/Debug/from_cpython/Lib/asyncore.py", line 87, in read
6: obj.handle_error()
6: File "/root/pyston/build/Debug/from_cpython/Lib/asyncore.py", line 83, in read
6: obj.handle_read_event()
6: File "/root/pyston/test/cpython/test_ftplib.py", line 315, in handle_read_event
6: self._do_ssl_handshake()
6: File "/root/pyston/test/cpython/test_ftplib.py", line 282, in _do_ssl_handshake
6: self.socket.do_handshake()
6: File "/root/pyston/build/Debug/from_cpython/Lib/ssl.py", line 310, in do_handshake
6: self._sslobj.do_handshake()
6: SSLError: [Errno 1] _ssl.c:518: error:14076102:SSL routines:SSL23_GET_CLIENT_HELLO:unsupported protocol
6:
6: Exception in thread Thread-67:
6: Traceback (most recent call last):
6: File "/root/pyston/build/Debug/from_cpython/Lib/threading.py", line 810, in __bootstrap_inner
6: self.run()
6: File "/root/pyston/test/cpython/test_ftplib.py", line 238, in run
6: asyncore.loop(timeout=0.1, count=1)
6: File "/root/pyston/build/Debug/from_cpython/Lib/asyncore.py", line 220, in loop
6: poll_fun(timeout, map)
6: File "/root/pyston/build/Debug/from_cpython/Lib/asyncore.py", line 156, in poll
6: read(obj)
6: File "/root/pyston/build/Debug/from_cpython/Lib/asyncore.py", line 87, in read
6: obj.handle_error()
6: File "/root/pyston/build/Debug/from_cpython/Lib/asyncore.py", line 83, in read
6: obj.handle_read_event()
6: File "/root/pyston/test/cpython/test_ftplib.py", line 315, in handle_read_event
6: self._do_ssl_handshake()
6: File "/root/pyston/test/cpython/test_ftplib.py", line 282, in _do_ssl_handshake
6: self.socket.do_handshake()
6: File "/root/pyston/build/Debug/from_cpython/Lib/ssl.py", line 310, in do_handshake
6: self._sslobj.do_handshake()
6: SSLError: [Errno 1] _ssl.c:518: error:14076102:SSL routines:SSL23_GET_CLIENT_HELLO:unsupported protocol
6:
6: Exception in thread Thread-68:
6: Traceback (most recent call last):
6: File "/root/pyston/build/Debug/from_cpython/Lib/threading.py", line 810, in __bootstrap_inner
6: self.run()
6: File "/root/pyston/test/cpython/test_ftplib.py", line 238, in run
6: asyncore.loop(timeout=0.1, count=1)
6: File "/root/pyston/build/Debug/from_cpython/Lib/asyncore.py", line 220, in loop
6: poll_fun(timeout, map)
6: File "/root/pyston/build/Debug/from_cpython/Lib/asyncore.py", line 156, in poll
6: read(obj)
6: File "/root/pyston/build/Debug/from_cpython/Lib/asyncore.py", line 87, in read
6: obj.handle_error()
6: File "/root/pyston/build/Debug/from_cpython/Lib/asyncore.py", line 83, in read
6: obj.handle_read_event()
6: File "/root/pyston/test/cpython/test_ftplib.py", line 315, in handle_read_event
6: self._do_ssl_handshake()
6: File "/root/pyston/test/cpython/test_ftplib.py", line 282, in _do_ssl_handshake
6: self.socket.do_handshake()
6: File "/root/pyston/build/Debug/from_cpython/Lib/ssl.py", line 310, in do_handshake
6: self._sslobj.do_handshake()
6: SSLError: [Errno 1] _ssl.c:518: error:14076102:SSL routines:SSL23_GET_CLIENT_HELLO:unsupported protocol
6:
6: Exception in thread Thread-69:
6: Traceback (most recent call last):
6: File "/root/pyston/build/Debug/from_cpython/Lib/threading.py", line 810, in __bootstrap_inner
6: self.run()
6: File "/root/pyston/test/cpython/test_ftplib.py", line 238, in run
6: asyncore.loop(timeout=0.1, count=1)
6: File "/root/pyston/build/Debug/from_cpython/Lib/asyncore.py", line 220, in loop
6: poll_fun(timeout, map)
6: File "/root/pyston/build/Debug/from_cpython/Lib/asyncore.py", line 156, in poll
6: read(obj)
6: File "/root/pyston/build/Debug/from_cpython/Lib/asyncore.py", line 87, in read
6: obj.handle_error()
6: File "/root/pyston/build/Debug/from_cpython/Lib/asyncore.py", line 83, in read
6: obj.handle_read_event()
6: File "/root/pyston/test/cpython/test_ftplib.py", line 315, in handle_read_event
6: self._do_ssl_handshake()
6: File "/root/pyston/test/cpython/test_ftplib.py", line 282, in _do_ssl_handshake
6: self.socket.do_handshake()
6: File "/root/pyston/build/Debug/from_cpython/Lib/ssl.py", line 310, in do_handshake
6: self._sslobj.do_handshake()
6: SSLError: [Errno 1] _ssl.c:518: error:14076102:SSL routines:SSL23_GET_CLIENT_HELLO:unsupported protocol
6:
6: Traceback (most recent call last):
6: File "/root/pyston/test/cpython/test_ftplib.py", line 808, in <module>
6: test_main()
6: File "/root/pyston/test/cpython/test_ftplib.py", line 802, in test_main
6: test_support.run_unittest(*tests)
6: File "/root/pyston/build/Debug/from_cpython/Lib/test/test_support.py", line 1341, in run_unittest
6: _run_suite(suite)
6: File "/root/pyston/build/Debug/from_cpython/Lib/test/test_support.py", line 1324, in _run_suite
6: raise TestFailed(err)
6: test.test_support.TestFailed: multiple errors occurred
6:
6/7 Test #6: pyston_defaults_cpython ..........***Failed 668.93 sec
test 7
Start 7: pyston_defaults_integration
7: Test command: /usr/bin/python "/root/pyston/tools/tester.py" "-R" "./pyston" "-j1" "-q" "-k" "-a=-S" "--exit-code-only" "--skip-failing" "-t600" "/root/pyston/test/integration"
7: Test timeout computed to be: 9.99988e+06
7: Looks like you don't have the integration-test repositories checked out; skipping them.
7: If you would like to run them, please run:
7: git submodule update --init --recursive /root/pyston/test/integration/../lib
7/7 Test #7: pyston_defaults_integration ...... Passed 0.04 sec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment