=== chihchun_afk is now known as chihchun === micahg_ is now known as micahg === chihchun is now known as chihchun_afk [05:50] hi, since the 5th these tests are failing http://autopkgtest.ubuntu.com/packages/vagrant-mutate/artful/ppc64el [05:51] seems reproducible and the error always is "Error: Failed to connect to atlas.hashicorp.com port 443: Connection timed out" [05:51] cpaelzer: autopkgtest isn't a Launchpad service. Laney in #ubuntu-devel is probably your best point of contact. [05:51] But it sounds like the proxy settings aren't applying properly. [05:52] yeah something like proxy/FW [05:52] sorry to consider this LP service, you do so much so I assume all is yours [05:52] asking Laney - thanks for the hint === chihchun_afk is now known as chihchun === JanC is now known as Guest49554 === JanC_ is now known as JanC === rumble is now known as grumble === chihchun is now known as chihchun_afk === JanC_ is now known as JanC [22:30] i'm using the lp builders to build a snap that requires gradle, which is awful at honoring system proxies. this almost works: http://bazaar.launchpad.net/~bigdata-dev/bigdata-data/snap-hadoop/view/head:/snap/snapcraft.yaml#L51 [22:30] but i get hit with: 22:07:41.962 [DEBUG] [org.apache.http.impl.execchain.MainClientExec] CONNECT refused by proxy: HTTP/1.1 407 Proxy Authentication Required [22:30] are there proxy settings (user/pass) that i can use or discover during a snap build? [22:44] kwmonroe: they're configured by default [22:44] kwmonroe: it's probably best to look at lp:launchpad-buildd for how they're set up [22:46] kwmonroe: oh grief, you're doing that. um. firstly, you'll need to parse out the username and password from the environment; secondly, you may need to abuse gradle to get it to honour that at all as the default Java HTTP stack doesn't handle authed proxies by default; thirdly, doesn't the snapcraft gradle part already deal with this? [22:46] s/part/plugin/ [22:46] kwmonroe: I think you'd probably find your life better if you refactored this to use the gradle plugin [22:47] kwmonroe: but if you can't, at least look at what it does [22:47] whoa - a gradle plugin! dammit cjwatson, why didn't i look for that first :/ [22:47] I can't swear to it working necessarily; https://code.launchpad.net/~cjwatson/launchpad-buildd/local-snap-proxy/+merge/322545 will make a lot of this stuff easier once we get it reviewed and landed [22:48] roger that cjwatson - thanks for the pointers! [22:48] np