Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 845003 - dev-python/pyflakes-2.4.0 fails tests
Summary: dev-python/pyflakes-2.4.0 fails tests
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-05-16 13:13 UTC by Agostino Sarubbo
Modified: 2022-05-23 09:43 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,142.55 KB, text/plain)
2022-05-16 13:13 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2022-05-16 13:13:04 UTC
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)
Comment 1 Agostino Sarubbo gentoo-dev 2022-05-16 13:13:07 UTC
Created attachment 779219 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-05-16 13:13:08 UTC
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