clarkb | https://jenkins04.openstack.org/job/os-brick-tarball/1/console is the tarball failure from earlier | 00:00 |
---|---|---|
clarkb | looks like the tag didn't show up so it broke | 00:00 |
*** patrickeast has joined #openstack-infra | 00:00 | |
jogo | lifeless: I can start testing hacking with flake8 2.4.1 but I think the best case for getting a fix out for hacking is 2 hours | 00:01 |
jogo | and your patch is no good | 00:01 |
*** patrickeast has quit IRC | 00:01 | |
clarkb | thingee: https://pypi.python.org/pypi/os-brick/0.1.1 | 00:02 |
*** dimtruck is now known as zz_dimtruck | 00:02 | |
clarkb | thingee: I had to manually retrigger the tarball build then the upload job, unsure why the tarball build failed the first time around. I am going to shove that console log in a paste somewhere so we can look at it | 00:02 |
lifeless | jogo: we don't need a hacing release | 00:03 |
lifeless | jogo: we just need teh g-r change | 00:03 |
jogo | lifeless: that won't work. hacking isn't auto synced in | 00:03 |
lifeless | dhellmann: he wanted to understand, and he does now | 00:03 |
lifeless | jogo: doesn't matter | 00:03 |
jogo | and nothing directly depends on flake8 | 00:03 |
lifeless | jogo: oh | 00:03 |
thingee | clarkb: thanks! | 00:03 |
jogo | in other words if you land that patch to g-r it won't get applied anywhere in any test job | 00:03 |
*** asettle has joined #openstack-infra | 00:03 | |
clarkb | os-brick-tarball failure log is at http://paste.openstack.org/show/227533/ | 00:03 |
lifeless | jogo: ok so - pbr>=0.11,<2.0 | 00:04 |
lifeless | jogo: thats what we need in hacking | 00:04 |
lifeless | jogo: to unwedge | 00:04 |
lifeless | jogo: yes, got that | 00:04 |
lifeless | jogo: I'm with you now | 00:04 |
jogo | lifeless: that is it? that should be easy | 00:04 |
Kennan | do we have a options for pbr failure ? seems many jenkins failed for that | 00:05 |
lifeless | Kennan: we're discussing already, please see the backscroll. Its in progress | 00:05 |
Kennan | lifeless: yes noticed https://review.openstack.org/#/c/183930/ | 00:06 |
Kennan | but seems still someone not agree | 00:06 |
lifeless | jogo: assuming that thats the only conflict yes | 00:06 |
*** yolanda has quit IRC | 00:06 | |
lifeless | jogo: hacking master has <2.0 in it already | 00:07 |
openstackgerrit | Russell Bryant proposed openstack-infra/project-config: networking-ovn: move from stackforge/ to openstack/ https://review.openstack.org/184159 | 00:07 |
lifeless | jogo: so if we can release master as 0.10.2 | 00:07 |
lifeless | ... | 00:07 |
jogo | lifeless: testing that out now | 00:07 |
*** salv-orlando has quit IRC | 00:07 | |
jogo | what is a dependency that I can install to test breaking things | 00:08 |
*** boris-42 has quit IRC | 00:08 | |
lifeless | jogo: pbr ? | 00:08 |
jogo | lifeless: pbr + ? | 00:08 |
lifeless | jogo: [what do you mean] | 00:08 |
lifeless | jogo: to reproduce the gate prolem? | 00:09 |
jogo | lifeless: an oslo library that isn't capped | 00:09 |
jogo | yes | 00:09 |
jogo | or has a higher cap rather | 00:09 |
lifeless | jogo: pip install hacking | 00:09 |
lifeless | jogo: then | 00:09 |
lifeless | jogo: pip install pbr==1.0.0 | 00:09 |
lifeless | jogo: -> boom | 00:09 |
lifeless | jogo: then pip install /path/to/hacking | 00:09 |
lifeless | jogo: -> fixed | 00:09 |
jogo | anything I can add to hacking's venv to trigger a fail perhaps? | 00:10 |
jogo | trying things in hacking's tox venvs | 00:10 |
*** bswartz has joined #openstack-infra | 00:10 | |
jogo | so I can validate a fix | 00:10 |
jogo | I think I know actually ... | 00:10 |
lifeless | pip install pbr==0.6 | 00:11 |
lifeless | jogo: that will make master hacking fail too | 00:11 |
lifeless | jogo: or 0.10.8 | 00:11 |
*** dalgaaf has joined #openstack-infra | 00:12 | |
lifeless | jogo: how are you trying to test it? like 'tox'? or jus tmanually... | 00:14 |
jogo | running something inside of tox | 00:14 |
lifeless | jogo: ok, so you'll need to edit tox.ini | 00:14 |
jogo | something like hackin$ tox -evenv "pip install oslotest; flake8" | 00:14 |
clarkb | jhesketh: I know you are summiting for the log at http://paste.openstack.org/show/227533/ doesn't seem to show up at logs.o.o and it should be served via swift. If you have any ideas on why that may be that would be great | 00:14 |
lifeless | jogo: but honestly its going to be self defeating | 00:14 |
clarkb | jhesketh: otherwise I will likely spend some time tomorrow digging into and debugging that | 00:15 |
lifeless | because tox's job is to get working deps in place | 00:15 |
jogo | lifeless: see ^ | 00:15 |
lifeless | jogo: however, "pip install pbr==0.10.8; flake8" should do it | 00:15 |
lifeless | since hackings trunk constraint is >=0.11 | 00:16 |
*** salv-orlando has joined #openstack-infra | 00:16 | |
jogo | lifeless: I am looking for something that will get fixed once I move to pbr>=0.11,<2.0 | 00:16 |
jogo | based on hacking 0.10.1 source not trunk | 00:16 |
jogo | trunk cannot be used for 0.10.2 | 00:17 |
lifeless | jogo: ok, so to break hacking 0.10.1, do "pip install pbr==1.0.0; flake8" | 00:17 |
* sigmavirus24 can confirm ^ | 00:17 | |
clarkb | jhesketh: I am going to guess that something to do with post vs gate/check pipelines is at fault | 00:17 |
jogo | great | 00:17 |
clarkb | jhesketh: but reading the parameters fed to both I don't see anything odd | 00:18 |
clarkb | OH! I wonder if it sat in the post queue so long that the swift parameters were no longer valid? | 00:18 |
jogo | lifeless: creating a hacking 0.10.x branch now | 00:19 |
lifeless | jogo: we can't release master as 0.10.2? | 00:19 |
*** zz_dimtruck is now known as dimtruck | 00:19 | |
lifeless | jogo: (I'm presuming not based on your making a branch :)) | 00:19 |
*** rbradfor has quit IRC | 00:20 | |
jogo | lifeless: because we made a rule stricter | 00:20 |
jogo | which is not backwards compatible | 00:20 |
lifeless | k | 00:20 |
jogo | merge 6c4761d5471ec1f7cec471b80a83906a4d7ee513 | 00:20 |
lifeless | ? | 00:21 |
*** unicell has quit IRC | 00:21 | |
*** amotoki has quit IRC | 00:21 | |
*** salv-orlando has quit IRC | 00:21 | |
jogo | I819d2069f169cabd1fcf333057a80790678e3745 is the offending patch | 00:21 |
*** sdake has quit IRC | 00:21 | |
*** yamamoto has quit IRC | 00:22 | |
lifeless | jogo: oh ok | 00:22 |
lifeless | jogo: anyhow, what next; do you need anything from me? | 00:22 |
lifeless | jogo: should I send a mail about this now? | 00:22 |
*** sdake has joined #openstack-infra | 00:22 | |
clarkb | jogo: does that happen before we merged the pbr update? | 00:23 |
clarkb | if not you could just tag the pbr update | 00:23 |
clarkb | but making a branch is good too so don't let me stop that | 00:23 |
*** yamamoto has joined #openstack-infra | 00:23 | |
*** yamamoto has quit IRC | 00:23 | |
jogo | clarkb: that patch happened before any pbr update | 00:23 |
fungi | lifeless: jogo: clarkb: i'm back to the part of the facility with working network again... need me to assist? i was going to watch the hp lightning talks but if you need help i'm happy to prioritize that | 00:23 |
jogo | it was the first thing after the 0.10.1 | 00:24 |
*** hdd has joined #openstack-infra | 00:24 | |
jogo | lifeless: I may need a hand in a moment not sure | 00:24 |
jogo | fungi: ^ | 00:24 |
clarkb | fungi: I don't think so, aiui jogo is making a branch then a release and all will be well | 00:24 |
clarkb | jogo: I am here | 00:24 |
jogo | lifeless: if you could not hit send on the email for another 5 minutes or so | 00:24 |
*** bhunter71 has joined #openstack-infra | 00:25 | |
fungi | if you don't need in-person hacking help, i can just pitch in from 208 for now | 00:25 |
*** _2_kathia has joined #openstack-infra | 00:25 | |
_2_kathia | hola | 00:25 |
*** dboik has joined #openstack-infra | 00:26 | |
jogo | fungi: well I am still in SF so in person would be hard | 00:26 |
fungi | jogo: aha, i thought you were here | 00:26 |
jogo | https://review.openstack.org/184160 https://review.openstack.org/184161 | 00:26 |
jogo | to open the branch | 00:26 |
jogo | fungi: I had a personal thing today, so arrive early tommorrow | 00:27 |
*** _2_kathia has quit IRC | 00:27 | |
jogo | those two patches should be enough to get the 0.10.x branch functional | 00:27 |
jogo | next patch will be to change the pbr reqs | 00:27 |
jogo | hopefully that doesn't fail do to g-r or something | 00:28 |
clarkb | jogo: we need a third change to use the right version of pbr | 00:28 |
clarkb | jogo: it shouldn't g-r is smart about that | 00:28 |
lifeless | clarkb: that is 'next patch' I think | 00:29 |
lifeless | clarkb: but neds the branch first ? | 00:29 |
*** rguillebert has quit IRC | 00:30 | |
clarkb | the branch exists now, it is called 0.10.x | 00:30 |
*** dboik has quit IRC | 00:31 | |
*** yamamoto has joined #openstack-infra | 00:31 | |
sdague | I heard there is a break? | 00:31 |
lifeless | sdague: yeah, nearly unwound | 00:31 |
sdague | ok | 00:32 |
lifeless | sdague: pbr 1.0 installed because nova had merged the <2.0 spec change; flake8 used pkg_resources to load hacking as a plugin | 00:32 |
jogo | clarkb: correct on all counts -- https://review.openstack.org/184163 | 00:32 |
lifeless | sdague: but hacking 0.10.1 had the <1.0 spe | 00:32 |
*** jcoufal has joined #openstack-infra | 00:32 | |
lifeless | sdague: so flake8 throws | 00:32 |
lifeless | sdague: we're just prepping to send a mail about it soon | 00:32 |
jogo | clarkb: if that passes all the tests we can merge it and release hacking 0.10.2 | 00:32 |
jogo | lifeless: ^ | 00:33 |
sdague | well, if you need any review help, let me know | 00:33 |
*** amotoki has joined #openstack-infra | 00:33 | |
lifeless | sdague: https://review.openstack.org/184163 we believe :) | 00:33 |
clarkb | jogo: cool, stack has my _2 | 00:33 |
clarkb | er +2 | 00:33 |
jogo | since the change from 0.10.1 is just the pbr change I am very confident that we won't break other things from 0.10.1 to 0.10.2 | 00:33 |
clarkb | yup agreed | 00:33 |
clarkb | should be very safe | 00:33 |
sdague | ok, +A | 00:33 |
sdague | I just looked at that stack, seems sane | 00:34 |
*** hdd has quit IRC | 00:34 | |
jogo | thanks | 00:35 |
*** ddieterly has joined #openstack-infra | 00:35 | |
*** camunoz has joined #openstack-infra | 00:36 | |
clarkb | I get the sense we may want to rebalance our min-ready node counts if we don't have enough ready nodes during the summit | 00:37 |
clarkb | but we can fix that post summit | 00:37 |
*** ir2ivps has quit IRC | 00:37 | |
*** bhunter71 has quit IRC | 00:37 | |
sdague | ok, last change has passed check, so it should flip to gate soon | 00:38 |
sdague | so you should be about 10 minutes from being able to tag | 00:38 |
* jogo gets ready to tag the release | 00:38 | |
*** sdake has quit IRC | 00:38 | |
*** annegentle has joined #openstack-infra | 00:39 | |
jogo | lifeless: once I tag the release and we are sure this fixes things it will be safe to email I think | 00:40 |
lifeless | jogo: I wasn't going to email saying ixed | 00:40 |
lifeless | jogo: I was going to email saying 'this may happen, this is what it is, this is what we're doing' | 00:40 |
*** ddieterly has quit IRC | 00:40 | |
lifeless | sdague: https://review.openstack.org/#/c/183930/ would be nice to merge too | 00:41 |
lifeless | sdague: though its not a gate thing | 00:41 |
sdague | lifeless: ... looking | 00:41 |
*** gokrokve_ has joined #openstack-infra | 00:41 | |
sdague | jogo: you have a more long term plan for that instead? | 00:42 |
lifeless | sdague: we've changed flake8 to use require=False | 00:42 |
clarkb | greghaynes: last image is built so you should be all set | 00:42 |
lifeless | sdague: but since we have to release hacking anyway to get the new flake8, this alternative hacking change is smaller | 00:43 |
*** rossella_s has joined #openstack-infra | 00:43 | |
sdague | lifeless: ok, I don't quite have this whole thing in my head right now. So I'd rather not make this change unless we need it if there is another path to resolve. And we can circle back on this during a non summit week if we want a different longer term change. | 00:43 |
lifeless | sdague: ack | 00:44 |
lifeless | sdague: that is really just to unbreak the pip-resovler job | 00:44 |
lifeless | sdague: which flagged that our requirements are not satisfyable today | 00:44 |
greghaynes | clarkb: \O/ ty | 00:44 |
openstackgerrit | Joe Gordon proposed openstack-infra/project-config: Make hacking-python34 gating https://review.openstack.org/184165 | 00:44 |
*** gokrokve has quit IRC | 00:45 | |
jogo | sdague: yeah we can further unwind things later | 00:46 |
*** gokrokve_ has quit IRC | 00:46 | |
jogo | lifeless: 0.10.2 pushed | 00:49 |
lifeless | jogo: \o/ | 00:49 |
lifeless | ok, I'll mail now | 00:49 |
*** gokrokve has joined #openstack-infra | 00:50 | |
jogo | lifeless: go for it, locally testing nova with new hacking | 00:50 |
*** jcoufal has quit IRC | 00:51 | |
jogo | lifeless: and just as expected, it worked :) | 00:52 |
greghaynes | clarkb: success! | 00:53 |
Kennan | lifeless: so this new release would make jenkins work ? | 00:54 |
lifeless | sent | 00:54 |
jogo | lifeless: this was actually a very good time to break the gate, no one is developing | 00:55 |
Kennan | somone still developing :-( | 00:56 |
jogo | fewer people are developing* | 00:56 |
jogo | Kennan: yes | 00:56 |
jogo | the pep8 job failures should be fixed | 00:57 |
*** annegentle has quit IRC | 00:57 | |
Kennan | jogo: ok good to know | 00:58 |
*** amotoki has quit IRC | 01:00 | |
*** mwagner_lap has quit IRC | 01:00 | |
tchaypo | jogo: I’m trying to find what sends the data about the gate job success/fail to graphite | 01:07 |
tchaypo | do you know where that happens? | 01:07 |
*** sigmavirus24 is now known as sigmavirus24_awa | 01:08 | |
clarkb | tchaypo zuul sends it | 01:08 |
greghaynes | clarkb: search for statsd in zuul | 01:09 |
clarkb | tchaypo ^ | 01:09 |
greghaynes | er, right | 01:09 |
*** yamamoto_ has joined #openstack-infra | 01:10 | |
*** yamamoto has quit IRC | 01:13 | |
*** yamamoto_ has quit IRC | 01:14 | |
* tchaypo <3s the surrogate jogos | 01:14 | |
jogo | tchaypo: infra is a borg hive mind | 01:20 |
*** otter768 has joined #openstack-infra | 01:25 | |
*** mattfarina has joined #openstack-infra | 01:25 | |
*** mattfarina has quit IRC | 01:27 | |
*** palar has quit IRC | 01:29 | |
*** otter768 has quit IRC | 01:30 | |
*** luqas has joined #openstack-infra | 01:30 | |
*** zhiwei has joined #openstack-infra | 01:31 | |
*** puranamr has quit IRC | 01:32 | |
*** luqas__ has quit IRC | 01:33 | |
*** banix has joined #openstack-infra | 01:34 | |
*** sdake has joined #openstack-infra | 01:37 | |
*** banix has quit IRC | 01:42 | |
*** sdake has quit IRC | 01:44 | |
*** sks has joined #openstack-infra | 01:49 | |
*** dimtruck is now known as zz_dimtruck | 01:59 | |
*** salv-orlando has joined #openstack-infra | 02:00 | |
*** salv-orlando has quit IRC | 02:01 | |
*** salv-orlando has joined #openstack-infra | 02:01 | |
*** ashleighfarnham has joined #openstack-infra | 02:12 | |
*** asettle has quit IRC | 02:14 | |
*** Krinkle|detached is now known as Krinkle | 02:17 | |
*** marcusvrn has quit IRC | 02:22 | |
*** marcusvrn has joined #openstack-infra | 02:22 | |
*** ashleighfarnham has quit IRC | 02:27 | |
*** dalgaaf has quit IRC | 02:27 | |
*** fedexo has joined #openstack-infra | 02:29 | |
*** puranamr has joined #openstack-infra | 02:33 | |
*** hdd has joined #openstack-infra | 02:35 | |
*** puranamr has quit IRC | 02:38 | |
*** pc_m has joined #openstack-infra | 02:38 | |
*** pc_m has quit IRC | 02:39 | |
*** woodster_ has quit IRC | 02:40 | |
*** sks has quit IRC | 02:42 | |
*** julim has joined #openstack-infra | 02:43 | |
*** yamamoto has joined #openstack-infra | 02:49 | |
*** gokrokve_ has joined #openstack-infra | 02:51 | |
*** yamamoto has quit IRC | 02:51 | |
*** hdd has quit IRC | 02:51 | |
*** mattfarina has joined #openstack-infra | 02:53 | |
*** gokrokve_ has quit IRC | 02:53 | |
*** gokrokve_ has joined #openstack-infra | 02:53 | |
*** gokrokve has quit IRC | 02:54 | |
*** jcoufal has joined #openstack-infra | 02:57 | |
*** gokrokve_ has quit IRC | 02:58 | |
*** mattfarina has quit IRC | 02:58 | |
*** enikanorov2 has joined #openstack-infra | 03:00 | |
*** camunoz has quit IRC | 03:00 | |
*** Sukhdev has joined #openstack-infra | 03:06 | |
*** enikanorov2 has quit IRC | 03:09 | |
*** panda has quit IRC | 03:14 | |
*** panda has joined #openstack-infra | 03:14 | |
*** jcoufal_ has joined #openstack-infra | 03:15 | |
*** banix has joined #openstack-infra | 03:18 | |
*** Sukhdev has quit IRC | 03:18 | |
*** palar has joined #openstack-infra | 03:18 | |
*** jcoufal has quit IRC | 03:19 | |
*** gokrokve has joined #openstack-infra | 03:21 | |
*** gokrokve has quit IRC | 03:23 | |
*** palar has quit IRC | 03:23 | |
*** gokrokve has joined #openstack-infra | 03:23 | |
*** otter768 has joined #openstack-infra | 03:26 | |
*** asettle has joined #openstack-infra | 03:26 | |
*** banix has quit IRC | 03:30 | |
*** otter768 has quit IRC | 03:31 | |
*** hdd has joined #openstack-infra | 03:32 | |
*** jcoufal_ has quit IRC | 03:33 | |
*** hdd has quit IRC | 03:44 | |
*** krtaylor has joined #openstack-infra | 03:44 | |
*** ddieterly has joined #openstack-infra | 03:45 | |
*** gokrokve has quit IRC | 03:45 | |
*** gokrokve has joined #openstack-infra | 03:46 | |
*** enikanorov2 has joined #openstack-infra | 03:46 | |
*** gema_ is now known as gema | 03:47 | |
*** coolsvap|afk is now known as coolsvap | 03:48 | |
*** Krinkle is now known as Krinkle|detached | 03:53 | |
*** chlong has quit IRC | 03:54 | |
*** julim has quit IRC | 03:59 | |
*** puranamr has joined #openstack-infra | 04:01 | |
*** puranamr has quit IRC | 04:01 | |
*** chlong has joined #openstack-infra | 04:07 | |
*** salv-orlando has quit IRC | 04:10 | |
*** yfried|afk is now known as yfried_ | 04:14 | |
*** ddieterly has quit IRC | 04:21 | |
*** annegentle has joined #openstack-infra | 04:29 | |
*** fedexo has quit IRC | 04:30 | |
*** annegentle has quit IRC | 04:35 | |
*** woodster_ has joined #openstack-infra | 04:40 | |
*** sks has joined #openstack-infra | 04:42 | |
*** yfried_ is now known as yfried|afk | 04:45 | |
*** sputnik13 has joined #openstack-infra | 04:50 | |
*** yfried|afk is now known as yfried_ | 04:51 | |
*** ddieterly has joined #openstack-infra | 04:51 | |
*** chlong has quit IRC | 04:52 | |
*** BharatK has joined #openstack-infra | 04:53 | |
*** julim has joined #openstack-infra | 04:54 | |
*** ddieterly has quit IRC | 04:56 | |
*** deepakcs has joined #openstack-infra | 04:59 | |
*** puranamr has joined #openstack-infra | 05:02 | |
*** chlong has joined #openstack-infra | 05:05 | |
*** gokrokve_ has joined #openstack-infra | 05:05 | |
*** gokrokv__ has joined #openstack-infra | 05:07 | |
*** gokrokve_ has quit IRC | 05:07 | |
*** palar has joined #openstack-infra | 05:07 | |
*** puranamr has quit IRC | 05:07 | |
*** yfried_ has quit IRC | 05:09 | |
openstackgerrit | Merged openstack-infra/project-config: Make hacking-python34 gating https://review.openstack.org/184165 | 05:09 |
*** gokrokve has quit IRC | 05:09 | |
*** gokrokv__ has quit IRC | 05:11 | |
*** salv-orlando has joined #openstack-infra | 05:11 | |
*** palar has quit IRC | 05:11 | |
*** rossella_s has quit IRC | 05:12 | |
*** abregman has joined #openstack-infra | 05:14 | |
*** salv-orlando has quit IRC | 05:16 | |
*** unicell has joined #openstack-infra | 05:17 | |
*** yamamoto has joined #openstack-infra | 05:17 | |
*** sputnik1_ has joined #openstack-infra | 05:22 | |
*** zul has joined #openstack-infra | 05:23 | |
*** puranamr has joined #openstack-infra | 05:23 | |
*** sputnik13 has quit IRC | 05:24 | |
*** otter768 has joined #openstack-infra | 05:27 | |
*** puranamr has quit IRC | 05:28 | |
*** krtaylor has quit IRC | 05:28 | |
*** coolsvap is now known as coolsvap|afk | 05:30 | |
*** annegentle has joined #openstack-infra | 05:31 | |
*** markvoelker has joined #openstack-infra | 05:32 | |
*** otter768 has quit IRC | 05:32 | |
*** cleber has left #openstack-infra | 05:33 | |
*** yamamoto has quit IRC | 05:34 | |
*** gokrokve has joined #openstack-infra | 05:36 | |
*** annegentle has quit IRC | 05:36 | |
*** gokrokve has quit IRC | 05:37 | |
*** gokrokve has joined #openstack-infra | 05:38 | |
*** yolanda has joined #openstack-infra | 05:40 | |
*** julim has quit IRC | 05:41 | |
*** puranamr has joined #openstack-infra | 05:42 | |
*** coolsvap|afk is now known as coolsvap | 05:43 | |
*** annegentle has joined #openstack-infra | 05:45 | |
*** puranamr has quit IRC | 05:47 | |
*** annegentle has quit IRC | 05:50 | |
*** ddieterly has joined #openstack-infra | 05:52 | |
*** sputnik1_ has quit IRC | 05:53 | |
*** julim has joined #openstack-infra | 05:54 | |
*** e0ne has joined #openstack-infra | 05:54 | |
*** scheuran has joined #openstack-infra | 05:55 | |
*** yamamoto has joined #openstack-infra | 05:57 | |
*** ddieterly has quit IRC | 05:57 | |
*** baoli has joined #openstack-infra | 05:58 | |
*** dboik has joined #openstack-infra | 05:58 | |
*** harlowja has joined #openstack-infra | 05:58 | |
*** ajmiller has joined #openstack-infra | 05:59 | |
*** harlowja_ has joined #openstack-infra | 06:02 | |
*** baoli has quit IRC | 06:03 | |
*** achanda_ has quit IRC | 06:03 | |
*** ajmiller has quit IRC | 06:03 | |
*** harlowja has quit IRC | 06:04 | |
*** ajmiller has joined #openstack-infra | 06:04 | |
*** julim has quit IRC | 06:06 | |
*** ajmiller has quit IRC | 06:06 | |
*** ajmiller has joined #openstack-infra | 06:06 | |
*** ajmiller has quit IRC | 06:11 | |
*** baoli has joined #openstack-infra | 06:12 | |
*** ajmiller has joined #openstack-infra | 06:13 | |
*** asettle has quit IRC | 06:15 | |
openstackgerrit | fumihiko kakuma proposed openstack-infra/jenkins-job-builder: Add retry configuration for command. https://review.openstack.org/184029 | 06:15 |
*** julim has joined #openstack-infra | 06:16 | |
*** turul has joined #openstack-infra | 06:16 | |
*** ajmiller has quit IRC | 06:16 | |
*** turul is now known as afazekas | 06:16 | |
*** ajmiller has joined #openstack-infra | 06:17 | |
*** dboik has quit IRC | 06:19 | |
*** yfried_ has joined #openstack-infra | 06:19 | |
*** e0ne is now known as e0ne_ | 06:23 | |
*** ajmiller has quit IRC | 06:23 | |
*** ajmiller has joined #openstack-infra | 06:23 | |
*** isviridov_away is now known as isviridov | 06:24 | |
*** ajmiller has quit IRC | 06:29 | |
*** e0ne_ is now known as e0ne | 06:29 | |
*** ajmiller has joined #openstack-infra | 06:30 | |
openstackgerrit | Russell Bryant proposed openstack-infra/project-config: networking-ovn: move from stackforge/ to openstack/ https://review.openstack.org/184159 | 06:31 |
*** unicell has quit IRC | 06:32 | |
*** ajmiller has quit IRC | 06:32 | |
*** ajmiller has joined #openstack-infra | 06:32 | |
*** markvoelker has quit IRC | 06:33 | |
*** harlowja_ has quit IRC | 06:34 | |
*** boris-42 has joined #openstack-infra | 06:35 | |
*** salv-orlando has joined #openstack-infra | 06:35 | |
*** baoli has quit IRC | 06:35 | |
*** ZZelle has joined #openstack-infra | 06:35 | |
*** ZZelle has quit IRC | 06:36 | |
openstackgerrit | fumihiko kakuma proposed openstack-infra/puppet-jenkins: Add retry configuration for jenkins-jobs command https://review.openstack.org/182868 | 06:37 |
*** yamahata has joined #openstack-infra | 06:37 | |
*** ajmiller has quit IRC | 06:38 | |
*** ajmiller has joined #openstack-infra | 06:39 | |
*** dalgaaf has joined #openstack-infra | 06:41 | |
*** ajmiller has quit IRC | 06:41 | |
*** ajmiller has joined #openstack-infra | 06:41 | |
*** ajmiller has quit IRC | 06:43 | |
*** ajmiller has joined #openstack-infra | 06:44 | |
*** ajmiller has quit IRC | 06:45 | |
*** ajmiller has joined #openstack-infra | 06:46 | |
*** amotoki has joined #openstack-infra | 06:46 | |
*** mpaolino has joined #openstack-infra | 06:47 | |
*** yfried_ is now known as yfried|afk | 06:48 | |
*** ajmiller has quit IRC | 06:48 | |
*** ajmiller has joined #openstack-infra | 06:49 | |
*** maishsk_afk has joined #openstack-infra | 06:50 | |
*** woodster_ has quit IRC | 06:50 | |
*** yolanda has quit IRC | 06:50 | |
*** annegentle has joined #openstack-infra | 06:51 | |
*** ddieterly has joined #openstack-infra | 06:53 | |
*** maishsk_afk is now known as maishsk | 06:55 | |
*** palar has joined #openstack-infra | 06:56 | |
*** annegentle has quit IRC | 06:56 | |
*** amotoki_ has joined #openstack-infra | 06:57 | |
*** ddieterly has quit IRC | 06:58 | |
*** salv-orlando has quit IRC | 06:58 | |
*** ajmiller has quit IRC | 06:59 | |
*** k4n0 has joined #openstack-infra | 06:59 | |
*** ajmiller has joined #openstack-infra | 06:59 | |
*** amotoki has quit IRC | 07:00 | |
*** isviridov is now known as isviridov_away | 07:00 | |
*** jlanoux has joined #openstack-infra | 07:00 | |
*** palar has quit IRC | 07:01 | |
*** enikanorov2_ has joined #openstack-infra | 07:05 | |
*** enikanorov2 has quit IRC | 07:05 | |
*** mpavone has joined #openstack-infra | 07:06 | |
*** bauzas has left #openstack-infra | 07:06 | |
*** yfried|afk is now known as yfried_ | 07:08 | |
*** ZZelle_ has quit IRC | 07:09 | |
*** ZZelle_ has joined #openstack-infra | 07:09 | |
*** ajmiller has quit IRC | 07:13 | |
*** panda has quit IRC | 07:13 | |
*** ajmiller has joined #openstack-infra | 07:14 | |
*** panda has joined #openstack-infra | 07:14 | |
*** masayukig has quit IRC | 07:16 | |
*** masayukig has joined #openstack-infra | 07:17 | |
*** dizquierdo has joined #openstack-infra | 07:17 | |
*** jistr has joined #openstack-infra | 07:18 | |
*** markus_z has joined #openstack-infra | 07:19 | |
*** amotoki_ has quit IRC | 07:20 | |
*** e0ne has quit IRC | 07:23 | |
*** otter768 has joined #openstack-infra | 07:28 | |
*** teran has quit IRC | 07:30 | |
*** ajmiller_ has joined #openstack-infra | 07:32 | |
*** ajmiller has quit IRC | 07:32 | |
*** otter768 has quit IRC | 07:33 | |
*** markvoelker has joined #openstack-infra | 07:33 | |
*** woodster_ has joined #openstack-infra | 07:34 | |
*** e0ne has joined #openstack-infra | 07:34 | |
*** sshnaidm has joined #openstack-infra | 07:35 | |
*** e0ne has quit IRC | 07:37 | |
*** markvoelker has quit IRC | 07:38 | |
*** sarob has joined #openstack-infra | 07:49 | |
*** ajmiller_ has quit IRC | 07:51 | |
*** ajmiller has joined #openstack-infra | 07:51 | |
*** annegentle has joined #openstack-infra | 07:52 | |
*** ajmiller has quit IRC | 07:54 | |
*** ajmiller has joined #openstack-infra | 07:54 | |
*** ddieterly has joined #openstack-infra | 07:54 | |
*** mpaolino has quit IRC | 07:55 | |
*** ajmiller has quit IRC | 07:56 | |
*** ajmiller has joined #openstack-infra | 07:56 | |
*** annegentle has quit IRC | 07:57 | |
*** Hal has joined #openstack-infra | 07:57 | |
*** Hal is now known as Guest84796 | 07:58 | |
openstackgerrit | fumihiko kakuma proposed openstack-infra/jenkins-job-builder: Add retry configuration for command. https://review.openstack.org/184029 | 07:58 |
*** ddieterly has quit IRC | 07:59 | |
*** salv-orlando has joined #openstack-infra | 07:59 | |
*** ajmiller_ has joined #openstack-infra | 08:01 | |
*** ajmiller has quit IRC | 08:01 | |
*** salv-orlando has quit IRC | 08:04 | |
*** asettle has joined #openstack-infra | 08:06 | |
*** asettle has quit IRC | 08:06 | |
*** yamahata has quit IRC | 08:06 | |
*** ajmiller_ has quit IRC | 08:07 | |
*** ajmiller has joined #openstack-infra | 08:07 | |
*** yfried_ is now known as yfried|afk | 08:09 | |
*** Sukhdev has joined #openstack-infra | 08:10 | |
*** notnownikki has joined #openstack-infra | 08:12 | |
*** yamamoto has quit IRC | 08:13 | |
*** arxcruz has joined #openstack-infra | 08:15 | |
*** achanda has joined #openstack-infra | 08:18 | |
*** yfried|afk is now known as yfried_ | 08:20 | |
*** Sukhdev has quit IRC | 08:27 | |
*** isviridov_away is now known as isviridov | 08:31 | |
*** markvoelker has joined #openstack-infra | 08:34 | |
*** markvoelker has quit IRC | 08:39 | |
*** dguerri is now known as dguerri_ | 08:39 | |
*** ajmiller has quit IRC | 08:40 | |
*** ajmiller has joined #openstack-infra | 08:40 | |
*** imcsk8 is now known as imcsk8|zZz | 08:42 | |
*** palar has joined #openstack-infra | 08:45 | |
*** chlong has quit IRC | 08:45 | |
*** ajmiller has quit IRC | 08:46 | |
*** ajmiller has joined #openstack-infra | 08:47 | |
*** dalgaaf has quit IRC | 08:47 | |
*** palar has quit IRC | 08:49 | |
*** dguerri_ is now known as dguerri | 08:50 | |
*** ajmiller has quit IRC | 08:50 | |
*** ajmiller has joined #openstack-infra | 08:51 | |
*** dguerri is now known as dguerri_ | 08:51 | |
*** annegentle has joined #openstack-infra | 08:53 | |
*** achanda has quit IRC | 08:53 | |
openstackgerrit | Etienne BESSON proposed openstack-infra/project-config: move watcher project to stackforge repository https://review.openstack.org/184207 | 08:53 |
*** ddieterly has joined #openstack-infra | 08:55 | |
*** ajmiller has quit IRC | 08:55 | |
*** ajmiller has joined #openstack-infra | 08:56 | |
*** _nadya_ has joined #openstack-infra | 08:56 | |
*** dguerri_ is now known as dguerri | 08:57 | |
*** annegentle has quit IRC | 08:58 | |
*** ajmiller has quit IRC | 09:00 | |
*** ajmiller has joined #openstack-infra | 09:00 | |
*** ddieterly has quit IRC | 09:00 | |
*** salv-orlando has joined #openstack-infra | 09:00 | |
*** ajmiller has quit IRC | 09:04 | |
*** ajmiller has joined #openstack-infra | 09:05 | |
*** salv-orlando has quit IRC | 09:05 | |
*** shardy_ has joined #openstack-infra | 09:15 | |
*** ajmiller has quit IRC | 09:16 | |
*** ajmiller has joined #openstack-infra | 09:17 | |
*** shardy has quit IRC | 09:17 | |
*** fhubik has joined #openstack-infra | 09:19 | |
*** shardy_ has quit IRC | 09:21 | |
*** jlanoux has quit IRC | 09:21 | |
*** dguerri is now known as dguerri_ | 09:21 | |
*** shardy has joined #openstack-infra | 09:22 | |
*** dguerri_ is now known as dguerri | 09:28 | |
*** pelix has joined #openstack-infra | 09:29 | |
*** otter768 has joined #openstack-infra | 09:29 | |
*** ajmiller has quit IRC | 09:29 | |
*** palar has joined #openstack-infra | 09:31 | |
*** otter768 has quit IRC | 09:34 | |
*** markvoelker has joined #openstack-infra | 09:35 | |
*** ajmiller has joined #openstack-infra | 09:38 | |
*** Guest84796 has quit IRC | 09:40 | |
*** markvoelker has quit IRC | 09:40 | |
*** woodster_ has quit IRC | 09:40 | |
*** teran has joined #openstack-infra | 09:45 | |
*** teran_ has joined #openstack-infra | 09:48 | |
*** teran__ has joined #openstack-infra | 09:50 | |
*** teran has quit IRC | 09:52 | |
*** teran_ has quit IRC | 09:53 | |
*** annegentle has joined #openstack-infra | 09:53 | |
*** jlanoux has joined #openstack-infra | 09:55 | |
*** ddieterly has joined #openstack-infra | 09:56 | |
*** ajmiller has quit IRC | 09:56 | |
*** ajmiller has joined #openstack-infra | 09:57 | |
*** annegentle has quit IRC | 09:59 | |
*** ddieterly has quit IRC | 10:00 | |
*** yamamoto has joined #openstack-infra | 10:02 | |
*** ajmiller_ has joined #openstack-infra | 10:03 | |
*** ajmiller has quit IRC | 10:03 | |
openstackgerrit | Etienne BESSON proposed openstack-infra/project-config: move project to stackforge/watcher https://review.openstack.org/184149 | 10:05 |
*** yfried_ is now known as yfried|afk | 10:06 | |
*** yamamoto has quit IRC | 10:07 | |
*** fhubik is now known as fhubik_afk | 10:12 | |
*** ajmiller_ has quit IRC | 10:17 | |
*** ajmiller has joined #openstack-infra | 10:18 | |
*** yfried|afk is now known as yfried_ | 10:19 | |
*** Zhongjun has joined #openstack-infra | 10:20 | |
*** fhubik_afk is now known as fhubik | 10:26 | |
*** jlanoux_ has joined #openstack-infra | 10:28 | |
*** jlanoux has quit IRC | 10:31 | |
*** markvoelker has joined #openstack-infra | 10:36 | |
*** dguerri is now known as dguerri_ | 10:36 | |
*** ajmiller has quit IRC | 10:39 | |
*** ajmiller has joined #openstack-infra | 10:39 | |
*** markvoelker has quit IRC | 10:40 | |
*** jlanoux has joined #openstack-infra | 10:41 | |
*** zhiwei has quit IRC | 10:42 | |
*** jlanoux_ has quit IRC | 10:44 | |
*** ajmiller_ has joined #openstack-infra | 10:47 | |
*** ajmiller has quit IRC | 10:47 | |
openstackgerrit | Ilya Tyaptin proposed openstack-infra/project-config: Add functional test job for ceilometer https://review.openstack.org/184223 | 10:48 |
*** ajmiller has joined #openstack-infra | 10:54 | |
*** ajmiller_ has quit IRC | 10:54 | |
*** annegentle has joined #openstack-infra | 10:54 | |
*** ddieterly has joined #openstack-infra | 10:56 | |
*** deepakcs has quit IRC | 10:59 | |
*** annegentle has quit IRC | 11:00 | |
*** ddieterly has quit IRC | 11:01 | |
*** coolsvap is now known as coolsvap|afk | 11:01 | |
*** isviridov is now known as isviridov_away | 11:03 | |
*** dguerri_ is now known as dguerri | 11:06 | |
*** dguerri is now known as dguerri_ | 11:08 | |
*** puranamr has joined #openstack-infra | 11:08 | |
*** puranamr has quit IRC | 11:13 | |
*** panda has quit IRC | 11:14 | |
*** panda has joined #openstack-infra | 11:15 | |
AJaeger | jogo: thanks for the hacking backports! | 11:16 |
*** ajmiller has quit IRC | 11:26 | |
*** ajmiller has joined #openstack-infra | 11:27 | |
*** otter768 has joined #openstack-infra | 11:30 | |
*** otter768 has quit IRC | 11:35 | |
*** markvoelker has joined #openstack-infra | 11:36 | |
*** fhubik is now known as fhubik_afk | 11:40 | |
*** jistr is now known as jistr|class | 11:40 | |
*** ldnunes has joined #openstack-infra | 11:40 | |
*** pblaho has joined #openstack-infra | 11:41 | |
*** markvoelker has quit IRC | 11:41 | |
*** asilenkov_ has joined #openstack-infra | 11:46 | |
*** palar has quit IRC | 11:46 | |
asilenkov_ | Hello there! I have a question about OpenStack Infra (hudson-openstack) robot -> https://bugs.launchpad.net/fuel/+bug/1352208 - it reopened this bug without any commit or information. I wonder how could this be possible ) | 11:46 |
openstack | Launchpad bug 1352208 in Fuel for OpenStack "Zabbix deployment incompatibility with granular architecture" [High,In progress] - Assigned to Dmitry Ilyin (idv1985) | 11:46 |
asilenkov_ | Also I can't see any related activity in request attached few comments above ( | 11:47 |
*** dguerri_ is now known as dguerri | 11:49 | |
*** isviridov_away is now known as isviridov | 11:50 | |
*** yamamoto has joined #openstack-infra | 11:51 | |
katyafervent | Hi all! | 11:54 |
katyafervent | Is it possible for disable job for one patch? we have circle dependencies here https://review.openstack.org/#/c/184196/ and here https://review.openstack.org/#/c/183101/ | 11:55 |
*** ajmiller has quit IRC | 11:55 | |
*** annegentle has joined #openstack-infra | 11:55 | |
*** ajmiller has joined #openstack-infra | 11:55 | |
katyafervent | gate-murano-devstack-dsvm should be disabled in 184196. how it's can be done? | 11:56 |
*** yamamoto has quit IRC | 11:56 | |
AJaeger | katyafervent: that's not possible. | 11:57 |
*** ddieterly has joined #openstack-infra | 11:57 | |
AJaeger | katyafervent: Please discuss with clarkb once he's awake (later today) - or come back after the summit and discuss with the team on what is possible. | 11:57 |
*** rlandy has joined #openstack-infra | 11:59 | |
*** ajmiller has quit IRC | 12:00 | |
*** ajmiller has joined #openstack-infra | 12:00 | |
*** annegentle has quit IRC | 12:00 | |
*** ddieterly has quit IRC | 12:02 | |
*** Hal has joined #openstack-infra | 12:04 | |
*** Hal is now known as Guest12010 | 12:05 | |
*** ajmiller has quit IRC | 12:06 | |
*** ajmiller_ has joined #openstack-infra | 12:06 | |
*** ajmiller_ has quit IRC | 12:08 | |
*** ajmiller has joined #openstack-infra | 12:09 | |
*** pc_m has joined #openstack-infra | 12:11 | |
*** pc_m_ has joined #openstack-infra | 12:14 | |
*** palar has joined #openstack-infra | 12:14 | |
*** fhubik_afk is now known as fhubik | 12:16 | |
*** aysyanne has joined #openstack-infra | 12:16 | |
*** pc_m has quit IRC | 12:17 | |
*** annegentle has joined #openstack-infra | 12:18 | |
*** mika has quit IRC | 12:20 | |
openstackgerrit | Etienne BESSON proposed openstack-infra/project-config: Create new stackforge project watcher. Watcher takes advantage of CEP and ML algorithms/metaheuristics to improve physical resources usage through better VM placement. https://review.openstack.org/184149 | 12:20 |
katyafervent | AJaeger, thank you | 12:23 |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config: Create new stackforge project watcher https://review.openstack.org/184149 | 12:30 |
*** ajmiller has quit IRC | 12:31 | |
*** ajmiller has joined #openstack-infra | 12:32 | |
*** shardy_ has joined #openstack-infra | 12:33 | |
*** pc_m_ has quit IRC | 12:35 | |
*** shardy has quit IRC | 12:35 | |
*** zz_dimtruck is now known as dimtruck | 12:37 | |
*** markvoelker has joined #openstack-infra | 12:37 | |
*** shardy_ has quit IRC | 12:39 | |
*** shardy has joined #openstack-infra | 12:40 | |
*** ajmiller has quit IRC | 12:42 | |
*** ajmiller has joined #openstack-infra | 12:42 | |
*** dkranz has joined #openstack-infra | 12:43 | |
*** markvoelker has quit IRC | 12:43 | |
*** fhubik is now known as fhubik_afk | 12:48 | |
clarkb | asilenkov_ https://review.openstack.org/#/c/170237/ got a new patchset and fixes the bug so the bug status was updated. Its not wont fix if you are fixing it | 12:48 |
clarkb | katyafervent you need to make one change forward and backward conpatible, make second change then cleanup original as necessary using proper deprecation cycle for the cleanup | 12:49 |
*** baoli has joined #openstack-infra | 12:51 | |
*** smccully has joined #openstack-infra | 12:51 | |
*** fhubik_afk is now known as fhubik | 12:52 | |
*** ddieterly has joined #openstack-infra | 12:52 | |
*** markvoelker has joined #openstack-infra | 12:53 | |
*** baoli has quit IRC | 12:55 | |
*** arxcruz has quit IRC | 12:59 | |
*** jistr|class is now known as jistr | 12:59 | |
*** sarob_ has joined #openstack-infra | 13:00 | |
*** changbl has quit IRC | 13:00 | |
*** sarob has quit IRC | 13:02 | |
*** ajmiller has quit IRC | 13:02 | |
*** ajmiller has joined #openstack-infra | 13:03 | |
*** mika has joined #openstack-infra | 13:07 | |
*** mika has joined #openstack-infra | 13:07 | |
*** Zhongjun has quit IRC | 13:09 | |
*** ajmiller has quit IRC | 13:09 | |
asilenkov_ | ^^clarkb ok I see now. But I can't see this request in comments in LP bug. | 13:09 |
asilenkov_ | nvm ty | 13:10 |
*** dustins has joined #openstack-infra | 13:12 | |
*** wenlock has joined #openstack-infra | 13:18 | |
*** baoli has joined #openstack-infra | 13:19 | |
*** ajmiller has joined #openstack-infra | 13:20 | |
*** dalgaaf has joined #openstack-infra | 13:21 | |
*** _nadya_ has quit IRC | 13:22 | |
*** ajmiller has quit IRC | 13:24 | |
*** baoli has quit IRC | 13:25 | |
*** ajmiller has joined #openstack-infra | 13:25 | |
*** luqas has quit IRC | 13:25 | |
*** annegentle has quit IRC | 13:25 | |
*** palar has quit IRC | 13:29 | |
*** tiswanso has joined #openstack-infra | 13:29 | |
*** BharatK has quit IRC | 13:30 | |
*** _nadya_ has joined #openstack-infra | 13:30 | |
*** otter768 has joined #openstack-infra | 13:31 | |
*** dmorita has joined #openstack-infra | 13:32 | |
*** mattfarina has joined #openstack-infra | 13:32 | |
*** tiswanso has quit IRC | 13:34 | |
*** annegentle has joined #openstack-infra | 13:34 | |
*** ddieterly has quit IRC | 13:34 | |
*** tiswanso has joined #openstack-infra | 13:35 | |
*** otter768 has quit IRC | 13:36 | |
*** annegentle has quit IRC | 13:37 | |
*** vaidy_ril has joined #openstack-infra | 13:38 | |
vaidy_ril | jeblair, ping | 13:39 |
*** ajmiller has quit IRC | 13:39 | |
*** hdd has joined #openstack-infra | 13:39 | |
*** yamamoto has joined #openstack-infra | 13:40 | |
*** pc_m has joined #openstack-infra | 13:40 | |
*** mpaolino has joined #openstack-infra | 13:40 | |
*** zul has quit IRC | 13:43 | |
*** yamamoto has quit IRC | 13:45 | |
openstackgerrit | Darragh Bailey proposed openstack-infra/jenkins-job-builder: Wrap file objects with codecs to handle unicode https://review.openstack.org/183939 | 13:48 |
openstackgerrit | Darragh Bailey proposed openstack-infra/jenkins-job-builder: Reformat xUnit publisher help https://review.openstack.org/183585 | 13:50 |
*** annegentle has joined #openstack-infra | 13:50 | |
*** dguerri is now known as dguerri`away | 13:53 | |
*** hdd has quit IRC | 13:56 | |
*** annegentle has quit IRC | 13:56 | |
*** pc_m has quit IRC | 13:56 | |
*** yolanda has joined #openstack-infra | 13:58 | |
*** marcusvrn has quit IRC | 13:59 | |
*** markvoelker has quit IRC | 13:59 | |
*** fhubik has quit IRC | 14:00 | |
*** wenlock has quit IRC | 14:00 | |
*** arielb has joined #openstack-infra | 14:00 | |
*** marcusvrn has joined #openstack-infra | 14:01 | |
*** hashar has joined #openstack-infra | 14:02 | |
*** Kennan has quit IRC | 14:04 | |
*** Kennan has joined #openstack-infra | 14:04 | |
openstackgerrit | Darragh Bailey proposed stackforge/python-jenkins: Provider helper classes for plugin data management https://review.openstack.org/154316 | 14:07 |
*** mpaolino has quit IRC | 14:08 | |
*** sarob_ has quit IRC | 14:08 | |
*** jtomasek has quit IRC | 14:09 | |
*** dguerri`away is now known as dguerri | 14:14 | |
*** marcusvrn1 has joined #openstack-infra | 14:15 | |
*** marcusvrn has quit IRC | 14:18 | |
*** marcusvrn has joined #openstack-infra | 14:18 | |
*** mattfarina has quit IRC | 14:19 | |
*** marcusvrn1 has quit IRC | 14:20 | |
*** baoli has joined #openstack-infra | 14:20 | |
*** ihrachyshka_ has joined #openstack-infra | 14:20 | |
*** dkranz has quit IRC | 14:21 | |
*** ihrachyshka__ has joined #openstack-infra | 14:23 | |
*** marcusvrn has quit IRC | 14:23 | |
*** baoli has quit IRC | 14:25 | |
*** marcusvrn has joined #openstack-infra | 14:25 | |
*** arielb has quit IRC | 14:27 | |
*** ihrachyshka_ has quit IRC | 14:27 | |
*** ihrachyshka has joined #openstack-infra | 14:27 | |
*** marcusvrn1 has joined #openstack-infra | 14:28 | |
*** krtaylor has joined #openstack-infra | 14:29 | |
*** dguerri is now known as dguerri`away | 14:29 | |
*** dguerri`away is now known as dguerri | 14:29 | |
*** marcusvrn has quit IRC | 14:30 | |
*** ihrachyshka__ has quit IRC | 14:30 | |
*** amotoki has joined #openstack-infra | 14:32 | |
*** BharatK has joined #openstack-infra | 14:33 | |
*** ihrachyshka_ has joined #openstack-infra | 14:33 | |
*** mattfarina has joined #openstack-infra | 14:34 | |
*** zul has joined #openstack-infra | 14:34 | |
*** ihrachyshka__ has joined #openstack-infra | 14:36 | |
*** ihrachyshka has quit IRC | 14:37 | |
*** peristeri has joined #openstack-infra | 14:38 | |
*** yolanda has quit IRC | 14:39 | |
*** ihrachyshka_ has quit IRC | 14:39 | |
*** sdake has joined #openstack-infra | 14:42 | |
*** krtaylor has quit IRC | 14:42 | |
*** sdake_ has joined #openstack-infra | 14:43 | |
*** tonytan4ever has joined #openstack-infra | 14:44 | |
*** isviridov is now known as isviridov_away | 14:47 | |
*** sdake has quit IRC | 14:47 | |
*** ZZelle has joined #openstack-infra | 14:47 | |
*** krtaylor has joined #openstack-infra | 14:49 | |
*** zbitter has joined #openstack-infra | 14:50 | |
*** baoli has joined #openstack-infra | 14:54 | |
*** baoli has quit IRC | 14:56 | |
*** amitgandhinz has joined #openstack-infra | 14:56 | |
*** ihrachyshka_ has joined #openstack-infra | 14:57 | |
*** baoli has joined #openstack-infra | 14:57 | |
*** zb has joined #openstack-infra | 14:57 | |
*** hdd has joined #openstack-infra | 14:57 | |
*** amitgandhinz has quit IRC | 14:57 | |
*** gokrokve_ has joined #openstack-infra | 14:57 | |
*** abregman has quit IRC | 14:58 | |
*** dustins_ has joined #openstack-infra | 14:58 | |
*** amitgandhinz has joined #openstack-infra | 14:58 | |
*** pblaho has quit IRC | 14:59 | |
*** yfried_ has quit IRC | 15:00 | |
*** ihrachyshka__ has quit IRC | 15:00 | |
*** gokrokve has quit IRC | 15:00 | |
*** zbitter has quit IRC | 15:01 | |
*** dustins has quit IRC | 15:01 | |
*** marzif has joined #openstack-infra | 15:01 | |
*** yamahata has joined #openstack-infra | 15:04 | |
openstackgerrit | Sam Thursfield proposed openstack-infra/gear: Handle SIGINT correctly in Client.waitForServer() https://review.openstack.org/184264 | 15:05 |
*** shardy_ has joined #openstack-infra | 15:05 | |
*** julim has quit IRC | 15:07 | |
*** shardy has quit IRC | 15:07 | |
*** dguerri is now known as dguerri`away | 15:07 | |
*** vaidy_ has joined #openstack-infra | 15:09 | |
*** dguerri`away is now known as dguerri | 15:09 | |
*** amotoki_ has joined #openstack-infra | 15:09 | |
*** zul has quit IRC | 15:10 | |
*** zbitter has joined #openstack-infra | 15:10 | |
*** hashar has quit IRC | 15:10 | |
*** shardy_ has quit IRC | 15:11 | |
*** tonytan4ever has quit IRC | 15:11 | |
*** amotoki has quit IRC | 15:11 | |
*** julim has joined #openstack-infra | 15:11 | |
*** hashar has joined #openstack-infra | 15:11 | |
*** shardy has joined #openstack-infra | 15:11 | |
openstackgerrit | Sam Thursfield proposed openstack-infra/gear: Allow setting a timeout for Client.waitForServer() https://review.openstack.org/184265 | 15:12 |
*** panda has quit IRC | 15:13 | |
*** hashar has quit IRC | 15:13 | |
*** scheuran has quit IRC | 15:14 | |
*** abregman has joined #openstack-infra | 15:14 | |
*** panda has joined #openstack-infra | 15:14 | |
*** zb has quit IRC | 15:14 | |
*** zaneb has joined #openstack-infra | 15:14 | |
*** abregman has quit IRC | 15:14 | |
*** ihrachyshka_ has quit IRC | 15:14 | |
*** changbl has joined #openstack-infra | 15:15 | |
*** dustins_ has quit IRC | 15:16 | |
*** tonytan4ever has joined #openstack-infra | 15:16 | |
*** zbitter has quit IRC | 15:17 | |
*** amotoki_ has quit IRC | 15:19 | |
*** krtaylor has quit IRC | 15:20 | |
*** puranamr has joined #openstack-infra | 15:21 | |
*** ParsectiX has joined #openstack-infra | 15:21 | |
*** mriedem has joined #openstack-infra | 15:22 | |
*** zb has joined #openstack-infra | 15:22 | |
*** maishsk has quit IRC | 15:24 | |
*** baoli has quit IRC | 15:24 | |
*** jamielennox|away is now known as jamielennox | 15:25 | |
*** puranamr has quit IRC | 15:26 | |
*** zaneb has quit IRC | 15:27 | |
*** zbitter has joined #openstack-infra | 15:27 | |
*** dustins has joined #openstack-infra | 15:28 | |
*** yamamoto has joined #openstack-infra | 15:28 | |
*** arxcruz has joined #openstack-infra | 15:29 | |
*** zaneb has joined #openstack-infra | 15:30 | |
*** weshay has joined #openstack-infra | 15:31 | |
*** dustins has quit IRC | 15:31 | |
*** zb has quit IRC | 15:32 | |
*** otter768 has joined #openstack-infra | 15:32 | |
*** tiswanso has quit IRC | 15:32 | |
*** nelsnelson has joined #openstack-infra | 15:32 | |
*** e0ne has joined #openstack-infra | 15:32 | |
*** yamamoto has quit IRC | 15:33 | |
*** gokrokve has joined #openstack-infra | 15:33 | |
*** zbitter has quit IRC | 15:34 | |
*** whayutin_ has joined #openstack-infra | 15:35 | |
*** gokrokve has quit IRC | 15:35 | |
*** gokrokve has joined #openstack-infra | 15:36 | |
*** otter768 has quit IRC | 15:36 | |
*** gokrokve_ has quit IRC | 15:37 | |
*** julim has quit IRC | 15:37 | |
*** ZZelle has quit IRC | 15:38 | |
*** weshay has quit IRC | 15:38 | |
*** marcusvrn has joined #openstack-infra | 15:40 | |
*** puranamr has joined #openstack-infra | 15:42 | |
*** hdd has quit IRC | 15:43 | |
*** marcusvrn1 has quit IRC | 15:43 | |
*** amitgandhinz has quit IRC | 15:43 | |
*** e0ne has quit IRC | 15:44 | |
*** yamamoto has joined #openstack-infra | 15:45 | |
*** k4n0 has quit IRC | 15:45 | |
*** puranamr has quit IRC | 15:47 | |
*** marcusvrn has quit IRC | 15:47 | |
openstackgerrit | Elena Ezhova proposed openstack-dev/pbr: Remove self.pre_run calls in packaging.py https://review.openstack.org/184273 | 15:49 |
*** whayutin_ has quit IRC | 15:49 | |
*** jamespage_ has joined #openstack-infra | 15:51 | |
*** pc_m has joined #openstack-infra | 15:52 | |
*** dmorita has quit IRC | 15:52 | |
*** jamespage_ has quit IRC | 15:53 | |
*** yfried_ has joined #openstack-infra | 15:53 | |
*** hdd has joined #openstack-infra | 15:53 | |
*** mpavone has quit IRC | 15:55 | |
*** woodster_ has joined #openstack-infra | 15:56 | |
*** baoli has joined #openstack-infra | 15:56 | |
*** jistr has quit IRC | 15:57 | |
*** jamielennox is now known as jamielennox|away | 15:57 | |
*** baoli has quit IRC | 15:58 | |
*** baoli has joined #openstack-infra | 15:58 | |
*** puranamr has joined #openstack-infra | 15:59 | |
*** amotoki_ has joined #openstack-infra | 16:00 | |
*** markvoelker has joined #openstack-infra | 16:00 | |
lifeless | hows the gate etc ? | 16:02 |
*** baoli has quit IRC | 16:03 | |
*** mestery has joined #openstack-infra | 16:03 | |
*** hdd has quit IRC | 16:04 | |
*** baoli has joined #openstack-infra | 16:04 | |
*** dmorita has joined #openstack-infra | 16:04 | |
*** dguerri is now known as dguerri`away | 16:05 | |
*** dustins has joined #openstack-infra | 16:05 | |
*** jlanoux has quit IRC | 16:05 | |
*** yolanda has joined #openstack-infra | 16:06 | |
*** vaidy_ has quit IRC | 16:06 | |
*** lutam has joined #openstack-infra | 16:06 | |
*** markvoelker has quit IRC | 16:07 | |
*** yfried_ is now known as yfried|afk | 16:09 | |
openstackgerrit | Matthew Treinish proposed openstack-infra/subunit2sql: Use setuptools extras for graphing requirements https://review.openstack.org/184278 | 16:09 |
*** yamahata has quit IRC | 16:10 | |
*** dguerri`away is now known as dguerri | 16:10 | |
*** ParsectiX has quit IRC | 16:10 | |
*** ParsectiX has joined #openstack-infra | 16:11 | |
*** BobBall has joined #openstack-infra | 16:12 | |
mtreinish | lifeless: ^^^ if you get a sec I'd appreciate your opinion on that. Trying to use extras | 16:12 |
clarkb | lifeless: I think master is happy again but stable branches need some hacking releases on the older releases too | 16:12 |
*** dizquierdo has quit IRC | 16:13 | |
lifeless | clarkb: can you +2 +A https://review.openstack.org/#/c/184273/ ? | 16:13 |
lifeless | mtreinish: looking | 16:13 |
lifeless | clarkb: (there was a testr-glue regression) in pbr | 16:13 |
*** mestery has quit IRC | 16:14 | |
*** wenlock has joined #openstack-infra | 16:14 | |
*** amotoki_ has quit IRC | 16:14 | |
clarkb | lifeless: looking | 16:15 |
*** gokrokve_ has joined #openstack-infra | 16:15 | |
*** dmorita has quit IRC | 16:15 | |
*** baoli has quit IRC | 16:15 | |
*** pcrews has quit IRC | 16:15 | |
*** baoli has joined #openstack-infra | 16:16 | |
clarkb | seems like pyflakes should catch that, in any case its an easy thing to approve | 16:17 |
mtreinish | lifeless: thanks | 16:17 |
*** zaneb has quit IRC | 16:17 | |
*** salv-orlando has joined #openstack-infra | 16:18 | |
*** gokrokve_ has quit IRC | 16:18 | |
*** gokrokve has quit IRC | 16:18 | |
*** gokrokve_ has joined #openstack-infra | 16:18 | |
lifeless | mtreinish: of course, we haven't had the discussion about 'are extras ok' yet:) | 16:18 |
*** dannywilson has joined #openstack-infra | 16:19 | |
mtreinish | lifeless: heh, fair enough. But, it fits what I was looking for. It's simple enough to revert if we decide not to use them | 16:20 |
*** ociuhandu has joined #openstack-infra | 16:20 | |
*** baoli has quit IRC | 16:20 | |
lifeless | mtreinish: there's a pip bug where pip install .[graph] won't work yet | 16:20 |
lifeless | mtreinish: and update.py doesn't know about extras yet | 16:20 |
*** dmorita has joined #openstack-infra | 16:20 | |
*** baoli has joined #openstack-infra | 16:20 | |
lifeless | mtreinish: but thats all I know about so ar | 16:21 |
lifeless | far | 16:21 |
*** hdd has joined #openstack-infra | 16:21 | |
mtreinish | well subunit2sql g-r synced so I don't really have to worry about update.py | 16:21 |
*** pcrews has joined #openstack-infra | 16:21 | |
lifeless | mtreinish: https://github.com/pypa/pip/issues/1236 | 16:21 |
mtreinish | but the pip bug sounds annoying | 16:21 |
lifeless | mtreinish: subunit2sql *isn't* or *is* ? | 16:22 |
*** wenlock has quit IRC | 16:22 | |
mtreinish | isn't | 16:22 |
lifeless | https://github.com/pypa/pip/pull/2785 | 16:22 |
lifeless | ah | 16:22 |
* mtreinish wants to blame his stupid gen2 x1 carbon keyboard | 16:22 | |
lifeless | so it probably should be locked downin some fashion | 16:22 |
lifeless | but thats one of the things we need to work through | 16:23 |
*** yfried|afk is now known as yfried_ | 16:23 | |
mtreinish | sure | 16:24 |
*** mriedem has quit IRC | 16:24 | |
*** pcrews has quit IRC | 16:27 | |
*** dannywilson has quit IRC | 16:27 | |
*** vaidy_ has joined #openstack-infra | 16:32 | |
vaidy_ | jeblair, ping | 16:32 |
vaidy_ | hi | 16:32 |
*** ibiris_away is now known as ibiris | 16:32 | |
*** sks has quit IRC | 16:33 | |
*** Guest12010 has quit IRC | 16:33 | |
clarkb | lifeless: looks like pbr itself may fail the hacking version check | 16:33 |
vaidy_ | the gate-rally-pep8 seems to be failing continuously | 16:33 |
clarkb | lifeless: I am looking to see if the update is trivial and if it is already proposed | 16:33 |
*** wenlock has joined #openstack-infra | 16:33 | |
vaidy_ | any idea?? | 16:33 |
clarkb | vaidy_: its the hacking issue, there is mail on the list about it | 16:33 |
clarkb | vaidy_: but basically oyu need to either make sure ou use the fixed version of hacking or relax your pbr version | 16:34 |
vaidy_ | clarkb, sorry i am not in the mailing list | 16:34 |
vaidy_ | clarkb, i mean i am not subscribed to the mailinglist | 16:34 |
clarkb | vaidy_: http://lists.openstack.org/pipermail/openstack-dev/2015-May/064362.html thats the start of the thread on the archive | 16:34 |
lifeless | clarkb: trolololol. | 16:35 |
lifeless | clarkb: thanks | 16:35 |
clarkb | lifeless: pretty much | 16:35 |
lifeless | clarkb: also, /wrists. But mainly trololololol. | 16:35 |
clarkb | lifeless: I think it has to do with how we explicitly install . in pbr testing so its self testing but have somehow managed to break that in a subtle way | 16:36 |
openstackgerrit | Elena Ezhova proposed openstack-dev/pbr: Bump new hacking version https://review.openstack.org/184285 | 16:36 |
*** mwagner_lap has joined #openstack-infra | 16:36 | |
*** yfried_ has quit IRC | 16:36 | |
openstackgerrit | Elena Ezhova proposed openstack-dev/pbr: Remove self.pre_run calls in packaging.py https://review.openstack.org/184273 | 16:36 |
*** yfried_ has joined #openstack-infra | 16:37 | |
clarkb | lifeless: oh I see it, we install old hacking, let me see how bad updating that is, otherwise we can wait for fixes on the older hacking releases | 16:37 |
*** mestery has joined #openstack-infra | 16:37 | |
*** dmorita has quit IRC | 16:39 | |
clarkb | lifeless: looks like we may be passing latest hacking so I will just push that change up | 16:41 |
lifeless | clarkb: cool | 16:41 |
*** ociuhandu has quit IRC | 16:41 | |
*** dboik has joined #openstack-infra | 16:41 | |
*** unicell has joined #openstack-infra | 16:41 | |
*** yolanda has quit IRC | 16:42 | |
*** dmorita has joined #openstack-infra | 16:42 | |
openstackgerrit | Clark Boylan proposed openstack-dev/pbr: Update hacking to 0.10.x series https://review.openstack.org/184290 | 16:42 |
*** amotoki has joined #openstack-infra | 16:43 | |
*** dboik_ has joined #openstack-infra | 16:43 | |
lifeless | clarkb: hammered | 16:45 |
lifeless | clarkb: now, why didn't update.py tell us bout that | 16:45 |
clarkb | lifeless: I think pbr may not be in the projects list inside of openstack/requirements which is what we use in the job to update reqs | 16:45 |
clarkb | lifeless: that is likely a bug given ^ | 16:46 |
lifeless | looking | 16:46 |
*** baoli has quit IRC | 16:46 | |
clarkb | lifeless: https://git.openstack.org/cgit/openstack/requirements/tree/projects.txt it is not there | 16:46 |
*** dboik has quit IRC | 16:46 | |
lifeless | nothing ffrom openstack-dev is | 16:46 |
lifeless | oh no | 16:46 |
lifeless | hacking is | 16:46 |
*** ParsectiX has quit IRC | 16:47 | |
*** ParsectiX has joined #openstack-infra | 16:47 | |
*** yfried_ is now known as yfried|afk | 16:48 | |
*** lutam has quit IRC | 16:48 | |
lifeless | btw | 16:48 |
lifeless | kerberos is failing to wheel | 16:48 |
*** tonytan4ever has quit IRC | 16:48 | |
lifeless | http://logs.openstack.org/52/124652/4/check/check-pbr-installation-dsvm-upstream/c9f06b0/console.html#_2015-05-16_22_30_19_247 | 16:48 |
lifeless | (showing pip moving on past :)) | 16:48 |
lifeless | sdague: ^ | 16:48 |
openstackgerrit | lifeless proposed openstack/requirements: Add pbr to synchronised projects. https://review.openstack.org/184293 | 16:48 |
clarkb | looks like we are missing a dev lib | 16:49 |
*** gokrokve_ has quit IRC | 16:49 | |
*** dboik_ has quit IRC | 16:49 | |
lifeless | we need a bindep file there | 16:49 |
*** gokrokve has joined #openstack-infra | 16:49 | |
vaidy_ | clarkb, then the jenkins server needs to be hacked with the latest pbr | 16:49 |
clarkb | lifeless: I expect fungi to get that in place shortly after the summit (it is very close) | 16:49 |
*** yolanda has joined #openstack-infra | 16:49 | |
lifeless | vaidy_: ? | 16:50 |
fungi | clarkb: yep | 16:50 |
*** unicell has quit IRC | 16:50 | |
vaidy_ | lifeless, http://lists.openstack.org/pipermail/openstack-dev/2015-May/064362.html | 16:50 |
vaidy_ | lifeless, regarding the gate-pep8 failures | 16:51 |
lifeless | vaidy_: still not getting your point (I wrote that email :)) | 16:51 |
*** sigmavirus24_awa is now known as sigmavirus24 | 16:51 | |
vaidy_ | lifeless, i mean when i submit the patch the jenkins should take care of the pbr rite? in the hp cloud | 16:51 |
vaidy_ | lifeless, correct me if i am wrong | 16:52 |
lifeless | vaidy_: Which patch? What does HP cloud have to do with the hacking update? | 16:52 |
vaidy_ | lifeless, i am facing this issue in rally too | 16:53 |
vaidy_ | check this https://review.openstack.org/#/c/179739/ | 16:53 |
*** e0ne has joined #openstack-infra | 16:53 | |
*** gokrokve has quit IRC | 16:54 | |
openstackgerrit | lifeless proposed openstack-dev/pbr: Add kerberos deps to build the kerberos wheel. https://review.openstack.org/184294 | 16:54 |
*** yolanda has quit IRC | 16:54 | |
lifeless | vaidy_: it is controlled by your test-requirements.txt file | 16:55 |
openstackgerrit | Darragh Bailey proposed openstack-infra/jenkins-job-builder: Fix Builder.update_job() on Python 3 https://review.openstack.org/172238 | 16:55 |
lifeless | vaidy_: you need 0.10.2 or a new 0.9.x release that hasn't happened yet. | 16:55 |
vaidy_ | lifeless, ok | 16:55 |
*** markus_z has quit IRC | 16:55 | |
*** sdake_ is now known as sdake | 16:55 | |
*** achanda has joined #openstack-infra | 16:55 | |
*** hdd has quit IRC | 16:56 | |
*** e0ne has quit IRC | 16:56 | |
lifeless | vaidy_: try using 0.10.2 locally, and if its clean (or easy to fix) then you can just update your test-requirements.txt to match whats in global-requirements.txt in the requirements repository | 16:56 |
openstackgerrit | Darragh Bailey proposed openstack-infra/jenkins-job-builder: Wrap file objects with codecs to handle unicode https://review.openstack.org/183939 | 16:56 |
vaidy_ | lifeless, ok | 16:56 |
lifeless | vaidy_: also you probably want to make rally be synchronised with requirements, since you have a stale dependency constraint there | 16:56 |
lifeless | clarkb: so we might need to fold these all together | 16:56 |
*** ParsectiX has quit IRC | 16:57 | |
*** wenlock_ has joined #openstack-infra | 16:57 | |
lifeless | clarkb: ah actually the kerberos one is advisory, so we're ok | 16:57 |
lifeless | clarkb: though we should land it | 16:57 |
clarkb | lifeless: ya Ithink hacking update gets in first then the others should all go in | 16:57 |
*** ParsectiX has joined #openstack-infra | 16:57 | |
lifeless | clarkb: hah https://review.openstack.org/#/c/184285/ | 16:57 |
vaidy_ | lifeless, let me talk to boris-42 | 16:58 |
lifeless | clarkb: we both missed it :) | 16:58 |
*** e0ne has joined #openstack-infra | 16:58 | |
clarkb | lifeless: I did skim the list, :( | 16:58 |
lifeless | clarkb: (its a dep of the pre_run thing) | 16:58 |
clarkb | lifeless: we can merge that one instead | 16:58 |
*** e0ne is now known as e0ne_ | 16:58 | |
clarkb | (more fair to the person that actually fixed things) | 16:58 |
lifeless | o no, that person added it after the first one bounced | 16:58 |
*** e0ne_ is now known as e0ne | 16:58 | |
*** e0ne is now known as e0ne_ | 16:58 | |
lifeless | vaidy_: is elena on IRC ? | 16:58 |
vaidy_ | lifeless, let me check | 16:59 |
clarkb | oh also that doesn't match global requirements so maybe we should use mine (or update the other) | 16:59 |
clarkb | we need it to match to make your change to add enforcement happy | 16:59 |
vaidy_ | lifeless, dont think so | 16:59 |
lifeless | clarkb: yeah | 16:59 |
lifeless | yours will go in soon, waiting on tempest | 17:00 |
clarkb | kk | 17:01 |
*** sshnaidm has quit IRC | 17:02 | |
*** baoli has joined #openstack-infra | 17:03 | |
*** hdd has joined #openstack-infra | 17:03 | |
*** hdd has quit IRC | 17:04 | |
*** amotoki_ has joined #openstack-infra | 17:05 | |
fungi | jeblair: looks like a few oslo contributors might have use for pbx.openstack.org? http://lists.openstack.org/pipermail/openstack-dev/2015-May/064361.html | 17:06 |
*** pcrews has joined #openstack-infra | 17:07 | |
clarkb | fungi: does that render super left aligned for you? I am noticing that I have no marging at all on the left and makes reading hard | 17:07 |
clarkb | using chromium | 17:07 |
lifeless | jogo: lets talk about https://review.openstack.org/#/c/183930/ | 17:07 |
fungi | clarkb: the list archive page? | 17:08 |
*** yfried|afk is now known as yfried_ | 17:08 | |
jeblair | clarkb: yes it does for me | 17:08 |
fungi | i see the same in ff, yes | 17:08 |
jeblair | fungi: shall i respond to that or are you doing so? | 17:08 |
*** amotoki has quit IRC | 17:08 | |
*** amotoki_ has quit IRC | 17:08 | |
fungi | jeblair: i can, though didn't know if you had specific recommendations not yet present on the wiki | 17:09 |
clarkb | I wonder if mailman updated templates? or maybe browsers started treating the css differently? ( this is not my area of knowing things ) | 17:09 |
*** amotoki has joined #openstack-infra | 17:09 | |
fungi | clarkb: my bet is that we're linking css from www.o.o and it changed | 17:10 |
*** amotoki has quit IRC | 17:10 | |
*** dmorita has quit IRC | 17:10 | |
jeblair | fungi: nope, just followed wiki. might want to suggest they pick a conf number != 6000 | 17:10 |
fungi | will do! thanks jeblair. replying to that thread now | 17:11 |
*** e0ne_ has quit IRC | 17:11 | |
*** dmorita has joined #openstack-infra | 17:12 | |
*** mestery has quit IRC | 17:14 | |
reazem | AJaeger: Should I wait for https://review.openstack.org/#/c/183170/ ? Or do I have to ask now? | 17:14 |
*** dmorita has quit IRC | 17:16 | |
jeblair | clarkb, fungi, nibz: https://etherpad.openstack.org/p/yvr-infra | 17:17 |
jeblair | that's my schedule for today | 17:17 |
jeblair | i can bridge those for anyone who wants... | 17:17 |
*** vaidy_ has quit IRC | 17:17 | |
*** salv-orlando has quit IRC | 17:17 | |
*** yfried_ is now known as yfried|afk | 17:18 | |
jeblair | we can keep updating that pad for later days, or if we need to split up for anything | 17:18 |
jeblair | and actually the javascript one would be good to have coverage in: http://libertydesignsummit.sched.org/event/a865773cc1b491dd90d218fd638d8700#.VVte07xonVM | 17:18 |
*** hdd has joined #openstack-infra | 17:19 | |
jeblair | mordred, pleia2, fungi: ^ | 17:19 |
fungi | thanks. trying to get to etherpad.o.o and sched.org from the front of the keynotes is not happymaking for me at the moment | 17:20 |
clarkb | jeblair: someone else just responded to your gerrit thread saying they have the same issue | 17:20 |
clarkb | jeblair: so its not just us \o/ | 17:21 |
StevenK | wifi in the keynote is not happymaking | 17:21 |
*** ChanServ changes topic to "Discussion of OpenStack Developer and Community Infrastructure | Summit audio bridge info: https://etherpad.openstack.org/p/yvr-infra" | 17:21 | |
jeblair | clarkb: excellent timing | 17:21 |
fungi | clarkb: yeah, and with gerrit 2.11, so presumably not fixed by newer patches yes | 17:21 |
fungi | er, yet | 17:21 |
StevenK | My laptop says three bars, but my phone says zero. | 17:21 |
fungi | oh, 2.11 has the same git as 2.10.3, in 2.10.4 jgit is newer | 17:22 |
lifeless | new pip incoming later today | 17:22 |
jeblair | fungi: wow i need a diagram | 17:23 |
jeblair | i appear to be 3 feet from a wifi transceiver with line of sight | 17:25 |
jeblair | fungi: ttx must be blocking your signal ;) | 17:26 |
StevenK | Haha | 17:26 |
*** hdd has quit IRC | 17:26 | |
StevenK | I am the middle of a mass people, poor wifi | 17:26 |
fungi | jeblair: it could also just hate me | 17:26 |
pleia2 | javascriot thing is during my panel :\ | 17:27 |
*** dmorita has joined #openstack-infra | 17:27 | |
lifeless | gnar tempest | 17:27 |
mordred | jeblair: I'm going to js | 17:27 |
fungi | i'm happy to be in any session which needs infra coverage, so if that's js then i'm game | 17:27 |
fungi | also i think krotscheck is planning to be there | 17:27 |
lifeless | http://logs.openstack.org/90/184290/1/check/gate-tempest-dsvm-neutron-src-pbr/3e9001c/console.html#_2015-05-19_17_25_57_422 | 17:28 |
*** imcsk8|zZz is now known as imcsk8 | 17:28 | |
fungi | so i can take it as another opportunity to give him a hard time | 17:28 |
*** mestery has joined #openstack-infra | 17:28 | |
openstackgerrit | Darragh Bailey proposed openstack-infra/git-review: Switch to requests to support proxying of 'https' https://review.openstack.org/180178 | 17:28 |
pleia2 | I think krotschexk is running it :) | 17:29 |
jeblair | pleia2: ah yeah, that panel looks cool. i don't think you should miss it. :) | 17:29 |
pleia2 | jeblair: thanks :) | 17:30 |
*** ashleighfarnham has joined #openstack-infra | 17:31 | |
jeblair | mordred: k, i added you to that list; i don't know that anyone needs that audio-bridged so i don't think you'll need to do that unless someone asks | 17:32 |
*** ashleighfarnham has quit IRC | 17:32 | |
*** ashleighfarnham has joined #openstack-infra | 17:32 | |
*** otter768 has joined #openstack-infra | 17:33 | |
mordred | jeblair: where you now? | 17:33 |
jeblair | mordred: row 2 seat 2 | 17:33 |
openstackgerrit | lifeless proposed openstack-dev/pbr: Remove self.pre_run calls in packaging.py https://review.openstack.org/184273 | 17:33 |
mordred | ah | 17:34 |
*** ociuhandu has joined #openstack-infra | 17:35 | |
*** amotoki has joined #openstack-infra | 17:35 | |
*** whoops has joined #openstack-infra | 17:36 | |
*** ihrachyshka_ has joined #openstack-infra | 17:38 | |
fungi | do we need an infra rep in either design or ops summit 101 sessions? | 17:38 |
*** otter768 has quit IRC | 17:38 | |
*** mwagner_lap has quit IRC | 17:39 | |
*** mkj_wk has quit IRC | 17:39 | |
*** mwagner_lap has joined #openstack-infra | 17:40 | |
*** sdake has quit IRC | 17:40 | |
*** gokrokve has joined #openstack-infra | 17:40 | |
*** mkj_wk has joined #openstack-infra | 17:41 | |
jeblair | fungi: ttx said that he and anne do the design 101 session. it would be a good thing for our new infra folks to attend | 17:42 |
openstackgerrit | Darragh Bailey proposed openstack-infra/jenkins-job-builder: Separate out custom yaml tags into separate classes https://review.openstack.org/180370 | 17:42 |
*** sdake has joined #openstack-infra | 17:42 | |
jeblair | i'd go if it weren't for the py3 session | 17:42 |
* crinkle is stuck in puppet session all day, sorry :/ | 17:42 | |
*** yfried|afk is now known as yfried_ | 17:42 | |
*** ociuhandu has quit IRC | 17:43 | |
*** yamamoto has quit IRC | 17:43 | |
*** notnownikki has quit IRC | 17:43 | |
fungi | agreed, new infra peeps who are available would definitely benefit from going | 17:43 |
jeblair | crinkle: you're the infra coverage for the puppet session :) (which is unfortunately a whole-day conflict with the cross-project sessions) | 17:44 |
*** pc_m has quit IRC | 17:44 | |
*** amotoki_ has joined #openstack-infra | 17:45 | |
*** baoli has quit IRC | 17:45 | |
*** ashleighfarnham has quit IRC | 17:46 | |
*** amotoki has quit IRC | 17:48 | |
*** pcrews has quit IRC | 17:50 | |
*** sdake has quit IRC | 17:51 | |
*** salv-orlando has joined #openstack-infra | 17:52 | |
*** david-lyle has joined #openstack-infra | 17:53 | |
*** ihrachyshka_ has quit IRC | 17:53 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 17:55 | |
*** sdake has joined #openstack-infra | 17:56 | |
*** pc_m has joined #openstack-infra | 17:57 | |
*** yfried_ is now known as yfried|afk | 17:58 | |
*** amotoki_ has quit IRC | 17:59 | |
*** mestery has quit IRC | 17:59 | |
*** dmorita has quit IRC | 18:00 | |
*** yfried|afk is now known as yfried_ | 18:01 | |
*** david-lyle has quit IRC | 18:01 | |
*** amotoki has joined #openstack-infra | 18:02 | |
*** hdd has joined #openstack-infra | 18:03 | |
openstackgerrit | Darragh Bailey proposed openstack-infra/jenkins-job-builder: Support lazy resolving of include yaml tags https://review.openstack.org/63580 | 18:03 |
*** achanda has quit IRC | 18:04 | |
*** Kennan has quit IRC | 18:05 | |
*** Kennan2 has joined #openstack-infra | 18:05 | |
pelix | fungi jeblair zaro: if you fancy reviewing something for JJB while you're not completely snowed under in Vancouver, https://review.openstack.org/183488 would be a good candidate since tests on python 3.4 fail without it. | 18:05 |
*** salv-orlando has quit IRC | 18:05 | |
*** dannywilson has joined #openstack-infra | 18:06 | |
*** camunoz has joined #openstack-infra | 18:06 | |
*** puranamr has quit IRC | 18:06 | |
*** david-lyle has joined #openstack-infra | 18:07 | |
*** puranamr has joined #openstack-infra | 18:07 | |
*** mrunge has joined #openstack-infra | 18:07 | |
* anteaya is in user notifications as is mordred | 18:08 | |
*** rbradfor has joined #openstack-infra | 18:08 | |
*** ibiris is now known as ibiris_away | 18:09 | |
clarkb | pelix: https://review.openstack.org/#/c/181364/7 passed python3.4 too, what changed? | 18:09 |
* mordred is going to push for imap | 18:09 | |
clarkb | mordred: not pop? | 18:09 |
mordred | clarkb: shared folders + seen flags + idle == kinda perfect for this | 18:10 |
*** scottda has joined #openstack-infra | 18:10 | |
*** sputnik13 has joined #openstack-infra | 18:11 | |
clarkb | mordred: one big issue with it is you have to poll or drain the battery on your phone (which may or may not be a problem for openstack) | 18:11 |
greghaynes | Please no openstack on phones | 18:11 |
*** yolanda has joined #openstack-infra | 18:12 | |
*** hdd has quit IRC | 18:12 | |
*** jamielennox|away is now known as jamielennox | 18:12 | |
clarkb | greghaynes: in the area of user notifications ocnsuming them on a portable device makes sense to me | 18:12 |
clarkb | "tell my phone when you are done building my new application so I can go eat dinner now" | 18:13 |
*** zul has joined #openstack-infra | 18:13 | |
greghaynes | clarkb: yea yea, its a neat concept | 18:13 |
scottda | Infra team, what is the launchpad tag for infra bugs? | 18:13 |
greghaynes | current situation is kind light years from that though | 18:13 |
greghaynes | er, kind of | 18:13 |
scottda | And is infra the right place to log a bug for missing git hook? | 18:13 |
*** tiswanso has joined #openstack-infra | 18:13 | |
*** unicell has joined #openstack-infra | 18:14 | |
clarkb | scottda: missing git hook? | 18:14 |
clarkb | we don't use git hooks other than the one git review installs for you | 18:14 |
*** _nadya_ has quit IRC | 18:14 | |
*** amotoki has quit IRC | 18:14 | |
scottda | ok, thanks. | 18:15 |
clarkb | scottda: can you provide more info though? curious to know what the issue is | 18:15 |
*** dannywilson has quit IRC | 18:15 | |
*** ddieterly has joined #openstack-infra | 18:15 | |
jeblair | clarkb: audio ok? | 18:16 |
scottda | I merged a patch that had "Closes-Bug: 1454407" | 18:16 |
openstack | bug 1454407 in Cinder "cinderclient no longer honors --endpoint-type" [Undecided,Fix committed] https://launchpad.net/bugs/1454407 - Assigned to Scott DAngelo (scott-dangelo) | 18:16 |
clarkb | jeblair: yup thanks | 18:16 |
scottda | But since it is missing the pound/hash sign '#' it didn't get linked to the launchpad bug automatically | 18:16 |
jeblair | clarkb: atherpad is on screen; chat should work | 18:17 |
clarkb | jeblair: thanks, I have it up | 18:17 |
*** dmorita has joined #openstack-infra | 18:17 | |
*** tonytan4ever has joined #openstack-infra | 18:18 | |
scottda | So, I'm not sure if that causes further issues besides linking the patch and bug. But I thought a git hook to parse for that would save me from my own errors (and possibly others) | 18:18 |
openstackgerrit | George Peristerakis proposed openstack-infra/system-config: Moved the server class settings out of the eavesdrop class https://review.openstack.org/184305 | 18:18 |
*** sdake has quit IRC | 18:18 | |
*** spredzy|afk is now known as spredzy | 18:18 | |
clarkb | scottda: so I don't think thats the problem | 18:18 |
clarkb | scottda: it should accept the # or without the #. In general git hooks are a problem because they are not automatically installed (for good reason) so you can't expect everyone to use them | 18:19 |
clarkb | scottda: so lets figure out why this broke and fix that instead | 18:19 |
*** mattfarina has quit IRC | 18:19 | |
scottda | ok, sounds good. | 18:19 |
clarkb | https://launchpad.net/~cinder-bugs/+members#active thats the group that the hudson user needs to be in and is in that group so thats not the issue | 18:20 |
*** yolanda has quit IRC | 18:20 | |
openstackgerrit | Merged openstack-infra/project-config: Create new stackforge project watcher https://review.openstack.org/184149 | 18:21 |
*** amotoki has joined #openstack-infra | 18:22 | |
*** wenlock_ has quit IRC | 18:22 | |
*** hdd has joined #openstack-infra | 18:22 | |
*** ddieterly has quit IRC | 18:23 | |
clarkb | scottda: https://git.openstack.org/cgit/openstack-infra/jeepyb/tree/jeepyb/cmd/update_bug.py is the script gerrit runs to update the bugs fwiw | 18:23 |
clarkb | I am about to look in logs | 18:23 |
tchaypo | it makes me sad when people give out github links instead of git.openstack.org links | 18:23 |
tchaypo | is that just me? | 18:23 |
clarkb | but need to pay attention to design sessions so won't do a lot more debugging right now. If you do want to submit a bug against jeepyb on storyboard.openstack.org we can keep track there | 18:23 |
clarkb | scottda: ^ | 18:23 |
scottda | ok, will do | 18:23 |
*** hdd has quit IRC | 18:23 | |
fungi | tchaypo: it makes at least every one of us who spend our valuable time running git.o.o sad, yes | 18:24 |
*** Sukhdev has joined #openstack-infra | 18:26 | |
*** tiswanso has quit IRC | 18:26 | |
*** yamamoto has joined #openstack-infra | 18:27 | |
scottda | clarkb: https://storyboard.openstack.org/#!/story/2000266 | 18:28 |
scottda | thanks | 18:28 |
*** e0ne has joined #openstack-infra | 18:28 | |
*** dmorita has quit IRC | 18:28 | |
*** arxcruz has quit IRC | 18:28 | |
*** dmorita has joined #openstack-infra | 18:29 | |
*** e0ne has quit IRC | 18:29 | |
openstackgerrit | Merged openstack-infra/project-config: Make `networking-midonet` tempest test vote https://review.openstack.org/182560 | 18:30 |
*** Hal has joined #openstack-infra | 18:30 | |
*** Hal is now known as Guest48698 | 18:31 | |
*** pcrews has joined #openstack-infra | 18:32 | |
clarkb | scottda: that change doesn't show up in a grep of the gerrit logs, usually when the bug update scripts fails it tracebacks, so I think that script ran "successfully" at least as far as gerrit was concerned | 18:32 |
*** asselin has joined #openstack-infra | 18:32 | |
clarkb | scottda: so likely an issue in the script or with launchpad | 18:33 |
*** salv-orlando has joined #openstack-infra | 18:33 | |
*** ihrachyshka_ has joined #openstack-infra | 18:33 | |
openstackgerrit | Merged openstack-infra/tripleo-ci: Replace ci.o.o links with docs.o.o/infra https://review.openstack.org/183306 | 18:34 |
*** e0ne has joined #openstack-infra | 18:34 | |
*** bknudson has joined #openstack-infra | 18:35 | |
scottda | ok. Is it possible there was a gerrit restart or something similar at the time of the merge that might have cause this? Just guessing... | 18:35 |
openstackgerrit | Merged openstack-infra/project-config: New stackforge project: puppet-surveil https://review.openstack.org/183168 | 18:38 |
openstackgerrit | Merged openstack-infra/project-config: Surveil ACL: pushSignedTag requires surveil-release https://review.openstack.org/183170 | 18:38 |
*** pc_m has quit IRC | 18:39 | |
clarkb | scottda: I don't think so, I expect there to be a logic bug somewhere | 18:42 |
clarkb | we haven't restarted gerrit for a while | 18:42 |
openstackgerrit | Merged openstack-infra/project-config: Grant sahara-ci group permissions to verify all sahara repos https://review.openstack.org/181988 | 18:42 |
anteaya | yay for not having to restart gerrit in a while | 18:42 |
openstackgerrit | Merged openstack-infra/project-config: Add non-voting coverage job to sahara check pipeline https://review.openstack.org/182059 | 18:42 |
scottda | cool. I'll stop with my wild guesses now. | 18:42 |
flip214 | clarkb: perhaps I'm just unlucky, but I see quite a few CI runs give FAILURE because the devstack setup didn't work out - "hash checksum mismatch", pip failures, and other transient things. | 18:43 |
*** wenlock_ has joined #openstack-infra | 18:43 | |
flip214 | shouldn't such things be retried, instead of failing the (completely unrelated) commit? | 18:44 |
anteaya | flip214: have you a url for a patch where you see this? | 18:44 |
tchaypo | Are we running the meeting this week? | 18:45 |
*** armax has joined #openstack-infra | 18:45 | |
anteaya | tchaypo: most meetings are cancelled this week | 18:45 |
anteaya | including the infra meeting | 18:45 |
*** achanda has joined #openstack-infra | 18:46 | |
*** yamamoto has quit IRC | 18:46 | |
*** ddieterly has joined #openstack-infra | 18:46 | |
flip214 | anteaya: here's a "git call failed: [git clone' git://git.openstack.org/openstack/nova.git '/opt/stack/nova]'" http://144.76.193.39/ci-artifacts/178573/5/Devstack-Standalone-ISER-ISCSI-PROTOCOL/console.log.gz | 18:47 |
*** mattfarina has joined #openstack-infra | 18:47 | |
*** yamamoto has joined #openstack-infra | 18:47 | |
*** odyssey4me has left #openstack-infra | 18:47 | |
*** ddieterly has quit IRC | 18:48 | |
anteaya | this log is from almost 2 weeks ago | 18:48 |
anteaya | have you got something recent? | 18:48 |
anteaya | have you a url for the patch where the above log was a comment? | 18:49 |
*** mrunge has quit IRC | 18:50 | |
flip214 | anteaya: https://review.openstack.org/#/c/178573/ had the "apt-get update" problem. | 18:51 |
flip214 | but I can't find it anymore, some of the test results give me a 404. | 18:51 |
*** dmorita has quit IRC | 18:51 | |
flip214 | and I didn't try it again because I wanted to ask a few points here in YVR. | 18:51 |
*** armax has quit IRC | 18:51 | |
anteaya | if the test results are less than 1 month old and give you a 404, I need to know which accounts are in taht situation, all accounts have to have 1 month of logs | 18:52 |
anteaya | flip214: asking points of view are great | 18:52 |
*** yamamoto has quit IRC | 18:52 | |
flip214 | http://logs.openstack.org/73/178573/5/check/check-grenade-dsvm/c8f5530/logs/grenade.sh.txt.gz has a die 66 '[Fail] Couldn'\''t ping server' | 18:53 |
flip214 | anteaya: are you here in YVR? | 18:53 |
anteaya | yes | 18:53 |
anteaya | devstack setup fails for multiple reasons | 18:54 |
anteaya | including not being able to clone repos and other things | 18:54 |
anteaya | we have no 'one size fixes all' for this issue for third party cis | 18:54 |
anteaya | this actually was the motivation for the 'toggle ci' button in the gerrit gui | 18:55 |
anteaya | so that comments of failures which need to be ignored can be hidden | 18:55 |
anteaya | does that make sense | 18:55 |
flip214 | anteaya: 404 is with "CloudByte CI check" for the above gerrit review | 18:55 |
flip214 | anteaya: TBH, I wouldn't even ALLOW to report a failure if something that is not related to the change causes the problem. | 18:56 |
openstackgerrit | Merged openstack-dev/pbr: Update hacking to 0.10.x series https://review.openstack.org/184290 | 18:56 |
*** pc_m has joined #openstack-infra | 18:56 | |
flip214 | but to determine what is related is hard. | 18:56 |
flip214 | may I meet you after lunch, to go through a few points? | 18:56 |
anteaya | I confirm the May 7th logs from cloudbyte ci 404s for me | 18:56 |
flip214 | for example at the tables around 219? | 18:57 |
*** david-lyle has quit IRC | 18:57 | |
*** sputnik13 has quit IRC | 18:57 | |
anteaya | we can try that sure | 18:57 |
*** BharatK has quit IRC | 18:57 | |
*** amotoki has quit IRC | 18:57 | |
*** Guest48698 has quit IRC | 18:57 | |
*** zul has quit IRC | 18:57 | |
jeblair | pbx 6000 is open to the func testing session | 18:58 |
*** unicell has quit IRC | 18:58 | |
flip214 | thanks a lot, will be there from 1:30 on. The guy with the red backpack. | 18:58 |
clarkb | putting the etherpad for the session on the etherpad of jeblair's list | 18:58 |
jeblair | clarkb: oh thx forgot about that :) | 18:59 |
clarkb | jeblair: the next one and the js one don't have an etherpad on the wiki yet but will populate those that do | 18:59 |
anteaya | flip214: I'm female and have a bright orange shirt today | 18:59 |
anteaya | flip214: after lunch is a bit vague, can we select a time? | 19:00 |
jeblair | clarkb: oh hrm. thanks. | 19:00 |
anteaya | clarkb: what is the etherpad of jeblair's list? | 19:00 |
clarkb | anteaya: https://etherpad.openstack.org/p/yvr-infra | 19:00 |
*** sputnik13 has joined #openstack-infra | 19:00 | |
jeblair | anteaya: and is in channel topic | 19:01 |
*** david-lyle has joined #openstack-infra | 19:01 | |
*** maishsk_afk has joined #openstack-infra | 19:01 | |
*** enikanorov2_ has quit IRC | 19:01 | |
anteaya | ah the bridge etherpad | 19:01 |
*** dmorita has joined #openstack-infra | 19:01 | |
clarkb | I was watching etherpad during the first set of sessions too, slightly worried about memory use but its not gone crazy so hopefully we are ok | 19:01 |
clarkb | otherwise it looks happy | 19:01 |
anteaya | jeblair: I found that in the channel topic, thank you | 19:01 |
*** jamielennox is now known as jamielennox|away | 19:02 | |
*** bknudson has quit IRC | 19:02 | |
anteaya | yay for happy etherpads | 19:02 |
*** dannywilson has joined #openstack-infra | 19:03 | |
*** e0ne has quit IRC | 19:03 | |
anteaya | flip214: you said 1:30 sorry I missed it the first time | 19:03 |
*** amotoki has joined #openstack-infra | 19:04 | |
*** ivar-lazzaro has joined #openstack-infra | 19:04 | |
*** openstackgerrit has quit IRC | 19:06 | |
*** openstackgerrit has joined #openstack-infra | 19:06 | |
*** camunoz has quit IRC | 19:06 | |
*** jamespage_ has joined #openstack-infra | 19:06 | |
*** unicell has joined #openstack-infra | 19:07 | |
*** dannywilson has quit IRC | 19:07 | |
BobBall | I'm struggling with pip... Trying to install my package (which depends on pyrax, which depends on a bunch of other things inclubing PBR) while respecting the already-installed components, where oslo depends on PBR != 1.0 but the pip install in a new virtualenv installs PBR 1.0 | 19:07 |
*** bknudson has joined #openstack-infra | 19:08 | |
*** achanda has quit IRC | 19:08 | |
*** krtaylor has joined #openstack-infra | 19:08 | |
BobBall | Tried to pip install -r with my requirments + global-requirements but they both reference paramiko as top level requirements which pip doesn't like | 19:08 |
*** jamespage_ has quit IRC | 19:08 | |
anteaya | BobBall: not ignoring you but we are all in sessions, including clarkb, expect a lag in getting a reply that is useful | 19:09 |
BobBall | of course | 19:09 |
*** yamamoto has joined #openstack-infra | 19:09 | |
anteaya | thanks | 19:10 |
fungi | etherpad.o.o has been surprisingly solid so far | 19:11 |
flip214 | anteaya: no problem, thanks for helping, will see you then! | 19:11 |
anteaya | flip214: yay | 19:11 |
anteaya | flip214: sounds good, thanks | 19:11 |
*** odyssey4me has joined #openstack-infra | 19:11 | |
anteaya | fungi: the first yay was for solid etherpad.o.o | 19:11 |
*** pc_m has quit IRC | 19:11 | |
*** jamielennox|away is now known as jamielennox | 19:12 | |
*** maishsk_afk_ has joined #openstack-infra | 19:12 | |
openstackgerrit | Merged openstack-infra/project-config: Add functional test job for cinderclient https://review.openstack.org/182528 | 19:12 |
*** jamielennox is now known as jamielennox|away | 19:13 | |
*** e0ne has joined #openstack-infra | 19:13 | |
*** panda has quit IRC | 19:13 | |
*** asselin has quit IRC | 19:13 | |
*** maishsk_afk has quit IRC | 19:14 | |
*** maishsk_afk_ is now known as maishsk_afk | 19:14 | |
openstackgerrit | Merged openstack-infra/puppet-diskimage_builder: Replace ci.o.o links with docs.o.o/infra https://review.openstack.org/183251 | 19:14 |
*** panda has joined #openstack-infra | 19:14 | |
*** jamespage_ has joined #openstack-infra | 19:14 | |
*** enikanorov2 has joined #openstack-infra | 19:15 | |
openstackgerrit | Merged openstack-infra/puppet-openstackci: Replace ci.o.o links with docs.o.o/infra https://review.openstack.org/183278 | 19:16 |
openstackgerrit | Merged openstack-infra/project-config: Added create permission to release group for project nova-solver-scheduler https://review.openstack.org/183167 | 19:16 |
openstackgerrit | Merged openstack-infra/project-config: Update networking-ovn job https://review.openstack.org/183100 | 19:16 |
tchaypo | BobBall: FWIW, anything in the requirements.txt will override any refernces to the same name later on | 19:18 |
tchaypo | BobBall: but it’s not clear to me what your problem is exactly, so I’m not sure if that’s helpful | 19:19 |
*** luqas has joined #openstack-infra | 19:20 | |
*** e0ne has quit IRC | 19:20 | |
*** baoli has joined #openstack-infra | 19:21 | |
*** luqas has quit IRC | 19:21 | |
*** Hal has joined #openstack-infra | 19:22 | |
openstackgerrit | Andrea Frittoli proposed openstack-infra/elastic-recheck: Add query for bug 1456771 https://review.openstack.org/184313 | 19:22 |
openstack | bug 1456771 in OpenStack Compute (nova) "Failure prepping block device in the gate" [Undecided,New] https://launchpad.net/bugs/1456771 | 19:22 |
BobBall | if I have pip install -r openstack-citrix-ci/requirements.txt -r /opt/requirements/global-requirements.txt pip complains about a duplicate reference to paramiko as it is in both requirements files (but versions do exist that satisfy both) | 19:22 |
*** Hal is now known as Guest97445 | 19:22 | |
*** luqas has joined #openstack-infra | 19:22 | |
*** baoli has quit IRC | 19:23 | |
*** ihrachyshka_ has quit IRC | 19:23 | |
*** baoli has joined #openstack-infra | 19:23 | |
*** abregman has joined #openstack-infra | 19:23 | |
*** asselin has joined #openstack-infra | 19:23 | |
*** bswartz has quit IRC | 19:24 | |
*** bswartz has joined #openstack-infra | 19:24 | |
*** bswartz has quit IRC | 19:24 | |
*** krtaylor has quit IRC | 19:24 | |
*** luqas has quit IRC | 19:26 | |
*** harlowja has joined #openstack-infra | 19:27 | |
asselin | anyone want to recommend an irc app for android? | 19:29 |
lifeless | BobBall: yes, don't do that. Ok, why were you doing that ? | 19:29 |
clarkb | asselin: I use connectbot to ssh to where I have weechat running in screen | 19:29 |
anteaya | mordred: have some irc android app suggestions for asselin? | 19:29 |
clarkb | asselin: andchat is barely useable | 19:29 |
clarkb | but give it a go if looking for native application | 19:30 |
BobBall | *grin* I need a new pacakge installed for my 3rd party CI to upload some logs to swift - it depends on pyrax which depends on python-novaclient which depends on PBR. If I install in a virtualenv I get PBR 1.0 which conflicts with packages installed outside of the virtualenv | 19:30 |
clarkb | BobBall: we do it without pyrax and the script is available | 19:31 |
BobBall | I've tried various combinations of using site pacakges or not and installing different things for the requirements but can't figure out the requirement that works :( | 19:31 |
clarkb | BobBall: you may want to look into use our script | 19:31 |
BobBall | uploading to swift using your scripts doesn't support setting the encoding-type which means the logs aren't useful for downloading | 19:31 |
*** pc_m has joined #openstack-infra | 19:31 | |
BobBall | Need a change in swift middleware to enable that | 19:32 |
fungi | i can't imagine that would be tough to add | 19:32 |
clarkb | BobBall: it should set the encoding type just fine | 19:32 |
BobBall | it sends content type yes but doesn't pass the encoding type through | 19:32 |
*** bswartz has joined #openstack-infra | 19:32 | |
tchaypo | BobBall: when you say that it “conflicts” - what form does the conflict take? | 19:33 |
clarkb | hrm and you want to host directly from swift? thats probably where my disconnect is, we pass it through apache | 19:33 |
BobBall | Anyway; my use of pyrax to upload to swift has been working fine until yesterday - when I assume that something was released? | 19:33 |
clarkb | but ya adding it should be simple | 19:33 |
tchaypo | is the problem just that you would prefer to have the same version everywhere? | 19:33 |
tchaypo | yes, 1.0.0 was released yesterday :) | 19:33 |
clarkb | * pbr 1.0.0 | 19:33 |
BobBall | *grin* | 19:33 |
*** otter768 has joined #openstack-infra | 19:33 | |
BobBall | tchaypo: http://paste.openstack.org/show/228506/ | 19:36 |
*** ddieterly has joined #openstack-infra | 19:37 | |
*** rossella_s has joined #openstack-infra | 19:37 | |
*** ihrachyshka has joined #openstack-infra | 19:37 | |
BobBall | tchaypo: Longer paste at http://paste.openstack.org/show/228508/ showing PBR being installed. I assumed that I could fix it by using the site packages however doing so I get a different error with requests versions | 19:38 |
*** otter768 has quit IRC | 19:38 | |
*** ParsectiX has quit IRC | 19:39 | |
*** ParsectiX has joined #openstack-infra | 19:40 | |
tchaypo | BobBall: yuck. | 19:40 |
BobBall | Yuck with what I'm doing or what's happening? | 19:40 |
tchaypo | what’s happening :) | 19:40 |
tchaypo | also for pip not doing dependency resolution.. | 19:40 |
*** baoli has quit IRC | 19:40 | |
BobBall | Ah ok. Shame. I was hoping I was doing something obviously rubbish. | 19:40 |
tchaypo | https://github.com/pypa/pip/issues/988 | 19:40 |
tchaypo | there’s a thread on -dev - http://lists.openstack.org/pipermail/openstack-dev/2015-May/064362.html | 19:42 |
*** asselin_ has joined #openstack-infra | 19:42 | |
*** salv-orlando has quit IRC | 19:43 | |
*** pc_m has quit IRC | 19:43 | |
asselin_ | Clarkb thanks | 19:43 |
tchaypo | but I don’t think that’s exactly the same as what you’re seeing | 19:43 |
BobBall | My head hurts from pip... | 19:43 |
*** tonytan4ever has quit IRC | 19:43 | |
*** yamamoto has quit IRC | 19:43 | |
tchaypo | according to the longer paste you provided | 19:44 |
tchaypo | it looks like the requirements are coming from from -r openstack-citrix-ci/requirements.txt | 19:44 |
tchaypo | as a quick hack - could you try adding “pbr<1.0.0” as the very first line of that file? | 19:44 |
BobBall | yup | 19:44 |
BobBall | Ohhh - simple. Why didn't I think of that. | 19:44 |
*** dmorita has quit IRC | 19:44 | |
tchaypo | because you assume pip will do something sensible? | 19:44 |
asselin | BobBall, flip214 anteaya some of us will meet in caf near entrance around 1 | 19:45 |
*** unicell has quit IRC | 19:45 | |
tchaypo | I’m not certain if it’s going to work, but I think it’s worth trying :) | 19:45 |
anteaya | asselin: working lunch, okay let's do so | 19:45 |
asselin | from krtaylor: "I'll try to get a table between the main doors and the food service, in the front of the lunch hall on the lowest level." | 19:46 |
tchaypo | Actually looking further down the log | 19:46 |
tchaypo | from python-novaclient>=2.13.0->pyrax->-r openstack-citrix-ci/requirements.txt (line 5) | 19:46 |
*** harlowja has quit IRC | 19:46 | |
clarkb | sdague: dtroyer if you get a moment, looks like devstack renamed/moved some functions? http://logs.openstack.org/98/178398/1/experimental/check-tempest-dsvm-neutron-multinode-full/c93ab05/console.html.gz#_2015-04-28_21_23_08_282 | 19:46 |
tchaypo | so putting pbr above the existing line 5 should be sufficient | 19:46 |
clarkb | but no rush I am going to get lucnh now as are you I expect | 19:47 |
*** Etienne_ has joined #openstack-infra | 19:47 | |
*** tonytan4ever has joined #openstack-infra | 19:47 | |
*** sputnik13 has quit IRC | 19:47 | |
*** amotoki has quit IRC | 19:47 | |
*** maishsk_afk has quit IRC | 19:47 | |
*** sputnik13 has joined #openstack-infra | 19:48 | |
BobBall | Successfully installed Babel-1.3 PrettyTable-0.7.2 ecdsa-0.13 iso8601-0.1.10 keyring-5.3 mock-1.0.1 msgpack-python-0.4.6 netaddr-0.7.14 netifaces-0.10.4 os-diskconfig-python-novaclient-ext-0.1.2 os-networksv2-python-novaclient-ext-0.25 os-virtual-interfacesv2-python-novaclient-ext-0.19 oslo.config-1.11.0 oslo.i18n-1.6.0 oslo.serialization-1.5.0 oslo.utils-1.5.0 paramiko-1.15.2 pbr-0.11.0 pycrypto-2.3 pygerrit-0.2.4 pyrax-1.9.4 python-k | 19:48 |
*** sputnik13 has quit IRC | 19:48 | |
BobBall | Better | 19:48 |
BobBall | w00t | 19:49 |
BobBall | That worked | 19:50 |
*** rbradfor has quit IRC | 19:50 | |
BobBall | good for short term fix | 19:50 |
BobBall | thanks. | 19:50 |
*** ihrachyshka has quit IRC | 19:50 | |
*** bknudson has quit IRC | 19:50 | |
*** Sukhdev has quit IRC | 19:50 | |
*** odyssey4me has left #openstack-infra | 19:51 | |
*** rossella_s has quit IRC | 19:52 | |
*** david-lyle has quit IRC | 19:52 | |
*** achanda has joined #openstack-infra | 19:52 | |
*** hdd has joined #openstack-infra | 19:53 | |
*** ddieterly has quit IRC | 19:53 | |
*** dguerri is now known as dguerri`away | 19:54 | |
*** asselin has quit IRC | 19:54 | |
*** Guest97445 has quit IRC | 19:56 | |
*** scheuran has joined #openstack-infra | 20:01 | |
*** scheuran has quit IRC | 20:02 | |
*** amotoki has joined #openstack-infra | 20:02 | |
*** achanda has quit IRC | 20:02 | |
*** tim_o has joined #openstack-infra | 20:04 | |
*** sdake has joined #openstack-infra | 20:06 | |
*** ivar-lazzaro has quit IRC | 20:07 | |
*** ivar-lazzaro has joined #openstack-infra | 20:07 | |
*** ivar-lazzaro has quit IRC | 20:08 | |
*** ivar-lazzaro has joined #openstack-infra | 20:09 | |
flip214 | anteaya: so you're downstairs now? just so that I'm not waiting up here. | 20:09 |
asselin_ | flip214: we're in the caf | 20:10 |
asselin_ | We doesn't include anteaya | 20:11 |
flip214 | asselin_: I'll try to find you... southwest corner, right? | 20:11 |
flip214 | hrmpf. | 20:11 |
asselin_ | Near entrance and first coffee station | 20:11 |
flip214 | in front of the superuser ads? | 20:11 |
flip214 | look, can you just paste the exact coordinates, please? ;P | 20:12 |
ekarlso | what's a way to convert the uuid of a tenant without - to one with - ? | 20:13 |
*** kgiusti has joined #openstack-infra | 20:13 | |
*** yfried_ is now known as yfried|afk | 20:14 | |
flip214 | anteaya: and while I'm ranting about other people's CI, http://publiclogs.emc.com/vmax_ostack/EMC_VMAX_ISCSI/519/console.html says Could not resolve host: git.openstack.org | 20:14 |
*** kgiusti has left #openstack-infra | 20:14 | |
flip214 | Honestly, I've got a feeling that these CI is much too fragile. Much too many points that can go wrong, and so the probability that *something* goes wrong is getting nearer and nearer to 1.0 | 20:15 |
*** isviridov_away is now known as isviridov | 20:15 | |
*** linuxmaniac has quit IRC | 20:17 | |
*** peristeri has quit IRC | 20:17 | |
*** bhunter71 has joined #openstack-infra | 20:17 | |
*** ParsectiX has quit IRC | 20:18 | |
*** ParsectiX has joined #openstack-infra | 20:18 | |
*** _nadya_ has joined #openstack-infra | 20:19 | |
*** _nadya_ has quit IRC | 20:20 | |
*** linuxmaniac has joined #openstack-infra | 20:20 | |
*** odyssey4me has joined #openstack-infra | 20:21 | |
*** ParsectiX has quit IRC | 20:22 | |
*** ParsectiX has joined #openstack-infra | 20:22 | |
*** bhunter71 has quit IRC | 20:24 | |
*** mwagner_lap has quit IRC | 20:27 | |
dtroyer | clarkb: I'm not sure what is going on there yet, the file appears to be in place at http://logs.openstack.org/98/178398/1/experimental/check-tempest-dsvm-neutron-multinode-full/c93ab05/console.html.gz#_2015-04-28_21_22_58_028 | 20:29 |
*** dannywilson has joined #openstack-infra | 20:29 | |
*** amotoki has quit IRC | 20:31 | |
mordred | asselin_: I use weechat on my phone | 20:34 |
flip214 | anteaya: I guess you're not coming up to 219 anymore, so I'll go down now. | 20:37 |
*** baoli has joined #openstack-infra | 20:38 | |
*** pc_m has joined #openstack-infra | 20:39 | |
*** salv-orlando has joined #openstack-infra | 20:39 | |
*** sdake has quit IRC | 20:39 | |
*** mwagner_lap has joined #openstack-infra | 20:40 | |
*** bhunter71 has joined #openstack-infra | 20:40 | |
haypo | lifeless, tchaypo : hum, i see pbr 1.0 error in glance_store tests: http://logs.openstack.org/04/184304/1/check/gate-glance-python27/a9278fa/testr_results.html.gz | 20:40 |
*** ivar-lazzaro has quit IRC | 20:40 | |
*** radez_g0n3 is now known as radez | 20:41 | |
*** dannywilson has quit IRC | 20:41 | |
*** salv-orlando has quit IRC | 20:41 | |
*** dannywilson has joined #openstack-infra | 20:42 | |
*** dustins has quit IRC | 20:45 | |
*** radez is now known as radez_g0n3 | 20:46 | |
*** salv-orlando has joined #openstack-infra | 20:47 | |
*** hdd has quit IRC | 20:48 | |
*** dannywilson has quit IRC | 20:49 | |
*** baoli has quit IRC | 20:50 | |
*** amitgandhinz has joined #openstack-infra | 20:51 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 20:52 | |
*** dmorita has joined #openstack-infra | 20:53 | |
*** armax has joined #openstack-infra | 20:53 | |
*** abregman has quit IRC | 20:53 | |
*** teran__ has quit IRC | 20:54 | |
*** rguillebert has joined #openstack-infra | 20:54 | |
*** teran has joined #openstack-infra | 20:54 | |
*** Sukhdev has joined #openstack-infra | 20:54 | |
*** unicell has joined #openstack-infra | 20:55 | |
*** david-lyle has joined #openstack-infra | 20:55 | |
*** obulpathi has joined #openstack-infra | 20:57 | |
*** dmorita has quit IRC | 20:57 | |
*** nikhil_k is now known as nikhil-bbiab | 20:57 | |
*** david-lyle has quit IRC | 20:58 | |
dstufft | o.O | 20:58 |
dstufft | what in the world is the openstack gates doing that hits PyPI's search | 20:58 |
*** teran has quit IRC | 20:59 | |
clarkb | using pip? | 20:59 |
jeblair | sdk session online | 21:00 |
*** unicell has quit IRC | 21:00 | |
clarkb | jeblair: I am on the bridge, thanks | 21:00 |
jeblair | clarkb: and i linked the etherpad in the other etherpad | 21:00 |
clarkb | awesome | 21:00 |
fungi | also someone just tipped me off, at lunch, cffi 1.0.0 today | 21:00 |
fungi | so... fun! | 21:00 |
*** jogo has quit IRC | 21:01 | |
clarkb | fungi: exciting | 21:01 |
clarkb | I can probably poke at that if necessary | 21:01 |
openstackgerrit | Ilya Shakhat proposed openstack-dev/pbr: Remove self.pre_run calls in packaging.py https://review.openstack.org/184273 | 21:01 |
*** maishsk_afk has joined #openstack-infra | 21:01 | |
*** david-lyle has joined #openstack-infra | 21:01 | |
*** ddieterly has joined #openstack-infra | 21:01 | |
nibz | jeblair: wow this just totally works, i am impressed | 21:02 |
*** jogo has joined #openstack-infra | 21:02 | |
*** dmorita has joined #openstack-infra | 21:02 | |
*** rbradfor has joined #openstack-infra | 21:02 | |
*** sputnik13 has joined #openstack-infra | 21:02 | |
*** tiswanso has joined #openstack-infra | 21:02 | |
dstufft | clarkb: pip install doesn't use PyPI's search | 21:03 |
dstufft | clarkb: pip search does though | 21:03 |
fungi | nibz: the pbx? | 21:03 |
clarkb | dstufft: where are you seeing pypi's search in use? | 21:03 |
nibz | fungi: yes | 21:03 |
dstufft | clarkb: dunno, someone raised a ticket on pypi saying they were | 21:03 |
dstufft | clarkb: https://bitbucket.org/pypa/pypi/issue/286/search-functionality-broken | 21:03 |
dstufft | clarkb: they said the bug affected nova gates | 21:03 |
obulpathi | It affected Poppy | 21:04 |
dstufft | (to be clear, I don't think it's wrong or anything, I'm just curious what you're using it for) | 21:04 |
obulpathi | https://review.openstack.org/#/c/181119/ | 21:04 |
fungi | nibz: it's worked for a very, very long time... just hardly ever gets used. but this was the primary purpose for which it was deployed (remote design summit participation) | 21:04 |
clarkb | dstufft: I have no idea where it is being used and do not think we use it | 21:04 |
*** aysyanne has quit IRC | 21:04 | |
clarkb | obulpathi: can you expand on that? I am not immediately seeing how that is realted | 21:05 |
obulpathi | fungi: clarkb: Poppys (OpenStack CDN) build is breaking because of this | 21:05 |
*** pc_m has quit IRC | 21:05 | |
obulpathi | we use a package called taskflow | 21:06 |
clarkb | obulpathi: where is it breaking? | 21:06 |
obulpathi | and for some reason, it does not get installed | 21:06 |
clarkb | the change you have linked appears to have failed for valid test reasons | 21:06 |
clarkb | obulpathi: where? | 21:06 |
obulpathi | http://logs.openstack.org/42/183642/1/check/gate-poppy-python27/4bc91a4/console.html | 21:06 |
*** Sukhdev has quit IRC | 21:06 | |
obulpathi | if yo usearch for taskflow | 21:06 |
obulpathi | ERROR: Failure: ImportError (No module named taskflow.jobs) | 21:06 |
clarkb | (thats a different change fwiw) | 21:06 |
obulpathi | ok | 21:07 |
*** zul has joined #openstack-infra | 21:07 | |
obulpathi | let me check it | 21:07 |
obulpathi | thanks clarkb | 21:07 |
*** armax has quit IRC | 21:08 | |
lifeless | o/ | 21:08 |
clarkb | also these requirements are almost unreadable | 21:08 |
haypo | lifeless: hey, did you see https://bugs.launchpad.net/glance/+bug/1456800 ? pbr 1.0 issue in glance | 21:08 |
openstack | Launchpad bug 1456800 in Glance "issue with pbr 1.0 release" [Undecided,New] | 21:08 |
*** harlowja has joined #openstack-infra | 21:08 | |
clarkb | obulpathi: a quick check doesn't show you installing taskflow via your requirements | 21:08 |
lifeless | haypo: no, was eating | 21:09 |
obulpathi | yes, | 21:09 |
haypo | lifeless: wait, what? you eat instead of fixing all bugs? :-D | 21:09 |
obulpathi | in the module installation list taskflow was not being installed | 21:09 |
clarkb | obulpathi: so this is completely different than any project even though pbr is in use :( | 21:09 |
*** maishsk_afk has quit IRC | 21:09 | |
lifeless | haypo: thats a glance bug | 21:09 |
*** mrunge has joined #openstack-infra | 21:10 | |
clarkb | obulpathi: and reading the tox.ini I am certain taskflow isn't being installed and thats due to requirements not pypi | 21:10 |
obulpathi | clarkb: we have taskflow in requirements | 21:10 |
obulpathi | but it is not getting installed | 21:10 |
clarkb | obulpathi: you don't | 21:10 |
haypo | lifeless: could you please help me to understand which dependency requires pbr < 1.0? glance installs "pbr>=0.11,<2.0" | 21:10 |
clarkb | obulpathi: there is a file with that in the name but I am not seeing where it gets included | 21:10 |
obulpathi | hmm .. interesting | 21:11 |
clarkb | obulpathi: if you can show the require path that would be helpful to me but I am not seeing it | 21:11 |
lifeless | haypo: I've commented in the bug | 21:11 |
clarkb | obulpathi: also I would highl recommend undoing all of this special sauce, its just complexiy that prevents debugging in situations like this | 21:11 |
obulpathi | clarkb: now that you say, I see that the file is not included in requiremetns.txt | 21:11 |
clarkb | obulpathi: the deps are almost undecipherable | 21:11 |
lifeless | haypo: remember that list of Trying: - oslo.db etc releases constrain pbr to < 1.0 | 21:11 |
obulpathi | clarkb: have all requiremetns in just one file? | 21:12 |
lifeless | and I don't think dhellmann would want to release the world to work around this in the short term. | 21:12 |
clarkb | obulpathi: yes | 21:12 |
clarkb | obulpathi: so that you can actually see and understand what you require | 21:12 |
haypo | lifeless: i'm unable to reproduce the issue locally :-( | 21:12 |
obulpathi | cool ... let me talk to the other people in project | 21:12 |
clarkb | obulpathi: and so that you can trim your setup.py down to the standard pbr setup.py | 21:12 |
haypo | lifeless: should i modify glance to install pbr < 1.0 ? | 21:13 |
lifeless | haypo: no, the test should be changed, IMO. | 21:13 |
obulpathi | clarkb: ok. thanks for your help :) | 21:13 |
tchaypo | haypo: thanks | 21:14 |
*** asselin has joined #openstack-infra | 21:14 | |
*** mrunge has quit IRC | 21:14 | |
tchaypo | haypo: looking into that - the only error I’m seeing there is that something still has a dependency on pbr<1.0.0 | 21:15 |
*** dguerri`away is now known as dguerri | 21:16 | |
tchaypo | haypo: but i see this has already been discussed | 21:16 |
*** yamamoto has joined #openstack-infra | 21:17 | |
*** bhunter71 has quit IRC | 21:17 | |
*** amotoki has joined #openstack-infra | 21:18 | |
lifeless | morganfainberg: there is a requests disk cache module | 21:18 |
haypo | lifeless, tchaypo : i just wrote https://review.openstack.org/184326 for glance | 21:18 |
lifeless | cool | 21:19 |
morganfainberg | lifeless: yeah that was a thought. | 21:19 |
morganfainberg | lifeless: that one or dogpile w/ file backing | 21:20 |
morganfainberg | lifeless: both are good options to look at | 21:20 |
dstufft | pip uses cachecontrol for requests | 21:20 |
dstufft | we've had minimal problems | 21:20 |
lifeless | morganfainberg: maybe, but cachecontrol for requests is better as you'll have more folk familiar with it | 21:20 |
lifeless | :) | 21:20 |
*** yamamoto has quit IRC | 21:20 | |
dstufft | (pip using something generally means it gets used in the strangest of ways) | 21:20 |
morganfainberg | lifeless :)_ | 21:20 |
*** baoli has joined #openstack-infra | 21:21 | |
morganfainberg | lifeless: yep lots of options. | 21:21 |
dstufft | that being said, we do have a bug via pylockfile >:[ | 21:21 |
*** maishsk_afk has joined #openstack-infra | 21:22 | |
ekarlso | man ,searching eavesdrop logs using elasticsearch seems fun :) | 21:22 |
fungi | cachecontrol relies strictly on http headers though, sounds like? | 21:23 |
*** sdague_mb has joined #openstack-infra | 21:23 | |
openstackgerrit | Joe Gordon proposed openstack-dev/hacking: Fix a typo https://review.openstack.org/184331 | 21:24 |
openstackgerrit | Joe Gordon proposed openstack-dev/hacking: Expand depends documentation in readme https://review.openstack.org/184332 | 21:24 |
openstackgerrit | Joe Gordon proposed openstack-dev/hacking: Document the reasoning behind general hacking rules https://review.openstack.org/184333 | 21:24 |
fungi | flip214: i'm hearing that you're looking for documentation on writing jobs to test your cinder driver. do you have any more specific details on what you're trying to accomplish? | 21:25 |
*** maishsk_afk_ has joined #openstack-infra | 21:25 | |
*** rossella_s has joined #openstack-infra | 21:26 | |
*** salv-orlando has quit IRC | 21:27 | |
*** maishsk_afk has quit IRC | 21:27 | |
*** maishsk_afk_ is now known as maishsk_afk | 21:27 | |
*** yamamoto has joined #openstack-infra | 21:27 | |
*** baoli has quit IRC | 21:27 | |
*** Etienne_ has quit IRC | 21:29 | |
jogo | pushing out hacking 0.9.6 to fix 0.9 branch | 21:30 |
flip214 | fungi: can I talk to you in person? | 21:30 |
*** yamamoto has quit IRC | 21:30 | |
flip214 | anteaya: I don't know why, but somehow our talk digressed into a "I don't want to" rant that was *not* what I wanted to talk to you about. | 21:30 |
flip214 | What I originally wanted was to sit down with you and write down what's necessary to go forward. | 21:31 |
anteaya | flip214: okay we can try again | 21:31 |
flip214 | sorry if that came across in some wrong way. | 21:31 |
anteaya | ah great, I think perhaps including fungi would be a good idea here | 21:31 |
openstackgerrit | Merged openstack/requirements: Add sphinxcontrib-blockdiag https://review.openstack.org/182880 | 21:31 |
flip214 | I guess you're right and I vented some frustration at you, perhaps because you're a listener from -infra ;/ | 21:31 |
flip214 | where are you two? | 21:32 |
clarkb | jogo: cool, let me know if there are things I can help with that stuff | 21:32 |
anteaya | flip214: I'm in the javascript talk, fungi is in the sdk talk | 21:32 |
dstufft | fungi: cache control by default relies on http headers | 21:32 |
anteaya | fungi: some context: https://review.openstack.org/#/c/178573/ | 21:32 |
*** ddieterly has quit IRC | 21:32 | |
dstufft | fungi: there's the ability to have heuristics to determine caching not via headers | 21:32 |
flip214 | anythink planned afterwards? | 21:32 |
flip214 | *anything | 21:32 |
*** zul has quit IRC | 21:33 | |
dstufft | fungi: https://cachecontrol.readthedocs.org/en/latest/custom_heuristics.html | 21:33 |
*** yamamoto has joined #openstack-infra | 21:33 | |
flip214 | or when do you have time? | 21:33 |
anteaya | flip214: yes, and venting is good - I totally understand needing to vent especially around testing drivers | 21:33 |
*** ociuhandu has joined #openstack-infra | 21:33 | |
anteaya | I do try to listen, the fortunate part is I am one of a team of listeners, or at least we try to | 21:34 |
fungi | flip214: possibly. i don't get a lot of breaks between design sessions, and a lot of those are spent checking in to make sure we haven't overwhelmed clarkb by leaving him to deal with stuff by himself ;) | 21:34 |
*** pc_m has joined #openstack-infra | 21:34 | |
*** amotoki has quit IRC | 21:34 | |
fungi | flip214: but i can definitely get you links to documentation and explain any questions you have | 21:34 |
*** otter768 has joined #openstack-infra | 21:34 | |
clarkb | fungi: things have gone well so far (now I have done it) | 21:34 |
fungi | i definitely don't have free time to run a tutorial though | 21:35 |
fungi | clarkb: awesome--thanks for holding down the fort | 21:35 |
clarkb | etherpad seems to continue to be happy | 21:35 |
openstackgerrit | Merged openstack-dev/hacking: Fix a typo https://review.openstack.org/184331 | 21:35 |
fungi | yeah, i'm pleasantly surprised | 21:35 |
anteaya | clarkb: \o/ | 21:35 |
clarkb | I got jenkins out of the way yesterday, so only other things have been image builds and pbr release | 21:35 |
*** rlandy has quit IRC | 21:35 | |
*** mriedem has joined #openstack-infra | 21:36 | |
fungi | dstufft: thanks--we were talking about caching solutions for the openstackclient future designs, so cachecontrol came up as a possible option there | 21:36 |
*** hdd has joined #openstack-infra | 21:36 | |
*** dmorita has quit IRC | 21:37 | |
flip214 | fungi: so, when/where can I take some minutes of your time? tomorrow during lunch? you eat and talk, and I write? | 21:37 |
dstufft | fungi: fwiw the maintainer of cachecontrol is now employed by rackspace | 21:37 |
dstufft | I forget what he's doing there | 21:37 |
dstufft | probably something openstack-y | 21:37 |
dstufft | he's also awesome and was really great when we were integrating cachecontrol into pip | 21:37 |
clarkb | fungi: jeblair with image uilds done https://review.openstack.org/#/c/184111/ _should_ be safe but I totally understand if you don't want to find out midsummit | 21:38 |
openstackgerrit | Merged openstack-infra/devstack-gate: Add Heat to features.yaml https://review.openstack.org/183126 | 21:38 |
dstufft | oh hey elarson is in here too :D | 21:38 |
*** otter768 has quit IRC | 21:39 | |
*** mattfarina has quit IRC | 21:39 | |
*** hdd has quit IRC | 21:41 | |
*** rossella_s has quit IRC | 21:41 | |
*** tonytan4ever has quit IRC | 21:41 | |
*** david-lyle has quit IRC | 21:41 | |
*** sputnik13 has quit IRC | 21:41 | |
*** yamamoto has quit IRC | 21:41 | |
*** yamamoto has joined #openstack-infra | 21:42 | |
tchaypo | so if we wanted to build something like http://jogo.github.io/gate/ for the stable checks | 21:42 |
tchaypo | well, we can use the periodic-stable jobs perhaps, but other than that I can’t see anything in graphite (or by extension, anything in what zuul sends to statsd) that shows if a rest ran on master or on stable/kilo or stable/juno.. | 21:42 |
*** yamamoto has quit IRC | 21:43 | |
clarkb | tchaypo: correct statsd does not distinguish by branch | 21:43 |
clarkb | its by job | 21:43 |
clarkb | and by zuul pipeline | 21:43 |
*** luqas has joined #openstack-infra | 21:44 | |
*** dmorita has joined #openstack-infra | 21:44 | |
tchaypo | would it be useful for us to be able to distinguish by branch? | 21:44 |
*** obulpathi has quit IRC | 21:44 | |
tchaypo | it seems hard to track tests on stable branches without it | 21:44 |
clarkb | I am not sure it would be, there is a reason we mix them together into the same pipeline, we have to in order to do the upgrade test properly | 21:44 |
*** tiswanso has quit IRC | 21:44 | |
clarkb | so kilo vs master in gate-tempest-dsvm-full doens't seem like a super important distinction to me | 21:44 |
tchaypo | *changes rooms* | 21:45 |
clarkb | tchaypo: its just as easy as master? are you trying to answer specific questions? | 21:45 |
*** maishsk_afk has quit IRC | 21:45 | |
*** harlowja has quit IRC | 21:46 | |
*** amitgandhinz has quit IRC | 21:46 | |
*** salv-orlando has joined #openstack-infra | 21:46 | |
*** hdd has joined #openstack-infra | 21:46 | |
sigmavirus24 | dhellmann: https://review.openstack.org/#/c/179877/ | 21:46 |
*** luqas has quit IRC | 21:47 | |
fungi | dstufft: yep, i was just getting more details from sigmavirus24 about that during the break | 21:47 |
*** ldnunes has quit IRC | 21:47 | |
*** tiswanso has joined #openstack-infra | 21:48 | |
*** rbradfor has quit IRC | 21:48 | |
tchaypo | clarkb: how about I step back a bit | 21:49 |
*** asselin has quit IRC | 21:49 | |
*** david-lyle has joined #openstack-infra | 21:49 | |
*** bknudson has joined #openstack-infra | 21:50 | |
*** wenlock_ has quit IRC | 21:51 | |
dstufft | oh hey | 21:52 |
*** ihrachyshka has joined #openstack-infra | 21:52 | |
dstufft | cffi 1.0 final released | 21:52 |
sigmavirus24 | hi | 21:52 |
dstufft | if you modify cryptography to use the new APIs, cryptography imports in 0.017s instead of 1.070s and uses 25MB less memory | 21:52 |
*** amotoki has joined #openstack-infra | 21:52 | |
*** rbradfor has joined #openstack-infra | 21:53 | |
lifeless | nice | 21:53 |
sigmavirus24 | dstufft: that's awesome | 21:53 |
haypo | dstufft: "25MB less memory" wow cool | 21:53 |
clarkb | dstufft: so thats something that pyopenssl will need to do? | 21:53 |
dstufft | clarkb: No, PyOpenSSL just imports from cryptography, once cryptography releases a version that uses the new APIs it'll just take advantage of it | 21:53 |
haypo | there was a patch to restrict pyopenssl to < 0.14 to avoid the cffi memory issue | 21:53 |
clarkb | dstufft: gotcha | 21:54 |
dstufft | reaperhulk says he's hoping to have a PR up to cryptography to switch to the new APIs later this evening | 21:54 |
*** sputnik13 has joined #openstack-infra | 21:55 | |
clarkb | you mean new apis from cffi not new apis in cryptography? I think I grok now | 21:55 |
*** asselin has joined #openstack-infra | 21:55 | |
dstufft | clarkb: yes | 21:55 |
dstufft | the old APIs still exist in cffi 1.0 and they still act as they did in cffi < 1.0 | 21:56 |
clarkb | gotcha | 21:56 |
*** yolanda has joined #openstack-infra | 21:56 | |
dstufft | it should also remove the explodey thing | 21:56 |
dstufft | if you're using the new ones | 21:56 |
dstufft | since with the new ones cffi just outputs a .so that you import directly using the standard old Python import system | 21:57 |
*** unicell has joined #openstack-infra | 21:58 | |
*** SergeyL_irccloud has quit IRC | 21:58 | |
*** teran has joined #openstack-infra | 21:58 | |
tchaypo | lifeless: http://www.theagileelephant.com/dunbars-numbers-and-organising-for-social-business/ and http://www.socialsciencespace.com/2013/11/robin-dunbar-on-dunbar-numbers/ talk about the levels; dunbar describes the “15” level as being roughly “close friends" | 21:59 |
*** teran has quit IRC | 22:00 | |
clarkb | tchaypo: the point I was trying to make is that the jobs are jobs centric not branch centric because we run the same jobs against different branches, so if you want to look at branch specific things you likely need different data entirely | 22:00 |
openstackgerrit | fumihiko kakuma proposed openstack-infra/puppet-jenkins: Add retry configuration for jenkins-jobs command https://review.openstack.org/182868 | 22:00 |
*** teran has joined #openstack-infra | 22:01 | |
clarkb | tchaypo: and doing that is important to cover the upgrade cases | 22:01 |
clarkb | (so it is intentional) | 22:01 |
*** isviridov is now known as isviridov_away | 22:01 | |
*** zul has joined #openstack-infra | 22:02 | |
*** rguillebert has quit IRC | 22:03 | |
elarson | dstufft: I'm everywhere | 22:04 |
tchaypo | clarkb: before i got distracted by changing rooms I was about to go back to something jogo said a few weeks ago.. but now I’m sitting next to him, so I’ll try to chat to him directly | 22:05 |
elarson | dstufft: you wouldn't happen to know how to load a .a via cffi would you? | 22:05 |
dstufft | elarson: well you wouldn't load a .a, you could link against a .a though | 22:06 |
lifeless | tchaypo: thank you | 22:06 |
lifeless | tchaypo: I was just looking for tht :) | 22:06 |
dstufft | elarson: and it'd be, um however you'd do it in distutils I think. Not sure off the top of my head | 22:06 |
*** rossella_s has joined #openstack-infra | 22:06 | |
*** unicell has quit IRC | 22:06 | |
lifeless | elarson: I suspect you can't, since its not a shared library, and cffi isn't a linker | 22:07 |
*** Sukhdev has joined #openstack-infra | 22:07 | |
*** whoops has quit IRC | 22:07 | |
fungi | yeah, i was lunching with reaperhulk and he mentioned it as well (he was the one who pointed me to the new cffi release i mentioned earlier) | 22:08 |
*** dkranz has joined #openstack-infra | 22:09 | |
elarson | lifeless, dstufft: ok, so it sounds like I might need a little bit C then. thanks! | 22:09 |
*** jamespage_ has joined #openstack-infra | 22:09 | |
lifeless | elarson: erm wy ? | 22:09 |
*** yamamoto has joined #openstack-infra | 22:09 | |
elarson | lifeless: I wanted a good reason to try cffi and I'm interested in a http/2 server so I thought it might be fun to do something with h2o as a library with py thon | 22:10 |
elarson | s/py thon/python | 22:10 |
lifeless | elarson: h2o should build a so, no? | 22:10 |
*** ihrachyshka has quit IRC | 22:11 | |
*** dannywilson has joined #openstack-infra | 22:12 | |
*** haypo has left #openstack-infra | 22:12 | |
*** dmorita has quit IRC | 22:16 | |
*** yamamoto has quit IRC | 22:18 | |
*** david-lyle has quit IRC | 22:19 | |
clarkb | the summit generates ~1mbps of etherpad data | 22:19 |
*** zul has quit IRC | 22:19 | |
*** ociuhandu has quit IRC | 22:19 | |
anteaya | clarkb: yay us | 22:20 |
*** jamespage_ has quit IRC | 22:20 | |
*** hdd has quit IRC | 22:20 | |
*** david-lyle has joined #openstack-infra | 22:21 | |
*** tiswanso has quit IRC | 22:23 | |
*** nelsnelson has quit IRC | 22:26 | |
*** david-lyle has quit IRC | 22:27 | |
*** salv-orlando has quit IRC | 22:28 | |
*** boris-42 has quit IRC | 22:28 | |
*** dannywilson has quit IRC | 22:29 | |
flip214 | anteaya resp. fungi: sorry for asking again, but when can I get a few minutes of your time? | 22:29 |
*** sputnik13 has quit IRC | 22:32 | |
fungi | flip214: not sure. my breaks are mostly spent with continuance of design discussions followed by dashing to the next session | 22:32 |
*** rossella_s has quit IRC | 22:32 | |
*** mriedem has quit IRC | 22:32 | |
jeblair | clarkb: looks like i'm off duty for the next hour | 22:32 |
*** sigmavirus24 is now known as sigmavirus24_awa | 22:32 | |
clarkb | jeblair: yup gonna hop off the pbx server for a bit myself, should be back for your next session | 22:32 |
clarkb | jeblair: thanks for doing this | 22:32 |
zaro | clarkb: gah, did you notice this? https://gerrit-review.googlesource.com/#/c/67973/ | 22:33 |
jeblair | clarkb: okay; np -- see anything in the next slot you need? | 22:33 |
*** baoli has joined #openstack-infra | 22:33 | |
fungi | i'm planning to head to the security ops session next | 22:33 |
clarkb | zaro: no, but those tests are broken if that breaks them | 22:33 |
lifeless | dstufft: I can't make heads or tails of that bug claiming nova jobs use pip search | 22:33 |
zaro | clarkb: agree, i'll need to try again with fixes to those tests. | 22:34 |
dstufft | lifeless: *shrug* I'm not worried about it, was just confused what in the world it would be using search for | 22:34 |
dstufft | lifeless: in other news, the new search did break pip's tests D: | 22:34 |
openstackgerrit | Merged openstack-dev/pbr: Remove self.pre_run calls in packaging.py https://review.openstack.org/184273 | 22:34 |
lifeless | dstufft: lol | 22:34 |
*** yamamoto has joined #openstack-infra | 22:34 | |
*** Sukhdev has quit IRC | 22:34 | |
zaro | clarkb: at least we know that it is very likely to land :) | 22:34 |
flip214 | fungi: thanks, but I guess you'll want to participate there. | 22:35 |
clarkb | zaro: its kind of amazing that they don't have CI that would catch that though | 22:35 |
*** dmorita has joined #openstack-infra | 22:35 | |
clarkb | zaro: but yes good to know they generally like the idea | 22:35 |
*** pc_m has quit IRC | 22:35 | |
*** tcammann_ has joined #openstack-infra | 22:35 | |
flip214 | Perhaps I'll just be in the convention center tomorrow from 0800 on, so that we can find some time before the summit, during lunch, or similar. | 22:35 |
zaro | pelix: yeah that needs to get in! i'll try to find time to reiew | 22:36 |
*** dkranz has quit IRC | 22:36 | |
*** hdd has joined #openstack-infra | 22:36 | |
*** bknudson has quit IRC | 22:37 | |
zaro | pelix: would like to get these python-jenkins landed then do a release, https://review.openstack.org/#/c/184114/ & https://review.openstack.org/#/c/184119/ | 22:38 |
*** amotoki has quit IRC | 22:38 | |
*** baoli has quit IRC | 22:38 | |
*** amotoki has joined #openstack-infra | 22:39 | |
*** dmorita has quit IRC | 22:39 | |
lifeless | ok pbr 1.0.1 is up | 22:39 |
*** mriedem has joined #openstack-infra | 22:39 | |
lifeless | that should fix the folk hitting setup.py testr issues | 22:40 |
anteaya | clarkb: this etherpad is having an issue: https://etherpad.openstack.org/p/liberty-neutron-gaps-concerns | 22:40 |
clarkb | fungi: ^ you looking at it too? | 22:40 |
*** yamamoto has quit IRC | 22:40 | |
*** ZZelle has joined #openstack-infra | 22:40 | |
*** dmorita has joined #openstack-infra | 22:40 | |
clarkb | looks like etherpad may have restarted | 22:41 |
*** asselin has quit IRC | 22:41 | |
clarkb | anteaya: pad is there now, looks like it restarted, not sure if fungi did that (I didnt) | 22:41 |
anteaya | okay thanks | 22:41 |
anteaya | it is continually reconnecting, hopefully it levels out | 22:41 |
anteaya | nope still reconnecting | 22:41 |
*** hdd has quit IRC | 22:42 | |
anteaya | is it just connecting and reconnecting | 22:42 |
anteaya | nonstop | 22:42 |
*** tiswanso has joined #openstack-infra | 22:42 | |
*** samuelBartel has joined #openstack-infra | 22:42 | |
Clint | more than one pad seems to be affected | 22:42 |
Guest38176 | true ^ | 22:42 |
mordred | yah - still breakingish | 22:42 |
flip214 | anteaya: I get | 22:42 |
flip214 | An error occured while loading the pad | 22:42 |
flip214 | Error: The module at "ep_etherpad-lite/static/js/colorutils" does not exist. in https://etherpad.openstack.org/static/js/require-kernel.js (line 596) | 22:42 |
*** ddieterly has joined #openstack-infra | 22:42 | |
anteaya | Clint: what is the url of the etherpad you are having an issue with | 22:43 |
clarkb | anteaya: Clint I don't think its a per etherpad issue | 22:43 |
crinkle | I'm having trouble with etherpad.o.o itself | 22:43 |
Hunner | yeah, global | 22:43 |
clarkb | also when it restarted the logs don't show any reason for why | 22:43 |
clarkb | there is currently no service running at all | 22:43 |
clarkb | and its back | 22:43 |
crinkle | \o/ | 22:43 |
Clint | An error occured while loading the pad | 22:44 |
Clint | ReferenceError: require is not defined | 22:44 |
*** ihrachyshka has joined #openstack-infra | 22:44 | |
*** mriedem has quit IRC | 22:44 | |
Clint | TypeError: pad.collabClient is null in https://etherpad.openstack.org/javascripts/lib/ep_etherpad-lite/static/js/pad.js?callback=require.define at line 253' | 22:44 |
anteaya | still connecting and reconnecting | 22:44 |
clarkb | looks like possibly a DB issue? | 22:45 |
*** baoli has joined #openstack-infra | 22:45 | |
anteaya | :( | 22:45 |
anteaya | what are you seeing? | 22:45 |
*** changbl has quit IRC | 22:45 | |
fungi | clarkb: my battery died in the last session so just catching back up now that i have power again | 22:45 |
clarkb | SyntaxError: Unexpected end of input at Socket.<anonymous> (/opt/etherpad-lite/etherpad-lite/src/node_modules/ueberDB/node_modules/mysql/lib/Connection.js:82:28) | 22:45 |
flip214 | anteaya: try to force-refresh in your browser. | 22:45 |
*** sputnik13 has joined #openstack-infra | 22:45 | |
clarkb | and its dead again | 22:46 |
anteaya | flip214: 503 | 22:46 |
anteaya | yeah | 22:46 |
anteaya | :( | 22:46 |
*** yolanda has quit IRC | 22:46 | |
clarkb | so I think we are in a looping break it loop | 22:46 |
*** yamamoto has joined #openstack-infra | 22:46 | |
fungi | yeah, dmesg says it keeps bouncing over and over | 22:46 |
clarkb | and it seems that the mysql connection seems to explode | 22:46 |
Clint | it's ooming? | 22:47 |
anteaya | clarkb: do we need someone from rax to check their end? | 22:47 |
clarkb | anteaya: not yet | 22:47 |
clarkb | Clint: I don't think so | 22:47 |
*** baoli has quit IRC | 22:47 | |
anteaya | kk | 22:47 |
fungi | if it's oom, it's not kernel oom | 22:47 |
clarkb | dmesg is not showing OOM ya | 22:48 |
clarkb | http://paste.openstack.org/show/228687/ | 22:48 |
clarkb | that appears to be what is breaking it | 22:48 |
*** baoli has joined #openstack-infra | 22:48 | |
fungi | no idea if node.js does its own memory management and kills processes which exceed it but seems unlikely | 22:48 |
*** baoli has quit IRC | 22:48 | |
clarkb | you can see it does a graceful shutdown right after that error | 22:48 |
Clint | JSON-PROBLEM sounds menacing | 22:49 |
fungi | or i could as soon as a i get a browser running again | 22:49 |
clarkb | fung wget http://paste.openstack.org/raw/228687/ | 22:49 |
*** rainya has joined #openstack-infra | 22:50 | |
*** baoli has joined #openstack-infra | 22:50 | |
fungi | i got it up and running now | 22:50 |
*** ZZelle has quit IRC | 22:50 | |
fungi | and yeah, that's ugly | 22:50 |
clarkb | its possible that the data in the db is in a way that it doesn't like it? | 22:51 |
Clint | is that json truncated in the error output or in the db? | 22:51 |
clarkb | but it basically hits that and shuts down | 22:51 |
clarkb | Clint: unknown | 22:51 |
flip214 | anteaya: a 503 is better than a javascript loop. much more environmentally friendly, for example ;= | 22:51 |
clarkb | given its an unexpected end of input would not be surprised its that way in the db | 22:52 |
* clarkb fires up a mysql client and pretends to understand this apps schema | 22:52 | |
fungi | i was going to say i'll see if i can find that row, but better if someone not on conference wireless did that | 22:52 |
clarkb | tables in etherpad-lite: store, describe store; key, value | 22:53 |
Clint | haha | 22:53 |
clarkb | so I guess I am looking for value like something in that json? | 22:53 |
clarkb | fungi: ^ I think you have spent time in this db, is that what you would do? | 22:54 |
Clint | "Service Catalog Standardization" should be somewhat unusual | 22:54 |
*** changbl has joined #openstack-infra | 22:54 | |
gothicmindfood | clarkb: not sure if it helps, but timrc has done some Gozer etherpad rescue from what I remember, too. he might know things(tm) | 22:54 |
flip214 | clarkb: that schema makes for a much faster "drop database" ;/ | 22:54 |
*** dannywilson has joined #openstack-infra | 22:54 | |
*** ihrachyshka has quit IRC | 22:54 | |
fungi | clarkb: that's what i would look for, yes | 22:55 |
*** baoli has quit IRC | 22:55 | |
*** samuelBartel has quit IRC | 22:55 | |
fungi | and yes, etherpad uses mysql as if it were bdb | 22:55 |
*** samuelBartel has joined #openstack-infra | 22:55 | |
*** sarob has joined #openstack-infra | 22:55 | |
fungi | (or insert hipster kv store implementation here for those too young to remember bdb) | 22:56 |
clarkb | select * from store where value like "Service Catalog Standardization"; that isn't returning very quickly | 22:56 |
fungi | it won't. the number of rows is insane | 22:56 |
*** rossella_s has joined #openstack-infra | 22:56 | |
Clint | i can't imagine you have an index on value | 22:56 |
*** dimtruck is now known as zz_dimtruck | 22:56 | |
*** ddieterly has quit IRC | 22:56 | |
fungi | it prefixes the key names to do some typing | 22:57 |
fungi | but i don't recall the particular key namespacing scheme it uses | 22:57 |
Clint | does mysql like work without wildcards? | 22:57 |
clarkb | fungi: sounds like they should use >1 table :P | 22:58 |
fungi | uh, yeah | 22:58 |
clarkb | Clint: I have no idea | 22:59 |
jeblair | i think it's restarting | 22:59 |
jeblair | in a loop | 22:59 |
clarkb | jeblair: yup, its hitting the error at http://paste.openstack.org/raw/228687/ then restarting | 22:59 |
jeblair | at least, tailing the (non-timestamped) upstart logs for it, it is outputting the same thing periodically | 23:00 |
fungi | where key like "pad:%" might help | 23:00 |
fungi | that at least limits it to pad content rows | 23:00 |
*** sarob has quit IRC | 23:00 | |
jeblair | got it; i won't slow down mysql anymore by doing my own thing; waiting for results from clarkb | 23:01 |
jeblair | clarkb, Clint: right you would need to put % before and after that substring | 23:02 |
*** Sukhdev has joined #openstack-infra | 23:02 | |
clarkb | select * from store where key like "pad:%" AND value like "%Service Catalog Standardization%"; is an error /me learns him a sql | 23:02 |
jeblair | we have the pad name; can we get from that to a key? or reduced set of keys? | 23:03 |
Clint | https://appolo85.wordpress.com/2010/03/22/first-steps-understanding-etherpad/ | 23:03 |
fungi | oh, the pad name is in there? then it's key="pad:PadName" | 23:03 |
Clint | ^ not useful but claims 43 tables | 23:03 |
clarkb | Clint: ya thats the old schema | 23:03 |
Clint | so they improved it into single k-v table, great | 23:04 |
fungi | Clint: etherpad was replaced by something called etherpad-lite (rewritten in node.js) which was later renamed to etherpad | 23:04 |
Clint | aha | 23:04 |
*** hdd has joined #openstack-infra | 23:04 | |
flip214 | well, at least it still uses 2 fields in that table. could as well be one field that has the key as prefix... | 23:04 |
jeblair | clarkb: quote 'key' | 23:04 |
*** hdd has quit IRC | 23:05 | |
jeblair | mysql> select count(*) from store where 'key'="pad:service-catalog-cross-project-vancouver"; | 23:05 |
Guest38176 | with backquotes? | 23:05 |
jeblair | that's 0 :( | 23:05 |
fungi | oh, hah. key is a reserved name | 23:05 |
*** Guest38176 is now known as mgagne | 23:05 | |
*** mgagne has joined #openstack-infra | 23:05 | |
*** gokrokve has quit IRC | 23:05 | |
mgagne | WHERE `key`='blah' | 23:05 |
jeblair | yeah backquotes sorry | 23:05 |
jeblair | mysql> select count(*) from store where `key`="pad:service-catalog-cross-project-vancouver"; | 23:06 |
*** gokrokve has joined #openstack-infra | 23:06 | |
jeblair | that returns 1 | 23:06 |
fungi | select store.value from store where store.key="pad:service-catalog-cross-project-vancouver"; | 23:06 |
clarkb | thats it | 23:06 |
fungi | er, yeah | 23:06 |
clarkb | and it is indeed bad json | 23:06 |
jeblair | want to save a copy and delete row? | 23:06 |
clarkb | jeblair: ya not sure we can do much else | 23:06 |
Clint | so the value is the entire pad? | 23:06 |
*** baoli has joined #openstack-infra | 23:07 | |
clarkb | Clint: ya | 23:07 |
fungi | yeah, we should stop etherpad solidly, dump the db, delete that row, then try starting it again | 23:07 |
jeblair | clarkb: you want to do that ^ ? | 23:07 |
clarkb | or rather than delete the row replace it with { atext: {text: "" }} ? | 23:07 |
clarkb | ya stopping etherpad service now | 23:07 |
jeblair | clarkb: i lean toward delete row | 23:07 |
jogo | clarkb: I guess just ping me if it breaks. Next step is to unbreak the 0.8.x gate | 23:07 |
fungi | i'll also point out i've not had great luck altering pad content in the past, but it's definitely the next thing i'd try | 23:08 |
clarkb | jogo: ok | 23:08 |
clarkb | jeblair: ok too | 23:08 |
jogo | tchaypo: see the source code, its stupidly simple | 23:08 |
jogo | tchaypo: https://github.com/jogo/jogo.github.io/tree/master/gate | 23:08 |
*** ihrachyshka has joined #openstack-infra | 23:08 | |
jogo | tchaypo: and play with http://graphite.openstack.org/ | 23:08 |
clarkb | service is stopped, mysqldump is running | 23:09 |
clarkb | DELETE FROM store WHERE `key`="pad:service-catalog-cross-project-vancouver"; will be run post db dump | 23:10 |
dstufft | who releases pylockfile? That's an oslo lib, is that dhellmann ? | 23:10 |
jeblair | clarkb: lgtm | 23:10 |
*** gokrokve has quit IRC | 23:10 | |
*** baoli has quit IRC | 23:10 | |
fungi | also that pad was for a session which just ended so i don't think anyone's still editing it. we can try dumping the cleaned-up content into a new pad once this is resolved and give annegentle a heads up | 23:11 |
fungi | (well, i know for sure nobody's editing it now, but point being i doubt anyone will be trying to continue to edit it once we bring ep back up) | 23:11 |
tchaypo | jogo: yeah, that’s the easy part | 23:12 |
*** yamamoto has quit IRC | 23:12 | |
tchaypo | jogo: the hard part (at the moment) is that the only useful data i see in graphite is the periodic checks | 23:12 |
jogo | tchaypo: yup that is the hard part | 23:13 |
jeblair | tchaypo: i think we still need to have zuul emit the shared change queue name in its statsd output keys | 23:13 |
jogo | tchaypo: or when a patch is proposed to stable | 23:13 |
bkero | clarkb: curious, how big is the resulting dumpfile? | 23:13 |
*** dmorita has quit IRC | 23:13 | |
jeblair | that's like a one-liner | 23:13 |
*** panda has quit IRC | 23:13 | |
clarkb | bkero: gzipped its ~300something MB | 23:13 |
clarkb | ok dbdump is complete | 23:14 |
clarkb | and I need backticks above? | 23:14 |
clarkb | running the delete now if no one objects | 23:14 |
* anteaya doesn't object | 23:14 | |
* Clint doesn't object | 23:14 | |
*** panda has joined #openstack-infra | 23:14 | |
jeblair | clarkb: yes backticks. go for it. | 23:15 |
clarkb | done 1 row affected, starting service back up again | 23:15 |
rbradfor | clarkb: backticks are only needed for reserved words in MySQL. key is a reserved word. | 23:15 |
clarkb | aha! | 23:15 |
openstackgerrit | Mikhail S Medvedev proposed openstack-infra/puppet-project_config: Allow specifying repo ref as a class parameter https://review.openstack.org/184353 | 23:16 |
clarkb | service is up I am tailing logs | 23:16 |
Clint | works for me | 23:16 |
rbradfor | I always propose that projects do not use reserved words so backticks can be eliminated. they are just painful. | 23:16 |
anteaya | clarkb: thank you! | 23:16 |
jeblair | yeah pads lgtm | 23:17 |
fungi | bkero: last night's mysqldump for it, uncompressed, is ~2.4gib | 23:17 |
bkero | fungi: Huh, that's a decent chunk of plaintext. | 23:17 |
clarkb | its almost like they committed a transaction without having properly flushed the json out to mysql | 23:17 |
anteaya | clarkb: any idea what caused the bad json blob in that pad? | 23:17 |
clarkb | anteaya: no | 23:17 |
clarkb | anteaya: but next step for me is to look in the logs before we exploded | 23:17 |
flip214 | y | 23:17 |
anteaya | kk | 23:17 |
clarkb | anteaya: hopefully I find the problem | 23:17 |
anteaya | clarkb: go you! | 23:17 |
fungi | though we do know it was annegentle's pad for the session before now which was the victim of the corruption | 23:18 |
jeblair | also, potential improvement to eplite: don't crash on loading invalid json | 23:18 |
clarkb | ok db dump is in ~root/clarkb-db-dumps if rooters want to poke at it | 23:18 |
anteaya | that is something | 23:18 |
clarkb | jeblair: +1000 | 23:18 |
tchaypo | jogo: jeblair: want to get together to talk about this some time this week? I’d love to take advantage of being here to get enough state in my head to be able to do something useful when I head back to the other side of the world | 23:18 |
Clint | yeah, it really should handle that more gracefully | 23:18 |
jeblair | and the entire value for the bad pad is in the paste | 23:19 |
fungi | there's a lot of things it should handle more gracefully | 23:19 |
*** samuelBartel has quit IRC | 23:19 | |
jeblair | (as in, the paste is not truncated) | 23:19 |
Clint | clearly someone should rewrite it in erlang | 23:19 |
*** chlong has joined #openstack-infra | 23:19 | |
clarkb | jeblair: yup | 23:19 |
*** chlong_ has joined #openstack-infra | 23:20 | |
jogo | tchaypo: works for me | 23:20 |
jeblair | tchhappy to! | 23:20 |
*** mwagner_lap has quit IRC | 23:20 | |
*** amotoki has quit IRC | 23:20 | |
jeblair | <sigh>tchaypo: ^ | 23:21 |
jeblair | (i am in a pwifi-poor spot) | 23:21 |
*** _nadya_ has joined #openstack-infra | 23:21 | |
*** amotoki has joined #openstack-infra | 23:21 | |
*** lnr has joined #openstack-infra | 23:21 | |
*** amotoki has quit IRC | 23:21 | |
jeblair | i'm just going to stop typing and watch float planes. i'm only good at one of those things. | 23:21 |
tchaypo | jeblair: i like watching float planes | 23:23 |
*** sputnik13 has quit IRC | 23:23 | |
clarkb | ok grepping that pad name in the logs doesn't show any other errors before we ran into that one | 23:23 |
clarkb | there is a 20 second gap between an client leaving and that happening | 23:23 |
*** jamespage_ has joined #openstack-infra | 23:23 | |
clarkb | our best bet may be to ping the etherpad-lite maintainers, ask them what the best way to get them a 2.4GB db dump is along with the chunk of logs that covers this issue and see what they can figure out? | 23:24 |
*** dannywilson has quit IRC | 23:24 | |
*** Nolafleur has joined #openstack-infra | 23:24 | |
clarkb | (seems like a very bad thing for etherpads to corrupt themselves hopefully they are interested in debugging) | 23:24 |
*** rainya has quit IRC | 23:24 | |
*** tiswanso has quit IRC | 23:24 | |
clarkb | sorry its only ~330MB compressed so thats less bad, we can just swift it for them or tarballs.o.o | 23:24 |
*** ihrachyshka has quit IRC | 23:24 | |
clarkb | fungi: ^ | 23:25 |
*** dannywilson has joined #openstack-infra | 23:25 | |
*** ZZelle has joined #openstack-infra | 23:25 | |
clarkb | I am looking their their issue tracker now | 23:25 |
*** wznoinsk_ has quit IRC | 23:25 | |
*** _nadya_ has quit IRC | 23:25 | |
openstackgerrit | Merged openstack/requirements: Add os-testr to global requirements list https://review.openstack.org/170268 | 23:25 |
clarkb | https://github.com/ether/etherpad-lite/issues/2522 its that bug | 23:26 |
*** ivar-lazzaro has joined #openstack-infra | 23:26 | |
*** rossella_s has quit IRC | 23:26 | |
clarkb | looks like its mysql naive and breaks :( | 23:26 |
clarkb | well at least we know what caused the problem, don't use 4 byte utf8 values | 23:26 |
clarkb | anteaya: ^ | 23:26 |
clarkb | (thats sort of a terrible thing to tell users but should get us through the summit) | 23:27 |
clarkb | rbradfor: ^ seems they break all the rules :) | 23:27 |
jeblair | yeah, also, please no one test that in production :) | 23:27 |
clarkb | jeblair: when is your next session? | 23:28 |
jeblair | clarkb: 12 min | 23:28 |
clarkb | danke /me pops out for a short bit now that fire is out | 23:28 |
*** unicell has joined #openstack-infra | 23:28 | |
*** soren has joined #openstack-infra | 23:29 | |
*** gokrokve has joined #openstack-infra | 23:29 | |
*** dannywilson has quit IRC | 23:30 | |
*** ZZelle has quit IRC | 23:30 | |
*** yolanda has joined #openstack-infra | 23:31 | |
*** mescanef has joined #openstack-infra | 23:31 | |
*** chlong has quit IRC | 23:31 | |
*** rbradfor has quit IRC | 23:32 | |
clarkb | mordred: if you are around maybe we can investigate switching the character set on etherpad-dev? I assume we can change that without etherpad-lite knowing | 23:32 |
clarkb | though possible we will break the migration that they use to switch the character sets once this is fixed | 23:32 |
Hunner | EmilienM: http://bloodrizer.ru/games/kittens/# | 23:32 |
*** baoli has joined #openstack-infra | 23:33 | |
*** jklare has quit IRC | 23:33 | |
*** yamamoto has joined #openstack-infra | 23:33 | |
*** jklare has joined #openstack-infra | 23:35 | |
*** david-lyle has joined #openstack-infra | 23:35 | |
*** otter768 has joined #openstack-infra | 23:35 | |
*** amotoki has joined #openstack-infra | 23:35 | |
clarkb | left a comment that being able to handle that without restarting the server would be nice | 23:35 |
*** rainya has joined #openstack-infra | 23:36 | |
*** dmorita has joined #openstack-infra | 23:36 | |
*** lnr has quit IRC | 23:36 | |
jeblair | back on the conf bridge | 23:36 |
*** wenlock has quit IRC | 23:36 | |
fungi | clarkb: sorry, was afk dashing between sessions. reading the bug now | 23:37 |
*** yamamoto has quit IRC | 23:37 | |
*** sdague_mb has quit IRC | 23:37 | |
*** hdd has joined #openstack-infra | 23:38 | |
*** Sukhdev has quit IRC | 23:38 | |
*** baoli has quit IRC | 23:38 | |
*** Nolafleur has quit IRC | 23:39 | |
clarkb | jeblair: and yes lets not test in production, we can use -dev if we need to | 23:39 |
*** asselin__ has joined #openstack-infra | 23:39 | |
*** asselin_ has quit IRC | 23:39 | |
*** Nolafleur has joined #openstack-infra | 23:39 | |
*** otter768 has quit IRC | 23:40 | |
*** unicell has quit IRC | 23:40 | |
clarkb | mordred: maybe you can explain why a utf8 character set that isn't actually utf8 exists | 23:40 |
fungi | that is indeed a nasty bug | 23:41 |
mordred | clarkb: it's because utf8 is both weird and has bugs in mysql | 23:41 |
*** sarob has joined #openstack-infra | 23:42 | |
mordred | that's one of the things we fixed in drizzle | 23:42 |
SpamapS | :( | 23:42 |
*** sarob has quit IRC | 23:42 | |
* SpamapS is still grieving Drizzle. ;) | 23:42 | |
openstackgerrit | Doug Hellmann proposed openstack-infra/release-tools: Make get_last_tag work on OS X https://review.openstack.org/184356 | 23:43 |
*** soren has quit IRC | 23:44 | |
*** Longgeek has joined #openstack-infra | 23:44 | |
*** sputnik13 has joined #openstack-infra | 23:45 | |
fungi | i wonder whether etherpad would be happier with an actual kv store backend rather than mysql? no clue what the migration would look like though | 23:46 |
*** changbl has quit IRC | 23:46 | |
anteaya | clarkb: thank you | 23:47 |
clarkb | I think we can use redis, my guess is any move like that would be done with a custom migration though | 23:48 |
*** yamamoto has joined #openstack-infra | 23:49 | |
*** ZZelle has joined #openstack-infra | 23:49 | |
fungi | though i suppose that's one place their braindead sql schema ends up being helpful | 23:49 |
clarkb | though their FAQ still recommends mysql | 23:49 |
*** lnr has joined #openstack-infra | 23:50 | |
*** lnr has quit IRC | 23:50 | |
clarkb | fungi: maybe you can ask them if that is still up to date? | 23:50 |
clarkb | I am sad that we didn't catch this in the month before the usmmit, note to self create utf8 test pad on every upgrade | 23:50 |
*** lnr has joined #openstack-infra | 23:50 | |
*** lnr has quit IRC | 23:50 | |
fungi | clarkb: well, i try to limit my contact with mclear to coordinating cve requests | 23:51 |
fungi | but we can ask in the bug report | 23:51 |
* fungi doesn't want to risk getting roped deeper into the ep dev community | 23:52 | |
clarkb | :) | 23:53 |
*** pc_m has joined #openstack-infra | 23:53 | |
fungi | my grasp of javascript is insufficient to get too far into it, and my time is insufficient to solve that failing on my part ;) | 23:53 |
anteaya | so 4 byte utf8 values would be chinese characters? | 23:53 |
fungi | anteaya: sure, or many other things | 23:54 |
anteaya | other language characters? | 23:54 |
* anteaya is reading http://stackoverflow.com/questions/17680237/mysql-four-byte-chinese-characters-support | 23:54 | |
fungi | generally unusual glyphs, and also less common glyphs from languages which have tons of glyphs (such as chinese) | 23:54 |
clarkb | they are "supplementary characters" | 23:55 |
anteaya | ah okay thank you | 23:55 |
*** zul has joined #openstack-infra | 23:58 | |
*** lnr has joined #openstack-infra | 23:58 | |
*** lnr has quit IRC | 23:58 | |
*** pc_m has quit IRC | 23:59 | |
*** Sukhdev has joined #openstack-infra | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!