Saturday, 2014-01-04

openstackgerritMichael Krotscheck proposed a change to openstack-infra/config: Add storyboard-webclient to gerrit  https://review.openstack.org/6476100:01
krotscheckok, I think that wraps it.00:01
* krotscheck caveats that with the first-time-trying-to-do-this statement.00:01
openstackgerritmark mcclain proposed a change to openstack/requirements: require neutronclient >=2.3.3  https://review.openstack.org/6492300:01
*** herndon has quit IRC00:02
markmcclainsdague: looks like it was a slight race in the testing and publishing of the tarball00:03
markmcclainlater checks are now passing00:03
markmcclainstill pushed min version bump for sanity down the road00:04
reedanybody can give a push to https://review.openstack.org/#/c/64753/ ? we have enough +1 reviews I think00:06
*** praneshp_lunch is now known as praneshp00:07
*** senk has joined #openstack-infra00:10
*** nicedice__ has quit IRC00:11
*** dimsum has joined #openstack-infra00:12
sdaguemarkmcclain: is there a recheck bug for this?00:13
fungimarkmcclain: sdague: yeah, sorry, caught up now. the delay is that when you tag a new client, a tarball gets built, then it gets uploaded to pypi, then the pypi mirror gets rebuilt, then new jobs being started will see and pull in the new client/lib release... delay can be around an hour for the entire rube-goldberg machine to run to completion for that00:14
fungimarkmcclain: sdague: you should see running jobs in the release pipeline on http://status.openstack.org/zuul/ while that's still in progress, and then you should be able to find your new release at http://pypi.openstack.org/openstack/<packagename>/ once it's done00:16
dstufftfungi: If you just uploaded and isntalled from PyPI like normal people there'd be no delay /troll00:17
sdaguedstufft: then we'd just have a 10% fail rate for network outages /troll you back00:18
fungidstufft: i'm keen on pushing for that once we're no longer dependent on the side effects of using a custom-built mirror00:18
*** UtahDave has quit IRC00:18
*** senk has quit IRC00:18
dstufftsdague: D:00:18
*** banix has joined #openstack-infra00:18
*** senk has joined #openstack-infra00:18
*** andreaf has quit IRC00:19
dstufftfungi: I bet that i'd be able to see in the traffic chart exactly when the switch over happened (if it happened)00:19
fungithough i will say, we still have witnessed cache-related pypi "outages" (most likely courtesy of the fastly cdn) even relatively recently00:19
openstackgerritA change was merged to openstack-infra/config: Discussion list for the personas working group  https://review.openstack.org/6475300:19
*** rakhmerov has joined #openstack-infra00:19
dstufftfungi: what's a cache related outage00:19
fungiair quotes around "outage" but cache misses which then fail to retrieve and cache broken results00:20
fungior at least that's what it's looked like. broken pypi packages but only when retrieving from some locations00:20
*** rongze has joined #openstack-infra00:21
*** senk has quit IRC00:21
fungithere have been fewer and fewer instances like that the longer the cdn's been implemented, so it seems like it's trending toward being stable (and certainly more reliable than pre-cdn pypi was)00:21
dstufftfungi: If you remember to show me when they happen let me know, It's possible there's something I can configure to fix it00:22
fungidstufft: i think we've brought them to your attention in the past when we've seen them. last time i remember was probably at least a couple months ago now00:23
dstufftfungi: yea I recall that one, I believe Fastly fixed it :D00:23
dstufftit was with thrift IIRC00:23
*** rakhmerov has quit IRC00:24
*** pmathews has quit IRC00:24
fungithat sounds right. there were a lot more similar problems back when the cdn cut-over first happened (after the https breakage got ironed out)00:24
fungifar better now00:25
dstufftyea that was my fault, the purging was all wonky00:25
fungiand it seems like it was worthwhile growing pains, so don't think i'm complaining. it's been awesome00:25
*** rongze has quit IRC00:25
dstufftI learned how to varnish on problably one of the most sensitive to a single failed request applications there is :V00:26
fungithere's no better teacher00:26
*** dangers is now known as dangers_away00:26
jerryzfungi: i have a problem with virtualenv version issue found yesterday. my nodepool-managed slaves still install 1.1100:27
jerryzfungi: the image got updated every night, but it didn't change anything.00:28
sdaguedstufft: all things under fire :)00:28
fungijerryz: that may be happening for us as well, but we don't do much with virtualenv on our nodepool-managed servers so we likely just haven't noticed yet00:32
fungijerryz: the main issues you may run into with virtualenv 1.11 is that it bundles pip 1.5, which in turn will no longer install packages if they aren't hosted directly on pypi (unless you pass some additional flags to pip to whitelist that behavior)00:33
fungijerryz: and also virtualenv 1.11 is currently mostly broken if you're running tox with a tox.ini which sets sitepackages=True00:34
fungi(for example, nova, ironic)00:34
fungi(probably also gantt)00:34
* fungi checks to see if 1.11 is still the latest virtualenv00:35
jerryzfungi: this is the issue i am having with devstack slaves: http://paste.openstack.org/show/60022/00:36
*** MarkAtwood has quit IRC00:36
jerryzfungi: they seem to fix that with an option to ignore installed00:36
fungijerryz: yep, you either need virtualenv 1.10.1 or you need to hand-patch it with https://github.com/pypa/virtualenv/commit/a6ca6f472b2f661c73c87fb54ae36bbdf567651b until they release something newer than 1.1100:38
*** vipul-away is now known as vipul00:38
*** nicedice has joined #openstack-infra00:39
jerryzfungi: i was just wondering where i can pin 1.10.1 for my devstack slaves00:39
fungijerryz: since we install virtualenv using puppet, we did it with http://git.openstack.org/cgit/openstack-infra/config/commit/?id=20cd18a00:40
jerryzfungi: that is for permanent slaves, right00:40
fungijerryz: it is. i need to dig back through the nodepool prep scripts to see whether we apply the puppet manifests on the templates for nodepool00:42
dstufftfungi: 1.11 is still the latest yea00:42
dstufft1.11's setuptools/pip installation is busted if you have setuptools or pip installed globally00:42
fungidstufft: right, i've been camped out on the pypi page for virtualenv waiting on a 1.11.1 or 1.12 or something to hopefully show up00:43
dstufftit'll be 1.11.1, and there's a pip bug that I want to sort out and fix to release together00:44
dstufftI can make sure you guys know once it's out00:44
fungijerryz: yes, so prepare_node.sh calls puppet apply --modulepath=/root/config/modules:/etc/puppet/modules -e "class {'openstack_project::bare_slave': }"00:44
dstufftI'm basically the RM now for pip/virtualenv00:44
*** salv-orlando_ has joined #openstack-infra00:45
fungidstufft: oh, stellar--i didn't realize you were handling virtualenv releases too00:45
fungijerryz: and bare_slave.pp instantiates the openstack_project::base class, so it's what's installing virtualenv even for our nodepool servers00:48
*** salv-orlando has quit IRC00:49
*** salv-orlando_ is now known as salv-orlando00:49
*** banix has quit IRC00:49
*** ryanpetrello has joined #openstack-infra00:53
*** nijaba_ has quit IRC00:54
fungizaro: if you're still around, what is gerrit failing to do with submodules?00:54
*** hogepodge has quit IRC00:54
fungizaro: or are you saying that if you checkout openstack/2.8 you can't ru git submodule update? i'll test00:55
jerryzfungi: thanks, i see. but it seems that my puppet agent on slaves didn't start. don't know if this error is valid http://paste.openstack.org/show/60024/00:55
*** nijaba has joined #openstack-infra00:56
*** nijaba has joined #openstack-infra00:56
zarofungi: yes, exactly.00:58
zarofungi: i get 'fatal: repository 'https://git.openstack.org/openstack-infra/plugins/commit-message-length-validator/' not found'00:59
fungijerryz: we're not running the puppet agent in persistent daemon mode, the node prep script simply calls the puppet agent as a command-line utility to apply configuration01:00
*** ryanpetrello has quit IRC01:00
zarofungi: i used upstream to make a build and had to re-init the reviewdev_site again.  coudl you please add me as an admin to review-dev.o.o again? thanks.01:01
fungizaro: ahh, right, we discussed it before. they hardcode their submodules relative to the path of the repository, assuming they'll all be hosted at the same place01:01
fungizaro: i've added you back to the gerrit administrators group on review-dev01:03
*** vipul is now known as vipul-away01:03
*** banix has joined #openstack-infra01:06
jerryzfungi: a little weird that puppet apply didn't take effect during image update.01:07
fungizaro: as for the submodules, i think we decided that patching gerrit's .gitmodules file to replace ".." with the actual upstream gerrit git url would fix that01:07
jerryzfungi: i manually execute the command and got virtualenv changed to 1.10.101:08
fungijerryz: were the nodes launched from an image built after we merged that change to the puppet manifest yesterday?01:08
*** banix has quit IRC01:09
jerryzfungi: yeah, it should be. nodepool updates the image every night and i also use nodepool image-update this afternoon just to make sure01:10
*** w_ has joined #openstack-infra01:11
*** pcrews has joined #openstack-infra01:11
*** olaph has quit IRC01:12
jerryzfungi: i will do it again01:12
*** w_ is now known as olaph01:12
fungijerryz: you should be able to tell from the nodepool list output whether the nodes in question are older than your rebuilt image (nodepool image-list will tell you how old the images are)01:13
*** banix has joined #openstack-infra01:13
*** banix has quit IRC01:14
*** reed has quit IRC01:15
*** vipul-away is now known as vipul01:16
jerryzfungi: the oldest image was 12 hours old when i checked last time01:17
*** rakhmerov has joined #openstack-infra01:20
*** rongze has joined #openstack-infra01:22
*** rakhmerov has quit IRC01:24
*** hashar has joined #openstack-infra01:25
*** rongze has quit IRC01:26
*** david-lyle_ has quit IRC01:31
*** david-lyle_ has joined #openstack-infra01:31
fungijerryz: and was the node newer than that image, or was it built from an older image?01:33
jerryzfungi: yeah, i am sure. they are newly launched after a tempest run. i am trying to update the image again and see what happens. during the image update, i log into the template instance and pip freeze , virtualenv is 1.10.101:35
fungisounds promising01:35
*** tma996 has joined #openstack-infra01:36
*** hashar has quit IRC01:37
*** senk has joined #openstack-infra01:38
*** sarob has joined #openstack-infra01:38
*** rwsu has quit IRC01:40
*** krotscheck has quit IRC01:42
jerryzfungi: it just got updated to 1.1101:43
*** sarob has quit IRC01:43
fungihuh... i wonder what's updating it01:52
jerryzfungi: in the image.log, virtualenv update is not logged02:01
fungijerryz: i just logged into one of our nodepool servers at random and pip freeze claims virtualenv==1.10.102:01
jerryzfungi: yeah, i see that.02:01
fungiso maybe something running during your tests is upgrading it to 1.11?02:02
jerryzfungi: i can also successfully do the puppet apply afterwards02:02
jerryzfungi: no. the slave straight out of the image is shipped with 1.1102:03
*** melwitt1 has quit IRC02:03
*** melwitt has joined #openstack-infra02:03
fungistrange. ours are definitely getting 1.10.102:03
jerryzfungi: after i do puppet apply, printed: notice: /Stage[main]/Openstack_project::Base/Package[virtualenv]/ensure: ensure changed '1.11' to '1.10.1'02:03
jerryzfungi: the code in /root/config  is the latest02:04
*** pcrews has quit IRC02:13
*** lcheng has quit IRC02:19
*** rakhmerov has joined #openstack-infra02:21
*** rongze has joined #openstack-infra02:23
*** pcrews has joined #openstack-infra02:25
*** melwitt has quit IRC02:25
*** rakhmerov has quit IRC02:25
*** rongze has quit IRC02:28
jerryzfungi: could you share  image.log of your nodepool with me?02:28
fungijerryz: i'll need to check it to make sure we haven't leaked any sensitive provider credentials into it, but otherwise sure02:37
fungijerryz: though i do have a lot of lines in there where puppet is downgrading virtualenv...02:40
fungi2014-01-04 02:28:55,462 INFO nodepool.image.build.hpcloud-region-b.devstack-precise-check: ^[[0;36mnotice: /Stage[main]/Openstack_project::Base/Package[virtualenv]/ensure: ensure changed '1.11' to '1.10.1'^[[0m02:40
jerryzfungi: there is none02:41
jerryzfungi: i have to manually execute the puppet apply command02:41
jerryzfungi: but there are other Openstack_project::Base/Package... logs02:42
jerryzfungi: so i think during image update , puppet apply still worked02:42
jerryzfungi: the time order of the log is not the same as the command executed, is it?02:43
jerryzfungi: i find "puppet apply" in the log is near the end, above that, there are logs like this: [[0;36mnotice: /Stage[main]02:45
fungimost of what's in the log (that line for example) is output from puppet itself02:48
fungithough looking more closely at the nodepool scripts, openstack_project::slave_template is what prepare_node.sh applies... openstack_project::bare_slave is only applied by prepare_node_bare.sh02:49
fungiso i think prepare_node.sh may not be installing virtualenv02:50
*** sarob has joined #openstack-infra02:50
fungiwhich means virtualenv is ending up on there in some other way for non-bare nodes02:52
*** sarob has quit IRC02:55
jerryzfungi:slave_template will use openstack_project::template, and template.pp has base.pp02:55
jerryz,which installs virtualenv02:57
*** talluri has joined #openstack-infra02:59
fungiyep, agreed. and the log, once i filtered it down to one image (we build a bunch in parallel) also shows that03:02
fungibut something prior to that seems to be adding virtualenv 1.11, and then puppet is downgrading it during our image build to 1.10.103:03
jerryzfungi: a race here? before the downgrade, my image template got shutdown for snapshot?03:05
fungii think it may be getting virtualenv pulled in as a dependency of something pip-installed in an earlier non-puppet stage03:05
funginot finding it, unless get-pip is dragging it in03:10
jerryzfungi: the image that the update was from was installed with 1.11 before jeblair's patch was applied03:11
*** senk has quit IRC03:11
jerryzfungi: ignore that. i didn't know what i was talking about.03:12
*** AaronGr is now known as AaronGr_Zzz03:20
*** rakhmerov has joined #openstack-infra03:22
*** rongze has joined #openstack-infra03:23
*** pmathews has joined #openstack-infra03:26
*** rakhmerov has quit IRC03:26
*** rongze has quit IRC03:28
*** ^demon|away has quit IRC03:33
*** pcrews has quit IRC03:47
*** david-lyle_ has quit IRC03:50
*** rongze has joined #openstack-infra03:53
*** loq_mac has joined #openstack-infra04:08
*** mriedem has joined #openstack-infra04:11
*** mriedem has quit IRC04:12
*** mriedem has joined #openstack-infra04:12
*** jerryz has quit IRC04:14
openstackgerritJeremy Stanley proposed a change to openstack-infra/devstack-gate: Move additional log artifacts into logs dir  https://review.openstack.org/6493704:16
*** rakhmerov has joined #openstack-infra04:23
openstackgerritJeremy Stanley proposed a change to openstack-infra/config: Simplify devstack-logs publisher  https://review.openstack.org/6493804:23
*** mriedem has quit IRC04:27
*** rakhmerov has quit IRC04:27
*** blamar has quit IRC04:35
*** harlowja is now known as harlowja_away04:46
*** reed has joined #openstack-infra04:58
*** reed has quit IRC04:58
*** david-lyle_ has joined #openstack-infra05:01
*** talluri has quit IRC05:02
*** nati_uen_ has joined #openstack-infra05:04
*** talluri has joined #openstack-infra05:04
*** nati_ueno has quit IRC05:05
*** rakhmerov has joined #openstack-infra05:07
*** rakhmerov has quit IRC05:16
*** rongze has quit IRC05:20
*** rongze has joined #openstack-infra05:22
*** rongze has quit IRC05:22
*** rongze_ has joined #openstack-infra05:22
*** michchap has quit IRC05:26
*** xchu has joined #openstack-infra05:29
*** michchap has joined #openstack-infra05:32
*** praneshp_ has joined #openstack-infra05:33
*** banix has joined #openstack-infra05:34
*** praneshp has quit IRC05:34
*** praneshp_ is now known as praneshp05:34
*** michchap has quit IRC05:44
*** michchap has joined #openstack-infra05:45
*** loquacities has joined #openstack-infra05:52
*** loq_mac has quit IRC05:52
*** tma996 has quit IRC05:54
*** tma996 has joined #openstack-infra05:55
*** pmathews has quit IRC05:56
*** banix has quit IRC06:00
*** tma996 has quit IRC06:01
*** ekarlso has quit IRC06:04
*** loquacities has quit IRC06:04
*** ekarlso has joined #openstack-infra06:05
*** banix has joined #openstack-infra06:06
*** pmathews has joined #openstack-infra06:11
*** banix has quit IRC06:14
*** thedodd has joined #openstack-infra06:15
*** thedodd has quit IRC06:15
*** rakhmerov has joined #openstack-infra06:17
*** senk has joined #openstack-infra06:18
*** thedodd has joined #openstack-infra06:20
*** banix has joined #openstack-infra06:21
*** rakhmerov has quit IRC06:21
*** pmathews has quit IRC06:30
*** banix has quit IRC06:43
*** rakhmerov has joined #openstack-infra06:44
*** senk has quit IRC06:46
openstackgerritEric Guo proposed a change to openstack/requirements: Sort global-requirements  https://review.openstack.org/6494306:52
*** SergeyLukjanov has joined #openstack-infra06:54
openstackgerritEric Guo proposed a change to openstack/requirements: Sort global-requirements  https://review.openstack.org/6494306:54
*** nati_uen_ has quit IRC07:08
*** talluri has quit IRC07:12
*** talluri has joined #openstack-infra07:13
*** rakhmerov has quit IRC07:17
*** dstanek has quit IRC07:17
*** talluri has quit IRC07:17
*** jerryz has joined #openstack-infra07:19
jerryzfungi: turns out that the base image has pip and virtualenv1.10.1 already installed, the snap_image will end up with 1.1107:22
jerryzfungi: later, i had a clean base image without pip and virtualenv, the snap_image got 1.10.107:27
jerryzfungi: with something like this: [0;36mnotice: /Stage[main]/Openstack_project::Base/Package[virtualenv]/ensure: ensure changed '1.11' to '1.10.1'^[[0m07:28
*** jerryz has quit IRC07:41
*** thedodd has quit IRC07:46
*** rongze_ has quit IRC07:55
*** elasticio has joined #openstack-infra07:55
*** rongze has joined #openstack-infra08:06
*** SergeyLukjanov has quit IRC08:07
*** david-lyle_ has quit IRC08:07
*** rongze has quit IRC08:10
*** elasticio has quit IRC08:22
*** praneshp has quit IRC08:24
*** talluri has joined #openstack-infra08:34
*** talluri has quit IRC08:45
*** dguitarbite has joined #openstack-infra08:50
*** tma996 has joined #openstack-infra08:54
*** tma996 has quit IRC08:59
*** StevenK has quit IRC09:10
*** sileht has quit IRC09:10
*** nicedice has quit IRC09:10
*** sdake has quit IRC09:10
*** boris-42 has quit IRC09:10
*** Hefeweizen has quit IRC09:10
*** Daviey has quit IRC09:10
*** mkoderer_ has quit IRC09:10
*** zehicle has quit IRC09:10
*** zehicle_at_dell has quit IRC09:10
*** krtaylor has quit IRC09:10
*** milki has quit IRC09:11
*** vipul has quit IRC09:11
*** crank has quit IRC09:11
*** branen_ has quit IRC09:11
*** che-arne has quit IRC09:11
*** SEJeff_work has quit IRC09:11
*** ekarlso has quit IRC09:11
*** gema_ has quit IRC09:11
*** LinuxJedi has quit IRC09:11
*** vishy has quit IRC09:11
*** zul has quit IRC09:11
*** hdd has quit IRC09:11
*** EmilienM has quit IRC09:12
*** metabro has quit IRC09:12
*** mancdaz_away has quit IRC09:12
*** ilyashakhat_ has quit IRC09:12
*** pabelanger has quit IRC09:12
*** dkliban has quit IRC09:12
*** yongli has quit IRC09:12
*** niska has quit IRC09:12
*** rahmu has quit IRC09:12
*** dangers_away has quit IRC09:12
*** jesusaurus has quit IRC09:12
*** damnsmith has quit IRC09:12
*** enikanorov__ has quit IRC09:12
*** spredzy has quit IRC09:12
*** jog0 has quit IRC09:12
*** primeministerp has quit IRC09:12
*** ianw has quit IRC09:12
*** psedlak has quit IRC09:12
*** saschpe has quit IRC09:12
*** locke105 has quit IRC09:12
*** flaper87|afk has quit IRC09:12
*** NobodyCam has quit IRC09:12
*** openstackstatus has quit IRC09:12
*** soren has quit IRC09:12
*** dimsum has quit IRC09:13
*** jpeeler has quit IRC09:13
*** mugsie has quit IRC09:13
*** dstufft has quit IRC09:13
*** lifeless has quit IRC09:13
*** tian has quit IRC09:13
*** jswarren has quit IRC09:13
*** dguitarbite has quit IRC09:13
*** olaph has quit IRC09:13
*** chmouel has quit IRC09:13
*** ihrachys has quit IRC09:13
*** vladan has quit IRC09:13
*** thingee has quit IRC09:13
*** saper has quit IRC09:13
*** akscram has quit IRC09:13
*** shardy has quit IRC09:13
*** sirushti has quit IRC09:13
*** devananda has quit IRC09:13
*** openstack has joined #openstack-infra09:17
*** dguitarbite has joined #openstack-infra09:18
*** briancline has joined #openstack-infra09:22
*** jgrimm has joined #openstack-infra09:22
*** dripton has joined #openstack-infra09:22
*** dguitarbite has quit IRC09:22
*** david-lyle has joined #openstack-infra09:25
*** anteaya has joined #openstack-infra09:28
*** fungi has joined #openstack-infra09:28
*** mtreinish has joined #openstack-infra09:28
*** Hunner has joined #openstack-infra09:28
*** fbo_away has joined #openstack-infra09:28
*** freyes_ has joined #openstack-infra09:28
*** niska has joined #openstack-infra09:28
*** yongli has joined #openstack-infra09:28
*** dansmith has joined #openstack-infra09:28
*** rahmu has joined #openstack-infra09:28
*** dangers_away has joined #openstack-infra09:28
*** jesusaurus has joined #openstack-infra09:28
*** chmouel has joined #openstack-infra09:29
*** ekarlso has joined #openstack-infra09:29
*** gema_ has joined #openstack-infra09:29
*** LinuxJedi has joined #openstack-infra09:29
*** vishy has joined #openstack-infra09:29
*** zul has joined #openstack-infra09:29
*** hdd has joined #openstack-infra09:29
*** EmilienM has joined #openstack-infra09:29
*** metabro has joined #openstack-infra09:29
*** mancdaz_away has joined #openstack-infra09:29
*** ilyashakhat_ has joined #openstack-infra09:29
*** pabelanger has joined #openstack-infra09:29
*** rongze has joined #openstack-infra09:29
*** jog0 has joined #openstack-infra09:29
*** moted has joined #openstack-infra09:29
*** yamahata__ has joined #openstack-infra09:29
*** greghaynes has joined #openstack-infra09:29
*** notmyname has joined #openstack-infra09:29
*** ogelbukh has joined #openstack-infra09:29
*** adarazs has joined #openstack-infra09:29
*** belliott has joined #openstack-infra09:29
*** sbadia has joined #openstack-infra09:29
*** olaph has joined #openstack-infra09:29
*** ihrachys has joined #openstack-infra09:29
*** vladan has joined #openstack-infra09:29
*** thingee has joined #openstack-infra09:29
*** saper has joined #openstack-infra09:29
*** akscram has joined #openstack-infra09:29
*** shardy has joined #openstack-infra09:29
*** sirushti has joined #openstack-infra09:29
*** devananda has joined #openstack-infra09:29
*** StevenK has joined #openstack-infra09:29
*** sileht has joined #openstack-infra09:29
*** primeministerp has joined #openstack-infra09:30
*** ianw has joined #openstack-infra09:30
*** psedlak has joined #openstack-infra09:30
*** saschpe has joined #openstack-infra09:30
*** locke105 has joined #openstack-infra09:30
*** flaper87|afk has joined #openstack-infra09:30
*** NobodyCam has joined #openstack-infra09:30
*** openstackstatus has joined #openstack-infra09:30
*** soren has joined #openstack-infra09:30
*** mkoderer_ has joined #openstack-infra09:30
*** sdake has joined #openstack-infra09:30
*** boris-42 has joined #openstack-infra09:30
*** Hefeweizen has joined #openstack-infra09:30
*** Daviey has joined #openstack-infra09:30
*** zehicle has joined #openstack-infra09:30
*** zehicle_at_dell has joined #openstack-infra09:30
*** krtaylor has joined #openstack-infra09:30
*** AaronGr_Zzz has joined #openstack-infra09:30
*** rockstar has joined #openstack-infra09:30
*** jheiss has joined #openstack-infra09:30
*** mdenny has joined #openstack-infra09:30
*** harlowja_away has joined #openstack-infra09:30
*** guitarzan has joined #openstack-infra09:30
*** clarkb has joined #openstack-infra09:30
*** Ng has joined #openstack-infra09:30
*** dachary has joined #openstack-infra09:30
*** mikal has joined #openstack-infra09:30
*** nikhil__ has joined #openstack-infra09:30
*** westmau5 has joined #openstack-infra09:30
*** jeremyb has joined #openstack-infra09:30
*** rcarrillocruz has joined #openstack-infra09:31
*** michchap has joined #openstack-infra09:31
*** dkehn has joined #openstack-infra09:31
*** mika has joined #openstack-infra09:31
*** plomakin has joined #openstack-infra09:31
*** GheRivero has joined #openstack-infra09:31
*** jswarren has joined #openstack-infra09:31
*** yongli has quit IRC09:31
*** yongli has joined #openstack-infra09:31
*** david-lyle has quit IRC09:31
*** david-lyle has joined #openstack-infra09:31
*** mkoderer_ has quit IRC09:31
*** mkoderer_ has joined #openstack-infra09:31
*** rongze has quit IRC09:31
*** SEJeff_work has joined #openstack-infra09:35
*** milki has joined #openstack-infra09:35
*** vipul has joined #openstack-infra09:35
*** crank has joined #openstack-infra09:35
*** branen_ has joined #openstack-infra09:35
*** che-arne has joined #openstack-infra09:35
*** nicedice has joined #openstack-infra09:39
*** enikanorov has quit IRC09:41
*** spredzy has joined #openstack-infra09:44
*** dimsum has joined #openstack-infra09:44
*** jpeeler has joined #openstack-infra09:44
*** mugsie has joined #openstack-infra09:44
*** dstufft has joined #openstack-infra09:44
*** lifeless has joined #openstack-infra09:44
*** tian has joined #openstack-infra09:44
*** tma996 has joined #openstack-infra09:50
*** yolanda has joined #openstack-infra09:51
*** ChanServ has joined #openstack-infra09:53
*** salv-orlando has joined #openstack-infra09:53
*** bogdando has joined #openstack-infra09:53
*** agordeev has joined #openstack-infra09:53
*** simonmcc has joined #openstack-infra09:53
*** davidlenwell has joined #openstack-infra09:53
*** hughsaunders has joined #openstack-infra09:53
*** maurosr has joined #openstack-infra09:53
*** zaro has joined #openstack-infra09:53
*** mindjiver has joined #openstack-infra09:53
*** alaski has joined #openstack-infra09:53
*** card.freenode.net sets mode: +o ChanServ09:53
*** rongze has joined #openstack-infra09:53
*** jog0 is now known as Guest9752209:55
*** nicedice has joined #openstack-infra09:55
*** jeblair_ is now known as Guest79609:55
*** locke105 has quit IRC09:58
*** locke105 has joined #openstack-infra10:00
*** yolanda has quit IRC10:02
*** vipul is now known as vipul-away10:04
*** yolanda has joined #openstack-infra10:20
*** yolanda has quit IRC10:38
*** che-arne has quit IRC10:38
*** yolanda has joined #openstack-infra10:39
*** yolanda has quit IRC10:53
*** yolanda has joined #openstack-infra10:55
chmouelanybody knows why jenkins cannot mkstemp() ? https://bugs.launchpad.net/openstack-ci/+bug/126599910:58
*** luis_ has quit IRC11:09
*** yolanda has quit IRC11:09
*** luisg has joined #openstack-infra11:09
*** yolanda has joined #openstack-infra11:11
*** yolanda has quit IRC11:14
*** yolanda has joined #openstack-infra11:14
*** dguitarbite has joined #openstack-infra11:30
*** elasticio has joined #openstack-infra11:38
*** rongze has quit IRC11:53
*** yolanda has quit IRC11:58
*** yolanda has joined #openstack-infra11:59
*** elasticio has quit IRC12:02
*** SergeyLukjanov has joined #openstack-infra12:05
*** yolanda has quit IRC12:16
*** yolanda has joined #openstack-infra12:18
*** SergeyLukjanov has quit IRC12:19
*** rongze has joined #openstack-infra12:24
*** rongze has quit IRC12:26
*** rongze has joined #openstack-infra12:26
*** rongze has quit IRC12:26
*** rongze has joined #openstack-infra12:27
*** StevenK has quit IRC12:39
*** StevenK has joined #openstack-infra12:39
*** portante|afk is now known as portante12:52
*** CaptTofu has joined #openstack-infra12:55
*** SergeyLukjanov has joined #openstack-infra12:56
*** yolanda has quit IRC13:02
*** SergeyLukjanov has quit IRC13:07
*** SergeyLukjanov has joined #openstack-infra13:11
*** rakhmerov has joined #openstack-infra13:13
*** elasticio has joined #openstack-infra13:24
*** CaptTofu has quit IRC13:33
*** SergeyLukjanov has quit IRC13:36
fungichmouel: i'm similarly unable to reproduce it, even on one of the hosts where it was encountered13:37
fungii'll continue trying once i'm in a position to be able to stay near a computer a little longer13:38
*** eharney has joined #openstack-infra13:40
*** dguitarbite has quit IRC13:40
*** dguitarbite has joined #openstack-infra13:41
*** rakhmerov has quit IRC13:46
*** CaptTofu has joined #openstack-infra14:07
*** dguitarbite has quit IRC14:07
*** coolsvap has joined #openstack-infra14:08
*** ChanServ has quit IRC14:29
*** ChanServ has joined #openstack-infra14:29
*** card.freenode.net sets mode: +o ChanServ14:29
*** mriedem has joined #openstack-infra14:34
*** rcarrillocruz has quit IRC14:39
*** luisg has quit IRC14:43
*** rakhmerov has joined #openstack-infra14:43
*** luisg has joined #openstack-infra14:43
*** rakhmerov has quit IRC14:48
*** flaper87|afk is now known as flaper8715:05
*** CaptTofu has quit IRC15:09
*** CaptTofu has joined #openstack-infra15:09
*** rongze has quit IRC15:09
*** rongze has joined #openstack-infra15:10
*** rakhmerov has joined #openstack-infra15:14
*** afazekas has joined #openstack-infra15:14
*** rongze has quit IRC15:15
*** CaptTofu has quit IRC15:18
*** CaptTofu has joined #openstack-infra15:18
*** rongze has joined #openstack-infra15:21
*** cyeoh has quit IRC15:22
*** dstanek has joined #openstack-infra15:27
*** vipul-away is now known as vipul15:38
*** SergeyLukjanov has joined #openstack-infra15:43
*** alexpilotti has joined #openstack-infra15:54
*** david-lyle_ has joined #openstack-infra15:58
*** DennyZhang has joined #openstack-infra16:01
*** CaptTofu has quit IRC16:10
*** CaptTofu has joined #openstack-infra16:10
*** boris-42 has quit IRC16:11
*** banix has joined #openstack-infra16:17
*** ryanpetrello has joined #openstack-infra16:17
*** ryanpetrello has quit IRC16:20
*** boris-42 has joined #openstack-infra16:21
*** banix has quit IRC16:21
*** DennyZhang has quit IRC16:31
*** coolsvap has quit IRC16:38
*** praneshp has joined #openstack-infra16:52
*** CaptTofu has quit IRC16:53
*** CaptTofu has joined #openstack-infra16:54
*** coolsvap has joined #openstack-infra16:58
*** praneshp_ has joined #openstack-infra17:05
*** praneshp has quit IRC17:07
*** praneshp_ is now known as praneshp17:07
*** coolsvap has quit IRC17:10
*** tma996 has quit IRC17:13
*** senk has joined #openstack-infra17:27
*** CaptTofu has quit IRC17:33
*** CaptTofu has joined #openstack-infra17:34
*** dimsum has quit IRC17:35
openstackgerritJames E. Blair proposed a change to openstack-infra/publications: Add sysadmin-in-git slide  https://review.openstack.org/6496017:35
*** dimsum has joined #openstack-infra17:36
*** dimsum has quit IRC17:44
*** dcramer_ has joined #openstack-infra17:45
*** dimsum has joined #openstack-infra17:48
*** rakhmerov has quit IRC17:51
*** alexpilotti has quit IRC17:52
*** banix has joined #openstack-infra17:55
*** rongze has quit IRC17:55
*** rongze has joined #openstack-infra17:56
*** dripton has quit IRC17:56
*** rongze has quit IRC17:57
*** rongze_ has joined #openstack-infra17:57
*** rongze has joined #openstack-infra17:58
*** rongze_ has quit IRC17:58
*** rongze has quit IRC17:58
*** rongze has joined #openstack-infra17:59
*** rongze has quit IRC17:59
*** dripton has joined #openstack-infra17:59
*** rongze has joined #openstack-infra18:00
*** rongze has quit IRC18:00
*** rongze has joined #openstack-infra18:01
*** rongze has quit IRC18:01
*** rongze has joined #openstack-infra18:02
*** rongze_ has joined #openstack-infra18:02
*** rongze has quit IRC18:02
*** rongze has joined #openstack-infra18:05
*** rongze_ has quit IRC18:05
*** rongze has quit IRC18:05
*** rongze has joined #openstack-infra18:06
*** rongze has quit IRC18:06
*** rongze_ has joined #openstack-infra18:06
*** rongze has joined #openstack-infra18:07
*** rongze_ has quit IRC18:08
*** rongze has quit IRC18:08
*** rongze has joined #openstack-infra18:08
*** rongze_ has joined #openstack-infra18:09
*** rongze has quit IRC18:09
*** rongze has joined #openstack-infra18:10
*** rongze_ has quit IRC18:10
*** SergeyLukjanov has quit IRC18:10
*** rongze has quit IRC18:11
*** rongze has joined #openstack-infra18:11
*** rongze_ has joined #openstack-infra18:12
*** rongze has quit IRC18:12
*** rongze_ has quit IRC18:12
*** rongze has joined #openstack-infra18:12
*** praneshp has quit IRC18:16
*** praneshp has joined #openstack-infra18:17
*** SergeyLukjanov has joined #openstack-infra18:23
fungichmouel: tracked it down, updated your bug report and the change with notes. that change seems to be removing $TMPDIR in the middle of tests (but only if TMPDIR is set in the calling environment and owned by the user running the tests)18:25
*** rongze has quit IRC18:29
*** eharney has quit IRC18:30
*** senk has quit IRC18:30
fungiit looks like the migration path is being effectively set to the parent of $TMPDIR (also, the author might want to get familiar with the os.path module rather than slicing path strings on rfind('/') and the like)18:31
*** banix has quit IRC18:37
*** eharney has joined #openstack-infra18:45
*** yolanda has joined #openstack-infra18:45
*** rakhmerov has joined #openstack-infra18:51
*** rakhmerov has quit IRC18:56
*** yolanda has quit IRC18:58
*** sarob has joined #openstack-infra19:00
*** flaper87 is now known as flaper87|afk19:07
openstackgerritDavid Ostrovsky proposed a change to openstack-infra/config: Gerrit-2.8: Activate new change screen per default  https://review.openstack.org/6009419:09
openstackgerritDavid Ostrovsky proposed a change to openstack-infra/config: Gerrit-2.8: Add secondary index support  https://review.openstack.org/6008019:09
openstackgerritDavid Ostrovsky proposed a change to openstack-infra/config: Gerrit-2.8: Allow encoded path separators in URLs  https://review.openstack.org/6089319:10
*** gilliard has joined #openstack-infra19:11
*** rongze has joined #openstack-infra19:13
*** rakhmerov has joined #openstack-infra19:19
*** elasticio has quit IRC19:19
*** dimsum has quit IRC19:21
*** rongze has quit IRC19:21
*** senk has joined #openstack-infra19:22
*** rakhmerov has quit IRC19:23
*** dimsum has joined #openstack-infra19:24
*** vipul is now known as vipul-away19:24
*** vipul-away is now known as vipul19:25
openstackgerritDavid Ostrovsky proposed a change to openstack-infra/config: Gerrit-2.8: Allow encoded path separators in URLs  https://review.openstack.org/6089319:27
*** dimsum has quit IRC19:30
*** dimsum has joined #openstack-infra19:31
openstackgerritJames E. Blair proposed a change to openstack-infra/publications: Allow 'x' key to advance the zuul simulation  https://review.openstack.org/6497219:40
openstackgerritJames E. Blair proposed a change to openstack-infra/publications: Allow 'x' key to advance the zuul simulation  https://review.openstack.org/6497319:45
openstackgerritJames E. Blair proposed a change to openstack-infra/publications: Allow 'x' key to advance the zuul simulation  https://review.openstack.org/6497519:48
*** pmathews has joined #openstack-infra19:57
*** praneshp_ has joined #openstack-infra20:01
*** vipul is now known as vipul-away20:03
*** vipul-away is now known as vipul20:04
*** praneshp has quit IRC20:04
*** praneshp_ is now known as praneshp20:04
*** dpyzhov has joined #openstack-infra20:05
*** banix has joined #openstack-infra20:06
*** sarob has quit IRC20:10
*** sarob has joined #openstack-infra20:11
*** sarob_ has joined #openstack-infra20:12
*** dimsum has quit IRC20:14
*** dimsum has joined #openstack-infra20:15
*** sarob has quit IRC20:15
*** banix has quit IRC20:17
*** rongze has joined #openstack-infra20:17
*** sarob_ has quit IRC20:19
*** banix has joined #openstack-infra20:19
*** rakhmerov has joined #openstack-infra20:19
*** sarob has joined #openstack-infra20:19
*** sarob_ has joined #openstack-infra20:21
*** rongze has quit IRC20:22
*** banix has quit IRC20:22
*** sarob has quit IRC20:24
*** rakhmerov has quit IRC20:24
*** sarob_ has quit IRC20:26
*** senk has quit IRC20:28
*** banix has joined #openstack-infra20:37
*** banix has quit IRC20:37
*** david-lyle_ has quit IRC20:38
*** loq_mac has joined #openstack-infra20:39
*** senk has joined #openstack-infra20:40
*** vipul is now known as vipul-away20:46
*** vipul-away is now known as vipul20:47
openstackgerritDavid Ostrovsky proposed a change to openstack-infra/config: Gerrit-2.8: Drop Trivial Rebase patch set hook  https://review.openstack.org/6497820:49
*** sarob has joined #openstack-infra20:50
*** dstanek has quit IRC20:51
*** sarob_ has joined #openstack-infra20:52
*** loq_mac has quit IRC20:52
*** sarob has quit IRC20:55
*** yolanda has joined #openstack-infra20:56
*** dpyzhov has quit IRC20:56
*** sarob_ has quit IRC20:56
*** yolanda has quit IRC20:57
*** dpyzhov has joined #openstack-infra20:57
*** vipul is now known as vipul-away21:02
*** dcramer_ has quit IRC21:02
*** hashar has joined #openstack-infra21:05
*** mestery_ has joined #openstack-infra21:06
*** mestery has quit IRC21:09
*** vipul-away is now known as vipul21:09
*** senk has quit IRC21:16
*** senk has joined #openstack-infra21:17
*** rongze has joined #openstack-infra21:18
*** rakhmerov has joined #openstack-infra21:20
*** rongze has quit IRC21:22
*** rakhmerov has quit IRC21:25
*** alexpilotti has joined #openstack-infra21:25
*** SergeyLukjanov has quit IRC21:27
*** vipul is now known as vipul-away21:28
*** SergeyLukjanov has joined #openstack-infra21:28
*** banix has joined #openstack-infra21:30
*** hashar has quit IRC21:30
*** dpyzhov has quit IRC21:31
*** afazekas has quit IRC21:35
*** SergeyLukjanov has quit IRC21:35
*** dpyzhov has joined #openstack-infra21:37
*** dpyzhov has quit IRC21:41
*** vipul-away is now known as vipul21:44
*** alexpilotti has quit IRC21:45
*** alexpilotti has joined #openstack-infra21:48
*** alexpilotti has quit IRC21:52
*** sarob has joined #openstack-infra21:53
*** alexpilotti has joined #openstack-infra21:53
*** sarob has quit IRC21:57
*** alexpilotti has quit IRC21:59
*** alexpilotti has joined #openstack-infra22:01
*** senk has quit IRC22:03
*** senk has joined #openstack-infra22:05
*** sdake has quit IRC22:06
*** vipul is now known as vipul-away22:10
*** flaper87|afk is now known as flaper8722:17
*** vipul-away is now known as vipul22:18
*** rongze has joined #openstack-infra22:18
*** rakhmerov has joined #openstack-infra22:21
*** rakhmerov1 has joined #openstack-infra22:23
*** rakhmerov has quit IRC22:23
*** rongze has quit IRC22:23
*** dcramer_ has joined #openstack-infra22:26
*** rakhmerov1 has quit IRC22:28
*** vipul is now known as vipul-away22:33
*** vipul-away is now known as vipul22:34
*** alexpilotti has quit IRC22:38
*** banix has quit IRC22:39
*** banix has joined #openstack-infra22:40
*** banix has quit IRC22:40
*** dimsum is now known as dims22:51
*** sarob has joined #openstack-infra22:54
*** banix has joined #openstack-infra22:54
*** dpyzhov has joined #openstack-infra22:57
*** sarob has quit IRC22:58
*** dpyzhov has quit IRC23:07
*** rongze has joined #openstack-infra23:19
*** dcramer_ has quit IRC23:22
*** rakhmerov has joined #openstack-infra23:24
*** banix has quit IRC23:24
*** rongze has quit IRC23:24
*** rakhmerov has quit IRC23:29
*** sarob has joined #openstack-infra23:55

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