And this error a couple of times. From: https://jenkins.fd.io/job/vpp-csit-verify-virl-master/6284/console
12:54:10 + ssh -i priv_key -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o BatchMode=yes -o LogLevel=error [email protected] 'stop-testcase session-MlXji0' 12:54:11 INFO 2017-07-17 05:54:11,281 virl.std.client Client.simengine_stop called args=('session-MlXji0', None) kargs={} 12:54:11 Simengine server responded: SUCCESS 12:54:11 INFO 2017-07-17 05:54:11,755 virl.std.client simengine_stop GET on URL "http://localhost:19399/simengine/rest/stop/session-MlXji0" 12:54:11 INFO 2017-07-17 05:54:11,755 virl.std.client simengine_stop response 200 to GET on URL "http://localhost:19399/simengine/rest/stop/session-MlXji0" 12:54:11 + for index in '"${!VIRL_SERVER[@]}"' 12:54:11 + ssh -i priv_key -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o BatchMode=yes -o LogLevel=error [email protected] 'stop-testcase ' 12:54:12 + for index in '"${!VIRL_SERVER[@]}"' 12:54:12 + ssh -i priv_key -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o BatchMode=yes -o LogLevel=error [email protected] 'stop-testcase ' 12:54:12 Build step 'Execute shell' marked build as failure 12:54:12 $ ssh-agent -k 12:54:12 unset SSH_AUTH_SOCK; 12:54:12 unset SSH_AGENT_PID; 12:54:12 echo Agent pid 2453 killed; 12:54:12 [ssh-agent] Stopped. 12:54:13 Archiving artifacts 12:54:13 Robot results publisher started... 12:54:13 -Parsing output xml: 12:54:13 Failed! 12:54:13 hudson.AbortException: No files found in path /w/workspace/vpp-csit-verify-virl-master/csit with configured filemask: output.xml 12:54:13 at hudson.plugins.robot.RobotParser$RobotParserCallable.invoke(RobotParser.java:77) -----Original Message----- From: "Peter Mikus -X (pmikus - PANTHEON TECHNOLOGIES at Cisco)" <[email protected]> Date: Monday, 17 July 2017 at 10:53 To: "Neale Ranns (nranns)" <[email protected]>, "[email protected]" <[email protected]>, "[email protected]" <[email protected]> Subject: RE: Verify failures on Centos . Hello, I think this is because you did not rebase your code. Recently dpdk package was updated/uploaded on nexus (vpp6), and you are trying to build against vpp5, which cannot be installed on Jenkins slave because it already has latest version. Can you please try rebase and do again? Thanks. Peter Mikus Engineer – Software Cisco Systems Limited -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Neale Ranns (nranns) Sent: Monday, July 17, 2017 11:23 AM To: [email protected]; [email protected] Subject: [csit-dev] Verify failures on Centos . Hi All, The error below has occurred 4 times in a row on the verify job for: https://gerrit.fd.io/r/#/c/7586/ anyone have any insight? Thanks, neale 23:10:32 make[2]: Leaving directory `/w/workspace/vpp-verify-master-centos7/dpdk' 23:10:32 sudo rpm -Uih vpp-dpdk-devel-17.05-vpp5.x86_64.rpm 23:10:32 ######################################## 23:10:32 package vpp-dpdk-devel-17.05-vpp6.x86_64 (which is newer than vpp-dpdk-devel-17.05-vpp5.x86_64) is already installed 23:10:32 make[1]: *** [install-rpm] Error 2 23:10:32 make[1]: Leaving directory `/w/workspace/vpp-verify-master-centos7/dpdk' 23:10:32 make: *** [dpdk-install-dev] Error 2 23:10:32 Build step 'Execute shell' marked build as failure _______________________________________________ csit-dev mailing list [email protected] https://lists.fd.io/mailman/listinfo/csit-dev _______________________________________________ vpp-dev mailing list [email protected] https://lists.fd.io/mailman/listinfo/vpp-dev
