=== frankban|afk is now known as frankban [11:45] Bug #1588095 opened: help for juju run-action refers to commands that don't exist [11:45] Bug #1599129 opened: run action against a non-existant unit gives confusing error [11:54] Bug #1588095 changed: help for juju run-action refers to commands that don't exist [11:54] Bug #1599129 changed: run action against a non-existant unit gives confusing error [11:57] Bug #1588095 opened: help for juju run-action refers to commands that don't exist [11:57] Bug #1599129 opened: run action against a non-existant unit gives confusing error [12:51] katco, just wanted to check in and make sure you understand the problems with http://reviews.vapour.ws/r/5201/ [12:53] katco, or rather, with http://reviews.vapour.ws/r/5089/ [13:18] Bug #1586057 changed: Race in github.com/juju/juju/container/lxc [13:52] fwereade: yes, i see the problem, thanks. would you prefer i pass state (e.g. startTime) into the observer functions? [14:13] hey dooferlad - nice dive into bug 1594924! i got a bit lost between your last 2 comments though.. do you think it's DES or the growing mongo that is the larger culprit? i ask because it sounds like removing des might be easy -- "fixing" mongo might be hard. [14:13] Bug #1594924: resource-get is painfully slow <2.0> [14:35] kwmonroe: DES is a big slowdown [14:35] kwmonroe: mongo is insignificant vs 3DES [14:36] kwmonroe: but mongo is quite a lot slower than the network. [14:53] good to hear dooferlad -- thanks for the info [16:22] Bug #1550074 changed: ec2/ebs: ListVolumes should not return root volumes [16:22] Bug #1550819 changed: TestAddLocalCharmUnauthorized mismatch <2.0-count> [16:22] Bug #1579002 changed: state: uses too many mgo sockets in loops [16:24] cherylj: hey could you see about getting an update for https://bugs.launchpad.net/juju-core/+bug/1593828 [16:24] Bug #1593828: cannot assign unit E11000 duplicate key error collection: juju.txns.stash [16:33] jam: still around? === urulama is now known as urulama|afk [16:50] stokachu: sure. I know it was discussed last week at our team sprint [16:51] cherylj: thanks! === frankban is now known as frankban|afk [17:55] perrito666: could you review fwereade's PR: http://reviews.vapour.ws/r/5207/ [17:56] bug 1596493 [17:56] Bug #1596493: github.comjuju/juju/apiserver package: unattributed test failure [17:58] bug 1598272 [17:58] Bug #1598272: LogStreamIntSuite.TestFullRequest sometimes fails [17:59] ^whoopsie cherylj, maybe same bug? [18:04] mgz, most likely, yes [18:05] mgz, there's nothing that guarantees the failure will happen after the test finisheds [18:05] mgz, cherylj: yeah, it's the same [18:50] fwereade: hey, did you see my response here and in email? [19:20] openstack-peeps: in setting up image-metadata for a private cloud, does juju support to multiple products in the index.json? [19:21] e.g. http://paste.ubuntu.com/18574625/ [19:21] here's my com.ubuntu.cloud-released-imagemetadata.json -> http://paste.ubuntu.com/18574800/ [19:22] I feel like I'm on the right track, just wondering if there is anything in Juju preventing this? [19:37] Bug #1599269 opened: Can't redeploy local charms that have changed [19:37] Bug #1599272 opened: ERROR retrieving SSH host keys for ...: keys not found [21:20] katco: would you be able to review http://reviews.vapour.ws/r/5207 ? [21:21] cherylj: sure [21:23] mwhudson: ping? [21:23] cherylj: hi [21:24] hey hey mwhudson [21:24] mwhudson: wondering if I could pick your brain regarding bug 1598206 [21:24] Bug #1598206: lxc/lxd/shared/util_linux.go sys/types.h: No such file or directory [21:24] * mwhudson blinks [21:24] mwhudson: we're seeing that error when trying to run unit tests on ppc64el, but building the agents succeeded without any error [21:25] and I have no clue where to start :/ [21:26] that doesn't sound like it makes a great deal of sense on the face of it [21:26] yeah [21:26] I think sinzui rebooted the host and tried again, but got the same error [21:29] cherylj: well that header should come from libc6-dev which is suuuuurely installed? [21:29] mwhudson: let me see if I can access the host [21:30] yeah, i don't think this is going to be fixable without some host-level poking [21:30] mgz: do I need to use a jump host to get to the ppc machine? [21:30] cherylj: yeah, you need to go through our canonistack thing [21:30] or have the vpn on [21:31] I am on the vpn, but it's just hanging trying to get to 10.245.67.133 [21:31] ...stilson-07 at least doesn't have build tools installed, which stilson are we building on... [21:31] cherylj: hm, maybe you don't have access to that network, i can try to ssh to that ip [21:32] (and fail to login, of course, but it's not hanging) [21:33] sudo apt-get install libc6-dev on stilson-05 is giving me packages to install [21:33] do we have some missing deps in our golang packaging? [21:33] it has newest golang-go at 2:1.6-1ubuntu4 [21:34] uh that's not newest [21:34] but not in a relevant way here i think [21:34] cherylj: remember you can find all our jumphost rules by looking at jenkins:~/.ssh/config on ci master [21:34] mgz: one day I will... [21:34] okay, running update [21:34] ;) [21:34] mwhudson: still tells me it's the latest [21:34] mgz: looks like gcc-5 only recommends, not depends libc6-dev [21:35] mgz: oh, right, mixing up versions! [21:35] mgz: golang-1.6-go should be 1.6.2-0ubuntu5~16.04 [21:35] mgz: but this is irrelevant really :) [21:35] mgz: are recommends turned off in the apt config? [21:35] mwhudson: so, I want to install libc6-dev for now, anything else? [21:36] mwhudson: yeah, that's the version [21:36] mgz: dunno, start with that? [21:36] heh [21:40] cherylj: rebuilding last xenial-ppc64el job [21:40] mwhudson: it might be the juju makefile? [21:41] mwhudson: yeah, has --no-install-recommends [21:41] mgz: hm yeah [21:41] mgz: i guess that should install libc6-dev too then! [21:41] mwhudson: so I guess we file a bug against juju to not do that... sometimes? [21:41] or yeah [21:42] or just adapt the existing one [22:50] Bug #1599315 opened: LXD no longer gets correct network in JUJU beta11 and MAAS2rc1