[05:28] Halp! I have a recipe that won't upload anymore. [05:28] Example build that fails: https://code.launchpad.net/~george-edison55/+archive/ubuntu/nitroshare-dev/+recipebuild/1325000 [05:28] "File qhttpengine_1.0.0+dfsg1-0~201702232227~ubuntu16.04.1.tar.xz already exists in NitroShare Dev" [05:28] But this is impossible. [05:29] It has the timestamp in the version. [05:29] How could I have possibly uploaded it sooner? [05:29] I tried this a couple days ago and got this error and I assumed it was just a temporary bug. [05:29] Apparently it isn't. [05:50] Hello I need to know whether a commit done with wrong email id can be reverted back with the right one? [05:51] And will the corresponding changes would be done in launchpad user profile as well as stackalytics ? [10:10] any idea what happened here? https://launchpad.net/~ubuntu-mozilla-security/+archive/ubuntu/ppa/+build/12070589 [10:10] (I've had quite a few of these this morning) [10:11] and a few uploads have disappeared in to the ether (no confirmation email from launchpad) === JanC is now known as Guest86538 === JanC_ is now known as JanC [10:42] ok, launchpad appears to be eating all of my uploads to https://launchpad.net/~ubuntu-mozilla-security/+archive/ubuntu/ppa/ [10:47] the process-upload job is stuck [10:47] cjwatson, ah, thanks [10:47] last log entry is [10:47] 2017-03-01 09:47:46 DEBUG Pumping rustc_1.15.1+dfsg0.orig-dl.tar.xz out of the librarian [10:47] do you happen to know how big that file is? [10:48] cjwatson, it's about 400MB [10:48] shouldn't take an hour :) [10:50] as for the first; good question, it's just getting a CancelledError which is pretty mysterious [10:50] may have been some kind of network event, I can't quite tell [10:50] feel free to mash retry [10:51] hm hm [10:51] ok, I'll give those a retry [10:51] I wonder if the librarian is happy [10:51] chrisccoulson: maybe wait a sec [10:51] ok [10:52] chrisccoulson: ah no, it's fine, go ahead [10:52] chrisccoulson: your uploads should be catching up now [10:53] cjwatson, excellent, thanks [11:24] hmm, stuck again [11:29] I think there's a network-level problem here [11:57] cjwatson, I did get one email, but it was a rejection (MD5 mismatch with the tarball). The quoted MD5 doesn't appear to match what I uploaded [11:58] is there any way to get the buildlog for this failed build? https://code.launchpad.net/~x2go/+archive/ubuntu/ppa/+recipebuild/1325208 [12:03] Ionic: there isn't one; I think there's a network problem [12:04] cjwatson: I figured so... so shall I just wait and retry at a later time? it first failed about an hour ago [12:04] without a log file [12:05] Ionic: try it again now (recipe builds can't retry as such but you can request a new build) [12:05] yes, I know [12:06] cjwatson: trusty amd64 also seems affected [12:07] chrisccoulson: could've been a symptom of the same thing, I guess [12:07] Ionic: it was some kind of infrastructure problem; series will be irrelevant [12:07] xenial has a buildlog now, thanks :) [12:08] okay, so more like random failures, although xenial happened to fail twice in a row while others worked [12:08] might have just been unlucky though [12:09] thank you again [12:09] haven't yet diagnosed the network problem [12:10] ah, so I've just been lucky [12:12] ha, now I got a timeout error while accessing https://code.launchpad.net/~x2go/+archive/ubuntu/ppa === kevinm is now known as Guest3009 [13:01] chrisccoulson: ignore the rejection you'll just have got [13:01] the "Unhandled exception processing upload: IncompleteRead(0 bytes read, 63383864 more expected)" one [13:02] cjwatson, ack [13:05] may be fixed now [13:05] restarting frontend apaches seems to have helped [13:41] cjwatson, thanks, everything seems to be working fine now :) [13:43] good good [14:00] cjwatson: everything, expect binary uploads to PPAs, it seems... I have a pending upload for 24 minutes [14:01] Ionic: for which build? [14:01] https://code.launchpad.net/~x2go/+archive/ubuntu/ppa/+sourcepub/7519738/+listing-archive-extra this one to be precise - all other suites but xenial already uploaded successfully [14:03] Ionic: ah, that's the PPA publisher [14:03] yep [14:03] let's see [14:03] I can download binaries from the librarian just fine [14:03] I think it's just slow [14:04] restarting the frontends meant that some things that would ordinarily be cached aren't [14:04] okay, I'll keep waiting [14:05] it is being somewhat unusually slow, I'll grant [14:05] I wasn't sure whether it stalled or is actually just slow - given that the other suites published successfully [14:05] but I can't really look now, need to go out shortly [14:05] the publisher is running and making slow progress [14:06] it's okay, I'll be patient [15:14] the progress must be excruciatingly slow, still not published yet [16:46] Ionic: yeah, we're still investigating :-/ [17:07] well, doesn't seem to be a large-scale problem, so far I seem to be the only one who actively complained [17:09] it is a large-scale problem [17:09] urgh, okay :/ [17:09] but possibly others have seen the complaints already [17:54] just had 2 archive builds fail with no reason or log given, and looks like a few ppa ones maybe as well [17:54] yep [17:55] x86 builders at a crawl? [17:55] the infra team is already investigating [17:55] cjwatson said it looks like a network issue [17:58] maybe I should wait before uploading new KDE plasma then (39 packages) :P [18:01] *shrug* in the worst case, some builds will just fail === beisner- is now known as beisner [21:05] publisher still seems dead :/ [21:05] or at least taking many many hrs if not === bdmurray_ is now known as bdmurray [22:45] does anyone know how to get launchpad to automatically build an golang app using git and and single build recipe? [23:02] you can't build a deb and have it download arbitrary code from remote servers during the build, no. you will have to package the dependencies you need like many of the golang-go-* libraries are packaged in ubuntu [23:02] and then build-depends on them in debian/control [23:02] i think building a snap though, you /might/ be able to rely on it pulling stuff out of git during build [23:07] gotcha