request from: hawk checking if we should skip the build started at: Fri Aug 24 17:53:46 2018 fetching http://kraz.tld-linux.org/~builderti//srpms/592bcf72-b502-4d2a-a974-b37174732687/python-mccabe-0.6.1-2.src.rpm fetched 13391 bytes, 59.0 K/s installing srpm: python-mccabe-0.6.1-2.src.rpm mesg: ttyname failed: Inappropriate ioctl for device + install -d /tmp/B.XCzKw7/BUILD /tmp/B.XCzKw7/RPMS + LC_ALL=en_US.UTF-8 + rpm -qp --changelog python-mccabe-0.6.1-2.src.rpm * Fri Aug 24 2018 TLD Linux - For complete changelog see: http://git.tld-linux.org/?p=packages/python-mccabe.git;a=log;h=master * Sun Jul 22 2018 Jakub Bogusz a71b112 - updated download URL * Sun Jul 01 2018 Arkadiusz Miƛkiewicz 02044b4 - release 2 (by relup.sh) + rpm -Uhv --nodeps --define '_topdir /tmp/B.XCzKw7' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' python-mccabe-0.6.1-2.src.rpm python-mccabe ################################################## + rm -f python-mccabe-0.6.1-2.src.rpm mesg: ttyname failed: Inappropriate ioctl for device + install -m 700 -d /tmp/B.XCzKw7/BUILD/tmp mesg: ttyname failed: Inappropriate ioctl for device + TMPDIR=/tmp/B.XCzKw7/BUILD/tmp + exec nice -n 19 rpmbuild -bp --short-circuit --nodeps --define '_topdir /tmp/B.XCzKw7' --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.XCzKw7/python-mccabe.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: 592bcf72-b502-4d2a-a974-b37174732687; TMPDIR=/tmp/B.XCzKw7/BUILD/tmp exec nice -n 19 rpmbuild -bb --define '_smp_mflags -j8' --define '_tld_builder 1' --define '_topdir /tmp/B.XCzKw7' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --target x86_64-tld-linux /tmp/B.XCzKw7/python-mccabe.spec mesg: ttyname failed: Inappropriate ioctl for device + : build-id: 592bcf72-b502-4d2a-a974-b37174732687 + TMPDIR=/tmp/B.XCzKw7/BUILD/tmp + exec nice -n 19 rpmbuild -bb --define '_smp_mflags -j8' --define '_tld_builder 1' --define '_topdir /tmp/B.XCzKw7' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --target x86_64-tld-linux /tmp/B.XCzKw7/python-mccabe.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.XCzKw7/BUILD/tmp /bin/sh -e /tmp/B.XCzKw7/BUILD/tmp/rpm-tmp.30329 + umask 022 + cd /tmp/B.XCzKw7/BUILD + cd /tmp/B.XCzKw7/BUILD + rm -rf mccabe-0.6.1 + /usr/bin/gzip -dc /tmp/B.XCzKw7/mccabe-0.6.1.tar.gz + /bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd mccabe-0.6.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.XCzKw7/BUILD/tmp /bin/sh -e /tmp/B.XCzKw7/BUILD/tmp/rpm-tmp.30329 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.XCzKw7/BUILD/tmp + umask 022 + cd /tmp/B.XCzKw7/BUILD + cd mccabe-0.6.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' test running build running build_py creating build-2 creating build-2/lib copying mccabe.py -> build-2/lib running pytest running egg_info writing mccabe.egg-info/PKG-INFO writing top-level names to mccabe.egg-info/top_level.txt writing dependency_links to mccabe.egg-info/dependency_links.txt writing entry points to mccabe.egg-info/entry_points.txt reading manifest file 'mccabe.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'mccabe.egg-info/SOURCES.txt' running build_ext ============================= test session starts ============================== platform linux2 -- Python 2.7.15, pytest-3.0.7, py-1.4.32, pluggy-0.4.0 rootdir: /tmp/B.XCzKw7/BUILD/mccabe-0.6.1, inifile: collected 14 items test_mccabe.py ss............ ===================== 12 passed, 2 skipped in 0.03 seconds ===================== + 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 Traceback (most recent call last): File "setup.py", line 4, in from setuptools import setup ModuleNotFoundError: No module named 'setuptools' error: Bad exit status from /tmp/B.XCzKw7/BUILD/tmp/rpm-tmp.30329 (%build) RPM build errors: Bad exit status from /tmp/B.XCzKw7/BUILD/tmp/rpm-tmp.30329 (%build) ended at: Fri Aug 24 17:53:48 2018, done in 0:00:00.622419 error: No files produced. mesg: ttyname failed: Inappropriate ioctl for device + chmod -R u+rwX /tmp/B.XCzKw7/BUILD + rm -rf /tmp/B.XCzKw7/tmp /tmp/B.XCzKw7/BUILD mesg: ttyname failed: Inappropriate ioctl for device + rm -rf /tmp/B.XCzKw7 Begin-TLD-Builder-Info Build-Time: user:0.88s sys:0.18s real:1.68s (faults io:0 non-io:93574) End-TLD-Builder-Info