D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/python-testtools-2.4.0-1.mga8.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.Rkbjmm + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf testtools-2.4.0 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/testtools-2.4.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd testtools-2.4.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (testtools-1.8.0-py3.patch):' Patch #0 (testtools-1.8.0-py3.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .py3 --fuzz=0 patching file testtools/compat.py Hunk #1 succeeded at 33 (offset 1 line). + find . -name '*.py' + xargs sed -i '1s|^#!python|#!/usr/bin/python3|' + rm testtools/_compat2x.py + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.mFVIdq + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd testtools-2.4.0 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib creating build/lib/testtools creating build/lib/testtools/testresult copying testtools/testresult/real.py -> build/lib/testtools/testresult copying testtools/testresult/__init__.py -> build/lib/testtools/testresult copying testtools/testresult/doubles.py -> build/lib/testtools/testresult creating build/lib/testtools/twistedsupport copying testtools/twistedsupport/_runtest.py -> build/lib/testtools/twistedsupport copying testtools/twistedsupport/__init__.py -> build/lib/testtools/twistedsupport copying testtools/twistedsupport/_spinner.py -> build/lib/testtools/twistedsupport copying testtools/twistedsupport/_deferreddebug.py -> build/lib/testtools/twistedsupport copying testtools/twistedsupport/_matchers.py -> build/lib/testtools/twistedsupport copying testtools/twistedsupport/_deferred.py -> build/lib/testtools/twistedsupport creating build/lib/testtools/matchers copying testtools/matchers/_warnings.py -> build/lib/testtools/matchers copying testtools/matchers/_doctest.py -> build/lib/testtools/matchers copying testtools/matchers/_higherorder.py -> build/lib/testtools/matchers copying testtools/matchers/_exception.py -> build/lib/testtools/matchers copying testtools/matchers/_impl.py -> build/lib/testtools/matchers copying testtools/matchers/_basic.py -> build/lib/testtools/matchers copying testtools/matchers/_filesystem.py -> build/lib/testtools/matchers copying testtools/matchers/_dict.py -> build/lib/testtools/matchers copying testtools/matchers/__init__.py -> build/lib/testtools/matchers copying testtools/matchers/_datastructures.py -> build/lib/testtools/matchers copying testtools/matchers/_const.py -> build/lib/testtools/matchers creating build/lib/testtools/tests copying testtools/tests/test_testsuite.py -> build/lib/testtools/tests copying testtools/tests/test_runtest.py -> build/lib/testtools/tests copying testtools/tests/test_testcase.py -> build/lib/testtools/tests copying testtools/tests/test_fixturesupport.py -> build/lib/testtools/tests copying testtools/tests/test_run.py -> build/lib/testtools/tests copying testtools/tests/test_compat.py -> build/lib/testtools/tests copying testtools/tests/test_monkey.py -> build/lib/testtools/tests copying testtools/tests/helpers.py -> build/lib/testtools/tests copying testtools/tests/test_testresult.py -> build/lib/testtools/tests copying testtools/tests/__init__.py -> build/lib/testtools/tests copying testtools/tests/test_distutilscmd.py -> build/lib/testtools/tests copying testtools/tests/test_tags.py -> build/lib/testtools/tests copying testtools/tests/samplecases.py -> build/lib/testtools/tests copying testtools/tests/test_content.py -> build/lib/testtools/tests copying testtools/tests/test_with_with.py -> build/lib/testtools/tests copying testtools/tests/test_assert_that.py -> build/lib/testtools/tests copying testtools/tests/test_helpers.py -> build/lib/testtools/tests copying testtools/tests/test_content_type.py -> build/lib/testtools/tests creating build/lib/testtools/tests/twistedsupport copying testtools/tests/twistedsupport/test_runtest.py -> build/lib/testtools/tests/twistedsupport copying testtools/tests/twistedsupport/test_matchers.py -> build/lib/testtools/tests/twistedsupport copying testtools/tests/twistedsupport/test_spinner.py -> build/lib/testtools/tests/twistedsupport copying testtools/tests/twistedsupport/__init__.py -> build/lib/testtools/tests/twistedsupport copying testtools/tests/twistedsupport/_helpers.py -> build/lib/testtools/tests/twistedsupport copying testtools/tests/twistedsupport/test_deferred.py -> build/lib/testtools/tests/twistedsupport creating build/lib/testtools/tests/matchers copying testtools/tests/matchers/test_warnings.py -> build/lib/testtools/tests/matchers copying testtools/tests/matchers/test_impl.py -> build/lib/testtools/tests/matchers copying testtools/tests/matchers/helpers.py -> build/lib/testtools/tests/matchers copying testtools/tests/matchers/test_doctest.py -> build/lib/testtools/tests/matchers copying testtools/tests/matchers/__init__.py -> build/lib/testtools/tests/matchers copying testtools/tests/matchers/test_dict.py -> build/lib/testtools/tests/matchers copying testtools/tests/matchers/test_const.py -> build/lib/testtools/tests/matchers copying testtools/tests/matchers/test_filesystem.py -> build/lib/testtools/tests/matchers copying testtools/tests/matchers/test_basic.py -> build/lib/testtools/tests/matchers copying testtools/tests/matchers/test_datastructures.py -> build/lib/testtools/tests/matchers copying testtools/tests/matchers/test_exception.py -> build/lib/testtools/tests/matchers copying testtools/tests/matchers/test_higherorder.py -> build/lib/testtools/tests/matchers copying testtools/deferredruntest.py -> build/lib/testtools copying testtools/monkey.py -> build/lib/testtools copying testtools/content.py -> build/lib/testtools copying testtools/compat.py -> build/lib/testtools copying testtools/runtest.py -> build/lib/testtools copying testtools/assertions.py -> build/lib/testtools copying testtools/_compat3x.py -> build/lib/testtools copying testtools/run.py -> build/lib/testtools copying testtools/helpers.py -> build/lib/testtools copying testtools/utils.py -> build/lib/testtools copying testtools/distutilscmd.py -> build/lib/testtools copying testtools/__init__.py -> build/lib/testtools copying testtools/testsuite.py -> build/lib/testtools copying testtools/testcase.py -> build/lib/testtools copying testtools/content_type.py -> build/lib/testtools copying testtools/tags.py -> build/lib/testtools running egg_info writing testtools.egg-info/PKG-INFO writing dependency_links to testtools.egg-info/dependency_links.txt writing requirements to testtools.egg-info/requires.txt writing top-level names to testtools.egg-info/top_level.txt [pbr] Reusing existing SOURCES.txt + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.KIJBPn + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64 + cd testtools-2.4.0 + '[' 1 -eq 1 ']' + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' + /usr/bin/python3 setup.py install -O1 --skip-build --root /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64 running install [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) running install_lib creating /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr creating /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib creating /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8 creating /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages creating /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools copying build/lib/testtools/deferredruntest.py -> /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools copying build/lib/testtools/monkey.py -> /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools copying build/lib/testtools/content.py -> /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools copying build/lib/testtools/compat.py -> /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools copying build/lib/testtools/runtest.py -> /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools copying build/lib/testtools/assertions.py -> /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools creating /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/testresult copying build/lib/testtools/testresult/real.py -> /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/testresult copying build/lib/testtools/testresult/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/testresult copying build/lib/testtools/testresult/doubles.py -> /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/testresult copying build/lib/testtools/_compat3x.py -> /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools copying build/lib/testtools/run.py -> /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools copying build/lib/testtools/helpers.py -> /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools copying build/lib/testtools/utils.py -> /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools copying build/lib/testtools/distutilscmd.py -> /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools copying build/lib/testtools/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools creating /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/tests copying build/lib/testtools/tests/test_testsuite.py -> /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/tests copying build/lib/testtools/tests/test_runtest.py -> /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/tests copying build/lib/testtools/tests/test_testcase.py -> /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/tests copying build/lib/testtools/tests/test_fixturesupport.py -> /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/tests copying build/lib/testtools/tests/test_run.py -> /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/tests copying build/lib/testtools/tests/test_compat.py -> /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/tests copying build/lib/testtools/tests/test_monkey.py -> /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/tests copying build/lib/testtools/tests/helpers.py -> /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/tests copying build/lib/testtools/tests/test_testresult.py -> /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/tests copying build/lib/testtools/tests/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/tests copying build/lib/testtools/tests/test_distutilscmd.py -> /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/tests copying build/lib/testtools/tests/test_tags.py -> /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/tests copying build/lib/testtools/tests/samplecases.py -> /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/tests copying build/lib/testtools/tests/test_content.py -> /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/tests copying build/lib/testtools/tests/test_with_with.py -> /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/tests copying build/lib/testtools/tests/test_assert_that.py -> /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/tests creating /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/tests/matchers copying build/lib/testtools/tests/matchers/test_warnings.py -> /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/tests/matchers copying build/lib/testtools/tests/matchers/test_impl.py -> /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/tests/matchers copying build/lib/testtools/tests/matchers/helpers.py -> /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/tests/matchers copying build/lib/testtools/tests/matchers/test_doctest.py -> /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/tests/matchers copying build/lib/testtools/tests/matchers/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/tests/matchers copying build/lib/testtools/tests/matchers/test_dict.py -> /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/tests/matchers copying build/lib/testtools/tests/matchers/test_const.py -> /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/tests/matchers copying build/lib/testtools/tests/matchers/test_filesystem.py -> /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/tests/matchers copying build/lib/testtools/tests/matchers/test_basic.py -> /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/tests/matchers copying build/lib/testtools/tests/matchers/test_datastructures.py -> /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/tests/matchers copying build/lib/testtools/tests/matchers/test_exception.py -> /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/tests/matchers copying build/lib/testtools/tests/matchers/test_higherorder.py -> /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/tests/matchers copying build/lib/testtools/tests/test_helpers.py -> /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/tests creating /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/tests/twistedsupport copying build/lib/testtools/tests/twistedsupport/test_runtest.py -> /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/tests/twistedsupport copying build/lib/testtools/tests/twistedsupport/test_matchers.py -> /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/tests/twistedsupport copying build/lib/testtools/tests/twistedsupport/test_spinner.py -> /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/tests/twistedsupport copying build/lib/testtools/tests/twistedsupport/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/tests/twistedsupport copying build/lib/testtools/tests/twistedsupport/_helpers.py -> /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/tests/twistedsupport copying build/lib/testtools/tests/twistedsupport/test_deferred.py -> /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/tests/twistedsupport copying build/lib/testtools/tests/test_content_type.py -> /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/tests copying build/lib/testtools/testsuite.py -> /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools copying build/lib/testtools/testcase.py -> /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools copying build/lib/testtools/content_type.py -> /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools creating /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/matchers copying build/lib/testtools/matchers/_warnings.py -> /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/matchers copying build/lib/testtools/matchers/_doctest.py -> /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/matchers copying build/lib/testtools/matchers/_higherorder.py -> /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/matchers copying build/lib/testtools/matchers/_exception.py -> /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/matchers copying build/lib/testtools/matchers/_impl.py -> /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/matchers copying build/lib/testtools/matchers/_basic.py -> /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/matchers copying build/lib/testtools/matchers/_filesystem.py -> /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/matchers copying build/lib/testtools/matchers/_dict.py -> /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/matchers copying build/lib/testtools/matchers/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/matchers copying build/lib/testtools/matchers/_datastructures.py -> /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/matchers copying build/lib/testtools/matchers/_const.py -> /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/matchers copying build/lib/testtools/tags.py -> /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools creating /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/twistedsupport copying build/lib/testtools/twistedsupport/_runtest.py -> /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/twistedsupport copying build/lib/testtools/twistedsupport/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/twistedsupport copying build/lib/testtools/twistedsupport/_spinner.py -> /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/twistedsupport copying build/lib/testtools/twistedsupport/_deferreddebug.py -> /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/twistedsupport copying build/lib/testtools/twistedsupport/_matchers.py -> /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/twistedsupport copying build/lib/testtools/twistedsupport/_deferred.py -> /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/twistedsupport byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/deferredruntest.py to deferredruntest.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/monkey.py to monkey.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/content.py to content.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/compat.py to compat.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/runtest.py to runtest.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/assertions.py to assertions.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/testresult/real.py to real.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/testresult/__init__.py to __init__.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/testresult/doubles.py to doubles.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/_compat3x.py to _compat3x.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/run.py to run.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/helpers.py to helpers.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/utils.py to utils.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/distutilscmd.py to distutilscmd.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/__init__.py to __init__.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/tests/test_testsuite.py to test_testsuite.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/tests/test_runtest.py to test_runtest.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/tests/test_testcase.py to test_testcase.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/tests/test_fixturesupport.py to test_fixturesupport.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/tests/test_run.py to test_run.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/tests/test_compat.py to test_compat.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/tests/test_monkey.py to test_monkey.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/tests/helpers.py to helpers.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/tests/test_testresult.py to test_testresult.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/tests/__init__.py to __init__.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/tests/test_distutilscmd.py to test_distutilscmd.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/tests/test_tags.py to test_tags.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/tests/samplecases.py to samplecases.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/tests/test_content.py to test_content.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/tests/test_with_with.py to test_with_with.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/tests/test_assert_that.py to test_assert_that.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/tests/matchers/test_warnings.py to test_warnings.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/tests/matchers/test_impl.py to test_impl.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/tests/matchers/helpers.py to helpers.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/tests/matchers/test_doctest.py to test_doctest.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/tests/matchers/__init__.py to __init__.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/tests/matchers/test_dict.py to test_dict.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/tests/matchers/test_const.py to test_const.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/tests/matchers/test_filesystem.py to test_filesystem.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/tests/matchers/test_basic.py to test_basic.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/tests/matchers/test_datastructures.py to test_datastructures.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/tests/matchers/test_exception.py to test_exception.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/tests/matchers/test_higherorder.py to test_higherorder.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/tests/test_helpers.py to test_helpers.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/tests/twistedsupport/test_runtest.py to test_runtest.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/tests/twistedsupport/test_matchers.py to test_matchers.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/tests/twistedsupport/test_spinner.py to test_spinner.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/tests/twistedsupport/__init__.py to __init__.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/tests/twistedsupport/_helpers.py to _helpers.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/tests/twistedsupport/test_deferred.py to test_deferred.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/tests/test_content_type.py to test_content_type.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/testsuite.py to testsuite.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/testcase.py to testcase.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/content_type.py to content_type.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/matchers/_warnings.py to _warnings.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/matchers/_doctest.py to _doctest.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/matchers/_higherorder.py to _higherorder.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/matchers/_exception.py to _exception.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/matchers/_impl.py to _impl.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/matchers/_basic.py to _basic.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/matchers/_filesystem.py to _filesystem.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/matchers/_dict.py to _dict.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/matchers/__init__.py to __init__.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/matchers/_datastructures.py to _datastructures.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/matchers/_const.py to _const.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/tags.py to tags.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/twistedsupport/_runtest.py to _runtest.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/twistedsupport/__init__.py to __init__.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/twistedsupport/_spinner.py to _spinner.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/twistedsupport/_deferreddebug.py to _deferreddebug.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/twistedsupport/_matchers.py to _matchers.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools/twistedsupport/_deferred.py to _deferred.cpython-38.pyc writing byte-compilation script '/tmp/tmpyj8lhntq.py' /usr/bin/python3 /tmp/tmpyj8lhntq.py removing /tmp/tmpyj8lhntq.py running install_egg_info running egg_info writing testtools.egg-info/PKG-INFO writing dependency_links to testtools.egg-info/dependency_links.txt writing requirements to testtools.egg-info/requires.txt writing top-level names to testtools.egg-info/top_level.txt [pbr] Reusing existing SOURCES.txt Copying testtools.egg-info to /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8/site-packages/testtools-2.4.0-py3.8.egg-info running install_scripts /usr/lib/python3.8/site-packages/pbr/packaging.py:436: EasyInstallDeprecationWarning: Use get_header header = easy_install.get_script_header("", executable) + rm -rfv /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/bin/__pycache__ + /usr/lib/rpm/find-debuginfo.sh -j96 --strict-build-id -m -i --build-id-seed 2.4.0-1.mga8 --unique-debug-suffix -2.4.0-1.mga8.x86_64 --unique-debug-src-base python-testtools-2.4.0-1.mga8.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/testtools-2.4.0 + /usr/lib/rpm/check-buildroot + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python3 1 1 Bytecompiling .py files below /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/lib/python3.8 using /usr/bin/python3.8 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: python3-testtools-2.4.0-1.mga8.noarch Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.XM9WDp + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd testtools-2.4.0 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/share/doc/python3-testtools + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/share/doc/python3-testtools + cp -pr AUTHORS /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/share/doc/python3-testtools + cp -pr ChangeLog /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/share/doc/python3-testtools + cp -pr README.rst /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64/usr/share/doc/python3-testtools + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-testtools = 2.4.0-1.mga8 python3-testtools = 2.4.0-1.mga8 python3.8-testtools = 2.4.0-1.mga8 python3.8dist(testtools) = 2.4 python3dist(testtools) = 2.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: python(abi) = 3.8 python3.8dist(extras) >= 1 python3.8dist(pbr) >= 0.11 python3.8dist(python-mimeparse) python3.8dist(six) >= 1.4 python3.8dist(traceback2) python3.8dist(unittest2) >= 1 Obsoletes: python-testtools < 2.4.0-1.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64 Wrote: /home/iurt/rpmbuild/RPMS/noarch/python3-testtools-2.4.0-1.mga8.noarch.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.wLtytq + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd testtools-2.4.0 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/python-testtools-2.4.0-1.mga8.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.xULx9n + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf testtools-2.4.0 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!