+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/python-cheetah.spec --define "debug_package %{nil}" --undefine _annotated_build --define "_missing_doc_files_terminate_build %{nil}" --define "_emacs_sitestartdir /usr/share/emacs/site-lisp/site-start.d" --define "_emacs_sitelispdir /usr/share/emacs/site-lisp" --nocheck ' mockbuild Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.tPGg5T + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf Cheetah-2.4.4 + /usr/bin/gzip -dc /builddir/build/SOURCES/Cheetah-2.4.4.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd Cheetah-2.4.4 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (cheetah-2.4.4-dont-run-tests-twice.patch):' Patch #0 (cheetah-2.4.4-dont-run-tests-twice.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file cheetah/CheetahWrapper.py + echo 'Patch #1 (cheetah-optional-deps.patch):' Patch #1 (cheetah-optional-deps.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file SetupConfig.py + /usr/bin/sed -i -e '/^#!/,1d' cheetah/Tests/Analyzer.py cheetah/Tests/CheetahWrapper.py cheetah/Tests/Cheps.py cheetah/Tests/Filters.py cheetah/Tests/Misc.py cheetah/Tests/NameMapper.py cheetah/Tests/Parser.py cheetah/Tests/Performance.py cheetah/Tests/Regressions.py cheetah/Tests/SyntaxAndOutput.py cheetah/Tests/Template.py cheetah/Tests/Test.py cheetah/Tests/Unicode.py cheetah/Tests/__init__.py cheetah/Tests/xmlrunner.py cheetah/DirectiveAnalyzer.py cheetah/Utils/Misc.py + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.AetvR3 + umask 022 + cd /builddir/build/BUILD + cd Cheetah-2.4.4 + /usr/bin/python setup.py build DEPRECATION WARNING: python2 invoked with /usr/bin/python. Use /usr/bin/python3 or /usr/bin/python2 /usr/bin/python will be removed or switched to Python 3 in the future. If you cannot make the switch now, please follow instructions at https://fedoraproject.org/wiki/Changes/Avoid_usr_bin_python_in_RPM_Build#Quick_Opt-Out running build running build_py creating build creating build/lib.linux-riscv64-2.7 creating build/lib.linux-riscv64-2.7/Cheetah copying cheetah/Template.py -> build/lib.linux-riscv64-2.7/Cheetah copying cheetah/CacheRegion.py -> build/lib.linux-riscv64-2.7/Cheetah copying cheetah/ImportHooks.py -> build/lib.linux-riscv64-2.7/Cheetah copying cheetah/Parser.py -> build/lib.linux-riscv64-2.7/Cheetah copying cheetah/CacheStore.py -> build/lib.linux-riscv64-2.7/Cheetah copying cheetah/ImportManager.py -> build/lib.linux-riscv64-2.7/Cheetah copying cheetah/Unspecified.py -> build/lib.linux-riscv64-2.7/Cheetah copying cheetah/SourceReader.py -> build/lib.linux-riscv64-2.7/Cheetah copying cheetah/Servlet.py -> build/lib.linux-riscv64-2.7/Cheetah copying cheetah/CheetahWrapper.py -> build/lib.linux-riscv64-2.7/Cheetah copying cheetah/__init__.py -> build/lib.linux-riscv64-2.7/Cheetah copying cheetah/TemplateCmdLineIface.py -> build/lib.linux-riscv64-2.7/Cheetah copying cheetah/FileUtils.py -> build/lib.linux-riscv64-2.7/Cheetah copying cheetah/ErrorCatchers.py -> build/lib.linux-riscv64-2.7/Cheetah copying cheetah/Filters.py -> build/lib.linux-riscv64-2.7/Cheetah copying cheetah/Version.py -> build/lib.linux-riscv64-2.7/Cheetah copying cheetah/DummyTransaction.py -> build/lib.linux-riscv64-2.7/Cheetah copying cheetah/convertTmplPathToModuleName.py -> build/lib.linux-riscv64-2.7/Cheetah copying cheetah/DirectiveAnalyzer.py -> build/lib.linux-riscv64-2.7/Cheetah copying cheetah/SettingsManager.py -> build/lib.linux-riscv64-2.7/Cheetah copying cheetah/Compiler.py -> build/lib.linux-riscv64-2.7/Cheetah copying cheetah/NameMapper.py -> build/lib.linux-riscv64-2.7/Cheetah copying cheetah/Django.py -> build/lib.linux-riscv64-2.7/Cheetah creating build/lib.linux-riscv64-2.7/Cheetah/Macros copying cheetah/Macros/I18n.py -> build/lib.linux-riscv64-2.7/Cheetah/Macros copying cheetah/Macros/__init__.py -> build/lib.linux-riscv64-2.7/Cheetah/Macros creating build/lib.linux-riscv64-2.7/Cheetah/Templates copying cheetah/Templates/_SkeletonPage.py -> build/lib.linux-riscv64-2.7/Cheetah/Templates copying cheetah/Templates/__init__.py -> build/lib.linux-riscv64-2.7/Cheetah/Templates copying cheetah/Templates/SkeletonPage.py -> build/lib.linux-riscv64-2.7/Cheetah/Templates creating build/lib.linux-riscv64-2.7/Cheetah/Tests copying cheetah/Tests/Template.py -> build/lib.linux-riscv64-2.7/Cheetah/Tests copying cheetah/Tests/Parser.py -> build/lib.linux-riscv64-2.7/Cheetah/Tests copying cheetah/Tests/Cheps.py -> build/lib.linux-riscv64-2.7/Cheetah/Tests copying cheetah/Tests/Analyzer.py -> build/lib.linux-riscv64-2.7/Cheetah/Tests copying cheetah/Tests/Test.py -> build/lib.linux-riscv64-2.7/Cheetah/Tests copying cheetah/Tests/CheetahWrapper.py -> build/lib.linux-riscv64-2.7/Cheetah/Tests copying cheetah/Tests/SyntaxAndOutput.py -> build/lib.linux-riscv64-2.7/Cheetah/Tests copying cheetah/Tests/__init__.py -> build/lib.linux-riscv64-2.7/Cheetah/Tests copying cheetah/Tests/Regressions.py -> build/lib.linux-riscv64-2.7/Cheetah/Tests copying cheetah/Tests/xmlrunner.py -> build/lib.linux-riscv64-2.7/Cheetah/Tests copying cheetah/Tests/Filters.py -> build/lib.linux-riscv64-2.7/Cheetah/Tests copying cheetah/Tests/Misc.py -> build/lib.linux-riscv64-2.7/Cheetah/Tests copying cheetah/Tests/Unicode.py -> build/lib.linux-riscv64-2.7/Cheetah/Tests copying cheetah/Tests/Performance.py -> build/lib.linux-riscv64-2.7/Cheetah/Tests copying cheetah/Tests/NameMapper.py -> build/lib.linux-riscv64-2.7/Cheetah/Tests creating build/lib.linux-riscv64-2.7/Cheetah/Tools copying cheetah/Tools/RecursiveNull.py -> build/lib.linux-riscv64-2.7/Cheetah/Tools copying cheetah/Tools/CGITemplate.py -> build/lib.linux-riscv64-2.7/Cheetah/Tools copying cheetah/Tools/__init__.py -> build/lib.linux-riscv64-2.7/Cheetah/Tools copying cheetah/Tools/MondoReport.py -> build/lib.linux-riscv64-2.7/Cheetah/Tools copying cheetah/Tools/SiteHierarchy.py -> build/lib.linux-riscv64-2.7/Cheetah/Tools creating build/lib.linux-riscv64-2.7/Cheetah/Utils copying cheetah/Utils/Indenter.py -> build/lib.linux-riscv64-2.7/Cheetah/Utils copying cheetah/Utils/htmlEncode.py -> build/lib.linux-riscv64-2.7/Cheetah/Utils copying cheetah/Utils/__init__.py -> build/lib.linux-riscv64-2.7/Cheetah/Utils copying cheetah/Utils/Misc.py -> build/lib.linux-riscv64-2.7/Cheetah/Utils copying cheetah/Utils/statprof.py -> build/lib.linux-riscv64-2.7/Cheetah/Utils copying cheetah/Utils/htmlDecode.py -> build/lib.linux-riscv64-2.7/Cheetah/Utils copying cheetah/Utils/WebInputMixin.py -> build/lib.linux-riscv64-2.7/Cheetah/Utils running build_ext building 'Cheetah._namemapper' extension creating build/temp.linux-riscv64-2.7 creating build/temp.linux-riscv64-2.7/cheetah creating build/temp.linux-riscv64-2.7/cheetah/c gcc -pthread -fno-strict-aliasing -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 -D_GNU_SOURCE -fPIC -fwrapv -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 -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 -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python2.7 -c cheetah/c/_namemapper.c -o build/temp.linux-riscv64-2.7/cheetah/c/_namemapper.o gcc -pthread -shared -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld build/temp.linux-riscv64-2.7/cheetah/c/_namemapper.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-riscv64-2.7/Cheetah/_namemapper.so running build_scripts creating build/scripts-2.7 copying and adjusting bin/cheetah-compile -> build/scripts-2.7 copying and adjusting bin/cheetah -> build/scripts-2.7 copying and adjusting bin/cheetah-analyze -> build/scripts-2.7 changing mode of build/scripts-2.7/cheetah-compile from 644 to 755 changing mode of build/scripts-2.7/cheetah from 644 to 755 changing mode of build/scripts-2.7/cheetah-analyze from 644 to 755 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.0Vooy0 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64 + cd Cheetah-2.4.4 + rm -rf /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64 + /usr/bin/python setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64 DEPRECATION WARNING: python2 invoked with /usr/bin/python. Use /usr/bin/python3 or /usr/bin/python2 /usr/bin/python will be removed or switched to Python 3 in the future. If you cannot make the switch now, please follow instructions at https://fedoraproject.org/wiki/Changes/Avoid_usr_bin_python_in_RPM_Build#Quick_Opt-Out running install running install_lib creating /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64 creating /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr creating /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64 creating /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7 creating /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages creating /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah copying build/lib.linux-riscv64-2.7/Cheetah/Template.py -> /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah copying build/lib.linux-riscv64-2.7/Cheetah/CacheRegion.py -> /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah copying build/lib.linux-riscv64-2.7/Cheetah/ImportHooks.py -> /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah copying build/lib.linux-riscv64-2.7/Cheetah/Parser.py -> /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah copying build/lib.linux-riscv64-2.7/Cheetah/CacheStore.py -> /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah copying build/lib.linux-riscv64-2.7/Cheetah/ImportManager.py -> /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah copying build/lib.linux-riscv64-2.7/Cheetah/Unspecified.py -> /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah copying build/lib.linux-riscv64-2.7/Cheetah/SourceReader.py -> /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah copying build/lib.linux-riscv64-2.7/Cheetah/Servlet.py -> /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah copying build/lib.linux-riscv64-2.7/Cheetah/CheetahWrapper.py -> /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah copying build/lib.linux-riscv64-2.7/Cheetah/__init__.py -> /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah copying build/lib.linux-riscv64-2.7/Cheetah/TemplateCmdLineIface.py -> /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah creating /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah/Tools copying build/lib.linux-riscv64-2.7/Cheetah/Tools/RecursiveNull.py -> /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah/Tools copying build/lib.linux-riscv64-2.7/Cheetah/Tools/CGITemplate.py -> /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah/Tools copying build/lib.linux-riscv64-2.7/Cheetah/Tools/__init__.py -> /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah/Tools copying build/lib.linux-riscv64-2.7/Cheetah/Tools/MondoReport.py -> /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah/Tools copying build/lib.linux-riscv64-2.7/Cheetah/Tools/SiteHierarchy.py -> /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah/Tools copying build/lib.linux-riscv64-2.7/Cheetah/FileUtils.py -> /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah copying build/lib.linux-riscv64-2.7/Cheetah/_namemapper.so -> /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah copying build/lib.linux-riscv64-2.7/Cheetah/ErrorCatchers.py -> /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah copying build/lib.linux-riscv64-2.7/Cheetah/Filters.py -> /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah creating /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah/Macros copying build/lib.linux-riscv64-2.7/Cheetah/Macros/I18n.py -> /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah/Macros copying build/lib.linux-riscv64-2.7/Cheetah/Macros/__init__.py -> /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah/Macros copying build/lib.linux-riscv64-2.7/Cheetah/Version.py -> /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah copying build/lib.linux-riscv64-2.7/Cheetah/DummyTransaction.py -> /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah copying build/lib.linux-riscv64-2.7/Cheetah/convertTmplPathToModuleName.py -> /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah creating /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah/Templates copying build/lib.linux-riscv64-2.7/Cheetah/Templates/_SkeletonPage.py -> /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah/Templates copying build/lib.linux-riscv64-2.7/Cheetah/Templates/__init__.py -> /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah/Templates copying build/lib.linux-riscv64-2.7/Cheetah/Templates/SkeletonPage.py -> /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah/Templates copying build/lib.linux-riscv64-2.7/Cheetah/DirectiveAnalyzer.py -> /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah copying build/lib.linux-riscv64-2.7/Cheetah/SettingsManager.py -> /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah copying build/lib.linux-riscv64-2.7/Cheetah/Compiler.py -> /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah copying build/lib.linux-riscv64-2.7/Cheetah/NameMapper.py -> /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah copying build/lib.linux-riscv64-2.7/Cheetah/Django.py -> /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah creating /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah/Utils copying build/lib.linux-riscv64-2.7/Cheetah/Utils/Indenter.py -> /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah/Utils copying build/lib.linux-riscv64-2.7/Cheetah/Utils/htmlEncode.py -> /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah/Utils copying build/lib.linux-riscv64-2.7/Cheetah/Utils/__init__.py -> /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah/Utils copying build/lib.linux-riscv64-2.7/Cheetah/Utils/Misc.py -> /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah/Utils copying build/lib.linux-riscv64-2.7/Cheetah/Utils/statprof.py -> /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah/Utils copying build/lib.linux-riscv64-2.7/Cheetah/Utils/htmlDecode.py -> /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah/Utils copying build/lib.linux-riscv64-2.7/Cheetah/Utils/WebInputMixin.py -> /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah/Utils creating /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah/Tests copying build/lib.linux-riscv64-2.7/Cheetah/Tests/Template.py -> /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah/Tests copying build/lib.linux-riscv64-2.7/Cheetah/Tests/Parser.py -> /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah/Tests copying build/lib.linux-riscv64-2.7/Cheetah/Tests/Cheps.py -> /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah/Tests copying build/lib.linux-riscv64-2.7/Cheetah/Tests/Analyzer.py -> /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah/Tests copying build/lib.linux-riscv64-2.7/Cheetah/Tests/Test.py -> /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah/Tests copying build/lib.linux-riscv64-2.7/Cheetah/Tests/CheetahWrapper.py -> /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah/Tests copying build/lib.linux-riscv64-2.7/Cheetah/Tests/SyntaxAndOutput.py -> /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah/Tests copying build/lib.linux-riscv64-2.7/Cheetah/Tests/__init__.py -> /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah/Tests copying build/lib.linux-riscv64-2.7/Cheetah/Tests/Regressions.py -> /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah/Tests copying build/lib.linux-riscv64-2.7/Cheetah/Tests/xmlrunner.py -> /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah/Tests copying build/lib.linux-riscv64-2.7/Cheetah/Tests/Filters.py -> /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah/Tests copying build/lib.linux-riscv64-2.7/Cheetah/Tests/Misc.py -> /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah/Tests copying build/lib.linux-riscv64-2.7/Cheetah/Tests/Unicode.py -> /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah/Tests copying build/lib.linux-riscv64-2.7/Cheetah/Tests/Performance.py -> /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah/Tests copying build/lib.linux-riscv64-2.7/Cheetah/Tests/NameMapper.py -> /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah/Tests byte-compiling /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah/Template.py to Template.pyc byte-compiling /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah/CacheRegion.py to CacheRegion.pyc byte-compiling /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah/ImportHooks.py to ImportHooks.pyc byte-compiling /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah/Parser.py to Parser.pyc byte-compiling /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah/CacheStore.py to CacheStore.pyc byte-compiling /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah/ImportManager.py to ImportManager.pyc byte-compiling /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah/Unspecified.py to Unspecified.pyc byte-compiling /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah/SourceReader.py to SourceReader.pyc byte-compiling /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah/Servlet.py to Servlet.pyc byte-compiling /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah/CheetahWrapper.py to CheetahWrapper.pyc byte-compiling /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah/TemplateCmdLineIface.py to TemplateCmdLineIface.pyc byte-compiling /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah/Tools/RecursiveNull.py to RecursiveNull.pyc byte-compiling /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah/Tools/CGITemplate.py to CGITemplate.pyc byte-compiling /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah/Tools/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah/Tools/MondoReport.py to MondoReport.pyc byte-compiling /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah/Tools/SiteHierarchy.py to SiteHierarchy.pyc byte-compiling /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah/FileUtils.py to FileUtils.pyc byte-compiling /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah/ErrorCatchers.py to ErrorCatchers.pyc byte-compiling /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah/Filters.py to Filters.pyc byte-compiling /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah/Macros/I18n.py to I18n.pyc byte-compiling /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah/Macros/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah/Version.py to Version.pyc byte-compiling /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah/DummyTransaction.py to DummyTransaction.pyc byte-compiling /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah/convertTmplPathToModuleName.py to convertTmplPathToModuleName.pyc byte-compiling /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah/Templates/_SkeletonPage.py to _SkeletonPage.pyc byte-compiling /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah/Templates/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah/Templates/SkeletonPage.py to SkeletonPage.pyc byte-compiling /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah/DirectiveAnalyzer.py to DirectiveAnalyzer.pyc byte-compiling /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah/SettingsManager.py to SettingsManager.pyc byte-compiling /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah/Compiler.py to Compiler.pyc byte-compiling /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah/NameMapper.py to NameMapper.pyc byte-compiling /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah/Django.py to Django.pyc byte-compiling /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah/Utils/Indenter.py to Indenter.pyc byte-compiling /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah/Utils/htmlEncode.py to htmlEncode.pyc byte-compiling /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah/Utils/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah/Utils/Misc.py to Misc.pyc byte-compiling /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah/Utils/statprof.py to statprof.pyc byte-compiling /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah/Utils/htmlDecode.py to htmlDecode.pyc byte-compiling /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah/Utils/WebInputMixin.py to WebInputMixin.pyc byte-compiling /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah/Tests/Template.py to Template.pyc byte-compiling /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah/Tests/Parser.py to Parser.pyc byte-compiling /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah/Tests/Cheps.py to Cheps.pyc byte-compiling /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah/Tests/Analyzer.py to Analyzer.pyc byte-compiling /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah/Tests/Test.py to Test.pyc byte-compiling /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah/Tests/CheetahWrapper.py to CheetahWrapper.pyc byte-compiling /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah/Tests/SyntaxAndOutput.py to SyntaxAndOutput.pyc byte-compiling /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah/Tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah/Tests/Regressions.py to Regressions.pyc byte-compiling /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah/Tests/xmlrunner.py to xmlrunner.pyc byte-compiling /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah/Tests/Filters.py to Filters.pyc byte-compiling /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah/Tests/Misc.py to Misc.pyc byte-compiling /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah/Tests/Unicode.py to Unicode.pyc byte-compiling /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah/Tests/Performance.py to Performance.pyc byte-compiling /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah/Tests/NameMapper.py to NameMapper.pyc writing byte-compilation script '/tmp/tmplI6Nrw.py' /usr/bin/python -O /tmp/tmplI6Nrw.py DEPRECATION WARNING: python2 invoked with /usr/bin/python. Use /usr/bin/python3 or /usr/bin/python2 /usr/bin/python will be removed or switched to Python 3 in the future. If you cannot make the switch now, please follow instructions at https://fedoraproject.org/wiki/Changes/Avoid_usr_bin_python_in_RPM_Build#Quick_Opt-Out removing /tmp/tmplI6Nrw.py running install_data copying cheetah/Templates/SkeletonPage.tmpl -> /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah/Templates copying cheetah/Tools/MondoReportDoc.txt -> /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah/Tools running install_egg_info running egg_info deleting Cheetah.egg-info/requires.txt writing Cheetah.egg-info/PKG-INFO writing top-level names to Cheetah.egg-info/top_level.txt writing dependency_links to Cheetah.egg-info/dependency_links.txt reading manifest file 'Cheetah.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'examples' warning: no files found matching 'docs' warning: no files found matching 'bin' warning: no files found matching '*' under directory 'docs' warning: no files found matching '*' under directory 'examples' warning: no previously-included files matching '*.pyc' found under directory 'cheetah' warning: no previously-included files matching '*~' found under directory 'cheetah' warning: no previously-included files matching '*.aux' found under directory 'cheetah' warning: no previously-included files matching '*~' found under directory 'docs' warning: no previously-included files matching '*.aux' found under directory 'docs' writing manifest file 'Cheetah.egg-info/SOURCES.txt' Copying Cheetah.egg-info to /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7/site-packages/Cheetah-2.4.4-py2.7.egg-info running install_scripts creating /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/bin copying build/scripts-2.7/cheetah-analyze -> /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/bin copying build/scripts-2.7/cheetah -> /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/bin copying build/scripts-2.7/cheetah-compile -> /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/bin changing mode of /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/bin/cheetah-analyze to 755 changing mode of /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/bin/cheetah to 755 changing mode of /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/bin/cheetah-compile to 755 + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /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/python-cheetah-2.4.4-16.fc28.riscv64/usr/lib64/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs *** WARNING: mangling shebang in ./usr/bin/cheetah-analyze from #!/usr/bin/python to #!/usr/bin/python2. This will become an ERROR, fix it manually! *** WARNING: mangling shebang in ./usr/bin/cheetah from #!/usr/bin/python to #!/usr/bin/python2. This will become an ERROR, fix it manually! *** WARNING: mangling shebang in ./usr/bin/cheetah-compile from #!/usr/bin/python to #!/usr/bin/python2. This will become an ERROR, fix it manually! Processing files: python-cheetah-2.4.4-16.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.dnWpsS + umask 022 + cd /builddir/build/BUILD + cd Cheetah-2.4.4 + DOCDIR=/builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/share/doc/python-cheetah + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/share/doc/python-cheetah + cp -pr CHANGES /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/share/doc/python-cheetah + cp -pr README.markdown /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/share/doc/python-cheetah + cp -pr TODO /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/share/doc/python-cheetah + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.l3yvp4 + umask 022 + cd /builddir/build/BUILD + cd Cheetah-2.4.4 + LICENSEDIR=/builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/share/licenses/python-cheetah + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/share/licenses/python-cheetah + cp -pr LICENSE /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64/usr/share/licenses/python-cheetah + exit 0 Provides: python-cheetah = 2.4.4-16.fc28 python-cheetah(riscv-64) = 2.4.4-16.fc28 python2.7dist(cheetah) = 2.4.4 python2dist(cheetah) = 2.4.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: /usr/bin/python2 ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libpthread.so.0()(64bit) libpython2.7.so.1.0()(64bit) python(abi) = 2.7 rtld(GNU_HASH) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64 Wrote: /builddir/build/SRPMS/python-cheetah-2.4.4-16.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/python-cheetah-2.4.4-16.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.R3BQw6 + umask 022 + cd /builddir/build/BUILD + cd Cheetah-2.4.4 + rm -rf /builddir/build/BUILDROOT/python-cheetah-2.4.4-16.fc28.riscv64 + exit 0 + touch /buildok + cleanup + set +e + sync + sleep 5 + sync + poweroff Terminated ++ cleanup ++ set +e ++ sync ++ sleep 5 Terminated +++ cleanup +++ set +e +++ sync +++ sleep 5 +++ sync +++ poweroff