Date: Tue, 16 Apr 2019 01:11:47 +0000 From: bugzilla-noreply@freebsd.org To: testing@freebsd.org Subject: [Bug 237305] Multiple sys.netpfil.pf.* tests failing on ^/head and ^/stable/12 Message-ID: <bug-237305-32464@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D237305 Bug ID: 237305 Summary: Multiple sys.netpfil.pf.* tests failing on ^/head and ^/stable/12 Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: tests Assignee: testing@freebsd.org Reporter: ngie@FreeBSD.org The following tests are failing on amd64/i386 on ^/head and recent back por= ts to ^/stable/12: sys.netpfil.pf.forward.v4 sys.netpfil.pf.forward.v6 sys.netpfil.pf.fragmentation.v6 sys.netpfil.pf.icmp.cve_2019_5598 sys.netpfil.pf.set_tos.v4 The error message seems to be coming from scapy. From https://ci.freebsd.org/job/FreeBSD-head-amd64-test/10846/testReport/junit/s= ys.netpfil.pf/forward/v4/ : =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Fail: incorrect exit status: 1, expected: 0 stdout: stderr: Traceback (most recent call last): File "/usr/tests/sys/netpfil/pf/pft_ping.py", line 4, in <module> import scapy.all as sp File "/usr/local/lib/python2.7/site-packages/scapy/all.py", line 27, in <module> from scapy.route import * File "/usr/local/lib/python2.7/site-packages/scapy/route.py", line 203, in <module> conf.iface =3D get_working_if() File "/usr/local/lib/python2.7/site-packages/scapy/arch/bpf/core.py", line 180, in get_working_if ifaces =3D get_working_ifaces() File "/usr/local/lib/python2.7/site-packages/scapy/arch/bpf/core.py", line 164, in get_working_ifaces interfaces.append((ifname, int(ifname[-1]))) ValueError: invalid literal for int() with base 10: 'a' Files left in work directory after failure: created_interfaces.lst, created_jails.lst =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D All in all, this looks like package breakage, but it's resulting in failed tests. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-237305-32464>