[Bug 237305] Multiple sys.netpfil.pf.* tests failing on ^/head and ^/stable/12

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Apr 16 01:11:50 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237305

            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 at freebsd.org
          Reporter: ngie at FreeBSD.org

The following tests are failing on amd64/i386 on ^/head and recent back ports
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/sys.netpfil.pf/forward/v4/
:

====================================

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 = get_working_if()
  File "/usr/local/lib/python2.7/site-packages/scapy/arch/bpf/core.py", line
180, in get_working_if
    ifaces = 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

====================================

All in all, this looks like package breakage, but it's resulting in failed
tests.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-testing mailing list