=== chihchun_afk is now known as chihchun | ||
=== micahg_ is now known as micahg | ||
=== chihchun is now known as chihchun_afk | ||
cpaelzer | hi, since the 5th these tests are failing http://autopkgtest.ubuntu.com/packages/vagrant-mutate/artful/ppc64el | 05:50 |
---|---|---|
cpaelzer | seems reproducible and the error always is "Error: Failed to connect to atlas.hashicorp.com port 443: Connection timed out" | 05:51 |
wgrant | cpaelzer: autopkgtest isn't a Launchpad service. Laney in #ubuntu-devel is probably your best point of contact. | 05:51 |
wgrant | But it sounds like the proxy settings aren't applying properly. | 05:51 |
cpaelzer | yeah something like proxy/FW | 05:52 |
cpaelzer | sorry to consider this LP service, you do so much so I assume all is yours | 05:52 |
cpaelzer | asking Laney - thanks for the hint | 05:52 |
=== 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 | ||
kwmonroe | 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 |
kwmonroe | 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 |
kwmonroe | are there proxy settings (user/pass) that i can use or discover during a snap build? | 22:30 |
cjwatson | kwmonroe: they're configured by default | 22:44 |
cjwatson | kwmonroe: it's probably best to look at lp:launchpad-buildd for how they're set up | 22:44 |
cjwatson | 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 |
cjwatson | s/part/plugin/ | 22:46 |
cjwatson | kwmonroe: I think you'd probably find your life better if you refactored this to use the gradle plugin | 22:46 |
cjwatson | kwmonroe: but if you can't, at least look at what it does | 22:47 |
kwmonroe | whoa - a gradle plugin! dammit cjwatson, why didn't i look for that first :/ | 22:47 |
cjwatson | 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:47 |
kwmonroe | roger that cjwatson - thanks for the pointers! | 22:48 |
cjwatson | np | 22:48 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!