Should be fixed now, issue was happening when VPP was allocating buffer memory 
from 4K pages (running as non-root).


> On 13 Mar 2018, at 15:24, Jon Loeliger <j...@netgate.com> wrote:
> 
> On Tue, Mar 13, 2018 at 5:47 AM, Klement Sekera <ksek...@cisco.com 
> <mailto:ksek...@cisco.com>> wrote:
> I would say that this should be worth the extra effort just to have the same 
> conditions. Otherwise the verify job does something different than `make 
> test` on your box and that could be confusing.
> 
> Thanks,
> Klement
> 
> These days, 'make test' on my box(*) running as not-root fails many tests.
> I've not looked into it, but here are some.  I'm going with duplicate API
> message registration?
> 
> HTH,
> jdl
> 
> (*) -- CentOS 7.4.1708
> 
> 
> 
> PAPI Message parsing Test Case
> ==============================================================================
> New compound type with array                                             
> ERROR [ temp dir used by test case: 
> /tmp/vpp-unittest-TestPAPIMessageParsing-f22YXN ]
> 13:33:25,146 [Errno 17] File exists
> 
> 
> 
> ERROR: New compound type with array
> ------------------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/home/jdl/workspace/tnsr-pkgs/work/vpp/test/test_papi.py", line 281, 
> in test_add_new_compound_type_with_array
>     msglist.add_type(p[0], p[1:])
>   File "build/bdist.linux-x86_64/egg/vpp_papi.py", line 590, in add_type
>     typeonly=True)
>   File "build/bdist.linux-x86_64/egg/vpp_papi.py", line 545, in add_message
>     raise ValueError('Duplicate message name: ' + name)
> ValueError: Duplicate message name: vl_api_ip4_fib_counter_t
> 
> ==============================================================================
> ERROR: IPv6 FIB test
> ------------------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/home/jdl/workspace/tnsr-pkgs/work/vpp/test/test_ip6.py", line 343, 
> in test_fib
>     pkts = self.pg0.get_capture()
>   File "/home/jdl/workspace/tnsr-pkgs/work/vpp/test/vpp_pg_interface.py", 
> line 242, in get_capture
>     raise Exception("No packets captured on %s" % name)
> Exception: No packets captured on pg0
> 
> 
> ERROR: Add new message object
> ------------------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/home/jdl/workspace/tnsr-pkgs/work/vpp/test/test_papi.py", line 71, 
> in test_adding_new_message_object
>     msgdef = msglist.add_message(p[0], p[1:])
>   File "build/bdist.linux-x86_64/egg/vpp_papi.py", line 545, in add_message
>     raise ValueError('Duplicate message name: ' + name)
> ValueError: Duplicate message name: show_version
> 
> 
> ERROR: New message with array
> ------------------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/home/jdl/workspace/tnsr-pkgs/work/vpp/test/test_papi.py", line 87, 
> in test_adding_new_message_object_with_array
>     msglist.add_message(p[0], p[1:])
>   File "build/bdist.linux-x86_64/egg/vpp_papi.py", line 545, in add_message
>     raise ValueError('Duplicate message name: ' + name)
> ValueError: Duplicate message name: ip_address_details
> 
> 

Reply via email to