Mock Version: 1.3.4 Mock Version: 1.3.4 ENTER ['do'](['/usr/bin/rpmbuild', '-bs', '--target', 'noarch', '--nodeps', u'/builddir/build/SPECS/python-execnet.spec'], nspawn_args=[]shell=Falseuid=996env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/infrastructure8-el8-build-69743-369872/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '02d636a9e6c04455964e6629abab98a2', '-D', '/var/lib/mock/infrastructure8-el8-build-69743-369872/root', '--setenv=LANG=en_GB.UTF-8', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOSTNAME=mock', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=HOME=/builddir', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PS1= \\s-\\v\\$ ', '-u', 'mockbuild', '/usr/bin/rpmbuild', '-bs', '--target', 'noarch', '--nodeps', u'/builddir/build/SPECS/python-execnet.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/python-execnet-1.7.1-1.el8.src.rpm Child return code was: 0 ENTER ['do'](['/usr/bin/rpmbuild', '-bb', '--target', 'noarch', '--nodeps', u'/builddir/build/SPECS/python-execnet.spec'], nspawn_args=['--private-network']shell=Falseuid=996env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/infrastructure8-el8-build-69743-369872/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '69119083f770413fad2167b7309e6fbb', '-D', '/var/lib/mock/infrastructure8-el8-build-69743-369872/root', '--private-network', '--setenv=LANG=en_GB.UTF-8', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOSTNAME=mock', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=HOME=/builddir', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PS1= \\s-\\v\\$ ', '-u', 'mockbuild', '/usr/bin/rpmbuild', '-bb', '--target', 'noarch', '--nodeps', u'/builddir/build/SPECS/python-execnet.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.9lXuTu + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf execnet-1.7.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/execnet-1.7.1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd execnet-1.7.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + find . -type f -a '(' -name '*.py' -o -name 'py.*' ')' -exec sed -i '1{/^#!/d}' '{}' ';' -exec chmod u=rw,go=r '{}' ';' + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.3PGsN3 + umask 022 + cd /builddir/build/BUILD + cd execnet-1.7.1 + SETUPTOOLS_SCM_PRETEND_VERSION=1.7.1 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mcpu=power8 -mtune=power8 -funwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/libexec/platform-python setup.py build '--executable=/usr/libexec/platform-python -s' your setuptools is too old (<12) setuptools_scm functionality is degraded running build running build_py creating build creating build/lib creating build/lib/execnet copying execnet/__init__.py -> build/lib/execnet copying execnet/gateway_socket.py -> build/lib/execnet copying execnet/rsync.py -> build/lib/execnet copying execnet/gateway_io.py -> build/lib/execnet copying execnet/deprecated.py -> build/lib/execnet copying execnet/_version.py -> build/lib/execnet copying execnet/xspec.py -> build/lib/execnet copying execnet/gateway_bootstrap.py -> build/lib/execnet copying execnet/rsync_remote.py -> build/lib/execnet copying execnet/gateway_base.py -> build/lib/execnet copying execnet/gateway.py -> build/lib/execnet copying execnet/multi.py -> build/lib/execnet creating build/lib/execnet/script copying execnet/script/__init__.py -> build/lib/execnet/script copying execnet/script/socketserver.py -> build/lib/execnet/script copying execnet/script/loop_socketserver.py -> build/lib/execnet/script copying execnet/script/xx.py -> build/lib/execnet/script copying execnet/script/shell.py -> build/lib/execnet/script copying execnet/script/socketserverservice.py -> build/lib/execnet/script copying execnet/script/quitserver.py -> build/lib/execnet/script + sleep 1 ++ pwd + make -C doc html PYTHONPATH=/builddir/build/BUILD/execnet-1.7.1 make: Entering directory '/builddir/build/BUILD/execnet-1.7.1/doc' sphinx-build -b html -d _build/doctrees . _build/html Running Sphinx v1.7.6 making output directory... loading pickled environment... not yet created building [mo]: targets for 0 po files that are out of date building [html]: targets for 14 source files that are out of date updating environment: 14 added, 0 changed, 0 removed reading sources... [ 7%] basics reading sources... [ 14%] changelog reading sources... [ 21%] example/hybridpython reading sources... [ 28%] example/test_debug reading sources... [ 35%] example/test_group reading sources... [ 42%] example/test_info reading sources... [ 50%] example/test_multi reading sources... [ 57%] example/test_proxy reading sources... [ 64%] example/test_ssh_fileserver reading sources... [ 71%] examples reading sources... [ 78%] implnotes reading sources... [ 85%] index reading sources... [ 92%] install reading sources... [100%] support looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 7%] basics writing output... [ 14%] changelog writing output... [ 21%] example/hybridpython writing output... [ 28%] example/test_debug writing output... [ 35%] example/test_group writing output... [ 42%] example/test_info writing output... [ 50%] example/test_multi writing output... [ 57%] example/test_proxy writing output... [ 64%] example/test_ssh_fileserver writing output... [ 71%] examples writing output... [ 78%] implnotes writing output... [ 85%] index writing output... [ 92%] install writing output... [100%] support generating indices... genindex writing additional pages... search copying images... [ 50%] _static/basic1.png copying images... [100%] _static/pythonring.png copying static files... done copying extra files... done dumping search index in English (code: en) ... done dumping object inventory... done build succeeded. The HTML pages are in _build/html. Build finished. The HTML pages are in _build/html. make: Leaving directory '/builddir/build/BUILD/execnet-1.7.1/doc' + rm doc/_build/html/.buildinfo + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.SUwiBF + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-execnet-1.7.1-1.el8.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-execnet-1.7.1-1.el8.noarch ++ dirname /builddir/build/BUILDROOT/python-execnet-1.7.1-1.el8.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-execnet-1.7.1-1.el8.noarch + cd execnet-1.7.1 + SETUPTOOLS_SCM_PRETEND_VERSION=1.7.1 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mcpu=power8 -mtune=power8 -funwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/libexec/platform-python setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-execnet-1.7.1-1.el8.noarch your setuptools is too old (<12) setuptools_scm functionality is degraded running install running install_lib creating /builddir/build/BUILDROOT/python-execnet-1.7.1-1.el8.noarch/usr creating /builddir/build/BUILDROOT/python-execnet-1.7.1-1.el8.noarch/usr/lib creating /builddir/build/BUILDROOT/python-execnet-1.7.1-1.el8.noarch/usr/lib/python3.6 creating /builddir/build/BUILDROOT/python-execnet-1.7.1-1.el8.noarch/usr/lib/python3.6/site-packages creating /builddir/build/BUILDROOT/python-execnet-1.7.1-1.el8.noarch/usr/lib/python3.6/site-packages/execnet copying build/lib/execnet/__init__.py -> /builddir/build/BUILDROOT/python-execnet-1.7.1-1.el8.noarch/usr/lib/python3.6/site-packages/execnet copying build/lib/execnet/gateway_socket.py -> /builddir/build/BUILDROOT/python-execnet-1.7.1-1.el8.noarch/usr/lib/python3.6/site-packages/execnet copying build/lib/execnet/rsync.py -> /builddir/build/BUILDROOT/python-execnet-1.7.1-1.el8.noarch/usr/lib/python3.6/site-packages/execnet copying build/lib/execnet/gateway_io.py -> /builddir/build/BUILDROOT/python-execnet-1.7.1-1.el8.noarch/usr/lib/python3.6/site-packages/execnet copying build/lib/execnet/deprecated.py -> /builddir/build/BUILDROOT/python-execnet-1.7.1-1.el8.noarch/usr/lib/python3.6/site-packages/execnet copying build/lib/execnet/_version.py -> /builddir/build/BUILDROOT/python-execnet-1.7.1-1.el8.noarch/usr/lib/python3.6/site-packages/execnet copying build/lib/execnet/xspec.py -> /builddir/build/BUILDROOT/python-execnet-1.7.1-1.el8.noarch/usr/lib/python3.6/site-packages/execnet creating /builddir/build/BUILDROOT/python-execnet-1.7.1-1.el8.noarch/usr/lib/python3.6/site-packages/execnet/script copying build/lib/execnet/script/__init__.py -> /builddir/build/BUILDROOT/python-execnet-1.7.1-1.el8.noarch/usr/lib/python3.6/site-packages/execnet/script copying build/lib/execnet/script/socketserver.py -> /builddir/build/BUILDROOT/python-execnet-1.7.1-1.el8.noarch/usr/lib/python3.6/site-packages/execnet/script copying build/lib/execnet/script/loop_socketserver.py -> /builddir/build/BUILDROOT/python-execnet-1.7.1-1.el8.noarch/usr/lib/python3.6/site-packages/execnet/script copying build/lib/execnet/script/xx.py -> /builddir/build/BUILDROOT/python-execnet-1.7.1-1.el8.noarch/usr/lib/python3.6/site-packages/execnet/script copying build/lib/execnet/script/shell.py -> /builddir/build/BUILDROOT/python-execnet-1.7.1-1.el8.noarch/usr/lib/python3.6/site-packages/execnet/script copying build/lib/execnet/script/socketserverservice.py -> /builddir/build/BUILDROOT/python-execnet-1.7.1-1.el8.noarch/usr/lib/python3.6/site-packages/execnet/script copying build/lib/execnet/script/quitserver.py -> /builddir/build/BUILDROOT/python-execnet-1.7.1-1.el8.noarch/usr/lib/python3.6/site-packages/execnet/script copying build/lib/execnet/gateway_bootstrap.py -> /builddir/build/BUILDROOT/python-execnet-1.7.1-1.el8.noarch/usr/lib/python3.6/site-packages/execnet copying build/lib/execnet/rsync_remote.py -> /builddir/build/BUILDROOT/python-execnet-1.7.1-1.el8.noarch/usr/lib/python3.6/site-packages/execnet copying build/lib/execnet/gateway_base.py -> /builddir/build/BUILDROOT/python-execnet-1.7.1-1.el8.noarch/usr/lib/python3.6/site-packages/execnet copying build/lib/execnet/gateway.py -> /builddir/build/BUILDROOT/python-execnet-1.7.1-1.el8.noarch/usr/lib/python3.6/site-packages/execnet copying build/lib/execnet/multi.py -> /builddir/build/BUILDROOT/python-execnet-1.7.1-1.el8.noarch/usr/lib/python3.6/site-packages/execnet byte-compiling /builddir/build/BUILDROOT/python-execnet-1.7.1-1.el8.noarch/usr/lib/python3.6/site-packages/execnet/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-execnet-1.7.1-1.el8.noarch/usr/lib/python3.6/site-packages/execnet/gateway_socket.py to gateway_socket.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-execnet-1.7.1-1.el8.noarch/usr/lib/python3.6/site-packages/execnet/rsync.py to rsync.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-execnet-1.7.1-1.el8.noarch/usr/lib/python3.6/site-packages/execnet/gateway_io.py to gateway_io.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-execnet-1.7.1-1.el8.noarch/usr/lib/python3.6/site-packages/execnet/deprecated.py to deprecated.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-execnet-1.7.1-1.el8.noarch/usr/lib/python3.6/site-packages/execnet/_version.py to _version.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-execnet-1.7.1-1.el8.noarch/usr/lib/python3.6/site-packages/execnet/xspec.py to xspec.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-execnet-1.7.1-1.el8.noarch/usr/lib/python3.6/site-packages/execnet/script/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-execnet-1.7.1-1.el8.noarch/usr/lib/python3.6/site-packages/execnet/script/socketserver.py to socketserver.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-execnet-1.7.1-1.el8.noarch/usr/lib/python3.6/site-packages/execnet/script/loop_socketserver.py to loop_socketserver.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-execnet-1.7.1-1.el8.noarch/usr/lib/python3.6/site-packages/execnet/script/xx.py to xx.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-execnet-1.7.1-1.el8.noarch/usr/lib/python3.6/site-packages/execnet/script/shell.py to shell.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-execnet-1.7.1-1.el8.noarch/usr/lib/python3.6/site-packages/execnet/script/socketserverservice.py to socketserverservice.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-execnet-1.7.1-1.el8.noarch/usr/lib/python3.6/site-packages/execnet/script/quitserver.py to quitserver.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-execnet-1.7.1-1.el8.noarch/usr/lib/python3.6/site-packages/execnet/gateway_bootstrap.py to gateway_bootstrap.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-execnet-1.7.1-1.el8.noarch/usr/lib/python3.6/site-packages/execnet/rsync_remote.py to rsync_remote.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-execnet-1.7.1-1.el8.noarch/usr/lib/python3.6/site-packages/execnet/gateway_base.py to gateway_base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-execnet-1.7.1-1.el8.noarch/usr/lib/python3.6/site-packages/execnet/gateway.py to gateway.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-execnet-1.7.1-1.el8.noarch/usr/lib/python3.6/site-packages/execnet/multi.py to multi.cpython-36.pyc writing byte-compilation script '/tmp/tmp6ci90g4n.py' /usr/libexec/platform-python /tmp/tmp6ci90g4n.py removing /tmp/tmp6ci90g4n.py running install_egg_info running egg_info writing execnet.egg-info/PKG-INFO writing dependency_links to execnet.egg-info/dependency_links.txt writing requirements to execnet.egg-info/requires.txt writing top-level names to execnet.egg-info/top_level.txt reading manifest file 'execnet.egg-info/SOURCES.txt' writing manifest file 'execnet.egg-info/SOURCES.txt' Copying execnet.egg-info to /builddir/build/BUILDROOT/python-execnet-1.7.1-1.el8.noarch/usr/lib/python3.6/site-packages/execnet-1.7.1-py3.6.egg-info running install_scripts + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 1.7.1-1.el8 --unique-debug-suffix -1.7.1-1.el8.noarch --unique-debug-src-base python-execnet-1.7.1-1.el8.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/execnet-1.7.1 find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-execnet-1.7.1-1.el8.noarch/usr/lib/python3.6 using /usr/libexec/platform-python + /usr/lib/rpm/brp-python-hardlink + PYTHON3=/usr/libexec/platform-python + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: python3-execnet-1.7.1-1.el8.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.jvulji + umask 022 + cd /builddir/build/BUILD + cd execnet-1.7.1 + DOCDIR=/builddir/build/BUILDROOT/python-execnet-1.7.1-1.el8.noarch/usr/share/doc/python3-execnet + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-execnet-1.7.1-1.el8.noarch/usr/share/doc/python3-execnet + cp -pr README.rst /builddir/build/BUILDROOT/python-execnet-1.7.1-1.el8.noarch/usr/share/doc/python3-execnet + cp -pr CHANGELOG.rst /builddir/build/BUILDROOT/python-execnet-1.7.1-1.el8.noarch/usr/share/doc/python3-execnet + cp -pr doc/_build/html /builddir/build/BUILDROOT/python-execnet-1.7.1-1.el8.noarch/usr/share/doc/python3-execnet + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.dnab2U + umask 022 + cd /builddir/build/BUILD + cd execnet-1.7.1 + LICENSEDIR=/builddir/build/BUILDROOT/python-execnet-1.7.1-1.el8.noarch/usr/share/licenses/python3-execnet + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-execnet-1.7.1-1.el8.noarch/usr/share/licenses/python3-execnet + cp -pr LICENSE /builddir/build/BUILDROOT/python-execnet-1.7.1-1.el8.noarch/usr/share/licenses/python3-execnet + exit 0 Provides: python3-execnet = 1.7.1-1.el8 python3.6dist(execnet) = 1.7.1 python3dist(execnet) = 1.7.1 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.6 python3.6dist(apipkg) >= 1.4 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-execnet-1.7.1-1.el8.noarch Wrote: /builddir/build/RPMS/python3-execnet-1.7.1-1.el8.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.6hCKUF + umask 022 + cd /builddir/build/BUILD + cd execnet-1.7.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-execnet-1.7.1-1.el8.noarch + exit 0 Child return code was: 0