D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/python-bsddb3-6.2.7-1.mga8.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.Rsw59F + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf bsddb3-6.2.7 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/bsddb3-6.2.7.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd bsddb3-6.2.7 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -rf bsddb3.egg-info/ + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.wA813G + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd bsddb3-6.2.7 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' Found Berkeley DB 5.3 installation. include files in /usr/include library files in /usr/lib64 library name is libdb-5.3 Detected Berkeley DB version 5.3 from db.h running build running build_py creating build creating build/lib.linux-x86_64-3.8 creating build/lib.linux-x86_64-3.8/bsddb3 copying Lib3/bsddb/dbshelve.py -> build/lib.linux-x86_64-3.8/bsddb3 copying Lib3/bsddb/db.py -> build/lib.linux-x86_64-3.8/bsddb3 copying Lib3/bsddb/dbtables.py -> build/lib.linux-x86_64-3.8/bsddb3 copying Lib3/bsddb/dbobj.py -> build/lib.linux-x86_64-3.8/bsddb3 copying Lib3/bsddb/__init__.py -> build/lib.linux-x86_64-3.8/bsddb3 copying Lib3/bsddb/dbutils.py -> build/lib.linux-x86_64-3.8/bsddb3 copying Lib3/bsddb/dbrecio.py -> build/lib.linux-x86_64-3.8/bsddb3 creating build/lib.linux-x86_64-3.8/bsddb3/tests copying Lib3/bsddb/test/test_fileid.py -> build/lib.linux-x86_64-3.8/bsddb3/tests copying Lib3/bsddb/test/test_replication.py -> build/lib.linux-x86_64-3.8/bsddb3/tests copying Lib3/bsddb/test/test_join.py -> build/lib.linux-x86_64-3.8/bsddb3/tests copying Lib3/bsddb/test/test_cursor_pget_bug.py -> build/lib.linux-x86_64-3.8/bsddb3/tests copying Lib3/bsddb/test/test_distributed_transactions.py -> build/lib.linux-x86_64-3.8/bsddb3/tests copying Lib3/bsddb/test/test_dbobj.py -> build/lib.linux-x86_64-3.8/bsddb3/tests copying Lib3/bsddb/test/test_db.py -> build/lib.linux-x86_64-3.8/bsddb3/tests copying Lib3/bsddb/test/test_sequence.py -> build/lib.linux-x86_64-3.8/bsddb3/tests copying Lib3/bsddb/test/test_early_close.py -> build/lib.linux-x86_64-3.8/bsddb3/tests copying Lib3/bsddb/test/test_compat.py -> build/lib.linux-x86_64-3.8/bsddb3/tests copying Lib3/bsddb/test/test_all.py -> build/lib.linux-x86_64-3.8/bsddb3/tests copying Lib3/bsddb/test/test_thread.py -> build/lib.linux-x86_64-3.8/bsddb3/tests copying Lib3/bsddb/test/test_lock.py -> build/lib.linux-x86_64-3.8/bsddb3/tests copying Lib3/bsddb/test/test_pickle.py -> build/lib.linux-x86_64-3.8/bsddb3/tests copying Lib3/bsddb/test/__init__.py -> build/lib.linux-x86_64-3.8/bsddb3/tests copying Lib3/bsddb/test/test_queue.py -> build/lib.linux-x86_64-3.8/bsddb3/tests copying Lib3/bsddb/test/test_dbenv.py -> build/lib.linux-x86_64-3.8/bsddb3/tests copying Lib3/bsddb/test/test_basics.py -> build/lib.linux-x86_64-3.8/bsddb3/tests copying Lib3/bsddb/test/test_dbshelve.py -> build/lib.linux-x86_64-3.8/bsddb3/tests copying Lib3/bsddb/test/test_recno.py -> build/lib.linux-x86_64-3.8/bsddb3/tests copying Lib3/bsddb/test/test_compare.py -> build/lib.linux-x86_64-3.8/bsddb3/tests copying Lib3/bsddb/test/test_misc.py -> build/lib.linux-x86_64-3.8/bsddb3/tests copying Lib3/bsddb/test/test_dbtables.py -> build/lib.linux-x86_64-3.8/bsddb3/tests copying Lib3/bsddb/test/test_get_none.py -> build/lib.linux-x86_64-3.8/bsddb3/tests copying Lib3/bsddb/test/test_associate.py -> build/lib.linux-x86_64-3.8/bsddb3/tests running build_ext building 'bsddb3._pybsddb' extension creating build/temp.linux-x86_64-3.8 creating build/temp.linux-x86_64-3.8/Modules gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -I/usr/include -I/usr/include/python3.8 -c Modules/_bsddb.c -o build/temp.linux-x86_64-3.8/Modules/_bsddb.o gcc -pthread -shared -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables build/temp.linux-x86_64-3.8/Modules/_bsddb.o -L/usr/lib64 -L/usr/lib64 -ldb-5.3 -lpython3.8 -o build/lib.linux-x86_64-3.8/bsddb3/_pybsddb.cpython-38-x86_64-linux-gnu.so + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.xqEuHH + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64 + cd bsddb3-6.2.7 + '[' 1 -eq 1 ']' + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' + /usr/bin/python3 setup.py install -O1 --skip-build --root /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64 Found Berkeley DB 5.3 installation. include files in /usr/include library files in /usr/lib64 library name is libdb-5.3 Detected Berkeley DB version 5.3 from db.h running install running install_lib creating /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr creating /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64 creating /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8 creating /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages creating /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3 copying build/lib.linux-x86_64-3.8/bsddb3/dbshelve.py -> /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3 copying build/lib.linux-x86_64-3.8/bsddb3/db.py -> /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3 copying build/lib.linux-x86_64-3.8/bsddb3/dbtables.py -> /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3 copying build/lib.linux-x86_64-3.8/bsddb3/dbobj.py -> /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3 copying build/lib.linux-x86_64-3.8/bsddb3/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3 creating /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/tests copying build/lib.linux-x86_64-3.8/bsddb3/tests/test_fileid.py -> /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/tests copying build/lib.linux-x86_64-3.8/bsddb3/tests/test_replication.py -> /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/tests copying build/lib.linux-x86_64-3.8/bsddb3/tests/test_join.py -> /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/tests copying build/lib.linux-x86_64-3.8/bsddb3/tests/test_cursor_pget_bug.py -> /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/tests copying build/lib.linux-x86_64-3.8/bsddb3/tests/test_distributed_transactions.py -> /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/tests copying build/lib.linux-x86_64-3.8/bsddb3/tests/test_dbobj.py -> /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/tests copying build/lib.linux-x86_64-3.8/bsddb3/tests/test_db.py -> /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/tests copying build/lib.linux-x86_64-3.8/bsddb3/tests/test_sequence.py -> /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/tests copying build/lib.linux-x86_64-3.8/bsddb3/tests/test_early_close.py -> /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/tests copying build/lib.linux-x86_64-3.8/bsddb3/tests/test_compat.py -> /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/tests copying build/lib.linux-x86_64-3.8/bsddb3/tests/test_all.py -> /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/tests copying build/lib.linux-x86_64-3.8/bsddb3/tests/test_thread.py -> /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/tests copying build/lib.linux-x86_64-3.8/bsddb3/tests/test_lock.py -> /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/tests copying build/lib.linux-x86_64-3.8/bsddb3/tests/test_pickle.py -> /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/tests copying build/lib.linux-x86_64-3.8/bsddb3/tests/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/tests copying build/lib.linux-x86_64-3.8/bsddb3/tests/test_queue.py -> /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/tests copying build/lib.linux-x86_64-3.8/bsddb3/tests/test_dbenv.py -> /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/tests copying build/lib.linux-x86_64-3.8/bsddb3/tests/test_basics.py -> /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/tests copying build/lib.linux-x86_64-3.8/bsddb3/tests/test_dbshelve.py -> /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/tests copying build/lib.linux-x86_64-3.8/bsddb3/tests/test_recno.py -> /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/tests copying build/lib.linux-x86_64-3.8/bsddb3/tests/test_compare.py -> /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/tests copying build/lib.linux-x86_64-3.8/bsddb3/tests/test_misc.py -> /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/tests copying build/lib.linux-x86_64-3.8/bsddb3/tests/test_dbtables.py -> /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/tests copying build/lib.linux-x86_64-3.8/bsddb3/tests/test_get_none.py -> /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/tests copying build/lib.linux-x86_64-3.8/bsddb3/tests/test_associate.py -> /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/tests copying build/lib.linux-x86_64-3.8/bsddb3/_pybsddb.cpython-38-x86_64-linux-gnu.so -> /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3 copying build/lib.linux-x86_64-3.8/bsddb3/dbutils.py -> /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3 copying build/lib.linux-x86_64-3.8/bsddb3/dbrecio.py -> /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3 byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/dbshelve.py to dbshelve.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/db.py to db.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/dbtables.py to dbtables.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/dbobj.py to dbobj.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/__init__.py to __init__.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/tests/test_fileid.py to test_fileid.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/tests/test_replication.py to test_replication.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/tests/test_join.py to test_join.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/tests/test_cursor_pget_bug.py to test_cursor_pget_bug.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/tests/test_distributed_transactions.py to test_distributed_transactions.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/tests/test_dbobj.py to test_dbobj.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/tests/test_db.py to test_db.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/tests/test_sequence.py to test_sequence.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/tests/test_early_close.py to test_early_close.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/tests/test_compat.py to test_compat.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/tests/test_all.py to test_all.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/tests/test_thread.py to test_thread.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/tests/test_lock.py to test_lock.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/tests/test_pickle.py to test_pickle.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/tests/__init__.py to __init__.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/tests/test_queue.py to test_queue.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/tests/test_dbenv.py to test_dbenv.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/tests/test_basics.py to test_basics.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/tests/test_dbshelve.py to test_dbshelve.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/tests/test_recno.py to test_recno.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/tests/test_compare.py to test_compare.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/tests/test_misc.py to test_misc.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/tests/test_dbtables.py to test_dbtables.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/tests/test_get_none.py to test_get_none.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/tests/test_associate.py to test_associate.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/dbutils.py to dbutils.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/dbrecio.py to dbrecio.cpython-38.pyc writing byte-compilation script '/tmp/tmpjjv6cv3w.py' /usr/bin/python3 /tmp/tmpjjv6cv3w.py removing /tmp/tmpjjv6cv3w.py running install_headers creating /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/include creating /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/include/python3.8 creating /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/include/python3.8/bsddb3 copying Modules/bsddb.h -> /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/include/python3.8/bsddb3 running install_egg_info running egg_info creating bsddb3.egg-info writing bsddb3.egg-info/PKG-INFO writing dependency_links to bsddb3.egg-info/dependency_links.txt writing top-level names to bsddb3.egg-info/top_level.txt writing manifest file 'bsddb3.egg-info/SOURCES.txt' reading manifest file 'bsddb3.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'updatedb.bat' warning: no files found matching '*.py' under directory 'bsddb3' warning: no files found matching '*.gif' under directory 'docs' warning: no files found matching '*.jpg' under directory 'docs' warning: no files found matching '*.json' under directory 'docs' warning: no files found matching '*.txt' under directory 'patches' warning: no files found matching '*.patch' under directory 'patches' warning: no files found matching '*.py' under directory 'test' no previously-included directories found matching 'docs/build' no previously-included directories found matching 'docs/tools/docutils' no previously-included directories found matching 'docs/tools/sphinx' no previously-included directories found matching 'docs/tools/pygments' no previously-included directories found matching 'old' no previously-included directories found matching 'test/db_home' no previously-included directories found matching 'test/bsddb3' writing manifest file 'bsddb3.egg-info/SOURCES.txt' Copying bsddb3.egg-info to /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3-6.2.7-py3.8.egg-info running install_scripts + rm -rfv /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/bin/__pycache__ + rm -f /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/include/python3.8/bsddb3/bsddb.h + chmod 0755 /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/dbshelve.py /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/tests/test_dbtables.py + /usr/bin/pathfix.py -i /usr/bin/python3 -p -n /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/ recursedown('/home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/') recursedown('/home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/__pycache__') recursedown('/home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/tests') recursedown('/home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/tests/__pycache__') /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/__init__.py: no change /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/db.py: no change /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/dbobj.py: no change /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/dbrecio.py: no change /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/dbshelve.py: updating /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/dbtables.py: no change /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/dbutils.py: no change /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/tests/__init__.py: no change /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/tests/test_all.py: no change /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/tests/test_associate.py: no change /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/tests/test_basics.py: no change /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/tests/test_compare.py: no change /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/tests/test_compat.py: no change /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/tests/test_cursor_pget_bug.py: no change /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/tests/test_db.py: no change /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/tests/test_dbenv.py: no change /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/tests/test_dbobj.py: no change /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/tests/test_dbshelve.py: no change /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/tests/test_dbtables.py: updating /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/tests/test_distributed_transactions.py: no change /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/tests/test_early_close.py: no change /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/tests/test_fileid.py: no change /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/tests/test_get_none.py: no change /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/tests/test_join.py: no change /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/tests/test_lock.py: no change /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/tests/test_misc.py: no change /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/tests/test_pickle.py: no change /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/tests/test_queue.py: no change /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/tests/test_recno.py: no change /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/tests/test_replication.py: no change /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/tests/test_sequence.py: no change /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/tests/test_thread.py: no change + /usr/lib/rpm/find-debuginfo.sh -j96 --strict-build-id -m -i --build-id-seed 6.2.7-1.mga8 --unique-debug-suffix -6.2.7-1.mga8.x86_64 --unique-debug-src-base python-bsddb3-6.2.7-1.mga8.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/bsddb3-6.2.7 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/_pybsddb.cpython-38-x86_64-linux-gnu.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8/site-packages/bsddb3/_pybsddb.cpython-38-x86_64-linux-gnu.so original debug info size: 652kB, size after compression: 632kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 549 blocks + /usr/lib/rpm/check-buildroot + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python3 1 1 Bytecompiling .py files below /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib/debug/usr/lib64/python3.8 using /usr/bin/python3.8 Bytecompiling .py files below /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/lib64/python3.8 using /usr/bin/python3.8 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: python3-bsddb3-6.2.7-1.mga8.x86_64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.QaRSvF + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd bsddb3-6.2.7 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/share/doc/python3-bsddb3 + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/share/doc/python3-bsddb3 + cp -pr ChangeLog /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/share/doc/python3-bsddb3 + cp -pr PKG-INFO /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/share/doc/python3-bsddb3 + cp -pr README.txt /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/share/doc/python3-bsddb3 + cp -pr LICENSE.txt /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64/usr/share/doc/python3-bsddb3 + RPM_EC=0 ++ jobs -p + exit 0 error: Couldn't fork /usr/lib/rpm/gi-find-deps.sh: Resource temporarily unavailable error: Couldn't fork /usr/lib/rpm/gi-find-deps.sh: Resource temporarily unavailable error: Couldn't fork /usr/lib/rpm/gi-find-deps.sh: Resource temporarily unavailable error: Couldn't fork /usr/lib/rpm/gi-find-deps.sh: Resource temporarily unavailable error: Couldn't fork /usr/lib/rpm/gi-find-deps.sh: Resource temporarily unavailable Provides: python-bsddb3 = 6.2.7-1.mga8 python3-bsddb3 = 6.2.7-1.mga8 python3-bsddb3(x86-64) = 6.2.7-1.mga8 python3.8-bsddb3 = 6.2.7-1.mga8 python3.8dist(bsddb3) = 6.2.7 python3dist(bsddb3) = 6.2.7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libdb-5.3.so()(64bit) libpython3.8.so.1.0()(64bit) python(abi) = 3.8 Obsoletes: python-bsddb3 < 6.2.7-1.mga8 Processing files: python-bsddb3-debugsource-6.2.7-1.mga8.x86_64 Provides: python-bsddb3-debugsource = 6.2.7-1.mga8 python-bsddb3-debugsource(x86-64) = 6.2.7-1.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python3-bsddb3-debuginfo-6.2.7-1.mga8.x86_64 Provides: debuginfo(build-id) = d5e0c85187b26c91364e68dff9374cc434a83db6 python-bsddb3-debuginfo = 6.2.7-1.mga8 python3-bsddb3-debuginfo = 6.2.7-1.mga8 python3-bsddb3-debuginfo(x86-64) = 6.2.7-1.mga8 python3.8-bsddb3-debuginfo = 6.2.7-1.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python-bsddb3-debugsource(x86-64) = 6.2.7-1.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64 Wrote: /home/iurt/rpmbuild/RPMS/x86_64/python-bsddb3-debugsource-6.2.7-1.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/python3-bsddb3-debuginfo-6.2.7-1.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/python3-bsddb3-6.2.7-1.mga8.x86_64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.adjKeI + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd bsddb3-6.2.7 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/python-bsddb3-6.2.7-1.mga8.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.VTr0yG + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf bsddb3-6.2.7 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!