Well regardless of this trashing on the sandbox I put a stopgap fix in a few hours ago and when vanessa returns she will merge the addition so that we are also safe there.
sorry about the trouble..thanks to damjan for overriding and hooking you up Ed On Mar 14, 2018, at 10:22 AM, Ed Kern (ejk) <e...@cisco.com<mailto:e...@cisco.com>> wrote: matus, This is not your problem and im not suggesting it is…but trying to understand different behavior on sandbox. Since this time it just burned me but I dont want it to happen again. If I run this by hand make verify on opensuse properly picks up 17.11 as the desired version https://jenkins.fd.io/sandbox/job/vpp-verify-1801-opensuse/2/console but if I run the exact same bits on the sandbox it gets in its head to build/install 18.02 instead.. Any great thoughts on why my apple on sandbox ls in fact an orange? Ed On Mar 14, 2018, at 7:58 AM, Matus Fabian -X (matfabia - PANTHEON TECHNOLOGIES at Cisco) <matfa...@cisco.com<mailto:matfa...@cisco.com>> wrote: https://jenkins.fd.io/job/vpp-verify-1801-opensuse/166/console 05:49:33 make[2]: Leaving directory '/w/workspace/vpp-verify-1801-opensuse/dpdk' 05:49:33 sudo rpm -Uih vpp-dpdk-devel-17.11-vpp1.x86_64.rpm 05:49:33 ######################################## 05:49:34 package vpp-dpdk-devel-18.02-vpp1.x86_64 (which is newer than vpp-dpdk-devel-17.11-vpp1.x86_64) is already installed 05:49:34 Makefile:437: recipe for target 'install-rpm' failed 05:49:34 make[1]: *** [install-rpm] Error 2 05:49:34 make[1]: Leaving directory '/w/workspace/vpp-verify-1801-opensuse/dpdk' 05:49:34 Makefile:470: recipe for target 'dpdk-install-dev' failed 05:49:34 make: *** [dpdk-install-dev] Error 2 05:49:34 Build step 'Execute shell' marked build as failure Matus From: Ed Kern (ejk) Sent: Wednesday, March 14, 2018 2:52 PM To: Matus Fabian -X (matfabia - PANTHEON TECHNOLOGIES at Cisco) <matfa...@cisco.com<mailto:matfa...@cisco.com>> Cc: vpp-dev@lists.fd.io<mailto:vpp-dev@lists.fd.io> Subject: Re: [vpp-dev] issues with opensuse and centos verify job for stable/1801 Its because they are always built from scratch (at least right now) for the opensuse image. So in a nutshell when we start adding them….ill start removing them :) Ed On Mar 14, 2018, at 12:52 AM, Matus Fabian -X (matfabia - PANTHEON TECHNOLOGIES at Cisco) <matfa...@cisco.com<mailto:matfa...@cisco.com>> wrote: Hi Ed, Works fine for centos now. Remove of dpdk packages for opensuse is missing in patch. Thanks, Matus From: Ed Kern (ejk) Sent: Tuesday, March 13, 2018 7:00 PM To: Matus Fabian -X (matfabia - PANTHEON TECHNOLOGIES at Cisco) <matfa...@cisco.com<mailto:matfa...@cisco.com>> Cc: vpp-dev@lists.fd.io<mailto:vpp-dev@lists.fd.io> Subject: Re: [vpp-dev] issues with opensuse and centos verify job for stable/1801 hey matus, tl;dr: https://gerrit.fd.io/r/11124 should get around this for now and future This is because the newer version is not only installed but in some cases the repo ‘ledgers’ are older than whats currently installed. (Due to the fact that I build the base build containers far more frequently than the openstack slaves are built). So now ill trash anything that is installed and scrum the repo material clean so it thinks whatever is offered is latest and proper. vanessa decided today was the day to smash her laptop so when she recovers ill get her to review and merge this up. Ed On Mar 13, 2018, at 9:13 AM, Matus Fabian -X (matfabia - PANTHEON TECHNOLOGIES at Cisco) <matfa...@cisco.com<mailto:matfa...@cisco.com>> wrote: Hi, I see issues with opensuse and centos verify jobs for stable/1801 branch. The error is same for both jobs: 11:39:26 ######################################## 11:39:27 package vpp-dpdk-devel-18.02-vpp1.x86_64 (which is newer than vpp-dpdk-devel-17.11-vpp1.x86_64) is already installed 11:39:27 make[1]: *** [install-rpm] Error 2 11:39:27 make[1]: Leaving directory `/w/workspace/vpp-verify-1801-centos7/dpdk' 11:39:27 make: *** [dpdk-install-dev] Error 2 11:39:27 Build step 'Execute shell' marked build as failure See following patches: https://gerrit.fd.io/r/#/c/11079/ https://gerrit.fd.io/r/#/c/11058/ https://gerrit.fd.io/r/#/c/11056/ https://gerrit.fd.io/r/#/c/11059/ https://gerrit.fd.io/r/#/c/11060/ Regards, Matus Fabian