[03:01] I have a snap build job that seems to be stuck at "Snapping snapd" for an extraordinarily long time, could someone check on it to see if it's actually still building? [03:01] the job is https://launchpad.net/~anonymouse67/+snap/snapcraft-snapd-21d37a/+build/842926 [03:04] Also I'm EOD, so I may miss pings [03:46] ijohnson: Fixed, thanks. [12:58] "Mismatch in binaryfulness" <- nice message :-) [12:58] Just because I forgot to clean, not a problem - wanted to appreciate the word "binaryfulness" [13:48] a perfectly cromulent word [14:07] can anyone shed some light: I uploaded a libreoffice package to eoan about 5 hours ago, didn't get an ack mail, and nothing in unapproved yet [14:08] should I try again with dput -f? [14:58] marcustomlinson: What was the .changes file name? [14:59] cjwatson: libreoffice_6.3.5-0ubuntu0.19.10.1_source.changes [14:59] 2020-02-21 09:37:26 DEBUG Rejected: [14:59] 2020-02-21 09:37:26 DEBUG The signer of this package has no upload rights to this distribution's primary archive. Did you mean to upload to a PPA? [14:59] marcustomlinson: It'll have emailed the signer about it, who I presume was Heather [14:59] oh I have to sign it, whoops [14:59] marcustomlinson: If you're sponsoring an upload for somebody else then you need to re-sign it yourself [14:59] Indeed [14:59] thanks :P [15:32] cjwatson: worked this time, thanks for that [15:34] np [15:38] hmm [15:38] is it not possible to use svn sources in build.snapcraft.io ? [15:39] (seems the proxy blocks access to https://svn.code.sf.net/) [15:43] Failed to pull source, command 'svn checkout https://svn.code.sf.net/p/trigger-rally/code /build/trigger-rally-ogra/parts/trigger-rally/src' exited with code 1. [15:44] (it works fine locally) [16:23] ogra: It's meant to be possible, but we have to do quite complicated things to support svn so it wouldn't be a huge surprise for it to break [16:24] ogra: You can see from the log that it isn't just a matter of the proxy blocking access, though. There's a "CONNECT svn.code.sf.net:443 HTTP/1.1" 200 line immediately above that in the log which proves that it's allowed. [16:24] But then "svn: E120106: ra_serf: The server sent a truncated HTTP response body" which, er, who knows, somebody will have to debug that [16:24] Please file a bug [16:25] (On launchpad-buildd, not on BSI) [16:25] It also clearly partly works because you get "A" lines for a bunch of files that it's fetched [16:28] will do, thanks