Mock Version: 1.4.16 Mock Version: 1.4.16 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv7hl --nodeps /builddir/build/SPECS/pyhunspell.spec'], chrootPath='/var/lib/mock/f32-python-17299122-1242660/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 armv7hl --nodeps /builddir/build/SPECS/pyhunspell.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: armv7hl Building for target armv7hl setting SOURCE_DATE_EPOCH=1566172800 Wrote: /builddir/build/SRPMS/pyhunspell-0.5.4-9.fc32.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target armv7hl --nodeps /builddir/build/SPECS/pyhunspell.spec'], chrootPath='/var/lib/mock/f32-python-17299122-1242660/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 armv7hl --nodeps /builddir/build/SPECS/pyhunspell.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: armv7hl Building for target armv7hl setting SOURCE_DATE_EPOCH=1566172800 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.N7E86z + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf pyhunspell-0.5.4 + /usr/bin/gzip -dc /builddir/build/SOURCES/pyhunspell-0.5.4.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd pyhunspell-0.5.4 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (pyhunspell-0.5.0-hunspell15.patch):' + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .hunspell13 --fuzz=0 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Patch #0 (pyhunspell-0.5.0-hunspell15.patch): patching file setup.py Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.MjN0HA + umask 022 + cd /builddir/build/BUILD + cd pyhunspell-0.5.4 + 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 -march=armv7-a -mfpu=vfpv3-d16 -mtune=generic-armv7-a -mabi=aapcs-linux -mfloat-abi=hard' + 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' BUILDSTDERR: hunspell.cpp: In function ‘PyObject* HunSpell_spell(HunSpell*, PyObject*)’: BUILDSTDERR: hunspell.cpp:145:40: warning: ‘int Hunspell::spell(const char*, int*, char**)’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 145 | retvalue = self->handle->spell(word); BUILDSTDERR: | ^ BUILDSTDERR: In file included from hunspell.cpp:20: BUILDSTDERR: /usr/include/hunspell/hunspell.hxx:131:20: note: declared here BUILDSTDERR: 131 | H_DEPRECATED int spell(const char* word, int* info = NULL, char** root = NULL); BUILDSTDERR: | ^~~~~ BUILDSTDERR: hunspell.cpp: In function ‘PyObject* HunSpell_suggest(HunSpell*, PyObject*)’: BUILDSTDERR: hunspell.cpp:166:51: warning: ‘int Hunspell::suggest(char***, const char*)’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 166 | num_slist = self->handle->suggest(&slist, word); BUILDSTDERR: | ^ BUILDSTDERR: In file included from hunspell.cpp:20: BUILDSTDERR: /usr/include/hunspell/hunspell.hxx:141:20: note: declared here BUILDSTDERR: 141 | H_DEPRECATED int suggest(char*** slst, const char* word); BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: hunspell.cpp:183:46: warning: ‘void Hunspell::free_list(char***, int)’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 183 | self->handle->free_list(&slist, num_slist); BUILDSTDERR: | ^ BUILDSTDERR: In file included from hunspell.cpp:20: BUILDSTDERR: /usr/include/hunspell/hunspell.hxx:155:21: note: declared here BUILDSTDERR: 155 | H_DEPRECATED void free_list(char*** slst, int n); BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: hunspell.cpp: In function ‘PyObject* HunSpell_analyze(HunSpell*, PyObject*)’: BUILDSTDERR: hunspell.cpp:201:51: warning: ‘int Hunspell::analyze(char***, const char*)’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 201 | num_slist = self->handle->analyze(&slist, word); BUILDSTDERR: | ^ BUILDSTDERR: In file included from hunspell.cpp:20: BUILDSTDERR: /usr/include/hunspell/hunspell.hxx:164:20: note: declared here BUILDSTDERR: 164 | H_DEPRECATED int analyze(char*** slst, const char* word); BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: hunspell.cpp:212:46: warning: ‘void Hunspell::free_list(char***, int)’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 212 | self->handle->free_list(&slist, num_slist); BUILDSTDERR: | ^ BUILDSTDERR: In file included from hunspell.cpp:20: BUILDSTDERR: /usr/include/hunspell/hunspell.hxx:155:21: note: declared here BUILDSTDERR: 155 | H_DEPRECATED void free_list(char*** slst, int n); BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: hunspell.cpp: In function ‘PyObject* HunSpell_stem(HunSpell*, PyObject*)’: BUILDSTDERR: hunspell.cpp:230:48: warning: ‘int Hunspell::stem(char***, const char*)’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 230 | num_slist = self->handle->stem(&slist, word); BUILDSTDERR: | ^ BUILDSTDERR: In file included from hunspell.cpp:20: BUILDSTDERR: /usr/include/hunspell/hunspell.hxx:168:20: note: declared here BUILDSTDERR: 168 | H_DEPRECATED int stem(char*** slst, const char* word); BUILDSTDERR: | ^~~~ BUILDSTDERR: hunspell.cpp:241:46: warning: ‘void Hunspell::free_list(char***, int)’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 241 | self->handle->free_list(&slist, num_slist); BUILDSTDERR: | ^ BUILDSTDERR: In file included from hunspell.cpp:20: BUILDSTDERR: /usr/include/hunspell/hunspell.hxx:155:21: note: declared here BUILDSTDERR: 155 | H_DEPRECATED void free_list(char*** slst, int n); BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: hunspell.cpp: In function ‘PyObject* HunSpell_generate(HunSpell*, PyObject*)’: BUILDSTDERR: hunspell.cpp:259:60: warning: ‘int Hunspell::generate(char***, const char*, const char*)’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 259 | num_slist = self->handle->generate(&slist, word1, word2); BUILDSTDERR: | ^ BUILDSTDERR: In file included from hunspell.cpp:20: BUILDSTDERR: /usr/include/hunspell/hunspell.hxx:181:20: note: declared here BUILDSTDERR: 181 | H_DEPRECATED int generate(char*** slst, const char* word, const char* word2); BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: hunspell.cpp:271:46: warning: ‘void Hunspell::free_list(char***, int)’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 271 | self->handle->free_list(&slist, num_slist); BUILDSTDERR: | ^ BUILDSTDERR: In file included from hunspell.cpp:20: BUILDSTDERR: /usr/include/hunspell/hunspell.hxx:155:21: note: declared here BUILDSTDERR: 155 | H_DEPRECATED void free_list(char*** slst, int n); BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: hunspell.cpp: In function ‘PyObject* HunSpell_generate2(HunSpell*, PyObject*)’: BUILDSTDERR: hunspell.cpp:290:63: warning: ‘int Hunspell::generate(char***, const char*, char**, int)’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 290 | num_slist = self->handle->generate(&slist, word1, &desc, 1); BUILDSTDERR: | ^ BUILDSTDERR: In file included from hunspell.cpp:20: BUILDSTDERR: /usr/include/hunspell/hunspell.hxx:191:20: note: declared here BUILDSTDERR: 191 | H_DEPRECATED int generate(char*** slst, const char* word, char** desc, int n); BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: hunspell.cpp:302:46: warning: ‘void Hunspell::free_list(char***, int)’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 302 | self->handle->free_list(&slist, num_slist); BUILDSTDERR: | ^ BUILDSTDERR: In file included from hunspell.cpp:20: BUILDSTDERR: /usr/include/hunspell/hunspell.hxx:155:21: note: declared here BUILDSTDERR: 155 | H_DEPRECATED void free_list(char*** slst, int n); BUILDSTDERR: | ^~~~~~~~~ + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 running build running build_ext building 'hunspell' extension creating build creating build/temp.linux-armv7l-3.8 gcc -pthread -Wno-unused-result -Wsign-compare -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 -march=armv7-a -mfpu=vfpv3-d16 -mtune=generic-armv7-a -mabi=aapcs-linux -mfloat-abi=hard -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 -march=armv7-a -mfpu=vfpv3-d16 -mtune=generic-armv7-a -mabi=aapcs-linux -mfloat-abi=hard -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 -march=armv7-a -mfpu=vfpv3-d16 -mtune=generic-armv7-a -mabi=aapcs-linux -mfloat-abi=hard -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 -march=armv7-a -mfpu=vfpv3-d16 -mtune=generic-armv7-a -mabi=aapcs-linux -mfloat-abi=hard -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 -march=armv7-a -mfpu=vfpv3-d16 -mtune=generic-armv7-a -mabi=aapcs-linux -mfloat-abi=hard -fPIC -D_LINUX -I/usr/include/hunspell -I/usr/include/python3.8 -c hunspell.cpp -o build/temp.linux-armv7l-3.8/hunspell.o -Wall creating build/lib.linux-armv7l-3.8 g++ -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -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 -march=armv7-a -mfpu=vfpv3-d16 -mtune=generic-armv7-a -mabi=aapcs-linux -mfloat-abi=hard build/temp.linux-armv7l-3.8/hunspell.o -L/usr/lib -lhunspell-1.7 -o build/lib.linux-armv7l-3.8/hunspell.cpython-38-arm-linux-gnueabi.so Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.eSjxrz + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/pyhunspell-0.5.4-9.fc32.arm '!=' / ']' + rm -rf /builddir/build/BUILDROOT/pyhunspell-0.5.4-9.fc32.arm BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/pyhunspell-0.5.4-9.fc32.arm + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/pyhunspell-0.5.4-9.fc32.arm + cd pyhunspell-0.5.4 + 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 -march=armv7-a -mfpu=vfpv3-d16 -mtune=generic-armv7-a -mabi=aapcs-linux -mfloat-abi=hard' + 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/pyhunspell-0.5.4-9.fc32.arm + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 0.5.4-9.fc32 --unique-debug-suffix -0.5.4-9.fc32.arm --unique-debug-src-base pyhunspell-0.5.4-9.fc32.arm --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/pyhunspell-0.5.4 BUILDSTDERR: 33 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/redhat/brp-python-bytecompile /usr/bin/python 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs running install running install_lib creating /builddir/build/BUILDROOT/pyhunspell-0.5.4-9.fc32.arm/usr creating /builddir/build/BUILDROOT/pyhunspell-0.5.4-9.fc32.arm/usr/lib creating /builddir/build/BUILDROOT/pyhunspell-0.5.4-9.fc32.arm/usr/lib/python3.8 creating /builddir/build/BUILDROOT/pyhunspell-0.5.4-9.fc32.arm/usr/lib/python3.8/site-packages copying build/lib.linux-armv7l-3.8/hunspell.cpython-38-arm-linux-gnueabi.so -> /builddir/build/BUILDROOT/pyhunspell-0.5.4-9.fc32.arm/usr/lib/python3.8/site-packages writing byte-compilation script '/tmp/tmp5h1h7o20.py' /usr/bin/python3 /tmp/tmp5h1h7o20.py removing /tmp/tmp5h1h7o20.py running install_egg_info running egg_info creating hunspell.egg-info writing hunspell.egg-info/PKG-INFO writing dependency_links to hunspell.egg-info/dependency_links.txt writing top-level names to hunspell.egg-info/top_level.txt writing manifest file 'hunspell.egg-info/SOURCES.txt' reading manifest file 'hunspell.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'hunspell.egg-info/SOURCES.txt' Copying hunspell.egg-info to /builddir/build/BUILDROOT/pyhunspell-0.5.4-9.fc32.arm/usr/lib/python3.8/site-packages/hunspell-0.5.4-py3.8.egg-info running install_scripts explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/pyhunspell-0.5.4-9.fc32.arm/usr/lib/python3.8/site-packages/hunspell.cpython-38-arm-linux-gnueabi.so extracting debug info from /builddir/build/BUILDROOT/pyhunspell-0.5.4-9.fc32.arm/usr/lib/python3.8/site-packages/hunspell.cpython-38-arm-linux-gnueabi.so original debug info size: 164kB, size after compression: 156kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. Bytecompiling .py files below /builddir/build/BUILDROOT/pyhunspell-0.5.4-9.fc32.arm/usr/lib/python3.8 using /usr/bin/python3.8 Bytecompiling .py files below /builddir/build/BUILDROOT/pyhunspell-0.5.4-9.fc32.arm/usr/lib/debug/usr/lib/python3.8 using /usr/bin/python3.8 Processing files: python3-pyhunspell-0.5.4-9.fc32.armv7hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.i0hlYC + umask 022 + cd /builddir/build/BUILD + cd pyhunspell-0.5.4 + DOCDIR=/builddir/build/BUILDROOT/pyhunspell-0.5.4-9.fc32.arm/usr/share/doc/python3-pyhunspell + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/pyhunspell-0.5.4-9.fc32.arm/usr/share/doc/python3-pyhunspell + cp -pr AUTHORS.md /builddir/build/BUILDROOT/pyhunspell-0.5.4-9.fc32.arm/usr/share/doc/python3-pyhunspell + cp -pr CHANGELOG.md /builddir/build/BUILDROOT/pyhunspell-0.5.4-9.fc32.arm/usr/share/doc/python3-pyhunspell + cp -pr COPYING /builddir/build/BUILDROOT/pyhunspell-0.5.4-9.fc32.arm/usr/share/doc/python3-pyhunspell + cp -pr COPYING.LESSER /builddir/build/BUILDROOT/pyhunspell-0.5.4-9.fc32.arm/usr/share/doc/python3-pyhunspell + cp -pr gpl-3.0.txt /builddir/build/BUILDROOT/pyhunspell-0.5.4-9.fc32.arm/usr/share/doc/python3-pyhunspell + cp -pr lgpl-3.0.txt /builddir/build/BUILDROOT/pyhunspell-0.5.4-9.fc32.arm/usr/share/doc/python3-pyhunspell + cp -pr PKG-INFO /builddir/build/BUILDROOT/pyhunspell-0.5.4-9.fc32.arm/usr/share/doc/python3-pyhunspell + cp -pr README.md /builddir/build/BUILDROOT/pyhunspell-0.5.4-9.fc32.arm/usr/share/doc/python3-pyhunspell + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: python-pyhunspell = 0.5.4-9.fc32 python3-pyhunspell = 0.5.4-9.fc32 python3-pyhunspell(armv7hl-32) = 0.5.4-9.fc32 python3.8dist(hunspell) = 0.5.4 python3dist(hunspell) = 0.5.4 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-armhf.so.3 ld-linux-armhf.so.3(GLIBC_2.4) libc.so.6 libc.so.6(GLIBC_2.4) libgcc_s.so.1 libgcc_s.so.1(GCC_3.5) libhunspell-1.7.so.0 libpthread.so.0 libstdc++.so.6 libstdc++.so.6(CXXABI_1.3) libstdc++.so.6(CXXABI_1.3.9) libstdc++.so.6(GLIBCXX_3.4) python(abi) = 3.8 rtld(GNU_HASH) Obsoletes: python-pyhunspell < 0.5.4-9.fc32 Processing files: pyhunspell-debugsource-0.5.4-9.fc32.armv7hl Provides: pyhunspell-debugsource = 0.5.4-9.fc32 pyhunspell-debugsource(armv7hl-32) = 0.5.4-9.fc32 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python3-pyhunspell-debuginfo-0.5.4-9.fc32.armv7hl Provides: debuginfo(build-id) = 111fe4d5baf8d8bc22ddf4da88a6f27f4ae918d5 python3-pyhunspell-debuginfo = 0.5.4-9.fc32 python3-pyhunspell-debuginfo(armv7hl-32) = 0.5.4-9.fc32 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: pyhunspell-debugsource(armv7hl-32) = 0.5.4-9.fc32 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/pyhunspell-0.5.4-9.fc32.arm Wrote: /builddir/build/RPMS/pyhunspell-debugsource-0.5.4-9.fc32.armv7hl.rpm Wrote: /builddir/build/RPMS/python3-pyhunspell-0.5.4-9.fc32.armv7hl.rpm Wrote: /builddir/build/RPMS/python3-pyhunspell-debuginfo-0.5.4-9.fc32.armv7hl.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.9n0eYz + umask 022 + cd /builddir/build/BUILD + cd pyhunspell-0.5.4 + /usr/bin/rm -rf /builddir/build/BUILDROOT/pyhunspell-0.5.4-9.fc32.arm + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Child return code was: 0