Re: Testing on windows

2015-04-01 Thread John Meinel
I started working through this today and ran into the trouble of having no/wrong version of OpenSSL. The instructions say If you get errors of any kind regarding SSL, downgrade the OpenSSL version to an earlier one. But nowhere in the instructions so far (that I saw) was there a step to install

kardianos/osext

2015-04-01 Thread John Meinel
So we currently have a dependency of: bitbucket.org/kardianos/osext However, while updating my system (having nuked some directories), I ran into: godeps: cannot update C:\\dev\\go\\src\\bitbucket.org\\kardianos\\osext: package bitbucket.org/kardianos/osext imports

Is simplestreams spam worth having in the Log

2015-04-01 Thread John Meinel
I've been noticing lately that everytime a test fails it ends up having a *lot* of lines about failing to find simplestreams headers. (this last test failure had about 200 long lines of that, and only 6 lines of actual failure message that was useful). Now I think there are a few things to look

Re: Is simplestreams spam worth having in the Log

2015-04-01 Thread Michael Foord
On 01/04/15 11:47, John Meinel wrote: I've been noticing lately that everytime a test fails it ends up having a *lot* of lines about failing to find simplestreams headers. (this last test failure had about 200 long lines of that, and only 6 lines of actual failure message that was useful).

Re: Is simplestreams spam worth having in the Log

2015-04-01 Thread Nate Finch
make them trace On Wed, Apr 1, 2015 at 6:47 AM, John Meinel j...@arbash-meinel.com wrote: I've been noticing lately that everytime a test fails it ends up having a *lot* of lines about failing to find simplestreams headers. (this last test failure had about 200 long lines of that, and only 6

Re: kardianos/osext

2015-04-01 Thread Nate Finch
So that expects import github... message is only supported in go 1.4 and later, so the 1.2 builders won't hit it. But yes, it means the person has moved their repo to github and wants you to use that one instead, which means we really should move our import, too. I believe that import is used by

Re: Testing on windows

2015-04-01 Thread John Meinel
... I did end up getting some tests running (though I did get a charm not found failure). It did end up getting killed with test ran to long after 10 min. For those following along it was cmd/juju DeploySuite.TestUpgradeCharmDir https://bugs.launchpad.net/juju-core/+bug/1439112 that failed.

Re: Is simplestreams spam worth having in the Log

2015-04-01 Thread William Reade
+1000 On Wed, Apr 1, 2015 at 11:47 AM, John Meinel j...@arbash-meinel.com wrote: I've been noticing lately that everytime a test fails it ends up having a *lot* of lines about failing to find simplestreams headers. (this last test failure had about 200 long lines of that, and only 6 lines of

Re: Is simplestreams spam worth having in the Log

2015-04-01 Thread John Meinel
Any idea why the test would be doing 9 lookups? John =:- On Wed, Apr 1, 2015 at 3:14 PM, Ian Booth ian.bo...@canonical.com wrote: TL;DR: A lot of the spam is necessary to diagnose when simplestreams look up fails, or you get the wrong tools. In such cases, it's extremely useful to see

Re: serializing to json

2015-04-01 Thread William Reade
On Tue, Mar 31, 2015 at 8:22 PM, Nate Finch nate.fi...@canonical.com wrote: Struct tags that are the same as the name of field are never needed: type SomeResult struct { Error *Error`json:Error` Somethings []Something `json:Somethings` } The above is totally

Re: Is simplestreams spam worth having in the Log

2015-04-01 Thread Ian Booth
TL;DR: A lot of the spam is necessary to diagnose when simplestreams look up fails, or you get the wrong tools. In such cases, it's extremely useful to see where the search path has looked. This was especially the case in the early days when published tools and associated metadata sometimes were

RE: Testing on windows

2015-04-01 Thread Gabriel Samfira
Hi John, OpenSSL was needed for mongo, but I have since recompiled mongo statically. So if you got the binary from the wiki, OpenSSL should no longer be needed as a mandatory dependency. I will not be able to try and reproduce the error today, but I will have a look at that particular test

juju 1.22.1 is proposed for release

2015-04-01 Thread Aaron Bentley
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 # juju-core 1.22.1 A new proposed stable release of Juju, juju-core 1.22.1, is now available. This release may replace 1.22.0 on Wednesday April 8. This is not an April Fool's joke. ## Getting Juju juju-core 1.22.1 is available for utopic and

Re: Testing on windows

2015-04-01 Thread John Meinel
I did get it from the wiki, and the link said static, however, it did still complain that I didn't have OpenSSL. Perhaps a build step was missed on the latest one and it wasn't noticed because the OpenSSL library was on the machine you were testing on? John =:- On Wed, Apr 1, 2015 at 8:49 PM,

Re: Testing on windows

2015-04-01 Thread John Meinel
The one I have says it was Date Modified 2015-03-22 and is 18,136KB in size. (mongo-static.zip is 6,934 KB). John =:- On Wed, Apr 1, 2015 at 10:54 PM, John Meinel j...@arbash-meinel.com wrote: I did get it from the wiki, and the link said static, however, it did still complain that I didn't