request from: hawk checking if we should skip the build started at: Thu May 16 10:07:36 2019 fetching http://src.tld-linux.org/~buildertidev//srpms/415e6f08-db99-473a-a122-78400916edd5/python-jsmin-2.2.1-1.src.rpm fetched 16375 bytes, 480.0 K/s installing srpm: python-jsmin-2.2.1-1.src.rpm + install -d /tmp/B.jrx22a/BUILD /tmp/B.jrx22a/RPMS + LC_ALL=en_US.UTF-8 + rpm -qp --changelog python-jsmin-2.2.1-1.src.rpm * Thu May 16 2019 TLD Linux - For complete changelog see: http://git.tld-linux.org/?p=packages/python-jsmin.git;a=log;h=master + rpm -Uhv --nodeps --define '_topdir /tmp/B.jrx22a' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' python-jsmin-2.2.1-1.src.rpm python-jsmin ################################################## + rm -f python-jsmin-2.2.1-1.src.rpm + install -m 700 -d /tmp/B.jrx22a/BUILD/tmp + TMPDIR=/tmp/B.jrx22a/BUILD/tmp + exec nice -n 19 rpmbuild -bp --short-circuit --nodeps --define '_topdir /tmp/B.jrx22a' --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.jrx22a/python-jsmin.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: 415e6f08-db99-473a-a122-78400916edd5; TMPDIR=/tmp/B.jrx22a/BUILD/tmp exec nice -n 19 rpmbuild -bb --define '_smp_mflags -j4' --define '_tld_builder 1' --define '_topdir /tmp/B.jrx22a' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --target x86_64-tld-linux /tmp/B.jrx22a/python-jsmin.spec + : build-id: 415e6f08-db99-473a-a122-78400916edd5 + TMPDIR=/tmp/B.jrx22a/BUILD/tmp + exec nice -n 19 rpmbuild -bb --define '_smp_mflags -j4' --define '_tld_builder 1' --define '_topdir /tmp/B.jrx22a' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --target x86_64-tld-linux /tmp/B.jrx22a/python-jsmin.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.jrx22a/BUILD/tmp /bin/sh -e /tmp/B.jrx22a/BUILD/tmp/rpm-tmp.42139 + umask 022 + cd /tmp/B.jrx22a/BUILD + cd /tmp/B.jrx22a/BUILD + rm -rf jsmin-2.2.1 + /usr/bin/gzip -dc /tmp/B.jrx22a/jsmin-2.2.1.tar.gz + /bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd jsmin-2.2.1 + /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.jrx22a/BUILD/tmp /bin/sh -e /tmp/B.jrx22a/BUILD/tmp/rpm-tmp.42139 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.jrx22a/BUILD/tmp + umask 022 + cd /tmp/B.jrx22a/BUILD + cd jsmin-2.2.1 + 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' running build running build_py creating build-2 creating build-2/lib creating build-2/lib/jsmin copying jsmin/__main__.py -> build-2/lib/jsmin copying jsmin/__init__.py -> build-2/lib/jsmin copying jsmin/test.py -> build-2/lib/jsmin + /usr/bin/python setup.py test running test running egg_info writing jsmin.egg-info/PKG-INFO writing top-level names to jsmin.egg-info/top_level.txt writing dependency_links to jsmin.egg-info/dependency_links.txt reading manifest file 'jsmin.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'jsmin.egg-info/SOURCES.txt' running build_ext testBackticks (jsmin.test.JsTests) ... ok testBackticksExpressions (jsmin.test.JsTests) ... ok testBackticksTagged (jsmin.test.JsTests) ... ok testBlockCommentEndingWithSlash (jsmin.test.JsTests) ... ok testBlockCommentMultipleOpen (jsmin.test.JsTests) ... ok testBlockCommentStartingWithSlash (jsmin.test.JsTests) ... ok testCommentBeforeEOF (jsmin.test.JsTests) ... ok testCommentInObj (jsmin.test.JsTests) ... ok testCommentInObj2 (jsmin.test.JsTests) ... ok testDoubleSpace (jsmin.test.JsTests) ... ok testEmpty (jsmin.test.JsTests) ... ok testEmptyBlockComment (jsmin.test.JsTests) ... ok testEmptyString (jsmin.test.JsTests) ... ok testHairyRe (jsmin.test.JsTests) ... ok testIgnoreComment (jsmin.test.JsTests) ... ok testImplicitSemicolon (jsmin.test.JsTests) ... ok testImplicitSemicolon2 (jsmin.test.JsTests) ... ok testImplicitSemicolon3 (jsmin.test.JsTests) ... ok testInputStream (jsmin.test.JsTests) ... ok testJustAComment (jsmin.test.JsTests) ... ok testLeadingBlockCommentEndingWithSlash (jsmin.test.JsTests) ... ok testLeadingBlockCommentStartingWithSlash (jsmin.test.JsTests) ... ok testLeadingComment (jsmin.test.JsTests) ... ok testLeadingRegex (jsmin.test.JsTests) ... ok testLeadingString (jsmin.test.JsTests) ... ok testLiteralRe (jsmin.test.JsTests) ... ok testMultiComment (jsmin.test.JsTests) ... ok testNoBracesWithComment (jsmin.test.JsTests) ... ok testQuoted (jsmin.test.JsTests) ... ok testRe (jsmin.test.JsTests) ... ok testReturn (jsmin.test.JsTests) ... ok testSingleComment (jsmin.test.JsTests) ... ok testSingleComment2 (jsmin.test.JsTests) ... ok testSingleCommentEnd (jsmin.test.JsTests) ... ok testSlashesNearComments (jsmin.test.JsTests) ... ok testSpaceInRe (jsmin.test.JsTests) ... ok testUnicode (jsmin.test.JsTests) ... ok test_angular_1 (jsmin.test.JsTests) ... ok test_angular_2 (jsmin.test.JsTests) ... ok test_angular_3 (jsmin.test.JsTests) ... ok test_angular_4 (jsmin.test.JsTests) ... ok test_angular_5 (jsmin.test.JsTests) ... ok test_block_comment_With_implicit_semicolon (jsmin.test.JsTests) ... ok test_block_comment_with_semicolon (jsmin.test.JsTests) ... ok test_brackets_around_slashed_regex (jsmin.test.JsTests) ... ok test_ends_with_string (jsmin.test.JsTests) ... ok test_explicit_semicolon (jsmin.test.JsTests) ... ok test_issue_10_comments_between_tokens (jsmin.test.JsTests) ... ok test_issue_12_re_nl_if (jsmin.test.JsTests) ... ok test_issue_12_re_nl_other (jsmin.test.JsTests) ... ok test_issue_14 (jsmin.test.JsTests) ... ok test_issue_14_with_char_from_return (jsmin.test.JsTests) ... ok test_issue_6 (jsmin.test.JsTests) ... ok test_issue_9 (jsmin.test.JsTests) ... ok test_issue_9_multi_comments (jsmin.test.JsTests) ... ok test_issue_9_single_comments (jsmin.test.JsTests) ... ok test_issue_bitbucket_10 (jsmin.test.JsTests) ... ok test_issue_bitbucket_10_without_semicolon (jsmin.test.JsTests) ... ok test_issue_bitbucket_16 (jsmin.test.JsTests) ... ok test_issue_bitbucket_17 (jsmin.test.JsTests) ... ok test_newline_between_strings (jsmin.test.JsTests) ... ok test_no_final_newline (jsmin.test.JsTests) ... ok test_preserve_copyright (jsmin.test.JsTests) ... ok test_short_comment (jsmin.test.JsTests) ... ok test_shorter_comment (jsmin.test.JsTests) ... ok test_space_in_regex (jsmin.test.JsTests) ... ok test_space_plus (jsmin.test.JsTests) ... ok test_space_with_regex_repeats (jsmin.test.JsTests) ... ok test_space_with_regex_repeats_not_at_start (jsmin.test.JsTests) ... ok test_character_class (jsmin.test.RegexTests) ... ok test_character_class_with_slash (jsmin.test.RegexTests) ... ok test_empty_character_class (jsmin.test.RegexTests) ... ok test_escaped_back_slash (jsmin.test.RegexTests) ... ok test_escaped_forward_slash (jsmin.test.RegexTests) ... ok test_precedence_of_parens (jsmin.test.RegexTests) ... ok test_simple (jsmin.test.RegexTests) ... ok ---------------------------------------------------------------------- Ran 76 tests in 0.007s OK + 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.jrx22a/BUILD/tmp /bin/sh -e /tmp/B.jrx22a/BUILD/tmp/rpm-tmp.75661 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.jrx22a/BUILD/tmp + umask 022 + cd /tmp/B.jrx22a/BUILD + /bin/rm '--interactive=never' -rf /tmp/B.jrx22a/BUILD/tmp/python-jsmin-2.2.1-root-builder + /bin/mkdir -p /tmp/B.jrx22a/BUILD/tmp/python-jsmin-2.2.1-root-builder + cd jsmin-2.2.1 + rm -rf /tmp/B.jrx22a/BUILD/tmp/python-jsmin-2.2.1-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.jrx22a/BUILD/tmp/python-jsmin-2.2.1-root-builder' running build running build_py running install running install_lib creating /tmp/B.jrx22a/BUILD/tmp/python-jsmin-2.2.1-root-builder creating /tmp/B.jrx22a/BUILD/tmp/python-jsmin-2.2.1-root-builder/usr creating /tmp/B.jrx22a/BUILD/tmp/python-jsmin-2.2.1-root-builder/usr/share creating /tmp/B.jrx22a/BUILD/tmp/python-jsmin-2.2.1-root-builder/usr/share/python2.7 creating /tmp/B.jrx22a/BUILD/tmp/python-jsmin-2.2.1-root-builder/usr/share/python2.7/site-packages creating /tmp/B.jrx22a/BUILD/tmp/python-jsmin-2.2.1-root-builder/usr/share/python2.7/site-packages/jsmin copying build-2/lib/jsmin/__main__.py -> /tmp/B.jrx22a/BUILD/tmp/python-jsmin-2.2.1-root-builder/usr/share/python2.7/site-packages/jsmin copying build-2/lib/jsmin/__init__.py -> /tmp/B.jrx22a/BUILD/tmp/python-jsmin-2.2.1-root-builder/usr/share/python2.7/site-packages/jsmin copying build-2/lib/jsmin/test.py -> /tmp/B.jrx22a/BUILD/tmp/python-jsmin-2.2.1-root-builder/usr/share/python2.7/site-packages/jsmin byte-compiling /tmp/B.jrx22a/BUILD/tmp/python-jsmin-2.2.1-root-builder/usr/share/python2.7/site-packages/jsmin/__main__.py to __main__.pyc byte-compiling /tmp/B.jrx22a/BUILD/tmp/python-jsmin-2.2.1-root-builder/usr/share/python2.7/site-packages/jsmin/__init__.py to __init__.pyc byte-compiling /tmp/B.jrx22a/BUILD/tmp/python-jsmin-2.2.1-root-builder/usr/share/python2.7/site-packages/jsmin/test.py to test.pyc writing byte-compilation script '/tmp/B.jrx22a/BUILD/tmp/tmpFG3GHF.py' /usr/bin/python -OO /tmp/B.jrx22a/BUILD/tmp/tmpFG3GHF.py removing /tmp/B.jrx22a/BUILD/tmp/tmpFG3GHF.py running install_egg_info running egg_info writing jsmin.egg-info/PKG-INFO writing top-level names to jsmin.egg-info/top_level.txt writing dependency_links to jsmin.egg-info/dependency_links.txt reading manifest file 'jsmin.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'jsmin.egg-info/SOURCES.txt' Copying jsmin.egg-info to /tmp/B.jrx22a/BUILD/tmp/python-jsmin-2.2.1-root-builder/usr/share/python2.7/site-packages/jsmin-2.2.1-py2.7.egg-info running install_scripts + /bin/rm '--interactive=never' /tmp/B.jrx22a/BUILD/tmp/python-jsmin-2.2.1-root-builder/usr/share/python2.7/site-packages/jsmin/test.py /tmp/B.jrx22a/BUILD/tmp/python-jsmin-2.2.1-root-builder/usr/share/python2.7/site-packages/jsmin/test.pyc /tmp/B.jrx22a/BUILD/tmp/python-jsmin-2.2.1-root-builder/usr/share/python2.7/site-packages/jsmin/test.pyo + '[' ! -d /tmp/B.jrx22a/BUILD/tmp/python-jsmin-2.2.1-root-builder/usr/share/python2.7/site-packages ']' + find /tmp/B.jrx22a/BUILD/tmp/python-jsmin-2.2.1-root-builder/usr/share/python2.7/site-packages -name '*.py' -print0 + xargs -0r -l512 rm + '[' ! -d /tmp/B.jrx22a/BUILD/tmp/python-jsmin-2.2.1-root-builder/usr/lib64/python2.7/site-packages ']' + __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: 1/2 files hardlinked Processing files: python-jsmin-2.2.1-1 Requires(rpmlib): rpmlib(PartialHardlinkSets) <= 4.0.4-1 Requires: python(abi) = 2.7 Checking for unpackaged file(s): /usr/lib/rpm/check-files /tmp/B.jrx22a/BUILD/tmp/python-jsmin-2.2.1-root-builder Wrote: /tmp/B.jrx22a/RPMS/python-jsmin-2.2.1-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.jrx22a/BUILD/tmp /bin/sh -e /tmp/B.jrx22a/BUILD/tmp/rpm-tmp.41637 + umask 022 + cd /tmp/B.jrx22a/BUILD + cd jsmin-2.2.1 + /bin/rm '--interactive=never' -rf /tmp/B.jrx22a/BUILD/tmp/python-jsmin-2.2.1-root-builder + rm -rf /tmp/B.jrx22a/BUILD/tmp/python-jsmin-2.2.1-root-builder ended at: Thu May 16 10:07:39 2019, done in 0:00:02.944275 + chmod -R u+rwX /tmp/B.jrx22a/BUILD + rm -rf /tmp/B.jrx22a/tmp /tmp/B.jrx22a/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 + rm -rf /tmp/B.jrx22a Begin-TLD-Builder-Info Build-Time: user:0.98s sys:0.25s real:3.54s (faults io:66 non-io:131785) Files queued for ftp: 9416 python-jsmin-2.2.1-1.noarch.rpm 86 python-jsmin-2.2.1-1.src.rpm.uploadinfo End-TLD-Builder-Info