<86>Apr 14 01:14:57 userdel[54147]: delete user 'rooter' <86>Apr 14 01:14:57 userdel[54147]: removed group 'rooter' owned by 'rooter' <86>Apr 14 01:14:57 userdel[54147]: removed shadow group 'rooter' owned by 'rooter' <86>Apr 14 01:14:57 groupadd[54154]: group added to /etc/group: name=rooter, GID=633 <86>Apr 14 01:14:57 groupadd[54154]: group added to /etc/gshadow: name=rooter <86>Apr 14 01:14:57 groupadd[54154]: new group: name=rooter, GID=633 <86>Apr 14 01:14:57 useradd[54159]: new user: name=rooter, UID=633, GID=633, home=/root, shell=/bin/bash <86>Apr 14 01:14:57 userdel[54169]: delete user 'builder' <86>Apr 14 01:14:57 userdel[54169]: removed group 'builder' owned by 'builder' <86>Apr 14 01:14:57 groupadd[54217]: group added to /etc/group: name=builder, GID=634 <86>Apr 14 01:14:57 groupadd[54217]: group added to /etc/gshadow: name=builder <86>Apr 14 01:14:57 groupadd[54217]: new group: name=builder, GID=634 <86>Apr 14 01:14:57 useradd[54222]: new user: name=builder, UID=634, GID=634, home=/usr/src, shell=/bin/bash <13>Apr 14 01:14:59 rpmi: libverto-0.2.6-alt1_6 1455633234 installed <13>Apr 14 01:14:59 rpmi: libtinfo-devel-5.9-alt8 1456756459 installed <13>Apr 14 01:14:59 rpmi: libncurses-devel-5.9-alt8 1456756459 installed <13>Apr 14 01:14:59 rpmi: libkeyutils-1.5.10-alt0.M80P.2 p8+216694.100.6.1 1547827915 installed <13>Apr 14 01:14:59 rpmi: libgdbm-1.8.3-alt10 1454943313 installed <13>Apr 14 01:14:59 rpmi: libexpat-2.2.4-alt0.M80P.1 1503871120 installed <13>Apr 14 01:14:59 rpmi: libcom_err-1.42.13-alt2 1449075846 installed <13>Apr 14 01:14:59 rpmi: ca-certificates-2016.02.25-alt1 1462368370 installed <13>Apr 14 01:14:59 rpmi: libcrypto10-1.0.2n-alt0.M80P.1 1512766129 installed <13>Apr 14 01:14:59 rpmi: libssl10-1.0.2n-alt0.M80P.1 1512766129 installed <86>Apr 14 01:14:59 groupadd[58530]: group added to /etc/group: name=_keytab, GID=499 <86>Apr 14 01:14:59 groupadd[58530]: group added to /etc/gshadow: name=_keytab <86>Apr 14 01:14:59 groupadd[58530]: new group: name=_keytab, GID=499 <13>Apr 14 01:14:59 rpmi: libkrb5-1.14.6-alt1.M80P.1 1525355673 installed <13>Apr 14 01:15:00 rpmi: python3-base-3.5.4-alt2.M80P.1 1527753911 installed <13>Apr 14 01:15:00 rpmi: python3-3.5.4-alt2.M80P.1 1527753911 installed <13>Apr 14 01:15:00 rpmi: rpm-build-python3-0.1.10.10-alt1.M80P.1 1530521451 installed <13>Apr 14 01:15:00 rpmi: libpython3-3.5.4-alt2.M80P.1 1527753911 installed <13>Apr 14 01:15:00 rpmi: python3-module-py-1.4.34-alt0.M80P.1 1503506764 installed <13>Apr 14 01:15:00 rpmi: python3-dev-3.5.4-alt2.M80P.1 1527753911 installed <13>Apr 14 01:15:00 rpmi: python3-module-pytest-3.2.1-alt0.M80P.1 1503499784 installed <13>Apr 14 01:15:00 rpmi: python3-module-setuptools-1:18.5-alt0.M80P.1 1497527461 installed Installing python3-module-spake2-0.7-alt0.M80P.1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.23100 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf spake2-0.7 + echo 'Source #0 (spake2-0.7.tar):' Source #0 (spake2-0.7.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/spake2-0.7.tar + cd spake2-0.7 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.23100 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd spake2-0.7 + CFLAGS='-pipe -Wall -g -O2' + export CFLAGS + CXXFLAGS='-pipe -Wall -g -O2' + export CXXFLAGS + FFLAGS='-pipe -Wall -g -O2' + export FFLAGS + python3 setup.py build running build running build_py creating build creating build/lib creating build/lib/spake2 copying src/spake2/util.py -> build/lib/spake2 copying src/spake2/spake2.py -> build/lib/spake2 copying src/spake2/six.py -> build/lib/spake2 copying src/spake2/params.py -> build/lib/spake2 copying src/spake2/groups.py -> build/lib/spake2 copying src/spake2/ed25519_group.py -> build/lib/spake2 copying src/spake2/ed25519_basic.py -> build/lib/spake2 copying src/spake2/_version.py -> build/lib/spake2 copying src/spake2/__init__.py -> build/lib/spake2 creating build/lib/spake2/test copying src/spake2/test/test_utils.py -> build/lib/spake2/test copying src/spake2/test/test_spake2.py -> build/lib/spake2/test copying src/spake2/test/test_group.py -> build/lib/spake2/test copying src/spake2/test/test_compat.py -> build/lib/spake2/test copying src/spake2/test/myhkdf.py -> build/lib/spake2/test copying src/spake2/test/common.py -> build/lib/spake2/test copying src/spake2/test/__init__.py -> build/lib/spake2/test UPDATING build/lib/spake2/_version.py set build/lib/spake2/_version.py to '0.7' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.23100 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/python3-module-spake2-buildroot + : + /bin/rm -rf -- /usr/src/tmp/python3-module-spake2-buildroot + cd spake2-0.7 + python3 setup.py install --skip-build --root=/usr/src/tmp/python3-module-spake2-buildroot --force running install running install_lib creating /usr/src/tmp/python3-module-spake2-buildroot creating /usr/src/tmp/python3-module-spake2-buildroot/usr creating /usr/src/tmp/python3-module-spake2-buildroot/usr/lib creating /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3 creating /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages creating /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2 copying build/lib/spake2/_version.py -> /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2 creating /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/test copying build/lib/spake2/test/__init__.py -> /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/test copying build/lib/spake2/test/common.py -> /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/test copying build/lib/spake2/test/myhkdf.py -> /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/test copying build/lib/spake2/test/test_compat.py -> /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/test copying build/lib/spake2/test/test_group.py -> /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/test copying build/lib/spake2/test/test_spake2.py -> /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/test copying build/lib/spake2/test/test_utils.py -> /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/test copying build/lib/spake2/__init__.py -> /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2 copying build/lib/spake2/ed25519_basic.py -> /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2 copying build/lib/spake2/ed25519_group.py -> /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2 copying build/lib/spake2/groups.py -> /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2 copying build/lib/spake2/params.py -> /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2 copying build/lib/spake2/six.py -> /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2 copying build/lib/spake2/spake2.py -> /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2 copying build/lib/spake2/util.py -> /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2 byte-compiling /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/_version.py to _version.cpython-35.pyc byte-compiling /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/test/__init__.py to __init__.cpython-35.pyc byte-compiling /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/test/common.py to common.cpython-35.pyc byte-compiling /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/test/myhkdf.py to myhkdf.cpython-35.pyc byte-compiling /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/test/test_compat.py to test_compat.cpython-35.pyc byte-compiling /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/test/test_group.py to test_group.cpython-35.pyc byte-compiling /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/test/test_spake2.py to test_spake2.cpython-35.pyc byte-compiling /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/test/test_utils.py to test_utils.cpython-35.pyc byte-compiling /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/__init__.py to __init__.cpython-35.pyc byte-compiling /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/ed25519_basic.py to ed25519_basic.cpython-35.pyc byte-compiling /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/ed25519_group.py to ed25519_group.cpython-35.pyc byte-compiling /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/groups.py to groups.cpython-35.pyc byte-compiling /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/params.py to params.cpython-35.pyc byte-compiling /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/six.py to six.cpython-35.pyc byte-compiling /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/spake2.py to spake2.cpython-35.pyc byte-compiling /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/util.py to util.cpython-35.pyc running install_egg_info running egg_info writing src/spake2.egg-info/PKG-INFO writing dependency_links to src/spake2.egg-info/dependency_links.txt writing requirements to src/spake2.egg-info/requires.txt writing top-level names to src/spake2.egg-info/top_level.txt reading manifest file 'src/spake2.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'spake2/_version.py' writing manifest file 'src/spake2.egg-info/SOURCES.txt' Copying src/spake2.egg-info to /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2-0.7-py3.5.egg-info running install_scripts + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/python3-module-spake2-buildroot (auto) Verifying and fixing files in /usr/src/tmp/python3-module-spake2-buildroot (binconfig,pkgconfig,libtool,desktop) Compressing files in /usr/src/tmp/python3-module-spake2-buildroot (auto) Adjusting library links in /usr/src/tmp/python3-module-spake2-buildroot ./usr/lib: Verifying ELF objects in /usr/src/tmp/python3-module-spake2-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Bytecompiling python modules in /usr/src/tmp/python3-module-spake2-buildroot using /usr/bin/python Bytecompiling python modules with optimization in /usr/src/tmp/python3-module-spake2-buildroot using /usr/bin/python -O Bytecompiling python3 modules in /usr/src/tmp/python3-module-spake2-buildroot using python3 unlink /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/__pycache__/__init__.cpython-35.pyc unlink /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/__pycache__/_version.cpython-35.pyc unlink /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/__pycache__/ed25519_basic.cpython-35.pyc unlink /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/__pycache__/ed25519_group.cpython-35.pyc unlink /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/__pycache__/groups.cpython-35.pyc unlink /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/__pycache__/params.cpython-35.pyc unlink /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/__pycache__/six.cpython-35.pyc unlink /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/__pycache__/spake2.cpython-35.pyc unlink /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/__pycache__/util.cpython-35.pyc unlink /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/test/__pycache__/__init__.cpython-35.pyc unlink /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/test/__pycache__/common.cpython-35.pyc unlink /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/test/__pycache__/myhkdf.cpython-35.pyc unlink /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/test/__pycache__/test_compat.cpython-35.pyc unlink /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/test/__pycache__/test_group.cpython-35.pyc unlink /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/test/__pycache__/test_spake2.cpython-35.pyc unlink /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/test/__pycache__/test_utils.cpython-35.pyc compile /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/test/__init__.py compile /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/test/common.py compile /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/test/myhkdf.py compile /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/test/test_compat.py compile /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/test/test_group.py compile /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/test/test_spake2.py compile /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/test/test_utils.py compile /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/__init__.py compile /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/_version.py compile /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/ed25519_basic.py compile /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/ed25519_group.py compile /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/groups.py compile /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/params.py compile /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/six.py compile /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/spake2.py compile /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/util.py Bytecompiling python3 modules with optimization in /usr/src/tmp/python3-module-spake2-buildroot using python3 -O compile /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/test/__init__.py compile /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/test/common.py compile /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/test/myhkdf.py compile /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/test/test_compat.py compile /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/test/test_group.py compile /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/test/test_spake2.py compile /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/test/test_utils.py compile /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/__init__.py compile /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/_version.py compile /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/ed25519_basic.py compile /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/ed25519_group.py compile /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/groups.py compile /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/params.py compile /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/six.py compile /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/spake2.py compile /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/util.py Bytecompiling python3 modules with optimization-2 in /usr/src/tmp/python3-module-spake2-buildroot using python3 -OO compile /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/test/__init__.py compile /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/test/common.py compile /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/test/myhkdf.py compile /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/test/test_compat.py compile /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/test/test_group.py compile /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/test/test_spake2.py compile /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/test/test_utils.py compile /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/__init__.py compile /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/_version.py compile /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/ed25519_basic.py compile /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/ed25519_group.py compile /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/groups.py compile /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/params.py compile /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/six.py compile /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/spake2.py compile /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/util.py Hardlinking identical .pyc and .opt-?.pyc files './usr/lib/python3/site-packages/spake2/__pycache__/six.cpython-35.opt-1.pyc' => './usr/lib/python3/site-packages/spake2/__pycache__/six.cpython-35.pyc' './usr/lib/python3/site-packages/spake2/__pycache__/params.cpython-35.opt-1.pyc' => './usr/lib/python3/site-packages/spake2/__pycache__/params.cpython-35.pyc' './usr/lib/python3/site-packages/spake2/__pycache__/params.cpython-35.opt-2.pyc' => './usr/lib/python3/site-packages/spake2/__pycache__/params.cpython-35.opt-1.pyc' './usr/lib/python3/site-packages/spake2/__pycache__/groups.cpython-35.opt-2.pyc' => './usr/lib/python3/site-packages/spake2/__pycache__/groups.cpython-35.opt-1.pyc' './usr/lib/python3/site-packages/spake2/__pycache__/ed25519_group.cpython-35.opt-1.pyc' => './usr/lib/python3/site-packages/spake2/__pycache__/ed25519_group.cpython-35.pyc' './usr/lib/python3/site-packages/spake2/__pycache__/ed25519_group.cpython-35.opt-2.pyc' => './usr/lib/python3/site-packages/spake2/__pycache__/ed25519_group.cpython-35.opt-1.pyc' './usr/lib/python3/site-packages/spake2/__pycache__/ed25519_basic.cpython-35.opt-2.pyc' => './usr/lib/python3/site-packages/spake2/__pycache__/ed25519_basic.cpython-35.opt-1.pyc' './usr/lib/python3/site-packages/spake2/__pycache__/_version.cpython-35.opt-1.pyc' => './usr/lib/python3/site-packages/spake2/__pycache__/_version.cpython-35.pyc' './usr/lib/python3/site-packages/spake2/__pycache__/_version.cpython-35.opt-2.pyc' => './usr/lib/python3/site-packages/spake2/__pycache__/_version.cpython-35.opt-1.pyc' './usr/lib/python3/site-packages/spake2/__pycache__/__init__.cpython-35.opt-1.pyc' => './usr/lib/python3/site-packages/spake2/__pycache__/__init__.cpython-35.pyc' './usr/lib/python3/site-packages/spake2/__pycache__/__init__.cpython-35.opt-2.pyc' => './usr/lib/python3/site-packages/spake2/__pycache__/__init__.cpython-35.opt-1.pyc' './usr/lib/python3/site-packages/spake2/test/__pycache__/test_utils.cpython-35.opt-1.pyc' => './usr/lib/python3/site-packages/spake2/test/__pycache__/test_utils.cpython-35.pyc' './usr/lib/python3/site-packages/spake2/test/__pycache__/test_utils.cpython-35.opt-2.pyc' => './usr/lib/python3/site-packages/spake2/test/__pycache__/test_utils.cpython-35.opt-1.pyc' './usr/lib/python3/site-packages/spake2/test/__pycache__/test_spake2.cpython-35.opt-1.pyc' => './usr/lib/python3/site-packages/spake2/test/__pycache__/test_spake2.cpython-35.pyc' './usr/lib/python3/site-packages/spake2/test/__pycache__/test_spake2.cpython-35.opt-2.pyc' => './usr/lib/python3/site-packages/spake2/test/__pycache__/test_spake2.cpython-35.opt-1.pyc' './usr/lib/python3/site-packages/spake2/test/__pycache__/test_group.cpython-35.opt-1.pyc' => './usr/lib/python3/site-packages/spake2/test/__pycache__/test_group.cpython-35.pyc' './usr/lib/python3/site-packages/spake2/test/__pycache__/test_group.cpython-35.opt-2.pyc' => './usr/lib/python3/site-packages/spake2/test/__pycache__/test_group.cpython-35.opt-1.pyc' './usr/lib/python3/site-packages/spake2/test/__pycache__/test_compat.cpython-35.opt-1.pyc' => './usr/lib/python3/site-packages/spake2/test/__pycache__/test_compat.cpython-35.pyc' './usr/lib/python3/site-packages/spake2/test/__pycache__/myhkdf.cpython-35.opt-2.pyc' => './usr/lib/python3/site-packages/spake2/test/__pycache__/myhkdf.cpython-35.opt-1.pyc' './usr/lib/python3/site-packages/spake2/test/__pycache__/common.cpython-35.opt-2.pyc' => './usr/lib/python3/site-packages/spake2/test/__pycache__/common.cpython-35.opt-1.pyc' './usr/lib/python3/site-packages/spake2/test/__pycache__/__init__.cpython-35.opt-1.pyc' => './usr/lib/python3/site-packages/spake2/test/__pycache__/__init__.cpython-35.pyc' './usr/lib/python3/site-packages/spake2/test/__pycache__/__init__.cpython-35.opt-2.pyc' => './usr/lib/python3/site-packages/spake2/test/__pycache__/__init__.cpython-35.opt-1.pyc' Hardlinking identical .pyc and .pyo files Processing files: python3-module-spake2-0.7-alt0.M80P.1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.W8a8l2 find-provides: running scripts (alternatives,debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.m31hUi find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks) /usr/lib/rpm/python3.req.py: /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/__init__.py: line=2 possible relative import from ., UNIMPLEMENTED /usr/lib/rpm/python3.req.py: /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/__init__.py: line=3 possible relative import from ., UNIMPLEMENTED /usr/lib/rpm/python3.req.py: /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/__init__.py: line=9 possible relative import from ., UNIMPLEMENTED python3.req: /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/_version.py: skipping sys python3.req: /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/ed25519_basic.py: skipping itertools /usr/lib/rpm/python3.req.py: /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/ed25519_basic.py: line=2 possible relative import from ., UNIMPLEMENTED /usr/lib/rpm/python3.req.py: /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/ed25519_group.py: line=1 possible relative import from ., UNIMPLEMENTED /usr/lib/rpm/python3.req.py: /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/ed25519_group.py: line=2 possible relative import from ., UNIMPLEMENTED /usr/lib/rpm/python3.req.py: /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/groups.py: line=4 possible relative import from ., UNIMPLEMENTED /usr/lib/rpm/python3.req.py: /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/groups.py: line=5 possible relative import from ., UNIMPLEMENTED /usr/lib/rpm/python3.req.py: /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/params.py: line=2 possible relative import from ., UNIMPLEMENTED /usr/lib/rpm/python3.req.py: /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/params.py: line=3 possible relative import from ., UNIMPLEMENTED python3.req: /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/six.py: skipping itertools python3.req: /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/six.py: skipping sys /usr/lib/rpm/python3.req.py: /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/six.py: line=80 UNABLE to determine the imported name at parse-time: name /usr/lib/rpm/python3.req.py: /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/six.py: line=80 a form of __import__ was read which gave no deps: [269, [270, [271, [272, [273, [304, [308, [309, [310, [311, [314, [315, [316, [317, [318, [319, [320, [321, [322, [323, [1, '__import__', 80]], [325, [7, '(', 80], [333, [334, [304, [308, [309, [310, [311, [314, [315, [316, [317, [318, [319, [320, [321, [322, [323, [1, 'name', 80]]]]]]]]]]]]]]]]]], [8, ')', 80]]]]]]]]]]]]]]]]]]], [4, '', 80]]] /usr/lib/rpm/python3.req.py: /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/six.py: line=80 UNABLE to determine the imported name at parse-time: name /usr/lib/rpm/python3.req.py: /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/six.py: line=80 a form of __import__ was read which gave no deps: [270, [271, [272, [273, [304, [308, [309, [310, [311, [314, [315, [316, [317, [318, [319, [320, [321, [322, [323, [1, '__import__', 80]], [325, [7, '(', 80], [333, [334, [304, [308, [309, [310, [311, [314, [315, [316, [317, [318, [319, [320, [321, [322, [323, [1, 'name', 80]]]]]]]]]]]]]]]]]], [8, ')', 80]]]]]]]]]]]]]]]]]]], [4, '', 80]] /usr/lib/rpm/python3.req.py: /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/six.py: line=80 UNABLE to determine the imported name at parse-time: name /usr/lib/rpm/python3.req.py: /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/six.py: line=80 a form of __import__ was read which gave no deps: [271, [272, [273, [304, [308, [309, [310, [311, [314, [315, [316, [317, [318, [319, [320, [321, [322, [323, [1, '__import__', 80]], [325, [7, '(', 80], [333, [334, [304, [308, [309, [310, [311, [314, [315, [316, [317, [318, [319, [320, [321, [322, [323, [1, 'name', 80]]]]]]]]]]]]]]]]]], [8, ')', 80]]]]]]]]]]]]]]]]]]] /usr/lib/rpm/python3.req.py: /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/six.py: line=80 UNABLE to determine the imported name at parse-time: name /usr/lib/rpm/python3.req.py: /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/six.py: line=80 a form of __import__ was read which gave no deps: [272, [273, [304, [308, [309, [310, [311, [314, [315, [316, [317, [318, [319, [320, [321, [322, [323, [1, '__import__', 80]], [325, [7, '(', 80], [333, [334, [304, [308, [309, [310, [311, [314, [315, [316, [317, [318, [319, [320, [321, [322, [323, [1, 'name', 80]]]]]]]]]]]]]]]]]], [8, ')', 80]]]]]]]]]]]]]]]]]] /usr/lib/rpm/python3.req.py: /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/six.py: line=80 UNABLE to determine the imported name at parse-time: name /usr/lib/rpm/python3.req.py: /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/six.py: line=80 a form of __import__ was read which gave no deps: [273, [304, [308, [309, [310, [311, [314, [315, [316, [317, [318, [319, [320, [321, [322, [323, [1, '__import__', 80]], [325, [7, '(', 80], [333, [334, [304, [308, [309, [310, [311, [314, [315, [316, [317, [318, [319, [320, [321, [322, [323, [1, 'name', 80]]]]]]]]]]]]]]]]]], [8, ')', 80]]]]]]]]]]]]]]]]] /usr/lib/rpm/python3.req.py: /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/six.py: line=80 UNABLE to determine the imported name at parse-time: name /usr/lib/rpm/python3.req.py: /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/six.py: line=80 a form of __import__ was read which gave no deps: [304, [308, [309, [310, [311, [314, [315, [316, [317, [318, [319, [320, [321, [322, [323, [1, '__import__', 80]], [325, [7, '(', 80], [333, [334, [304, [308, [309, [310, [311, [314, [315, [316, [317, [318, [319, [320, [321, [322, [323, [1, 'name', 80]]]]]]]]]]]]]]]]]], [8, ')', 80]]]]]]]]]]]]]]]] /usr/lib/rpm/python3.req.py: /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/six.py: line=80 UNABLE to determine the imported name at parse-time: name /usr/lib/rpm/python3.req.py: /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/six.py: line=80 a form of __import__ was read which gave no deps: [308, [309, [310, [311, [314, [315, [316, [317, [318, [319, [320, [321, [322, [323, [1, '__import__', 80]], [325, [7, '(', 80], [333, [334, [304, [308, [309, [310, [311, [314, [315, [316, [317, [318, [319, [320, [321, [322, [323, [1, 'name', 80]]]]]]]]]]]]]]]]]], [8, ')', 80]]]]]]]]]]]]]]] /usr/lib/rpm/python3.req.py: /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/six.py: line=80 UNABLE to determine the imported name at parse-time: name /usr/lib/rpm/python3.req.py: /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/six.py: line=80 a form of __import__ was read which gave no deps: [309, [310, [311, [314, [315, [316, [317, [318, [319, [320, [321, [322, [323, [1, '__import__', 80]], [325, [7, '(', 80], [333, [334, [304, [308, [309, [310, [311, [314, [315, [316, [317, [318, [319, [320, [321, [322, [323, [1, 'name', 80]]]]]]]]]]]]]]]]]], [8, ')', 80]]]]]]]]]]]]]] /usr/lib/rpm/python3.req.py: /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/six.py: line=80 UNABLE to determine the imported name at parse-time: name /usr/lib/rpm/python3.req.py: /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/six.py: line=80 a form of __import__ was read which gave no deps: [310, [311, [314, [315, [316, [317, [318, [319, [320, [321, [322, [323, [1, '__import__', 80]], [325, [7, '(', 80], [333, [334, [304, [308, [309, [310, [311, [314, [315, [316, [317, [318, [319, [320, [321, [322, [323, [1, 'name', 80]]]]]]]]]]]]]]]]]], [8, ')', 80]]]]]]]]]]]]] /usr/lib/rpm/python3.req.py: /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/six.py: line=80 UNABLE to determine the imported name at parse-time: name /usr/lib/rpm/python3.req.py: /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/six.py: line=80 a form of __import__ was read which gave no deps: [311, [314, [315, [316, [317, [318, [319, [320, [321, [322, [323, [1, '__import__', 80]], [325, [7, '(', 80], [333, [334, [304, [308, [309, [310, [311, [314, [315, [316, [317, [318, [319, [320, [321, [322, [323, [1, 'name', 80]]]]]]]]]]]]]]]]]], [8, ')', 80]]]]]]]]]]]] /usr/lib/rpm/python3.req.py: /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/six.py: line=80 UNABLE to determine the imported name at parse-time: name /usr/lib/rpm/python3.req.py: /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/six.py: line=80 a form of __import__ was read which gave no deps: [314, [315, [316, [317, [318, [319, [320, [321, [322, [323, [1, '__import__', 80]], [325, [7, '(', 80], [333, [334, [304, [308, [309, [310, [311, [314, [315, [316, [317, [318, [319, [320, [321, [322, [323, [1, 'name', 80]]]]]]]]]]]]]]]]]], [8, ')', 80]]]]]]]]]]] /usr/lib/rpm/python3.req.py: /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/six.py: line=80 UNABLE to determine the imported name at parse-time: name /usr/lib/rpm/python3.req.py: /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/six.py: line=80 a form of __import__ was read which gave no deps: [315, [316, [317, [318, [319, [320, [321, [322, [323, [1, '__import__', 80]], [325, [7, '(', 80], [333, [334, [304, [308, [309, [310, [311, [314, [315, [316, [317, [318, [319, [320, [321, [322, [323, [1, 'name', 80]]]]]]]]]]]]]]]]]], [8, ')', 80]]]]]]]]]] /usr/lib/rpm/python3.req.py: /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/six.py: line=80 UNABLE to determine the imported name at parse-time: name /usr/lib/rpm/python3.req.py: /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/six.py: line=80 a form of __import__ was read which gave no deps: [316, [317, [318, [319, [320, [321, [322, [323, [1, '__import__', 80]], [325, [7, '(', 80], [333, [334, [304, [308, [309, [310, [311, [314, [315, [316, [317, [318, [319, [320, [321, [322, [323, [1, 'name', 80]]]]]]]]]]]]]]]]]], [8, ')', 80]]]]]]]]] /usr/lib/rpm/python3.req.py: /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/six.py: line=80 UNABLE to determine the imported name at parse-time: name /usr/lib/rpm/python3.req.py: /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/six.py: line=80 a form of __import__ was read which gave no deps: [317, [318, [319, [320, [321, [322, [323, [1, '__import__', 80]], [325, [7, '(', 80], [333, [334, [304, [308, [309, [310, [311, [314, [315, [316, [317, [318, [319, [320, [321, [322, [323, [1, 'name', 80]]]]]]]]]]]]]]]]]], [8, ')', 80]]]]]]]] /usr/lib/rpm/python3.req.py: /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/six.py: line=80 UNABLE to determine the imported name at parse-time: name /usr/lib/rpm/python3.req.py: /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/six.py: line=80 a form of __import__ was read which gave no deps: [318, [319, [320, [321, [322, [323, [1, '__import__', 80]], [325, [7, '(', 80], [333, [334, [304, [308, [309, [310, [311, [314, [315, [316, [317, [318, [319, [320, [321, [322, [323, [1, 'name', 80]]]]]]]]]]]]]]]]]], [8, ')', 80]]]]]]] /usr/lib/rpm/python3.req.py: /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/six.py: line=80 UNABLE to determine the imported name at parse-time: name /usr/lib/rpm/python3.req.py: /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/six.py: line=80 a form of __import__ was read which gave no deps: [319, [320, [321, [322, [323, [1, '__import__', 80]], [325, [7, '(', 80], [333, [334, [304, [308, [309, [310, [311, [314, [315, [316, [317, [318, [319, [320, [321, [322, [323, [1, 'name', 80]]]]]]]]]]]]]]]]]], [8, ')', 80]]]]]] /usr/lib/rpm/python3.req.py: /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/six.py: line=80 UNABLE to determine the imported name at parse-time: name /usr/lib/rpm/python3.req.py: /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/six.py: line=80 a form of __import__ was read which gave no deps: [320, [321, [322, [323, [1, '__import__', 80]], [325, [7, '(', 80], [333, [334, [304, [308, [309, [310, [311, [314, [315, [316, [317, [318, [319, [320, [321, [322, [323, [1, 'name', 80]]]]]]]]]]]]]]]]]], [8, ')', 80]]]]] /usr/lib/rpm/python3.req.py: /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/six.py: line=80 UNABLE to determine the imported name at parse-time: name /usr/lib/rpm/python3.req.py: /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/six.py: line=80 a form of __import__ was read which gave no deps: [321, [322, [323, [1, '__import__', 80]], [325, [7, '(', 80], [333, [334, [304, [308, [309, [310, [311, [314, [315, [316, [317, [318, [319, [320, [321, [322, [323, [1, 'name', 80]]]]]]]]]]]]]]]]]], [8, ')', 80]]]] /usr/lib/rpm/python3.req.py: /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/six.py: line=80 UNABLE to determine the imported name at parse-time: name /usr/lib/rpm/python3.req.py: /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/six.py: line=80 a form of __import__ was read which gave no deps: [322, [323, [1, '__import__', 80]], [325, [7, '(', 80], [333, [334, [304, [308, [309, [310, [311, [314, [315, [316, [317, [318, [319, [320, [321, [322, [323, [1, 'name', 80]]]]]]]]]]]]]]]]]], [8, ')', 80]]] /usr/lib/rpm/python3.req.py: /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/six.py: line=610 IGNORE (for REQ=slight and deep=8) module=io /usr/lib/rpm/python3.req.py: /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/six.py: line=629 IGNORE (for REQ=slight and deep=8) module=StringIO /usr/lib/rpm/python3.req.py: /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/spake2.py: line=4 possible relative import from ., UNIMPLEMENTED python3.req: /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/test/common.py: skipping itertools /usr/lib/rpm/python3.req.py: /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/test/myhkdf.py: line=29 IGNORE (for REQ=slight and deep=8) module=binascii /usr/lib/rpm/python3.req.py: /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/test/test_compat.py: line=5 possible relative import from ., UNIMPLEMENTED /usr/lib/rpm/python3.req.py: /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/test/test_compat.py: line=9 possible relative import from ., UNIMPLEMENTED /usr/lib/rpm/python3.req.py: /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/test/test_group.py: line=6 possible relative import from ., UNIMPLEMENTED /usr/lib/rpm/python3.req.py: /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/test/test_spake2.py: line=7 possible relative import from ., UNIMPLEMENTED /usr/lib/rpm/python3.req.py: /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/test/test_utils.py: line=3 possible relative import from ., UNIMPLEMENTED /usr/lib/rpm/python3.req.py: /usr/src/tmp/python3-module-spake2-buildroot/usr/lib/python3/site-packages/spake2/util.py: line=3 possible relative import from ., UNIMPLEMENTED Provides: python3(spake2), python3(spake2._version), python3(spake2.ed25519_basic), python3(spake2.ed25519_group), python3(spake2.groups), python3(spake2.params), python3(spake2.six), python3(spake2.spake2), python3(spake2.test), python3(spake2.test.common), python3(spake2.test.myhkdf), python3(spake2.test.test_compat), python3(spake2.test.test_group), python3(spake2.test.test_spake2), python3(spake2.test.test_utils), python3(spake2.util), python3.3(spake2), python3.3(spake2._version), python3.3(spake2.ed25519_basic), python3.3(spake2.ed25519_group), python3.3(spake2.groups), python3.3(spake2.params), python3.3(spake2.six), python3.3(spake2.spake2), python3.3(spake2.test), python3.3(spake2.test.common), python3.3(spake2.test.myhkdf), python3.3(spake2.test.test_compat), python3.3(spake2.test.test_group), python3.3(spake2.test.test_spake2), python3.3(spake2.test.test_utils), python3.3(spake2.util) Requires: /usr/lib/python3/site-packages, python3(__future__) < 0, python3(binascii) < 0, python3(functools) < 0, python3(hashlib) < 0, python3(hkdf) < 0, python3(hmac) < 0, python3(json) < 0, python3(math) < 0, python3(operator) < 0, python3(os) < 0, python3(types) < 0, python3(unittest) < 0 Wrote: /usr/src/RPM/RPMS/noarch/python3-module-spake2-0.7-alt0.M80P.1.noarch.rpm 3.48user 0.41system 0:05.57elapsed 69%CPU (0avgtext+0avgdata 24108maxresident)k 0inputs+0outputs (0major+145047minor)pagefaults 0swaps 7.06user 2.31system 0:11.35elapsed 82%CPU (0avgtext+0avgdata 123920maxresident)k 0inputs+0outputs (0major+358258minor)pagefaults 0swaps