Skip to content

Instantly share code, notes, and snippets.

@adiroiban
Created April 20, 2021 12:31
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 adiroiban/288b7f55553cd43bf02050d911b20575 to your computer and use it in GitHub Desktop.
Save adiroiban/288b7f55553cd43bf02050d911b20575 to your computer and use it in GitHub Desktop.
pypy-3.7-alldeps-nocov-posix twisted failure on 2eeaacb
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', ('Wolf!~wolf@yok.utu.fi', '#twisted', 'data1 data2'))]
Second list contains 1 additional elements.
First extra element 0:
('noticed', ('Wolf!~wolf@yok.utu.fi', '#twisted', 'data1 data2'))
- []
+ [('noticed', ('Wolf!~wolf@yok.utu.fi', '#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, ("foo!bar@baz.quux", "#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