Hello Tom, Based on our discussion during today's CSIT call I started the csit semiweekly job - unfortunately still the same conflict reported during installation of VPP RPM packages:
jenkins-in@t4-virl2:~$ start-testcase -vv -c double-ring-nested.centos7 -r csit-centos-7.3-1611_2017-02-23_1.4 /tmp/vpp-17.04-rc0~387_g141ecc5~b2011.x86_64.rpm /tmp/vpp-debuginfo-17.04-rc0~387_g141ecc5~b2011.x86_64.rpm /tmp/vpp-devel-17.04-rc0~387_g141ecc5~b2011.x86_64.rpm /tmp/vpp-dpdk-devel-17.02-vpp1.x86_64.rpm /tmp/vpp-lib-17.04-rc0~387_g141ecc5~b2011.x86_64.rpm /tmp/vpp-plugins-17.04-rc0~387_g141ecc5~b2011.x86_64.rpm DEBUG: Running with topology double-ring-nested.centos7 DEBUG: Checking if file /tmp/vpp-17.04-rc0~387_g141ecc5~b2011.x86_64.rpm exists DEBUG: Checking if file /tmp/vpp-debuginfo-17.04-rc0~387_g141ecc5~b2011.x86_64.rpm exists DEBUG: Checking if file /tmp/vpp-devel-17.04-rc0~387_g141ecc5~b2011.x86_64.rpm exists DEBUG: Checking if file /tmp/vpp-dpdk-devel-17.02-vpp1.x86_64.rpm exists DEBUG: Checking if file /tmp/vpp-lib-17.04-rc0~387_g141ecc5~b2011.x86_64.rpm exists DEBUG: Checking if file /tmp/vpp-plugins-17.04-rc0~387_g141ecc5~b2011.x86_64.rpm exists DEBUG: Starting VIRL topology DEBUG: - Response Code 200 DEBUG: Waiting for simulation to become active DEBUG: - Attempt 1 out of 24, total 3 hosts, 0 active DEBUG: - Attempt 2 out of 24, total 3 hosts, 0 active DEBUG: - Attempt 3 out of 24, total 3 hosts, 0 active DEBUG: - Attempt 4 out of 24, total 3 hosts, 0 active DEBUG: - Attempt 5 out of 24, total 3 hosts, 0 active DEBUG: - Attempt 6 out of 24, total 3 hosts, 0 active DEBUG: - Attempt 7 out of 24, total 3 hosts, 0 active DEBUG: - Attempt 8 out of 24, total 3 hosts, 0 active DEBUG: - Attempt 9 out of 24, total 3 hosts, 3 active DEBUG: Nodes: tg1, sut1, sut2 DEBUG: Node tg1 is of type tg and has management IP 10.30.51.140 DEBUG: Node sut1 is of type sut and has management IP 10.30.51.142 DEBUG: Node sut2 is of type sut and has management IP 10.30.51.141 DEBUG: Waiting for hosts to become reachable using SSH DEBUG: - Attempt 1 out of 24, waiting for 0 hosts DEBUG: Uprading VPP DEBUG: Upgrading VPP on node 10.30.51.142 DEBUG: Installing RPM packages DEBUG: Command output was: Preparing... ######################################## DEBUG: Command stderr was: file /usr/include/dpdk conflicts between attempted installs of vpp-dpdk-devel-17.02-vpp1.x86_64 and vpp-devel-17.04-rc0~387_g141ecc5~b2011.x86_64 DEBUG: Upgrading VPP on node 10.30.51.141 DEBUG: Installing RPM packages DEBUG: Command output was: Preparing... ######################################## DEBUG: Command stderr was: file /usr/include/dpdk conflicts between attempted installs of vpp-dpdk-devel-17.02-vpp1.x86_64 and vpp-devel-17.04-rc0~387_g141ecc5~b2011.x86_64 SESSION ID: session-4Y8gHl session-4Y8gHl Regards, Jan From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] On Behalf Of Thomas F Herbert Sent: Tuesday, March 07, 2017 15:56 To: csit-...@lists.fd.io; vpp-dev <vpp-dev@lists.fd.io> Subject: Re: [vpp-dev] [csit-dev] installation issue of release rpm packages from Nexus on centos7 system On 03/07/2017 04:53 AM, Jan Gelety -X (jgelety - PANTHEON TECHNOLOGIES at Cisco) wrote: Hello vpp developers, We are facing following issue during installation of release vpp rpm packages downloaded from Nexus on VIRL: DEBUG: Running with topology double-ring-nested.centos7 DEBUG: Checking if file /tmp/vpp-17.04-rc0~359_g077d6ae~b1983.x86_64.rpm exists DEBUG: Checking if file /tmp/vpp-debuginfo-17.04-rc0~359_g077d6ae~b1983.x86_64.rpm exists DEBUG: Checking if file /tmp/vpp-devel-17.04-rc0~359_g077d6ae~b1983.x86_64.rpm exists DEBUG: Checking if file /tmp/vpp-dpdk-devel-17.02-vpp1.x86_64.rpm exists DEBUG: Checking if file /tmp/vpp-lib-17.04-rc0~359_g077d6ae~b1983.x86_64.rpm exists DEBUG: Checking if file /tmp/vpp-plugins-17.04-rc0~359_g077d6ae~b1983.x86_64.rpm exists DEBUG: Starting VIRL topology ... DEBUG: Upgrading VPP DEBUG: Upgrading VPP on node 10.30.51.211 DEBUG: Installing RPM packages DEBUG: Command output was: Preparing... ######################################## DEBUG: Command stderr was: file /usr/include/dpdk conflicts between attempted installs of vpp-dpdk-devel-17.02-vpp1.x86_64 and vpp-devel-17.04-rc0~359_g077d6ae~b1983.x86_64 DEBUG: Upgrading VPP on node 10.30.51.212 DEBUG: Installing RPM packages DEBUG: Command output was: Preparing... ######################################## DEBUG: Command stderr was: file /usr/include/dpdk conflicts between attempted installs of vpp-dpdk-devel-17.02-vpp1.x86_64 and vpp-devel-17.04-rc0~359_g077d6ae~b1983.x86_64 so no VPP is installed... Could you, please, help us to solve the issue? Right now, I am working on resolving issue with RPM packaging when building outside of git repo either from gzip tarball or srpm. Next step was building with dpdk 17.02 release RPMs. Thanks, Jan Download settings: URL=https://nexus.fd.io/service/local/artifact/maven/content VER=RELEASE GROUP=io.fd.vpp ARTIFACTS='vpp vpp-debuginfo vpp-devel vpp-dpdk-devel vpp-lib vpp-plugins' PACKAGE='rpm rpm.md5' CLASS=REPO=fd.io.master.centos7 for ART in ${ARTIFACTS}; do for PAC in $PACKAGE; do curl "${URL}?r=${REPO}&g=${GROUP}&a=${ART}&p=${PAC}&v=${VER}&c=${CLASS}" -O -J || exit done done _______________________________________________ csit-dev mailing list csit-...@lists.fd.io<mailto:csit-...@lists.fd.io> https://lists.fd.io/mailman/listinfo/csit-dev -- Thomas F Herbert SDN Group Office of Technology Red Hat
_______________________________________________ vpp-dev mailing list vpp-dev@lists.fd.io https://lists.fd.io/mailman/listinfo/vpp-dev