/srv/irclogs.ubuntu.com/2016/06/14/#juju-dev.txt

menn0mwhudson, davechen1y: do we already know about the panic inside Go 1.7 that the worker/uniter tests induce?00:08
mwhudsonmenn0: no000:08
menn0mwhudson, davechen1y : http://paste.ubuntu.com/17312432/00:09
menn0mwhudson, davechen1y : doesn't happen under 1.600:09
mwhudsonmenn0: exciting00:09
mwhudsonmenn0: that's with golang-1.7 from my ppa?00:09
menn0mwhudson: it is indeed00:10
mwhudsonmenn0: what command did you run?00:10
mwhudsongo test -c github.com/juju/juju/worker/uniter ?00:10
menn0go test ./worker/uniter/... (while in the github/juju/juju directory00:11
mwhudsonheh i don't have my own ppa installed00:11
mwhudsonenabled00:11
mwhudsonwhatever00:11
perrito666axw: you where right its --nojournal00:11
axwperrito666: cool, hopefully easy to fix then00:12
perrito666well its a commit to testing then another to master00:12
menn0mwhudson: no -c when I did it... just trying that now00:12
mwhudsonmenn0: well it's clearly the compiler crashing00:12
mwhudsonjust wondering which package it's crashing on00:13
menn0mwhudson: go test -c for worker/uniter works.00:13
mwhudsonmenn0: hmm00:13
menn0i'll track down the subpackage00:13
mwhudsonthank00:13
mwhudsons00:13
mwhudsoni'm installing  and updating things and building go tip00:14
menn0mwhudson: I've got to go for lunch but I have a loop doing go test over each subpackage00:15
mwhudsonmenn0: ok, i'll see if it reproduces for me00:15
davechen1ymenn0: news to me00:16
menn0mwhudson, davechen1y: it's worker/uniter/runner/context00:20
mwhudsonhuh00:20
mwhudsonworks for me00:20
mwhudson/usr/lib/go-1.7/bin/go test -c ./worker/uniter/runner/context00:21
menn0thumper: you're not the only one who gets to delete stuff: http://reviews.vapour.ws/r/5049/00:21
mwhudsonmenn0: do you have golang-tip installed? maybe you could try with that? (after lunch when a new version should have built)00:21
menn0mwhudson: i'll try with current master00:21
mwhudsonor that, yeah00:21
mwhudsonthere have been some compiler fixes00:21
menn0mwhudson: it still happens with master for me00:23
menn0mwhudson: i'll wait for the new go version and try again00:24
mwhudsonmenn0: hmm00:24
mwhudsonmenn0: what exact command line?00:24
mwhudsonmenn0: also, are you still on wily?00:24
menn0go test -c ./worker/uniter/runner/context00:24
mwhudson(just trying to think up differences...)00:24
menn0nope on xenial00:24
mwhudsonok00:24
mwhudsonand "which go"?00:24
menn0$ which go00:25
menn0$ readlink -f /home/menno/bin/go00:25
menn0stupid irc00:25
menn0$ which go00:25
menn0 /home/menno/bin/go00:25
menn0$ readlink -f /home/menno/bin/go00:25
menn0 /usr/lib/go-1.7/bin/go00:25
mwhudsonhaha00:25
thumpermenn0: reviewed00:25
mwhudsonok thanks00:25
menn0mwhudson:00:26
menn0$ dpkg -S /usr/lib/go-1.7/bin/go00:26
menn0golang-1.7-go: /usr/lib/go-1.7/bin/go00:26
mwhudsonmenn0: and it happens every time for you?00:26
menn0mwhudson: seems to00:26
menn0mwhudson: it's not stopping me doing what I need to do. just noticed it when running tests.00:27
menn0mwhudson: this is the package version: 1.7~~devel.201605030049.499cd33+ppa1~ubuntu16.04.100:27
menn0back in a bit00:27
mwhudsonmenn0: ooh00:27
mwhudsonmenn0: that's the old ppa00:28
mwhudsonmenn0: use ppa:gophers/archive instead00:28
menn0mwhudson: that could be it then. installing the updating package from the newer ppa now01:04
menn0mwhudson, davechen1y : well that fixed it. nothing to see here. sorry for the noise01:07
davechen1y2np01:07
mupBug #1592210 opened: juju2beta9 agent stuck in allocating state <conjure> <juju-core:New> <https://launchpad.net/bugs/1592210>01:11
stokachuhey anyone seen http://paste.ubuntu.com/17313966/ line 184 before?01:11
axwwallyworld: I'm back, just replying to an email and will ping you to talk about openstack/controller-uuid01:19
wallyworldaxw: ok, i'm just finishing a review, haven't looked too deeply again yet, will ping you01:19
axwwallyworld: ok01:20
wallyworldstokachu: ah, that was an upstream bug in godbus01:20
wallyworldi thought it had been fixed01:20
wallyworldmaybe it was not fixed properly01:21
stokachuwallyworld: yea i can pretty easily reproduce01:21
wallyworldcan you file a bug and i'll get someone to look?01:21
stokachuwallyworld: that was the bug 159221001:21
mupBug #1592210: juju2beta9 agent stuck in allocating state <conjure> <juju-core:New> <https://launchpad.net/bugs/1592210>01:21
stokachuwallyworld: ^01:21
wallyworldok, ta01:21
stokachuthanks! we were going crazy trying to figure out why all but 1 service was failing01:21
wallyworldnatefinch-afk: ^^^^^ can you see if your previous fix maybe needs tweaking?01:21
stokachuwallyworld: i can reproduce it when doing a bunch of single application deploys one right after the other01:25
stokachuwallyworld: not so much when doing just a bundle deploy01:25
wallyworlddamn ok01:25
wallyworldi am not entirely familiar with the upstream issue off hand'01:25
stokachuwallyworld: cool np, just have nate ping me and i can test or answer any other questions01:26
wallyworld but i did think it ws fixed, maybe it was done in 1.25 not master, will need to check01:26
wallyworldty01:26
stokachuok cool01:26
wallyworldaxw: i can just use the goose client to get all groups and do filtering in the openstack code, so i'll look at that and see how it pans out01:38
mupBug #1592221 opened: restore-backup empty CloudName not valid <backup-restore> <blocker> <ci> <regression> <juju-core:Triaged> <https://launchpad.net/bugs/1592221>02:05
perrito666oh cmoooon02:06
mupBug #1591940 changed: juju failed unmarshal the /server/{server_id} api  response body <juju-core:New> <https://launchpad.net/bugs/1591940>02:17
menn0thumper: i've had 3 attempts at trying to land a PR now and I keep getting random "unexpected message" errors from mongo02:28
menn0seems like "unexpected message" is the new "bad record MAC"02:28
thumper:(02:28
davecheneymenn0: linkage02:28
davecheneymaybe it's something I broke02:28
menn0davecheney: http://juju-ci.vapour.ws:8080/job/github-merge-juju/8086/consoleFull02:28
menn0davecheney: the failures are in areas not touched by the PR02:29
menn0davecheney: these are into the model-migration branch which a bit behind master02:29
davecheneynope, that's not my fault02:29
davecheneythat's just the usual mongo couldn't actaully talk TLS when it said it could02:29
davecheneynonsense02:29
davecheneyfollowed by it segfaulting or just crapping the bed02:30
menn0so i'm just unlucky then02:30
* menn0 tries again02:30
davecheneymenn0: don't forget the bug that was introduced that means if mongo is not running with /tmp on a ramdisk02:30
davecheneythen it will take 20+ seconds for the test to kick off02:30
menn0that's a mongo 3.2 thing right?02:31
davecheneynope mongo 2.402:31
davecheneywhich is what CI runs02:31
menn0davecheney: hmm ok. I didn't know about that one02:31
* menn0 does have tmp on a ramdisk though02:31
davecheneymenn0: have you been following hte "ci times increasing at alarming rates" thread ?02:31
menn0davecheney: yes02:32
davecheneymenn0: if you didn't have /tmp on a ramdisk02:32
davecheneythen you might be upset about the reduction in lifespan of your ssd :)02:32
menn0davecheney: yep, I remember seeing that02:35
davecheneythat'll be hurting CI as it runs mongo 2.4.902:36
=== natefinch-afk is now known as natefinch
thumperhow come we have enable-ha but no disable-ha?02:41
thumperjust curious02:41
natefinchthumper: I don't think we have code for disable HA02:41
thumperif I want to go from 3 back to 1, can I?02:41
thumperdoes going from 5 -> 3 work?02:41
natefinchthumper: not to my knowledge02:41
natefinchthumper: you can go up, but you can't go down02:42
thumperwhy?02:42
natefinchthumper: there's nothing inherently stopping us from doing it, it was just going to be some significant added work, which we were going to get to later....02:43
natefinchthumper: is it later yet? :)02:43
thumperheh02:43
thumperI think I can get what I want by going :02:43
thumperensure-ha02:43
thumperkill machine 202:43
thumperand then ...02:43
thumperwhat?02:43
thumperensure-ha again?02:44
perrito666davecheney: menn0 we should not have journal enabled in the test for 2.4, that was a bit of a careless change02:44
natefinchI don't know what the commands do in 2.0.  in juju1, ensure-availability would start new machines when you did ensure-ha again02:44
natefinchso basically, ensure-ha is "please try to get me into the state I original asked for when I did ensure-availability the first time"02:45
perrito666menn0: https://pastebin.canonical.com/158638/ in github.com/juju/testing will make your test be less sad02:45
menn0perrito666: ok, but i'm seeing the problems in CI... why was --nojournal removed in the first place?02:46
perrito666menn0: someone did changes to testing to enable mongo3 but droped support for mongo2.4 in the process02:47
perrito666and by support I just mean optimization02:48
wallyworldnatefinch: looks like you forgot to take out the ubuntu-cloudimg-query stuff02:53
menn0davecheney, perrito666: the model-migration branch is sufficiently behind master that it doesn't have that change in place02:53
natefinchwallyworld: last I'd heard it was still up in the air.... was going to ask you since I saw it failing.  I guess I know what the answer is.02:53
wallyworldyou're getting mixed up02:54
menn0so that's not relevant to what I'm seeing02:54
davecheneymenn0: thumper https://github.com/juju/juju/pull/560702:54
wallyworldthere's a different between the mechanism to download lxc images and image caching in general02:54
davecheneymenn0: you probably have it by accident as it is on the juju/testing repository02:54
menn0wallyworld, perrito666: but still good to know (and we should fix it)02:54
menn0davecheney: nope. I made sure.02:55
wallyworldnatefinch: we need to remove the bits to download and cache lxc images, but not yet the image caching store02:55
davecheneymenn0: no idea then02:56
davecheneyjust mongo be awful then02:56
natefinchwallyworld: I didn't realize there were different parts of it... kinda thought of it all as one feature.  So I can drop the image downloading stuff, I take it?02:58
wallyworldyep02:59
menn0davecheney: reviewed02:59
davecheneyta03:00
menn0davecheney: it just failed - known flaky resumer test03:06
menn0not my day03:06
menn0thumper: here's WatchMinionReports: http://reviews.vapour.ws/r/5051/03:12
* thumper looks03:13
thumpermenn0: I'm about to run out and take Maia to BJJ03:13
thumperback soonish03:13
menn0thumper: no rush03:13
* menn0 stacks the PRs03:13
davecheneymenn0: having the same problem http://juju-ci.vapour.ws:8080/job/github-merge-juju/8088/console03:30
davecheneyon master branch03:30
menn0yeah, it's pretty awful03:31
axwwallyworld: I'm probably going to have to tack and do the add-model changes before finishing validation04:00
axwwallyworld: otherwise everything except lxd will be broken04:00
wallyworldeek, ok04:00
axwwallyworld: I'll push what I've got if you want to review what's there04:00
axwI don't *think* it will change any more04:00
wallyworldi'm stuck fixing tests with this controller uuid change, won't get to look till a little later04:01
axwwallyworld: no worries. there's a WIP PR up now, whenever you can04:01
wallyworldwill do, ty04:01
cheryljnatefinch: ping?04:13
natefinchcherylj: yo04:13
cheryljdid you land the update for godbus in master?  (I think so)04:14
cheryljI see the 1.25 update here: https://github.com/juju/juju/pull/536304:14
natefinchcherylj: I didn't04:14
cheryljnatefinch: was it because master was blocked?  or some other reason?04:14
natefinchcherylj: yes, because master was blocked, and then it fell off my radar04:15
cheryljheh, perfectly understandable04:15
cheryljnatefinch: could you merge it as $$fixes-1592210$$ ?04:16
cheryljstokachu: is running into that issue for bug 159221004:16
mupBug #1592210: juju2beta9 agent stuck in allocating state <blocker> <conjure> <juju-core:Triaged> <https://launchpad.net/bugs/1592210>04:16
natefinchyeah, it's an ugly bug, definitely should go in04:16
cheryljthanks!!04:17
mupBug #1583893 changed: 1.25.5: goroutine panic launching container on xenial <landscape> <juju-core:Triaged> <juju-core 1.25:Triaged> <https://launchpad.net/bugs/1583893>04:42
natefinchgah... helps if I actually commit my changes before rerunning CI :/05:05
axwwallyworld: does this sound sensible to you? "juju add-model --credential foo" will automatically upload a credential "foo" from the client to controller if it doesn't exist in the controller already05:39
wallyworldi think so - it should print what it does05:40
axwwallyworld: yep will add some output05:41
wallyworldok05:41
dimiternfrobware: sorry, I'll be right there08:01
frobwaredimitern: 1:1 in 5? Ok?08:01
dimiternfrobware: ok, sure08:01
dimiternjam, dooferlad?: standup?09:03
frobwaredimitern: https://github.com/frobware/juju/tree/master-lp1566801-strike209:15
frobwaredimitern: requires your change09:15
=== Spads__ is now known as Spads
frobwarebabbageclunk: http://pastebin.ubuntu.com/17320468/09:22
frobwaredimitern: for i in /usr/bin/apt* ; do sudo ln -s /usr/bin/eatmydata /usr/local/bin/$(basename $i); done09:23
=== Spads_ is now known as Spads
frobwaredimitern: http://pastebin.ubuntu.com/17320499/09:26
axwwallyworld: I've just put up a new WIP branched off the other one that updates add-model, tested live with lxd and aws09:49
voidspacedimitern: frobware: babbageclunk: ok, I think it's ready for review http://reviews.vapour.ws/r/5019/09:56
dimiternvoidspace: looking09:56
frobwarevoidspace: adding to my review TODO...09:56
voidspacethanks09:56
voidspacedimitern: frobware: migration import (and test) is where the fiddly stuff with global keys and references is done09:57
voidspacevalidation of the imported model still to be added as a separate step - in fact that's next as the network entities have all been done now09:58
dimiternok, cheers09:58
frobwaredimitern: AA-FF reviewed10:18
voidspacebabbageclunk: you're right about that comment being incorrect - it's from a copy/paste + search & replace10:24
voidspacebabbageclunk: the filename plurality is consistent with ipaddresses and ipaddress_test - but that's inconsistent with the others10:24
voidspacebabbageclunk: so I'll change both10:24
babbageclunkvoidspace: :)10:24
dimiternfrobware: thanks!10:44
frobwaredimitern: do you run maas20 in lxd at all?10:46
dimiternfrobware: I tried some weeks ago, but couldn't get it to work (mounting loop devs was the issue)10:48
admcleodany juju devs here?10:48
frobwaredimitern: I tried many months ago. IIRC, you have to mknod the devices first10:49
dimiternfrobware: i didn't get that far tbo10:50
dimiterntbh even10:50
dimiternadmcleod: you're at the right place :) what do you need?10:51
admcleoddimitern: theres a guy in #juju (brunogirin) with a juju 2.0 / go stack trace, and ive hit the extent of my troubleshooting :}10:52
dimiternadmcleod: ok, let's have a look then10:53
admcleoddimitern: thanks :)11:00
mupBug #1592366 opened: Juju machines failed to die, with added storage <juju-core:New> <https://launchpad.net/bugs/1592366>11:14
mupBug #1592365 opened: Juju 2.0 crashes on bootstrap with datacentred.co.uk OpenStack cloud <juju-core:New> <https://launchpad.net/bugs/1592365>11:44
frobwaredimitern, voidspace, babbageclunk: backport from master to 1.25 -- http://reviews.vapour.ws/r/5054/12:19
dimiternfrobware: looking12:28
=== Spads_ is now known as Spads
=== Spads_ is now known as Spads
=== Spads_ is now known as Spads
=== Spads_ is now known as Spads
aisraelaxw: Hey, are you still the best person to talk to about storage?13:19
dimiternfrobware: LGTM on that backport btw13:28
rick_h_aisrael: +1 to the right person but he's APAC so zzzz atm13:28
aisraelrick_h_: ack, thanks. I'll send him an email13:28
=== Spads_ is now known as Spads
frobwaredimitern: ping13:33
frobwaredimitern: can you join the networking tests call?13:33
dimiternfrobware: omw13:33
frobwaredimitern, voidspace, babbageclunk, dooferlad: FYI (last comment in): https://bugs.launchpad.net/ubuntu/+source/livecd-rootfs/+bug/151352913:57
mupBug #1513529: cloud images should be built with the same /etc/apt/sources.list as server images <awaiting-canonical> <bot-comment> <cloud-images:Fix Released by daniel-thewatkins> <livecd-rootfs (Ubuntu):Fix Released by daniel-thewatkins> <https://launchpad.net/bugs/1513529>13:57
frobwaredimitern: ping - have 10 minutes to talk about the removal of "ifup -a || true"?14:01
dimiternfrobware: yeah14:02
dimiternfrobware: it wasn't necessary anymore (tests on aws and maas confirmed it)14:02
frobwaredimitern: this was my conclusion too14:02
dimiternfrobware: hey, no eth0.cfg in the maas trusty cloud image from dailies14:04
frobwaredimitern: yep, saw that too. I added -proposed and installed curtin-389 this morning14:05
dimiternfrobware: and trusty-backports is there14:05
dimiternsweet!14:05
frobwaredimitern: didn't look for that, but \o/14:05
frobwaredimitern: things are beginning to come together14:05
dimiternfrobware: due to that curtin issue, every other trusty deployment fails, but still, once it's done lxd also works14:06
frobwaredimitern: we still have the 50-cloud-init.cfg conflation with LXD containers on MAAS14:06
dimiternfrobware: because of that missing cloud-init fix?14:08
frobwaredimitern: we need a variation of: https://github.com/frobware/juju/tree/master-lp1566801-strike214:09
frobwaredimitern: one that isn't so intrusive and that will work on KVM too14:10
frobwaredimitern: but with that branch and latest curtin/daily cloud image it should be just peachy!14:11
dimiternfrobware: yeah! re kvm - we should see what can be done with virt-copy-in14:15
frobwaredimitern: I really want to look at seeding cloud-into to DWIM & DTRT14:15
frobwaredimitern: because that's a common interface for both LXD and KVM14:16
dimiternfrobware: that would be better, indeed14:23
=== Spads_ is now known as Spads
dimiterngsamfira, bogdanteleaga: ping?15:03
dimiternor anybody from cloudbase? there's a guy in #juju (gennadiy) who asks how to get the password of a windows instance deployed with juju on openstack15:04
=== Spads_ is now known as Spads
dimiternfrobware: still there?15:21
alexisbdimitern, he will be back later15:22
dimiternalexisb: ok15:22
dimiternnatefinch: hey, did you see my comment and wallyworld's comments on the LXC-to-LXD?15:29
mupBug #1592456 opened: juju publish hangs <jujuqa> <publish> <juju-core:Triaged> <juju-core 1.25:Triaged> <https://launchpad.net/bugs/1592456>15:33
frobwarecherylj: ping - any concerns for landing stuff into 1.25 (e.g., http://reviews.vapour.ws/r/5054/)?16:15
cheryljfrobware: that's fine, thanks :)16:25
* katco goes to run errand18:14
natefinchjam: just to amke sure... there's also an imagemanager facade.... that's ok to stay around?18:23
natefinchjam: or is that part of what should be deleted?18:23
jamnatefinch: looking18:23
jamnatefinch: so I think that should stay. I think that could be adapted to how we cache LXD images as well, so that you can save space, etc.18:26
natefinchjam: ok18:26
jamI wouldn't cry if we removed it, because it won't do anything in 2.018:26
jambut when we do bring something like it back, it would be nice for a 2.0 client to be able to ask a 2.1 server to list/delete images.18:27
natefinchjam: mit means we have a command that doesn't do anything, juju cached-images18:27
jamnatefinch: so as stated above, in 2.0 it won't do anything, but likely it will in 2.1 and I don't see a reason why it couldn't look like that18:28
jamwhich would mean a 2.0 client could ask a 2.1 server to list/delete cached images.18:28
jam*but* if there is something that makes it hard to keep around18:29
jamI wouldn't feel terrible removing something that doesn't do anything right now.18:29
=== alexisb is now known as alexisb-afk
perrito666cmars: https://www.youtube.com/watch?list=PLKfWL8IXgKBte4TfD53pLaHONfSYCX0RH&v=ZZTp8NeGbmk18:55
=== Spads_ is now known as Spads
=== alexisb-afk is now known as alexisb
natefinchsinzui: my PR had its job cancelled, but now the bot isn't picking it up - https://github.com/juju/juju/pull/558319:46
natefinchmgz: ^19:46
sinzuinatefinch: I will find it it and attempt a rebuild.19:47
sinzuinatefinch: the lander didn't call back to the PR so it doesn't know it needs to look again19:47
sinzuinatefinch:  You job is rebuiling. http://juju-ci.vapour.ws:8080/job/github-merge-juju/8111/console19:49
natefinchsinzui: thanks19:49
sinzuinatefinch: once it calls back to the PR you can try again if you need...our you can just rebuild19:49
natefinchsinzui: I don't know how to make it rebuild19:49
sinzuinatefinch: from http://juju-ci.vapour.ws:8080/job/github-merge-juju/ I can see "natefinch lxc-to-lxd" among the jobs. Its build 8104. when I follow that link to see the actual build I also see a link to rebuild on the left.19:52
sinzuinatefinch: ah, but you also need to be logged in19:52
natefinchsinzui: ahh, ok, I see, thanks.19:53
mupBug #1592537 opened: No test for upgrade-juju upload-tools for non-controller model <juju-core:Triaged by macgreagoir> <https://launchpad.net/bugs/1592537>20:07
alexisbnatefinch, looks like there are some issues with building your branch is it clear from the build log?20:34
natefinchalexisb: gah... I had to rebase on top of some changes, and there were conflicts.  I'm sure I can figure it out.20:35
natefinchalexisb: I think I lost some changes dimiter made, because I renamed a file20:35
natefinchalexisb: should be a trivial fix20:36
alexisbnatefinch, thanks20:36
natefinchalexisb: fixed and resubmitting20:49
alexisbnatefinch, thank you20:56
alexisbnatefinch, were are we on the deps update for the dbus package?20:57
alexisbthat is the last thing for a beta9 release20:57
alexisbdo you need me to hand that off to someone else?20:57
natefinchalexisb: it's super trivial, one sec21:00
natefinchalexisb: if someone can just cherry pick this commit and fix the conflcits... 9bdc72a76405b5e247f4561aafbdb4775136afc621:01
natefinchalexisb: sorry, I gotta run, the kids are crazy and need dinner.  I'll be back on in a few hours, but that change is super trivial21:01
alexisbnatefinch, yep figured it was that time :)21:01
natefinchalexisb: doesn't even need to be cherry pick... it's just 2 lines in dependencies .tsv21:02
alexisbthanks for the work today natefinc, I will follow-up with someoen on the deps issue21:02
natefinchalexisb: thanks21:02
=== natefinch is now known as natefinch-afk
alexisbericsnow, katco Is this something that one of you can pick up from natefinch-afk quickly? ^^^21:08
katcoalexisb: the cherry-picking is easy, but the resolving conflicts always requires context21:08
alexisbrelates to bug https://bugs.launchpad.net/juju-core/+bug/159221021:08
mupBug #1592210: goroutine panic launching container on xenial <blocker> <conjure> <juju-core:In Progress by natefinch> <juju-core 1.25:Fix Committed by natefinch> <https://launchpad.net/bugs/1592210>21:08
katcoalexisb: we are both under tight deadlines per wallyworld; up to him?21:08
alexisbkatco is should be a couple like dependancy change21:09
katcoalexisb: ok, let me get to a stopping point and i'll TAL rq21:09
wallyworldi can do it also21:09
alexisbkatco, if you are actively work something continue21:09
alexisbwallyworld, I would like to get this in in the next hour if possible as it will allow for a green light for beta921:10
wallyworldyep, sure, figured as much :-)21:10
alexisbwallyworld, thanks21:10
wallyworldalexisb: as per my email, you know we need to land a PR unless we want to ship with add-model broken right?21:13
alexisbug21:14
alexisbwallyworld, I didnt realize it was broken21:15
alexisbthat changes things21:15
wallyworldsorry, i should have been more explicit21:15
alexisbwhere are we with that pr?21:15
wallyworldit will land asap this morning21:15
alexisbwallyworld, no I could of looked harder not your fault21:15
alexisbwallyworld, ok that is fine21:15
alexisbwe just need to get a CI run started your morning21:16
alexisbso that we can release asap tomorrow21:16
wallyworldok21:16
alexisbwallyworld, thumper I will some of your time post the sts call21:59
thumperack21:59
mupBug #1589680 changed: Upgrading to cloud-archive:mitaka breaks lxc creation <canonical-bootstack> <juju-core:Invalid> <juju-core 1.25:Triaged> <https://launchpad.net/bugs/1589680>22:07
mupBug #1592582 opened: Failing unit tests: TestAddStorageMixDistinctAndNonDistinctErrors <juju-core:New> <https://launchpad.net/bugs/1592582>22:07
mupBug #1592583 opened: Unit test failures in github.com/juju/juju/cmd/juju/commands <juju-core:New> <https://launchpad.net/bugs/1592583>22:07
alexisbhttps://hangouts.google.com/hangouts/_/canonical.com/core-leads-call22:27
alexisbwallyworld, thumper ^^22:27
wallyworldkatco: ericsnow: did you guys have a moment? https://hangouts.google.com/hangouts/_/canonical.com/tanzanite-stand22:30
mupBug #1477010 changed: provider/openstack: AttachVolumes does not observe asynchronous attachment failures <openstack-provider> <juju-core:Invalid> <https://launchpad.net/bugs/1477010>22:37
alexisb_cherylj, did you want to chat?22:47
cheryljalexisb_: I would like to at some point to figure out how we're going to address the failing CI tests before an RC22:51
cheryljdare to dream, right?22:51
katcocherylj: hold on to those stones22:51
katcocherylj: you can dream... forever!22:51
cheryljwe had a saying at IBM  "the sweet release of the grave"22:52
katcocherylj: well, in juju we have tombs, catacombs, undertakers, and reaping.22:52
katcocherylj: coincidence?22:52
perrito666davecheney: tx a lot for the fix on testing22:53
cheryljthis team has an obsession with death22:54
alexisb_cherylj, ok, we can chat later then22:56
wallyworldalexisb_: thumper: there now22:57
alexisb_wallyworld, you lie22:58
wallyworldalexisb_: the team leads hangout?22:58
alexisb_https://hangouts.google.com/hangouts/_/canonical.com/core-leads-call22:59
mupBug #1591962 changed: be able to set juju management network <canonical-bootstack> <juju-core:Fix Released> <juju-core 1.25:Won't Fix> <https://launchpad.net/bugs/1591962>23:14
wallyworldaxw: perrito666: be there is  asec23:15
perrito666wallyworld: k23:15

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