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-hardware.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/cloud7-openstack-train-el7-build-69377-366790/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-hardware.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-hardware-0.23.0-1.el7.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-hardware.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/cloud7-openstack-train-el7-build-69377-366790/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-hardware.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.7JFMEk + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf hardware-0.23.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/hardware-0.23.0.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd hardware-0.23.0 + /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 -a --author 'rpm-build ' -m 'python-hardware-0.23.0 base' + rm -rf hardware.egg-info + find -name '*.py' + xargs sed -i '1s|^#!python|#!python2|' + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.huyhuE + umask 022 + cd /builddir/build/BUILD + cd hardware-0.23.0 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches ' + /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s' running build running build_py creating build creating build/lib creating build/lib/hardware copying hardware/matcher.py -> build/lib/hardware copying hardware/smart_utils_info.py -> build/lib/hardware copying hardware/state.py -> build/lib/hardware copying hardware/detect_utils.py -> build/lib/hardware copying hardware/generate.py -> build/lib/hardware copying hardware/cmdb.py -> build/lib/hardware copying hardware/diskinfo.py -> build/lib/hardware copying hardware/hpacucli.py -> build/lib/hardware copying hardware/detect.py -> build/lib/hardware copying hardware/smart_utils.py -> build/lib/hardware copying hardware/megacli.py -> build/lib/hardware copying hardware/bios_hp.py -> build/lib/hardware copying hardware/__init__.py -> build/lib/hardware copying hardware/areca.py -> build/lib/hardware copying hardware/ipmi.py -> build/lib/hardware copying hardware/rtc.py -> build/lib/hardware copying hardware/infiniband.py -> build/lib/hardware creating build/lib/hardware/cardiff copying hardware/cardiff/compare_sets.py -> build/lib/hardware/cardiff copying hardware/cardiff/cardiff.py -> build/lib/hardware/cardiff copying hardware/cardiff/perf_cpu_tables.py -> build/lib/hardware/cardiff copying hardware/cardiff/__init__.py -> build/lib/hardware/cardiff copying hardware/cardiff/utils.py -> build/lib/hardware/cardiff copying hardware/cardiff/check.py -> build/lib/hardware/cardiff creating build/lib/hardware/tests creating build/lib/hardware/tests/results copying hardware/tests/results/smart_utils_results.py -> build/lib/hardware/tests/results copying hardware/tests/results/parse_ipmi_sdr.py -> build/lib/hardware/tests/results copying hardware/tests/results/detect_results.py -> build/lib/hardware/tests/results copying hardware/tests/results/__init__.py -> build/lib/hardware/tests/results creating build/lib/hardware/benchmark copying hardware/benchmark/disk.py -> build/lib/hardware/benchmark copying hardware/benchmark/cpu.py -> build/lib/hardware/benchmark copying hardware/benchmark/__init__.py -> build/lib/hardware/benchmark copying hardware/benchmark/utils.py -> build/lib/hardware/benchmark copying hardware/benchmark/mem.py -> build/lib/hardware/benchmark copying hardware/tests/test_areca.py -> build/lib/hardware/tests copying hardware/tests/test_smart_utils.py -> build/lib/hardware/tests copying hardware/tests/test_detect_utils.py -> build/lib/hardware/tests copying hardware/tests/test_matcher.py -> build/lib/hardware/tests copying hardware/tests/test_ethtool.py -> build/lib/hardware/tests copying hardware/tests/test_ipmi.py -> build/lib/hardware/tests copying hardware/tests/test_infiniband.py -> build/lib/hardware/tests copying hardware/tests/test_cardiff_check.py -> build/lib/hardware/tests copying hardware/tests/test_detect.py -> build/lib/hardware/tests copying hardware/tests/test_bios_hp.py -> build/lib/hardware/tests copying hardware/tests/test_benchmark_disk.py -> build/lib/hardware/tests copying hardware/tests/test_benchmark_mem.py -> build/lib/hardware/tests copying hardware/tests/test_hpacucli.py -> build/lib/hardware/tests copying hardware/tests/test_benchmark_cpu.py -> build/lib/hardware/tests copying hardware/tests/test_cmdb.py -> build/lib/hardware/tests copying hardware/tests/__init__.py -> build/lib/hardware/tests copying hardware/tests/test_megacli.py -> build/lib/hardware/tests copying hardware/tests/test_diskinfo.py -> build/lib/hardware/tests copying hardware/tests/utils.py -> build/lib/hardware/tests copying hardware/tests/test_cardiff_perf_level.py -> build/lib/hardware/tests copying hardware/tests/test_generate.py -> build/lib/hardware/tests copying hardware/tests/test_state.py -> build/lib/hardware/tests copying hardware/tests/test_lldp.py -> build/lib/hardware/tests running egg_info creating hardware.egg-info writing requirements to hardware.egg-info/requires.txt writing hardware.egg-info/PKG-INFO writing top-level names to hardware.egg-info/top_level.txt writing dependency_links to hardware.egg-info/dependency_links.txt writing entry points to hardware.egg-info/entry_points.txt writing pbr to hardware.egg-info/pbr.json [pbr] Processing SOURCES.txt writing manifest file 'hardware.egg-info/SOURCES.txt' [pbr] In git context, generating filelist from git warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitreview' warning: no previously-included files matching '*.pyc' found anywhere in distribution reading manifest template 'MANIFEST.in' warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitreview' warning: no previously-included files matching '*.pyc' found anywhere in distribution writing manifest file 'hardware.egg-info/SOURCES.txt' copying hardware/cardiff/graph2D.gpm -> build/lib/hardware/cardiff copying hardware/cardiff/graph2D_expected.gpm -> build/lib/hardware/cardiff creating build/lib/hardware/tests/cardiff_samples copying hardware/tests/cardiff_samples/ProLiantBL460cGen8641016B21-HP-CZ3404YWNN9c-b6-54-88-2d-b0.hw_ -> build/lib/hardware/tests/cardiff_samples copying hardware/tests/cardiff_samples/ProLiantBL460cGen8641016B21-HP-CZ3404YWNR9c-b6-54-88-5c-78.hw_ -> build/lib/hardware/tests/cardiff_samples copying hardware/tests/cardiff_samples/ProLiantBL460cGen8641016B21-HP-CZ3404YWNT9c-b6-54-88-9c-48.hw_ -> build/lib/hardware/tests/cardiff_samples copying hardware/tests/cardiff_samples/ProLiantBL460cGen8641016B21-HP-CZ3404YWNW9c-b6-54-88-9c-38.hw_ -> build/lib/hardware/tests/cardiff_samples copying hardware/tests/cardiff_samples/ProLiantBL460cGen8641016B21-HP-CZ3404YWP29c-b6-54-88-9c-40.hw_ -> build/lib/hardware/tests/cardiff_samples copying hardware/tests/cardiff_samples/ProLiantBL460cGen8641016B21-HP-CZ3404YWP49c-b6-54-88-cc-50.hw_ -> build/lib/hardware/tests/cardiff_samples copying hardware/tests/cardiff_samples/ProLiantBL460cGen8641016B21-HP-CZ3404YWP69c-b6-54-88-1c-28.hw_ -> build/lib/hardware/tests/cardiff_samples copying hardware/tests/cardiff_samples/ProLiantBL460cGen8641016B21-HP-CZ3404YWP89c-b6-54-88-7c-e0.hw_ -> build/lib/hardware/tests/cardiff_samples copying hardware/tests/cardiff_samples/ProLiantBL460cGen8641016B21-HP-CZ3404YWPA9c-b6-54-88-9c-a8.hw_ -> build/lib/hardware/tests/cardiff_samples copying hardware/tests/cardiff_samples/ProLiantBL460cGen8641016B21-HP-CZ3404YWPC9c-b6-54-88-5c-70.hw_ -> build/lib/hardware/tests/cardiff_samples copying hardware/tests/cardiff_samples/ProLiantBL460cGen8641016B21-HP-CZ3404YWPE9c-b6-54-88-1c-48.hw_ -> build/lib/hardware/tests/cardiff_samples copying hardware/tests/cardiff_samples/ProLiantBL460cGen8641016B21-HP-CZ3404YWPH9c-b6-54-88-1c-18.hw_ -> build/lib/hardware/tests/cardiff_samples copying hardware/tests/cardiff_samples/ProLiantBL460cGen8641016B21-HP-CZ3404YWPK9c-b6-54-88-1c-d0.hw_ -> build/lib/hardware/tests/cardiff_samples copying hardware/tests/cardiff_samples/ProLiantBL460cGen8641016B21-HP-CZ3404YWPM9c-b6-54-88-2d-e0.hw_ -> build/lib/hardware/tests/cardiff_samples copying hardware/tests/cardiff_samples/ProLiantBL460cGen8641016B21-HP-CZ3404YWPP9c-b6-54-88-8c-80.hw_ -> build/lib/hardware/tests/cardiff_samples copying hardware/tests/cardiff_samples/ProLiantBL460cGen8641016B21-HP-CZ3404YWPS9c-b6-54-88-3c-e8.hw_ -> build/lib/hardware/tests/cardiff_samples copying hardware/tests/cardiff_samples/ProLiantBL460cGen8641016B21-HP-CZ3404YWPV9c-b6-54-88-cc-b0.hw_ -> build/lib/hardware/tests/cardiff_samples copying hardware/tests/cardiff_samples/ProLiantBL460cGen8641016B21-HP-CZ3404YWPX9c-b6-54-88-1c-38.hw_ -> build/lib/hardware/tests/cardiff_samples copying hardware/tests/cardiff_samples/ProLiantBL460cGen8641016B21-HP-CZ3404YWR09c-b6-54-88-0d-30.hw_ -> build/lib/hardware/tests/cardiff_samples creating build/lib/hardware/tests/samples copying hardware/tests/samples/areca_adsysinfo -> build/lib/hardware/tests/samples copying hardware/tests/samples/areca_disks_info -> build/lib/hardware/tests/samples copying hardware/tests/samples/areca_hddpwr_info -> build/lib/hardware/tests/samples copying hardware/tests/samples/areca_hw_info -> build/lib/hardware/tests/samples copying hardware/tests/samples/areca_sys_showcfg -> build/lib/hardware/tests/samples copying hardware/tests/samples/areca_sysinfo -> build/lib/hardware/tests/samples copying hardware/tests/samples/auxv_ppc8 -> build/lib/hardware/tests/samples copying hardware/tests/samples/auxv_x86 -> build/lib/hardware/tests/samples copying hardware/tests/samples/conrep.dat -> build/lib/hardware/tests/samples copying hardware/tests/samples/ctrl_ld_show -> build/lib/hardware/tests/samples copying hardware/tests/samples/dmesg -> build/lib/hardware/tests/samples copying hardware/tests/samples/ethtool_k -> build/lib/hardware/tests/samples copying hardware/tests/samples/ipmi_lan_info -> build/lib/hardware/tests/samples copying hardware/tests/samples/lldptool_tin -> build/lib/hardware/tests/samples copying hardware/tests/samples/lldptool_tin2 -> build/lib/hardware/tests/samples copying hardware/tests/samples/lscpu -> build/lib/hardware/tests/samples copying hardware/tests/samples/lscpu-vm -> build/lib/hardware/tests/samples copying hardware/tests/samples/lscpu-vmx -> build/lib/hardware/tests/samples copying hardware/tests/samples/lscpu_aarch64 -> build/lib/hardware/tests/samples copying hardware/tests/samples/lscpu_ppc64le -> build/lib/hardware/tests/samples copying hardware/tests/samples/lscpux -> build/lib/hardware/tests/samples copying hardware/tests/samples/lscpux_aarch64 -> build/lib/hardware/tests/samples copying hardware/tests/samples/lscpux_ppc64le -> build/lib/hardware/tests/samples copying hardware/tests/samples/lshw -> build/lib/hardware/tests/samples copying hardware/tests/samples/lshw2 -> build/lib/hardware/tests/samples copying hardware/tests/samples/lshw3 -> build/lib/hardware/tests/samples copying hardware/tests/samples/megacli_adp_all_info -> build/lib/hardware/tests/samples copying hardware/tests/samples/megacli_adpcount -> build/lib/hardware/tests/samples copying hardware/tests/samples/megacli_enc -> build/lib/hardware/tests/samples copying hardware/tests/samples/megacli_ld_get_info -> build/lib/hardware/tests/samples copying hardware/tests/samples/parse_ipmi_sdr -> build/lib/hardware/tests/samples copying hardware/tests/samples/smartctl_ata -> build/lib/hardware/tests/samples copying hardware/tests/samples/smartctl_ata_decode_ignore -> build/lib/hardware/tests/samples copying hardware/tests/samples/smartctl_nvme -> build/lib/hardware/tests/samples copying hardware/tests/samples/smartctl_scsi -> build/lib/hardware/tests/samples + sleep 1 + python2 setup.py build_sphinx running build_sphinx [pbr] Writing ChangeLog [pbr] Generating ChangeLog [pbr] ChangeLog complete (0.0s) [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) Running Sphinx v1.8.4 making output directory... building [mo]: all of 0 po files building [html]: all source files updating environment: 5 added, 0 changed, 0 removed reading sources... [ 20%] contributing reading sources... [ 40%] index reading sources... [ 60%] installation reading sources... [ 80%] readme reading sources... [100%] usage looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 20%] contributing writing output... [ 40%] index writing output... [ 60%] installation writing output... [ 80%] readme writing output... [100%] usage generating indices... genindex writing additional pages... search 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 doc/build/html. + rm -rf doc/build/html/.buildinfo + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.EBORW0 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch ++ dirname /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch + cd hardware-0.23.0 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches ' + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch running install [pbr] Writing ChangeLog [pbr] Generating ChangeLog [pbr] ChangeLog complete (0.0s) [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) running install_lib creating /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr creating /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib creating /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware copying build/lib/hardware/matcher.py -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware copying build/lib/hardware/smart_utils_info.py -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware copying build/lib/hardware/state.py -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware copying build/lib/hardware/detect_utils.py -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware copying build/lib/hardware/generate.py -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware creating /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/cardiff copying build/lib/hardware/cardiff/compare_sets.py -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/cardiff copying build/lib/hardware/cardiff/cardiff.py -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/cardiff copying build/lib/hardware/cardiff/graph2D_expected.gpm -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/cardiff copying build/lib/hardware/cardiff/perf_cpu_tables.py -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/cardiff copying build/lib/hardware/cardiff/__init__.py -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/cardiff copying build/lib/hardware/cardiff/utils.py -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/cardiff copying build/lib/hardware/cardiff/check.py -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/cardiff copying build/lib/hardware/cardiff/graph2D.gpm -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/cardiff copying build/lib/hardware/cmdb.py -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware creating /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests copying build/lib/hardware/tests/test_areca.py -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests copying build/lib/hardware/tests/test_smart_utils.py -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests copying build/lib/hardware/tests/test_detect_utils.py -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests creating /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests/cardiff_samples copying build/lib/hardware/tests/cardiff_samples/ProLiantBL460cGen8641016B21-HP-CZ3404YWPK9c-b6-54-88-1c-d0.hw_ -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests/cardiff_samples copying build/lib/hardware/tests/cardiff_samples/ProLiantBL460cGen8641016B21-HP-CZ3404YWNT9c-b6-54-88-9c-48.hw_ -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests/cardiff_samples copying build/lib/hardware/tests/cardiff_samples/ProLiantBL460cGen8641016B21-HP-CZ3404YWPM9c-b6-54-88-2d-e0.hw_ -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests/cardiff_samples copying build/lib/hardware/tests/cardiff_samples/ProLiantBL460cGen8641016B21-HP-CZ3404YWPS9c-b6-54-88-3c-e8.hw_ -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests/cardiff_samples copying build/lib/hardware/tests/cardiff_samples/ProLiantBL460cGen8641016B21-HP-CZ3404YWP89c-b6-54-88-7c-e0.hw_ -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests/cardiff_samples copying build/lib/hardware/tests/cardiff_samples/ProLiantBL460cGen8641016B21-HP-CZ3404YWPX9c-b6-54-88-1c-38.hw_ -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests/cardiff_samples copying build/lib/hardware/tests/cardiff_samples/ProLiantBL460cGen8641016B21-HP-CZ3404YWP49c-b6-54-88-cc-50.hw_ -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests/cardiff_samples copying build/lib/hardware/tests/cardiff_samples/ProLiantBL460cGen8641016B21-HP-CZ3404YWPE9c-b6-54-88-1c-48.hw_ -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests/cardiff_samples copying build/lib/hardware/tests/cardiff_samples/ProLiantBL460cGen8641016B21-HP-CZ3404YWNR9c-b6-54-88-5c-78.hw_ -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests/cardiff_samples copying build/lib/hardware/tests/cardiff_samples/ProLiantBL460cGen8641016B21-HP-CZ3404YWR09c-b6-54-88-0d-30.hw_ -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests/cardiff_samples copying build/lib/hardware/tests/cardiff_samples/ProLiantBL460cGen8641016B21-HP-CZ3404YWPA9c-b6-54-88-9c-a8.hw_ -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests/cardiff_samples copying build/lib/hardware/tests/cardiff_samples/ProLiantBL460cGen8641016B21-HP-CZ3404YWP29c-b6-54-88-9c-40.hw_ -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests/cardiff_samples copying build/lib/hardware/tests/cardiff_samples/ProLiantBL460cGen8641016B21-HP-CZ3404YWPP9c-b6-54-88-8c-80.hw_ -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests/cardiff_samples copying build/lib/hardware/tests/cardiff_samples/ProLiantBL460cGen8641016B21-HP-CZ3404YWP69c-b6-54-88-1c-28.hw_ -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests/cardiff_samples copying build/lib/hardware/tests/cardiff_samples/ProLiantBL460cGen8641016B21-HP-CZ3404YWPC9c-b6-54-88-5c-70.hw_ -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests/cardiff_samples copying build/lib/hardware/tests/cardiff_samples/ProLiantBL460cGen8641016B21-HP-CZ3404YWPH9c-b6-54-88-1c-18.hw_ -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests/cardiff_samples copying build/lib/hardware/tests/cardiff_samples/ProLiantBL460cGen8641016B21-HP-CZ3404YWNN9c-b6-54-88-2d-b0.hw_ -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests/cardiff_samples copying build/lib/hardware/tests/cardiff_samples/ProLiantBL460cGen8641016B21-HP-CZ3404YWNW9c-b6-54-88-9c-38.hw_ -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests/cardiff_samples copying build/lib/hardware/tests/cardiff_samples/ProLiantBL460cGen8641016B21-HP-CZ3404YWPV9c-b6-54-88-cc-b0.hw_ -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests/cardiff_samples copying build/lib/hardware/tests/test_matcher.py -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests copying build/lib/hardware/tests/test_ethtool.py -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests copying build/lib/hardware/tests/test_ipmi.py -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests copying build/lib/hardware/tests/test_infiniband.py -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests copying build/lib/hardware/tests/test_cardiff_check.py -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests creating /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests/samples copying build/lib/hardware/tests/samples/areca_hddpwr_info -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests/samples copying build/lib/hardware/tests/samples/ethtool_k -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests/samples copying build/lib/hardware/tests/samples/lscpux -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests/samples copying build/lib/hardware/tests/samples/lscpu-vmx -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests/samples copying build/lib/hardware/tests/samples/areca_hw_info -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests/samples copying build/lib/hardware/tests/samples/lscpux_aarch64 -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests/samples copying build/lib/hardware/tests/samples/smartctl_ata_decode_ignore -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests/samples copying build/lib/hardware/tests/samples/lscpu_aarch64 -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests/samples copying build/lib/hardware/tests/samples/dmesg -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests/samples copying build/lib/hardware/tests/samples/parse_ipmi_sdr -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests/samples copying build/lib/hardware/tests/samples/areca_adsysinfo -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests/samples copying build/lib/hardware/tests/samples/lshw2 -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests/samples copying build/lib/hardware/tests/samples/smartctl_ata -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests/samples copying build/lib/hardware/tests/samples/megacli_enc -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests/samples copying build/lib/hardware/tests/samples/areca_sysinfo -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests/samples copying build/lib/hardware/tests/samples/megacli_adpcount -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests/samples copying build/lib/hardware/tests/samples/lldptool_tin2 -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests/samples copying build/lib/hardware/tests/samples/megacli_ld_get_info -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests/samples copying build/lib/hardware/tests/samples/lshw3 -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests/samples copying build/lib/hardware/tests/samples/areca_disks_info -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests/samples copying build/lib/hardware/tests/samples/smartctl_nvme -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests/samples copying build/lib/hardware/tests/samples/lscpux_ppc64le -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests/samples copying build/lib/hardware/tests/samples/lshw -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests/samples copying build/lib/hardware/tests/samples/lscpu -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests/samples copying build/lib/hardware/tests/samples/megacli_adp_all_info -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests/samples copying build/lib/hardware/tests/samples/areca_sys_showcfg -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests/samples copying build/lib/hardware/tests/samples/smartctl_scsi -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests/samples copying build/lib/hardware/tests/samples/auxv_ppc8 -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests/samples copying build/lib/hardware/tests/samples/lscpu_ppc64le -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests/samples copying build/lib/hardware/tests/samples/ipmi_lan_info -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests/samples copying build/lib/hardware/tests/samples/lscpu-vm -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests/samples copying build/lib/hardware/tests/samples/lldptool_tin -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests/samples copying build/lib/hardware/tests/samples/auxv_x86 -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests/samples copying build/lib/hardware/tests/samples/conrep.dat -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests/samples copying build/lib/hardware/tests/samples/ctrl_ld_show -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests/samples copying build/lib/hardware/tests/test_detect.py -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests copying build/lib/hardware/tests/test_bios_hp.py -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests copying build/lib/hardware/tests/test_benchmark_disk.py -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests copying build/lib/hardware/tests/test_benchmark_mem.py -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests copying build/lib/hardware/tests/test_hpacucli.py -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests copying build/lib/hardware/tests/test_benchmark_cpu.py -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests creating /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests/results copying build/lib/hardware/tests/results/smart_utils_results.py -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests/results copying build/lib/hardware/tests/results/parse_ipmi_sdr.py -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests/results copying build/lib/hardware/tests/results/detect_results.py -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests/results copying build/lib/hardware/tests/results/__init__.py -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests/results copying build/lib/hardware/tests/test_cmdb.py -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests copying build/lib/hardware/tests/__init__.py -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests copying build/lib/hardware/tests/test_megacli.py -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests copying build/lib/hardware/tests/test_diskinfo.py -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests copying build/lib/hardware/tests/utils.py -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests copying build/lib/hardware/tests/test_cardiff_perf_level.py -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests copying build/lib/hardware/tests/test_generate.py -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests copying build/lib/hardware/tests/test_state.py -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests copying build/lib/hardware/tests/test_lldp.py -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests copying build/lib/hardware/diskinfo.py -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware copying build/lib/hardware/hpacucli.py -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware copying build/lib/hardware/detect.py -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware copying build/lib/hardware/smart_utils.py -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware copying build/lib/hardware/megacli.py -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware copying build/lib/hardware/bios_hp.py -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware creating /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/benchmark copying build/lib/hardware/benchmark/disk.py -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/benchmark copying build/lib/hardware/benchmark/cpu.py -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/benchmark copying build/lib/hardware/benchmark/__init__.py -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/benchmark copying build/lib/hardware/benchmark/utils.py -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/benchmark copying build/lib/hardware/benchmark/mem.py -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/benchmark copying build/lib/hardware/__init__.py -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware copying build/lib/hardware/areca.py -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware copying build/lib/hardware/ipmi.py -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware copying build/lib/hardware/rtc.py -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware copying build/lib/hardware/infiniband.py -> /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware byte-compiling /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/matcher.py to matcher.pyc byte-compiling /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/smart_utils_info.py to smart_utils_info.pyc byte-compiling /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/state.py to state.pyc byte-compiling /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/detect_utils.py to detect_utils.pyc byte-compiling /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/generate.py to generate.pyc byte-compiling /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/cardiff/compare_sets.py to compare_sets.pyc byte-compiling /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/cardiff/cardiff.py to cardiff.pyc byte-compiling /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/cardiff/perf_cpu_tables.py to perf_cpu_tables.pyc byte-compiling /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/cardiff/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/cardiff/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/cardiff/check.py to check.pyc byte-compiling /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/cmdb.py to cmdb.pyc byte-compiling /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests/test_areca.py to test_areca.pyc byte-compiling /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests/test_smart_utils.py to test_smart_utils.pyc byte-compiling /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests/test_detect_utils.py to test_detect_utils.pyc byte-compiling /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests/test_matcher.py to test_matcher.pyc byte-compiling /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests/test_ethtool.py to test_ethtool.pyc byte-compiling /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests/test_ipmi.py to test_ipmi.pyc byte-compiling /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests/test_infiniband.py to test_infiniband.pyc byte-compiling /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests/test_cardiff_check.py to test_cardiff_check.pyc byte-compiling /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests/test_detect.py to test_detect.pyc byte-compiling /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests/test_bios_hp.py to test_bios_hp.pyc byte-compiling /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests/test_benchmark_disk.py to test_benchmark_disk.pyc byte-compiling /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests/test_benchmark_mem.py to test_benchmark_mem.pyc byte-compiling /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests/test_hpacucli.py to test_hpacucli.pyc byte-compiling /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests/test_benchmark_cpu.py to test_benchmark_cpu.pyc byte-compiling /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests/results/smart_utils_results.py to smart_utils_results.pyc byte-compiling /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests/results/parse_ipmi_sdr.py to parse_ipmi_sdr.pyc byte-compiling /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests/results/detect_results.py to detect_results.pyc byte-compiling /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests/results/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests/test_cmdb.py to test_cmdb.pyc byte-compiling /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests/test_megacli.py to test_megacli.pyc byte-compiling /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests/test_diskinfo.py to test_diskinfo.pyc byte-compiling /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests/test_cardiff_perf_level.py to test_cardiff_perf_level.pyc byte-compiling /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests/test_generate.py to test_generate.pyc byte-compiling /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests/test_state.py to test_state.pyc byte-compiling /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/tests/test_lldp.py to test_lldp.pyc byte-compiling /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/diskinfo.py to diskinfo.pyc byte-compiling /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/hpacucli.py to hpacucli.pyc byte-compiling /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/detect.py to detect.pyc byte-compiling /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/smart_utils.py to smart_utils.pyc byte-compiling /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/megacli.py to megacli.pyc byte-compiling /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/bios_hp.py to bios_hp.pyc byte-compiling /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/benchmark/disk.py to disk.pyc byte-compiling /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/benchmark/cpu.py to cpu.pyc byte-compiling /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/benchmark/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/benchmark/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/benchmark/mem.py to mem.pyc byte-compiling /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/areca.py to areca.pyc byte-compiling /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/ipmi.py to ipmi.pyc byte-compiling /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/rtc.py to rtc.pyc byte-compiling /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware/infiniband.py to infiniband.pyc writing byte-compilation script '/tmp/tmp0tCdbc.py' /usr/bin/python2 -O /tmp/tmp0tCdbc.py removing /tmp/tmp0tCdbc.py running install_egg_info running egg_info writing requirements to hardware.egg-info/requires.txt writing hardware.egg-info/PKG-INFO writing top-level names to hardware.egg-info/top_level.txt writing dependency_links to hardware.egg-info/dependency_links.txt writing entry points to hardware.egg-info/entry_points.txt writing pbr to hardware.egg-info/pbr.json [pbr] Processing SOURCES.txt [pbr] In git context, generating filelist from git warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitreview' warning: no previously-included files matching '*.pyc' found anywhere in distribution reading manifest template 'MANIFEST.in' warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitreview' warning: no previously-included files matching '*.pyc' found anywhere in distribution writing manifest file 'hardware.egg-info/SOURCES.txt' Copying hardware.egg-info to /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/lib/python2.7/site-packages/hardware-0.23.0-py2.7.egg-info running install_scripts /usr/lib/python2.7/site-packages/pbr/packaging.py:410: EasyInstallDeprecationWarning: Use get_header header = easy_install.get_script_header("", executable, is_wininst) Installing hardware-cardiff script to /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/bin Installing hardware-detect script to /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/bin + /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/hardware-0.23.0 /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/python-hardware-0.23.0-1.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 Processing files: python2-hardware-0.23.0-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.lVSof1 + umask 022 + cd /builddir/build/BUILD + cd hardware-0.23.0 + DOCDIR=/builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/share/doc/python2-hardware-0.23.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/share/doc/python2-hardware-0.23.0 + cp -pr README.rst /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/share/doc/python2-hardware-0.23.0 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.OlwA51 + umask 022 + cd /builddir/build/BUILD + cd hardware-0.23.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/share/licenses/python2-hardware-0.23.0 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/share/licenses/python2-hardware-0.23.0 + cp -pr LICENSE /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/share/licenses/python2-hardware-0.23.0 + exit 0 Provides: python-hardware = 0.23.0-1.el7 python2-hardware = 0.23.0-1.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: /usr/bin/python2 python(abi) = 2.7 Obsoletes: python-hardware < 0.23.0-1.el7 Processing files: python2-hardware-detect-0.23.0-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.Y8i29b + umask 022 + cd /builddir/build/BUILD + cd hardware-0.23.0 + DOCDIR=/builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/share/doc/python2-hardware-detect-0.23.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/share/doc/python2-hardware-detect-0.23.0 + cp -pr README.rst /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/share/doc/python2-hardware-detect-0.23.0 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.k4slcq + umask 022 + cd /builddir/build/BUILD + cd hardware-0.23.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/share/licenses/python2-hardware-detect-0.23.0 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/share/licenses/python2-hardware-detect-0.23.0 + cp -pr LICENSE /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/share/licenses/python2-hardware-detect-0.23.0 + exit 0 Provides: python-hardware-detect = 0.23.0-1.el7 python2-hardware-detect = 0.23.0-1.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: /usr/bin/python2 python(abi) = 2.7 Obsoletes: python-hardware-detect < 0.23.0-1.el7 Processing files: python-hardware-doc-0.23.0-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.R2FSQS + umask 022 + cd /builddir/build/BUILD + cd hardware-0.23.0 + DOCDIR=/builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/share/doc/python-hardware-doc-0.23.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/share/doc/python-hardware-doc-0.23.0 + cp -pr doc/build/html /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/share/doc/python-hardware-doc-0.23.0 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.468DOo + umask 022 + cd /builddir/build/BUILD + cd hardware-0.23.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/share/licenses/python-hardware-doc-0.23.0 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/share/licenses/python-hardware-doc-0.23.0 + cp -pr LICENSE /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch/usr/share/licenses/python-hardware-doc-0.23.0 + exit 0 Provides: python-hardware-doc = 0.23.0-1.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch Wrote: /builddir/build/RPMS/python2-hardware-0.23.0-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/python2-hardware-detect-0.23.0-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/python-hardware-doc-0.23.0-1.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.OccXGm + umask 022 + cd /builddir/build/BUILD + cd hardware-0.23.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-hardware-0.23.0-1.el7.noarch + exit 0 Child return code was: 0