NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

bin/54404: Illegal output in test case ipsecif_natt_transport_null



>Number:         54404
>Category:       bin
>Synopsis:       Illegal output in test case ipsecif_natt_transport_null
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    bin-bug-people
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Jul 24 05:10:01 +0000 2019
>Originator:     Martin Husemann
>Release:        NetBSD 8.99.51
>Organization:
The NetBSD Foundation, Inc.
>Environment:
System: NetBSD space-truckin.duskware.de 8.99.51 NetBSD 8.99.51 (GENERIC) #45: Tue Jul 23 16:17:31 CEST 2019 martin%night-owl.duskware.de@localhost:/usr/src/sys/arch/evbarm/compile/GENERIC evbarm
Architecture: earmv7hfeb
Machine: evbarm
>Description:

Running tests causes invalid output in net/if_ipsec/t_ipsec_natt,
in the ipsecif_natt_transport_null (and maybe others, there are multiple 
reports but this is the first occurance):

The stderr output of this test case includes garbage output from npfctl,
which prevents the html report to be generated.

>How-To-Repeat:

cd /usr/tests/net/if_ipsec/
atf-run t_ipsec_natt | hexdump -C

00001e10  63 74 20 65 78 69 74 20  73 74 61 74 75 73 3a 20  |ct exit status: |
00001e20  31 2c 20 65 78 70 65 63  74 65 64 3a 20 30 0a 74  |1, expected: 0.t|
00001e30  63 2d 73 65 3a 73 74 64  6f 75 74 3a 0a 74 63 2d  |c-se:stdout:.tc-|
00001e40  73 65 3a 0a 74 63 2d 73  65 3a 73 74 64 65 72 72  |se:.tc-se:stderr|
00001e50  3a 0a 74 63 2d 73 65 3a  6e 70 66 63 74 6c 3a 20  |:.tc-se:npfctl: |
00001e60  ff 3f 0f e3 04 60 84 e5  08 60 84 e5 0c 30 84 e5  |.?...`...`...0..|
00001e70  05 0a 74 63 2d 73 65 3a  6e 70 66 63 74 6c 3a 20  |..tc-se:npfctl: |
00001e80  73 6f 75 72 63 65 20 02  30 93 e7 20 6c 69 6e 65  |source .0.. line|
00001e90  20 31 37 39 34 30 37 31  30 38 0a 74 63 2d 73 65  | 179407108.tc-se|
00001ea0  3a 6e 70 66 63 74 6c 3a  20 6f 62 6a 65 63 74 3a  |:npfctl: object:|
00001eb0  20 39 32 31 36 32 39 35  32 39 30 31 30 36 34 36  | 921629529010646|
00001ec0  39 32 38 30 0a 74 63 2d  73 65 3a 6e 70 66 63 74  |9280.tc-se:npfct|
00001ed0  6c 3a 20 6e 70 66 63 74  6c 5f 63 6f 6e 66 69 67  |l: npfctl_config|
00001ee0  5f 73 65 6e 64 3a 20 49  6e 70 75 74 2f 6f 75 74  |_send: Input/out|
00001ef0  70 75 74 20 65 72 72 6f  72 0a 74 63 2d 73 65 3a  |put error.tc-se:|


Note also that this test fails.

>Fix:
n/a



Home | Main Index | Thread Index | Old Index