Created
April 20, 2021 12:31
-
-
Save adiroiban/288b7f55553cd43bf02050d911b20575 to your computer and use it in GitHub Desktop.
pypy-3.7-alldeps-nocov-posix twisted failure on 2eeaacb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://github.com/twisted/twisted/runs/2372418216#step:9:18222 | |
FAIL] | |
Traceback (most recent call last): | |
File "/home/runner/work/twisted/twisted/.tox/alldeps-nocov-posix/site-packages/twisted/words/test/test_irc.py", line 940, in test_ERRMSG | |
self.assertEqualBufferValue(reply, errReply) | |
File "/home/runner/work/twisted/twisted/.tox/alldeps-nocov-posix/site-packages/twisted/words/test/test_irc.py", line 38, in assertEqualBufferValue | |
self.assertEqual(bufferValue, val) | |
File "/home/runner/work/twisted/twisted/.tox/alldeps-nocov-posix/site-packages/twisted/trial/_synctest.py", line 424, in assertEqual | |
super().assertEqual(first, second, msg) | |
File "/opt/hostedtoolcache/PyPy/3.7.10/x64/lib-python/3/unittest/case.py", line 852, in assertEqual | |
assertion_func(first, second, msg=msg) | |
File "/opt/hostedtoolcache/PyPy/3.7.10/x64/lib-python/3/unittest/case.py", line 1233, in assertMultiLineEqual | |
self.fail(self._formatMessage(msg, standardMsg)) | |
twisted.trial.unittest.FailTest: '' != 'NOTICE nick :\x01ERRMSG t :No error has occurred.\x01\r\n' | |
+ NOTICE nick :ERRMSG t :No error has occurred. | |
twisted.words.test.test_irc.CTCPTests.test_ERRMSG | |
=============================================================================== | |
[FAIL] | |
Traceback (most recent call last): | |
File "/home/runner/work/twisted/twisted/.tox/alldeps-nocov-posix/site-packages/twisted/words/test/test_irc.py", line 998, in test_noDuplicateCTCPDispatch | |
self.assertEqual(self.called, 1) | |
File "/home/runner/work/twisted/twisted/.tox/alldeps-nocov-posix/site-packages/twisted/trial/_synctest.py", line 424, in assertEqual | |
super().assertEqual(first, second, msg) | |
File "/opt/hostedtoolcache/PyPy/3.7.10/x64/lib-python/3/unittest/case.py", line 852, in assertEqual | |
assertion_func(first, second, msg=msg) | |
File "/opt/hostedtoolcache/PyPy/3.7.10/x64/lib-python/3/unittest/case.py", line 845, in _baseAssertEqual | |
raise self.failureException(msg) | |
twisted.trial.unittest.FailTest: 0 != 1 | |
twisted.words.test.test_irc.CTCPTests.test_noDuplicateCTCPDispatch | |
=============================================================================== | |
[FAIL] | |
Traceback (most recent call last): | |
File "/home/runner/work/twisted/twisted/.tox/alldeps-nocov-posix/site-packages/twisted/words/test/test_irc.py", line 2532, in test_irc_NOTICE | |
self.client.methods, [("noticed", (self.user, "#twisted", "data1 data2"))] | |
File "/home/runner/work/twisted/twisted/.tox/alldeps-nocov-posix/site-packages/twisted/trial/_synctest.py", line 424, in assertEqual | |
super().assertEqual(first, second, msg) | |
File "/opt/hostedtoolcache/PyPy/3.7.10/x64/lib-python/3/unittest/case.py", line 852, in assertEqual | |
assertion_func(first, second, msg=msg) | |
File "/opt/hostedtoolcache/PyPy/3.7.10/x64/lib-python/3/unittest/case.py", line 1058, in assertListEqual | |
self.assertSequenceEqual(list1, list2, msg, seq_type=list) | |
File "/opt/hostedtoolcache/PyPy/3.7.10/x64/lib-python/3/unittest/case.py", line 1040, in assertSequenceEqual | |
self.fail(msg) | |
twisted.trial.unittest.FailTest: Lists differ: [] != [('noticed', ('[email protected]', '#twisted', 'data1 data2'))] | |
Second list contains 1 additional elements. | |
First extra element 0: | |
('noticed', ('[email protected]', '#twisted', 'data1 data2')) | |
- [] | |
+ [('noticed', ('[email protected]', '#twisted', 'data1 data2'))] | |
twisted.words.test.test_irc.ServerToClientTests.test_irc_NOTICE | |
=============================================================================== | |
Error: | |
Traceback (most recent call last): | |
File "/home/runner/work/twisted/twisted/.tox/alldeps-nocov-posix/site-packages/twisted/words/test/test_irc.py", line 1016, in test_noDefaultDispatch | |
self.calledWith, ("[email protected]", "#chan", "NOTREAL", None) | |
builtins.AttributeError: 'CTCPTests' object has no attribute 'calledWith' | |
twisted.words.test.test_irc.CTCPTests.test_noDefaultDispatch | |
=============================================================================== | |
Error: | |
Traceback (most recent call last): | |
File "/home/runner/work/twisted/twisted/.tox/alldeps-nocov-posix/site-packages/twisted/words/test/test_ircsupport.py", line 186, in test_action | |
self.assertEqual(conversation.message, "smiles") | |
builtins.AttributeError: 'StubConversation' object has no attribute 'message' | |
twisted.words.test.test_ircsupport.IRCProtoTests.test_action | |
------------------------------------------------------------------------------- | |
Ran 11973 tests in 198.188s | |
FAILED (skips=1591, failures=3, errors=2, successes=10377) | |
ERROR: InvocationError for command /home/runner/work/twisted/twisted/.tox/alldeps-nocov-posix/bin/python -m twisted.trial --temp-directory=/home/runner/work/twisted/twisted/.tox/alldeps-nocov-posix/tmp/_trial_temp --reactor=default --reporter=verbose -j 4 twisted (exited with code 1) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment