Skip to content

Instantly share code, notes, and snippets.

@mattip
Created January 16, 2023 08: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 mattip/7df3e9f37b8b3bdc6faab0b44594ac4e to your computer and use it in GitHub Desktop.
Save mattip/7df3e9f37b8b3bdc6faab0b44594ac4e to your computer and use it in GitHub Desktop.
lib-python failures py3.10 Jan 16
$ grep '^[A-Za-z]*Error' /tmp/stdout.txt |sort |uniq -c |sort -n -r
65 AssertionError: DeprecationWarning not triggered
48 AssertionError: TypeError not raised by dumps
42 AssertionError: events did not match expectation:
16 AssertionError: Lists differ: [1, 1] != [2, 2]
13 ValueError: array.index(x): x not in list
13 AssertionError: UnicodeEncodeError not raised
8 AssertionError: TypeError not raised
7 SyntaxError: invalid syntax
6 AssertionError: 4294967298 != 0
4 ValueError: code may be unreachable
4 TypeError
4 AssertionError: ValueError not raised
4 AssertionError: ".* is not a generic class|no type variables left" does not match ""
4 AssertionError: False is not true
3 ZeroDivisionError: division by zero
3 TypeError: 'property' object is not iterable
3 TypeError: 'co_linetable' is an invalid keyword argument for replace()
3 SyntaxError: parenthesis is never closed
3 SyntaxError: bad bad
3 NameError: name 'abc' is not defined. Did you mean: abs?
3 AttributeError: type object 'int' has no attribute 'reel'. Did you mean: real?
3 AssertionError: SyntaxError not raised
3 AssertionError: 'Cannot create a client socket with a PROTOCOL_TLS_SERVER context' not found in '[SSL] called a function you should not call'
3 AssertionError: "after" does not match "code may be unreachable"
2 ValueError: not enough values to unpack (expected 3, got 2)
2 ValueError: can't jump into the body of a for loop
2 SSLError is SSLError(1, '[SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca')
2 KeyError: 40
2 AttributeError: 'NoneType' object has no attribute 'object'
2 AttributeError: 'NoneType' object has no attribute 'args'
2 AttributeError: 'function' object has no attribute '__builtins__'
2 AssertionError: '\xe6\u0300\xe6\u0300' != '\xe6\u0300\u0300'
2 AssertionError: ValueError not raised by copy
2 AssertionError: TypeError not raised by getgrgid
2 AssertionError: SystemExit not raised
2 AssertionError: 'stdin: strict\nstdout: strict\nstderr: backslashreplace\n' != 'stdin: surrogateescape\nstdout: surrogateescape\nstderr: backslashreplace\n'
2 AssertionError: Process return code is 1
2 AssertionError: Process return code is 0
2 AssertionError: "Missing parentheses in call to 'print'. Did you mean print(...)" not found in 'Missing parentheses in call to \'print\'. Did you mean print("Hello World", end=" ")? (<string>, line 1)'
2 AssertionError: 'end of file (EOF) in multi-line statement (<string>, line 2)' != 'unexpected EOF while parsing (<string>, line 1)'
2 AssertionError: "call to 'print'" does not match "invalid syntax (<string>, line 1)"
2 AssertionError: "call to 'exec'" does not match "invalid syntax (<string>, line 1)"
2 AssertionError: 'ascii' != 'UTF-8'
2 AssertionError: 5 != 7
2 AssertionError: 5 != 3
2 AssertionError: 3 != 2
2 AssertionError: 2 != 1
2 AssertionError: 1 != 2
2 AssertionError: 10 != 9
2 AssertionError: 0 != 3
2 AssertionError: 0 != 2
2 AssertionError: 0 != 1 : []
2 AssertionError
1 ValueError: Name node can't be used with 'True' constant
1 ValueError: invalid format: expected ':' after format specifier
1 ValueError: importlib._bootstrap.__spec__ is None
1 ValueError: expected ':' after format specifier
1 ValueError: can't jump from a yield statement
1 ValueError: can't encode character in position 1, surrogates not allowed
1 ValueError: '=' alignment not allowed in string format specifier
1 ValueError
1 UnicodeEncodeError: 'ascii' codec can't encode character '\xe9' in position 2: ordinal not in range(128)
1 UnicodeDecodeError: 'euc_jp' codec can't decode byte 0xa4 in position 0: illegal multibyte sequence
1 TypeError: unsupported operand type(s) for |: 'NoneType' and 'GenericAlias'
1 TypeError: 'UnionType' object is not subscriptable (key <class 'int'>)
1 TypeError: Statement.__init__() missing 2 required positional arguments: 'connection' and 'sql'
1 TypeError: __set_name__() missing 2 required positional arguments: 'type' and 'name'
1 TypeError: object.__new__(poll) is not safe, use poll.__new__()
1 TypeError: __new__() missing 1 required positional argument: 'start'
1 TypeError: min() expects at least one argument, got 0
1 TypeError: max() expects at least one argument, got 0
1 TypeError: __init__() got an unexpected keyword argument 'invalid'
1 TypeError: expected str, got MyKey object
1 TypeError: expected integer, got MyIndex object
1 TypeError: expected integer, got bytes object
1 TypeError: exceptions must derive from BaseException, not type
1 TypeError: cannot unpack non-iterable Seq object
1 testSyntaxErrorOffset (test.test_exceptions.ExceptionTests) ... testWithTraceback (test.test_exceptions.ExceptionTests) ... ok
1 testSyntaxErrorMissingParens (test.test_exceptions.ExceptionTests) ... FAIL
1 testSyntaxErrorMessage (test.test_exceptions.ExceptionTests) ... ok
1 testSocketError (test.test_socket.GeneralModuleTests) ... ok
1 testSendtoErrors (test.test_socket.GeneralModuleTests) ... FAIL
1 testNtoHErrors (test.test_socket.GeneralModuleTests) ... skipped 'implementation detail specific to cpython'
1 SystemError: unexpected internal exception (please report a bug): <NodeVisitorNotImplemented object at 0x7fe5629247e8>; internal traceback was dumped to stderr
1 SyntaxError: unterminated triple-quoted string literal
1 SyntaxError: unterminated string literal
1 SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes in position 1-30: unknown Unicode character name
1 SyntaxError: unexpected character after line continuation character
1 SyntaxError: Missing parentheses in call to 'print'. Did you mean print("old style")?
1 SyntaxError: f-string: Unknown character
1 SyntaxError: end of file (EOF) in multi-line statement
1 SyntaxError: cannot delete operator
1 RuntimeError: Shouldnt load t4.py
1 ModuleNotFoundError: No module named '_xxsubinterpreters'
1 ModuleNotFoundError: No module named '_testinternalcapi'
1 ModuleNotFoundError: No module named '__hello__'
1 KeyError: 'getpwnam(): name not found: a\x00b'
1 KeyError: 16
1 KeyError: 12
1 IndexError: position 255 from error handler out of bounds
1 IndexError: position 0 from error handler invalid, already encoded 4
1 IndexError: encoding with 'utf-8' codec failed (IndexError: position 0 from error handler invalid, already encoded 4)
1 IndexError: encoding with 'ascii' codec failed (IndexError: position 255 from error handler out of bounds)
1 IndexError
1 IndentationError: expected an indented block after function definition on line 2
1 ImportError: cannot import name 'enable_shared_cache' from '_sqlite3' (/build_dir/pypy-c-jit-linux-x86-64/build/lib_pypy/_sqlite3.py)
1 ConnectionResetError: [Errno 104] Connection reset by peer
1 ConnectionRefusedError: [Errno 111] Connection refused
1 AttributeError: 'UnionType' object has no attribute '__parameters__'
1 AttributeError: type object 'struct_time' has no attribute '__match_args__'
1 AttributeError: type object 'Foo' has no attribute '__annotations__'
1 AttributeError: type object 'C' has no attribute '__annotations__'
1 AttributeError: 'NoneType' object has no attribute 'origin'
1 AttributeError: module 'test' has no attribute '__annotations__'
1 AttributeError: module '_testcapi' has no attribute 'bad_get'
1 AttributeError: module 'sys' has no attribute 'stdlib_module_names'
1 AttributeError: module 'sys' has no attribute 'orig_argv'
1 AttributeError: module 'sys' has no attribute '_current_exceptions'
1 AttributeError: module 'ssl' has no attribute 'VERIFY_ALLOW_PROXY_CERTS'
1 AttributeError: module '_ssl' has no attribute '_SSLSocket'
1 AttributeError: module has no attribute '__annotations__'
1 AttributeError: module 'gc' has no attribute 'is_tracked'
1 AttributeError: module 'foo' has no attribute '__annotations__'
1 AttributeError: module 'asyncio.tasks' has no attribute '_CTask'
1 AttributeError: 'function' object has no attribute '__objclass__'. Did you mean: __class__?
1 AttributeError: 'code' object has no attribute 'co_linetable'
1 AttributeError: can't delete ?.__cause__
1 AssertionError: "'ZeroDivisionError'?" not found in 'Traceback (most recent call last):\n File "/build_dir/pypy-c-jit-linux-x86-64/build/lib-python/3/test/test_exceptions.py", line 1723, in test_name_error_suggestions_from_builtins\n func()\n File "/build_dir/pypy-c-jit-linux-x86-64/build/lib-python/3/test/test_exceptions.py", line 1721, in func\n print(ZeroDivisionErrrrr)\nNameError: name \'ZeroDivisionErrrrr\' is not defined. Did you mean: ZeroDivisionError?\n'
1 AssertionError: '\x00\t\n\r\\\U0033e018' != '\x00\t\n\r\\\xff'
1 AssertionError: 'was never closed' not found in 'parenthesis is never closed (<test>, lines 1-2)'
1 AssertionError: ValueError not raised by stack_effect
1 AssertionError: ValueError not raised by interrupt_main
1 AssertionError: 'unterminated string literal (<string>, line 1)' != 'unterminated string literal (detected at line 1) (<string>, line 1)'
1 AssertionError: 'unte[15 chars]-quoted string literal (<string>, line 1)' != 'unte[15 chars]-quoted string literal (detected at line 1) (<string>, line 1)'
1 AssertionError: UnsupportedOperation not raised by truncate
1 AssertionError: 'UnionType in module types object' not found in 'Python Library Documentation: UnionType in module _pypy_generic_alias object\n\nclass UnionType(builtins.object)\n | UnionType(args)\n | \n | Represent a PEP 604 union type\n | \n | E.g. for int | str\n | \n | Methods defined here:\n | \n | __eq__(self, other)\n | \n | __hash__(self)\n | \n | __init__(self, args)\n | \n | __instancecheck__(self, instance)\n | \n | __or__(self, other)\n | \n | __repr__(self)\n | \n | __subclasscheck__(self, other)\n | \n | ----------------------------------------------------------------------\n | Readonly properties defined here:\n | \n | __args__\n | \n | ----------------------------------------------------------------------\n | Data descriptors defined here:\n | \n | __weakref__\n | list of weak references to the object (if defined)\n'
1 AssertionError: UnicodeError not raised by setstate
1 AssertionError: UnicodeDecodeError not raised by setstate
1 AssertionError: "unexpected indent" does not match "unexpected character after line continuation character (<unknown>, line 4)"
1 AssertionError: UndecodableBytesDefect("Encoded word contains bytes not decodable using 'utf-8\\udce2\\udc80\\udc9d' charset") is not an instance of <class 'email.errors.CharsetError'> : item 0
1 AssertionError: 'typing.Union[list[int], list[str], dict[float, str], list[float]]' != 'list[int] | list[str] | dict[float, str] | list[float]'
1 AssertionError: "type object 'int' has no attribute 'reel'. Did you mean: 'real'?\n" not found in 'Traceback (most recent call last):\n File "/build_dir/pypy-c-jit-linux-x86-64/build/lib-python/3/idlelib/idle_test/test_run.py", line 68, in test_get_multiple_message\n eval(compile(code1, \'\', \'eval\'))\n File "", line 1, in <module>\nAttributeError: type object \'int\' has no attribute \'reel\'. Did you mean: real?\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File "/build_dir/pypy-c-jit-linux-x86-64/build/lib-python/3/idlelib/idle_test/test_run.py", line 71, in test_get_multiple_message\n eval(compile(code2, \'\', \'eval\'))\n File "", line 1, in <module>\nZeroDivisionError: division by zero\n'
1 AssertionError: TypeError('zip_longest argument #1 must support iteration') is not TypeError()
1 AssertionError: TypeError('zip argument #1 must support iteration') is not TypeError()
1 AssertionError: TypeError not raised by SyntaxError
1 AssertionError: TypeError not raised by setstate
1 AssertionError: TypeError not raised by func
1 AssertionError: TypeError not raised by _dumps
1 AssertionError: TypeError not raised by c_byte
1 AssertionError: tuple[test.test_typing.G, int] != tuple[test.test_typing.GenericTests.test_non_generic_subscript.<locals>.G, int]
1 AssertionError: Tuples differ: (<class 'int'>, None) != (<class 'int'>, <class 'NoneType'>)
1 AssertionError: Tuples differ: (<class 'IndexError'>, IndexError(), <traceback object at 0x00007f7e06a8c020>) != (None, None, None)
1 AssertionError: Tuples differ: (5,) != (4,)
1 AssertionError: Tuples differ: (3,) != (2,)
1 AssertionError: Tuples differ: ('\\', 2) != ('\\\\', 2)
1 AssertionError: Tuples differ: (2, 1) != (1, 1)
1 AssertionError: Tuples differ: (1, 2, 3, 4) != (None, None, None, None)
1 AssertionError: True is not false
1 AssertionError: "^This should NOT be wrapped$" does not match ""
1 AssertionError: <test.support._ALWAYS_EQ object at 0x00000000007d39f0> unexpectedly found in (<test.support._NEVER_EQ object at 0x00000000007d3a28>,)
1 AssertionError: '<tab[1133 chars]ref="builtins.html">builtins</a><br>\n</td><td[6489 chars]ble>' != '<tab[1133 chars]ref="types.html">types</a><br>\n</td><td width[6447 chars]ble>'
1 AssertionError: "SyntaxError: Non-UTF-8 code starting with '\\x89' in file" not found in 'SyntaxError: Non-UTF-8 code in identifier but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details'
1 AssertionError: SyntaxError did not contain "\\(' was never closed"
1 AssertionError: SyntaxError did not contain 'cannot delete expression'
1 AssertionError: 'stat(path, *, dir_fd=-100, follow_symlinks=True)' != 'stat(path, *, dir_fd=None, follow_symlinks=True)'
1 AssertionError: "should have returned an instance of BaseException" does not match "exceptions must derive from BaseException, not type"
1 AssertionError: 'sha512' != 'hmac-sha512'
1 AssertionError: 'sha384' != 'hmac-sha384'
1 AssertionError: 'sha256' != 'hmac-sha256'
1 AssertionError: 'sha224' != 'hmac-sha224'
1 AssertionError: 'sha1' != 'hmac-sha1'
1 AssertionError: "^__set_name__\(\) takes 2 positional arguments but 0 were given$" does not match "__set_name__() missing 2 required positional arguments: 'type' and 'name'"
1 AssertionError: Sequences differ: [] != [('syslog.openlog', ' ', 'python 0 8'), ('[285 chars] '')]
1 AssertionError: 'seq' != 'map'
1 AssertionError: RuntimeError("can't do async_generator.athrow().throw()") is not an instance of <class 'ZeroDivisionError'>
1 AssertionError: Regex matched: "NameError: name 'a0' is not defined. Did you mean: a1" matches 'NameError.*a1' in 'Traceback (most recent call last):\n File "/build_dir/pypy-c-jit-linux-x86-64/build/lib-python/3/test/test_exceptions.py", line 1884, in test_name_error_suggestions_do_not_trigger_for_too_many_locals\n f()\n File "/build_dir/pypy-c-jit-linux-x86-64/build/lib-python/3/test/test_exceptions.py", line 1881, in f\n print(a0)\nNameError: name \'a0\' is not defined. Did you mean: a1?\n'
1 AssertionError: Regex didn't match: b'No code object available' not found in b"/build_dir/pypy-c-jit-linux-x86-64/build/pypy/goal/pypy3.10-c: Error while finding module specification for 'builtins' (ValueError: builtins.__spec__ is None)\n"
1 AssertionError: "range expected at least 1 argument, got 0" does not match "__new__() missing 1 required positional argument: 'start'"
1 AssertionError: "(Phone) <class 'TypeError'>: expected bytes, int found" != '(Phone) TypeError: expected bytes, int found'
1 AssertionError: Outputs don't match:
1 AssertionError: OSError not raised
1 AssertionError: None != "to_bytes(...)\n int.to_bytes(leng[902 chars] "
1 AssertionError: None != 'seq'
1 AssertionError: None != '(raw, buffer_size=DEFAULT_BUFFER_SIZE)'
1 AssertionError: None != 'map'
1 AssertionError: None != <cdata 'X509 *' 0x100ca70>
1 AssertionError: None != 38
1 AssertionError: None != -1
1 AssertionError: No exception raised for invalid code
1 AssertionError: '\n ^^^^^\n' not found in ' File "/tmp/pytest/tmpwgbzvx3u/script.py", line 1\n 1 + 1 = 2\n ^^^^^^^\nSyntaxError: cannot assign to operator here. Maybe you meant \'==\' instead of \'=\'?\n'
1 AssertionError: '\n File "bad.py", line 1\n abcdefg\n ^^^^^^\nSyntaxError: bad bad\n' not found in 'Traceback (most recent call last):\n File "/build_dir/pypy-c-jit-linux-x86-64/build/lib-python/3/test/test_exceptions.py", line 2397, in test_range_of_offsets\n raise SyntaxError("bad bad", args)\n File "bad.py", line 1\n abcdefg\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nSyntaxError: bad bad\n'
1 AssertionError: '\n File "bad.py", line 1\n abcdefg\n ^\nSyntaxError: bad bad\n' not found in 'Traceback (most recent call last):\n File "/build_dir/pypy-c-jit-linux-x86-64/build/lib-python/3/test/test_exceptions.py", line 2397, in test_range_of_offsets\n raise SyntaxError("bad bad", args)\n File "bad.py", line 1\n abcdefg\n \nSyntaxError: bad bad\n'
1 AssertionError: '\n File "bad.py", line 1\n abcdefg\n ^\nSyntaxError: bad bad\n' not found in 'Traceback (most recent call last):\n File "/build_dir/pypy-c-jit-linux-x86-64/build/lib-python/3/test/test_exceptions.py", line 2397, in test_range_of_offsets\n raise SyntaxError("bad bad", args)\n File "bad.py", line 1\n abcdefg\n \nSyntaxError: bad bad\n'
1 AssertionError: NameError not raised by exec
1 AssertionError: "NameError: name 'abc' is not defined. Did you mean: abs?\n" != "NameError: name 'abc' is not defined. Did you mean: 'abs'?\n"
1 AssertionError: "name 'abc' is not defined. Did you mean: 'abs'?\n" not found in 'Traceback (most recent call last):\n File "/build_dir/pypy-c-jit-linux-x86-64/build/lib-python/3/idlelib/idle_test/test_run.py", line 68, in test_get_multiple_message\n eval(compile(code1, \'\', \'eval\'))\n File "", line 1, in <module>\nZeroDivisionError: division by zero\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File "/build_dir/pypy-c-jit-linux-x86-64/build/lib-python/3/idlelib/idle_test/test_run.py", line 71, in test_get_multiple_message\n eval(compile(code2, \'\', \'eval\'))\n File "", line 1, in <module>\nNameError: name \'abc\' is not defined. Did you mean: abs?\n'
1 AssertionError: "name 'abc' is not defined. Did you mean: 'abs'?\n" not found in 'Traceback (most recent call last):\n File "/build_dir/pypy-c-jit-linux-x86-64/build/lib-python/3/idlelib/idle_test/test_run.py", line 68, in test_get_multiple_message\n eval(compile(code1, \'\', \'eval\'))\n File "", line 1, in <module>\nNameError: name \'abc\' is not defined. Did you mean: abs?\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File "/build_dir/pypy-c-jit-linux-x86-64/build/lib-python/3/idlelib/idle_test/test_run.py", line 71, in test_get_multiple_message\n eval(compile(code2, \'\', \'eval\'))\n File "", line 1, in <module>\nAttributeError: type object \'int\' has no attribute \'reel\'. Did you mean: real?\n'
1 AssertionError: '\n 1 + 1 = 2\n ^^^^^\n' not found in ' File "/tmp/pytest/tmpem_llhqd/script.py", line 2\n 1 + 1 = 2\n ^^^^^^^\nSyntaxError: cannot assign to operator here. Maybe you meant \'==\' instead of \'=\'?\n'
1 AssertionError: 'M.__new__() takes exactly 3 arguments (1 given)' != 'type.__new__() takes exactly 3 arguments (1 given)'
1 AssertionError: "Missing parentheses in call to 'print'. Did you mean print(...)" not found in "Missing parentheses in call to 'print'. Did you mean print(p)? (<string>, line 1)"
1 AssertionError: "Missing parentheses in call to 'print'. Did you mean print(...)" not found in "Missing parentheses in call to 'print'. Did you mean print(i)? (<string>, line 1)"
1 AssertionError: "Missing parentheses in call to 'print'. Did you mean print(...)" not found in 'Missing parentheses in call to \'print\'. Did you mean print("Hello World")? (<string>, line 2)'
1 AssertionError: "Missing parentheses in call to 'print'. Did you mean print(...)" not found in 'Missing parentheses in call to \'print\'. Did you mean print("Hello World")? (<string>, line 1)'
1 AssertionError: "min expected at least 1 argument, got 0" does not match "min() expects at least one argument, got 0"
1 AssertionError: 'md5' != 'hmac-md5'
1 AssertionError: "max expected at least 1 argument, got 0" does not match "max() expects at least one argument, got 0"
1 AssertionError: 'map' != 'seq'
1 AssertionError: Lists differ: [('te[26 chars]k', '1/0'), ('__exit__', 'return self.run_coro[299 chars]xc')] != [('te[26 chars]k', 'with self.exit_stack() as stack:'), ('__e[288 chars]xc')]
1 AssertionError: Lists differ: [('te[26 chars]k', '1/0'), ('__exit__', 'raise exc_details[1][110 chars]xc')] != [('te[26 chars]k', 'with self.exit_stack() as stack:'), ('__e[139 chars]xc')]
1 AssertionError: Lists differ: ['stdin: latin1/strict', 'stdout: latin1/strict', [29 chars]ace'] != ['stdin: iso8859-1/strict', 'stdout: iso8859-1/str[38 chars]ace']
1 AssertionError: Lists differ: [] != ['sqlite3.connect', 'sqlite3.connect/handl[102 chars]ion']
1 AssertionError: Lists differ: ['-> pass', '(Pdb) *** SyntaxError: parenthesis is ne[287 chars]b) '] != ['-> pass', "(Pdb) *** SyntaxError: '(' was never clo[273 chars]b) ']
1 AssertionError: Lists differ: ['obj', 'cls'] != ['instance', 'owner']
1 AssertionError: Lists differ: ['None.__bool__()', 'None.__class__(', 'None.__delattr__([383 chars]__('] != ['None.__bool__(', 'None.__class__(', 'None.__delattr__('[376 chars]__(']
1 AssertionError: Lists differ: [None, 1, 3, 1] != [3, 1]
1 AssertionError: Lists differ: [None, 1, 2, 1] != [1, 2]
1 AssertionError: Lists differ: ['__c[34 chars]__loader__', '__name__', '__package__', '__spec__'] != ['__c[34 chars]__loader__', '__name__', '__package__', '__path__', '__spec__']
1 AssertionError: Lists differ: [b'foo"""', b' ^', b'SyntaxError: f[34 chars]wed'] != [b' foo"""', b' ^', b'SyntaxErro[38 chars]wed']
1 AssertionError: Lists differ: [b'abcdef'] != []
1 AssertionError: Lists differ: [b' [26 chars] ^^^^^^^^', b"SyntaxError: invalid escape sequence 'q'"] != [b' [26 chars] ^^^^^^^^', b"SyntaxError: invalid escape sequence '\\q'"]
1 AssertionError: Lists differ: [5, 2, 3] != [5, 2, 1]
1 AssertionError: Lists differ: [2, 3, 5, 1, 3] != [2, 1, 5, 1]
1 AssertionError: Lists differ: [2, 3, 4, 3, 1] != [2, 4, 2, 1]
1 AssertionError: Lists differ: [2, 3, 1] != [2, 1]
1 AssertionError: Lists differ: [1, 3, 3] != [1, 4, 5]
1 AssertionError: Items in the second set but not the first:
1 AssertionError: ".* is not a generic class|no type variables left" does not match "'property' object is not iterable"
1 AssertionError: "'invalid' is an invalid keyword argument for ImportError" does not match "__init__() got an unexpected keyword argument 'invalid'"
1 AssertionError: "invalid format: expected ':' after conversion specifier" != "invalid format: expected ':' after format specifier"
1 AssertionError: "invalid decimal literal" does not match "invalid syntax (<test string>, line 1)"
1 AssertionError: int | None != typing.Optional[int]
1 AssertionError: Indented statement over multiple lines is valid
1 AssertionError: "identifier field can't represent 'True' constant" does not match "Name node can't be used with 'True' constant"
1 AssertionError: "'global_for_suggestions'?" not found in 'Traceback (most recent call last):\n File "/build_dir/pypy-c-jit-linux-x86-64/build/lib-python/3/test/test_exceptions.py", line 1713, in test_name_error_suggestions_from_globals\n func()\n File "/build_dir/pypy-c-jit-linux-x86-64/build/lib-python/3/test/test_exceptions.py", line 1711, in func\n print(global_for_suggestio)\nNameError: name \'global_for_suggestio\' is not defined. Did you mean: global_for_suggestions?\n'
1 AssertionError: 'function' != 'method_descriptor'
1 AssertionError: "f-string: invalid syntax" does not match "f-string: Unknown character (?, line 1)"
1 AssertionError: False is not true : Unknown option --unknown-option
1 AssertionError: 'False False False\nFalse False False\n' != 'False False False\nFalse False True\n'
1 AssertionError: Failed doctest test for test.test_pdb.test_post_mortem
1 AssertionError: Failed doctest test for test.test_pdb.test_pdb_issue_20766
1 AssertionError: Failed doctest test for test.test_doctest.test_DocTestFinder.non_Python_modules
1 AssertionError: expected Missing parentheses in call to 'print'. Did you mean print(...)?, got Missing parentheses in call to 'print'. Did you mean print("old style")?
1 AssertionError: '<exception str() failed>' not found in 'Traceback (most recent call last):\n File "/build_dir/pypy-c-jit-linux-x86-64/build/lib-python/3/test/test_exceptions.py", line 1522, in test_unhandled\n raise exc\ntest.test_exceptions.BrokenStrException: <unprintable BrokenStrException object>\n'
1 AssertionError: Exception ignored when trying to write to the signal wakeup fd: Errno 9
1 AssertionError: "except" does not match "code may be unreachable"
1 AssertionError: '' != 'ERROR:root:log in __del__'
1 AssertionError: "encoding with 'exception_chaining_test' codec failed \(RuntimeError: This should be wrapped\)" does not match ""
1 AssertionError: "encoding with 'exception_chaining_test' codec failed \(RuntimeError: \)" does not match ""
1 AssertionError: {'dir_fd': -100, 'follow_symlinks': True} != {'dir_fd': None, 'follow_symlinks': True}
1 AssertionError: Command '['/tmp/pytest/tmp_wva75ok/bin/pypy3.10-c', '-m', 'ensurepip', '--upgrade', '--default-pip']' returned non-zero exit status 127.
1 AssertionError: Command ['/build_dir/pypy-c-jit-linux-x86-64/build/pypy/goal/pypy3.10-c', '-X', 'faulthandler', '-I', '-m', 'test', '--testdir=/tmp/pytest/tmp23rxnr2b', '--fail-env-changed', '-v', 'test_regrtest_noop28'] failed with exit code 0
1 AssertionError: 'collections.abc.Callable[typing.Concatenate, ~T]' != 'collections.abc.Callable[typing.Concatenate[int, ~P], ~T]'
1 AssertionError: 'cm(cls, x)\n A class method\n' != 'cm(...)\n A class method\n'
1 AssertionError: <class 'bool'> is not <class 'int'>
1 AssertionError: <class 'bool'> != <class 'int'> : warn_default_encoding
1 AssertionError: "cannot set '__doc__' attribute of immutable type 'list'" not found in "can't set list.__doc__"
1 AssertionError: "cannot create '_sqlite3\.Statement' instances" does not match "Statement.__init__() missing 2 required positional arguments: 'connection' and 'sql'"
1 AssertionError: "cannot create 'select\.poll' instances" does not match "object.__new__(poll) is not safe, use poll.__new__()"
1 AssertionError: "call to 'print'" does not match "invalid syntax (<string>, line 2)"
1 AssertionError: "call to 'exec'" does not match "invalid syntax (<string>, line 2)"
1 AssertionError: b"'\\xc3\\xa6'" != b"'\\xe6'"
1 AssertionError: b'\xab\xdc' != b'\xab\xc4'
1 AssertionError: b'\x1b$B$"' != b'$"'
1 AssertionError: b'\x01\n' != b'\x02\n'
1 AssertionError: b'[\x00\xbd\x00\xbe\x00]\x00' != b'[\x00\xbd\xbe]\x00'
1 AssertionError: b'\x00[\x00\xbd\x00\xbe\x00]' != b'\x00[\xbd\xbe\x00]'
1 AssertionError: b'[\x00\x00\x00\xbc\x00\x00\x00\xbd\x00\x00\x00\xbe\x00\x00\x0[26 chars]\x00' != b'[\x00\x00\x00\xbc\xbd\xbe\xbf]\x00\x00\x00'
1 AssertionError: b'\x00\x00\x00[\x00\x00\x00\xbc\x00\x00\x00\xbd\x00\x00\x0[30 chars]x00]' != b'\x00\x00\x00[\xbc\xbd\xbe\xbf\x00\x00\x00]'
1 AssertionError: 'but got <ast.expr' not found in 'expected some sort of expr, but got <_ast.expr object at 0x00007fe55be8a4e0>'
1 AssertionError: b'unterminated triple-quoted string literal (detected at line 3)' not found in b' File "/tmp/pytest/tmp8ht4l0zh/foo.py", line 1\n \'\'\'this is \n ^\nSyntaxError: unterminated triple-quoted string literal\n'
1 AssertionError: b'unexpected EOF while parsing' not found in b' File "/tmp/pytest/tmpioou53se/foo.py", line 2\n \nSyntaxError: end of file (EOF) in multi-line statement\n'
1 AssertionError: b'Non-UTF-8' not found in b' File "/tmp/pytest/tmpf345ld7u/bad.py", line 1\n 0000\x00\n ^\nSyntaxError: Unknown character\n'
1 AssertionError: b"Non-UTF-8 code starting with '\\xb1'" not found in b' File "/tmp/pytest/test_python_16732\\xe6/@test_16732_tmp\\xe6", line 1\n print("""\n\\ufffd""")\n \nSyntaxError: (unicode error) \'utf-8\' codec can\'t decode byte 0xb1 in position 4: unexpected end of data\n'
1 AssertionError: 'blech' unexpectedly found in 'Traceback (most recent call last):\n File "/build_dir/pypy-c-jit-linux-x86-64/build/lib-python/3/test/test_exceptions.py", line 2119, in test_getattr_suggestions_do_not_trigger_for_big_dicts\n A().bluch\nAttributeError: \'A\' object has no attribute \'bluch\'. Did you mean: blech?\n'
1 AssertionError: 'blech' not found in 'Traceback (most recent call last):\n File "/build_dir/pypy-c-jit-linux-x86-64/build/lib-python/3/test/test_exceptions.py", line 2175, in test_getattr_suggestions_invalid_args\n cls().bluch\n File "/build_dir/pypy-c-jit-linux-x86-64/build/lib-python/3/test/test_exceptions.py", line 2161, in __getattr__\n raise AttributeError(NonStringifyClass())\nAttributeError: <unprintable AttributeError object>\n'
1 AssertionError: 'blech' not found in 'Traceback (most recent call last):\n File "/build_dir/pypy-c-jit-linux-x86-64/build/lib-python/3/test/test_exceptions.py", line 2133, in test_getattr_suggestions_no_args\n A().bluch\n File "/build_dir/pypy-c-jit-linux-x86-64/build/lib-python/3/test/test_exceptions.py", line 2130, in __getattr__\n raise AttributeError()\nAttributeError\n'
1 AssertionError: "'blech'?" not found in 'Traceback (most recent call last):\n File "/build_dir/pypy-c-jit-linux-x86-64/build/lib-python/3/test/test_exceptions.py", line 2034, in test_getattr_suggestions\n cls().bluch\nAttributeError: \'Substitution\' object has no attribute \'bluch\'. Did you mean: blech?\n'
1 AssertionError: "'blech'?" not found in 'Traceback (most recent call last):\n File "/build_dir/pypy-c-jit-linux-x86-64/build/lib-python/3/test/test_exceptions.py", line 1703, in test_name_error_suggestions\n func()\n File "/build_dir/pypy-c-jit-linux-x86-64/build/lib-python/3/test/test_exceptions.py", line 1668, in Substitution\n print(bluch)\nNameError: name \'bluch\' is not defined. Did you mean: blech?\n'
1 AssertionError: b'History length: 1' not found in bytearray(b'dummy input\r\nTraceback (most recent call last):\r\n File "<string>", line 2, in <module>\r\nAttributeError: module \'readline\' has no attribute \'set_auto_history\'\r\n')
1 AssertionError: b'History length: 0' not found in bytearray(b'dummy input\r\nTraceback (most recent call last):\r\n File "<string>", line 2, in <module>\r\nAttributeError: module \'readline\' has no attribute \'set_auto_history\'\r\n')
1 AssertionError: '' != "b'e:\\xc3\\xa9, euro:\\xe2\\x82\\xac, non-bmp:\\xf4\\x8f\\xbf\\xbf'"
1 AssertionError: b'' != b'\xa4'
1 AssertionError: b'a\x00b\x00\x00' != b'a\x00###'
1 AssertionError: 'badsyntax_future7.py, line 3' not found in '__future__ statements must appear at beginning of file (badsyntax_future7.py, lines 3-4)'
1 AssertionError: "Attr[16 chars] object 'int' has no attribute 'reel'. Did you mean: real?\n" != "Attr[16 chars] object 'int' has no attribute 'reel'. Did you mean: 'real'?\n"
1 AssertionError: 'ascii/strict' != 'UTF-8/strict'
1 AssertionError: 'ascii/namereplace' != 'UTF-8/namereplace'
1 AssertionError: array('B') is not an instance of <class 'collections.abc.MutableSequence'>
1 AssertionError: 'a bytes-like object is required, not str' != "a bytes-like object is required, not 'str'"
1 AssertionError: "^\('a', 'b', 'c'\)$" does not match ""
1 AssertionError: 9 != 7
1 AssertionError: 871 != 870
1 AssertionError: 7 != 1
1 AssertionError: 6 != 5
1 AssertionError: 5 != 8
1 AssertionError: 54 not less than or equal to 6
1 AssertionError: 51 not less than or equal to 6
1 AssertionError: 4 != 3
1 AssertionError: 40274202 != 140343476056426
1 AssertionError: 3 != 17
1 AssertionError: 3 != 1
1 AssertionError: 257 != 1
1 AssertionError: 22 != 10 : _PythonRunResult(rc=22, out=b'', err=b'')
1 AssertionError: 21 != 10
1 AssertionError: 2 != 10
1 AssertionError: "1" does not match ""
1 AssertionError: 16 != 9
1 AssertionError: 15 != 11
1 AssertionError: 140127522580306 != 20371826
1 AssertionError: 140050800579616 != 140050786037816
1 AssertionError: 12 != 4
1 AssertionError: 103 not less than or equal to 6
1 AssertionError: 102 not less than or equal to 6
1 AssertionError: 10 != 20
1 AssertionError: 1 != 0 : (1, b'', b'Traceback (most recent call last):\n File "/build_dir/pypy-c-jit-linux-x86-64/build/lib-python/3/runpy.py", line 199, in _run_module_as_main\n return _run_code(code, main_globals, None,\n File "/build_dir/pypy-c-jit-linux-x86-64/build/lib-python/3/runpy.py", line 86, in _run_code\n exec(code, run_globals)\n File "/build_dir/pypy-c-jit-linux-x86-64/build/lib-python/3/test/_test_embed_set_config.py", line 8, in <module>\n import _testinternalcapi\nModuleNotFoundError: No module named \'_testinternalcapi\'\n')
1 AssertionError: 10 != 18
1 AssertionError: 10 != 15
1 AssertionError: 1 != 0
1 AssertionError: 0 is not true
1 AssertionError: 0 != 10928898
1 AssertionError: 0 != -1
1 AssertionError: ' ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^' != ' ^^^^^^^^^^^^^^^^^^^'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment