Hi Dave, this looks like something got stuck - and the only thing I know which can get the framework stuck like this is if vpp coredumps mid-API, in which case, python gets stuck doing unix_shared_memory_queue_sub(). I actually pushed a patch today, which makes the test framework to fork at start and the tests then run in child process, periodically sending keep-alives via pipe to parent. There is a default timeout of 120 seconds for each test case, which, if not met will cause the parent to kill the child and give up. So this will at least make this visible sooner.
Anyhow, what we really need is to configure the jenkins to save the /tmp/vpp-unittest-* stuff (or at least /tmp/vpp-unittest-*/log.txt) so we can see what actually happened. Alternatively, we could add V=2 to make test in the verify job, but that would add at least 50MB of data to the console output, which would make it cumbersome.. Any jenkins wizards around? Thanks, Klement Quoting Dave Barach (dbarach) (2017-08-09 20:07:47) > Please see [1]https://gerrit.fd.io/r/#/c/7927, and > > > > > [2]http://jenkins.ejkern.net:8080/job/vpp-test-debug-master-ubuntu1604/1056/console > > > > The patch in question is highly unlikely to cause this failure... > > > > > > 14:37:11 > > ============================================================================== > > 14:37:11 P2P Ethernet tests > > 14:37:11 > > ============================================================================== > > 14:37:11 delete/create p2p > subif OK > > 14:37:11 create 100k of p2p > subifs SKIP > > 14:37:11 create 1k of p2p > subifs Build timed out > (after 120 minutes). Marking the build as failed. > > 16:24:49 $ ssh-agent -k > > 16:24:54 unset SSH_AUTH_SOCK; > > 16:24:54 unset SSH_AGENT_PID; > > 16:24:54 echo Agent pid 84 killed; > > 16:25:07 [ssh-agent] Stopped. > > 16:25:07 Build was aborted > > 16:25:09 [WS-CLEANUP] Deleting project workspace...[WS-CLEANUP] done > > 16:25:11 Finished: FAILURE > > > > Thanks… Dave > > > > References > > Visible links > 1. https://gerrit.fd.io/r/#/c/7927 > 2. > http://jenkins.ejkern.net:8080/job/vpp-test-debug-master-ubuntu1604/1056/console _______________________________________________ vpp-dev mailing list vpp-dev@lists.fd.io https://lists.fd.io/mailman/listinfo/vpp-dev