Wednesday, 2019-04-24

fungiupdate on the ssh problems, i think we're looking at two different ones00:01
fungisearching logstash for message:"REMOTE HOST IDENTIFICATION HAS CHANGED" turns up failures almost exclusively in inap-mtl0100:02
mgagnefungi: could be that orphan ports issue again...00:02
mgagnelooks like it's not the case? maybe zombie instances00:04
fungithat's my guess but i haven't tried correlating ip addresses in the error messages to find out whether it's the same ones cropping up over and over00:04
mgagnewill take a look00:06
fungii used to know how to get a query link from kibana, but can't figure it out in the new version00:06
*** dosaboy has quit IRC00:08
*** dosaboy has joined #openstack-infra00:09
fungiclarkb: i have 5 held nodes already... any idea how to trace them back to specific builds? is there a more effective way that poking around in zuul scheduler logs?00:10
*** yamamoto has joined #openstack-infra00:10
clarkbfungi: I grep the number suffix in executor logs00:11
clarkbinnefficifnt but works00:11
fungihow do you know which executor?00:11
fungior you grep across all 12 of them?00:11
*** sthussey has quit IRC00:12
*** jcoufal has joined #openstack-infra00:14
*** yamamoto has quit IRC00:16
clarkbI grep all00:17
*** Weifan has quit IRC00:17
fungihuh, none of these are showing up in any of the executor logs00:18
funginot even the executor debug logs00:18
*** yamamoto has joined #openstack-infra00:18
*** yamamoto has quit IRC00:18
*** yamamoto has joined #openstack-infra00:19
fungifor n in 0{1,2,3,4,5,6,7,8,9} 1{0,1,2};do ssh ze$n.openstack.org grep 0005541845 /var/log/zuul/executor.log;done00:19
corvusfungi: try executor-debug.log00:20
*** yamamoto has quit IRC00:20
*** yamamoto has joined #openstack-infra00:20
fungii tried both, but only gave one as an example00:20
fungior i thought i tried both, but trying debug one again now just to be sure00:21
fungitakes longer to complete for obvious reasons00:21
fungioh, nope, i guess i didn't do the full loop, there it is00:21
fungibut yeah, only in executor-debug.log not in executor.log00:23
fungiwill convert these to build ids00:23
*** yamamoto has quit IRC00:27
*** nicolasbock has quit IRC00:27
fungihuh, there's no build result in zuul for one of these00:28
fungihttp://zuul.opendev.org/t/openstack/build/b3494a8a5847483891e9c375759d20f900:28
*** dayou_ has quit IRC00:29
fungifor 3 of the 5 in fact00:30
fungiof the build ids listed in the executor debug logs for these 5 held nodes, only 2 of them have build records00:30
fungii wonder if the other 3 were retried00:31
corvusfungi: or their buildsets were reset00:33
fungiahh, makes sense00:33
fungiof the two which have build results, both are merely failing some failing unit tests00:33
funginot our ssh disconnect00:33
fungii'll delete these 5 nodes and look for more00:33
corvusfungi: you can grep for the build ids in the scheduler log00:34
corvusfungi: check the other 3 first00:34
fungioh, good idea00:34
corvusand we can find their logs out of band00:34
*** Weifan has joined #openstack-infra00:34
corvusfungi: oh, actually, the last log line on the executor is useful: eg 2019-04-23 23:52:58,617 DEBUG zuul.AnsibleJob: [build: b3494a8a5847483891e9c375759d20f9] Sending result: {"result": "FAILURE", "data": {"zuul": {"log_url": "http://logs.openstack.org/07/655107/1/check/openstack-tox-py36/b3494a8/"}}, "warnings": []}00:35
corvusfungi: that has the result and the log url00:36
fungioh, convenient!00:36
fungithanks, way simpler00:36
corvusand, ftr, that one is not a hit :)00:36
johnsomLooks like the hostname change is breaking jobs: http://logs.openstack.org/75/655275/1/check/openstack-tox-pep8/6c3e302/job-output.txt.gz#_2019-04-24_00_34_06_97134800:37
mgagnefungi: I had to write a script to automate the check. Now double checking the list of orphan instances before deleting them.00:38
fungithanks mgagne! that'll be a huge help00:39
corvusjohnsom: that's the zombie instance mgagne is working on00:39
corvuser, "zombie instance problem"00:39
fungibeware of rogue virtual machines00:40
johnsomAh, cool.  A docs change hit three post-failures so I took a look.  Thanks folks!00:40
*** armax has quit IRC00:42
*** Weifan has quit IRC00:42
*** Weifan has joined #openstack-infra00:43
mgagnefungi: what's frustrating is that I think Nova is able to fix those kind of issues by itself. Just not with CellsV1 and/or the version we are running.00:45
fungispeaking of which, all five of the held nodes were failing random nova unit tests... none were executor connection timeouts00:47
fungirecycling those 5 now and looking for more00:47
*** diablo_rojo has quit IRC00:48
mgagnefungi: deleted all zombie instances. I reran the script and none were found.00:49
mgagneI have to go now. If there are any issues, guess they will have to wait until tomorrow. just let me know, will read backlog tomorrow.00:50
fungithanks again mgagne!00:50
fungihave a great evening00:51
*** jamesmcarthur has joined #openstack-infra00:52
fungicorvus: clarkb: one thing which was suggested was that it would be helpful it we had a way to record a traceroute to the instance when the ssh connection dies... i'm not sure what options we might have for that, ansible failure callback?00:53
*** Weifan has quit IRC00:54
*** jamesmcarthur has quit IRC00:54
clarkbfungi: hrm maybe if we get an ansible return code 4 then run the traceroute00:55
*** Weifan has joined #openstack-infra00:58
*** Weifan has quit IRC00:58
*** jamesmcarthur has joined #openstack-infra00:58
*** slaweq has quit IRC00:58
*** Weifan has joined #openstack-infra00:58
*** Weifan has quit IRC01:00
*** Weifan has joined #openstack-infra01:00
*** yamamoto has joined #openstack-infra01:00
clarkbfungi: I've figured out my stuggling finding logs for these exit code 4 situations. We just retry them and never record build logs in the logs server?01:02
*** mriedem has quit IRC01:03
*** Weifan has quit IRC01:03
*** hwoarang has quit IRC01:06
*** hwoarang has joined #openstack-infra01:08
fungithat seems to be the case01:13
*** markvoelker has joined #openstack-infra01:13
*** jamesmcarthur has quit IRC01:14
*** rfolco has joined #openstack-infra01:15
*** whoami-rajat has joined #openstack-infra01:16
*** jamesmcarthur_ has joined #openstack-infra01:18
*** arunkant has left #openstack-infra01:31
*** jamesmcarthur_ has quit IRC01:34
openstackgerritliuwei proposed openstack/os-performance-tools master: update git.openstack.org to opendev  https://review.opendev.org/65528001:39
openstackgerritliuwei proposed openstack/os-testr master: update git.openstack.org to opendev  https://review.opendev.org/65528401:48
*** michael-beaver has quit IRC01:49
*** apetrich has quit IRC01:56
corvuswe do place logs in the log server01:57
corvuswe just don't record logs of incomplete builds in the database01:57
clarkbah02:01
*** jamesmcarthur has joined #openstack-infra02:05
*** ricolin has joined #openstack-infra02:06
*** ykarel|away has joined #openstack-infra02:07
fungiyeah, that was my initial misunderstanding as well02:08
openstackgerritJames E. Blair proposed ttygroup/gertty master: Change some OpenStack to OpenDev or ttygroup  https://review.opendev.org/65528602:09
*** roman_g has quit IRC02:12
*** jamesmcarthur has quit IRC02:12
*** Weifan has joined #openstack-infra02:16
*** gmann_afk is now known as gmann02:16
*** Weifan has quit IRC02:16
*** jamesmcarthur has joined #openstack-infra02:18
openstackgerritJames E. Blair proposed ttygroup/gertty master: Change the default location for gertty config file  https://review.opendev.org/58186802:21
openstackgerritJames E. Blair proposed ttygroup/gertty master: Change some OpenStack to OpenDev or ttygroup  https://review.opendev.org/65528602:21
corvusfascinating; somehow gertty grew a test-release-openstack job02:24
corvuslooks like it was automatically given release jobs in the v2->v3 transition, which we never noticed because it doesn't use our release machinery, and then it was automatically given the publish-to-pypi template because it had release jobs.02:25
*** bhavikdbavishi has joined #openstack-infra02:26
openstackgerritJames E. Blair proposed openstack/project-config master: Remove publish-to-pypi from ttygroup repos  https://review.opendev.org/65528702:27
corvusanyone around to +3 that? ^02:27
fungiyup02:28
fungiit's amazing how jobs magically accumulate on projects02:29
*** bhavikdbavishi has quit IRC02:35
openstackgerritMerged ttygroup/gertty master: Change the default location for gertty config file  https://review.opendev.org/58186802:37
openstackgerritMerged ttygroup/gertty master: Change some OpenStack to OpenDev or ttygroup  https://review.opendev.org/65528602:37
openstackgerritTristan Cacqueray proposed zuul/zuul master: web: add OpenAPI documentation  https://review.opendev.org/53554102:39
*** igordc has joined #openstack-infra02:43
openstackgerritMerged openstack/project-config master: Remove publish-to-pypi from ttygroup repos  https://review.opendev.org/65528702:50
openstackgerritMerged openstack/os-performance-tools master: Dropping the py35 testing  https://review.opendev.org/65428902:52
*** Weifan has joined #openstack-infra02:52
*** Weifan has quit IRC02:52
openstackgerritMerged openstack/os-performance-tools master: Replace git.openstack.org URLs with opendev.org URLs  https://review.opendev.org/65505502:53
corvusi've released gertty 1.6.0 and sent announcements to openstack-infra, openstack-discuss, and repo-discuss03:01
fungiawesome!03:02
*** psachin has joined #openstack-infra03:02
*** xinranwang has joined #openstack-infra03:06
*** yamamoto has quit IRC03:09
*** yamamoto has joined #openstack-infra03:10
*** jcoufal has quit IRC03:12
*** bhavikdbavishi has joined #openstack-infra03:19
*** bhavikdbavishi1 has joined #openstack-infra03:22
*** bhavikdbavishi has quit IRC03:23
*** bhavikdbavishi1 is now known as bhavikdbavishi03:23
openstackgerritMerged opendev/system-config master: Blackhole spam for airship-discuss-owner address  https://review.opendev.org/65522703:32
*** whoami-rajat has quit IRC03:35
*** ykarel|away has quit IRC03:40
*** smarcet has joined #openstack-infra03:44
*** ramishra has joined #openstack-infra03:51
*** udesale has joined #openstack-infra03:58
*** whoami-rajat has joined #openstack-infra04:06
*** smarcet has quit IRC04:16
*** smarcet has joined #openstack-infra04:17
*** jamesmcarthur has quit IRC04:17
*** jamesmcarthur has joined #openstack-infra04:18
*** jamesmcarthur has quit IRC04:23
*** ykarel|away has joined #openstack-infra04:24
*** jamesmcarthur has joined #openstack-infra04:29
*** ykarel_ has joined #openstack-infra04:30
*** ykarel|away has quit IRC04:32
*** smarcet has quit IRC04:36
*** jamesmcarthur has quit IRC04:45
*** jamesmcarthur has joined #openstack-infra04:45
*** jamesmcarthur has quit IRC04:50
*** jamesmcarthur has joined #openstack-infra04:50
*** yamamoto has quit IRC04:51
*** yamamoto has joined #openstack-infra04:53
*** rkukura has quit IRC04:53
*** rkukura has joined #openstack-infra04:53
*** jamesmcarthur has quit IRC04:54
*** jamesmcarthur has joined #openstack-infra05:06
*** e0ne has joined #openstack-infra05:10
*** markvoelker has quit IRC05:10
*** jamesmcarthur has quit IRC05:11
*** hwoarang has quit IRC05:13
*** hwoarang has joined #openstack-infra05:14
*** quiquell|off is now known as quiquell|rover05:17
*** jamesmcarthur has joined #openstack-infra05:17
*** e0ne has quit IRC05:17
*** jamesmcarthur has quit IRC05:22
*** rkukura has quit IRC05:22
*** rkukura has joined #openstack-infra05:23
*** jamesmcarthur has joined #openstack-infra05:25
*** yamamoto has quit IRC05:27
*** yamamoto has joined #openstack-infra05:29
*** jamesmcarthur has quit IRC05:32
*** igordc has quit IRC05:49
*** ykarel_ is now known as ykarel05:53
*** kopecmartin|off is now known as kopecmartin06:08
*** dayou has joined #openstack-infra06:09
quiquell|roverGood morning06:10
*** electrofelix has joined #openstack-infra06:11
*** jamesmcarthur has joined #openstack-infra06:11
*** bhavikdbavishi1 has joined #openstack-infra06:15
*** jamesmcarthur has quit IRC06:15
*** bhavikdbavishi has quit IRC06:16
*** bhavikdbavishi1 is now known as bhavikdbavishi06:16
*** yamamoto has quit IRC06:20
*** d34dh0r53 has quit IRC06:22
*** cloudnull has quit IRC06:22
*** yamamoto has joined #openstack-infra06:23
*** eglute has quit IRC06:23
*** pcaruana has joined #openstack-infra06:24
*** bgmccollum has quit IRC06:24
*** pgaxatte has joined #openstack-infra06:26
*** kjackal has joined #openstack-infra06:30
*** zhangfei has joined #openstack-infra06:38
*** ralonsoh has joined #openstack-infra06:52
*** quiquell|rover is now known as quique|rover|brb06:54
*** rpittau|afk is now known as rpittau06:56
*** yamamoto has quit IRC06:57
*** slaweq has joined #openstack-infra06:57
*** yamamoto has joined #openstack-infra06:59
*** yamamoto has quit IRC07:00
*** yamamoto has joined #openstack-infra07:01
*** egonzalez has quit IRC07:03
*** egonzalez has joined #openstack-infra07:04
*** rcernin has quit IRC07:05
*** fmount has left #openstack-infra07:07
*** ginopc has joined #openstack-infra07:09
*** yamamoto has quit IRC07:09
*** markvoelker has joined #openstack-infra07:12
*** apetrich has joined #openstack-infra07:13
*** quique|rover|brb is now known as quiquell|rover07:14
*** xinranwang has quit IRC07:22
*** amoralej has joined #openstack-infra07:25
*** tosky has joined #openstack-infra07:26
openstackgerritSlawek Kaplonski proposed ttygroup/gertty master: Update information about config file location  https://review.opendev.org/65533807:30
*** dtantsur|afk is now known as dtantsur07:40
*** jpena|off is now known as jpena07:48
*** ykarel is now known as ykarel|lunch07:53
*** jpich has joined #openstack-infra08:00
*** helenafm has joined #openstack-infra08:06
openstackgerritFabien Boucher proposed zuul/zuul master: web: add build modal with a parameter form  https://review.opendev.org/64448508:07
aspiersis it just me or is gerrit search autocompletion for author: completely broken?08:07
aspiersI type author:aspiers and when I accept the completion to author:"Adam Spiers <aspiers@suse.com>" it finds nothing08:08
aspiersin contrast if I very carefully avoid the completion (which is surprisingly hard because for some incredibly strange reason Escape *accepts* rather than cancels it), author:aspiers@suse.com works fine08:09
aspiersI really cannot wait for us to get off this ancient Gerrit!08:09
paladoxYou could see if author:self works08:11
*** derekh has joined #openstack-infra08:13
*** yamamoto has joined #openstack-infra08:26
*** lucasagomes has joined #openstack-infra08:26
asettlefungi, okay - re-read the backlog and looked through the commit in question (https://github.com/openstack/openstackdocstheme/commit/d31e4ded8941a69b36de413f1bcf56c91bece779\)08:27
asettleI have... no idea :/ I'm trying to think why we even had that login button in the first place.08:28
asettleAJaeger, do you have any recollection as to why we included a "LOG IN" button on the top right of the openstackdocstheme? The only thing I can think of is either using it for launchpad ID?08:28
asettleBut that doesn't make a tonne of sense.08:28
*** ykarel|lunch is now known as ykarel08:30
*** yamamoto has quit IRC08:33
*** jpich has quit IRC08:56
*** jpich has joined #openstack-infra08:56
*** jpich has quit IRC08:57
*** roman_g has joined #openstack-infra09:02
*** jpich has joined #openstack-infra09:04
*** sshnaidm|afk is now known as sshnaidm|09:16
*** sshnaidm| is now known as sshnaidm09:16
*** dtantsur is now known as dtantsur|brb09:19
*** e0ne has joined #openstack-infra09:20
openstackgerritTristan Cacqueray proposed zuul/zuul master: web: add support for checkbox and list parameters  https://review.opendev.org/64866109:24
openstackgerritTristan Cacqueray proposed zuul/zuul master: web: add support for checkbox and list parameters  https://review.opendev.org/64866109:25
*** gfidente has joined #openstack-infra09:27
tristanCit seems like https://opendev.org doesn't replicate the gerrit ref like git.openstack.org used to do, and this is breaking the "gitweb" link on review.opendev.org09:33
*** d34dh0r53 has joined #openstack-infra09:45
*** Weifan has joined #openstack-infra09:46
*** eglute has joined #openstack-infra09:47
*** ramishra has quit IRC09:51
*** tkajinam has quit IRC09:52
*** seyeongkim has quit IRC09:53
*** yamamoto has joined #openstack-infra09:53
*** dirk has quit IRC09:54
*** gmann has quit IRC09:54
*** dirk has joined #openstack-infra09:54
*** rpittau has quit IRC09:55
*** vdrok has quit IRC09:55
*** mrhillsman has quit IRC09:55
*** rm_work has quit IRC09:55
*** seyeongkim has joined #openstack-infra09:55
*** gmann has joined #openstack-infra09:56
*** vdrok has joined #openstack-infra09:57
*** rpittau has joined #openstack-infra09:57
*** mrhillsman has joined #openstack-infra09:58
*** bhavikdbavishi has quit IRC10:00
*** ykarel_ has joined #openstack-infra10:01
*** Weifan has quit IRC10:02
*** ykarel has quit IRC10:04
*** rm_work has joined #openstack-infra10:06
*** yamamoto has quit IRC10:06
*** ramishra has joined #openstack-infra10:08
*** Weifan has joined #openstack-infra10:09
openstackgerritFabien Boucher proposed zuul/zuul master: Pagure driver - https://pagure.io/pagure/  https://review.opendev.org/60440410:13
*** kjackal has quit IRC10:13
*** ykarel_ is now known as ykarel10:14
*** Weifan has quit IRC10:16
*** rtjure has joined #openstack-infra10:18
*** ykarel_ has joined #openstack-infra10:19
*** yamamoto has joined #openstack-infra10:22
*** ykarel has quit IRC10:22
*** ykarel_ is now known as ykarel10:23
*** yamamoto has quit IRC10:24
*** ykarel is now known as ykarelaway10:33
*** dtantsur|brb is now known as dtantsur10:35
*** candles has joined #openstack-infra10:36
*** nicolasbock has joined #openstack-infra10:36
*** yamamoto has joined #openstack-infra10:39
*** yamamoto has quit IRC10:41
*** gmann has quit IRC10:44
*** Weifan has joined #openstack-infra10:46
*** kjackal has joined #openstack-infra10:48
*** Weifan has quit IRC10:48
*** yamamoto has joined #openstack-infra11:02
*** ykarelaway is now known as ykarel11:05
*** happyhemant has joined #openstack-infra11:13
*** ginopc has quit IRC11:13
*** udesale has quit IRC11:16
*** jpena is now known as jpena|lunch11:18
*** yamamoto has quit IRC11:21
*** aaronsheffield has joined #openstack-infra11:25
*** rtjure has quit IRC11:28
*** zhangfei has quit IRC11:30
*** jbadiapa has quit IRC11:33
*** bhavikdbavishi has joined #openstack-infra11:34
*** yamamoto has joined #openstack-infra11:36
*** cloudnull has joined #openstack-infra11:37
*** ccamacho has joined #openstack-infra11:44
*** Emine has joined #openstack-infra11:44
*** helenafm has quit IRC11:45
*** jbadiapa has joined #openstack-infra11:46
*** bhavikdbavishi1 has joined #openstack-infra11:50
*** bhavikdbavishi has quit IRC11:50
*** bhavikdbavishi1 is now known as bhavikdbavishi11:50
*** yamamoto has quit IRC11:55
*** yamamoto has joined #openstack-infra11:56
*** quiquell|rover is now known as quique|rover|eat12:00
*** rlandy has joined #openstack-infra12:01
*** bhavikdbavishi has quit IRC12:01
*** rlandy is now known as rlandy|ruck12:02
*** jcoufal has joined #openstack-infra12:03
*** yamamoto has quit IRC12:05
*** amoralej is now known as amoralej|lunch12:06
*** markvoelker has quit IRC12:08
*** jamesmcarthur has joined #openstack-infra12:10
*** bhavikdbavishi has joined #openstack-infra12:14
*** jamesmcarthur has quit IRC12:15
*** jamesmcarthur has joined #openstack-infra12:16
AJaegermordred: we need https://review.opendev.org/654238 merged before your nodepool change https://review.opendev.org/654230 can merge - but 238 fails testsuide12:18
AJaegerasettle: I don't remember - and I'm fine with removing it.12:19
asettleCoolio. thanks AJaeger12:19
AJaegertristanC: indeed, that's why mordred pushed https://review.opendev.org/655238 - needs another +212:20
*** yamamoto has joined #openstack-infra12:22
*** yamamoto has quit IRC12:24
*** yamamoto has joined #openstack-infra12:24
*** candles has quit IRC12:24
*** yamamoto has quit IRC12:25
*** udesale has joined #openstack-infra12:29
*** jamesmcarthur has quit IRC12:32
*** quique|rover|eat is now known as quiquell|rover12:41
tristanCAJaeger: alright, thanks12:41
*** kgiusti has joined #openstack-infra12:42
*** sthussey has joined #openstack-infra12:43
*** jamesmcarthur has joined #openstack-infra12:44
*** eharney has quit IRC12:50
*** yamamoto has joined #openstack-infra12:52
*** yamamoto has quit IRC12:52
*** yamamoto has joined #openstack-infra12:52
*** markmcd has quit IRC12:52
*** irclogbot_2 has quit IRC12:55
*** irclogbot_1 has joined #openstack-infra12:55
*** jistr is now known as jistr|afk12:56
*** altlogbot_3 has quit IRC12:57
*** yamamoto has quit IRC12:57
*** yamamoto has joined #openstack-infra12:57
*** markmcd has joined #openstack-infra12:57
*** altlogbot_2 has joined #openstack-infra12:58
openstackgerritMonty Taylor proposed zuul/zuul master: Update references for opendev  https://review.opendev.org/65423812:59
*** gfidente has quit IRC13:01
*** markmcd has quit IRC13:01
*** gfidente has joined #openstack-infra13:01
*** kranthikirang has joined #openstack-infra13:05
*** markmcd has joined #openstack-infra13:07
openstackgerritSean McGinnis proposed zuul/zuul-jobs master: ensure-twine: Don't install --user if running in venv  https://review.opendev.org/65524113:09
*** rlandy|ruck is now known as rlandy|ruck|mtg13:11
*** amoralej|lunch is now known as amoralej13:17
*** rfolco is now known as rfolco_sick13:18
*** markmcd has quit IRC13:20
openstackgerritSean McGinnis proposed zuul/zuul-jobs master: ensure-twine: Don't install --user if running in venv  https://review.opendev.org/65524113:22
*** ykarel is now known as ykarel|away13:23
*** Goneri has joined #openstack-infra13:23
*** bhavikdbavishi has quit IRC13:23
*** markmcd has joined #openstack-infra13:24
*** markmcd has left #openstack-infra13:27
*** lseki has joined #openstack-infra13:32
*** smarcet has joined #openstack-infra13:33
*** rkukura has quit IRC13:36
*** jpena|lunch is now known as jpena13:40
openstackgerritBrian Haley proposed openstack/project-config master: Update networking-ovn dashboard  https://review.opendev.org/65543313:42
openstackgerritIldiko Vancsa proposed openstack/project-config master: Create election repository for StarlingX  https://review.opendev.org/65543513:42
rpittauhello fellow openstackers! we're experiencing a weird issue in the ironic jobs in stable branches where, even if a project is in the required-projects list, it's not correctly cloned13:44
rpittaufor instance http://logs.openstack.org/98/655398/1/check/ironic-dsvm-standalone/52ca325/job-output.txt.gz#_2019-04-24_10_51_12_18142913:44
openstackgerritSean McGinnis proposed zuul/zuul-jobs master: Add environment debugging to ensure-twine role  https://review.opendev.org/65543713:44
rpittauit seems working correctly on master13:44
rpittauand weird thing, it works if it's a legacy project and the project is added to the PROJECTS variable explicitly13:45
openstackgerritMonty Taylor proposed opendev/system-config master: Update gitea templates for 1.8.0  https://review.opendev.org/65543913:45
rpittauany thought on why this might happen?13:46
*** ykarel|away has quit IRC13:46
mordredcorvus: ^^ that patch should allow making a jeblair/gitea branch based on 1.8.0 if we want13:47
mordredcorvus: although if we decide to do that, we should probably just make a second branch in your repo, then have that patch update the git ref too13:47
mordredrpittau: looking13:48
rpittauthanks mordred :)13:48
sshnaidmhi, if I run ansible separately inside the job (like ansible-playbook my_playbook.yaml ...) and want to have there job variables, what is best practice to do it?13:48
*** eharney has joined #openstack-infra13:48
mordredrpittau: oh - there's a devstack patch we should backport to stable devstacks I think13:49
mordredrpittau: one sec, lemme make the backport patches13:50
rpittaumordred: thanks for checking! Was going a bit crazy here :D13:50
*** gmann has joined #openstack-infra13:52
*** rfolco_sick is now known as rfolco13:52
mordredrpittau: https://review.opendev.org/#/q/I8a55522a5fee46f415f0c0ce580ded347613346013:53
*** mriedem has joined #openstack-infra13:53
mordredrpittau: that should take care of the issues on the stable branches13:53
rpittaumordred: thanks again! I'll wait for that to merge before rechecking on our side13:54
mordredfrickler, clarkb: ^^ if you have a sec, those are all backports of the namespace addition patches13:54
corvusmordred: cool -- i've rebased my redirect patches on 1.8.0 as i'm debugging them, so maybe once i get that worked out we can do the upgrade13:54
mordredcorvus: awesome13:54
corvusmordred: i've learned that the test failure is due to a behavior change for private repos, which explains why i didn't catch it in my quick testing on friday, and it's probably not a big deal for our production site13:54
mordredcorvus: if you have a sec, same ping re the link just above - quick/easy devstack backport patches for the namespace stuff13:55
corvusstill haven't quite worked out the fix13:55
mordredcorvus: ah - cool13:55
mordredcorvus: incidentally, the template updates include support for showing if a repo is archived or not - happy about that new feature being in 1.8.013:55
corvusmordred: yeah, i mentioned that yesterday :)  that will be nice13:56
mordredcorvus: yeah13:56
*** kmarc has quit IRC13:58
AJaegerconfig-core, there're a couple of smaller changes up to review, could you put the following on your queue, please? https://review.opendev.org/652111 https://review.opendev.org/652947 https://review.opendev.org/653364 https://review.opendev.org/652993 https://review.opendev.org/655178 https://review.opendev.org/65543313:59
AJaegerinfra-root, should we enable ovh again? See https://review.opendev.org/65387913:59
openstackgerritSean McGinnis proposed zuul/zuul-jobs master: Add environment debugging to ensure-twine role  https://review.opendev.org/65543714:00
*** jamesmcarthur has quit IRC14:00
AJaegerconfig-core, one more: https://review.opendev.org/#/c/654241/14:00
*** jamesmcarthur has joined #openstack-infra14:00
*** udesale has quit IRC14:06
*** udesale has joined #openstack-infra14:07
*** udesale has quit IRC14:08
*** udesale has joined #openstack-infra14:08
openstackgerritBrian Rosmaita proposed openstack/devstack-gate master: Remove CINDER_PERIODIC_INTERVAL setting  https://review.opendev.org/65545114:09
fungihas anyone seen any more signs of ssh dropouts so far today?14:16
* AJaeger has seen a quite stable system and no complaints - that's why I suggest to renambe ovh-bhs again with 65387914:18
*** ykarel has joined #openstack-infra14:18
openstackgerritMerged opendev/system-config master: Use internal gitweb instead of gitea for now  https://review.opendev.org/65523814:20
fungisounds like a good idea to me, but maybe we give it another couple hours just to make sure we don't see any resurgence of yesterday's issues14:21
clarkbre: ovh my VM can lookup dns records against 1.1.1.1 currently14:28
*** gfidente has quit IRC14:28
clarkbwhich was failing when we turned it off14:28
*** gfidente has joined #openstack-infra14:29
*** yamamoto has quit IRC14:35
*** electrofelix has quit IRC14:37
*** sreejithp has joined #openstack-infra14:42
openstackgerritMerged zuul/zuul-jobs master: Add environment debugging to ensure-twine role  https://review.opendev.org/65543714:42
*** igordc has joined #openstack-infra14:42
smcginnisfungi: ^ :)14:43
openstackgerritBernard Cafarelli proposed openstack/project-config master: Update Grafana dashboards for stable Neutron releases  https://review.opendev.org/65335414:43
openstackgerritIldiko Vancsa proposed openstack/project-config master: Create election repository for StarlingX  https://review.opendev.org/65543514:43
fungithanks smcginnis, reenqueuing again14:44
*** iurygregory_ has joined #openstack-infra14:46
*** jamesmcarthur has quit IRC14:48
mriedemdo url depends-on work yet?14:48
mriedeme.g. Depends-On: https://review.opendev.org/653514/14:48
clarkbmriedem: they should haev always worked with the new domain name14:49
mriedemoh ok14:49
clarkb(my email was about the old domain not working)14:49
mriedemjust not review.openstack.org14:49
mriedemyeah ok14:49
*** iurygregory has quit IRC14:49
*** quiquell|rover is now known as quiquell|off14:49
openstackgerritThierry Carrez proposed openstack/project-config master: Fix LP access credentials  https://review.opendev.org/65546514:53
smcginnisfungi: Hmm, apparently I really messed that debug print up: http://logs.openstack.org/59/59ce65e9e66fe3ea203b77812ee14e69ebdb192a/release/release-openstack-python/abaae0d/job-output.txt.gz#_2019-04-24_14_51_49_34022414:54
*** michael-beaver has joined #openstack-infra14:55
smcginnisAh, -debug: message: "{{ foo }}"14:55
openstackgerritSean McGinnis proposed zuul/zuul-jobs master: Correct debug statement for ensure-twine environment  https://review.opendev.org/65546614:57
smcginnisfungi: ^14:57
*** iurygregory_ is now known as iurygregory14:58
fungimriedem: right, the point was that as of the cut-over during the maintenance, zuul then knew our gerrit as review.opendev.org and had no knowledge of a review.openstack.org so ignored the old depends-on footers with those earlier urls14:59
*** dave-mccowan has joined #openstack-infra15:01
openstackgerritMerged opendev/puppet-nodepool master: Install yappi and objgraph packages  https://review.opendev.org/65446215:05
*** pcaruana has quit IRC15:06
*** dave-mccowan has quit IRC15:07
*** jamesmcarthur has joined #openstack-infra15:07
*** amotoki_ is now known as amotoki15:08
*** rh-jelabarre has joined #openstack-infra15:09
*** ccamacho has quit IRC15:15
*** diablo_rojo has joined #openstack-infra15:15
prometheanfirefor the new gertty, you should probably update and add py3 to setup.cfg if you claim support :P15:16
prometheanfirehttps://opendev.org/ttygroup/gertty/src/branch/master/setup.cfg15:16
*** rlandy|ruck|mtg is now known as rlandy15:16
prometheanfireI'll state support for py35,36,37 though15:17
*** yamamoto has joined #openstack-infra15:17
*** ricolin has quit IRC15:17
*** rfolco is now known as rfolco|ruck15:19
openstackgerritJames E. Blair proposed ttygroup/gertty master: Update python version trove classifiers  https://review.opendev.org/65547115:19
corvusprometheanfire, fungi: how's that look? ^15:19
prometheanfirecorvus: I was using master as of a week ago with py2, it seems to work15:21
prometheanfireusing it now in fact15:21
corvusprometheanfire: ok, want me to stick py2 back in there?15:21
openstackgerritJames E. Blair proposed ttygroup/gertty master: Update python version trove classifiers  https://review.opendev.org/65547115:22
openstackgerritMerged openstack/project-config master: Fix LP access credentials  https://review.opendev.org/65546515:22
fungii think it's fine to list python versions you expect to work, or versions you want to continue supporting with that release15:22
*** sshnaidm is now known as sshnaidm|off15:23
AJaegermordred: are https://review.opendev.org/#/c/654034/2 and https://review.opendev.org/654040 obsolete with other changes that merged - or do they need rebase and resolve of conflicts?15:23
AJaegercorvus: want to abandon https://review.opendev.org/654629 - another gitea double stack change on system-config?15:23
*** yamamoto has quit IRC15:24
clarkbre the starlingx request to talk about things with us. I'm going to propose midday friday if that works? I expect thursday we'll all be wanting to dive right into infra specific stuff so friday is better for cross projecty stuff15:25
clarkblet me know if I've missed somethign that makes that undesireable scheduling15:25
prometheanfirefungi: that's true, I packaged it with py27/35/36/3715:25
prometheanfirenext will be py3 though15:25
clarkbcorvus: ^ I know you leave on friday. Does just after the lunch break work for you or should we plan for before?15:26
*** ricolin has joined #openstack-infra15:28
corvusclarkb: sgtm15:28
corvusclarkb: i'm probably good until 4ish?  maybe later?  haven't quite worked it out yet15:28
clarkbcorvus: ok that should be enough if we have an hour ish meeting  at 1 ish15:28
*** armax has joined #openstack-infra15:29
openstackgerritMerged zuul/zuul-jobs master: Correct debug statement for ensure-twine environment  https://review.opendev.org/65546615:31
openstackgerritPaul Belanger proposed zuul/zuul master: Add release-zuul-python to post pipeline  https://review.opendev.org/65547415:32
*** kjackal has quit IRC15:33
corvusinfra-root: i have updated https://github.com/go-gitea/gitea/pull/6688  with a new approach which works for public and private repos; it passes tests locally15:33
mordredcorvus: woot15:34
corvusmordred: should i push an "opendev-180" branch and update your patch and start the upgrade?15:34
mordredcorvus: yeah - I think so15:35
clarkbI'm up for that. Especially since I don't plan to be around much tomorrow or day after (so if I'm gonna be around to help today is the day)15:35
corvusmordred: oh, we need to get the registry fixed15:35
smcginnisfungi: That debug msg fix merged. Mind reenqueuing that again when you have a chance?15:35
clarkbI'm in a meeting now. Then will get the renaming playbook updates pushed. Then will start on a summit schedule for myself and can interrupt that for gitea things15:35
mordredcorvus: oh - yeah. the secret update didn't seem to, you know, fix it15:35
AJaegersmcginnis: I have just rechecked a job that uses the role...15:36
AJaegersmcginnis: http://logs.openstack.org/77/654477/1/check/test-release-openstack/24f58a8/ passed!15:36
AJaegerthat one failed 10 mins ago...15:37
corvusmordred: i'll double check your secret change15:37
mordredcorvus: it's entirely possible I don't know how to computer15:37
smcginnisAJaeger: Hmm, that's actually too bad. We want to capture a failure.15:37
smcginnisOdd that it didn't actually print anything: http://logs.openstack.org/77/654477/1/check/test-release-openstack/24f58a8/job-output.txt.gz#_2019-04-24_15_35_17_93526515:38
smcginnisDoes the verbosity need to be raised?15:38
mordredsmcginnis: isn't life weird when we *want* things to break?15:38
smcginnis;)15:38
AJaegersmcginnis: http://logs.openstack.org/77/654477/1/check/test-release-openstack/24f58a8/ara-report/15:38
AJaegersmcginnis: better: http://logs.openstack.org/77/654477/1/check/test-release-openstack/24f58a8/ara-report/result/8537481b-3908-4016-8165-0b4650aeb758/15:38
smcginnisOh, great!15:39
smcginnisThat looks like what we should expect every time. So now it will be interesting to compare that to one of the failing cases to see what is different. And hopefully it points us to what is causing it to be different in the first place.15:39
openstackgerritClark Boylan proposed opendev/system-config master: Omnibus rename repo playbook fixes  https://review.opendev.org/65547615:40
clarkbinfra-root ^ that includes fixes from friday's playbooking15:40
clarkbfeel free to amend it with coauthored by lines if you fixed one of thsoe on friday (I don't recall all who edited that stuff)15:40
openstackgerritJames E. Blair proposed opendev/base-jobs master: Correct intermediate registry key  https://review.opendev.org/65547715:43
corvusinfra-root: ^15:43
*** amansi26 has joined #openstack-infra15:45
clarkblooking15:45
*** pcaruana has joined #openstack-infra15:46
corvusclarkb: i have a suggestion on https://review.opendev.org/65547615:48
clarkbcorvus: makes sense. I'll do that update15:48
*** iurygregory has quit IRC15:49
fungismcginnis: sorry, catching up after a meeting, reenqueued now15:49
smcginnisfungi: Thanks. If this fails, we will have a good comparison with a passing case.15:49
smcginnisIs there a way to see which executor it would have run on? Maybe we can compare if jobs pass on one but not others?15:50
clarkbsmcginnis: it is in the inventory file iirc15:51
*** pgaxatte has quit IRC15:51
smcginnisOK, good. Maybe another variable we can investigate if we need to.15:51
pabelangercorvus: +315:51
pabelangerthanks!15:51
openstackgerritClark Boylan proposed opendev/system-config master: Omnibus rename repo playbook fixes  https://review.opendev.org/65547615:52
clarkbcorvus: ^ that better?15:52
corvusclarkb: thanks!15:52
corvusclarkb: derp, tiny fix needed15:53
*** diablo_rojo has quit IRC15:53
Shrewsclarkb: Is https://docs.openstack.org/infra/system-config/puppet.html up-to-date?15:55
corvusShrews: it's about half right15:55
corvusit's.... "cron driving ansible driving puppet" for many hosts15:56
corvusand "cron driving ansible" for some15:56
openstackgerritClark Boylan proposed opendev/system-config master: Omnibus rename repo playbook fixes  https://review.opendev.org/65547615:56
clarkbmy bad copy pasta sorry15:56
Shrewsand there doesn't appear to be a puppetmaster host15:56
*** diablo_rojo has joined #openstack-infra15:56
corvusShrews: right, we call it "bridge" now15:56
smcginnisfungi: Definitely running within ansibles venv.15:56
smcginnisFailure: http://logs.openstack.org/59/59ce65e9e66fe3ea203b77812ee14e69ebdb192a/release/release-openstack-python/781edd8/ara-report/result/a6f1d958-2d17-4b8a-a6bf-97cb1bf6e31d/15:56
corvuswe do need to update that page15:56
*** bgmccollum has joined #openstack-infra15:57
smcginnisPass: http://logs.openstack.org/77/654477/1/check/test-release-openstack/24f58a8/ara-report/result/8537481b-3908-4016-8165-0b4650aeb758/15:57
mordredyeah - I almost deleted it when doing the docs updates15:57
mordredbut corvus pointed out that half of it is still real15:57
AJaegersmcginnis: one running on localhost, the other on the remote host.15:58
Shrewscorvus: yeah, i figured it was on bridge now, but wasn't quite sure how things operated there (beyond the ansibling)15:58
AJaegersmcginnis: let me rephrase: One running on executor, the other on remote host?15:58
corvusShrews: "run_all.sh" is called by cron -- that's the root of the whole thing15:58
smcginnisAJaeger: Where do I see that?15:58
AJaegersmcginnis: second line "host: localhost" and "host: ubuntu-bionic". AFAIU "localhost" means executor15:59
AJaegerfungi, corvus, what do you make of these twine findings? ^16:00
corvuslet's move to #zuul16:00
openstackgerritMerged opendev/base-jobs master: Correct intermediate registry key  https://review.opendev.org/65547716:00
*** tosky has quit IRC16:00
smcginnisAJaeger: Oh, I completely looked right past that information.16:00
smcginnisRunning locally could explain why it would fail.16:00
*** lucasagomes has quit IRC16:01
*** rpittau is now known as rpittau|afk16:03
*** _erlon_ has joined #openstack-infra16:03
*** efried is now known as efried_rollin16:04
openstackgerritClark Boylan proposed opendev/system-config master: Trim the openstack root list  https://review.opendev.org/65548716:04
clarkbinfra-root ^ fyi16:04
*** kambiz has quit IRC16:07
*** kambiz has joined #openstack-infra16:08
*** altlogbot_2 has quit IRC16:09
Shrewsinfra-root: I'd like to restart the nodepool launchers to pick up changes for dumping thread/obj data with sigusr2. Objections?16:11
mordredShrews: none from me16:11
*** ykarel is now known as ykarel|away16:11
*** altlogbot_3 has joined #openstack-infra16:12
clarkbnone from me16:12
pabelangerShrews: +116:13
fungiShrews: sounds great16:13
Shrewsexcellent16:13
funginice to finally have that added16:13
fungiit's been super useful in zuul16:13
clarkbok Monday evening Lowry Beer Garden trip is official. Just sent email out with details16:14
*** ianychoi has quit IRC16:14
clarkbWe'll figure out something day of if the weather turns bad (current forecasting keeps going back and forth)16:14
*** ianychoi has joined #openstack-infra16:15
Shrews#status log Restarted nodepool launchers on commit f8ac79661a8d2e2ee980e511c9bdf19a41d156f816:16
openstackstatusShrews: finished logging16:16
openstackgerritPaul Belanger proposed zuul/zuul master: Revert "Prepend path with bin dir of ansible virtualenv"  https://review.opendev.org/65549116:19
*** ricolin has quit IRC16:20
fungiinfra-root: once ^ merges (hopefully later today?) we're probably going to want to do another executor restart16:21
mordredfungi: ++16:21
fungiafter that, there's a slew of failed release tags i need to reenqueue16:22
*** ccamacho has joined #openstack-infra16:25
clarkbI'm told everyone should have gotten email about this already (but I didn't maybe beacuse i'm osf staff? so posting here too) https://www.eventbrite.com/e/the-denver-party-during-open-infrastructure-summit-tickets-58863817262 is the summit party signup site. password is "denver" and for the phone number you can just put in 555-555-555516:28
clarkb(I don't know how important the rsvp actually is but figure if you possibly want to check it out signing up now is a good idea)16:29
*** dtantsur is now known as dtantsur|afk16:29
fungithere are a bunch of folks sharing that telephone16:29
fungimust be the payphone in the summit hotel lobby16:29
fungialso, probably worth pointing out, this is sort of like what happened with the "pub crawl" in berlin... some sponsors decided to throw it and told the summit event coordinators about it, but it's not really coordinated by the foundation16:31
smcginnisI had not seen anything about RSVPing for anything there.16:31
clarkbsmcginnis: you have to type in the password first16:31
fungihence the creepy requests for personal details on the sign-up form16:31
corvusor we can go back to the beer garden16:32
fungiyeah, i hear the beer garden doesn't ask for phone numbers16:32
corvusaka "the denver office"16:32
clarkbya this isn't an indication I think we should all go to this party16:32
fungijust what beer you're buying16:32
clarkbmore of a "its happening and I don't want people to feel they missed out due to potential communication issues"16:32
*** jpich has quit IRC16:33
*** derekh has quit IRC16:35
anteayafungi: places ask for phone numbers to serve you in denver?16:35
anteayaoh sorry eventbrite does16:36
fungianteaya: the marketing companies sponsoring the party clarkb linked to ask for phone numbers16:36
anteayaglad that many fives work in place of a real number16:36
fungipresumably because they are trading mediocre beer and finger food for the ability to call and try to sell you things as soon as you get home16:37
*** rkukura has joined #openstack-infra16:37
anteayagood luck with that16:37
*** ijw has joined #openstack-infra16:37
*** ccamacho has quit IRC16:38
fungioh, before i forget, possible gitea bug? ttx noticed that if you browse to https://zuul.opendev.org/t/openstack/builds?job_name=release-openstack-python&project=openstack%2Fpython-freezerclient and click on the "change" there (it's a tag object) gitea returns a cryptic error, but other tags there work fine16:41
fungiand i need to disappear for a dental checkup, but should return shortly. bbiab16:41
*** ijw has quit IRC16:42
*** altlogbot_3 has quit IRC16:43
*** manjeets_ is now known as manjeets16:43
*** altlogbot_3 has joined #openstack-infra16:44
*** gyee has joined #openstack-infra16:44
*** igordc has quit IRC16:45
*** amansi26 has quit IRC16:45
*** mattw4 has joined #openstack-infra16:47
mugsiehey - would anyone in here know why a planet.openstack.org would not be showing new articles?16:49
mugsieI have a blog in the feed from the 20th, but it looks like the last time it got content was the 19th ...16:49
clarkbmugsie: it is beacuse the repo it uses to run planet has a git:// remote16:52
clarkbI'll fix it16:52
*** altlogbot_3 has quit IRC16:53
*** psachin has quit IRC16:53
*** altlogbot_1 has joined #openstack-infra16:54
clarkb#status log Moved /var/lib/planet/openstack aside on planet.o.o so that puppet will reclone it using the correct remote. This should fix planet publishing updates.16:54
openstackstatusclarkb: finished logging16:54
clarkbmugsie: ^ fyi next puppet run should get things sorted now16:54
corvusfungi, ttx: maybe so -- at first guess, the freezerclient issue may be related to the deleted file in that tagged change16:54
openstackgerritMerged ttygroup/gertty master: Update python version trove classifiers  https://review.opendev.org/65547116:55
corvusmordred: did you restart the registry with the swift config?16:58
corvusi think the uptime is right for that, and i see no files in /var/registry/data or /opt/registry/data16:59
mugsieclarkb: thanks!16:59
corvusso i think the intermediate registry is using swift now16:59
openstackgerritJason Lee proposed opendev/storyboard master: WIP: Migrates Users to Blueprints, Writer Script WIP  https://review.opendev.org/65481217:01
*** e0ne has quit IRC17:02
*** raissa has joined #openstack-infra17:05
*** ijw has joined #openstack-infra17:06
*** jpena is now known as jpena|off17:06
clarkbcorvus: that is really exciting. With swift + the GC'ing we should have sustainable intermediate registry now17:07
corvusclarkb: yeah, though we don't have gcing yet, i still need to refresh https://review.opendev.org/65314817:09
corvusclarkb: but that can wait a week or 2 :)17:09
clarkbindeed17:09
clarkbI'm going to add it to the PTG ideas list though in case that is something people want to address there17:10
*** mattmceuen has left #openstack-infra17:10
*** jamesmcarthur_ has joined #openstack-infra17:13
*** jamesmcarthur has quit IRC17:15
*** kopecmartin is now known as kopecmartin|off17:16
*** igordc has joined #openstack-infra17:16
clarkbFor anyone wanting to follow along I think I've started a pretty decent list at https://etherpad.openstack.org/p/2019-denver-ptg-infra-planning17:17
AJaegerShould we enable ovh again? See https://review.opendev.org/65387917:18
*** amoralej is now known as amoralej|off17:18
clarkbAJaeger: yes I'll approve now17:19
AJaegerthanks17:20
openstackgerritBen Nemec proposed openstack/reviewstats master: Load subproject data from governance  https://review.opendev.org/65302417:22
openstackgerritBen Nemec proposed openstack/reviewstats master: Handle all exceptions loading pickled data  https://review.opendev.org/65310617:22
openstackgerritBen Nemec proposed openstack/reviewstats master: Switch default server to opendev.org  https://review.opendev.org/65550417:22
openstackgerritBen Nemec proposed openstack/reviewstats master: Don't fail when writing cache either  https://review.opendev.org/65550517:22
openstackgerritBen Nemec proposed openstack/reviewstats master: Switch to stestr  https://review.opendev.org/65550617:22
openstackgerritBen Nemec proposed openstack/reviewstats master: DNM: Debug zuul failure  https://review.opendev.org/65550717:22
*** markvoelker has joined #openstack-infra17:22
*** yamamoto has joined #openstack-infra17:23
clarkbok etherpad now has a rough schedule17:26
clarkbI think the start PTG with a braindump idea will help get everyone up to speed as there have been many moving pieces and not everyone can keep it all paged in17:26
clarkbsets a foundation for further work at the PTG17:26
*** markvoelker has quit IRC17:26
*** kjackal has joined #openstack-infra17:27
clarkbinfra-root can you please review https://review.opendev.org/#/c/655487/ when you have a moment. This trims the root list down per the email you were all cc'd on17:27
clarkbhttps://review.opendev.org/#/c/655476/ is the omnibus fix to rename projects which would be good to get in too17:27
*** mattw4 has quit IRC17:28
openstackgerritMerged openstack/project-config master: Revert "nodepool: pause ovh"  https://review.opendev.org/65387917:32
*** kjackal has quit IRC17:33
*** ramishra has quit IRC17:34
*** kjackal has joined #openstack-infra17:36
clarkbdmsimard: is the openstack github admin team still in your ara github org? I get emails about activity there. If you are happy with the results of the move care to remove us?17:36
*** markvoelker has joined #openstack-infra17:37
dmsimardI think I took care of removing it but I'll double check17:37
dmsimardYeah, it's removed17:38
clarkbthanks!17:38
clarkbtime for some early lunch/late breakfast. back in a bit17:42
*** eharney_ has joined #openstack-infra17:42
*** eharney has quit IRC17:44
*** eharney_ is now known as eharney17:45
*** electrofelix has joined #openstack-infra17:46
*** yamamoto has quit IRC17:47
*** udesale has quit IRC17:49
*** Weifan has joined #openstack-infra17:55
*** rkukura_ has joined #openstack-infra17:57
*** rkukura has quit IRC17:59
*** rkukura_ is now known as rkukura17:59
*** ralonsoh has quit IRC18:00
*** Goneri has quit IRC18:05
*** jamesmcarthur_ has quit IRC18:08
*** ijw has quit IRC18:11
*** ijw has joined #openstack-infra18:12
*** jamesmcarthur has joined #openstack-infra18:19
openstackgerritsebastian marcet proposed osf/openstackid-resources master: Added endpoints for speakers profile edit request  https://review.opendev.org/65551818:21
*** ykarel|away has quit IRC18:22
*** kjackal has quit IRC18:26
mnaserAJaeger: if you have sometime today https://review.opendev.org/655520 !18:27
*** happyhemant has quit IRC18:27
*** smarcet has quit IRC18:27
*** kjackal has joined #openstack-infra18:29
AJaegermnaser: will do. If you have time, please see above my ping for config-core ;)18:29
mnaserAJaeger: ill trade ya that18:29
AJaegermnaser: LGTM18:30
openstackgerritJames E. Blair proposed opendev/system-config master: Use local fork of gitea and upgrade to 1.8.0  https://review.opendev.org/65552218:31
corvusclarkb, fungi, mordred: ^ that's my "use a local fork" patch squashed with mordred's "upgrade to 1.8.0" with an update to use a new branch of my gitea fork, which is 1.8.0 + the new version of the git clone redirect patch.18:31
*** smarcet has joined #openstack-infra18:32
*** kjackal has quit IRC18:37
mnaserAJaeger: I just kinda realized "Wayward Changes (Changes with no code review in the last 2days)" and "Needs Feedback (Changes older than 5 days that have not been reviewed by anyone)" is pretty much the same thing?18:37
mnaserexcept with different ages18:37
mnaseris this.. common.. or should I just converge them to one.. just kinda curious what folks do mostly :)18:38
clarkbI usually try to pick a day and get throw the entire backlog when not otherwise occupied18:39
*** Weifan has quit IRC18:41
*** Weifan has joined #openstack-infra18:41
*** Weifan has quit IRC18:41
*** Weifan has joined #openstack-infra18:42
AJaegermnaser: there are subtile difference - but do whatever you like.18:42
openstackgerritJeremy Freudberg proposed openstack/project-config master: Minor/useful tweaks to Sahara repo descriptions  https://review.opendev.org/65552718:42
*** Weifan has quit IRC18:42
*** Weifan has joined #openstack-infra18:42
*** Weifan has quit IRC18:43
*** Weifan has joined #openstack-infra18:43
mnaserAJaeger: https://review.opendev.org/655528  thanks :)18:43
fungii have simply resigned myself to the fact that my backlog grows unbounded, and bounce from problem to problem when people bring things to my attention18:44
*** Weifan has quit IRC18:44
fungiwhich is probably terrible, but gotta sleep sometime ;)18:44
*** Weifan has joined #openstack-infra18:44
openstackgerritMerged openstack/project-config master: Announce stable branches for Kuryr  https://review.opendev.org/65294718:44
AJaegerconfig-core,  could you review https://review.opendev.org/654241 https://review.opendev.org/653354   https://review.opendev.org/655527  , please? Then we can taggle the real stuff ;)18:44
openstackgerritMerged openstack/project-config master: Update networking-ovn dashboard  https://review.opendev.org/65543318:45
openstackgerritMerged openstack/project-config master: Switch py35 periodic jobs to py36 in Neutron's dashboard  https://review.opendev.org/65517818:45
*** Weifan has quit IRC18:45
*** Weifan has joined #openstack-infra18:45
*** Weifan has quit IRC18:45
*** Weifan has joined #openstack-infra18:46
*** Weifan has quit IRC18:46
*** Weifan has joined #openstack-infra18:46
AJaegermnaser: sure. I thought there was a subtile difference - but looking at the conditions, it is only in wording ;(18:47
mnaserAJaeger: yep!18:47
*** Weifan has quit IRC18:47
*** Weifan has joined #openstack-infra18:47
*** e0ne has joined #openstack-infra18:48
*** Weifan has quit IRC18:48
openstackgerritMerged openstack/project-config master: Add openstacksdk-functional-devstack-networking job to Neutron dashboard  https://review.opendev.org/65299318:49
openstackgerritsebastian marcet proposed osf/openstackid-resources master: Added endpoints for speakers profile edit request  https://review.opendev.org/65551818:49
openstackgerritsebastian marcet proposed osf/openstackid-resources master: Update Presentation Slide Serializer  https://review.opendev.org/65553218:53
clarkbcorvus: AJaeger I'm back and pulling up those cahnges now18:56
openstackgerritMerged openstack/project-config master: Adding the OUI training VM repo under docs  https://review.opendev.org/65336418:56
clarkbcorvus: one thing is your repo will show the version as 1.7.3.stuff because there is no 1.8.0 tag I think18:57
*** openstackgerrit has quit IRC18:57
clarkbcorvus: you might want to sync tags to your repo so taht we get a sane version reported?18:57
clarkbcorvus: also is https://github.com/jeblair/gitea/commit/fa3078792e8e16a098d8de6e39eea079053bec4d the old fix for that or the new one that incorporates private repo support?18:58
*** smarcet has quit IRC18:58
clarkbwe wait that is just general redirecting for git clones18:58
clarkbare we missing the fix for .git?18:58
corvusclarkb: it's unecessary (i left a comment on that)18:59
corvusclarkb: the old approach needed extra .git handling, but the new approach does not18:59
*** Goneri has joined #openstack-infra18:59
corvusclarkb: at least "git clone httsp://hostname/org/old.git" redirects correctly18:59
clarkbI see so the commit above fixes both18:59
corvusclarkb: that's what was broken, right?19:00
clarkbyes19:00
corvusok.  i tested that with the new patch19:00
clarkbalso https://hostname/org/new.git was failing19:00
clarkbto git clone19:00
corvusah, yeah.  i'm pretty sure the first part of my old fix broke that.19:00
*** rkukura has quit IRC19:00
corvusclarkb: git clone https://try.gitea.io/stest12/Chrome_music_lab.git19:01
corvusthat works19:01
clarkbah19:01
*** openstackgerrit has joined #openstack-infra19:01
openstackgerritMerged osf/openstackid-resources master: Update Presentation Slide Serializer  https://review.opendev.org/65553219:01
corvusclarkb: somehow my locally built gitea ended up reporting its version as opendev-1.8.019:02
*** electrofelix has quit IRC19:03
clarkbcorvus: does `git tag` show you a 1.8.0 tag?19:03
clarkbI think your fork on github just needs the tag pushed to it so it has it too19:03
corvusthat shouldn't cause it to say "opendev-1.8.0"19:03
mordredto be fair - opendev-1.8.0 is a great version to show19:03
clarkb(I'm basing this off of our 1.7.3. version on opendev.org now)19:04
corvusyeah, opendev-1.8.0 is the branch name19:05
*** smarcet has joined #openstack-infra19:05
corvusit's possible i built the 1.7.3 one with a slightly different dockerfile; this one is built with the one in https://review.opendev.org/65552219:05
clarkbgot it19:05
corvusmaybe either setting GITEA_VERSION does it19:06
clarkbI've approved the change19:06
corvuss/either//19:06
openstackgerritsebastian marcet proposed osf/openstackid-resources master: Update Presentation Slide Serializer  https://review.opendev.org/65553619:06
corvusneat!19:06
corvusclarkb, mordred, fungi: since it was handy, i tried pushing a full mirror of some repos to my local gertty19:06
corvusnova errored out, but looking at the logs, i suspect it was a timeout error because it was doing a lot of stuff to each ref that got pushed19:07
fungilocal gitea?19:07
corvusfungi: yes....and here's the source of the typo19:07
corvusi also pushed gertty (as a much smaller repo) and it succeeded19:07
fungicool, was trying to figure out how gertty fit in there19:08
corvusi am able to fetch change refs19:08
clarkbcorvus: does that mean you think gitea 1.8.0 fixes the refs/changes problem?19:08
corvusno19:08
corvusi was mostly trying to remember what the problem was19:08
clarkbah19:08
fungiis refs/notes also affected similarly?19:08
corvuswhat should i look for to test refs/notes?19:09
clarkbI think we don't replicate refs/notes because when we updated the replication rules we made them very specific to avoid refs/changes19:09
clarkbfor that I think if you can push refs/notes to gitea maybe we just update our replication rules to allow that too?19:10
fungii suspect if you pull up a commit view of a gerrit change, if gitea acts like gh then it may show you the git notes in the webui19:10
AJaegerthanks, clarkb19:11
fungialternatively i add [remote "origin"] fetch = +refs/notes/*:refs/notes/* to my ~/.gitconfig and see them automatically in git show and git log19:11
corvusin github, where would i see that for this commit? https://github.com/openstack/gertty/commit/99124106aaf79e415ae2e16e993c8c5c5ed2ff4b19:11
*** smarcet has quit IRC19:12
fungioh, you know what, it was cgit which displayed them... i don't actually know for sure gh did now that i think about it19:12
openstackgerritMerged opendev/puppet-zuul master: Install objgraph package  https://review.opendev.org/65459919:12
clarkbhttps://github.blog/2010-08-25-git-notes-display/ fwiw github displayed them at one point in time19:13
clarkbbut that post is almost 9 years old19:13
openstackgerritMerged osf/openstackid-resources master: Update Presentation Slide Serializer  https://review.opendev.org/65553619:13
corvuswhat should they look like?19:13
corvuser19:13
corvuswhat should the ref path look like?19:13
fungii'll clone directly from gerrit and find out19:14
corvusthis is confusing.  in my copy of the gertty.git directory from review.o.o, i only see this ref: http://paste.openstack.org/show/749717/19:15
corvusa bare refs/notes/review -- with no change info19:15
corvusthat's the only ref with 'notes' in it19:15
corvusthat's for the most recently merged change19:15
fungiFrom https://review.openstack.org/ttygroup/gertty19:15
fungi * [new ref]         refs/notes/review -> refs/notes/review19:15
fungicorvus: here's what git log looks like for me: http://paste.openstack.org/show/74971819:16
fungithat's cloning directly from gerrit and fetching refs/notes/*19:17
corvuswhat am i missing?  where are the other notes stored?19:17
fungi.git/refs/notes/review19:17
corvusare they magic that gerrit inserts from the database, but not actually in the git repo?19:17
paladoxI doin't think github displays refs/notes/** (at least we replicate refs/* for some repos19:17
corvuson the filesystem in gerrit, there is a single ref called "refs/notes/review" which contains info only about the most recently submitted change19:18
fungiahh, i see what you're asking... i don't know what the underlying implementation in git is for notes, but i do know that it seems to fetch them when they're available on the remote if i configure git to do so19:19
fungiand if they're fetched, then git will display them to me for all commits which have them (particularly those which correspond directly to gerrit changes)19:20
mnasiadkaseems ovh bhs1 region has some dns resolution problems? http://logs.openstack.org/69/655369/1/gate/kolla-build-ubuntu-source/509c989/job-output.txt.gz#_2019-04-24_18_43_31_07478719:20
fungimnasiadka: that's unfortunate if so, it's the reason we had disabled it a while back and we reenabled today thinking it was fixed19:21
mnasiadkafungi: seems it's not, it's a fresh gate job19:21
fungiAJaeger: ^ i guess that answers your earlier question19:22
fungi"git.openstack.org: Temporary failure in name resolution"19:23
*** _erlon_ has quit IRC19:23
fungii'll push up a revert of the revert19:23
*** eharney has quit IRC19:23
AJaegerargh ;(19:24
AJaegerclarkb: ^19:24
corvusfungi: git clone https://review.opendev.org/ttygroup/gertty; cd gertty; git fetch origin +refs/notes/*:refs/notes/*; git log19:24
corvusfungi: that doesn't do anything different for me19:24
openstackgerritMerged openstack/project-config master: Update links for opendev  https://review.opendev.org/65424119:24
corvusfungi: i still don't see any notes19:24
clarkbAJaeger: fungi ok fwiw I tested it on my personal VM but maybe it wasn't as good a test platform anymore19:24
fungicorvus: oh! also add [core] notesRef = refs/notes/review19:25
AJaegercorvus: you need to add to ~/.gitconfig a [notes] section with displayRef = refs/notes/review in it AFAIR19:25
corvusis there a way i can do this without modifying .gitconfig?19:25
corvusoh, i guess this could be repo local?19:25
fungiyes, could add it to .git/config i expect19:25
corvusokay, now git log shows notes, thanks19:27
corvusand so does the copy i cloned from gitea19:27
openstackgerritMerged openstack/project-config master: Update Grafana dashboards for stable Neutron releases  https://review.opendev.org/65335419:27
openstackgerritMerged openstack/project-config master: Minor/useful tweaks to Sahara repo descriptions  https://review.opendev.org/65552719:27
corvusfungi: so yes, however this is working (/me waves arms wildly) it seems to transit through gitea.  i'm not seeing it display in gitea, but also, as paladox said, not github either.19:27
clarkbmugsie: your post is on planet now19:28
fungiright, i was somewhat spoilt by cgit displaying git notes by default19:28
clarkbI think that issue can be considered fixed. Thank you for bringing it to our attention19:28
corvusfungi: happily, we have the source to gitea :)19:28
clarkbI was thinking about ^ the other day in relation to our upgrade. I don't even want to think about how painful it would be to deal with the redirects issue if say using GHE and well it doesn't work19:29
clarkbsomething somethign free software is awesome19:29
corvusi concur19:30
openstackgerritJeremy Stanley proposed openstack/project-config master: Revert "Revert "nodepool: pause ovh""  https://review.opendev.org/65554019:30
fungimnasiadka: AJaeger: clarkb: ^19:30
clarkbfungi: approved19:30
mnasiadkafungi: thanks19:31
*** e0ne has quit IRC19:32
AJaegerfungi, corvus, if I run "git config --add remote.origin.fetch refs/notes/review:refs/notes/review", then a "git pull" tells me "fatal: Couldn't find remote ref refs/notes/review". origin is opendev.org; with review.openstack.org it works19:32
openstackgerritPaul Belanger proposed zuul/zuul-jobs master: Output contents of /etc/hosts after modifying it  https://review.opendev.org/65554119:33
fungiAJaeger: right, we're not currently replicating refs/notes to gitea19:33
fungihence the discussion19:33
*** rlandy is now known as rlandy|biab19:33
fungiwe were replicating it to the old git server farm19:34
fungimostly just trying to determine whether it's safe to replicate to gitea19:34
* paladox remembers when we had that problem (with certain refs not being in diffusion).19:34
AJaegerfungi: ah, ok. Then I misunderstood something in the discussion.19:35
*** e0ne has joined #openstack-infra19:35
fungicorvus was testing with a full git mirror of a subset of our repos to a local gitea he has running19:36
AJaegerfungi: now it makes sense to me...19:36
fungianyway, i need to go grab some food, but will return forthwith19:36
clarkbas a heads up I have approved https://review.opendev.org/#/c/655487/19:37
*** kjackal has joined #openstack-infra19:37
*** openstackgerrit has quit IRC19:42
*** yamamoto has joined #openstack-infra19:45
*** Weifan has joined #openstack-infra19:47
*** smarcet has joined #openstack-infra19:51
*** dave-mccowan has joined #openstack-infra19:56
clarkbrandom brainhole idea that just escaped: have status.opendev.org print whatever our last #status commnad was19:57
clarkbor something along those lines19:57
* mnaser can suggest a deployment of cachethq19:59
mnaserhttps://cachethq.io19:59
clarkbmnaser: I'm always wary of a status sytem that is more complicated than the system it reports on :P20:00
clarkb(certainly you get better data out of that and it looks niceer)20:00
mnaserheh, true, it's also something folks are used to see (because of the statuspage.io similarity)20:00
*** e0ne has quit IRC20:08
*** yamamoto has quit IRC20:10
*** openstackgerrit has joined #openstack-infra20:11
openstackgerritMerged opendev/system-config master: Trim the openstack root list  https://review.opendev.org/65548720:11
openstackgerritMerged openstack/project-config master: Revert "Revert "nodepool: pause ovh""  https://review.opendev.org/65554020:11
*** efried_rollin is now known as efried20:14
*** jcoufal has quit IRC20:16
clarkbremote:   https://review.opendev.org/655556 Update the project update for Denver 201920:19
corvusclarkb: there's a latent feature in statusbot for that; let me dig it up20:21
*** mattw4 has joined #openstack-infra20:22
*** igordc has quit IRC20:22
*** igordc has joined #openstack-infra20:23
*** igordc has quit IRC20:23
corvusclarkb: the alertfile interface writes a json file with the latest alert: https://opendev.org/opendev/statusbot/src/branch/master/statusbot/bot.py#L29120:25
corvuscorvus@eavesdrop01:~$ cat /var/lib/statusbot/www/alert.json20:25
corvus{"alert": null}20:25
clarkbcool so we just need a little bit of js and a webserver to render that20:25
corvusexactly20:25
*** gtmanfred has quit IRC20:25
corvusapache isn't configured to serve that dir, but that should be easy20:26
corvusjust make sure to add a cors header20:26
corvusthen fetch that from anywhere20:26
corvusgerrit, zuul, whatever20:26
*** gtmanfred has joined #openstack-infra20:26
corvusback to the refs replication thing -- it seems that the main thing is that gitea is doing too much processing on those refs and timing out20:27
corvusit's possible that we could bypass gitea and do an initial push of the repo with it offline, but i worry that would complicate the process of bringing up servers20:28
corvusso we should probably pursue the idea of making gitea ignore them20:28
*** raissa has quit IRC20:29
*** raissa has joined #openstack-infra20:30
*** raissa has quit IRC20:30
*** raissa has joined #openstack-infra20:31
*** raissa has quit IRC20:31
openstackgerritsebastian marcet proposed osf/openstackid-resources master: Update allowed slides attachment extensions  https://review.opendev.org/65556420:31
*** raissa has joined #openstack-infra20:32
*** raissa has quit IRC20:32
corvus2019/04/24 18:51:30 [...io/gitea/cmd/hook.go:109 runHookPreReceive()] [F] retrieve protected branches information failed: Get http://web:3000/api/internal/branch/4/refs/changes/16/89916/2: dial tcp 172.20.0.2:3000: connect: cannot assign requested address20:33
corvuswow, maybe that wasn't a timeout20:33
corvusmaybe that was a DOS on the internal rest api20:33
openstackgerritMerged osf/openstackid-resources master: Update allowed slides attachment extensions  https://review.opendev.org/65556420:33
*** raissa has joined #openstack-infra20:34
*** raissa has quit IRC20:34
*** Goneri has quit IRC20:34
clarkbheads up that zuul memory use has skyrocketed again20:35
clarkbon the scheduler specifically20:35
mnaserhey uh, did we end up fixing the gitweb urls?20:35
clarkbwe still have ~7GB headroom20:35
*** raissa has joined #openstack-infra20:35
clarkbmnaser: not yet20:35
mnaserack okay20:35
mnaserthought we did, alirghtly20:35
clarkbthe change merged but we have to restart gerrit to pick it up20:36
*** raissa has quit IRC20:39
corvusthat gitea error happened after processing 28233 refs20:39
*** pcaruana has quit IRC20:39
corvusmy local port range has a span of 2823120:40
*** rlandy|biab is now known as rlandy20:40
corvusi think it ran out of ports20:40
*** raissa has joined #openstack-infra20:40
*** raissa has quit IRC20:40
openstackgerritBen Nemec proposed openstack/pbr master: Stop using pbr sphinx integration  https://review.opendev.org/65556520:40
openstackgerritsebastian marcet proposed osf/openstackid-resources master: Update allowed slides attachment extensions  https://review.opendev.org/65556620:41
clarkbcorvus: it creates a new listening socket for each ref?20:42
openstackgerritMerged osf/openstackid-resources master: Update allowed slides attachment extensions  https://review.opendev.org/65556620:42
*** raissa has joined #openstack-infra20:42
*** raissa has quit IRC20:43
*** raissa has joined #openstack-infra20:43
*** raissa has quit IRC20:43
corvusclarkb: the pre-recieve hook (run by ssh) contacts the internal rest api to check whether the ref is a protected branch; each of those is an http request.20:44
corvusclarkb: i think the solution here is to not do that for things that aren't branches20:44
clarkbgotcha20:44
clarkb(it is the source side of the connection that needs a port)20:44
corvusya20:45
*** smarcet has quit IRC20:47
*** Goneri has joined #openstack-infra20:47
*** eharney has joined #openstack-infra20:52
*** smarcet has joined #openstack-infra20:59
*** whoami-rajat has quit IRC21:25
*** kranthikirang has quit IRC21:29
*** kjackal has quit IRC21:37
corvusi should have asked this at the meeting yesterday -- what's still outstanding before we are okay creating projects?21:41
clarkbI think the last remaining item is double checking that we create the org (if necessary) first21:42
clarkbI want to say we do this for gitea and that gerrit will auto create the org on disk if it needs to21:42
clarkbwith cgit "off" we are probably set21:42
fungiyeah, i'm not aware of any other gotchas, with manage-projects confirmed working21:44
clarkbthen it is just down to sorting out a general set of rules I think21:44
*** MarkMaglana has joined #openstack-infra21:44
clarkbbut if we stick to "stackforge" type rules for now we are probably fine21:45
clarkbbasiaclly is it open source21:45
*** rkukura has joined #openstack-infra21:45
fungiright, we probably need a semi-formal tos documented somewhere to point to in the case of random questions21:45
fungithis is worth talking through at the ptg but i don't think it should hold up new project creation in the interim21:46
fungitos should mention things like "must be open source"21:46
*** slaweq has quit IRC21:47
*** slaweq has joined #openstack-infra21:48
*** bgmccollum has quit IRC21:49
corvuswhich can be helpfully realized more concretely as "licensed under osi approved license"21:49
*** kgiusti has left #openstack-infra21:50
fungiyes, i concur. was using short-hand21:50
fungidid not mean to imply any open source vs free software dichotomy21:51
corvusi've made a local modification to gitea to skip a bunch of processing of non-branch/tag refs; i've successfully pushed gertty with the expected functionality.  i'm pushing nova now.  (have been for a few minutes)21:51
*** rh-jelabarre has quit IRC21:52
fungii'm mostly sucked into generating "contributor lists" for decorating conference badges, but need to go build a lawn mower and then push it around the yard for a few minutes before the sun is swallowed by the earth again21:53
*** igordc has joined #openstack-infra21:53
clarkbI have a feeling we are all getting sucked into the pre summit wormhole21:53
fungi(my old mower went for a swim in the last flood, replacement arrived last night)21:53
clarkbfungi: I thoguht you used a human powered mower?21:54
corvusclarkb: do you think you can do a scheduler restart with reverts before you vanish?21:54
clarkbcorvus: yes I likely can do that21:54
fungiclarkb: it is, but "still some assembly required"21:54
clarkbcorvus: thinking of process out loud here, make local branch in /opt/zuul with the two reverts there. pip3 install /opt/zuul. Capture queues and stop/start?21:55
fungii can help with scheduler and hopefully executor restarts... hoping 655491 merges after my last recheck21:55
clarkboh if we need to restart executors too then lets wait for that and try to minimize the impact we have21:55
*** nicolasbock has quit IRC21:55
*** dciabrin has quit IRC21:57
fungisurprising amount of backlog this close to summit21:59
fungi655491 has only just started to get node allocations in check since the recheck so could be a while21:59
fungishould i enqueue it into the gate?21:59
*** rlandy is now known as rlandy|bbl22:00
clarkbI'm good with enqueing to the gate22:00
*** bgmccollum has joined #openstack-infra22:00
*** imacdonn has quit IRC22:01
fungigonna go ahead with that as it still doesn't have most of its node allocation fulfilled in check anyway so could be quite a long time coming22:02
*** imacdonn has joined #openstack-infra22:02
*** dciabrin has joined #openstack-infra22:02
corvusclarkb: i usually make the local branch in my homedir22:04
clarkbcorvus: rgr22:04
* clarkb clones repo in homedir22:04
*** sreejithp has quit IRC22:06
clarkbok zuul01:~clarkb/zuul is checked out on a branch that is current zuul master with 9f7c642a and 3704095c reverted22:09
*** yamamoto has joined #openstack-infra22:09
clarkbI can pip3 install that once we're ready with the executor stuff22:09
clarkbat this rate maybe plan to restart tomorrow morning? I can be around early for that before I disappear22:10
*** ijw has quit IRC22:11
fungii should be around all day tomorrow to if we want to do the restart then... will scheduler memory hold out that long?22:13
clarkbfungi: I think it will be close22:14
*** slaweq has quit IRC22:24
corvusi think we just learned in #zuul that we're too close22:31
clarkbI agree.22:31
corvusi think we should restart the scheduler now with clarkb's staged changes, then enqueue the zuul fixes and plan for executor restart later22:31
clarkbgiven we now believe the many issues to be related to the memory leak (and swapping) I agree22:32
corvuswe're starting to tie the registry failures and random node connectivity failures all to the memory leak22:32
corvusso if we fix, or paper over, that, we get a system that should be stable enough to land changes like the executor one, then we restart and can hopefully release software again22:32
corvusclarkb: you want to proceed with that now?22:33
clarkbyup. My plan is to pip3 install /home/clarkb/zuul, grab queues, stop the scheduler, restore queues22:34
clarkbroughyl22:34
corvus++22:34
clarkbcorvus: `sudo pip3 install -U /home/clarkb/zuul` that look right to you?22:35
*** ijw has joined #openstack-infra22:35
clarkbmaybe drop the sudo and just run as root so that caches are used22:36
clarkbI might alway wait for the puppet run at ~22:45 to pass so that it doesn't undo my install22:36
clarkb*might also wait. I think might is now definite. It just gives me more time to work without worrying about starting on the wrong version22:38
clarkbso in about 10 minutes I will proceed with this plan22:38
*** slaweq has joined #openstack-infra22:40
fungicaught up after mower assembly, and concur with analysis22:40
fungiin summary, swapping bad22:40
corvusclarkb: oh, that's one of the reasons i install from my homedir -- you don't have to worry about puppet22:43
corvus(since you aren't updating /opt/zuul, puppet won't think it needs to do anything)22:43
corvusclarkb: but yes, the "pip3 install -U /home/clarkb/zuul" looks right and should work (modulo sudo or running as root)22:44
clarkboh right22:44
clarkbok starting now22:44
*** gfidente has quit IRC22:44
*** yamamoto has quit IRC22:45
clarkbzuul==3.8.1.dev3  # git sha 02b07a3 is installed22:45
clarkbcapturing queues nowish22:45
*** Goneri has quit IRC22:45
clarkbI have captured queues and asked the scheduler to stop22:46
clarkbjust waiting for it to actually stop22:46
clarkbrun handler and mysql connections are stopping according to hte log but the process is still alive22:47
* clarkb tries to be patient :)22:47
clarkbit stopped so I started it again22:48
fungisuch restart22:49
clarkbcorvus: any idea if zuul-web still needs a restart when the scheduler is restarted?22:50
corvusclarkb: unclear22:50
clarkbok I'll leave it be and only restart it if things are sad after the scheduler is back up22:50
clarkbcat jobs are happening now22:51
fungipast scheduler restarts i've discovered it necessary22:51
fungibut no clue whether it still is22:51
corvuslet's find out22:51
fungiyep. it may also be that i was impatient in recent history and took indefinite "fetching info..." as a sign it wasn't going to eventually connect on its own22:52
*** slaweq has quit IRC22:53
*** tkajinam has joined #openstack-infra22:53
corvusclarkb: ftr which changes did you revert?22:54
*** rcernin has joined #openstack-infra22:54
corvusand it looks like the answer is yes we do need to restart web22:54
clarkb9f7c642a and 3704095c22:54
clarkbok I'll restart web then reload queues22:54
fungimine finally popped up a "Service Unavailable (503) http://zuul.openstack.org/api/info"22:55
fungiand now it's loaded22:55
corvusyeah, that's after the service is stopped22:55
fungiokay, so that was the zuul-web restart then22:55
funginoted22:55
clarkbgate is on its way back in22:55
corvusi will direct-enqueue the 2 changes we're interested in22:55
corvusdone22:56
*** yamamoto has joined #openstack-infra22:57
clarkband now check is on its way22:57
*** ijw has quit IRC22:57
*** yamamoto has quit IRC23:01
clarkbcheck is done23:03
clarkbI think that concludes this portion of our broadcast23:03
corvussame bat channel same bat time tomorrow?  :|23:03
clarkbplease tune back in in about an hour? to see if the zuul executor change has merged23:03
corvusooh look23:04
corvusif you look at the status page right now you can see the provides/requires in action23:04
corvusthe zuul-upload-image job for 655491 is waiting on the zuul-upload-image job in 654238 to complete so it can use it23:04
clarkbneat23:05
corvuss/use it/use its artifacts/23:05
*** yamamoto has joined #openstack-infra23:06
*** yamamoto has quit IRC23:06
corvushttps://screenshots.firefox.com/q526xtkCjNE3RQCa/zuul.openstack.org23:07
*** yamamoto has joined #openstack-infra23:07
*** ijw has joined #openstack-infra23:09
*** slaweq has joined #openstack-infra23:11
*** yamamoto has quit IRC23:11
*** ijw has quit IRC23:17
clarkblooking at the paused state in the ui we may want to change its color to blue since blue indicates in progress?23:21
clarkbbut instead of a progress bar it can just be a blue b ar23:22
clarkbthat might actually be a webui change I can figure out too23:24
*** slaweq has quit IRC23:25
corvusyeah23:27
corvusokay we got that weird of again23:27
corvusi guess we should have put the autoholds back :(23:28
clarkbnot to late for the next one?23:28
corvusdone23:29
corvuswell, the next one is going to fail due to the name error23:29
corvuslet's rebase it23:29
openstackgerritJames E. Blair proposed zuul/zuul master: Revert "Prepend path with bin dir of ansible virtualenv"  https://review.opendev.org/65549123:30
corvusk that's now based on the opendev fix, so we shouldn't need to worry about invalid results now23:30
corvusi will re-enqueue both in gate23:31
*** Weifan has quit IRC23:33
*** Weifan has joined #openstack-infra23:33
*** Weifan has quit IRC23:34
*** Weifan has joined #openstack-infra23:34
*** Weifan has quit IRC23:34
*** Weifan has joined #openstack-infra23:35
*** dayou has quit IRC23:35
*** Weifan has quit IRC23:35
*** Weifan has joined #openstack-infra23:35
*** yamamoto has joined #openstack-infra23:36
*** Weifan has quit IRC23:36
*** Weifan has joined #openstack-infra23:36
*** dayou has joined #openstack-infra23:36
*** Weifan has quit IRC23:37
*** Weifan has joined #openstack-infra23:37
*** yamamoto has quit IRC23:37
*** Weifan has quit IRC23:38
corvusreal118m20.905s23:40
corvusthat's how long it took to push nova into gitea locally, but it worked23:40
*** lseki has quit IRC23:40
clarkb\o/23:42
clarkbpresumably it is quicker if the data already exists on both ends and git can figure out no data needs to move23:42
fungiwho knows23:45
fungii wouldn't presume that ;)23:45
corvusa no-op push finishes in 5 seconds23:48
corvushow does this look? https://github.com/jeblair/gitea/commit/0da1af345c2e17144716f56e0946b0b1ac11d2f423:49
corvussuitable for a PR?23:49
*** Goneri has joined #openstack-infra23:51
corvusi made a minor clarification to the commit msg; url is now: https://github.com/jeblair/gitea/commit/03b85f4bd2b14e4c00701ab566d963159828242323:51
corvuswow reviewing go code in github is harsh23:52
clarkbI was just thinking about how I don't like the diffs23:52
clarkb(side by side would be much easier to read in this case)23:52
clarkboh hey I can hit the split button for that23:52
corvusyep.  you will need a *very* wide monitor.23:53
corvusi'm using both of mine.23:53
clarkbcorvus: it lgtm23:53
clarkbcommit message aligns with the change being made23:53
*** yamamoto has joined #openstack-infra23:54
*** yamamoto has quit IRC23:54
*** yamamoto has joined #openstack-infra23:54
fungimakes you wonder if there's a reason the company who pioneered go also wrote gerrit23:57
fungi(though not necessarily in that sequence)23:57
fungii'm curious how the k community gets by this way23:58
*** yamamoto has quit IRC23:59
fungifor as much as i barely grok golang, lgtm23:59

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