[00:11] BlackZ: Do you recall which builder it was repeatedly not-quite-building on? [00:11] BlackZ: That generally indicates that the builder is subtly broken, and needs a bit of poking. [00:11] wgrant: vernadsky [00:12] OK, that's less likely. [00:12] Hmm. [00:12] wgrant: but IIRC this is happening with other i386 buildd too [00:13] It'll need someone to look at logs. [00:14] Since they're real buildds, not virtual ones. [00:14] wgrant: it happened with other builds too [00:14] but they're succesfully built now [00:15] Yeah, it'll just take a few tries to dispatch. [00:16] wgrant: this is happening with palmer too [00:17] They're both eventually building something successfully, though. [00:17] This is concerning. [00:19] And they're now both looping. [00:19] I'd expect this from virtual builders, not physical ones. [00:19] wgrant: if you want to take a look, it's happening with other packages as well [00:19] (right now) [00:20] Yes... [00:20] Odd. [00:22] wgrant: I will ping someone from the build daemon maintainers team Monday [00:23] This is pretty much a lamont thing. Or potentially a Soyuz thing, in which case I'll get someone to look at the logs on Monday. [00:42] wgrant: iirc, there's a karmic build (superseded 9+months ago) that's trying to dispatch, and aborting the run [00:42] but I'm not here right now. [00:42] and have nfc how to kill that build either... [00:43] wgrant: and I'm on holiday thru 3 august, only passing through here infrequently [00:44] lamont: Ah, OK. [00:44] lamont: I might convince Soyuz people to look at logs on Monday and get that destroyed... [00:44] but yeah, someone should work out the sql to kill that errant build [00:44] please [00:45] Although it will be irrelevant soon, since the buildd-manager rewrite actually WORKS. [00:46] yay [00:47] this will be a thing most wonderful [00:47] It's even almost properly asynchronous. [01:59] Do many packages for Ubuntu get automatically fetched from Debian and have no real Ubuntu-maintainer? Also, would lots of "Ubuntu Archive Auto-Sync" changelog entries imply this or is there another reason for such behaviour? [02:02] weedar: That's more of an #ubuntu-devel question. [02:02] But yes, most Ubuntu packages are synced without changes from Debian. [02:03] wgrant: Thanks for the tip, and for the answer :) === Cepheus is now known as Cepheus|Away === dendro-afk is now known as dendrobates [04:29] what's this? I see two armel ppa builders. Is there any way for us to use them? [04:38] ripps: No. They're only for internal Canonical projects. [04:39] :) [04:39] woops, I meant :( [05:05] ripps: They're not actually virtualized, so it's not safe. [05:05] Plus they're slow. === kancerman_ is now known as kancerman [09:16] lifeless: is oops no longer appropriate as a tag (i.e., I should just use timeout)? [09:19] micahg: Ursinha told me that its either oops or timeout : oops for oops that are not timeouts, timeout for oops that are timeouts [09:19] micahg: I lolled a little earlier today when I found a bug she filed tagged oops timeout :) [09:19] lifeless: ah, ok, should I just guess as to which one is correct in my case and you people will fix? [09:21] if it sits around for 10 seconds and then fails [09:21] mark it timeout :) [09:22] k [09:22] if you aren't sure, tag both, or neither. Totally fine any which way. === yofel_ is now known as yofel === yofel is now known as yofel_ === yofel_ is now known as yofel [11:50] Does anyone have an idea what could be the cause of this: http://launchpadlibrarian.net/52478681/peter-bex-chamilo-chamilo-classic-hg-mirror.log ? [12:17] i have a source package which produces multiple binary packages, some with Arch: all and some with Arch: i386, amd64. Now when i removed i386 from all "non-all" the all wont be built (did this since the i386 build is broken and i currently only need Arch: all, and Arch: amd64 built). Is "Arch: all" dependent on i386 or something? If so i think it would be a bug when i dont have any "Arch: i386" at all currently. [12:18] agruman: Arch: all is produced by the i386 build. [12:18] wgrant, ah, but what if there are no i386 at all present? Shouldnt they be built then by some other target> [12:19] agruman: Possibly. But a lack of an i386 build is probably a bug. [12:19] heh! [12:20] well, since my i386 is broken, the all targets wont be built at all untill that is fixed, and even though the amd64 works its unusable since the all targets are missing ... [12:21] i suppose i could replace all with amd64 or something though [12:21] You could. [12:21] But it seems odd that the i386 build would be broken, while amd64 would work... [12:22] but how would a target which has some special pkgs for amd64 and the rest as all work? Seems that "all" would not be built? [12:23] wgrant, well there are somewhat large differences between the two, and the problem is upstream. [12:25] wgrant, thanks alot for the help. [12:47] hey how do i remove an account [12:48] winstonw: Go to your user page, click 'Change details', and then scroll down to the bottom. [13:21] I deactivated my account, when will I be able to create a new account with the same email (it keeps on sending me an email suggesting I just forgot my password) === sebi_` is now known as sebi` [13:46] winstonw, why don't you just reactivate your account? [13:59] poolie: i don't want that username [14:05] winstonw: so reclaim it and then rename it ? [14:06] oh, if i were to reclaim it, how do i go about changing the username [14:09] in your account page [14:09] there is an edit icon, you can just change it [14:10] how do i reclaim an account? [14:24] i didn't see an option to reclaim an account === dendrobates is now known as dendro-afk === dendro-afk is now known as dendrobates === dendrobates is now known as dendro-afk === dendro-afk is now known as dendrobates [21:07] hi, it seems like my project got deleted? [21:08] I created a project to triage Ubuntu Mozilla PPA bugs (ubuntu-mozilla-ppa-bugs), but it no longer exists [22:05] Hi I am trying to get a persons email addresses from the "person" object and I seem to be failing. I must be using the wrong attribute but I can't find which one it should be https://edge.launchpad.net/+apidoc/1.0.html#email_address but how do you get that from https://edge.launchpad.net/+apidoc/1.0.html#person [22:06] drubin: it's person.preferredemail.emailaddress at the python level, not sure about the api [22:07] mwhudson: that is exactly what I want. Thanks. [22:07] on the python level is there a way to get a list of email addresses? I am trying to compare these with out Mailing list. [22:10] mwhudson: I seem to have a project that was deleted, can it be restored? [22:23] micahg: what was the project? [22:23] mwhudson: ubuntu-mozilla-ppa-bugs [22:24] mwhudson: I got an email about a license, but I didn't think anyone would do anything based on the content [22:25] micahg: i think that's why it was disabled, but it all seems to have happened rather fast [22:25] micahg: i can re-enable it for you if you promise to make your mind up soon :) [22:25] mwhudson: about a license? what do I use? [22:26] yes [22:26] mwhudson: k, I' [22:26] ll just use the Ubuntu and Mozilla licenses [22:27] micahg: it's back [22:27] mwhudson: thanks === sebi_` is now known as sebi` [22:28] * micahg should've selected other open source not idk