https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: dev-python/pyflakes-2.4.0 fails tests. Discovered on: amd64 (internal ref: ci)
Created attachment 779219 [details] build.log build log and emerge --info
Error(s) that match a know pattern: ") ') ') != (1, '[57 chars]4c:1:7: non-default argument follows default a[39 chars]^ ") != (1, "[57 chars]mx:8:8: end of file (EOF) while scanning tripl[48 chars]^ ") != (1, "[57 chars]q9:1:5: (unicode error) 'unicodeescape' codec [79 chars]^ ') != (1, '[58 chars]m:1:12: positional argument follows keyword ar[38 chars]^ AssertionError: Tuples differ: (1, '[57 chars]4c:1:17: non-default argument follows default [50 chars]^ AssertionError: Tuples differ: (1, "[57 chars]mx:8:11: end of file (EOF) while scanning trip[52 chars]^ AssertionError: Tuples differ: (1, "[57 chars]q9:1:6: (unicode error) 'unicodeescape' codec [80 chars]^ AssertionError: Tuples differ: (1, '[58 chars]m:1:16: positional argument follows keyword ar[42 chars]^ C{syntaxError} reports that there was a syntax error in the source ... ok FAILED (failures=4, skipped=44) FAIL: test_invalidEscape (pyflakes.test.test_api.CheckTests) FAIL: test_multilineSyntaxError (pyflakes.test.test_api.CheckTests) FAIL: test_nonDefaultFollowsDefaultSyntaxError (pyflakes.test.test_api.CheckTests) FAIL: test_nonKeywordAfterKeywordSyntaxError (pyflakes.test.test_api.CheckTests) Source which includes a syntax error which results in the raised Source which includes a syntax error which results in the raised ... FAIL