Compiling /usr/src/kernel-linus-4.17.0-1.mga7/tools/testing/selftests/tc-testing/plugin-lib/rootPlugin.py ...
 File "/usr/src/kernel-linus-4.17.0-1.mga7/tools/testing/selftests/tc-testing/plugin-lib/rootPlugin.py", line 18
ÂÂÂ print('This script must be run with root privileges', file=sys.stderr)
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ ^
SyntaxError: invalid syntax
Caused by:
commit f6926e85eee9be08d05170af3a2266b8d7f9cdef
Author: Brenda J. Butler <bjb@xxxxxxxxxxxx>
Date:ÂÂ Wed Feb 14 14:08:55 2018 -0500
ÂÂÂ tools: tc-testing: rootPlugin
ÂÂÂ Move the functionality that checks for root permissions into a plugin.
and:
Compiling /usr/src/kernel-linus-4.17.0-1.mga7/tools/testing/selftests/tc-testing/tdc.py ...
 File "/usr/src/kernel-linus-4.17.0-1.mga7/tools/testing/selftests/tc-testing/tdc.py", line 167
ÂÂÂ print('', file=sys.stderr)
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ ^
SyntaxError: invalid syntax
Caused by:
commit 93707cbabcc8baf2b2b5f4a99c1f08ee83eb7abd
Author: Brenda J. Butler <bjb@xxxxxxxxxxxx>
Date:ÂÂ Wed Feb 14 14:08:54 2018 -0500
ÂÂÂ tools: tc-testing: Introduce plugin architecture
And this system has:
$ python3 -V
Python 3.5.3
$ python -V
Python 2.7.15