Mock Version: 1.4.16 Mock Version: 1.4.16 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target i686 --nodeps /builddir/build/SPECS/pyhunspell.spec'], chrootPath='/var/lib/mock/f31-build-17037027-1223900/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 i686 --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: i686 Building for target i686 setting SOURCE_DATE_EPOCH=1564099200 Wrote: /builddir/build/SRPMS/pyhunspell-0.5.4-8.fc31.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target i686 --nodeps /builddir/build/SPECS/pyhunspell.spec'], chrootPath='/var/lib/mock/f31-build-17037027-1223900/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 i686 --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: i686 Building for target i686 setting SOURCE_DATE_EPOCH=1564099200 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.BqOLE0 + 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.NSC6o1 + 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 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-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' 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-i686-3.7 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 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-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 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -D_LINUX -I/usr/include/hunspell -I/usr/include/python3.7m -c hunspell.cpp -o build/temp.linux-i686-3.7/hunspell.o -Wall creating build/lib.linux-i686-3.7 g++ -pthread -shared -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 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection build/temp.linux-i686-3.7/hunspell.o -L/usr/lib -lhunspell-1.7 -lpython3.7m -o build/lib.linux-i686-3.7/hunspell.cpython-37m-i386-linux-gnu.so Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.FI7w20 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/pyhunspell-0.5.4-8.fc31.i386 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/pyhunspell-0.5.4-8.fc31.i386 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/pyhunspell-0.5.4-8.fc31.i386 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/pyhunspell-0.5.4-8.fc31.i386 + 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 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-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/pyhunspell-0.5.4-8.fc31.i386 + /usr/lib/rpm/find-debuginfo.sh -j6 --strict-build-id -m -i --build-id-seed 0.5.4-8.fc31 --unique-debug-suffix -0.5.4-8.fc31.i386 --unique-debug-src-base pyhunspell-0.5.4-8.fc31.i386 --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-8.fc31.i386/usr creating /builddir/build/BUILDROOT/pyhunspell-0.5.4-8.fc31.i386/usr/lib creating /builddir/build/BUILDROOT/pyhunspell-0.5.4-8.fc31.i386/usr/lib/python3.7 creating /builddir/build/BUILDROOT/pyhunspell-0.5.4-8.fc31.i386/usr/lib/python3.7/site-packages copying build/lib.linux-i686-3.7/hunspell.cpython-37m-i386-linux-gnu.so -> /builddir/build/BUILDROOT/pyhunspell-0.5.4-8.fc31.i386/usr/lib/python3.7/site-packages writing byte-compilation script '/tmp/tmp3_17igp9.py' /usr/bin/python3 /tmp/tmp3_17igp9.py removing /tmp/tmp3_17igp9.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-8.fc31.i386/usr/lib/python3.7/site-packages/hunspell-0.5.4-py3.7.egg-info running install_scripts explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/pyhunspell-0.5.4-8.fc31.i386/usr/lib/python3.7/site-packages/hunspell.cpython-37m-i386-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/pyhunspell-0.5.4-8.fc31.i386/usr/lib/python3.7/site-packages/hunspell.cpython-37m-i386-linux-gnu.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-8.fc31.i386/usr/lib/python3.7 using /usr/bin/python3.7 Bytecompiling .py files below /builddir/build/BUILDROOT/pyhunspell-0.5.4-8.fc31.i386/usr/lib/debug/usr/lib/python3.7 using /usr/bin/python3.7 Processing files: python3-pyhunspell-0.5.4-8.fc31.i686 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.20PZLY + umask 022 + cd /builddir/build/BUILD + cd pyhunspell-0.5.4 + DOCDIR=/builddir/build/BUILDROOT/pyhunspell-0.5.4-8.fc31.i386/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-8.fc31.i386/usr/share/doc/python3-pyhunspell + cp -pr AUTHORS.md /builddir/build/BUILDROOT/pyhunspell-0.5.4-8.fc31.i386/usr/share/doc/python3-pyhunspell + cp -pr CHANGELOG.md /builddir/build/BUILDROOT/pyhunspell-0.5.4-8.fc31.i386/usr/share/doc/python3-pyhunspell + cp -pr COPYING /builddir/build/BUILDROOT/pyhunspell-0.5.4-8.fc31.i386/usr/share/doc/python3-pyhunspell + cp -pr COPYING.LESSER /builddir/build/BUILDROOT/pyhunspell-0.5.4-8.fc31.i386/usr/share/doc/python3-pyhunspell + cp -pr gpl-3.0.txt /builddir/build/BUILDROOT/pyhunspell-0.5.4-8.fc31.i386/usr/share/doc/python3-pyhunspell + cp -pr lgpl-3.0.txt /builddir/build/BUILDROOT/pyhunspell-0.5.4-8.fc31.i386/usr/share/doc/python3-pyhunspell + cp -pr PKG-INFO /builddir/build/BUILDROOT/pyhunspell-0.5.4-8.fc31.i386/usr/share/doc/python3-pyhunspell + cp -pr README.md /builddir/build/BUILDROOT/pyhunspell-0.5.4-8.fc31.i386/usr/share/doc/python3-pyhunspell + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: python-pyhunspell = 0.5.4-8.fc31 python3-pyhunspell = 0.5.4-8.fc31 python3-pyhunspell(x86-32) = 0.5.4-8.fc31 python3.7dist(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: libc.so.6 libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.1) libc.so.6(GLIBC_2.1.3) libc.so.6(GLIBC_2.4) libgcc_s.so.1 libgcc_s.so.1(GCC_3.0) libhunspell-1.7.so.0 libpython3.7m.so.1.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.7 rtld(GNU_HASH) Obsoletes: python-pyhunspell < 0.5.4-8.fc31 Processing files: pyhunspell-debugsource-0.5.4-8.fc31.i686 Provides: pyhunspell-debugsource = 0.5.4-8.fc31 pyhunspell-debugsource(x86-32) = 0.5.4-8.fc31 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-8.fc31.i686 Provides: debuginfo(build-id) = a9f1acbf16a3bcec3e6bd03a84ca0b843d6feabe python3-pyhunspell-debuginfo = 0.5.4-8.fc31 python3-pyhunspell-debuginfo(x86-32) = 0.5.4-8.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: pyhunspell-debugsource(x86-32) = 0.5.4-8.fc31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/pyhunspell-0.5.4-8.fc31.i386 Wrote: /builddir/build/RPMS/pyhunspell-debugsource-0.5.4-8.fc31.i686.rpm Wrote: /builddir/build/RPMS/python3-pyhunspell-0.5.4-8.fc31.i686.rpm Wrote: /builddir/build/RPMS/python3-pyhunspell-debuginfo-0.5.4-8.fc31.i686.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.gpbADX + umask 022 + cd /builddir/build/BUILD + cd pyhunspell-0.5.4 + /usr/bin/rm -rf /builddir/build/BUILDROOT/pyhunspell-0.5.4-8.fc31.i386 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Child return code was: 0