Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-ryu.spec'], chrootPath='/var/lib/mock/openeuler-22.03-x86_64-1678419061.289083/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=0uid=0gid=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-ryu.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False /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-ryu-4.34-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-ryu.spec'], chrootPath='/var/lib/mock/openeuler-22.03-x86_64-1678419061.289083/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=0uid=0gid=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-ryu.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False /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-ryu-4.34-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-ryu.spec'], chrootPath='/var/lib/mock/openeuler-22.03-x86_64-1678419061.289083/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=0uid=0gid=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-ryu.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False /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.dUTdap + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf ryu-4.34 + /usr/bin/gzip -dc /builddir/build/SOURCES/ryu-4.34.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd ryu-4.34 + /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.41csXi + umask 022 + cd /builddir/build/BUILD + cd ryu-4.34 + 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/dist.py:717: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' 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( running build running build_py creating build creating build/lib creating build/lib/ryu creating build/lib/ryu/tests creating build/lib/ryu/tests/unit creating build/lib/ryu/tests/unit/services creating build/lib/ryu/tests/unit/services/protocols creating build/lib/ryu/tests/unit/services/protocols/bgp creating build/lib/ryu/tests/unit/services/protocols/bgp/core_managers copying ryu/tests/unit/services/protocols/bgp/core_managers/__init__.py -> build/lib/ryu/tests/unit/services/protocols/bgp/core_managers copying ryu/tests/unit/services/protocols/bgp/core_managers/test_table_manager.py -> build/lib/ryu/tests/unit/services/protocols/bgp/core_managers creating build/lib/ryu/services creating build/lib/ryu/services/protocols creating build/lib/ryu/services/protocols/bgp creating build/lib/ryu/services/protocols/bgp/info_base copying ryu/services/protocols/bgp/info_base/vpnv4fs.py -> build/lib/ryu/services/protocols/bgp/info_base copying ryu/services/protocols/bgp/info_base/base.py -> build/lib/ryu/services/protocols/bgp/info_base copying ryu/services/protocols/bgp/info_base/evpn.py -> build/lib/ryu/services/protocols/bgp/info_base copying ryu/services/protocols/bgp/info_base/vrf6.py -> build/lib/ryu/services/protocols/bgp/info_base copying ryu/services/protocols/bgp/info_base/vpnv6.py -> build/lib/ryu/services/protocols/bgp/info_base copying ryu/services/protocols/bgp/info_base/ipv4.py -> build/lib/ryu/services/protocols/bgp/info_base copying ryu/services/protocols/bgp/info_base/l2vpnfs.py -> build/lib/ryu/services/protocols/bgp/info_base copying ryu/services/protocols/bgp/info_base/__init__.py -> build/lib/ryu/services/protocols/bgp/info_base copying ryu/services/protocols/bgp/info_base/vrf4.py -> build/lib/ryu/services/protocols/bgp/info_base copying ryu/services/protocols/bgp/info_base/vrfevpn.py -> build/lib/ryu/services/protocols/bgp/info_base copying ryu/services/protocols/bgp/info_base/vpnv4.py -> build/lib/ryu/services/protocols/bgp/info_base copying ryu/services/protocols/bgp/info_base/vpnv6fs.py -> build/lib/ryu/services/protocols/bgp/info_base copying ryu/services/protocols/bgp/info_base/ipv6.py -> build/lib/ryu/services/protocols/bgp/info_base copying ryu/services/protocols/bgp/info_base/rtc.py -> build/lib/ryu/services/protocols/bgp/info_base copying ryu/services/protocols/bgp/info_base/vrf4fs.py -> build/lib/ryu/services/protocols/bgp/info_base copying ryu/services/protocols/bgp/info_base/vrfl2vpnfs.py -> build/lib/ryu/services/protocols/bgp/info_base copying ryu/services/protocols/bgp/info_base/ipv6fs.py -> build/lib/ryu/services/protocols/bgp/info_base copying ryu/services/protocols/bgp/info_base/vrf.py -> build/lib/ryu/services/protocols/bgp/info_base copying ryu/services/protocols/bgp/info_base/vrffs.py -> build/lib/ryu/services/protocols/bgp/info_base copying ryu/services/protocols/bgp/info_base/ipv4fs.py -> build/lib/ryu/services/protocols/bgp/info_base copying ryu/services/protocols/bgp/info_base/vrf6fs.py -> build/lib/ryu/services/protocols/bgp/info_base copying ryu/services/protocols/bgp/info_base/vpn.py -> build/lib/ryu/services/protocols/bgp/info_base creating build/lib/ryu/tests/unit/lib creating build/lib/ryu/tests/unit/lib/test_mod copying ryu/tests/unit/lib/test_mod/eee.py -> build/lib/ryu/tests/unit/lib/test_mod copying ryu/tests/unit/lib/test_mod/__init__.py -> build/lib/ryu/tests/unit/lib/test_mod copying ryu/tests/unit/lib/test_mod/fff.py -> build/lib/ryu/tests/unit/lib/test_mod copying ryu/tests/unit/lib/test_mod/ggg.py -> build/lib/ryu/tests/unit/lib/test_mod creating build/lib/ryu/tests/integrated creating build/lib/ryu/tests/integrated/bgp copying ryu/tests/integrated/bgp/base.py -> build/lib/ryu/tests/integrated/bgp copying ryu/tests/integrated/bgp/test_ip6_basic.py -> build/lib/ryu/tests/integrated/bgp copying ryu/tests/integrated/bgp/test_basic.py -> build/lib/ryu/tests/integrated/bgp copying ryu/tests/integrated/bgp/__init__.py -> build/lib/ryu/tests/integrated/bgp copying ryu/tests/integrated/bgp/base_ip6.py -> build/lib/ryu/tests/integrated/bgp copying ryu/tests/unit/__init__.py -> build/lib/ryu/tests/unit copying ryu/tests/unit/test_requirements.py -> build/lib/ryu/tests/unit copying ryu/tests/unit/test_utils.py -> build/lib/ryu/tests/unit creating build/lib/ryu/app copying ryu/app/simple_switch_igmp.py -> build/lib/ryu/app copying ryu/app/ws_topology.py -> build/lib/ryu/app copying ryu/app/cbench.py -> build/lib/ryu/app copying ryu/app/simple_switch_13.py -> build/lib/ryu/app copying ryu/app/ofctl_rest.py -> build/lib/ryu/app copying ryu/app/rest_topology.py -> build/lib/ryu/app copying ryu/app/__init__.py -> build/lib/ryu/app copying ryu/app/simple_monitor_13.py -> build/lib/ryu/app copying ryu/app/simple_switch_rest_13.py -> build/lib/ryu/app copying ryu/app/simple_switch.py -> build/lib/ryu/app copying ryu/app/rest_conf_switch.py -> build/lib/ryu/app copying ryu/app/simple_switch_stp.py -> build/lib/ryu/app copying ryu/app/wsgi.py -> build/lib/ryu/app copying ryu/app/simple_switch_lacp_13.py -> build/lib/ryu/app copying ryu/app/simple_switch_lacp.py -> build/lib/ryu/app copying ryu/app/rest_firewall.py -> build/lib/ryu/app copying ryu/app/rest_vtep.py -> build/lib/ryu/app copying ryu/app/simple_switch_stp_13.py -> build/lib/ryu/app copying ryu/app/rest_qos.py -> build/lib/ryu/app copying ryu/app/simple_switch_14.py -> build/lib/ryu/app copying ryu/app/simple_switch_igmp_13.py -> build/lib/ryu/app copying ryu/app/rest_router.py -> build/lib/ryu/app copying ryu/app/simple_switch_12.py -> build/lib/ryu/app copying ryu/app/example_switch_13.py -> build/lib/ryu/app copying ryu/app/bmpstation.py -> build/lib/ryu/app copying ryu/app/simple_switch_15.py -> build/lib/ryu/app copying ryu/app/simple_switch_snort.py -> build/lib/ryu/app copying ryu/app/simple_switch_websocket_13.py -> build/lib/ryu/app copying ryu/app/conf_switch_key.py -> build/lib/ryu/app creating build/lib/ryu/services/protocols/vrrp copying ryu/services/protocols/vrrp/manager.py -> build/lib/ryu/services/protocols/vrrp copying ryu/services/protocols/vrrp/api.py -> build/lib/ryu/services/protocols/vrrp copying ryu/services/protocols/vrrp/dumper.py -> build/lib/ryu/services/protocols/vrrp copying ryu/services/protocols/vrrp/__init__.py -> build/lib/ryu/services/protocols/vrrp copying ryu/services/protocols/vrrp/sample_router.py -> build/lib/ryu/services/protocols/vrrp copying ryu/services/protocols/vrrp/monitor.py -> build/lib/ryu/services/protocols/vrrp copying ryu/services/protocols/vrrp/rpc_manager.py -> build/lib/ryu/services/protocols/vrrp copying ryu/services/protocols/vrrp/router.py -> build/lib/ryu/services/protocols/vrrp copying ryu/services/protocols/vrrp/event.py -> build/lib/ryu/services/protocols/vrrp copying ryu/services/protocols/vrrp/monitor_linux.py -> build/lib/ryu/services/protocols/vrrp copying ryu/services/protocols/vrrp/utils.py -> build/lib/ryu/services/protocols/vrrp copying ryu/services/protocols/vrrp/sample_manager.py -> build/lib/ryu/services/protocols/vrrp copying ryu/services/protocols/vrrp/monitor_openflow.py -> build/lib/ryu/services/protocols/vrrp copying ryu/tests/unit/lib/test_mac.py -> build/lib/ryu/tests/unit/lib copying ryu/tests/unit/lib/test_ofctl_utils.py -> build/lib/ryu/tests/unit/lib copying ryu/tests/unit/lib/test_rpc.py -> build/lib/ryu/tests/unit/lib copying ryu/tests/unit/lib/test_mrtlib.py -> build/lib/ryu/tests/unit/lib copying ryu/tests/unit/lib/test_ip.py -> build/lib/ryu/tests/unit/lib copying ryu/tests/unit/lib/__init__.py -> build/lib/ryu/tests/unit/lib copying ryu/tests/unit/lib/test_ofctl_string.py -> build/lib/ryu/tests/unit/lib copying ryu/tests/unit/lib/test_pack_utils.py -> build/lib/ryu/tests/unit/lib copying ryu/tests/unit/lib/test_ofctl_action_match.py -> build/lib/ryu/tests/unit/lib copying ryu/tests/unit/lib/test_ofp_pktinfilter.py -> build/lib/ryu/tests/unit/lib copying ryu/tests/unit/lib/test_addrconv.py -> build/lib/ryu/tests/unit/lib copying ryu/tests/unit/lib/test_pcaplib.py -> build/lib/ryu/tests/unit/lib copying ryu/tests/unit/lib/test_of_config_classes.py -> build/lib/ryu/tests/unit/lib copying ryu/tests/unit/lib/test_import_module.py -> build/lib/ryu/tests/unit/lib copying ryu/tests/unit/lib/test_stringify.py -> build/lib/ryu/tests/unit/lib copying ryu/tests/unit/lib/test_ofctl_v1_3.py -> build/lib/ryu/tests/unit/lib copying ryu/tests/unit/lib/test_ofctl.py -> build/lib/ryu/tests/unit/lib copying ryu/tests/unit/lib/test_hub.py -> build/lib/ryu/tests/unit/lib copying ryu/services/__init__.py -> build/lib/ryu/services creating build/lib/ryu/app/ofctl copying ryu/app/ofctl/api.py -> build/lib/ryu/app/ofctl copying ryu/app/ofctl/__init__.py -> build/lib/ryu/app/ofctl copying ryu/app/ofctl/service.py -> build/lib/ryu/app/ofctl copying ryu/app/ofctl/exception.py -> build/lib/ryu/app/ofctl copying ryu/app/ofctl/event.py -> build/lib/ryu/app/ofctl creating build/lib/ryu/services/protocols/ovsdb copying ryu/services/protocols/ovsdb/manager.py -> build/lib/ryu/services/protocols/ovsdb copying ryu/services/protocols/ovsdb/api.py -> build/lib/ryu/services/protocols/ovsdb copying ryu/services/protocols/ovsdb/__init__.py -> build/lib/ryu/services/protocols/ovsdb copying ryu/services/protocols/ovsdb/model.py -> build/lib/ryu/services/protocols/ovsdb copying ryu/services/protocols/ovsdb/event.py -> build/lib/ryu/services/protocols/ovsdb copying ryu/services/protocols/ovsdb/client.py -> build/lib/ryu/services/protocols/ovsdb creating build/lib/ryu/controller copying ryu/controller/ofp_event.py -> build/lib/ryu/controller copying ryu/controller/mac_to_port.py -> build/lib/ryu/controller copying ryu/controller/tunnels.py -> build/lib/ryu/controller copying ryu/controller/controller.py -> build/lib/ryu/controller copying ryu/controller/conf_switch.py -> build/lib/ryu/controller copying ryu/controller/network.py -> build/lib/ryu/controller copying ryu/controller/__init__.py -> build/lib/ryu/controller copying ryu/controller/ofp_handler.py -> build/lib/ryu/controller copying ryu/controller/mac_to_network.py -> build/lib/ryu/controller copying ryu/controller/event.py -> build/lib/ryu/controller copying ryu/controller/ofp_api.py -> build/lib/ryu/controller copying ryu/controller/handler.py -> build/lib/ryu/controller copying ryu/controller/dpset.py -> build/lib/ryu/controller creating build/lib/ryu/services/protocols/bgp/operator creating build/lib/ryu/services/protocols/bgp/operator/commands creating build/lib/ryu/services/protocols/bgp/operator/commands/show copying ryu/services/protocols/bgp/operator/commands/show/neighbor.py -> build/lib/ryu/services/protocols/bgp/operator/commands/show copying ryu/services/protocols/bgp/operator/commands/show/__init__.py -> build/lib/ryu/services/protocols/bgp/operator/commands/show copying ryu/services/protocols/bgp/operator/commands/show/importmap.py -> build/lib/ryu/services/protocols/bgp/operator/commands/show copying ryu/services/protocols/bgp/operator/commands/show/route_formatter_mixin.py -> build/lib/ryu/services/protocols/bgp/operator/commands/show copying ryu/services/protocols/bgp/operator/commands/show/vrf.py -> build/lib/ryu/services/protocols/bgp/operator/commands/show copying ryu/services/protocols/bgp/operator/commands/show/count.py -> build/lib/ryu/services/protocols/bgp/operator/commands/show copying ryu/services/protocols/bgp/operator/commands/show/rib.py -> build/lib/ryu/services/protocols/bgp/operator/commands/show copying ryu/services/protocols/bgp/operator/commands/show/memory.py -> build/lib/ryu/services/protocols/bgp/operator/commands/show copying ryu/services/protocols/bgp/operator/ssh.py -> build/lib/ryu/services/protocols/bgp/operator copying ryu/services/protocols/bgp/operator/__init__.py -> build/lib/ryu/services/protocols/bgp/operator copying ryu/services/protocols/bgp/operator/command.py -> build/lib/ryu/services/protocols/bgp/operator copying ryu/services/protocols/bgp/operator/internal_api.py -> build/lib/ryu/services/protocols/bgp/operator creating build/lib/ryu/services/protocols/zebra creating build/lib/ryu/services/protocols/zebra/db copying ryu/services/protocols/zebra/db/base.py -> build/lib/ryu/services/protocols/zebra/db copying ryu/services/protocols/zebra/db/__init__.py -> build/lib/ryu/services/protocols/zebra/db copying ryu/services/protocols/zebra/db/route.py -> build/lib/ryu/services/protocols/zebra/db copying ryu/services/protocols/zebra/db/interface.py -> build/lib/ryu/services/protocols/zebra/db creating build/lib/ryu/lib creating build/lib/ryu/lib/packet copying ryu/lib/packet/openflow.py -> build/lib/ryu/lib/packet copying ryu/lib/packet/arp.py -> build/lib/ryu/lib/packet copying ryu/lib/packet/ospf.py -> build/lib/ryu/lib/packet copying ryu/lib/packet/bgp.py -> build/lib/ryu/lib/packet copying ryu/lib/packet/bmp.py -> build/lib/ryu/lib/packet copying ryu/lib/packet/linux.py -> build/lib/ryu/lib/packet copying ryu/lib/packet/afi.py -> build/lib/ryu/lib/packet copying ryu/lib/packet/ipv4.py -> build/lib/ryu/lib/packet copying ryu/lib/packet/geneve.py -> build/lib/ryu/lib/packet copying ryu/lib/packet/packet.py -> build/lib/ryu/lib/packet copying ryu/lib/packet/udp.py -> build/lib/ryu/lib/packet copying ryu/lib/packet/__init__.py -> build/lib/ryu/lib/packet copying ryu/lib/packet/icmpv6.py -> build/lib/ryu/lib/packet copying ryu/lib/packet/bfd.py -> build/lib/ryu/lib/packet copying ryu/lib/packet/gre.py -> build/lib/ryu/lib/packet copying ryu/lib/packet/slow.py -> build/lib/ryu/lib/packet copying ryu/lib/packet/llc.py -> build/lib/ryu/lib/packet copying ryu/lib/packet/igmp.py -> build/lib/ryu/lib/packet copying ryu/lib/packet/in_proto.py -> build/lib/ryu/lib/packet copying ryu/lib/packet/safi.py -> build/lib/ryu/lib/packet copying ryu/lib/packet/vrrp.py -> build/lib/ryu/lib/packet copying ryu/lib/packet/ipv6.py -> build/lib/ryu/lib/packet copying ryu/lib/packet/stream_parser.py -> build/lib/ryu/lib/packet copying ryu/lib/packet/bpdu.py -> build/lib/ryu/lib/packet copying ryu/lib/packet/vxlan.py -> build/lib/ryu/lib/packet copying ryu/lib/packet/dhcp.py -> build/lib/ryu/lib/packet copying ryu/lib/packet/cfm.py -> build/lib/ryu/lib/packet copying ryu/lib/packet/dhcp6.py -> build/lib/ryu/lib/packet copying ryu/lib/packet/zebra.py -> build/lib/ryu/lib/packet copying ryu/lib/packet/tcp.py -> build/lib/ryu/lib/packet copying ryu/lib/packet/lldp.py -> build/lib/ryu/lib/packet copying ryu/lib/packet/vlan.py -> build/lib/ryu/lib/packet copying ryu/lib/packet/ethernet.py -> build/lib/ryu/lib/packet copying ryu/lib/packet/packet_base.py -> build/lib/ryu/lib/packet copying ryu/lib/packet/ether_types.py -> build/lib/ryu/lib/packet copying ryu/lib/packet/packet_utils.py -> build/lib/ryu/lib/packet copying ryu/lib/packet/mpls.py -> build/lib/ryu/lib/packet copying ryu/lib/packet/sctp.py -> build/lib/ryu/lib/packet copying ryu/lib/packet/icmp.py -> build/lib/ryu/lib/packet copying ryu/lib/packet/pbb.py -> build/lib/ryu/lib/packet creating build/lib/ryu/app/gui_topology copying ryu/app/gui_topology/__init__.py -> build/lib/ryu/app/gui_topology copying ryu/app/gui_topology/gui_topology.py -> build/lib/ryu/app/gui_topology creating build/lib/ryu/tests/unit/lib/test_mod/bbb copying ryu/tests/unit/lib/test_mod/bbb/__init__.py -> build/lib/ryu/tests/unit/lib/test_mod/bbb copying ryu/tests/unit/lib/test_mod/bbb/mod.py -> build/lib/ryu/tests/unit/lib/test_mod/bbb creating build/lib/ryu/tests/unit/services/protocols/bgp/utils copying ryu/tests/unit/services/protocols/bgp/utils/__init__.py -> build/lib/ryu/tests/unit/services/protocols/bgp/utils copying ryu/tests/unit/services/protocols/bgp/utils/test_bgp.py -> build/lib/ryu/tests/unit/services/protocols/bgp/utils copying ryu/tests/unit/services/protocols/bgp/utils/test_validation.py -> build/lib/ryu/tests/unit/services/protocols/bgp/utils creating build/lib/ryu/services/protocols/bgp/signals copying ryu/services/protocols/bgp/signals/base.py -> build/lib/ryu/services/protocols/bgp/signals copying ryu/services/protocols/bgp/signals/__init__.py -> build/lib/ryu/services/protocols/bgp/signals copying ryu/services/protocols/bgp/signals/emit.py -> build/lib/ryu/services/protocols/bgp/signals creating build/lib/ryu/services/protocols/bgp/utils copying ryu/services/protocols/bgp/utils/bgp.py -> build/lib/ryu/services/protocols/bgp/utils copying ryu/services/protocols/bgp/utils/stats.py -> build/lib/ryu/services/protocols/bgp/utils copying ryu/services/protocols/bgp/utils/rtfilter.py -> build/lib/ryu/services/protocols/bgp/utils copying ryu/services/protocols/bgp/utils/__init__.py -> build/lib/ryu/services/protocols/bgp/utils copying ryu/services/protocols/bgp/utils/evtlet.py -> build/lib/ryu/services/protocols/bgp/utils copying ryu/services/protocols/bgp/utils/circlist.py -> build/lib/ryu/services/protocols/bgp/utils copying ryu/services/protocols/bgp/utils/validation.py -> build/lib/ryu/services/protocols/bgp/utils creating build/lib/ryu/tests/unit/sample copying ryu/tests/unit/sample/__init__.py -> build/lib/ryu/tests/unit/sample copying ryu/tests/unit/sample/test_sample2.py -> build/lib/ryu/tests/unit/sample copying ryu/tests/unit/sample/test_sample1.py -> build/lib/ryu/tests/unit/sample copying ryu/services/protocols/__init__.py -> build/lib/ryu/services/protocols copying ryu/cfg.py -> build/lib/ryu copying ryu/flags.py -> build/lib/ryu copying ryu/__init__.py -> build/lib/ryu copying ryu/hooks.py -> build/lib/ryu copying ryu/exception.py -> build/lib/ryu copying ryu/log.py -> build/lib/ryu copying ryu/utils.py -> build/lib/ryu copying ryu/tests/unit/services/protocols/bgp/test_peer.py -> build/lib/ryu/tests/unit/services/protocols/bgp copying ryu/tests/unit/services/protocols/bgp/__init__.py -> build/lib/ryu/tests/unit/services/protocols/bgp copying ryu/tests/unit/services/protocols/bgp/test_bgpspeaker.py -> build/lib/ryu/tests/unit/services/protocols/bgp copying ryu/services/protocols/zebra/__init__.py -> build/lib/ryu/services/protocols/zebra copying ryu/services/protocols/zebra/event.py -> build/lib/ryu/services/protocols/zebra creating build/lib/ryu/services/protocols/bgp/rtconf copying ryu/services/protocols/bgp/rtconf/base.py -> build/lib/ryu/services/protocols/bgp/rtconf copying ryu/services/protocols/bgp/rtconf/__init__.py -> build/lib/ryu/services/protocols/bgp/rtconf copying ryu/services/protocols/bgp/rtconf/vrfs.py -> build/lib/ryu/services/protocols/bgp/rtconf copying ryu/services/protocols/bgp/rtconf/common.py -> build/lib/ryu/services/protocols/bgp/rtconf copying ryu/services/protocols/bgp/rtconf/neighbors.py -> build/lib/ryu/services/protocols/bgp/rtconf creating build/lib/ryu/base copying ryu/base/__init__.py -> build/lib/ryu/base copying ryu/base/app_manager.py -> build/lib/ryu/base creating build/lib/ryu/tests/switch copying ryu/tests/switch/__init__.py -> build/lib/ryu/tests/switch copying ryu/tests/switch/tester.py -> build/lib/ryu/tests/switch copying ryu/tests/switch/run_mininet.py -> build/lib/ryu/tests/switch copying ryu/lib/ofctl_v1_4.py -> build/lib/ryu/lib copying ryu/lib/mrtlib.py -> build/lib/ryu/lib copying ryu/lib/ofctl_nicira_ext.py -> build/lib/ryu/lib copying ryu/lib/addrconv.py -> build/lib/ryu/lib copying ryu/lib/ofp_pktinfilter.py -> build/lib/ryu/lib copying ryu/lib/mac.py -> build/lib/ryu/lib copying ryu/lib/__init__.py -> build/lib/ryu/lib copying ryu/lib/bfdlib.py -> build/lib/ryu/lib copying ryu/lib/ip.py -> build/lib/ryu/lib copying ryu/lib/pack_utils.py -> build/lib/ryu/lib copying ryu/lib/alert.py -> build/lib/ryu/lib copying ryu/lib/ofctl_v1_5.py -> build/lib/ryu/lib copying ryu/lib/ofctl_string.py -> build/lib/ryu/lib copying ryu/lib/pcaplib.py -> build/lib/ryu/lib copying ryu/lib/snortlib.py -> build/lib/ryu/lib copying ryu/lib/ofctl_v1_0.py -> build/lib/ryu/lib copying ryu/lib/port_no.py -> build/lib/ryu/lib copying ryu/lib/sockopt.py -> build/lib/ryu/lib copying ryu/lib/lacplib.py -> build/lib/ryu/lib copying ryu/lib/ofctl_utils.py -> build/lib/ryu/lib copying ryu/lib/ofctl_v1_2.py -> build/lib/ryu/lib copying ryu/lib/rpc.py -> build/lib/ryu/lib copying ryu/lib/type_desc.py -> build/lib/ryu/lib copying ryu/lib/stringify.py -> build/lib/ryu/lib copying ryu/lib/netdevice.py -> build/lib/ryu/lib copying ryu/lib/stplib.py -> build/lib/ryu/lib copying ryu/lib/ofctl_v1_3.py -> build/lib/ryu/lib copying ryu/lib/hub.py -> build/lib/ryu/lib copying ryu/lib/igmplib.py -> build/lib/ryu/lib copying ryu/lib/dpid.py -> build/lib/ryu/lib copying ryu/lib/sockaddr.py -> build/lib/ryu/lib creating build/lib/ryu/services/protocols/bgp/operator/views copying ryu/services/protocols/bgp/operator/views/fields.py -> build/lib/ryu/services/protocols/bgp/operator/views copying ryu/services/protocols/bgp/operator/views/base.py -> build/lib/ryu/services/protocols/bgp/operator/views copying ryu/services/protocols/bgp/operator/views/bgp.py -> build/lib/ryu/services/protocols/bgp/operator/views copying ryu/services/protocols/bgp/operator/views/__init__.py -> build/lib/ryu/services/protocols/bgp/operator/views copying ryu/services/protocols/bgp/operator/views/conf.py -> build/lib/ryu/services/protocols/bgp/operator/views copying ryu/services/protocols/bgp/operator/views/other.py -> build/lib/ryu/services/protocols/bgp/operator/views creating build/lib/ryu/tests/unit/ofproto copying ryu/tests/unit/ofproto/test_parser_ofpstats.py -> build/lib/ryu/tests/unit/ofproto copying ryu/tests/unit/ofproto/test_parser_compat.py -> build/lib/ryu/tests/unit/ofproto copying ryu/tests/unit/ofproto/test_ofproto_parser.py -> build/lib/ryu/tests/unit/ofproto copying ryu/tests/unit/ofproto/__init__.py -> build/lib/ryu/tests/unit/ofproto copying ryu/tests/unit/ofproto/test_inet.py -> build/lib/ryu/tests/unit/ofproto copying ryu/tests/unit/ofproto/test_ether.py -> build/lib/ryu/tests/unit/ofproto copying ryu/tests/unit/ofproto/test_parser_v10.py -> build/lib/ryu/tests/unit/ofproto copying ryu/tests/unit/ofproto/test_oxm.py -> build/lib/ryu/tests/unit/ofproto copying ryu/tests/unit/ofproto/test_nx_flow_spec.py -> build/lib/ryu/tests/unit/ofproto copying ryu/tests/unit/ofproto/test_parser.py -> build/lib/ryu/tests/unit/ofproto copying ryu/tests/unit/ofproto/test_oxs.py -> build/lib/ryu/tests/unit/ofproto copying ryu/tests/unit/ofproto/test_parser_v13.py -> build/lib/ryu/tests/unit/ofproto copying ryu/tests/unit/ofproto/test_parser_ofpmatch.py -> build/lib/ryu/tests/unit/ofproto copying ryu/tests/unit/ofproto/test_ofproto_common.py -> build/lib/ryu/tests/unit/ofproto copying ryu/tests/unit/ofproto/test_ofproto_v12.py -> build/lib/ryu/tests/unit/ofproto copying ryu/tests/unit/ofproto/test_parser_v12.py -> build/lib/ryu/tests/unit/ofproto copying ryu/tests/unit/ofproto/test_ofproto.py -> build/lib/ryu/tests/unit/ofproto creating build/lib/ryu/tests/unit/packet copying ryu/tests/unit/packet/test_arp.py -> build/lib/ryu/tests/unit/packet copying ryu/tests/unit/packet/test_openflow.py -> build/lib/ryu/tests/unit/packet copying ryu/tests/unit/packet/test_ipv4.py -> build/lib/ryu/tests/unit/packet copying ryu/tests/unit/packet/test_mpls.py -> build/lib/ryu/tests/unit/packet copying ryu/tests/unit/packet/test_vrrp.py -> build/lib/ryu/tests/unit/packet copying ryu/tests/unit/packet/__init__.py -> build/lib/ryu/tests/unit/packet copying ryu/tests/unit/packet/test_packet.py -> build/lib/ryu/tests/unit/packet copying ryu/tests/unit/packet/test_zebra.py -> build/lib/ryu/tests/unit/packet copying ryu/tests/unit/packet/test_icmpv6.py -> build/lib/ryu/tests/unit/packet copying ryu/tests/unit/packet/test_bpdu.py -> build/lib/ryu/tests/unit/packet copying ryu/tests/unit/packet/test_bmp.py -> build/lib/ryu/tests/unit/packet copying ryu/tests/unit/packet/test_geneve.py -> build/lib/ryu/tests/unit/packet copying ryu/tests/unit/packet/test_udp.py -> build/lib/ryu/tests/unit/packet copying ryu/tests/unit/packet/test_icmp.py -> build/lib/ryu/tests/unit/packet copying ryu/tests/unit/packet/test_ospf.py -> build/lib/ryu/tests/unit/packet copying ryu/tests/unit/packet/test_gre.py -> build/lib/ryu/tests/unit/packet copying ryu/tests/unit/packet/test_bgp.py -> build/lib/ryu/tests/unit/packet copying ryu/tests/unit/packet/test_slow.py -> build/lib/ryu/tests/unit/packet copying ryu/tests/unit/packet/test_pbb.py -> build/lib/ryu/tests/unit/packet copying ryu/tests/unit/packet/test_igmp.py -> build/lib/ryu/tests/unit/packet copying ryu/tests/unit/packet/test_llc.py -> build/lib/ryu/tests/unit/packet copying ryu/tests/unit/packet/test_lldp.py -> build/lib/ryu/tests/unit/packet copying ryu/tests/unit/packet/test_tcp.py -> build/lib/ryu/tests/unit/packet copying ryu/tests/unit/packet/test_vlan.py -> build/lib/ryu/tests/unit/packet copying ryu/tests/unit/packet/test_bfd.py -> build/lib/ryu/tests/unit/packet copying ryu/tests/unit/packet/test_cfm.py -> build/lib/ryu/tests/unit/packet copying ryu/tests/unit/packet/test_vxlan.py -> build/lib/ryu/tests/unit/packet copying ryu/tests/unit/packet/test_sctp.py -> build/lib/ryu/tests/unit/packet copying ryu/tests/unit/packet/test_ipv6.py -> build/lib/ryu/tests/unit/packet copying ryu/tests/unit/packet/test_ethernet.py -> build/lib/ryu/tests/unit/packet copying ryu/tests/unit/packet/test_dhcp.py -> build/lib/ryu/tests/unit/packet creating build/lib/ryu/services/protocols/zebra/server copying ryu/services/protocols/zebra/server/__init__.py -> build/lib/ryu/services/protocols/zebra/server copying ryu/services/protocols/zebra/server/sample_dumper.py -> build/lib/ryu/services/protocols/zebra/server copying ryu/services/protocols/zebra/server/event.py -> build/lib/ryu/services/protocols/zebra/server copying ryu/services/protocols/zebra/server/zserver.py -> build/lib/ryu/services/protocols/zebra/server creating build/lib/ryu/tests/unit/cmd copying ryu/tests/unit/cmd/__init__.py -> build/lib/ryu/tests/unit/cmd copying ryu/tests/unit/cmd/test_manager.py -> build/lib/ryu/tests/unit/cmd copying ryu/tests/unit/cmd/dummy_app.py -> build/lib/ryu/tests/unit/cmd copying ryu/tests/unit/cmd/dummy_openflow_app.py -> build/lib/ryu/tests/unit/cmd creating build/lib/ryu/tests/unit/lib/ovs copying ryu/tests/unit/lib/ovs/test_vsctl.py -> build/lib/ryu/tests/unit/lib/ovs copying ryu/tests/unit/lib/ovs/__init__.py -> build/lib/ryu/tests/unit/lib/ovs creating build/lib/ryu/lib/netconf copying ryu/lib/netconf/__init__.py -> build/lib/ryu/lib/netconf copying ryu/lib/netconf/constants.py -> build/lib/ryu/lib/netconf creating build/lib/ryu/topology copying ryu/topology/api.py -> build/lib/ryu/topology copying ryu/topology/dumper.py -> build/lib/ryu/topology copying ryu/topology/__init__.py -> build/lib/ryu/topology copying ryu/topology/event.py -> build/lib/ryu/topology copying ryu/topology/switches.py -> build/lib/ryu/topology creating build/lib/ryu/services/protocols/zebra/client copying ryu/services/protocols/zebra/client/__init__.py -> build/lib/ryu/services/protocols/zebra/client copying ryu/services/protocols/zebra/client/sample_dumper.py -> build/lib/ryu/services/protocols/zebra/client copying ryu/services/protocols/zebra/client/zclient.py -> build/lib/ryu/services/protocols/zebra/client copying ryu/services/protocols/zebra/client/event.py -> build/lib/ryu/services/protocols/zebra/client creating build/lib/ryu/tests/unit/lib/test_mod/ddd copying ryu/tests/unit/lib/test_mod/ddd/__init__.py -> build/lib/ryu/tests/unit/lib/test_mod/ddd copying ryu/tests/unit/lib/test_mod/ddd/mod.py -> build/lib/ryu/tests/unit/lib/test_mod/ddd creating build/lib/ryu/lib/xflow copying ryu/lib/xflow/__init__.py -> build/lib/ryu/lib/xflow copying ryu/lib/xflow/sflow.py -> build/lib/ryu/lib/xflow copying ryu/lib/xflow/netflow.py -> build/lib/ryu/lib/xflow creating build/lib/ryu/lib/ovs copying ryu/lib/ovs/db_client.py -> build/lib/ryu/lib/ovs copying ryu/lib/ovs/__init__.py -> build/lib/ryu/lib/ovs copying ryu/lib/ovs/vsctl.py -> build/lib/ryu/lib/ovs copying ryu/lib/ovs/vswitch_idl.py -> build/lib/ryu/lib/ovs copying ryu/lib/ovs/bridge.py -> build/lib/ryu/lib/ovs creating build/lib/ryu/services/protocols/bgp/api copying ryu/services/protocols/bgp/api/base.py -> build/lib/ryu/services/protocols/bgp/api copying ryu/services/protocols/bgp/api/operator.py -> build/lib/ryu/services/protocols/bgp/api copying ryu/services/protocols/bgp/api/__init__.py -> build/lib/ryu/services/protocols/bgp/api copying ryu/services/protocols/bgp/api/all.py -> build/lib/ryu/services/protocols/bgp/api copying ryu/services/protocols/bgp/api/import_map.py -> build/lib/ryu/services/protocols/bgp/api copying ryu/services/protocols/bgp/api/core.py -> build/lib/ryu/services/protocols/bgp/api copying ryu/services/protocols/bgp/api/jsonrpc.py -> build/lib/ryu/services/protocols/bgp/api copying ryu/services/protocols/bgp/api/rtconf.py -> build/lib/ryu/services/protocols/bgp/api copying ryu/services/protocols/bgp/api/prefix.py -> build/lib/ryu/services/protocols/bgp/api copying ryu/services/protocols/bgp/api/rpc_log_handler.py -> build/lib/ryu/services/protocols/bgp/api creating build/lib/ryu/tests/unit/app copying ryu/tests/unit/app/test_tester.py -> build/lib/ryu/tests/unit/app copying ryu/tests/unit/app/__init__.py -> build/lib/ryu/tests/unit/app copying ryu/tests/unit/app/test_ofctl_rest.py -> build/lib/ryu/tests/unit/app copying ryu/tests/unit/app/test_wsgi.py -> build/lib/ryu/tests/unit/app copying ryu/tests/unit/app/test_ws_topology.py -> build/lib/ryu/tests/unit/app creating build/lib/ryu/tests/unit/lib/test_mod/ccc copying ryu/tests/unit/lib/test_mod/ccc/__init__.py -> build/lib/ryu/tests/unit/lib/test_mod/ccc copying ryu/tests/unit/lib/test_mod/ccc/mod.py -> build/lib/ryu/tests/unit/lib/test_mod/ccc copying ryu/tests/unit/services/__init__.py -> build/lib/ryu/tests/unit/services copying ryu/tests/__init__.py -> build/lib/ryu/tests copying ryu/tests/run_tests.py -> build/lib/ryu/tests copying ryu/tests/test_lib.py -> build/lib/ryu/tests copying ryu/services/protocols/bgp/operator/commands/__init__.py -> build/lib/ryu/services/protocols/bgp/operator/commands copying ryu/services/protocols/bgp/operator/commands/set.py -> build/lib/ryu/services/protocols/bgp/operator/commands copying ryu/services/protocols/bgp/operator/commands/responses.py -> build/lib/ryu/services/protocols/bgp/operator/commands copying ryu/services/protocols/bgp/operator/commands/root.py -> build/lib/ryu/services/protocols/bgp/operator/commands copying ryu/services/protocols/bgp/operator/commands/clear.py -> build/lib/ryu/services/protocols/bgp/operator/commands creating build/lib/ryu/tests/unit/lib/test_mod/aaa copying ryu/tests/unit/lib/test_mod/aaa/__init__.py -> build/lib/ryu/tests/unit/lib/test_mod/aaa copying ryu/tests/unit/lib/test_mod/aaa/mod.py -> build/lib/ryu/tests/unit/lib/test_mod/aaa creating build/lib/ryu/ofproto copying ryu/ofproto/ofproto_utils.py -> build/lib/ryu/ofproto copying ryu/ofproto/__init__.py -> build/lib/ryu/ofproto copying ryu/ofproto/ofproto_v1_3.py -> build/lib/ryu/ofproto copying ryu/ofproto/oxs_fields.py -> build/lib/ryu/ofproto copying ryu/ofproto/ether.py -> build/lib/ryu/ofproto copying ryu/ofproto/ofproto_common.py -> build/lib/ryu/ofproto copying ryu/ofproto/oxm_fields.py -> build/lib/ryu/ofproto copying ryu/ofproto/ofproto_v1_5.py -> build/lib/ryu/ofproto copying ryu/ofproto/ofproto_protocol.py -> build/lib/ryu/ofproto copying ryu/ofproto/inet.py -> build/lib/ryu/ofproto copying ryu/ofproto/nx_match.py -> build/lib/ryu/ofproto copying ryu/ofproto/ofproto_v1_4.py -> build/lib/ryu/ofproto copying ryu/ofproto/ofproto_v1_4_parser.py -> build/lib/ryu/ofproto copying ryu/ofproto/nx_actions.py -> build/lib/ryu/ofproto copying ryu/ofproto/ofproto_v1_0.py -> build/lib/ryu/ofproto copying ryu/ofproto/nicira_ext.py -> build/lib/ryu/ofproto copying ryu/ofproto/ofproto_v1_2_parser.py -> build/lib/ryu/ofproto copying ryu/ofproto/ofproto_v1_0_parser.py -> build/lib/ryu/ofproto copying ryu/ofproto/ofproto_parser.py -> build/lib/ryu/ofproto copying ryu/ofproto/ofproto_v1_3_parser.py -> build/lib/ryu/ofproto copying ryu/ofproto/oxx_fields.py -> build/lib/ryu/ofproto copying ryu/ofproto/ofproto_v1_5_parser.py -> build/lib/ryu/ofproto copying ryu/ofproto/ofproto_v1_2.py -> build/lib/ryu/ofproto copying ryu/services/protocols/bgp/base.py -> build/lib/ryu/services/protocols/bgp copying ryu/services/protocols/bgp/bmp.py -> build/lib/ryu/services/protocols/bgp copying ryu/services/protocols/bgp/__init__.py -> build/lib/ryu/services/protocols/bgp copying ryu/services/protocols/bgp/application.py -> build/lib/ryu/services/protocols/bgp copying ryu/services/protocols/bgp/core.py -> build/lib/ryu/services/protocols/bgp copying ryu/services/protocols/bgp/core_manager.py -> build/lib/ryu/services/protocols/bgp copying ryu/services/protocols/bgp/peer.py -> build/lib/ryu/services/protocols/bgp copying ryu/services/protocols/bgp/model.py -> build/lib/ryu/services/protocols/bgp copying ryu/services/protocols/bgp/processor.py -> build/lib/ryu/services/protocols/bgp copying ryu/services/protocols/bgp/net_ctrl.py -> build/lib/ryu/services/protocols/bgp copying ryu/services/protocols/bgp/bgp_sample_conf.py -> build/lib/ryu/services/protocols/bgp copying ryu/services/protocols/bgp/protocol.py -> build/lib/ryu/services/protocols/bgp copying ryu/services/protocols/bgp/speaker.py -> build/lib/ryu/services/protocols/bgp copying ryu/services/protocols/bgp/constants.py -> build/lib/ryu/services/protocols/bgp copying ryu/services/protocols/bgp/bgpspeaker.py -> build/lib/ryu/services/protocols/bgp creating build/lib/ryu/contrib copying ryu/contrib/__init__.py -> build/lib/ryu/contrib creating build/lib/ryu/tests/integrated/common copying ryu/tests/integrated/common/__init__.py -> build/lib/ryu/tests/integrated/common copying ryu/tests/integrated/common/docker_base.py -> build/lib/ryu/tests/integrated/common copying ryu/tests/integrated/common/ryubgp.py -> build/lib/ryu/tests/integrated/common copying ryu/tests/integrated/common/quagga.py -> build/lib/ryu/tests/integrated/common creating build/lib/ryu/lib/of_config copying ryu/lib/of_config/base.py -> build/lib/ryu/lib/of_config copying ryu/lib/of_config/__init__.py -> build/lib/ryu/lib/of_config copying ryu/lib/of_config/classes.py -> build/lib/ryu/lib/of_config copying ryu/lib/of_config/capable_switch.py -> build/lib/ryu/lib/of_config copying ryu/lib/of_config/constants.py -> build/lib/ryu/lib/of_config copying ryu/lib/of_config/generated_classes.py -> build/lib/ryu/lib/of_config creating build/lib/ryu/tests/unit/controller copying ryu/tests/unit/controller/__init__.py -> build/lib/ryu/tests/unit/controller copying ryu/tests/unit/controller/test_controller.py -> build/lib/ryu/tests/unit/controller copying ryu/tests/unit/services/protocols/__init__.py -> build/lib/ryu/tests/unit/services/protocols copying ryu/tests/integrated/test_of_config.py -> build/lib/ryu/tests/integrated copying ryu/tests/integrated/run_test.py -> build/lib/ryu/tests/integrated copying ryu/tests/integrated/__init__.py -> build/lib/ryu/tests/integrated copying ryu/tests/integrated/test_add_flow_v10.py -> build/lib/ryu/tests/integrated copying ryu/tests/integrated/tester.py -> build/lib/ryu/tests/integrated copying ryu/tests/integrated/run_tests_with_ovs12.py -> build/lib/ryu/tests/integrated copying ryu/tests/integrated/test_add_flow_v12_actions.py -> build/lib/ryu/tests/integrated copying ryu/tests/integrated/test_add_flow_v12_matches.py -> build/lib/ryu/tests/integrated copying ryu/tests/integrated/test_vrrp_linux_multi.py -> build/lib/ryu/tests/integrated copying ryu/tests/integrated/test_vrrp_multi.py -> build/lib/ryu/tests/integrated copying ryu/tests/integrated/vrrp_common.py -> build/lib/ryu/tests/integrated copying ryu/tests/integrated/test_request_reply_v12.py -> build/lib/ryu/tests/integrated creating build/lib/ryu/services/protocols/bgp/core_managers copying ryu/services/protocols/bgp/core_managers/__init__.py -> build/lib/ryu/services/protocols/bgp/core_managers copying ryu/services/protocols/bgp/core_managers/table_manager.py -> build/lib/ryu/services/protocols/bgp/core_managers copying ryu/services/protocols/bgp/core_managers/peer_manager.py -> build/lib/ryu/services/protocols/bgp/core_managers copying ryu/services/protocols/bgp/core_managers/import_map_manager.py -> build/lib/ryu/services/protocols/bgp/core_managers copying ryu/services/protocols/bgp/core_managers/configuration_manager.py -> build/lib/ryu/services/protocols/bgp/core_managers creating build/lib/ryu/cmd copying ryu/cmd/manager.py -> build/lib/ryu/cmd copying ryu/cmd/of_config_cli.py -> build/lib/ryu/cmd copying ryu/cmd/__init__.py -> build/lib/ryu/cmd copying ryu/cmd/ryu_base.py -> build/lib/ryu/cmd copying ryu/cmd/rpc_cli.py -> build/lib/ryu/cmd copying ryu/cmd/ofa_neutron_agent.py -> build/lib/ryu/cmd running egg_info writing ryu.egg-info/PKG-INFO writing dependency_links to ryu.egg-info/dependency_links.txt writing entry points to ryu.egg-info/entry_points.txt writing requirements to ryu.egg-info/requires.txt writing top-level names to ryu.egg-info/top_level.txt [pbr] Reusing existing SOURCES.txt copying ryu/lib/netconf/netconf.xsd -> build/lib/ryu/lib/netconf copying ryu/lib/netconf/xml.xsd -> build/lib/ryu/lib/netconf copying ryu/lib/of_config/ietf-inet-types.xsd -> build/lib/ryu/lib/of_config copying ryu/lib/of_config/ietf-yang-types.xsd -> build/lib/ryu/lib/of_config copying ryu/lib/of_config/of-config-1.0.xsd -> build/lib/ryu/lib/of_config copying ryu/lib/of_config/of-config-1.1.1.xsd -> build/lib/ryu/lib/of_config copying ryu/lib/of_config/of-config-1.1.xsd -> build/lib/ryu/lib/of_config copying ryu/lib/of_config/xmldsig-core-schema.xsd -> build/lib/ryu/lib/of_config + sleep 1 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.OfQK9t + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64 ++ dirname /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64 + cd ryu-4.34 + 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-ryu-4.34-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/dist.py:717: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' 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( running install [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) running install_lib creating /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr creating /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib creating /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu creating /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/cmd copying build/lib/ryu/cmd/manager.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/cmd copying build/lib/ryu/cmd/of_config_cli.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/cmd copying build/lib/ryu/cmd/__init__.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/cmd copying build/lib/ryu/cmd/ryu_base.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/cmd copying build/lib/ryu/cmd/rpc_cli.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/cmd copying build/lib/ryu/cmd/ofa_neutron_agent.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/cmd copying build/lib/ryu/cfg.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu creating /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/contrib copying build/lib/ryu/contrib/__init__.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/contrib copying build/lib/ryu/flags.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu creating /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services creating /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols creating /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/ovsdb copying build/lib/ryu/services/protocols/ovsdb/manager.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/ovsdb copying build/lib/ryu/services/protocols/ovsdb/api.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/ovsdb copying build/lib/ryu/services/protocols/ovsdb/__init__.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/ovsdb copying build/lib/ryu/services/protocols/ovsdb/model.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/ovsdb copying build/lib/ryu/services/protocols/ovsdb/event.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/ovsdb copying build/lib/ryu/services/protocols/ovsdb/client.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/ovsdb creating /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp creating /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/signals copying build/lib/ryu/services/protocols/bgp/signals/base.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/signals copying build/lib/ryu/services/protocols/bgp/signals/__init__.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/signals copying build/lib/ryu/services/protocols/bgp/signals/emit.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/signals copying build/lib/ryu/services/protocols/bgp/base.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp copying build/lib/ryu/services/protocols/bgp/bmp.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp copying build/lib/ryu/services/protocols/bgp/__init__.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp copying build/lib/ryu/services/protocols/bgp/application.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp copying build/lib/ryu/services/protocols/bgp/core.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp copying build/lib/ryu/services/protocols/bgp/core_manager.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp creating /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/utils copying build/lib/ryu/services/protocols/bgp/utils/bgp.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/utils copying build/lib/ryu/services/protocols/bgp/utils/stats.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/utils copying build/lib/ryu/services/protocols/bgp/utils/rtfilter.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/utils copying build/lib/ryu/services/protocols/bgp/utils/__init__.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/utils copying build/lib/ryu/services/protocols/bgp/utils/evtlet.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/utils copying build/lib/ryu/services/protocols/bgp/utils/circlist.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/utils copying build/lib/ryu/services/protocols/bgp/utils/validation.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/utils copying build/lib/ryu/services/protocols/bgp/peer.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp creating /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/core_managers copying build/lib/ryu/services/protocols/bgp/core_managers/__init__.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/core_managers copying build/lib/ryu/services/protocols/bgp/core_managers/table_manager.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/core_managers copying build/lib/ryu/services/protocols/bgp/core_managers/peer_manager.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/core_managers copying build/lib/ryu/services/protocols/bgp/core_managers/import_map_manager.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/core_managers copying build/lib/ryu/services/protocols/bgp/core_managers/configuration_manager.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/core_managers creating /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/rtconf copying build/lib/ryu/services/protocols/bgp/rtconf/base.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/rtconf copying build/lib/ryu/services/protocols/bgp/rtconf/__init__.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/rtconf copying build/lib/ryu/services/protocols/bgp/rtconf/vrfs.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/rtconf copying build/lib/ryu/services/protocols/bgp/rtconf/common.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/rtconf copying build/lib/ryu/services/protocols/bgp/rtconf/neighbors.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/rtconf copying build/lib/ryu/services/protocols/bgp/model.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp copying build/lib/ryu/services/protocols/bgp/processor.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp creating /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/operator creating /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/operator/views copying build/lib/ryu/services/protocols/bgp/operator/views/fields.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/operator/views copying build/lib/ryu/services/protocols/bgp/operator/views/base.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/operator/views copying build/lib/ryu/services/protocols/bgp/operator/views/bgp.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/operator/views copying build/lib/ryu/services/protocols/bgp/operator/views/__init__.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/operator/views copying build/lib/ryu/services/protocols/bgp/operator/views/conf.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/operator/views copying build/lib/ryu/services/protocols/bgp/operator/views/other.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/operator/views copying build/lib/ryu/services/protocols/bgp/operator/ssh.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/operator copying build/lib/ryu/services/protocols/bgp/operator/__init__.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/operator copying build/lib/ryu/services/protocols/bgp/operator/command.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/operator copying build/lib/ryu/services/protocols/bgp/operator/internal_api.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/operator creating /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/operator/commands copying build/lib/ryu/services/protocols/bgp/operator/commands/__init__.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/operator/commands copying build/lib/ryu/services/protocols/bgp/operator/commands/set.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/operator/commands creating /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/operator/commands/show copying build/lib/ryu/services/protocols/bgp/operator/commands/show/neighbor.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/operator/commands/show copying build/lib/ryu/services/protocols/bgp/operator/commands/show/__init__.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/operator/commands/show copying build/lib/ryu/services/protocols/bgp/operator/commands/show/importmap.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/operator/commands/show copying build/lib/ryu/services/protocols/bgp/operator/commands/show/route_formatter_mixin.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/operator/commands/show copying build/lib/ryu/services/protocols/bgp/operator/commands/show/vrf.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/operator/commands/show copying build/lib/ryu/services/protocols/bgp/operator/commands/show/count.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/operator/commands/show copying build/lib/ryu/services/protocols/bgp/operator/commands/show/rib.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/operator/commands/show copying build/lib/ryu/services/protocols/bgp/operator/commands/show/memory.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/operator/commands/show copying build/lib/ryu/services/protocols/bgp/operator/commands/responses.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/operator/commands copying build/lib/ryu/services/protocols/bgp/operator/commands/root.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/operator/commands copying build/lib/ryu/services/protocols/bgp/operator/commands/clear.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/operator/commands creating /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/api copying build/lib/ryu/services/protocols/bgp/api/base.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/api copying build/lib/ryu/services/protocols/bgp/api/operator.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/api copying build/lib/ryu/services/protocols/bgp/api/__init__.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/api copying build/lib/ryu/services/protocols/bgp/api/all.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/api copying build/lib/ryu/services/protocols/bgp/api/import_map.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/api copying build/lib/ryu/services/protocols/bgp/api/core.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/api copying build/lib/ryu/services/protocols/bgp/api/jsonrpc.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/api copying build/lib/ryu/services/protocols/bgp/api/rtconf.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/api copying build/lib/ryu/services/protocols/bgp/api/prefix.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/api copying build/lib/ryu/services/protocols/bgp/api/rpc_log_handler.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/api copying build/lib/ryu/services/protocols/bgp/net_ctrl.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp copying build/lib/ryu/services/protocols/bgp/bgp_sample_conf.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp copying build/lib/ryu/services/protocols/bgp/protocol.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp copying build/lib/ryu/services/protocols/bgp/speaker.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp copying build/lib/ryu/services/protocols/bgp/constants.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp creating /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/info_base copying build/lib/ryu/services/protocols/bgp/info_base/vpnv4fs.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/info_base copying build/lib/ryu/services/protocols/bgp/info_base/base.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/info_base copying build/lib/ryu/services/protocols/bgp/info_base/evpn.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/info_base copying build/lib/ryu/services/protocols/bgp/info_base/vrf6.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/info_base copying build/lib/ryu/services/protocols/bgp/info_base/vpnv6.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/info_base copying build/lib/ryu/services/protocols/bgp/info_base/ipv4.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/info_base copying build/lib/ryu/services/protocols/bgp/info_base/l2vpnfs.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/info_base copying build/lib/ryu/services/protocols/bgp/info_base/__init__.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/info_base copying build/lib/ryu/services/protocols/bgp/info_base/vrf4.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/info_base copying build/lib/ryu/services/protocols/bgp/info_base/vrfevpn.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/info_base copying build/lib/ryu/services/protocols/bgp/info_base/vpnv4.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/info_base copying build/lib/ryu/services/protocols/bgp/info_base/vpnv6fs.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/info_base copying build/lib/ryu/services/protocols/bgp/info_base/ipv6.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/info_base copying build/lib/ryu/services/protocols/bgp/info_base/rtc.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/info_base copying build/lib/ryu/services/protocols/bgp/info_base/vrf4fs.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/info_base copying build/lib/ryu/services/protocols/bgp/info_base/vrfl2vpnfs.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/info_base copying build/lib/ryu/services/protocols/bgp/info_base/ipv6fs.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/info_base copying build/lib/ryu/services/protocols/bgp/info_base/vrf.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/info_base copying build/lib/ryu/services/protocols/bgp/info_base/vrffs.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/info_base copying build/lib/ryu/services/protocols/bgp/info_base/ipv4fs.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/info_base copying build/lib/ryu/services/protocols/bgp/info_base/vrf6fs.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/info_base copying build/lib/ryu/services/protocols/bgp/info_base/vpn.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/info_base copying build/lib/ryu/services/protocols/bgp/bgpspeaker.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp copying build/lib/ryu/services/protocols/__init__.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols creating /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/zebra copying build/lib/ryu/services/protocols/zebra/__init__.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/zebra copying build/lib/ryu/services/protocols/zebra/event.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/zebra creating /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/zebra/db copying build/lib/ryu/services/protocols/zebra/db/base.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/zebra/db copying build/lib/ryu/services/protocols/zebra/db/__init__.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/zebra/db copying build/lib/ryu/services/protocols/zebra/db/route.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/zebra/db copying build/lib/ryu/services/protocols/zebra/db/interface.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/zebra/db creating /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/zebra/server copying build/lib/ryu/services/protocols/zebra/server/__init__.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/zebra/server copying build/lib/ryu/services/protocols/zebra/server/sample_dumper.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/zebra/server copying build/lib/ryu/services/protocols/zebra/server/event.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/zebra/server copying build/lib/ryu/services/protocols/zebra/server/zserver.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/zebra/server creating /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/zebra/client copying build/lib/ryu/services/protocols/zebra/client/__init__.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/zebra/client copying build/lib/ryu/services/protocols/zebra/client/sample_dumper.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/zebra/client copying build/lib/ryu/services/protocols/zebra/client/zclient.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/zebra/client copying build/lib/ryu/services/protocols/zebra/client/event.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/zebra/client creating /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/vrrp copying build/lib/ryu/services/protocols/vrrp/manager.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/vrrp copying build/lib/ryu/services/protocols/vrrp/api.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/vrrp copying build/lib/ryu/services/protocols/vrrp/dumper.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/vrrp copying build/lib/ryu/services/protocols/vrrp/__init__.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/vrrp copying build/lib/ryu/services/protocols/vrrp/sample_router.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/vrrp copying build/lib/ryu/services/protocols/vrrp/monitor.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/vrrp copying build/lib/ryu/services/protocols/vrrp/rpc_manager.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/vrrp copying build/lib/ryu/services/protocols/vrrp/router.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/vrrp copying build/lib/ryu/services/protocols/vrrp/event.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/vrrp copying build/lib/ryu/services/protocols/vrrp/monitor_linux.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/vrrp copying build/lib/ryu/services/protocols/vrrp/utils.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/vrrp copying build/lib/ryu/services/protocols/vrrp/sample_manager.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/vrrp copying build/lib/ryu/services/protocols/vrrp/monitor_openflow.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/vrrp copying build/lib/ryu/services/__init__.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services copying build/lib/ryu/__init__.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu copying build/lib/ryu/hooks.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu copying build/lib/ryu/exception.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu creating /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/ofproto copying build/lib/ryu/ofproto/ofproto_utils.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/ofproto copying build/lib/ryu/ofproto/__init__.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/ofproto copying build/lib/ryu/ofproto/ofproto_v1_3.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/ofproto copying build/lib/ryu/ofproto/oxs_fields.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/ofproto copying build/lib/ryu/ofproto/ether.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/ofproto copying build/lib/ryu/ofproto/ofproto_common.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/ofproto copying build/lib/ryu/ofproto/oxm_fields.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/ofproto copying build/lib/ryu/ofproto/ofproto_v1_5.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/ofproto copying build/lib/ryu/ofproto/ofproto_protocol.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/ofproto copying build/lib/ryu/ofproto/inet.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/ofproto copying build/lib/ryu/ofproto/nx_match.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/ofproto copying build/lib/ryu/ofproto/ofproto_v1_4.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/ofproto copying build/lib/ryu/ofproto/ofproto_v1_4_parser.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/ofproto copying build/lib/ryu/ofproto/nx_actions.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/ofproto copying build/lib/ryu/ofproto/ofproto_v1_0.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/ofproto copying build/lib/ryu/ofproto/nicira_ext.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/ofproto copying build/lib/ryu/ofproto/ofproto_v1_2_parser.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/ofproto copying build/lib/ryu/ofproto/ofproto_v1_0_parser.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/ofproto copying build/lib/ryu/ofproto/ofproto_parser.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/ofproto copying build/lib/ryu/ofproto/ofproto_v1_3_parser.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/ofproto copying build/lib/ryu/ofproto/oxx_fields.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/ofproto copying build/lib/ryu/ofproto/ofproto_v1_5_parser.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/ofproto copying build/lib/ryu/ofproto/ofproto_v1_2.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/ofproto creating /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib copying build/lib/ryu/lib/ofctl_v1_4.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib copying build/lib/ryu/lib/mrtlib.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib copying build/lib/ryu/lib/ofctl_nicira_ext.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib copying build/lib/ryu/lib/addrconv.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib copying build/lib/ryu/lib/ofp_pktinfilter.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib copying build/lib/ryu/lib/mac.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib copying build/lib/ryu/lib/__init__.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib copying build/lib/ryu/lib/bfdlib.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib copying build/lib/ryu/lib/ip.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib creating /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/xflow copying build/lib/ryu/lib/xflow/__init__.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/xflow copying build/lib/ryu/lib/xflow/sflow.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/xflow copying build/lib/ryu/lib/xflow/netflow.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/xflow copying build/lib/ryu/lib/pack_utils.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib copying build/lib/ryu/lib/alert.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib copying build/lib/ryu/lib/ofctl_v1_5.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib copying build/lib/ryu/lib/ofctl_string.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib creating /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/ovs copying build/lib/ryu/lib/ovs/db_client.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/ovs copying build/lib/ryu/lib/ovs/__init__.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/ovs copying build/lib/ryu/lib/ovs/vsctl.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/ovs copying build/lib/ryu/lib/ovs/vswitch_idl.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/ovs copying build/lib/ryu/lib/ovs/bridge.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/ovs copying build/lib/ryu/lib/pcaplib.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib copying build/lib/ryu/lib/snortlib.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib copying build/lib/ryu/lib/ofctl_v1_0.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib copying build/lib/ryu/lib/port_no.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib copying build/lib/ryu/lib/sockopt.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib copying build/lib/ryu/lib/lacplib.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib copying build/lib/ryu/lib/ofctl_utils.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib copying build/lib/ryu/lib/ofctl_v1_2.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib copying build/lib/ryu/lib/rpc.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib copying build/lib/ryu/lib/type_desc.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib copying build/lib/ryu/lib/stringify.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib copying build/lib/ryu/lib/netdevice.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib copying build/lib/ryu/lib/stplib.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib copying build/lib/ryu/lib/ofctl_v1_3.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib copying build/lib/ryu/lib/hub.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib creating /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/of_config copying build/lib/ryu/lib/of_config/base.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/of_config copying build/lib/ryu/lib/of_config/xmldsig-core-schema.xsd -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/of_config copying build/lib/ryu/lib/of_config/ietf-yang-types.xsd -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/of_config copying build/lib/ryu/lib/of_config/__init__.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/of_config copying build/lib/ryu/lib/of_config/classes.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/of_config copying build/lib/ryu/lib/of_config/of-config-1.1.xsd -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/of_config copying build/lib/ryu/lib/of_config/capable_switch.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/of_config copying build/lib/ryu/lib/of_config/of-config-1.0.xsd -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/of_config copying build/lib/ryu/lib/of_config/of-config-1.1.1.xsd -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/of_config copying build/lib/ryu/lib/of_config/constants.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/of_config copying build/lib/ryu/lib/of_config/generated_classes.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/of_config copying build/lib/ryu/lib/of_config/ietf-inet-types.xsd -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/of_config copying build/lib/ryu/lib/igmplib.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib creating /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/packet copying build/lib/ryu/lib/packet/openflow.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/packet copying build/lib/ryu/lib/packet/arp.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/packet copying build/lib/ryu/lib/packet/ospf.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/packet copying build/lib/ryu/lib/packet/bgp.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/packet copying build/lib/ryu/lib/packet/bmp.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/packet copying build/lib/ryu/lib/packet/linux.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/packet copying build/lib/ryu/lib/packet/afi.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/packet copying build/lib/ryu/lib/packet/ipv4.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/packet copying build/lib/ryu/lib/packet/geneve.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/packet copying build/lib/ryu/lib/packet/packet.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/packet copying build/lib/ryu/lib/packet/udp.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/packet copying build/lib/ryu/lib/packet/__init__.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/packet copying build/lib/ryu/lib/packet/icmpv6.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/packet copying build/lib/ryu/lib/packet/bfd.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/packet copying build/lib/ryu/lib/packet/gre.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/packet copying build/lib/ryu/lib/packet/slow.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/packet copying build/lib/ryu/lib/packet/llc.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/packet copying build/lib/ryu/lib/packet/igmp.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/packet copying build/lib/ryu/lib/packet/in_proto.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/packet copying build/lib/ryu/lib/packet/safi.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/packet copying build/lib/ryu/lib/packet/vrrp.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/packet copying build/lib/ryu/lib/packet/ipv6.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/packet copying build/lib/ryu/lib/packet/stream_parser.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/packet copying build/lib/ryu/lib/packet/bpdu.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/packet copying build/lib/ryu/lib/packet/vxlan.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/packet copying build/lib/ryu/lib/packet/dhcp.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/packet copying build/lib/ryu/lib/packet/cfm.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/packet copying build/lib/ryu/lib/packet/dhcp6.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/packet copying build/lib/ryu/lib/packet/zebra.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/packet copying build/lib/ryu/lib/packet/tcp.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/packet copying build/lib/ryu/lib/packet/lldp.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/packet copying build/lib/ryu/lib/packet/vlan.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/packet copying build/lib/ryu/lib/packet/ethernet.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/packet copying build/lib/ryu/lib/packet/packet_base.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/packet copying build/lib/ryu/lib/packet/ether_types.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/packet copying build/lib/ryu/lib/packet/packet_utils.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/packet copying build/lib/ryu/lib/packet/mpls.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/packet copying build/lib/ryu/lib/packet/sctp.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/packet copying build/lib/ryu/lib/packet/icmp.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/packet copying build/lib/ryu/lib/packet/pbb.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/packet copying build/lib/ryu/lib/dpid.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib creating /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/netconf copying build/lib/ryu/lib/netconf/xml.xsd -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/netconf copying build/lib/ryu/lib/netconf/__init__.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/netconf copying build/lib/ryu/lib/netconf/netconf.xsd -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/netconf copying build/lib/ryu/lib/netconf/constants.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/netconf copying build/lib/ryu/lib/sockaddr.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib copying build/lib/ryu/log.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu creating /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/app copying build/lib/ryu/app/simple_switch_igmp.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/app copying build/lib/ryu/app/ws_topology.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/app copying build/lib/ryu/app/cbench.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/app copying build/lib/ryu/app/simple_switch_13.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/app copying build/lib/ryu/app/ofctl_rest.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/app copying build/lib/ryu/app/rest_topology.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/app copying build/lib/ryu/app/__init__.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/app copying build/lib/ryu/app/simple_monitor_13.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/app copying build/lib/ryu/app/simple_switch_rest_13.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/app copying build/lib/ryu/app/simple_switch.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/app copying build/lib/ryu/app/rest_conf_switch.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/app copying build/lib/ryu/app/simple_switch_stp.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/app copying build/lib/ryu/app/wsgi.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/app copying build/lib/ryu/app/simple_switch_lacp_13.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/app creating /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/app/gui_topology copying build/lib/ryu/app/gui_topology/__init__.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/app/gui_topology copying build/lib/ryu/app/gui_topology/gui_topology.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/app/gui_topology copying build/lib/ryu/app/simple_switch_lacp.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/app creating /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/app/ofctl copying build/lib/ryu/app/ofctl/api.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/app/ofctl copying build/lib/ryu/app/ofctl/__init__.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/app/ofctl copying build/lib/ryu/app/ofctl/service.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/app/ofctl copying build/lib/ryu/app/ofctl/exception.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/app/ofctl copying build/lib/ryu/app/ofctl/event.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/app/ofctl copying build/lib/ryu/app/rest_firewall.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/app copying build/lib/ryu/app/rest_vtep.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/app copying build/lib/ryu/app/simple_switch_stp_13.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/app copying build/lib/ryu/app/rest_qos.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/app copying build/lib/ryu/app/simple_switch_14.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/app copying build/lib/ryu/app/simple_switch_igmp_13.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/app copying build/lib/ryu/app/rest_router.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/app copying build/lib/ryu/app/simple_switch_12.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/app copying build/lib/ryu/app/example_switch_13.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/app copying build/lib/ryu/app/bmpstation.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/app copying build/lib/ryu/app/simple_switch_15.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/app copying build/lib/ryu/app/simple_switch_snort.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/app copying build/lib/ryu/app/simple_switch_websocket_13.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/app copying build/lib/ryu/app/conf_switch_key.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/app copying build/lib/ryu/utils.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu creating /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/base copying build/lib/ryu/base/__init__.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/base copying build/lib/ryu/base/app_manager.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/base creating /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests copying build/lib/ryu/tests/__init__.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests copying build/lib/ryu/tests/run_tests.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests creating /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/switch copying build/lib/ryu/tests/switch/__init__.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/switch copying build/lib/ryu/tests/switch/tester.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/switch copying build/lib/ryu/tests/switch/run_mininet.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/switch creating /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit creating /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/cmd copying build/lib/ryu/tests/unit/cmd/__init__.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/cmd copying build/lib/ryu/tests/unit/cmd/test_manager.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/cmd copying build/lib/ryu/tests/unit/cmd/dummy_app.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/cmd copying build/lib/ryu/tests/unit/cmd/dummy_openflow_app.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/cmd creating /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/services creating /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/services/protocols creating /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/services/protocols/bgp copying build/lib/ryu/tests/unit/services/protocols/bgp/test_peer.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/services/protocols/bgp copying build/lib/ryu/tests/unit/services/protocols/bgp/__init__.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/services/protocols/bgp creating /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/services/protocols/bgp/utils copying build/lib/ryu/tests/unit/services/protocols/bgp/utils/__init__.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/services/protocols/bgp/utils copying build/lib/ryu/tests/unit/services/protocols/bgp/utils/test_bgp.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/services/protocols/bgp/utils copying build/lib/ryu/tests/unit/services/protocols/bgp/utils/test_validation.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/services/protocols/bgp/utils creating /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/services/protocols/bgp/core_managers copying build/lib/ryu/tests/unit/services/protocols/bgp/core_managers/__init__.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/services/protocols/bgp/core_managers copying build/lib/ryu/tests/unit/services/protocols/bgp/core_managers/test_table_manager.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/services/protocols/bgp/core_managers copying build/lib/ryu/tests/unit/services/protocols/bgp/test_bgpspeaker.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/services/protocols/bgp copying build/lib/ryu/tests/unit/services/protocols/__init__.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/services/protocols copying build/lib/ryu/tests/unit/services/__init__.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/services copying build/lib/ryu/tests/unit/__init__.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit copying build/lib/ryu/tests/unit/test_requirements.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit creating /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/ofproto copying build/lib/ryu/tests/unit/ofproto/test_parser_ofpstats.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/ofproto copying build/lib/ryu/tests/unit/ofproto/test_parser_compat.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/ofproto copying build/lib/ryu/tests/unit/ofproto/test_ofproto_parser.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/ofproto copying build/lib/ryu/tests/unit/ofproto/__init__.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/ofproto copying build/lib/ryu/tests/unit/ofproto/test_inet.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/ofproto copying build/lib/ryu/tests/unit/ofproto/test_ether.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/ofproto copying build/lib/ryu/tests/unit/ofproto/test_parser_v10.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/ofproto copying build/lib/ryu/tests/unit/ofproto/test_oxm.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/ofproto copying build/lib/ryu/tests/unit/ofproto/test_nx_flow_spec.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/ofproto copying build/lib/ryu/tests/unit/ofproto/test_parser.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/ofproto copying build/lib/ryu/tests/unit/ofproto/test_oxs.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/ofproto copying build/lib/ryu/tests/unit/ofproto/test_parser_v13.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/ofproto copying build/lib/ryu/tests/unit/ofproto/test_parser_ofpmatch.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/ofproto copying build/lib/ryu/tests/unit/ofproto/test_ofproto_common.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/ofproto copying build/lib/ryu/tests/unit/ofproto/test_ofproto_v12.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/ofproto copying build/lib/ryu/tests/unit/ofproto/test_parser_v12.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/ofproto copying build/lib/ryu/tests/unit/ofproto/test_ofproto.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/ofproto creating /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/lib copying build/lib/ryu/tests/unit/lib/test_mac.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/lib copying build/lib/ryu/tests/unit/lib/test_ofctl_utils.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/lib copying build/lib/ryu/tests/unit/lib/test_rpc.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/lib copying build/lib/ryu/tests/unit/lib/test_mrtlib.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/lib copying build/lib/ryu/tests/unit/lib/test_ip.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/lib copying build/lib/ryu/tests/unit/lib/__init__.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/lib copying build/lib/ryu/tests/unit/lib/test_ofctl_string.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/lib creating /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/lib/ovs copying build/lib/ryu/tests/unit/lib/ovs/test_vsctl.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/lib/ovs copying build/lib/ryu/tests/unit/lib/ovs/__init__.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/lib/ovs creating /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/lib/test_mod copying build/lib/ryu/tests/unit/lib/test_mod/eee.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/lib/test_mod creating /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/lib/test_mod/aaa copying build/lib/ryu/tests/unit/lib/test_mod/aaa/__init__.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/lib/test_mod/aaa copying build/lib/ryu/tests/unit/lib/test_mod/aaa/mod.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/lib/test_mod/aaa creating /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/lib/test_mod/ddd copying build/lib/ryu/tests/unit/lib/test_mod/ddd/__init__.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/lib/test_mod/ddd copying build/lib/ryu/tests/unit/lib/test_mod/ddd/mod.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/lib/test_mod/ddd copying build/lib/ryu/tests/unit/lib/test_mod/__init__.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/lib/test_mod copying build/lib/ryu/tests/unit/lib/test_mod/fff.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/lib/test_mod creating /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/lib/test_mod/ccc copying build/lib/ryu/tests/unit/lib/test_mod/ccc/__init__.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/lib/test_mod/ccc copying build/lib/ryu/tests/unit/lib/test_mod/ccc/mod.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/lib/test_mod/ccc creating /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/lib/test_mod/bbb copying build/lib/ryu/tests/unit/lib/test_mod/bbb/__init__.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/lib/test_mod/bbb copying build/lib/ryu/tests/unit/lib/test_mod/bbb/mod.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/lib/test_mod/bbb copying build/lib/ryu/tests/unit/lib/test_mod/ggg.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/lib/test_mod copying build/lib/ryu/tests/unit/lib/test_pack_utils.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/lib copying build/lib/ryu/tests/unit/lib/test_ofctl_action_match.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/lib copying build/lib/ryu/tests/unit/lib/test_ofp_pktinfilter.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/lib copying build/lib/ryu/tests/unit/lib/test_addrconv.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/lib copying build/lib/ryu/tests/unit/lib/test_pcaplib.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/lib copying build/lib/ryu/tests/unit/lib/test_of_config_classes.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/lib copying build/lib/ryu/tests/unit/lib/test_import_module.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/lib copying build/lib/ryu/tests/unit/lib/test_stringify.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/lib copying build/lib/ryu/tests/unit/lib/test_ofctl_v1_3.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/lib copying build/lib/ryu/tests/unit/lib/test_ofctl.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/lib copying build/lib/ryu/tests/unit/lib/test_hub.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/lib creating /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/sample copying build/lib/ryu/tests/unit/sample/__init__.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/sample copying build/lib/ryu/tests/unit/sample/test_sample2.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/sample copying build/lib/ryu/tests/unit/sample/test_sample1.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/sample creating /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/app copying build/lib/ryu/tests/unit/app/test_tester.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/app copying build/lib/ryu/tests/unit/app/__init__.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/app copying build/lib/ryu/tests/unit/app/test_ofctl_rest.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/app copying build/lib/ryu/tests/unit/app/test_wsgi.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/app copying build/lib/ryu/tests/unit/app/test_ws_topology.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/app creating /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/packet copying build/lib/ryu/tests/unit/packet/test_arp.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/packet copying build/lib/ryu/tests/unit/packet/test_openflow.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/packet copying build/lib/ryu/tests/unit/packet/test_ipv4.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/packet copying build/lib/ryu/tests/unit/packet/test_mpls.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/packet copying build/lib/ryu/tests/unit/packet/test_vrrp.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/packet copying build/lib/ryu/tests/unit/packet/__init__.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/packet copying build/lib/ryu/tests/unit/packet/test_packet.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/packet copying build/lib/ryu/tests/unit/packet/test_zebra.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/packet copying build/lib/ryu/tests/unit/packet/test_icmpv6.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/packet copying build/lib/ryu/tests/unit/packet/test_bpdu.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/packet copying build/lib/ryu/tests/unit/packet/test_bmp.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/packet copying build/lib/ryu/tests/unit/packet/test_geneve.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/packet copying build/lib/ryu/tests/unit/packet/test_udp.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/packet copying build/lib/ryu/tests/unit/packet/test_icmp.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/packet copying build/lib/ryu/tests/unit/packet/test_ospf.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/packet copying build/lib/ryu/tests/unit/packet/test_gre.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/packet copying build/lib/ryu/tests/unit/packet/test_bgp.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/packet copying build/lib/ryu/tests/unit/packet/test_slow.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/packet copying build/lib/ryu/tests/unit/packet/test_pbb.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/packet copying build/lib/ryu/tests/unit/packet/test_igmp.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/packet copying build/lib/ryu/tests/unit/packet/test_llc.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/packet copying build/lib/ryu/tests/unit/packet/test_lldp.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/packet copying build/lib/ryu/tests/unit/packet/test_tcp.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/packet copying build/lib/ryu/tests/unit/packet/test_vlan.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/packet copying build/lib/ryu/tests/unit/packet/test_bfd.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/packet copying build/lib/ryu/tests/unit/packet/test_cfm.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/packet copying build/lib/ryu/tests/unit/packet/test_vxlan.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/packet copying build/lib/ryu/tests/unit/packet/test_sctp.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/packet copying build/lib/ryu/tests/unit/packet/test_ipv6.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/packet copying build/lib/ryu/tests/unit/packet/test_ethernet.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/packet copying build/lib/ryu/tests/unit/packet/test_dhcp.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/packet creating /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/controller copying build/lib/ryu/tests/unit/controller/__init__.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/controller copying build/lib/ryu/tests/unit/controller/test_controller.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/controller copying build/lib/ryu/tests/unit/test_utils.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit creating /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/integrated copying build/lib/ryu/tests/integrated/test_of_config.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/integrated creating /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/integrated/common copying build/lib/ryu/tests/integrated/common/__init__.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/integrated/common copying build/lib/ryu/tests/integrated/common/docker_base.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/integrated/common copying build/lib/ryu/tests/integrated/common/ryubgp.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/integrated/common copying build/lib/ryu/tests/integrated/common/quagga.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/integrated/common creating /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/integrated/bgp copying build/lib/ryu/tests/integrated/bgp/base.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/integrated/bgp copying build/lib/ryu/tests/integrated/bgp/test_ip6_basic.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/integrated/bgp copying build/lib/ryu/tests/integrated/bgp/test_basic.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/integrated/bgp copying build/lib/ryu/tests/integrated/bgp/__init__.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/integrated/bgp copying build/lib/ryu/tests/integrated/bgp/base_ip6.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/integrated/bgp copying build/lib/ryu/tests/integrated/run_test.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/integrated copying build/lib/ryu/tests/integrated/__init__.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/integrated copying build/lib/ryu/tests/integrated/test_add_flow_v10.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/integrated copying build/lib/ryu/tests/integrated/tester.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/integrated copying build/lib/ryu/tests/integrated/run_tests_with_ovs12.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/integrated copying build/lib/ryu/tests/integrated/test_add_flow_v12_actions.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/integrated copying build/lib/ryu/tests/integrated/test_add_flow_v12_matches.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/integrated copying build/lib/ryu/tests/integrated/test_vrrp_linux_multi.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/integrated copying build/lib/ryu/tests/integrated/test_vrrp_multi.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/integrated copying build/lib/ryu/tests/integrated/vrrp_common.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/integrated copying build/lib/ryu/tests/integrated/test_request_reply_v12.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/integrated copying build/lib/ryu/tests/test_lib.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests creating /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/controller copying build/lib/ryu/controller/ofp_event.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/controller copying build/lib/ryu/controller/mac_to_port.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/controller copying build/lib/ryu/controller/tunnels.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/controller copying build/lib/ryu/controller/controller.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/controller copying build/lib/ryu/controller/conf_switch.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/controller copying build/lib/ryu/controller/network.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/controller copying build/lib/ryu/controller/__init__.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/controller copying build/lib/ryu/controller/ofp_handler.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/controller copying build/lib/ryu/controller/mac_to_network.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/controller copying build/lib/ryu/controller/event.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/controller copying build/lib/ryu/controller/ofp_api.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/controller copying build/lib/ryu/controller/handler.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/controller copying build/lib/ryu/controller/dpset.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/controller creating /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/topology copying build/lib/ryu/topology/api.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/topology copying build/lib/ryu/topology/dumper.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/topology copying build/lib/ryu/topology/__init__.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/topology copying build/lib/ryu/topology/event.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/topology copying build/lib/ryu/topology/switches.py -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/topology byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/cmd/manager.py to manager.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/cmd/of_config_cli.py to of_config_cli.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/cmd/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/cmd/ryu_base.py to ryu_base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/cmd/rpc_cli.py to rpc_cli.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/cmd/ofa_neutron_agent.py to ofa_neutron_agent.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/cfg.py to cfg.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/contrib/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/flags.py to flags.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/ovsdb/manager.py to manager.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/ovsdb/api.py to api.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/ovsdb/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/ovsdb/model.py to model.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/ovsdb/event.py to event.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/ovsdb/client.py to client.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/signals/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/signals/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/signals/emit.py to emit.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/bmp.py to bmp.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/application.py to application.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/core.py to core.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/core_manager.py to core_manager.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/utils/bgp.py to bgp.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/utils/stats.py to stats.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/utils/rtfilter.py to rtfilter.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/utils/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/utils/evtlet.py to evtlet.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/utils/circlist.py to circlist.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/utils/validation.py to validation.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/peer.py to peer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/core_managers/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/core_managers/table_manager.py to table_manager.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/core_managers/peer_manager.py to peer_manager.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/core_managers/import_map_manager.py to import_map_manager.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/core_managers/configuration_manager.py to configuration_manager.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/rtconf/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/rtconf/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/rtconf/vrfs.py to vrfs.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/rtconf/common.py to common.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/rtconf/neighbors.py to neighbors.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/model.py to model.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/processor.py to processor.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/operator/views/fields.py to fields.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/operator/views/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/operator/views/bgp.py to bgp.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/operator/views/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/operator/views/conf.py to conf.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/operator/views/other.py to other.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/operator/ssh.py to ssh.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/operator/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/operator/command.py to command.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/operator/internal_api.py to internal_api.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/operator/commands/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/operator/commands/set.py to set.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/operator/commands/show/neighbor.py to neighbor.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/operator/commands/show/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/operator/commands/show/importmap.py to importmap.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/operator/commands/show/route_formatter_mixin.py to route_formatter_mixin.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/operator/commands/show/vrf.py to vrf.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/operator/commands/show/count.py to count.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/operator/commands/show/rib.py to rib.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/operator/commands/show/memory.py to memory.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/operator/commands/responses.py to responses.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/operator/commands/root.py to root.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/operator/commands/clear.py to clear.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/api/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/api/operator.py to operator.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/api/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/api/all.py to all.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/api/import_map.py to import_map.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/api/core.py to core.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/api/jsonrpc.py to jsonrpc.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/api/rtconf.py to rtconf.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/api/prefix.py to prefix.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/api/rpc_log_handler.py to rpc_log_handler.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/net_ctrl.py to net_ctrl.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/bgp_sample_conf.py to bgp_sample_conf.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/protocol.py to protocol.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/speaker.py to speaker.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/constants.py to constants.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/info_base/vpnv4fs.py to vpnv4fs.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/info_base/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/info_base/evpn.py to evpn.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/info_base/vrf6.py to vrf6.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/info_base/vpnv6.py to vpnv6.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/info_base/ipv4.py to ipv4.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/info_base/l2vpnfs.py to l2vpnfs.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/info_base/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/info_base/vrf4.py to vrf4.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/info_base/vrfevpn.py to vrfevpn.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/info_base/vpnv4.py to vpnv4.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/info_base/vpnv6fs.py to vpnv6fs.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/info_base/ipv6.py to ipv6.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/info_base/rtc.py to rtc.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/info_base/vrf4fs.py to vrf4fs.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/info_base/vrfl2vpnfs.py to vrfl2vpnfs.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/info_base/ipv6fs.py to ipv6fs.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/info_base/vrf.py to vrf.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/info_base/vrffs.py to vrffs.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/info_base/ipv4fs.py to ipv4fs.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/info_base/vrf6fs.py to vrf6fs.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/info_base/vpn.py to vpn.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/bgp/bgpspeaker.py to bgpspeaker.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/zebra/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/zebra/event.py to event.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/zebra/db/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/zebra/db/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/zebra/db/route.py to route.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/zebra/db/interface.py to interface.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/zebra/server/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/zebra/server/sample_dumper.py to sample_dumper.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/zebra/server/event.py to event.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/zebra/server/zserver.py to zserver.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/zebra/client/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/zebra/client/sample_dumper.py to sample_dumper.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/zebra/client/zclient.py to zclient.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/zebra/client/event.py to event.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/vrrp/manager.py to manager.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/vrrp/api.py to api.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/vrrp/dumper.py to dumper.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/vrrp/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/vrrp/sample_router.py to sample_router.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/vrrp/monitor.py to monitor.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/vrrp/rpc_manager.py to rpc_manager.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/vrrp/router.py to router.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/vrrp/event.py to event.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/vrrp/monitor_linux.py to monitor_linux.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/vrrp/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/vrrp/sample_manager.py to sample_manager.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/protocols/vrrp/monitor_openflow.py to monitor_openflow.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/services/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/hooks.py to hooks.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/exception.py to exception.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/ofproto/ofproto_utils.py to ofproto_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/ofproto/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/ofproto/ofproto_v1_3.py to ofproto_v1_3.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/ofproto/oxs_fields.py to oxs_fields.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/ofproto/ether.py to ether.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/ofproto/ofproto_common.py to ofproto_common.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/ofproto/oxm_fields.py to oxm_fields.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/ofproto/ofproto_v1_5.py to ofproto_v1_5.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/ofproto/ofproto_protocol.py to ofproto_protocol.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/ofproto/inet.py to inet.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/ofproto/nx_match.py to nx_match.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/ofproto/ofproto_v1_4.py to ofproto_v1_4.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/ofproto/ofproto_v1_4_parser.py to ofproto_v1_4_parser.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/ofproto/nx_actions.py to nx_actions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/ofproto/ofproto_v1_0.py to ofproto_v1_0.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/ofproto/nicira_ext.py to nicira_ext.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/ofproto/ofproto_v1_2_parser.py to ofproto_v1_2_parser.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/ofproto/ofproto_v1_0_parser.py to ofproto_v1_0_parser.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/ofproto/ofproto_parser.py to ofproto_parser.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/ofproto/ofproto_v1_3_parser.py to ofproto_v1_3_parser.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/ofproto/oxx_fields.py to oxx_fields.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/ofproto/ofproto_v1_5_parser.py to ofproto_v1_5_parser.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/ofproto/ofproto_v1_2.py to ofproto_v1_2.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/ofctl_v1_4.py to ofctl_v1_4.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/mrtlib.py to mrtlib.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/ofctl_nicira_ext.py to ofctl_nicira_ext.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/addrconv.py to addrconv.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/ofp_pktinfilter.py to ofp_pktinfilter.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/mac.py to mac.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/bfdlib.py to bfdlib.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/ip.py to ip.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/xflow/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/xflow/sflow.py to sflow.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/xflow/netflow.py to netflow.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/pack_utils.py to pack_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/alert.py to alert.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/ofctl_v1_5.py to ofctl_v1_5.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/ofctl_string.py to ofctl_string.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/ovs/db_client.py to db_client.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/ovs/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/ovs/vsctl.py to vsctl.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/ovs/vswitch_idl.py to vswitch_idl.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/ovs/bridge.py to bridge.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/pcaplib.py to pcaplib.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/snortlib.py to snortlib.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/ofctl_v1_0.py to ofctl_v1_0.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/port_no.py to port_no.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/sockopt.py to sockopt.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/lacplib.py to lacplib.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/ofctl_utils.py to ofctl_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/ofctl_v1_2.py to ofctl_v1_2.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/rpc.py to rpc.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/type_desc.py to type_desc.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/stringify.py to stringify.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/netdevice.py to netdevice.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/stplib.py to stplib.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/ofctl_v1_3.py to ofctl_v1_3.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/hub.py to hub.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/of_config/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/of_config/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/of_config/classes.py to classes.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/of_config/capable_switch.py to capable_switch.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/of_config/constants.py to constants.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/of_config/generated_classes.py to generated_classes.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/igmplib.py to igmplib.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/packet/openflow.py to openflow.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/packet/arp.py to arp.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/packet/ospf.py to ospf.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/packet/bgp.py to bgp.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/packet/bmp.py to bmp.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/packet/linux.py to linux.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/packet/afi.py to afi.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/packet/ipv4.py to ipv4.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/packet/geneve.py to geneve.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/packet/packet.py to packet.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/packet/udp.py to udp.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/packet/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/packet/icmpv6.py to icmpv6.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/packet/bfd.py to bfd.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/packet/gre.py to gre.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/packet/slow.py to slow.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/packet/llc.py to llc.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/packet/igmp.py to igmp.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/packet/in_proto.py to in_proto.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/packet/safi.py to safi.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/packet/vrrp.py to vrrp.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/packet/ipv6.py to ipv6.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/packet/stream_parser.py to stream_parser.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/packet/bpdu.py to bpdu.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/packet/vxlan.py to vxlan.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/packet/dhcp.py to dhcp.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/packet/cfm.py to cfm.cpython-39.pyc /usr/lib/python3.9/site-packages/ryu/lib/packet/cfm.py:271: SyntaxWarning: "is not" with a literal. Did you mean "!="? byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/packet/dhcp6.py to dhcp6.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/packet/zebra.py to zebra.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/packet/tcp.py to tcp.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/packet/lldp.py to lldp.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/packet/vlan.py to vlan.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/packet/ethernet.py to ethernet.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/packet/packet_base.py to packet_base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/packet/ether_types.py to ether_types.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/packet/packet_utils.py to packet_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/packet/mpls.py to mpls.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/packet/sctp.py to sctp.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/packet/icmp.py to icmp.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/packet/pbb.py to pbb.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/dpid.py to dpid.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/netconf/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/netconf/constants.py to constants.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/lib/sockaddr.py to sockaddr.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/log.py to log.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/app/simple_switch_igmp.py to simple_switch_igmp.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/app/ws_topology.py to ws_topology.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/app/cbench.py to cbench.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/app/simple_switch_13.py to simple_switch_13.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/app/ofctl_rest.py to ofctl_rest.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/app/rest_topology.py to rest_topology.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/app/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/app/simple_monitor_13.py to simple_monitor_13.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/app/simple_switch_rest_13.py to simple_switch_rest_13.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/app/simple_switch.py to simple_switch.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/app/rest_conf_switch.py to rest_conf_switch.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/app/simple_switch_stp.py to simple_switch_stp.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/app/wsgi.py to wsgi.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/app/simple_switch_lacp_13.py to simple_switch_lacp_13.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/app/gui_topology/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/app/gui_topology/gui_topology.py to gui_topology.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/app/simple_switch_lacp.py to simple_switch_lacp.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/app/ofctl/api.py to api.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/app/ofctl/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/app/ofctl/service.py to service.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/app/ofctl/exception.py to exception.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/app/ofctl/event.py to event.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/app/rest_firewall.py to rest_firewall.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/app/rest_vtep.py to rest_vtep.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/app/simple_switch_stp_13.py to simple_switch_stp_13.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/app/rest_qos.py to rest_qos.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/app/simple_switch_14.py to simple_switch_14.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/app/simple_switch_igmp_13.py to simple_switch_igmp_13.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/app/rest_router.py to rest_router.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/app/simple_switch_12.py to simple_switch_12.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/app/example_switch_13.py to example_switch_13.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/app/bmpstation.py to bmpstation.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/app/simple_switch_15.py to simple_switch_15.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/app/simple_switch_snort.py to simple_switch_snort.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/app/simple_switch_websocket_13.py to simple_switch_websocket_13.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/app/conf_switch_key.py to conf_switch_key.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/base/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/base/app_manager.py to app_manager.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/run_tests.py to run_tests.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/switch/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/switch/tester.py to tester.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/switch/run_mininet.py to run_mininet.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/cmd/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/cmd/test_manager.py to test_manager.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/cmd/dummy_app.py to dummy_app.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/cmd/dummy_openflow_app.py to dummy_openflow_app.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/services/protocols/bgp/test_peer.py to test_peer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/services/protocols/bgp/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/services/protocols/bgp/utils/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/services/protocols/bgp/utils/test_bgp.py to test_bgp.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/services/protocols/bgp/utils/test_validation.py to test_validation.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/services/protocols/bgp/core_managers/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/services/protocols/bgp/core_managers/test_table_manager.py to test_table_manager.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/services/protocols/bgp/test_bgpspeaker.py to test_bgpspeaker.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/services/protocols/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/services/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/test_requirements.py to test_requirements.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/ofproto/test_parser_ofpstats.py to test_parser_ofpstats.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/ofproto/test_parser_compat.py to test_parser_compat.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/ofproto/test_ofproto_parser.py to test_ofproto_parser.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/ofproto/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/ofproto/test_inet.py to test_inet.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/ofproto/test_ether.py to test_ether.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/ofproto/test_parser_v10.py to test_parser_v10.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/ofproto/test_oxm.py to test_oxm.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/ofproto/test_nx_flow_spec.py to test_nx_flow_spec.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/ofproto/test_parser.py to test_parser.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/ofproto/test_oxs.py to test_oxs.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/ofproto/test_parser_v13.py to test_parser_v13.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/ofproto/test_parser_ofpmatch.py to test_parser_ofpmatch.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/ofproto/test_ofproto_common.py to test_ofproto_common.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/ofproto/test_ofproto_v12.py to test_ofproto_v12.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/ofproto/test_parser_v12.py to test_parser_v12.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/ofproto/test_ofproto.py to test_ofproto.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/lib/test_mac.py to test_mac.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/lib/test_ofctl_utils.py to test_ofctl_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/lib/test_rpc.py to test_rpc.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/lib/test_mrtlib.py to test_mrtlib.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/lib/test_ip.py to test_ip.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/lib/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/lib/test_ofctl_string.py to test_ofctl_string.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/lib/ovs/test_vsctl.py to test_vsctl.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/lib/ovs/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/lib/test_mod/eee.py to eee.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/lib/test_mod/aaa/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/lib/test_mod/aaa/mod.py to mod.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/lib/test_mod/ddd/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/lib/test_mod/ddd/mod.py to mod.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/lib/test_mod/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/lib/test_mod/fff.py to fff.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/lib/test_mod/ccc/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/lib/test_mod/ccc/mod.py to mod.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/lib/test_mod/bbb/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/lib/test_mod/bbb/mod.py to mod.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/lib/test_mod/ggg.py to ggg.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/lib/test_pack_utils.py to test_pack_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/lib/test_ofctl_action_match.py to test_ofctl_action_match.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/lib/test_ofp_pktinfilter.py to test_ofp_pktinfilter.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/lib/test_addrconv.py to test_addrconv.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/lib/test_pcaplib.py to test_pcaplib.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/lib/test_of_config_classes.py to test_of_config_classes.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/lib/test_import_module.py to test_import_module.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/lib/test_stringify.py to test_stringify.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/lib/test_ofctl_v1_3.py to test_ofctl_v1_3.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/lib/test_ofctl.py to test_ofctl.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/lib/test_hub.py to test_hub.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/sample/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/sample/test_sample2.py to test_sample2.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/sample/test_sample1.py to test_sample1.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/app/test_tester.py to test_tester.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/app/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/app/test_ofctl_rest.py to test_ofctl_rest.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/app/test_wsgi.py to test_wsgi.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/app/test_ws_topology.py to test_ws_topology.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/packet/test_arp.py to test_arp.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/packet/test_openflow.py to test_openflow.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/packet/test_ipv4.py to test_ipv4.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/packet/test_mpls.py to test_mpls.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/packet/test_vrrp.py to test_vrrp.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/packet/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/packet/test_packet.py to test_packet.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/packet/test_zebra.py to test_zebra.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/packet/test_icmpv6.py to test_icmpv6.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/packet/test_bpdu.py to test_bpdu.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/packet/test_bmp.py to test_bmp.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/packet/test_geneve.py to test_geneve.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/packet/test_udp.py to test_udp.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/packet/test_icmp.py to test_icmp.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/packet/test_ospf.py to test_ospf.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/packet/test_gre.py to test_gre.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/packet/test_bgp.py to test_bgp.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/packet/test_slow.py to test_slow.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/packet/test_pbb.py to test_pbb.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/packet/test_igmp.py to test_igmp.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/packet/test_llc.py to test_llc.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/packet/test_lldp.py to test_lldp.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/packet/test_tcp.py to test_tcp.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/packet/test_vlan.py to test_vlan.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/packet/test_bfd.py to test_bfd.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/packet/test_cfm.py to test_cfm.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/packet/test_vxlan.py to test_vxlan.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/packet/test_sctp.py to test_sctp.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/packet/test_ipv6.py to test_ipv6.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/packet/test_ethernet.py to test_ethernet.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/packet/test_dhcp.py to test_dhcp.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/controller/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/controller/test_controller.py to test_controller.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/unit/test_utils.py to test_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/integrated/test_of_config.py to test_of_config.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/integrated/common/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/integrated/common/docker_base.py to docker_base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/integrated/common/ryubgp.py to ryubgp.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/integrated/common/quagga.py to quagga.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/integrated/bgp/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/integrated/bgp/test_ip6_basic.py to test_ip6_basic.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/integrated/bgp/test_basic.py to test_basic.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/integrated/bgp/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/integrated/bgp/base_ip6.py to base_ip6.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/integrated/run_test.py to run_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/integrated/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/integrated/test_add_flow_v10.py to test_add_flow_v10.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/integrated/tester.py to tester.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/integrated/run_tests_with_ovs12.py to run_tests_with_ovs12.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/integrated/test_add_flow_v12_actions.py to test_add_flow_v12_actions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/integrated/test_add_flow_v12_matches.py to test_add_flow_v12_matches.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/integrated/test_vrrp_linux_multi.py to test_vrrp_linux_multi.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/integrated/test_vrrp_multi.py to test_vrrp_multi.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/integrated/vrrp_common.py to vrrp_common.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/integrated/test_request_reply_v12.py to test_request_reply_v12.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/tests/test_lib.py to test_lib.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/controller/ofp_event.py to ofp_event.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/controller/mac_to_port.py to mac_to_port.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/controller/tunnels.py to tunnels.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/controller/controller.py to controller.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/controller/conf_switch.py to conf_switch.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/controller/network.py to network.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/controller/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/controller/ofp_handler.py to ofp_handler.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/controller/mac_to_network.py to mac_to_network.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/controller/event.py to event.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/controller/ofp_api.py to ofp_api.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/controller/handler.py to handler.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/controller/dpset.py to dpset.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/topology/api.py to api.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/topology/dumper.py to dumper.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/topology/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/topology/event.py to event.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu/topology/switches.py to switches.cpython-39.pyc writing byte-compilation script '/tmp/tmpi7s119j2.py' /usr/bin/python3 /tmp/tmpi7s119j2.py /usr/lib/python3.9/site-packages/ryu/lib/packet/cfm.py:271: SyntaxWarning: "is not" with a literal. Did you mean "!="? removing /tmp/tmpi7s119j2.py running install_data creating /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/etc creating /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/etc/ryu copying etc/ryu/ryu.conf -> /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/etc/ryu running install_egg_info running egg_info writing ryu.egg-info/PKG-INFO writing dependency_links to ryu.egg-info/dependency_links.txt writing entry points to ryu.egg-info/entry_points.txt writing requirements to ryu.egg-info/requires.txt writing top-level names to ryu.egg-info/top_level.txt [pbr] Reusing existing SOURCES.txt Copying ryu.egg-info to /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/lib/python3.9/site-packages/ryu-4.34-py3.9.egg-info running install_scripts /usr/lib/python3.9/site-packages/setuptools/command/easy_install.py:2091: EasyInstallDeprecationWarning: Use get_args warnings.warn("Use get_args", EasyInstallDeprecationWarning) /usr/lib/python3.9/site-packages/setuptools/command/easy_install.py:2093: EasyInstallDeprecationWarning: Use get_header header = cls.get_script_header("", executable, wininst) Installing ryu script to /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/bin Installing ryu-manager script to /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/usr/bin + install -d -m755 /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64//usr/share/doc/python-ryu + '[' -d doc ']' + cp -arf doc /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64//usr/share/doc/python-ryu + '[' -d docs ']' + '[' -d example ']' ~/build/BUILDROOT/python-ryu-4.34-1.x86_64 ~/build/BUILD/ryu-4.34 + '[' -d examples ']' + pushd /builddir/build/BUILDROOT/python-ryu-4.34-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/ryu-4.34 + mv /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/filelist.lst . + mv /builddir/build/BUILDROOT/python-ryu-4.34-1.x86_64/doclist.lst . + /usr/bin/find-debuginfo -j32 --strict-build-id -i --build-id-seed 4.34-1 --unique-debug-suffix -4.34-1.x86_64 --unique-debug-src-base python-ryu-4.34-1.x86_64 -S debugsourcefiles.list /builddir/build/BUILD/ryu-4.34 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-ryu-4.34-1.x86_64/usr/lib/python3.9 using /usr/bin/python3.9 /usr/lib/python3.9/site-packages/ryu/lib/packet/cfm.py:271: SyntaxWarning: "is not" with a literal. Did you mean "!="? + /usr/lib/rpm/brp-python-hardlink Processing files: python3-ryu-4.34-1.noarch Provides: python-ryu python3-ryu = 4.34-1 python3.9dist(ryu) = 4.34 python3dist(ryu) = 4.34 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: (python3.9dist(eventlet) < 0.18.3 or python3.9dist(eventlet) >= 0.18.3.0) (python3.9dist(eventlet) < 0.20.1 or python3.9dist(eventlet) >= 0.20.1.0) (python3.9dist(eventlet) < 0.21 or python3.9dist(eventlet) >= 0.21.0) (python3.9dist(eventlet) < 0.23 or python3.9dist(eventlet) >= 0.23.0) /usr/bin/python3 python(abi) = 3.9 python3.9dist(eventlet) >= 0.18.2 python3.9dist(msgpack) >= 0.3 python3.9dist(netaddr) python3.9dist(oslo.config) >= 2.5 python3.9dist(ovs) >= 2.6 python3.9dist(routes) python3.9dist(setuptools) python3.9dist(six) >= 1.4 python3.9dist(tinyrpc) python3.9dist(webob) >= 1.2 Processing files: python-ryu-help-4.34-1.noarch warning: Empty %files file /builddir/build/BUILD/ryu-4.34/doclist.lst Provides: python-ryu-help = 4.34-1 python3-ryu-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-ryu-4.34-1.x86_64 error: Installed (but unpackaged) file(s) found: /usr/etc/ryu/ryu.conf Empty %files file /builddir/build/BUILD/ryu-4.34/doclist.lst Installed (but unpackaged) file(s) found: /usr/etc/ryu/ryu.conf 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-ryu.spec\n', 1)] Traceback (most recent call last): File "/usr/lib/python3.11/site-packages/mockbuild/trace_decorator.py", line 93, in trace result = func(*args, **kw) ^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/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-ryu.spec