Build of python-rope with clang_glibc toolchain

The build took 00h 03m 49s and was SUCCESSFUL.

The program in this build is written in the following languages, according to sloccount:

SLOCLanguage
24,391 python
24,391 total

The process tree of the build process is here.

Log

To avoid scrolling, you may jump to the last line of the invocation of makepkg that was used to build this package.

Removed vanilla repositories from pacman.conf and added:
# [tuscan]
# Server = file:///var/cache/pacman/pkg/

CMD: pacman -Syy --noconfirm
# :: Synchronizing package databases...
# downloading tuscan.db...

Copied permanent toolchain into container-local sysroot
# /toolchain_root/sysroot --> /sysroot/sysroot
# /toolchain_root/lib --> /sysroot/lib
# /toolchain_root/sbin --> /sysroot/sbin
# /toolchain_root/lib64 --> /sysroot/lib64
# /toolchain_root/etc --> /sysroot/etc
# /toolchain_root/share --> /sysroot/share
# /toolchain_root/bin --> /sysroot/bin
# /toolchain_root/var --> /sysroot/var
# /toolchain_root/usr --> /sysroot/usr
# /toolchain_root/glibc-build --> /sysroot/glibc-build
# /toolchain_root/x86_64-pc-linux-gnu --> /sysroot/x86_64-pc-linux-gnu
# /toolchain_root/include --> /sysroot/include
# /toolchain_root/libexec --> /sysroot/libexec

CMD: sudo -u tuscan PATH=/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: python-rope 0.9.4_1-3 (Thu Apr 13 13:49:26 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# running build
# running build_py
# creating build
# creating build/lib
# creating build/lib/rope
# copying rope/__init__.py -> build/lib/rope
# creating build/lib/rope/base
# copying rope/base/ast.py -> build/lib/rope/base
# copying rope/base/astutils.py -> build/lib/rope/base
# copying rope/base/resources.py -> build/lib/rope/base
# copying rope/base/pyobjects.py -> build/lib/rope/base
# copying rope/base/resourceobserver.py -> build/lib/rope/base
# copying rope/base/evaluate.py -> build/lib/rope/base
# copying rope/base/project.py -> build/lib/rope/base
# copying rope/base/fscommands.py -> build/lib/rope/base
# copying rope/base/pynames.py -> build/lib/rope/base
# copying rope/base/__init__.py -> build/lib/rope/base
# copying rope/base/taskhandle.py -> build/lib/rope/base
# copying rope/base/simplify.py -> build/lib/rope/base
# copying rope/base/builtins.py -> build/lib/rope/base
# copying rope/base/pynamesdef.py -> build/lib/rope/base
# copying rope/base/default_config.py -> build/lib/rope/base
# copying rope/base/pyscopes.py -> build/lib/rope/base
# copying rope/base/utils.py -> build/lib/rope/base
# copying rope/base/pyobjectsdef.py -> build/lib/rope/base
# copying rope/base/history.py -> build/lib/rope/base
# copying rope/base/exceptions.py -> build/lib/rope/base
# copying rope/base/libutils.py -> build/lib/rope/base
# copying rope/base/stdmods.py -> build/lib/rope/base
# copying rope/base/codeanalyze.py -> build/lib/rope/base
# copying rope/base/worder.py -> build/lib/rope/base
# copying rope/base/prefs.py -> build/lib/rope/base
# copying rope/base/arguments.py -> build/lib/rope/base
# copying rope/base/pycore.py -> build/lib/rope/base
# copying rope/base/change.py -> build/lib/rope/base
# creating build/lib/rope/base/oi
# copying rope/base/oi/memorydb.py -> build/lib/rope/base/oi
# copying rope/base/oi/objectdb.py -> build/lib/rope/base/oi
# copying rope/base/oi/soi.py -> build/lib/rope/base/oi
# copying rope/base/oi/__init__.py -> build/lib/rope/base/oi
# copying rope/base/oi/transform.py -> build/lib/rope/base/oi
# copying rope/base/oi/soa.py -> build/lib/rope/base/oi
# copying rope/base/oi/runmod.py -> build/lib/rope/base/oi
# copying rope/base/oi/objectinfo.py -> build/lib/rope/base/oi
# copying rope/base/oi/doa.py -> build/lib/rope/base/oi
# creating build/lib/rope/refactor
# copying rope/refactor/multiproject.py -> build/lib/rope/refactor
# copying rope/refactor/suites.py -> build/lib/rope/refactor
# copying rope/refactor/extract.py -> build/lib/rope/refactor
# copying rope/refactor/similarfinder.py -> build/lib/rope/refactor
# copying rope/refactor/usefunction.py -> build/lib/rope/refactor
# copying rope/refactor/topackage.py -> build/lib/rope/refactor
# copying rope/refactor/localtofield.py -> build/lib/rope/refactor
# copying rope/refactor/introduce_parameter.py -> build/lib/rope/refactor
# copying rope/refactor/rename.py -> build/lib/rope/refactor
# copying rope/refactor/wildcards.py -> build/lib/rope/refactor
# copying rope/refactor/__init__.py -> build/lib/rope/refactor
# copying rope/refactor/inline.py -> build/lib/rope/refactor
# copying rope/refactor/change_signature.py -> build/lib/rope/refactor
# copying rope/refactor/sourceutils.py -> build/lib/rope/refactor
# copying rope/refactor/occurrences.py -> build/lib/rope/refactor
# copying rope/refactor/encapsulate_field.py -> build/lib/rope/refactor
# copying rope/refactor/method_object.py -> build/lib/rope/refactor
# copying rope/refactor/functionutils.py -> build/lib/rope/refactor
# copying rope/refactor/restructure.py -> build/lib/rope/refactor
# copying rope/refactor/move.py -> build/lib/rope/refactor
# copying rope/refactor/introduce_factory.py -> build/lib/rope/refactor
# copying rope/refactor/patchedast.py -> build/lib/rope/refactor
# creating build/lib/rope/refactor/importutils
# copying rope/refactor/importutils/importinfo.py -> build/lib/rope/refactor/importutils
# copying rope/refactor/importutils/actions.py -> build/lib/rope/refactor/importutils
# copying rope/refactor/importutils/__init__.py -> build/lib/rope/refactor/importutils
# copying rope/refactor/importutils/module_imports.py -> build/lib/rope/refactor/importutils
# creating build/lib/rope/contrib
# copying rope/contrib/fixsyntax.py -> build/lib/rope/contrib
# copying rope/contrib/codeassist.py -> build/lib/rope/contrib
# copying rope/contrib/findit.py -> build/lib/rope/contrib
# copying rope/contrib/__init__.py -> build/lib/rope/contrib
# copying rope/contrib/finderrors.py -> build/lib/rope/contrib
# copying rope/contrib/changestack.py -> build/lib/rope/contrib
# copying rope/contrib/fixmodnames.py -> build/lib/rope/contrib
# copying rope/contrib/generate.py -> build/lib/rope/contrib
# copying rope/contrib/autoimport.py -> build/lib/rope/contrib
# /usr/lib/python3.5/site-packages/setuptools/dist.py:285: UserWarning: Normalizing '0.9.4-1' to '0.9.4.post1'
# normalized_version,
# ==> Entering fakeroot environment...
# ==> Starting package()...
# running install
# running build
# running build_py
# running install_lib
# creating /tmp/python-rope/pkg/python-rope/usr
# creating /tmp/python-rope/pkg/python-rope/usr/lib
# creating /tmp/python-rope/pkg/python-rope/usr/lib/python3.5
# creating /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages
# creating /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope
# copying build/lib/rope/__init__.py -> /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope
# creating /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/base
# copying build/lib/rope/base/ast.py -> /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/base
# copying build/lib/rope/base/astutils.py -> /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/base
# copying build/lib/rope/base/resources.py -> /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/base
# copying build/lib/rope/base/pyobjects.py -> /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/base
# copying build/lib/rope/base/resourceobserver.py -> /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/base
# copying build/lib/rope/base/evaluate.py -> /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/base
# copying build/lib/rope/base/project.py -> /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/base
# copying build/lib/rope/base/fscommands.py -> /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/base
# copying build/lib/rope/base/pynames.py -> /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/base
# copying build/lib/rope/base/__init__.py -> /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/base
# copying build/lib/rope/base/taskhandle.py -> /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/base
# copying build/lib/rope/base/simplify.py -> /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/base
# copying build/lib/rope/base/builtins.py -> /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/base
# copying build/lib/rope/base/pynamesdef.py -> /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/base
# copying build/lib/rope/base/default_config.py -> /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/base
# copying build/lib/rope/base/pyscopes.py -> /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/base
# copying build/lib/rope/base/utils.py -> /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/base
# copying build/lib/rope/base/pyobjectsdef.py -> /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/base
# copying build/lib/rope/base/history.py -> /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/base
# copying build/lib/rope/base/exceptions.py -> /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/base
# copying build/lib/rope/base/libutils.py -> /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/base
# copying build/lib/rope/base/stdmods.py -> /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/base
# copying build/lib/rope/base/codeanalyze.py -> /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/base
# copying build/lib/rope/base/worder.py -> /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/base
# copying build/lib/rope/base/prefs.py -> /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/base
# copying build/lib/rope/base/arguments.py -> /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/base
# copying build/lib/rope/base/pycore.py -> /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/base
# copying build/lib/rope/base/change.py -> /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/base
# creating /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/base/oi
# copying build/lib/rope/base/oi/memorydb.py -> /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/base/oi
# copying build/lib/rope/base/oi/objectdb.py -> /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/base/oi
# copying build/lib/rope/base/oi/soi.py -> /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/base/oi
# copying build/lib/rope/base/oi/__init__.py -> /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/base/oi
# copying build/lib/rope/base/oi/transform.py -> /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/base/oi
# copying build/lib/rope/base/oi/soa.py -> /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/base/oi
# copying build/lib/rope/base/oi/runmod.py -> /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/base/oi
# copying build/lib/rope/base/oi/objectinfo.py -> /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/base/oi
# copying build/lib/rope/base/oi/doa.py -> /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/base/oi
# creating /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/refactor
# copying build/lib/rope/refactor/multiproject.py -> /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/refactor
# copying build/lib/rope/refactor/suites.py -> /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/refactor
# copying build/lib/rope/refactor/extract.py -> /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/refactor
# copying build/lib/rope/refactor/similarfinder.py -> /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/refactor
# copying build/lib/rope/refactor/usefunction.py -> /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/refactor
# copying build/lib/rope/refactor/topackage.py -> /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/refactor
# copying build/lib/rope/refactor/localtofield.py -> /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/refactor
# copying build/lib/rope/refactor/introduce_parameter.py -> /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/refactor
# copying build/lib/rope/refactor/rename.py -> /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/refactor
# copying build/lib/rope/refactor/wildcards.py -> /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/refactor
# copying build/lib/rope/refactor/__init__.py -> /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/refactor
# copying build/lib/rope/refactor/inline.py -> /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/refactor
# copying build/lib/rope/refactor/change_signature.py -> /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/refactor
# copying build/lib/rope/refactor/sourceutils.py -> /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/refactor
# copying build/lib/rope/refactor/occurrences.py -> /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/refactor
# copying build/lib/rope/refactor/encapsulate_field.py -> /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/refactor
# copying build/lib/rope/refactor/method_object.py -> /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/refactor
# copying build/lib/rope/refactor/functionutils.py -> /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/refactor
# copying build/lib/rope/refactor/restructure.py -> /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/refactor
# copying build/lib/rope/refactor/move.py -> /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/refactor
# copying build/lib/rope/refactor/introduce_factory.py -> /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/refactor
# copying build/lib/rope/refactor/patchedast.py -> /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/refactor
# creating /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/refactor/importutils
# copying build/lib/rope/refactor/importutils/importinfo.py -> /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/refactor/importutils
# copying build/lib/rope/refactor/importutils/actions.py -> /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/refactor/importutils
# copying build/lib/rope/refactor/importutils/__init__.py -> /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/refactor/importutils
# copying build/lib/rope/refactor/importutils/module_imports.py -> /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/refactor/importutils
# creating /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/contrib
# copying build/lib/rope/contrib/fixsyntax.py -> /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/contrib
# copying build/lib/rope/contrib/codeassist.py -> /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/contrib
# copying build/lib/rope/contrib/findit.py -> /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/contrib
# copying build/lib/rope/contrib/__init__.py -> /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/contrib
# copying build/lib/rope/contrib/finderrors.py -> /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/contrib
# copying build/lib/rope/contrib/changestack.py -> /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/contrib
# copying build/lib/rope/contrib/fixmodnames.py -> /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/contrib
# copying build/lib/rope/contrib/generate.py -> /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/contrib
# copying build/lib/rope/contrib/autoimport.py -> /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/contrib
# byte-compiling /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/__init__.py to __init__.cpython-35.pyc
# byte-compiling /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/base/ast.py to ast.cpython-35.pyc
# byte-compiling /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/base/astutils.py to astutils.cpython-35.pyc
# byte-compiling /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/base/resources.py to resources.cpython-35.pyc
# byte-compiling /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/base/pyobjects.py to pyobjects.cpython-35.pyc
# byte-compiling /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/base/resourceobserver.py to resourceobserver.cpython-35.pyc
# byte-compiling /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/base/evaluate.py to evaluate.cpython-35.pyc
# byte-compiling /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/base/project.py to project.cpython-35.pyc
# byte-compiling /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/base/fscommands.py to fscommands.cpython-35.pyc
# byte-compiling /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/base/pynames.py to pynames.cpython-35.pyc
# byte-compiling /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/base/__init__.py to __init__.cpython-35.pyc
# byte-compiling /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/base/taskhandle.py to taskhandle.cpython-35.pyc
# byte-compiling /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/base/simplify.py to simplify.cpython-35.pyc
# byte-compiling /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/base/builtins.py to builtins.cpython-35.pyc
# byte-compiling /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/base/pynamesdef.py to pynamesdef.cpython-35.pyc
# byte-compiling /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/base/default_config.py to default_config.cpython-35.pyc
# byte-compiling /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/base/pyscopes.py to pyscopes.cpython-35.pyc
# byte-compiling /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/base/utils.py to utils.cpython-35.pyc
# byte-compiling /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/base/pyobjectsdef.py to pyobjectsdef.cpython-35.pyc
# byte-compiling /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/base/history.py to history.cpython-35.pyc
# byte-compiling /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/base/exceptions.py to exceptions.cpython-35.pyc
# byte-compiling /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/base/libutils.py to libutils.cpython-35.pyc
# byte-compiling /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/base/stdmods.py to stdmods.cpython-35.pyc
# byte-compiling /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/base/codeanalyze.py to codeanalyze.cpython-35.pyc
# byte-compiling /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/base/worder.py to worder.cpython-35.pyc
# byte-compiling /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/base/prefs.py to prefs.cpython-35.pyc
# byte-compiling /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/base/arguments.py to arguments.cpython-35.pyc
# byte-compiling /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/base/pycore.py to pycore.cpython-35.pyc
# byte-compiling /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/base/change.py to change.cpython-35.pyc
# byte-compiling /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/base/oi/memorydb.py to memorydb.cpython-35.pyc
# byte-compiling /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/base/oi/objectdb.py to objectdb.cpython-35.pyc
# byte-compiling /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/base/oi/soi.py to soi.cpython-35.pyc
# byte-compiling /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/base/oi/__init__.py to __init__.cpython-35.pyc
# byte-compiling /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/base/oi/transform.py to transform.cpython-35.pyc
# byte-compiling /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/base/oi/soa.py to soa.cpython-35.pyc
# byte-compiling /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/base/oi/runmod.py to runmod.cpython-35.pyc
# byte-compiling /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/base/oi/objectinfo.py to objectinfo.cpython-35.pyc
# byte-compiling /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/base/oi/doa.py to doa.cpython-35.pyc
# byte-compiling /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/refactor/multiproject.py to multiproject.cpython-35.pyc
# byte-compiling /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/refactor/suites.py to suites.cpython-35.pyc
# byte-compiling /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/refactor/extract.py to extract.cpython-35.pyc
# byte-compiling /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/refactor/similarfinder.py to similarfinder.cpython-35.pyc
# byte-compiling /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/refactor/usefunction.py to usefunction.cpython-35.pyc
# byte-compiling /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/refactor/topackage.py to topackage.cpython-35.pyc
# byte-compiling /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/refactor/localtofield.py to localtofield.cpython-35.pyc
# byte-compiling /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/refactor/introduce_parameter.py to introduce_parameter.cpython-35.pyc
# byte-compiling /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/refactor/rename.py to rename.cpython-35.pyc
# byte-compiling /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/refactor/wildcards.py to wildcards.cpython-35.pyc
# byte-compiling /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/refactor/__init__.py to __init__.cpython-35.pyc
# byte-compiling /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/refactor/inline.py to inline.cpython-35.pyc
# byte-compiling /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/refactor/change_signature.py to change_signature.cpython-35.pyc
# byte-compiling /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/refactor/sourceutils.py to sourceutils.cpython-35.pyc
# byte-compiling /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/refactor/occurrences.py to occurrences.cpython-35.pyc
# byte-compiling /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/refactor/encapsulate_field.py to encapsulate_field.cpython-35.pyc
# byte-compiling /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/refactor/method_object.py to method_object.cpython-35.pyc
# byte-compiling /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/refactor/functionutils.py to functionutils.cpython-35.pyc
# byte-compiling /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/refactor/restructure.py to restructure.cpython-35.pyc
# byte-compiling /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/refactor/move.py to move.cpython-35.pyc
# byte-compiling /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/refactor/introduce_factory.py to introduce_factory.cpython-35.pyc
# byte-compiling /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/refactor/patchedast.py to patchedast.cpython-35.pyc
# byte-compiling /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/refactor/importutils/importinfo.py to importinfo.cpython-35.pyc
# byte-compiling /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/refactor/importutils/actions.py to actions.cpython-35.pyc
# byte-compiling /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/refactor/importutils/__init__.py to __init__.cpython-35.pyc
# byte-compiling /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/refactor/importutils/module_imports.py to module_imports.cpython-35.pyc
# byte-compiling /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/contrib/fixsyntax.py to fixsyntax.cpython-35.pyc
# byte-compiling /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/contrib/codeassist.py to codeassist.cpython-35.pyc
# byte-compiling /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/contrib/findit.py to findit.cpython-35.pyc
# byte-compiling /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/contrib/__init__.py to __init__.cpython-35.pyc
# byte-compiling /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/contrib/finderrors.py to finderrors.cpython-35.pyc
# byte-compiling /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/contrib/changestack.py to changestack.cpython-35.pyc
# byte-compiling /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/contrib/fixmodnames.py to fixmodnames.cpython-35.pyc
# byte-compiling /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/contrib/generate.py to generate.cpython-35.pyc
# byte-compiling /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope/contrib/autoimport.py to autoimport.cpython-35.pyc
# writing byte-compilation script '/tmp/tmpfnwzzyu5.py'
# /usr/bin/python -O /tmp/tmpfnwzzyu5.py
# removing /tmp/tmpfnwzzyu5.py
# running install_egg_info
# running egg_info
# writing dependency_links to rope_py3k.egg-info/dependency_links.txt
# writing top-level names to rope_py3k.egg-info/top_level.txt
# writing rope_py3k.egg-info/PKG-INFO
# reading manifest file 'rope_py3k.egg-info/SOURCES.txt'
# reading manifest template 'MANIFEST.in'
# writing manifest file 'rope_py3k.egg-info/SOURCES.txt'
# Copying rope_py3k.egg-info to /tmp/python-rope/pkg/python-rope/usr/lib/python3.5/site-packages/rope_py3k-0.9.4.post1-py3.5.egg-info
# running install_scripts
# /usr/lib/python3.5/site-packages/setuptools/dist.py:285: UserWarning: Normalizing '0.9.4-1' to '0.9.4.post1'
# normalized_version,
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "python-rope"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: python-rope 0.9.4_1-3 (Thu Apr 13 13:49:28 UTC 2017)

CMD: pacman --query --file python-rope-0.9.4_1-3-any.pkg.tar.xz
# python-rope 0.9.4_1-3

Creating hybrid package for 'python-rope'

Trying to find vanilla package 'python-rope'...

CMD: pacman --query --file /mirror/python-rope-0.9.4_1-3.pkg.tar.xz
# python-rope 0.9.4_1-3

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/lib/python3.5/site-packages/rope_py3k-0.9.4_1-py3.5.egg-info
# /usr/lib/python3.5/site-packages/rope/__init__.py
# /usr/lib/python3.5/site-packages/rope/base/worder.py
# /usr/lib/python3.5/site-packages/rope/base/codeanalyze.py
# /usr/lib/python3.5/site-packages/rope/base/stdmods.py
# /usr/lib/python3.5/site-packages/rope/base/pyobjects.py
# /usr/lib/python3.5/site-packages/rope/base/astutils.py
# /usr/lib/python3.5/site-packages/rope/base/pycore.py
# /usr/lib/python3.5/site-packages/rope/base/prefs.py
# /usr/lib/python3.5/site-packages/rope/base/resources.py
# /usr/lib/python3.5/site-packages/rope/base/change.py
# /usr/lib/python3.5/site-packages/rope/base/taskhandle.py
# /usr/lib/python3.5/site-packages/rope/base/default_config.py
# /usr/lib/python3.5/site-packages/rope/base/arguments.py
# /usr/lib/python3.5/site-packages/rope/base/pyscopes.py
# /usr/lib/python3.5/site-packages/rope/base/exceptions.py
# /usr/lib/python3.5/site-packages/rope/base/builtins.py
# /usr/lib/python3.5/site-packages/rope/base/fscommands.py
# /usr/lib/python3.5/site-packages/rope/base/pynames.py
# /usr/lib/python3.5/site-packages/rope/base/utils.py
# /usr/lib/python3.5/site-packages/rope/base/pyobjectsdef.py
# /usr/lib/python3.5/site-packages/rope/base/resourceobserver.py
# /usr/lib/python3.5/site-packages/rope/base/libutils.py
# /usr/lib/python3.5/site-packages/rope/base/simplify.py
# /usr/lib/python3.5/site-packages/rope/base/__init__.py
# /usr/lib/python3.5/site-packages/rope/base/evaluate.py
# /usr/lib/python3.5/site-packages/rope/base/project.py
# /usr/lib/python3.5/site-packages/rope/base/pynamesdef.py
# /usr/lib/python3.5/site-packages/rope/base/history.py
# /usr/lib/python3.5/site-packages/rope/base/ast.py
# /usr/lib/python3.5/site-packages/rope/base/oi/runmod.py
# /usr/lib/python3.5/site-packages/rope/base/oi/objectdb.py
# /usr/lib/python3.5/site-packages/rope/base/oi/doa.py
# /usr/lib/python3.5/site-packages/rope/base/oi/soi.py
# /usr/lib/python3.5/site-packages/rope/base/oi/memorydb.py
# /usr/lib/python3.5/site-packages/rope/base/oi/transform.py
# /usr/lib/python3.5/site-packages/rope/base/oi/objectinfo.py
# /usr/lib/python3.5/site-packages/rope/base/oi/soa.py
# /usr/lib/python3.5/site-packages/rope/base/oi/__init__.py
# /usr/lib/python3.5/site-packages/rope/base/oi/__pycache__/runmod.cpython-35.pyc
# /usr/lib/python3.5/site-packages/rope/base/oi/__pycache__/objectdb.cpython-35.pyc
# /usr/lib/python3.5/site-packages/rope/base/oi/__pycache__/doa.cpython-35.pyc
# /usr/lib/python3.5/site-packages/rope/base/oi/__pycache__/soi.cpython-35.pyc
# /usr/lib/python3.5/site-packages/rope/base/oi/__pycache__/memorydb.cpython-35.pyc
# /usr/lib/python3.5/site-packages/rope/base/oi/__pycache__/transform.cpython-35.pyc
# /usr/lib/python3.5/site-packages/rope/base/oi/__pycache__/objectinfo.cpython-35.pyc
# /usr/lib/python3.5/site-packages/rope/base/oi/__pycache__/soa.cpython-35.pyc
# /usr/lib/python3.5/site-packages/rope/base/oi/__pycache__/__init__.cpython-35.pyc
# /usr/lib/python3.5/site-packages/rope/base/oi/__pycache__/runmod.cpython-35.opt-1.pyc
# /usr/lib/python3.5/site-packages/rope/base/oi/__pycache__/objectdb.cpython-35.opt-1.pyc
# /usr/lib/python3.5/site-packages/rope/base/oi/__pycache__/doa.cpython-35.opt-1.pyc
# /usr/lib/python3.5/site-packages/rope/base/oi/__pycache__/soi.cpython-35.opt-1.pyc
# /usr/lib/python3.5/site-packages/rope/base/oi/__pycache__/memorydb.cpython-35.opt-1.pyc
# /usr/lib/python3.5/site-packages/rope/base/oi/__pycache__/transform.cpython-35.opt-1.pyc
# /usr/lib/python3.5/site-packages/rope/base/oi/__pycache__/objectinfo.cpython-35.opt-1.pyc
# /usr/lib/python3.5/site-packages/rope/base/oi/__pycache__/soa.cpython-35.opt-1.pyc
# /usr/lib/python3.5/site-packages/rope/base/oi/__pycache__/__init__.cpython-35.opt-1.pyc
# /usr/lib/python3.5/site-packages/rope/base/__pycache__/worder.cpython-35.pyc
# /usr/lib/python3.5/site-packages/rope/base/__pycache__/codeanalyze.cpython-35.pyc
# /usr/lib/python3.5/site-packages/rope/base/__pycache__/stdmods.cpython-35.pyc
# /usr/lib/python3.5/site-packages/rope/base/__pycache__/pyobjects.cpython-35.pyc
# /usr/lib/python3.5/site-packages/rope/base/__pycache__/astutils.cpython-35.pyc
# /usr/lib/python3.5/site-packages/rope/base/__pycache__/pycore.cpython-35.pyc
# /usr/lib/python3.5/site-packages/rope/base/__pycache__/prefs.cpython-35.pyc
# /usr/lib/python3.5/site-packages/rope/base/__pycache__/resources.cpython-35.pyc
# /usr/lib/python3.5/site-packages/rope/base/__pycache__/change.cpython-35.pyc
# /usr/lib/python3.5/site-packages/rope/base/__pycache__/taskhandle.cpython-35.pyc
# /usr/lib/python3.5/site-packages/rope/base/__pycache__/default_config.cpython-35.pyc
# /usr/lib/python3.5/site-packages/rope/base/__pycache__/arguments.cpython-35.pyc
# /usr/lib/python3.5/site-packages/rope/base/__pycache__/pyscopes.cpython-35.pyc
# /usr/lib/python3.5/site-packages/rope/base/__pycache__/exceptions.cpython-35.pyc
# /usr/lib/python3.5/site-packages/rope/base/__pycache__/builtins.cpython-35.pyc
# /usr/lib/python3.5/site-packages/rope/base/__pycache__/fscommands.cpython-35.pyc
# /usr/lib/python3.5/site-packages/rope/base/__pycache__/pynames.cpython-35.pyc
# /usr/lib/python3.5/site-packages/rope/base/__pycache__/utils.cpython-35.pyc
# /usr/lib/python3.5/site-packages/rope/base/__pycache__/pyobjectsdef.cpython-35.pyc
# /usr/lib/python3.5/site-packages/rope/base/__pycache__/resourceobserver.cpython-35.pyc
# /usr/lib/python3.5/site-packages/rope/base/__pycache__/libutils.cpython-35.pyc
# /usr/lib/python3.5/site-packages/rope/base/__pycache__/simplify.cpython-35.pyc
# /usr/lib/python3.5/site-packages/rope/base/__pycache__/__init__.cpython-35.pyc
# /usr/lib/python3.5/site-packages/rope/base/__pycache__/evaluate.cpython-35.pyc
# /usr/lib/python3.5/site-packages/rope/base/__pycache__/project.cpython-35.pyc
# /usr/lib/python3.5/site-packages/rope/base/__pycache__/pynamesdef.cpython-35.pyc
# /usr/lib/python3.5/site-packages/rope/base/__pycache__/history.cpython-35.pyc
# /usr/lib/python3.5/site-packages/rope/base/__pycache__/ast.cpython-35.pyc
# /usr/lib/python3.5/site-packages/rope/base/__pycache__/worder.cpython-35.opt-1.pyc
# /usr/lib/python3.5/site-packages/rope/base/__pycache__/codeanalyze.cpython-35.opt-1.pyc
# /usr/lib/python3.5/site-packages/rope/base/__pycache__/stdmods.cpython-35.opt-1.pyc
# /usr/lib/python3.5/site-packages/rope/base/__pycache__/pyobjects.cpython-35.opt-1.pyc
# /usr/lib/python3.5/site-packages/rope/base/__pycache__/astutils.cpython-35.opt-1.pyc
# /usr/lib/python3.5/site-packages/rope/base/__pycache__/pycore.cpython-35.opt-1.pyc
# /usr/lib/python3.5/site-packages/rope/base/__pycache__/prefs.cpython-35.opt-1.pyc
# /usr/lib/python3.5/site-packages/rope/base/__pycache__/resources.cpython-35.opt-1.pyc
# /usr/lib/python3.5/site-packages/rope/base/__pycache__/change.cpython-35.opt-1.pyc
# /usr/lib/python3.5/site-packages/rope/base/__pycache__/taskhandle.cpython-35.opt-1.pyc
# /usr/lib/python3.5/site-packages/rope/base/__pycache__/default_config.cpython-35.opt-1.pyc
# /usr/lib/python3.5/site-packages/rope/base/__pycache__/arguments.cpython-35.opt-1.pyc
# /usr/lib/python3.5/site-packages/rope/base/__pycache__/pyscopes.cpython-35.opt-1.pyc
# /usr/lib/python3.5/site-packages/rope/base/__pycache__/exceptions.cpython-35.opt-1.pyc
# /usr/lib/python3.5/site-packages/rope/base/__pycache__/builtins.cpython-35.opt-1.pyc
# /usr/lib/python3.5/site-packages/rope/base/__pycache__/fscommands.cpython-35.opt-1.pyc
# /usr/lib/python3.5/site-packages/rope/base/__pycache__/pynames.cpython-35.opt-1.pyc
# /usr/lib/python3.5/site-packages/rope/base/__pycache__/utils.cpython-35.opt-1.pyc
# /usr/lib/python3.5/site-packages/rope/base/__pycache__/pyobjectsdef.cpython-35.opt-1.pyc
# /usr/lib/python3.5/site-packages/rope/base/__pycache__/resourceobserver.cpython-35.opt-1.pyc
# /usr/lib/python3.5/site-packages/rope/base/__pycache__/libutils.cpython-35.opt-1.pyc
# /usr/lib/python3.5/site-packages/rope/base/__pycache__/simplify.cpython-35.opt-1.pyc
# /usr/lib/python3.5/site-packages/rope/base/__pycache__/__init__.cpython-35.opt-1.pyc
# /usr/lib/python3.5/site-packages/rope/base/__pycache__/evaluate.cpython-35.opt-1.pyc
# /usr/lib/python3.5/site-packages/rope/base/__pycache__/project.cpython-35.opt-1.pyc
# /usr/lib/python3.5/site-packages/rope/base/__pycache__/pynamesdef.cpython-35.opt-1.pyc
# /usr/lib/python3.5/site-packages/rope/base/__pycache__/history.cpython-35.opt-1.pyc
# /usr/lib/python3.5/site-packages/rope/base/__pycache__/ast.cpython-35.opt-1.pyc
# /usr/lib/python3.5/site-packages/rope/refactor/wildcards.py
# /usr/lib/python3.5/site-packages/rope/refactor/suites.py
# /usr/lib/python3.5/site-packages/rope/refactor/sourceutils.py
# /usr/lib/python3.5/site-packages/rope/refactor/similarfinder.py
# /usr/lib/python3.5/site-packages/rope/refactor/usefunction.py
# /usr/lib/python3.5/site-packages/rope/refactor/topackage.py
# /usr/lib/python3.5/site-packages/rope/refactor/encapsulate_field.py
# /usr/lib/python3.5/site-packages/rope/refactor/rename.py
# /usr/lib/python3.5/site-packages/rope/refactor/localtofield.py
# /usr/lib/python3.5/site-packages/rope/refactor/extract.py
# /usr/lib/python3.5/site-packages/rope/refactor/multiproject.py
# /usr/lib/python3.5/site-packages/rope/refactor/change_signature.py
# /usr/lib/python3.5/site-packages/rope/refactor/move.py
# /usr/lib/python3.5/site-packages/rope/refactor/restructure.py
# /usr/lib/python3.5/site-packages/rope/refactor/inline.py
# /usr/lib/python3.5/site-packages/rope/refactor/introduce_parameter.py
# /usr/lib/python3.5/site-packages/rope/refactor/functionutils.py
# /usr/lib/python3.5/site-packages/rope/refactor/introduce_factory.py
# /usr/lib/python3.5/site-packages/rope/refactor/patchedast.py
# /usr/lib/python3.5/site-packages/rope/refactor/__init__.py
# /usr/lib/python3.5/site-packages/rope/refactor/method_object.py
# /usr/lib/python3.5/site-packages/rope/refactor/occurrences.py
# /usr/lib/python3.5/site-packages/rope/refactor/importutils/importinfo.py
# /usr/lib/python3.5/site-packages/rope/refactor/importutils/__init__.py
# /usr/lib/python3.5/site-packages/rope/refactor/importutils/module_imports.py
# /usr/lib/python3.5/site-packages/rope/refactor/importutils/actions.py
# /usr/lib/python3.5/site-packages/rope/refactor/importutils/__pycache__/importinfo.cpython-35.pyc
# /usr/lib/python3.5/site-packages/rope/refactor/importutils/__pycache__/__init__.cpython-35.pyc
# /usr/lib/python3.5/site-packages/rope/refactor/importutils/__pycache__/module_imports.cpython-35.pyc
# /usr/lib/python3.5/site-packages/rope/refactor/importutils/__pycache__/actions.cpython-35.pyc
# /usr/lib/python3.5/site-packages/rope/refactor/importutils/__pycache__/importinfo.cpython-35.opt-1.pyc
# /usr/lib/python3.5/site-packages/rope/refactor/importutils/__pycache__/__init__.cpython-35.opt-1.pyc
# /usr/lib/python3.5/site-packages/rope/refactor/importutils/__pycache__/module_imports.cpython-35.opt-1.pyc
# /usr/lib/python3.5/site-packages/rope/refactor/importutils/__pycache__/actions.cpython-35.opt-1.pyc
# /usr/lib/python3.5/site-packages/rope/refactor/__pycache__/wildcards.cpython-35.pyc
# /usr/lib/python3.5/site-packages/rope/refactor/__pycache__/suites.cpython-35.pyc
# /usr/lib/python3.5/site-packages/rope/refactor/__pycache__/sourceutils.cpython-35.pyc
# /usr/lib/python3.5/site-packages/rope/refactor/__pycache__/similarfinder.cpython-35.pyc
# /usr/lib/python3.5/site-packages/rope/refactor/__pycache__/usefunction.cpython-35.pyc
# /usr/lib/python3.5/site-packages/rope/refactor/__pycache__/topackage.cpython-35.pyc
# /usr/lib/python3.5/site-packages/rope/refactor/__pycache__/encapsulate_field.cpython-35.pyc
# /usr/lib/python3.5/site-packages/rope/refactor/__pycache__/rename.cpython-35.pyc
# /usr/lib/python3.5/site-packages/rope/refactor/__pycache__/localtofield.cpython-35.pyc
# /usr/lib/python3.5/site-packages/rope/refactor/__pycache__/extract.cpython-35.pyc
# /usr/lib/python3.5/site-packages/rope/refactor/__pycache__/multiproject.cpython-35.pyc
# /usr/lib/python3.5/site-packages/rope/refactor/__pycache__/change_signature.cpython-35.pyc
# /usr/lib/python3.5/site-packages/rope/refactor/__pycache__/move.cpython-35.pyc
# /usr/lib/python3.5/site-packages/rope/refactor/__pycache__/restructure.cpython-35.pyc
# /usr/lib/python3.5/site-packages/rope/refactor/__pycache__/inline.cpython-35.pyc
# /usr/lib/python3.5/site-packages/rope/refactor/__pycache__/introduce_parameter.cpython-35.pyc
# /usr/lib/python3.5/site-packages/rope/refactor/__pycache__/functionutils.cpython-35.pyc
# /usr/lib/python3.5/site-packages/rope/refactor/__pycache__/introduce_factory.cpython-35.pyc
# /usr/lib/python3.5/site-packages/rope/refactor/__pycache__/patchedast.cpython-35.pyc
# /usr/lib/python3.5/site-packages/rope/refactor/__pycache__/__init__.cpython-35.pyc
# /usr/lib/python3.5/site-packages/rope/refactor/__pycache__/method_object.cpython-35.pyc
# /usr/lib/python3.5/site-packages/rope/refactor/__pycache__/occurrences.cpython-35.pyc
# /usr/lib/python3.5/site-packages/rope/refactor/__pycache__/wildcards.cpython-35.opt-1.pyc
# /usr/lib/python3.5/site-packages/rope/refactor/__pycache__/suites.cpython-35.opt-1.pyc
# /usr/lib/python3.5/site-packages/rope/refactor/__pycache__/sourceutils.cpython-35.opt-1.pyc
# /usr/lib/python3.5/site-packages/rope/refactor/__pycache__/similarfinder.cpython-35.opt-1.pyc
# /usr/lib/python3.5/site-packages/rope/refactor/__pycache__/usefunction.cpython-35.opt-1.pyc
# /usr/lib/python3.5/site-packages/rope/refactor/__pycache__/topackage.cpython-35.opt-1.pyc
# /usr/lib/python3.5/site-packages/rope/refactor/__pycache__/encapsulate_field.cpython-35.opt-1.pyc
# /usr/lib/python3.5/site-packages/rope/refactor/__pycache__/rename.cpython-35.opt-1.pyc
# /usr/lib/python3.5/site-packages/rope/refactor/__pycache__/localtofield.cpython-35.opt-1.pyc
# /usr/lib/python3.5/site-packages/rope/refactor/__pycache__/extract.cpython-35.opt-1.pyc
# /usr/lib/python3.5/site-packages/rope/refactor/__pycache__/multiproject.cpython-35.opt-1.pyc
# /usr/lib/python3.5/site-packages/rope/refactor/__pycache__/change_signature.cpython-35.opt-1.pyc
# /usr/lib/python3.5/site-packages/rope/refactor/__pycache__/move.cpython-35.opt-1.pyc
# /usr/lib/python3.5/site-packages/rope/refactor/__pycache__/restructure.cpython-35.opt-1.pyc
# /usr/lib/python3.5/site-packages/rope/refactor/__pycache__/inline.cpython-35.opt-1.pyc
# /usr/lib/python3.5/site-packages/rope/refactor/__pycache__/introduce_parameter.cpython-35.opt-1.pyc
# /usr/lib/python3.5/site-packages/rope/refactor/__pycache__/functionutils.cpython-35.opt-1.pyc
# /usr/lib/python3.5/site-packages/rope/refactor/__pycache__/introduce_factory.cpython-35.opt-1.pyc
# /usr/lib/python3.5/site-packages/rope/refactor/__pycache__/patchedast.cpython-35.opt-1.pyc
# /usr/lib/python3.5/site-packages/rope/refactor/__pycache__/__init__.cpython-35.opt-1.pyc
# /usr/lib/python3.5/site-packages/rope/refactor/__pycache__/method_object.cpython-35.opt-1.pyc
# /usr/lib/python3.5/site-packages/rope/refactor/__pycache__/occurrences.cpython-35.opt-1.pyc
# /usr/lib/python3.5/site-packages/rope/contrib/findit.py
# /usr/lib/python3.5/site-packages/rope/contrib/fixmodnames.py
# /usr/lib/python3.5/site-packages/rope/contrib/codeassist.py
# /usr/lib/python3.5/site-packages/rope/contrib/generate.py
# /usr/lib/python3.5/site-packages/rope/contrib/changestack.py
# /usr/lib/python3.5/site-packages/rope/contrib/__init__.py
# /usr/lib/python3.5/site-packages/rope/contrib/fixsyntax.py
# /usr/lib/python3.5/site-packages/rope/contrib/autoimport.py
# /usr/lib/python3.5/site-packages/rope/contrib/finderrors.py
# /usr/lib/python3.5/site-packages/rope/contrib/__pycache__/findit.cpython-35.pyc
# /usr/lib/python3.5/site-packages/rope/contrib/__pycache__/fixmodnames.cpython-35.pyc
# /usr/lib/python3.5/site-packages/rope/contrib/__pycache__/codeassist.cpython-35.pyc
# /usr/lib/python3.5/site-packages/rope/contrib/__pycache__/generate.cpython-35.pyc
# /usr/lib/python3.5/site-packages/rope/contrib/__pycache__/changestack.cpython-35.pyc
# /usr/lib/python3.5/site-packages/rope/contrib/__pycache__/__init__.cpython-35.pyc
# /usr/lib/python3.5/site-packages/rope/contrib/__pycache__/fixsyntax.cpython-35.pyc
# /usr/lib/python3.5/site-packages/rope/contrib/__pycache__/autoimport.cpython-35.pyc
# /usr/lib/python3.5/site-packages/rope/contrib/__pycache__/finderrors.cpython-35.pyc
# /usr/lib/python3.5/site-packages/rope/contrib/__pycache__/findit.cpython-35.opt-1.pyc
# /usr/lib/python3.5/site-packages/rope/contrib/__pycache__/fixmodnames.cpython-35.opt-1.pyc
# /usr/lib/python3.5/site-packages/rope/contrib/__pycache__/codeassist.cpython-35.opt-1.pyc
# /usr/lib/python3.5/site-packages/rope/contrib/__pycache__/generate.cpython-35.opt-1.pyc
# /usr/lib/python3.5/site-packages/rope/contrib/__pycache__/changestack.cpython-35.opt-1.pyc
# /usr/lib/python3.5/site-packages/rope/contrib/__pycache__/__init__.cpython-35.opt-1.pyc
# /usr/lib/python3.5/site-packages/rope/contrib/__pycache__/fixsyntax.cpython-35.opt-1.pyc
# /usr/lib/python3.5/site-packages/rope/contrib/__pycache__/autoimport.cpython-35.opt-1.pyc
# /usr/lib/python3.5/site-packages/rope/contrib/__pycache__/finderrors.cpython-35.opt-1.pyc
# /usr/lib/python3.5/site-packages/rope/__pycache__/__init__.cpython-35.pyc
# /usr/lib/python3.5/site-packages/rope/__pycache__/__init__.cpython-35.opt-1.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/__init__.py
# /sysroot/usr/lib/python3.5/site-packages/rope/base/ast.py
# /sysroot/usr/lib/python3.5/site-packages/rope/base/astutils.py
# /sysroot/usr/lib/python3.5/site-packages/rope/base/resources.py
# /sysroot/usr/lib/python3.5/site-packages/rope/base/pyobjects.py
# /sysroot/usr/lib/python3.5/site-packages/rope/base/resourceobserver.py
# /sysroot/usr/lib/python3.5/site-packages/rope/base/evaluate.py
# /sysroot/usr/lib/python3.5/site-packages/rope/base/project.py
# /sysroot/usr/lib/python3.5/site-packages/rope/base/fscommands.py
# /sysroot/usr/lib/python3.5/site-packages/rope/base/pynames.py
# /sysroot/usr/lib/python3.5/site-packages/rope/base/__init__.py
# /sysroot/usr/lib/python3.5/site-packages/rope/base/taskhandle.py
# /sysroot/usr/lib/python3.5/site-packages/rope/base/simplify.py
# /sysroot/usr/lib/python3.5/site-packages/rope/base/builtins.py
# /sysroot/usr/lib/python3.5/site-packages/rope/base/pynamesdef.py
# /sysroot/usr/lib/python3.5/site-packages/rope/base/default_config.py
# /sysroot/usr/lib/python3.5/site-packages/rope/base/pyscopes.py
# /sysroot/usr/lib/python3.5/site-packages/rope/base/utils.py
# /sysroot/usr/lib/python3.5/site-packages/rope/base/pyobjectsdef.py
# /sysroot/usr/lib/python3.5/site-packages/rope/base/history.py
# /sysroot/usr/lib/python3.5/site-packages/rope/base/exceptions.py
# /sysroot/usr/lib/python3.5/site-packages/rope/base/libutils.py
# /sysroot/usr/lib/python3.5/site-packages/rope/base/stdmods.py
# /sysroot/usr/lib/python3.5/site-packages/rope/base/codeanalyze.py
# /sysroot/usr/lib/python3.5/site-packages/rope/base/worder.py
# /sysroot/usr/lib/python3.5/site-packages/rope/base/prefs.py
# /sysroot/usr/lib/python3.5/site-packages/rope/base/arguments.py
# /sysroot/usr/lib/python3.5/site-packages/rope/base/pycore.py
# /sysroot/usr/lib/python3.5/site-packages/rope/base/change.py
# /sysroot/usr/lib/python3.5/site-packages/rope/base/oi/memorydb.py
# /sysroot/usr/lib/python3.5/site-packages/rope/base/oi/objectdb.py
# /sysroot/usr/lib/python3.5/site-packages/rope/base/oi/soi.py
# /sysroot/usr/lib/python3.5/site-packages/rope/base/oi/__init__.py
# /sysroot/usr/lib/python3.5/site-packages/rope/base/oi/transform.py
# /sysroot/usr/lib/python3.5/site-packages/rope/base/oi/soa.py
# /sysroot/usr/lib/python3.5/site-packages/rope/base/oi/runmod.py
# /sysroot/usr/lib/python3.5/site-packages/rope/base/oi/objectinfo.py
# /sysroot/usr/lib/python3.5/site-packages/rope/base/oi/doa.py
# /sysroot/usr/lib/python3.5/site-packages/rope/base/oi/__pycache__/memorydb.cpython-35.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/base/oi/__pycache__/objectdb.cpython-35.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/base/oi/__pycache__/soi.cpython-35.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/base/oi/__pycache__/__init__.cpython-35.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/base/oi/__pycache__/transform.cpython-35.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/base/oi/__pycache__/soa.cpython-35.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/base/oi/__pycache__/runmod.cpython-35.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/base/oi/__pycache__/objectinfo.cpython-35.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/base/oi/__pycache__/doa.cpython-35.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/base/oi/__pycache__/memorydb.cpython-35.opt-1.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/base/oi/__pycache__/objectdb.cpython-35.opt-1.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/base/oi/__pycache__/soi.cpython-35.opt-1.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/base/oi/__pycache__/__init__.cpython-35.opt-1.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/base/oi/__pycache__/transform.cpython-35.opt-1.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/base/oi/__pycache__/soa.cpython-35.opt-1.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/base/oi/__pycache__/runmod.cpython-35.opt-1.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/base/oi/__pycache__/objectinfo.cpython-35.opt-1.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/base/oi/__pycache__/doa.cpython-35.opt-1.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/base/__pycache__/ast.cpython-35.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/base/__pycache__/utils.cpython-35.opt-1.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/base/__pycache__/astutils.cpython-35.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/base/__pycache__/codeanalyze.cpython-35.opt-1.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/base/__pycache__/resources.cpython-35.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/base/__pycache__/worder.cpython-35.opt-1.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/base/__pycache__/pyobjects.cpython-35.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/base/__pycache__/__init__.cpython-35.opt-1.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/base/__pycache__/resourceobserver.cpython-35.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/base/__pycache__/prefs.cpython-35.opt-1.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/base/__pycache__/evaluate.cpython-35.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/base/__pycache__/arguments.cpython-35.opt-1.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/base/__pycache__/project.cpython-35.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/base/__pycache__/pycore.cpython-35.opt-1.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/base/__pycache__/fscommands.cpython-35.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/base/__pycache__/change.cpython-35.opt-1.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/base/__pycache__/pynames.cpython-35.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/base/__pycache__/__init__.cpython-35.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/base/__pycache__/taskhandle.cpython-35.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/base/__pycache__/simplify.cpython-35.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/base/__pycache__/builtins.cpython-35.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/base/__pycache__/pynamesdef.cpython-35.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/base/__pycache__/taskhandle.cpython-35.opt-1.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/base/__pycache__/default_config.cpython-35.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/base/__pycache__/pyscopes.cpython-35.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/base/__pycache__/utils.cpython-35.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/base/__pycache__/pyobjectsdef.cpython-35.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/base/__pycache__/history.cpython-35.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/base/__pycache__/exceptions.cpython-35.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/base/__pycache__/libutils.cpython-35.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/base/__pycache__/stdmods.cpython-35.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/base/__pycache__/codeanalyze.cpython-35.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/base/__pycache__/worder.cpython-35.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/base/__pycache__/prefs.cpython-35.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/base/__pycache__/arguments.cpython-35.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/base/__pycache__/pycore.cpython-35.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/base/__pycache__/change.cpython-35.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/base/__pycache__/ast.cpython-35.opt-1.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/base/__pycache__/simplify.cpython-35.opt-1.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/base/__pycache__/astutils.cpython-35.opt-1.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/base/__pycache__/builtins.cpython-35.opt-1.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/base/__pycache__/resources.cpython-35.opt-1.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/base/__pycache__/pynamesdef.cpython-35.opt-1.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/base/__pycache__/pyobjects.cpython-35.opt-1.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/base/__pycache__/pynames.cpython-35.opt-1.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/base/__pycache__/resourceobserver.cpython-35.opt-1.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/base/__pycache__/default_config.cpython-35.opt-1.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/base/__pycache__/evaluate.cpython-35.opt-1.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/base/__pycache__/project.cpython-35.opt-1.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/base/__pycache__/pyscopes.cpython-35.opt-1.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/base/__pycache__/fscommands.cpython-35.opt-1.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/base/__pycache__/libutils.cpython-35.opt-1.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/base/__pycache__/pyobjectsdef.cpython-35.opt-1.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/base/__pycache__/history.cpython-35.opt-1.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/base/__pycache__/exceptions.cpython-35.opt-1.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/base/__pycache__/stdmods.cpython-35.opt-1.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/refactor/multiproject.py
# /sysroot/usr/lib/python3.5/site-packages/rope/refactor/suites.py
# /sysroot/usr/lib/python3.5/site-packages/rope/refactor/extract.py
# /sysroot/usr/lib/python3.5/site-packages/rope/refactor/similarfinder.py
# /sysroot/usr/lib/python3.5/site-packages/rope/refactor/usefunction.py
# /sysroot/usr/lib/python3.5/site-packages/rope/refactor/topackage.py
# /sysroot/usr/lib/python3.5/site-packages/rope/refactor/localtofield.py
# /sysroot/usr/lib/python3.5/site-packages/rope/refactor/introduce_parameter.py
# /sysroot/usr/lib/python3.5/site-packages/rope/refactor/rename.py
# /sysroot/usr/lib/python3.5/site-packages/rope/refactor/wildcards.py
# /sysroot/usr/lib/python3.5/site-packages/rope/refactor/__init__.py
# /sysroot/usr/lib/python3.5/site-packages/rope/refactor/inline.py
# /sysroot/usr/lib/python3.5/site-packages/rope/refactor/change_signature.py
# /sysroot/usr/lib/python3.5/site-packages/rope/refactor/sourceutils.py
# /sysroot/usr/lib/python3.5/site-packages/rope/refactor/occurrences.py
# /sysroot/usr/lib/python3.5/site-packages/rope/refactor/encapsulate_field.py
# /sysroot/usr/lib/python3.5/site-packages/rope/refactor/method_object.py
# /sysroot/usr/lib/python3.5/site-packages/rope/refactor/functionutils.py
# /sysroot/usr/lib/python3.5/site-packages/rope/refactor/restructure.py
# /sysroot/usr/lib/python3.5/site-packages/rope/refactor/move.py
# /sysroot/usr/lib/python3.5/site-packages/rope/refactor/introduce_factory.py
# /sysroot/usr/lib/python3.5/site-packages/rope/refactor/patchedast.py
# /sysroot/usr/lib/python3.5/site-packages/rope/refactor/importutils/importinfo.py
# /sysroot/usr/lib/python3.5/site-packages/rope/refactor/importutils/actions.py
# /sysroot/usr/lib/python3.5/site-packages/rope/refactor/importutils/__init__.py
# /sysroot/usr/lib/python3.5/site-packages/rope/refactor/importutils/module_imports.py
# /sysroot/usr/lib/python3.5/site-packages/rope/refactor/importutils/__pycache__/importinfo.cpython-35.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/refactor/importutils/__pycache__/actions.cpython-35.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/refactor/importutils/__pycache__/__init__.cpython-35.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/refactor/importutils/__pycache__/module_imports.cpython-35.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/refactor/importutils/__pycache__/importinfo.cpython-35.opt-1.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/refactor/importutils/__pycache__/actions.cpython-35.opt-1.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/refactor/importutils/__pycache__/__init__.cpython-35.opt-1.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/refactor/importutils/__pycache__/module_imports.cpython-35.opt-1.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/refactor/__pycache__/multiproject.cpython-35.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/refactor/__pycache__/suites.cpython-35.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/refactor/__pycache__/extract.cpython-35.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/refactor/__pycache__/similarfinder.cpython-35.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/refactor/__pycache__/usefunction.cpython-35.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/refactor/__pycache__/topackage.cpython-35.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/refactor/__pycache__/localtofield.cpython-35.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/refactor/__pycache__/encapsulate_field.cpython-35.opt-1.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/refactor/__pycache__/introduce_parameter.cpython-35.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/refactor/__pycache__/rename.cpython-35.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/refactor/__pycache__/wildcards.cpython-35.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/refactor/__pycache__/__init__.cpython-35.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/refactor/__pycache__/inline.cpython-35.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/refactor/__pycache__/method_object.cpython-35.opt-1.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/refactor/__pycache__/change_signature.cpython-35.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/refactor/__pycache__/sourceutils.cpython-35.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/refactor/__pycache__/occurrences.cpython-35.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/refactor/__pycache__/functionutils.cpython-35.opt-1.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/refactor/__pycache__/encapsulate_field.cpython-35.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/refactor/__pycache__/method_object.cpython-35.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/refactor/__pycache__/functionutils.cpython-35.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/refactor/__pycache__/restructure.cpython-35.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/refactor/__pycache__/move.cpython-35.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/refactor/__pycache__/move.cpython-35.opt-1.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/refactor/__pycache__/introduce_factory.cpython-35.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/refactor/__pycache__/patchedast.cpython-35.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/refactor/__pycache__/restructure.cpython-35.opt-1.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/refactor/__pycache__/multiproject.cpython-35.opt-1.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/refactor/__pycache__/suites.cpython-35.opt-1.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/refactor/__pycache__/extract.cpython-35.opt-1.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/refactor/__pycache__/similarfinder.cpython-35.opt-1.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/refactor/__pycache__/usefunction.cpython-35.opt-1.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/refactor/__pycache__/topackage.cpython-35.opt-1.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/refactor/__pycache__/localtofield.cpython-35.opt-1.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/refactor/__pycache__/sourceutils.cpython-35.opt-1.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/refactor/__pycache__/introduce_parameter.cpython-35.opt-1.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/refactor/__pycache__/rename.cpython-35.opt-1.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/refactor/__pycache__/wildcards.cpython-35.opt-1.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/refactor/__pycache__/__init__.cpython-35.opt-1.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/refactor/__pycache__/inline.cpython-35.opt-1.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/refactor/__pycache__/occurrences.cpython-35.opt-1.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/refactor/__pycache__/change_signature.cpython-35.opt-1.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/refactor/__pycache__/introduce_factory.cpython-35.opt-1.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/refactor/__pycache__/patchedast.cpython-35.opt-1.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/contrib/fixsyntax.py
# /sysroot/usr/lib/python3.5/site-packages/rope/contrib/codeassist.py
# /sysroot/usr/lib/python3.5/site-packages/rope/contrib/findit.py
# /sysroot/usr/lib/python3.5/site-packages/rope/contrib/__init__.py
# /sysroot/usr/lib/python3.5/site-packages/rope/contrib/finderrors.py
# /sysroot/usr/lib/python3.5/site-packages/rope/contrib/changestack.py
# /sysroot/usr/lib/python3.5/site-packages/rope/contrib/fixmodnames.py
# /sysroot/usr/lib/python3.5/site-packages/rope/contrib/generate.py
# /sysroot/usr/lib/python3.5/site-packages/rope/contrib/autoimport.py
# /sysroot/usr/lib/python3.5/site-packages/rope/contrib/__pycache__/fixsyntax.cpython-35.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/contrib/__pycache__/codeassist.cpython-35.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/contrib/__pycache__/findit.cpython-35.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/contrib/__pycache__/__init__.cpython-35.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/contrib/__pycache__/finderrors.cpython-35.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/contrib/__pycache__/changestack.cpython-35.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/contrib/__pycache__/fixmodnames.cpython-35.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/contrib/__pycache__/generate.cpython-35.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/contrib/__pycache__/autoimport.cpython-35.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/contrib/__pycache__/fixsyntax.cpython-35.opt-1.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/contrib/__pycache__/codeassist.cpython-35.opt-1.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/contrib/__pycache__/findit.cpython-35.opt-1.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/contrib/__pycache__/__init__.cpython-35.opt-1.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/contrib/__pycache__/finderrors.cpython-35.opt-1.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/contrib/__pycache__/changestack.cpython-35.opt-1.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/contrib/__pycache__/fixmodnames.cpython-35.opt-1.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/contrib/__pycache__/generate.cpython-35.opt-1.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/contrib/__pycache__/autoimport.cpython-35.opt-1.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/__pycache__/__init__.cpython-35.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope/__pycache__/__init__.cpython-35.opt-1.pyc
# /sysroot/usr/lib/python3.5/site-packages/rope_py3k-0.9.4.post1-py3.5.egg-info/dependency_links.txt
# /sysroot/usr/lib/python3.5/site-packages/rope_py3k-0.9.4.post1-py3.5.egg-info/SOURCES.txt
# /sysroot/usr/lib/python3.5/site-packages/rope_py3k-0.9.4.post1-py3.5.egg-info/PKG-INFO
# /sysroot/usr/lib/python3.5/site-packages/rope_py3k-0.9.4.post1-py3.5.egg-info/top_level.txt

Generating .MTREE

CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO usr sysroot

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO usr sysroot .MTREE

CMD: xz -c -z

Successfully ran bsdtar -cf - .PKGINFO usr sysroot .MTREE | xz -c -z

CMD: bsdtar -tqf python-rope.pkg.tar.xz .PKGINFO
# .PKGINFO

Created package at path /var/cache/pacman/pkg/python-rope.pkg.tar.xz

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/python-rope.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/python-rope.pkg.tar.xz'
# -> Computing checksums...
# -> Creating 'desc' db entry...
# -> Creating 'files' db entry...
# ==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'