Mock Version: 1.3.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-PyBOMBS.spec'], uid=1001timeout=0user='mockbuild'printOutput=Falseenv={'HOME': '/builddir', 'PS1': ' \\s-\\v\\$ ', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'en_US.UTF-8', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"'}shell=Falsenspawn_args=[]logger=gid=135chrootPath='/var/lib/mock/epel-6-x86_64-mockbuilder-10484/root') Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-PyBOMBS.spec'] with env {'HOME': '/builddir', 'PS1': ' \\s-\\v\\$ ', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'en_US.UTF-8', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"'} and shell False warning: Could not canonicalize hostname: copr-builder-327900960.novalocal Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-PyBOMBS-2.3.0-1.el6.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-PyBOMBS.spec'], uid=1001timeout=0user='mockbuild'printOutput=Falseenv={'HOME': '/builddir', 'PS1': ' \\s-\\v\\$ ', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'en_US.UTF-8', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"'}shell=Falsenspawn_args=[]logger=gid=135chrootPath='/var/lib/mock/epel-6-x86_64-mockbuilder-10484/root') Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-PyBOMBS.spec'] with env {'HOME': '/builddir', 'PS1': ' \\s-\\v\\$ ', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'en_US.UTF-8', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"'} and shell False Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.bvPxvP + umask 022 + cd /builddir/build/BUILD + LANG=C + export LANG + unset DISPLAY + cd /builddir/build/BUILD + rm -rf PyBOMBS-2.3.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/PyBOMBS-2.3.0.tar.gz + /bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd PyBOMBS-2.3.0 + /bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -rf PyBOMBS.egg-info + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.wGiXEN + umask 022 + cd /builddir/build/BUILD + cd PyBOMBS-2.3.0 + LANG=C + export LANG + unset DISPLAY + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic' + /usr/bin/python2.6 setup.py build '--executable=/usr/bin/python2.6 -s' running build running build_py creating build creating build/lib creating build/lib/pybombs copying pybombs/inventory.py -> build/lib/pybombs copying pybombs/tree_node.py -> build/lib/pybombs copying pybombs/recipe_manager.py -> build/lib/pybombs copying pybombs/dep_manager.py -> build/lib/pybombs copying pybombs/config_manager.py -> build/lib/pybombs copying pybombs/__init__.py -> build/lib/pybombs copying pybombs/package_manager.py -> build/lib/pybombs copying pybombs/fetcher.py -> build/lib/pybombs copying pybombs/main.py -> build/lib/pybombs copying pybombs/requirer.py -> build/lib/pybombs copying pybombs/pb_logging.py -> build/lib/pybombs copying pybombs/install_manager.py -> build/lib/pybombs copying pybombs/pb_exception.py -> build/lib/pybombs copying pybombs/recipe.py -> build/lib/pybombs copying pybombs/config_file.py -> build/lib/pybombs creating build/lib/pybombs/commands copying pybombs/commands/digraph.py -> build/lib/pybombs/commands copying pybombs/commands/rebuild.py -> build/lib/pybombs/commands copying pybombs/commands/__init__.py -> build/lib/pybombs/commands copying pybombs/commands/help.py -> build/lib/pybombs/commands copying pybombs/commands/fetch.py -> build/lib/pybombs/commands copying pybombs/commands/prefix.py -> build/lib/pybombs/commands copying pybombs/commands/inv.py -> build/lib/pybombs/commands copying pybombs/commands/lint.py -> build/lib/pybombs/commands copying pybombs/commands/remove.py -> build/lib/pybombs/commands copying pybombs/commands/install.py -> build/lib/pybombs/commands copying pybombs/commands/recipes.py -> build/lib/pybombs/commands copying pybombs/commands/base.py -> build/lib/pybombs/commands copying pybombs/commands/deploy.py -> build/lib/pybombs/commands copying pybombs/commands/run.py -> build/lib/pybombs/commands copying pybombs/commands/config.py -> build/lib/pybombs/commands creating build/lib/pybombs/fetchers copying pybombs/fetchers/__init__.py -> build/lib/pybombs/fetchers copying pybombs/fetchers/svn.py -> build/lib/pybombs/fetchers copying pybombs/fetchers/git.py -> build/lib/pybombs/fetchers copying pybombs/fetchers/file.py -> build/lib/pybombs/fetchers copying pybombs/fetchers/wget.py -> build/lib/pybombs/fetchers copying pybombs/fetchers/base.py -> build/lib/pybombs/fetchers creating build/lib/pybombs/packagers copying pybombs/packagers/__init__.py -> build/lib/pybombs/packagers copying pybombs/packagers/source.py -> build/lib/pybombs/packagers copying pybombs/packagers/pkgconfig.py -> build/lib/pybombs/packagers copying pybombs/packagers/pip.py -> build/lib/pybombs/packagers copying pybombs/packagers/brew.py -> build/lib/pybombs/packagers copying pybombs/packagers/extern.py -> build/lib/pybombs/packagers copying pybombs/packagers/port.py -> build/lib/pybombs/packagers copying pybombs/packagers/cmd.py -> build/lib/pybombs/packagers copying pybombs/packagers/pacman.py -> build/lib/pybombs/packagers copying pybombs/packagers/portage.py -> build/lib/pybombs/packagers copying pybombs/packagers/dummy.py -> build/lib/pybombs/packagers copying pybombs/packagers/yum.py -> build/lib/pybombs/packagers copying pybombs/packagers/apt.py -> build/lib/pybombs/packagers copying pybombs/packagers/base.py -> build/lib/pybombs/packagers creating build/lib/pybombs/utils copying pybombs/utils/vcompare.py -> build/lib/pybombs/utils copying pybombs/utils/subproc.py -> build/lib/pybombs/utils copying pybombs/utils/__init__.py -> build/lib/pybombs/utils copying pybombs/utils/sysutils.py -> build/lib/pybombs/utils copying pybombs/utils/output_proc.py -> build/lib/pybombs/utils copying pybombs/utils/tables.py -> build/lib/pybombs/utils copying pybombs/utils/utils.py -> build/lib/pybombs/utils copying pybombs/utils/version.py -> build/lib/pybombs/utils copying pybombs/utils/archives.py -> build/lib/pybombs/utils creating build/lib/pybombs/templates copying pybombs/templates/autoconf.lwt -> build/lib/pybombs/templates copying pybombs/templates/cmake.lwt -> build/lib/pybombs/templates copying pybombs/templates/sdk.lwt -> build/lib/pybombs/templates copying pybombs/templates/boostflags.lwt -> build/lib/pybombs/templates copying pybombs/templates/distutils.lwt -> build/lib/pybombs/templates copying pybombs/templates/prefix.lwt -> build/lib/pybombs/templates copying pybombs/templates/empty.lwt -> build/lib/pybombs/templates copying pybombs/templates/bootstrapautoconf.lwt -> build/lib/pybombs/templates copying pybombs/templates/setuptools.lwt -> build/lib/pybombs/templates copying pybombs/templates/bjam.lwt -> build/lib/pybombs/templates creating build/lib/pybombs/recipes copying pybombs/recipes/autoconf.lwr -> build/lib/pybombs/recipes copying pybombs/recipes/automake.lwr -> build/lib/pybombs/recipes copying pybombs/recipes/python.lwr -> build/lib/pybombs/recipes copying pybombs/recipes/git.lwr -> build/lib/pybombs/recipes copying pybombs/recipes/default_prefix.lwr -> build/lib/pybombs/recipes copying pybombs/recipes/python-requests.lwr -> build/lib/pybombs/recipes copying pybombs/recipes/cmake.lwr -> build/lib/pybombs/recipes copying pybombs/recipes/graphviz.lwr -> build/lib/pybombs/recipes copying pybombs/recipes/build-essential.lwr -> build/lib/pybombs/recipes copying pybombs/recipes/autotools-bootstrap.lwr -> build/lib/pybombs/recipes copying pybombs/recipes/xz.lwr -> build/lib/pybombs/recipes + sleep 1 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.nx8GRP + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64 ++ dirname /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64 + cd PyBOMBS-2.3.0 + LANG=C + export LANG + unset DISPLAY + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic' + /usr/bin/python2.6 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64 running install running install_lib creating /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr creating /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib creating /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6 creating /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages creating /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs creating /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/recipes copying build/lib/pybombs/recipes/xz.lwr -> /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/recipes copying build/lib/pybombs/recipes/autotools-bootstrap.lwr -> /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/recipes copying build/lib/pybombs/recipes/build-essential.lwr -> /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/recipes copying build/lib/pybombs/recipes/graphviz.lwr -> /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/recipes copying build/lib/pybombs/recipes/cmake.lwr -> /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/recipes copying build/lib/pybombs/recipes/python-requests.lwr -> /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/recipes copying build/lib/pybombs/recipes/default_prefix.lwr -> /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/recipes copying build/lib/pybombs/recipes/git.lwr -> /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/recipes copying build/lib/pybombs/recipes/python.lwr -> /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/recipes copying build/lib/pybombs/recipes/automake.lwr -> /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/recipes copying build/lib/pybombs/recipes/autoconf.lwr -> /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/recipes creating /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/templates copying build/lib/pybombs/templates/bjam.lwt -> /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/templates copying build/lib/pybombs/templates/setuptools.lwt -> /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/templates copying build/lib/pybombs/templates/bootstrapautoconf.lwt -> /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/templates copying build/lib/pybombs/templates/empty.lwt -> /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/templates copying build/lib/pybombs/templates/prefix.lwt -> /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/templates copying build/lib/pybombs/templates/distutils.lwt -> /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/templates copying build/lib/pybombs/templates/boostflags.lwt -> /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/templates copying build/lib/pybombs/templates/sdk.lwt -> /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/templates copying build/lib/pybombs/templates/cmake.lwt -> /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/templates copying build/lib/pybombs/templates/autoconf.lwt -> /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/templates creating /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/utils copying build/lib/pybombs/utils/archives.py -> /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/utils copying build/lib/pybombs/utils/version.py -> /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/utils copying build/lib/pybombs/utils/utils.py -> /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/utils copying build/lib/pybombs/utils/tables.py -> /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/utils copying build/lib/pybombs/utils/output_proc.py -> /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/utils copying build/lib/pybombs/utils/sysutils.py -> /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/utils copying build/lib/pybombs/utils/__init__.py -> /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/utils copying build/lib/pybombs/utils/subproc.py -> /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/utils copying build/lib/pybombs/utils/vcompare.py -> /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/utils creating /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/packagers copying build/lib/pybombs/packagers/base.py -> /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/packagers copying build/lib/pybombs/packagers/apt.py -> /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/packagers copying build/lib/pybombs/packagers/yum.py -> /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/packagers copying build/lib/pybombs/packagers/dummy.py -> /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/packagers copying build/lib/pybombs/packagers/portage.py -> /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/packagers copying build/lib/pybombs/packagers/pacman.py -> /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/packagers copying build/lib/pybombs/packagers/cmd.py -> /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/packagers copying build/lib/pybombs/packagers/port.py -> /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/packagers copying build/lib/pybombs/packagers/extern.py -> /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/packagers copying build/lib/pybombs/packagers/brew.py -> /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/packagers copying build/lib/pybombs/packagers/pip.py -> /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/packagers copying build/lib/pybombs/packagers/pkgconfig.py -> /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/packagers copying build/lib/pybombs/packagers/source.py -> /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/packagers copying build/lib/pybombs/packagers/__init__.py -> /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/packagers creating /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/fetchers copying build/lib/pybombs/fetchers/base.py -> /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/fetchers copying build/lib/pybombs/fetchers/wget.py -> /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/fetchers copying build/lib/pybombs/fetchers/file.py -> /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/fetchers copying build/lib/pybombs/fetchers/git.py -> /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/fetchers copying build/lib/pybombs/fetchers/svn.py -> /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/fetchers copying build/lib/pybombs/fetchers/__init__.py -> /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/fetchers creating /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/commands copying build/lib/pybombs/commands/config.py -> /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/commands copying build/lib/pybombs/commands/run.py -> /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/commands copying build/lib/pybombs/commands/deploy.py -> /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/commands copying build/lib/pybombs/commands/base.py -> /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/commands copying build/lib/pybombs/commands/recipes.py -> /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/commands copying build/lib/pybombs/commands/install.py -> /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/commands copying build/lib/pybombs/commands/remove.py -> /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/commands copying build/lib/pybombs/commands/lint.py -> /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/commands copying build/lib/pybombs/commands/inv.py -> /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/commands copying build/lib/pybombs/commands/prefix.py -> /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/commands copying build/lib/pybombs/commands/fetch.py -> /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/commands copying build/lib/pybombs/commands/help.py -> /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/commands copying build/lib/pybombs/commands/__init__.py -> /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/commands copying build/lib/pybombs/commands/rebuild.py -> /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/commands copying build/lib/pybombs/commands/digraph.py -> /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/commands copying build/lib/pybombs/config_file.py -> /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs copying build/lib/pybombs/recipe.py -> /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs copying build/lib/pybombs/pb_exception.py -> /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs copying build/lib/pybombs/install_manager.py -> /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs copying build/lib/pybombs/pb_logging.py -> /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs copying build/lib/pybombs/requirer.py -> /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs copying build/lib/pybombs/main.py -> /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs copying build/lib/pybombs/fetcher.py -> /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs copying build/lib/pybombs/package_manager.py -> /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs copying build/lib/pybombs/__init__.py -> /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs copying build/lib/pybombs/config_manager.py -> /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs copying build/lib/pybombs/dep_manager.py -> /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs copying build/lib/pybombs/recipe_manager.py -> /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs copying build/lib/pybombs/tree_node.py -> /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs copying build/lib/pybombs/inventory.py -> /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs byte-compiling /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/utils/archives.py to archives.pyc byte-compiling /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/utils/version.py to version.pyc byte-compiling /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/utils/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/utils/tables.py to tables.pyc SyntaxError: ('invalid syntax', ('/usr/lib/python2.6/site-packages/pybombs/utils/tables.py', 31, 109, ' return {col_id: reduce(lambda a, x: max(a, len(str(x[col_id]))), data, len(str(headers[col_id]))) for col_id in cols}\n')) byte-compiling /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/utils/output_proc.py to output_proc.pyc byte-compiling /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/utils/sysutils.py to sysutils.pyc byte-compiling /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/utils/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/utils/subproc.py to subproc.pyc byte-compiling /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/utils/vcompare.py to vcompare.pyc byte-compiling /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/packagers/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/packagers/apt.py to apt.pyc byte-compiling /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/packagers/yum.py to yum.pyc byte-compiling /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/packagers/dummy.py to dummy.pyc byte-compiling /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/packagers/portage.py to portage.pyc byte-compiling /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/packagers/pacman.py to pacman.pyc byte-compiling /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/packagers/cmd.py to cmd.pyc byte-compiling /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/packagers/port.py to port.pyc byte-compiling /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/packagers/extern.py to extern.pyc byte-compiling /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/packagers/brew.py to brew.pyc byte-compiling /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/packagers/pip.py to pip.pyc byte-compiling /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/packagers/pkgconfig.py to pkgconfig.pyc byte-compiling /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/packagers/source.py to source.pyc byte-compiling /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/packagers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/fetchers/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/fetchers/wget.py to wget.pyc byte-compiling /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/fetchers/file.py to file.pyc byte-compiling /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/fetchers/git.py to git.pyc byte-compiling /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/fetchers/svn.py to svn.pyc byte-compiling /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/fetchers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/commands/config.py to config.pyc byte-compiling /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/commands/run.py to run.pyc byte-compiling /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/commands/deploy.py to deploy.pyc byte-compiling /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/commands/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/commands/recipes.py to recipes.pyc byte-compiling /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/commands/install.py to install.pyc byte-compiling /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/commands/remove.py to remove.pyc byte-compiling /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/commands/lint.py to lint.pyc byte-compiling /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/commands/inv.py to inv.pyc byte-compiling /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/commands/prefix.py to prefix.pyc SyntaxError: ('invalid syntax', ('/usr/lib/python2.6/site-packages/pybombs/commands/prefix.py', 339, 32, ' sdk_cfg_data = {k: v for k, v in iteritems(r.get_dict()) if k in sdk_recipe_keys_for_config}\n')) byte-compiling /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/commands/fetch.py to fetch.pyc byte-compiling /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/commands/help.py to help.pyc byte-compiling /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/commands/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/commands/rebuild.py to rebuild.pyc byte-compiling /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/commands/digraph.py to digraph.pyc byte-compiling /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/config_file.py to config_file.pyc byte-compiling /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/recipe.py to recipe.pyc byte-compiling /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/pb_exception.py to pb_exception.pyc byte-compiling /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/install_manager.py to install_manager.pyc byte-compiling /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/pb_logging.py to pb_logging.pyc byte-compiling /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/requirer.py to requirer.pyc byte-compiling /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/main.py to main.pyc byte-compiling /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/fetcher.py to fetcher.pyc byte-compiling /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/package_manager.py to package_manager.pyc byte-compiling /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/config_manager.py to config_manager.pyc SyntaxError: ('invalid syntax', ('/usr/lib/python2.6/site-packages/pybombs/config_manager.py', 352, 40, ' self.cfg_cascade = [{k: v[0] for k, v in iteritems(self.defaults)},]\n')) byte-compiling /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/dep_manager.py to dep_manager.pyc byte-compiling /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/recipe_manager.py to recipe_manager.pyc byte-compiling /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/tree_node.py to tree_node.pyc byte-compiling /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/inventory.py to inventory.pyc writing byte-compilation script '/tmp/tmpzOC75k.py' /usr/bin/python2.6 -O /tmp/tmpzOC75k.py SyntaxError: ('invalid syntax', ('/usr/lib/python2.6/site-packages/pybombs/utils/tables.py', 31, 109, ' return {col_id: reduce(lambda a, x: max(a, len(str(x[col_id]))), data, len(str(headers[col_id]))) for col_id in cols}\n')) SyntaxError: ('invalid syntax', ('/usr/lib/python2.6/site-packages/pybombs/commands/prefix.py', 339, 32, ' sdk_cfg_data = {k: v for k, v in iteritems(r.get_dict()) if k in sdk_recipe_keys_for_config}\n')) SyntaxError: ('invalid syntax', ('/usr/lib/python2.6/site-packages/pybombs/config_manager.py', 352, 40, ' self.cfg_cascade = [{k: v[0] for k, v in iteritems(self.defaults)},]\n')) removing /tmp/tmpzOC75k.py running install_egg_info running egg_info creating PyBOMBS.egg-info writing requirements to PyBOMBS.egg-info/requires.txt writing PyBOMBS.egg-info/PKG-INFO writing top-level names to PyBOMBS.egg-info/top_level.txt writing dependency_links to PyBOMBS.egg-info/dependency_links.txt writing entry points to PyBOMBS.egg-info/entry_points.txt writing manifest file 'PyBOMBS.egg-info/SOURCES.txt' reading manifest file 'PyBOMBS.egg-info/SOURCES.txt' writing manifest file 'PyBOMBS.egg-info/SOURCES.txt' Copying PyBOMBS.egg-info to /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/PyBOMBS-2.3.0-py2.6.egg-info running install_scripts Installing pybombs script to /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/bin + cp /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64//usr/bin/pybombs /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64//usr/bin/pybombs-2 + ln -sf /usr/bin/pybombs-2 /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64//usr/bin/pybombs-2.6 + /usr/lib/rpm/find-debuginfo.sh --strict-build-id /builddir/build/BUILD/PyBOMBS-2.3.0 find: `debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python Bytecompiling .py files below /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6 using /usr/bin/python2.6 Compiling /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/commands/prefix.py ... SyntaxError: ('invalid syntax', ('/usr/lib/python2.6/site-packages/pybombs/commands/prefix.py', 339, 32, ' sdk_cfg_data = {k: v for k, v in iteritems(r.get_dict()) if k in sdk_recipe_keys_for_config}\n')) Compiling /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/config_manager.py ... SyntaxError: ('invalid syntax', ('/usr/lib/python2.6/site-packages/pybombs/config_manager.py', 352, 40, ' self.cfg_cascade = [{k: v[0] for k, v in iteritems(self.defaults)},]\n')) Compiling /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/utils/tables.py ... SyntaxError: ('invalid syntax', ('/usr/lib/python2.6/site-packages/pybombs/utils/tables.py', 31, 109, ' return {col_id: reduce(lambda a, x: max(a, len(str(x[col_id]))), data, len(str(headers[col_id]))) for col_id in cols}\n')) Compiling /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/commands/prefix.py ... SyntaxError: ('invalid syntax', ('/usr/lib/python2.6/site-packages/pybombs/commands/prefix.py', 339, 32, ' sdk_cfg_data = {k: v for k, v in iteritems(r.get_dict()) if k in sdk_recipe_keys_for_config}\n')) Compiling /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/config_manager.py ... SyntaxError: ('invalid syntax', ('/usr/lib/python2.6/site-packages/pybombs/config_manager.py', 352, 40, ' self.cfg_cascade = [{k: v[0] for k, v in iteritems(self.defaults)},]\n')) Compiling /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64/usr/lib/python2.6/site-packages/pybombs/utils/tables.py ... SyntaxError: ('invalid syntax', ('/usr/lib/python2.6/site-packages/pybombs/utils/tables.py', 31, 109, ' return {col_id: reduce(lambda a, x: max(a, len(str(x[col_id]))), data, len(str(headers[col_id]))) for col_id in cols}\n')) + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: python2-PyBOMBS-2.3.0-1.el6.noarch Provides: python-PyBOMBS = 2.3.0-1.el6 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(VersionedDependencies) <= 3.0.3-1 Requires: /usr/bin/python2.6 python(abi) = 2.6 Obsoletes: python-PyBOMBS < 2.3.0-1.el6 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64 warning: Could not canonicalize hostname: copr-builder-327900960.novalocal Wrote: /builddir/build/RPMS/python2-PyBOMBS-2.3.0-1.el6.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.xNnNRw + umask 022 + cd /builddir/build/BUILD + cd PyBOMBS-2.3.0 + /bin/rm -rf /builddir/build/BUILDROOT/python-PyBOMBS-2.3.0-1.el6.x86_64 + exit 0 Child return code was: 0