Mock Version: 1.2.15 Mock Version: 1.2.15 ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/future.spec'], chrootPath='/var/lib/mock/opstools7-common-el7-build-27888-39711/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=86400logger=uid=497) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/future.spec'] with env {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/future-0.16.0-4.el7.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/future.spec '], chrootPath='/var/lib/mock/opstools7-common-el7-build-27888-39711/root'shell=Falseuid=497env={'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=86400private_network=Truelogger=printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/future.spec '] with env {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.8vEbxa + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf future-0.16.0 + /usr/bin/mkdir -p future-0.16.0 + cd future-0.16.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/python-future-0.16.0.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + mv python-future-0.16.0 python2 + pushd python2 ~/build/BUILD/future-0.16.0/python2 ~/build/BUILD/future-0.16.0 + find -name '*.py' + xargs sed -i '1s|^#!python|#!/usr/bin/python2|' + echo 'Patch #0 (future-skip_tests_with_connection_errors.patch):' Patch #0 (future-skip_tests_with_connection_errors.patch): + /usr/bin/cat /builddir/build/SOURCES/future-skip_tests_with_connection_errors.patch + /usr/bin/patch -p0 --fuzz=0 patching file tests/test_future/test_standard_library.py Hunk #1 succeeded at 319 (offset 1 line). Hunk #2 succeeded at 333 (offset 1 line). Hunk #3 succeeded at 345 (offset 1 line). patching file tests/test_future/test_requests.py + popd ~/build/BUILD/future-0.16.0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.QcnpE7 + exit 0 + umask 022 + cd /builddir/build/BUILD + cd future-0.16.0 ~/build/BUILD/future-0.16.0/python2 ~/build/BUILD/future-0.16.0 + pushd python2 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s' running build running build_py creating build creating build/lib creating build/lib/future copying src/future/__init__.py -> build/lib/future creating build/lib/future/builtins copying src/future/builtins/misc.py -> build/lib/future/builtins copying src/future/builtins/__init__.py -> build/lib/future/builtins copying src/future/builtins/newnext.py -> build/lib/future/builtins copying src/future/builtins/disabled.py -> build/lib/future/builtins copying src/future/builtins/iterators.py -> build/lib/future/builtins copying src/future/builtins/newround.py -> build/lib/future/builtins copying src/future/builtins/newsuper.py -> build/lib/future/builtins creating build/lib/future/types copying src/future/types/newdict.py -> build/lib/future/types copying src/future/types/__init__.py -> build/lib/future/types copying src/future/types/newint.py -> build/lib/future/types copying src/future/types/newmemoryview.py -> build/lib/future/types copying src/future/types/newobject.py -> build/lib/future/types copying src/future/types/newlist.py -> build/lib/future/types copying src/future/types/newstr.py -> build/lib/future/types copying src/future/types/newbytes.py -> build/lib/future/types copying src/future/types/newopen.py -> build/lib/future/types copying src/future/types/newrange.py -> build/lib/future/types creating build/lib/future/standard_library copying src/future/standard_library/__init__.py -> build/lib/future/standard_library creating build/lib/future/backports copying src/future/backports/misc.py -> build/lib/future/backports copying src/future/backports/__init__.py -> build/lib/future/backports copying src/future/backports/datetime.py -> build/lib/future/backports copying src/future/backports/socket.py -> build/lib/future/backports copying src/future/backports/socketserver.py -> build/lib/future/backports copying src/future/backports/total_ordering.py -> build/lib/future/backports copying src/future/backports/_markupbase.py -> build/lib/future/backports creating build/lib/future/backports/email copying src/future/backports/email/base64mime.py -> build/lib/future/backports/email copying src/future/backports/email/utils.py -> build/lib/future/backports/email copying src/future/backports/email/_parseaddr.py -> build/lib/future/backports/email copying src/future/backports/email/_policybase.py -> build/lib/future/backports/email copying src/future/backports/email/charset.py -> build/lib/future/backports/email copying src/future/backports/email/parser.py -> build/lib/future/backports/email copying src/future/backports/email/__init__.py -> build/lib/future/backports/email copying src/future/backports/email/iterators.py -> build/lib/future/backports/email copying src/future/backports/email/header.py -> build/lib/future/backports/email copying src/future/backports/email/quoprimime.py -> build/lib/future/backports/email copying src/future/backports/email/message.py -> build/lib/future/backports/email copying src/future/backports/email/encoders.py -> build/lib/future/backports/email copying src/future/backports/email/errors.py -> build/lib/future/backports/email copying src/future/backports/email/_encoded_words.py -> build/lib/future/backports/email copying src/future/backports/email/feedparser.py -> build/lib/future/backports/email copying src/future/backports/email/policy.py -> build/lib/future/backports/email copying src/future/backports/email/_header_value_parser.py -> build/lib/future/backports/email copying src/future/backports/email/generator.py -> build/lib/future/backports/email copying src/future/backports/email/headerregistry.py -> build/lib/future/backports/email creating build/lib/future/backports/email/mime copying src/future/backports/email/mime/__init__.py -> build/lib/future/backports/email/mime copying src/future/backports/email/mime/nonmultipart.py -> build/lib/future/backports/email/mime copying src/future/backports/email/mime/image.py -> build/lib/future/backports/email/mime copying src/future/backports/email/mime/base.py -> build/lib/future/backports/email/mime copying src/future/backports/email/mime/multipart.py -> build/lib/future/backports/email/mime copying src/future/backports/email/mime/message.py -> build/lib/future/backports/email/mime copying src/future/backports/email/mime/application.py -> build/lib/future/backports/email/mime copying src/future/backports/email/mime/audio.py -> build/lib/future/backports/email/mime copying src/future/backports/email/mime/text.py -> build/lib/future/backports/email/mime creating build/lib/future/backports/html copying src/future/backports/html/parser.py -> build/lib/future/backports/html copying src/future/backports/html/__init__.py -> build/lib/future/backports/html copying src/future/backports/html/entities.py -> build/lib/future/backports/html creating build/lib/future/backports/http copying src/future/backports/http/server.py -> build/lib/future/backports/http copying src/future/backports/http/__init__.py -> build/lib/future/backports/http copying src/future/backports/http/cookiejar.py -> build/lib/future/backports/http copying src/future/backports/http/client.py -> build/lib/future/backports/http copying src/future/backports/http/cookies.py -> build/lib/future/backports/http creating build/lib/future/backports/test copying src/future/backports/test/__init__.py -> build/lib/future/backports/test copying src/future/backports/test/support.py -> build/lib/future/backports/test copying src/future/backports/test/pystone.py -> build/lib/future/backports/test copying src/future/backports/test/ssl_servers.py -> build/lib/future/backports/test creating build/lib/future/backports/urllib copying src/future/backports/urllib/parse.py -> build/lib/future/backports/urllib copying src/future/backports/urllib/__init__.py -> build/lib/future/backports/urllib copying src/future/backports/urllib/error.py -> build/lib/future/backports/urllib copying src/future/backports/urllib/response.py -> build/lib/future/backports/urllib copying src/future/backports/urllib/robotparser.py -> build/lib/future/backports/urllib copying src/future/backports/urllib/request.py -> build/lib/future/backports/urllib creating build/lib/future/backports/xmlrpc copying src/future/backports/xmlrpc/server.py -> build/lib/future/backports/xmlrpc copying src/future/backports/xmlrpc/__init__.py -> build/lib/future/backports/xmlrpc copying src/future/backports/xmlrpc/client.py -> build/lib/future/backports/xmlrpc creating build/lib/future/moves copying src/future/moves/__init__.py -> build/lib/future/moves copying src/future/moves/copyreg.py -> build/lib/future/moves copying src/future/moves/queue.py -> build/lib/future/moves copying src/future/moves/_thread.py -> build/lib/future/moves copying src/future/moves/subprocess.py -> build/lib/future/moves copying src/future/moves/pickle.py -> build/lib/future/moves copying src/future/moves/builtins.py -> build/lib/future/moves copying src/future/moves/socketserver.py -> build/lib/future/moves copying src/future/moves/collections.py -> build/lib/future/moves copying src/future/moves/winreg.py -> build/lib/future/moves copying src/future/moves/itertools.py -> build/lib/future/moves copying src/future/moves/reprlib.py -> build/lib/future/moves copying src/future/moves/_dummy_thread.py -> build/lib/future/moves copying src/future/moves/_markupbase.py -> build/lib/future/moves copying src/future/moves/configparser.py -> build/lib/future/moves copying src/future/moves/sys.py -> build/lib/future/moves creating build/lib/future/moves/dbm copying src/future/moves/dbm/__init__.py -> build/lib/future/moves/dbm copying src/future/moves/dbm/ndbm.py -> build/lib/future/moves/dbm copying src/future/moves/dbm/dumb.py -> build/lib/future/moves/dbm copying src/future/moves/dbm/gnu.py -> build/lib/future/moves/dbm creating build/lib/future/moves/html copying src/future/moves/html/parser.py -> build/lib/future/moves/html copying src/future/moves/html/__init__.py -> build/lib/future/moves/html copying src/future/moves/html/entities.py -> build/lib/future/moves/html creating build/lib/future/moves/http copying src/future/moves/http/server.py -> build/lib/future/moves/http copying src/future/moves/http/__init__.py -> build/lib/future/moves/http copying src/future/moves/http/cookiejar.py -> build/lib/future/moves/http copying src/future/moves/http/client.py -> build/lib/future/moves/http copying src/future/moves/http/cookies.py -> build/lib/future/moves/http creating build/lib/future/moves/test copying src/future/moves/test/__init__.py -> build/lib/future/moves/test copying src/future/moves/test/support.py -> build/lib/future/moves/test creating build/lib/future/moves/tkinter copying src/future/moves/tkinter/colorchooser.py -> build/lib/future/moves/tkinter copying src/future/moves/tkinter/messagebox.py -> build/lib/future/moves/tkinter copying src/future/moves/tkinter/__init__.py -> build/lib/future/moves/tkinter copying src/future/moves/tkinter/tix.py -> build/lib/future/moves/tkinter copying src/future/moves/tkinter/commondialog.py -> build/lib/future/moves/tkinter copying src/future/moves/tkinter/filedialog.py -> build/lib/future/moves/tkinter copying src/future/moves/tkinter/font.py -> build/lib/future/moves/tkinter copying src/future/moves/tkinter/constants.py -> build/lib/future/moves/tkinter copying src/future/moves/tkinter/simpledialog.py -> build/lib/future/moves/tkinter copying src/future/moves/tkinter/dialog.py -> build/lib/future/moves/tkinter copying src/future/moves/tkinter/dnd.py -> build/lib/future/moves/tkinter copying src/future/moves/tkinter/scrolledtext.py -> build/lib/future/moves/tkinter copying src/future/moves/tkinter/ttk.py -> build/lib/future/moves/tkinter creating build/lib/future/moves/urllib copying src/future/moves/urllib/parse.py -> build/lib/future/moves/urllib copying src/future/moves/urllib/__init__.py -> build/lib/future/moves/urllib copying src/future/moves/urllib/error.py -> build/lib/future/moves/urllib copying src/future/moves/urllib/response.py -> build/lib/future/moves/urllib copying src/future/moves/urllib/robotparser.py -> build/lib/future/moves/urllib copying src/future/moves/urllib/request.py -> build/lib/future/moves/urllib creating build/lib/future/moves/xmlrpc copying src/future/moves/xmlrpc/server.py -> build/lib/future/moves/xmlrpc copying src/future/moves/xmlrpc/__init__.py -> build/lib/future/moves/xmlrpc copying src/future/moves/xmlrpc/client.py -> build/lib/future/moves/xmlrpc creating build/lib/future/tests copying src/future/tests/__init__.py -> build/lib/future/tests copying src/future/tests/base.py -> build/lib/future/tests creating build/lib/future/utils copying src/future/utils/__init__.py -> build/lib/future/utils copying src/future/utils/surrogateescape.py -> build/lib/future/utils creating build/lib/past copying src/past/__init__.py -> build/lib/past creating build/lib/past/builtins copying src/past/builtins/misc.py -> build/lib/past/builtins copying src/past/builtins/__init__.py -> build/lib/past/builtins copying src/past/builtins/noniterators.py -> build/lib/past/builtins creating build/lib/past/types copying src/past/types/__init__.py -> build/lib/past/types copying src/past/types/olddict.py -> build/lib/past/types copying src/past/types/oldstr.py -> build/lib/past/types copying src/past/types/basestring.py -> build/lib/past/types creating build/lib/past/utils copying src/past/utils/__init__.py -> build/lib/past/utils creating build/lib/past/translation copying src/past/translation/__init__.py -> build/lib/past/translation creating build/lib/libfuturize copying src/libfuturize/__init__.py -> build/lib/libfuturize copying src/libfuturize/fixer_util.py -> build/lib/libfuturize copying src/libfuturize/main.py -> build/lib/libfuturize creating build/lib/libfuturize/fixes copying src/libfuturize/fixes/fix_future_standard_library_urllib.py -> build/lib/libfuturize/fixes copying src/libfuturize/fixes/fix_unicode_keep_u.py -> build/lib/libfuturize/fixes copying src/libfuturize/fixes/__init__.py -> build/lib/libfuturize/fixes copying src/libfuturize/fixes/fix_xrange_with_import.py -> build/lib/libfuturize/fixes copying src/libfuturize/fixes/fix_future_builtins.py -> build/lib/libfuturize/fixes copying src/libfuturize/fixes/fix_remove_old__future__imports.py -> build/lib/libfuturize/fixes copying src/libfuturize/fixes/fix_division_safe.py -> build/lib/libfuturize/fixes copying src/libfuturize/fixes/fix_metaclass.py -> build/lib/libfuturize/fixes copying src/libfuturize/fixes/fix_order___future__imports.py -> build/lib/libfuturize/fixes copying src/libfuturize/fixes/fix_basestring.py -> build/lib/libfuturize/fixes copying src/libfuturize/fixes/fix_UserDict.py -> build/lib/libfuturize/fixes copying src/libfuturize/fixes/fix_future_standard_library.py -> build/lib/libfuturize/fixes copying src/libfuturize/fixes/fix_oldstr_wrap.py -> build/lib/libfuturize/fixes copying src/libfuturize/fixes/fix_execfile.py -> build/lib/libfuturize/fixes copying src/libfuturize/fixes/fix_cmp.py -> build/lib/libfuturize/fixes copying src/libfuturize/fixes/fix_add__future__imports_except_unicode_literals.py -> build/lib/libfuturize/fixes copying src/libfuturize/fixes/fix_absolute_import.py -> build/lib/libfuturize/fixes copying src/libfuturize/fixes/fix_bytes.py -> build/lib/libfuturize/fixes copying src/libfuturize/fixes/fix_next_call.py -> build/lib/libfuturize/fixes copying src/libfuturize/fixes/fix_division.py -> build/lib/libfuturize/fixes copying src/libfuturize/fixes/fix_raise.py -> build/lib/libfuturize/fixes copying src/libfuturize/fixes/fix_unicode_literals_import.py -> build/lib/libfuturize/fixes copying src/libfuturize/fixes/fix_object.py -> build/lib/libfuturize/fixes copying src/libfuturize/fixes/fix_print.py -> build/lib/libfuturize/fixes copying src/libfuturize/fixes/fix_print_with_import.py -> build/lib/libfuturize/fixes creating build/lib/libpasteurize copying src/libpasteurize/__init__.py -> build/lib/libpasteurize copying src/libpasteurize/main.py -> build/lib/libpasteurize creating build/lib/libpasteurize/fixes copying src/libpasteurize/fixes/fix_raise_.py -> build/lib/libpasteurize/fixes copying src/libpasteurize/fixes/feature_base.py -> build/lib/libpasteurize/fixes copying src/libpasteurize/fixes/__init__.py -> build/lib/libpasteurize/fixes copying src/libpasteurize/fixes/fix_add_future_standard_library_import.py -> build/lib/libpasteurize/fixes copying src/libpasteurize/fixes/fix_next.py -> build/lib/libpasteurize/fixes copying src/libpasteurize/fixes/fix_future_builtins.py -> build/lib/libpasteurize/fixes copying src/libpasteurize/fixes/fix_metaclass.py -> build/lib/libpasteurize/fixes copying src/libpasteurize/fixes/fix_kwargs.py -> build/lib/libpasteurize/fixes copying src/libpasteurize/fixes/fix_add_all__future__imports.py -> build/lib/libpasteurize/fixes copying src/libpasteurize/fixes/fix_getcwd.py -> build/lib/libpasteurize/fixes copying src/libpasteurize/fixes/fix_features.py -> build/lib/libpasteurize/fixes copying src/libpasteurize/fixes/fix_newstyle.py -> build/lib/libpasteurize/fixes copying src/libpasteurize/fixes/fix_annotations.py -> build/lib/libpasteurize/fixes copying src/libpasteurize/fixes/fix_unpacking.py -> build/lib/libpasteurize/fixes copying src/libpasteurize/fixes/fix_imports2.py -> build/lib/libpasteurize/fixes copying src/libpasteurize/fixes/fix_printfunction.py -> build/lib/libpasteurize/fixes copying src/libpasteurize/fixes/fix_division.py -> build/lib/libpasteurize/fixes copying src/libpasteurize/fixes/fix_raise.py -> build/lib/libpasteurize/fixes copying src/libpasteurize/fixes/fix_throw.py -> build/lib/libpasteurize/fixes copying src/libpasteurize/fixes/fix_memoryview.py -> build/lib/libpasteurize/fixes copying src/libpasteurize/fixes/fix_add_all_future_builtins.py -> build/lib/libpasteurize/fixes copying src/libpasteurize/fixes/fix_imports.py -> build/lib/libpasteurize/fixes copying src/libpasteurize/fixes/fix_fullargspec.py -> build/lib/libpasteurize/fixes creating build/lib/builtins copying src/builtins/__init__.py -> build/lib/builtins creating build/lib/copyreg copying src/copyreg/__init__.py -> build/lib/copyreg creating build/lib/html copying src/html/parser.py -> build/lib/html copying src/html/__init__.py -> build/lib/html copying src/html/entities.py -> build/lib/html creating build/lib/http copying src/http/server.py -> build/lib/http copying src/http/__init__.py -> build/lib/http copying src/http/cookiejar.py -> build/lib/http copying src/http/client.py -> build/lib/http copying src/http/cookies.py -> build/lib/http creating build/lib/queue copying src/queue/__init__.py -> build/lib/queue creating build/lib/reprlib copying src/reprlib/__init__.py -> build/lib/reprlib creating build/lib/socketserver copying src/socketserver/__init__.py -> build/lib/socketserver creating build/lib/tkinter copying src/tkinter/colorchooser.py -> build/lib/tkinter copying src/tkinter/messagebox.py -> build/lib/tkinter copying src/tkinter/__init__.py -> build/lib/tkinter copying src/tkinter/tix.py -> build/lib/tkinter copying src/tkinter/commondialog.py -> build/lib/tkinter copying src/tkinter/filedialog.py -> build/lib/tkinter copying src/tkinter/font.py -> build/lib/tkinter copying src/tkinter/constants.py -> build/lib/tkinter copying src/tkinter/simpledialog.py -> build/lib/tkinter copying src/tkinter/dialog.py -> build/lib/tkinter copying src/tkinter/dnd.py -> build/lib/tkinter copying src/tkinter/scrolledtext.py -> build/lib/tkinter copying src/tkinter/ttk.py -> build/lib/tkinter creating build/lib/winreg copying src/winreg/__init__.py -> build/lib/winreg creating build/lib/xmlrpc copying src/xmlrpc/server.py -> build/lib/xmlrpc copying src/xmlrpc/__init__.py -> build/lib/xmlrpc copying src/xmlrpc/client.py -> build/lib/xmlrpc creating build/lib/_dummy_thread copying src/_dummy_thread/__init__.py -> build/lib/_dummy_thread creating build/lib/_markupbase copying src/_markupbase/__init__.py -> build/lib/_markupbase creating build/lib/_thread copying src/_thread/__init__.py -> build/lib/_thread running egg_info creating src/future.egg-info writing src/future.egg-info/PKG-INFO writing top-level names to src/future.egg-info/top_level.txt writing dependency_links to src/future.egg-info/dependency_links.txt writing entry points to src/future.egg-info/entry_points.txt writing manifest file 'src/future.egg-info/SOURCES.txt' reading manifest file 'src/future.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.au' under directory 'tests' warning: no files found matching '*.gif' under directory 'tests' warning: no files found matching '*.txt' under directory 'tests' writing manifest file 'src/future.egg-info/SOURCES.txt' copying src/future/backports/test/badcert.pem -> build/lib/future/backports/test copying src/future/backports/test/badkey.pem -> build/lib/future/backports/test copying src/future/backports/test/dh512.pem -> build/lib/future/backports/test copying src/future/backports/test/https_svn_python_org_root.pem -> build/lib/future/backports/test copying src/future/backports/test/keycert.passwd.pem -> build/lib/future/backports/test copying src/future/backports/test/keycert.pem -> build/lib/future/backports/test copying src/future/backports/test/keycert2.pem -> build/lib/future/backports/test copying src/future/backports/test/nokia.pem -> build/lib/future/backports/test copying src/future/backports/test/nullbytecert.pem -> build/lib/future/backports/test copying src/future/backports/test/nullcert.pem -> build/lib/future/backports/test copying src/future/backports/test/sha256.pem -> build/lib/future/backports/test copying src/future/backports/test/ssl_cert.pem -> build/lib/future/backports/test copying src/future/backports/test/ssl_key.passwd.pem -> build/lib/future/backports/test copying src/future/backports/test/ssl_key.pem -> build/lib/future/backports/test creating build/lib/past/tests copying src/past/tests/__init__.py -> build/lib/past/tests + popd ~/build/BUILD/future-0.16.0 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.WOfem5 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch ++ dirname /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch + cd future-0.16.0 + pushd python2 ~/build/BUILD/future-0.16.0/python2 ~/build/BUILD/future-0.16.0 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch running install running install_lib creating /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr creating /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib creating /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7 creating /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libfuturize creating /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libfuturize/fixes copying build/lib/libfuturize/fixes/fix_future_standard_library_urllib.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libfuturize/fixes copying build/lib/libfuturize/fixes/fix_unicode_keep_u.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libfuturize/fixes copying build/lib/libfuturize/fixes/__init__.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libfuturize/fixes copying build/lib/libfuturize/fixes/fix_xrange_with_import.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libfuturize/fixes copying build/lib/libfuturize/fixes/fix_future_builtins.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libfuturize/fixes copying build/lib/libfuturize/fixes/fix_remove_old__future__imports.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libfuturize/fixes copying build/lib/libfuturize/fixes/fix_division_safe.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libfuturize/fixes copying build/lib/libfuturize/fixes/fix_metaclass.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libfuturize/fixes copying build/lib/libfuturize/fixes/fix_order___future__imports.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libfuturize/fixes copying build/lib/libfuturize/fixes/fix_basestring.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libfuturize/fixes copying build/lib/libfuturize/fixes/fix_UserDict.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libfuturize/fixes copying build/lib/libfuturize/fixes/fix_future_standard_library.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libfuturize/fixes copying build/lib/libfuturize/fixes/fix_oldstr_wrap.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libfuturize/fixes copying build/lib/libfuturize/fixes/fix_execfile.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libfuturize/fixes copying build/lib/libfuturize/fixes/fix_cmp.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libfuturize/fixes copying build/lib/libfuturize/fixes/fix_add__future__imports_except_unicode_literals.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libfuturize/fixes copying build/lib/libfuturize/fixes/fix_absolute_import.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libfuturize/fixes copying build/lib/libfuturize/fixes/fix_bytes.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libfuturize/fixes copying build/lib/libfuturize/fixes/fix_next_call.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libfuturize/fixes copying build/lib/libfuturize/fixes/fix_division.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libfuturize/fixes copying build/lib/libfuturize/fixes/fix_raise.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libfuturize/fixes copying build/lib/libfuturize/fixes/fix_unicode_literals_import.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libfuturize/fixes copying build/lib/libfuturize/fixes/fix_object.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libfuturize/fixes copying build/lib/libfuturize/fixes/fix_print.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libfuturize/fixes copying build/lib/libfuturize/fixes/fix_print_with_import.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libfuturize/fixes copying build/lib/libfuturize/__init__.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libfuturize copying build/lib/libfuturize/fixer_util.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libfuturize copying build/lib/libfuturize/main.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libfuturize creating /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/html copying build/lib/html/parser.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/html copying build/lib/html/__init__.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/html copying build/lib/html/entities.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/html creating /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/past copying build/lib/past/__init__.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/past creating /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/past/utils copying build/lib/past/utils/__init__.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/past/utils creating /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/past/translation copying build/lib/past/translation/__init__.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/past/translation creating /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/past/builtins copying build/lib/past/builtins/misc.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/past/builtins copying build/lib/past/builtins/__init__.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/past/builtins copying build/lib/past/builtins/noniterators.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/past/builtins creating /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/past/tests copying build/lib/past/tests/__init__.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/past/tests creating /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/past/types copying build/lib/past/types/__init__.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/past/types copying build/lib/past/types/olddict.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/past/types copying build/lib/past/types/oldstr.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/past/types copying build/lib/past/types/basestring.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/past/types creating /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/tkinter copying build/lib/tkinter/colorchooser.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/tkinter copying build/lib/tkinter/messagebox.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/tkinter copying build/lib/tkinter/__init__.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/tkinter copying build/lib/tkinter/tix.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/tkinter copying build/lib/tkinter/commondialog.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/tkinter copying build/lib/tkinter/filedialog.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/tkinter copying build/lib/tkinter/font.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/tkinter copying build/lib/tkinter/constants.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/tkinter copying build/lib/tkinter/simpledialog.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/tkinter copying build/lib/tkinter/dialog.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/tkinter copying build/lib/tkinter/dnd.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/tkinter copying build/lib/tkinter/scrolledtext.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/tkinter copying build/lib/tkinter/ttk.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/tkinter creating /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/_thread copying build/lib/_thread/__init__.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/_thread creating /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libpasteurize creating /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libpasteurize/fixes copying build/lib/libpasteurize/fixes/fix_raise_.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libpasteurize/fixes copying build/lib/libpasteurize/fixes/feature_base.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libpasteurize/fixes copying build/lib/libpasteurize/fixes/__init__.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libpasteurize/fixes copying build/lib/libpasteurize/fixes/fix_add_future_standard_library_import.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libpasteurize/fixes copying build/lib/libpasteurize/fixes/fix_next.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libpasteurize/fixes copying build/lib/libpasteurize/fixes/fix_future_builtins.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libpasteurize/fixes copying build/lib/libpasteurize/fixes/fix_metaclass.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libpasteurize/fixes copying build/lib/libpasteurize/fixes/fix_kwargs.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libpasteurize/fixes copying build/lib/libpasteurize/fixes/fix_add_all__future__imports.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libpasteurize/fixes copying build/lib/libpasteurize/fixes/fix_getcwd.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libpasteurize/fixes copying build/lib/libpasteurize/fixes/fix_features.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libpasteurize/fixes copying build/lib/libpasteurize/fixes/fix_newstyle.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libpasteurize/fixes copying build/lib/libpasteurize/fixes/fix_annotations.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libpasteurize/fixes copying build/lib/libpasteurize/fixes/fix_unpacking.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libpasteurize/fixes copying build/lib/libpasteurize/fixes/fix_imports2.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libpasteurize/fixes copying build/lib/libpasteurize/fixes/fix_printfunction.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libpasteurize/fixes copying build/lib/libpasteurize/fixes/fix_division.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libpasteurize/fixes copying build/lib/libpasteurize/fixes/fix_raise.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libpasteurize/fixes copying build/lib/libpasteurize/fixes/fix_throw.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libpasteurize/fixes copying build/lib/libpasteurize/fixes/fix_memoryview.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libpasteurize/fixes copying build/lib/libpasteurize/fixes/fix_add_all_future_builtins.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libpasteurize/fixes copying build/lib/libpasteurize/fixes/fix_imports.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libpasteurize/fixes copying build/lib/libpasteurize/fixes/fix_fullargspec.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libpasteurize/fixes copying build/lib/libpasteurize/__init__.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libpasteurize copying build/lib/libpasteurize/main.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libpasteurize creating /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/builtins copying build/lib/builtins/__init__.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/builtins creating /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/xmlrpc copying build/lib/xmlrpc/server.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/xmlrpc copying build/lib/xmlrpc/__init__.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/xmlrpc copying build/lib/xmlrpc/client.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/xmlrpc creating /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/copyreg copying build/lib/copyreg/__init__.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/copyreg creating /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/queue copying build/lib/queue/__init__.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/queue creating /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/reprlib copying build/lib/reprlib/__init__.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/reprlib creating /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/socketserver copying build/lib/socketserver/__init__.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/socketserver creating /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/http copying build/lib/http/server.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/http copying build/lib/http/__init__.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/http copying build/lib/http/cookiejar.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/http copying build/lib/http/client.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/http copying build/lib/http/cookies.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/http creating /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/_dummy_thread copying build/lib/_dummy_thread/__init__.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/_dummy_thread creating /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/_markupbase copying build/lib/_markupbase/__init__.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/_markupbase creating /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future copying build/lib/future/__init__.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future creating /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/utils copying build/lib/future/utils/__init__.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/utils copying build/lib/future/utils/surrogateescape.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/utils creating /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports creating /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/email copying build/lib/future/backports/email/base64mime.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/email copying build/lib/future/backports/email/utils.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/email copying build/lib/future/backports/email/_parseaddr.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/email copying build/lib/future/backports/email/_policybase.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/email copying build/lib/future/backports/email/charset.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/email copying build/lib/future/backports/email/parser.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/email copying build/lib/future/backports/email/__init__.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/email copying build/lib/future/backports/email/iterators.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/email copying build/lib/future/backports/email/header.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/email copying build/lib/future/backports/email/quoprimime.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/email copying build/lib/future/backports/email/message.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/email copying build/lib/future/backports/email/encoders.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/email creating /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/email/mime copying build/lib/future/backports/email/mime/__init__.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/email/mime copying build/lib/future/backports/email/mime/nonmultipart.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/email/mime copying build/lib/future/backports/email/mime/image.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/email/mime copying build/lib/future/backports/email/mime/base.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/email/mime copying build/lib/future/backports/email/mime/multipart.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/email/mime copying build/lib/future/backports/email/mime/message.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/email/mime copying build/lib/future/backports/email/mime/application.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/email/mime copying build/lib/future/backports/email/mime/audio.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/email/mime copying build/lib/future/backports/email/mime/text.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/email/mime copying build/lib/future/backports/email/errors.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/email copying build/lib/future/backports/email/_encoded_words.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/email copying build/lib/future/backports/email/feedparser.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/email copying build/lib/future/backports/email/policy.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/email copying build/lib/future/backports/email/_header_value_parser.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/email copying build/lib/future/backports/email/generator.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/email copying build/lib/future/backports/email/headerregistry.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/email copying build/lib/future/backports/misc.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports creating /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/html copying build/lib/future/backports/html/parser.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/html copying build/lib/future/backports/html/__init__.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/html copying build/lib/future/backports/html/entities.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/html copying build/lib/future/backports/__init__.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports copying build/lib/future/backports/datetime.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports copying build/lib/future/backports/socket.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports copying build/lib/future/backports/socketserver.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports creating /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/xmlrpc copying build/lib/future/backports/xmlrpc/server.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/xmlrpc copying build/lib/future/backports/xmlrpc/__init__.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/xmlrpc copying build/lib/future/backports/xmlrpc/client.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/xmlrpc copying build/lib/future/backports/total_ordering.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports creating /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/http copying build/lib/future/backports/http/server.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/http copying build/lib/future/backports/http/__init__.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/http copying build/lib/future/backports/http/cookiejar.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/http copying build/lib/future/backports/http/client.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/http copying build/lib/future/backports/http/cookies.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/http copying build/lib/future/backports/_markupbase.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports creating /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/urllib copying build/lib/future/backports/urllib/parse.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/urllib copying build/lib/future/backports/urllib/__init__.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/urllib copying build/lib/future/backports/urllib/error.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/urllib copying build/lib/future/backports/urllib/response.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/urllib copying build/lib/future/backports/urllib/robotparser.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/urllib copying build/lib/future/backports/urllib/request.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/urllib creating /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/test copying build/lib/future/backports/test/badkey.pem -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/test copying build/lib/future/backports/test/nullbytecert.pem -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/test copying build/lib/future/backports/test/__init__.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/test copying build/lib/future/backports/test/nullcert.pem -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/test copying build/lib/future/backports/test/support.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/test copying build/lib/future/backports/test/badcert.pem -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/test copying build/lib/future/backports/test/ssl_key.passwd.pem -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/test copying build/lib/future/backports/test/ssl_cert.pem -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/test copying build/lib/future/backports/test/nokia.pem -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/test copying build/lib/future/backports/test/keycert.pem -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/test copying build/lib/future/backports/test/ssl_key.pem -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/test copying build/lib/future/backports/test/sha256.pem -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/test copying build/lib/future/backports/test/pystone.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/test copying build/lib/future/backports/test/https_svn_python_org_root.pem -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/test copying build/lib/future/backports/test/ssl_servers.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/test copying build/lib/future/backports/test/dh512.pem -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/test copying build/lib/future/backports/test/keycert.passwd.pem -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/test copying build/lib/future/backports/test/keycert2.pem -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/test creating /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/builtins copying build/lib/future/builtins/misc.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/builtins copying build/lib/future/builtins/__init__.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/builtins copying build/lib/future/builtins/newnext.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/builtins copying build/lib/future/builtins/disabled.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/builtins copying build/lib/future/builtins/iterators.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/builtins copying build/lib/future/builtins/newround.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/builtins copying build/lib/future/builtins/newsuper.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/builtins creating /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/tests copying build/lib/future/tests/__init__.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/tests copying build/lib/future/tests/base.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/tests creating /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/types copying build/lib/future/types/newdict.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/types copying build/lib/future/types/__init__.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/types copying build/lib/future/types/newint.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/types copying build/lib/future/types/newmemoryview.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/types copying build/lib/future/types/newobject.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/types copying build/lib/future/types/newlist.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/types copying build/lib/future/types/newstr.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/types copying build/lib/future/types/newbytes.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/types copying build/lib/future/types/newopen.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/types copying build/lib/future/types/newrange.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/types creating /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves creating /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves/html copying build/lib/future/moves/html/parser.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves/html copying build/lib/future/moves/html/__init__.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves/html copying build/lib/future/moves/html/entities.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves/html creating /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves/tkinter copying build/lib/future/moves/tkinter/colorchooser.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves/tkinter copying build/lib/future/moves/tkinter/messagebox.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves/tkinter copying build/lib/future/moves/tkinter/__init__.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves/tkinter copying build/lib/future/moves/tkinter/tix.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves/tkinter copying build/lib/future/moves/tkinter/commondialog.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves/tkinter copying build/lib/future/moves/tkinter/filedialog.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves/tkinter copying build/lib/future/moves/tkinter/font.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves/tkinter copying build/lib/future/moves/tkinter/constants.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves/tkinter copying build/lib/future/moves/tkinter/simpledialog.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves/tkinter copying build/lib/future/moves/tkinter/dialog.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves/tkinter copying build/lib/future/moves/tkinter/dnd.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves/tkinter copying build/lib/future/moves/tkinter/scrolledtext.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves/tkinter copying build/lib/future/moves/tkinter/ttk.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves/tkinter copying build/lib/future/moves/__init__.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves copying build/lib/future/moves/copyreg.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves copying build/lib/future/moves/queue.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves copying build/lib/future/moves/_thread.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves creating /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves/dbm copying build/lib/future/moves/dbm/__init__.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves/dbm copying build/lib/future/moves/dbm/ndbm.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves/dbm copying build/lib/future/moves/dbm/dumb.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves/dbm copying build/lib/future/moves/dbm/gnu.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves/dbm copying build/lib/future/moves/subprocess.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves copying build/lib/future/moves/pickle.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves copying build/lib/future/moves/builtins.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves copying build/lib/future/moves/socketserver.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves copying build/lib/future/moves/collections.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves creating /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves/xmlrpc copying build/lib/future/moves/xmlrpc/server.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves/xmlrpc copying build/lib/future/moves/xmlrpc/__init__.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves/xmlrpc copying build/lib/future/moves/xmlrpc/client.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves/xmlrpc copying build/lib/future/moves/winreg.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves copying build/lib/future/moves/itertools.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves copying build/lib/future/moves/reprlib.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves creating /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves/http copying build/lib/future/moves/http/server.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves/http copying build/lib/future/moves/http/__init__.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves/http copying build/lib/future/moves/http/cookiejar.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves/http copying build/lib/future/moves/http/client.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves/http copying build/lib/future/moves/http/cookies.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves/http copying build/lib/future/moves/_dummy_thread.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves copying build/lib/future/moves/_markupbase.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves copying build/lib/future/moves/configparser.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves creating /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves/urllib copying build/lib/future/moves/urllib/parse.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves/urllib copying build/lib/future/moves/urllib/__init__.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves/urllib copying build/lib/future/moves/urllib/error.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves/urllib copying build/lib/future/moves/urllib/response.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves/urllib copying build/lib/future/moves/urllib/robotparser.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves/urllib copying build/lib/future/moves/urllib/request.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves/urllib copying build/lib/future/moves/sys.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves creating /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves/test copying build/lib/future/moves/test/__init__.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves/test copying build/lib/future/moves/test/support.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves/test creating /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/standard_library copying build/lib/future/standard_library/__init__.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/standard_library creating /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/winreg copying build/lib/winreg/__init__.py -> /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/winreg byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libfuturize/fixes/fix_future_standard_library_urllib.py to fix_future_standard_library_urllib.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libfuturize/fixes/fix_unicode_keep_u.py to fix_unicode_keep_u.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libfuturize/fixes/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libfuturize/fixes/fix_xrange_with_import.py to fix_xrange_with_import.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libfuturize/fixes/fix_future_builtins.py to fix_future_builtins.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libfuturize/fixes/fix_remove_old__future__imports.py to fix_remove_old__future__imports.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libfuturize/fixes/fix_division_safe.py to fix_division_safe.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libfuturize/fixes/fix_metaclass.py to fix_metaclass.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libfuturize/fixes/fix_order___future__imports.py to fix_order___future__imports.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libfuturize/fixes/fix_basestring.py to fix_basestring.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libfuturize/fixes/fix_UserDict.py to fix_UserDict.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libfuturize/fixes/fix_future_standard_library.py to fix_future_standard_library.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libfuturize/fixes/fix_oldstr_wrap.py to fix_oldstr_wrap.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libfuturize/fixes/fix_execfile.py to fix_execfile.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libfuturize/fixes/fix_cmp.py to fix_cmp.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libfuturize/fixes/fix_add__future__imports_except_unicode_literals.py to fix_add__future__imports_except_unicode_literals.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libfuturize/fixes/fix_absolute_import.py to fix_absolute_import.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libfuturize/fixes/fix_bytes.py to fix_bytes.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libfuturize/fixes/fix_next_call.py to fix_next_call.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libfuturize/fixes/fix_division.py to fix_division.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libfuturize/fixes/fix_raise.py to fix_raise.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libfuturize/fixes/fix_unicode_literals_import.py to fix_unicode_literals_import.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libfuturize/fixes/fix_object.py to fix_object.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libfuturize/fixes/fix_print.py to fix_print.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libfuturize/fixes/fix_print_with_import.py to fix_print_with_import.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libfuturize/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libfuturize/fixer_util.py to fixer_util.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libfuturize/main.py to main.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/html/parser.py to parser.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/html/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/html/entities.py to entities.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/past/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/past/utils/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/past/translation/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/past/builtins/misc.py to misc.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/past/builtins/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/past/builtins/noniterators.py to noniterators.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/past/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/past/types/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/past/types/olddict.py to olddict.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/past/types/oldstr.py to oldstr.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/past/types/basestring.py to basestring.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/tkinter/colorchooser.py to colorchooser.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/tkinter/messagebox.py to messagebox.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/tkinter/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/tkinter/tix.py to tix.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/tkinter/commondialog.py to commondialog.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/tkinter/filedialog.py to filedialog.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/tkinter/font.py to font.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/tkinter/constants.py to constants.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/tkinter/simpledialog.py to simpledialog.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/tkinter/dialog.py to dialog.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/tkinter/dnd.py to dnd.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/tkinter/scrolledtext.py to scrolledtext.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/tkinter/ttk.py to ttk.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/_thread/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libpasteurize/fixes/fix_raise_.py to fix_raise_.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libpasteurize/fixes/feature_base.py to feature_base.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libpasteurize/fixes/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libpasteurize/fixes/fix_add_future_standard_library_import.py to fix_add_future_standard_library_import.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libpasteurize/fixes/fix_next.py to fix_next.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libpasteurize/fixes/fix_future_builtins.py to fix_future_builtins.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libpasteurize/fixes/fix_metaclass.py to fix_metaclass.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libpasteurize/fixes/fix_kwargs.py to fix_kwargs.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libpasteurize/fixes/fix_add_all__future__imports.py to fix_add_all__future__imports.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libpasteurize/fixes/fix_getcwd.py to fix_getcwd.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libpasteurize/fixes/fix_features.py to fix_features.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libpasteurize/fixes/fix_newstyle.py to fix_newstyle.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libpasteurize/fixes/fix_annotations.py to fix_annotations.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libpasteurize/fixes/fix_unpacking.py to fix_unpacking.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libpasteurize/fixes/fix_imports2.py to fix_imports2.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libpasteurize/fixes/fix_printfunction.py to fix_printfunction.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libpasteurize/fixes/fix_division.py to fix_division.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libpasteurize/fixes/fix_raise.py to fix_raise.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libpasteurize/fixes/fix_throw.py to fix_throw.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libpasteurize/fixes/fix_memoryview.py to fix_memoryview.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libpasteurize/fixes/fix_add_all_future_builtins.py to fix_add_all_future_builtins.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libpasteurize/fixes/fix_imports.py to fix_imports.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libpasteurize/fixes/fix_fullargspec.py to fix_fullargspec.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libpasteurize/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/libpasteurize/main.py to main.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/builtins/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/xmlrpc/server.py to server.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/xmlrpc/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/xmlrpc/client.py to client.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/copyreg/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/queue/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/reprlib/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/socketserver/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/http/server.py to server.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/http/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/http/cookiejar.py to cookiejar.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/http/client.py to client.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/http/cookies.py to cookies.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/_dummy_thread/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/_markupbase/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/utils/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/utils/surrogateescape.py to surrogateescape.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/email/base64mime.py to base64mime.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/email/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/email/_parseaddr.py to _parseaddr.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/email/_policybase.py to _policybase.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/email/charset.py to charset.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/email/parser.py to parser.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/email/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/email/iterators.py to iterators.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/email/header.py to header.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/email/quoprimime.py to quoprimime.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/email/message.py to message.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/email/encoders.py to encoders.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/email/mime/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/email/mime/nonmultipart.py to nonmultipart.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/email/mime/image.py to image.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/email/mime/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/email/mime/multipart.py to multipart.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/email/mime/message.py to message.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/email/mime/application.py to application.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/email/mime/audio.py to audio.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/email/mime/text.py to text.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/email/errors.py to errors.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/email/_encoded_words.py to _encoded_words.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/email/feedparser.py to feedparser.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/email/policy.py to policy.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/email/_header_value_parser.py to _header_value_parser.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/email/generator.py to generator.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/email/headerregistry.py to headerregistry.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/misc.py to misc.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/html/parser.py to parser.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/html/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/html/entities.py to entities.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/datetime.py to datetime.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/socket.py to socket.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/socketserver.py to socketserver.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/xmlrpc/server.py to server.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/xmlrpc/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/xmlrpc/client.py to client.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/total_ordering.py to total_ordering.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/http/server.py to server.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/http/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/http/cookiejar.py to cookiejar.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/http/client.py to client.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/http/cookies.py to cookies.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/_markupbase.py to _markupbase.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/urllib/parse.py to parse.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/urllib/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/urllib/error.py to error.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/urllib/response.py to response.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/urllib/robotparser.py to robotparser.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/urllib/request.py to request.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/test/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/test/support.py to support.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/test/pystone.py to pystone.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/test/ssl_servers.py to ssl_servers.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/builtins/misc.py to misc.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/builtins/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/builtins/newnext.py to newnext.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/builtins/disabled.py to disabled.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/builtins/iterators.py to iterators.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/builtins/newround.py to newround.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/builtins/newsuper.py to newsuper.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/tests/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/types/newdict.py to newdict.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/types/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/types/newint.py to newint.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/types/newmemoryview.py to newmemoryview.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/types/newobject.py to newobject.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/types/newlist.py to newlist.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/types/newstr.py to newstr.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/types/newbytes.py to newbytes.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/types/newopen.py to newopen.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/types/newrange.py to newrange.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves/html/parser.py to parser.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves/html/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves/html/entities.py to entities.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves/tkinter/colorchooser.py to colorchooser.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves/tkinter/messagebox.py to messagebox.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves/tkinter/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves/tkinter/tix.py to tix.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves/tkinter/commondialog.py to commondialog.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves/tkinter/filedialog.py to filedialog.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves/tkinter/font.py to font.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves/tkinter/constants.py to constants.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves/tkinter/simpledialog.py to simpledialog.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves/tkinter/dialog.py to dialog.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves/tkinter/dnd.py to dnd.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves/tkinter/scrolledtext.py to scrolledtext.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves/tkinter/ttk.py to ttk.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves/copyreg.py to copyreg.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves/queue.py to queue.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves/_thread.py to _thread.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves/dbm/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves/dbm/ndbm.py to ndbm.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves/dbm/dumb.py to dumb.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves/dbm/gnu.py to gnu.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves/subprocess.py to subprocess.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves/pickle.py to pickle.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves/builtins.py to builtins.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves/socketserver.py to socketserver.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves/collections.py to collections.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves/xmlrpc/server.py to server.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves/xmlrpc/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves/xmlrpc/client.py to client.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves/winreg.py to winreg.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves/itertools.py to itertools.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves/reprlib.py to reprlib.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves/http/server.py to server.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves/http/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves/http/cookiejar.py to cookiejar.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves/http/client.py to client.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves/http/cookies.py to cookies.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves/_dummy_thread.py to _dummy_thread.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves/_markupbase.py to _markupbase.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves/configparser.py to configparser.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves/urllib/parse.py to parse.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves/urllib/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves/urllib/error.py to error.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves/urllib/response.py to response.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves/urllib/robotparser.py to robotparser.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves/urllib/request.py to request.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves/sys.py to sys.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves/test/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/moves/test/support.py to support.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/standard_library/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/winreg/__init__.py to __init__.pyc writing byte-compilation script '/tmp/tmpcPq9pY.py' /usr/bin/python2 -O /tmp/tmpcPq9pY.py removing /tmp/tmpcPq9pY.py running install_egg_info running egg_info writing src/future.egg-info/PKG-INFO writing top-level names to src/future.egg-info/top_level.txt writing dependency_links to src/future.egg-info/dependency_links.txt writing entry points to src/future.egg-info/entry_points.txt reading manifest file 'src/future.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.au' under directory 'tests' warning: no files found matching '*.gif' under directory 'tests' warning: no files found matching '*.txt' under directory 'tests' writing manifest file 'src/future.egg-info/SOURCES.txt' Copying src/future.egg-info to /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future-0.16.0-py2.7.egg-info running install_scripts Installing pasteurize script to /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/bin Installing futurize script to /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/bin + cp -p /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/bin/futurize /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/bin/python2.7-futurize + cp -p /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/bin/pasteurize /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/bin/python2.7-pasteurize + for i in futurize futurize-2 futurize-2.7 + touch futurize + install -p futurize /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/bin + ln -sf /usr/bin/python2.7-futurize /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/bin/futurize + for i in futurize futurize-2 futurize-2.7 + touch futurize-2 + install -p futurize-2 /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/bin + ln -sf /usr/bin/python2.7-futurize /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/bin/futurize-2 + for i in futurize futurize-2 futurize-2.7 + touch futurize-2.7 + install -p futurize-2.7 /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/bin + ln -sf /usr/bin/python2.7-futurize /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/bin/futurize-2.7 + for i in pasteurize pasteurize-2 pasteurize-2.7 + touch pasteurize + install -p pasteurize /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/bin + ln -sf /usr/bin/python2.7-pasteurize /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/bin/pasteurize + for i in pasteurize pasteurize-2 pasteurize-2.7 + touch pasteurize-2 + install -p pasteurize-2 /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/bin + ln -sf /usr/bin/python2.7-pasteurize /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/bin/pasteurize-2 + for i in pasteurize pasteurize-2 pasteurize-2.7 + touch pasteurize-2.7 + install -p pasteurize-2.7 /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/bin + ln -sf /usr/bin/python2.7-pasteurize /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/bin/pasteurize-2.7 + sed -i -e '/^#!\//, 1d' /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7/site-packages/future/backports/test/pystone.py + popd ~/build/BUILD/future-0.16.0 + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/future-0.16.0 /usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 0 CRC32s did match. find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 Bytecompiling .py files below /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/lib/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.YXgXVc + umask 022 ~/build/BUILD/future-0.16.0/python2 ~/build/BUILD/future-0.16.0 + cd /builddir/build/BUILD + cd future-0.16.0 + pushd python2 + PYTHONPATH=/builddir/build/BUILD/future-0.16.0/python2/build/lib + py.test -v ============================= test session starts ============================== platform linux2 -- Python 2.7.5 -- py-1.4.27 -- pytest-2.7.0 -- /usr/bin/python rootdir: /builddir/build/BUILD/future-0.16.0/python2, inifile: pytest.ini collecting ... collected 1081 items tests/test_future/test_backports.py::CountTest::test_count PASSED tests/test_future/test_backports.py::CountTest::test_own_count PASSED tests/test_future/test_backports.py::TestChainMap::test_basics PASSED tests/test_future/test_backports.py::TestChainMap::test_bool PASSED tests/test_future/test_backports.py::TestChainMap::test_contructor PASSED tests/test_future/test_backports.py::TestChainMap::test_dict_coercion PASSED tests/test_future/test_backports.py::TestChainMap::test_missing PASSED tests/test_future/test_backports.py::TestCounter::test_basics PASSED tests/test_future/test_backports.py::TestCounter::test_conversions PASSED tests/test_future/test_backports.py::TestCounter::test_copy_subclass PASSED tests/test_future/test_backports.py::TestCounter::test_copying PASSED tests/test_future/test_backports.py::TestCounter::test_helper_function PASSED tests/test_future/test_backports.py::TestCounter::test_inplace_operations <- ../../../../../usr/lib64/python2.7/unittest/case.py xfail tests/test_future/test_backports.py::TestCounter::test_invariant_for_the_in_operator PASSED tests/test_future/test_backports.py::TestCounter::test_multiset_operations PASSED tests/test_future/test_backports.py::TestCounter::test_repr_nonsortable PASSED tests/test_future/test_backports.py::TestCounter::test_subtract PASSED tests/test_future/test_backports.py::TestCounter::test_unary <- ../../../../../usr/lib64/python2.7/unittest/case.py xfail tests/test_future/test_backports.py::TestOrderedDict::test_abc PASSED tests/test_future/test_backports.py::TestOrderedDict::test_clear PASSED tests/test_future/test_backports.py::TestOrderedDict::test_copying PASSED tests/test_future/test_backports.py::TestOrderedDict::test_delitem PASSED tests/test_future/test_backports.py::TestOrderedDict::test_equality PASSED tests/test_future/test_backports.py::TestOrderedDict::test_init PASSED tests/test_future/test_backports.py::TestOrderedDict::test_iterators PASSED tests/test_future/test_backports.py::TestOrderedDict::test_move_to_end <- ../../../../../usr/lib64/python2.7/unittest/case.py xfail tests/test_future/test_backports.py::TestOrderedDict::test_override_update PASSED tests/test_future/test_backports.py::TestOrderedDict::test_pop PASSED tests/test_future/test_backports.py::TestOrderedDict::test_popitem PASSED tests/test_future/test_backports.py::TestOrderedDict::test_reinsert PASSED tests/test_future/test_backports.py::TestOrderedDict::test_repr PASSED tests/test_future/test_backports.py::TestOrderedDict::test_repr_recursive PASSED tests/test_future/test_backports.py::TestOrderedDict::test_setdefault PASSED tests/test_future/test_backports.py::TestOrderedDict::test_setitem PASSED tests/test_future/test_backports.py::TestOrderedDict::test_update PASSED tests/test_future/test_backports.py::TestOrderedDict::test_yaml_linkage PASSED tests/test_future/test_buffer.py::BytearrayPEP3137Test::test_capitalize PASSED tests/test_future/test_buffer.py::BytearrayPEP3137Test::test_center PASSED tests/test_future/test_buffer.py::BytearrayPEP3137Test::test_expandtabs PASSED tests/test_future/test_buffer.py::BytearrayPEP3137Test::test_isalnum PASSED tests/test_future/test_buffer.py::BytearrayPEP3137Test::test_isalpha PASSED tests/test_future/test_buffer.py::BytearrayPEP3137Test::test_isdigit PASSED tests/test_future/test_buffer.py::BytearrayPEP3137Test::test_islower PASSED tests/test_future/test_buffer.py::BytearrayPEP3137Test::test_isspace PASSED tests/test_future/test_buffer.py::BytearrayPEP3137Test::test_istitle PASSED tests/test_future/test_buffer.py::BytearrayPEP3137Test::test_isupper PASSED tests/test_future/test_buffer.py::BytearrayPEP3137Test::test_ljust PASSED tests/test_future/test_buffer.py::BytearrayPEP3137Test::test_lower PASSED tests/test_future/test_buffer.py::BytearrayPEP3137Test::test_returns_new_copy PASSED tests/test_future/test_buffer.py::BytearrayPEP3137Test::test_rjust PASSED tests/test_future/test_buffer.py::BytearrayPEP3137Test::test_splitlines PASSED tests/test_future/test_buffer.py::BytearrayPEP3137Test::test_swapcase PASSED tests/test_future/test_buffer.py::BytearrayPEP3137Test::test_title PASSED tests/test_future/test_buffer.py::BytearrayPEP3137Test::test_upper PASSED tests/test_future/test_buffer.py::BytearrayPEP3137Test::test_zfill PASSED tests/test_future/test_builtins.py::TestBuiltins::test_isinstance_Integral PASSED tests/test_future/test_builtins.py::TestBuiltins::test_isinstance_bytes PASSED tests/test_future/test_builtins.py::TestBuiltins::test_isinstance_int PASSED tests/test_future/test_builtins.py::TestBuiltins::test_isinstance_long PASSED tests/test_future/test_builtins.py::TestBuiltins::test_isinstance_str PASSED tests/test_future/test_builtins.py::TestBuiltins::test_isinstance_tuple_of_types PASSED tests/test_future/test_builtins.py::TestBuiltins::test_newnext_doc_example PASSED tests/test_future/test_builtins.py::TestBuiltins::test_round PASSED tests/test_future/test_builtins.py::TestBuiltins::test_round_negative_ndigits <- ../../../../../usr/lib64/python2.7/unittest/case.py SKIPPED tests/test_future/test_builtins.py::TestBuiltins::test_super PASSED tests/test_future/test_builtins.py::TestBuiltins::test_super_2 PASSED tests/test_future/test_builtins.py::TestBuiltins::test_type <- ../../../../../usr/lib64/python2.7/unittest/case.py xfail tests/test_future/test_builtins.py::BuiltinTest::test_abs PASSED tests/test_future/test_builtins.py::BuiltinTest::test_all PASSED tests/test_future/test_builtins.py::BuiltinTest::test_any PASSED tests/test_future/test_builtins.py::BuiltinTest::test_ascii PASSED tests/test_future/test_builtins.py::BuiltinTest::test_bin PASSED tests/test_future/test_builtins.py::BuiltinTest::test_bytearray_translate PASSED tests/test_future/test_builtins.py::BuiltinTest::test_callable PASSED tests/test_future/test_builtins.py::BuiltinTest::test_chr PASSED tests/test_future/test_builtins.py::BuiltinTest::test_chr_big <- ../../../../../usr/lib64/python2.7/unittest/case.py SKIPPED tests/test_future/test_builtins.py::BuiltinTest::test_compile PASSED tests/test_future/test_builtins.py::BuiltinTest::test_construct_singletons PASSED tests/test_future/test_builtins.py::BuiltinTest::test_delattr PASSED tests/test_future/test_builtins.py::BuiltinTest::test_dir PASSED tests/test_future/test_builtins.py::BuiltinTest::test_divmod PASSED tests/test_future/test_builtins.py::BuiltinTest::test_eval PASSED tests/test_future/test_builtins.py::BuiltinTest::test_exec_ PASSED tests/test_future/test_builtins.py::BuiltinTest::test_exec_globals PASSED tests/test_future/test_builtins.py::BuiltinTest::test_exec_redirected PASSED tests/test_future/test_builtins.py::BuiltinTest::test_filter PASSED tests/test_future/test_builtins.py::BuiltinTest::test_filter_pickle <- ../../../../../usr/lib64/python2.7/unittest/case.py xfail tests/test_future/test_builtins.py::BuiltinTest::test_format PASSED tests/test_future/test_builtins.py::BuiltinTest::test_general_eval PASSED tests/test_future/test_builtins.py::BuiltinTest::test_getattr PASSED tests/test_future/test_builtins.py::BuiltinTest::test_hasattr PASSED tests/test_future/test_builtins.py::BuiltinTest::test_hash PASSED tests/test_future/test_builtins.py::BuiltinTest::test_hex PASSED tests/test_future/test_builtins.py::BuiltinTest::test_id PASSED tests/test_future/test_builtins.py::BuiltinTest::test_import PASSED tests/test_future/test_builtins.py::BuiltinTest::test_input PASSED tests/test_future/test_builtins.py::BuiltinTest::test_input_tty xfail tests/test_future/test_builtins.py::BuiltinTest::test_input_tty_non_ascii xfail tests/test_future/test_builtins.py::BuiltinTest::test_input_tty_non_ascii_unicode_errors xfail tests/test_future/test_builtins.py::BuiltinTest::test_isinstance PASSED tests/test_future/test_builtins.py::BuiltinTest::test_issubclass PASSED tests/test_future/test_builtins.py::BuiltinTest::test_iter PASSED tests/test_future/test_builtins.py::BuiltinTest::test_len PASSED tests/test_future/test_builtins.py::BuiltinTest::test_map PASSED tests/test_future/test_builtins.py::BuiltinTest::test_map_pickle <- ../../../../../usr/lib64/python2.7/unittest/case.py xfail tests/test_future/test_builtins.py::BuiltinTest::test_max PASSED tests/test_future/test_builtins.py::BuiltinTest::test_min PASSED tests/test_future/test_builtins.py::BuiltinTest::test_neg PASSED tests/test_future/test_builtins.py::BuiltinTest::test_next PASSED tests/test_future/test_builtins.py::BuiltinTest::test_oct PASSED tests/test_future/test_builtins.py::BuiltinTest::test_open PASSED tests/test_future/test_builtins.py::BuiltinTest::test_open_default_encoding PASSED tests/test_future/test_builtins.py::BuiltinTest::test_ord PASSED tests/test_future/test_builtins.py::BuiltinTest::test_ord_big <- ../../../../../usr/lib64/python2.7/unittest/case.py SKIPPED tests/test_future/test_builtins.py::BuiltinTest::test_pow PASSED tests/test_future/test_builtins.py::BuiltinTest::test_repr PASSED tests/test_future/test_builtins.py::BuiltinTest::test_round <- ../../../../../usr/lib64/python2.7/unittest/case.py xfail tests/test_future/test_builtins.py::BuiltinTest::test_round_large PASSED tests/test_future/test_builtins.py::BuiltinTest::test_setattr PASSED tests/test_future/test_builtins.py::BuiltinTest::test_sum PASSED tests/test_future/test_builtins.py::BuiltinTest::test_type PASSED tests/test_future/test_builtins.py::BuiltinTest::test_vars PASSED tests/test_future/test_builtins.py::BuiltinTest::test_zip PASSED tests/test_future/test_builtins.py::BuiltinTest::test_zip_pickle <- ../../../../../usr/lib64/python2.7/unittest/case.py xfail tests/test_future/test_builtins.py::TestSorted::test_baddecorator PASSED tests/test_future/test_builtins.py::TestSorted::test_basic PASSED tests/test_future/test_builtins.py::TestSorted::test_inputtypes PASSED tests/test_future/test_bytes.py::TestBytes::test_add PASSED tests/test_future/test_bytes.py::TestBytes::test_b_literal_creates_newbytes_object <- ../../../../../usr/lib64/python2.7/unittest/case.py xfail tests/test_future/test_bytes.py::TestBytes::test_bytes_bytes PASSED tests/test_future/test_bytes.py::TestBytes::test_bytes_contains_something PASSED tests/test_future/test_bytes.py::TestBytes::test_bytes_empty PASSED tests/test_future/test_bytes.py::TestBytes::test_bytes_encoding_arg PASSED tests/test_future/test_bytes.py::TestBytes::test_bytes_encoding_arg_issue_193 PASSED tests/test_future/test_bytes.py::TestBytes::test_bytes_encoding_arg_non_kwarg PASSED tests/test_future/test_bytes.py::TestBytes::test_bytes_fromhex PASSED tests/test_future/test_bytes.py::TestBytes::test_bytes_frozenset PASSED tests/test_future/test_bytes.py::TestBytes::test_bytes_getitem PASSED tests/test_future/test_bytes.py::TestBytes::test_bytes_hasattr_encode PASSED tests/test_future/test_bytes.py::TestBytes::test_bytes_index PASSED tests/test_future/test_bytes.py::TestBytes::test_bytes_int PASSED tests/test_future/test_bytes.py::TestBytes::test_bytes_is_bytes PASSED tests/test_future/test_bytes.py::TestBytes::test_bytes_iterable_of_ints PASSED tests/test_future/test_bytes.py::TestBytes::test_bytes_iteration PASSED tests/test_future/test_bytes.py::TestBytes::test_bytes_join_bytes PASSED tests/test_future/test_bytes.py::TestBytes::test_bytes_join_others PASSED tests/test_future/test_bytes.py::TestBytes::test_bytes_join_unicode_strings PASSED tests/test_future/test_bytes.py::TestBytes::test_bytes_long PASSED tests/test_future/test_bytes.py::TestBytes::test_bytes_partition PASSED tests/test_future/test_bytes.py::TestBytes::test_bytes_plus_bytes PASSED tests/test_future/test_bytes.py::TestBytes::test_bytes_plus_unicode_string PASSED tests/test_future/test_bytes.py::TestBytes::test_bytes_replace PASSED tests/test_future/test_bytes.py::TestBytes::test_bytes_rpartition PASSED tests/test_future/test_bytes.py::TestBytes::test_bytes_setitem PASSED tests/test_future/test_bytes.py::TestBytes::test_bytes_string_no_encoding PASSED tests/test_future/test_bytes.py::TestBytes::test_bytes_within_range PASSED tests/test_future/test_bytes.py::TestBytes::test_cmp PASSED tests/test_future/test_bytes.py::TestBytes::test_decode PASSED tests/test_future/test_bytes.py::TestBytes::test_encode PASSED tests/test_future/test_bytes.py::TestBytes::test_endswith PASSED tests/test_future/test_bytes.py::TestBytes::test_eq PASSED tests/test_future/test_bytes.py::TestBytes::test_find_found PASSED tests/test_future/test_bytes.py::TestBytes::test_find_not_found PASSED tests/test_future/test_bytes.py::TestBytes::test_hash PASSED tests/test_future/test_bytes.py::TestBytes::test_hash_with_native_types <- ../../../../../usr/lib64/python2.7/unittest/case.py xfail tests/test_future/test_bytes.py::TestBytes::test_isinstance_bytes PASSED tests/test_future/test_bytes.py::TestBytes::test_isinstance_bytes_subclass PASSED tests/test_future/test_bytes.py::TestBytes::test_isinstance_oldbytestrings_bytes PASSED tests/test_future/test_bytes.py::TestBytes::test_issue_171_part_a PASSED tests/test_future/test_bytes.py::TestBytes::test_issue_171_part_b <- ../../../../../usr/lib64/python2.7/unittest/case.py xfail tests/test_future/test_bytes.py::TestBytes::test_maketrans PASSED tests/test_future/test_bytes.py::TestBytes::test_mul PASSED tests/test_future/test_bytes.py::TestBytes::test_multiple_inheritance <- ../../../../../usr/lib64/python2.7/unittest/case.py xfail tests/test_future/test_bytes.py::TestBytes::test_ne PASSED tests/test_future/test_bytes.py::TestBytes::test_quote_from_bytes PASSED tests/test_future/test_bytes.py::TestBytes::test_repr PASSED tests/test_future/test_bytes.py::TestBytes::test_rfind_found PASSED tests/test_future/test_bytes.py::TestBytes::test_rfind_not_found PASSED tests/test_future/test_bytes.py::TestBytes::test_rmul PASSED tests/test_future/test_bytes.py::TestBytes::test_rstrip PASSED tests/test_future/test_bytes.py::TestBytes::test_slice PASSED tests/test_future/test_bytes.py::TestBytes::test_startswith PASSED tests/test_future/test_bytes.py::TestBytes::test_str PASSED tests/test_future/test_bytes.py::TestBytes::test_surrogateescape_decoding PASSED tests/test_future/test_bytes.py::TestBytes::test_with_metaclass_and_bytes <- ../../../../../usr/lib64/python2.7/unittest/case.py xfail tests/test_future/test_common_iterators.py::TestIterators::test_filter PASSED tests/test_future/test_common_iterators.py::TestIterators::test_map PASSED tests/test_future/test_common_iterators.py::TestIterators::test_range PASSED tests/test_future/test_common_iterators.py::TestIterators::test_zip PASSED tests/test_future/test_decorators.py::TestDecorators::test_implements_iterator PASSED tests/test_future/test_decorators.py::TestDecorators::test_python_2_unicode_compatible_decorator PASSED tests/test_future/test_dict.py::TestDict::test_braces_create_newdict_object <- ../../../../../usr/lib64/python2.7/unittest/case.py xfail tests/test_future/test_dict.py::TestDict::test_dict_dict PASSED tests/test_future/test_dict.py::TestDict::test_dict_empty PASSED tests/test_future/test_dict.py::TestDict::test_dict_eq PASSED tests/test_future/test_dict.py::TestDict::test_dict_getitem PASSED tests/test_future/test_dict.py::TestDict::test_dict_items PASSED tests/test_future/test_dict.py::TestDict::test_dict_keys PASSED tests/test_future/test_dict.py::TestDict::test_dict_values PASSED tests/test_future/test_dict.py::TestDict::test_isinstance_dict PASSED tests/test_future/test_dict.py::TestDict::test_isinstance_dict_subclass PASSED tests/test_future/test_dict.py::TestDict::test_methods_do_not_produce_lists PASSED tests/test_future/test_dict.py::TestDict::test_multiple_inheritance <- ../../../../../usr/lib64/python2.7/unittest/case.py xfail tests/test_future/test_dict.py::TestDict::test_set_like_behaviour PASSED tests/test_future/test_dict.py::TestDict::test_with_metaclass_and_dict <- ../../../../../usr/lib64/python2.7/unittest/case.py xfail tests/test_future/test_explicit_imports.py::TestExplicitImports::test_py2k_disabled_builtins PASSED tests/test_future/test_explicit_imports.py::TestExplicitImports::test_py3_builtin_imports PASSED tests/test_future/test_futurize.py::TestLibFuturize::test_correct_exit_status PASSED tests/test_future/test_futurize.py::TestLibFuturize::test_is_encoding_comment PASSED tests/test_future/test_futurize.py::TestLibFuturize::test_is_shebang_comment PASSED tests/test_future/test_futurize.py::TestFuturizeSimple::test_UserList PASSED tests/test_future/test_futurize.py::TestFuturizeSimple::test_already_future_division PASSED tests/test_future/test_futurize.py::TestFuturizeSimple::test_apply PASSED tests/test_future/test_futurize.py::TestFuturizeSimple::test_cmp PASSED tests/test_future/test_futurize.py::TestFuturizeSimple::test_division PASSED tests/test_future/test_futurize.py::TestFuturizeSimple::test_download_pypi_package_and_test <- ../../../../../usr/lib64/python2.7/unittest/case.py SKIPPED tests/test_future/test_futurize.py::TestFuturizeSimple::test_encoding_comments_kept_at_top PASSED tests/test_future/test_futurize.py::TestFuturizeSimple::test_exception_syntax PASSED tests/test_future/test_futurize.py::TestFuturizeSimple::test_execfile PASSED tests/test_future/test_futurize.py::TestFuturizeSimple::test_file <- ../../../../../usr/lib64/python2.7/unittest/case.py xfail tests/test_future/test_futurize.py::TestFuturizeSimple::test_import_builtins PASSED tests/test_future/test_futurize.py::TestFuturizeSimple::test_izip <- ../../../../../usr/lib64/python2.7/unittest/case.py xfail tests/test_future/test_futurize.py::TestFuturizeSimple::test_literal_prefixes_are_not_stripped PASSED tests/test_future/test_futurize.py::TestFuturizeSimple::test_no_unneeded_list_calls <- ../../../../../usr/lib64/python2.7/unittest/case.py xfail tests/test_future/test_futurize.py::TestFuturizeSimple::test_oldstyle_classes PASSED tests/test_future/test_futurize.py::TestFuturizeSimple::test_oldstyle_classes_iterator PASSED tests/test_future/test_futurize.py::TestFuturizeSimple::test_problematic_string <- ../../../../../usr/lib64/python2.7/unittest/case.py xfail tests/test_future/test_futurize.py::TestFuturizeSimple::test_raw_input PASSED tests/test_future/test_futurize.py::TestFuturizeSimple::test_shebang_blank_with_future_division_import PASSED tests/test_future/test_futurize.py::TestFuturizeSimple::test_shebang_blank_with_print_import PASSED tests/test_future/test_futurize.py::TestFuturizeSimple::test_shebang_comment PASSED tests/test_future/test_futurize.py::TestFuturizeSimple::test_shebang_docstring PASSED tests/test_future/test_futurize.py::TestFuturizeSimple::test_source_coding_utf8 PASSED tests/test_future/test_futurize.py::TestFuturizeSimple::test_super PASSED tests/test_future/test_futurize.py::TestFuturizeSimple::test_tobytes <- ../../../../../usr/lib64/python2.7/unittest/case.py SKIPPED tests/test_future/test_futurize.py::TestFuturizeSimple::test_xrange PASSED tests/test_future/test_futurize.py::TestFuturizeRenamedStdlib::test_Py2_StringIO_module <- ../../../../../usr/lib64/python2.7/unittest/case.py xfail tests/test_future/test_futurize.py::TestFuturizeRenamedStdlib::test_renamed_copy_reg_and_cPickle_modules <- ../../../../../usr/lib64/python2.7/unittest/case.py SKIPPED tests/test_future/test_futurize.py::TestFuturizeRenamedStdlib::test_renamed_modules <- ../../../../../usr/lib64/python2.7/unittest/case.py SKIPPED tests/test_future/test_futurize.py::TestFuturizeRenamedStdlib::test_urllib_refactor <- ../../../../../usr/lib64/python2.7/unittest/case.py SKIPPED tests/test_future/test_futurize.py::TestFuturizeStage1::test___future___import_position PASSED tests/test_future/test_futurize.py::TestFuturizeStage1::test_absolute_import_changes <- ../../../../../usr/lib64/python2.7/unittest/case.py xfail tests/test_future/test_futurize.py::TestFuturizeStage1::test_apply PASSED tests/test_future/test_futurize.py::TestFuturizeStage1::test_basestring PASSED tests/test_future/test_futurize.py::TestFuturizeStage1::test_basestring_issue_156 PASSED tests/test_future/test_futurize.py::TestFuturizeStage1::test_exceptions PASSED tests/test_future/test_futurize.py::TestFuturizeStage1::test_issue_12 <- ../../../../../usr/lib64/python2.7/unittest/case.py xfail tests/test_future/test_futurize.py::TestFuturizeStage1::test_issue_45 PASSED tests/test_future/test_futurize.py::TestFuturizeStage1::test_long_int_literals PASSED tests/test_future/test_futurize.py::TestFuturizeStage1::test_next_1 PASSED tests/test_future/test_futurize.py::TestFuturizeStage1::test_next_2 <- ../../../../../usr/lib64/python2.7/unittest/case.py xfail tests/test_future/test_futurize.py::TestFuturizeStage1::test_octal_literals PASSED tests/test_future/test_futurize.py::TestFuturizeStage1::test_oldstyle_classes PASSED tests/test_future/test_futurize.py::TestFuturizeStage1::test_order_future_lines PASSED tests/test_future/test_futurize.py::TestFuturizeStage1::test_print PASSED tests/test_future/test_futurize.py::TestFuturizeStage1::test_print_already_function PASSED tests/test_future/test_futurize.py::TestFuturizeStage1::test_print_already_function_complex <- ../../../../../usr/lib64/python2.7/unittest/case.py xfail tests/test_future/test_futurize.py::TestFuturizeStage1::test_range_necessary_list_calls PASSED tests/test_future/test_futurize.py::TestFuturizeStage1::test_safe_division PASSED tests/test_future/test_futurize.py::TestFuturizeStage1::test_safe_division_overloaded PASSED tests/test_future/test_futurize.py::TestFuturizeStage1::test_safe_futurize_imports PASSED tests/test_future/test_futurize.py::TestFuturizeStage1::test_stdlib_modules_not_changed PASSED tests/test_future/test_futurize.py::TestFuturizeStage1::test_string_exceptions <- ../../../../../usr/lib64/python2.7/unittest/case.py xfail tests/test_future/test_futurize.py::TestFuturizeStage1::test_xrange PASSED tests/test_future/test_futurize.py::TestConservativeFuturize::test_basestring <- ../../../../../usr/lib64/python2.7/unittest/case.py xfail tests/test_future/test_futurize.py::TestConservativeFuturize::test_open <- ../../../../../usr/lib64/python2.7/unittest/case.py xfail tests/test_future/test_futurize.py::TestFuturizeAllImports::test_all_imports PASSED tests/test_future/test_html.py::HtmlTests::test_escape PASSED tests/test_future/test_htmlparser.py::HTMLParserStrictTestCase::test_bad_nesting PASSED tests/test_future/test_htmlparser.py::HTMLParserStrictTestCase::test_bare_ampersands PASSED tests/test_future/test_htmlparser.py::HTMLParserStrictTestCase::test_bare_pointy_brackets PASSED tests/test_future/test_htmlparser.py::HTMLParserStrictTestCase::test_buffer_artefacts PASSED tests/test_future/test_htmlparser.py::HTMLParserStrictTestCase::test_cdata_content PASSED tests/test_future/test_htmlparser.py::HTMLParserStrictTestCase::test_cdata_with_closing_tags PASSED tests/test_future/test_htmlparser.py::HTMLParserStrictTestCase::test_comments PASSED tests/test_future/test_htmlparser.py::HTMLParserStrictTestCase::test_condcoms PASSED tests/test_future/test_htmlparser.py::HTMLParserStrictTestCase::test_declaration_junk_chars PASSED tests/test_future/test_htmlparser.py::HTMLParserStrictTestCase::test_get_starttag_text PASSED tests/test_future/test_htmlparser.py::HTMLParserStrictTestCase::test_illegal_declarations PASSED tests/test_future/test_htmlparser.py::HTMLParserStrictTestCase::test_malformatted_charref PASSED tests/test_future/test_htmlparser.py::HTMLParserStrictTestCase::test_processing_instruction_only PASSED tests/test_future/test_htmlparser.py::HTMLParserStrictTestCase::test_simple_html PASSED tests/test_future/test_htmlparser.py::HTMLParserStrictTestCase::test_startendtag PASSED tests/test_future/test_htmlparser.py::HTMLParserStrictTestCase::test_starttag_end_boundary PASSED tests/test_future/test_htmlparser.py::HTMLParserStrictTestCase::test_starttag_junk_chars PASSED tests/test_future/test_htmlparser.py::HTMLParserStrictTestCase::test_unclosed_entityref PASSED tests/test_future/test_htmlparser.py::HTMLParserStrictTestCase::test_valid_doctypes PASSED tests/test_future/test_htmlparser.py::HTMLParserTolerantTestCase::test_bad_nesting PASSED tests/test_future/test_htmlparser.py::HTMLParserTolerantTestCase::test_bare_ampersands PASSED tests/test_future/test_htmlparser.py::HTMLParserTolerantTestCase::test_bare_pointy_brackets PASSED tests/test_future/test_htmlparser.py::HTMLParserTolerantTestCase::test_broken_comments PASSED tests/test_future/test_htmlparser.py::HTMLParserTolerantTestCase::test_broken_condcoms PASSED tests/test_future/test_htmlparser.py::HTMLParserTolerantTestCase::test_broken_invalid_end_tag PASSED tests/test_future/test_htmlparser.py::HTMLParserTolerantTestCase::test_buffer_artefacts PASSED tests/test_future/test_htmlparser.py::HTMLParserTolerantTestCase::test_cdata_content PASSED tests/test_future/test_htmlparser.py::HTMLParserTolerantTestCase::test_cdata_with_closing_tags PASSED tests/test_future/test_htmlparser.py::HTMLParserTolerantTestCase::test_comma_between_attributes PASSED tests/test_future/test_htmlparser.py::HTMLParserTolerantTestCase::test_comments PASSED tests/test_future/test_htmlparser.py::HTMLParserTolerantTestCase::test_condcoms PASSED tests/test_future/test_htmlparser.py::HTMLParserTolerantTestCase::test_correct_detection_of_start_tags PASSED tests/test_future/test_htmlparser.py::HTMLParserTolerantTestCase::test_declaration_junk_chars PASSED tests/test_future/test_htmlparser.py::HTMLParserTolerantTestCase::test_get_starttag_text PASSED tests/test_future/test_htmlparser.py::HTMLParserTolerantTestCase::test_illegal_declarations PASSED tests/test_future/test_htmlparser.py::HTMLParserTolerantTestCase::test_invalid_end_tags PASSED tests/test_future/test_htmlparser.py::HTMLParserTolerantTestCase::test_malformatted_charref PASSED tests/test_future/test_htmlparser.py::HTMLParserTolerantTestCase::test_processing_instruction_only PASSED tests/test_future/test_htmlparser.py::HTMLParserTolerantTestCase::test_simple_html PASSED tests/test_future/test_htmlparser.py::HTMLParserTolerantTestCase::test_slashes_in_starttag PASSED tests/test_future/test_htmlparser.py::HTMLParserTolerantTestCase::test_startendtag PASSED tests/test_future/test_htmlparser.py::HTMLParserTolerantTestCase::test_starttag_end_boundary PASSED tests/test_future/test_htmlparser.py::HTMLParserTolerantTestCase::test_starttag_junk_chars PASSED tests/test_future/test_htmlparser.py::HTMLParserTolerantTestCase::test_tolerant_parsing PASSED tests/test_future/test_htmlparser.py::HTMLParserTolerantTestCase::test_unclosed_entityref PASSED tests/test_future/test_htmlparser.py::HTMLParserTolerantTestCase::test_unescape_function PASSED tests/test_future/test_htmlparser.py::HTMLParserTolerantTestCase::test_valid_doctypes PASSED tests/test_future/test_htmlparser.py::HTMLParserTolerantTestCase::test_weird_chars_in_unquoted_attribute_values PASSED tests/test_future/test_htmlparser.py::HTMLParserTolerantTestCase::test_with_unquoted_attributes PASSED tests/test_future/test_htmlparser.py::AttributesStrictTestCase::test_attr_entity_replacement PASSED tests/test_future/test_htmlparser.py::AttributesStrictTestCase::test_attr_funky_names PASSED tests/test_future/test_htmlparser.py::AttributesStrictTestCase::test_attr_nonascii PASSED tests/test_future/test_htmlparser.py::AttributesStrictTestCase::test_attr_syntax PASSED tests/test_future/test_htmlparser.py::AttributesStrictTestCase::test_attr_values PASSED tests/test_future/test_htmlparser.py::AttributesStrictTestCase::test_entityrefs_in_attributes PASSED tests/test_future/test_htmlparser.py::AttributesTolerantTestCase::test_adjacent_attributes PASSED tests/test_future/test_htmlparser.py::AttributesTolerantTestCase::test_attr_entity_replacement PASSED tests/test_future/test_htmlparser.py::AttributesTolerantTestCase::test_attr_funky_names PASSED tests/test_future/test_htmlparser.py::AttributesTolerantTestCase::test_attr_funky_names2 PASSED tests/test_future/test_htmlparser.py::AttributesTolerantTestCase::test_attr_nonascii PASSED tests/test_future/test_htmlparser.py::AttributesTolerantTestCase::test_attr_syntax PASSED tests/test_future/test_htmlparser.py::AttributesTolerantTestCase::test_attr_values PASSED tests/test_future/test_htmlparser.py::AttributesTolerantTestCase::test_end_tag_in_attribute_value PASSED tests/test_future/test_htmlparser.py::AttributesTolerantTestCase::test_entities_in_attribute_value PASSED tests/test_future/test_htmlparser.py::AttributesTolerantTestCase::test_entityrefs_in_attributes PASSED tests/test_future/test_htmlparser.py::AttributesTolerantTestCase::test_javascript_attribute_value PASSED tests/test_future/test_htmlparser.py::AttributesTolerantTestCase::test_malformed_adjacent_attributes PASSED tests/test_future/test_htmlparser.py::AttributesTolerantTestCase::test_malformed_attributes PASSED tests/test_future/test_htmlparser.py::AttributesTolerantTestCase::test_missing_attribute_value PASSED tests/test_future/test_htmlparser.py::test_main PASSED tests/test_future/test_http_cookiejar.py::DateTimeTests::test_http2time PASSED tests/test_future/test_http_cookiejar.py::DateTimeTests::test_http2time_formats PASSED tests/test_future/test_http_cookiejar.py::DateTimeTests::test_http2time_garbage PASSED tests/test_future/test_http_cookiejar.py::DateTimeTests::test_iso2time PASSED tests/test_future/test_http_cookiejar.py::DateTimeTests::test_iso2time_formats PASSED tests/test_future/test_http_cookiejar.py::DateTimeTests::test_iso2time_garbage PASSED tests/test_future/test_http_cookiejar.py::DateTimeTests::test_time2isoz PASSED tests/test_future/test_http_cookiejar.py::HeaderTests::test_join_header_words PASSED tests/test_future/test_http_cookiejar.py::HeaderTests::test_parse_ns_headers PASSED tests/test_future/test_http_cookiejar.py::HeaderTests::test_parse_ns_headers_special_names PASSED tests/test_future/test_http_cookiejar.py::HeaderTests::test_parse_ns_headers_version PASSED tests/test_future/test_http_cookiejar.py::HeaderTests::test_roundtrip PASSED tests/test_future/test_http_cookiejar.py::HeaderTests::test_split_header_words PASSED tests/test_future/test_http_cookiejar.py::FileCookieJarTests::test_bad_magic PASSED tests/test_future/test_http_cookiejar.py::FileCookieJarTests::test_lwp_valueless_cookie PASSED tests/test_future/test_http_cookiejar.py::CookieTests::test_Cookie_iterator PASSED tests/test_future/test_http_cookiejar.py::CookieTests::test_bad_cookie_header PASSED tests/test_future/test_http_cookiejar.py::CookieTests::test_default_path PASSED tests/test_future/test_http_cookiejar.py::CookieTests::test_default_path_with_query PASSED tests/test_future/test_http_cookiejar.py::CookieTests::test_domain_allow PASSED tests/test_future/test_http_cookiejar.py::CookieTests::test_domain_block PASSED tests/test_future/test_http_cookiejar.py::CookieTests::test_domain_match PASSED tests/test_future/test_http_cookiejar.py::CookieTests::test_domain_mirror PASSED tests/test_future/test_http_cookiejar.py::CookieTests::test_domain_return_ok PASSED tests/test_future/test_http_cookiejar.py::CookieTests::test_escape_path PASSED tests/test_future/test_http_cookiejar.py::CookieTests::test_expires PASSED tests/test_future/test_http_cookiejar.py::CookieTests::test_is_HDN PASSED tests/test_future/test_http_cookiejar.py::CookieTests::test_missing_final_slash PASSED tests/test_future/test_http_cookiejar.py::CookieTests::test_missing_value PASSED tests/test_future/test_http_cookiejar.py::CookieTests::test_no_return_comment PASSED tests/test_future/test_http_cookiejar.py::CookieTests::test_ns_parser PASSED tests/test_future/test_http_cookiejar.py::CookieTests::test_ns_parser_special_names PASSED tests/test_future/test_http_cookiejar.py::CookieTests::test_parse_ns_headers PASSED tests/test_future/test_http_cookiejar.py::CookieTests::test_path_mirror PASSED tests/test_future/test_http_cookiejar.py::CookieTests::test_port_mirror PASSED tests/test_future/test_http_cookiejar.py::CookieTests::test_quote_cookie_value PASSED tests/test_future/test_http_cookiejar.py::CookieTests::test_reach PASSED tests/test_future/test_http_cookiejar.py::CookieTests::test_request_host PASSED tests/test_future/test_http_cookiejar.py::CookieTests::test_request_path PASSED tests/test_future/test_http_cookiejar.py::CookieTests::test_request_port PASSED tests/test_future/test_http_cookiejar.py::CookieTests::test_rfc2109_handling PASSED tests/test_future/test_http_cookiejar.py::CookieTests::test_secure PASSED tests/test_future/test_http_cookiejar.py::CookieTests::test_strict_domain PASSED tests/test_future/test_http_cookiejar.py::CookieTests::test_two_component_domain_ns PASSED tests/test_future/test_http_cookiejar.py::CookieTests::test_two_component_domain_rfc2965 PASSED tests/test_future/test_http_cookiejar.py::CookieTests::test_wrong_domain PASSED tests/test_future/test_http_cookiejar.py::LWPCookieTests::test_empty_path PASSED tests/test_future/test_http_cookiejar.py::LWPCookieTests::test_ietf_example_1 PASSED tests/test_future/test_http_cookiejar.py::LWPCookieTests::test_ietf_example_2 PASSED tests/test_future/test_http_cookiejar.py::LWPCookieTests::test_intranet_domains_2965 PASSED tests/test_future/test_http_cookiejar.py::LWPCookieTests::test_intranet_domains_ns PASSED tests/test_future/test_http_cookiejar.py::LWPCookieTests::test_mozilla PASSED tests/test_future/test_http_cookiejar.py::LWPCookieTests::test_netscape_example_1 PASSED tests/test_future/test_http_cookiejar.py::LWPCookieTests::test_netscape_example_2 PASSED tests/test_future/test_http_cookiejar.py::LWPCookieTests::test_netscape_misc PASSED tests/test_future/test_http_cookiejar.py::LWPCookieTests::test_rejection PASSED tests/test_future/test_http_cookiejar.py::LWPCookieTests::test_session_cookies PASSED tests/test_future/test_http_cookiejar.py::LWPCookieTests::test_url_encoding PASSED tests/test_future/test_http_cookiejar.py::test_main PASSED tests/test_future/test_httplib.py::HeaderTests::test_auto_headers PASSED tests/test_future/test_httplib.py::HeaderTests::test_content_length_0 PASSED tests/test_future/test_httplib.py::HeaderTests::test_ipv6host_header PASSED tests/test_future/test_httplib.py::HeaderTests::test_putheader PASSED tests/test_future/test_httplib.py::BasicTest::test_bad_status_repr PASSED tests/test_future/test_httplib.py::BasicTest::test_chunked PASSED tests/test_future/test_httplib.py::BasicTest::test_chunked_head PASSED tests/test_future/test_httplib.py::BasicTest::test_early_eof PASSED tests/test_future/test_httplib.py::BasicTest::test_epipe PASSED tests/test_future/test_httplib.py::BasicTest::test_filenoattr PASSED tests/test_future/test_httplib.py::BasicTest::test_host_port PASSED tests/test_future/test_httplib.py::BasicTest::test_incomplete_read PASSED tests/test_future/test_httplib.py::BasicTest::test_negative_content_length PASSED tests/test_future/test_httplib.py::BasicTest::test_overflowing_chunked_line PASSED tests/test_future/test_httplib.py::BasicTest::test_overflowing_header_line PASSED tests/test_future/test_httplib.py::BasicTest::test_overflowing_status_line SKIPPED tests/test_future/test_httplib.py::BasicTest::test_partial_reads PASSED tests/test_future/test_httplib.py::BasicTest::test_partial_reads_incomplete_body PASSED tests/test_future/test_httplib.py::BasicTest::test_partial_reads_no_content_length PASSED tests/test_future/test_httplib.py::BasicTest::test_read_head PASSED tests/test_future/test_httplib.py::BasicTest::test_response_headers PASSED tests/test_future/test_httplib.py::BasicTest::test_send PASSED tests/test_future/test_httplib.py::BasicTest::test_send_file PASSED tests/test_future/test_httplib.py::BasicTest::test_status_lines PASSED tests/test_future/test_httplib.py::OfflineTest::test_responses PASSED tests/test_future/test_httplib.py::SourceAddressTest::testHTTPConnectionSourceAddress PASSED tests/test_future/test_httplib.py::SourceAddressTest::testHTTPSConnectionSourceAddress PASSED tests/test_future/test_httplib.py::TimeoutTest::testTimeoutAttribute PASSED tests/test_future/test_httplib.py::HTTPSTest::test_attributes PASSED tests/test_future/test_httplib.py::HTTPSTest::test_host_port PASSED tests/test_future/test_import_star.py::TestImportStar::test_iterators PASSED tests/test_future/test_import_star.py::TestImportStar::test_namespace_pollution_globals PASSED tests/test_future/test_import_star.py::TestImportStar::test_namespace_pollution_locals PASSED tests/test_future/test_import_star.py::TestImportStar::test_python_2_unicode_compatible_decorator PASSED tests/test_future/test_import_star.py::TestImportStar::test_str PASSED tests/test_future/test_import_star.py::TestImportStar::test_super PASSED tests/test_future/test_imports_httplib.py::ImportHttplibTest::test_issue_159 PASSED tests/test_future/test_imports_urllib.py::ImportUrllibTest::test_issue_158 PASSED tests/test_future/test_imports_urllib.py::ImportUrllibTest::test_urllib PASSED tests/test_future/test_int.py::IntTestCases::test_basic PASSED tests/test_future/test_int.py::IntTestCases::test_bitwise_operations PASSED tests/test_future/test_int.py::IntTestCases::test_bytes_mul PASSED tests/test_future/test_int.py::IntTestCases::test_div PASSED tests/test_future/test_int.py::IntTestCases::test_divmod PASSED tests/test_future/test_int.py::IntTestCases::test_error_message <- ../../../../../usr/lib64/python2.7/unittest/case.py xfail tests/test_future/test_int.py::IntTestCases::test_floordiv PASSED tests/test_future/test_int.py::IntTestCases::test_from_bytes PASSED tests/test_future/test_int.py::IntTestCases::test_idiv PASSED tests/test_future/test_int.py::IntTestCases::test_int_bytes PASSED tests/test_future/test_int.py::IntTestCases::test_intconversion PASSED tests/test_future/test_int.py::IntTestCases::test_isinstance_int_subclass PASSED tests/test_future/test_int.py::IntTestCases::test_keyword_args PASSED tests/test_future/test_int.py::IntTestCases::test_keyword_args_2 <- ../../../../../usr/lib64/python2.7/unittest/case.py xfail tests/test_future/test_int.py::IntTestCases::test_more_arithmetics PASSED tests/test_future/test_int.py::IntTestCases::test_multiple_inheritance <- ../../../../../usr/lib64/python2.7/unittest/case.py xfail tests/test_future/test_int.py::IntTestCases::test_newint_of_newstr PASSED tests/test_future/test_int.py::IntTestCases::test_newint_plus_float PASSED tests/test_future/test_int.py::IntTestCases::test_no_args PASSED tests/test_future/test_int.py::IntTestCases::test_non_numeric_input_types PASSED tests/test_future/test_int.py::IntTestCases::test_numpy_cast_as_long_and_newint <- ../../../../../usr/lib64/python2.7/unittest/case.py xfail tests/test_future/test_int.py::IntTestCases::test_small_ints <- ../../../../../usr/lib64/python2.7/unittest/case.py xfail tests/test_future/test_int.py::IntTestCases::test_str_mul PASSED tests/test_future/test_int.py::IntTestCases::test_string_float PASSED tests/test_future/test_int.py::IntTestCases::test_to_bytes PASSED tests/test_future/test_int.py::IntTestCases::test_truediv PASSED tests/test_future/test_int.py::IntTestCases::test_unary_operators PASSED tests/test_future/test_int.py::IntTestCases::test_upcasting_to_complex PASSED tests/test_future/test_int.py::IntTestCases::test_upcasting_to_floats PASSED tests/test_future/test_int.py::IntTestCases::test_with_metaclass_and_int <- ../../../../../usr/lib64/python2.7/unittest/case.py xfail tests/test_future/test_int_old_division.py::IntTestCasesOldDivision::test_div PASSED tests/test_future/test_int_old_division.py::IntTestCasesOldDivision::test_divmod PASSED tests/test_future/test_int_old_division.py::IntTestCasesOldDivision::test_idiv PASSED tests/test_future/test_int_old_division.py::IntTestCasesOldDivision::test_truediv PASSED tests/test_future/test_isinstance.py::TestIsInstanceExceptions::test_bases_raises_other_than_attribute_error PASSED tests/test_future/test_isinstance.py::TestIsInstanceExceptions::test_class_has_no_bases PASSED tests/test_future/test_isinstance.py::TestIsInstanceExceptions::test_dont_mask_non_attribute_error PASSED tests/test_future/test_isinstance.py::TestIsInstanceExceptions::test_isinstance_dont_mask_non_attribute_error PASSED tests/test_future/test_isinstance.py::TestIsInstanceExceptions::test_mask_attribute_error PASSED tests/test_future/test_isinstance.py::TestIsSubclassExceptions::test_dont_mask_non_attribute_error PASSED tests/test_future/test_isinstance.py::TestIsSubclassExceptions::test_dont_mask_non_attribute_error_in_cls_arg PASSED tests/test_future/test_isinstance.py::TestIsSubclassExceptions::test_mask_attribute_error PASSED tests/test_future/test_isinstance.py::TestIsSubclassExceptions::test_mask_attribute_error_in_cls_arg PASSED tests/test_future/test_isinstance.py::TestIsInstanceIsSubclass::test_isinstance_abstract PASSED tests/test_future/test_isinstance.py::TestIsInstanceIsSubclass::test_isinstance_normal PASSED tests/test_future/test_isinstance.py::TestIsInstanceIsSubclass::test_isinstance_recursion_limit PASSED tests/test_future/test_isinstance.py::TestIsInstanceIsSubclass::test_subclass_abstract PASSED tests/test_future/test_isinstance.py::TestIsInstanceIsSubclass::test_subclass_normal PASSED tests/test_future/test_isinstance.py::TestIsInstanceIsSubclass::test_subclass_recursion_limit PASSED tests/test_future/test_isinstance.py::TestIsInstanceIsSubclass::test_subclass_tuple PASSED tests/test_future/test_libfuturize_fixers.py::Test_print::test_1 PASSED tests/test_future/test_libfuturize_fixers.py::Test_print::test_2 PASSED tests/test_future/test_libfuturize_fixers.py::Test_print::test_3 PASSED tests/test_future/test_libfuturize_fixers.py::Test_print::test_4 PASSED tests/test_future/test_libfuturize_fixers.py::Test_print::test_5 PASSED tests/test_future/test_libfuturize_fixers.py::Test_print::test_idempotency PASSED tests/test_future/test_libfuturize_fixers.py::Test_print::test_idempotency_print_as_function PASSED tests/test_future/test_libfuturize_fixers.py::Test_print::test_no_trailing_comma PASSED tests/test_future/test_libfuturize_fixers.py::Test_print::test_prefix_preservation PASSED tests/test_future/test_libfuturize_fixers.py::Test_print::test_spaces_before_file PASSED tests/test_future/test_libfuturize_fixers.py::Test_print::test_trailing_comma_1 PASSED tests/test_future/test_libfuturize_fixers.py::Test_print::test_trailing_comma_2 PASSED tests/test_future/test_libfuturize_fixers.py::Test_print::test_trailing_comma_3 PASSED tests/test_future/test_libfuturize_fixers.py::Test_print::test_tuple PASSED tests/test_future/test_libfuturize_fixers.py::Test_print::test_vargs_without_trailing_comma PASSED tests/test_future/test_libfuturize_fixers.py::Test_print::test_with_future_print_function PASSED tests/test_future/test_libfuturize_fixers.py::Test_print::test_with_trailing_comma PASSED tests/test_future/test_list.py::TestList::test_bool PASSED tests/test_future/test_list.py::TestList::test_copy PASSED tests/test_future/test_list.py::TestList::test_isinstance_list PASSED tests/test_future/test_list.py::TestList::test_isinstance_list_subclass PASSED tests/test_future/test_list.py::TestList::test_list_clear PASSED tests/test_future/test_list.py::TestList::test_list_contains_something PASSED tests/test_future/test_list.py::TestList::test_list_empty PASSED tests/test_future/test_list.py::TestList::test_list_equal PASSED tests/test_future/test_list.py::TestList::test_list_getitem PASSED tests/test_future/test_list.py::TestList::test_list_index PASSED tests/test_future/test_list.py::TestList::test_list_iteration PASSED tests/test_future/test_list.py::TestList::test_list_list PASSED tests/test_future/test_list.py::TestList::test_list_list2 PASSED tests/test_future/test_list.py::TestList::test_list_plus_list PASSED tests/test_future/test_list.py::TestList::test_list_setitem PASSED tests/test_future/test_list.py::TestList::test_multiple_inheritance <- ../../../../../usr/lib64/python2.7/unittest/case.py xfail tests/test_future/test_list.py::TestList::test_slice PASSED tests/test_future/test_list.py::TestList::test_subclassing PASSED tests/test_future/test_list.py::TestList::test_subclassing_2 PASSED tests/test_future/test_list.py::TestList::test_with_metaclass_and_list <- ../../../../../usr/lib64/python2.7/unittest/case.py xfail tests/test_future/test_magicsuper.py::TestMagicSuper::test_basic_diamond PASSED tests/test_future/test_magicsuper.py::TestMagicSuper::test_call_with_args_does_nothing PASSED tests/test_future/test_magicsuper.py::TestMagicSuper::test_fails_for_oldstyle_class PASSED tests/test_future/test_magicsuper.py::TestMagicSuper::test_fails_for_raw_functions PASSED tests/test_future/test_magicsuper.py::TestMagicSuper::test_superm PASSED tests/test_future/test_magicsuper.py::TestMagicSuper::test_use_inside_classmethod PASSED tests/test_future/test_magicsuper.py::TestMagicSuper::test_use_inside_dunder_new PASSED tests/test_future/test_magicsuper.py::TestMagicSuper::test_with_unrelated_methods PASSED tests/test_future/test_object.py::TestNewObject::test_bool PASSED tests/test_future/test_object.py::TestNewObject::test_bool2 PASSED tests/test_future/test_object.py::TestNewObject::test_bool_empty_object PASSED tests/test_future/test_object.py::TestNewObject::test_implements_py2_iterator PASSED tests/test_future/test_object.py::TestNewObject::test_implements_py2_nonzero PASSED tests/test_future/test_object.py::TestNewObject::test_int_implements_py2_nonzero PASSED tests/test_future/test_object.py::TestNewObject::test_isinstance_object_subclass PASSED tests/test_future/test_object.py::TestNewObject::test_long_special_method PASSED tests/test_future/test_object.py::TestNewObject::test_multiple_inheritance PASSED tests/test_future/test_object.py::TestNewObject::test_non_iterator PASSED tests/test_future/test_object.py::TestNewObject::test_object_implements_py2_unicode_method PASSED tests/test_future/test_object.py::TestNewObject::test_types_isinstance_newobject <- ../../../../../usr/lib64/python2.7/unittest/case.py xfail tests/test_future/test_object.py::TestNewObject::test_with_metaclass_and_object PASSED tests/test_future/test_pasteurize.py::TestPasteurize::test_correct_exit_status PASSED tests/test_future/test_pasteurize.py::TestPasteurize::test_division PASSED tests/test_future/test_pasteurize.py::TestPasteurize::test_exception_indentation <- ../../../../../usr/lib64/python2.7/unittest/case.py xfail tests/test_future/test_pasteurize.py::TestPasteurize::test_print PASSED tests/test_future/test_pasteurize.py::TestPasteurize::test_range_slice PASSED tests/test_future/test_pasteurize.py::TestPasteurize::test_urllib_refactor2 PASSED tests/test_future/test_pasteurize.py::TestPasteurize::test_urllib_request <- ../../../../../usr/lib64/python2.7/unittest/case.py xfail tests/test_future/test_pasteurize.py::TestFuturizeAnnotations::test_functions_unchanged PASSED tests/test_future/test_pasteurize.py::TestFuturizeAnnotations::test_mixed_annotations PASSED tests/test_future/test_pasteurize.py::TestFuturizeAnnotations::test_multiple_param_annotations PASSED tests/test_future/test_pasteurize.py::TestFuturizeAnnotations::test_return_annotations_alone <- ../../../../../usr/lib64/python2.7/unittest/case.py xfail tests/test_future/test_pasteurize.py::TestFuturizeAnnotations::test_single_param_annotations <- ../../../../../usr/lib64/python2.7/unittest/case.py xfail tests/test_future/test_range.py::RangeTests::test_bool_range PASSED tests/test_future/test_range.py::RangeTests::test_equality_range PASSED tests/test_future/test_range.py::RangeTests::test_properties PASSED tests/test_future/test_range.py::RangeTests::test_range PASSED tests/test_future/test_range.py::RangeTests::test_rev_slice_range PASSED tests/test_future/test_range.py::RangeTests::test_rev_slice_rev_range PASSED tests/test_future/test_range.py::RangeTests::test_rev_slice_rev_stepped_range PASSED tests/test_future/test_range.py::RangeTests::test_rev_slice_stepped_range PASSED tests/test_future/test_range.py::RangeTests::test_rev_stepped_slice_range PASSED tests/test_future/test_range.py::RangeTests::test_rev_stepped_slice_rev_range PASSED tests/test_future/test_range.py::RangeTests::test_rev_stepped_slice_rev_stepped_range PASSED tests/test_future/test_range.py::RangeTests::test_rev_stepped_slice_stepped_range PASSED tests/test_future/test_range.py::RangeTests::test_slice_empty_range PASSED tests/test_future/test_range.py::RangeTests::test_slice_overflow_range PASSED tests/test_future/test_range.py::RangeTests::test_slice_range PASSED tests/test_future/test_range.py::RangeTests::test_slice_rev_range PASSED tests/test_future/test_range.py::RangeTests::test_slice_rev_stepped_range PASSED tests/test_future/test_range.py::RangeTests::test_slice_stepped_range PASSED tests/test_future/test_range.py::RangeTests::test_slice_zero_step PASSED tests/test_future/test_range.py::RangeTests::test_stepped_slice_range PASSED tests/test_future/test_range.py::RangeTests::test_stepped_slice_rev_range PASSED tests/test_future/test_range.py::RangeTests::test_stepped_slice_rev_stepped_range PASSED tests/test_future/test_range.py::RangeTests::test_stepped_slice_stepped_range PASSED tests/test_future/test_requests.py::TestRequests::test_remove_hooks_then_requests <- ../../../../../usr/lib64/python2.7/unittest/case.py SKIPPED tests/test_future/test_requests.py::TestRequests::test_requests_cm <- ../../../../../usr/lib64/python2.7/unittest/case.py SKIPPED tests/test_future/test_standard_library.py::TestStandardLibraryReorganization::test_builtins PASSED tests/test_future/test_standard_library.py::TestStandardLibraryReorganization::test_bytesio PASSED tests/test_future/test_standard_library.py::TestStandardLibraryReorganization::test_can_import_several PASSED tests/test_future/test_standard_library.py::TestStandardLibraryReorganization::test_collections_userstuff PASSED tests/test_future/test_standard_library.py::TestStandardLibraryReorganization::test_copyreg PASSED tests/test_future/test_standard_library.py::TestStandardLibraryReorganization::test_detect_hooks PASSED tests/test_future/test_standard_library.py::TestStandardLibraryReorganization::test_disable_hooks <- ../../../../../usr/lib64/python2.7/unittest/case.py xfail tests/test_future/test_standard_library.py::TestStandardLibraryReorganization::test_html_import PASSED tests/test_future/test_standard_library.py::TestStandardLibraryReorganization::test_http_client_import PASSED tests/test_future/test_standard_library.py::TestStandardLibraryReorganization::test_import_failure_from_module <- ../../../../../usr/lib64/python2.7/unittest/case.py xfail tests/test_future/test_standard_library.py::TestStandardLibraryReorganization::test_install_aliases PASSED tests/test_future/test_standard_library.py::TestStandardLibraryReorganization::test_is_py2_stdlib_module PASSED tests/test_future/test_standard_library.py::TestStandardLibraryReorganization::test_itertools_filterfalse PASSED tests/test_future/test_standard_library.py::TestStandardLibraryReorganization::test_itertools_zip_longest PASSED tests/test_future/test_standard_library.py::TestStandardLibraryReorganization::test_moves_urllib_request_http <- ../../../../../usr/lib64/python2.7/unittest/case.py SKIPPED tests/test_future/test_standard_library.py::TestStandardLibraryReorganization::test_old_urllib_import PASSED tests/test_future/test_standard_library.py::TestStandardLibraryReorganization::test_other_http_imports PASSED tests/test_future/test_standard_library.py::TestStandardLibraryReorganization::test_pickle PASSED tests/test_future/test_standard_library.py::TestStandardLibraryReorganization::test_profile PASSED tests/test_future/test_standard_library.py::TestStandardLibraryReorganization::test_queue PASSED tests/test_future/test_standard_library.py::TestStandardLibraryReorganization::test_reduce PASSED tests/test_future/test_standard_library.py::TestStandardLibraryReorganization::test_reload PASSED tests/test_future/test_standard_library.py::TestStandardLibraryReorganization::test_remove_hooks2 <- ../../../../../usr/lib64/python2.7/unittest/case.py xfail tests/test_future/test_standard_library.py::TestStandardLibraryReorganization::test_reprlib PASSED tests/test_future/test_standard_library.py::TestStandardLibraryReorganization::test_socketserver PASSED tests/test_future/test_standard_library.py::TestStandardLibraryReorganization::test_stringio PASSED tests/test_future/test_standard_library.py::TestStandardLibraryReorganization::test_suspend_hooks <- ../../../../../usr/lib64/python2.7/unittest/case.py xfail tests/test_future/test_standard_library.py::TestStandardLibraryReorganization::test_sys_intern PASSED tests/test_future/test_standard_library.py::TestStandardLibraryReorganization::test_sys_maxsize PASSED tests/test_future/test_standard_library.py::TestStandardLibraryReorganization::test_tkinter <- ../../../../../usr/lib64/python2.7/unittest/case.py SKIPPED tests/test_future/test_standard_library.py::TestStandardLibraryReorganization::test_underscore_prefixed_modules PASSED tests/test_future/test_standard_library.py::TestStandardLibraryReorganization::test_urllib_imports_cm PASSED tests/test_future/test_standard_library.py::TestStandardLibraryReorganization::test_urllib_imports_install_aliases PASSED tests/test_future/test_standard_library.py::TestStandardLibraryReorganization::test_urllib_imports_install_hooks PASSED tests/test_future/test_standard_library.py::TestStandardLibraryReorganization::test_urllib_imports_moves PASSED tests/test_future/test_standard_library.py::TestStandardLibraryReorganization::test_urllib_request_http <- ../../../../../usr/lib64/python2.7/unittest/case.py SKIPPED tests/test_future/test_standard_library.py::TestStandardLibraryReorganization::test_urllib_request_ssl_redirect <- ../../../../../usr/lib64/python2.7/unittest/case.py SKIPPED tests/test_future/test_standard_library.py::TestFutureMoves::test_future_moves PASSED tests/test_future/test_standard_library.py::TestFutureMoves::test_future_moves_dbm PASSED tests/test_future/test_standard_library.py::TestFutureMoves::test_future_moves_urllib_request PASSED tests/test_future/test_str.py::TestStr::test_bool_str PASSED tests/test_future/test_str.py::TestStr::test_cmp PASSED tests/test_future/test_str.py::TestStr::test_endswith PASSED tests/test_future/test_str.py::TestStr::test_eq PASSED tests/test_future/test_str.py::TestStr::test_eq_bytes PASSED tests/test_future/test_str.py::TestStr::test_isinstance_str PASSED tests/test_future/test_str.py::TestStr::test_isinstance_str_subclass PASSED tests/test_future/test_str.py::TestStr::test_join PASSED tests/test_future/test_str.py::TestStr::test_maketrans_translate PASSED tests/test_future/test_str.py::TestStr::test_mul PASSED tests/test_future/test_str.py::TestStr::test_multiple_inheritance <- ../../../../../usr/lib64/python2.7/unittest/case.py xfail tests/test_future/test_str.py::TestStr::test_ne PASSED tests/test_future/test_str.py::TestStr::test_os_path_join PASSED tests/test_future/test_str.py::TestStr::test_repr PASSED tests/test_future/test_str.py::TestStr::test_rmul PASSED tests/test_future/test_str.py::TestStr::test_rsplit PASSED tests/test_future/test_str.py::TestStr::test_slice <- ../../../../../usr/lib64/python2.7/unittest/case.py SKIPPED tests/test_future/test_str.py::TestStr::test_split PASSED tests/test_future/test_str.py::TestStr::test_startswith PASSED tests/test_future/test_str.py::TestStr::test_str PASSED tests/test_future/test_str.py::TestStr::test_str_contains_something PASSED tests/test_future/test_str.py::TestStr::test_str_empty PASSED tests/test_future/test_str.py::TestStr::test_str_encode_cp1251 PASSED tests/test_future/test_str.py::TestStr::test_str_encode_decode_big5 PASSED tests/test_future/test_str.py::TestStr::test_str_encode_decode_with_py2_str_arg PASSED tests/test_future/test_str.py::TestStr::test_str_encode_utf8 PASSED tests/test_future/test_str.py::TestStr::test_str_fromhex PASSED tests/test_future/test_str.py::TestStr::test_str_getitem PASSED tests/test_future/test_str.py::TestStr::test_str_hasattr_decode PASSED tests/test_future/test_str.py::TestStr::test_str_index PASSED tests/test_future/test_str.py::TestStr::test_str_is_str PASSED tests/test_future/test_str.py::TestStr::test_str_iterable_of_ints PASSED tests/test_future/test_str.py::TestStr::test_str_iteration PASSED tests/test_future/test_str.py::TestStr::test_str_join_bytes PASSED tests/test_future/test_str.py::TestStr::test_str_join_staticmethod PASSED tests/test_future/test_str.py::TestStr::test_str_join_staticmethod_workaround_1 PASSED tests/test_future/test_str.py::TestStr::test_str_join_staticmethod_workaround_2 PASSED tests/test_future/test_str.py::TestStr::test_str_join_str PASSED tests/test_future/test_str.py::TestStr::test_str_partition PASSED tests/test_future/test_str.py::TestStr::test_str_plus_bytes PASSED tests/test_future/test_str.py::TestStr::test_str_plus_str PASSED tests/test_future/test_str.py::TestStr::test_str_replace PASSED tests/test_future/test_str.py::TestStr::test_str_rpartition PASSED tests/test_future/test_str.py::TestStr::test_str_setitem PASSED tests/test_future/test_str.py::TestStr::test_str_str PASSED tests/test_future/test_str.py::TestStr::test_subclassing <- ../../../../../usr/lib64/python2.7/unittest/case.py SKIPPED tests/test_future/test_str.py::TestStr::test_subclassing_2 PASSED tests/test_future/test_str.py::TestStr::test_surrogateescape_encoding PASSED tests/test_future/test_str.py::TestStr::test_u_literal_creates_newstr_object <- ../../../../../usr/lib64/python2.7/unittest/case.py xfail tests/test_future/test_str.py::TestStr::test_with_metaclass_and_str <- ../../../../../usr/lib64/python2.7/unittest/case.py xfail tests/test_future/test_super.py::TestSuper::test___class___classmethod <- ../../../../../usr/lib64/python2.7/unittest/case.py SKIPPED tests/test_future/test_super.py::TestSuper::test___class___instancemethod <- ../../../../../usr/lib64/python2.7/unittest/case.py SKIPPED tests/test_future/test_super.py::TestSuper::test___class___staticmethod <- ../../../../../usr/lib64/python2.7/unittest/case.py SKIPPED tests/test_future/test_super.py::TestSuper::test_basics_working PASSED tests/test_future/test_super.py::TestSuper::test_cell_as_self PASSED tests/test_future/test_super.py::TestSuper::test_class_getattr_working PASSED tests/test_future/test_super.py::TestSuper::test_class_methods_still_working PASSED tests/test_future/test_super.py::TestSuper::test_obscure_super_errors PASSED tests/test_future/test_super.py::TestSuper::test_properties PASSED tests/test_future/test_super.py::TestSuper::test_subclass_no_override_working PASSED tests/test_future/test_super.py::TestSuper::test_super_in_class_methods_working PASSED tests/test_future/test_super.py::TestSuper::test_super_with_closure PASSED tests/test_future/test_super.py::TestSuper::test_unbound_method_transfer_working <- ../../../../../usr/lib64/python2.7/unittest/case.py xfail tests/test_future/test_super.py::TestSuperFromTestDescrDotPy::test_classmethods PASSED tests/test_future/test_super.py::TestSuperFromTestDescrDotPy::test_supers PASSED tests/test_future/test_surrogateescape.py::TestSurrogateEscape::test_encode_ascii_surrogateescape PASSED tests/test_future/test_surrogateescape.py::TestSurrogateEscape::test_encode_ascii_surrogateescape_non_newstr <- ../../../../../usr/lib64/python2.7/unittest/case.py xfail tests/test_future/test_surrogateescape.py::TestSurrogateEscape::test_surrogateescape PASSED tests/test_future/test_surrogateescape.py::SurrogateEscapeTest::test_ascii PASSED tests/test_future/test_surrogateescape.py::SurrogateEscapeTest::test_charmap <- ../../../../../usr/lib64/python2.7/unittest/case.py xfail tests/test_future/test_surrogateescape.py::SurrogateEscapeTest::test_decoding_works_normally PASSED tests/test_future/test_surrogateescape.py::SurrogateEscapeTest::test_encoding_works_normally <- ../../../../../usr/lib64/python2.7/unittest/case.py xfail tests/test_future/test_surrogateescape.py::SurrogateEscapeTest::test_latin1 PASSED tests/test_future/test_surrogateescape.py::SurrogateEscapeTest::test_utf8 PASSED tests/test_future/test_urllib.py::urlopen_FileTests::test_close PASSED tests/test_future/test_urllib.py::urlopen_FileTests::test_fileno PASSED tests/test_future/test_urllib.py::urlopen_FileTests::test_getcode PASSED tests/test_future/test_urllib.py::urlopen_FileTests::test_geturl PASSED tests/test_future/test_urllib.py::urlopen_FileTests::test_info PASSED tests/test_future/test_urllib.py::urlopen_FileTests::test_interface PASSED tests/test_future/test_urllib.py::urlopen_FileTests::test_iter PASSED tests/test_future/test_urllib.py::urlopen_FileTests::test_read PASSED tests/test_future/test_urllib.py::urlopen_FileTests::test_readline PASSED tests/test_future/test_urllib.py::urlopen_FileTests::test_readlines PASSED tests/test_future/test_urllib.py::urlopen_FileTests::test_relativelocalfile PASSED tests/test_future/test_urllib.py::ProxyTests::test_getproxies_environment_keep_no_proxies PASSED tests/test_future/test_urllib.py::urlopen_HttpTests::test_URLopener_deprecation PASSED tests/test_future/test_urllib.py::urlopen_HttpTests::test_empty_socket PASSED tests/test_future/test_urllib.py::urlopen_HttpTests::test_file_notexists PASSED tests/test_future/test_urllib.py::urlopen_HttpTests::test_ftp_nohost PASSED tests/test_future/test_urllib.py::urlopen_HttpTests::test_ftp_nonexisting PASSED tests/test_future/test_urllib.py::urlopen_HttpTests::test_invalid_redirect PASSED tests/test_future/test_urllib.py::urlopen_HttpTests::test_missing_localfile PASSED tests/test_future/test_urllib.py::urlopen_HttpTests::test_read_0_9 PASSED tests/test_future/test_urllib.py::urlopen_HttpTests::test_read_1_0 PASSED tests/test_future/test_urllib.py::urlopen_HttpTests::test_read_1_1 PASSED tests/test_future/test_urllib.py::urlopen_HttpTests::test_read_bogus PASSED tests/test_future/test_urllib.py::urlopen_HttpTests::test_url_fragment PASSED tests/test_future/test_urllib.py::urlopen_HttpTests::test_userpass_inurl PASSED tests/test_future/test_urllib.py::urlopen_HttpTests::test_userpass_inurl_w_spaces PASSED tests/test_future/test_urllib.py::urlopen_HttpTests::test_willclose PASSED tests/test_future/test_urllib.py::urlretrieve_FileTests::test_basic PASSED tests/test_future/test_urllib.py::urlretrieve_FileTests::test_copy PASSED tests/test_future/test_urllib.py::urlretrieve_FileTests::test_reporthook PASSED tests/test_future/test_urllib.py::urlretrieve_FileTests::test_reporthook_0_bytes PASSED tests/test_future/test_urllib.py::urlretrieve_FileTests::test_reporthook_5_bytes PASSED tests/test_future/test_urllib.py::urlretrieve_FileTests::test_reporthook_8193_bytes PASSED tests/test_future/test_urllib.py::urlretrieve_HttpTests::test_short_content_raises_ContentTooShortError PASSED tests/test_future/test_urllib.py::urlretrieve_HttpTests::test_short_content_raises_ContentTooShortError_without_reporthook PASSED tests/test_future/test_urllib.py::QuotingTests::test_default_quoting PASSED tests/test_future/test_urllib.py::QuotingTests::test_default_safe PASSED tests/test_future/test_urllib.py::QuotingTests::test_never_quote PASSED tests/test_future/test_urllib.py::QuotingTests::test_quote_bytes PASSED tests/test_future/test_urllib.py::QuotingTests::test_quote_plus_with_unicode PASSED tests/test_future/test_urllib.py::QuotingTests::test_quote_with_unicode PASSED tests/test_future/test_urllib.py::QuotingTests::test_quoting_plus PASSED tests/test_future/test_urllib.py::QuotingTests::test_quoting_space PASSED tests/test_future/test_urllib.py::QuotingTests::test_safe PASSED tests/test_future/test_urllib.py::UnquotingTests::test_unquote_to_bytes PASSED tests/test_future/test_urllib.py::UnquotingTests::test_unquote_with_unicode PASSED tests/test_future/test_urllib.py::UnquotingTests::test_unquoting PASSED tests/test_future/test_urllib.py::UnquotingTests::test_unquoting_badpercent PASSED tests/test_future/test_urllib.py::UnquotingTests::test_unquoting_mixed_case PASSED tests/test_future/test_urllib.py::UnquotingTests::test_unquoting_parts PASSED tests/test_future/test_urllib.py::UnquotingTests::test_unquoting_plus PASSED tests/test_future/test_urllib.py::urlencode_Tests::test_doseq PASSED tests/test_future/test_urllib.py::urlencode_Tests::test_empty_sequence PASSED tests/test_future/test_urllib.py::urlencode_Tests::test_nonstring_seq_values PASSED tests/test_future/test_urllib.py::urlencode_Tests::test_nonstring_values PASSED tests/test_future/test_urllib.py::urlencode_Tests::test_quoting PASSED tests/test_future/test_urllib.py::urlencode_Tests::test_urlencode_bytes PASSED tests/test_future/test_urllib.py::urlencode_Tests::test_urlencode_encoding PASSED tests/test_future/test_urllib.py::urlencode_Tests::test_urlencode_encoding_doseq PASSED tests/test_future/test_urllib.py::urlencode_Tests::test_urlencode_encoding_safe_parameter PASSED tests/test_future/test_urllib.py::urlencode_Tests::test_using_mapping PASSED tests/test_future/test_urllib.py::urlencode_Tests::test_using_sequence PASSED tests/test_future/test_urllib.py::Pathname_Tests::test_basic PASSED tests/test_future/test_urllib.py::Pathname_Tests::test_ntpath <- ../../../../../usr/lib64/python2.7/unittest/case.py SKIPPED tests/test_future/test_urllib.py::Pathname_Tests::test_quoting PASSED tests/test_future/test_urllib.py::Utility_Tests::test_splitpasswd PASSED tests/test_future/test_urllib.py::Utility_Tests::test_thishost PASSED tests/test_future/test_urllib.py::URLopener_Tests::test_quoted_open PASSED tests/test_future/test_urllib.py::RequestTests::test_default_values PASSED tests/test_future/test_urllib.py::RequestTests::test_with_method_arg PASSED tests/test_future/test_urllib.py::URL2PathNameTests::test_converting_drive_letter PASSED tests/test_future/test_urllib.py::URL2PathNameTests::test_converting_when_no_drive_letter PASSED tests/test_future/test_urllib.py::URL2PathNameTests::test_non_ascii_drive_letter PASSED tests/test_future/test_urllib.py::URL2PathNameTests::test_roundtrip_url2pathname PASSED tests/test_future/test_urllib.py::URL2PathNameTests::test_simple_compare PASSED tests/test_future/test_urllib.py::PathName2URLTests::test_converting_drive_letter PASSED tests/test_future/test_urllib.py::PathName2URLTests::test_converting_when_no_drive_letter PASSED tests/test_future/test_urllib.py::PathName2URLTests::test_long_drive_letter PASSED tests/test_future/test_urllib.py::PathName2URLTests::test_roundtrip_pathname2url PASSED tests/test_future/test_urllib.py::PathName2URLTests::test_simple_compare PASSED tests/test_future/test_urllib2.py::TrivialTests::test_URLError_reasonstr PASSED tests/test_future/test_urllib2.py::TrivialTests::test___all__ PASSED tests/test_future/test_urllib2.py::TrivialTests::test_parse_http_list PASSED tests/test_future/test_urllib2.py::TrivialTests::test_trivial PASSED tests/test_future/test_urllib2.py::RequestHdrsTests::test_password_manager PASSED tests/test_future/test_urllib2.py::RequestHdrsTests::test_password_manager_default_port PASSED tests/test_future/test_urllib2.py::RequestHdrsTests::test_request_headers_dict PASSED tests/test_future/test_urllib2.py::RequestHdrsTests::test_request_headers_methods PASSED tests/test_future/test_urllib2.py::OpenerDirectorTests::test_add_non_handler PASSED tests/test_future/test_urllib2.py::OpenerDirectorTests::test_badly_named_methods PASSED tests/test_future/test_urllib2.py::OpenerDirectorTests::test_handled PASSED tests/test_future/test_urllib2.py::OpenerDirectorTests::test_handler_order PASSED tests/test_future/test_urllib2.py::OpenerDirectorTests::test_http_error PASSED tests/test_future/test_urllib2.py::OpenerDirectorTests::test_method_deprecations PASSED tests/test_future/test_urllib2.py::OpenerDirectorTests::test_processors PASSED tests/test_future/test_urllib2.py::OpenerDirectorTests::test_raise PASSED tests/test_future/test_urllib2.py::HandlerTests::test_basic_and_digest_auth_handlers PASSED tests/test_future/test_urllib2.py::HandlerTests::test_basic_auth PASSED tests/test_future/test_urllib2.py::HandlerTests::test_basic_auth_with_single_quoted_realm PASSED tests/test_future/test_urllib2.py::HandlerTests::test_basic_auth_with_unquoted_realm PASSED tests/test_future/test_urllib2.py::HandlerTests::test_cookie_redirect PASSED tests/test_future/test_urllib2.py::HandlerTests::test_cookies PASSED tests/test_future/test_urllib2.py::HandlerTests::test_errors PASSED tests/test_future/test_urllib2.py::HandlerTests::test_file PASSED tests/test_future/test_urllib2.py::HandlerTests::test_fixpath_in_weirdurls PASSED tests/test_future/test_urllib2.py::HandlerTests::test_ftp PASSED tests/test_future/test_urllib2.py::HandlerTests::test_http PASSED tests/test_future/test_urllib2.py::HandlerTests::test_http_doubleslash PASSED tests/test_future/test_urllib2.py::HandlerTests::test_invalid_redirect PASSED tests/test_future/test_urllib2.py::HandlerTests::test_osx_proxy_bypass <- ../../../../../usr/lib64/python2.7/unittest/case.py SKIPPED tests/test_future/test_urllib2.py::HandlerTests::test_proxy PASSED tests/test_future/test_urllib2.py::HandlerTests::test_proxy_basic_auth PASSED tests/test_future/test_urllib2.py::HandlerTests::test_proxy_https PASSED tests/test_future/test_urllib2.py::HandlerTests::test_proxy_https_proxy_authorization PASSED tests/test_future/test_urllib2.py::HandlerTests::test_proxy_no_proxy PASSED tests/test_future/test_urllib2.py::HandlerTests::test_proxy_no_proxy_all PASSED tests/test_future/test_urllib2.py::HandlerTests::test_redirect PASSED tests/test_future/test_urllib2.py::HandlerTests::test_redirect_fragment PASSED tests/test_future/test_urllib2.py::HandlerTests::test_relative_redirect PASSED tests/test_future/test_urllib2.py::HandlerTests::test_unsupported_auth_basic_handler PASSED tests/test_future/test_urllib2.py::HandlerTests::test_unsupported_auth_digest_handler PASSED tests/test_future/test_urllib2.py::MiscTests::test_HTTPError_interface PASSED tests/test_future/test_urllib2.py::MiscTests::test_build_opener PASSED tests/test_future/test_urllib2.py::RequestTests::test_HTTPError_interface_call PASSED tests/test_future/test_urllib2.py::RequestTests::test_data PASSED tests/test_future/test_urllib2.py::RequestTests::test_get_full_url PASSED tests/test_future/test_urllib2.py::RequestTests::test_get_host PASSED tests/test_future/test_urllib2.py::RequestTests::test_get_host_unquote PASSED tests/test_future/test_urllib2.py::RequestTests::test_get_type PASSED tests/test_future/test_urllib2.py::RequestTests::test_method PASSED tests/test_future/test_urllib2.py::RequestTests::test_proxy PASSED tests/test_future/test_urllib2.py::RequestTests::test_selector PASSED tests/test_future/test_urllib2.py::RequestTests::test_url_fragment PASSED tests/test_future/test_urllib2.py::RequestTests::test_wrapped_url PASSED tests/test_future/test_urllib2.py::test_main PASSED tests/test_future/test_urllib_response.py::Testaddbase::test_with PASSED tests/test_future/test_urllib_toplevel.py::urlopen_FileTests::test_close PASSED tests/test_future/test_urllib_toplevel.py::urlopen_FileTests::test_fileno PASSED tests/test_future/test_urllib_toplevel.py::urlopen_FileTests::test_getcode PASSED tests/test_future/test_urllib_toplevel.py::urlopen_FileTests::test_geturl PASSED tests/test_future/test_urllib_toplevel.py::urlopen_FileTests::test_info PASSED tests/test_future/test_urllib_toplevel.py::urlopen_FileTests::test_interface PASSED tests/test_future/test_urllib_toplevel.py::urlopen_FileTests::test_iter PASSED tests/test_future/test_urllib_toplevel.py::urlopen_FileTests::test_read PASSED tests/test_future/test_urllib_toplevel.py::urlopen_FileTests::test_readline PASSED tests/test_future/test_urllib_toplevel.py::urlopen_FileTests::test_readlines PASSED tests/test_future/test_urllib_toplevel.py::urlopen_FileTests::test_relativelocalfile PASSED tests/test_future/test_urllib_toplevel.py::ProxyTests::test_getproxies_environment_keep_no_proxies PASSED tests/test_future/test_urllib_toplevel.py::urlopen_HttpTests::test_URLopener_deprecation PASSED tests/test_future/test_urllib_toplevel.py::urlopen_HttpTests::test_empty_socket PASSED tests/test_future/test_urllib_toplevel.py::urlopen_HttpTests::test_file_notexists PASSED tests/test_future/test_urllib_toplevel.py::urlopen_HttpTests::test_ftp_nohost PASSED tests/test_future/test_urllib_toplevel.py::urlopen_HttpTests::test_ftp_nonexisting PASSED tests/test_future/test_urllib_toplevel.py::urlopen_HttpTests::test_invalid_redirect <- ../../../../../usr/lib64/python2.7/unittest/case.py SKIPPED tests/test_future/test_urllib_toplevel.py::urlopen_HttpTests::test_missing_localfile PASSED tests/test_future/test_urllib_toplevel.py::urlopen_HttpTests::test_read_0_9 <- ../../../../../usr/lib64/python2.7/unittest/case.py xfail tests/test_future/test_urllib_toplevel.py::urlopen_HttpTests::test_read_1_0 <- ../../../../../usr/lib64/python2.7/unittest/case.py xfail tests/test_future/test_urllib_toplevel.py::urlopen_HttpTests::test_read_1_1 <- ../../../../../usr/lib64/python2.7/unittest/case.py xfail tests/test_future/test_urllib_toplevel.py::urlopen_HttpTests::test_read_bogus <- ../../../../../usr/lib64/python2.7/unittest/case.py xfail tests/test_future/test_urllib_toplevel.py::urlopen_HttpTests::test_url_fragment <- ../../../../../usr/lib64/python2.7/unittest/case.py SKIPPED tests/test_future/test_urllib_toplevel.py::urlopen_HttpTests::test_userpass_inurl <- ../../../../../usr/lib64/python2.7/unittest/case.py xfail tests/test_future/test_urllib_toplevel.py::urlopen_HttpTests::test_userpass_inurl_w_spaces <- ../../../../../usr/lib64/python2.7/unittest/case.py xfail tests/test_future/test_urllib_toplevel.py::urlopen_HttpTests::test_willclose <- ../../../../../usr/lib64/python2.7/unittest/case.py SKIPPED tests/test_future/test_urllib_toplevel.py::urlretrieve_FileTests::test_basic PASSED tests/test_future/test_urllib_toplevel.py::urlretrieve_FileTests::test_copy PASSED tests/test_future/test_urllib_toplevel.py::urlretrieve_FileTests::test_reporthook PASSED tests/test_future/test_urllib_toplevel.py::urlretrieve_FileTests::test_reporthook_0_bytes PASSED tests/test_future/test_urllib_toplevel.py::urlretrieve_FileTests::test_reporthook_5_bytes PASSED tests/test_future/test_urllib_toplevel.py::urlretrieve_FileTests::test_reporthook_8193_bytes PASSED tests/test_future/test_urllib_toplevel.py::urlretrieve_HttpTests::test_short_content_raises_ContentTooShortError <- ../../../../../usr/lib64/python2.7/unittest/case.py xfail tests/test_future/test_urllib_toplevel.py::urlretrieve_HttpTests::test_short_content_raises_ContentTooShortError_without_reporthook <- ../../../../../usr/lib64/python2.7/unittest/case.py xfail tests/test_future/test_urllib_toplevel.py::QuotingTests::test_default_quoting PASSED tests/test_future/test_urllib_toplevel.py::QuotingTests::test_default_safe PASSED tests/test_future/test_urllib_toplevel.py::QuotingTests::test_never_quote PASSED tests/test_future/test_urllib_toplevel.py::QuotingTests::test_quote_bytes PASSED tests/test_future/test_urllib_toplevel.py::QuotingTests::test_quote_plus_with_unicode PASSED tests/test_future/test_urllib_toplevel.py::QuotingTests::test_quote_with_unicode PASSED tests/test_future/test_urllib_toplevel.py::QuotingTests::test_quoting_plus PASSED tests/test_future/test_urllib_toplevel.py::QuotingTests::test_quoting_space PASSED tests/test_future/test_urllib_toplevel.py::QuotingTests::test_safe PASSED tests/test_future/test_urllib_toplevel.py::UnquotingTests::test_unquote_to_bytes PASSED tests/test_future/test_urllib_toplevel.py::UnquotingTests::test_unquote_with_unicode PASSED tests/test_future/test_urllib_toplevel.py::UnquotingTests::test_unquoting PASSED tests/test_future/test_urllib_toplevel.py::UnquotingTests::test_unquoting_badpercent PASSED tests/test_future/test_urllib_toplevel.py::UnquotingTests::test_unquoting_mixed_case PASSED tests/test_future/test_urllib_toplevel.py::UnquotingTests::test_unquoting_parts PASSED tests/test_future/test_urllib_toplevel.py::UnquotingTests::test_unquoting_plus PASSED tests/test_future/test_urllib_toplevel.py::urlencode_Tests::test_doseq PASSED tests/test_future/test_urllib_toplevel.py::urlencode_Tests::test_empty_sequence PASSED tests/test_future/test_urllib_toplevel.py::urlencode_Tests::test_nonstring_seq_values PASSED tests/test_future/test_urllib_toplevel.py::urlencode_Tests::test_nonstring_values PASSED tests/test_future/test_urllib_toplevel.py::urlencode_Tests::test_quoting PASSED tests/test_future/test_urllib_toplevel.py::urlencode_Tests::test_urlencode_bytes PASSED tests/test_future/test_urllib_toplevel.py::urlencode_Tests::test_urlencode_encoding PASSED tests/test_future/test_urllib_toplevel.py::urlencode_Tests::test_urlencode_encoding_doseq PASSED tests/test_future/test_urllib_toplevel.py::urlencode_Tests::test_urlencode_encoding_safe_parameter PASSED tests/test_future/test_urllib_toplevel.py::urlencode_Tests::test_using_mapping PASSED tests/test_future/test_urllib_toplevel.py::urlencode_Tests::test_using_sequence PASSED tests/test_future/test_urllib_toplevel.py::Pathname_Tests::test_basic PASSED tests/test_future/test_urllib_toplevel.py::Pathname_Tests::test_ntpath <- ../../../../../usr/lib64/python2.7/unittest/case.py SKIPPED tests/test_future/test_urllib_toplevel.py::Pathname_Tests::test_quoting PASSED tests/test_future/test_urllib_toplevel.py::Utility_Tests::test_splitpasswd PASSED tests/test_future/test_urllib_toplevel.py::Utility_Tests::test_thishost PASSED tests/test_future/test_urllib_toplevel.py::URLopener_Tests::test_quoted_open PASSED tests/test_future/test_urllib_toplevel.py::RequestTests::test_default_values PASSED tests/test_future/test_urllib_toplevel.py::RequestTests::test_with_method_arg PASSED tests/test_future/test_urllib_toplevel.py::URL2PathNameTests::test_converting_drive_letter PASSED tests/test_future/test_urllib_toplevel.py::URL2PathNameTests::test_converting_when_no_drive_letter PASSED tests/test_future/test_urllib_toplevel.py::URL2PathNameTests::test_non_ascii_drive_letter PASSED tests/test_future/test_urllib_toplevel.py::URL2PathNameTests::test_roundtrip_url2pathname PASSED tests/test_future/test_urllib_toplevel.py::URL2PathNameTests::test_simple_compare PASSED tests/test_future/test_urllib_toplevel.py::PathName2URLTests::test_converting_drive_letter PASSED tests/test_future/test_urllib_toplevel.py::PathName2URLTests::test_converting_when_no_drive_letter PASSED tests/test_future/test_urllib_toplevel.py::PathName2URLTests::test_long_drive_letter PASSED tests/test_future/test_urllib_toplevel.py::PathName2URLTests::test_roundtrip_pathname2url PASSED tests/test_future/test_urllib_toplevel.py::PathName2URLTests::test_simple_compare PASSED tests/test_future/test_urllibnet.py::URLTimeoutTest::testURLread SKIPPED tests/test_future/test_urllibnet.py::urlopenNetworkTests::test_bad_address PASSED tests/test_future/test_urllibnet.py::urlopenNetworkTests::test_basic SKIPPED tests/test_future/test_urllibnet.py::urlopenNetworkTests::test_fileno SKIPPED tests/test_future/test_urllibnet.py::urlopenNetworkTests::test_getcode SKIPPED tests/test_future/test_urllibnet.py::urlopenNetworkTests::test_geturl SKIPPED tests/test_future/test_urllibnet.py::urlopenNetworkTests::test_info <- ../../../../../usr/lib64/python2.7/unittest/case.py SKIPPED tests/test_future/test_urllibnet.py::urlopenNetworkTests::test_readlines SKIPPED tests/test_future/test_urllibnet.py::urlretrieveNetworkTests::test_basic SKIPPED tests/test_future/test_urllibnet.py::urlretrieveNetworkTests::test_data_header SKIPPED tests/test_future/test_urllibnet.py::urlretrieveNetworkTests::test_header <- ../../../../../usr/lib64/python2.7/unittest/case.py SKIPPED tests/test_future/test_urllibnet.py::urlretrieveNetworkTests::test_reporthook SKIPPED tests/test_future/test_urllibnet.py::urlretrieveNetworkTests::test_specified_path SKIPPED tests/test_future/test_urllibnet.py::test_main PASSED tests/test_future/test_urlparse.py::UrlParseTestCase::test_RFC1808 PASSED tests/test_future/test_urlparse.py::UrlParseTestCase::test_RFC2368 PASSED tests/test_future/test_urlparse.py::UrlParseTestCase::test_RFC2396 PASSED tests/test_future/test_urlparse.py::UrlParseTestCase::test_RFC2732 PASSED tests/test_future/test_urlparse.py::UrlParseTestCase::test_RFC3986 PASSED tests/test_future/test_urlparse.py::UrlParseTestCase::test_anyscheme PASSED tests/test_future/test_urlparse.py::UrlParseTestCase::test_attributes_bad_port PASSED tests/test_future/test_urlparse.py::UrlParseTestCase::test_attributes_without_netloc PASSED tests/test_future/test_urlparse.py::UrlParseTestCase::test_http_roundtrips PASSED tests/test_future/test_urlparse.py::UrlParseTestCase::test_issue14072 PASSED tests/test_future/test_urlparse.py::UrlParseTestCase::test_mixed_types_rejected PASSED tests/test_future/test_urlparse.py::UrlParseTestCase::test_noslash PASSED tests/test_future/test_urlparse.py::UrlParseTestCase::test_parse_qs_encoding PASSED tests/test_future/test_urlparse.py::UrlParseTestCase::test_parse_qsl_encoding PASSED tests/test_future/test_urlparse.py::UrlParseTestCase::test_portseparator PASSED tests/test_future/test_urlparse.py::UrlParseTestCase::test_qsl PASSED tests/test_future/test_urlparse.py::UrlParseTestCase::test_quote_errors PASSED tests/test_future/test_urlparse.py::UrlParseTestCase::test_quote_from_bytes PASSED tests/test_future/test_urlparse.py::UrlParseTestCase::test_result_pairs PASSED tests/test_future/test_urlparse.py::UrlParseTestCase::test_roundtrips PASSED tests/test_future/test_urlparse.py::UrlParseTestCase::test_splitnport PASSED tests/test_future/test_urlparse.py::UrlParseTestCase::test_splitquery PASSED tests/test_future/test_urlparse.py::UrlParseTestCase::test_splitvalue PASSED tests/test_future/test_urlparse.py::UrlParseTestCase::test_telurl_params PASSED tests/test_future/test_urlparse.py::UrlParseTestCase::test_to_bytes PASSED tests/test_future/test_urlparse.py::UrlParseTestCase::test_unparse_parse PASSED tests/test_future/test_urlparse.py::UrlParseTestCase::test_unquote_to_bytes PASSED tests/test_future/test_urlparse.py::UrlParseTestCase::test_urldefrag PASSED tests/test_future/test_urlparse.py::UrlParseTestCase::test_urlencode_sequences PASSED tests/test_future/test_urlparse.py::UrlParseTestCase::test_urljoins PASSED tests/test_future/test_urlparse.py::UrlParseTestCase::test_urlsplit_attributes PASSED tests/test_future/test_urlparse.py::UrlParseTestCase::test_usingsys PASSED tests/test_future/test_urlparse.py::UrlParseTestCase::test_withoutscheme PASSED tests/test_future/test_utils.py::TestUtils::test_as_native_str PASSED tests/test_future/test_utils.py::TestUtils::test_bytes_to_native_str PASSED tests/test_future/test_utils.py::TestUtils::test_ensure_new_type PASSED tests/test_future/test_utils.py::TestUtils::test_isbytes PASSED tests/test_future/test_utils.py::TestUtils::test_issue_235 PASSED tests/test_future/test_utils.py::TestUtils::test_istext PASSED tests/test_future/test_utils.py::TestUtils::test_native PASSED tests/test_future/test_utils.py::TestUtils::test_native_str PASSED tests/test_future/test_utils.py::TestUtils::test_old_div PASSED tests/test_future/test_utils.py::TestUtils::test_raise_ PASSED tests/test_future/test_utils.py::TestUtils::test_raise_from_None PASSED tests/test_future/test_utils.py::TestCause::testCauseSyntax PASSED tests/test_future/test_utils.py::TestCause::test_class_cause PASSED tests/test_future/test_utils.py::TestCause::test_erroneous_cause PASSED tests/test_future/test_utils.py::TestCause::test_instance_cause PASSED tests/test_future/test_utils.py::TestCause::test_invalid_cause PASSED tests/test_future/test_utils.py::TestCause::test_normal_use PASSED tests/test_past/test_basestring.py::TestBaseString::test_isinstance PASSED tests/test_past/test_builtins.py::BuiltinTest::test_abs PASSED tests/test_past/test_builtins.py::BuiltinTest::test_all PASSED tests/test_past/test_builtins.py::BuiltinTest::test_any PASSED tests/test_past/test_builtins.py::BuiltinTest::test_apply PASSED tests/test_past/test_builtins.py::BuiltinTest::test_basestring PASSED tests/test_past/test_builtins.py::BuiltinTest::test_bin PASSED tests/test_past/test_builtins.py::BuiltinTest::test_bytearray_translate PASSED tests/test_past/test_builtins.py::BuiltinTest::test_callable PASSED tests/test_past/test_builtins.py::BuiltinTest::test_chr PASSED tests/test_past/test_builtins.py::BuiltinTest::test_cmp PASSED tests/test_past/test_builtins.py::BuiltinTest::test_coerce PASSED tests/test_past/test_builtins.py::BuiltinTest::test_compile PASSED tests/test_past/test_builtins.py::BuiltinTest::test_delattr PASSED tests/test_past/test_builtins.py::BuiltinTest::test_dir PASSED tests/test_past/test_builtins.py::BuiltinTest::test_divmod PASSED tests/test_past/test_builtins.py::BuiltinTest::test_eval PASSED tests/test_past/test_builtins.py::BuiltinTest::test_execfile PASSED tests/test_past/test_builtins.py::BuiltinTest::test_filter PASSED tests/test_past/test_builtins.py::BuiltinTest::test_filter_subclasses PASSED tests/test_past/test_builtins.py::BuiltinTest::test_format PASSED tests/test_past/test_builtins.py::BuiltinTest::test_general_eval PASSED tests/test_past/test_builtins.py::BuiltinTest::test_getattr PASSED tests/test_past/test_builtins.py::BuiltinTest::test_hasattr PASSED tests/test_past/test_builtins.py::BuiltinTest::test_hash PASSED tests/test_past/test_builtins.py::BuiltinTest::test_hex PASSED tests/test_past/test_builtins.py::BuiltinTest::test_id PASSED tests/test_past/test_builtins.py::BuiltinTest::test_import PASSED tests/test_past/test_builtins.py::BuiltinTest::test_input_and_raw_input PASSED tests/test_past/test_builtins.py::BuiltinTest::test_intern PASSED tests/test_past/test_builtins.py::BuiltinTest::test_isinstance PASSED tests/test_past/test_builtins.py::BuiltinTest::test_issubclass PASSED tests/test_past/test_builtins.py::BuiltinTest::test_iter PASSED tests/test_past/test_builtins.py::BuiltinTest::test_len PASSED tests/test_past/test_builtins.py::BuiltinTest::test_map PASSED tests/test_past/test_builtins.py::BuiltinTest::test_max PASSED tests/test_past/test_builtins.py::BuiltinTest::test_min PASSED tests/test_past/test_builtins.py::BuiltinTest::test_neg PASSED tests/test_past/test_builtins.py::BuiltinTest::test_next PASSED tests/test_past/test_builtins.py::BuiltinTest::test_oct PASSED tests/test_past/test_builtins.py::BuiltinTest::test_open PASSED tests/test_past/test_builtins.py::BuiltinTest::test_ord PASSED tests/test_past/test_builtins.py::BuiltinTest::test_pow PASSED tests/test_past/test_builtins.py::BuiltinTest::test_range PASSED tests/test_past/test_builtins.py::BuiltinTest::test_reduce PASSED tests/test_past/test_builtins.py::BuiltinTest::test_reload PASSED tests/test_past/test_builtins.py::BuiltinTest::test_repr PASSED tests/test_past/test_builtins.py::BuiltinTest::test_round PASSED tests/test_past/test_builtins.py::BuiltinTest::test_round_large PASSED tests/test_past/test_builtins.py::BuiltinTest::test_setattr PASSED tests/test_past/test_builtins.py::BuiltinTest::test_sum PASSED tests/test_past/test_builtins.py::BuiltinTest::test_type PASSED tests/test_past/test_builtins.py::BuiltinTest::test_unichr PASSED tests/test_past/test_builtins.py::BuiltinTest::test_vars PASSED tests/test_past/test_builtins.py::BuiltinTest::test_zip PASSED tests/test_past/test_builtins.py::TestSorted::test_baddecorator PASSED tests/test_past/test_builtins.py::TestSorted::test_basic PASSED tests/test_past/test_builtins.py::TestSorted::test_inputtypes PASSED tests/test_past/test_noniterators.py::TestNonIterators::test_noniterators_produce_lists PASSED tests/test_past/test_olddict.py::TestOldDict::test_braces_create_newdict_object PASSED tests/test_past/test_olddict.py::TestOldDict::test_dict_empty PASSED tests/test_past/test_olddict.py::TestOldDict::test_dict_eq PASSED tests/test_past/test_olddict.py::TestOldDict::test_dict_getitem PASSED tests/test_past/test_olddict.py::TestOldDict::test_dict_items PASSED tests/test_past/test_olddict.py::TestOldDict::test_dict_keys PASSED tests/test_past/test_olddict.py::TestOldDict::test_dict_values PASSED tests/test_past/test_olddict.py::TestOldDict::test_isinstance_dict PASSED tests/test_past/test_olddict.py::TestOldDict::test_methods_produce_lists PASSED tests/test_past/test_olddict.py::TestOldDict::test_set_like_behaviour PASSED tests/test_past/test_olddict.py::Py2DictTest::test_bool PASSED tests/test_past/test_olddict.py::Py2DictTest::test_clear PASSED tests/test_past/test_olddict.py::Py2DictTest::test_constructor PASSED tests/test_past/test_olddict.py::Py2DictTest::test_contains PASSED tests/test_past/test_olddict.py::Py2DictTest::test_copy PASSED tests/test_past/test_olddict.py::Py2DictTest::test_fromkeys PASSED tests/test_past/test_olddict.py::Py2DictTest::test_get PASSED tests/test_past/test_olddict.py::Py2DictTest::test_getitem PASSED tests/test_past/test_olddict.py::Py2DictTest::test_has_key PASSED tests/test_past/test_olddict.py::Py2DictTest::test_items PASSED tests/test_past/test_olddict.py::Py2DictTest::test_keys PASSED tests/test_past/test_olddict.py::Py2DictTest::test_le <- ../../../../../usr/lib64/python2.7/unittest/case.py SKIPPED tests/test_past/test_olddict.py::Py2DictTest::test_len PASSED tests/test_past/test_olddict.py::Py2DictTest::test_literal_constructor PASSED tests/test_past/test_olddict.py::Py2DictTest::test_missing PASSED tests/test_past/test_olddict.py::Py2DictTest::test_mutatingiteration PASSED tests/test_past/test_olddict.py::Py2DictTest::test_pop PASSED tests/test_past/test_olddict.py::Py2DictTest::test_popitem PASSED tests/test_past/test_olddict.py::Py2DictTest::test_repr PASSED tests/test_past/test_olddict.py::Py2DictTest::test_setdefault PASSED tests/test_past/test_olddict.py::Py2DictTest::test_setdefault_atomic PASSED tests/test_past/test_olddict.py::Py2DictTest::test_tuple_keyerror PASSED tests/test_past/test_olddict.py::Py2DictTest::test_update PASSED tests/test_past/test_olddict.py::Py2DictTest::test_values PASSED tests/test_past/test_oldstr.py::TestOldStr::test_getitem PASSED tests/test_past/test_oldstr.py::TestOldStr::test_repr PASSED tests/test_past/test_oldstr.py::TestOldStr::test_str PASSED tests/test_past/test_oldstr.py::TestOldStr::test_unescape PASSED tests/test_past/test_translation.py::TestTranslate::test_common_substring PASSED tests/test_past/test_translation.py::TestTranslate::test_div PASSED tests/test_past/test_translation.py::TestTranslate::test_exception_syntax PASSED tests/test_past/test_translation.py::TestTranslate::test_exec_statement PASSED tests/test_past/test_translation.py::TestTranslate::test_import_builtin_types PASSED tests/test_past/test_translation.py::TestTranslate::test_import_future_standard_library PASSED tests/test_past/test_translation.py::TestTranslate::test_old_builtin_functions PASSED tests/test_past/test_translation.py::TestTranslate::test_print_statement PASSED tests/test_past/test_translation.py::TestTranslate::test_xrange PASSED ======= 979 passed, 39 skipped, 63 xfailed, 1 warnings in 33.81 seconds ======== + popd ~/build/BUILD/future-0.16.0 + exit 0 Processing files: python2-future-0.16.0-4.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.WiD0Mw + umask 022 + cd /builddir/build/BUILD + cd future-0.16.0 + DOCDIR=/builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/share/doc/python2-future-0.16.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/share/doc/python2-future-0.16.0 + cp -pr python2/README.rst /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/share/doc/python2-future-0.16.0 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.CyRsFQ + umask 022 + cd /builddir/build/BUILD + cd future-0.16.0 + LICENSEDIR=/builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/share/licenses/python2-future-0.16.0 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/share/licenses/python2-future-0.16.0 + cp -pr python2/LICENSE.txt /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch/usr/share/licenses/python2-future-0.16.0 + exit 0 Provides: future = 0:0.16.0-4.el7 python2-future = 0.16.0-4.el7 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: /usr/bin/python2 python(abi) = 2.7 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch Wrote: /builddir/build/RPMS/python2-future-0.16.0-4.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.WOMt47 + umask 022 + cd /builddir/build/BUILD + cd future-0.16.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/future-0.16.0-4.el7.noarch + exit 0 Child return code was: 0 LEAVE do -->