Mock Version: 1.2.17 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/dlrn.spec'], env={'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'TERM': 'vt100', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'en_US.UTF-8', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"'}gid=135logger=uid=1001chrootPath='/var/lib/mock/epel-7-x86_64-mockbuilder-2822/root'printOutput=Falseuser='mockbuild'timeout=0shell=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/dlrn.spec'] with env {'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'TERM': 'vt100', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'en_US.UTF-8', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"'} and shell False sh: /usr/bin/python2: No such file or directory sh: /usr/bin/python2: No such file or directory warning: Could not canonicalize hostname: copr-builder-268790181.novalocal Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/dlrn-0.0.1.dev331-1.el7.centos.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/dlrn.spec'], env={'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'TERM': 'vt100', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'en_US.UTF-8', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"'}gid=135logger=uid=1001private_network=TruechrootPath='/var/lib/mock/epel-7-x86_64-mockbuilder-2822/root'printOutput=Falseuser='mockbuild'timeout=0shell=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/dlrn.spec'] with env {'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'TERM': 'vt100', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'en_US.UTF-8', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"'} and shell False Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.uhkTgy + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf DLRN-0.0.1.dev331 + /usr/bin/gzip -dc /builddir/build/SOURCES/DLRN-0.0.1.dev331.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd DLRN-0.0.1.dev331 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + sphinx-build doc/source html Making output directory... Running Sphinx v1.1.3 loading pickled environment... not yet created No builder selected, using default: html building [html]: targets for 7 source files that are out of date updating environment: 7 added, 0 changed, 0 removed reading sources... [ 14%] contributing reading sources... [ 28%] index reading sources... [ 42%] installation reading sources... [ 57%] intro reading sources... [ 71%] repositories reading sources... [ 85%] troubleshooting reading sources... [100%] usage looking for now-outdated files... none found pickling environment... CONTRIBUTING.rst:12: ERROR: Error in "code-block" directive: maximum 1 argument(s) allowed, 4 supplied. .. code-block:: yaml #cloud-config disable_root: 0 users: - default package_upgrade: true packages: - vim - git - policycoreutils-python-utils runcmd: - yum -y install epel-release - yum -y install puppet - git clone https://github.com/rdo-infra/puppet-dlrn /root/puppet-dlrn - cd /root/puppet-dlrn - puppet module build - puppet module install pkg/jpena-dlrn-*.tar.gz - cp /root/puppet-dlrn/examples/common.yaml /var/lib/hiera - puppet apply --debug /root/puppet-dlrn/examples/site.pp 2>&1 | tee /root/puppet.log final_message: "DLRN installed, after $UPTIME seconds." done checking consistency... done preparing documents... done writing output... [ 14%] contributing writing output... [ 28%] index writing output... [ 42%] installation writing output... [ 57%] intro writing output... [ 71%] repositories writing output... [ 85%] troubleshooting /builddir/build/BUILD/DLRN-0.0.1.dev331/doc/source/troubleshooting.rst:13: WARNING: Pygments lexer name u'shell-session' is not known writing output... [100%] usage /builddir/build/BUILD/DLRN-0.0.1.dev331/doc/source/usage.rst:51: WARNING: Pygments lexer name u'shell-session' is not known /builddir/build/BUILD/DLRN-0.0.1.dev331/doc/source/usage.rst:61: WARNING: Pygments lexer name u'shell-session' is not known writing additional files... genindex search copying static files... done WARNING: html_static_path entry '/builddir/build/BUILD/DLRN-0.0.1.dev331/doc/source/_static' does not exist dumping search index... done dumping object inventory... done build succeeded, 5 warnings. + rm -rf html/.doctrees html/.buildinfo + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.kKxkB6 + umask 022 + cd /builddir/build/BUILD + cd DLRN-0.0.1.dev331 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s' Installed /builddir/build/BUILD/DLRN-0.0.1.dev331/pbr-1.9.1-py2.7.egg running build running build_py creating build creating build/lib creating build/lib/dlrn creating build/lib/dlrn/tests copying dlrn/tests/__init__.py -> build/lib/dlrn/tests copying dlrn/tests/base.py -> build/lib/dlrn/tests copying dlrn/tests/test_db.py -> build/lib/dlrn/tests copying dlrn/tests/test_rpmspecfile.py -> build/lib/dlrn/tests copying dlrn/tests/test_shell.py -> build/lib/dlrn/tests copying dlrn/tests/test_utils.py -> build/lib/dlrn/tests copying dlrn/__init__.py -> build/lib/dlrn copying dlrn/db.py -> build/lib/dlrn copying dlrn/reporting.py -> build/lib/dlrn copying dlrn/rpmspecfile.py -> build/lib/dlrn copying dlrn/shell.py -> build/lib/dlrn copying dlrn/utils.py -> build/lib/dlrn copying dlrn/version.py -> build/lib/dlrn running egg_info writing requirements to DLRN.egg-info/requires.txt writing DLRN.egg-info/PKG-INFO writing top-level names to DLRN.egg-info/top_level.txt writing dependency_links to DLRN.egg-info/dependency_links.txt writing entry points to DLRN.egg-info/entry_points.txt [pbr] Reusing existing SOURCES.txt creating build/lib/dlrn/tests/samples copying dlrn/tests/samples/commits_1.yaml -> build/lib/dlrn/tests/samples creating build/lib/dlrn/stylesheets copying dlrn/stylesheets/styles.css -> build/lib/dlrn/stylesheets creating build/lib/dlrn/templates copying dlrn/templates/report.j2 -> build/lib/dlrn/templates copying dlrn/templates/status_report.j2 -> build/lib/dlrn/templates creating build/lib/dlrn/templates/stylesheets copying dlrn/templates/stylesheets/styles.css -> build/lib/dlrn/templates/stylesheets + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.agOvgL + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/dlrn-0.0.1.dev331-1.el7.centos.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/dlrn-0.0.1.dev331-1.el7.centos.x86_64 ++ dirname /builddir/build/BUILDROOT/dlrn-0.0.1.dev331-1.el7.centos.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/dlrn-0.0.1.dev331-1.el7.centos.x86_64 + cd DLRN-0.0.1.dev331 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/dlrn-0.0.1.dev331-1.el7.centos.x86_64 running install [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) running install_lib creating /builddir/build/BUILDROOT/dlrn-0.0.1.dev331-1.el7.centos.x86_64/usr creating /builddir/build/BUILDROOT/dlrn-0.0.1.dev331-1.el7.centos.x86_64/usr/lib creating /builddir/build/BUILDROOT/dlrn-0.0.1.dev331-1.el7.centos.x86_64/usr/lib/python2.7 creating /builddir/build/BUILDROOT/dlrn-0.0.1.dev331-1.el7.centos.x86_64/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/dlrn-0.0.1.dev331-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/dlrn creating /builddir/build/BUILDROOT/dlrn-0.0.1.dev331-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/dlrn/templates creating /builddir/build/BUILDROOT/dlrn-0.0.1.dev331-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/dlrn/templates/stylesheets copying build/lib/dlrn/templates/stylesheets/styles.css -> /builddir/build/BUILDROOT/dlrn-0.0.1.dev331-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/dlrn/templates/stylesheets copying build/lib/dlrn/templates/status_report.j2 -> /builddir/build/BUILDROOT/dlrn-0.0.1.dev331-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/dlrn/templates copying build/lib/dlrn/templates/report.j2 -> /builddir/build/BUILDROOT/dlrn-0.0.1.dev331-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/dlrn/templates creating /builddir/build/BUILDROOT/dlrn-0.0.1.dev331-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/dlrn/stylesheets copying build/lib/dlrn/stylesheets/styles.css -> /builddir/build/BUILDROOT/dlrn-0.0.1.dev331-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/dlrn/stylesheets copying build/lib/dlrn/version.py -> /builddir/build/BUILDROOT/dlrn-0.0.1.dev331-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/dlrn copying build/lib/dlrn/utils.py -> /builddir/build/BUILDROOT/dlrn-0.0.1.dev331-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/dlrn copying build/lib/dlrn/shell.py -> /builddir/build/BUILDROOT/dlrn-0.0.1.dev331-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/dlrn copying build/lib/dlrn/rpmspecfile.py -> /builddir/build/BUILDROOT/dlrn-0.0.1.dev331-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/dlrn copying build/lib/dlrn/reporting.py -> /builddir/build/BUILDROOT/dlrn-0.0.1.dev331-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/dlrn copying build/lib/dlrn/db.py -> /builddir/build/BUILDROOT/dlrn-0.0.1.dev331-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/dlrn copying build/lib/dlrn/__init__.py -> /builddir/build/BUILDROOT/dlrn-0.0.1.dev331-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/dlrn creating /builddir/build/BUILDROOT/dlrn-0.0.1.dev331-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/dlrn/tests creating /builddir/build/BUILDROOT/dlrn-0.0.1.dev331-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/dlrn/tests/samples copying build/lib/dlrn/tests/samples/commits_1.yaml -> /builddir/build/BUILDROOT/dlrn-0.0.1.dev331-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/dlrn/tests/samples copying build/lib/dlrn/tests/test_utils.py -> /builddir/build/BUILDROOT/dlrn-0.0.1.dev331-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/dlrn/tests copying build/lib/dlrn/tests/test_shell.py -> /builddir/build/BUILDROOT/dlrn-0.0.1.dev331-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/dlrn/tests copying build/lib/dlrn/tests/test_rpmspecfile.py -> /builddir/build/BUILDROOT/dlrn-0.0.1.dev331-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/dlrn/tests copying build/lib/dlrn/tests/test_db.py -> /builddir/build/BUILDROOT/dlrn-0.0.1.dev331-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/dlrn/tests copying build/lib/dlrn/tests/base.py -> /builddir/build/BUILDROOT/dlrn-0.0.1.dev331-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/dlrn/tests copying build/lib/dlrn/tests/__init__.py -> /builddir/build/BUILDROOT/dlrn-0.0.1.dev331-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/dlrn/tests byte-compiling /builddir/build/BUILDROOT/dlrn-0.0.1.dev331-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/dlrn/version.py to version.pyc byte-compiling /builddir/build/BUILDROOT/dlrn-0.0.1.dev331-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/dlrn/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/dlrn-0.0.1.dev331-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/dlrn/shell.py to shell.pyc byte-compiling /builddir/build/BUILDROOT/dlrn-0.0.1.dev331-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/dlrn/rpmspecfile.py to rpmspecfile.pyc byte-compiling /builddir/build/BUILDROOT/dlrn-0.0.1.dev331-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/dlrn/reporting.py to reporting.pyc byte-compiling /builddir/build/BUILDROOT/dlrn-0.0.1.dev331-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/dlrn/db.py to db.pyc byte-compiling /builddir/build/BUILDROOT/dlrn-0.0.1.dev331-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/dlrn/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/dlrn-0.0.1.dev331-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/dlrn/tests/test_utils.py to test_utils.pyc byte-compiling /builddir/build/BUILDROOT/dlrn-0.0.1.dev331-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/dlrn/tests/test_shell.py to test_shell.pyc byte-compiling /builddir/build/BUILDROOT/dlrn-0.0.1.dev331-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/dlrn/tests/test_rpmspecfile.py to test_rpmspecfile.pyc byte-compiling /builddir/build/BUILDROOT/dlrn-0.0.1.dev331-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/dlrn/tests/test_db.py to test_db.pyc byte-compiling /builddir/build/BUILDROOT/dlrn-0.0.1.dev331-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/dlrn/tests/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/dlrn-0.0.1.dev331-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/dlrn/tests/__init__.py to __init__.pyc writing byte-compilation script '/tmp/tmpEzMqTB.py' /usr/bin/python2 -O /tmp/tmpEzMqTB.py removing /tmp/tmpEzMqTB.py running install_data creating /builddir/build/BUILDROOT/dlrn-0.0.1.dev331-1.el7.centos.x86_64/usr/share creating /builddir/build/BUILDROOT/dlrn-0.0.1.dev331-1.el7.centos.x86_64/usr/share/dlrn creating /builddir/build/BUILDROOT/dlrn-0.0.1.dev331-1.el7.centos.x86_64/usr/share/dlrn/scripts copying scripts/build_rpm.sh -> /builddir/build/BUILDROOT/dlrn-0.0.1.dev331-1.el7.centos.x86_64/usr/share/dlrn/scripts/ copying scripts/build_rpm_opm.sh -> /builddir/build/BUILDROOT/dlrn-0.0.1.dev331-1.el7.centos.x86_64/usr/share/dlrn/scripts/ copying scripts/build_rpm_wrapper.sh -> /builddir/build/BUILDROOT/dlrn-0.0.1.dev331-1.el7.centos.x86_64/usr/share/dlrn/scripts/ copying scripts/centos.cfg -> /builddir/build/BUILDROOT/dlrn-0.0.1.dev331-1.el7.centos.x86_64/usr/share/dlrn/scripts/ copying scripts/common-functions -> /builddir/build/BUILDROOT/dlrn-0.0.1.dev331-1.el7.centos.x86_64/usr/share/dlrn/scripts/ copying scripts/fedora.cfg -> /builddir/build/BUILDROOT/dlrn-0.0.1.dev331-1.el7.centos.x86_64/usr/share/dlrn/scripts/ copying scripts/map-project-name -> /builddir/build/BUILDROOT/dlrn-0.0.1.dev331-1.el7.centos.x86_64/usr/share/dlrn/scripts/ copying scripts/run.sh -> /builddir/build/BUILDROOT/dlrn-0.0.1.dev331-1.el7.centos.x86_64/usr/share/dlrn/scripts/ copying scripts/run_sh_tests.sh -> /builddir/build/BUILDROOT/dlrn-0.0.1.dev331-1.el7.centos.x86_64/usr/share/dlrn/scripts/ copying scripts/run_tests.sh -> /builddir/build/BUILDROOT/dlrn-0.0.1.dev331-1.el7.centos.x86_64/usr/share/dlrn/scripts/ copying scripts/submit_review.sh -> /builddir/build/BUILDROOT/dlrn-0.0.1.dev331-1.el7.centos.x86_64/usr/share/dlrn/scripts/ running install_egg_info running egg_info writing requirements to DLRN.egg-info/requires.txt writing DLRN.egg-info/PKG-INFO writing top-level names to DLRN.egg-info/top_level.txt writing dependency_links to DLRN.egg-info/dependency_links.txt writing entry points to DLRN.egg-info/entry_points.txt [pbr] Reusing existing SOURCES.txt Copying DLRN.egg-info to /builddir/build/BUILDROOT/dlrn-0.0.1.dev331-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/DLRN-0.0.1.dev331-py2.7.egg-info running install_scripts Installing delorean script to /builddir/build/BUILDROOT/dlrn-0.0.1.dev331-1.el7.centos.x86_64/usr/bin Installing dlrn script to /builddir/build/BUILDROOT/dlrn-0.0.1.dev331-1.el7.centos.x86_64/usr/bin Installing delorean-compare script to /builddir/build/BUILDROOT/dlrn-0.0.1.dev331-1.el7.centos.x86_64/usr/bin Installing dlrn-purge script to /builddir/build/BUILDROOT/dlrn-0.0.1.dev331-1.el7.centos.x86_64/usr/bin + install -d -m 755 /builddir/build/BUILDROOT/dlrn-0.0.1.dev331-1.el7.centos.x86_64/etc/dlrn + install -d -m 755 /builddir/build/BUILDROOT/dlrn-0.0.1.dev331-1.el7.centos.x86_64/var/lib/dlrn + install -d -m 755 /builddir/build/BUILDROOT/dlrn-0.0.1.dev331-1.el7.centos.x86_64/var/lib/dlrn/data + install -d -m 755 /builddir/build/BUILDROOT/dlrn-0.0.1.dev331-1.el7.centos.x86_64/var/www/html + ln -s /var/lib/dlrn/data/repos /builddir/build/BUILDROOT/dlrn-0.0.1.dev331-1.el7.centos.x86_64/var/www/html/centos7 + install -p -D -m 755 /builddir/build/SOURCES/run-dlrn.sh /builddir/build/BUILDROOT/dlrn-0.0.1.dev331-1.el7.centos.x86_64/usr/bin/run-dlrn + install -p -D -m 644 /builddir/build/SOURCES/projects.ini /builddir/build/BUILDROOT/dlrn-0.0.1.dev331-1.el7.centos.x86_64/etc/dlrn/projects.ini + install -p -D -m 644 /builddir/build/SOURCES/dlrn.service /builddir/build/BUILDROOT/dlrn-0.0.1.dev331-1.el7.centos.x86_64/usr/lib/systemd/system/dlrn.service + install -p -D -m 644 /builddir/build/SOURCES/dlrn.timer /builddir/build/BUILDROOT/dlrn-0.0.1.dev331-1.el7.centos.x86_64/usr/lib/systemd/system/dlrn.timer + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 /builddir/build/BUILD/DLRN-0.0.1.dev331 /usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 0 CRC32s did match. find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 Bytecompiling .py files below /builddir/build/BUILDROOT/dlrn-0.0.1.dev331-1.el7.centos.x86_64/usr/lib/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: dlrn-0.0.1.dev331-1.el7.centos.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.eMFPcs + umask 022 + cd /builddir/build/BUILD + cd DLRN-0.0.1.dev331 + DOCDIR=/builddir/build/BUILDROOT/dlrn-0.0.1.dev331-1.el7.centos.x86_64/usr/share/doc/dlrn-0.0.1.dev331 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/dlrn-0.0.1.dev331-1.el7.centos.x86_64/usr/share/doc/dlrn-0.0.1.dev331 + cp -pr README.rst /builddir/build/BUILDROOT/dlrn-0.0.1.dev331-1.el7.centos.x86_64/usr/share/doc/dlrn-0.0.1.dev331 + cp -pr HACKING.rst /builddir/build/BUILDROOT/dlrn-0.0.1.dev331-1.el7.centos.x86_64/usr/share/doc/dlrn-0.0.1.dev331 + cp -pr CONTRIBUTING.rst /builddir/build/BUILDROOT/dlrn-0.0.1.dev331-1.el7.centos.x86_64/usr/share/doc/dlrn-0.0.1.dev331 + cp -pr html /builddir/build/BUILDROOT/dlrn-0.0.1.dev331-1.el7.centos.x86_64/usr/share/doc/dlrn-0.0.1.dev331 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.qqSGb9 + umask 022 + cd /builddir/build/BUILD + cd DLRN-0.0.1.dev331 + LICENSEDIR=/builddir/build/BUILDROOT/dlrn-0.0.1.dev331-1.el7.centos.x86_64/usr/share/licenses/dlrn-0.0.1.dev331 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/dlrn-0.0.1.dev331-1.el7.centos.x86_64/usr/share/licenses/dlrn-0.0.1.dev331 + cp -pr LICENSE /builddir/build/BUILDROOT/dlrn-0.0.1.dev331-1.el7.centos.x86_64/usr/share/licenses/dlrn-0.0.1.dev331 + exit 0 Provides: config(dlrn) = 0.0.1.dev331-1.el7.centos dlrn = 0.0.1.dev331-1.el7.centos Requires(interp): /bin/sh /bin/sh /bin/sh /bin/sh 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(pre): /bin/sh shadow-utils Requires(post): /bin/sh systemd Requires(preun): /bin/sh systemd Requires(postun): /bin/sh systemd Requires: /bin/bash /usr/bin/bash /usr/bin/env /usr/bin/python2 python(abi) = 2.7 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/dlrn-0.0.1.dev331-1.el7.centos.x86_64 Wrote: /builddir/build/RPMS/dlrn-0.0.1.dev331-1.el7.centos.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.ycKOaF + umask 022 + cd /builddir/build/BUILD + cd DLRN-0.0.1.dev331 + /usr/bin/rm -rf /builddir/build/BUILDROOT/dlrn-0.0.1.dev331-1.el7.centos.x86_64 + exit 0 Child return code was: 0