>>> py3-pyroute2: Building community/py3-pyroute2 0.5.19-r1 (using abuild 3.7.0-r0) started Fri, 13 Aug 2021 19:58:39 +0000 >>> py3-pyroute2: Checking sanity of /home/buildozer/aports/community/py3-pyroute2/APKBUILD... >>> py3-pyroute2: Analyzing dependencies... >>> py3-pyroute2: Installing for build: build-base py3-setuptools py3-pytest (1/23) Installing libbz2 (1.0.8-r1) (2/23) Installing libffi (3.3-r2) (3/23) Installing gdbm (1.19-r0) (4/23) Installing xz-libs (5.2.5-r0) (5/23) Installing readline (8.1.0-r0) (6/23) Installing sqlite-libs (3.34.1-r0) (7/23) Installing python3 (3.8.10-r0) (8/23) Installing py3-ordered-set (4.0.2-r0) (9/23) Installing py3-appdirs (1.4.4-r1) (10/23) Installing py3-parsing (2.4.7-r1) (11/23) Installing py3-six (1.15.0-r0) (12/23) Installing py3-packaging (20.9-r0) (13/23) Installing py3-setuptools (51.3.3-r0) (14/23) Installing py3-atomicwrites (1.4.0-r0) (15/23) Installing py3-attrs (20.3.0-r0) (16/23) Installing py3-more-itertools (8.7.0-r0) (17/23) Installing py3-iniconfig (1.1.1-r0) (18/23) Installing py3-pluggy (0.13.1-r1) (19/23) Installing py3-py (1.10.0-r0) (20/23) Installing py3-wcwidth (0.2.5-r0) (21/23) Installing py3-toml (0.10.2-r0) (22/23) Installing py3-pytest (6.2.1-r0) (23/23) Installing .makedepends-py3-pyroute2 (20210813.195841) Executing busybox-1.32.1-r6.trigger OK: 364 MiB in 109 packages >>> py3-pyroute2: Cleaning up srcdir >>> py3-pyroute2: Cleaning up pkgdir >>> py3-pyroute2: Fetching https://distfiles.alpinelinux.org/distfiles/v3.13/pyroute2-0.5.19.tar.gz >>> py3-pyroute2: Fetching https://distfiles.alpinelinux.org/distfiles/v3.13/pyroute2-0.5.19.tar.gz >>> py3-pyroute2: Checking sha512sums... pyroute2-0.5.19.tar.gz: OK 001-ipset-content.patch: OK >>> py3-pyroute2: Unpacking /var/cache/distfiles/v3.13/pyroute2-0.5.19.tar.gz... >>> py3-pyroute2: 001-ipset-content.patch patching file pyroute2/wiset.py running build running build_py creating build creating build/lib creating build/lib/tests copying tests/utils.py -> build/lib/tests copying tests/__init__.py -> build/lib/tests copying tests/collector.py -> build/lib/tests creating build/lib/pyroute2 copying pyroute2/wiset.py -> build/lib/pyroute2 copying pyroute2/devlink.py -> build/lib/pyroute2 copying pyroute2/iwutil.py -> build/lib/pyroute2 copying pyroute2/__init__.py -> build/lib/pyroute2 copying pyroute2/conntrack.py -> build/lib/pyroute2 copying pyroute2/arp.py -> build/lib/pyroute2 copying pyroute2/common.py -> build/lib/pyroute2 copying pyroute2/ipset.py -> build/lib/pyroute2 copying pyroute2/proxy.py -> build/lib/pyroute2 creating build/lib/pyroute2/ipdb copying pyroute2/ipdb/utils.py -> build/lib/pyroute2/ipdb copying pyroute2/ipdb/linkedset.py -> build/lib/pyroute2/ipdb copying pyroute2/ipdb/transactional.py -> build/lib/pyroute2/ipdb copying pyroute2/ipdb/noipdb.py -> build/lib/pyroute2/ipdb copying pyroute2/ipdb/__init__.py -> build/lib/pyroute2/ipdb copying pyroute2/ipdb/routes.py -> build/lib/pyroute2/ipdb copying pyroute2/ipdb/rules.py -> build/lib/pyroute2/ipdb copying pyroute2/ipdb/main.py -> build/lib/pyroute2/ipdb copying pyroute2/ipdb/interfaces.py -> build/lib/pyroute2/ipdb copying pyroute2/ipdb/exceptions.py -> build/lib/pyroute2/ipdb creating build/lib/pyroute2/netns copying pyroute2/netns/nslink.py -> build/lib/pyroute2/netns copying pyroute2/netns/__init__.py -> build/lib/pyroute2/netns copying pyroute2/netns/manager.py -> build/lib/pyroute2/netns creating build/lib/pyroute2/iproute copying pyroute2/iproute/windows.py -> build/lib/pyroute2/iproute copying pyroute2/iproute/__init__.py -> build/lib/pyroute2/iproute copying pyroute2/iproute/bsd.py -> build/lib/pyroute2/iproute copying pyroute2/iproute/remote.py -> build/lib/pyroute2/iproute copying pyroute2/iproute/linux.py -> build/lib/pyroute2/iproute creating build/lib/pyroute2/config copying pyroute2/config/test_platform.py -> build/lib/pyroute2/config copying pyroute2/config/__init__.py -> build/lib/pyroute2/config copying pyroute2/config/version.py -> build/lib/pyroute2/config copying pyroute2/config/eventlet.py -> build/lib/pyroute2/config copying pyroute2/config/asyncio.py -> build/lib/pyroute2/config copying pyroute2/config/log.py -> build/lib/pyroute2/config creating build/lib/pyroute2/netlink copying pyroute2/netlink/__init__.py -> build/lib/pyroute2/netlink copying pyroute2/netlink/nlsocket.py -> build/lib/pyroute2/netlink copying pyroute2/netlink/exceptions.py -> build/lib/pyroute2/netlink creating build/lib/pyroute2/ndb copying pyroute2/ndb/events.py -> build/lib/pyroute2/ndb copying pyroute2/ndb/auth_manager.py -> build/lib/pyroute2/ndb copying pyroute2/ndb/schema.py -> build/lib/pyroute2/ndb copying pyroute2/ndb/__init__.py -> build/lib/pyroute2/ndb copying pyroute2/ndb/transport.py -> build/lib/pyroute2/ndb copying pyroute2/ndb/cluster.py -> build/lib/pyroute2/ndb copying pyroute2/ndb/messages.py -> build/lib/pyroute2/ndb copying pyroute2/ndb/main.py -> build/lib/pyroute2/ndb copying pyroute2/ndb/query.py -> build/lib/pyroute2/ndb copying pyroute2/ndb/report.py -> build/lib/pyroute2/ndb copying pyroute2/ndb/source.py -> build/lib/pyroute2/ndb creating build/lib/pyroute2/protocols copying pyroute2/protocols/__init__.py -> build/lib/pyroute2/protocols copying pyroute2/protocols/icmp.py -> build/lib/pyroute2/protocols copying pyroute2/protocols/rawsocket.py -> build/lib/pyroute2/protocols creating build/lib/pyroute2/nftables copying pyroute2/nftables/expressions.py -> build/lib/pyroute2/nftables copying pyroute2/nftables/rule.py -> build/lib/pyroute2/nftables copying pyroute2/nftables/__init__.py -> build/lib/pyroute2/nftables copying pyroute2/nftables/main.py -> build/lib/pyroute2/nftables creating build/lib/pyroute2/ethtool copying pyroute2/ethtool/__init__.py -> build/lib/pyroute2/ethtool copying pyroute2/ethtool/ioctl.py -> build/lib/pyroute2/ethtool copying pyroute2/ethtool/ethtool.py -> build/lib/pyroute2/ethtool copying pyroute2/ethtool/common.py -> build/lib/pyroute2/ethtool creating build/lib/pyroute2/remote copying pyroute2/remote/__init__.py -> build/lib/pyroute2/remote copying pyroute2/remote/__main__.py -> build/lib/pyroute2/remote copying pyroute2/remote/shell.py -> build/lib/pyroute2/remote creating build/lib/pyroute2/cli copying pyroute2/cli/console.py -> build/lib/pyroute2/cli copying pyroute2/cli/session.py -> build/lib/pyroute2/cli copying pyroute2/cli/__init__.py -> build/lib/pyroute2/cli copying pyroute2/cli/parser.py -> build/lib/pyroute2/cli copying pyroute2/cli/server.py -> build/lib/pyroute2/cli creating build/lib/pyroute2/dhcp copying pyroute2/dhcp/dhcp4msg.py -> build/lib/pyroute2/dhcp copying pyroute2/dhcp/__init__.py -> build/lib/pyroute2/dhcp copying pyroute2/dhcp/dhcp4socket.py -> build/lib/pyroute2/dhcp creating build/lib/pyroute2/inotify copying pyroute2/inotify/__init__.py -> build/lib/pyroute2/inotify copying pyroute2/inotify/inotify_fd.py -> build/lib/pyroute2/inotify copying pyroute2/inotify/inotify_msg.py -> build/lib/pyroute2/inotify creating build/lib/pyroute2/bsd copying pyroute2/bsd/util.py -> build/lib/pyroute2/bsd copying pyroute2/bsd/__init__.py -> build/lib/pyroute2/bsd creating build/lib/pyroute2/netns/process copying pyroute2/netns/process/__init__.py -> build/lib/pyroute2/netns/process copying pyroute2/netns/process/proxy.py -> build/lib/pyroute2/netns/process creating build/lib/pyroute2/netlink/devlink copying pyroute2/netlink/devlink/__init__.py -> build/lib/pyroute2/netlink/devlink creating build/lib/pyroute2/netlink/event copying pyroute2/netlink/event/acpi_event.py -> build/lib/pyroute2/netlink/event copying pyroute2/netlink/event/thermal_event.py -> build/lib/pyroute2/netlink/event copying pyroute2/netlink/event/__init__.py -> build/lib/pyroute2/netlink/event copying pyroute2/netlink/event/dquot.py -> build/lib/pyroute2/netlink/event creating build/lib/pyroute2/netlink/ipq copying pyroute2/netlink/ipq/__init__.py -> build/lib/pyroute2/netlink/ipq creating build/lib/pyroute2/netlink/uevent copying pyroute2/netlink/uevent/__init__.py -> build/lib/pyroute2/netlink/uevent creating build/lib/pyroute2/netlink/generic copying pyroute2/netlink/generic/mptcp.py -> build/lib/pyroute2/netlink/generic copying pyroute2/netlink/generic/wireguard.py -> build/lib/pyroute2/netlink/generic copying pyroute2/netlink/generic/l2tp.py -> build/lib/pyroute2/netlink/generic copying pyroute2/netlink/generic/__init__.py -> build/lib/pyroute2/netlink/generic copying pyroute2/netlink/generic/ethtool.py -> build/lib/pyroute2/netlink/generic creating build/lib/pyroute2/netlink/rtnl copying pyroute2/netlink/rtnl/marshal.py -> build/lib/pyroute2/netlink/rtnl copying pyroute2/netlink/rtnl/rtgenmsg.py -> build/lib/pyroute2/netlink/rtnl copying pyroute2/netlink/rtnl/rtmsg.py -> build/lib/pyroute2/netlink/rtnl copying pyroute2/netlink/rtnl/ifstatsmsg.py -> build/lib/pyroute2/netlink/rtnl copying pyroute2/netlink/rtnl/nsidmsg.py -> build/lib/pyroute2/netlink/rtnl copying pyroute2/netlink/rtnl/ndtmsg.py -> build/lib/pyroute2/netlink/rtnl copying pyroute2/netlink/rtnl/__init__.py -> build/lib/pyroute2/netlink/rtnl copying pyroute2/netlink/rtnl/p2pmsg.py -> build/lib/pyroute2/netlink/rtnl copying pyroute2/netlink/rtnl/ifaddrmsg.py -> build/lib/pyroute2/netlink/rtnl copying pyroute2/netlink/rtnl/nsinfmsg.py -> build/lib/pyroute2/netlink/rtnl copying pyroute2/netlink/rtnl/fibmsg.py -> build/lib/pyroute2/netlink/rtnl copying pyroute2/netlink/rtnl/req.py -> build/lib/pyroute2/netlink/rtnl copying pyroute2/netlink/rtnl/errmsg.py -> build/lib/pyroute2/netlink/rtnl copying pyroute2/netlink/rtnl/riprsocket.py -> build/lib/pyroute2/netlink/rtnl copying pyroute2/netlink/rtnl/iw_event.py -> build/lib/pyroute2/netlink/rtnl copying pyroute2/netlink/rtnl/iprsocket.py -> build/lib/pyroute2/netlink/rtnl copying pyroute2/netlink/rtnl/ndmsg.py -> build/lib/pyroute2/netlink/rtnl creating build/lib/pyroute2/netlink/diag copying pyroute2/netlink/diag/__init__.py -> build/lib/pyroute2/netlink/diag creating build/lib/pyroute2/netlink/nl80211 copying pyroute2/netlink/nl80211/__init__.py -> build/lib/pyroute2/netlink/nl80211 creating build/lib/pyroute2/netlink/nfnetlink copying pyroute2/netlink/nfnetlink/__init__.py -> build/lib/pyroute2/netlink/nfnetlink copying pyroute2/netlink/nfnetlink/nftsocket.py -> build/lib/pyroute2/netlink/nfnetlink copying pyroute2/netlink/nfnetlink/ipset.py -> build/lib/pyroute2/netlink/nfnetlink copying pyroute2/netlink/nfnetlink/nfctsocket.py -> build/lib/pyroute2/netlink/nfnetlink creating build/lib/pyroute2/netlink/taskstats copying pyroute2/netlink/taskstats/__init__.py -> build/lib/pyroute2/netlink/taskstats creating build/lib/pyroute2/netlink/rtnl/tcmsg copying pyroute2/netlink/rtnl/tcmsg/act_bpf.py -> build/lib/pyroute2/netlink/rtnl/tcmsg copying pyroute2/netlink/rtnl/tcmsg/sched_bpf.py -> build/lib/pyroute2/netlink/rtnl/tcmsg copying pyroute2/netlink/rtnl/tcmsg/act_vlan.py -> build/lib/pyroute2/netlink/rtnl/tcmsg copying pyroute2/netlink/rtnl/tcmsg/common_ematch.py -> build/lib/pyroute2/netlink/rtnl/tcmsg copying pyroute2/netlink/rtnl/tcmsg/sched_drr.py -> build/lib/pyroute2/netlink/rtnl/tcmsg copying pyroute2/netlink/rtnl/tcmsg/act_connmark.py -> build/lib/pyroute2/netlink/rtnl/tcmsg copying pyroute2/netlink/rtnl/tcmsg/cls_u32.py -> build/lib/pyroute2/netlink/rtnl/tcmsg copying pyroute2/netlink/rtnl/tcmsg/sched_hfsc.py -> build/lib/pyroute2/netlink/rtnl/tcmsg copying pyroute2/netlink/rtnl/tcmsg/act_police.py -> build/lib/pyroute2/netlink/rtnl/tcmsg copying pyroute2/netlink/rtnl/tcmsg/act_skbedit.py -> build/lib/pyroute2/netlink/rtnl/tcmsg copying pyroute2/netlink/rtnl/tcmsg/sched_pfifo_fast.py -> build/lib/pyroute2/netlink/rtnl/tcmsg copying pyroute2/netlink/rtnl/tcmsg/em_meta.py -> build/lib/pyroute2/netlink/rtnl/tcmsg copying pyroute2/netlink/rtnl/tcmsg/sched_sfq.py -> build/lib/pyroute2/netlink/rtnl/tcmsg copying pyroute2/netlink/rtnl/tcmsg/act_gact.py -> build/lib/pyroute2/netlink/rtnl/tcmsg copying pyroute2/netlink/rtnl/tcmsg/sched_codel.py -> build/lib/pyroute2/netlink/rtnl/tcmsg copying pyroute2/netlink/rtnl/tcmsg/sched_ingress.py -> build/lib/pyroute2/netlink/rtnl/tcmsg copying pyroute2/netlink/rtnl/tcmsg/act_mirred.py -> build/lib/pyroute2/netlink/rtnl/tcmsg copying pyroute2/netlink/rtnl/tcmsg/__init__.py -> build/lib/pyroute2/netlink/rtnl/tcmsg copying pyroute2/netlink/rtnl/tcmsg/em_cmp.py -> build/lib/pyroute2/netlink/rtnl/tcmsg copying pyroute2/netlink/rtnl/tcmsg/sched_fq_codel.py -> build/lib/pyroute2/netlink/rtnl/tcmsg copying pyroute2/netlink/rtnl/tcmsg/cls_fw.py -> build/lib/pyroute2/netlink/rtnl/tcmsg copying pyroute2/netlink/rtnl/tcmsg/common_act.py -> build/lib/pyroute2/netlink/rtnl/tcmsg copying pyroute2/netlink/rtnl/tcmsg/cls_flow.py -> build/lib/pyroute2/netlink/rtnl/tcmsg copying pyroute2/netlink/rtnl/tcmsg/cls_matchall.py -> build/lib/pyroute2/netlink/rtnl/tcmsg copying pyroute2/netlink/rtnl/tcmsg/sched_template.py -> build/lib/pyroute2/netlink/rtnl/tcmsg copying pyroute2/netlink/rtnl/tcmsg/sched_htb.py -> build/lib/pyroute2/netlink/rtnl/tcmsg copying pyroute2/netlink/rtnl/tcmsg/sched_tbf.py -> build/lib/pyroute2/netlink/rtnl/tcmsg copying pyroute2/netlink/rtnl/tcmsg/common.py -> build/lib/pyroute2/netlink/rtnl/tcmsg copying pyroute2/netlink/rtnl/tcmsg/sched_netem.py -> build/lib/pyroute2/netlink/rtnl/tcmsg copying pyroute2/netlink/rtnl/tcmsg/sched_clsact.py -> build/lib/pyroute2/netlink/rtnl/tcmsg copying pyroute2/netlink/rtnl/tcmsg/em_ipset.py -> build/lib/pyroute2/netlink/rtnl/tcmsg copying pyroute2/netlink/rtnl/tcmsg/sched_cake.py -> build/lib/pyroute2/netlink/rtnl/tcmsg copying pyroute2/netlink/rtnl/tcmsg/sched_plug.py -> build/lib/pyroute2/netlink/rtnl/tcmsg copying pyroute2/netlink/rtnl/tcmsg/cls_basic.py -> build/lib/pyroute2/netlink/rtnl/tcmsg copying pyroute2/netlink/rtnl/tcmsg/sched_choke.py -> build/lib/pyroute2/netlink/rtnl/tcmsg creating build/lib/pyroute2/netlink/rtnl/ifinfmsg copying pyroute2/netlink/rtnl/ifinfmsg/tuntap.py -> build/lib/pyroute2/netlink/rtnl/ifinfmsg copying pyroute2/netlink/rtnl/ifinfmsg/sync.py -> build/lib/pyroute2/netlink/rtnl/ifinfmsg copying pyroute2/netlink/rtnl/ifinfmsg/__init__.py -> build/lib/pyroute2/netlink/rtnl/ifinfmsg copying pyroute2/netlink/rtnl/ifinfmsg/compat.py -> build/lib/pyroute2/netlink/rtnl/ifinfmsg copying pyroute2/netlink/rtnl/ifinfmsg/proxy.py -> build/lib/pyroute2/netlink/rtnl/ifinfmsg creating build/lib/pyroute2/netlink/rtnl/ifinfmsg/plugins copying pyroute2/netlink/rtnl/ifinfmsg/plugins/tuntap.py -> build/lib/pyroute2/netlink/rtnl/ifinfmsg/plugins copying pyroute2/netlink/rtnl/ifinfmsg/plugins/tun.py -> build/lib/pyroute2/netlink/rtnl/ifinfmsg/plugins copying pyroute2/netlink/rtnl/ifinfmsg/plugins/geneve.py -> build/lib/pyroute2/netlink/rtnl/ifinfmsg/plugins copying pyroute2/netlink/rtnl/ifinfmsg/plugins/team.py -> build/lib/pyroute2/netlink/rtnl/ifinfmsg/plugins copying pyroute2/netlink/rtnl/ifinfmsg/plugins/vrf.py -> build/lib/pyroute2/netlink/rtnl/ifinfmsg/plugins copying pyroute2/netlink/rtnl/ifinfmsg/plugins/__init__.py -> build/lib/pyroute2/netlink/rtnl/ifinfmsg/plugins copying pyroute2/netlink/rtnl/ifinfmsg/plugins/vti.py -> build/lib/pyroute2/netlink/rtnl/ifinfmsg/plugins copying pyroute2/netlink/rtnl/ifinfmsg/plugins/xfrm.py -> build/lib/pyroute2/netlink/rtnl/ifinfmsg/plugins copying pyroute2/netlink/rtnl/ifinfmsg/plugins/gtp.py -> build/lib/pyroute2/netlink/rtnl/ifinfmsg/plugins copying pyroute2/netlink/rtnl/ifinfmsg/plugins/vti6.py -> build/lib/pyroute2/netlink/rtnl/ifinfmsg/plugins copying pyroute2/netlink/rtnl/ifinfmsg/plugins/ipoib.py -> build/lib/pyroute2/netlink/rtnl/ifinfmsg/plugins copying pyroute2/netlink/rtnl/ifinfmsg/plugins/vxlan.py -> build/lib/pyroute2/netlink/rtnl/ifinfmsg/plugins copying pyroute2/netlink/rtnl/ifinfmsg/plugins/ipvlan.py -> build/lib/pyroute2/netlink/rtnl/ifinfmsg/plugins copying pyroute2/netlink/rtnl/ifinfmsg/plugins/vlan.py -> build/lib/pyroute2/netlink/rtnl/ifinfmsg/plugins copying pyroute2/netlink/rtnl/ifinfmsg/plugins/bond.py -> build/lib/pyroute2/netlink/rtnl/ifinfmsg/plugins creating build/lib/pyroute2/ndb/objects copying pyroute2/ndb/objects/neighbour.py -> build/lib/pyroute2/ndb/objects copying pyroute2/ndb/objects/address.py -> build/lib/pyroute2/ndb/objects copying pyroute2/ndb/objects/rule.py -> build/lib/pyroute2/ndb/objects copying pyroute2/ndb/objects/__init__.py -> build/lib/pyroute2/ndb/objects copying pyroute2/ndb/objects/netns.py -> build/lib/pyroute2/ndb/objects copying pyroute2/ndb/objects/route.py -> build/lib/pyroute2/ndb/objects copying pyroute2/ndb/objects/interface.py -> build/lib/pyroute2/ndb/objects creating build/lib/pyroute2/nftables/parser copying pyroute2/nftables/parser/__init__.py -> build/lib/pyroute2/nftables/parser copying pyroute2/nftables/parser/parser.py -> build/lib/pyroute2/nftables/parser copying pyroute2/nftables/parser/expr.py -> build/lib/pyroute2/nftables/parser creating build/lib/pyroute2/cli/auth copying pyroute2/cli/auth/__init__.py -> build/lib/pyroute2/cli/auth copying pyroute2/cli/auth/auth_radius.py -> build/lib/pyroute2/cli/auth copying pyroute2/cli/auth/auth_keystone.py -> build/lib/pyroute2/cli/auth creating build/lib/pyroute2/bsd/rtmsocket copying pyroute2/bsd/rtmsocket/__init__.py -> build/lib/pyroute2/bsd/rtmsocket copying pyroute2/bsd/rtmsocket/openbsd.py -> build/lib/pyroute2/bsd/rtmsocket copying pyroute2/bsd/rtmsocket/freebsd.py -> build/lib/pyroute2/bsd/rtmsocket creating build/lib/pyroute2/bsd/pf_route copying pyroute2/bsd/pf_route/__init__.py -> build/lib/pyroute2/bsd/pf_route copying pyroute2/bsd/pf_route/openbsd.py -> build/lib/pyroute2/bsd/pf_route copying pyroute2/bsd/pf_route/freebsd.py -> build/lib/pyroute2/bsd/pf_route running build_scripts creating build/scripts-3.8 copying and adjusting cli/ss2 -> build/scripts-3.8 copying and adjusting cli/pyroute2-cli -> build/scripts-3.8 changing mode of build/scripts-3.8/ss2 from 644 to 755 changing mode of build/scripts-3.8/pyroute2-cli from 644 to 755 ============================= test session starts ============================== platform linux -- Python 3.8.10, pytest-6.2.1, py-1.10.0, pluggy-0.13.1 rootdir: /home/buildozer/aports/community/py3-pyroute2/src/pyroute2-0.5.19 collected 13 items tests/unit/test_common.py ............. [100%] =============================== warnings summary =============================== pyroute2/config/test_platform.py:19 /home/buildozer/aports/community/py3-pyroute2/src/pyroute2-0.5.19/pyroute2/config/test_platform.py:19: PytestCollectionWarning: cannot collect test class 'TestCapsRtnl' because it has a __init__ constructor (from: pyroute2/config/test_platform.py) class TestCapsRtnl(object): -- Docs: https://docs.pytest.org/en/stable/warnings.html ======================== 13 passed, 1 warning in 1.37s ========================= >>> py3-pyroute2: Entering fakeroot... running install running build running build_py running build_scripts running install_lib creating /home/buildozer/aports/community/py3-pyroute2/pkg creating /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2 creating /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr creating /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib creating /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8 creating /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages creating /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/tests copying build/lib/tests/utils.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/tests copying build/lib/tests/__init__.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/tests copying build/lib/tests/collector.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/tests creating /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2 creating /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/ipdb copying build/lib/pyroute2/ipdb/utils.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/ipdb copying build/lib/pyroute2/ipdb/linkedset.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/ipdb copying build/lib/pyroute2/ipdb/transactional.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/ipdb copying build/lib/pyroute2/ipdb/noipdb.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/ipdb copying build/lib/pyroute2/ipdb/__init__.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/ipdb copying build/lib/pyroute2/ipdb/routes.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/ipdb copying build/lib/pyroute2/ipdb/rules.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/ipdb copying build/lib/pyroute2/ipdb/main.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/ipdb copying build/lib/pyroute2/ipdb/interfaces.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/ipdb copying build/lib/pyroute2/ipdb/exceptions.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/ipdb creating /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netns copying build/lib/pyroute2/netns/nslink.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netns creating /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netns/process copying build/lib/pyroute2/netns/process/__init__.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netns/process copying build/lib/pyroute2/netns/process/proxy.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netns/process copying build/lib/pyroute2/netns/__init__.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netns copying build/lib/pyroute2/netns/manager.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netns creating /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/iproute copying build/lib/pyroute2/iproute/windows.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/iproute copying build/lib/pyroute2/iproute/__init__.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/iproute copying build/lib/pyroute2/iproute/bsd.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/iproute copying build/lib/pyroute2/iproute/remote.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/iproute copying build/lib/pyroute2/iproute/linux.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/iproute creating /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/config copying build/lib/pyroute2/config/test_platform.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/config copying build/lib/pyroute2/config/__init__.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/config copying build/lib/pyroute2/config/version.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/config copying build/lib/pyroute2/config/eventlet.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/config copying build/lib/pyroute2/config/asyncio.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/config copying build/lib/pyroute2/config/log.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/config copying build/lib/pyroute2/wiset.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2 copying build/lib/pyroute2/devlink.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2 copying build/lib/pyroute2/iwutil.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2 copying build/lib/pyroute2/__init__.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2 creating /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink creating /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/devlink copying build/lib/pyroute2/netlink/devlink/__init__.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/devlink creating /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/event copying build/lib/pyroute2/netlink/event/acpi_event.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/event copying build/lib/pyroute2/netlink/event/thermal_event.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/event copying build/lib/pyroute2/netlink/event/__init__.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/event copying build/lib/pyroute2/netlink/event/dquot.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/event copying build/lib/pyroute2/netlink/__init__.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink creating /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/ipq copying build/lib/pyroute2/netlink/ipq/__init__.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/ipq creating /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/uevent copying build/lib/pyroute2/netlink/uevent/__init__.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/uevent creating /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/generic copying build/lib/pyroute2/netlink/generic/mptcp.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/generic copying build/lib/pyroute2/netlink/generic/wireguard.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/generic copying build/lib/pyroute2/netlink/generic/l2tp.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/generic copying build/lib/pyroute2/netlink/generic/__init__.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/generic copying build/lib/pyroute2/netlink/generic/ethtool.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/generic creating /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl copying build/lib/pyroute2/netlink/rtnl/marshal.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl copying build/lib/pyroute2/netlink/rtnl/rtgenmsg.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl creating /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/tcmsg copying build/lib/pyroute2/netlink/rtnl/tcmsg/act_bpf.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/tcmsg copying build/lib/pyroute2/netlink/rtnl/tcmsg/sched_bpf.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/tcmsg copying build/lib/pyroute2/netlink/rtnl/tcmsg/act_vlan.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/tcmsg copying build/lib/pyroute2/netlink/rtnl/tcmsg/common_ematch.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/tcmsg copying build/lib/pyroute2/netlink/rtnl/tcmsg/sched_drr.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/tcmsg copying build/lib/pyroute2/netlink/rtnl/tcmsg/act_connmark.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/tcmsg copying build/lib/pyroute2/netlink/rtnl/tcmsg/cls_u32.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/tcmsg copying build/lib/pyroute2/netlink/rtnl/tcmsg/sched_hfsc.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/tcmsg copying build/lib/pyroute2/netlink/rtnl/tcmsg/act_police.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/tcmsg copying build/lib/pyroute2/netlink/rtnl/tcmsg/act_skbedit.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/tcmsg copying build/lib/pyroute2/netlink/rtnl/tcmsg/sched_pfifo_fast.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/tcmsg copying build/lib/pyroute2/netlink/rtnl/tcmsg/em_meta.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/tcmsg copying build/lib/pyroute2/netlink/rtnl/tcmsg/sched_sfq.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/tcmsg copying build/lib/pyroute2/netlink/rtnl/tcmsg/act_gact.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/tcmsg copying build/lib/pyroute2/netlink/rtnl/tcmsg/sched_codel.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/tcmsg copying build/lib/pyroute2/netlink/rtnl/tcmsg/sched_ingress.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/tcmsg copying build/lib/pyroute2/netlink/rtnl/tcmsg/act_mirred.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/tcmsg copying build/lib/pyroute2/netlink/rtnl/tcmsg/__init__.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/tcmsg copying build/lib/pyroute2/netlink/rtnl/tcmsg/em_cmp.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/tcmsg copying build/lib/pyroute2/netlink/rtnl/tcmsg/sched_fq_codel.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/tcmsg copying build/lib/pyroute2/netlink/rtnl/tcmsg/cls_fw.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/tcmsg copying build/lib/pyroute2/netlink/rtnl/tcmsg/common_act.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/tcmsg copying build/lib/pyroute2/netlink/rtnl/tcmsg/cls_flow.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/tcmsg copying build/lib/pyroute2/netlink/rtnl/tcmsg/cls_matchall.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/tcmsg copying build/lib/pyroute2/netlink/rtnl/tcmsg/sched_template.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/tcmsg copying build/lib/pyroute2/netlink/rtnl/tcmsg/sched_htb.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/tcmsg copying build/lib/pyroute2/netlink/rtnl/tcmsg/sched_tbf.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/tcmsg copying build/lib/pyroute2/netlink/rtnl/tcmsg/common.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/tcmsg copying build/lib/pyroute2/netlink/rtnl/tcmsg/sched_netem.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/tcmsg copying build/lib/pyroute2/netlink/rtnl/tcmsg/sched_clsact.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/tcmsg copying build/lib/pyroute2/netlink/rtnl/tcmsg/em_ipset.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/tcmsg copying build/lib/pyroute2/netlink/rtnl/tcmsg/sched_cake.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/tcmsg copying build/lib/pyroute2/netlink/rtnl/tcmsg/sched_plug.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/tcmsg copying build/lib/pyroute2/netlink/rtnl/tcmsg/cls_basic.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/tcmsg copying build/lib/pyroute2/netlink/rtnl/tcmsg/sched_choke.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/tcmsg copying build/lib/pyroute2/netlink/rtnl/rtmsg.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl copying build/lib/pyroute2/netlink/rtnl/ifstatsmsg.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl copying build/lib/pyroute2/netlink/rtnl/nsidmsg.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl copying build/lib/pyroute2/netlink/rtnl/ndtmsg.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl copying build/lib/pyroute2/netlink/rtnl/__init__.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl creating /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/ifinfmsg copying build/lib/pyroute2/netlink/rtnl/ifinfmsg/tuntap.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/ifinfmsg copying build/lib/pyroute2/netlink/rtnl/ifinfmsg/sync.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/ifinfmsg creating /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/ifinfmsg/plugins copying build/lib/pyroute2/netlink/rtnl/ifinfmsg/plugins/tuntap.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/ifinfmsg/plugins copying build/lib/pyroute2/netlink/rtnl/ifinfmsg/plugins/tun.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/ifinfmsg/plugins copying build/lib/pyroute2/netlink/rtnl/ifinfmsg/plugins/geneve.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/ifinfmsg/plugins copying build/lib/pyroute2/netlink/rtnl/ifinfmsg/plugins/team.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/ifinfmsg/plugins copying build/lib/pyroute2/netlink/rtnl/ifinfmsg/plugins/vrf.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/ifinfmsg/plugins copying build/lib/pyroute2/netlink/rtnl/ifinfmsg/plugins/__init__.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/ifinfmsg/plugins copying build/lib/pyroute2/netlink/rtnl/ifinfmsg/plugins/vti.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/ifinfmsg/plugins copying build/lib/pyroute2/netlink/rtnl/ifinfmsg/plugins/xfrm.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/ifinfmsg/plugins copying build/lib/pyroute2/netlink/rtnl/ifinfmsg/plugins/gtp.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/ifinfmsg/plugins copying build/lib/pyroute2/netlink/rtnl/ifinfmsg/plugins/vti6.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/ifinfmsg/plugins copying build/lib/pyroute2/netlink/rtnl/ifinfmsg/plugins/ipoib.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/ifinfmsg/plugins copying build/lib/pyroute2/netlink/rtnl/ifinfmsg/plugins/vxlan.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/ifinfmsg/plugins copying build/lib/pyroute2/netlink/rtnl/ifinfmsg/plugins/ipvlan.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/ifinfmsg/plugins copying build/lib/pyroute2/netlink/rtnl/ifinfmsg/plugins/vlan.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/ifinfmsg/plugins copying build/lib/pyroute2/netlink/rtnl/ifinfmsg/plugins/bond.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/ifinfmsg/plugins copying build/lib/pyroute2/netlink/rtnl/ifinfmsg/__init__.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/ifinfmsg copying build/lib/pyroute2/netlink/rtnl/ifinfmsg/compat.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/ifinfmsg copying build/lib/pyroute2/netlink/rtnl/ifinfmsg/proxy.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/ifinfmsg copying build/lib/pyroute2/netlink/rtnl/p2pmsg.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl copying build/lib/pyroute2/netlink/rtnl/ifaddrmsg.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl copying build/lib/pyroute2/netlink/rtnl/nsinfmsg.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl copying build/lib/pyroute2/netlink/rtnl/fibmsg.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl copying build/lib/pyroute2/netlink/rtnl/req.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl copying build/lib/pyroute2/netlink/rtnl/errmsg.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl copying build/lib/pyroute2/netlink/rtnl/riprsocket.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl copying build/lib/pyroute2/netlink/rtnl/iw_event.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl copying build/lib/pyroute2/netlink/rtnl/iprsocket.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl copying build/lib/pyroute2/netlink/rtnl/ndmsg.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl creating /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/diag copying build/lib/pyroute2/netlink/diag/__init__.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/diag creating /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/nl80211 copying build/lib/pyroute2/netlink/nl80211/__init__.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/nl80211 creating /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/nfnetlink copying build/lib/pyroute2/netlink/nfnetlink/__init__.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/nfnetlink copying build/lib/pyroute2/netlink/nfnetlink/nftsocket.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/nfnetlink copying build/lib/pyroute2/netlink/nfnetlink/ipset.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/nfnetlink copying build/lib/pyroute2/netlink/nfnetlink/nfctsocket.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/nfnetlink copying build/lib/pyroute2/netlink/nlsocket.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink copying build/lib/pyroute2/netlink/exceptions.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink creating /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/taskstats copying build/lib/pyroute2/netlink/taskstats/__init__.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/taskstats copying build/lib/pyroute2/conntrack.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2 creating /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/ndb copying build/lib/pyroute2/ndb/events.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/ndb copying build/lib/pyroute2/ndb/auth_manager.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/ndb copying build/lib/pyroute2/ndb/schema.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/ndb copying build/lib/pyroute2/ndb/__init__.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/ndb copying build/lib/pyroute2/ndb/transport.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/ndb copying build/lib/pyroute2/ndb/cluster.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/ndb copying build/lib/pyroute2/ndb/messages.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/ndb copying build/lib/pyroute2/ndb/main.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/ndb copying build/lib/pyroute2/ndb/query.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/ndb copying build/lib/pyroute2/ndb/report.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/ndb creating /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/ndb/objects copying build/lib/pyroute2/ndb/objects/neighbour.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/ndb/objects copying build/lib/pyroute2/ndb/objects/address.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/ndb/objects copying build/lib/pyroute2/ndb/objects/rule.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/ndb/objects copying build/lib/pyroute2/ndb/objects/__init__.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/ndb/objects copying build/lib/pyroute2/ndb/objects/netns.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/ndb/objects copying build/lib/pyroute2/ndb/objects/route.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/ndb/objects copying build/lib/pyroute2/ndb/objects/interface.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/ndb/objects copying build/lib/pyroute2/ndb/source.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/ndb copying build/lib/pyroute2/arp.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2 creating /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/protocols copying build/lib/pyroute2/protocols/__init__.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/protocols copying build/lib/pyroute2/protocols/icmp.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/protocols copying build/lib/pyroute2/protocols/rawsocket.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/protocols creating /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/nftables copying build/lib/pyroute2/nftables/expressions.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/nftables copying build/lib/pyroute2/nftables/rule.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/nftables copying build/lib/pyroute2/nftables/__init__.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/nftables copying build/lib/pyroute2/nftables/main.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/nftables creating /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/nftables/parser copying build/lib/pyroute2/nftables/parser/__init__.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/nftables/parser copying build/lib/pyroute2/nftables/parser/parser.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/nftables/parser copying build/lib/pyroute2/nftables/parser/expr.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/nftables/parser creating /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/ethtool copying build/lib/pyroute2/ethtool/__init__.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/ethtool copying build/lib/pyroute2/ethtool/ioctl.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/ethtool copying build/lib/pyroute2/ethtool/ethtool.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/ethtool copying build/lib/pyroute2/ethtool/common.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/ethtool creating /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/remote copying build/lib/pyroute2/remote/__init__.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/remote copying build/lib/pyroute2/remote/__main__.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/remote copying build/lib/pyroute2/remote/shell.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/remote creating /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/cli copying build/lib/pyroute2/cli/console.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/cli copying build/lib/pyroute2/cli/session.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/cli copying build/lib/pyroute2/cli/__init__.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/cli creating /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/cli/auth copying build/lib/pyroute2/cli/auth/__init__.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/cli/auth copying build/lib/pyroute2/cli/auth/auth_radius.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/cli/auth copying build/lib/pyroute2/cli/auth/auth_keystone.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/cli/auth copying build/lib/pyroute2/cli/parser.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/cli copying build/lib/pyroute2/cli/server.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/cli copying build/lib/pyroute2/common.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2 creating /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/dhcp copying build/lib/pyroute2/dhcp/dhcp4msg.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/dhcp copying build/lib/pyroute2/dhcp/__init__.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/dhcp copying build/lib/pyroute2/dhcp/dhcp4socket.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/dhcp creating /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/inotify copying build/lib/pyroute2/inotify/__init__.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/inotify copying build/lib/pyroute2/inotify/inotify_fd.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/inotify copying build/lib/pyroute2/inotify/inotify_msg.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/inotify copying build/lib/pyroute2/ipset.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2 copying build/lib/pyroute2/proxy.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2 creating /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/bsd creating /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/bsd/rtmsocket copying build/lib/pyroute2/bsd/rtmsocket/__init__.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/bsd/rtmsocket copying build/lib/pyroute2/bsd/rtmsocket/openbsd.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/bsd/rtmsocket copying build/lib/pyroute2/bsd/rtmsocket/freebsd.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/bsd/rtmsocket copying build/lib/pyroute2/bsd/util.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/bsd creating /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/bsd/pf_route copying build/lib/pyroute2/bsd/pf_route/__init__.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/bsd/pf_route copying build/lib/pyroute2/bsd/pf_route/openbsd.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/bsd/pf_route copying build/lib/pyroute2/bsd/pf_route/freebsd.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/bsd/pf_route copying build/lib/pyroute2/bsd/__init__.py -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/bsd byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/tests/utils.py to utils.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/tests/__init__.py to __init__.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/tests/collector.py to collector.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/ipdb/utils.py to utils.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/ipdb/linkedset.py to linkedset.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/ipdb/transactional.py to transactional.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/ipdb/noipdb.py to noipdb.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/ipdb/__init__.py to __init__.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/ipdb/routes.py to routes.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/ipdb/rules.py to rules.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/ipdb/main.py to main.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/ipdb/interfaces.py to interfaces.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/ipdb/exceptions.py to exceptions.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netns/nslink.py to nslink.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netns/process/__init__.py to __init__.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netns/process/proxy.py to proxy.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netns/__init__.py to __init__.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netns/manager.py to manager.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/iproute/windows.py to windows.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/iproute/__init__.py to __init__.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/iproute/bsd.py to bsd.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/iproute/remote.py to remote.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/iproute/linux.py to linux.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/config/test_platform.py to test_platform.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/config/__init__.py to __init__.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/config/version.py to version.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/config/eventlet.py to eventlet.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/config/asyncio.py to asyncio.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/config/log.py to log.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/wiset.py to wiset.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/devlink.py to devlink.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/iwutil.py to iwutil.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/__init__.py to __init__.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/devlink/__init__.py to __init__.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/event/acpi_event.py to acpi_event.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/event/thermal_event.py to thermal_event.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/event/__init__.py to __init__.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/event/dquot.py to dquot.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/__init__.py to __init__.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/ipq/__init__.py to __init__.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/uevent/__init__.py to __init__.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/generic/mptcp.py to mptcp.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/generic/wireguard.py to wireguard.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/generic/l2tp.py to l2tp.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/generic/__init__.py to __init__.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/generic/ethtool.py to ethtool.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/marshal.py to marshal.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/rtgenmsg.py to rtgenmsg.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/tcmsg/act_bpf.py to act_bpf.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/tcmsg/sched_bpf.py to sched_bpf.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/tcmsg/act_vlan.py to act_vlan.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/tcmsg/common_ematch.py to common_ematch.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/tcmsg/sched_drr.py to sched_drr.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/tcmsg/act_connmark.py to act_connmark.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/tcmsg/cls_u32.py to cls_u32.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/tcmsg/sched_hfsc.py to sched_hfsc.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/tcmsg/act_police.py to act_police.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/tcmsg/act_skbedit.py to act_skbedit.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/tcmsg/sched_pfifo_fast.py to sched_pfifo_fast.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/tcmsg/em_meta.py to em_meta.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/tcmsg/sched_sfq.py to sched_sfq.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/tcmsg/act_gact.py to act_gact.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/tcmsg/sched_codel.py to sched_codel.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/tcmsg/sched_ingress.py to sched_ingress.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/tcmsg/act_mirred.py to act_mirred.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/tcmsg/__init__.py to __init__.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/tcmsg/em_cmp.py to em_cmp.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/tcmsg/sched_fq_codel.py to sched_fq_codel.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/tcmsg/cls_fw.py to cls_fw.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/tcmsg/common_act.py to common_act.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/tcmsg/cls_flow.py to cls_flow.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/tcmsg/cls_matchall.py to cls_matchall.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/tcmsg/sched_template.py to sched_template.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/tcmsg/sched_htb.py to sched_htb.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/tcmsg/sched_tbf.py to sched_tbf.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/tcmsg/common.py to common.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/tcmsg/sched_netem.py to sched_netem.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/tcmsg/sched_clsact.py to sched_clsact.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/tcmsg/em_ipset.py to em_ipset.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/tcmsg/sched_cake.py to sched_cake.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/tcmsg/sched_plug.py to sched_plug.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/tcmsg/cls_basic.py to cls_basic.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/tcmsg/sched_choke.py to sched_choke.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/rtmsg.py to rtmsg.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/ifstatsmsg.py to ifstatsmsg.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/nsidmsg.py to nsidmsg.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/ndtmsg.py to ndtmsg.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/__init__.py to __init__.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/ifinfmsg/tuntap.py to tuntap.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/ifinfmsg/sync.py to sync.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/ifinfmsg/plugins/tuntap.py to tuntap.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/ifinfmsg/plugins/tun.py to tun.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/ifinfmsg/plugins/geneve.py to geneve.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/ifinfmsg/plugins/team.py to team.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/ifinfmsg/plugins/vrf.py to vrf.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/ifinfmsg/plugins/__init__.py to __init__.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/ifinfmsg/plugins/vti.py to vti.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/ifinfmsg/plugins/xfrm.py to xfrm.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/ifinfmsg/plugins/gtp.py to gtp.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/ifinfmsg/plugins/vti6.py to vti6.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/ifinfmsg/plugins/ipoib.py to ipoib.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/ifinfmsg/plugins/vxlan.py to vxlan.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/ifinfmsg/plugins/ipvlan.py to ipvlan.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/ifinfmsg/plugins/vlan.py to vlan.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/ifinfmsg/plugins/bond.py to bond.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/ifinfmsg/__init__.py to __init__.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/ifinfmsg/compat.py to compat.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/ifinfmsg/proxy.py to proxy.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/p2pmsg.py to p2pmsg.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/ifaddrmsg.py to ifaddrmsg.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/nsinfmsg.py to nsinfmsg.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/fibmsg.py to fibmsg.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/req.py to req.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/errmsg.py to errmsg.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/riprsocket.py to riprsocket.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/iw_event.py to iw_event.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/iprsocket.py to iprsocket.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/rtnl/ndmsg.py to ndmsg.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/diag/__init__.py to __init__.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/nl80211/__init__.py to __init__.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/nfnetlink/__init__.py to __init__.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/nfnetlink/nftsocket.py to nftsocket.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/nfnetlink/ipset.py to ipset.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/nfnetlink/nfctsocket.py to nfctsocket.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/nlsocket.py to nlsocket.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/exceptions.py to exceptions.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/netlink/taskstats/__init__.py to __init__.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/conntrack.py to conntrack.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/ndb/events.py to events.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/ndb/auth_manager.py to auth_manager.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/ndb/schema.py to schema.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/ndb/__init__.py to __init__.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/ndb/transport.py to transport.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/ndb/cluster.py to cluster.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/ndb/messages.py to messages.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/ndb/main.py to main.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/ndb/query.py to query.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/ndb/report.py to report.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/ndb/objects/neighbour.py to neighbour.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/ndb/objects/address.py to address.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/ndb/objects/rule.py to rule.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/ndb/objects/__init__.py to __init__.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/ndb/objects/netns.py to netns.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/ndb/objects/route.py to route.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/ndb/objects/interface.py to interface.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/ndb/source.py to source.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/arp.py to arp.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/protocols/__init__.py to __init__.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/protocols/icmp.py to icmp.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/protocols/rawsocket.py to rawsocket.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/nftables/expressions.py to expressions.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/nftables/rule.py to rule.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/nftables/__init__.py to __init__.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/nftables/main.py to main.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/nftables/parser/__init__.py to __init__.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/nftables/parser/parser.py to parser.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/nftables/parser/expr.py to expr.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/ethtool/__init__.py to __init__.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/ethtool/ioctl.py to ioctl.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/ethtool/ethtool.py to ethtool.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/ethtool/common.py to common.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/remote/__init__.py to __init__.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/remote/__main__.py to __main__.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/remote/shell.py to shell.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/cli/console.py to console.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/cli/session.py to session.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/cli/__init__.py to __init__.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/cli/auth/__init__.py to __init__.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/cli/auth/auth_radius.py to auth_radius.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/cli/auth/auth_keystone.py to auth_keystone.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/cli/parser.py to parser.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/cli/server.py to server.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/common.py to common.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/dhcp/dhcp4msg.py to dhcp4msg.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/dhcp/__init__.py to __init__.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/dhcp/dhcp4socket.py to dhcp4socket.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/inotify/__init__.py to __init__.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/inotify/inotify_fd.py to inotify_fd.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/inotify/inotify_msg.py to inotify_msg.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/ipset.py to ipset.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/proxy.py to proxy.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/bsd/rtmsocket/__init__.py to __init__.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/bsd/rtmsocket/openbsd.py to openbsd.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/bsd/rtmsocket/freebsd.py to freebsd.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/bsd/util.py to util.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/bsd/pf_route/__init__.py to __init__.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/bsd/pf_route/openbsd.py to openbsd.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/bsd/pf_route/freebsd.py to freebsd.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2/bsd/__init__.py to __init__.cpython-38.pyc running install_egg_info running egg_info writing pyroute2.egg-info/PKG-INFO writing dependency_links to pyroute2.egg-info/dependency_links.txt writing requirements to pyroute2.egg-info/requires.txt writing top-level names to pyroute2.egg-info/top_level.txt reading manifest file 'pyroute2.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'pyroute2.egg-info/SOURCES.txt' Copying pyroute2.egg-info to /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/lib/python3.8/site-packages/pyroute2-0.5.19-py3.8.egg-info running install_scripts creating /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/bin copying build/scripts-3.8/pyroute2-cli -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/bin copying build/scripts-3.8/ss2 -> /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/bin changing mode of /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/bin/pyroute2-cli to 755 changing mode of /home/buildozer/aports/community/py3-pyroute2/pkg/py3-pyroute2/usr/bin/ss2 to 755 >>> py3-pyroute2*: Running postcheck for py3-pyroute2 >>> py3-pyroute2*: Preparing package py3-pyroute2... >>> py3-pyroute2*: Tracing dependencies... >>> py3-pyroute2*: Package size: 3.6 MB >>> py3-pyroute2*: Compressing data... >>> py3-pyroute2*: Create checksum... >>> py3-pyroute2*: Create py3-pyroute2-0.5.19-r1.apk >>> py3-pyroute2: Build complete at Fri, 13 Aug 2021 19:58:51 +0000 elapsed time 0h 0m 12s >>> py3-pyroute2: Cleaning up srcdir >>> py3-pyroute2: Cleaning up pkgdir >>> py3-pyroute2: Uninstalling dependencies... (1/23) Purging .makedepends-py3-pyroute2 (20210813.195841) (2/23) Purging py3-pytest (6.2.1-r0) (3/23) Purging py3-atomicwrites (1.4.0-r0) (4/23) Purging py3-attrs (20.3.0-r0) (5/23) Purging py3-more-itertools (8.7.0-r0) (6/23) Purging py3-iniconfig (1.1.1-r0) (7/23) Purging py3-pluggy (0.13.1-r1) (8/23) Purging py3-py (1.10.0-r0) (9/23) Purging py3-wcwidth (0.2.5-r0) (10/23) Purging py3-setuptools (51.3.3-r0) (11/23) Purging py3-ordered-set (4.0.2-r0) (12/23) Purging py3-appdirs (1.4.4-r1) (13/23) Purging py3-packaging (20.9-r0) (14/23) Purging py3-parsing (2.4.7-r1) (15/23) Purging py3-six (1.15.0-r0) (16/23) Purging py3-toml (0.10.2-r0) (17/23) Purging python3 (3.8.10-r0) (18/23) Purging libbz2 (1.0.8-r1) (19/23) Purging libffi (3.3-r2) (20/23) Purging gdbm (1.19-r0) (21/23) Purging xz-libs (5.2.5-r0) (22/23) Purging readline (8.1.0-r0) (23/23) Purging sqlite-libs (3.34.1-r0) Executing busybox-1.32.1-r6.trigger OK: 310 MiB in 86 packages >>> py3-pyroute2: Updating the community/x86 repository index... >>> py3-pyroute2: Signing the index...