Mock Version: 1.4.13 Mock Version: 1.4.13 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/py-radix.spec'], chrootPath='/var/lib/mock/f30-build-15132834-1076298/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/py-radix.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: aarch64 Building for target aarch64 Wrote: /builddir/build/SRPMS/py-radix-0.9.3-13.fc30.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target aarch64 --nodeps /builddir/build/SPECS/py-radix.spec'], chrootPath='/var/lib/mock/f30-build-15132834-1076298/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target aarch64 --nodeps /builddir/build/SPECS/py-radix.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.QqoZYq + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf py-radix-0.9.3 + /usr/bin/gzip -dc /builddir/build/SOURCES/v0.9.3.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd py-radix-0.9.3 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -f inet_ntop.c strlcpy.c + touch inet_ntop.c strlcpy.c + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.8KcnkL + umask 022 + cd /builddir/build/BUILD + cd py-radix-0.9.3 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib.linux-aarch64-3.7 creating build/lib.linux-aarch64-3.7/radix copying radix/__init__.py -> build/lib.linux-aarch64-3.7/radix copying radix/radix.py -> build/lib.linux-aarch64-3.7/radix running build_ext building 'radix._radix' extension creating build/temp.linux-aarch64-3.7 creating build/temp.linux-aarch64-3.7/radix creating build/temp.linux-aarch64-3.7/radix/_radix gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/builddir/build/BUILD/py-radix-0.9.3/radix -I/usr/include/python3.7m -c radix/_radix.c -o build/temp.linux-aarch64-3.7/radix/_radix.o BUILDSTDERR: radix/_radix.c: In function ‘add_node_to_list’: BUILDSTDERR: radix/_radix.c:528:37: warning: passing argument 2 of ‘PyList_Append’ from incompatible pointer type [-Wincompatible-pointer-types] BUILDSTDERR: 528 | PyList_Append(ret, ((RadixNodeObject *)node->data)); BUILDSTDERR: | ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | RadixNodeObject * {aka struct *} BUILDSTDERR: In file included from /usr/include/python3.7m/Python.h:98, BUILDSTDERR: from radix/_radix.c:17: BUILDSTDERR: /usr/include/python3.7m/listobject.h:57:43: note: expected ‘PyObject *’ {aka ‘struct _object *’} but argument is of type ‘RadixNodeObject *’ {aka ‘struct *’} BUILDSTDERR: 57 | PyAPI_FUNC(int) PyList_Append(PyObject *, PyObject *); BUILDSTDERR: | ^~~~~~~~~~ gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/builddir/build/BUILD/py-radix-0.9.3/radix -I/usr/include/python3.7m -c radix/_radix/radix.c -o build/temp.linux-aarch64-3.7/radix/_radix/radix.o BUILDSTDERR: radix/_radix/radix.c: In function ‘radix_search_covered’: BUILDSTDERR: radix/_radix/radix.c:535:44: warning: array subscript -1 is outside array bounds of ‘struct [129]’ [-Warray-bounds] BUILDSTDERR: 535 | pst->checked = (pst[-1].checked || node->prefix != NULL); BUILDSTDERR: | ~~~^~~~ BUILDSTDERR: radix/_radix/radix.c:472:11: note: while referencing ‘stack’ BUILDSTDERR: 472 | } stack[RADIX_MAXBITS + 1], *pst; BUILDSTDERR: | ^~~~~ gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-aarch64-3.7/radix/_radix.o build/temp.linux-aarch64-3.7/radix/_radix/radix.o -L/usr/lib64 -lpython3.7m -o build/lib.linux-aarch64-3.7/radix/_radix.cpython-37m-aarch64-linux-gnu.so + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.yyaY0m + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/py-radix-0.9.3-13.fc30.aarch64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/py-radix-0.9.3-13.fc30.aarch64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/py-radix-0.9.3-13.fc30.aarch64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/py-radix-0.9.3-13.fc30.aarch64 + cd py-radix-0.9.3 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/py-radix-0.9.3-13.fc30.aarch64 running install running install_lib creating /builddir/build/BUILDROOT/py-radix-0.9.3-13.fc30.aarch64/usr creating /builddir/build/BUILDROOT/py-radix-0.9.3-13.fc30.aarch64/usr/lib64 creating /builddir/build/BUILDROOT/py-radix-0.9.3-13.fc30.aarch64/usr/lib64/python3.7 creating /builddir/build/BUILDROOT/py-radix-0.9.3-13.fc30.aarch64/usr/lib64/python3.7/site-packages creating /builddir/build/BUILDROOT/py-radix-0.9.3-13.fc30.aarch64/usr/lib64/python3.7/site-packages/radix copying build/lib.linux-aarch64-3.7/radix/_radix.cpython-37m-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/py-radix-0.9.3-13.fc30.aarch64/usr/lib64/python3.7/site-packages/radix copying build/lib.linux-aarch64-3.7/radix/__init__.py -> /builddir/build/BUILDROOT/py-radix-0.9.3-13.fc30.aarch64/usr/lib64/python3.7/site-packages/radix copying build/lib.linux-aarch64-3.7/radix/radix.py -> /builddir/build/BUILDROOT/py-radix-0.9.3-13.fc30.aarch64/usr/lib64/python3.7/site-packages/radix byte-compiling /builddir/build/BUILDROOT/py-radix-0.9.3-13.fc30.aarch64/usr/lib64/python3.7/site-packages/radix/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/py-radix-0.9.3-13.fc30.aarch64/usr/lib64/python3.7/site-packages/radix/radix.py to radix.cpython-37.pyc writing byte-compilation script '/tmp/tmprqyqnw49.py' /usr/bin/python3 /tmp/tmprqyqnw49.py removing /tmp/tmprqyqnw49.py running install_egg_info running egg_info creating py_radix.egg-info writing py_radix.egg-info/PKG-INFO writing dependency_links to py_radix.egg-info/dependency_links.txt writing top-level names to py_radix.egg-info/top_level.txt writing manifest file 'py_radix.egg-info/SOURCES.txt' reading manifest file 'py_radix.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'py_radix.egg-info/SOURCES.txt' Copying py_radix.egg-info to /builddir/build/BUILDROOT/py-radix-0.9.3-13.fc30.aarch64/usr/lib64/python3.7/site-packages/py_radix-0.9.3-py3.7.egg-info running install_scripts + /usr/lib/rpm/find-debuginfo.sh -j8 --strict-build-id -m -i --build-id-seed 0.9.3-13.fc30 --unique-debug-suffix -0.9.3-13.fc30.aarch64 --unique-debug-src-base py-radix-0.9.3-13.fc30.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/py-radix-0.9.3 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/py-radix-0.9.3-13.fc30.aarch64/usr/lib64/python3.7/site-packages/radix/_radix.cpython-37m-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/py-radix-0.9.3-13.fc30.aarch64/usr/lib64/python3.7/site-packages/radix/_radix.cpython-37m-aarch64-linux-gnu.so /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. BUILDSTDERR: 141 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 0 Bytecompiling .py files below /builddir/build/BUILDROOT/py-radix-0.9.3-13.fc30.aarch64/usr/lib64/python3.7 using /usr/bin/python3.7 Bytecompiling .py files below /builddir/build/BUILDROOT/py-radix-0.9.3-13.fc30.aarch64/usr/lib/debug/usr/lib64/python3.7 using /usr/bin/python3.7 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.lxXLaJ + umask 022 + cd /builddir/build/BUILD + cd py-radix-0.9.3 + /usr/bin/python3 setup.py test running test running egg_info writing py_radix.egg-info/PKG-INFO writing dependency_links to py_radix.egg-info/dependency_links.txt writing top-level names to py_radix.egg-info/top_level.txt reading manifest file 'py_radix.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'py_radix.egg-info/SOURCES.txt' running build_ext copying build/lib.linux-aarch64-3.7/radix/_radix.cpython-37m-aarch64-linux-gnu.so -> radix BUILDSTDERR: /usr/lib/python3.7/site-packages/nose/config.py:264: RuntimeWarning: Option 'with-coverage' in config file 'setup.cfg' ignored: excluded by runtime environment BUILDSTDERR: warn(msg, RuntimeWarning) BUILDSTDERR: /usr/lib/python3.7/site-packages/nose/config.py:264: RuntimeWarning: Option 'cover-package' in config file 'setup.cfg' ignored: excluded by runtime environment BUILDSTDERR: warn(msg, RuntimeWarning) BUILDSTDERR: test_radix_0_5_c_ext (tests.test_compat.LoadRadixPickle) ... /builddir/build/BUILD/py-radix-0.9.3/tests/test_compat.py:33: DeprecationWarning: Please use assertEqual instead. BUILDSTDERR: self.assertEquals(len(tree.nodes()), 3) BUILDSTDERR: ok BUILDSTDERR: test_radix_0_6_c_ext (tests.test_compat.LoadRadixPickle) ... ok BUILDSTDERR: test_radix_0_6_no_ext (tests.test_compat.LoadRadixPickle) ... ok BUILDSTDERR: test_00__create_destroy (tests.test_regression.TestRadix) ... ok BUILDSTDERR: test_01__create_node (tests.test_regression.TestRadix) ... ok BUILDSTDERR: test_02__node_userdata (tests.test_regression.TestRadix) ... ok BUILDSTDERR: test_03__search_exact (tests.test_regression.TestRadix) ... ok BUILDSTDERR: test_04__search_best (tests.test_regression.TestRadix) ... ok BUILDSTDERR: test_05__concurrent_trees (tests.test_regression.TestRadix) ... ok BUILDSTDERR: test_06__deletes (tests.test_regression.TestRadix) ... ok BUILDSTDERR: test_07__nodes (tests.test_regression.TestRadix) ... ok BUILDSTDERR: test_08__nodes_empty_tree (tests.test_regression.TestRadix) ... ok BUILDSTDERR: test_09__prefixes (tests.test_regression.TestRadix) ... ok BUILDSTDERR: test_10__use_after_free (tests.test_regression.TestRadix) ... /builddir/build/BUILD/py-radix-0.9.3/tests/test_regression.py:171: DeprecationWarning: Please use assertEqual instead. BUILDSTDERR: self.assertEquals(node1.prefix, "10.0.0.0/8") BUILDSTDERR: ok BUILDSTDERR: test_11__unique_instance (tests.test_regression.TestRadix) ... ok BUILDSTDERR: test_12__inconsistent_masks4 (tests.test_regression.TestRadix) ... ok BUILDSTDERR: test_13__inconsistent_masks6 (tests.test_regression.TestRadix) ... ok BUILDSTDERR: test_14__packed_addresses4 (tests.test_regression.TestRadix) ... ok BUILDSTDERR: test_15__packed_addresses6 (tests.test_regression.TestRadix) ... ok BUILDSTDERR: test_16__bad_addresses (tests.test_regression.TestRadix) ... ok BUILDSTDERR: test_17__mixed_address_family (tests.test_regression.TestRadix) ... /builddir/build/BUILD/py-radix-0.9.3/tests/test_regression.py:238: DeprecationWarning: Please use assertNotEqual instead. BUILDSTDERR: self.assertNotEquals(node1.prefix, node2.prefix) BUILDSTDERR: ok BUILDSTDERR: test_18__iterator (tests.test_regression.TestRadix) ... ok BUILDSTDERR: test_19__iterate_on_empty (tests.test_regression.TestRadix) ... ok BUILDSTDERR: test_20__iterate_and_modify_tree (tests.test_regression.TestRadix) ... ok BUILDSTDERR: test_21__cpickle (tests.test_regression.TestRadix) ... ok BUILDSTDERR: test_21__lots_of_prefixes (tests.test_regression.TestRadix) ... ok BUILDSTDERR: test_21__pickle (tests.test_regression.TestRadix) ... ok BUILDSTDERR: test_22__broken_sanitise (tests.test_regression.TestRadix) ... ok BUILDSTDERR: test_22_search_best (tests.test_regression.TestRadix) ... ok BUILDSTDERR: test_23_add_with_glue (tests.test_regression.TestRadix) ... ok BUILDSTDERR: test_24_search_worst (tests.test_regression.TestRadix) ... ok BUILDSTDERR: test_25_search_default (tests.test_regression.TestRadix) ... ok BUILDSTDERR: test_26_search_covered (tests.test_regression.TestRadix) ... ok BUILDSTDERR: test_27_search_covered_segfault (tests.test_regression.TestRadix) ... ok BUILDSTDERR: test_28_search_covered_super_node_error (tests.test_regression.TestRadix) ... ok BUILDSTDERR: test_29_search_covering (tests.test_regression.TestRadix) ... ok BUILDSTDERR: test_30_remove (tests.test_regression.TestRadix) ... ok BUILDSTDERR: test_31_parent (tests.test_regression.TestRadix) ... ok BUILDSTDERR: test_32_covering_with_delete_error (tests.test_regression.TestRadix) ... ok BUILDSTDERR: ---------------------------------------------------------------------- BUILDSTDERR: Ran 39 tests in 1.954s BUILDSTDERR: OK + exit 0 Processing files: python3-py-radix-0.9.3-13.fc30.aarch64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.NCZG6U + umask 022 + cd /builddir/build/BUILD + cd py-radix-0.9.3 + DOCDIR=/builddir/build/BUILDROOT/py-radix-0.9.3-13.fc30.aarch64/usr/share/doc/python3-py-radix + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/py-radix-0.9.3-13.fc30.aarch64/usr/share/doc/python3-py-radix + cp -pr README.rst /builddir/build/BUILDROOT/py-radix-0.9.3-13.fc30.aarch64/usr/share/doc/python3-py-radix + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.NNTIy7 + umask 022 + cd /builddir/build/BUILD + cd py-radix-0.9.3 + LICENSEDIR=/builddir/build/BUILDROOT/py-radix-0.9.3-13.fc30.aarch64/usr/share/licenses/python3-py-radix + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/py-radix-0.9.3-13.fc30.aarch64/usr/share/licenses/python3-py-radix + cp -pr LICENSE /builddir/build/BUILDROOT/py-radix-0.9.3-13.fc30.aarch64/usr/share/licenses/python3-py-radix + exit 0 Provides: python3-py-radix = 0.9.3-13.fc30 python3-py-radix(aarch-64) = 0.9.3-13.fc30 python3.7dist(py-radix) = 0.9.3 python3dist(py-radix) = 0.9.3 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.7m.so.1.0()(64bit) python(abi) = 3.7 rtld(GNU_HASH) Processing files: py-radix-debugsource-0.9.3-13.fc30.aarch64 Provides: py-radix-debugsource = 0.9.3-13.fc30 py-radix-debugsource(aarch-64) = 0.9.3-13.fc30 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python3-py-radix-debuginfo-0.9.3-13.fc30.aarch64 Provides: debuginfo(build-id) = 66004af4c0b9f51abec61cf0b8194d5b5e4aa92b python3-py-radix-debuginfo = 0.9.3-13.fc30 python3-py-radix-debuginfo(aarch-64) = 0.9.3-13.fc30 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: py-radix-debugsource(aarch-64) = 0.9.3-13.fc30 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/py-radix-0.9.3-13.fc30.aarch64 Wrote: /builddir/build/RPMS/python3-py-radix-0.9.3-13.fc30.aarch64.rpm Wrote: /builddir/build/RPMS/py-radix-debugsource-0.9.3-13.fc30.aarch64.rpm Wrote: /builddir/build/RPMS/python3-py-radix-debuginfo-0.9.3-13.fc30.aarch64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.oAQ9aA + umask 022 + cd /builddir/build/BUILD + cd py-radix-0.9.3 + /usr/bin/rm -rf /builddir/build/BUILDROOT/py-radix-0.9.3-13.fc30.aarch64 + exit 0 Child return code was: 0