Mock Version: 2.2 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/cepces.spec'], chrootPath='/var/lib/mock/epel-6-x86_64-1586960383.702280/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=0uid=1001gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/cepces.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False warning: Could not canonicalize hostname: ip-172-30-2-250.ec2.internal Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/cepces-0.3.3-2.el6.cyberpear.1.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/cepces.spec'], chrootPath='/var/lib/mock/epel-6-x86_64-1586960383.702280/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=0uid=1001gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/cepces.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.gY4Ymr + umask 022 + cd /builddir/build/BUILD + LANG=C + export LANG + unset DISPLAY + cd /builddir/build/BUILD + rm -rf cepces-0.3.3 + /usr/bin/gzip -dc /builddir/build/SOURCES/cepces-0.3.3.tar.gz + /bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd cepces-0.3.3 + /bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (0001-add-SELinux-permissions-for-RHEL-6.patch):' Patch #0 (0001-add-SELinux-permissions-for-RHEL-6.patch): + /bin/cat /builddir/build/SOURCES/0001-add-SELinux-permissions-for-RHEL-6.patch + /usr/bin/patch -p1 --fuzz=0 patching file selinux/cepces.te + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.lPacNF + umask 022 + cd /builddir/build/BUILD + cd cepces-0.3.3 + 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/python3.4 setup.py build '--executable=/usr/bin/python3.4 -s' running build running build_py creating build creating build/lib creating build/lib/cepces copying cepces/log.py -> build/lib/cepces copying cepces/core.py -> build/lib/cepces copying cepces/config.py -> build/lib/cepces copying cepces/auth.py -> build/lib/cepces copying cepces/__init__.py -> build/lib/cepces creating build/lib/cepces/certmonger copying cepces/certmonger/operation.py -> build/lib/cepces/certmonger copying cepces/certmonger/core.py -> build/lib/cepces/certmonger copying cepces/certmonger/__init__.py -> build/lib/cepces/certmonger creating build/lib/cepces/krb5 copying cepces/krb5/types.py -> build/lib/cepces/krb5 copying cepces/krb5/lib.py -> build/lib/cepces/krb5 copying cepces/krb5/functions.py -> build/lib/cepces/krb5 copying cepces/krb5/core.py -> build/lib/cepces/krb5 copying cepces/krb5/__init__.py -> build/lib/cepces/krb5 creating build/lib/cepces/soap copying cepces/soap/types.py -> build/lib/cepces/soap copying cepces/soap/service.py -> build/lib/cepces/soap copying cepces/soap/auth.py -> build/lib/cepces/soap copying cepces/soap/__init__.py -> build/lib/cepces/soap creating build/lib/cepces/wstep copying cepces/wstep/types.py -> build/lib/cepces/wstep copying cepces/wstep/service.py -> build/lib/cepces/wstep copying cepces/wstep/__init__.py -> build/lib/cepces/wstep creating build/lib/cepces/xcep copying cepces/xcep/types.py -> build/lib/cepces/xcep copying cepces/xcep/service.py -> build/lib/cepces/xcep copying cepces/xcep/converter.py -> build/lib/cepces/xcep copying cepces/xcep/__init__.py -> build/lib/cepces/xcep creating build/lib/cepces/xml copying cepces/xml/util.py -> build/lib/cepces/xml copying cepces/xml/converter.py -> build/lib/cepces/xml copying cepces/xml/binding.py -> build/lib/cepces/xml copying cepces/xml/__init__.py -> build/lib/cepces/xml + sleep 1 + for SELINUXVARIANT in targeted + make -C selinux clean all make: Entering directory `/builddir/build/BUILD/cepces-0.3.3/selinux' rm -f *~ *.tc *.pp rm -rf tmp make -f /usr/share/selinux/devel/Makefile cepces.pp cat: /selinux/mls: No such file or directory make[1]: Entering directory `/builddir/build/BUILD/cepces-0.3.3/selinux' Compiling targeted cepces module /usr/bin/checkmodule: loading policy configuration from tmp/cepces.tmp /usr/bin/checkmodule: policy configuration loaded /usr/bin/checkmodule: writing binary representation (version 10) to tmp/cepces.mod Creating targeted cepces.pp policy package rm tmp/cepces.mod tmp/cepces.mod.fc make[1]: Leaving directory `/builddir/build/BUILD/cepces-0.3.3/selinux' make: Leaving directory `/builddir/build/BUILD/cepces-0.3.3/selinux' + mv -v selinux/cepces.pp selinux/cepces-targeted.pp `selinux/cepces.pp' -> `selinux/cepces-targeted.pp' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.7kz7qY + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64 ++ dirname /builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64 + cd cepces-0.3.3 + 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/python3.4 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64 running install running install_lib creating /builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64/usr creating /builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64/usr/lib creating /builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64/usr/lib/python3.4 creating /builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64/usr/lib/python3.4/site-packages creating /builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64/usr/lib/python3.4/site-packages/cepces creating /builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64/usr/lib/python3.4/site-packages/cepces/xml copying build/lib/cepces/xml/__init__.py -> /builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64/usr/lib/python3.4/site-packages/cepces/xml copying build/lib/cepces/xml/binding.py -> /builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64/usr/lib/python3.4/site-packages/cepces/xml copying build/lib/cepces/xml/converter.py -> /builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64/usr/lib/python3.4/site-packages/cepces/xml copying build/lib/cepces/xml/util.py -> /builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64/usr/lib/python3.4/site-packages/cepces/xml creating /builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64/usr/lib/python3.4/site-packages/cepces/xcep copying build/lib/cepces/xcep/__init__.py -> /builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64/usr/lib/python3.4/site-packages/cepces/xcep copying build/lib/cepces/xcep/converter.py -> /builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64/usr/lib/python3.4/site-packages/cepces/xcep copying build/lib/cepces/xcep/service.py -> /builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64/usr/lib/python3.4/site-packages/cepces/xcep copying build/lib/cepces/xcep/types.py -> /builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64/usr/lib/python3.4/site-packages/cepces/xcep creating /builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64/usr/lib/python3.4/site-packages/cepces/wstep copying build/lib/cepces/wstep/__init__.py -> /builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64/usr/lib/python3.4/site-packages/cepces/wstep copying build/lib/cepces/wstep/service.py -> /builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64/usr/lib/python3.4/site-packages/cepces/wstep copying build/lib/cepces/wstep/types.py -> /builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64/usr/lib/python3.4/site-packages/cepces/wstep creating /builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64/usr/lib/python3.4/site-packages/cepces/soap copying build/lib/cepces/soap/__init__.py -> /builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64/usr/lib/python3.4/site-packages/cepces/soap copying build/lib/cepces/soap/auth.py -> /builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64/usr/lib/python3.4/site-packages/cepces/soap copying build/lib/cepces/soap/service.py -> /builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64/usr/lib/python3.4/site-packages/cepces/soap copying build/lib/cepces/soap/types.py -> /builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64/usr/lib/python3.4/site-packages/cepces/soap creating /builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64/usr/lib/python3.4/site-packages/cepces/krb5 copying build/lib/cepces/krb5/__init__.py -> /builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64/usr/lib/python3.4/site-packages/cepces/krb5 copying build/lib/cepces/krb5/core.py -> /builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64/usr/lib/python3.4/site-packages/cepces/krb5 copying build/lib/cepces/krb5/functions.py -> /builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64/usr/lib/python3.4/site-packages/cepces/krb5 copying build/lib/cepces/krb5/lib.py -> /builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64/usr/lib/python3.4/site-packages/cepces/krb5 copying build/lib/cepces/krb5/types.py -> /builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64/usr/lib/python3.4/site-packages/cepces/krb5 creating /builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64/usr/lib/python3.4/site-packages/cepces/certmonger copying build/lib/cepces/certmonger/__init__.py -> /builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64/usr/lib/python3.4/site-packages/cepces/certmonger copying build/lib/cepces/certmonger/core.py -> /builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64/usr/lib/python3.4/site-packages/cepces/certmonger copying build/lib/cepces/certmonger/operation.py -> /builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64/usr/lib/python3.4/site-packages/cepces/certmonger copying build/lib/cepces/__init__.py -> /builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64/usr/lib/python3.4/site-packages/cepces copying build/lib/cepces/auth.py -> /builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64/usr/lib/python3.4/site-packages/cepces copying build/lib/cepces/config.py -> /builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64/usr/lib/python3.4/site-packages/cepces copying build/lib/cepces/core.py -> /builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64/usr/lib/python3.4/site-packages/cepces copying build/lib/cepces/log.py -> /builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64/usr/lib/python3.4/site-packages/cepces byte-compiling /builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64/usr/lib/python3.4/site-packages/cepces/xml/__init__.py to __init__.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64/usr/lib/python3.4/site-packages/cepces/xml/binding.py to binding.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64/usr/lib/python3.4/site-packages/cepces/xml/converter.py to converter.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64/usr/lib/python3.4/site-packages/cepces/xml/util.py to util.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64/usr/lib/python3.4/site-packages/cepces/xcep/__init__.py to __init__.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64/usr/lib/python3.4/site-packages/cepces/xcep/converter.py to converter.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64/usr/lib/python3.4/site-packages/cepces/xcep/service.py to service.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64/usr/lib/python3.4/site-packages/cepces/xcep/types.py to types.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64/usr/lib/python3.4/site-packages/cepces/wstep/__init__.py to __init__.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64/usr/lib/python3.4/site-packages/cepces/wstep/service.py to service.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64/usr/lib/python3.4/site-packages/cepces/wstep/types.py to types.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64/usr/lib/python3.4/site-packages/cepces/soap/__init__.py to __init__.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64/usr/lib/python3.4/site-packages/cepces/soap/auth.py to auth.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64/usr/lib/python3.4/site-packages/cepces/soap/service.py to service.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64/usr/lib/python3.4/site-packages/cepces/soap/types.py to types.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64/usr/lib/python3.4/site-packages/cepces/krb5/__init__.py to __init__.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64/usr/lib/python3.4/site-packages/cepces/krb5/core.py to core.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64/usr/lib/python3.4/site-packages/cepces/krb5/functions.py to functions.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64/usr/lib/python3.4/site-packages/cepces/krb5/lib.py to lib.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64/usr/lib/python3.4/site-packages/cepces/krb5/types.py to types.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64/usr/lib/python3.4/site-packages/cepces/certmonger/__init__.py to __init__.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64/usr/lib/python3.4/site-packages/cepces/certmonger/core.py to core.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64/usr/lib/python3.4/site-packages/cepces/certmonger/operation.py to operation.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64/usr/lib/python3.4/site-packages/cepces/__init__.py to __init__.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64/usr/lib/python3.4/site-packages/cepces/auth.py to auth.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64/usr/lib/python3.4/site-packages/cepces/config.py to config.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64/usr/lib/python3.4/site-packages/cepces/core.py to core.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64/usr/lib/python3.4/site-packages/cepces/log.py to log.cpython-34.pyc writing byte-compilation script '/tmp/tmpi6d27exo.py' /usr/bin/python3.4 -O /tmp/tmpi6d27exo.py removing /tmp/tmpi6d27exo.py running install_data creating /builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64/usr/local creating /builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64/usr/local/libexec creating /builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64/usr/local/libexec/certmonger copying bin/cepces-submit -> /builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64/usr/local/libexec/certmonger creating /builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64/usr/local/etc creating /builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64/usr/local/etc/cepces copying conf/cepces.conf.dist -> /builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64/usr/local/etc/cepces copying conf/logging.conf.dist -> /builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64/usr/local/etc/cepces running install_egg_info running egg_info writing cepces.egg-info/PKG-INFO writing dependency_links to cepces.egg-info/dependency_links.txt writing top-level names to cepces.egg-info/top_level.txt reading manifest file 'cepces.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'cepces.egg-info/SOURCES.txt' Copying cepces.egg-info to /builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64/usr/lib/python3.4/site-packages/cepces-0.3.3-py3.4.egg-info running install_scripts + install -d -m 0700 /builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64/var/log/cepces + rm -fv selinux-files.txt + for SELINUXVARIANT in targeted + install -d /builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64/usr/share/selinux/targeted + install -p -m 644 selinux/cepces-targeted.pp /builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64/usr/share/selinux/targeted/cepces.pp + echo /usr/share/selinux/targeted/cepces.pp + install -d /builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64/etc/cepces + install -p -m 644 conf/cepces.conf.dist /builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64/etc/cepces/cepces.conf + install -p -m 644 conf/logging.conf.dist /builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64/etc/cepces/logging.conf + install -d /builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64/usr/libexec/certmonger + install -p -m 755 bin/cepces-submit /builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64/usr/libexec/certmonger/cepces-submit + /bin/rm -rfv /builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64/usr/local/etc removed `/builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64/usr/local/etc/cepces/logging.conf.dist' removed `/builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64/usr/local/etc/cepces/cepces.conf.dist' removed directory: `/builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64/usr/local/etc/cepces' removed directory: `/builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64/usr/local/etc' + /bin/rm -rfv /builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64/usr/local/libexec/certmonger removed `/builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64/usr/local/libexec/certmonger/cepces-submit' removed directory: `/builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64/usr/local/libexec/certmonger' + /usr/lib/rpm/find-debuginfo.sh --strict-build-id /builddir/build/BUILD/cepces-0.3.3 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/cepces-0.3.3-2.el6.cyberpear.1.x86_64/usr/lib/python3.4 using /usr/bin/python3.4 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.IrMhlj + umask 022 + cd /builddir/build/BUILD + cd cepces-0.3.3 + unset DISPLAY + /usr/bin/python3.4 setup.py test running test running egg_info writing cepces.egg-info/PKG-INFO writing dependency_links to cepces.egg-info/dependency_links.txt writing top-level names to cepces.egg-info/top_level.txt reading manifest file 'cepces.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'cepces.egg-info/SOURCES.txt' running build_ext testNameAndNamespace (tests.cepces.xml.util.TestFromClarkNotation) (name, namsepace) tuple should be returned ... ok testOnlyName (tests.cepces.xml.util.TestFromClarkNotation) Input should be returned unaltered ... ok testOnlyNamespace (tests.cepces.xml.util.TestFromClarkNotation) Having only a namespace should fail ... ok testName (tests.cepces.xml.util.TestToClarkNotation) Name should not be changed when namespace is None ... ok testNameAndNamespace (tests.cepces.xml.util.TestToClarkNotation) Result should follow Clarks's notation ... ok testNamespace (tests.cepces.xml.util.TestToClarkNotation) Only specifying the namespace should fail ... ok testFromNone (tests.cepces.xml.converter.TestBooleanConverter) None as input should return None ... ok testFromString (tests.cepces.xml.converter.TestBooleanConverter) Boolean strings as input should return a boolean ... ok testToNone (tests.cepces.xml.converter.TestBooleanConverter) None as input should return None ... ok testToString (tests.cepces.xml.converter.TestBooleanConverter) A boolean as input should return an equal boolean (lower) string ... ok testFromNone (tests.cepces.xml.converter.TestIntegerConverter) None as input should return None ... ok testFromString (tests.cepces.xml.converter.TestIntegerConverter) An integer string as input should return an integer ... ok testToNone (tests.cepces.xml.converter.TestIntegerConverter) None as input should return None ... ok testToString (tests.cepces.xml.converter.TestIntegerConverter) An integer as input should return an equal integer string ... ok testFromNone (tests.cepces.xml.converter.TestRangedIntegerConverter) None as input should return None ... ok testFromString (tests.cepces.xml.converter.TestRangedIntegerConverter) An integer string as input should return a valid integer ... ok testToNone (tests.cepces.xml.converter.TestRangedIntegerConverter) None as input should return None ... ok testToString (tests.cepces.xml.converter.TestRangedIntegerConverter) An integer as input should return an equal integer string ... ok testFromNone (tests.cepces.xml.converter.TestSignedIntegerConverter) None as input should return None ... ok testFromString (tests.cepces.xml.converter.TestSignedIntegerConverter) An integer string as input should return a valid integer ... ok testToNone (tests.cepces.xml.converter.TestSignedIntegerConverter) None as input should return None ... ok testToString (tests.cepces.xml.converter.TestSignedIntegerConverter) An integer as input should return an equal integer string ... ok testFromNone (tests.cepces.xml.converter.TestStringConverter) None as input should return None ... ok testFromString (tests.cepces.xml.converter.TestStringConverter) A string as input should return an equal string ... ok testToNone (tests.cepces.xml.converter.TestStringConverter) None as input should return None ... ok testToString (tests.cepces.xml.converter.TestStringConverter) A string as input should return an equal string ... ok testFromNone (tests.cepces.xml.converter.TestUnsignedIntegerConverter) None as input should return None ... ok testFromString (tests.cepces.xml.converter.TestUnsignedIntegerConverter) An integer string as input should return a valid integer ... ok testToNone (tests.cepces.xml.converter.TestUnsignedIntegerConverter) None as input should return None ... ok testToString (tests.cepces.xml.converter.TestUnsignedIntegerConverter) An integer as input should return an equal integer string ... ok testListingAttribute (tests.cepces.xml.binding.TestListingMeta) ... ok testOrderedListing (tests.cepces.xml.binding.TestListingMeta) ... ok testIndexIncrement (tests.cepces.xml.binding.TestXMLDescriptor) Static index should increase accordingly ... ok testNameAndNameSpace (tests.cepces.xml.binding.TestXMLDescriptor) Qualified name should be in Clark's notation ... ok testOnlyName (tests.cepces.xml.binding.TestXMLDescriptor) Qualified name should be equal to name ... ok testFromNone (tests.cepces.xcep.converter.TestClientAuthenticationConverter) None as input should return None ... ok testFromString (tests.cepces.xcep.converter.TestClientAuthenticationConverter) Valid input integer strings should return the correct string ... ok testToNone (tests.cepces.xcep.converter.TestClientAuthenticationConverter) None as input should return None ... ok testToString (tests.cepces.xcep.converter.TestClientAuthenticationConverter) A valid string should yield the correct stringified integer ... ok testDefaultLogger (tests.cepces.core.TestBase) Test with default logger ... ok testSuppliedLogger (tests.cepces.core.TestBase) Test with supplied logger ... ok testCall (tests.cepces.certmonger.operation.TestGetDefaultTemplate) ... ok testCall (tests.cepces.certmonger.operation.TestIdentify) ... ok ---------------------------------------------------------------------- Ran 43 tests in 0.017s OK + exit 0 Processing files: cepces-0.3.3-2.el6.cyberpear.1.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.35db2F + umask 022 + cd /builddir/build/BUILD + cd cepces-0.3.3 + DOCDIR=/builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64/usr/share/doc/cepces-0.3.3 + export DOCDIR + rm -rf /builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64/usr/share/doc/cepces-0.3.3 + /bin/mkdir -p /builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64/usr/share/doc/cepces-0.3.3 + cp -pr LICENSE /builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64/usr/share/doc/cepces-0.3.3 + cp -pr README.rst /builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64/usr/share/doc/cepces-0.3.3 + exit 0 Provides: config(cepces) = 0.3.3-2.el6.cyberpear.1 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python34-cepces-0.3.3-2.el6.cyberpear.1.noarch Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 3.4 Processing files: cepces-certmonger-0.3.3-2.el6.cyberpear.1.noarch Requires(interp): /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Requires(preun): /bin/sh Requires: /usr/bin/env Processing files: cepces-selinux-0.3.3-2.el6.cyberpear.1.noarch Requires(interp): /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh selinux-policy-targeted Requires(postun): /bin/sh Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64 warning: Could not canonicalize hostname: ip-172-30-2-250.ec2.internal Wrote: /builddir/build/RPMS/cepces-0.3.3-2.el6.cyberpear.1.noarch.rpm Wrote: /builddir/build/RPMS/python34-cepces-0.3.3-2.el6.cyberpear.1.noarch.rpm Wrote: /builddir/build/RPMS/cepces-certmonger-0.3.3-2.el6.cyberpear.1.noarch.rpm Wrote: /builddir/build/RPMS/cepces-selinux-0.3.3-2.el6.cyberpear.1.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.3WHfGX + umask 022 + cd /builddir/build/BUILD + cd cepces-0.3.3 + /bin/rm -rf /builddir/build/BUILDROOT/cepces-0.3.3-2.el6.cyberpear.1.x86_64 + exit 0 Child return code was: 0