request from: hawk checking if we should skip the build started at: Sat Aug 25 01:23:56 2018 fetching http://kraz.tld-linux.org/~builderti//srpms/eba74317-7270-47f0-bac7-2c0b20794394/python-pluggy-0.6.0-1.src.rpm fetched 24357 bytes, 99.7 K/s installing srpm: python-pluggy-0.6.0-1.src.rpm mesg: ttyname failed: Inappropriate ioctl for device + install -d /tmp/B.HH9RuZ/BUILD /tmp/B.HH9RuZ/RPMS + LC_ALL=en_US.UTF-8 + rpm -qp --changelog python-pluggy-0.6.0-1.src.rpm * Fri Aug 24 2018 TLD Linux - For complete changelog see: http://git.tld-linux.org/?p=packages/python-pluggy.git;a=log;h=master * Mon Jul 16 2018 Jakub Bogusz 73aad6e - updated to 0.6.0 * Sun Jul 01 2018 Arkadiusz Miƛkiewicz 19cbb0e - release 3 (by relup.sh) + rpm -Uhv --nodeps --define '_topdir /tmp/B.HH9RuZ' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' python-pluggy-0.6.0-1.src.rpm python-pluggy ################################################## + rm -f python-pluggy-0.6.0-1.src.rpm mesg: ttyname failed: Inappropriate ioctl for device + install -m 700 -d /tmp/B.HH9RuZ/BUILD/tmp mesg: ttyname failed: Inappropriate ioctl for device + TMPDIR=/tmp/B.HH9RuZ/BUILD/tmp + exec nice -n 19 rpmbuild -bp --short-circuit --nodeps --define '_topdir /tmp/B.HH9RuZ' --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.HH9RuZ/python-pluggy.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: eba74317-7270-47f0-bac7-2c0b20794394; TMPDIR=/tmp/B.HH9RuZ/BUILD/tmp exec nice -n 19 rpmbuild -bb --define '_smp_mflags -j8' --define '_tld_builder 1' --define '_topdir /tmp/B.HH9RuZ' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --target x86_64-tld-linux /tmp/B.HH9RuZ/python-pluggy.spec mesg: ttyname failed: Inappropriate ioctl for device + : build-id: eba74317-7270-47f0-bac7-2c0b20794394 + TMPDIR=/tmp/B.HH9RuZ/BUILD/tmp + exec nice -n 19 rpmbuild -bb --define '_smp_mflags -j8' --define '_tld_builder 1' --define '_topdir /tmp/B.HH9RuZ' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --target x86_64-tld-linux /tmp/B.HH9RuZ/python-pluggy.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.HH9RuZ/BUILD/tmp /bin/sh -e /tmp/B.HH9RuZ/BUILD/tmp/rpm-tmp.29609 + umask 022 + cd /tmp/B.HH9RuZ/BUILD + cd /tmp/B.HH9RuZ/BUILD + rm -rf pluggy-0.6.0 + /usr/bin/gzip -dc /tmp/B.HH9RuZ/pluggy-0.6.0.tar.gz + /bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd pluggy-0.6.0 + /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.HH9RuZ/BUILD/tmp /bin/sh -e /tmp/B.HH9RuZ/BUILD/tmp/rpm-tmp.29609 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.HH9RuZ/BUILD/tmp + umask 022 + cd /tmp/B.HH9RuZ/BUILD + cd pluggy-0.6.0 + 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/pluggy copying pluggy/callers.py -> build-2/lib/pluggy copying pluggy/__init__.py -> build-2/lib/pluggy + /usr/bin/python -m pytest testing ============================= test session starts ============================== platform linux2 -- Python 2.7.15, pytest-3.0.7, py-1.5.4, pluggy-0.4.0 rootdir: /tmp/B.HH9RuZ/BUILD/pluggy-0.6.0, inifile: tox.ini collected 82 items testing/test_details.py .... testing/test_helpers.py .... testing/test_hookrelay.py ........ testing/test_method_ordering.py ......................... testing/test_multicall.py ............. testing/test_pluginmanager.py ....................... testing/test_tracer.py ..... ========================== 82 passed in 0.26 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' running build running build_py creating build-3 creating build-3/lib creating build-3/lib/pluggy copying pluggy/callers.py -> build-3/lib/pluggy copying pluggy/__init__.py -> build-3/lib/pluggy + /usr/bin/python3 -m pytest testing /usr/bin/python3: No module named pytest error: Bad exit status from /tmp/B.HH9RuZ/BUILD/tmp/rpm-tmp.29609 (%build) RPM build errors: Bad exit status from /tmp/B.HH9RuZ/BUILD/tmp/rpm-tmp.29609 (%build) ended at: Sat Aug 25 01:23:58 2018, done in 0:00:01.337693 error: No files produced. mesg: ttyname failed: Inappropriate ioctl for device + chmod -R u+rwX /tmp/B.HH9RuZ/BUILD + rm -rf /tmp/B.HH9RuZ/tmp /tmp/B.HH9RuZ/BUILD mesg: ttyname failed: Inappropriate ioctl for device + rm -rf /tmp/B.HH9RuZ Begin-TLD-Builder-Info Build-Time: user:1.60s sys:0.23s real:2.50s (faults io:0 non-io:109563) End-TLD-Builder-Info