*** bhavikdbavishi has joined #zuul | 03:07 | |
*** bhavikdbavishi1 has joined #zuul | 03:28 | |
*** bhavikdbavishi has quit IRC | 03:29 | |
*** bhavikdbavishi1 is now known as bhavikdbavishi | 03:29 | |
*** Goneri has quit IRC | 03:37 | |
*** sanjayu_ has joined #zuul | 03:45 | |
*** stevthedev has quit IRC | 04:34 | |
*** stevthedev has joined #zuul | 04:34 | |
*** samccann has quit IRC | 04:34 | |
*** dustinc has quit IRC | 04:35 | |
*** gmann has quit IRC | 04:35 | |
*** samccann has joined #zuul | 04:35 | |
*** dustinc has joined #zuul | 04:35 | |
*** gundalow has quit IRC | 04:35 | |
*** mmedvede has quit IRC | 04:35 | |
*** gmann has joined #zuul | 04:35 | |
*** gundalow has joined #zuul | 04:37 | |
*** smyers has quit IRC | 04:39 | |
*** zbr|rover has quit IRC | 04:40 | |
*** smyers has joined #zuul | 04:40 | |
*** zbr has joined #zuul | 04:41 | |
*** fungi has quit IRC | 04:41 | |
*** lennyb has quit IRC | 04:41 | |
*** mmedvede has joined #zuul | 04:42 | |
*** lennyb has joined #zuul | 04:45 | |
*** bhavikdbavishi has quit IRC | 04:48 | |
*** fungi has joined #zuul | 05:10 | |
*** evrardjp has quit IRC | 05:33 | |
*** evrardjp has joined #zuul | 05:34 | |
*** toabctl has quit IRC | 08:25 | |
*** sshnaidm_ has joined #zuul | 09:14 | |
*** sshnaidm|off has quit IRC | 09:18 | |
openstackgerrit | Tobias Henkel proposed zuul/zuul master: Document the buildsets endpoint https://review.opendev.org/702127 | 10:25 |
---|---|---|
openstackgerrit | Tobias Henkel proposed zuul/zuul master: Support dynamic badges https://review.opendev.org/702128 | 10:25 |
openstackgerrit | Tobias Henkel proposed zuul/zuul master: Support dynamic badges https://review.opendev.org/702128 | 10:29 |
*** tosky has joined #zuul | 11:27 | |
openstackgerrit | Sorin Sbarnea proposed zuul/zuul master: POC: Zuul config JSON/YAML validation schema https://review.opendev.org/702130 | 11:46 |
openstackgerrit | Tristan Cacqueray proposed zuul/zuul-operator master: Replace existing operator tasks with the new application https://review.opendev.org/702106 | 12:32 |
*** bhavikdbavishi has joined #zuul | 12:33 | |
*** bhavikdbavishi has quit IRC | 13:26 | |
*** armstrongs has joined #zuul | 13:45 | |
*** armstrongs has quit IRC | 13:55 | |
*** toabctl has joined #zuul | 15:06 | |
*** Goneri has joined #zuul | 15:38 | |
openstackgerrit | Tristan Cacqueray proposed zuul/zuul-operator master: Replace existing operator tasks with the new application https://review.opendev.org/702106 | 17:01 |
*** sshnaidm_ is now known as sshnaidm | 17:23 | |
*** evrardjp has quit IRC | 17:33 | |
*** evrardjp has joined #zuul | 17:34 | |
*** rishabhhpe has joined #zuul | 18:10 | |
rishabhhpe | Hi Can anyone help in fixing the pasted error -: http://paste.openstack.org/show/788289/ | 18:10 |
*** pcaruana has joined #zuul | 18:12 | |
fungi | rishabhhpe: what operating system? (assuming python is installed from packages provided by your operating system) | 18:22 |
rishabhhpe | Fungi: its ubuntu bionic and yes i upgraded my OS from xenial to bionic | 18:27 |
fungi | i wonder if you have a mix of python 3.5 and 3.6 on there. most of the results from a web search for that error turn out to be people who are running things installed under one python version with a different version of the interpreter | 18:28 |
rishabhhpe | fungi: i dont have anything related to python3.5 in my system but still to make sure can u suggest what steps i can take to overcome yhis erro | 18:32 |
rishabhhpe | this* error* | 18:32 |
fungi | is it possible you installed any of that software with pip while you were running xenial and then upgraded to bionic after installing it? | 18:35 |
rishabhhpe | fungi: Yes that was done by me when it was xenial .. so now how i can remove those dependencies of python3.5 which is disabling me to run zuul-manage-ansible command ?i searched alot on google but did not find proper solutio | 18:37 |
fungi | if you use pip to install software, it will break when you replace your python interpreter with a newer (minor) version | 18:38 |
fungi | anything you installed with pip while the system was still xenial (and so python 3.5) will need to be reinstalled now that it's upgraded to bionic (and so python 3.6) | 18:38 |
fungi | this includes any of the ansible virtualenvs which may have been created with the ansible-manage command | 18:39 |
rishabhhpe | fungi: yes i agree to that .. but now my concern it how to fix this ? and about the packages i am not remembering what packages were installed by me during it was xenial | 18:40 |
*** pcaruana has quit IRC | 18:54 | |
fungi | do you still have a /usr/local/lib/python3.5/dist-packages/ directory on the system? if so, basically any subdirectory with a .dist-info suffix corresponds to an installed package name | 18:55 |
rishabhhpe | fungi: no there is no directory present with this name | 18:59 |
fungi | in that case it may be only the ansible virtualenvs which need recreating | 19:01 |
rishabhhpe | fungi: so how i can recreate them ? | 19:01 |
fungi | they're probably created under /usr/lib/zuul/ansible/ | 19:03 |
fungi | if so, you can just move them out of the way or delete them, and rerun zuul-manage-ansible and see if you get the same error | 19:04 |
*** cloudnull has joined #zuul | 19:06 | |
rishabhhpe | fungi: let me try | 19:06 |
fungi | make sure to stop the zuul-executor service first if it's running, so they won't be in use | 19:06 |
rishabhhpe | i have not started any of the services yet .. building a CI server from scratch | 19:07 |
rishabhhpe | fungi: it got finished without error now .. thanks alot for the solution i was striugling from past two days :( | 19:07 |
fungi | rishabhhpe: sorry to hear that, and do let us know if you run into any other issues installing zuul | 19:08 |
rishabhhpe | fungi: Sure .. | 19:09 |
fungi | and if there are things unclear in the documentation which led you to those problems, we also want to know so we can fix the documentation and avoid others running into the same problems | 19:09 |
fungi | i wonder if zuul-ansible-manage should unconditionally clear out and replace prior virtualenvs to handle python interpreter up-revs (or maybe grow a command-line option for that behavior at least)? | 19:12 |
*** rishabhhpe has quit IRC | 19:14 | |
*** sanjayu_ has quit IRC | 20:12 | |
*** tosky has quit IRC | 20:13 | |
openstackgerrit | Sagi Shnaidman proposed zuul/zuul-jobs master: DNM: debug vars https://review.opendev.org/702144 | 21:34 |
*** Goneri has quit IRC | 22:16 | |
*** Goneri has joined #zuul | 22:17 | |
*** ianw_pto is now known as ianw | 22:30 | |
openstackgerrit | Merged zuul/zuul-helm master: Test helm charts against k8s https://review.opendev.org/701764 | 23:49 |
openstackgerrit | Merged zuul/zuul-helm master: Change builder container name https://review.opendev.org/701793 | 23:54 |
openstackgerrit | Merged zuul/zuul-helm master: Add empty clouds value https://review.opendev.org/701865 | 23:55 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!