=== maclin1 is now known as maclin === chihchun_afk is now known as chihchun === chihchun is now known as chihchun_afk === chihchun_afk is now known as chihchun === ahoneybun is now known as Guest36814 === chihchun is now known as chihchun_afk [05:17] Hi! I just dput a kernel to launchpad, and had it rejected because the destination ppa didn't exist. I have since created that ppa, but now dput says "Package has already been uploaded to ppa on ppa.launchpad.net". [05:17] Do I need to do anything to get the kernel packages built? Will it happen automatically? [05:25] dja: I think it's a local .uploaded file [05:25] dja: you need to delete that [05:26] hloeung, fantastic, thanks! [05:26] now I just need to wait for the 140MB to upload over my crummy adsl connection :/ === maclin1 is now known as maclin [12:08] hi, i'm hitting an exception when trying to build a snap in launchpad on zesty: https://launchpadlibrarian.net/316230946/buildlog_snap_ubuntu_zesty_amd64_keystone_BUILDING.txt.gz [12:08] File "/usr/share/launchpad-buildd/slavebin/buildsnap", line 202, in main [12:08] builder.pull() [12:08] that's the start of the traceback [12:16] coreycb: bug 1626739 [12:16] bug 1626739 in Launchpad itself "Snapcraft build failing in Yakkety for unauthenticated stage-packages" [High,Triaged] https://launchpad.net/bugs/1626739 [12:16] which as it happens I'm working on at the moment [12:17] cjwatson, ah cool thanks :) === caribou_ is now known as caribou === keffie_jayx is now known as effie_jayx === effie_jayx is now known as effie-jayx === effie-jayx is now known as keffiejayx [15:27] Have been trying to report a bug on ubuntu. When I get to the stage when I need to login into launchpad, I get the following: [15:27] Oops! Sorry, something just went wrong in Launchpad. We’ve recorded what happened, and we’ll fix it as soon as possible. Apologies for the inconvenience. (Error ID: OOPS-c75241ea187c216c23a6c6c8accf0bc4) [15:27] https://oops.canonical.com/?oopsid=OOPS-c75241ea187c216c23a6c6c8accf0bc4 [15:28] This was going on for several days [15:29] Chrome and firefox behave in the same way [15:32] Just a minute, will investigate [15:32] I guess you previously deleted your SSO account [15:33] Ah, no, slightly different failure mode [15:33] Autocreated account due to imported comments in the KDE bug tracking system [15:35] jgrnst: Will be fixed once I get an admin's attention [15:41] Thank you [16:09] hi - is there a way to craft a search URL that searches multiple series? e.g., all bugs that have a Fix-Committed task in series a or b? [16:12] ICBW since BugTaskSearch is mostly a mystery to me, but I don't think so, unfortunately [16:12] cjwatson: lplib question -- was trying to create my own SourcePackagePublishingHistory object, but since i'm using the devel API, BaseWrapper::__new__ is erroring out that Launchpad._root_uri doesn't match? [16:13] nacc: Can I see your code? [16:13] cjwatson: yeah one sec [16:15] cjwatson: this is the class wrapper i wrote: http://paste.ubuntu.com/24414716/ [16:15] and the failure is in that constructor call [16:15] directly using an UbuntuSourcePackage is working elsewhere in teh code, though [16:16] and launchpad_login is a local function that caches an anonymous login to the devel API [16:16] nacc: OK, and what's the traceback? [16:16] (ubuntu-dev-tools might be being odd in some way. It's not core launchpadlib.) [16:17] cjwatson: oh true, you're right, let me get the traceback [16:18] cjwatson: http://paste.ubuntu.com/24414736/ [16:19] NACC: root-uri = https://api.launchpad.net/1.0/ [16:19] you need to work out where that's coming from [16:19] should be https://api.launchpad.net/devel/ if you're using version="devel" elsewhere [16:20] cjwatson: yeah, that's true -- ok, i'll dig into the ubuntu-dev-tools code [16:20] thanks! [16:21] Possibly set ubuntutools.lp.api_version? [16:21] Although ... you should have a call to Launchpad.login() or similar somewhere [16:22] Pass api_version="devel" to that [16:22] Maybe the problem is that you're hitting the implicit login in SourcePackage.lp_spph before you've logged in yourself [16:23] Or you're logging in using native launchpadlib rather than via the ubuntutools thing so it doesn't realise you're already logged in [16:23] Something like that [16:23] cjwatson: oh that's probably it! [17:28] cjwatson: i think you're right on the mismatch -- i'm using launchpadlib and ubuntutools has this singleton. I'm trying to come up with a good way to workaround it (or to call _Launchpad.login_existing()), since the _Launchpad() object gets created at the module load time (afaict). If in python, I did a from ubuntutools.lp import _Launchpad and called _Launchpad.login_existing() -- will that avoid the [17:28] Launchpad = _Launchpad() call since I'm only importing the class definition? [17:37] cjwatson: nm! complete thinko on my part [17:37] cjwatson: i think i can call Launchpad.login_existing() as early as possible [17:44] yep, that works === JanC_ is now known as JanC