Can you please provide instructions to reproduce? I checked out latest master
commit 2bc940272ec75d1094326eafb4a3fa2c614e3a7b Author: Neale Ranns <nra...@cisco.com> Date: Sun Feb 25 12:27:18 2018 -0800 Scapy upgrade to 2.4.0.rc5 - many of the patches fd.io applies in test/patches/2.3.3 are now upstreamed in 2.4 - 2.4 adds support for IGMPv3 which is my main motivation for the upgrade Change-Id: If2c0a524e3cba320b4a5d8cd07817c6ea2bf0c5a Signed-off-by: Neale Ranns <nra...@cisco.com> And run both make test TEST=test_ip6 make test-debug TEST=test_ip6 without any issues... Thanks, Klement > -----Original Message----- > From: Jon Loeliger <j...@netgate.com> > Sent: Monday, March 19, 2018 4:23 PM > To: Klement Sekera -X (ksekera - PANTHEON TECHNOLOGIES at Cisco) > <ksek...@cisco.com> > Cc: vpp-dev <vpp-dev@lists.fd.io> > Subject: Re: [vpp-dev] make TEST=test_ip6 test failing on multiple machines, > when NOT run as root. > > On Fri, Mar 16, 2018 at 3:33 AM, Klement Sekera <ksek...@cisco.com > <mailto:ksek...@cisco.com> > wrote: > > > This looks kinda like you have old papi installed somewhere. > > Please try `make test-wipe` and let me know how it goes. > > Thanks, > Klement > > > These are clean build of top-of-tree. The 'make test-wipe' has no effect. > > I think the problem is that it doesn't quit at the first error, and tries to > reopen > one of the output files or directories a second time, not realizing it is > already > there. > > > > In one of the complaint directories, the stderr file contains this message: > > $ less /tmp/vpp-unittest-TestPAPIMessageParsing-P8q8OK/vpp_stderr.txt > > load_one_plugin:184: Loaded plugin: tlsmbedtls_plugin.so (mbedtls based TLS > Engine) > load_one_plugin:184: Loaded plugin: tlsopenssl_plugin.so (openssl based TLS > Engine) > work/vpp/build-root/install-vpp-native/vpp/bin/vpp[19872]: > unix_physmem_region_alloc:172: physmem page for region 'buffers' > allocated on the wrong numa node (requested 0 actual 4294967294) > > In the log.txt we find: > > 10:12:52,305 --- setUp() for > TestPAPIMessageParsing.test_add_new_compound_type_with_array( New > compound type with array ) called --- > 10:12:52,305 Starting sleep for 0.1s (during setUp) > 10:12:52,405 Finished sleep (during setUp) - slept 0.100102901459s (wanted > 0.1s) > 10:12:52,405 CLI: clear trace > 10:12:53,132 --- addError() > TestPAPIMessageParsing.test_add_new_compound_type_with_array( New > compound type with array ) called, err is (<type 'exceptions.ValueError'>, > ValueError(u'Duplicate message name: vl_api_ip4_fib_counter_t',), > <traceback object at 0x62ea758>) > 10:12:53,133 formatted exception is: > Traceback (most recent call last): > File "/usr/lib64/python2.7/unittest/case.py", line 369, in run > testMethod() > File "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 > > 10:12:53,133 creating a link to the failed test > 10:12:53,133 os.symlink(/tmp/vpp-unittest-TestPAPIMessageParsing- > P8q8OK, /tmp/vpp-failed-unittests//vpp-unittest-TestPAPIMessageParsing- > P8q8OK-FAILED) > 10:12:53,133 --- tearDown() for > TestPAPIMessageParsing.test_add_new_compound_type_with_array( New > compound type with array ) called --- > 10:12:53,134 CLI: show trace > > HTH, > jdl > -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#8596): https://lists.fd.io/g/vpp-dev/message/8596 View All Messages In Topic (14): https://lists.fd.io/g/vpp-dev/topic/14491547 Mute This Topic: https://lists.fd.io/mt/14491547/21656 New Topic: https://lists.fd.io/g/vpp-dev/post Change Your Subscription: https://lists.fd.io/g/vpp-dev/editsub/21656 Group Home: https://lists.fd.io/g/vpp-dev Contact Group Owner: vpp-dev+ow...@lists.fd.io Terms of Service: https://lists.fd.io/static/tos Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub -=-=-=-=-=-=-=-=-=-=-=-