Monday, 2020-05-18

*** brinzhang has joined #openstack-qa00:08
*** hongbin has quit IRC00:29
*** hongbin has joined #openstack-qa00:43
*** brinzhang_ has joined #openstack-qa00:57
*** brinzhang has quit IRC01:01
*** Liang__ has joined #openstack-qa01:02
*** brinzhang_ has quit IRC01:22
*** ricolin has joined #openstack-qa02:06
*** paras333 has quit IRC02:21
*** ramishra has joined #openstack-qa02:57
*** Liang__ has left #openstack-qa03:01
*** gcheresh has joined #openstack-qa03:37
*** gcheresh has quit IRC03:56
*** udesale has joined #openstack-qa03:58
*** evrardjp has quit IRC04:33
*** evrardjp has joined #openstack-qa04:33
*** hongbin has quit IRC04:53
*** gcheresh has joined #openstack-qa05:38
*** ricolin has quit IRC06:08
*** ricolin has joined #openstack-qa06:17
*** ricolin_ has joined #openstack-qa06:18
*** ricolin_ has quit IRC06:18
*** abdysn has joined #openstack-qa06:33
*** gcheresh has quit IRC06:36
*** eandersson has quit IRC06:50
*** eandersson has joined #openstack-qa06:50
*** slaweq has joined #openstack-qa06:53
*** larainema has joined #openstack-qa07:01
*** gkadam has joined #openstack-qa07:04
*** gkadam has quit IRC07:05
*** iurygregory has joined #openstack-qa07:17
*** tosky has joined #openstack-qa07:22
*** ccamposr__ has joined #openstack-qa07:23
*** ccamposr has quit IRC07:26
*** gcheresh has joined #openstack-qa07:27
*** evrardjp has quit IRC07:28
*** rpittau|afk is now known as rpittau07:29
*** evrardjp has joined #openstack-qa07:30
*** lucasagomes has joined #openstack-qa07:45
*** jpena|off is now known as jpena07:56
*** gfidente has joined #openstack-qa08:04
*** vishalmanchanda has joined #openstack-qa09:13
*** Aditi20 has joined #openstack-qa09:16
*** Aditi20 has left #openstack-qa09:16
*** Aditi20 has joined #openstack-qa09:16
Aditi20What minimum python version is required to test openstack master branch?09:18
Aditi20asking because I am seeing these recent failures in my CI only for master branch09:18
Aditi202020-05-18 01:40:58.659337 | devstack-bionic | + lib/libraries:install_libs:135           :   pip_install etcd309:18
Aditi20http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /usr/local/bin/pip3.6 install -c /opt/stack/requirements/upper-constraints.txt etcd309:18
Aditi2001:41:01.033967 | devstack-bionic | Collecting grpcio===1.29.009:18
Aditi20(from versions: 2.0.0b0, 2.0.3, 2.3.0, 2.4.1, 2.5.0, 2.6.0, 2.6.1, 3.0.0a2, 3.0.0a3, 3.0.0b1, 3.0.0b1.post1, 3.0.0b1.post2, 3.0.0b2, 3.0.0b2.post1, 3.0.0b2.post2, 3.0.0b3, 3.0.0b4, 3.0.0, 3.1.0, 3.1.0.post1, 3.2.0rc1, 3.2.0rc1.post1, 3.2.0rc2, 3.2.0, 3.3.0, 3.4.0, 3.5.0.post1, 3.5.1, 3.5.2, 3.5.2.post1, 3.6.0, 3.6.1, 3.7.0rc2, 3.7.0rc3, 3.7.0,09:18
Aditi203.7.1, 3.8.0rc1, 3.8.0, 3.9.0rc1, 3.9.0, 3.9.1, 3.9.2, 3.10.0rc1, 3.10.0, 3.11.0rc1, 3.11.0rc2, 3.11.0, 3.11.1, 3.11.2, 3.11.3)09:18
fricklerAditi20: please use paste.openstack.org for multiline pastes. also you need python3.6, but I see pip3.6 called, so that seems to be o.k., can you show the full output from pip?09:42
Aditi20sure. frickler , full report is here - https://oplab9.parqtec.unicamp.br/pub/ppc64el/openstack/cinder/99/700799/4/check/devstack-plugin-ceph-dsvm-bionic/d9fb804/job-output.txt09:44
fricklerAditi20: that's an issue with protobuf, they seem to have made a new release only with wheels, lacking ppc support. you should file an issue for them to also publish the source package09:48
AJaegerAditi20, see https://github.com/protocolbuffers/protobuf/issues/752009:50
fricklernot sure whether that's a big enough issue to blacklist that release in our reqs for now, gmann masayukig ^^ what do you think?09:50
Aditi20thanks guys, I'll follow up on the issue09:59
*** rpittau is now known as rpittau|bbl10:06
*** tkajinam has quit IRC10:15
*** maciejjozefczyk has joined #openstack-qa10:39
lucasagomeshi all, apparently the tempest version 23.0.0 is relying on the master branch for the upper-constraints and it's breakign the stable branches running tempest with python 2.710:40
lucasagomeshttps://f7ca39d0394b0a014ce9-e7260300eda0460ff40bb1c174d510c8.ssl.cf2.rackcdn.com/727983/4/check/networking-ovn-tempest-dsvm-ovs-release-python2/2fe46e0/job-output.txt10:40
lucasagomesthe branch 23.0.0 from tempest says it's the lastest version to support python 2.7, so perhaps it should use the stable/train version for the upper constraints ?10:41
lucasagomeshttps://docs.openstack.org/releasenotes/tempest/v23.0.0.html10:41
lucasagomesmaciejjozefczyk, ^10:41
maciejjozefczykyeah ++10:41
maciejjozefczykwe can override env:UPPER_CONSTRAINTS_FILE https://github.com/openstack/tempest/blob/23.0.0/tox.ini#L1210:44
maciejjozefczykas last resort10:44
AJaegerlucasagomes, maciejjozefczyk, this has been done for many repos already, best follow them10:53
lucasagomesah didn't know, thanks AJaeger10:53
AJaegerI don't have a link right now but gmann will have a pointer for sure - and others might be have as well...10:55
*** vishakha has joined #openstack-qa10:56
AJaegerbtw. if you are on stable/train, then you should get stable/train upper-constraints automatically...10:56
AJaegerlucasagomes, maciejjozefczyk, are you aware of http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014778.html ?10:57
toskylucasagomes: stable branches should run tempest from master in a venv using python3 (train and stein)10:57
AJaegerthat's the only mail Icould find quicky10:58
toskylucasagomes: so no need to constraint tempest10:58
toskyin fact you have a python2 deployment, but tempest use python310:58
toskyso please don't contraint tempest on train10:59
lucasagomesthat's all good information folks, I was not aware of it10:59
lucasagomesmaciejjozefczyk, ^ since you are looking into fixing it for networking-ovn10:59
lucasagomesAJaeger, thanks for the pointer10:59
*** ralonsoh has joined #openstack-qa11:00
maciejjozefczykThanks!11:01
lucasagomestosky, cool noted!11:02
lucasagomesthank u11:02
toskyuhm, no, sorry11:05
toskyI've always get confused by this point, let me recheck one thing11:06
toskyok, I was wrong11:08
toskytempest jobs are all running with python3, including devstack11:08
maciejjozefczykhttps://review.opendev.org/#/c/725718/5/.zuul.yaml `USE_PYTHON3` will do it globally, right?11:09
toskyit's better if you wait for gmann; I should know the answer but it's probably better if I don't say anything else, sorry11:10
*** jpena is now known as jpena|lunch11:31
*** udesale_ has joined #openstack-qa11:40
*** udesale has quit IRC11:43
*** rfolco has joined #openstack-qa11:49
*** nweinber has joined #openstack-qa12:00
*** rfolco is now known as rfolco|rover12:02
*** abdysn has quit IRC12:08
*** ccamposr has joined #openstack-qa12:08
*** ccamposr__ has quit IRC12:11
*** rpittau|bbl is now known as rpittau12:12
*** rh-jelabarre has joined #openstack-qa12:12
*** raildo has joined #openstack-qa12:24
*** Luzi has joined #openstack-qa12:33
*** Aditi20 has quit IRC12:35
*** evrardjp has quit IRC12:36
*** abdysn has joined #openstack-qa12:36
*** jpena|lunch is now known as jpena12:42
*** gfidente is now known as gfidente|off12:46
*** evrardjp has joined #openstack-qa12:49
*** paras333 has joined #openstack-qa12:57
*** ccamposr__ has joined #openstack-qa13:02
gmannmaciejjozefczyk: lucasagomes yes, for stein and train CI/CD setup, we use Tempest master with master constraint. Tempest is installed and run in venv not systemwide. USE_PYTHON3 is to install the services(deps) on systemwide by devstack and Tempest use the python3 for stein and train for its venv.13:03
gmannmaciejjozefczyk: lucasagomes tempest and its plugins are little tricky on stable testing. i can check if you point me to the job or patch running/failing that13:04
*** ccamposr has quit IRC13:04
maciejjozefczykgmann, I believe we found that issue. We changed our py2 stable jobs a few weeks ago to point v23.0 and this patch is missing there: https://github.com/openstack/tempest/commit/1c680fdb728c24a4c9a1507ad8319f0a505cef9c13:06
maciejjozefczykgmann, so we changed the gate config to use master now and it should be fine ;)13:06
gmannmaciejjozefczyk: +1, as long as we install Tempest and plugins in venv (even for py2 jobs), using master for testing the py2 env is all good.13:09
gmannfrickler: i have not checked failure yet? is it happening on gate also ?13:09
gmannfrickler: protobuf one^^13:09
maciejjozefczykgmann, yeah, thats the point to check for our jobs if we install neutron-tempest-plugin in the tempest venv or not, thanks anyway for clarification :)13:10
gmannnp!, yeah all the plugins are under same venv for consistency of using same tox env and constraint.13:11
*** jhesketh has quit IRC13:15
*** jhesketh has joined #openstack-qa13:22
fricklergmann: it only happens for architectures for which there is no wheel, like ppc13:32
*** jhesketh has quit IRC13:41
*** Luzi has quit IRC13:43
openstackgerritSoniya Murlidhar Vyas proposed openstack/tempest master: [WIP] Need to have stable tempest scenario manager  https://review.opendev.org/72463113:48
soniya29gmann: can you have a look over https://review.opendev.org/724631?13:53
soniya29masayukig, kopecmartin, chandankumar, arxcruz, gmann, I need your suggestions over the above patch13:58
arxcruzsoniya29: i'll take a look14:07
soniya29arxcruz, thanks14:07
*** vishakha has quit IRC14:19
*** ramishra has quit IRC14:23
*** ramishra has joined #openstack-qa14:26
*** gcheresh has quit IRC14:36
*** gcheresh has joined #openstack-qa14:46
gmannfrickler: I see. I think yes, we and discuss with req team to blacklist.14:59
gmannsoniya29: sure, i will check tomorrow. added i list14:59
*** gcheresh has quit IRC15:01
*** rpittau is now known as rpittau|afk16:06
*** mailingsam has joined #openstack-qa16:13
mailingsamHI All, I created a defect report here: https://bugs.launchpad.net/tempest/+bug/187935916:14
openstackLaunchpad bug 1879359 in tempest "test_validate_token function fails if roles are present in the token" [Undecided,New]16:14
mailingsamPlanning to sort the roles in the tokens before we test asserEqual, do you have any comments?16:15
gmannmailingsam: chekcing16:21
*** cmorpheus is now known as cmurphy16:28
gmannmailingsam: commented on bug it is valid issue, please submit patch.16:31
*** lucasagomes has quit IRC16:35
*** udesale_ has quit IRC16:41
soniya29gmann, thanks16:42
*** abdysn has quit IRC16:43
*** ramishra has quit IRC16:46
mailingsam@gmann thanks16:48
*** ricolin_ has joined #openstack-qa16:53
*** ricolin has quit IRC16:56
*** abdysn has joined #openstack-qa16:58
*** ricolin_ has quit IRC17:00
*** ricolin has joined #openstack-qa17:01
*** abdysn has quit IRC17:16
*** jpena is now known as jpena|off17:18
openstackgerritAndreas Jaeger proposed openstack/tempest master: Switch to newer openstackdocstheme and reno versions  https://review.opendev.org/72895817:34
openstackgerritAndreas Jaeger proposed openstack/tempest master: Switch to newer openstackdocstheme and reno versions  https://review.opendev.org/72895817:34
*** ralonsoh has quit IRC17:54
*** gcheresh has joined #openstack-qa18:27
*** mailingsam has quit IRC18:49
*** gcheresh has quit IRC18:49
*** jason202062 has joined #openstack-qa19:20
*** jason20203 has joined #openstack-qa19:21
*** jason2020 has joined #openstack-qa19:22
*** jason2020 has quit IRC19:23
*** maciejjozefczyk has quit IRC19:28
*** nweinber has quit IRC20:17
*** raildo has quit IRC20:56
*** slaweq has quit IRC21:05
*** rfolco|rover is now known as rfolco|rover|off21:12
*** slaweq has joined #openstack-qa21:28
*** paras333 has quit IRC21:59
*** slaweq has quit IRC22:51
*** tkajinam has joined #openstack-qa22:53
*** slaweq has joined #openstack-qa22:58
*** vishalmanchanda has quit IRC23:22
*** rfolco|rover|off has quit IRC23:22
*** tosky has quit IRC23:39
*** paras333 has joined #openstack-qa23:41
*** paras333 has quit IRC23:42
*** paras333 has joined #openstack-qa23:42
*** amotoki has quit IRC23:53
*** amotoki has joined #openstack-qa23:53

Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!