Mock Version: 3.5
ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs  --target x86_64 --nodeps /builddir/build/SPECS/python-faucet.spec'], chrootPath='/var/lib/mock/openeuler-22.03_LTS_SP1-x86_64-1686441275.022330/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=<mockbuild.trace_decorator.getLog object at 0x7ff4c10452e0>timeout=0uid=1000gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True)
Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs  --target x86_64 --nodeps /builddir/build/SPECS/python-faucet.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False
/etc/profile.d/system-info.sh: line 55: ps: command not found
Building target platforms: x86_64
Building for target x86_64
Wrote: /builddir/build/SRPMS/python-faucet-1.10.8-1.src.rpm
Child return code was: 0
Mock Version: 3.5
ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs  --target x86_64 --nodeps /builddir/build/SPECS/python-faucet.spec'], chrootPath='/var/lib/mock/openeuler-22.03_LTS_SP1-x86_64-1686441275.022330/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=<mockbuild.trace_decorator.getLog object at 0x7f71dd3132e0>timeout=0uid=1000gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True)
Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs  --target x86_64 --nodeps /builddir/build/SPECS/python-faucet.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False
/etc/profile.d/system-info.sh: line 55: ps: command not found
Building target platforms: x86_64
Building for target x86_64
Wrote: /builddir/build/SRPMS/python-faucet-1.10.8-1.src.rpm
Child return code was: 0
ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb  --target x86_64 --nodeps /builddir/build/SPECS/python-faucet.spec'], chrootPath='/var/lib/mock/openeuler-22.03_LTS_SP1-x86_64-1686441275.022330/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=<mockbuild.trace_decorator.getLog object at 0x7f71dd3132e0>timeout=0uid=1000gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True)
Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb  --target x86_64 --nodeps /builddir/build/SPECS/python-faucet.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False
/etc/profile.d/system-info.sh: line 55: ps: command not found
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.y2MF6R
+ umask 022
+ cd /builddir/build/BUILD
+ cd /builddir/build/BUILD
+ rm -rf faucet-1.10.8
+ /usr/bin/gzip -dc /builddir/build/SOURCES/faucet-1.10.8.tar.gz
+ /usr/bin/tar -xof -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd faucet-1.10.8
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.ZLL7PW
+ umask 022
+ cd /builddir/build/BUILD
+ cd faucet-1.10.8
+ CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/generic-hardened-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection '
+ LDFLAGS='-Wl,-z,relro   -Wl,-z,now -specs=/usr/lib/rpm/generic-hardened-ld'
+ /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s'
/usr/lib/python3.9/site-packages/setuptools/dist.py:717: UserWarning: Usage of dash-separated 'author-email' will not be supported in future versions. Please use the underscore name 'author_email' instead
  warnings.warn(
/usr/lib/python3.9/site-packages/setuptools/dist.py:717: UserWarning: Usage of dash-separated 'home-page' will not be supported in future versions. Please use the underscore name 'home_page' instead
  warnings.warn(
/usr/lib/python3.9/site-packages/setuptools/installer.py:27: SetuptoolsDeprecationWarning: setuptools.installer is deprecated. Requirements should be satisfied by a PEP 517 installer.
  warnings.warn(
WARNING: The wheel package is not available.
/usr/lib/python3.9/site-packages/setuptools/command/easy_install.py:156: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools.
  warnings.warn(
/usr/lib/python3.9/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
  warnings.warn(
/usr/lib/python3.9/site-packages/setuptools/dist.py:717: UserWarning: Usage of dash-separated 'author-email' will not be supported in future versions. Please use the underscore name 'author_email' instead
  warnings.warn(
/usr/lib/python3.9/site-packages/setuptools/dist.py:717: UserWarning: Usage of dash-separated 'home-page' will not be supported in future versions. Please use the underscore name 'home_page' instead
  warnings.warn(
running build
running build_py
creating build
creating build/lib
creating build/lib/faucet
copying faucet/valve_route.py -> build/lib/faucet
copying faucet/valve_table.py -> build/lib/faucet
copying faucet/valve_of.py -> build/lib/faucet
copying faucet/faucet.py -> build/lib/faucet
copying faucet/router.py -> build/lib/faucet
copying faucet/check_faucet_config.py -> build/lib/faucet
copying faucet/faucet_pipeline.py -> build/lib/faucet
copying faucet/faucet_bgp.py -> build/lib/faucet
copying faucet/dp.py -> build/lib/faucet
copying faucet/gauge.py -> build/lib/faucet
copying faucet/valve_acl.py -> build/lib/faucet
copying faucet/faucet_event.py -> build/lib/faucet
copying faucet/valve_ryuapp.py -> build/lib/faucet
copying faucet/valve_manager_base.py -> build/lib/faucet
copying faucet/vlan.py -> build/lib/faucet
copying faucet/valve_stack.py -> build/lib/faucet
copying faucet/valve_of_old.py -> build/lib/faucet
copying faucet/faucet_metadata.py -> build/lib/faucet
copying faucet/valve_coprocessor.py -> build/lib/faucet
copying faucet/valve_outonly.py -> build/lib/faucet
copying faucet/valve.py -> build/lib/faucet
copying faucet/watcher_conf.py -> build/lib/faucet
copying faucet/valve_pipeline.py -> build/lib/faucet
copying faucet/__main__.py -> build/lib/faucet
copying faucet/gauge_prom.py -> build/lib/faucet
copying faucet/valves_manager.py -> build/lib/faucet
copying faucet/tfm_pipeline.py -> build/lib/faucet
copying faucet/valve_util.py -> build/lib/faucet
copying faucet/faucet_metrics.py -> build/lib/faucet
copying faucet/meter.py -> build/lib/faucet
copying faucet/config_parser_util.py -> build/lib/faucet
copying faucet/config_parser.py -> build/lib/faucet
copying faucet/acl.py -> build/lib/faucet
copying faucet/valve_lldp.py -> build/lib/faucet
copying faucet/valve_switch_standalone.py -> build/lib/faucet
copying faucet/faucet_dot1x.py -> build/lib/faucet
copying faucet/conf.py -> build/lib/faucet
copying faucet/watcher.py -> build/lib/faucet
copying faucet/stack.py -> build/lib/faucet
copying faucet/prom_client.py -> build/lib/faucet
copying faucet/valve_switch_stack.py -> build/lib/faucet
copying faucet/fctl.py -> build/lib/faucet
copying faucet/gauge_pollers.py -> build/lib/faucet
copying faucet/valve_switch.py -> build/lib/faucet
copying faucet/valve_packet.py -> build/lib/faucet
copying faucet/port.py -> build/lib/faucet
copying faucet/__init__.py -> build/lib/faucet
copying faucet/gauge_influx.py -> build/lib/faucet
running egg_info
writing faucet.egg-info/PKG-INFO
writing dependency_links to faucet.egg-info/dependency_links.txt
writing entry points to faucet.egg-info/entry_points.txt
writing requirements to faucet.egg-info/requires.txt
writing top-level names to faucet.egg-info/top_level.txt
[pbr] Reusing existing SOURCES.txt
+ sleep 1
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.BAFC1N
+ umask 022
+ cd /builddir/build/BUILD
+ '[' /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64 '!=' / ']'
+ rm -rf /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64
++ dirname /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64
+ mkdir -p /builddir/build/BUILDROOT
+ mkdir /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64
+ cd faucet-1.10.8
+ CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/generic-hardened-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection '
+ LDFLAGS='-Wl,-z,relro   -Wl,-z,now -specs=/usr/lib/rpm/generic-hardened-ld'
+ /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64
/usr/lib/python3.9/site-packages/setuptools/dist.py:717: UserWarning: Usage of dash-separated 'author-email' will not be supported in future versions. Please use the underscore name 'author_email' instead
  warnings.warn(
/usr/lib/python3.9/site-packages/setuptools/dist.py:717: UserWarning: Usage of dash-separated 'home-page' will not be supported in future versions. Please use the underscore name 'home_page' instead
  warnings.warn(
/usr/lib/python3.9/site-packages/setuptools/installer.py:27: SetuptoolsDeprecationWarning: setuptools.installer is deprecated. Requirements should be satisfied by a PEP 517 installer.
  warnings.warn(
WARNING: The wheel package is not available.
/usr/lib/python3.9/site-packages/setuptools/command/easy_install.py:156: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools.
  warnings.warn(
/usr/lib/python3.9/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
  warnings.warn(
/usr/lib/python3.9/site-packages/setuptools/dist.py:717: UserWarning: Usage of dash-separated 'author-email' will not be supported in future versions. Please use the underscore name 'author_email' instead
  warnings.warn(
/usr/lib/python3.9/site-packages/setuptools/dist.py:717: UserWarning: Usage of dash-separated 'home-page' will not be supported in future versions. Please use the underscore name 'home_page' instead
  warnings.warn(
running install
[pbr] Generating AUTHORS
[pbr] AUTHORS complete (0.0s)
running install_lib
creating /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr
creating /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib
creating /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9
creating /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages
creating /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet
copying build/lib/faucet/valve_route.py -> /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet
copying build/lib/faucet/valve_table.py -> /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet
copying build/lib/faucet/valve_of.py -> /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet
copying build/lib/faucet/faucet.py -> /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet
copying build/lib/faucet/router.py -> /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet
copying build/lib/faucet/check_faucet_config.py -> /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet
copying build/lib/faucet/faucet_pipeline.py -> /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet
copying build/lib/faucet/faucet_bgp.py -> /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet
copying build/lib/faucet/dp.py -> /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet
copying build/lib/faucet/gauge.py -> /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet
copying build/lib/faucet/valve_acl.py -> /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet
copying build/lib/faucet/faucet_event.py -> /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet
copying build/lib/faucet/valve_ryuapp.py -> /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet
copying build/lib/faucet/valve_manager_base.py -> /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet
copying build/lib/faucet/vlan.py -> /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet
copying build/lib/faucet/valve_stack.py -> /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet
copying build/lib/faucet/valve_of_old.py -> /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet
copying build/lib/faucet/faucet_metadata.py -> /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet
copying build/lib/faucet/valve_coprocessor.py -> /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet
copying build/lib/faucet/valve_outonly.py -> /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet
copying build/lib/faucet/valve.py -> /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet
copying build/lib/faucet/watcher_conf.py -> /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet
copying build/lib/faucet/valve_pipeline.py -> /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet
copying build/lib/faucet/__main__.py -> /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet
copying build/lib/faucet/gauge_prom.py -> /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet
copying build/lib/faucet/valves_manager.py -> /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet
copying build/lib/faucet/tfm_pipeline.py -> /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet
copying build/lib/faucet/valve_util.py -> /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet
copying build/lib/faucet/faucet_metrics.py -> /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet
copying build/lib/faucet/meter.py -> /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet
copying build/lib/faucet/config_parser_util.py -> /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet
copying build/lib/faucet/config_parser.py -> /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet
copying build/lib/faucet/acl.py -> /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet
copying build/lib/faucet/valve_lldp.py -> /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet
copying build/lib/faucet/valve_switch_standalone.py -> /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet
copying build/lib/faucet/faucet_dot1x.py -> /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet
copying build/lib/faucet/conf.py -> /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet
copying build/lib/faucet/watcher.py -> /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet
copying build/lib/faucet/stack.py -> /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet
copying build/lib/faucet/prom_client.py -> /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet
copying build/lib/faucet/valve_switch_stack.py -> /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet
copying build/lib/faucet/fctl.py -> /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet
copying build/lib/faucet/gauge_pollers.py -> /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet
copying build/lib/faucet/valve_switch.py -> /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet
copying build/lib/faucet/valve_packet.py -> /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet
copying build/lib/faucet/port.py -> /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet
copying build/lib/faucet/__init__.py -> /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet
copying build/lib/faucet/gauge_influx.py -> /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet
byte-compiling /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet/valve_route.py to valve_route.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet/valve_table.py to valve_table.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet/valve_of.py to valve_of.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet/faucet.py to faucet.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet/router.py to router.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet/check_faucet_config.py to check_faucet_config.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet/faucet_pipeline.py to faucet_pipeline.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet/faucet_bgp.py to faucet_bgp.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet/dp.py to dp.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet/gauge.py to gauge.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet/valve_acl.py to valve_acl.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet/faucet_event.py to faucet_event.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet/valve_ryuapp.py to valve_ryuapp.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet/valve_manager_base.py to valve_manager_base.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet/vlan.py to vlan.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet/valve_stack.py to valve_stack.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet/valve_of_old.py to valve_of_old.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet/faucet_metadata.py to faucet_metadata.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet/valve_coprocessor.py to valve_coprocessor.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet/valve_outonly.py to valve_outonly.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet/valve.py to valve.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet/watcher_conf.py to watcher_conf.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet/valve_pipeline.py to valve_pipeline.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet/__main__.py to __main__.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet/gauge_prom.py to gauge_prom.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet/valves_manager.py to valves_manager.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet/tfm_pipeline.py to tfm_pipeline.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet/valve_util.py to valve_util.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet/faucet_metrics.py to faucet_metrics.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet/meter.py to meter.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet/config_parser_util.py to config_parser_util.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet/config_parser.py to config_parser.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet/acl.py to acl.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet/valve_lldp.py to valve_lldp.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet/valve_switch_standalone.py to valve_switch_standalone.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet/faucet_dot1x.py to faucet_dot1x.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet/conf.py to conf.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet/watcher.py to watcher.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet/stack.py to stack.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet/prom_client.py to prom_client.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet/valve_switch_stack.py to valve_switch_stack.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet/fctl.py to fctl.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet/gauge_pollers.py to gauge_pollers.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet/valve_switch.py to valve_switch.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet/valve_packet.py to valve_packet.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet/port.py to port.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet/__init__.py to __init__.cpython-39.pyc
byte-compiling /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet/gauge_influx.py to gauge_influx.cpython-39.pyc
writing byte-compilation script '/tmp/tmpn_9t23_r.py'
/usr/bin/python3 /tmp/tmpn_9t23_r.py
removing /tmp/tmpn_9t23_r.py
running install_data
creating /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/etc
creating /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/etc/faucet
copying etc/faucet/faucet.yaml -> /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/etc/faucet
copying etc/faucet/acls.yaml -> /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/etc/faucet
copying etc/faucet/gauge.yaml -> /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/etc/faucet
running install_egg_info
running egg_info
writing faucet.egg-info/PKG-INFO
writing dependency_links to faucet.egg-info/dependency_links.txt
writing entry points to faucet.egg-info/entry_points.txt
writing requirements to faucet.egg-info/requires.txt
writing top-level names to faucet.egg-info/top_level.txt
[pbr] Reusing existing SOURCES.txt
Copying faucet.egg-info to /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9/site-packages/faucet-1.10.8-py3.9.egg-info
running install_scripts
Installing check_faucet_config script to /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/bin
Installing faucet script to /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/bin
Installing fctl script to /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/bin
Installing gauge script to /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/bin
Creating /etc/faucet/
Permission denied creating /etc/faucet/, skipping copying configs
+ install -d -m755 /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64//usr/share/doc/python-faucet
+ '[' -d doc ']'
+ '[' -d docs ']'
+ cp -arf docs /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64//usr/share/doc/python-faucet
+ '[' -d example ']'
~/build/BUILDROOT/python-faucet-1.10.8-1.x86_64 ~/build/BUILD/faucet-1.10.8
+ '[' -d examples ']'
+ pushd /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64
+ '[' -d usr/lib ']'
+ find usr/lib -type f -printf '"/%h/%f"\n'
+ '[' -d usr/lib64 ']'
+ '[' -d usr/bin ']'
+ find usr/bin -type f -printf '"/%h/%f"\n'
+ '[' -d usr/sbin ']'
+ touch doclist.lst
+ '[' -d usr/share/man ']'
+ popd
~/build/BUILD/faucet-1.10.8
+ mv /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/filelist.lst .
+ mv /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/doclist.lst .
+ /usr/bin/find-debuginfo -j4 --strict-build-id -i --build-id-seed 1.10.8-1 --unique-debug-suffix -1.10.8-1.x86_64 --unique-debug-src-base python-faucet-1.10.8-1.x86_64 -S debugsourcefiles.list /builddir/build/BUILD/faucet-1.10.8
find: 'debug': No such file or directory
+ /usr/lib/rpm/check-buildroot
+ /usr/lib/rpm/brp-ldconfig
+ /usr/lib/rpm/brp-compress
+ /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
+ /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 1
Bytecompiling .py files below /builddir/build/BUILDROOT/python-faucet-1.10.8-1.x86_64/usr/lib/python3.9 using /usr/bin/python3.9
+ /usr/lib/rpm/brp-python-hardlink
Processing files: python3-faucet-1.10.8-1.noarch
Provides: python-faucet python3-faucet = 1.10.8-1 python3.9dist(faucet) = 1.10.8 python3dist(faucet) = 1.10.8
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/python3 python(abi) = 3.9 python3.9dist(beka) = 0.4.2 python3.9dist(chewie) = 0.0.25 python3.9dist(influxdb) >= 2.12 python3.9dist(networkx) >= 1.9 python3.9dist(os-ken) = 2.6 python3.9dist(pbr) >= 1.9 python3.9dist(prometheus-client) = 0.16 python3.9dist(pytricia) >= 1 python3.9dist(ruamel.yaml) = 0.17.21 python3.9dist(setuptools)
Processing files: python-faucet-help-1.10.8-1.noarch
warning: Empty %files file /builddir/build/BUILD/faucet-1.10.8/doclist.lst
Provides: python-faucet-help = 1.10.8-1 python3-faucet-doc
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-faucet-1.10.8-1.x86_64
error: Installed (but unpackaged) file(s) found:
   /usr/etc/faucet/acls.yaml
   /usr/etc/faucet/faucet.yaml
   /usr/etc/faucet/gauge.yaml
    Empty %files file /builddir/build/BUILD/faucet-1.10.8/doclist.lst
    Installed (but unpackaged) file(s) found:
   /usr/etc/faucet/acls.yaml
   /usr/etc/faucet/faucet.yaml
   /usr/etc/faucet/gauge.yaml
RPM build errors:
Child return code was: 1
EXCEPTION: [Error('Command failed: \n # bash --login -c /usr/bin/rpmbuild -bb  --target x86_64 --nodeps /builddir/build/SPECS/python-faucet.spec\n', 1)]
Traceback (most recent call last):
  File "/usr/lib/python3.9/site-packages/mockbuild/trace_decorator.py", line 93, in trace
    result = func(*args, **kw)
  File "/usr/lib/python3.9/site-packages/mockbuild/util.py", line 598, in do_with_status
    raise exception.Error("Command failed: \n # %s\n%s" % (command, output), child.returncode)
mockbuild.exception.Error: Command failed: 
 # bash --login -c /usr/bin/rpmbuild -bb  --target x86_64 --nodeps /builddir/build/SPECS/python-faucet.spec