Hi, I encountered the same error but no resolution found so far. Any help or document on the same will be appreciated.
Thanks & Regards Prajaya Talwar Systems Engineer Tata Consultancy Services Limited Mailto: prajaya.tal...@tcs.com Website: http://www.tcs.com ____________________________________________ Experience certainty. IT Services Business Solutions Consulting ____________________________________________ -----"Dev" <dev-boun...@lists.opencontrail.org> wrote: ----- To: "dev@lists.opencontrail.org" <dev@lists.opencontrail.org> From: Deepak Tiwari Sent by: "Dev" Date: 03/30/2017 12:28PM Subject: [opencontrail-dev] Master branch compilation fails Hello, I have encountered code compilation failure from contrail master branch (error is coming while compiling kube_cni). Did anything get broken from master branch recently? Is someone else able to compile master branch successfully? 2017-03-29 21:06:17 cd build/production/container/cni && python setup.py sdist 2017-03-29 21:06:18 /usr/local/lib/python2.7/dist-packages/setuptools/dist.py:334: UserWarning: Normalizing '0.1dev' to '0.1.dev0' 2017-03-29 21:06:18 normalized_version, 2017-03-29 21:06:18 running sdist 2017-03-29 21:06:18 running egg_info 2017-03-29 21:06:18 creating cni.egg-info 2017-03-29 21:06:18 writing cni.egg-info/PKG-INFO 2017-03-29 21:06:18 writing top-level names to cni.egg-info/top_level.txt 2017-03-29 21:06:18 writing dependency_links to cni.egg-info/dependency_links.txt 2017-03-29 21:06:18 writing entry points to cni.egg-info/entry_points.txt 2017-03-29 21:06:18 writing manifest file 'cni.egg-info/SOURCES.txt' 2017-03-29 21:06:18 reading manifest file 'cni.egg-info/SOURCES.txt' 2017-03-29 21:06:18 warning: no files found matching '*.html' under directory 'cni/uve' 2017-03-29 21:06:18 reading manifest template 'MANIFEST.in' 2017-03-29 21:06:18 warning: no files found matching '*.xml' under directory 'cni/uve' 2017-03-29 21:06:18 writing manifest file 'cni.egg-info/SOURCES.txt' 2017-03-29 21:06:18 warning: no files found matching '*.css' under directory 'cni/uve' 2017-03-29 21:06:18 running check 2017-03-29 21:06:18 warning: no files found matching '*.html' under directory 'cni/sandesh' 2017-03-29 21:06:18 warning: no files found matching '*.xml' under directory 'cni/sandesh' 2017-03-29 21:06:18 warning: no files found matching '*.css' under directory 'cni/sandesh' 2017-03-29 21:06:18 warning: sdist: standard file not found: should have one of README, README.rst, README.txt 2017-03-29 21:06:18 2017-03-29 21:06:18 creating cni-0.1.dev0 2017-03-29 21:06:18 creating cni-0.1.dev0/cni 2017-03-29 21:06:18 creating cni-0.1.dev0/cni.egg-info 2017-03-29 21:06:18 creating cni-0.1.dev0/cni/common 2017-03-29 21:06:18 creating cni-0.1.dev0/cni/contrail 2017-03-29 21:06:18 creating cni-0.1.dev0/cni/kube_cni 2017-03-29 21:06:18 creating cni-0.1.dev0/cni/kube_cni/test 2017-03-29 21:06:18 creating cni-0.1.dev0/cni/mesos_cni 2017-03-29 21:06:18 creating cni-0.1.dev0/cni/mesos_cni/test 2017-03-29 21:06:18 creating cni-0.1.dev0/cni/test 2017-03-29 21:06:18 copying files to cni-0.1.dev0... 2017-03-29 21:06:18 copying MANIFEST.in -> cni-0.1.dev0 2017-03-29 21:06:18 copying setup.py -> cni-0.1.dev0 2017-03-29 21:06:18 copying cni/__init__.py -> cni-0.1.dev0/cni 2017-03-29 21:06:18 copying cni/contrail_cni.py -> cni-0.1.dev0/cni 2017-03-29 21:06:18 copying cni.egg-info/PKG-INFO -> cni-0.1.dev0/cni.egg-info 2017-03-29 21:06:18 copying cni.egg-info/SOURCES.txt -> cni-0.1.dev0/cni.egg-info 2017-03-29 21:06:18 copying cni.egg-info/dependency_links.txt -> cni-0.1.dev0/cni.egg-info 2017-03-29 21:06:18 copying cni.egg-info/entry_points.txt -> cni-0.1.dev0/cni.egg-info 2017-03-29 21:06:18 copying cni.egg-info/top_level.txt -> cni-0.1.dev0/cni.egg-info 2017-03-29 21:06:18 copying cni/common/__init__.py -> cni-0.1.dev0/cni/common 2017-03-29 21:06:18 copying cni/common/cni.py -> cni-0.1.dev0/cni/common 2017-03-29 21:06:18 copying cni/common/interface.py -> cni-0.1.dev0/cni/common 2017-03-29 21:06:18 copying cni/common/macvlan.py -> cni-0.1.dev0/cni/common 2017-03-29 21:06:18 copying cni/common/veth.py -> cni-0.1.dev0/cni/common 2017-03-29 21:06:18 copying cni/contrail/__init__.py -> cni-0.1.dev0/cni/contrail 2017-03-29 21:06:18 copying cni/contrail/contrail_cni.py -> cni-0.1.dev0/cni/contrail 2017-03-29 21:06:18 copying cni/contrail/vrouter.py -> cni-0.1.dev0/cni/contrail 2017-03-29 21:06:18 copying cni/kube_cni/__init__.py -> cni-0.1.dev0/cni/kube_cni 2017-03-29 21:06:18 copying cni/kube_cni/contrail_kube_cni.py -> cni-0.1.dev0/cni/kube_cni 2017-03-29 21:06:18 copying cni/kube_cni/kube_params.py -> cni-0.1.dev0/cni/kube_cni 2017-03-29 21:06:18 copying cni/kube_cni/test/__init__.py -> cni-0.1.dev0/cni/kube_cni/test 2017-03-29 21:06:18 copying cni/mesos_cni/__init__.py -> cni-0.1.dev0/cni/mesos_cni 2017-03-29 21:06:18 scons: *** Do not know how to make File target `build/productionbuild/production/container/cni/cni/kube_cni/kube_cni' (/opt/stack/contrail/build/productionbuild/production/container/cni/cni/kube_cni/kube_cni). Stop. 2017-03-29 21:06:18 copying cni/mesos_cni/contrail_mesos_cni.py -> cni-0.1.dev0/cni/mesos_cni 2017-03-29 21:06:18 copying cni/mesos_cni/test/__init__.py -> cni-0.1.dev0/cni/mesos_cni/test 2017-03-29 21:06:18 copying cni/test/__init__.py -> cni-0.1.dev0/cni/test 2017-03-29 21:06:18 Writing cni-0.1.dev0/setup.cfg 2017-03-29 21:06:18 Creating tar archive 2017-03-29 21:06:18 removing 'cni-0.1.dev0' (and everything under it) 2017-03-29 21:06:18 scons: building terminated because of errors. 2017-03-29 21:06:19 ++ ret_val=2 2017-03-29 21:06:19 exited with status :2 2017-03-29 21:06:19 ++ [[ 2 -ne 0 ]] 2017-03-29 21:06:19 ++ exit 2 2017-03-29 21:06:19 ++ clean 2017-03-29 21:06:19 ++ local r=2 2017-03-29 21:06:19 ++ echo 'exited with status :2' 2017-03-29 21:06:19 ++ exit 2 contrail-23@contrail-23:~/dev/contrail-installer$ Br, Deepak ----------- mailto: deepak.tiw...@aricent.com +91 9811856780 "DISCLAIMER: This message is proprietary to Aricent and is intended solely for the use of the individual to whom it is addressed. It may contain privileged or confidential information and should not be circulated or used for any purpose other than for what it is intended. If you have received this message in error, please notify the originator immediately. If you are not the intended recipient, you are notified that you are strictly prohibited from using, copying, altering, or disclosing the contents of this message. Aricent accepts no responsibility for loss or damage arising from the use of the information transmitted by this email including damage from virus." _______________________________________________ Dev mailing list Dev@lists.opencontrail.org http://lists.opencontrail.org/mailman/listinfo/dev_lists.opencontrail.org =====-----=====-----===== Notice: The information contained in this e-mail message and/or attachments to it may contain confidential or privileged information. If you are not the intended recipient, any dissemination, use, review, distribution, printing or copying of the information contained in this e-mail message and/or attachments to it are strictly prohibited. If you have received this communication in error, please notify us by reply e-mail or telephone and immediately and permanently delete the message and any attachments. Thank you
_______________________________________________ Dev mailing list Dev@lists.opencontrail.org http://lists.opencontrail.org/mailman/listinfo/dev_lists.opencontrail.org