Mock Version: 1.3.4 Mock Version: 1.3.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/pyhunspell.spec'], chrootPath='/var/lib/mock/f28-build-10718004-822795/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': 'en_US.UTF-8'}shell=Falselogger=timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --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': 'en_US.UTF-8'} and shell False sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/pyhunspell-0.5.0-2.fc28.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/pyhunspell.spec'], chrootPath='/var/lib/mock/f28-build-10718004-822795/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': 'en_US.UTF-8'}shell=Falselogger=timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --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': 'en_US.UTF-8'} and shell False Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.v5JmVC + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf pyhunspell-0.5.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/pyhunspell-0.5.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd pyhunspell-0.5.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . Patch #0 (pyhunspell-0.4.0-hunspell15.patch): + echo 'Patch #0 (pyhunspell-0.4.0-hunspell15.patch):' + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .hunspell13 --fuzz=0 patching file setup.py Hunk #1 succeeded at 31 (offset 1 line). + rm -rf /builddir/build/BUILD/python3-pyhunspell-0.5.0-2.fc28 + cp -a . /builddir/build/BUILD/python3-pyhunspell-0.5.0-2.fc28 + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.r3lUej + umask 022 + cd /builddir/build/BUILD + cd pyhunspell-0.5.0 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic' + /usr/bin/python setup.py build /usr/lib64/python2.7/distutils/extension.py:133: UserWarning: Unknown Extension options: 'compile_args', 'macros' warnings.warn(msg) running build running build_ext building 'hunspell' extension creating build creating build/temp.linux-x86_64-2.7 gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC -I/usr/include/hunspell -I/usr/include/python2.7 -c hunspell.cpp -o build/temp.linux-x86_64-2.7/hunspell.o hunspell.cpp: In function 'PyObject* HunSpell_spell(HunSpell*, PyObject*)': hunspell.cpp:144:40: warning: 'int Hunspell::spell(const char*, int*, char**)' is deprecated [-Wdeprecated-declarations] retvalue = self->handle->spell(word); ^ In file included from hunspell.cpp:20:0: /usr/include/hunspell/hunspell.hxx:131:20: note: declared here H_DEPRECATED int spell(const char* word, int* info = NULL, char** root = NULL); ^~~~~ hunspell.cpp: In function 'PyObject* HunSpell_suggest(HunSpell*, PyObject*)': hunspell.cpp:164:51: warning: 'int Hunspell::suggest(char***, const char*)' is deprecated [-Wdeprecated-declarations] num_slist = self->handle->suggest(&slist, word); ^ In file included from hunspell.cpp:20:0: /usr/include/hunspell/hunspell.hxx:141:20: note: declared here H_DEPRECATED int suggest(char*** slst, const char* word); ^~~~~~~ hunspell.cpp:175:46: warning: 'void Hunspell::free_list(char***, int)' is deprecated [-Wdeprecated-declarations] self->handle->free_list(&slist, num_slist); ^ In file included from hunspell.cpp:20:0: /usr/include/hunspell/hunspell.hxx:155:21: note: declared here H_DEPRECATED void free_list(char*** slst, int n); ^~~~~~~~~ hunspell.cpp: In function 'PyObject* HunSpell_analyze(HunSpell*, PyObject*)': hunspell.cpp:193:51: warning: 'int Hunspell::analyze(char***, const char*)' is deprecated [-Wdeprecated-declarations] num_slist = self->handle->analyze(&slist, word); ^ In file included from hunspell.cpp:20:0: /usr/include/hunspell/hunspell.hxx:164:20: note: declared here H_DEPRECATED int analyze(char*** slst, const char* word); ^~~~~~~ hunspell.cpp:204:46: warning: 'void Hunspell::free_list(char***, int)' is deprecated [-Wdeprecated-declarations] self->handle->free_list(&slist, num_slist); ^ In file included from hunspell.cpp:20:0: /usr/include/hunspell/hunspell.hxx:155:21: note: declared here H_DEPRECATED void free_list(char*** slst, int n); ^~~~~~~~~ hunspell.cpp: In function 'PyObject* HunSpell_stem(HunSpell*, PyObject*)': hunspell.cpp:222:48: warning: 'int Hunspell::stem(char***, const char*)' is deprecated [-Wdeprecated-declarations] num_slist = self->handle->stem(&slist, word); ^ In file included from hunspell.cpp:20:0: /usr/include/hunspell/hunspell.hxx:168:20: note: declared here H_DEPRECATED int stem(char*** slst, const char* word); ^~~~ hunspell.cpp:233:46: warning: 'void Hunspell::free_list(char***, int)' is deprecated [-Wdeprecated-declarations] self->handle->free_list(&slist, num_slist); ^ In file included from hunspell.cpp:20:0: /usr/include/hunspell/hunspell.hxx:155:21: note: declared here H_DEPRECATED void free_list(char*** slst, int n); ^~~~~~~~~ hunspell.cpp: In function 'PyObject* HunSpell_generate(HunSpell*, PyObject*)': hunspell.cpp:251:60: warning: 'int Hunspell::generate(char***, const char*, const char*)' is deprecated [-Wdeprecated-declarations] num_slist = self->handle->generate(&slist, word1, word2); ^ In file included from hunspell.cpp:20:0: /usr/include/hunspell/hunspell.hxx:181:20: note: declared here H_DEPRECATED int generate(char*** slst, const char* word, const char* word2); ^~~~~~~~ hunspell.cpp:263:46: warning: 'void Hunspell::free_list(char***, int)' is deprecated [-Wdeprecated-declarations] self->handle->free_list(&slist, num_slist); ^ In file included from hunspell.cpp:20:0: /usr/include/hunspell/hunspell.hxx:155:21: note: declared here H_DEPRECATED void free_list(char*** slst, int n); ^~~~~~~~~ hunspell.cpp: In function 'PyObject* HunSpell_generate2(HunSpell*, PyObject*)': hunspell.cpp:282:63: warning: 'int Hunspell::generate(char***, const char*, char**, int)' is deprecated [-Wdeprecated-declarations] num_slist = self->handle->generate(&slist, word1, &desc, 1); ^ In file included from hunspell.cpp:20:0: /usr/include/hunspell/hunspell.hxx:191:20: note: declared here H_DEPRECATED int generate(char*** slst, const char* word, char** desc, int n); ^~~~~~~~ hunspell.cpp:294:46: warning: 'void Hunspell::free_list(char***, int)' is deprecated [-Wdeprecated-declarations] self->handle->free_list(&slist, num_slist); ^ In file included from hunspell.cpp:20:0: /usr/include/hunspell/hunspell.hxx:155:21: note: declared here H_DEPRECATED void free_list(char*** slst, int n); ^~~~~~~~~ creating build/lib.linux-x86_64-2.7 g++ -pthread -shared -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic build/temp.linux-x86_64-2.7/hunspell.o -L/usr/lib64 -lhunspell-1.6 -lpython2.7 -o build/lib.linux-x86_64-2.7/hunspell.so ~/build/BUILD/python3-pyhunspell-0.5.0-2.fc28 ~/build/BUILD/pyhunspell-0.5.0 + pushd /builddir/build/BUILD/python3-pyhunspell-0.5.0-2.fc28 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic' + /usr/bin/python3 setup.py build running build running build_ext building 'hunspell' extension creating build creating build/temp.linux-x86_64-3.6 gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fPIC -I/usr/include/hunspell -I/usr/include/python3.6m -c hunspell.cpp -o build/temp.linux-x86_64-3.6/hunspell.o hunspell.cpp: In function ‘PyObject* HunSpell_spell(HunSpell*, PyObject*)’: hunspell.cpp:144:40: warning: ‘int Hunspell::spell(const char*, int*, char**)’ is deprecated [-Wdeprecated-declarations] retvalue = self->handle->spell(word); ^ In file included from hunspell.cpp:20:0: /usr/include/hunspell/hunspell.hxx:131:20: note: declared here H_DEPRECATED int spell(const char* word, int* info = NULL, char** root = NULL); ^~~~~ hunspell.cpp: In function ‘PyObject* HunSpell_suggest(HunSpell*, PyObject*)’: hunspell.cpp:164:51: warning: ‘int Hunspell::suggest(char***, const char*)’ is deprecated [-Wdeprecated-declarations] num_slist = self->handle->suggest(&slist, word); ^ In file included from hunspell.cpp:20:0: /usr/include/hunspell/hunspell.hxx:141:20: note: declared here H_DEPRECATED int suggest(char*** slst, const char* word); ^~~~~~~ hunspell.cpp:175:46: warning: ‘void Hunspell::free_list(char***, int)’ is deprecated [-Wdeprecated-declarations] self->handle->free_list(&slist, num_slist); ^ In file included from hunspell.cpp:20:0: /usr/include/hunspell/hunspell.hxx:155:21: note: declared here H_DEPRECATED void free_list(char*** slst, int n); ^~~~~~~~~ hunspell.cpp: In function ‘PyObject* HunSpell_analyze(HunSpell*, PyObject*)’: hunspell.cpp:193:51: warning: ‘int Hunspell::analyze(char***, const char*)’ is deprecated [-Wdeprecated-declarations] num_slist = self->handle->analyze(&slist, word); ^ In file included from hunspell.cpp:20:0: /usr/include/hunspell/hunspell.hxx:164:20: note: declared here H_DEPRECATED int analyze(char*** slst, const char* word); ^~~~~~~ hunspell.cpp:204:46: warning: ‘void Hunspell::free_list(char***, int)’ is deprecated [-Wdeprecated-declarations] self->handle->free_list(&slist, num_slist); ^ In file included from hunspell.cpp:20:0: /usr/include/hunspell/hunspell.hxx:155:21: note: declared here H_DEPRECATED void free_list(char*** slst, int n); ^~~~~~~~~ hunspell.cpp: In function ‘PyObject* HunSpell_stem(HunSpell*, PyObject*)’: hunspell.cpp:222:48: warning: ‘int Hunspell::stem(char***, const char*)’ is deprecated [-Wdeprecated-declarations] num_slist = self->handle->stem(&slist, word); ^ In file included from hunspell.cpp:20:0: /usr/include/hunspell/hunspell.hxx:168:20: note: declared here H_DEPRECATED int stem(char*** slst, const char* word); ^~~~ hunspell.cpp:233:46: warning: ‘void Hunspell::free_list(char***, int)’ is deprecated [-Wdeprecated-declarations] self->handle->free_list(&slist, num_slist); ^ In file included from hunspell.cpp:20:0: /usr/include/hunspell/hunspell.hxx:155:21: note: declared here H_DEPRECATED void free_list(char*** slst, int n); ^~~~~~~~~ hunspell.cpp: In function ‘PyObject* HunSpell_generate(HunSpell*, PyObject*)’: hunspell.cpp:251:60: warning: ‘int Hunspell::generate(char***, const char*, const char*)’ is deprecated [-Wdeprecated-declarations] num_slist = self->handle->generate(&slist, word1, word2); ^ In file included from hunspell.cpp:20:0: /usr/include/hunspell/hunspell.hxx:181:20: note: declared here H_DEPRECATED int generate(char*** slst, const char* word, const char* word2); ^~~~~~~~ hunspell.cpp:263:46: warning: ‘void Hunspell::free_list(char***, int)’ is deprecated [-Wdeprecated-declarations] self->handle->free_list(&slist, num_slist); ^ In file included from hunspell.cpp:20:0: /usr/include/hunspell/hunspell.hxx:155:21: note: declared here H_DEPRECATED void free_list(char*** slst, int n); ^~~~~~~~~ hunspell.cpp: In function ‘PyObject* HunSpell_generate2(HunSpell*, PyObject*)’: hunspell.cpp:282:63: warning: ‘int Hunspell::generate(char***, const char*, char**, int)’ is deprecated [-Wdeprecated-declarations] num_slist = self->handle->generate(&slist, word1, &desc, 1); ^ In file included from hunspell.cpp:20:0: /usr/include/hunspell/hunspell.hxx:191:20: note: declared here H_DEPRECATED int generate(char*** slst, const char* word, char** desc, int n); ^~~~~~~~ hunspell.cpp:294:46: warning: ‘void Hunspell::free_list(char***, int)’ is deprecated [-Wdeprecated-declarations] self->handle->free_list(&slist, num_slist); ^ In file included from hunspell.cpp:20:0: /usr/include/hunspell/hunspell.hxx:155:21: note: declared here H_DEPRECATED void free_list(char*** slst, int n); ^~~~~~~~~ creating build/lib.linux-x86_64-3.6 g++ -pthread -shared -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic build/temp.linux-x86_64-3.6/hunspell.o -L/usr/lib64 -lhunspell-1.6 -lpython3.6m -o build/lib.linux-x86_64-3.6/hunspell.cpython-36m-x86_64-linux-gnu.so /usr/lib64/python3.6/distutils/extension.py:131: UserWarning: Unknown Extension options: 'compile_args', 'macros' warnings.warn(msg) ~/build/BUILD/pyhunspell-0.5.0 + popd + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.h9ECO2 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/pyhunspell-0.5.0-2.fc28.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/pyhunspell-0.5.0-2.fc28.x86_64 ++ dirname /builddir/build/BUILDROOT/pyhunspell-0.5.0-2.fc28.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/pyhunspell-0.5.0-2.fc28.x86_64 + cd pyhunspell-0.5.0 + /usr/bin/python setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/pyhunspell-0.5.0-2.fc28.x86_64 /usr/lib64/python2.7/distutils/extension.py:133: UserWarning: Unknown Extension options: 'compile_args', 'macros' warnings.warn(msg) running install running install_lib creating /builddir/build/BUILDROOT/pyhunspell-0.5.0-2.fc28.x86_64/usr creating /builddir/build/BUILDROOT/pyhunspell-0.5.0-2.fc28.x86_64/usr/lib64 creating /builddir/build/BUILDROOT/pyhunspell-0.5.0-2.fc28.x86_64/usr/lib64/python2.7 creating /builddir/build/BUILDROOT/pyhunspell-0.5.0-2.fc28.x86_64/usr/lib64/python2.7/site-packages copying build/lib.linux-x86_64-2.7/hunspell.so -> /builddir/build/BUILDROOT/pyhunspell-0.5.0-2.fc28.x86_64/usr/lib64/python2.7/site-packages running install_egg_info Writing /builddir/build/BUILDROOT/pyhunspell-0.5.0-2.fc28.x86_64/usr/lib64/python2.7/site-packages/hunspell-0.5.0-py2.7.egg-info ~/build/BUILD/python3-pyhunspell-0.5.0-2.fc28 ~/build/BUILD/pyhunspell-0.5.0 + pushd /builddir/build/BUILD/python3-pyhunspell-0.5.0-2.fc28 + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/pyhunspell-0.5.0-2.fc28.x86_64 running install running install_lib creating /builddir/build/BUILDROOT/pyhunspell-0.5.0-2.fc28.x86_64/usr/lib64/python3.6 creating /builddir/build/BUILDROOT/pyhunspell-0.5.0-2.fc28.x86_64/usr/lib64/python3.6/site-packages copying build/lib.linux-x86_64-3.6/hunspell.cpython-36m-x86_64-linux-gnu.so -> /builddir/build/BUILDROOT/pyhunspell-0.5.0-2.fc28.x86_64/usr/lib64/python3.6/site-packages running install_egg_info Writing /builddir/build/BUILDROOT/pyhunspell-0.5.0-2.fc28.x86_64/usr/lib64/python3.6/site-packages/hunspell-0.5.0-py3.6.egg-info /usr/lib64/python3.6/distutils/extension.py:131: UserWarning: Unknown Extension options: 'compile_args', 'macros' warnings.warn(msg) ~/build/BUILD/pyhunspell-0.5.0 + popd + /usr/lib/rpm/find-debuginfo.sh -j6 --strict-build-id -m -i --build-id-seed 0.5.0-2.fc28 --unique-debug-suffix -0.5.0-2.fc28.x86_64 --unique-debug-src-base pyhunspell-0.5.0-2.fc28.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /builddir/build/BUILD/pyhunspell-0.5.0 extracting debug info from /builddir/build/BUILDROOT/pyhunspell-0.5.0-2.fc28.x86_64/usr/lib64/python2.7/site-packages/hunspell.so extracting debug info from /builddir/build/BUILDROOT/pyhunspell-0.5.0-2.fc28.x86_64/usr/lib64/python3.6/site-packages/hunspell.cpython-36m-x86_64-linux-gnu.so /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. 33 blocks + /usr/lib/rpm/check-buildroot + /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 Bytecompiling .py files below /builddir/build/BUILDROOT/pyhunspell-0.5.0-2.fc28.x86_64/usr/lib64/python3.6 using /usr/bin/python3.6 Bytecompiling .py files below /builddir/build/BUILDROOT/pyhunspell-0.5.0-2.fc28.x86_64/usr/lib64/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /builddir/build/BUILDROOT/pyhunspell-0.5.0-2.fc28.x86_64/usr/lib/debug/usr/lib64/python3.6 using /usr/bin/python3.6 Bytecompiling .py files below /builddir/build/BUILDROOT/pyhunspell-0.5.0-2.fc28.x86_64/usr/lib/debug/usr/lib64/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/brp-python-hardlink Processing files: python2-pyhunspell-0.5.0-2.fc28.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.onCiBO + umask 022 + cd /builddir/build/BUILD + cd pyhunspell-0.5.0 + DOCDIR=/builddir/build/BUILDROOT/pyhunspell-0.5.0-2.fc28.x86_64/usr/share/doc/python2-pyhunspell + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/pyhunspell-0.5.0-2.fc28.x86_64/usr/share/doc/python2-pyhunspell + cp -pr AUTHORS.md /builddir/build/BUILDROOT/pyhunspell-0.5.0-2.fc28.x86_64/usr/share/doc/python2-pyhunspell + cp -pr CHANGELOG.md /builddir/build/BUILDROOT/pyhunspell-0.5.0-2.fc28.x86_64/usr/share/doc/python2-pyhunspell + cp -pr COPYING /builddir/build/BUILDROOT/pyhunspell-0.5.0-2.fc28.x86_64/usr/share/doc/python2-pyhunspell + cp -pr COPYING.LESSER /builddir/build/BUILDROOT/pyhunspell-0.5.0-2.fc28.x86_64/usr/share/doc/python2-pyhunspell + cp -pr gpl-3.0.txt /builddir/build/BUILDROOT/pyhunspell-0.5.0-2.fc28.x86_64/usr/share/doc/python2-pyhunspell + cp -pr lgpl-3.0.txt /builddir/build/BUILDROOT/pyhunspell-0.5.0-2.fc28.x86_64/usr/share/doc/python2-pyhunspell + cp -pr PKG-INFO /builddir/build/BUILDROOT/pyhunspell-0.5.0-2.fc28.x86_64/usr/share/doc/python2-pyhunspell + cp -pr README.md /builddir/build/BUILDROOT/pyhunspell-0.5.0-2.fc28.x86_64/usr/share/doc/python2-pyhunspell + exit 0 Provides: pyhunspell = 0.5.0-2.fc28 pyhunspell(x86-64) = 0.5.0-2.fc28 python-pyhunspell = 0.5.0-2.fc28 python-pyhunspell(x86-64) = 0.5.0-2.fc28 python2-pyhunspell = 0.5.0-2.fc28 python2-pyhunspell(x86-64) = 0.5.0-2.fc28 python2.7dist(hunspell) = 0.5.0 python2dist(hunspell) = 0.5.0 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.4)(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libhunspell-1.6.so.0()(64bit) libm.so.6()(64bit) libpthread.so.0()(64bit) libpython2.7.so.1.0()(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.9)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) libstdc++.so.6(GLIBCXX_3.4.21)(64bit) python(abi) = 2.7 rtld(GNU_HASH) Obsoletes: pyhunspell < 0.5.0-2.fc28 python-pyhunspell < 0.5.0-2.fc28 Processing files: pyhunspell-python3-0.5.0-2.fc28.x86_64 Provides: pyhunspell-python3 = 0.5.0-2.fc28 pyhunspell-python3(x86-64) = 0.5.0-2.fc28 python3.6dist(hunspell) = 0.5.0 python3dist(hunspell) = 0.5.0 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.4)(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libhunspell-1.6.so.0()(64bit) libm.so.6()(64bit) libpthread.so.0()(64bit) libpython3.6m.so.1.0()(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.9)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) libstdc++.so.6(GLIBCXX_3.4.21)(64bit) python(abi) = 3.6 rtld(GNU_HASH) Processing files: pyhunspell-debugsource-0.5.0-2.fc28.x86_64 Provides: pyhunspell-debugsource = 0.5.0-2.fc28 pyhunspell-debugsource(x86-64) = 0.5.0-2.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: pyhunspell-debuginfo-0.5.0-2.fc28.x86_64 Provides: pyhunspell-debuginfo = 0.5.0-2.fc28 pyhunspell-debuginfo(x86-64) = 0.5.0-2.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: pyhunspell-debugsource(x86-64) = 0.5.0-2.fc28 Processing files: python2-pyhunspell-debuginfo-0.5.0-2.fc28.x86_64 Provides: debuginfo(build-id) = e4552682d8f7ff21279f60a1f78156d2938069c3 python2-pyhunspell-debuginfo = 0.5.0-2.fc28 python2-pyhunspell-debuginfo(x86-64) = 0.5.0-2.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: pyhunspell-debugsource(x86-64) = 0.5.0-2.fc28 Processing files: pyhunspell-python3-debuginfo-0.5.0-2.fc28.x86_64 Provides: debuginfo(build-id) = c4da66738fe61d1955b7d2550b43ce3a1814cea7 pyhunspell-python3-debuginfo = 0.5.0-2.fc28 pyhunspell-python3-debuginfo(x86-64) = 0.5.0-2.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: pyhunspell-debugsource(x86-64) = 0.5.0-2.fc28 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/pyhunspell-0.5.0-2.fc28.x86_64 Wrote: /builddir/build/RPMS/python2-pyhunspell-0.5.0-2.fc28.x86_64.rpm Wrote: /builddir/build/RPMS/pyhunspell-python3-0.5.0-2.fc28.x86_64.rpm Wrote: /builddir/build/RPMS/pyhunspell-debugsource-0.5.0-2.fc28.x86_64.rpm Wrote: /builddir/build/RPMS/pyhunspell-debuginfo-0.5.0-2.fc28.x86_64.rpm Wrote: /builddir/build/RPMS/python2-pyhunspell-debuginfo-0.5.0-2.fc28.x86_64.rpm Wrote: /builddir/build/RPMS/pyhunspell-python3-debuginfo-0.5.0-2.fc28.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.xupg5B + umask 022 + cd /builddir/build/BUILD + cd pyhunspell-0.5.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/pyhunspell-0.5.0-2.fc28.x86_64 + exit 0 Child return code was: 0