Build of python2-rope with android toolchain

The build took 00h 01m 05s and was SUCCESSFUL.

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

SLOCLanguage
25,448 python
25,448 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/arm-linux-androideabi --> /sysroot/arm-linux-androideabi
# /toolchain_root/COPYING3.LIB --> /sysroot/COPYING3.LIB
# /toolchain_root/sysroot --> /sysroot/sysroot
# /toolchain_root/COPYING.RUNTIME --> /sysroot/COPYING.RUNTIME
# /toolchain_root/lib --> /sysroot/lib
# /toolchain_root/SOURCES --> /sysroot/SOURCES
# /toolchain_root/lib64 --> /sysroot/lib64
# /toolchain_root/share --> /sysroot/share
# /toolchain_root/bin --> /sysroot/bin
# /toolchain_root/COPYING --> /sysroot/COPYING
# /toolchain_root/COPYING3 --> /sysroot/COPYING3
# /toolchain_root/COPYING.LIB --> /sysroot/COPYING.LIB
# /toolchain_root/include --> /sysroot/include
# /toolchain_root/libexec --> /sysroot/libexec

CMD: sudo -u tuscan PATH=/sysroot/bin:/sysroot/libexec/gcc/arm-linux-androideabi/4.8:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=arm-linux-androideabi-gcc CXX=arm-linux-androideabi-g++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: python2-rope 0.10.3-1 (Tue Apr 4 20:37:11 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
# ==> Entering fakeroot environment...
# ==> Starting package()...
# running install
# running build
# running build_py
# running install_lib
# creating /tmp/python2-rope/pkg/python2-rope/sysroot
# creating /tmp/python2-rope/pkg/python2-rope/sysroot/lib
# creating /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7
# creating /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages
# creating /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope
# copying build/lib/rope/__init__.py -> /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope
# creating /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/base
# copying build/lib/rope/base/ast.py -> /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/base
# copying build/lib/rope/base/astutils.py -> /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/base
# copying build/lib/rope/base/resources.py -> /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/base
# copying build/lib/rope/base/pyobjects.py -> /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/base
# copying build/lib/rope/base/resourceobserver.py -> /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/base
# copying build/lib/rope/base/evaluate.py -> /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/base
# copying build/lib/rope/base/project.py -> /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/base
# copying build/lib/rope/base/fscommands.py -> /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/base
# copying build/lib/rope/base/pynames.py -> /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/base
# copying build/lib/rope/base/__init__.py -> /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/base
# copying build/lib/rope/base/taskhandle.py -> /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/base
# copying build/lib/rope/base/simplify.py -> /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/base
# copying build/lib/rope/base/builtins.py -> /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/base
# copying build/lib/rope/base/pynamesdef.py -> /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/base
# copying build/lib/rope/base/default_config.py -> /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/base
# copying build/lib/rope/base/pyscopes.py -> /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/base
# copying build/lib/rope/base/utils.py -> /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/base
# copying build/lib/rope/base/pyobjectsdef.py -> /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/base
# copying build/lib/rope/base/history.py -> /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/base
# copying build/lib/rope/base/exceptions.py -> /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/base
# copying build/lib/rope/base/libutils.py -> /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/base
# copying build/lib/rope/base/stdmods.py -> /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/base
# copying build/lib/rope/base/codeanalyze.py -> /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/base
# copying build/lib/rope/base/worder.py -> /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/base
# copying build/lib/rope/base/prefs.py -> /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/base
# copying build/lib/rope/base/arguments.py -> /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/base
# copying build/lib/rope/base/pycore.py -> /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/base
# copying build/lib/rope/base/change.py -> /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/base
# creating /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/base/oi
# copying build/lib/rope/base/oi/memorydb.py -> /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/base/oi
# copying build/lib/rope/base/oi/objectdb.py -> /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/base/oi
# copying build/lib/rope/base/oi/soi.py -> /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/base/oi
# copying build/lib/rope/base/oi/__init__.py -> /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/base/oi
# copying build/lib/rope/base/oi/transform.py -> /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/base/oi
# copying build/lib/rope/base/oi/soa.py -> /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/base/oi
# copying build/lib/rope/base/oi/runmod.py -> /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/base/oi
# copying build/lib/rope/base/oi/objectinfo.py -> /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/base/oi
# copying build/lib/rope/base/oi/doa.py -> /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/base/oi
# creating /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/refactor
# copying build/lib/rope/refactor/multiproject.py -> /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/refactor
# copying build/lib/rope/refactor/suites.py -> /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/refactor
# copying build/lib/rope/refactor/extract.py -> /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/refactor
# copying build/lib/rope/refactor/similarfinder.py -> /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/refactor
# copying build/lib/rope/refactor/usefunction.py -> /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/refactor
# copying build/lib/rope/refactor/topackage.py -> /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/refactor
# copying build/lib/rope/refactor/localtofield.py -> /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/refactor
# copying build/lib/rope/refactor/introduce_parameter.py -> /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/refactor
# copying build/lib/rope/refactor/rename.py -> /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/refactor
# copying build/lib/rope/refactor/wildcards.py -> /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/refactor
# copying build/lib/rope/refactor/__init__.py -> /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/refactor
# copying build/lib/rope/refactor/inline.py -> /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/refactor
# copying build/lib/rope/refactor/change_signature.py -> /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/refactor
# copying build/lib/rope/refactor/sourceutils.py -> /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/refactor
# copying build/lib/rope/refactor/occurrences.py -> /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/refactor
# copying build/lib/rope/refactor/encapsulate_field.py -> /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/refactor
# copying build/lib/rope/refactor/method_object.py -> /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/refactor
# copying build/lib/rope/refactor/functionutils.py -> /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/refactor
# copying build/lib/rope/refactor/restructure.py -> /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/refactor
# copying build/lib/rope/refactor/move.py -> /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/refactor
# copying build/lib/rope/refactor/introduce_factory.py -> /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/refactor
# copying build/lib/rope/refactor/patchedast.py -> /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/refactor
# creating /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/refactor/importutils
# copying build/lib/rope/refactor/importutils/importinfo.py -> /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/refactor/importutils
# copying build/lib/rope/refactor/importutils/actions.py -> /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/refactor/importutils
# copying build/lib/rope/refactor/importutils/__init__.py -> /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/refactor/importutils
# copying build/lib/rope/refactor/importutils/module_imports.py -> /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/refactor/importutils
# creating /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/contrib
# copying build/lib/rope/contrib/fixsyntax.py -> /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/contrib
# copying build/lib/rope/contrib/codeassist.py -> /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/contrib
# copying build/lib/rope/contrib/findit.py -> /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/contrib
# copying build/lib/rope/contrib/__init__.py -> /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/contrib
# copying build/lib/rope/contrib/finderrors.py -> /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/contrib
# copying build/lib/rope/contrib/changestack.py -> /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/contrib
# copying build/lib/rope/contrib/fixmodnames.py -> /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/contrib
# copying build/lib/rope/contrib/generate.py -> /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/contrib
# copying build/lib/rope/contrib/autoimport.py -> /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/contrib
# byte-compiling /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/__init__.py to __init__.pyc
# byte-compiling /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/base/ast.py to ast.pyc
# byte-compiling /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/base/astutils.py to astutils.pyc
# byte-compiling /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/base/resources.py to resources.pyc
# byte-compiling /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/base/pyobjects.py to pyobjects.pyc
# byte-compiling /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/base/resourceobserver.py to resourceobserver.pyc
# byte-compiling /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/base/evaluate.py to evaluate.pyc
# byte-compiling /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/base/project.py to project.pyc
# byte-compiling /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/base/fscommands.py to fscommands.pyc
# byte-compiling /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/base/pynames.py to pynames.pyc
# byte-compiling /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/base/__init__.py to __init__.pyc
# byte-compiling /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/base/taskhandle.py to taskhandle.pyc
# byte-compiling /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/base/simplify.py to simplify.pyc
# byte-compiling /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/base/builtins.py to builtins.pyc
# byte-compiling /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/base/pynamesdef.py to pynamesdef.pyc
# byte-compiling /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/base/default_config.py to default_config.pyc
# byte-compiling /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/base/pyscopes.py to pyscopes.pyc
# byte-compiling /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/base/utils.py to utils.pyc
# byte-compiling /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/base/pyobjectsdef.py to pyobjectsdef.pyc
# byte-compiling /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/base/history.py to history.pyc
# byte-compiling /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/base/exceptions.py to exceptions.pyc
# byte-compiling /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/base/libutils.py to libutils.pyc
# byte-compiling /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/base/stdmods.py to stdmods.pyc
# byte-compiling /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/base/codeanalyze.py to codeanalyze.pyc
# byte-compiling /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/base/worder.py to worder.pyc
# byte-compiling /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/base/prefs.py to prefs.pyc
# byte-compiling /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/base/arguments.py to arguments.pyc
# byte-compiling /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/base/pycore.py to pycore.pyc
# byte-compiling /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/base/change.py to change.pyc
# byte-compiling /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/base/oi/memorydb.py to memorydb.pyc
# byte-compiling /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/base/oi/objectdb.py to objectdb.pyc
# byte-compiling /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/base/oi/soi.py to soi.pyc
# byte-compiling /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/base/oi/__init__.py to __init__.pyc
# byte-compiling /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/base/oi/transform.py to transform.pyc
# byte-compiling /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/base/oi/soa.py to soa.pyc
# byte-compiling /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/base/oi/runmod.py to runmod.pyc
# byte-compiling /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/base/oi/objectinfo.py to objectinfo.pyc
# byte-compiling /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/base/oi/doa.py to doa.pyc
# byte-compiling /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/refactor/multiproject.py to multiproject.pyc
# byte-compiling /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/refactor/suites.py to suites.pyc
# byte-compiling /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/refactor/extract.py to extract.pyc
# byte-compiling /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/refactor/similarfinder.py to similarfinder.pyc
# byte-compiling /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/refactor/usefunction.py to usefunction.pyc
# byte-compiling /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/refactor/topackage.py to topackage.pyc
# byte-compiling /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/refactor/localtofield.py to localtofield.pyc
# byte-compiling /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/refactor/introduce_parameter.py to introduce_parameter.pyc
# byte-compiling /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/refactor/rename.py to rename.pyc
# byte-compiling /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/refactor/wildcards.py to wildcards.pyc
# byte-compiling /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/refactor/__init__.py to __init__.pyc
# byte-compiling /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/refactor/inline.py to inline.pyc
# byte-compiling /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/refactor/change_signature.py to change_signature.pyc
# byte-compiling /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/refactor/sourceutils.py to sourceutils.pyc
# byte-compiling /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/refactor/occurrences.py to occurrences.pyc
# byte-compiling /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/refactor/encapsulate_field.py to encapsulate_field.pyc
# byte-compiling /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/refactor/method_object.py to method_object.pyc
# byte-compiling /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/refactor/functionutils.py to functionutils.pyc
# byte-compiling /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/refactor/restructure.py to restructure.pyc
# byte-compiling /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/refactor/move.py to move.pyc
# byte-compiling /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/refactor/introduce_factory.py to introduce_factory.pyc
# byte-compiling /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/refactor/patchedast.py to patchedast.pyc
# byte-compiling /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/refactor/importutils/importinfo.py to importinfo.pyc
# byte-compiling /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/refactor/importutils/actions.py to actions.pyc
# byte-compiling /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/refactor/importutils/__init__.py to __init__.pyc
# byte-compiling /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/refactor/importutils/module_imports.py to module_imports.pyc
# byte-compiling /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/contrib/fixsyntax.py to fixsyntax.pyc
# byte-compiling /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/contrib/codeassist.py to codeassist.pyc
# byte-compiling /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/contrib/findit.py to findit.pyc
# byte-compiling /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/contrib/__init__.py to __init__.pyc
# byte-compiling /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/contrib/finderrors.py to finderrors.pyc
# byte-compiling /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/contrib/changestack.py to changestack.pyc
# byte-compiling /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/contrib/fixmodnames.py to fixmodnames.pyc
# byte-compiling /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/contrib/generate.py to generate.pyc
# byte-compiling /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope/contrib/autoimport.py to autoimport.pyc
# writing byte-compilation script '/tmp/tmpo55p0_.py'
# /sysroot/bin/python2 -O /tmp/tmpo55p0_.py
# removing /tmp/tmpo55p0_.py
# running install_egg_info
# Writing /tmp/python2-rope/pkg/python2-rope/sysroot/lib/python2.7/site-packages/rope-0.10.3-py2.7.egg-info
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "python2-rope"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: python2-rope 0.10.3-1 (Tue Apr 4 20:37:14 UTC 2017)

CMD: pacman --query --file python2-rope-0.10.3-1-any.pkg.tar.xz
# python2-rope 0.10.3-1

Creating hybrid package for 'python2-rope'

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

CMD: pacman --query --file /mirror/python2-rope-0.10.3-1.pkg.tar.xz
# python2-rope 0.10.3-1

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/lib/python2.7/site-packages/rope-0.10.3-py2.7.egg-info
# /usr/lib/python2.7/site-packages/rope/__init__.py
# /usr/lib/python2.7/site-packages/rope/__init__.pyc
# /usr/lib/python2.7/site-packages/rope/__init__.pyo
# /usr/lib/python2.7/site-packages/rope/base/__init__.py
# /usr/lib/python2.7/site-packages/rope/base/arguments.py
# /usr/lib/python2.7/site-packages/rope/base/ast.py
# /usr/lib/python2.7/site-packages/rope/base/astutils.py
# /usr/lib/python2.7/site-packages/rope/base/builtins.py
# /usr/lib/python2.7/site-packages/rope/base/change.py
# /usr/lib/python2.7/site-packages/rope/base/codeanalyze.py
# /usr/lib/python2.7/site-packages/rope/base/default_config.py
# /usr/lib/python2.7/site-packages/rope/base/evaluate.py
# /usr/lib/python2.7/site-packages/rope/base/exceptions.py
# /usr/lib/python2.7/site-packages/rope/base/fscommands.py
# /usr/lib/python2.7/site-packages/rope/base/history.py
# /usr/lib/python2.7/site-packages/rope/base/libutils.py
# /usr/lib/python2.7/site-packages/rope/base/prefs.py
# /usr/lib/python2.7/site-packages/rope/base/project.py
# /usr/lib/python2.7/site-packages/rope/base/pycore.py
# /usr/lib/python2.7/site-packages/rope/base/pynames.py
# /usr/lib/python2.7/site-packages/rope/base/pynamesdef.py
# /usr/lib/python2.7/site-packages/rope/base/pyobjects.py
# /usr/lib/python2.7/site-packages/rope/base/pyobjectsdef.py
# /usr/lib/python2.7/site-packages/rope/base/pyscopes.py
# /usr/lib/python2.7/site-packages/rope/base/resourceobserver.py
# /usr/lib/python2.7/site-packages/rope/base/resources.py
# /usr/lib/python2.7/site-packages/rope/base/simplify.py
# /usr/lib/python2.7/site-packages/rope/base/stdmods.py
# /usr/lib/python2.7/site-packages/rope/base/taskhandle.py
# /usr/lib/python2.7/site-packages/rope/base/utils.py
# /usr/lib/python2.7/site-packages/rope/base/worder.py
# /usr/lib/python2.7/site-packages/rope/base/__init__.pyc
# /usr/lib/python2.7/site-packages/rope/base/arguments.pyc
# /usr/lib/python2.7/site-packages/rope/base/ast.pyc
# /usr/lib/python2.7/site-packages/rope/base/astutils.pyc
# /usr/lib/python2.7/site-packages/rope/base/builtins.pyc
# /usr/lib/python2.7/site-packages/rope/base/change.pyc
# /usr/lib/python2.7/site-packages/rope/base/codeanalyze.pyc
# /usr/lib/python2.7/site-packages/rope/base/default_config.pyc
# /usr/lib/python2.7/site-packages/rope/base/evaluate.pyc
# /usr/lib/python2.7/site-packages/rope/base/exceptions.pyc
# /usr/lib/python2.7/site-packages/rope/base/fscommands.pyc
# /usr/lib/python2.7/site-packages/rope/base/history.pyc
# /usr/lib/python2.7/site-packages/rope/base/libutils.pyc
# /usr/lib/python2.7/site-packages/rope/base/prefs.pyc
# /usr/lib/python2.7/site-packages/rope/base/project.pyc
# /usr/lib/python2.7/site-packages/rope/base/pycore.pyc
# /usr/lib/python2.7/site-packages/rope/base/pynames.pyc
# /usr/lib/python2.7/site-packages/rope/base/pynamesdef.pyc
# /usr/lib/python2.7/site-packages/rope/base/pyobjects.pyc
# /usr/lib/python2.7/site-packages/rope/base/pyobjectsdef.pyc
# /usr/lib/python2.7/site-packages/rope/base/pyscopes.pyc
# /usr/lib/python2.7/site-packages/rope/base/resourceobserver.pyc
# /usr/lib/python2.7/site-packages/rope/base/resources.pyc
# /usr/lib/python2.7/site-packages/rope/base/simplify.pyc
# /usr/lib/python2.7/site-packages/rope/base/stdmods.pyc
# /usr/lib/python2.7/site-packages/rope/base/taskhandle.pyc
# /usr/lib/python2.7/site-packages/rope/base/utils.pyc
# /usr/lib/python2.7/site-packages/rope/base/worder.pyc
# /usr/lib/python2.7/site-packages/rope/base/__init__.pyo
# /usr/lib/python2.7/site-packages/rope/base/arguments.pyo
# /usr/lib/python2.7/site-packages/rope/base/ast.pyo
# /usr/lib/python2.7/site-packages/rope/base/astutils.pyo
# /usr/lib/python2.7/site-packages/rope/base/builtins.pyo
# /usr/lib/python2.7/site-packages/rope/base/change.pyo
# /usr/lib/python2.7/site-packages/rope/base/codeanalyze.pyo
# /usr/lib/python2.7/site-packages/rope/base/default_config.pyo
# /usr/lib/python2.7/site-packages/rope/base/evaluate.pyo
# /usr/lib/python2.7/site-packages/rope/base/exceptions.pyo
# /usr/lib/python2.7/site-packages/rope/base/fscommands.pyo
# /usr/lib/python2.7/site-packages/rope/base/history.pyo
# /usr/lib/python2.7/site-packages/rope/base/libutils.pyo
# /usr/lib/python2.7/site-packages/rope/base/prefs.pyo
# /usr/lib/python2.7/site-packages/rope/base/project.pyo
# /usr/lib/python2.7/site-packages/rope/base/pycore.pyo
# /usr/lib/python2.7/site-packages/rope/base/pynames.pyo
# /usr/lib/python2.7/site-packages/rope/base/pynamesdef.pyo
# /usr/lib/python2.7/site-packages/rope/base/pyobjects.pyo
# /usr/lib/python2.7/site-packages/rope/base/pyobjectsdef.pyo
# /usr/lib/python2.7/site-packages/rope/base/pyscopes.pyo
# /usr/lib/python2.7/site-packages/rope/base/resourceobserver.pyo
# /usr/lib/python2.7/site-packages/rope/base/resources.pyo
# /usr/lib/python2.7/site-packages/rope/base/simplify.pyo
# /usr/lib/python2.7/site-packages/rope/base/stdmods.pyo
# /usr/lib/python2.7/site-packages/rope/base/taskhandle.pyo
# /usr/lib/python2.7/site-packages/rope/base/utils.pyo
# /usr/lib/python2.7/site-packages/rope/base/worder.pyo
# /usr/lib/python2.7/site-packages/rope/base/oi/__init__.py
# /usr/lib/python2.7/site-packages/rope/base/oi/doa.py
# /usr/lib/python2.7/site-packages/rope/base/oi/memorydb.py
# /usr/lib/python2.7/site-packages/rope/base/oi/objectdb.py
# /usr/lib/python2.7/site-packages/rope/base/oi/objectinfo.py
# /usr/lib/python2.7/site-packages/rope/base/oi/runmod.py
# /usr/lib/python2.7/site-packages/rope/base/oi/soa.py
# /usr/lib/python2.7/site-packages/rope/base/oi/soi.py
# /usr/lib/python2.7/site-packages/rope/base/oi/transform.py
# /usr/lib/python2.7/site-packages/rope/base/oi/__init__.pyc
# /usr/lib/python2.7/site-packages/rope/base/oi/doa.pyc
# /usr/lib/python2.7/site-packages/rope/base/oi/memorydb.pyc
# /usr/lib/python2.7/site-packages/rope/base/oi/objectdb.pyc
# /usr/lib/python2.7/site-packages/rope/base/oi/objectinfo.pyc
# /usr/lib/python2.7/site-packages/rope/base/oi/runmod.pyc
# /usr/lib/python2.7/site-packages/rope/base/oi/soa.pyc
# /usr/lib/python2.7/site-packages/rope/base/oi/soi.pyc
# /usr/lib/python2.7/site-packages/rope/base/oi/transform.pyc
# /usr/lib/python2.7/site-packages/rope/base/oi/__init__.pyo
# /usr/lib/python2.7/site-packages/rope/base/oi/doa.pyo
# /usr/lib/python2.7/site-packages/rope/base/oi/memorydb.pyo
# /usr/lib/python2.7/site-packages/rope/base/oi/objectdb.pyo
# /usr/lib/python2.7/site-packages/rope/base/oi/objectinfo.pyo
# /usr/lib/python2.7/site-packages/rope/base/oi/runmod.pyo
# /usr/lib/python2.7/site-packages/rope/base/oi/soa.pyo
# /usr/lib/python2.7/site-packages/rope/base/oi/soi.pyo
# /usr/lib/python2.7/site-packages/rope/base/oi/transform.pyo
# /usr/lib/python2.7/site-packages/rope/refactor/__init__.py
# /usr/lib/python2.7/site-packages/rope/refactor/change_signature.py
# /usr/lib/python2.7/site-packages/rope/refactor/encapsulate_field.py
# /usr/lib/python2.7/site-packages/rope/refactor/extract.py
# /usr/lib/python2.7/site-packages/rope/refactor/functionutils.py
# /usr/lib/python2.7/site-packages/rope/refactor/inline.py
# /usr/lib/python2.7/site-packages/rope/refactor/introduce_factory.py
# /usr/lib/python2.7/site-packages/rope/refactor/introduce_parameter.py
# /usr/lib/python2.7/site-packages/rope/refactor/localtofield.py
# /usr/lib/python2.7/site-packages/rope/refactor/method_object.py
# /usr/lib/python2.7/site-packages/rope/refactor/move.py
# /usr/lib/python2.7/site-packages/rope/refactor/multiproject.py
# /usr/lib/python2.7/site-packages/rope/refactor/occurrences.py
# /usr/lib/python2.7/site-packages/rope/refactor/patchedast.py
# /usr/lib/python2.7/site-packages/rope/refactor/rename.py
# /usr/lib/python2.7/site-packages/rope/refactor/restructure.py
# /usr/lib/python2.7/site-packages/rope/refactor/similarfinder.py
# /usr/lib/python2.7/site-packages/rope/refactor/sourceutils.py
# /usr/lib/python2.7/site-packages/rope/refactor/suites.py
# /usr/lib/python2.7/site-packages/rope/refactor/topackage.py
# /usr/lib/python2.7/site-packages/rope/refactor/usefunction.py
# /usr/lib/python2.7/site-packages/rope/refactor/wildcards.py
# /usr/lib/python2.7/site-packages/rope/refactor/__init__.pyc
# /usr/lib/python2.7/site-packages/rope/refactor/change_signature.pyc
# /usr/lib/python2.7/site-packages/rope/refactor/encapsulate_field.pyc
# /usr/lib/python2.7/site-packages/rope/refactor/extract.pyc
# /usr/lib/python2.7/site-packages/rope/refactor/functionutils.pyc
# /usr/lib/python2.7/site-packages/rope/refactor/inline.pyc
# /usr/lib/python2.7/site-packages/rope/refactor/introduce_factory.pyc
# /usr/lib/python2.7/site-packages/rope/refactor/introduce_parameter.pyc
# /usr/lib/python2.7/site-packages/rope/refactor/localtofield.pyc
# /usr/lib/python2.7/site-packages/rope/refactor/method_object.pyc
# /usr/lib/python2.7/site-packages/rope/refactor/move.pyc
# /usr/lib/python2.7/site-packages/rope/refactor/multiproject.pyc
# /usr/lib/python2.7/site-packages/rope/refactor/occurrences.pyc
# /usr/lib/python2.7/site-packages/rope/refactor/patchedast.pyc
# /usr/lib/python2.7/site-packages/rope/refactor/rename.pyc
# /usr/lib/python2.7/site-packages/rope/refactor/restructure.pyc
# /usr/lib/python2.7/site-packages/rope/refactor/similarfinder.pyc
# /usr/lib/python2.7/site-packages/rope/refactor/sourceutils.pyc
# /usr/lib/python2.7/site-packages/rope/refactor/suites.pyc
# /usr/lib/python2.7/site-packages/rope/refactor/topackage.pyc
# /usr/lib/python2.7/site-packages/rope/refactor/usefunction.pyc
# /usr/lib/python2.7/site-packages/rope/refactor/wildcards.pyc
# /usr/lib/python2.7/site-packages/rope/refactor/__init__.pyo
# /usr/lib/python2.7/site-packages/rope/refactor/change_signature.pyo
# /usr/lib/python2.7/site-packages/rope/refactor/encapsulate_field.pyo
# /usr/lib/python2.7/site-packages/rope/refactor/extract.pyo
# /usr/lib/python2.7/site-packages/rope/refactor/functionutils.pyo
# /usr/lib/python2.7/site-packages/rope/refactor/inline.pyo
# /usr/lib/python2.7/site-packages/rope/refactor/introduce_factory.pyo
# /usr/lib/python2.7/site-packages/rope/refactor/introduce_parameter.pyo
# /usr/lib/python2.7/site-packages/rope/refactor/localtofield.pyo
# /usr/lib/python2.7/site-packages/rope/refactor/method_object.pyo
# /usr/lib/python2.7/site-packages/rope/refactor/move.pyo
# /usr/lib/python2.7/site-packages/rope/refactor/multiproject.pyo
# /usr/lib/python2.7/site-packages/rope/refactor/occurrences.pyo
# /usr/lib/python2.7/site-packages/rope/refactor/patchedast.pyo
# /usr/lib/python2.7/site-packages/rope/refactor/rename.pyo
# /usr/lib/python2.7/site-packages/rope/refactor/restructure.pyo
# /usr/lib/python2.7/site-packages/rope/refactor/similarfinder.pyo
# /usr/lib/python2.7/site-packages/rope/refactor/sourceutils.pyo
# /usr/lib/python2.7/site-packages/rope/refactor/suites.pyo
# /usr/lib/python2.7/site-packages/rope/refactor/topackage.pyo
# /usr/lib/python2.7/site-packages/rope/refactor/usefunction.pyo
# /usr/lib/python2.7/site-packages/rope/refactor/wildcards.pyo
# /usr/lib/python2.7/site-packages/rope/refactor/importutils/__init__.py
# /usr/lib/python2.7/site-packages/rope/refactor/importutils/actions.py
# /usr/lib/python2.7/site-packages/rope/refactor/importutils/importinfo.py
# /usr/lib/python2.7/site-packages/rope/refactor/importutils/module_imports.py
# /usr/lib/python2.7/site-packages/rope/refactor/importutils/__init__.pyc
# /usr/lib/python2.7/site-packages/rope/refactor/importutils/actions.pyc
# /usr/lib/python2.7/site-packages/rope/refactor/importutils/importinfo.pyc
# /usr/lib/python2.7/site-packages/rope/refactor/importutils/module_imports.pyc
# /usr/lib/python2.7/site-packages/rope/refactor/importutils/__init__.pyo
# /usr/lib/python2.7/site-packages/rope/refactor/importutils/actions.pyo
# /usr/lib/python2.7/site-packages/rope/refactor/importutils/importinfo.pyo
# /usr/lib/python2.7/site-packages/rope/refactor/importutils/module_imports.pyo
# /usr/lib/python2.7/site-packages/rope/contrib/__init__.py
# /usr/lib/python2.7/site-packages/rope/contrib/autoimport.py
# /usr/lib/python2.7/site-packages/rope/contrib/changestack.py
# /usr/lib/python2.7/site-packages/rope/contrib/codeassist.py
# /usr/lib/python2.7/site-packages/rope/contrib/finderrors.py
# /usr/lib/python2.7/site-packages/rope/contrib/findit.py
# /usr/lib/python2.7/site-packages/rope/contrib/fixmodnames.py
# /usr/lib/python2.7/site-packages/rope/contrib/fixsyntax.py
# /usr/lib/python2.7/site-packages/rope/contrib/generate.py
# /usr/lib/python2.7/site-packages/rope/contrib/__init__.pyc
# /usr/lib/python2.7/site-packages/rope/contrib/autoimport.pyc
# /usr/lib/python2.7/site-packages/rope/contrib/changestack.pyc
# /usr/lib/python2.7/site-packages/rope/contrib/codeassist.pyc
# /usr/lib/python2.7/site-packages/rope/contrib/finderrors.pyc
# /usr/lib/python2.7/site-packages/rope/contrib/findit.pyc
# /usr/lib/python2.7/site-packages/rope/contrib/fixmodnames.pyc
# /usr/lib/python2.7/site-packages/rope/contrib/fixsyntax.pyc
# /usr/lib/python2.7/site-packages/rope/contrib/generate.pyc
# /usr/lib/python2.7/site-packages/rope/contrib/__init__.pyo
# /usr/lib/python2.7/site-packages/rope/contrib/autoimport.pyo
# /usr/lib/python2.7/site-packages/rope/contrib/changestack.pyo
# /usr/lib/python2.7/site-packages/rope/contrib/codeassist.pyo
# /usr/lib/python2.7/site-packages/rope/contrib/finderrors.pyo
# /usr/lib/python2.7/site-packages/rope/contrib/findit.pyo
# /usr/lib/python2.7/site-packages/rope/contrib/fixmodnames.pyo
# /usr/lib/python2.7/site-packages/rope/contrib/fixsyntax.pyo
# /usr/lib/python2.7/site-packages/rope/contrib/generate.pyo

Generating .MTREE

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

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO usr .MTREE

CMD: xz -c -z

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

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

Created package at path /var/cache/pacman/pkg/python2-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/python2-rope.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/python2-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'