request from: hawk checking if we should skip the build started at: Sat Sep 21 16:10:27 2019 fetching http://src.tld-linux.org/~builderti//srpms/667e10c4-3131-492b-b0ac-db973169950b/python-six-1.12.0-1.src.rpm fetched 39451 bytes, 916.9 K/s installing srpm: python-six-1.12.0-1.src.rpm + install -d /tmp/B.tr9_rg/BUILD /tmp/B.tr9_rg/RPMS + LC_ALL=en_US.UTF-8 + rpm -qp --changelog python-six-1.12.0-1.src.rpm * Sat Sep 21 2019 TLD Linux - For complete changelog see: http://git.tld-linux.org/?p=packages/python-six.git;a=log;h=master * Wed Sep 18 2019 Jakub Bogusz c0646e2 - updated to 1.12.0 + rpm -Uhv --nodeps --define '_topdir /tmp/B.tr9_rg' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' python-six-1.12.0-1.src.rpm python-six ################################################## + rm -f python-six-1.12.0-1.src.rpm + install -m 700 -d /tmp/B.tr9_rg/BUILD/tmp + TMPDIR=/tmp/B.tr9_rg/BUILD/tmp + exec nice -n 19 rpmbuild -bp --short-circuit --nodeps --define '_topdir /tmp/B.tr9_rg' --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.tr9_rg/python-six.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: 667e10c4-3131-492b-b0ac-db973169950b; TMPDIR=/tmp/B.tr9_rg/BUILD/tmp exec nice -n 19 rpmbuild -bb --define '_smp_mflags -j4' --define '_tld_builder 1' --define '_topdir /tmp/B.tr9_rg' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --target x86_64-tld-linux /tmp/B.tr9_rg/python-six.spec + : build-id: 667e10c4-3131-492b-b0ac-db973169950b + TMPDIR=/tmp/B.tr9_rg/BUILD/tmp + exec nice -n 19 rpmbuild -bb --define '_smp_mflags -j4' --define '_tld_builder 1' --define '_topdir /tmp/B.tr9_rg' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --target x86_64-tld-linux /tmp/B.tr9_rg/python-six.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.tr9_rg/BUILD/tmp /bin/sh -e /tmp/B.tr9_rg/BUILD/tmp/rpm-tmp.383 + umask 022 + cd /tmp/B.tr9_rg/BUILD + cd /tmp/B.tr9_rg/BUILD + rm -rf six-1.12.0 + /bin/tar -xf - + /usr/bin/gzip -dc /tmp/B.tr9_rg/six-1.12.0.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd six-1.12.0 + /bin/id -u + '[' 10001 '=' 0 ']' + true . + /bin/chmod -Rf -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (python-six-tests.patch):' Patch #0 (python-six-tests.patch): + build-2/lib + pwd + PYTHONPATH=/tmp/B.tr9_rg/BUILD/six-1.12.0 /usr/bin/python -m pytest test_six.py ============================= test session starts ============================== platform linux2 -- Python 2.7.16, pytest-3.10.1, py-1.7.0, pluggy-0.8.0 hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('/tmp/B.tr9_rg/BUILD/six-1.12.0/.hypothesis/examples') rootdir: /tmp/B.tr9_rg/BUILD/six-1.12.0, inifile: setup.cfg plugins: timeout-1.2.0, hypothesis-3.82.1 collected 195 items test_six.py ............................................................ [ 30%] ........................................................................ [ 67%] ....................................................s..s..s.... [100%] ==================== 192 passed, 3 skipped in 1.55 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 copying six.py -> build-3/lib + pwd + PYTHONPATH=/tmp/B.tr9_rg/BUILD/six-1.12.0 /usr/bin/python3 -m pytest test_six.py ============================= test session starts ============================== platform linux -- Python 3.7.4, pytest-3.10.1, py-1.7.0, pluggy-0.8.0 hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('/tmp/B.tr9_rg/BUILD/six-1.12.0/.hypothesis/examples') rootdir: /tmp/B.tr9_rg/BUILD/six-1.12.0, inifile: setup.cfg plugins: timeout-1.2.0, hypothesis-3.82.1 collected 195 items test_six.py ............................................................ [ 30%] ............F........................................................... [ 67%] ....................................................s.......... [100%] =================================== FAILURES =================================== ________________________ test_move_items[xmlrpc_server] ________________________ item_name = 'xmlrpc_server' @py.test.mark.parametrize("item_name", [item.name for item in six._moved_attributes]) def test_move_items(item_name): """Ensure that everything loads correctly.""" try: > item = getattr(six.moves, item_name) test_six.py:120: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ six.py:92: in __get__ result = self._resolve() six.py:115: in _resolve return _import_module(self.mod) six.py:82: in _import_module __import__(name) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ """ # Written by Brian Quinlan (brian@sweetapp.com). # Based on code written by Fredrik Lundh. from xmlrpc.client import Fault, dumps, loads, gzip_encode, gzip_decode from http.server import BaseHTTPRequestHandler from functools import partial from inspect import signature import http.server import socketserver import sys import os import re > import pydoc E ModuleNotFoundError: No module named 'pydoc' /usr/lib64/python3.7/xmlrpc/server.py:116: ModuleNotFoundError =============== 1 failed, 193 passed, 1 skipped in 0.72 seconds ================ error: Bad exit status from /tmp/B.tr9_rg/BUILD/tmp/rpm-tmp.383 (%build) RPM build errors: Bad exit status from /tmp/B.tr9_rg/BUILD/tmp/rpm-tmp.383 (%build) ended at: Sat Sep 21 16:10:33 2019, done in 0:00:05.773448 error: No files produced. + chmod -R u+rwX /tmp/B.tr9_rg/BUILD + rm -rf /tmp/B.tr9_rg/tmp /tmp/B.tr9_rg/BUILD + rm -rf /tmp/B.tr9_rg Begin-TLD-Builder-Info Build-Time: user:2.51s sys:0.40s real:6.47s (faults io:65 non-io:128849) End-TLD-Builder-Info