request from: hawk checking if we should skip the build started at: Sat Apr 14 17:41:26 2018 fetching http://kraz.tld-linux.org/~buildertidev//srpms/ca8fee3f-9039-4ede-9824-300668427004/python-prettytable-0.7.2-1.src.rpm fetched 26350 bytes, 224.1 K/s installing srpm: python-prettytable-0.7.2-1.src.rpm mesg: ttyname failed: Inappropriate ioctl for device + install -d /tmp/B.U1DIGX/BUILD /tmp/B.U1DIGX/RPMS + LC_ALL=en_US.UTF-8 + rpm -qp --changelog python-prettytable-0.7.2-1.src.rpm * Sat Apr 14 2018 TLD Linux - For complete changelog see: http://git.tld-linux.org/?p=packages/python-prettytable.git;a=log;h=master * Fri Apr 28 2017 Jakub Bogusz 295f100 - new + rpm -Uhv --nodeps --define '_topdir /tmp/B.U1DIGX' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' python-prettytable-0.7.2-1.src.rpm python-prettytable ################################################## + rm -f python-prettytable-0.7.2-1.src.rpm mesg: ttyname failed: Inappropriate ioctl for device + install -m 700 -d /tmp/B.U1DIGX/BUILD/tmp mesg: ttyname failed: Inappropriate ioctl for device + TMPDIR=/tmp/B.U1DIGX/BUILD/tmp + exec nice -n 19 rpmbuild -bp --short-circuit --nodeps --define '_topdir /tmp/B.U1DIGX' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --target x86_64-tld-linux --define 'prep exit 0' /tmp/B.U1DIGX/python-prettytable.spec Building target platforms: x86_64-tld-linux checking BuildConflict-ing packages no BuildConflicts found checking BR rpm: Building target platforms: x86_64-tld-linux no BR needed building RPM using: set -ex; : build-id: ca8fee3f-9039-4ede-9824-300668427004; TMPDIR=/tmp/B.U1DIGX/BUILD/tmp exec nice -n 19 rpmbuild -bb --define '_smp_mflags -j8' --define '_tld_builder 1' --define '_topdir /tmp/B.U1DIGX' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --target x86_64-tld-linux /tmp/B.U1DIGX/python-prettytable.spec mesg: ttyname failed: Inappropriate ioctl for device + : build-id: ca8fee3f-9039-4ede-9824-300668427004 + TMPDIR=/tmp/B.U1DIGX/BUILD/tmp + exec nice -n 19 rpmbuild -bb --define '_smp_mflags -j8' --define '_tld_builder 1' --define '_topdir /tmp/B.U1DIGX' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --target x86_64-tld-linux /tmp/B.U1DIGX/python-prettytable.spec Building target platforms: x86_64-tld-linux Executing(%prep): env -i TMP=/home/users/builder/tmp HOME=/home/users/builder PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/users/builder/bin TMPDIR=/tmp/B.U1DIGX/BUILD/tmp /bin/sh -e /tmp/B.U1DIGX/BUILD/tmp/rpm-tmp.22334 + umask 022 + cd /tmp/B.U1DIGX/BUILD + cd /tmp/B.U1DIGX/BUILD + rm -rf prettytable-0.7.2 + /usr/bin/bzip2 -dc /tmp/B.U1DIGX/prettytable-0.7.2.tar.bz2 + /bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd prettytable-0.7.2 + /bin/id -u + '[' 10001 '=' 0 ']' + true . + /bin/chmod -Rf -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): env -i TMP=/home/users/builder/tmp HOME=/home/users/builder PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/users/builder/bin TMPDIR=/tmp/B.U1DIGX/BUILD/tmp /bin/sh -e /tmp/B.U1DIGX/BUILD/tmp/rpm-tmp.22334 TMP=/home/users/builder/tmp HOME=/home/users/builder PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/users/builder/bin TMPDIR=/tmp/B.U1DIGX/BUILD/tmp + umask 022 + cd /tmp/B.U1DIGX/BUILD + cd prettytable-0.7.2 + export 'LC_ALL=C.UTF-8' + LDFLAGS='-Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc ' + export LDFLAGS + CFLAGS=' -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -march=x86-64 ' + export CFLAGS + CXXFLAGS=' -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -march=x86-64 ' + export CXXFLAGS + CC=x86_64-tld-linux-gcc + export CC + CXX=x86_64-tld-linux-g++ + export CXX + /usr/bin/python setup.py build '--build-base=build-2' test running build running build_py creating build-2 creating build-2/lib copying prettytable.py -> build-2/lib running test running egg_info writing prettytable.egg-info/PKG-INFO writing top-level names to prettytable.egg-info/top_level.txt writing dependency_links to prettytable.egg-info/dependency_links.txt reading manifest file 'prettytable.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'prettytable.egg-info/SOURCES.txt' running build_ext testAllLengthsEqual (prettytable_test.BasicTests) All lines in a table should be of the same length. ... ok testNoBlankLines (prettytable_test.BasicTests) No table should ever have blank lines in it. ... ok testAsciiBreakLine (prettytable_test.BreakLineTests) ... ok testHtmlBreakLine (prettytable_test.BreakLineTests) ... ok testRowColEquivalenceASCII (prettytable_test.BuildEquivelanceTest) ... ok testRowColEquivalenceHTML (prettytable_test.BuildEquivelanceTest) ... ok testRowMixEquivalenceASCII (prettytable_test.BuildEquivelanceTest) ... ok testRowMixEquivalenceHTML (prettytable_test.BuildEquivelanceTest) ... ok testAllLengthsEqual (prettytable_test.CsvConstructorTest) All lines in a table should be of the same length. ... ok testNoBlankLines (prettytable_test.CsvConstructorTest) No table should ever have blank lines in it. ... ok testInteractionWithBorder (prettytable_test.EmptyTableTests) ... ok testPrintEmptyFalse (prettytable_test.EmptyTableTests) ... ok testPrintEmptyTrue (prettytable_test.EmptyTableTests) ... ok testAllLengthsEqual (prettytable_test.FloatFormatBasicTests) All lines in a table should be of the same length. ... ok testNoBlankLines (prettytable_test.FloatFormatBasicTests) No table should ever have blank lines in it. ... ok testNoDecimals (prettytable_test.FloatFormatTests) ... ok testPadWith2Zeroes (prettytable_test.FloatFormatTests) ... ok testRoundTo5DP (prettytable_test.FloatFormatTests) ... ok testAllLengthsEqual (prettytable_test.HrulesAllBasicTests) All lines in a table should be of the same length. ... ok testNoBlankLines (prettytable_test.HrulesAllBasicTests) No table should ever have blank lines in it. ... ok testAllLengthsEqual (prettytable_test.HrulesNoneBasicTests) All lines in a table should be of the same length. ... ok testNoBlankLines (prettytable_test.HrulesNoneBasicTests) No table should ever have blank lines in it. ... ok testHtmlAndBack (prettytable_test.HtmlConstructorTest) ... ok testHtmlOneAndBack (prettytable_test.HtmlConstructorTest) ... ok testHtmlOneFailOnMany (prettytable_test.HtmlConstructorTest) ... ok testHtmlOutput (prettytable_test.HtmlOutputTests) ... ok testHtmlOutputFormated (prettytable_test.HtmlOutputTests) ... ok testAllLengthsEqual (prettytable_test.IntegerFormatBasicTests) All lines in a table should be of the same length. ... ok testNoBlankLines (prettytable_test.IntegerFormatBasicTests) No table should ever have blank lines in it. ... ok testAllLengthsEqual (prettytable_test.NoBorderBasicTests) All lines in a table should be of the same length. ... ok testNoBlankLines (prettytable_test.NoBorderBasicTests) No table should ever have blank lines in it. ... ok testAllLengthsEqual (prettytable_test.NoHeaderBasicTests) All lines in a table should be of the same length. ... ok testNoBlankLines (prettytable_test.NoHeaderBasicTests) No table should ever have blank lines in it. ... ok testSetForAllColumns (prettytable_test.OptionAttributeTests) ... ok testSetForOneColumn (prettytable_test.OptionAttributeTests) ... ok testBorder (prettytable_test.OptionOverrideTests) ... ok testHeader (prettytable_test.OptionOverrideTests) ... ok testHrulesAll (prettytable_test.OptionOverrideTests) ... ok testHrulesNone (prettytable_test.OptionOverrideTests) ... ok testAllLengthsEqual (prettytable_test.PresetBasicTests) All lines in a table should be of the same length. ... ok testNoBlankLines (prettytable_test.PresetBasicTests) No table should ever have blank lines in it. ... ok testPrint (prettytable_test.PrintEnglishTest) ... ok testPrint (prettytable_test.PrintJapanestTest) ... ok testSliceAll (prettytable_test.SlicingTests) ... ok testSliceFirstTwoRows (prettytable_test.SlicingTests) ... ok testSliceLastTwoRows (prettytable_test.SlicingTests) ... ok testReverseSort (prettytable_test.SortingTests) ... ok testSortBy (prettytable_test.SortingTests) ... ok testSortKey (prettytable_test.SortingTests) ... ok ---------------------------------------------------------------------- Ran 49 tests in 0.066s OK () +-----------+------+------------+-----------------+ | City name | Area | Population | Annual Rainfall | +-----------+------+------------+-----------------+ | Adelaide | 1295 | 1158259 | 600.5 | | Brisbane | 5905 | 1857594 | 1146.4 | | Darwin | 112 | 120900 | 1714.7 | | Hobart | 1357 | 205556 | 619.5 | | Sydney | 2058 | 4336374 | 1214.8 | | Melbourne | 1566 | 3806092 | 646.9 | | Perth | 5386 | 1554769 | 869.4 | +-----------+------+------------+-----------------+ () +--------+------------+----------+ | Kanji | Hiragana | English | +--------+------------+----------+ | 神戸 | こうべ | Kobe | | 京都 | きょうと | Kyoto | | 長崎 | ながさき | Nagasaki | | 名古屋 | なごや | Nagoya | | 大阪 | おおさか | Osaka | | 札幌 | さっぽろ | Sapporo | | 東京 | とうきょう | Tokyo | | 横浜 | よこはま | Yokohama | +--------+------------+----------+ + LDFLAGS='-Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc ' + export LDFLAGS + CFLAGS=' -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -march=x86-64 ' + export CFLAGS + CXXFLAGS=' -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -march=x86-64 ' + export CXXFLAGS + CC=x86_64-tld-linux-gcc + export CC + CXX=x86_64-tld-linux-g++ + export CXX + /usr/bin/python3 setup.py build '--build-base=build-3' test running build running build_py creating build-3 creating build-3/lib copying prettytable.py -> build-3/lib running test running egg_info writing prettytable.egg-info/PKG-INFO writing dependency_links to prettytable.egg-info/dependency_links.txt writing top-level names to prettytable.egg-info/top_level.txt reading manifest file 'prettytable.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'prettytable.egg-info/SOURCES.txt' running build_ext testAllLengthsEqual (prettytable_test.BasicTests) All lines in a table should be of the same length. ... ok testNoBlankLines (prettytable_test.BasicTests) No table should ever have blank lines in it. ... ok testAsciiBreakLine (prettytable_test.BreakLineTests) ... ok testHtmlBreakLine (prettytable_test.BreakLineTests) ... ok testRowColEquivalenceASCII (prettytable_test.BuildEquivelanceTest) ... ok testRowColEquivalenceHTML (prettytable_test.BuildEquivelanceTest) ... ok testRowMixEquivalenceASCII (prettytable_test.BuildEquivelanceTest) ... ok testRowMixEquivalenceHTML (prettytable_test.BuildEquivelanceTest) ... ok testAllLengthsEqual (prettytable_test.CsvConstructorTest) All lines in a table should be of the same length. ... ok testNoBlankLines (prettytable_test.CsvConstructorTest) No table should ever have blank lines in it. ... ok testAllLengthsEqual (prettytable_test.DatabaseConstructorTest) All lines in a table should be of the same length. ... ok testNoBlankLines (prettytable_test.DatabaseConstructorTest) No table should ever have blank lines in it. ... ok testNonSelectCurosr (prettytable_test.DatabaseConstructorTest) ... ok testInteractionWithBorder (prettytable_test.EmptyTableTests) ... ok testPrintEmptyFalse (prettytable_test.EmptyTableTests) ... ok testPrintEmptyTrue (prettytable_test.EmptyTableTests) ... ok testAllLengthsEqual (prettytable_test.FloatFormatBasicTests) All lines in a table should be of the same length. ... ok testNoBlankLines (prettytable_test.FloatFormatBasicTests) No table should ever have blank lines in it. ... ok testNoDecimals (prettytable_test.FloatFormatTests) ... ok testPadWith2Zeroes (prettytable_test.FloatFormatTests) ... ok testRoundTo5DP (prettytable_test.FloatFormatTests) ... ok testAllLengthsEqual (prettytable_test.HrulesAllBasicTests) All lines in a table should be of the same length. ... ok testNoBlankLines (prettytable_test.HrulesAllBasicTests) No table should ever have blank lines in it. ... ok testAllLengthsEqual (prettytable_test.HrulesNoneBasicTests) All lines in a table should be of the same length. ... ok testNoBlankLines (prettytable_test.HrulesNoneBasicTests) No table should ever have blank lines in it. ... ok testHtmlAndBack (prettytable_test.HtmlConstructorTest) ... ok testHtmlOneAndBack (prettytable_test.HtmlConstructorTest) ... ok testHtmlOneFailOnMany (prettytable_test.HtmlConstructorTest) ... ok testHtmlOutput (prettytable_test.HtmlOutputTests) ... ok testHtmlOutputFormated (prettytable_test.HtmlOutputTests) ... ok testAllLengthsEqual (prettytable_test.IntegerFormatBasicTests) All lines in a table should be of the same length. ... ok testNoBlankLines (prettytable_test.IntegerFormatBasicTests) No table should ever have blank lines in it. ... ok testAllLengthsEqual (prettytable_test.NoBorderBasicTests) All lines in a table should be of the same length. ... ok testNoBlankLines (prettytable_test.NoBorderBasicTests) No table should ever have blank lines in it. ... ok testAllLengthsEqual (prettytable_test.NoHeaderBasicTests) All lines in a table should be of the same length. ... ok testNoBlankLines (prettytable_test.NoHeaderBasicTests) No table should ever have blank lines in it. ... ok testSetForAllColumns (prettytable_test.OptionAttributeTests) ... ok testSetForOneColumn (prettytable_test.OptionAttributeTests) ... ok testBorder (prettytable_test.OptionOverrideTests) ... ok testHeader (prettytable_test.OptionOverrideTests) ... ok testHrulesAll (prettytable_test.OptionOverrideTests) ... ok testHrulesNone (prettytable_test.OptionOverrideTests) ... ok testAllLengthsEqual (prettytable_test.PresetBasicTests) All lines in a table should be of the same length. ... ok testNoBlankLines (prettytable_test.PresetBasicTests) No table should ever have blank lines in it. ... ok testPrint (prettytable_test.PrintEnglishTest) ... ok testPrint (prettytable_test.PrintJapanestTest) ... ok testSliceAll (prettytable_test.SlicingTests) ... ok testSliceFirstTwoRows (prettytable_test.SlicingTests) ... ok testSliceLastTwoRows (prettytable_test.SlicingTests) ... ok testReverseSort (prettytable_test.SortingTests) ... ok testSortBy (prettytable_test.SortingTests) ... ok testSortKey (prettytable_test.SortingTests) ... ok ---------------------------------------------------------------------- Ran 52 tests in 0.066s OK +-----------+------+------------+-----------------+ | City name | Area | Population | Annual Rainfall | +-----------+------+------------+-----------------+ | Adelaide | 1295 | 1158259 | 600.5 | | Brisbane | 5905 | 1857594 | 1146.4 | | Darwin | 112 | 120900 | 1714.7 | | Hobart | 1357 | 205556 | 619.5 | | Sydney | 2058 | 4336374 | 1214.8 | | Melbourne | 1566 | 3806092 | 646.9 | | Perth | 5386 | 1554769 | 869.4 | +-----------+------+------------+-----------------+ +--------+------------+----------+ | Kanji | Hiragana | English | +--------+------------+----------+ | 神戸 | こうべ | Kobe | | 京都 | きょうと | Kyoto | | 長崎 | ながさき | Nagasaki | | 名古屋 | なごや | Nagoya | | 大阪 | おおさか | Osaka | | 札幌 | さっぽろ | Sapporo | | 東京 | とうきょう | Tokyo | | 横浜 | よこはま | Yokohama | +--------+------------+----------+ + exit 0 Executing(%install): env -i TMP=/home/users/builder/tmp HOME=/home/users/builder PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/users/builder/bin TMPDIR=/tmp/B.U1DIGX/BUILD/tmp /bin/sh -e /tmp/B.U1DIGX/BUILD/tmp/rpm-tmp.14507 TMP=/home/users/builder/tmp HOME=/home/users/builder PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/users/builder/bin TMPDIR=/tmp/B.U1DIGX/BUILD/tmp + umask 022 + cd /tmp/B.U1DIGX/BUILD + /bin/rm '--interactive=never' -rf /tmp/B.U1DIGX/BUILD/tmp/python-prettytable-0.7.2-root-builder + /bin/mkdir -p /tmp/B.U1DIGX/BUILD/tmp/python-prettytable-0.7.2-root-builder + cd prettytable-0.7.2 + rm -rf /tmp/B.U1DIGX/BUILD/tmp/python-prettytable-0.7.2-root-builder + LDFLAGS='-Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc ' + export LDFLAGS + CFLAGS=' -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -march=x86-64 ' + export CFLAGS + CXXFLAGS=' -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -march=x86-64 ' + export CXXFLAGS + CC=x86_64-tld-linux-gcc + export CC + CXX=x86_64-tld-linux-g++ + export CXX + /usr/bin/python setup.py build '--build-base=build-2' install --skip-build '--prefix=/usr' '--install-purelib=/usr/share/python2.7/site-packages' '--install-platlib=/usr/lib64/python2.7/site-packages' '--optimize=2' '--root=/tmp/B.U1DIGX/BUILD/tmp/python-prettytable-0.7.2-root-builder' running build running build_py running install running install_lib creating /tmp/B.U1DIGX/BUILD/tmp/python-prettytable-0.7.2-root-builder creating /tmp/B.U1DIGX/BUILD/tmp/python-prettytable-0.7.2-root-builder/usr creating /tmp/B.U1DIGX/BUILD/tmp/python-prettytable-0.7.2-root-builder/usr/share creating /tmp/B.U1DIGX/BUILD/tmp/python-prettytable-0.7.2-root-builder/usr/share/python2.7 creating /tmp/B.U1DIGX/BUILD/tmp/python-prettytable-0.7.2-root-builder/usr/share/python2.7/site-packages copying build-2/lib/prettytable.py -> /tmp/B.U1DIGX/BUILD/tmp/python-prettytable-0.7.2-root-builder/usr/share/python2.7/site-packages byte-compiling /tmp/B.U1DIGX/BUILD/tmp/python-prettytable-0.7.2-root-builder/usr/share/python2.7/site-packages/prettytable.py to prettytable.pyc writing byte-compilation script '/tmp/B.U1DIGX/BUILD/tmp/tmpsgewz0.py' /usr/bin/python -OO /tmp/B.U1DIGX/BUILD/tmp/tmpsgewz0.py removing /tmp/B.U1DIGX/BUILD/tmp/tmpsgewz0.py running install_egg_info running egg_info writing prettytable.egg-info/PKG-INFO writing top-level names to prettytable.egg-info/top_level.txt writing dependency_links to prettytable.egg-info/dependency_links.txt reading manifest file 'prettytable.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'prettytable.egg-info/SOURCES.txt' Copying prettytable.egg-info to /tmp/B.U1DIGX/BUILD/tmp/python-prettytable-0.7.2-root-builder/usr/share/python2.7/site-packages/prettytable-0.7.2-py2.7.egg-info running install_scripts + '[' ! -d /tmp/B.U1DIGX/BUILD/tmp/python-prettytable-0.7.2-root-builder/usr/share/python2.7/site-packages ']' + find /tmp/B.U1DIGX/BUILD/tmp/python-prettytable-0.7.2-root-builder/usr/share/python2.7/site-packages -name '*.py' -print0 + xargs -0r -l512 rm + '[' ! -d /tmp/B.U1DIGX/BUILD/tmp/python-prettytable-0.7.2-root-builder/usr/lib64/python2.7/site-packages ']' + LDFLAGS='-Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc ' + export LDFLAGS + CFLAGS=' -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -march=x86-64 ' + export CFLAGS + CXXFLAGS=' -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -march=x86-64 ' + export CXXFLAGS + CC=x86_64-tld-linux-gcc + export CC + CXX=x86_64-tld-linux-g++ + export CXX + /usr/bin/python3 setup.py build '--build-base=build-3' install --skip-build '--prefix=/usr' '--install-purelib=/usr/share/python3.6/site-packages' '--install-platlib=/usr/lib64/python3.6/site-packages' '--optimize=2' '--root=/tmp/B.U1DIGX/BUILD/tmp/python-prettytable-0.7.2-root-builder' running build running build_py running install running install_lib creating /tmp/B.U1DIGX/BUILD/tmp/python-prettytable-0.7.2-root-builder/usr/share/python3.6 creating /tmp/B.U1DIGX/BUILD/tmp/python-prettytable-0.7.2-root-builder/usr/share/python3.6/site-packages copying build-3/lib/prettytable.py -> /tmp/B.U1DIGX/BUILD/tmp/python-prettytable-0.7.2-root-builder/usr/share/python3.6/site-packages byte-compiling /tmp/B.U1DIGX/BUILD/tmp/python-prettytable-0.7.2-root-builder/usr/share/python3.6/site-packages/prettytable.py to prettytable.cpython-36.pyc writing byte-compilation script '/tmp/B.U1DIGX/BUILD/tmp/tmpk9drrkbc.py' /usr/bin/python3 /tmp/B.U1DIGX/BUILD/tmp/tmpk9drrkbc.py removing /tmp/B.U1DIGX/BUILD/tmp/tmpk9drrkbc.py running install_egg_info running egg_info writing prettytable.egg-info/PKG-INFO writing dependency_links to prettytable.egg-info/dependency_links.txt writing top-level names to prettytable.egg-info/top_level.txt reading manifest file 'prettytable.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'prettytable.egg-info/SOURCES.txt' Copying prettytable.egg-info to /tmp/B.U1DIGX/BUILD/tmp/python-prettytable-0.7.2-root-builder/usr/share/python3.6/site-packages/prettytable-0.7.2-py3.6.egg-info running install_scripts + __spec_install_post_strip + set +x + __spec_install_post_chrpath + set +x + __spec_install_post_check_so + set +x Searching for shared objects with unresolved symbols... DONE + __spec_install_post_check_tmpfiles + set +x Checking /var/run <-> tmpfiles.d completeness... DONE + __spec_install_post_compress_docs + set +x + __spec_install_post_compress_modules + set +x + __spec_install_post_py_hardlink + set +x Hardlink Python files: 0/3 files hardlinked Processing files: python-prettytable-0.7.2-1 Executing(%doc): env -i TMP=/home/users/builder/tmp HOME=/home/users/builder PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/users/builder/bin TMPDIR=/tmp/B.U1DIGX/BUILD/tmp /bin/sh -e /tmp/B.U1DIGX/BUILD/tmp/rpm-tmp.95242 + umask 022 + cd /tmp/B.U1DIGX/BUILD + cd prettytable-0.7.2 + DOCDIR=/tmp/B.U1DIGX/BUILD/tmp/python-prettytable-0.7.2-root-builder/usr/share/doc/python-prettytable-0.7.2 + export DOCDIR + rm -rf /tmp/B.U1DIGX/BUILD/tmp/python-prettytable-0.7.2-root-builder/usr/share/doc/python-prettytable-0.7.2 + /bin/mkdir -p /tmp/B.U1DIGX/BUILD/tmp/python-prettytable-0.7.2-root-builder/usr/share/doc/python-prettytable-0.7.2 + /usr/lib/rpm/compress-doc Compressing documentation in /tmp/B.U1DIGX/BUILD/tmp/python-prettytable-0.7.2-root-builder/usr/share/doc/python-prettytable-0.7.2... Documentation compressed. + cp -pr CHANGELOG README /tmp/B.U1DIGX/BUILD/tmp/python-prettytable-0.7.2-root-builder/usr/share/doc/python-prettytable-0.7.2 + /usr/lib/rpm/compress-doc Compressing documentation in /tmp/B.U1DIGX/BUILD/tmp/python-prettytable-0.7.2-root-builder/usr/share/doc/python-prettytable-0.7.2... ./README ./CHANGELOG Documentation compressed. + exit 0 Requires: python(abi) = 2.7 Processing files: python3-prettytable-0.7.2-1 Executing(%doc): env -i TMP=/home/users/builder/tmp HOME=/home/users/builder PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/users/builder/bin TMPDIR=/tmp/B.U1DIGX/BUILD/tmp /bin/sh -e /tmp/B.U1DIGX/BUILD/tmp/rpm-tmp.95242 + umask 022 + cd /tmp/B.U1DIGX/BUILD + cd prettytable-0.7.2 + DOCDIR=/tmp/B.U1DIGX/BUILD/tmp/python-prettytable-0.7.2-root-builder/usr/share/doc/python3-prettytable-0.7.2 + export DOCDIR + rm -rf /tmp/B.U1DIGX/BUILD/tmp/python-prettytable-0.7.2-root-builder/usr/share/doc/python3-prettytable-0.7.2 + /bin/mkdir -p /tmp/B.U1DIGX/BUILD/tmp/python-prettytable-0.7.2-root-builder/usr/share/doc/python3-prettytable-0.7.2 + /usr/lib/rpm/compress-doc Compressing documentation in /tmp/B.U1DIGX/BUILD/tmp/python-prettytable-0.7.2-root-builder/usr/share/doc/python3-prettytable-0.7.2... Documentation compressed. + cp -pr CHANGELOG README /tmp/B.U1DIGX/BUILD/tmp/python-prettytable-0.7.2-root-builder/usr/share/doc/python3-prettytable-0.7.2 + /usr/lib/rpm/compress-doc Compressing documentation in /tmp/B.U1DIGX/BUILD/tmp/python-prettytable-0.7.2-root-builder/usr/share/doc/python3-prettytable-0.7.2... ./README ./CHANGELOG Documentation compressed. + exit 0 Checking for unpackaged file(s): /usr/lib/rpm/check-files /tmp/B.U1DIGX/BUILD/tmp/python-prettytable-0.7.2-root-builder Wrote: /tmp/B.U1DIGX/RPMS/python-prettytable-0.7.2-1.noarch.rpm Wrote: /tmp/B.U1DIGX/RPMS/python3-prettytable-0.7.2-1.noarch.rpm Executing(%clean): env -i TMP=/home/users/builder/tmp HOME=/home/users/builder PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/users/builder/bin TMPDIR=/tmp/B.U1DIGX/BUILD/tmp /bin/sh -e /tmp/B.U1DIGX/BUILD/tmp/rpm-tmp.95242 + umask 022 + cd /tmp/B.U1DIGX/BUILD + cd prettytable-0.7.2 + /bin/rm '--interactive=never' -rf /tmp/B.U1DIGX/BUILD/tmp/python-prettytable-0.7.2-root-builder + rm -rf /tmp/B.U1DIGX/BUILD/tmp/python-prettytable-0.7.2-root-builder ended at: Sat Apr 14 17:41:29 2018, done in 0:00:02.303111 mesg: ttyname failed: Inappropriate ioctl for device + chmod -R u+rwX /tmp/B.U1DIGX/BUILD + rm -rf /tmp/B.U1DIGX/tmp /tmp/B.U1DIGX/BUILD copy rpm files to cache_dir: /spools/ready Creating pndir index of /spools/ready/ (type=dir)... Loading [pndir]previous /spools/ready/packages.ndir.gz... Loading [dir]/spools/ready/... Writing /spools/ready/packages.ndir.gz... Begin-TLD-Builder-Info upgrading packages End-TLD-Builder-Info mesg: ttyname failed: Inappropriate ioctl for device + rm -rf /tmp/B.U1DIGX Begin-TLD-Builder-Info Build-Time: user:2.23s sys:0.37s real:3.42s (faults io:9 non-io:180426) Files queued for ftp: 36628 python3-prettytable-0.7.2-1.noarch.rpm 27617 python-prettytable-0.7.2-1.noarch.rpm 147 python-prettytable-0.7.2-1.src.rpm.uploadinfo End-TLD-Builder-Info