D: [iurt_root_command] chroot Installing /home/pterjan/rpmbuild/SRPMS/python-berkeleydb-18.1.2-4.mga9.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.j0gBIh + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD + rm -rf berkeleydb-18.1.2 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/berkeleydb-18.1.2.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd berkeleydb-18.1.2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -rf berkeleydb.egg-info/ + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.lyKbtG + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd berkeleydb-18.1.2 + '[' 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=sha1 -Wl,--enable-new-dtags' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' Found Oracle Berkeley DB 5.3 installation. include files in /usr/include library files in /usr/lib64 library name is libdb-5.3 Detected Oracle Berkeley DB version 5.3 from db.h running build running build_py creating build creating build/lib.linux-x86_64-cpython-310 creating build/lib.linux-x86_64-cpython-310/berkeleydb copying src/berkeleydb/dbrecio.py -> build/lib.linux-x86_64-cpython-310/berkeleydb copying src/berkeleydb/dbobj.py -> build/lib.linux-x86_64-cpython-310/berkeleydb copying src/berkeleydb/dbutils.py -> build/lib.linux-x86_64-cpython-310/berkeleydb copying src/berkeleydb/__init__.py -> build/lib.linux-x86_64-cpython-310/berkeleydb copying src/berkeleydb/dbshelve.py -> build/lib.linux-x86_64-cpython-310/berkeleydb copying src/berkeleydb/db.py -> build/lib.linux-x86_64-cpython-310/berkeleydb creating build/lib.linux-x86_64-cpython-310/berkeleydb/tests copying src/berkeleydb/test/test_dbenv.py -> build/lib.linux-x86_64-cpython-310/berkeleydb/tests copying src/berkeleydb/test/test_heap.py -> build/lib.linux-x86_64-cpython-310/berkeleydb/tests copying src/berkeleydb/test/test_compat.py -> build/lib.linux-x86_64-cpython-310/berkeleydb/tests copying src/berkeleydb/test/test_thread.py -> build/lib.linux-x86_64-cpython-310/berkeleydb/tests copying src/berkeleydb/test/test_dbshelve.py -> build/lib.linux-x86_64-cpython-310/berkeleydb/tests copying src/berkeleydb/test/test_queue.py -> build/lib.linux-x86_64-cpython-310/berkeleydb/tests copying src/berkeleydb/test/test_cursor_pget_bug.py -> build/lib.linux-x86_64-cpython-310/berkeleydb/tests copying src/berkeleydb/test/test_misc.py -> build/lib.linux-x86_64-cpython-310/berkeleydb/tests copying src/berkeleydb/test/test_lock.py -> build/lib.linux-x86_64-cpython-310/berkeleydb/tests copying src/berkeleydb/test/test_get_none.py -> build/lib.linux-x86_64-cpython-310/berkeleydb/tests copying src/berkeleydb/test/test_distributed_transactions.py -> build/lib.linux-x86_64-cpython-310/berkeleydb/tests copying src/berkeleydb/test/test_concurrent_data_store.py -> build/lib.linux-x86_64-cpython-310/berkeleydb/tests copying src/berkeleydb/test/test_early_close.py -> build/lib.linux-x86_64-cpython-310/berkeleydb/tests copying src/berkeleydb/test/test_join.py -> build/lib.linux-x86_64-cpython-310/berkeleydb/tests copying src/berkeleydb/test/test_sequence.py -> build/lib.linux-x86_64-cpython-310/berkeleydb/tests copying src/berkeleydb/test/test_weakref.py -> build/lib.linux-x86_64-cpython-310/berkeleydb/tests copying src/berkeleydb/test/test_fileid.py -> build/lib.linux-x86_64-cpython-310/berkeleydb/tests copying src/berkeleydb/test/test_dbobj.py -> build/lib.linux-x86_64-cpython-310/berkeleydb/tests copying src/berkeleydb/test/test_pickle.py -> build/lib.linux-x86_64-cpython-310/berkeleydb/tests copying src/berkeleydb/test/test_db.py -> build/lib.linux-x86_64-cpython-310/berkeleydb/tests copying src/berkeleydb/test/test_compare.py -> build/lib.linux-x86_64-cpython-310/berkeleydb/tests copying src/berkeleydb/test/__init__.py -> build/lib.linux-x86_64-cpython-310/berkeleydb/tests copying src/berkeleydb/test/test_associate.py -> build/lib.linux-x86_64-cpython-310/berkeleydb/tests copying src/berkeleydb/test/test_basics.py -> build/lib.linux-x86_64-cpython-310/berkeleydb/tests copying src/berkeleydb/test/test_replication.py -> build/lib.linux-x86_64-cpython-310/berkeleydb/tests copying src/berkeleydb/test/test_recno.py -> build/lib.linux-x86_64-cpython-310/berkeleydb/tests copying src/berkeleydb/test/test_all.py -> build/lib.linux-x86_64-cpython-310/berkeleydb/tests running build_ext building 'berkeleydb._berkeleydb' extension creating build/temp.linux-x86_64-cpython-310 creating build/temp.linux-x86_64-cpython-310/src creating build/temp.linux-x86_64-cpython-310/src/Modules gcc -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.10 -c src/Modules/berkeleydb.c -o build/temp.linux-x86_64-cpython-310/src/Modules/berkeleydb.o gcc -shared -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id=sha1 -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-cpython-310/src/Modules/berkeleydb.o -L/usr/lib64 -L/usr/lib64 -Wl,--enable-new-dtags,-R/usr/lib64 -ldb-5.3 -lpython3.10 -o build/lib.linux-x86_64-cpython-310/berkeleydb/_berkeleydb.cpython-310-x86_64-linux-gnu.so + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.b1fMfF + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64 '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64 ++ dirname /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64 + mkdir -p /home/pterjan/rpmbuild/BUILDROOT + mkdir /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64 + cd berkeleydb-18.1.2 + '[' 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=sha1 -Wl,--enable-new-dtags' + /usr/bin/python3 setup.py install -O1 --skip-build --root /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64 Found Oracle Berkeley DB 5.3 installation. include files in /usr/include library files in /usr/lib64 library name is libdb-5.3 Detected Oracle Berkeley DB version 5.3 from db.h running install /usr/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running install_lib creating /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr creating /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64 creating /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10 creating /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages creating /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb creating /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/tests copying build/lib.linux-x86_64-cpython-310/berkeleydb/tests/test_dbenv.py -> /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/tests copying build/lib.linux-x86_64-cpython-310/berkeleydb/tests/test_heap.py -> /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/tests copying build/lib.linux-x86_64-cpython-310/berkeleydb/tests/test_compat.py -> /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/tests copying build/lib.linux-x86_64-cpython-310/berkeleydb/tests/test_thread.py -> /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/tests copying build/lib.linux-x86_64-cpython-310/berkeleydb/tests/test_dbshelve.py -> /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/tests copying build/lib.linux-x86_64-cpython-310/berkeleydb/tests/test_queue.py -> /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/tests copying build/lib.linux-x86_64-cpython-310/berkeleydb/tests/test_cursor_pget_bug.py -> /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/tests copying build/lib.linux-x86_64-cpython-310/berkeleydb/tests/test_misc.py -> /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/tests copying build/lib.linux-x86_64-cpython-310/berkeleydb/tests/test_lock.py -> /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/tests copying build/lib.linux-x86_64-cpython-310/berkeleydb/tests/test_get_none.py -> /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/tests copying build/lib.linux-x86_64-cpython-310/berkeleydb/tests/test_distributed_transactions.py -> /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/tests copying build/lib.linux-x86_64-cpython-310/berkeleydb/tests/test_concurrent_data_store.py -> /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/tests copying build/lib.linux-x86_64-cpython-310/berkeleydb/tests/test_early_close.py -> /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/tests copying build/lib.linux-x86_64-cpython-310/berkeleydb/tests/test_join.py -> /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/tests copying build/lib.linux-x86_64-cpython-310/berkeleydb/tests/test_sequence.py -> /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/tests copying build/lib.linux-x86_64-cpython-310/berkeleydb/tests/test_weakref.py -> /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/tests copying build/lib.linux-x86_64-cpython-310/berkeleydb/tests/test_fileid.py -> /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/tests copying build/lib.linux-x86_64-cpython-310/berkeleydb/tests/test_dbobj.py -> /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/tests copying build/lib.linux-x86_64-cpython-310/berkeleydb/tests/test_pickle.py -> /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/tests copying build/lib.linux-x86_64-cpython-310/berkeleydb/tests/test_db.py -> /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/tests copying build/lib.linux-x86_64-cpython-310/berkeleydb/tests/test_compare.py -> /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/tests copying build/lib.linux-x86_64-cpython-310/berkeleydb/tests/__init__.py -> /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/tests copying build/lib.linux-x86_64-cpython-310/berkeleydb/tests/test_associate.py -> /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/tests copying build/lib.linux-x86_64-cpython-310/berkeleydb/tests/test_basics.py -> /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/tests copying build/lib.linux-x86_64-cpython-310/berkeleydb/tests/test_replication.py -> /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/tests copying build/lib.linux-x86_64-cpython-310/berkeleydb/tests/test_recno.py -> /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/tests copying build/lib.linux-x86_64-cpython-310/berkeleydb/tests/test_all.py -> /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/tests copying build/lib.linux-x86_64-cpython-310/berkeleydb/dbrecio.py -> /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb copying build/lib.linux-x86_64-cpython-310/berkeleydb/dbobj.py -> /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb copying build/lib.linux-x86_64-cpython-310/berkeleydb/dbutils.py -> /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb copying build/lib.linux-x86_64-cpython-310/berkeleydb/__init__.py -> /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb copying build/lib.linux-x86_64-cpython-310/berkeleydb/dbshelve.py -> /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb copying build/lib.linux-x86_64-cpython-310/berkeleydb/db.py -> /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb copying build/lib.linux-x86_64-cpython-310/berkeleydb/_berkeleydb.cpython-310-x86_64-linux-gnu.so -> /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/tests/test_dbenv.py to test_dbenv.cpython-310.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/tests/test_heap.py to test_heap.cpython-310.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/tests/test_compat.py to test_compat.cpython-310.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/tests/test_thread.py to test_thread.cpython-310.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/tests/test_dbshelve.py to test_dbshelve.cpython-310.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/tests/test_queue.py to test_queue.cpython-310.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/tests/test_cursor_pget_bug.py to test_cursor_pget_bug.cpython-310.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/tests/test_misc.py to test_misc.cpython-310.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/tests/test_lock.py to test_lock.cpython-310.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/tests/test_get_none.py to test_get_none.cpython-310.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/tests/test_distributed_transactions.py to test_distributed_transactions.cpython-310.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/tests/test_concurrent_data_store.py to test_concurrent_data_store.cpython-310.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/tests/test_early_close.py to test_early_close.cpython-310.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/tests/test_join.py to test_join.cpython-310.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/tests/test_sequence.py to test_sequence.cpython-310.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/tests/test_weakref.py to test_weakref.cpython-310.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/tests/test_fileid.py to test_fileid.cpython-310.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/tests/test_dbobj.py to test_dbobj.cpython-310.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/tests/test_pickle.py to test_pickle.cpython-310.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/tests/test_db.py to test_db.cpython-310.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/tests/test_compare.py to test_compare.cpython-310.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/tests/__init__.py to __init__.cpython-310.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/tests/test_associate.py to test_associate.cpython-310.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/tests/test_basics.py to test_basics.cpython-310.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/tests/test_replication.py to test_replication.cpython-310.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/tests/test_recno.py to test_recno.cpython-310.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/tests/test_all.py to test_all.cpython-310.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/dbrecio.py to dbrecio.cpython-310.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/dbobj.py to dbobj.cpython-310.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/dbutils.py to dbutils.cpython-310.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/__init__.py to __init__.cpython-310.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/dbshelve.py to dbshelve.cpython-310.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/db.py to db.cpython-310.pyc writing byte-compilation script '/tmp/tmphbc3t1fx.py' /usr/bin/python3 /tmp/tmphbc3t1fx.py removing /tmp/tmphbc3t1fx.py running install_headers creating /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/include creating /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/include/python3.10 creating /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/include/python3.10/berkeleydb copying src/Modules/berkeleydb.h -> /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/include/python3.10/berkeleydb running install_egg_info running egg_info creating berkeleydb.egg-info writing berkeleydb.egg-info/PKG-INFO writing dependency_links to berkeleydb.egg-info/dependency_links.txt writing top-level names to berkeleydb.egg-info/top_level.txt writing manifest file 'berkeleydb.egg-info/SOURCES.txt' reading manifest file 'berkeleydb.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'updatedb.bat' warning: no files found matching '*.html' under directory 'docs' warning: no files found matching '*.css' under directory 'docs' warning: no files found matching '*.gif' under directory 'docs' warning: no files found matching '*.jpg' under directory 'docs' warning: no files found matching '*.js' 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/bsddb' adding license file 'LICENSE.txt' writing manifest file 'berkeleydb.egg-info/SOURCES.txt' Copying berkeleydb.egg-info to /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb-18.1.2-py3.10.egg-info running install_scripts + rm -rfv /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/bin/__pycache__ + rm -f /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/include/python3.10/berkeleydb/berkeleydb.h + chmod 0755 /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/dbshelve.py + /usr/bin/pathfix.py -i /usr/bin/python3 -p -n /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/ recursedown('/home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/') recursedown('/home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/__pycache__') recursedown('/home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/tests') recursedown('/home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/tests/__pycache__') /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/__init__.py: no change /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/db.py: no change /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/dbobj.py: no change /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/dbrecio.py: no change /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/dbshelve.py: updating /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/dbutils.py: no change /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/tests/__init__.py: no change /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/tests/test_all.py: no change /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/tests/test_associate.py: no change /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/tests/test_basics.py: no change /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/tests/test_compare.py: no change /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/tests/test_compat.py: no change /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/tests/test_concurrent_data_store.py: no change /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/tests/test_cursor_pget_bug.py: no change /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/tests/test_db.py: no change /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/tests/test_dbenv.py: no change /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/tests/test_dbobj.py: no change /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/tests/test_dbshelve.py: no change /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/tests/test_distributed_transactions.py: no change /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/tests/test_early_close.py: no change /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/tests/test_fileid.py: no change /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/tests/test_get_none.py: no change /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/tests/test_heap.py: no change /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/tests/test_join.py: no change /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/tests/test_lock.py: no change /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/tests/test_misc.py: no change /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/tests/test_pickle.py: no change /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/tests/test_queue.py: no change /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/tests/test_recno.py: no change /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/tests/test_replication.py: no change /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/tests/test_sequence.py: no change /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/tests/test_thread.py: no change /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/tests/test_weakref.py: no change + /usr/bin/find-debuginfo -j16 --strict-build-id -m -i --build-id-seed 18.1.2-4.mga9 --unique-debug-suffix -18.1.2-4.mga9.x86_64 --unique-debug-src-base python-berkeleydb-18.1.2-4.mga9.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/berkeleydb-18.1.2 extracting debug info from /home/pterjan/rpmbuild/BUILDROOT/python-berkeleydb-18.1.2-4.mga9.x86_64/usr/lib64/python3.10/site-packages/berkeleydb/_berkeleydb.cpython-310-x86_64-linux-gnu.so original debug info size: 508kB, size after compression: 488kB /usr/bin/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 556 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/check-rpaths ******************************************************************************* * * WARNING: 'check-rpaths' detected a broken RPATH OR RUNPATH and will cause * 'rpmbuild' to fail. To ignore these errors, you can set the * '$QA_RPATHS' environment variable which is a bitmask allowing the * values below. The current value of QA_RPATHS is 0x0000. * * 0x0001 ... standard RPATHs (e.g. /usr/lib); such RPATHs are a minor * issue but are introducing redundant searchpaths without * providing a benefit. They can also cause errors in multilib * environments. * 0x0002 ... invalid RPATHs; these are RPATHs which are neither absolute * nor relative filenames and can therefore be a SECURITY risk * 0x0004 ... insecure RPATHs; these are relative RPATHs which are a * SECURITY risk * 0x0008 ... the special '$ORIGIN' RPATHs are appearing after other * RPATHs; this is just a minor issue but usually unwanted * 0x0010 ... the RPATH is empty; there is no reason for such RPATHs * and they cause unneeded work while loading libraries * 0x0020 ... an RPATH references '..' of an absolute path; this will break * the functionality when the path before '..' is a symlink * * * Examples: * - to ignore standard and empty RPATHs, execute 'rpmbuild' like * $ QA_RPATHS=$(( 0x0001|0x0010 )) rpmbuild my-package.src.rpm * - to check existing files, set $RPM_BUILD_ROOT and execute check-rpaths like * $ RPM_BUILD_ROOT= /usr/lib/rpm/check-rpaths * ******************************************************************************* ERROR 0001: file '/usr/lib64/python3.10/site-packages/berkeleydb/_berkeleydb.cpython-310-x86_64-linux-gnu.so' contains a standard runpath '/usr/lib64' in [/usr/lib64] error: Bad exit status from /home/pterjan/rpmbuild/tmp/rpm-tmp.b1fMfF (%install) RPM build errors: Bad exit status from /home/pterjan/rpmbuild/tmp/rpm-tmp.b1fMfF (%install) I: [iurt_root_command] ERROR: chroot