[09:26] Hi, I spent yesterday trying to debug a mysterious build failure on amd64: "Session terminated, terminating shell ... after 150 minutes of inactivity". It turned out that it was because the memory requirements of my source under g++ were too high (around ~3.9GiB), so I refactored it to use at peak ~1.1GiB. Is there somewhere where limitations such as these are listed? The build log says "Build needed 02:31:09, 12892k disk space" -- it might help if it [09:26] could measure peak RAM usage. Or at least die in a more meaningful way..! [09:26] (NB, this was only in a PPA) [09:42] tsmithe: It's not really feasible to give a better error message. In that case the build probably just timed out because it was thrashing. [09:43] The normal buildd VM configurations have 2 or 4GiB of RAM allocated. [09:47] wgrant, hmm. OK. Thrashing swap, you mean? Couldn't there be an OOM killer and specific log message? Though I suppose mine is probably a fairly unusual case. [09:48] (And luckily, I had some suspicion as to its cause anyway) [09:49] It never actually OOMed [09:49] If it OOMed you'd get a nice Killed [09:49] It was just swapping heavily [09:49] And yeah, quite unusual that things get that big [09:50] webkit's crept over the limit a couple of times, but then they have to split it up to make it buildable in the 3GiB address space available on x86. [10:00] wgrant, I think it's a gcc thing; it built fine on i686. [10:00] I do a lot of similar C++ template instantiations over various different types [10:01] and the library I'm using is header-only. So there's a lot of stuff for gcc to think about.. I just split the template instantiations out into other object files, and it's fine. === tsmithe is now known as tsmithe_away === tsmithe_away is now known as tsmithe === tsmithe is now known as tsmithe_away [13:51] wgrant, the Launchpad Translations Coordinators team recently got a bunch of e-mails relating to translation import failures. Looking at them, they seem genuine failures due to syntax errors that weren't caught upstream. These are reported by gettext. However, when running gettext 0.18.1 on my machine, it does not actually report those errors. What version of gettext is Launchpad using for checking errors in imported .po files? [13:52] dpm: the servers that that code is running on use gettext 0.17 [13:52] I think that's probably what's in use. [13:53] wgrant, ah, that might explain it then. It seems that was the version that was shipped in Lucid. Is there any reason why we haven't updated gettext? [14:08] dpm: The servers are still running lucid [14:08] We'll hopefully fix that early next year [14:11] wgrant, ok, not a big issue, thanks [14:18] dpm: (that's https://rt.admin.canonical.com/Ticket/Display.html?id=62272) [14:18] who's working on that ticket now, btw? there've been no updates on it since the IS squad rotation [14:19] pjdc used to update it weekly or so [14:19] ack, thanks cjwatson === jamespag` is now known as jamespage_realme === Saviq_ is now known as Saviq === nhandler_ is now known as nhandler === Saviq_ is now known as Saviq === Daviey_ is now known as Daviey [16:46] hello, maybe an admin can take a look at this build while it is active which will get stuck on every qemu based builder https://launchpad.net/~gstreamer-developers/+archive/ppa/+build/5341252 === hggdh_ is now known as hggdh === lamont` is now known as lamont [18:49] what is the recommended way to have launchpad build a package against multiple distributions of Ubuntu? [18:53] I've uploaded a package for 13.10 (saucy) to a PPA, and I want to add the same package for 12.04 (precise). So I've changed 'saucy' to 'precise' in the debian/changelog file, rebuilt source package & uploaded via dput to my PPA but am getting an error: [18:53] File mypackage_1.2.3-0ubuntu1.debian.tar.gz already exists in , but uploaded version has different contents. [18:55] you should append ~$UBUNTUVERSION.1 to the version in debian/changelog. [18:56] such as 1.2.3-0ubuntu1~12.04.1 and 1.2.4-0ubuntu1~13.10.1 [18:57] ok thanks! Is this convention documented anywhere? [18:57] on the PPA help page, yes [19:14] ok, I managed to find it: https://help.launchpad.net/Packaging/PPA/BuildingASourcePackage#Versioning [21:08] hi, I was running script setting OpenStack Havana 2013.2.1 bugs to FixReleased and LP said to me: At least 4 queries/external actions issued in 0.98 seconds OOPS-13500bba52a398e7e948fa66cc85e298 [21:08] https://oops.canonical.com/?oopsid=OOPS-13500bba52a398e7e948fa66cc85e298 [21:09] hmm, I cannot access oops site [21:09] wgrant: / StevenK: - you guys up yet ? :) [21:09] do I need to fix the script? [21:10] I've been using https://github.com/markmc/openstack-lp-scripts/blob/master/process-fixcommitted-bugs.py [21:11] apevec: its 0800 their time, may need to be a little patient [21:12] lifeless, sure, I'll try that other script in the meantime [21:12] 2200 here :) [21:13] this one: https://github.com/openstack-infra/release-tools/blob/master/process_bugs.py [21:17] apevec: adding a little throttling to your script probably wouldn't hurt [21:17] dobey, so it does think I'm DoSing it [21:17] dobey, thanks, I'll try that [21:18] dobey: apevec: there isn't any default throttling on LP [21:18] unless things have changed massively === Ursinha-afk is now known as Ursinha [22:19] lifeless, dobey - so time.sleep(1) doesn't help, and it looks like it's failing on bug 1257293 which has lots of tasks, maybe that's the issue? [22:19] bug 1257293 in Keystone havana "[messaging] QPID broadcast RPC requests to all servers for a given topic" [High,In progress] https://launchpad.net/bugs/1257293 [22:20] apevec: possibly, but once we get the trace from the OOPS it will be trivially clear. [22:20] anything else is black box guessing [22:20] apevec: are you tryi8ng to close all the tasks? [22:20] dobey, no, script runs per projects, this run was for nova [22:43] fyi, skipping two fat bugs 1257293 1257293 enabled script to process other bugs [22:43] bug 1257293 in Keystone havana "[messaging] QPID broadcast RPC requests to all servers for a given topic" [High,In progress] https://launchpad.net/bugs/1257293 === Logan__ is now known as Logan_ [22:51] StevenK: ^ [22:59] funnily enough, changing them through web ui worked [23:07] oops, above was double-paste error, fat ones are 1257293 and 1251757