D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/python-pylibpcap-0.6.4-4.mga8.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.w5vQtG + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf pylibpcap-0.6.4 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/pylibpcap-0.6.4.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd pylibpcap-0.6.4 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (pylibpcap-0.6.4-fix-format-error.patch):' Patch #0 (pylibpcap-0.6.4-fix-format-error.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file pcap.c + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.jXrydG + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd pylibpcap-0.6.4 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + sleep 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/python2 setup.py build '--executable=/usr/bin/python2 -s' running build running build_ext building '_pcapmodule' extension creating build creating build/temp.linux-aarch64-2.7 gcc -pthread -fno-strict-aliasing -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 -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 -fPIC -DSWIG_COBJECT_TYPES -I/usr/include/python2.7 -c pcap.c -o build/temp.linux-aarch64-2.7/pcap.o gcc -pthread -fno-strict-aliasing -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 -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 -fPIC -DSWIG_COBJECT_TYPES -I/usr/include/python2.7 -c pcap_interface.c -o build/temp.linux-aarch64-2.7/pcap_interface.o pcap_interface.c: In function 'lookupdev': pcap_interface.c:453:3: warning: 'pcap_lookupdev' is deprecated: use 'pcap_findalldevs' and use the first device [-Wdeprecated-declarations] 453 | dev = pcap_lookupdev(ebuf); | ^~~ In file included from /usr/include/pcap.h:43, from pcap_interface.c:19: /usr/include/pcap/pcap.h:328:16: note: declared here 328 | PCAP_API char *pcap_lookupdev(char *) | ^~~~~~~~~~~~~~ gcc -pthread -fno-strict-aliasing -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 -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 -fPIC -DSWIG_COBJECT_TYPES -I/usr/include/python2.7 -c exception.c -o build/temp.linux-aarch64-2.7/exception.o In file included from /usr/include/python2.7/pyconfig.h:6, from /usr/include/python2.7/Python.h:8, from exception.c:19: /usr/include/python2.7/pyconfig-64.h:1223: warning: "_POSIX_C_SOURCE" redefined 1223 | #define _POSIX_C_SOURCE 200112L | In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdlib.h:25, from exception.c:17: /usr/include/features.h:266: note: this is the location of the previous definition 266 | # define _POSIX_C_SOURCE 200809L | In file included from /usr/include/python2.7/pyconfig.h:6, from /usr/include/python2.7/Python.h:8, from exception.c:19: /usr/include/python2.7/pyconfig-64.h:1245: warning: "_XOPEN_SOURCE" redefined 1245 | #define _XOPEN_SOURCE 600 | In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdlib.h:25, from exception.c:17: /usr/include/features.h:203: note: this is the location of the previous definition 203 | # define _XOPEN_SOURCE 700 | gcc -pthread -fno-strict-aliasing -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 -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 -fPIC -DSWIG_COBJECT_TYPES -I/usr/include/python2.7 -c error.c -o build/temp.linux-aarch64-2.7/error.o In file included from /usr/include/python2.7/pyconfig.h:6, from /usr/include/python2.7/Python.h:8, from error.c:18: /usr/include/python2.7/pyconfig-64.h:1223: warning: "_POSIX_C_SOURCE" redefined 1223 | #define _POSIX_C_SOURCE 200112L | In file included from /usr/include/inttypes.h:25, from /usr/include/pcap/pcap-inttypes.h:120, from /usr/include/pcap/pcap.h:74, from /usr/include/pcap.h:43, from error.c:17: /usr/include/features.h:266: note: this is the location of the previous definition 266 | # define _POSIX_C_SOURCE 200809L | In file included from /usr/include/python2.7/pyconfig.h:6, from /usr/include/python2.7/Python.h:8, from error.c:18: /usr/include/python2.7/pyconfig-64.h:1245: warning: "_XOPEN_SOURCE" redefined 1245 | #define _XOPEN_SOURCE 600 | In file included from /usr/include/inttypes.h:25, from /usr/include/pcap/pcap-inttypes.h:120, from /usr/include/pcap/pcap.h:74, from /usr/include/pcap.h:43, from error.c:17: /usr/include/features.h:203: note: this is the location of the previous definition 203 | # define _XOPEN_SOURCE 700 | creating build/lib.linux-aarch64-2.7 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-2.7/pcap.o build/temp.linux-aarch64-2.7/pcap_interface.o build/temp.linux-aarch64-2.7/exception.o build/temp.linux-aarch64-2.7/error.o -L/usr/lib64 -lpcap -lpython2.7 -o build/lib.linux-aarch64-2.7/_pcapmodule.so running build_py copying pcap.py -> build/lib.linux-aarch64-2.7 + sleep 1 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.lPUd8E + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/python-pylibpcap-0.6.4-4.mga8.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/python-pylibpcap-0.6.4-4.mga8.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/python-pylibpcap-0.6.4-4.mga8.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/python-pylibpcap-0.6.4-4.mga8.aarch64 + cd pylibpcap-0.6.4 + '[' 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/python2 setup.py install -O1 --skip-build --root /home/iurt/rpmbuild/BUILDROOT/python-pylibpcap-0.6.4-4.mga8.aarch64 running install running install_lib creating /home/iurt/rpmbuild/BUILDROOT/python-pylibpcap-0.6.4-4.mga8.aarch64/usr creating /home/iurt/rpmbuild/BUILDROOT/python-pylibpcap-0.6.4-4.mga8.aarch64/usr/lib64 creating /home/iurt/rpmbuild/BUILDROOT/python-pylibpcap-0.6.4-4.mga8.aarch64/usr/lib64/python2.7 creating /home/iurt/rpmbuild/BUILDROOT/python-pylibpcap-0.6.4-4.mga8.aarch64/usr/lib64/python2.7/site-packages copying build/lib.linux-aarch64-2.7/_pcapmodule.so -> /home/iurt/rpmbuild/BUILDROOT/python-pylibpcap-0.6.4-4.mga8.aarch64/usr/lib64/python2.7/site-packages copying build/lib.linux-aarch64-2.7/pcap.py -> /home/iurt/rpmbuild/BUILDROOT/python-pylibpcap-0.6.4-4.mga8.aarch64/usr/lib64/python2.7/site-packages byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pylibpcap-0.6.4-4.mga8.aarch64/usr/lib64/python2.7/site-packages/pcap.py to pcap.pyc writing byte-compilation script '/tmp/tmpVuT7SP.py' /usr/bin/python2 -O /tmp/tmpVuT7SP.py removing /tmp/tmpVuT7SP.py running install_egg_info Writing /home/iurt/rpmbuild/BUILDROOT/python-pylibpcap-0.6.4-4.mga8.aarch64/usr/lib64/python2.7/site-packages/pylibpcap-0.6.4-py2.7.egg-info + /usr/lib/rpm/find-debuginfo.sh -j16 --strict-build-id -m -i --build-id-seed 0.6.4-4.mga8 --unique-debug-suffix -0.6.4-4.mga8.aarch64 --unique-debug-src-base python-pylibpcap-0.6.4-4.mga8.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/pylibpcap-0.6.4 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/python-pylibpcap-0.6.4-4.mga8.aarch64/usr/lib64/python2.7/site-packages/_pcapmodule.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/python-pylibpcap-0.6.4-4.mga8.aarch64/usr/lib64/python2.7/site-packages/_pcapmodule.so original debug info size: 252kB, size after compression: 228kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 328 blocks + '[' -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/translate_menu + '[' -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/python 1 1 Bytecompiling .py files below /home/iurt/rpmbuild/BUILDROOT/python-pylibpcap-0.6.4-4.mga8.aarch64/usr/lib/debug/usr/lib64/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /home/iurt/rpmbuild/BUILDROOT/python-pylibpcap-0.6.4-4.mga8.aarch64/usr/lib64/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: python-pylibpcap-0.6.4-4.mga8.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.pOk1nG + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd pylibpcap-0.6.4 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/python-pylibpcap-0.6.4-4.mga8.aarch64/usr/share/doc/python-pylibpcap + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/python-pylibpcap-0.6.4-4.mga8.aarch64/usr/share/doc/python-pylibpcap + cp -pr README /home/iurt/rpmbuild/BUILDROOT/python-pylibpcap-0.6.4-4.mga8.aarch64/usr/share/doc/python-pylibpcap + cp -pr ChangeLog /home/iurt/rpmbuild/BUILDROOT/python-pylibpcap-0.6.4-4.mga8.aarch64/usr/share/doc/python-pylibpcap + cp -pr COPYING /home/iurt/rpmbuild/BUILDROOT/python-pylibpcap-0.6.4-4.mga8.aarch64/usr/share/doc/python-pylibpcap + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-pylibpcap = 0.6.4-4.mga8 python-pylibpcap(aarch-64) = 0.6.4-4.mga8 python2.7dist(pylibpcap) = 0.6.4 python2dist(pylibpcap) = 0.6.4 pythonegg(2)(pylibpcap) = 0.6.4 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) libpcap.so.1()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.17)(64bit) libpython2.7.so.1.0()(64bit) python(abi) = 2.7 Processing files: python-pylibpcap-debugsource-0.6.4-4.mga8.aarch64 Provides: python-pylibpcap-debugsource = 0.6.4-4.mga8 python-pylibpcap-debugsource(aarch-64) = 0.6.4-4.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python-pylibpcap-debuginfo-0.6.4-4.mga8.aarch64 Provides: debuginfo(build-id) = 041a70fd13c7eba4440481f8a6a4036ad9f04fc6 python-pylibpcap-debuginfo = 0.6.4-4.mga8 python-pylibpcap-debuginfo(aarch-64) = 0.6.4-4.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python-pylibpcap-debugsource(aarch-64) = 0.6.4-4.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/python-pylibpcap-0.6.4-4.mga8.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/python-pylibpcap-0.6.4-4.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/python-pylibpcap-debuginfo-0.6.4-4.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/python-pylibpcap-debugsource-0.6.4-4.mga8.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.yTNeDF + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd pylibpcap-0.6.4 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/python-pylibpcap-0.6.4-4.mga8.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.EIaXzF + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf pylibpcap-0.6.4 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!