Source: pyflakes
Version: 1.3.0-1
Severity: serious
Tags: buster sid
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/pyflakes.html
...
======================================================================
ERROR: Test PEP 498 f-strings are treated as a usage.
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/build/1st/pyflakes-1.3.0/.pybuild/pythonX.Y_3.6/build/pyflakes/test/test_other.py",
line 1686, in test_f_string
''')
File
"/build/1st/pyflakes-1.3.0/.pybuild/pythonX.Y_3.6/build/pyflakes/test/harness.py",
line 25, in flakes
w = checker.Checker(tree, withDoctest=self.withDoctest, **kw)
File
"/build/1st/pyflakes-1.3.0/.pybuild/pythonX.Y_3.6/build/pyflakes/checker.py",
line 494, in __init__
self.handleChildren(tree)
File
"/build/1st/pyflakes-1.3.0/.pybuild/pythonX.Y_3.6/build/pyflakes/checker.py",
line 816, in handleChildren
self.handleNode(node, tree)
File
"/build/1st/pyflakes-1.3.0/.pybuild/pythonX.Y_3.6/build/pyflakes/checker.py",
line 863, in handleNode
handler(node)
File
"/build/1st/pyflakes-1.3.0/.pybuild/pythonX.Y_3.6/build/pyflakes/checker.py",
line 816, in handleChildren
self.handleNode(node, tree)
File
"/build/1st/pyflakes-1.3.0/.pybuild/pythonX.Y_3.6/build/pyflakes/checker.py",
line 863, in handleNode
handler(node)
File
"/build/1st/pyflakes-1.3.0/.pybuild/pythonX.Y_3.6/build/pyflakes/checker.py",
line 816, in handleChildren
self.handleNode(node, tree)
File
"/build/1st/pyflakes-1.3.0/.pybuild/pythonX.Y_3.6/build/pyflakes/checker.py",
line 862, in handleNode
handler = self.getNodeHandler(node.__class__)
File
"/build/1st/pyflakes-1.3.0/.pybuild/pythonX.Y_3.6/build/pyflakes/checker.py",
line 696, in getNodeHandler
self._nodeHandlers[node_class] = handler = getattr(self, nodeType)
AttributeError: 'Checker' object has no attribute 'JOINEDSTR'
----------------------------------------------------------------------
Ran 602 tests in 1.452s
FAILED (SKIP=33, errors=1)
E: pybuild pybuild:283: test: plugin distutils failed with: exit code=1: cd
/build/1st/pyflakes-1.3.0/.pybuild/pythonX.Y_3.6/build; python3.6 -m nose
dh_auto_test: pybuild --test --test-nose -i python{version} -p 3.6 3.5 returned
exit code 13
debian/rules:15: recipe for target 'build' failed
make: *** [build] Error 25