Thursday, 2014-11-27

jeblairclarkb: ready00:00
clarkbits going00:00
*** baoli has quit IRC00:00
*** teran has quit IRC00:01
*** teran has joined #openstack-infra00:01
*** dkliban_biab is now known as dkliban00:03
clarkbstill waiting on devstack-precise node to build00:03
clarkbwe have bare-trusty and devstack-trusty though00:03
*** alexpilotti has quit IRC00:04
*** banix has joined #openstack-infra00:04
*** kgiusti has left #openstack-infra00:04
*** alexpilotti has joined #openstack-infra00:04
jeblairi think we have devstack-price now00:04
jeblairprecise even00:04
fungione workaround would be to set min-ready for devstack-precise to 10 by hand in the nodepol.yaml temporarily to try a few in parallel00:04
clarkbyup we do00:05
jeblairclarkb: shall i start zuul?00:05
clarkbjeblair: I think so00:05
fungiwe're down to ~600 nodes left on nodepool-dev but it's falling fairly steadily00:05
*** dkliban is now known as dkliban_afk00:06
jeblairgate-neutron-docs: NOT_REGISTERED00:06
clarkbhuh where are they running that00:06
jeblairhuh00:06
clarkbshould be bare-trusty which we did have00:07
*** ZZelle_ has quit IRC00:07
*** Masahiro has joined #openstack-infra00:07
*** banix has quit IRC00:07
jeblairre-enqueue complete00:09
*** mpavlase has quit IRC00:09
clarkboh thats from icehouse or one is00:09
clarkband that would go on bare-precise00:09
clarkb:/00:09
jeblairah00:09
*** SumitNaiksatam has quit IRC00:10
jeblairwell, sorry this didn't work out :(00:10
clarkbprogress at least00:10
jeblairmaybe since we know a little more about what happened, i can focus on reproducing that00:10
fungidata good00:12
*** Masahiro has quit IRC00:12
clarkblooks like we are mostly back in business now00:14
jeblairyep00:14
*** SumitNaiksatam has joined #openstack-infra00:15
*** banix has joined #openstack-infra00:17
*** banix has quit IRC00:18
shashankhegdeHi00:18
shashankhegdeI have a quick question about devstack00:18
shashankhegdeI am noticing that if I stack master using devstack, stack.sh does not cleanup all the processes it starts00:19
shashankhegde still see this process "python,3952 /home/shashank/devstack/tools/outfilter.py -v -o /opt/stack/logs/stack.sh.log.2014-11-26-155228" after stack.sh completes00:19
shashankhegdeAny idea why this is left behind?00:20
shashankhegdeThis doesn't happen when I stack 'stable/juno'00:20
*** banix has joined #openstack-infra00:21
fungishashankhegde: sudo -H -u stack stdbuf -oL -eL ./stack.sh > /dev/null00:23
fungishashankhegde: that's how we run it in our (upstream openstack) ci00:23
clarkbexec 1> >( $TOP_DIR/tools/outfilter.py -v -o "${LOGFILE}" ) 2>&1 appears to be the line that runs outfilter00:23
*** fandi has joined #openstack-infra00:23
clarkbwhich I think says connect fd 1 to outfilters stdin (fd 0) and redirect our stderr to stdout00:24
fungii think that's the same process someone else was reporting kept stack.sh from returning after completion00:24
*** kashyapc has joined #openstack-infra00:24
fungiso, yeah, that's likely leaving an fd open00:24
*** tnovacik has quit IRC00:25
*** david-lyle is now known as david-lyle_afk00:26
shashankhegdeclarkb, fungi Thanks for the info00:31
*** mmaglana has quit IRC00:31
shashankhegdeLooking at the last few lines in stack.sh, I see that the fads should be closed (though I am no expert in bash scripting)00:31
*** banix has quit IRC00:32
clarkbshashankhegde: I would try running it wrapped with stdbuf as fungi pointed out00:33
shashankhegdeYeah, I'll try that00:34
shashankhegdeThanks!00:34
*** Ryan_Lane has quit IRC00:34
*** banix has joined #openstack-infra00:36
openstackgerritThanh Ha proposed openstack-infra/jenkins-job-builder: Add support for Gerrit Trigger Comment Contains Expression  https://review.openstack.org/13660500:38
*** jerryz has joined #openstack-infra00:40
*** jungleboyj has joined #openstack-infra00:41
*** alexpilotti_ has joined #openstack-infra00:45
openstackgerritMerged openstack-dev/hacking: Fixing broken while loop in imports.py  https://review.openstack.org/13651700:46
openstackgerritJoshua Hesketh proposed openstack-infra/zuul: Refactor sources out of triggers  https://review.openstack.org/11899300:47
openstackgerritJoshua Hesketh proposed openstack-infra/zuul: Fix pep8 issues  https://review.openstack.org/11518700:47
openstackgerritJoshua Hesketh proposed openstack-infra/zuul: Add gerrit reviews into patchset approvals  https://review.openstack.org/9739000:47
openstackgerritJoshua Hesketh proposed openstack-infra/zuul: Add support for negative requirements  https://review.openstack.org/10272600:47
openstackgerritJoshua Hesketh proposed openstack-infra/zuul: Configure triggers dynamically  https://review.openstack.org/11953400:47
openstackgerritJoshua Hesketh proposed openstack-infra/zuul: Add support for 'connection' concept  https://review.openstack.org/12152800:47
openstackgerritJoshua Hesketh proposed openstack-infra/zuul: Call driver methods more dynamically  https://review.openstack.org/11953300:47
openstackgerritJoshua Hesketh proposed openstack-infra/zuul: Add base class for triggers  https://review.openstack.org/11953200:47
openstackgerritJoshua Hesketh proposed openstack-infra/zuul: Add base class for sources  https://review.openstack.org/11953100:47
openstackgerritJoshua Hesketh proposed openstack-infra/zuul: Add base class for reporters  https://review.openstack.org/11953000:47
*** marun has joined #openstack-infra00:47
*** alexpilotti has quit IRC00:47
*** alexpilotti_ is now known as alexpilotti00:47
shashankhegdefungi: clarkb It worked!00:51
openstackgerritMerged openstack-infra/project-config: Add a new project in stackforge named as i18n-test to maintain the test codes for i18n and l10n functions.  https://review.openstack.org/13585700:51
shashankhegdeThanks00:51
fungi135857 is another attempt to grind an error out of manage-projects with my patch applied00:54
openstackgerritJoshua Hesketh proposed openstack-infra/project-config: Move zuul_swift_upload to publisher  https://review.openstack.org/13317201:01
jheskethsdague: when you get a chance, I've responded to your comments on https://review.openstack.org/#/c/126474/101:02
*** Masahiro has joined #openstack-infra01:02
*** ekarlso- has quit IRC01:12
*** ekarlso- has joined #openstack-infra01:13
fungistackforge/i18n-test created successfully too01:13
*** banix has quit IRC01:13
*** hdd has joined #openstack-infra01:14
*** ddieterly has joined #openstack-infra01:15
*** reed has quit IRC01:19
*** bdpayne_ has quit IRC01:20
*** dannywilson has quit IRC01:20
*** davideagnello has quit IRC01:22
*** AJaeger has quit IRC01:25
*** patrickeast has joined #openstack-infra01:29
openstackgerritMerged openstack-infra/project-config: Add puppet-monasca acls and review group.  https://review.openstack.org/13643201:30
fungiand that ^ one to the same end01:31
*** ryanpetrello has joined #openstack-infra01:33
*** kashyapc has left #openstack-infra01:34
*** rmcall has quit IRC01:34
*** MarkAtwood has joined #openstack-infra01:34
*** patrickeast has quit IRC01:35
*** AJaeger has joined #openstack-infra01:38
*** unicell has joined #openstack-infra01:40
fungialso worked01:42
*** yaguang has joined #openstack-infra01:43
clarkbfungi: looking good for your change then01:44
fungiyep, i replied to the "no new projects for now" thread on the ml with a recommendation that we press forward with it01:45
*** otter768 has joined #openstack-infra01:45
*** Ryan_Lane has joined #openstack-infra01:46
*** ivar-laz_ has joined #openstack-infra01:47
*** r-daneel has quit IRC01:47
funginodepool looks to have about caught up on zuul's current demand, and the remaining straggler nodes on nodepool-dev are now finally deleted01:49
*** Bart has quit IRC01:49
*** ivar-lazzaro has quit IRC01:49
*** otter768 has quit IRC01:49
fungiso i think i'll retire for the night. getting on the road early tomorrow, and still need to pack01:49
*** ivar-laz_ has quit IRC01:50
clarkbgood night01:50
*** patrickeast has joined #openstack-infra01:50
clarkbI am staring at gear code to see if anything comes to me01:51
*** banix has joined #openstack-infra01:55
*** Masahiro has quit IRC01:56
*** salv-orlando has quit IRC01:56
clarkbjeblair: I think that the asyncio server may not do reconnections properly01:57
clarkbjeblair: it removes the fd from the connection map and from epoll but I don't see where it says close that connection then connect again01:58
clarkbjeblair: or at least close the connection so that the client/worker will reconnect01:58
*** jerryz1 has joined #openstack-infra01:59
*** banix has quit IRC01:59
*** shashankhegde has quit IRC01:59
*** jerryz has quit IRC02:00
*** baoli has joined #openstack-infra02:01
*** banix has joined #openstack-infra02:01
*** fandi has quit IRC02:01
*** yamahata has joined #openstack-infra02:02
*** achanda has joined #openstack-infra02:04
clarkbjeblair: I think _lostConnection in the non blocking class needs to append the connection to inactive connections list which it doesn't do best I can tell02:04
*** banix has quit IRC02:05
clarkbthis may explain why the connection to mergers stays open but no data is sent to the mergers. However there is probably an underlying issues that causes those connections to error which is a separate problem02:05
clarkbleft that in the review02:08
*** Masahiro has joined #openstack-infra02:10
*** stevemar has joined #openstack-infra02:11
*** nosnos has joined #openstack-infra02:11
*** banix has joined #openstack-infra02:12
*** ryanpetrello has quit IRC02:12
*** fifieldt has joined #openstack-infra02:13
*** MarkAtwood has quit IRC02:16
openstackgerritJoshua Hesketh proposed openstack-infra/os-loganalyze: Add support for non-text files  https://review.openstack.org/10726702:16
*** sdake has quit IRC02:17
*** jaypipes has quit IRC02:18
*** chandankumar has joined #openstack-infra02:26
*** wuhg has joined #openstack-infra02:28
*** achanda has quit IRC02:28
*** guest764 has quit IRC02:31
*** asettle is now known as alex-PT02:31
*** achanda has joined #openstack-infra02:31
*** mmaglana has joined #openstack-infra02:31
*** mmaglana has quit IRC02:32
*** hdd has quit IRC02:33
*** achanda has quit IRC02:41
*** achanda has joined #openstack-infra02:43
*** melwitt has quit IRC02:44
*** patrickeast has quit IRC02:45
*** yamamoto_ has joined #openstack-infra02:46
*** yamahata has quit IRC02:47
*** banix has quit IRC02:51
*** zz_dimtruck is now known as dimtruck02:51
*** KanagarajM has joined #openstack-infra02:54
*** Masahiro has quit IRC03:06
*** achanda has quit IRC03:11
*** achanda has joined #openstack-infra03:14
openstackgerritJoshua Hesketh proposed openstack-infra/os-loganalyze: DO NOT MERGE Add support for non-text files  https://review.openstack.org/10726703:14
*** achanda has quit IRC03:16
*** harlowja_ is now known as harlowja_away03:18
openstackgerritJoshua Hesketh proposed openstack-infra/os-loganalyze: Add support for non-text files  https://review.openstack.org/10726703:19
openstackgerritJoshua Hesketh proposed openstack-infra/system-config: Use the latest jquery on zuul  https://review.openstack.org/9802903:23
*** marun has quit IRC03:27
*** rushiagr_away is now known as rushiagr03:28
*** juice has quit IRC03:29
*** juice has joined #openstack-infra03:32
*** Ryan_Lane has quit IRC03:36
*** marun has joined #openstack-infra03:36
*** juice has quit IRC03:39
*** koolhead17 has joined #openstack-infra03:40
*** marun has quit IRC03:41
*** baoli has quit IRC03:42
*** juice has joined #openstack-infra03:44
*** otter768 has joined #openstack-infra03:45
openstackgerritJoshua Hesketh proposed openstack-infra/system-config: display zuul in gerrit change  https://review.openstack.org/12594403:46
*** emagana has quit IRC03:47
*** baoli has joined #openstack-infra03:48
*** otter768 has quit IRC03:50
*** juice has quit IRC03:54
*** Masahiro has joined #openstack-infra03:54
openstackgerritKiall Mac Innes proposed openstack-infra/project-config: Add Designate BIND9 DSVM Job  https://review.openstack.org/13750603:55
*** juice has joined #openstack-infra03:55
*** alexpilotti has quit IRC03:56
openstackgerritKiall Mac Innes proposed openstack-infra/project-config: Add Designate BIND9 DSVM Job  https://review.openstack.org/13750603:58
*** pcrews has quit IRC04:00
*** nosnos has quit IRC04:00
*** sasik has joined #openstack-infra04:03
*** sasik has left #openstack-infra04:03
*** juice has quit IRC04:03
*** juice has joined #openstack-infra04:04
*** sabeen1 has quit IRC04:06
*** jkt_ has joined #openstack-infra04:06
*** alex-PT is now known as asettle04:08
*** darvon_ has joined #openstack-infra04:08
*** nijaba_ has joined #openstack-infra04:08
*** nijaba_ has joined #openstack-infra04:08
*** LinuxJedi_ has joined #openstack-infra04:09
*** jkt has quit IRC04:09
*** darvon has quit IRC04:09
*** nijaba has quit IRC04:09
*** LinuxJedi has quit IRC04:09
*** gema has quit IRC04:09
*** MarkAtwood has joined #openstack-infra04:09
*** gema_ has joined #openstack-infra04:09
*** bhunter71 has quit IRC04:10
*** abhishek has joined #openstack-infra04:10
*** darvon_ is now known as darvon04:10
*** Longgeek has joined #openstack-infra04:11
*** abhishek has quit IRC04:12
*** rushiagr is now known as rushiagr_away04:15
*** Ryan_Lane has joined #openstack-infra04:15
*** Longgeek has quit IRC04:16
*** yamahata has joined #openstack-infra04:17
*** shashankhegde has joined #openstack-infra04:17
*** baoli has quit IRC04:18
*** wuhg has quit IRC04:20
*** wuhg_ has joined #openstack-infra04:20
*** yfried|afk is now known as yfried04:20
*** dannywilson has joined #openstack-infra04:21
*** dannywilson has quit IRC04:25
*** oomichi_ has joined #openstack-infra04:30
*** yfried is now known as yfried|afk04:30
*** otter768 has joined #openstack-infra04:30
*** juice has quit IRC04:34
*** emagana has joined #openstack-infra04:35
*** juice has joined #openstack-infra04:37
*** stevemar has quit IRC04:39
*** Masahiro has quit IRC04:41
*** juice has quit IRC04:42
*** sdake_ has quit IRC04:42
*** juice has joined #openstack-infra04:43
*** Masahiro has joined #openstack-infra04:45
*** sdake_ has joined #openstack-infra04:45
*** nosnos has joined #openstack-infra04:49
*** otter768 has quit IRC04:49
*** yamahata has quit IRC04:58
*** emagana has quit IRC04:59
*** emagana has joined #openstack-infra04:59
*** chandankumar has quit IRC05:04
*** emagana has quit IRC05:04
*** MarkAtwood has quit IRC05:05
*** hdd has joined #openstack-infra05:06
*** koolhead_ has joined #openstack-infra05:06
*** rushiagr_away is now known as rushiagr05:06
*** koolhead17 has quit IRC05:08
*** sdake_ has quit IRC05:08
*** garyh has quit IRC05:09
*** garyh has joined #openstack-infra05:11
*** shashankhegde has quit IRC05:13
*** hdd has quit IRC05:17
*** amotoki has joined #openstack-infra05:18
*** Masahiro has quit IRC05:22
*** Ryan_Lane has quit IRC05:22
*** Ryan_Lane has joined #openstack-infra05:23
*** MarkAtwood has joined #openstack-infra05:29
*** HeOS_ has quit IRC05:30
*** rakhmerov has quit IRC05:31
*** HeOS_ has joined #openstack-infra05:31
*** rakhmerov has joined #openstack-infra05:31
*** Masahiro has joined #openstack-infra05:32
*** vhoward has joined #openstack-infra05:34
*** dimtruck is now known as zz_dimtruck05:34
*** Ryan_Lane has quit IRC05:35
*** Ryan_Lane has joined #openstack-infra05:35
*** atan8 has joined #openstack-infra05:38
*** garyh has quit IRC05:38
*** BharatK has joined #openstack-infra05:39
*** xyang0 has quit IRC05:42
*** Longgeek has joined #openstack-infra05:42
*** ryanpetrello has joined #openstack-infra05:45
*** Longgeek has quit IRC05:47
*** harlowja_at_home has joined #openstack-infra05:49
*** otter768 has joined #openstack-infra05:52
*** asettle has quit IRC05:53
*** asettle has joined #openstack-infra05:54
*** chandankumar has joined #openstack-infra06:02
*** vipul has quit IRC06:02
*** otter768 has quit IRC06:02
*** stevemar has joined #openstack-infra06:03
*** Masahiro has quit IRC06:04
*** vipul has joined #openstack-infra06:04
*** harlowja_at_home has quit IRC06:05
*** yamamoto_ has quit IRC06:06
*** emagana has joined #openstack-infra06:06
*** Masahiro has joined #openstack-infra06:08
openstackgerritAndrey Pavlov proposed openstack-infra/jenkins-job-builder: Add parameter to trigger_parameterized_builds  https://review.openstack.org/13745506:08
openstackgerritAndrey Pavlov proposed openstack-infra/jenkins-job-builder: Add parameter to trigger_parameterized_builds  https://review.openstack.org/13745506:10
*** ryanpetrello has quit IRC06:11
*** guest764 has joined #openstack-infra06:14
*** sarob has joined #openstack-infra06:16
*** MarkAtwood has quit IRC06:20
*** sarob has quit IRC06:21
*** k4n0 has joined #openstack-infra06:26
*** guest764 has quit IRC06:27
*** e0ne has joined #openstack-infra06:31
*** e0ne has quit IRC06:33
*** yfried|afk is now known as yfried06:33
*** emagana has quit IRC06:34
*** emagana has joined #openstack-infra06:34
*** e0ne has joined #openstack-infra06:37
*** vigneshvar has joined #openstack-infra06:38
*** asettle has quit IRC06:38
*** emagana has quit IRC06:39
*** e0ne has quit IRC06:39
*** BharatK has left #openstack-infra06:40
*** e0ne has joined #openstack-infra06:43
*** yfried is now known as yfried|afk06:43
openstackgerritbharaththiruveedula proposed openstack-infra/project-config: Commit  https://review.openstack.org/13753206:44
*** e0ne has quit IRC06:46
*** AlexF has joined #openstack-infra06:47
*** Ryan_Lane has quit IRC06:49
*** jamielennox is now known as jamielennox|away06:50
*** e0ne has joined #openstack-infra06:50
*** e0ne has quit IRC06:52
*** unicell has quit IRC06:54
*** ekarlso- has quit IRC06:54
*** ekarlso- has joined #openstack-infra06:54
*** e0ne has joined #openstack-infra06:56
*** AlexF has quit IRC06:56
*** e0ne has quit IRC06:59
*** _et has joined #openstack-infra06:59
*** fandi has joined #openstack-infra07:00
*** yfried|afk is now known as yfried07:01
*** yamahata has joined #openstack-infra07:01
*** amitpp has joined #openstack-infra07:02
*** bharath has joined #openstack-infra07:02
bharathfungi: Hi, can you review this https://review.openstack.org/#/c/137532/ ?07:03
*** e0ne has joined #openstack-infra07:03
*** e0ne has quit IRC07:05
*** sabeen has joined #openstack-infra07:05
*** wuhg_ is now known as wuhg07:09
*** e0ne has joined #openstack-infra07:10
*** AlexF has joined #openstack-infra07:11
*** e0ne has quit IRC07:12
*** camunoz_mtg has quit IRC07:13
*** dkranz has quit IRC07:16
*** Masahiro has quit IRC07:16
*** dkranz has joined #openstack-infra07:16
*** e0ne has joined #openstack-infra07:17
*** sputnik13 has joined #openstack-infra07:17
*** e0ne has quit IRC07:19
*** Masahiro has joined #openstack-infra07:19
*** sputnik13 has quit IRC07:19
*** unicell has joined #openstack-infra07:20
*** ildikov has quit IRC07:21
*** sabeen has quit IRC07:22
*** sputnik13 has joined #openstack-infra07:22
*** e0ne has joined #openstack-infra07:23
*** yamamoto_ has joined #openstack-infra07:24
*** e0ne has quit IRC07:26
*** e0ne has joined #openstack-infra07:31
*** Longgeek has joined #openstack-infra07:31
*** jlibosva has joined #openstack-infra07:35
*** Longgeek has quit IRC07:36
openstackgerritJoshua Hesketh proposed openstack-infra/system-config: display zuul in gerrit change  https://review.openstack.org/12594407:37
*** _et_ has joined #openstack-infra07:37
*** e0ne has quit IRC07:40
*** _et has quit IRC07:41
*** che-arne has quit IRC07:44
*** e0ne has joined #openstack-infra07:44
*** jkt_ is now known as jkt07:45
*** berendt has joined #openstack-infra07:45
*** e0ne has quit IRC07:47
*** juice has quit IRC07:52
*** juice has joined #openstack-infra07:54
*** stevemar has quit IRC07:56
*** mpavlase has joined #openstack-infra07:56
*** Longgeek has joined #openstack-infra08:01
*** mpavlase has quit IRC08:02
*** ZZelle has quit IRC08:02
*** ZZelle has joined #openstack-infra08:03
*** otter768 has joined #openstack-infra08:03
*** sarob has joined #openstack-infra08:05
*** salv-orlando has joined #openstack-infra08:05
*** dtantsur|afk is now known as dtantsur08:06
*** otter768 has quit IRC08:07
*** belmoreira has joined #openstack-infra08:07
*** gilliard has quit IRC08:08
*** mjg1 is now known as gilliard08:08
*** sarob has quit IRC08:10
*** ildikov has joined #openstack-infra08:12
*** vigneshvar_ has joined #openstack-infra08:14
*** tnovacik has joined #openstack-infra08:14
*** vigneshvar has quit IRC08:17
*** sputnik13 has quit IRC08:17
*** afazekas has joined #openstack-infra08:19
*** talluri has joined #openstack-infra08:20
*** e0ne has joined #openstack-infra08:23
*** armax has quit IRC08:24
*** oomichi_ has quit IRC08:24
*** markus_z has joined #openstack-infra08:25
*** ZZelle has quit IRC08:27
*** dizquierdo has joined #openstack-infra08:28
*** amitpp has quit IRC08:29
*** luqas has joined #openstack-infra08:29
*** ZZelle has joined #openstack-infra08:30
*** Masahiro has quit IRC08:30
*** jgallard has joined #openstack-infra08:32
*** Masahiro has joined #openstack-infra08:33
*** amuller has joined #openstack-infra08:33
*** juice has quit IRC08:35
*** MaxV has joined #openstack-infra08:38
*** juice has joined #openstack-infra08:39
*** viktors|afk has quit IRC08:40
*** ala_ has joined #openstack-infra08:41
*** yamahata has quit IRC08:43
*** jp_at_hp has joined #openstack-infra08:45
*** Longgeek has quit IRC08:45
*** AlexF has quit IRC08:46
*** Longgeek has joined #openstack-infra08:46
*** andreykurilin_ has joined #openstack-infra08:47
*** arxcruz has joined #openstack-infra08:47
*** teran has quit IRC08:48
*** nosnos has quit IRC08:49
*** ZZelle has quit IRC08:49
*** Longgeek_ has joined #openstack-infra08:49
*** mpaolino has joined #openstack-infra08:50
*** Longgeek has quit IRC08:53
*** yamamoto_ has quit IRC08:53
*** tnovacik has quit IRC08:55
rcarrillocruzAJaeger: morning, are you around?08:56
AJaegerrcarrillocruz, good morning. Yes, I am.08:56
rcarrillocruzhi andreas, i'm wrapping up a Nodepool REST API change, but prior to unflagging WIP on Gerrit I want to add docs for it08:56
rcarrillocruzdo you know any styles, templates or examples to document APIs ?08:57
*** mpavlase has joined #openstack-infra08:57
*** ZZelle has joined #openstack-infra08:57
rcarrillocruzrather than plain glance, or nova, etc08:57
rcarrillocruzi mean 'infra' stuff08:57
rcarrillocruznot sure if there's something out there witn an API already so I can look at how docs look like08:58
*** koolhead_ has quit IRC08:58
*** koolhead17 has joined #openstack-infra08:59
*** koolhead17 has joined #openstack-infra08:59
*** jcoufal has joined #openstack-infra09:00
AJaegerannegentle is currently converting the APIs for the projects to RST, for example https://review.openstack.org/#/c/130550/09:01
AJaegerI'm checking infra stuff ...09:01
AJaegerhttp://ci.openstack.org/storyboard/webapi/v1.html - is the storyboard API09:02
*** andreykurilin_ has quit IRC09:02
*** andreykurilin__ has joined #openstack-infra09:02
*** MaxV has quit IRC09:02
*** koolhead17 has quit IRC09:03
rcarrillocruzyeah, not that it has much stuff09:04
*** teran has joined #openstack-infra09:04
rcarrillocruzok, i'll be creative09:04
rcarrillocruzthx09:04
AJaeger;)09:05
*** thingee has quit IRC09:06
*** ihrachyshka has joined #openstack-infra09:06
*** liam_ has joined #openstack-infra09:07
*** liam_ is now known as Guest3355809:08
*** teran has quit IRC09:08
*** ZZelle has quit IRC09:10
AJaegerrcarrillocruz, there's also other APIs around outside OpenStack like https://gerrit-review.googlesource.com/Documentation/rest-api.html09:10
*** jistr has joined #openstack-infra09:10
*** jpich has joined #openstack-infra09:10
*** juice has quit IRC09:12
*** juice has joined #openstack-infra09:13
*** rpodolyaka1 has joined #openstack-infra09:14
*** thingee has joined #openstack-infra09:15
*** Masahiro has quit IRC09:16
*** yamamoto_ has joined #openstack-infra09:19
*** marcusvrn has joined #openstack-infra09:20
*** yamamoto_ has quit IRC09:20
*** Masahiro has joined #openstack-infra09:21
*** nfedotov has joined #openstack-infra09:22
*** jedimike has joined #openstack-infra09:24
*** yamamoto_ has joined #openstack-infra09:24
*** ZZelle has joined #openstack-infra09:24
*** zz_johnthetubagu is now known as johnthetubaguy09:26
*** yamamoto_ has quit IRC09:26
johnthetubaguyfungi: clarkb: if you can get me instance ids or image ids I can check out what the problem is for any build that fails09:28
johnthetubaguyfungi: clarkb: I am seeing 99% success rate for the last 24 hours, but you are right, there are some "could not fetch image" errors09:29
*** MaxV has joined #openstack-infra09:30
*** thingee has quit IRC09:30
*** yamamoto_ has joined #openstack-infra09:30
AJaegerjohnthetubaguy, fungi is out until Monday due to Thanksgiving. Not sure about clarkb's plans but he's in the US as well... Thanks for the offer, I'm just not sure when you get a reply...09:33
*** yfried is now known as yfried|afk09:33
johnthetubaguyAJaeger: yeah, it was more for when they get back09:33
*** yfried|afk is now known as yfried09:36
*** ashaeron has joined #openstack-infra09:37
*** yamamoto_ has quit IRC09:38
*** nosnos has joined #openstack-infra09:39
*** thingee has joined #openstack-infra09:39
*** mmedvede has quit IRC09:41
*** mmedvede has joined #openstack-infra09:42
*** IvanBerezovskiy has joined #openstack-infra09:44
*** andreykurilin__ has quit IRC09:45
*** yfried is now known as yfried|afk09:46
*** juice has quit IRC09:46
*** derekh has joined #openstack-infra09:46
*** salv-orlando has quit IRC09:48
*** thingee has quit IRC09:48
*** lttrl has joined #openstack-infra09:49
*** juice has joined #openstack-infra09:49
*** yfried|afk is now known as yfried09:50
*** thingee has joined #openstack-infra09:50
openstackgerritMasayuki Igawa proposed openstack-infra/subunit2sql: Add an ability to get all test runs to sql2subunit  https://review.openstack.org/13755809:51
johnthetubaguyfungi: clarkb: I saw some could not fetch image errors, turns out there was a 401 from glance, server: c25b6f0d-bc34-4376-a669-0516ca905ca7 image: 36805057-cec5-4628-95d5-c479170fddf1 = devstack-trusty-1417014036.template.openstack.org, its odd the permissions don't look bad, and most builds on that image do work, funky09:54
*** thingee has quit IRC09:55
*** nadya has joined #openstack-infra09:55
*** nadya is now known as Guest4358609:56
*** thingee has joined #openstack-infra09:56
*** juice has quit IRC09:57
*** juice has joined #openstack-infra09:59
jktjhesketh: around? I was wondering if you had some time to explain turbo-hipster's tests to me, as they're quite non-deterministic here on a SMP centos710:00
*** asettle has joined #openstack-infra10:00
*** fandi has quit IRC10:01
*** fandi has joined #openstack-infra10:03
*** otter768 has joined #openstack-infra10:04
*** ociuhandu has quit IRC10:05
*** teran has joined #openstack-infra10:05
*** otter768 has quit IRC10:09
*** atan8 has quit IRC10:09
*** juice has quit IRC10:11
*** yamahata has joined #openstack-infra10:12
*** thingee has quit IRC10:12
*** Masahiro has quit IRC10:13
*** atan8 has joined #openstack-infra10:14
*** juice has joined #openstack-infra10:14
*** talluri has quit IRC10:16
*** Masahiro_ has joined #openstack-infra10:20
jheskethjkt: I'm not quite here, but what's the change you're looking at?10:20
*** juice has quit IRC10:21
*** Masahiro_ has quit IRC10:22
*** thingee has joined #openstack-infra10:23
*** juice has joined #openstack-infra10:25
*** asettle has quit IRC10:27
*** rcarrillocruz has quit IRC10:27
*** yfried is now known as yfried|afk10:29
*** rcarrillocruz has joined #openstack-infra10:30
*** Masahiro has joined #openstack-infra10:32
*** Masahiro has quit IRC10:34
*** Masahiro has joined #openstack-infra10:37
*** ldnunes has joined #openstack-infra10:38
*** yamamoto_ has joined #openstack-infra10:38
*** unicell has quit IRC10:40
*** unicell1 has joined #openstack-infra10:40
*** pelix has joined #openstack-infra10:43
*** rcarrillocruz has quit IRC10:43
*** rcarrillocruz has joined #openstack-infra10:43
*** yamamoto_ has quit IRC10:44
*** e0ne has quit IRC10:46
*** thingee has quit IRC10:46
jktjhesketh: there's no change; I'm seeing unstable execution of tests with the latest git master10:48
jktjhesketh: sometimes, the execution would just hang, maybe while waiting for thread termination10:49
*** yfried|afk is now known as yfried10:49
jktjhesketh: I've also seen a ton of backtraces during cleanup/teardown where individual threads attempt to use a geard connection which was already closed; that one is probably harmless, but ugly nonetheless10:49
jktjhesketh: random shot, are you regularly testing this on SMP, or just on a single-CPU VMs?10:50
*** ildikov has quit IRC10:50
*** ildikov has joined #openstack-infra10:50
openstackgerritErno Kuvaja proposed openstack/requirements: Update glance_store dependency  https://review.openstack.org/13759610:50
jheskethjkt: do you mean turbo-hipster's own tests?10:51
*** thingee has joined #openstack-infra10:51
*** koolhead17 has joined #openstack-infra10:53
*** juice has quit IRC10:56
*** rfolco has joined #openstack-infra10:57
jktjhesketh: yes10:58
*** Masahiro has quit IRC10:58
*** juice has joined #openstack-infra10:59
jktjhesketh: http://fpaste.org/154294/01204914/ http://fpaste.org/154325/01491214/ http://fpaste.org/154329/17015140/10:59
*** fifieldt has quit IRC10:59
*** thingee has quit IRC11:00
jktjhesketh: note that sometimes it doesn't happen for 10+ test executions, but other times it happens almost always11:00
jheskethah right, sorry (thought you were talking about tests th runs)11:01
jktjhesketh: just running tests.test_worker_manager.TestWorkerServer.test_zuul_manager_started was quite of ten enough to hit an issue11:01
jheskethjkt: I think I've seen similar issues with zuul's test suite too, but I'm not sure11:01
jheskethhmm, interesting11:01
jheskethI'd have to take a closer look11:01
jktI lack proper insight into how python's tests run and how they interact with threads, unfortunately11:01
*** jgallard has quit IRC11:02
jheskethcertainly th's test suite is pretty poor and needs some work11:02
*** rfolco has quit IRC11:02
jheskethjkt: mind if I ask what you're doing with th?11:02
jktjhesketh: I'm that guy who brought beer to the summit :), KDE things11:02
*** thingee has joined #openstack-infra11:02
jktI want it to launch a C++ build and test execution for our projects11:03
jheskethoh neat :-)11:03
jktthis sounds easier than messing with Jenkins and JJB just for the sake of using it as a dumb executor11:03
jktand the reason why I looked at the tests is because I found that open change where you added some addiitonal logging11:03
jheskethah I was writing that before the summit, after which I took a vacation and only just returned yesterady11:04
jktbecause that's something which would be very, very useful for me; right now, it's rather poor, only saying that the script failed with a non-zero return code11:04
jheskethwell the point is that the script should log the failure11:04
jheskethbut what is missing is where turbo-hipster itself fails11:04
jheskethso that is what I was working on and hope to return to shortly11:05
jktright, which I'm seeing a lot right now11:05
jktselinux is not fun :)11:05
jheskethheh, the script stuff hasn't really seen much use which is why11:05
*** yaguang has quit IRC11:05
jktactually all of the errors were on my side so far11:05
jheskethoh goodness, I can't imagine running it on selinux :p11:05
jktit's just systemd-launched merger creating stuff with init_var_lib_t instead of var_lib_t which apache/git won't read11:05
jkt"easy"11:05
jkt:p11:05
jheskethheh11:06
jktanyway, do you think that you could finish that logging part "soon"?11:06
*** dansmith has quit IRC11:06
jktI might have some limited time to take a look at it, but it's been a couple of years since I did any semi-serious python work11:06
*** dansmith has joined #openstack-infra11:06
*** dansmith is now known as Guest8965611:07
jheskethjkt: It's 10pm here, but I'll look at it tomorrow :-)11:07
jheskethno promises it'll get done though as one of the things stopping it is the lack of good testing11:07
*** teran_ has joined #openstack-infra11:08
*** bharath has quit IRC11:08
jktjhesketh: AUstralia?11:11
jheskethyep11:11
jktokay11:12
*** teran has quit IRC11:12
jktI wonder if a call to something like thread.join() into the place where shutdown() is called would help11:12
*** juice has quit IRC11:13
*** mase_x200 has joined #openstack-infra11:13
jktjhesketh: oh, and I wonder how harmless is removing the deps on JJB and MySQL from the code; we (KDE) aren't using any SQL things at all anyway11:14
*** Guest43586 has quit IRC11:14
jktjhesketh: maybe splitting the SQL plugin into something separate?11:15
*** juice has joined #openstack-infra11:17
*** rpodolyaka1 has quit IRC11:17
*** thingee has quit IRC11:18
*** hogepodge has quit IRC11:18
jheskethjkt: joining the thread might help find the problem (even if it doesn't fix it)11:18
jheskethjkt: mysql probably shouldn't be a dependency, that's fair enough.. I'd have to look at what needs doing to remove it. jjb on the other hand could probably stay as one11:19
*** thingee has joined #openstack-infra11:19
*** ociuhandu has joined #openstack-infra11:19
*** hogepodge has joined #openstack-infra11:19
jheskethI've started separating out bits of jjb so that it's more like a lib11:19
jheskethI suspect jjb as a templating language could be helpful to kde and then if turbo-hipster consumes that language it makes it easier to define all of the jobs rather than just as shell11:20
jktjhesketh: right11:21
*** fandi has quit IRC11:23
*** rediskin has joined #openstack-infra11:24
*** aysyd has joined #openstack-infra11:27
jktjhesketh: and here we go, one stuck thread remains: http://fpaste.org/154624/70878841/11:31
jktnow why is that using a blocking wait?11:34
*** adalbas has joined #openstack-infra11:36
jktjhesketh: I do not think that it's safe to use a blocking call to getJob from either ZuulClient or ZuulManager11:38
*** thingee has quit IRC11:39
*** ociuhandu has quit IRC11:40
jktright, and the logic in gear's getJob/stopWaitingForJobs is apparently buggy11:40
*** koolhead17 has quit IRC11:40
*** koolhead17 has joined #openstack-infra11:41
*** fandi has joined #openstack-infra11:42
*** ociuhandu has joined #openstack-infra11:43
sdaguejhesketh: while I am mostly not here - I did push up a minor turbohipster review yesterday that you might want to look at - https://review.openstack.org/#/c/137364/11:44
*** koolhead17 has quit IRC11:46
*** Longgeek_ has quit IRC11:46
*** ildikov has quit IRC11:48
*** mase_x200 has quit IRC11:48
*** thingee has joined #openstack-infra11:49
*** ryanpetrello has joined #openstack-infra11:54
*** pblaho_ has joined #openstack-infra11:56
*** Longgeek has joined #openstack-infra11:56
*** e0ne has joined #openstack-infra11:56
*** fandi has quit IRC11:57
*** thingee has quit IRC11:57
*** dkranz has quit IRC11:59
*** thingee has joined #openstack-infra12:01
*** alexpilotti has joined #openstack-infra12:01
*** ildikov has joined #openstack-infra12:01
*** dkranz has joined #openstack-infra12:02
*** otter768 has joined #openstack-infra12:05
*** ryanpetrello has quit IRC12:06
*** otter768 has quit IRC12:09
*** thingee has quit IRC12:09
*** Masahiro has joined #openstack-infra12:12
*** jerryz1 has quit IRC12:13
*** jerryz has joined #openstack-infra12:14
*** Masahiro has quit IRC12:15
*** Masahiro has joined #openstack-infra12:16
*** Masahiro has quit IRC12:18
*** thingee has joined #openstack-infra12:18
*** yfried is now known as yfried|afk12:21
*** baoli has joined #openstack-infra12:22
*** juice has quit IRC12:24
*** Masahiro has joined #openstack-infra12:25
*** k4n0 has quit IRC12:26
*** juice has joined #openstack-infra12:26
*** baoli has quit IRC12:26
*** yamamoto has joined #openstack-infra12:27
*** hashar has joined #openstack-infra12:28
*** rpodolyaka1 has joined #openstack-infra12:29
*** Masahiro has quit IRC12:29
*** juice has quit IRC12:31
*** nadya has joined #openstack-infra12:31
*** nadya is now known as Guest4808012:32
*** hashar has quit IRC12:32
*** mase_x200 has joined #openstack-infra12:34
*** juice has joined #openstack-infra12:34
*** pelix has quit IRC12:34
*** pelix has joined #openstack-infra12:35
*** baoli has joined #openstack-infra12:36
*** KanagarajM has quit IRC12:37
*** rajesht has joined #openstack-infra12:38
rajeshthi all12:39
rajeshtThe following patch is failing on check-grenade-dsvm-partial-ncpu12:40
rajeshthttps://review.openstack.org/#/c/13520212:40
rajeshtI have tried to check the root cause of this, but I am not getting any solution.12:40
rajeshtcould anybody please help me understand what is the reason for this failure.12:40
*** dalgaaf__ has joined #openstack-infra12:41
*** yfried|afk is now known as yfried12:41
rajeshtAfter putting recheck also, the same failure happens, it says about build failed.12:41
rajeshtI have checked in all logs, but could not get any solution as of yet.12:41
*** dalgaaf__ is now known as dalgaaf12:42
*** juice has quit IRC12:42
*** juice has joined #openstack-infra12:44
*** thingee has quit IRC12:45
*** amuller_ has joined #openstack-infra12:48
*** yamahata has quit IRC12:48
*** amuller has quit IRC12:48
*** yfried is now known as yfried|afk12:51
openstackgerritRicardo Carrillo Cruz proposed openstack-infra/nodepool: Add REST API to Nodepool  https://review.openstack.org/13688412:52
*** thingee has joined #openstack-infra12:53
*** juice has quit IRC12:54
*** juice has joined #openstack-infra12:55
*** adalbas has quit IRC12:55
*** mclaren has joined #openstack-infra12:57
*** thingee has quit IRC12:58
mclarenanyone available to take a quick look at https://review.openstack.org/#/c/137596 ? we'd like to bump once of Glance's libraries, thanks12:58
*** yfried|afk is now known as yfried12:58
*** thingee has joined #openstack-infra12:58
*** jgallard has joined #openstack-infra13:00
*** nosnos has quit IRC13:01
openstackgerritRicardo Carrillo Cruz proposed openstack-infra/nodepool: Add REST API to Nodepool  https://review.openstack.org/13688413:06
*** adalbas has joined #openstack-infra13:08
*** bradjones has quit IRC13:10
*** bradjones has joined #openstack-infra13:10
*** bradjones has quit IRC13:10
*** bradjones has joined #openstack-infra13:10
*** atan8 has quit IRC13:11
*** jaypipes has joined #openstack-infra13:15
openstackgerritAndrey Pavlov proposed openstack-infra/jenkins-job-builder: Add 'node' parameter to 'parameters'  https://review.openstack.org/13763213:15
*** dims has joined #openstack-infra13:20
*** leopoldj has joined #openstack-infra13:20
*** dims_ has joined #openstack-infra13:24
*** _et_ has quit IRC13:26
*** dims has quit IRC13:27
*** mase_x200 has quit IRC13:27
*** hdd has joined #openstack-infra13:27
*** unicell1 has quit IRC13:27
openstackgerritDmitry Teselkin proposed openstack-infra/zuul: Whitelist for gerrit events  https://review.openstack.org/13763413:27
*** salv-orlando has joined #openstack-infra13:28
*** _et has joined #openstack-infra13:30
bookwarthere is this dashboard request https://review.openstack.org/#/c/110174/1 how one can actually use this dashboard in Gerrit?13:39
*** jerryz1 has joined #openstack-infra13:42
*** jerryz has quit IRC13:44
openstackgerritDmitry Teselkin proposed openstack-infra/zuul: Whitelist for gerrit events  https://review.openstack.org/13763413:45
*** vigneshvar_ has quit IRC13:47
*** mmedvede has quit IRC13:48
*** rkukura_ has joined #openstack-infra13:51
*** fandi has joined #openstack-infra13:52
*** vdo has joined #openstack-infra13:53
*** rkukura has quit IRC13:54
*** rkukura_ is now known as rkukura13:54
openstackgerritDerek Higgins proposed openstack-infra/project-config: Only run tripleo ci jobs against master  https://review.openstack.org/13764613:58
kashyapHi,  paste.openstack.org is throwing 500 internal server errors.14:00
kashyapIt's accessible very intermittently today.14:00
*** otter768 has joined #openstack-infra14:06
*** Masahiro has joined #openstack-infra14:06
*** juice has quit IRC14:07
*** juice has joined #openstack-infra14:08
*** yfried is now known as yfried|afk14:09
*** yaguang has joined #openstack-infra14:10
*** otter768 has quit IRC14:10
*** Masahiro has quit IRC14:11
*** rajesht has quit IRC14:11
*** mpaolino has quit IRC14:16
*** yfried|afk is now known as yfried14:17
*** weshay has joined #openstack-infra14:20
*** rcarrillocruz has quit IRC14:21
*** rcarrillocruz has joined #openstack-infra14:22
*** amuller__ has joined #openstack-infra14:26
*** erikmwilson has left #openstack-infra14:26
*** mpaolino has joined #openstack-infra14:29
*** thingee has quit IRC14:29
*** berendt has quit IRC14:29
*** amuller_ has quit IRC14:30
*** sputnik13 has joined #openstack-infra14:30
*** luqas has quit IRC14:30
*** thingee has joined #openstack-infra14:31
*** BobBall has quit IRC14:33
*** luqas has joined #openstack-infra14:33
*** AJaeger has quit IRC14:33
*** AJaeger has joined #openstack-infra14:34
*** sputnik13 has quit IRC14:35
*** rushiagr has quit IRC14:35
*** amuller__ is now known as amuller14:39
*** BobBall has joined #openstack-infra14:40
*** sandywalsh has quit IRC14:40
*** masayukig has quit IRC14:44
*** berendt has joined #openstack-infra14:46
*** AlexF has joined #openstack-infra14:48
*** thingee has quit IRC14:48
*** thingee has joined #openstack-infra14:49
*** masayukig has joined #openstack-infra14:50
*** salv-orlando has quit IRC14:53
*** salv-orlando has joined #openstack-infra14:54
*** baoli has quit IRC14:57
*** baoli has joined #openstack-infra14:58
*** chandankumar has quit IRC14:58
*** hdd has quit IRC14:58
*** yamahata has joined #openstack-infra15:00
*** mmedvede has joined #openstack-infra15:00
*** ondergetekende has joined #openstack-infra15:01
*** psedlak has quit IRC15:03
*** rushiagr_away has joined #openstack-infra15:04
*** teran_ has quit IRC15:04
*** ashaeron has quit IRC15:04
*** dims has joined #openstack-infra15:05
*** teran has joined #openstack-infra15:06
*** teran_ has joined #openstack-infra15:06
*** psedlak has joined #openstack-infra15:07
*** thingee has quit IRC15:08
*** dims_ has quit IRC15:09
jkthehe, a record so far: got turbo-hipster's testcase to hit that threading race condition in 69 runs15:09
*** mpaolino has quit IRC15:09
*** stevemar has joined #openstack-infra15:09
*** jerryz1 has quit IRC15:09
*** marcusvrn has quit IRC15:09
*** r-daneel has joined #openstack-infra15:10
*** teran has quit IRC15:10
*** rushiagr_away is now known as rushiagr15:11
*** ildikov has quit IRC15:11
*** Guest48080 is now known as _nadya_15:12
*** thingee has joined #openstack-infra15:13
*** ashaeron has joined #openstack-infra15:16
*** yfried has quit IRC15:17
*** sarob has joined #openstack-infra15:20
*** achanda has joined #openstack-infra15:22
*** marcusvrn has joined #openstack-infra15:23
*** ildikov has joined #openstack-infra15:23
*** mpaolino has joined #openstack-infra15:24
*** sarob has quit IRC15:25
*** AJaeger has quit IRC15:25
*** achanda has quit IRC15:27
*** yaguang has quit IRC15:33
*** thingee has quit IRC15:34
openstackgerritJan KundrĂĄt proposed openstack-infra/gear: Fix race between stopWaitingForJobs() and getJob()  https://review.openstack.org/13766415:37
*** AJaeger has joined #openstack-infra15:38
*** AJaeger has joined #openstack-infra15:38
*** thingee has joined #openstack-infra15:38
*** berendt has quit IRC15:43
jktall right, I hope this stuff is fixed now15:45
*** nfedotov has left #openstack-infra15:46
*** sergsh_away has quit IRC15:46
*** AlexF has quit IRC15:48
*** eharney has quit IRC15:50
*** AJaeger has quit IRC15:50
*** Masahiro has joined #openstack-infra15:55
*** thingee has quit IRC15:59
*** davideagnello has joined #openstack-infra16:00
*** Masahiro has quit IRC16:00
*** skolekonov has quit IRC16:00
*** thingee has joined #openstack-infra16:04
*** otter768 has joined #openstack-infra16:07
*** jamespage_ has joined #openstack-infra16:09
*** ashaeron has quit IRC16:09
*** banix has joined #openstack-infra16:11
*** otter768 has quit IRC16:11
*** teran_ has quit IRC16:11
*** jamespage_ has quit IRC16:14
*** talluri has joined #openstack-infra16:18
*** davideagnello has quit IRC16:20
*** banix has quit IRC16:24
*** banix has joined #openstack-infra16:25
*** banix has quit IRC16:25
*** talluri has quit IRC16:25
*** mclaren has quit IRC16:27
*** stevemar has quit IRC16:27
*** teran has joined #openstack-infra16:35
*** sarob has joined #openstack-infra16:36
*** teran_ has joined #openstack-infra16:37
*** arxcruz has quit IRC16:37
openstackgerritAntoine Musso proposed openstack-infra/zuul: cloner: support for ref-updated parameters  https://review.openstack.org/13767516:37
*** teran has quit IRC16:39
*** sarob has quit IRC16:41
*** jlibosva has quit IRC16:41
*** mpavlase has quit IRC16:44
openstackgerritDoug Hellmann proposed openstack-infra/project-config: Remove stable compatibility jobs from capped libs  https://review.openstack.org/13745116:44
openstackgerritDoug Hellmann proposed openstack-infra/project-config: Fix layout-checks.py to work in virtualenv  https://review.openstack.org/13767916:44
*** afazekas has quit IRC16:46
*** MaxV has quit IRC16:46
*** tkelsey has joined #openstack-infra16:47
*** koolhead17 has joined #openstack-infra16:47
*** koolhead17 has quit IRC16:48
openstackgerritDmitry Teselkin proposed openstack-infra/zuul: Whitelist for gerrit events  https://review.openstack.org/13763416:49
*** koolhead_ has joined #openstack-infra16:50
*** ihrachyshka has quit IRC16:50
*** lttrl has quit IRC16:52
*** jcoufal has quit IRC16:52
*** lttrl has joined #openstack-infra16:53
*** markmcclain has quit IRC16:58
*** yamahata has quit IRC16:58
*** yfried has joined #openstack-infra17:02
*** AlexF has joined #openstack-infra17:03
*** dtantsur is now known as dtantsur|afk17:06
*** vdo has quit IRC17:09
*** dizquierdo has quit IRC17:10
*** lttrl has quit IRC17:10
*** rushiagr is now known as rushiagr_away17:11
*** tnovacik has joined #openstack-infra17:13
*** banix has joined #openstack-infra17:14
*** yamamoto has quit IRC17:16
*** thingee has quit IRC17:16
*** Longgeek has quit IRC17:16
*** e0ne has quit IRC17:16
*** thingee has joined #openstack-infra17:17
*** hdd has joined #openstack-infra17:18
*** _nadya_ has quit IRC17:21
*** markus_z has quit IRC17:22
*** jpich has quit IRC17:23
*** derekh has quit IRC17:24
*** talluri has joined #openstack-infra17:26
*** talluri has quit IRC17:27
*** salv-orlando has quit IRC17:28
*** shashankhegde has joined #openstack-infra17:30
*** marun has joined #openstack-infra17:31
*** talluri has joined #openstack-infra17:31
*** armax has joined #openstack-infra17:35
*** otter768 has joined #openstack-infra17:40
*** Masahiro has joined #openstack-infra17:44
*** ZZelle is now known as ZZelle__17:46
*** emagana has joined #openstack-infra17:46
*** guest764 has joined #openstack-infra17:48
*** Masahiro has quit IRC17:48
*** AlexF has quit IRC17:49
*** banix has quit IRC17:50
*** jistr has quit IRC17:50
*** banix has joined #openstack-infra17:54
*** LinuxJedi_ is now known as LinuxJedi17:55
*** otter768 has quit IRC17:59
boris-42jhesketh: hi18:01
*** banix has quit IRC18:01
*** tkelsey has quit IRC18:02
*** rushiagr_away is now known as rushiagr18:02
*** tkelsey has joined #openstack-infra18:03
*** tkelsey has quit IRC18:03
*** wuhg has quit IRC18:03
*** achanda has joined #openstack-infra18:04
*** e0ne has joined #openstack-infra18:07
*** emagana_ has joined #openstack-infra18:08
*** davideagnello has joined #openstack-infra18:08
*** hdd has quit IRC18:10
*** emagana has quit IRC18:10
*** belmoreira has quit IRC18:11
*** davideagnello has quit IRC18:13
*** atan8 has joined #openstack-infra18:15
*** e0ne has quit IRC18:17
*** pcrews has joined #openstack-infra18:17
*** ivar-lazzaro has joined #openstack-infra18:18
*** e0ne has joined #openstack-infra18:21
*** miarmak has joined #openstack-infra18:23
*** jgallard has quit IRC18:23
*** rfolco has joined #openstack-infra18:23
*** mpaolino has quit IRC18:26
*** rfolco has quit IRC18:28
*** achanda has quit IRC18:28
*** e0ne has quit IRC18:31
*** jp_at_hp has quit IRC18:32
*** amuller has quit IRC18:33
*** e0ne has joined #openstack-infra18:35
*** johnthetubaguy is now known as zz_johnthetubagu18:35
*** pblaho_ has quit IRC18:36
*** e0ne has quit IRC18:37
*** leopoldj has quit IRC18:39
*** mugsie has quit IRC18:40
*** mugsie has joined #openstack-infra18:41
*** talluri has quit IRC18:41
*** e0ne has joined #openstack-infra18:41
*** rcarrillocruz has quit IRC18:43
*** e0ne has quit IRC18:43
*** rcarrillocruz has joined #openstack-infra18:46
*** e0ne has joined #openstack-infra18:48
*** rushiagr is now known as rushiagr_away18:48
*** pcrews has quit IRC18:49
*** _nadya_ has joined #openstack-infra18:51
*** sandywalsh has joined #openstack-infra18:51
*** miarmak_ has joined #openstack-infra18:51
*** miarmak has quit IRC18:51
*** thingee has quit IRC18:52
*** thingee has joined #openstack-infra18:55
*** rushiagr_away is now known as rushiagr18:56
*** e0ne has quit IRC18:57
openstackgerritJoshua Harlow proposed openstack-infra/project-config: Enable gate/check (with voting) for taskflow-python34  https://review.openstack.org/13769318:58
*** stevemar has joined #openstack-infra18:58
*** e0ne has joined #openstack-infra19:01
*** berendt has joined #openstack-infra19:03
*** e0ne has quit IRC19:05
*** pelix has quit IRC19:06
*** _nadya_ has quit IRC19:06
*** ZZelle has joined #openstack-infra19:09
*** thingee has quit IRC19:09
*** thingee has joined #openstack-infra19:10
*** e0ne has joined #openstack-infra19:10
*** pcrews has joined #openstack-infra19:11
*** hdd has joined #openstack-infra19:14
*** e0ne has quit IRC19:14
*** berendt has quit IRC19:16
*** e0ne has joined #openstack-infra19:17
*** teran_ has quit IRC19:18
*** e0ne has quit IRC19:20
*** emagana_ has quit IRC19:21
*** jedimike has quit IRC19:21
*** emagana has joined #openstack-infra19:21
*** thingee has quit IRC19:23
*** e0ne has joined #openstack-infra19:24
*** emagana has quit IRC19:26
*** e0ne has quit IRC19:26
*** mrmartin has joined #openstack-infra19:26
*** dims has quit IRC19:27
*** nfedotov has joined #openstack-infra19:27
*** ivar-lazzaro has quit IRC19:27
*** pcrews has quit IRC19:27
*** ivar-lazzaro has joined #openstack-infra19:28
*** thingee has joined #openstack-infra19:28
*** marcusvrn has quit IRC19:28
*** e0ne has joined #openstack-infra19:30
*** pcrews has joined #openstack-infra19:31
*** Masahiro has joined #openstack-infra19:33
*** e0ne has quit IRC19:34
*** thingee has quit IRC19:35
*** nfedotov has quit IRC19:36
*** Masahiro has quit IRC19:37
*** e0ne has joined #openstack-infra19:38
*** achanda has joined #openstack-infra19:38
*** thingee has joined #openstack-infra19:39
*** nfedotov has joined #openstack-infra19:39
*** AlexF has joined #openstack-infra19:40
*** e0ne has quit IRC19:40
openstackgerritDoug Hellmann proposed openstack-infra/project-config: Fix layout-checks.py to work in virtualenv  https://review.openstack.org/13767919:41
openstackgerritDoug Hellmann proposed openstack-infra/project-config: Remove stable compatibility jobs from capped libs  https://review.openstack.org/13745119:41
*** nfedotov has left #openstack-infra19:42
*** achanda has quit IRC19:43
*** e0ne has joined #openstack-infra19:44
openstackgerritDmitry Teselkin proposed openstack-infra/zuul: Whitelist for gerrit events  https://review.openstack.org/13763419:45
*** luqas has quit IRC19:47
*** e0ne has quit IRC19:47
*** hdd has quit IRC19:47
*** thingee has quit IRC19:48
*** thingee has joined #openstack-infra19:48
*** e0ne has joined #openstack-infra19:51
*** thingee has quit IRC19:53
*** e0ne has quit IRC19:53
*** luqas has joined #openstack-infra19:55
*** luqas has quit IRC19:55
jktyahoo, first ever build through Turbo-Hipster within KDE's infra has just passed19:55
*** teran has joined #openstack-infra19:56
jkt(using a very, very hacked-together and totally unscaleable setup, of course)19:56
*** e0ne has joined #openstack-infra19:57
*** e0ne has quit IRC20:00
*** AlexF has quit IRC20:00
*** thingee has joined #openstack-infra20:01
*** e0ne has joined #openstack-infra20:04
*** e0ne has quit IRC20:06
*** e0ne has joined #openstack-infra20:09
*** emagana has joined #openstack-infra20:10
openstackgerritDmitry Teselkin proposed openstack-infra/zuul: Whitelist for gerrit events  https://review.openstack.org/13763420:10
*** enikanorov__ has joined #openstack-infra20:10
*** ociuhandu has quit IRC20:11
*** enikanorov_ has quit IRC20:11
*** ivar-lazzaro has quit IRC20:14
*** e0ne has quit IRC20:14
*** ivar-lazzaro has joined #openstack-infra20:14
*** thingee has quit IRC20:14
*** e0ne has joined #openstack-infra20:18
*** e0ne has quit IRC20:20
*** shashankhegde has quit IRC20:20
*** thingee has joined #openstack-infra20:23
*** e0ne has joined #openstack-infra20:24
*** ldnunes has quit IRC20:24
*** dims has joined #openstack-infra20:27
*** e0ne has quit IRC20:29
*** e0ne has joined #openstack-infra20:32
*** mrmartin has quit IRC20:33
*** e0ne has quit IRC20:35
*** zz_dimtruck is now known as dimtruck20:37
*** e0ne has joined #openstack-infra20:39
openstackgerritDmitry Teselkin proposed openstack-infra/zuul: Whitelist for gerrit events  https://review.openstack.org/13763420:40
*** e0ne has quit IRC20:42
*** emagana has quit IRC20:44
*** mmedvede has quit IRC20:44
*** emagana has joined #openstack-infra20:44
*** berendt has joined #openstack-infra20:45
*** e0ne has joined #openstack-infra20:46
*** emagana_ has joined #openstack-infra20:46
*** aysyd has quit IRC20:48
*** emagana has quit IRC20:49
*** emagana_ has quit IRC20:51
*** MaxV has joined #openstack-infra20:51
*** e0ne has quit IRC20:53
*** salv-orlando has joined #openstack-infra20:56
*** e0ne has joined #openstack-infra20:57
*** e0ne has quit IRC20:59
*** lttrl has joined #openstack-infra21:01
*** dimtruck is now known as zz_dimtruck21:01
*** dims has quit IRC21:02
openstackgerritDoug Hellmann proposed openstack-infra/project-config: Fix layout-checks.py to work in virtualenv  https://review.openstack.org/13767921:02
openstackgerritDoug Hellmann proposed openstack-infra/project-config: Remove stable compatibility jobs from capped libs  https://review.openstack.org/13745121:02
*** andreykurilin_ has joined #openstack-infra21:03
*** lttrl has quit IRC21:08
*** davideagnello has joined #openstack-infra21:12
*** dims has joined #openstack-infra21:14
*** emagana has joined #openstack-infra21:15
*** emagana has quit IRC21:19
*** Masahiro has joined #openstack-infra21:21
*** lttrl has joined #openstack-infra21:22
*** davideagnello has quit IRC21:23
*** Masahiro has quit IRC21:26
*** dizquierdo has joined #openstack-infra21:31
*** ZZelle has quit IRC21:37
*** e0ne has joined #openstack-infra21:37
jheskethMorning21:38
jheskethboris-42: hey21:38
*** e0ne has quit IRC21:39
openstackgerritMerged openstack/requirements: Update glance_store dependency  https://review.openstack.org/13759621:40
*** thingee has quit IRC21:41
jkthmm, killing turbo-hipster while a job was running resulted in a Verified +121:41
jkthttp://fpaste.org/154758/24523141/21:42
*** thingee has joined #openstack-infra21:44
jktjhesketh: is there some particular reason why the ZUUL_* are not propagated to the shell script launched by TH?21:49
*** dims has quit IRC21:49
jktjhesketh: having access at least to the project name and the target branch would make a lot of sense for KDE21:49
jheskethjkt: interesting, that sounds like a bug21:51
jheskethI thought the zuul variables were passed to the env, I'll have to check21:51
jktjhesketh: ok, I'll send a patch for that21:51
jheskethsweet, thanks :-)21:51
jktjhesketh: do you think it's better inside the shell-task-specific code, or should that happen "everywhere"?21:52
jktI mean, for other tasks as well21:52
jheskethin the shell task class, which the db migrations inherits from anyway21:53
jktand I belive that https://review.openstack.org/137664 fixes that occasional races in TH's test suite21:53
boris-42jhesketh: hi there21:53
jheskethjkt: oh awesome! I'll take a look soon :-)21:53
*** dizquierdo has quit IRC21:54
jktjhesketh: and one more thing, I've noticed that a failure in the test script doesn't produce that usual "FAILURE" string, and therefore it doesn't get highlighted by Gerrit's hacked commentlinks/CSS, see http://wip-zuul-vesnicky.flaska.net:8080/#/c/14/ if you have ipv621:55
jheskethboris-42: you pinged last night?21:55
jktseems that "Return code from test script was non-zero (2) in 50s" should probably begin with a magic string in order to be recognized as a failure21:55
jheskethjkt: yeah, that's a discrepency between zuul's documented results handling and how openstack/gerrit is actually configured... Part of the re-working of the logs is to address that so that we'll have an actual log for the job where error codes etc can go as well as the log from the shell21:56
boris-42Đžjhesketh ya I was looking for review, if you have some free slots21:57
jktjhesketh: okay, I'll ignore comsetics for now :)21:57
jheskethboris-42: might be able to spare some space, but looks like today is turbo-hipster day... Add me to the reviews and I'll get to them soon(tm)21:57
*** thingee has quit IRC21:57
jktjhesketh: want a bugreport for that reported success when I ctrl-c TH?21:58
boris-42jhesketh: https://review.openstack.org/#/c/137232/ so this patch*21:58
boris-42jhesketh: just adds one more job to rally21:58
jheskethjkt: sure :-)21:58
jhesketh(bugs are still on launchpad)21:58
*** lttrl has quit IRC21:59
jktgood, at least I'll get a mail with an update :]21:59
jktjhesketh: and one more thing, I've noticed that the whole output of the invoked shell script is piped to TH's debug log21:59
jktI'm not sure whether it's OK to do it that way21:59
*** thingee has joined #openstack-infra21:59
jheskethjkt: because we run the jobs in a once-off scenario (with nodepool) it hasn't been an issue for us, but I can see how that might not be a good feature22:00
jktright, I suspect I'll end up using that, eventually22:01
jktare there any docs about the "node families"? not sure how to call that -- stuff like "only launch this on Precise", etc22:01
jktI was probably pretty naive, but calling the job something:foo within zuul's layout.yaml is apparently not the way to go22:02
*** dizquierdo has joined #openstack-infra22:06
*** ZZelle has joined #openstack-infra22:09
*** emagana has joined #openstack-infra22:09
*** emagana has quit IRC22:13
*** dizquierdo has quit IRC22:16
*** mmedvede has joined #openstack-infra22:19
jkthmm, but I still don't get a name of the job, that kinda sucks22:27
*** stevemar has quit IRC22:27
*** koolhead_ has quit IRC22:28
*** koolhead17 has joined #openstack-infra22:28
*** davideagnello has joined #openstack-infra22:28
*** stevemar has joined #openstack-infra22:29
*** koolhead17 has quit IRC22:32
*** davideagnello has quit IRC22:40
*** davideagnello has joined #openstack-infra22:40
*** thingee has quit IRC22:42
*** atan8 has quit IRC22:42
jktjhesketh: hmm, how do I debug a "Change <Change 0x2dfdbd0 14,1> is already in queue, ignoring"? http://fpaste.org/154769/28166141/22:43
*** thingee has joined #openstack-infra22:43
jheskethjkt: what needs debugging in it?22:44
jheskethif the change is already in the pipeline and somebody does a 'recheck' it'll be ignored22:44
jktjhesketh: it isn't running anywhere22:44
*** atan8 has joined #openstack-infra22:45
jktI ctrl-c'ed the TH, and now nothing is running, and attempts to recheck it fail as well22:45
jkt`zuul show running-jobs` says that | check-trojita-qt5-clang | Unknown | 7 minutes ago |        |22:45
*** berendt has quit IRC22:47
jheskethjkt: so zuul thinks somebody is still running the job (the zuul dashboard if you have it configured is quite helpful for this)22:48
jheskethit'll wait until gearman considers it lost, which I'm not sure how long that is22:49
jktjhesketh: thanks; is there any way to cancel it? I don't see anything like that in the file which defines "zuul:get_running_jobs" gear command22:50
jheskethjkt: I don't think the zuul dequeue command was ever finished (I may be wrong) so you'll probably need to restart the zuul service22:51
*** stevemar has quit IRC22:54
jktokay, midnight -> time to go home at least :)22:54
*** thingee has quit IRC22:55
*** atan8 has quit IRC22:58
jheskethheh, thanks for your work, I'll keep poking at this logging stuff today and hopefully have it ready soon :-)22:59
*** thingee has joined #openstack-infra23:01
*** emagana has joined #openstack-infra23:03
*** andreykurilin_ has quit IRC23:04
*** emagana has quit IRC23:08
*** Masahiro has joined #openstack-infra23:10
*** Masahiro has quit IRC23:15
*** pcrews has quit IRC23:16
*** jamielennox|away is now known as jamielennox23:19
*** rediskin has left #openstack-infra23:26
*** armax has quit IRC23:32
*** MaxV has quit IRC23:33
*** oomichi has joined #openstack-infra23:43
*** tnovacik has quit IRC23:45
*** armax has joined #openstack-infra23:45
*** dims has joined #openstack-infra23:46
*** derekh has joined #openstack-infra23:47
*** tnovacik has joined #openstack-infra23:48
*** ivar-lazzaro has quit IRC23:51
*** teran has quit IRC23:51
*** ivar-lazzaro has joined #openstack-infra23:52
*** camunoz has joined #openstack-infra23:53
*** armax has quit IRC23:56

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