/srv/irclogs.ubuntu.com/2018/05/25/#launchpad.txt

=== maclin1 is now known as maclin
=== Ionic is now known as Guest32115
=== Guest32115 is now known as Ionic
=== chihchun_afk is now known as chihchun
=== ePierre__ is now known as ePierre
=== Guest23396 is now known as soren
=== ePierre_ is now known as ePierre
=== ePierre_ is now known as ePierre
=== chihchun_afk is now known as chihchun
diegorussoHello, my build script is having issues downloading cgroup-lite from launchpad. There are intermittent timeouts. The full command is: wget -t 10 -T 90 -nv --passive-ftp --no-check-certificate -P /tmp 'https://launchpad.net/ubuntu/+archive/primary/+files/cgroup-lite_1.11.tar.xz' --progress=dot -v09:29
wgrantdiegorusso: How do the timeouts manifest?09:30
wgrantHave you tried from another network?09:30
diegorussoI had in two occasions: "Unable to establish SSL connection" straightaway, hence no timeout.09:32
diegorussoYes, I'm trying from another network and it gets stuck on "Connecting to launchpad.net (launchpad.net)|91.189.89.223|:443... connected."09:33
wgrantdiegorusso: Roughly what fraction of requests are you seeing fail? I don't see anything in our metrics or my own testing that shows any trouble.09:35
diegorussook, it has just failed with the same error "Unable to establish SSL connection."09:35
wgrantdiegorusso: That's from a non-ARM network?09:37
diegorussoI would say 3 out of 10 are failing09:37
diegorussowgrant: yes09:37
diegorussoI'm testing on a pi zero at home as well (virgin broadband)09:38
wgrantHmm I just downloaded that file from two different European and one American host a total of 600 times with zero failures. Can you grab a tcpdump of a failed attempt?09:38
diegorussolet me see09:45
diegorI've joined with irssi and my real username :)09:48
wgrantdiegor: Also interesting is whether https://launchpadlibrarian.net/244903887/cgroup-lite_1.11.tar.xz shows the same issue.09:52
diegorwgrant: yes, same problem on both arm and non-arm networks10:00
diegorwgrant: the problem seems gone now. If you don't hear anything from me, it means it's all good. Thanks for checking out earlier, we really appreciate it. Cheers14:14
masterpieceIs there any problem in sending email of pushing package via dput ?20:21
masterpiece??20:24
cjwatsonmasterpiece: Not as far as I know.  What's the name of the package you tried to upload, or some other identifying feature so that I can look in our logs?20:26
masterpiececjwatson, here it is : https://launchpad.net/~salehi/+archive/ubuntu/flex20:29
masterpieceI'm trying to upload new revision named : flex_2.6.0-11ubuntu220:29
cjwatsonmasterpiece: Either you didn't sign your upload, or there's some other similar problem with the signature.20:30
cjwatsonMaybe signed with a key not registered in Launchpad.20:30
masterpieceno, I uploaded last week!20:31
masterpieceGood signature on /home/s4/robocup/salehi/flex_2.6.0-11ubuntu2.dsc.20:31
masterpiecegpg: Signature made Sat 26 May 2018 12:47:11 AM +0430 using RSA key ID FC1175A120:32
cjwatsonmasterpiece: Show us the output of "gpg --verify /home/s4/robocup/salehi/flex_2.6.0-11ubuntu2_source.changes"?  (Preferably on paste.ubuntu.com)20:32
cjwatsonNot so interested in the signature on the .dsc for now20:32
masterpiecehttps://paste.ubuntu.com/p/qPthmzSmDr/20:33
masterpiecehttps://paste.ubuntu.com/p/YjPF5BbcWr/20:33
cjwatsonHmm.  It looks OK, but:20:34
cjwatson2018-05-25 20:18:13 INFO        GPG verification of /srv/launchpad.net/ppa-queue/incoming/upload-ftp-20180525-201748-026541/~salehi/flex/flex_2.6.0-11ubuntu2_source.changes failed: Verification failed 3 times: ["(7, 58, u'No data')", "(7, 58, u'No data')", "(7, 58, u'No data')"]20:34
cjwatsonBut other people's uploads are working20:34
masterpiece!!!!20:34
masterpieceWhat can I do ?!20:35
cjwatsonDid you construct this upload manually in any way?20:35
masterpieceno, I used dput for upload a changes file constructed with debuild -S20:35
cjwatsonSo it's well after 9pm on a Friday for me.  It'd be best to file a ticket on https://answers.launchpad.net/launchpad/+addquestion, and put the entire source package somewhere where we can inspect it and see if there's anything odd20:36
masterpieceThank you cjwatson :)20:38
wxlpart of me wonders if it isn't an issue with the GPG version20:57
wxlcuz the short ID in your verification suggests v1 masterpiece20:58
wxlhowever i know on launchpad we're at least showing long IDs20:58
wxl..which suggests v220:58
wxlof course that doesn't necessarily explain why it worked in recent time20:58
cjwatsonLaunchpad uses GnuPG v1.20:59
wxlah, well, nevermind that. also: ew. :)21:00
cjwatsonWe make sure to show fingerprints, but that has nothing particular to do with the GPG version.21:00
cjwatsonv2 is pretty hard to get to work in headless contexts (at least last time I tried).21:00
cjwatsonIt might be workable now we're on xenial.21:00
wxloh wow i hadn't realized that. unfortunate.21:01
cjwatsonIt likes to start its own daemons and not clean them up.21:01
masterpiececjwatson, wxl I found the reason21:20
masterpiecein the debian/changelog21:20
masterpieceI specified revision like this : flex (2.6.0-11bionic1) bionic; urgency=medium21:20
masterpieceif I raise bionic1 to bionic2 or bionic1ubuntu121:20
masterpieceand the main part of version and revision remains as 2.6.0-1121:21
masterpieceIt will be failed with that gpg signature error21:21
masterpieceI changed the debian/changelog to flex (2.6.0-12bionic1) bionic; urgency=medium21:22
masterpiece and the package was uploaded a few minutes ago21:22
masterpieceI need to specify flex 2.6.0 as the dependency for a ppa build, How can I do this?21:31
nacci wonder why you are downreving flex in bionic?21:42
naccif you actually want it to be used, in you need something like 2.6.4-6+is+actually+2.6.0-11 in your changelog21:42
masterpiecehttps://answers.launchpad.net/launchpad/+question/66966723:46
masterpiececjwatson, This error appears randomly ! I created the question here23:46

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!