D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/python-wsaccel-0.6.2-3.mga8.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.7YngB3 + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf wsaccel-0.6.2 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/wsaccel-0.6.2.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd wsaccel-0.6.2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.szf6i6 + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd wsaccel-0.6.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 -Wl,--enable-new-dtags' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib.linux-aarch64-3.8 creating build/lib.linux-aarch64-3.8/wsaccel copying wsaccel/__init__.py -> build/lib.linux-aarch64-3.8/wsaccel running build_ext building 'wsaccel.utf8validator' extension creating build/temp.linux-aarch64-3.8 creating build/temp.linux-aarch64-3.8/wsaccel 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/python3.8 -c wsaccel/utf8validator.c -o build/temp.linux-aarch64-3.8/wsaccel/utf8validator.o wsaccel/utf8validator.c: In function '__pyx_pf_7wsaccel_13utf8validator_13Utf8Validator_6validate': wsaccel/utf8validator.c:983:3: warning: 'PyObject_AsReadBuffer' is deprecated [-Wdeprecated-declarations] 983 | __pyx_t_1 = PyObject_AsReadBuffer(__pyx_v_ba, ((void **)(&__pyx_v_buf)), (&__pyx_v_buf_len)); if (unlikely(__pyx_t_1 == -1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 104; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | ^~~~~~~~~ In file included from /usr/include/python3.8/Python.h:147, from wsaccel/utf8validator.c:16: /usr/include/python3.8/abstract.h:337:17: note: declared here 337 | PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj, | ^~~~~~~~~~~~~~~~~~~~~ wsaccel/utf8validator.c:983:50: warning: passing argument 2 of 'PyObject_AsReadBuffer' from incompatible pointer type [-Wincompatible-pointer-types] 983 | __pyx_t_1 = PyObject_AsReadBuffer(__pyx_v_ba, ((void **)(&__pyx_v_buf)), (&__pyx_v_buf_len)); if (unlikely(__pyx_t_1 == -1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 104; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | ~^~~~~~~~~~~~~~~~~~~~~~~~ | | | void ** In file included from /usr/include/python3.8/Python.h:147, from wsaccel/utf8validator.c:16: /usr/include/python3.8/abstract.h:338:52: note: expected 'const void **' but argument is of type 'void **' 338 | const void **buffer, | ~~~~~~~~~~~~~^~~~~~ 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-aarch64-3.8/wsaccel/utf8validator.o -L/usr/lib64 -lpython3.8 -o build/lib.linux-aarch64-3.8/wsaccel/utf8validator.cpython-38-aarch64-linux-gnu.so building 'wsaccel.xormask' extension 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/python3.8 -c wsaccel/xormask.c -o build/temp.linux-aarch64-3.8/wsaccel/xormask.o wsaccel/xormask.c: In function '__pyx_pf_7wsaccel_7xormask_15XorMaskerSimple___init__': wsaccel/xormask.c:1042:3: warning: 'PyObject_AsReadBuffer' is deprecated [-Wdeprecated-declarations] 1042 | __pyx_t_1 = PyObject_AsReadBuffer(__pyx_v_mask, ((void const **)(&__pyx_v_msk)), (&__pyx_v_msk_len)); if (unlikely(__pyx_t_1 == -1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 36; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | ^~~~~~~~~ In file included from /usr/include/python3.8/Python.h:147, from wsaccel/xormask.c:16: /usr/include/python3.8/abstract.h:337:17: note: declared here 337 | PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj, | ^~~~~~~~~~~~~~~~~~~~~ wsaccel/xormask.c: In function '__pyx_pf_7wsaccel_7xormask_15XorMaskerSimple_6process': wsaccel/xormask.c:1253:3: warning: 'PyObject_AsReadBuffer' is deprecated [-Wdeprecated-declarations] 1253 | __pyx_t_1 = PyObject_AsReadBuffer(__pyx_v_data, ((void const **)(&__pyx_v_cdata)), (&__pyx_v_dlen)); if (unlikely(__pyx_t_1 == -1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 55; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | ^~~~~~~~~ In file included from /usr/include/python3.8/Python.h:147, from wsaccel/xormask.c:16: /usr/include/python3.8/abstract.h:337:17: note: declared here 337 | PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj, | ^~~~~~~~~~~~~~~~~~~~~ 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-aarch64-3.8/wsaccel/xormask.o -L/usr/lib64 -lpython3.8 -o build/lib.linux-aarch64-3.8/wsaccel/xormask.cpython-38-aarch64-linux-gnu.so + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.Ej2Uy5 + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/python-wsaccel-0.6.2-3.mga8.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/python-wsaccel-0.6.2-3.mga8.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/python-wsaccel-0.6.2-3.mga8.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/python-wsaccel-0.6.2-3.mga8.aarch64 + cd wsaccel-0.6.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 -Wl,--enable-new-dtags' + /usr/bin/python3 setup.py install -O1 --skip-build --root /home/iurt/rpmbuild/BUILDROOT/python-wsaccel-0.6.2-3.mga8.aarch64 running install running install_lib creating /home/iurt/rpmbuild/BUILDROOT/python-wsaccel-0.6.2-3.mga8.aarch64/usr creating /home/iurt/rpmbuild/BUILDROOT/python-wsaccel-0.6.2-3.mga8.aarch64/usr/lib64 creating /home/iurt/rpmbuild/BUILDROOT/python-wsaccel-0.6.2-3.mga8.aarch64/usr/lib64/python3.8 creating /home/iurt/rpmbuild/BUILDROOT/python-wsaccel-0.6.2-3.mga8.aarch64/usr/lib64/python3.8/site-packages creating /home/iurt/rpmbuild/BUILDROOT/python-wsaccel-0.6.2-3.mga8.aarch64/usr/lib64/python3.8/site-packages/wsaccel copying build/lib.linux-aarch64-3.8/wsaccel/xormask.cpython-38-aarch64-linux-gnu.so -> /home/iurt/rpmbuild/BUILDROOT/python-wsaccel-0.6.2-3.mga8.aarch64/usr/lib64/python3.8/site-packages/wsaccel copying build/lib.linux-aarch64-3.8/wsaccel/utf8validator.cpython-38-aarch64-linux-gnu.so -> /home/iurt/rpmbuild/BUILDROOT/python-wsaccel-0.6.2-3.mga8.aarch64/usr/lib64/python3.8/site-packages/wsaccel copying build/lib.linux-aarch64-3.8/wsaccel/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-wsaccel-0.6.2-3.mga8.aarch64/usr/lib64/python3.8/site-packages/wsaccel byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-wsaccel-0.6.2-3.mga8.aarch64/usr/lib64/python3.8/site-packages/wsaccel/__init__.py to __init__.cpython-38.pyc writing byte-compilation script '/tmp/tmpdiv40999.py' /usr/bin/python3 /tmp/tmpdiv40999.py removing /tmp/tmpdiv40999.py running install_egg_info running egg_info creating wsaccel.egg-info writing wsaccel.egg-info/PKG-INFO writing dependency_links to wsaccel.egg-info/dependency_links.txt writing top-level names to wsaccel.egg-info/top_level.txt writing manifest file 'wsaccel.egg-info/SOURCES.txt' reading manifest file 'wsaccel.egg-info/SOURCES.txt' writing manifest file 'wsaccel.egg-info/SOURCES.txt' Copying wsaccel.egg-info to /home/iurt/rpmbuild/BUILDROOT/python-wsaccel-0.6.2-3.mga8.aarch64/usr/lib64/python3.8/site-packages/wsaccel-0.6.2-py3.8.egg-info running install_scripts + rm -rfv /home/iurt/rpmbuild/BUILDROOT/python-wsaccel-0.6.2-3.mga8.aarch64/usr/bin/__pycache__ + /usr/lib/rpm/find-debuginfo.sh -j8 --strict-build-id -m -i --build-id-seed 0.6.2-3.mga8 --unique-debug-suffix -0.6.2-3.mga8.aarch64 --unique-debug-src-base python-wsaccel-0.6.2-3.mga8.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/wsaccel-0.6.2 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/python-wsaccel-0.6.2-3.mga8.aarch64/usr/lib64/python3.8/site-packages/wsaccel/utf8validator.cpython-38-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/python-wsaccel-0.6.2-3.mga8.aarch64/usr/lib64/python3.8/site-packages/wsaccel/xormask.cpython-38-aarch64-linux-gnu.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/python-wsaccel-0.6.2-3.mga8.aarch64/usr/lib64/python3.8/site-packages/wsaccel/utf8validator.cpython-38-aarch64-linux-gnu.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/python-wsaccel-0.6.2-3.mga8.aarch64/usr/lib64/python3.8/site-packages/wsaccel/xormask.cpython-38-aarch64-linux-gnu.so original debug info size: 200kB, size after compression: 192kB /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. 442 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-wsaccel-0.6.2-3.mga8.aarch64/usr/lib/debug/usr/lib64/python3.8 using /usr/bin/python3.8 Bytecompiling .py files below /home/iurt/rpmbuild/BUILDROOT/python-wsaccel-0.6.2-3.mga8.aarch64/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-wsaccel-0.6.2-3.mga8.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.v7CKq4 + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd wsaccel-0.6.2 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/python-wsaccel-0.6.2-3.mga8.aarch64/usr/share/doc/python3-wsaccel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/python-wsaccel-0.6.2-3.mga8.aarch64/usr/share/doc/python3-wsaccel + cp -pr README.rst /home/iurt/rpmbuild/BUILDROOT/python-wsaccel-0.6.2-3.mga8.aarch64/usr/share/doc/python3-wsaccel + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-wsaccel = 0.6.2-3.mga8 python3-wsaccel = 0.6.2-3.mga8 python3-wsaccel(aarch-64) = 0.6.2-3.mga8 python3.8-wsaccel = 0.6.2-3.mga8 python3.8dist(wsaccel) = 0.6.2 python3dist(wsaccel) = 0.6.2 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: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libpython3.8.so.1.0()(64bit) python(abi) = 3.8 Obsoletes: python-wsaccel < 0.6.2-3.mga8 Processing files: python-wsaccel-debugsource-0.6.2-3.mga8.aarch64 Provides: python-wsaccel-debugsource = 0.6.2-3.mga8 python-wsaccel-debugsource(aarch-64) = 0.6.2-3.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python3-wsaccel-debuginfo-0.6.2-3.mga8.aarch64 Provides: debuginfo(build-id) = 486dd877dc80bcc5c7d428e386aaf89f069461e9 debuginfo(build-id) = c28ea663afe04cfcaa16ed6082db4c6e63caa886 python-wsaccel-debuginfo = 0.6.2-3.mga8 python3-wsaccel-debuginfo = 0.6.2-3.mga8 python3-wsaccel-debuginfo(aarch-64) = 0.6.2-3.mga8 python3.8-wsaccel-debuginfo = 0.6.2-3.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python-wsaccel-debugsource(aarch-64) = 0.6.2-3.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/python-wsaccel-0.6.2-3.mga8.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/python3-wsaccel-0.6.2-3.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/python3-wsaccel-debuginfo-0.6.2-3.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/python-wsaccel-debugsource-0.6.2-3.mga8.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.oVvkI6 + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd wsaccel-0.6.2 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/python-wsaccel-0.6.2-3.mga8.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.vq0kC5 + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf wsaccel-0.6.2 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!