Mock Version: 1.3.4 Mock Version: 1.3.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-sushy.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/dist-c8-build-7576-368/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-sushy.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-sushy-1.3.1-3.el8.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-sushy.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/dist-c8-build-7576-368/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-sushy.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.aMycjW + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf sushy-1.3.1 + /usr/bin/tar -xof - + /usr/bin/gzip -dc /builddir/build/SOURCES/sushy-1.3.1.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd sushy-1.3.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/git init -q + /usr/bin/git config user.name rpm-build + /usr/bin/git config user.email '' + /usr/bin/git add . + /usr/bin/git commit -q --allow-empty -a --author 'rpm-build ' -m 'python-sushy-1.3.1 base' + /usr/bin/cat /builddir/build/SOURCES/nopbr.patch + /usr/bin/git apply --index - + /usr/bin/git commit -q -m nopbr.patch --author 'rpm-build ' + /usr/bin/cat /builddir/build/SOURCES/setup.patch + /usr/bin/git apply --index - + /usr/bin/git commit -q -m setup.patch --author 'rpm-build ' + sed -i s/@@REDHATVERSION@@/1.3.1/ sushy/__init__.py setup.py + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.knvrrf + umask 022 + cd /builddir/build/BUILD + cd sushy-1.3.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' running build running build_py creating build creating build/lib creating build/lib/sushy copying sushy/main.py -> build/lib/sushy copying sushy/connector.py -> build/lib/sushy copying sushy/exceptions.py -> build/lib/sushy copying sushy/utils.py -> build/lib/sushy copying sushy/__init__.py -> build/lib/sushy copying sushy/auth.py -> build/lib/sushy creating build/lib/sushy/tests copying sushy/tests/__init__.py -> build/lib/sushy/tests creating build/lib/sushy/resources copying sushy/resources/base.py -> build/lib/sushy/resources copying sushy/resources/common.py -> build/lib/sushy/resources copying sushy/resources/__init__.py -> build/lib/sushy/resources creating build/lib/sushy/tests/unit copying sushy/tests/unit/base.py -> build/lib/sushy/tests/unit copying sushy/tests/unit/test_main.py -> build/lib/sushy/tests/unit copying sushy/tests/unit/test_connector.py -> build/lib/sushy/tests/unit copying sushy/tests/unit/__init__.py -> build/lib/sushy/tests/unit copying sushy/tests/unit/test_utils.py -> build/lib/sushy/tests/unit copying sushy/tests/unit/test_auth.py -> build/lib/sushy/tests/unit creating build/lib/sushy/tests/unit/resources copying sushy/tests/unit/resources/test_base.py -> build/lib/sushy/tests/unit/resources copying sushy/tests/unit/resources/__init__.py -> build/lib/sushy/tests/unit/resources creating build/lib/sushy/tests/unit/resources/manager copying sushy/tests/unit/resources/manager/__init__.py -> build/lib/sushy/tests/unit/resources/manager copying sushy/tests/unit/resources/manager/test_manager.py -> build/lib/sushy/tests/unit/resources/manager creating build/lib/sushy/tests/unit/resources/system copying sushy/tests/unit/resources/system/test_system.py -> build/lib/sushy/tests/unit/resources/system copying sushy/tests/unit/resources/system/test_ethernet_interfaces.py -> build/lib/sushy/tests/unit/resources/system copying sushy/tests/unit/resources/system/test_processor.py -> build/lib/sushy/tests/unit/resources/system copying sushy/tests/unit/resources/system/__init__.py -> build/lib/sushy/tests/unit/resources/system creating build/lib/sushy/tests/unit/resources/sessionservice copying sushy/tests/unit/resources/sessionservice/test_sessionservice.py -> build/lib/sushy/tests/unit/resources/sessionservice copying sushy/tests/unit/resources/sessionservice/test_session.py -> build/lib/sushy/tests/unit/resources/sessionservice copying sushy/tests/unit/resources/sessionservice/__init__.py -> build/lib/sushy/tests/unit/resources/sessionservice creating build/lib/sushy/resources/manager copying sushy/resources/manager/constants.py -> build/lib/sushy/resources/manager copying sushy/resources/manager/manager.py -> build/lib/sushy/resources/manager copying sushy/resources/manager/mappings.py -> build/lib/sushy/resources/manager copying sushy/resources/manager/__init__.py -> build/lib/sushy/resources/manager creating build/lib/sushy/resources/system copying sushy/resources/system/system.py -> build/lib/sushy/resources/system copying sushy/resources/system/ethernet_interface.py -> build/lib/sushy/resources/system copying sushy/resources/system/constants.py -> build/lib/sushy/resources/system copying sushy/resources/system/processor.py -> build/lib/sushy/resources/system copying sushy/resources/system/mappings.py -> build/lib/sushy/resources/system copying sushy/resources/system/__init__.py -> build/lib/sushy/resources/system creating build/lib/sushy/resources/sessionservice copying sushy/resources/sessionservice/sessionservice.py -> build/lib/sushy/resources/sessionservice copying sushy/resources/sessionservice/__init__.py -> build/lib/sushy/resources/sessionservice copying sushy/resources/sessionservice/session.py -> build/lib/sushy/resources/sessionservice + sleep 1 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.s9oynz + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch ++ dirname /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch + cd sushy-1.3.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-sushy-1.3.1-3.el8.noarch running install running install_lib creating /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr creating /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/lib creating /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/lib/python3.6 creating /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/lib/python3.6/site-packages creating /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/lib/python3.6/site-packages/sushy creating /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests creating /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit copying build/lib/sushy/tests/unit/base.py -> /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit creating /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources creating /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/manager copying build/lib/sushy/tests/unit/resources/manager/__init__.py -> /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/manager copying build/lib/sushy/tests/unit/resources/manager/test_manager.py -> /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/manager copying build/lib/sushy/tests/unit/resources/test_base.py -> /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources creating /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/system copying build/lib/sushy/tests/unit/resources/system/test_system.py -> /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/system copying build/lib/sushy/tests/unit/resources/system/test_ethernet_interfaces.py -> /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/system copying build/lib/sushy/tests/unit/resources/system/test_processor.py -> /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/system copying build/lib/sushy/tests/unit/resources/system/__init__.py -> /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/system copying build/lib/sushy/tests/unit/resources/__init__.py -> /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources creating /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/sessionservice copying build/lib/sushy/tests/unit/resources/sessionservice/test_sessionservice.py -> /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/sessionservice copying build/lib/sushy/tests/unit/resources/sessionservice/test_session.py -> /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/sessionservice copying build/lib/sushy/tests/unit/resources/sessionservice/__init__.py -> /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/sessionservice copying build/lib/sushy/tests/unit/test_main.py -> /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit copying build/lib/sushy/tests/unit/test_connector.py -> /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit copying build/lib/sushy/tests/unit/__init__.py -> /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit copying build/lib/sushy/tests/unit/test_utils.py -> /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit copying build/lib/sushy/tests/unit/test_auth.py -> /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit copying build/lib/sushy/tests/__init__.py -> /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests creating /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources copying build/lib/sushy/resources/base.py -> /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources copying build/lib/sushy/resources/common.py -> /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources creating /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/manager copying build/lib/sushy/resources/manager/constants.py -> /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/manager copying build/lib/sushy/resources/manager/manager.py -> /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/manager copying build/lib/sushy/resources/manager/mappings.py -> /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/manager copying build/lib/sushy/resources/manager/__init__.py -> /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/manager creating /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/system copying build/lib/sushy/resources/system/system.py -> /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/system copying build/lib/sushy/resources/system/ethernet_interface.py -> /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/system copying build/lib/sushy/resources/system/constants.py -> /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/system copying build/lib/sushy/resources/system/processor.py -> /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/system copying build/lib/sushy/resources/system/mappings.py -> /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/system copying build/lib/sushy/resources/system/__init__.py -> /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/system copying build/lib/sushy/resources/__init__.py -> /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources creating /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/sessionservice copying build/lib/sushy/resources/sessionservice/sessionservice.py -> /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/sessionservice copying build/lib/sushy/resources/sessionservice/__init__.py -> /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/sessionservice copying build/lib/sushy/resources/sessionservice/session.py -> /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/sessionservice copying build/lib/sushy/main.py -> /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/lib/python3.6/site-packages/sushy copying build/lib/sushy/connector.py -> /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/lib/python3.6/site-packages/sushy copying build/lib/sushy/exceptions.py -> /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/lib/python3.6/site-packages/sushy copying build/lib/sushy/utils.py -> /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/lib/python3.6/site-packages/sushy copying build/lib/sushy/__init__.py -> /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/lib/python3.6/site-packages/sushy copying build/lib/sushy/auth.py -> /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/lib/python3.6/site-packages/sushy byte-compiling /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/manager/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/manager/test_manager.py to test_manager.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/test_base.py to test_base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/system/test_system.py to test_system.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/system/test_ethernet_interfaces.py to test_ethernet_interfaces.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/system/test_processor.py to test_processor.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/system/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/sessionservice/test_sessionservice.py to test_sessionservice.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/sessionservice/test_session.py to test_session.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/resources/sessionservice/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/test_main.py to test_main.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/test_connector.py to test_connector.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/test_utils.py to test_utils.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/unit/test_auth.py to test_auth.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/lib/python3.6/site-packages/sushy/tests/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/common.py to common.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/manager/constants.py to constants.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/manager/manager.py to manager.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/manager/mappings.py to mappings.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/manager/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/system/system.py to system.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/system/ethernet_interface.py to ethernet_interface.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/system/constants.py to constants.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/system/processor.py to processor.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/system/mappings.py to mappings.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/system/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/sessionservice/sessionservice.py to sessionservice.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/sessionservice/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/lib/python3.6/site-packages/sushy/resources/sessionservice/session.py to session.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/lib/python3.6/site-packages/sushy/main.py to main.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/lib/python3.6/site-packages/sushy/connector.py to connector.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/lib/python3.6/site-packages/sushy/exceptions.py to exceptions.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/lib/python3.6/site-packages/sushy/utils.py to utils.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/lib/python3.6/site-packages/sushy/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/lib/python3.6/site-packages/sushy/auth.py to auth.cpython-36.pyc writing byte-compilation script '/tmp/tmpidi8zp2k.py' /usr/libexec/platform-python /tmp/tmpidi8zp2k.py removing /tmp/tmpidi8zp2k.py running install_egg_info running egg_info writing sushy.egg-info/PKG-INFO writing dependency_links to sushy.egg-info/dependency_links.txt deleting sushy.egg-info/requires.txt writing top-level names to sushy.egg-info/top_level.txt reading manifest file 'sushy.egg-info/SOURCES.txt' writing manifest file 'sushy.egg-info/SOURCES.txt' Copying sushy.egg-info to /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/lib/python3.6/site-packages/sushy-1.3.1-py3.6.egg-info running install_scripts + /usr/lib/rpm/find-debuginfo.sh -j8 --strict-build-id -m -i --build-id-seed 1.3.1-3.el8 --unique-debug-suffix -1.3.1-3.el8.noarch --unique-debug-src-base python-sushy-1.3.1-3.el8.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/sushy-1.3.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-sushy-1.3.1-3.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 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.F1mD3T + umask 022 + cd /builddir/build/BUILD + cd sushy-1.3.1 + exit 0 Processing files: python3-sushy-1.3.1-3.el8.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.rulPJe + umask 022 + cd /builddir/build/BUILD + cd sushy-1.3.1 + LICENSEDIR=/builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/share/licenses/python3-sushy + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/share/licenses/python3-sushy + cp -pr LICENSE /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch/usr/share/licenses/python3-sushy + exit 0 Provides: python3-sushy = 1.3.1-3.el8 python3.6dist(sushy) = 1.3.1 python3dist(sushy) = 1.3.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 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch Wrote: /builddir/build/RPMS/python3-sushy-1.3.1-3.el8.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.4r4k8C + umask 022 + cd /builddir/build/BUILD + cd sushy-1.3.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-sushy-1.3.1-3.el8.noarch + exit 0 Child return code was: 0