Mock Version: 3.1 Mock Version: 3.1 Mock Version: 3.1 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --noclean --target noarch --nodeps /builddir/build/SPECS/rpkg.spec'], chrootPath='/var/lib/mock/epel7-build-37884751-4809338/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=201600uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --noclean --target noarch --nodeps /builddir/build/SPECS/rpkg.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 sh: /usr/bin/python2: No such file or directory sh: /usr/bin/python2: No such file or directory Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/rpkg-1.65-2.el7.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --noclean --target noarch --nodeps /builddir/build/SPECS/rpkg.spec'], chrootPath='/var/lib/mock/epel7-build-37884751-4809338/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=201600uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --noclean --target noarch --nodeps /builddir/build/SPECS/rpkg.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: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.lj3ScC + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf rpkg-1.65 + /usr/bin/gzip -dc /builddir/build/SOURCES/rpkg-1.65.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd rpkg-1.65 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /builddir/build/SOURCES/remove-koji-and-rpm-py-installer-from-requires.patch + /usr/bin/patch -p1 -s + /usr/bin/cat /builddir/build/SOURCES/0001-Do-not-use-pytest-related-dependencies-temporarily.patch + /usr/bin/patch -p1 -s + /usr/bin/cat /builddir/build/SOURCES/0002-Remove-pytest-coverage-execution.patch + /usr/bin/patch -p1 -s + /usr/bin/cat /builddir/build/SOURCES/0003-Remove-Environment-Markers-syntax.patch + /usr/bin/patch -p1 -s + /usr/bin/cat /builddir/build/SOURCES/0004-fedpkg-local-does-not-show-rpmbuild-output.patch + /usr/bin/patch -p1 -s + sed -i -n '/extras_require/,/}/!p' setup.py + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.tlMp9C + umask 022 + cd /builddir/build/BUILD + cd rpkg-1.65 + /usr/bin/python2 setup.py build running build running build_py creating build creating build/lib creating build/lib/pyrpkg copying pyrpkg/cli.py -> build/lib/pyrpkg copying pyrpkg/completers.py -> build/lib/pyrpkg copying pyrpkg/errors.py -> build/lib/pyrpkg copying pyrpkg/gitignore.py -> build/lib/pyrpkg copying pyrpkg/lookaside.py -> build/lib/pyrpkg copying pyrpkg/man_gen.py -> build/lib/pyrpkg copying pyrpkg/sources.py -> build/lib/pyrpkg copying pyrpkg/spec.py -> build/lib/pyrpkg copying pyrpkg/utils.py -> build/lib/pyrpkg copying pyrpkg/__init__.py -> build/lib/pyrpkg creating build/lib/pyrpkg/layout copying pyrpkg/layout/__init__.py -> build/lib/pyrpkg/layout copying pyrpkg/layout/base.py -> build/lib/pyrpkg/layout copying pyrpkg/layout/layouts.py -> build/lib/pyrpkg/layout + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.4cUF9D + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/rpkg-1.65-2.el7.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/rpkg-1.65-2.el7.noarch ++ dirname /builddir/build/BUILDROOT/rpkg-1.65-2.el7.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/rpkg-1.65-2.el7.noarch + cd rpkg-1.65 + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/rpkg-1.65-2.el7.noarch running install running install_lib creating /builddir/build/BUILDROOT/rpkg-1.65-2.el7.noarch/usr creating /builddir/build/BUILDROOT/rpkg-1.65-2.el7.noarch/usr/lib creating /builddir/build/BUILDROOT/rpkg-1.65-2.el7.noarch/usr/lib/python2.7 creating /builddir/build/BUILDROOT/rpkg-1.65-2.el7.noarch/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/rpkg-1.65-2.el7.noarch/usr/lib/python2.7/site-packages/pyrpkg copying build/lib/pyrpkg/cli.py -> /builddir/build/BUILDROOT/rpkg-1.65-2.el7.noarch/usr/lib/python2.7/site-packages/pyrpkg copying build/lib/pyrpkg/completers.py -> /builddir/build/BUILDROOT/rpkg-1.65-2.el7.noarch/usr/lib/python2.7/site-packages/pyrpkg copying build/lib/pyrpkg/errors.py -> /builddir/build/BUILDROOT/rpkg-1.65-2.el7.noarch/usr/lib/python2.7/site-packages/pyrpkg copying build/lib/pyrpkg/gitignore.py -> /builddir/build/BUILDROOT/rpkg-1.65-2.el7.noarch/usr/lib/python2.7/site-packages/pyrpkg copying build/lib/pyrpkg/lookaside.py -> /builddir/build/BUILDROOT/rpkg-1.65-2.el7.noarch/usr/lib/python2.7/site-packages/pyrpkg copying build/lib/pyrpkg/man_gen.py -> /builddir/build/BUILDROOT/rpkg-1.65-2.el7.noarch/usr/lib/python2.7/site-packages/pyrpkg copying build/lib/pyrpkg/sources.py -> /builddir/build/BUILDROOT/rpkg-1.65-2.el7.noarch/usr/lib/python2.7/site-packages/pyrpkg copying build/lib/pyrpkg/spec.py -> /builddir/build/BUILDROOT/rpkg-1.65-2.el7.noarch/usr/lib/python2.7/site-packages/pyrpkg copying build/lib/pyrpkg/utils.py -> /builddir/build/BUILDROOT/rpkg-1.65-2.el7.noarch/usr/lib/python2.7/site-packages/pyrpkg copying build/lib/pyrpkg/__init__.py -> /builddir/build/BUILDROOT/rpkg-1.65-2.el7.noarch/usr/lib/python2.7/site-packages/pyrpkg creating /builddir/build/BUILDROOT/rpkg-1.65-2.el7.noarch/usr/lib/python2.7/site-packages/pyrpkg/layout copying build/lib/pyrpkg/layout/__init__.py -> /builddir/build/BUILDROOT/rpkg-1.65-2.el7.noarch/usr/lib/python2.7/site-packages/pyrpkg/layout copying build/lib/pyrpkg/layout/base.py -> /builddir/build/BUILDROOT/rpkg-1.65-2.el7.noarch/usr/lib/python2.7/site-packages/pyrpkg/layout copying build/lib/pyrpkg/layout/layouts.py -> /builddir/build/BUILDROOT/rpkg-1.65-2.el7.noarch/usr/lib/python2.7/site-packages/pyrpkg/layout byte-compiling /builddir/build/BUILDROOT/rpkg-1.65-2.el7.noarch/usr/lib/python2.7/site-packages/pyrpkg/cli.py to cli.pyc byte-compiling /builddir/build/BUILDROOT/rpkg-1.65-2.el7.noarch/usr/lib/python2.7/site-packages/pyrpkg/completers.py to completers.pyc byte-compiling /builddir/build/BUILDROOT/rpkg-1.65-2.el7.noarch/usr/lib/python2.7/site-packages/pyrpkg/errors.py to errors.pyc byte-compiling /builddir/build/BUILDROOT/rpkg-1.65-2.el7.noarch/usr/lib/python2.7/site-packages/pyrpkg/gitignore.py to gitignore.pyc byte-compiling /builddir/build/BUILDROOT/rpkg-1.65-2.el7.noarch/usr/lib/python2.7/site-packages/pyrpkg/lookaside.py to lookaside.pyc byte-compiling /builddir/build/BUILDROOT/rpkg-1.65-2.el7.noarch/usr/lib/python2.7/site-packages/pyrpkg/man_gen.py to man_gen.pyc byte-compiling /builddir/build/BUILDROOT/rpkg-1.65-2.el7.noarch/usr/lib/python2.7/site-packages/pyrpkg/sources.py to sources.pyc byte-compiling /builddir/build/BUILDROOT/rpkg-1.65-2.el7.noarch/usr/lib/python2.7/site-packages/pyrpkg/spec.py to spec.pyc byte-compiling /builddir/build/BUILDROOT/rpkg-1.65-2.el7.noarch/usr/lib/python2.7/site-packages/pyrpkg/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/rpkg-1.65-2.el7.noarch/usr/lib/python2.7/site-packages/pyrpkg/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/rpkg-1.65-2.el7.noarch/usr/lib/python2.7/site-packages/pyrpkg/layout/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/rpkg-1.65-2.el7.noarch/usr/lib/python2.7/site-packages/pyrpkg/layout/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/rpkg-1.65-2.el7.noarch/usr/lib/python2.7/site-packages/pyrpkg/layout/layouts.py to layouts.pyc writing byte-compilation script '/tmp/tmpjKncXp.py' /usr/bin/python2 -O /tmp/tmpjKncXp.py removing /tmp/tmpjKncXp.py running install_egg_info running egg_info writing requirements to rpkg.egg-info/requires.txt writing rpkg.egg-info/PKG-INFO writing top-level names to rpkg.egg-info/top_level.txt writing dependency_links to rpkg.egg-info/dependency_links.txt reading manifest file 'rpkg.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files matching '__pycache__' found anywhere in distribution warning: no previously-included files found matching '.gitignore' no previously-included directories found matching 'doc/build' no previously-included directories found matching 'doc/source/commands/' no previously-included directories found matching 'doc/source/_static/' warning: no previously-included files found matching 'doc/source/cli.rst' warning: no previously-included files found matching 'doc/source/man_pages.json' writing manifest file 'rpkg.egg-info/SOURCES.txt' Copying rpkg.egg-info to /builddir/build/BUILDROOT/rpkg-1.65-2.el7.noarch/usr/lib/python2.7/site-packages/rpkg-1.65-py2.7.egg-info running install_scripts + /usr/bin/install -d /builddir/build/BUILDROOT/rpkg-1.65-2.el7.noarch/etc/rpkg + example_cli_dir=/builddir/build/BUILDROOT/rpkg-1.65-2.el7.noarch/usr/share/rpkg/examples/cli + /usr/bin/install -d /builddir/build/BUILDROOT/rpkg-1.65-2.el7.noarch/usr/share/rpkg/examples/cli + /usr/bin/install -d /builddir/build/BUILDROOT/rpkg-1.65-2.el7.noarch/usr/share/rpkg/examples/cli/usr/bin + /usr/bin/install -d /builddir/build/BUILDROOT/rpkg-1.65-2.el7.noarch/usr/share/rpkg/examples/cli/etc/bash_completion.d + /usr/bin/install -d /builddir/build/BUILDROOT/rpkg-1.65-2.el7.noarch/usr/share/rpkg/examples/cli/etc/rpkg + /usr/bin/install -p -m 0644 bin/rpkg /builddir/build/BUILDROOT/rpkg-1.65-2.el7.noarch/usr/share/rpkg/examples/cli/usr/bin + /usr/bin/install -p -m 0644 etc/bash_completion.d/rpkg.bash /builddir/build/BUILDROOT/rpkg-1.65-2.el7.noarch/usr/share/rpkg/examples/cli/etc/bash_completion.d + /usr/bin/install -p -m 0644 etc/rpkg/rpkg.conf /builddir/build/BUILDROOT/rpkg-1.65-2.el7.noarch/usr/share/rpkg/examples/cli/etc/rpkg + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/rpkg-1.65 /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/rpkg-1.65-2.el7.noarch/usr/lib/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.1LJiyF + umask 022 + cd /builddir/build/BUILD + cd rpkg-1.65 + /usr/bin/python2 -m nose tests Cloning into 'module1'... .Cloning into 'module1'... fatal: tag 'v1.0' already exists .Cloning into 'module1'... Updated tag 'v1.0' (was 4f68295) .Cloning into 'module1'... .Cloning into 'module1'... .Cloning into 'module1'... ...[master 6296cab] commit sources 1 file changed, 1 insertion(+) ...Cloning into 'module1'... .Cloning into 'module1'... .Cloning into bare repository 'module1.git'... .Cloning into 'module1'... .Cloning into 'module1'... .Cloning into 'module1'... .Cloning into 'module1'... ..Cloning into 'new_clone'... .Cloning into 'new_clone'... .Cloning into bare repository '/tmp/rpkg-tests.vP2NtT/module1/rpkg.git'... .Cloning into bare repository '/tmp/rpkg-tests.CFbg0o/module1/rpkg.git'... .Cloning into 'module1'... .Cloning into 'module1'... .Cloning into 'module1'... .Cloning into 'module1'... .Cloning into 'module1'... .Cloning into 'module1'... .Cloning into 'module1'... .Cloning into 'module1'... .Cloning into 'module1'... ....Cloning into 'module1'... warning: push.default is unset; its implicit value is changing in Git 2.0 from 'matching' to 'simple'. To squelch this message and maintain the current behavior after the default changes, use: git config --global push.default matching To squelch this message and adopt the new behavior now, use: git config --global push.default simple See 'git help config' and search for 'push.default' for further information. (the 'simple' mode was introduced in Git 1.7.11. Use the similar mode 'current' instead of 'simple' if you sometimes use older versions of Git) To file:///tmp/rpkg-tests.4EXwKl/gitroot/module1 865eab9..d8bf57f master -> master .Cloning into 'module1'... .Cloning into 'module1'... warning: push.default is unset; its implicit value is changing in Git 2.0 from 'matching' to 'simple'. To squelch this message and maintain the current behavior after the default changes, use: git config --global push.default matching To squelch this message and adopt the new behavior now, use: git config --global push.default simple See 'git help config' and search for 'push.default' for further information. (the 'simple' mode was introduced in Git 1.7.11. Use the similar mode 'current' instead of 'simple' if you sometimes use older versions of Git) To file:///tmp/rpkg-tests.oGE8g2/gitroot/module1 865eab9..c8e055e master -> master .............................Removing new-file.txt Removing temp-build/ .Would remove new-file.txt ...........[eng-rhel-6 b022eb9] new release 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 new-file.txt warning: push.default is unset; its implicit value is changing in Git 2.0 from 'matching' to 'simple'. To squelch this message and maintain the current behavior after the default changes, use: git config --global push.default matching To squelch this message and adopt the new behavior now, use: git config --global push.default simple See 'git help config' and search for 'push.default' for further information. (the 'simple' mode was introduced in Git 1.7.11. Use the similar mode 'current' instead of 'simple' if you sometimes use older versions of Git) To /tmp/rpkg-commands-tests-uuSzci 6931121..b022eb9 eng-rhel-6 -> eng-rhel-6 .[eng-rhel-6 59ab6d0] new release 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 new-file.txt .[eng-rhel-6 f0b13b1] Initial version 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 new-file.txt .[eng-rhel-6 5c80ac7] new release 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 new-file.txt .[eng-rhel-6 42f98c1] - Initial version 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 new-file.txt .[eng-rhel-6 a0f1171] new release 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 new-file.txt .......S..........................................SSSSSSSSSSSSSSSSSSSSSSS.................From /tmp/rpkg-commands-tests-eNgeh2 ad25866..187fdd0 master -> origin/master Updating ad25866..187fdd0 Fast-forward new-file.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 new-file.txt .From /tmp/rpkg-commands-tests-CMcgxj ad25866..187fdd0 master -> origin/master First, rewinding head to replay your work on top of it... Applying: Add new file README.rst ............................................................................................SSSSSSSSSSSS..........................................................rm 'rpkg.spec' [master b376f7b] my reason 2 files changed, 1 insertion(+) create mode 100644 dead.module delete mode 100644 rpkg.spec ...rm 'rpkg.spec' [master aeab602] my reason 2 files changed, 1 insertion(+) create mode 100644 dead.package delete mode 100644 rpkg.spec ..rm 'rpkg.spec' [master aeab602] my reason 2 files changed, 1 insertion(+) create mode 100644 dead.package delete mode 100644 rpkg.spec .................................................. ---------------------------------------------------------------------- Ran 391 tests in 29.465s OK (SKIP=36) + exit 0 Processing files: python2-rpkg-1.65-2.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.7C49xX + umask 022 + cd /builddir/build/BUILD + cd rpkg-1.65 + DOCDIR=/builddir/build/BUILDROOT/rpkg-1.65-2.el7.noarch/usr/share/doc/python2-rpkg-1.65 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/rpkg-1.65-2.el7.noarch/usr/share/doc/python2-rpkg-1.65 + cp -pr README.rst /builddir/build/BUILDROOT/rpkg-1.65-2.el7.noarch/usr/share/doc/python2-rpkg-1.65 + cp -pr CHANGELOG.rst /builddir/build/BUILDROOT/rpkg-1.65-2.el7.noarch/usr/share/doc/python2-rpkg-1.65 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.h4yhyf + umask 022 + cd /builddir/build/BUILD + cd rpkg-1.65 + LICENSEDIR=/builddir/build/BUILDROOT/rpkg-1.65-2.el7.noarch/usr/share/licenses/python2-rpkg-1.65 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/rpkg-1.65-2.el7.noarch/usr/share/licenses/python2-rpkg-1.65 + cp -pr COPYING /builddir/build/BUILDROOT/rpkg-1.65-2.el7.noarch/usr/share/licenses/python2-rpkg-1.65 + cp -pr COPYING-koji /builddir/build/BUILDROOT/rpkg-1.65-2.el7.noarch/usr/share/licenses/python2-rpkg-1.65 + cp -pr LGPL /builddir/build/BUILDROOT/rpkg-1.65-2.el7.noarch/usr/share/licenses/python2-rpkg-1.65 + exit 0 Provides: pyrpkg = 1.65-2.el7 python-rpkg = 1.65-2.el7 python2-rpkg = 1.65-2.el7 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) = 2.7 Conflicts: fedpkg < 1.26 Obsoletes: python-rpkg < 1.65-2.el7 pyrpkg < 1.49-2 Processing files: rpkg-common-1.65-2.el7.noarch Provides: rpkg-common = 1.65-2.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Conflicts: python2-rpkg < 1.52-2 pyrpkg < 1.52-2 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/rpkg-1.65-2.el7.noarch Wrote: /builddir/build/RPMS/python2-rpkg-1.65-2.el7.noarch.rpm Wrote: /builddir/build/RPMS/rpkg-common-1.65-2.el7.noarch.rpm Child return code was: 0