This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author kloczek
Recipients kloczek
Date 2020-07-25.02:39:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1595644759.87.0.69067267227.issue41390@roundup.psfhosted.org>
In-reply-to
Content
Python 3.9b5
In my rpm package during install I'm generating all .py{c,o} files.
During that process I found that there are emoted several errors and errors. Looks like still some old python 2,x syntax bits are still around

Full output of that part of install process:

+ LD_LIBRARY_PATH=/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib-dynload/:/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64
+ PYTHONPATH=/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9
+ /home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/bin/python -s -B -m compileall -f -j48 -o 0 -o 1 -o 2 -s /home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64 -p / /home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9 --hardlink-dupes
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/__future__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/__phello__.foo.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/_aix_support.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/_bootlocale.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/_bootsubprocess.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/_collections_abc.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/_compat_pickle.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/_compression.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/_osx_support.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/_markupbase.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/_py_abc.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/_pydecimal.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/_pyio.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/_sitebuiltins.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/_strptime.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/_sysconfigdata__linux_x86_64-linux-gnu.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/_sysconfigdata_d_linux_x86_64-linux-gnu.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/_threading_local.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/_weakrefset.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/aifc.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/abc.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/antigravity.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/argparse.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/ast.py'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/asyncio'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/asynchat.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/asyncio/__init__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/asyncio/__main__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/asyncio/base_events.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/asyncio/base_tasks.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/asyncio/base_subprocess.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/asyncio/constants.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/asyncio/base_futures.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/asyncio/coroutines.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/asyncio/events.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/asyncio/exceptions.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/asyncio/futures.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/asyncio/format_helpers.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/asyncio/locks.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/asyncio/log.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/asyncio/protocols.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/asyncio/proactor_events.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/asyncio/queues.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/asyncio/runners.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/asyncio/sslproto.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/asyncio/selector_events.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/asyncio/staggered.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/asyncio/streams.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/asyncio/subprocess.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/asyncio/tasks.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/asyncio/threads.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/asyncio/transports.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/asyncio/trsock.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/asyncio/unix_events.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/asyncio/windows_events.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/asyncore.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/base64.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/asyncio/windows_utils.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/bdb.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/binhex.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/bz2.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/cProfile.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/bisect.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/calendar.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/cgi.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/cgitb.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/chunk.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/cmd.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/code.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/codecs.py'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/collections'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/codeop.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/collections/abc.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/collections/__init__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/colorsys.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/compileall.py'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/concurrent'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/concurrent/futures'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/concurrent/__init__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/concurrent/futures/__init__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/concurrent/futures/_base.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/concurrent/futures/process.py'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/config-3.9-x86_64-linux-gnu'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/concurrent/futures/thread.py'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/config-3.9d-x86_64-linux-gnu'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/config-3.9-x86_64-linux-gnu/python-config.py'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/ctypes'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/config-3.9d-x86_64-linux-gnu/python-config.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/configparser.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/contextlib.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/contextvars.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/copyreg.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/copy.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/crypt.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/csv.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/ctypes/__init__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/ctypes/_aix.py'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/ctypes/macholib'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/ctypes/_endian.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/ctypes/macholib/__init__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/ctypes/macholib/dyld.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/ctypes/macholib/dylib.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/ctypes/macholib/framework.py'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/ctypes/test'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/ctypes/test/__init__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/ctypes/test/__main__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/ctypes/test/test_anon.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/ctypes/test/test_array_in_pointer.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/ctypes/test/test_arrays.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/ctypes/test/test_as_parameter.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/ctypes/test/test_bitfields.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/ctypes/test/test_buffers.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/ctypes/test/test_bytes.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/ctypes/test/test_byteswap.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/ctypes/test/test_callbacks.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/ctypes/test/test_cast.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/ctypes/test/test_cfuncs.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/ctypes/test/test_checkretval.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/ctypes/test/test_delattr.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/ctypes/test/test_errno.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/ctypes/test/test_find.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/ctypes/test/test_frombuffer.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/ctypes/test/test_funcptr.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/ctypes/test/test_functions.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/ctypes/test/test_incomplete.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/ctypes/test/test_init.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/ctypes/test/test_internals.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/ctypes/test/test_keeprefs.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/ctypes/test/test_libc.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/ctypes/test/test_loading.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/ctypes/test/test_macholib.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/ctypes/test/test_memfunctions.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/ctypes/test/test_numbers.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/ctypes/test/test_objects.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/ctypes/test/test_pep3118.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/ctypes/test/test_parameters.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/ctypes/test/test_pickling.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/ctypes/test/test_pointers.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/ctypes/test/test_prototypes.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/ctypes/test/test_python_api.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/ctypes/test/test_random_things.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/ctypes/test/test_refcounts.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/ctypes/test/test_repr.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/ctypes/test/test_returnfuncptrs.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/ctypes/test/test_simplesubclasses.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/ctypes/test/test_sizes.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/ctypes/test/test_slicing.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/ctypes/test/test_stringptr.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/ctypes/test/test_strings.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/ctypes/test/test_struct_fields.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/ctypes/test/test_structures.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/ctypes/test/test_unaligned_structures.py'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/curses'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/ctypes/test/test_unicode.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/ctypes/test/test_values.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/ctypes/test/test_varsize_struct.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/ctypes/test/test_win32.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/ctypes/test/test_wintypes.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/ctypes/util.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/ctypes/wintypes.py'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/dbm'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/curses/__init__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/curses/ascii.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/curses/has_key.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/curses/panel.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/curses/textpad.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/dataclasses.py'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/datetime.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/dbm/__init__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/dbm/dumb.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/dbm/gnu.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/decimal.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/difflib.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/dbm/ndbm.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/dis.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils/__init__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils/_msvccompiler.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils/archive_util.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils/bcppcompiler.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils/ccompiler.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils/cmd.py'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils/command'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils/command/bdist.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils/command/__init__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils/command/bdist_dumb.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils/command/bdist_msi.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils/command/bdist_rpm.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils/command/bdist_wininst.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils/command/build.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils/command/build_clib.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils/command/build_ext.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils/command/build_py.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils/command/build_scripts.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils/command/check.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils/command/clean.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils/command/config.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils/command/install.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils/command/install_data.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils/command/install_egg_info.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils/command/install_headers.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils/command/install_lib.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils/command/install_scripts.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils/command/register.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils/command/sdist.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils/config.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils/command/upload.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils/core.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils/cygwinccompiler.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils/debug.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils/dep_util.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils/dir_util.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils/dist.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils/errors.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils/extension.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils/fancy_getopt.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils/file_util.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils/filelist.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils/log.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils/msvc9compiler.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils/msvccompiler.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils/spawn.py'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils/tests'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils/sysconfig.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils/tests/__init__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils/tests/support.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils/tests/test_archive_util.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils/tests/test_bdist.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils/tests/test_bdist_dumb.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils/tests/test_bdist_msi.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils/tests/test_bdist_rpm.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils/tests/test_bdist_wininst.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils/tests/test_build.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils/tests/test_build_clib.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils/tests/test_build_ext.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils/tests/test_build_py.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils/tests/test_build_scripts.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils/tests/test_check.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils/tests/test_cmd.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils/tests/test_clean.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils/tests/test_config.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils/tests/test_config_cmd.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils/tests/test_cygwinccompiler.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils/tests/test_core.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils/tests/test_dep_util.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils/tests/test_dir_util.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils/tests/test_extension.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils/tests/test_dist.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils/tests/test_file_util.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils/tests/test_filelist.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils/tests/test_install.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils/tests/test_install_data.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils/tests/test_install_headers.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils/tests/test_install_lib.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils/tests/test_install_scripts.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils/tests/test_log.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils/tests/test_msvc9compiler.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils/tests/test_msvccompiler.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils/tests/test_register.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils/tests/test_sdist.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils/tests/test_sysconfig.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils/tests/test_spawn.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils/tests/test_text_file.py'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/email'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils/tests/test_unixccompiler.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils/tests/test_upload.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils/tests/test_util.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils/tests/test_version.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils/tests/test_versionpredicate.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils/text_file.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils/unixccompiler.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils/version.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils/versionpredicate.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/doctest.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/distutils/util.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/email/__init__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/email/_encoded_words.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/email/_header_value_parser.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/email/_parseaddr.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/email/_policybase.py'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/email/mime'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/email/base64mime.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/email/charset.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/email/contentmanager.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/email/encoders.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/email/errors.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/email/feedparser.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/email/generator.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/email/header.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/email/headerregistry.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/email/iterators.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/email/message.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/email/mime/__init__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/email/mime/application.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/email/mime/audio.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/email/mime/base.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/email/mime/image.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/email/mime/message.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/email/mime/multipart.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/email/mime/nonmultipart.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/email/mime/text.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/email/parser.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/email/policy.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/email/quoprimime.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/email/utils.py'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/__init__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/ascii.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/aliases.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/base64_codec.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/big5.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/big5hkscs.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/bz2_codec.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/charmap.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/cp037.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/cp1006.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/cp1026.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/cp1125.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/cp1140.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/cp1250.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/cp1251.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/cp1252.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/cp1253.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/cp1254.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/cp1255.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/cp1256.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/cp1258.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/cp273.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/cp437.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/cp1257.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/cp500.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/cp424.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/cp720.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/cp737.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/cp775.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/cp850.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/cp852.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/cp855.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/cp856.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/cp857.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/cp860.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/cp858.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/cp861.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/cp862.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/cp863.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/cp865.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/cp864.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/cp866.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/cp874.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/cp869.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/cp932.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/cp875.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/cp949.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/cp950.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/euc_jis_2004.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/euc_jisx0213.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/euc_jp.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/euc_kr.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/gb18030.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/gb2312.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/gbk.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/hex_codec.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/hp_roman8.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/hz.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/idna.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/iso2022_jp.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/iso2022_jp_1.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/iso2022_jp_2.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/iso2022_jp_2004.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/iso2022_jp_3.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/iso2022_jp_ext.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/iso2022_kr.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/iso8859_1.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/iso8859_10.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/iso8859_11.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/iso8859_13.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/iso8859_14.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/iso8859_15.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/iso8859_2.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/iso8859_16.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/iso8859_3.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/iso8859_4.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/iso8859_5.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/iso8859_6.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/iso8859_7.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/iso8859_8.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/iso8859_9.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/johab.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/koi8_r.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/koi8_t.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/koi8_u.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/kz1048.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/latin_1.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/mac_croatian.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/mac_arabic.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/mac_cyrillic.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/mac_farsi.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/mac_greek.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/mac_iceland.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/mac_romanian.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/mac_roman.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/mac_turkish.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/mac_latin2.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/mbcs.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/oem.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/palmos.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/ptcp154.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/punycode.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/quopri_codec.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/raw_unicode_escape.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/rot_13.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/shift_jis.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/shift_jis_2004.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/shift_jisx0213.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/undefined.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/tis_620.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/unicode_escape.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/utf_16.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/utf_16_be.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/utf_16_le.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/utf_32.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/utf_32_be.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/utf_32_le.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/utf_7.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/utf_8.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/utf_8_sig.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/uu_codec.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/encodings/zlib_codec.py'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/ensurepip'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/ensurepip/_bundled'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/ensurepip/__main__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/ensurepip/__init__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/ensurepip/_bundled/__init__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/ensurepip/_uninstall.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/enum.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/filecmp.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/fileinput.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/fnmatch.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/formatter.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/fractions.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/ftplib.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/functools.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/genericpath.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/getopt.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/getpass.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/gettext.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/glob.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/graphlib.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/gzip.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/hashlib.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/heapq.py'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/html'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/hmac.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/html/__init__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/html/entities.py'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/http'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/html/parser.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/http/__init__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/http/client.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/http/cookiejar.py'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/http/server.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/http/cookies.py'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/Icons'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/__init__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/__main__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/autocomplete.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/autocomplete_w.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/autoexpand.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/codecontext.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/calltip_w.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/calltip.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/browser.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/colorizer.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/config.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/debugger.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/configdialog.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/config_key.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/debugger_r.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/debugobj.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/debugobj_r.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/dynoption.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/delegator.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/filelist.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/editor.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/format.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/grep.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/help_about.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/help.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/hyperparser.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/history.py'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/idle_test'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/idle.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/idle_test/__init__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/idle_test/htest.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/idle_test/mock_idle.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/idle_test/mock_tk.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/idle_test/template.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/idle_test/test_autocomplete.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/idle_test/test_autocomplete_w.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/idle_test/test_autoexpand.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/idle_test/test_browser.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/idle_test/test_calltip.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/idle_test/test_calltip_w.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/idle_test/test_codecontext.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/idle_test/test_colorizer.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/idle_test/test_config.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/idle_test/test_config_key.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/idle_test/test_configdialog.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/idle_test/test_debugger.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/idle_test/test_debugger_r.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/idle_test/test_debugobj.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/idle_test/test_debugobj_r.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/idle_test/test_delegator.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/idle_test/test_editmenu.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/idle_test/test_editor.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/idle_test/test_filelist.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/idle_test/test_format.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/idle_test/test_grep.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/idle_test/test_help.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/idle_test/test_help_about.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/idle_test/test_history.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/idle_test/test_hyperparser.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/idle_test/test_iomenu.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/idle_test/test_macosx.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/idle_test/test_outwin.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/idle_test/test_multicall.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/idle_test/test_mainmenu.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/idle_test/test_parenmatch.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/idle_test/test_pathbrowser.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/idle_test/test_percolator.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/idle_test/test_pyparse.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/idle_test/test_pyshell.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/idle_test/test_query.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/idle_test/test_redirector.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/idle_test/test_replace.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/idle_test/test_rpc.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/idle_test/test_run.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/idle_test/test_runscript.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/idle_test/test_scrolledlist.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/idle_test/test_search.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/idle_test/test_searchbase.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/idle_test/test_searchengine.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/idle_test/test_squeezer.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/idle_test/test_stackviewer.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/idle_test/test_statusbar.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/idle_test/test_sidebar.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/idle_test/test_text.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/idle_test/test_textview.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/idle_test/test_tooltip.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/idle_test/test_undo.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/idle_test/test_tree.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/idle_test/test_warning.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/idle_test/test_window.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/idle_test/test_zoomheight.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/iomenu.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/mainmenu.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/macosx.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/multicall.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/outwin.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/parenmatch.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/pathbrowser.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/percolator.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/pyparse.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/pyshell.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/query.py'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/importlib'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/redirector.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/replace.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/rpc.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/runscript.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/scrolledlist.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/search.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/run.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/sidebar.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/searchengine.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/searchbase.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/squeezer.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/stackviewer.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/statusbar.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/textview.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/tooltip.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/tree.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/window.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/undo.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/zoomheight.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/imaplib.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/idlelib/zzdummy.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/imghdr.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/imp.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/importlib/__init__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/importlib/_bootstrap.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/importlib/_bootstrap_external.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/importlib/_common.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/importlib/abc.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/importlib/machinery.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/importlib/metadata.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/importlib/resources.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/importlib/util.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/inspect.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/io.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/ipaddress.py'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/json'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/json/__init__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/json/decoder.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/json/encoder.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/json/scanner.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/json/tool.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/keyword.py'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib-dynload'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/__init__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/__main__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/btm_matcher.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/btm_utils.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/fixer_base.py'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/fixes'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/fixer_util.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/fixes/__init__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/fixes/fix_apply.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/fixes/fix_asserts.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/fixes/fix_basestring.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/fixes/fix_buffer.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/fixes/fix_dict.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/fixes/fix_except.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/fixes/fix_exec.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/fixes/fix_execfile.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/fixes/fix_exitfunc.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/fixes/fix_filter.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/fixes/fix_funcattrs.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/fixes/fix_future.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/fixes/fix_getcwdu.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/fixes/fix_has_key.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/fixes/fix_idioms.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/fixes/fix_import.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/fixes/fix_imports.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/fixes/fix_imports2.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/fixes/fix_input.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/fixes/fix_intern.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/fixes/fix_isinstance.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/fixes/fix_itertools.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/fixes/fix_itertools_imports.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/fixes/fix_long.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/fixes/fix_map.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/fixes/fix_metaclass.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/fixes/fix_methodattrs.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/fixes/fix_ne.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/fixes/fix_next.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/fixes/fix_nonzero.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/fixes/fix_numliterals.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/fixes/fix_operator.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/fixes/fix_paren.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/fixes/fix_print.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/fixes/fix_raise.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/fixes/fix_raw_input.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/fixes/fix_reduce.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/fixes/fix_reload.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/fixes/fix_renames.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/fixes/fix_repr.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/fixes/fix_set_literal.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/fixes/fix_standarderror.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/fixes/fix_tuple_params.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/fixes/fix_throw.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/fixes/fix_sys_exc.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/fixes/fix_types.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/fixes/fix_unicode.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/fixes/fix_urllib.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/fixes/fix_ws_comma.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/fixes/fix_xrange.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/fixes/fix_xreadlines.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/fixes/fix_zip.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/main.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/patcomp.py'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/pgen2'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/pgen2/__init__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/pgen2/conv.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/pgen2/driver.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/pgen2/grammar.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/pgen2/literals.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/pgen2/parse.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/pgen2/pgen.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/pgen2/token.py'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/tests'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/pgen2/tokenize.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/pytree.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/pygram.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/refactor.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/tests/__init__.py'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/tests/data'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/tests/__main__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/tests/data/bom.py'...
***   File "/usr/lib64/python3.9/lib2to3/tests/data/bom.py", line 2
    print "BOM BOOM!"
          ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("BOM BOOM!")?

Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/tests/data/crlf.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/tests/data/different_encoding.py'...
***   File "/usr/lib64/python3.9/lib2to3/tests/data/different_encoding.py", line 3
    print u'ßàáâãäåæçèéêëìíîïðñòóôõöøùúûüýþÿÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖØÙÚÛÜÝÞ'
          ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(u'ßàáâãäåæçèéêëìíîïðñòóôõöøùúûüýþÿÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖØÙÚÛÜÝÞ')?

Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/tests/data/fixers'...
***   File "/usr/lib64/python3.9/lib2to3/tests/data/crlf.py", line 1
    print "hi"
          ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("hi")?

Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/tests/data/false_encoding.py'...
***   File "/usr/lib64/python3.9/lib2to3/tests/data/false_encoding.py", line 2
    print '#coding=0'
          ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print('#coding=0')?

Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/tests/data/fixers/bad_order.py'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/tests/data/fixers/myfixes'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/tests/data/fixers/myfixes/__init__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/tests/data/fixers/myfixes/fix_explicit.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/tests/data/fixers/myfixes/fix_first.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/tests/data/fixers/myfixes/fix_last.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/tests/data/fixers/myfixes/fix_parrot.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/tests/data/fixers/myfixes/fix_preorder.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/tests/data/fixers/no_fixer_cls.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/tests/data/fixers/parrot_example.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/tests/data/infinite_recursion.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/tests/data/py2_test_grammar.py'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/logging'...
***   File "/usr/lib64/python3.9/lib2to3/tests/data/py2_test_grammar.py", line 31
    self.assertEquals(0377, 255)
                         ^
SyntaxError: leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers

Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/tests/data/py3_test_grammar.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/tests/pytree_idempotency.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/tests/support.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/tests/test_all_fixers.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/tests/test_fixers.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/tests/test_main.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/tests/test_parser.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/tests/test_pytree.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/tests/test_refactor.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lib2to3/tests/test_util.py'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/multiprocessing'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/linecache.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/locale.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/logging/__init__.py'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/multiprocessing/dummy'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/logging/config.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/logging/handlers.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/lzma.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/mailbox.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/mailcap.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/mimetypes.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/modulefinder.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/multiprocessing/__init__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/multiprocessing/connection.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/multiprocessing/context.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/multiprocessing/dummy/__init__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/multiprocessing/heap.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/multiprocessing/dummy/connection.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/multiprocessing/forkserver.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/multiprocessing/managers.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/multiprocessing/pool.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/multiprocessing/popen_fork.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/multiprocessing/popen_forkserver.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/multiprocessing/popen_spawn_posix.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/multiprocessing/popen_spawn_win32.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/multiprocessing/process.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/multiprocessing/queues.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/multiprocessing/resource_sharer.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/multiprocessing/reduction.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/multiprocessing/sharedctypes.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/multiprocessing/synchronize.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/multiprocessing/shared_memory.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/multiprocessing/spawn.py'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/pydoc_data'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/multiprocessing/util.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/netrc.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/ntpath.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/nturl2path.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/multiprocessing/resource_tracker.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/nntplib.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/numbers.py'...
/usr/lib64/python3.9/lib2to3/tests/data/py3_test_grammar.py:664: SyntaxWarning: "is" with a literal. Did you mean "=="?
/usr/lib64/python3.9/lib2to3/tests/data/py3_test_grammar.py:665: SyntaxWarning: "is not" with a literal. Did you mean "!="?
/usr/lib64/python3.9/lib2to3/tests/data/py3_test_grammar.py:668: SyntaxWarning: "is" with a literal. Did you mean "=="?
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/opcode.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/operator.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/os.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/pathlib.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/optparse.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/pdb.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/pickle.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/pipes.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/pkgutil.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/pickletools.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/platform.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/plistlib.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/poplib.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/posixpath.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/pprint.py'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/site-packages'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/profile.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/pstats.py'...
/usr/lib64/python3.9/lib2to3/tests/data/py3_test_grammar.py:664: SyntaxWarning: "is" with a literal. Did you mean "=="?
/usr/lib64/python3.9/lib2to3/tests/data/py3_test_grammar.py:665: SyntaxWarning: "is not" with a literal. Did you mean "!="?
/usr/lib64/python3.9/lib2to3/tests/data/py3_test_grammar.py:668: SyntaxWarning: "is" with a literal. Did you mean "=="?
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/py_compile.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/pty.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/pyclbr.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/pydoc.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/pydoc_data/__init__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/pydoc_data/topics.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/queue.py'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/sqlite3'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/quopri.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/random.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/re.py'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/sqlite3/test'...
/usr/lib64/python3.9/lib2to3/tests/data/py3_test_grammar.py:664: SyntaxWarning: "is" with a literal. Did you mean "=="?
/usr/lib64/python3.9/lib2to3/tests/data/py3_test_grammar.py:665: SyntaxWarning: "is not" with a literal. Did you mean "!="?
/usr/lib64/python3.9/lib2to3/tests/data/py3_test_grammar.py:668: SyntaxWarning: "is" with a literal. Did you mean "=="?
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/reprlib.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/rlcompleter.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/runpy.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/sched.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/secrets.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/selectors.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/shelve.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/shlex.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/shutil.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/signal.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/site.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/smtpd.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/smtplib.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/sndhdr.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/socket.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/socketserver.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/sqlite3/__init__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/sqlite3/dbapi2.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/sqlite3/dump.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/sqlite3/test/__init__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/sqlite3/test/backup.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/sqlite3/test/dbapi.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/sqlite3/test/dump.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/sqlite3/test/factory.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/sqlite3/test/hooks.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/sqlite3/test/regression.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/sqlite3/test/types.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/sqlite3/test/transactions.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/sqlite3/test/userfunctions.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/sre_compile.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/sre_constants.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/sre_parse.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/ssl.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/stat.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/statistics.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/string.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/stringprep.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/struct.py'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/subprocess.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/sunau.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/symbol.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/symtable.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/sysconfig.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/tabnanny.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/tarfile.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/telnetlib.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/tempfile.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/__init__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/__main__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/_test_multiprocessing.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/ann_module.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/ann_module2.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/ann_module3.py'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/audiodata'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/audiotests.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/audit-tests.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/autotest.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/bad_coding.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/bad_coding2.py'...
***   File "/usr/lib64/python3.9/test/bad_coding2.py", line None
SyntaxError: encoding problem: utf8 with BOM

***   File "/usr/lib64/python3.9/test/bad_coding.py", line 0
SyntaxError: unknown encoding: uft-8

Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/bad_getattr.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/bad_getattr2.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/bad_getattr3.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/badsyntax_3131.py'...
***   File "/usr/lib64/python3.9/test/badsyntax_3131.py", line 2
    € = 2
    ^
SyntaxError: invalid character '€' (U+20AC)

Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/badsyntax_future10.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/badsyntax_future3.py'...
***   File "/usr/lib64/python3.9/test/badsyntax_future10.py", line 3
SyntaxError: from __future__ imports must occur at the beginning of the file

***   File "/usr/lib64/python3.9/test/badsyntax_future3.py", line 3
SyntaxError: future feature rested_snopes is not defined

Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/badsyntax_future4.py'...
***   File "/usr/lib64/python3.9/test/badsyntax_future4.py", line 3
SyntaxError: from __future__ imports must occur at the beginning of the file

Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/badsyntax_future5.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/badsyntax_future6.py'...
***   File "/usr/lib64/python3.9/test/badsyntax_future5.py", line 4
SyntaxError: from __future__ imports must occur at the beginning of the file

Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/badsyntax_future7.py'...
***   File "/usr/lib64/python3.9/test/badsyntax_future6.py", line 3
SyntaxError: from __future__ imports must occur at the beginning of the file

***   File "/usr/lib64/python3.9/test/badsyntax_future7.py", line 3
SyntaxError: from __future__ imports must occur at the beginning of the file

Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/badsyntax_future8.py'...
***   File "/usr/lib64/python3.9/test/badsyntax_future8.py", line 3
SyntaxError: future feature * is not defined

Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/badsyntax_future9.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/badsyntax_pep3120.py'...
***   File "/usr/lib64/python3.9/test/badsyntax_future9.py", line 3
SyntaxError: not a chance

Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/bisect_cmd.py'...
***   File "/usr/lib64/python3.9/test/badsyntax_pep3120.py", line 1
    print("b�se")
                ^
SyntaxError: (unicode error) 'utf-8' codec can't decode byte 0xf6 in position 1: invalid start byte

Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/capath'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/cjkencodings'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/data'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/decimaltestdata'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/coding20731.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/curses_tests.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/dataclass_module_1.py'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/dtracedata'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/dataclass_module_1_str.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/dataclass_module_2_str.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/dataclass_module_2.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/datetimetester.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/dataclass_textanno.py'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/eintrdata'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/encoded_modules'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/imghdrdata'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/libregrtest'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/dis_module.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/doctest_aliases.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/double_const.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/dtracedata/call_stack.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/dtracedata/gc.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/dtracedata/instance.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/dtracedata/line.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/eintrdata/eintr_tester.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/encoded_modules/module_iso_8859_1.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/encoded_modules/__init__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/encoded_modules/module_koi8_r.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/final_a.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/final_b.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/fork_wait.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/future_test1.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/future_test2.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/gdb_sample.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/good_getattr.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/imp_dummy.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/inspect_fodder.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/inspect_fodder2.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/libregrtest/__init__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/libregrtest/cmdline.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/libregrtest/main.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/libregrtest/pgo.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/libregrtest/refleak.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/libregrtest/save_env.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/libregrtest/runtest_mp.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/libregrtest/runtest.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/libregrtest/setup.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/libregrtest/utils.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/libregrtest/win_utils.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/list_tests.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/lock_tests.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/make_ssl_certs.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/mapping_tests.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/memory_watchdog.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/mp_fork_bomb.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/mock_socket.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/mod_generics_cache.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/mp_preload.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/multibytecodec_support.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/pickletester.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/profilee.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/pyclbr_input.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/pydoc_mod.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/pydocfodder.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/pythoninfo.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/re_tests.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/regrtest.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/reperf.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/relimport.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/sample_doctest.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/sample_doctest_no_docstrings.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/sample_doctest_no_doctests.py'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/sndhdrdata'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/seq_tests.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/signalinterproctester.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/sortperf.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/ssl_servers.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/ssltests.py'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/subprocessdata'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/string_tests.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/subprocessdata/fd_status.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/subprocessdata/input_reader.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/subprocessdata/qcat.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/subprocessdata/qgrep.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/subprocessdata/sigchild_ignore.py'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/support'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/support/__init__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/support/bytecode_helper.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/support/hashlib_helper.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/support/logging_helper.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/support/script_helper.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/support/socket_helper.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/support/testresult.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test___all__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test___future__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test__locale.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test__opcode.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test__osx_support.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test__xxsubinterpreters.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_abc.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_abstract_numbers.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_aifc.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_argparse.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_array.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_asdl_parser.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_ast.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_asyncgen.py'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_asyncio'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_asynchat.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_asyncio/__init__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_asyncio/__main__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_asyncio/echo.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_asyncio/echo2.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_asyncio/echo3.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_asyncio/functional.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_asyncio/test_base_events.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_asyncio/test_buffered_proto.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_asyncio/test_context.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_asyncio/test_events.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_asyncio/test_futures.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_asyncio/test_locks.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_asyncio/test_pep492.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_asyncio/test_proactor_events.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_asyncio/test_protocols.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_asyncio/test_queues.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_asyncio/test_runners.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_asyncio/test_selector_events.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_asyncio/test_sendfile.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_asyncio/test_server.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_asyncio/test_sslproto.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_asyncio/test_sock_lowlevel.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_asyncio/test_subprocess.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_asyncio/test_streams.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_asyncio/test_tasks.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_asyncio/test_threads.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_asyncio/test_transports.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_asyncio/test_unix_events.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_asyncio/test_windows_events.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_asyncio/test_windows_utils.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_asyncio/utils.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_asyncore.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_atexit.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_audioop.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_audit.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_augassign.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_base64.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_baseexception.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_bigmem.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_binascii.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_bdb.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_binhex.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_bigaddrspace.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_binop.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_bisect.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_bool.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_buffer.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_bufio.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_builtin.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_bytes.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_bz2.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_c_locale_coercion.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_calendar.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_call.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_capi.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_cgi.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_cgitb.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_charmapcodec.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_check_c_globals.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_class.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_clinic.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_cmath.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_cmd.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_cmd_line.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_cmd_line_script.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_code.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_code_module.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_codeccallbacks.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_codecencodings_cn.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_codecencodings_hk.py'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_email'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_email/data'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_codecencodings_iso2022.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_codecencodings_jp.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_codecencodings_kr.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_codecencodings_tw.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_codecmaps_cn.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_codecmaps_hk.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_codecmaps_jp.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_codecmaps_kr.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_codecmaps_tw.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_codecs.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_codeop.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_collections.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_colorsys.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_compare.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_compile.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_compileall.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_complex.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_concurrent_futures.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_configparser.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_contains.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_context.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_contextlib.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_contextlib_async.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_copy.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_copyreg.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_coroutines.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_cprofile.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_crashers.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_crypt.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_csv.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_ctypes.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_curses.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_dataclasses.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_datetime.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_dbm.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_dbm_dumb.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_dbm_gnu.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_dbm_ndbm.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_decimal.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_decorators.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_defaultdict.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_deque.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_descr.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_descrtut.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_devpoll.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_dict.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_dict_version.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_dictcomps.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_dictviews.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_difflib.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_dis.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_distutils.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_doctest.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_doctest2.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_docxmlrpc.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_dtrace.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_dynamic.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_dynamicclassattribute.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_eintr.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_email/__init__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_email/__main__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_email/test__encoded_words.py'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_import'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_email/test__header_value_parser.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_email/test_asian_codecs.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_email/test_contentmanager.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_email/test_defect_handling.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_email/test_email.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_email/test_generator.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_email/test_headerregistry.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_email/test_inversion.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_email/test_message.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_email/test_parser.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_email/test_pickleable.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_email/test_policy.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_email/test_utils.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_email/torture_test.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_embed.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_ensurepip.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_enum.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_enumerate.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_eof.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_epoll.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_errno.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_exception_hierarchy.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_exception_variations.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_exceptions.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_extcall.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_faulthandler.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_fcntl.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_file.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_file_eintr.py'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_import/data'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_import/data/circular_imports'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_filecmp.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_fileinput.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_fileio.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_finalization.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_float.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_flufl.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_fnmatch.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_fork1.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_format.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_fractions.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_frame.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_frozen.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_ftplib.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_fstring.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_funcattrs.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_functools.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_future.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_future3.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_future4.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_future5.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_gc.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_gdb.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_generator_stop.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_generators.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_genericalias.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_genericclass.py'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_import/data/circular_imports/subpkg'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_genericpath.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_genexps.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_getargs2.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_getopt.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_getpass.py'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_import/data/package'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_gettext.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_glob.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_global.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_grammar.py'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_import/data/package2'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_graphlib.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_grp.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_gzip.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_hash.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_hashlib.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_heapq.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_hmac.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_html.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_htmlparser.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_http_cookiejar.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_http_cookies.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_httplib.py'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_import/data/unwritable'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_httpservers.py'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_idle.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_imaplib.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_imp.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_imghdr.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_import/__init__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_import/__main__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_import/data/circular_imports/basic.py'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/builtin'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_import/data/circular_imports/basic2.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_import/data/circular_imports/binding.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_import/data/circular_imports/binding2.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_import/data/circular_imports/from_cycle1.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_import/data/circular_imports/from_cycle2.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_import/data/circular_imports/indirect.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_import/data/circular_imports/rebinding.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_import/data/circular_imports/rebinding2.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_import/data/circular_imports/source.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_import/data/circular_imports/subpackage.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_import/data/circular_imports/subpkg/subpackage2.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_import/data/circular_imports/subpkg/util.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_import/data/circular_imports/use.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_import/data/circular_imports/util.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_import/data/package/__init__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_import/data/package/submodule.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_import/data/package2/submodule1.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_import/data/package2/submodule2.py'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/data'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_import/data/unwritable/__init__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_import/data/unwritable/x.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/__init__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/__main__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/abc.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/builtin/__init__.py'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/data01'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/builtin/__main__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/builtin/test_finder.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/builtin/test_loader.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/data/__init__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/data01/__init__.py'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/data01/subdirectory'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/data01/subdirectory/__init__.py'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/data02'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/data02/__init__.py'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/data02/one'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/data02/one/__init__.py'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/data02/two'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/data02/two/__init__.py'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/data03'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/data03/namespace'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/data03/namespace/portion1'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/data03/__init__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/data03/namespace/portion1/__init__.py'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/data03/namespace/portion2'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/data03/namespace/portion2/__init__.py'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/extension'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/extension/__init__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/extension/__main__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/extension/test_case_sensitivity.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/extension/test_finder.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/extension/test_loader.py'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/frozen'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/extension/test_path_hook.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/fixtures.py'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/import_'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/frozen/__init__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/frozen/__main__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/frozen/test_finder.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/frozen/test_loader.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/import_/__init__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/import_/__main__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/import_/test___loader__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/import_/test___package__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/import_/test_api.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/import_/test_caching.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/import_/test_fromlist.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/import_/test_meta_path.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/import_/test_packages.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/import_/test_path.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/import_/test_relative_imports.py'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/namespace_pkgs'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/namespace_pkgs/both_portions'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/namespace_pkgs/both_portions/foo'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/namespace_pkgs/both_portions/foo/one.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/namespace_pkgs/both_portions/foo/two.py'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/namespace_pkgs/module_and_namespace_package'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/namespace_pkgs/module_and_namespace_package/a_test'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/namespace_pkgs/module_and_namespace_package/a_test.py'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/namespace_pkgs/not_a_namespace_pkg'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo/__init__.py'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/namespace_pkgs/portion1'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo/one.py'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/namespace_pkgs/portion1/foo'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/namespace_pkgs/portion1/foo/one.py'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/namespace_pkgs/portion2'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/namespace_pkgs/portion2/foo'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/namespace_pkgs/portion2/foo/two.py'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/namespace_pkgs/project1'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/namespace_pkgs/project1/parent'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/namespace_pkgs/project1/parent/child'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/namespace_pkgs/project1/parent/child/one.py'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/namespace_pkgs/project2'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/namespace_pkgs/project2/parent'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/namespace_pkgs/project2/parent/child'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/namespace_pkgs/project3'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/namespace_pkgs/project3/parent'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/namespace_pkgs/project2/parent/child/two.py'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/namespace_pkgs/project3/parent/child'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/namespace_pkgs/project3/parent/child/three.py'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/source'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/source/__init__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/source/__main__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/source/test_case_sensitivity.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/source/test_file_loader.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/source/test_finder.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/source/test_source_encoding.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/source/test_path_hook.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/stubs.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/test_api.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/test_abc.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/test_files.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/test_lazy.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/test_locks.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/test_main.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/test_metadata_api.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/test_namespace_pkgs.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/test_open.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/test_path.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/test_pkg_import.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/test_read.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/test_resource.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/test_threaded_import.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/test_spec.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/test_util.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/test_windows.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/test_zip.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/threaded_import_hangers.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/util.py'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/zipdata01'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/zipdata01/__init__.py'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/zipdata02'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_importlib/zipdata02/__init__.py'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_json'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_index.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_inspect.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_int.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_int_literal.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_io.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_ipaddress.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_ioctl.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_isinstance.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_iter.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_iterlen.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_itertools.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_json/__init__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_json/__main__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_json/test_decode.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_json/test_default.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_json/test_dump.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_json/test_encode_basestring_ascii.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_json/test_fail.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_json/test_float.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_json/test_enum.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_json/test_indent.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_json/test_pass1.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_json/test_pass3.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_json/test_recursion.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_json/test_scanstring.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_json/test_pass2.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_json/test_speedups.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_json/test_tool.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_json/test_separators.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_json/test_unicode.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_keyword.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_keywordonlyarg.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_largefile.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_kqueue.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_lib2to3.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_list.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_linecache.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_listcomps.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_lltrace.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_locale.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_logging.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_longexp.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_long.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_lzma.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_mailbox.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_mailcap.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_marshal.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_math.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_memoryio.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_memoryview.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_metaclass.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_mimetypes.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_mmap.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_minidom.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_module.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_modulefinder.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_msilib.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_multibytecodec.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_multiprocessing_fork.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_multiprocessing_forkserver.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_multiprocessing_main_handling.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_multiprocessing_spawn.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_named_expressions.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_netrc.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_nis.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_nntplib.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_ntpath.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_numeric_tower.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_opcodes.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_openpty.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_operator.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_optparse.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_ordered_dict.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_os.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_ossaudiodev.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_osx_env.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_parser.py'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_peg_generator'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_pathlib.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_pdb.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_peepholer.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_peg_generator/__init__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_peg_generator/__main__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_peg_generator/test_c_parser.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_peg_generator/test_first_sets.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_peg_generator/test_pegen.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_peg_parser.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_pickle.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_picklebuffer.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_pickletools.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_pipes.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_pkg.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_pkgutil.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_platform.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_plistlib.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_poll.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_popen.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_poplib.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_positional_only_arg.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_posix.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_posixpath.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_pow.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_pprint.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_print.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_profile.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_property.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_pty.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_pulldom.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_pwd.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_py_compile.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_pyclbr.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_pydoc.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_queue.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_pyexpat.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_quopri.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_pstats.py'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_tools'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_raise.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_random.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_range.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_re.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_readline.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_regrtest.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_repl.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_reprlib.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_resource.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_richcmp.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_rlcompleter.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_runpy.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_robotparser.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_sax.py'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_warnings'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_sched.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_scope.py'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_warnings/data'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_script_helper.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_secrets.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_select.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_selectors.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_set.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_setcomps.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_shelve.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_shlex.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_signal.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_shutil.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_site.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_slice.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_smtpd.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_smtplib.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_smtpnet.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_sndhdr.py'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_zoneinfo'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_socket.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_socketserver.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_sort.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_source_encoding.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_spwd.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_sqlite.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_ssl.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_startfile.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_stat.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_statistics.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_strftime.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_string.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_string_literals.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_stringprep.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_strptime.py'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_zoneinfo/data'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_strtod.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_struct.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_structmembers.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_structseq.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_subclassinit.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_subprocess.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_sunau.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_sundry.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_super.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_symbol.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_support.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_symtable.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_syntax.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_sys.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_sys_setprofile.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_sys_settrace.py'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/tracedmodules'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_sysconfig.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_syslog.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_tabnanny.py'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/xmltestdata'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_tarfile.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_tcl.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_telnetlib.py'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/xmltestdata/c14n-20'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_tempfile.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_textwrap.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_thread.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_threadedtempfile.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_threading.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_threading_local.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_threadsignals.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_time.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_timeit.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_timeout.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_tix.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_tk.py'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/ziptestdata'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_tokenize.py'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/tkinter'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_tools/__init__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_tools/__main__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_tools/test_fixcid.py'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/tkinter/test'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/tkinter/test/test_tkinter'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_tools/test_gprof2html.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_tools/test_i18n.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_tools/test_lll.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_tools/test_md5sum.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_tools/test_pathfix.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_tools/test_pdeps.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_tools/test_pindent.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_tools/test_reindent.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_tools/test_sundry.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_trace.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_traceback.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_tracemalloc.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_ttk_guionly.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_ttk_textonly.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_tuple.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_turtle.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_type_comments.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_typechecks.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_types.py'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/tkinter/test/test_ttk'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_typing.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_ucn.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_unary.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_unicode.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_unicode_file.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_unicode_file_functions.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_unicode_identifiers.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_unicodedata.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_unittest.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_univnewlines.py'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/turtledemo'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_unpack.py'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/unittest'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/unittest/test'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_unpack_ex.py'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/unittest/test/testmock'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/urllib'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/venv'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/venv/scripts'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/venv/scripts/common'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/venv/scripts/posix'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/wsgiref'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/xml'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/xml/dom'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/xml/etree'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/xml/parsers'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/xml/sax'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/xmlrpc'...
Listing '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/zoneinfo'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_unparse.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_urllib.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_urllib2.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_urllib2_localnet.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_urllib2net.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_urllib_response.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_urllibnet.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_urlparse.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_userdict.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_userlist.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_userstring.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_utf8_mode.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_utf8source.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_uu.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_uuid.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_venv.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_wait3.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_wait4.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_warnings/__main__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_warnings/__init__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_warnings/data/import_warning.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_warnings/data/stacklevel.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_wave.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_weakref.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_weakset.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_webbrowser.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_winconsoleio.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_winreg.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_winsound.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_with.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_wsgiref.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_xdrlib.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_xml_dom_minicompat.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_xml_etree.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_xml_etree_c.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_xmlrpc.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_xmlrpc_net.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_xxtestfuzz.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_yield_from.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_zipapp.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_zipfile.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_zipfile64.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_zipimport.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_zipimport_support.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_zlib.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_zoneinfo/__init__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_zoneinfo/__main__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_zoneinfo/_support.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_zoneinfo/data/update_test_data.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/test_zoneinfo/test_zoneinfo.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/testcodec.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/tf_inherit_check.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/time_hashlib.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/tracedmodules/__init__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/tracedmodules/testmod.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/win_console_handler.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/xmltests.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/test/ziptestdata/testdata_module_inside_zip.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/textwrap.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/this.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/threading.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/timeit.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/tkinter/__init__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/tkinter/__main__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/tkinter/colorchooser.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/tkinter/constants.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/tkinter/commondialog.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/tkinter/dialog.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/tkinter/dnd.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/tkinter/filedialog.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/tkinter/font.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/tkinter/messagebox.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/tkinter/scrolledtext.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/tkinter/simpledialog.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/tkinter/test/__init__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/tkinter/test/runtktests.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/tkinter/test/support.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/tkinter/test/test_tkinter/__init__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/tkinter/test/test_tkinter/test_font.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/tkinter/test/test_tkinter/test_geometry_managers.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/tkinter/test/test_tkinter/test_images.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/tkinter/test/test_tkinter/test_loadtk.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/tkinter/test/test_tkinter/test_misc.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/tkinter/test/test_tkinter/test_text.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/tkinter/test/test_tkinter/test_widgets.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/tkinter/test/test_tkinter/test_variables.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/tkinter/test/test_ttk/__init__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/tkinter/test/test_ttk/test_extensions.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/tkinter/test/test_ttk/test_functions.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/tkinter/test/test_ttk/test_style.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/tkinter/test/test_ttk/test_widgets.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/tkinter/test/widget_tests.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/tkinter/tix.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/tkinter/ttk.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/token.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/tokenize.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/trace.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/traceback.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/tracemalloc.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/tty.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/turtle.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/turtledemo/__init__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/turtledemo/__main__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/turtledemo/bytedesign.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/turtledemo/chaos.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/turtledemo/colormixer.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/turtledemo/clock.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/turtledemo/forest.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/turtledemo/fractalcurves.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/turtledemo/lindenmayer.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/turtledemo/minimal_hanoi.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/turtledemo/nim.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/turtledemo/paint.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/turtledemo/peace.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/turtledemo/penrose.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/turtledemo/rosette.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/turtledemo/planet_and_moon.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/turtledemo/round_dance.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/turtledemo/sorting_animate.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/turtledemo/tree.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/turtledemo/yinyang.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/turtledemo/two_canvases.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/types.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/typing.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/unittest/__init__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/unittest/__main__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/unittest/_log.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/unittest/async_case.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/unittest/case.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/unittest/loader.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/unittest/main.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/unittest/mock.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/unittest/result.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/unittest/runner.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/unittest/signals.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/unittest/suite.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/unittest/test/__init__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/unittest/test/__main__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/unittest/test/_test_warnings.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/unittest/test/dummy.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/unittest/test/support.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/unittest/test/test_assertions.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/unittest/test/test_async_case.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/unittest/test/test_break.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/unittest/test/test_case.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/unittest/test/test_discovery.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/unittest/test/test_functiontestcase.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/unittest/test/test_loader.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/unittest/test/test_program.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/unittest/test/test_result.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/unittest/test/test_runner.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/unittest/test/test_setups.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/unittest/test/test_skipping.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/unittest/test/test_suite.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/unittest/test/testmock/__init__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/unittest/test/testmock/__main__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/unittest/test/testmock/support.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/unittest/test/testmock/testasync.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/unittest/test/testmock/testcallable.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/unittest/test/testmock/testhelpers.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/unittest/test/testmock/testmagicmethods.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/unittest/test/testmock/testmock.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/unittest/test/testmock/testpatch.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/unittest/test/testmock/testsealable.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/unittest/test/testmock/testsentinel.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/unittest/test/testmock/testwith.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/unittest/util.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/urllib/__init__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/urllib/error.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/urllib/parse.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/urllib/request.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/urllib/response.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/urllib/robotparser.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/uu.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/uuid.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/venv/__init__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/venv/__main__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/warnings.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/wave.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/weakref.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/webbrowser.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/wsgiref/__init__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/wsgiref/handlers.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/wsgiref/headers.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/wsgiref/simple_server.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/wsgiref/util.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/wsgiref/validate.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/xdrlib.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/xml/__init__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/xml/dom/NodeFilter.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/xml/dom/__init__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/xml/dom/domreg.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/xml/dom/expatbuilder.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/xml/dom/minicompat.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/xml/dom/minidom.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/xml/dom/pulldom.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/xml/dom/xmlbuilder.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/xml/etree/ElementInclude.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/xml/etree/ElementPath.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/xml/etree/ElementTree.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/xml/etree/__init__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/xml/etree/cElementTree.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/xml/parsers/__init__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/xml/parsers/expat.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/xml/sax/__init__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/xml/sax/_exceptions.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/xml/sax/expatreader.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/xml/sax/handler.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/xml/sax/saxutils.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/xml/sax/xmlreader.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/xmlrpc/__init__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/xmlrpc/client.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/xmlrpc/server.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/zipapp.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/zipfile.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/zipimport.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/zoneinfo/__init__.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/zoneinfo/_common.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/zoneinfo/_tzpath.py'...
Compiling '/home/tkloczko/rpmbuild/BUILDROOT/python-3.9.0-0.2.b5.fc33.x86_64/usr/lib64/python3.9/zoneinfo/_zoneinfo.py'...
History
Date User Action Args
2020-07-25 02:39:19kloczeksetrecipients: + kloczek
2020-07-25 02:39:19kloczeksetmessageid: <1595644759.87.0.69067267227.issue41390@roundup.psfhosted.org>
2020-07-25 02:39:19kloczeklinkissue41390 messages
2020-07-25 02:39:16kloczekcreate