Friday, 2020-03-27

openstackgerritMerged openstack/requirements stable/train: Add Pygments to upper-constraints  https://review.opendev.org/71517300:53
*** rpioso has joined #openstack-requirements00:57
rpiososmcginnis: Is https://review.opendev.org/#/c/660220/ blocked on the backport of https://review.opendev.org/#/c/715168/ to stable/stein?01:01
*** prometheanfire has joined #openstack-requirements01:02
rpiosoprometheanfire: ^^^01:03
prometheanfirerpioso: I miseed everything from ~2-3 hours ago til now01:07
rpiosoprometheanfire: No worries. Actually, it turns out it was backported before the change on master merged. It's trying to get verified.01:10
rpiosoMy bad.01:10
openstackgerritGhanshyam Mann proposed openstack/requirements master: DNM: testsing  https://review.opendev.org/71534302:55
openstackgerritMerged openstack/requirements master: Update upper-constraints for pyScss to 1.3.7  https://review.opendev.org/71524003:12
*** udesale has joined #openstack-requirements05:06
*** evrardjp has quit IRC05:36
*** evrardjp has joined #openstack-requirements05:36
*** ralonsoh has joined #openstack-requirements07:08
*** vishalmanchanda has joined #openstack-requirements07:16
*** elod has quit IRC08:13
*** e0ne has joined #openstack-requirements08:20
*** rpittau|afk is now known as rpittau08:23
*** e0ne has quit IRC08:34
*** e0ne has joined #openstack-requirements08:34
*** elod has joined #openstack-requirements08:57
*** e0ne has quit IRC09:02
*** e0ne has joined #openstack-requirements09:02
*** dtantsur|afk is now known as dtantsur09:28
*** tosky has joined #openstack-requirements09:29
*** udesale_ has joined #openstack-requirements09:35
*** udesale has quit IRC09:38
*** ccamacho has joined #openstack-requirements09:42
*** otherwiseguy has quit IRC09:58
*** otherwiseguy has joined #openstack-requirements10:03
openstackgerritOpenStack Proposal Bot proposed openstack/requirements master: update constraint for openstacksdk to new release 0.45.0  https://review.opendev.org/71538810:54
openstackgerritOpenStack Proposal Bot proposed openstack/requirements master: update constraint for XStatic-Angular-Gettext to new release 2.4.1.0  https://review.opendev.org/71538910:57
openstackgerritOpenStack Proposal Bot proposed openstack/requirements master: update constraint for XStatic-Angular-Bootstrap to new release 2.5.0.0  https://review.opendev.org/71539010:57
openstackgerritOpenStack Proposal Bot proposed openstack/requirements master: update constraint for cliff to new release 3.1.0  https://review.opendev.org/71539110:57
openstackgerritOpenStack Proposal Bot proposed openstack/requirements master: update constraint for XStatic-Bootstrap-SCSS to new release 3.4.1.0  https://review.opendev.org/71539210:57
*** rpittau is now known as rpittau|bbl11:32
*** dtantsur is now known as dtantsur|brb12:15
*** elod_ has joined #openstack-requirements12:20
*** elod has quit IRC12:53
*** elod_ is now known as elod12:53
*** openstackstatus has quit IRC13:01
*** openstack has joined #openstack-requirements13:03
*** ChanServ sets mode: +o openstack13:03
*** rpittau|bbl is now known as rpittau13:10
*** e0ne_ has joined #openstack-requirements13:11
*** e0ne has quit IRC13:11
odyssey4meprometheanfire smcginnis It looks like we may need to merge https://review.opendev.org/715177 before https://review.opendev.org/715175 due to the latter getting stuck with the pygments issue when installing stable/rocky13:15
odyssey4methat's with reference to the grenade job13:16
smcginnisAh, that makes sense. Odd that we didn't hav that with stein to train.13:35
*** dtantsur|brb is now known as dtantsur13:40
*** vishalmanchanda has quit IRC14:32
*** bnemec is now known as beekneemech14:37
prometheanfireya, kinda odd, but I'll be opertunistic about it :D14:46
*** udesale_ has quit IRC15:20
mordredprometheanfire, smcginnis: soooo.... I'm seeing an error with the fancy new pip check we added to devstack16:02
mordred"hacking 1.1.0 has requirement flake8<2.7.0,>=2.6.0, but you have flake8 2.5.5."16:02
smcginnismordred: What is this "fancy new pip check" that was added?16:03
mordredit's related to the upcoming pip dep solver - they suggest running "pip check" to make sure you don't have conflicting versions of things installed, because if you do the new version of pip that's coming will refuse to install them16:06
mordredso this is part of "make sure we're ok" - which we should be, because of constraints16:06
mordredEXCEPT16:07
mordredwe don't constraints linters16:07
mordred I think the pip check patch needs reverted16:08
smcginnisUnless it can figure out how to ignore linters.16:08
*** AJaeger has joined #openstack-requirements16:08
mordredit can't - it's a whole new - it's just going to flat refuse to install packages that conflict16:09
mordredI think for now we need to revert and we can figure out a strategy later16:09
mordredalso - why do we install everyone's test-requirements in devstack? that seems weird16:09
AJaegermordred: so, why is an older flake8 version installed?16:10
AJaegerIs that a problem that different repos have different hacking versions?16:10
mordredbecause glance16:10
mordredyeah16:10
AJaegerlet me update glance ;)16:10
smcginnisI thought I did that one. Maybe not.16:11
AJaegerbut that is only a temporary fix, we will run into it again16:11
smcginnisI've hit a few.16:11
mordredyeah - I added pip check thinking "we constrain things, we'll be fine" ... NOPE16:11
AJaegerhttps://review.opendev.org/#/c/516027/ - in merge conflict16:11
mordredI'm curious why I hit it on sdk patches16:11
smcginnisRevert might be best. Theoretically, our requirements contraints is probably a better enforcement.16:11
*** melwitt is now known as jgwentworth16:12
smcginnisBut yeah, test-requirements probably should be dropped.16:12
smcginnisThat may save some time.16:12
mordredAJaeger: fixed16:12
AJaegerso, smcginnis 516207 the patch you talked about...16:13
smcginnisOK, I can update that since it's been sitting.16:14
AJaegersmcginnis: want to split that change into two: First upgrade hacking and blacklist failures, second fix failures?16:14
smcginnisLet me see how bad it is.16:14
AJaegermordred: yeah, reverting is one way - but we probably need this in again later...16:14
AJaegersmcginnis: sure, go for it16:15
smcginnisThe new pip may bring it in for us without adding anything.16:15
mordredyeah - we definitely need it - but I think it's going to be a harder thign to add and we'll have to solve some things16:16
mordredalso - seriously - why is everyone's devstack not broken right now? :)16:16
*** number80 has quit IRC16:18
mordredAJaeger, smcginnis: https://zuul.opendev.org/t/openstack/build/35805d9485554bd5bb5c76832d189de8 is one that's failing16:19
mordredthat's a job that includes senlin - so maybe it's actually a senlin issue and not a glance issue16:19
mordredand https://zuul.opendev.org/t/openstack/build/10ae8822d6e94f3e9db9d577c7f0eb1916:20
mordredanother pip check hacking/flake8 conflict16:20
AJaegermordred: senlinl requires flake8, let me try fixing...16:22
mordredAJaeger: cool16:24
mordredthe other one that's failing enables octavia, designate and neutron-fwaas - looking at those now too16:25
mordredwow - because of ordering -we uninstall and reinstall flake8 like 8 different times to different versions16:30
AJaegermordred: https://review.opendev.org/715473 for senlin16:30
prometheanfiremordred: devstack is wierd :D16:41
mordred:)16:41
AJaegermordred: 136 repos have hacking pinned to version 0.12 ;(16:44
mordredAJaeger: jeez16:44
mordredwell - if we stop instaling test-requirements in devstack that'll cease being a problem16:45
AJaegeryep16:45
prometheanfire:D16:46
*** smcginnis has quit IRC16:50
*** evrardjp has quit IRC17:36
*** evrardjp has joined #openstack-requirements17:36
*** e0ne_ has quit IRC17:52
*** e0ne has joined #openstack-requirements17:52
openstackgerritMerged openstack/requirements stable/rocky: Add Pygments to upper-constraints  https://review.opendev.org/71517717:54
openstackgerritMerged openstack/requirements master: update constraint for openstacksdk to new release 0.45.0  https://review.opendev.org/71538817:54
openstackgerritMerged openstack/requirements master: update constraint for XStatic-Angular-Gettext to new release 2.4.1.0  https://review.opendev.org/71538917:54
openstackgerritMerged openstack/requirements master: update constraint for cliff to new release 3.1.0  https://review.opendev.org/71539117:54
openstackgerritMerged openstack/requirements master: update constraint for XStatic-Angular-Bootstrap to new release 2.5.0.0  https://review.opendev.org/71539017:54
openstackgerritMerged openstack/requirements master: update constraint for XStatic-Bootstrap-SCSS to new release 3.4.1.0  https://review.opendev.org/71539217:54
*** smcginnis has joined #openstack-requirements18:08
openstackgerritGhanshyam Mann proposed openstack/requirements master: Replace old requires-python with python-requires  https://review.opendev.org/71551818:47
*** rpittau is now known as rpittau|afk18:57
*** gmann is now known as gmann_lunch18:59
*** dtantsur is now known as dtantsur|afk19:13
*** e0ne has quit IRC19:16
*** ralonsoh has quit IRC19:16
*** gmann_lunch is now known as gmann19:29
*** elod has quit IRC19:46
*** iurygregory has quit IRC19:46
*** elod has joined #openstack-requirements19:46
*** e0ne has joined #openstack-requirements21:12
*** e0ne has quit IRC21:16

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!