Re: [vpp-dev] make TEST=test_ip6 test failing on multiple machines, when NOT run as root.

2018-03-22 Thread Burt Silverman
On machines that I see test failures -- sometimes, frequently, they disappear when I use make test-debug rather than make test. Burt On Thu, Mar 22, 2018 at 2:08 PM, Klement Sekera wrote: > > > > Ooo, I see... So, yeah, I have to hop between a local branch and > the > > upstream master,

Re: [vpp-dev] make TEST=test_ip6 test failing on multiple machines, when NOT run as root.

2018-03-22 Thread Klement Sekera
> > Ooo, I see... So, yeah, I have to hop between a local branch and the > upstream master, > so I may be being victimized by this problem. I've been doing a "make > wipe" or "wipe-release" > and forgot about the industrial 'git clean'. Drat. I'll give that a > run... > >

Re: [vpp-dev] make TEST=test_ip6 test failing on multiple machines, when NOT run as root.

2018-03-22 Thread Jon Loeliger
On Tue, Mar 20, 2018 at 9:44 AM, Jon Loeliger wrote: > On Tue, Mar 20, 2018 at 6:30 AM, Ole Troan wrote: > >> >> > >> > git clean -d -f -x . >> > and rebuilding everything fixes the issue >> > >> > Let me know if you see a different issue... >> > > Ooo, I see... So, yeah, I have to hop between

Re: [vpp-dev] make TEST=test_ip6 test failing on multiple machines, when NOT run as root.

2018-03-21 Thread Ole Troan
> I can't believe I've read a sentence with the words "good ideas" and "GNU > autotools" in it. :-) At this point I'm also open to bad ideas. ;-) I started looking at how to add -M to vppapigen and then integrate it with depcomp. Cheers, Ole -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all mes

Re: [vpp-dev] make TEST=test_ip6 test failing on multiple machines, when NOT run as root.

2018-03-20 Thread Jon Loeliger
On Tue, Mar 20, 2018 at 6:30 AM, Ole Troan wrote: > > I debugged this a bit further and it seems that sometimes when hopping > branches, the json files corresponding to APIs are not regenerated properly. > > What happens in vpp-papi is that if it founds a duplicate, it checks > whether it's the s

Re: [vpp-dev] make TEST=test_ip6 test failing on multiple machines, when NOT run as root.

2018-03-20 Thread Jon Loeliger
On Mon, Mar 19, 2018 at 5:23 PM, Klement Sekera -X (ksekera - PANTHEON TECHNOLOGIES at Cisco) wrote: > Hi Jon, > > > Just to confirm - what's your environment? > > Centos 7.4 jdl@bcc-1 $ uname -a Linux bcc-1 3.10.0-693.21.1.el7.x86_64 #1 SMP Wed Mar 7 19:03:37 UTC 2018 x86_64 x86_64 x86_64 GNU/L

Re: [vpp-dev] make TEST=test_ip6 test failing on multiple machines, when NOT run as root.

2018-03-20 Thread Ole Troan
19, 2018 11:23 PM >> To: vpp-dev@lists.fd.io >> Cc: vpp-dev >> Subject: Re: [vpp-dev] make TEST=test_ip6 test failing on multiple machines, >> when NOT run as root. >> >> Hi Jon, >> >> I missed your in-thread complaint about the PAPI tests somehow a

Re: [vpp-dev] make TEST=test_ip6 test failing on multiple machines, when NOT run as root.

2018-03-20 Thread Klement Sekera
t to confirm - what's your environment? > > Thanks, > Klement > > > -Original Message- > > From: vpp-dev@lists.fd.io On Behalf Of Jon > > Loeliger > > Sent: Monday, March 19, 2018 9:16 PM > > To: vpp-dev@lists.fd.io > > Cc: vpp-dev >

Re: [vpp-dev] make TEST=test_ip6 test failing on multiple machines, when NOT run as root.

2018-03-19 Thread Klement Sekera
ts.fd.io On Behalf Of Jon Loeliger > Sent: Monday, March 19, 2018 9:16 PM > To: vpp-dev@lists.fd.io > Cc: vpp-dev > Subject: Re: [vpp-dev] make TEST=test_ip6 test failing on multiple machines, > when NOT run as root. > > On Mon, Mar 19, 2018 at 10:40 AM, Klement Sekera

Re: [vpp-dev] make TEST=test_ip6 test failing on multiple machines, when NOT run as root.

2018-03-19 Thread Jon Loeliger
On Mon, Mar 19, 2018 at 10:55 AM, Burt Silverman wrote: > I believe the physmem/numa error is just to throw us off -- a code bug but > an innocuous one at least for non NUMA systems; Damjan would know more. > > Jon, I like your idea about it not quitting on the first error. And I > guess the "Fil

Re: [vpp-dev] make TEST=test_ip6 test failing on multiple machines, when NOT run as root.

2018-03-19 Thread Jon Loeliger
On Mon, Mar 19, 2018 at 10:40 AM, Klement Sekera -X (ksekera - PANTHEON TECHNOLOGIES at Cisco) wrote: > Can you please provide instructions to reproduce? > > I checked out latest master > I think we are not communicating. I checkout any top of tree commit over the past, oh three weeks or so, an

Re: [vpp-dev] make TEST=test_ip6 test failing on multiple machines, when NOT run as root.

2018-03-19 Thread Burt Silverman
I believe the physmem/numa error is just to throw us off -- a code bug but an innocuous one at least for non NUMA systems; Damjan would know more. Jon, I like your idea about it not quitting on the first error. And I guess the "File Exists" error is also just something that happens after the "real

Re: [vpp-dev] make TEST=test_ip6 test failing on multiple machines, when NOT run as root.

2018-03-19 Thread Klement Sekera
> -Original Message- > From: Jon Loeliger > Sent: Monday, March 19, 2018 4:23 PM > To: Klement Sekera -X (ksekera - PANTHEON TECHNOLOGIES at Cisco) > > Cc: vpp-dev > Subject: Re: [vpp-dev] make TEST=test_ip6 test failing on multiple machines, > when NOT run as root. >

Re: [vpp-dev] make TEST=test_ip6 test failing on multiple machines, when NOT run as root.

2018-03-19 Thread Jon Loeliger
On Fri, Mar 16, 2018 at 3:33 AM, Klement Sekera 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 proble

Re: [vpp-dev] make TEST=test_ip6 test failing on multiple machines, when NOT run as root.

2018-03-16 Thread Klement Sekera
gt; To: vpp-dev@lists.fd.io > Cc: vpp-dev@lists.fd.io > Subject: Re: [vpp-dev] make TEST=test_ip6 test failing on multiple machines, > when NOT run as root. > > +1. Definitely try "make test" as root, and let folks know how it goes... > > > > From: vpp-dev@lists.fd.io

Re: [vpp-dev] make TEST=test_ip6 test failing on multiple machines, when NOT run as root.

2018-03-15 Thread Burt Silverman
>> *Subject:* Re: [vpp-dev] make TEST=test_ip6 test failing on multiple >> machines, when NOT run as root. >> >> >> >> >> >> OK, this doesn't look like related to my issue. does it work with sudo? >> > > So, yes. Even sudone, these remaining errors persist. > > Not sure what is at work here yet. > > jdl > > > >

Re: [vpp-dev] make TEST=test_ip6 test failing on multiple machines, when NOT run as root.

2018-03-15 Thread Jon Loeliger
; *Cc:* vpp-dev@lists.fd.io > *Subject:* Re: [vpp-dev] make TEST=test_ip6 test failing on multiple > machines, when NOT run as root. > > > > > > OK, this doesn't look like related to my issue. does it work with sudo? > So, yes. Even sudone, these remaining errors persist. Not sure what is at work here yet. jdl

Re: [vpp-dev] make TEST=test_ip6 test failing on multiple machines, when NOT run as root.

2018-03-15 Thread Dave Barach
+1. Definitely try "make test" as root, and let folks know how it goes... From: vpp-dev@lists.fd.io On Behalf Of Damjan Marion Sent: Thursday, March 15, 2018 5:24 PM To: vpp-dev@lists.fd.io Cc: vpp-dev@lists.fd.io Subject: Re: [vpp-dev] make TEST=test_ip6 test failing on multiple machi

Re: [vpp-dev] make TEST=test_ip6 test failing on multiple machines, when NOT run as root.

2018-03-15 Thread Damjan Marion
OK, this doesn't look like related to my issue. does it work with sudo? > On 15 Mar 2018, at 21:58, Jon Loeliger wrote: > > On Thu, Mar 15, 2018 at 1:54 PM, Damjan Marion > wrote: > > Should be fixed now, issue was happening when VPP was allocating buffer > m

Re: [vpp-dev] make TEST=test_ip6 test failing on multiple machines, when NOT run as root.

2018-03-15 Thread Jon Loeliger
On Thu, Mar 15, 2018 at 1:54 PM, Damjan Marion wrote: > > Should be fixed now, issue was happening when VPP was allocating buffer > memory from 4K pages (running as non-root). > Damjan, It has gotten better, but I still see these: ==

Re: [vpp-dev] make TEST=test_ip6 test failing on multiple machines, when NOT run as root.

2018-03-15 Thread Damjan Marion
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 wrote: > > On Tue, Mar 13, 2018 at 5:47 AM, Klement Sekera > wrote: > I would say that this should be worth t

Re: [vpp-dev] make TEST=test_ip6 test failing on multiple machines, when NOT run as root.

2018-03-13 Thread Jon Loeliger
On Tue, Mar 13, 2018 at 5:47 AM, Klement Sekera 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, 'ma

Re: [vpp-dev] make TEST=test_ip6 test failing on multiple machines, when NOT run as root.

2018-03-13 Thread Klement Sekera
pp-dev@lists.fd.io] On Behalf Of Ed Kern > (ejk) > Sent: Tuesday, March 13, 2018 1:18 AM > To: vpp-dev@lists.fd.io > Cc: vpp-dev@lists.fd.io > Subject: Re: [vpp-dev] make TEST=test_ip6 test failing on multiple machines, > when NOT run as root. > > Cant/wont make assumptions or g

Re: [vpp-dev] make TEST=test_ip6 test failing on multiple machines, when NOT run as root.

2018-03-12 Thread Ed Kern
TEST=test_ip6 test failing on multiple machines, when NOT run as root. Dave Wallace and I were chatting, and he jogged my memory: our Jenkins minions run "make test" as root. TEST=test_ip6 fails 100% of the time when run as a normal user. It passes when run as root. Would it be p

Re: [vpp-dev] make TEST=test_ip6 test failing on multiple machines, when NOT run as root.

2018-03-12 Thread Klement Sekera
ject: Re: [vpp-dev] make TEST=test_ip6 test failing on multiple machines, > when NOT run as root. > > Dave Wallace and I were chatting, and he jogged my memory: our Jenkins > minions run "make test" as root. > > > > TEST=test_ip6 fails 100% of the time whe

Re: [vpp-dev] make TEST=test_ip6 test failing on multiple machines, when NOT run as root.

2018-03-12 Thread Dave Barach
Dave Wallace and I were chatting, and he jogged my memory: our Jenkins minions run "make test" as root. TEST=test_ip6 fails 100% of the time when run as a normal user. It passes when run as root. Would it be possible to fix this class of problem? Thanks. Dave From: Dave Barach (dbar