Re: Travis CI Changes have broken my heart..... or my builds

2017-02-27 Thread Otto Fowler
This is in travis though


On February 27, 2017 at 21:49:57, Ryan Merriman (merrim...@gmail.com) wrote:

nodemanager.LocalDirsHandlerService
(LocalDirsHandlerService.java:updateDirsAfterTest(356)) - Most of the
disks failed. 1/1 local-dirs are bad:


Re: Travis CI Changes have broken my heart..... or my builds

2017-02-27 Thread Ryan Merriman
I run into this error every now and then.  If I free up space on my hard drive 
it goes away.

> On Feb 27, 2017, at 8:31 PM, Otto Fowler  wrote:
> 
> I took out the parallel processing and now I see the error:
> 
> ---
> 
> T E S T S
> 
> ---
> 
> Running org.apache.metron.maas.service.MaasIntegrationTest
> 
> 2017-02-28 00:15:17,056 ERROR [main]
> nodemanager.LocalDirsHandlerService
> (LocalDirsHandlerService.java:updateDirsAfterTest(356)) - Most of the
> disks failed. 1/1 local-dirs are bad:
> /home/travis/build/ottobackwards/incubator-metron/metron-analytics/metron-maas-service/target/MaasIntegrationTest/MaasIntegrationTest-localDir-nm-0_0;
> 1/1 log-dirs are bad:
> /home/travis/build/ottobackwards/incubator-metron/metron-analytics/metron-maas-service/target/MaasIntegrationTest/MaasIntegrationTest-logDir-nm-0_0
> 
> No output has been received in the last 10m0s, this potentially
> indicates a stalled build or something wrong with the build itself.
> 
> Check the details on how to adjust your build configuration on:
> https://docs.travis-ci.com/user/common-build-problems/#Build-times-out-because-no-output-was-received
> 
> The build has been terminated
> 
> 
> 
> 
> Ring any bells?
> 
> On February 26, 2017 at 10:42:30, Otto Fowler (ottobackwa...@gmail.com)
> wrote:
> 
> I think the problem is with overlapping jar analysis and shading
> 
> 
> On February 26, 2017 at 08:11:30, Otto Fowler (ottobackwa...@gmail.com)
> wrote:
> 
> So, master builds fine, there is just something with my branch
> 
> 
> On February 25, 2017 at 09:31:22, Otto Fowler (ottobackwa...@gmail.com)
> wrote:
> 
> Of course the same commands build locally
> 
> 
> 
> On February 25, 2017 at 09:17:50, Otto Fowler (ottobackwa...@gmail.com)
> wrote:
> 
> https://s3.amazonaws.com/archive.travis-ci.org/jobs/205276680/log.txt
> 
> 
> On February 25, 2017 at 08:20:54, Casey Stella (ceste...@gmail.com) wrote:
> 
> I have not seen those "no output received for 10m errors before. Can you
> change the Travis command to not have -q for maven so we can see more
> context?
>> On Sat, Feb 25, 2017 at 07:56 Otto Fowler  wrote:
>> 
>> I have not had a build work on Travis CI ( linked to my fork ) in 4 days.
>> 
>> https://travis-ci.org/ottobackwards/incubator-metron/builds
>> 
>> This pretty much lines up with the last set of changes made to the travis
>> build. Is anyone else having this issue?
>> 


Re: Travis CI Changes have broken my heart..... or my builds

2017-02-27 Thread Casey Stella
Nothing from me, sorry!

On Mon, Feb 27, 2017 at 9:31 PM, Otto Fowler 
wrote:

> I took out the parallel processing and now I see the error:
>
> ---
>
>  T E S T S
>
> ---
>
> Running org.apache.metron.maas.service.MaasIntegrationTest
>
> 2017-02-28 00:15:17,056 ERROR [main] nodemanager.LocalDirsHandlerService 
> (LocalDirsHandlerService.java:updateDirsAfterTest(356)) - Most of the disks 
> failed. 1/1 local-dirs are bad: 
> /home/travis/build/ottobackwards/incubator-metron/metron-analytics/metron-maas-service/target/MaasIntegrationTest/MaasIntegrationTest-localDir-nm-0_0;
>  1/1 log-dirs are bad: 
> /home/travis/build/ottobackwards/incubator-metron/metron-analytics/metron-maas-service/target/MaasIntegrationTest/MaasIntegrationTest-logDir-nm-0_0
>
> No output has been received in the last 10m0s, this potentially indicates a 
> stalled build or something wrong with the build itself.
>
> Check the details on how to adjust your build configuration on: 
> https://docs.travis-ci.com/user/common-build-problems/#Build-times-out-because-no-output-was-received
>
> The build has been terminated
>
>
>
>
> Ring any bells?
>
> On February 26, 2017 at 10:42:30, Otto Fowler (ottobackwa...@gmail.com)
> wrote:
>
> I think the problem is with overlapping jar analysis and shading
>
>
> On February 26, 2017 at 08:11:30, Otto Fowler (ottobackwa...@gmail.com)
> wrote:
>
> So, master builds fine, there is just something with my branch
>
>
> On February 25, 2017 at 09:31:22, Otto Fowler (ottobackwa...@gmail.com)
> wrote:
>
> Of course the same commands build locally
>
>
>
> On February 25, 2017 at 09:17:50, Otto Fowler (ottobackwa...@gmail.com)
> wrote:
>
> https://s3.amazonaws.com/archive.travis-ci.org/jobs/205276680/log.txt
>
>
> On February 25, 2017 at 08:20:54, Casey Stella (ceste...@gmail.com) wrote:
>
> I have not seen those "no output received for 10m errors before. Can you
> change the Travis command to not have -q for maven so we can see more
> context?
> On Sat, Feb 25, 2017 at 07:56 Otto Fowler  wrote:
>
> > I have not had a build work on Travis CI ( linked to my fork ) in 4 days.
> >
> > https://travis-ci.org/ottobackwards/incubator-metron/builds
> >
> > This pretty much lines up with the last set of changes made to the travis
> > build. Is anyone else having this issue?
> >
>
>


Re: Travis CI Changes have broken my heart..... or my builds

2017-02-27 Thread Otto Fowler
I took out the parallel processing and now I see the error:

---

 T E S T S

---

Running org.apache.metron.maas.service.MaasIntegrationTest

2017-02-28 00:15:17,056 ERROR [main]
nodemanager.LocalDirsHandlerService
(LocalDirsHandlerService.java:updateDirsAfterTest(356)) - Most of the
disks failed. 1/1 local-dirs are bad:
/home/travis/build/ottobackwards/incubator-metron/metron-analytics/metron-maas-service/target/MaasIntegrationTest/MaasIntegrationTest-localDir-nm-0_0;
1/1 log-dirs are bad:
/home/travis/build/ottobackwards/incubator-metron/metron-analytics/metron-maas-service/target/MaasIntegrationTest/MaasIntegrationTest-logDir-nm-0_0

No output has been received in the last 10m0s, this potentially
indicates a stalled build or something wrong with the build itself.

Check the details on how to adjust your build configuration on:
https://docs.travis-ci.com/user/common-build-problems/#Build-times-out-because-no-output-was-received

The build has been terminated




Ring any bells?

On February 26, 2017 at 10:42:30, Otto Fowler (ottobackwa...@gmail.com)
wrote:

I think the problem is with overlapping jar analysis and shading


On February 26, 2017 at 08:11:30, Otto Fowler (ottobackwa...@gmail.com)
wrote:

So, master builds fine, there is just something with my branch


On February 25, 2017 at 09:31:22, Otto Fowler (ottobackwa...@gmail.com)
wrote:

Of course the same commands build locally



On February 25, 2017 at 09:17:50, Otto Fowler (ottobackwa...@gmail.com)
wrote:

https://s3.amazonaws.com/archive.travis-ci.org/jobs/205276680/log.txt


On February 25, 2017 at 08:20:54, Casey Stella (ceste...@gmail.com) wrote:

I have not seen those "no output received for 10m errors before. Can you
change the Travis command to not have -q for maven so we can see more
context?
On Sat, Feb 25, 2017 at 07:56 Otto Fowler  wrote:

> I have not had a build work on Travis CI ( linked to my fork ) in 4 days.
>
> https://travis-ci.org/ottobackwards/incubator-metron/builds
>
> This pretty much lines up with the last set of changes made to the travis
> build. Is anyone else having this issue?
>


Re: Travis CI Changes have broken my heart..... or my builds

2017-02-26 Thread Otto Fowler
I think the problem is with overlapping jar analysis and shading


On February 26, 2017 at 08:11:30, Otto Fowler (ottobackwa...@gmail.com)
wrote:

So, master builds fine, there is just something with my branch


On February 25, 2017 at 09:31:22, Otto Fowler (ottobackwa...@gmail.com)
wrote:

Of course the same commands build locally



On February 25, 2017 at 09:17:50, Otto Fowler (ottobackwa...@gmail.com)
wrote:

https://s3.amazonaws.com/archive.travis-ci.org/jobs/205276680/log.txt


On February 25, 2017 at 08:20:54, Casey Stella (ceste...@gmail.com) wrote:

I have not seen those "no output received for 10m errors before. Can you
change the Travis command to not have -q for maven so we can see more
context?
On Sat, Feb 25, 2017 at 07:56 Otto Fowler  wrote:

> I have not had a build work on Travis CI ( linked to my fork ) in 4 days.
>
> https://travis-ci.org/ottobackwards/incubator-metron/builds
>
> This pretty much lines up with the last set of changes made to the travis
> build. Is anyone else having this issue?
>


Re: Travis CI Changes have broken my heart..... or my builds

2017-02-25 Thread Otto Fowler
Of course the same commands build locally



On February 25, 2017 at 09:17:50, Otto Fowler (ottobackwa...@gmail.com)
wrote:

https://s3.amazonaws.com/archive.travis-ci.org/jobs/205276680/log.txt


On February 25, 2017 at 08:20:54, Casey Stella (ceste...@gmail.com) wrote:

I have not seen those "no output received for 10m errors before. Can you
change the Travis command to not have -q for maven so we can see more
context?
On Sat, Feb 25, 2017 at 07:56 Otto Fowler  wrote:

> I have not had a build work on Travis CI ( linked to my fork ) in 4 days.
>
> https://travis-ci.org/ottobackwards/incubator-metron/builds
>
> This pretty much lines up with the last set of changes made to the travis
> build. Is anyone else having this issue?
>


Re: Travis CI Changes have broken my heart..... or my builds

2017-02-25 Thread Casey Stella
I have not seen those "no output received for 10m errors before. Can you
change the Travis command to not have -q for maven so we can see more
context?
On Sat, Feb 25, 2017 at 07:56 Otto Fowler  wrote:

> I have not had a build work on Travis CI ( linked to my fork ) in 4 days.
>
> https://travis-ci.org/ottobackwards/incubator-metron/builds
>
> This pretty much lines up with the last set of changes made to the travis
> build.  Is anyone else having this issue?
>