Mock Version: 1.1.39 Mock Version: 1.1.39 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/python-pycurl.spec'], False, '/var/lib/mock/f21-build-2141691-392934/root/', None, 86400, True, False, 1000, 425, None, False, {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/python-pycurl.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory warning: Could not canonicalize hostname: buildhw-06.phx2.fedoraproject.org Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-pycurl-7.19.3.1-3.fc21.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/python-pycurl.spec'], False, '/var/lib/mock/f21-build-2141691-392934/root/', None, 86400, True, False, 1000, 425, None, False, {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/python-pycurl.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.AgrvSD + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf pycurl-7.19.3.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/pycurl-7.19.3.1.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd pycurl-7.19.3.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -f tests/pycurl_object_test.py tests/share_test.py + rm -f tests/post_test.py + cp -a . /builddir/build/BUILD/python3-python-pycurl-7.19.3.1-3.fc21 + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.rWpiJE + umask 022 + cd /builddir/build/BUILD + cd pycurl-7.19.3.1 + export 'CFLAGS=-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + /usr/bin/python setup.py build --with-nss Using curl-config (libcurl 7.37.0) running build running build_py creating build creating build/lib.linux-x86_64-2.7 creating build/lib.linux-x86_64-2.7/curl copying python/curl/__init__.py -> build/lib.linux-x86_64-2.7/curl running build_ext building 'pycurl' extension creating build/temp.linux-x86_64-2.7 creating build/temp.linux-x86_64-2.7/src gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fPIC -DPYCURL_VERSION="7.19.3.1" -DHAVE_CURL_NSS=1 -DHAVE_CURL_SSL=1 -I/usr/include/python2.7 -c src/pycurl.c -o build/temp.linux-x86_64-2.7/src/pycurl.o gcc -pthread -shared -Wl,-z,relro -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic build/temp.linux-x86_64-2.7/src/pycurl.o -L/usr/lib64 -lcurl -lpython2.7 -o build/lib.linux-x86_64-2.7/pycurl.so ~/build/BUILD/python3-python-pycurl-7.19.3.1-3.fc21 ~/build/BUILD/pycurl-7.19.3.1 + pushd /builddir/build/BUILD/python3-python-pycurl-7.19.3.1-3.fc21 + /usr/bin/python3 setup.py build --with-nss Using curl-config (libcurl 7.37.0) running build running build_py creating build creating build/lib.linux-x86_64-3.4 creating build/lib.linux-x86_64-3.4/curl copying python/curl/__init__.py -> build/lib.linux-x86_64-3.4/curl running build_ext building 'pycurl' extension creating build/temp.linux-x86_64-3.4 creating build/temp.linux-x86_64-3.4/src gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fPIC -DPYCURL_VERSION="7.19.3.1" -DHAVE_CURL_NSS=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.4m -c src/pycurl.c -o build/temp.linux-x86_64-3.4/src/pycurl.o gcc -pthread -shared -Wl,-z,relro -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic build/temp.linux-x86_64-3.4/src/pycurl.o -L/usr/lib64 -lcurl -lpython3.4m -o build/lib.linux-x86_64-3.4/pycurl.cpython-34m.so ~/build/BUILD/pycurl-7.19.3.1 + popd + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.O1FiaO + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64 ++ dirname /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64 + cd pycurl-7.19.3.1 + /usr/bin/python setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64 Using curl-config (libcurl 7.37.0) running install running install_lib creating /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr creating /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/lib64 creating /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/lib64/python2.7 creating /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/lib64/python2.7/site-packages creating /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/lib64/python2.7/site-packages/curl copying build/lib.linux-x86_64-2.7/curl/__init__.py -> /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/lib64/python2.7/site-packages/curl copying build/lib.linux-x86_64-2.7/pycurl.so -> /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/lib64/python2.7/site-packages byte-compiling /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/lib64/python2.7/site-packages/curl/__init__.py to __init__.pyc writing byte-compilation script '/tmp/tmpNBvbGU.py' /usr/bin/python -O /tmp/tmpNBvbGU.py removing /tmp/tmpNBvbGU.py running install_data creating /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/share creating /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/share/doc creating /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/share/doc/pycurl copying AUTHORS -> /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/share/doc/pycurl copying ChangeLog -> /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/share/doc/pycurl copying COPYING-LGPL -> /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/share/doc/pycurl copying COPYING-MIT -> /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/share/doc/pycurl copying INSTALL.rst -> /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/share/doc/pycurl copying README.rst -> /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/share/doc/pycurl creating /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/share/doc/pycurl/rst copying doc/internals.rst -> /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/share/doc/pycurl/rst copying doc/release-process.rst -> /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/share/doc/pycurl/rst copying doc/callbacks.rst -> /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/share/doc/pycurl/rst copying doc/files.rst -> /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/share/doc/pycurl/rst copying doc/pycurl.rst -> /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/share/doc/pycurl/rst copying doc/curlshareobject.rst -> /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/share/doc/pycurl/rst copying doc/unicode.rst -> /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/share/doc/pycurl/rst copying doc/curlmultiobject.rst -> /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/share/doc/pycurl/rst copying doc/curlobject.rst -> /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/share/doc/pycurl/rst creating /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/share/doc/pycurl/examples copying examples/sfquery.py -> /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/share/doc/pycurl/examples copying examples/xmlrpc_curl.py -> /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/share/doc/pycurl/examples copying examples/retriever-multi.py -> /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/share/doc/pycurl/examples copying examples/linksys.py -> /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/share/doc/pycurl/examples copying examples/basicfirst.py -> /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/share/doc/pycurl/examples copying examples/retriever.py -> /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/share/doc/pycurl/examples copying examples/file_upload.py -> /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/share/doc/pycurl/examples creating /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/share/doc/pycurl/tests copying tests/__init__.py -> /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/share/doc/pycurl/tests copying tests/matrix.py -> /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/share/doc/pycurl/tests copying tests/socket_open_test.py -> /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/share/doc/pycurl/tests copying tests/easy_test.py -> /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/share/doc/pycurl/tests copying tests/internals_test.py -> /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/share/doc/pycurl/tests copying tests/reset_test.py -> /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/share/doc/pycurl/tests copying tests/runwsgi.py -> /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/share/doc/pycurl/tests copying tests/header_function_test.py -> /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/share/doc/pycurl/tests copying tests/user_agent_string_test.py -> /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/share/doc/pycurl/tests copying tests/certinfo_test.py -> /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/share/doc/pycurl/tests copying tests/write_to_stringio_test.py -> /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/share/doc/pycurl/tests copying tests/error_test.py -> /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/share/doc/pycurl/tests copying tests/option_constants_test.py -> /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/share/doc/pycurl/tests copying tests/version_comparison_test.py -> /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/share/doc/pycurl/tests copying tests/unset_range_test.py -> /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/share/doc/pycurl/tests copying tests/util.py -> /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/share/doc/pycurl/tests copying tests/multi_test.py -> /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/share/doc/pycurl/tests copying tests/multi_socket_test.py -> /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/share/doc/pycurl/tests copying tests/relative_url_test.py -> /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/share/doc/pycurl/tests copying tests/setup_test.py -> /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/share/doc/pycurl/tests copying tests/ftp_test.py -> /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/share/doc/pycurl/tests copying tests/app.py -> /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/share/doc/pycurl/tests copying tests/default_write_function_test.py -> /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/share/doc/pycurl/tests copying tests/seek_function_test.py -> /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/share/doc/pycurl/tests copying tests/pause_test.py -> /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/share/doc/pycurl/tests copying tests/read_callback_test.py -> /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/share/doc/pycurl/tests copying tests/write_to_file_test.py -> /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/share/doc/pycurl/tests copying tests/procmgr.py -> /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/share/doc/pycurl/tests copying tests/appmanager.py -> /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/share/doc/pycurl/tests copying tests/resolve_test.py -> /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/share/doc/pycurl/tests copying tests/debug_test.py -> /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/share/doc/pycurl/tests copying tests/setopt_unicode_test.py -> /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/share/doc/pycurl/tests copying tests/multi_timer_test.py -> /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/share/doc/pycurl/tests copying tests/write_abort_test.py -> /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/share/doc/pycurl/tests copying tests/header_test.py -> /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/share/doc/pycurl/tests copying tests/setopt_lifecycle_test.py -> /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/share/doc/pycurl/tests copying tests/global_init_test.py -> /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/share/doc/pycurl/tests copying tests/version_test.py -> /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/share/doc/pycurl/tests copying tests/memory_mgmt_test.py -> /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/share/doc/pycurl/tests copying tests/multi_socket_select_test.py -> /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/share/doc/pycurl/tests copying tests/write_cb_bogus_test.py -> /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/share/doc/pycurl/tests copying tests/multi_option_constants_test.py -> /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/share/doc/pycurl/tests copying tests/functools_backport.py -> /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/share/doc/pycurl/tests copying tests/getinfo_test.py -> /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/share/doc/pycurl/tests running install_egg_info Writing /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/lib64/python2.7/site-packages/pycurl-7.19.3.1-py2.7.egg-info + pushd /builddir/build/BUILD/python3-python-pycurl-7.19.3.1-3.fc21 ~/build/BUILD/python3-python-pycurl-7.19.3.1-3.fc21 ~/build/BUILD/pycurl-7.19.3.1 + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64 Using curl-config (libcurl 7.37.0) running install running install_lib creating /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/lib64/python3.4 creating /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/lib64/python3.4/site-packages copying build/lib.linux-x86_64-3.4/pycurl.cpython-34m.so -> /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/lib64/python3.4/site-packages creating /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/lib64/python3.4/site-packages/curl copying build/lib.linux-x86_64-3.4/curl/__init__.py -> /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/lib64/python3.4/site-packages/curl byte-compiling /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/lib64/python3.4/site-packages/curl/__init__.py to __init__.cpython-34.pyc writing byte-compilation script '/tmp/tmpfeue9zox.py' /usr/bin/python3 -O /tmp/tmpfeue9zox.py removing /tmp/tmpfeue9zox.py running install_data running install_egg_info Writing /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/lib64/python3.4/site-packages/pycurl-7.19.3.1-py3.4.egg-info ~/build/BUILD/pycurl-7.19.3.1 + popd + rm -rf /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/share/doc/pycurl + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 /builddir/build/BUILD/pycurl-7.19.3.1 extracting debug info from /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/lib64/python2.7/site-packages/pycurl.so extracting debug info from /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/lib64/python3.4/site-packages/pycurl.cpython-34m.so /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. 642 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/lib/debug/usr/lib64/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/lib/debug/usr/lib64/python3.4 using /usr/bin/python3.4 Bytecompiling .py files below /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/lib64/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/lib64/python3.4 using /usr/bin/python3.4 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.fWJdY3 + umask 022 + cd /builddir/build/BUILD + cd pycurl-7.19.3.1 + export PYTHONPATH=/builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/lib64/python2.7/site-packages + PYTHONPATH=/builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/lib64/python2.7/site-packages + make test PYTHON=/usr/bin/python /usr/bin/python setup.py build Using curl-config (libcurl 7.37.0) running build running build_py running build_ext mkdir -p tests/tmp PYTHONSUFFIX=$(python -V 2>&1 |awk '{print $2}' |awk -F. '{print $1 "." $2}') && \ PYTHONPATH=$(ls -d build/lib.*$PYTHONSUFFIX):$PYTHONPATH \ /usr/bin/python -c 'import pycurl; print(pycurl.version)' PycURL/7.19.3.1 libcurl/7.37.0 NSS/3.16.1 Basic ECC zlib/1.2.8 libidn/1.28 libssh2/1.4.3 PYTHONPATH=$(ls -d build/lib.*$PYTHONSUFFIX):$PYTHONPATH \ nosetests .S..........S.........S...................................................successUnicodeEncodeError: 'ascii' codec can't encode characters in position 0-11: ordinal not in range(128) .Traceback (most recent call last): File "/usr/lib64/python2.7/wsgiref/handlers.py", line 86, in run self.finish_response() File "/usr/lib64/python2.7/wsgiref/handlers.py", line 128, in finish_response self.write(data) File "/usr/lib64/python2.7/wsgiref/handlers.py", line 212, in write self.send_headers() File "/usr/lib64/python2.7/wsgiref/handlers.py", line 270, in send_headers self.send_preamble() File "/usr/lib64/python2.7/wsgiref/handlers.py", line 194, in send_preamble 'Date: %s\r\n' % format_date_time(time.time()) File "/usr/lib64/python2.7/socket.py", line 324, in write self.flush() File "/usr/lib64/python2.7/socket.py", line 303, in flush self._sock.sendall(view[write_offset:write_offset+buffer_size]) error: [Errno 32] Broken pipe Traceback (most recent call last): File "/usr/lib64/python2.7/SocketServer.py", line 295, in _handle_request_noblock self.process_request(request, client_address) File "/usr/lib64/python2.7/SocketServer.py", line 321, in process_request self.finish_request(request, client_address) File "/usr/lib64/python2.7/SocketServer.py", line 334, in finish_request self.RequestHandlerClass(request, client_address, self) File "/usr/lib64/python2.7/SocketServer.py", line 651, in __init__ self.finish() File "/usr/lib64/python2.7/SocketServer.py", line 710, in finish self.wfile.close() File "/usr/lib64/python2.7/socket.py", line 279, in close self.flush() File "/usr/lib64/python2.7/socket.py", line 303, in flush self._sock.sendall(view[write_offset:write_offset+buffer_size]) error: [Errno 32] Broken pipe ...S....................successpycurl.error: write callback must return int or None .pycurl.error: write callback must return int or None .....S.S ---------------------------------------------------------------------- Ran 106 tests in 12.097s OK (SKIP=6) ./tests/ext/test-suite.sh # setup.py without arguments ok 1 - ! python setup.py ok 2 - python setup.py 2>&1 |grep "usage: setup.py" # setup.py --help ok 3 - python setup.py --help ok 4 - python setup.py --help |grep "PycURL .* options:" ok 5 - python setup.py --help |grep "Common commands:" # setup.py --help with bogus --curl-config ok 6 - python setup.py --help --curl-config=/dev/null ok 7 - python setup.py --help --curl-config=/dev/null |grep "PycURL .* options:" ok 8 - ! python setup.py --help --curl-config=/dev/null 2>&1 |grep "option .* not recognized" ~/build/BUILD/python3-python-pycurl-7.19.3.1-3.fc21 ~/build/BUILD/pycurl-7.19.3.1 + pushd /builddir/build/BUILD/python3-python-pycurl-7.19.3.1-3.fc21 + export PYTHONPATH=/builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/lib64/python3.4/site-packages + PYTHONPATH=/builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/lib64/python3.4/site-packages + make test PYTHON=/usr/bin/python3 'NOSETESTS=nosetests-3.4 -v' /usr/bin/python3 setup.py build Using curl-config (libcurl 7.37.0) running build running build_py running build_ext mkdir -p tests/tmp PYTHONSUFFIX=$(python -V 2>&1 |awk '{print $2}' |awk -F. '{print $1 "." $2}') && \ PYTHONPATH=$(ls -d build/lib.*$PYTHONSUFFIX):$PYTHONPATH \ /usr/bin/python3 -c 'import pycurl; print(pycurl.version)' ls: cannot access build/lib.*2.7: No such file or directory PycURL/7.19.3.1 libcurl/7.37.0 NSS/3.16.1 Basic ECC zlib/1.2.8 libidn/1.28 libssh2/1.4.3 PYTHONPATH=$(ls -d build/lib.*$PYTHONSUFFIX):$PYTHONPATH \ nosetests-3.4 -v test_certinfo_option (tests.certinfo_test.CertinfoTest) ... ok test_request_with_certinfo (tests.certinfo_test.CertinfoTest) ... SKIP: libcurl does not use openssl test_request_without_certinfo (tests.certinfo_test.CertinfoTest) ... ok test_perform_get_with_debug_function (tests.debug_test.DebugTest) ... ok test_perform_get (tests.default_write_function_test.DefaultWriteFunctionTest) ... ok test_easy_close (tests.easy_test.EasyTest) ... ok test_easy_close_twice (tests.easy_test.EasyTest) ... ok test_pycurl_error_libcurl (tests.error_test.ErrorTest) ... ok test_pycurl_error_pycurl (tests.error_test.ErrorTest) ... ok test_pycurl_error_stdlib (tests.error_test.ErrorTest) ... ok test_pycurl_errstr_initially_empty (tests.error_test.ErrorTest) ... ok test_pycurl_errstr_type (tests.error_test.ErrorTest) ... ok SKIP: PYCURL_VSFTPD_PATH environment variable not set test_getinfo (tests.getinfo_test.GetinfoTest) ... ok test_primary_port_etc (tests.getinfo_test.GetinfoTest) ... ok test_global_init_ack_eintr (tests.global_init_test.GlobalInitTest) ... ok test_global_init_bogus (tests.global_init_test.GlobalInitTest) ... ok test_global_init_default (tests.global_init_test.GlobalInitTest) ... ok test_get (tests.header_function_test.HeaderFunctionTest) ... ok test_ascii_string_header (tests.header_test.HeaderTest) ... ok test_ascii_unicode_header (tests.header_test.HeaderTest) ... ok test_encoded_unicode_header (tests.header_test.HeaderTest) ... ok test_unicode_string_header (tests.header_test.HeaderTest) ... ok test_unicode_unicode_header (tests.header_test.HeaderTest) ... ok test_add_closed_handle (tests.internals_test.InternalsTest) ... ok test_add_handle_on_multiple_stacks (tests.internals_test.InternalsTest) ... ok test_add_handle_twice (tests.internals_test.InternalsTest) ... ok test_constant_aliasing (tests.internals_test.InternalsTest) ... ok test_copy_curl (tests.internals_test.InternalsTest) ... ok test_copy_multi (tests.internals_test.InternalsTest) ... ok test_move_handle (tests.internals_test.InternalsTest) ... ok test_pickle_curl (tests.internals_test.InternalsTest) ... ok test_pickle_multi (tests.internals_test.InternalsTest) ... ok test_remove_invalid_closed_handle (tests.internals_test.InternalsTest) ... ok test_remove_invalid_handle (tests.internals_test.InternalsTest) ... ok test_cyclic_gc (tests.memory_mgmt_test.MemoryMgmtTest) ... ok test_multi_collection (tests.memory_mgmt_test.MemoryMgmtTest) ... ok test_multi_cycle (tests.memory_mgmt_test.MemoryMgmtTest) ... ok test_refcounting_bug_in_reset (tests.memory_mgmt_test.MemoryMgmtTest) ... ok test_reference_counting (tests.memory_mgmt_test.MemoryMgmtTest) ... ok test_share_collection (tests.memory_mgmt_test.MemoryMgmtTest) ... ok test_share_cycle (tests.memory_mgmt_test.MemoryMgmtTest) ... ok test_multi_pipeline_opts (tests.multi_option_constants_test.MultiOptionConstantsTest) ... ok test_multi_socket_select (tests.multi_socket_select_test.MultiSocketSelectTest) ... ok test_multi_socket (tests.multi_socket_test.MultiSocketTest) ... ok test_adding_closed_handle_close_then_remove (tests.multi_test.MultiTest) ... ok test_adding_closed_handle_close_without_removing (tests.multi_test.MultiTest) ... ok test_adding_closed_handle_remove_then_close (tests.multi_test.MultiTest) ... ok test_multi (tests.multi_test.MultiTest) ... ok test_multi_close (tests.multi_test.MultiTest) ... ok test_multi_close_twice (tests.multi_test.MultiTest) ... ok test_multi_info_read (tests.multi_test.MultiTest) ... ok test_multi_select (tests.multi_test.MultiTest) ... ok test_multi_select_fdset (tests.multi_test.MultiTest) ... ok test_multi_status_codes (tests.multi_test.MultiTest) ... ok test_multi_timer (tests.multi_timer_test.MultiSocketTest) ... ok test_dns_servers (tests.option_constants_test.OptionConstantsTest) ... ok test_httpauth_digest_ie (tests.option_constants_test.OptionConstantsTest) ... ok test_noproxy_setopt (tests.option_constants_test.OptionConstantsTest) ... ok test_operation_timedout_constant (tests.option_constants_test.OptionConstantsTest) ... ok test_postredir (tests.option_constants_test.OptionConstantsTest) ... ok test_postredir_flags (tests.option_constants_test.OptionConstantsTest) ... ok test_postredir_setopt (tests.option_constants_test.OptionConstantsTest) ... ok test_redir_post_303 (tests.option_constants_test.OptionConstantsTest) ... ok test_username (tests.option_constants_test.OptionConstantsTest) ... ok test_pause_via_call (tests.pause_test.PauseTest) ... ok test_pause_via_return (tests.pause_test.PauseTest) ... ok test_post_with_read_callback (tests.read_callback_test.ReadCallbackTest) ... ok test_post_with_read_callback_returning_bytes (tests.read_callback_test.ReadCallbackTest) ... ok test_post_with_read_callback_returning_bytes_with_multibyte (tests.read_callback_test.ReadCallbackTest) ... ok test_post_with_read_callback_returning_bytes_with_nulls (tests.read_callback_test.ReadCallbackTest) ... ok test_post_with_read_callback_returning_unicode (tests.read_callback_test.ReadCallbackTest) ... ok test_post_with_read_callback_returning_unicode_with_multibyte (tests.read_callback_test.ReadCallbackTest) ... successUnicodeEncodeError: 'ascii' codec can't encode characters in position 0-5: ordinal not in range(128) ok test_post_with_read_callback_returning_unicode_with_nulls (tests.read_callback_test.ReadCallbackTest) ... Traceback (most recent call last): File "/usr/lib64/python3.4/wsgiref/handlers.py", line 138, in run self.finish_response() File "/usr/lib64/python3.4/wsgiref/handlers.py", line 180, in finish_response self.write(data) File "/usr/lib64/python3.4/wsgiref/handlers.py", line 274, in write self.send_headers() File "/usr/lib64/python3.4/wsgiref/handlers.py", line 332, in send_headers self.send_preamble() File "/usr/lib64/python3.4/wsgiref/handlers.py", line 255, in send_preamble ('Date: %s\r\n' % format_date_time(time.time())).encode('iso-8859-1') File "/usr/lib64/python3.4/wsgiref/handlers.py", line 453, in _write self.stdout.write(data) File "/usr/lib64/python3.4/socket.py", line 391, in write return self._sock.send(b) BrokenPipeError: [Errno 32] Broken pipe Traceback (most recent call last): File "/usr/lib64/python3.4/wsgiref/handlers.py", line 138, in run self.finish_response() File "/usr/lib64/python3.4/wsgiref/handlers.py", line 180, in finish_response self.write(data) File "/usr/lib64/python3.4/wsgiref/handlers.py", line 274, in write self.send_headers() File "/usr/lib64/python3.4/wsgiref/handlers.py", line 332, in send_headers self.send_preamble() File "/usr/lib64/python3.4/wsgiref/handlers.py", line 255, in send_preamble ('Date: %s\r\n' % format_date_time(time.time())).encode('iso-8859-1') File "/usr/lib64/python3.4/wsgiref/handlers.py", line 453, in _write self.stdout.write(data) File "/usr/lib64/python3.4/socket.py", line 391, in write return self._sock.send(b) BrokenPipeError: [Errno 32] Broken pipe During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.4/wsgiref/handlers.py", line 141, in run self.handle_error() File "/usr/lib64/python3.4/wsgiref/handlers.py", line 368, in handle_error self.finish_response() File "/usr/lib64/python3.4/wsgiref/handlers.py", line 180, in finish_response self.write(data) File "/usr/lib64/python3.4/wsgiref/handlers.py", line 274, in write self.send_headers() File "/usr/lib64/python3.4/wsgiref/handlers.py", line 331, in send_headers if not self.origin_server or self.client_is_modern(): File "/usr/lib64/python3.4/wsgiref/handlers.py", line 344, in client_is_modern return self.environ['SERVER_PROTOCOL'].upper() != 'HTTP/0.9' TypeError: 'NoneType' object is not subscriptable During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.4/socketserver.py", line 305, in _handle_request_noblock self.process_request(request, client_address) File "/usr/lib64/python3.4/socketserver.py", line 331, in process_request self.finish_request(request, client_address) File "/usr/lib64/python3.4/socketserver.py", line 344, in finish_request self.RequestHandlerClass(request, client_address, self) File "/usr/lib64/python3.4/socketserver.py", line 665, in __init__ self.handle() File "/usr/lib64/python3.4/wsgiref/simple_server.py", line 126, in handle handler.run(self.server.get_app()) File "/usr/lib64/python3.4/wsgiref/handlers.py", line 144, in run self.close() File "/usr/lib64/python3.4/wsgiref/simple_server.py", line 35, in close self.status.split(' ',1)[0], self.bytes_sent AttributeError: 'NoneType' object has no attribute 'split' ok test_get_relative (tests.relative_url_test.RelativeUrlTest) ... ok test_resolve (tests.resolve_test.ResolveTest) ... ok SKIP: PYCURL_VSFTPD_PATH environment variable not set test_postfields_lifecycle (tests.setopt_lifecycle_test.SetoptLifecycleTest) ... ok test_ascii_string (tests.setopt_unicode_test.SetoptUnicodeTest) ... ok test_unicode_encoded (tests.setopt_unicode_test.SetoptUnicodeTest) ... ok test_unicode_string (tests.setopt_unicode_test.SetoptUnicodeTest) ... ok test_does_not_use_static_libs (tests.setup_test.SetupTest) ... ok test_no_ssl (tests.setup_test.SetupTest) ... ok test_no_ssl_define (tests.setup_test.SetupTest) ... ok test_sanity_check (tests.setup_test.SetupTest) ... ok test_ssl_feature_sets_ssl_define (tests.setup_test.SetupTest) ... ok test_ssl_in_libs (tests.setup_test.SetupTest) ... ok test_ssl_in_libs_sets_ssl_define (tests.setup_test.SetupTest) ... ok test_ssl_in_static_libs (tests.setup_test.SetupTest) ... ok test_ssl_in_static_libs_sets_ssl_define (tests.setup_test.SetupTest) ... ok test_socket_open (tests.socket_open_test.SocketOpenTest) ... ok test_unset_range (tests.unset_range_test.UnsetRangeTest) ... ok test_pycurl_user_agent_string (tests.user_agent_string_test.UserAgentStringTest) ... ok test_comparison (tests.version_comparison_test.VersionComparisonTest) ... ok test_libcurl_presence (tests.version_test.VersionTest) ... ok test_pycurl_presence_and_case (tests.version_test.VersionTest) ... ok test_write_abort (tests.write_abort_test.WriteAbortTest) ... ok test_write_cb_returning_float (tests.write_cb_bogus_test.WriteAbortTest) ... successpycurl.error: write callback must return int or None ok test_write_cb_returning_string (tests.write_cb_bogus_test.WriteAbortTest) ... pycurl.error: write callback must return int or None ok test_write_to_file_like (tests.write_to_file_test.WriteToFileTest) ... ok test_write_to_file_via_function (tests.write_to_file_test.WriteToFileTest) ... ok test_write_to_file_via_object (tests.write_to_file_test.WriteToFileTest) ... ok test_write_to_tempfile_via_function (tests.write_to_file_test.WriteToFileTest) ... ok test_write_to_tempfile_via_object (tests.write_to_file_test.WriteToFileTest) ... ok test_write_to_bytesio (tests.write_to_stringio_test.WriteToStringioTest) ... ok test_write_to_stringio (tests.write_to_stringio_test.WriteToStringioTest) ... TypeError: string argument expected, got 'bytes' ok ---------------------------------------------------------------------- Ran 104 tests in 16.169s OK (SKIP=3) ./tests/ext/test-suite.sh # setup.py without arguments ok 1 - ! python setup.py ok 2 - python setup.py 2>&1 |grep "usage: setup.py" # setup.py --help ok 3 - python setup.py --help ok 4 - python setup.py --help |grep "PycURL .* options:" ok 5 - python setup.py --help |grep "Common commands:" # setup.py --help with bogus --curl-config ok 6 - python setup.py --help --curl-config=/dev/null ok 7 - python setup.py --help --curl-config=/dev/null |grep "PycURL .* options:" ok 8 - ! python setup.py --help --curl-config=/dev/null 2>&1 |grep "option .* not recognized" ~/build/BUILD/pycurl-7.19.3.1 + popd + exit 0 Processing files: python-pycurl-7.19.3.1-3.fc21.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.hy7htS + umask 022 + cd /builddir/build/BUILD + cd pycurl-7.19.3.1 + DOCDIR=/builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/share/doc/python-pycurl + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/share/doc/python-pycurl + cp -pr COPYING-LGPL /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/share/doc/python-pycurl + cp -pr COPYING-MIT /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/share/doc/python-pycurl + cp -pr ChangeLog /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/share/doc/python-pycurl + cp -pr README.rst /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/share/doc/python-pycurl + cp -pr examples /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/share/doc/python-pycurl + cp -pr doc /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/share/doc/python-pycurl + cp -pr tests /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/share/doc/python-pycurl + exit 0 Provides: pycurl = 7.19.3.1-3.fc21 python-pycurl = 7.19.3.1-3.fc21 python-pycurl(x86-64) = 7.19.3.1-3.fc21 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /bin/sh /usr/bin/env libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.15)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.4)(64bit) libcurl.so.4()(64bit) libpthread.so.0()(64bit) libpython2.7.so.1.0()(64bit) python(abi) = 2.7 rtld(GNU_HASH) Processing files: python3-pycurl-7.19.3.1-3.fc21.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.9ePrCK + umask 022 + cd /builddir/build/BUILD + cd pycurl-7.19.3.1 + DOCDIR=/builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/share/doc/python3-pycurl + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/share/doc/python3-pycurl + cp -pr COPYING-LGPL /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/share/doc/python3-pycurl + cp -pr COPYING-MIT /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/share/doc/python3-pycurl + cp -pr ChangeLog /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/share/doc/python3-pycurl + cp -pr README.rst /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/share/doc/python3-pycurl + cp -pr examples /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/share/doc/python3-pycurl + cp -pr doc /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/share/doc/python3-pycurl + cp -pr tests /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64/usr/share/doc/python3-pycurl + exit 0 Provides: python3-pycurl = 7.19.3.1-3.fc21 python3-pycurl(x86-64) = 7.19.3.1-3.fc21 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /bin/sh /usr/bin/env libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.15)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.4)(64bit) libcurl.so.4()(64bit) libpthread.so.0()(64bit) libpython3.4m.so.1.0()(64bit) python(abi) = 3.4 rtld(GNU_HASH) Processing files: python-pycurl-debuginfo-7.19.3.1-3.fc21.x86_64 Provides: python-pycurl-debuginfo = 7.19.3.1-3.fc21 python-pycurl-debuginfo(x86-64) = 7.19.3.1-3.fc21 Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64 warning: Could not canonicalize hostname: buildhw-06.phx2.fedoraproject.org Wrote: /builddir/build/RPMS/python-pycurl-7.19.3.1-3.fc21.x86_64.rpm Wrote: /builddir/build/RPMS/python3-pycurl-7.19.3.1-3.fc21.x86_64.rpm Wrote: /builddir/build/RPMS/python-pycurl-debuginfo-7.19.3.1-3.fc21.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.StzxNF + umask 022 + cd /builddir/build/BUILD + cd pycurl-7.19.3.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-pycurl-7.19.3.1-3.fc21.x86_64 + exit 0 Child return code was: 0 LEAVE do -->