[
https://issues.apache.org/jira/browse/EAGLE-982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15971005#comment-15971005
]
ASF GitHub Bot commented on EAGLE-982:
--------------------------------------
Github user asdf2014 commented on the issue:
https://github.com/apache/eagle/pull/897
Those changes about `.travis.yml` file shouldn't effect `Jenkins`. It seems
like the `maven-surefire-plugin` throw a `ExecutionException` to make this
build process failed.
```bash
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test (default-test) on
project eagle-app-streamproxy: ExecutionException The forked VM terminated
without properly saying goodbye. VM crash or System.exit called?
[ERROR] Command was /bin/sh -c cd
/home/jenkins/jenkins-slave/workspace/incubator-eagle-pr-reviewer/eagle-core/eagle-app/eagle-app-streamproxy
&& /usr/local/asfpackages/java/jdk1.8.0_121/jre/bin/java
-XX:-UseGCOverheadLimit -jar
/home/jenkins/jenkins-slave/workspace/incubator-eagle-pr-reviewer/eagle-core/eagle-app/eagle-app-streamproxy/target/surefire/surefirebooter8929133803599728653.jar
/home/jenkins/jenkins-slave/workspace/incubator-eagle-pr-reviewer/eagle-core/eagle-app/eagle-app-streamproxy/target/surefire/surefire4241285850518905830tmp
/home/jenkins/jenkins-slave/workspace/incubator-eagle-pr-reviewer/eagle-core/eagle-app/eagle-app-streamproxy/target/surefire/surefire_2332892144259826349419tmp
```
> The log length has exceeded the limit of 4 MB in Travis
> -------------------------------------------------------
>
> Key: EAGLE-982
> URL: https://issues.apache.org/jira/browse/EAGLE-982
> Project: Eagle
> Issue Type: Bug
> Components: Project Infrastructure
> Affects Versions: v0.4.0
> Environment: Travis
> Reporter: Benedict Jin
> Labels: CI
> Fix For: v0.4.1
>
> Attachments: travis_log.txt
>
> Original Estimate: 168h
> Remaining Estimate: 168h
>
> Maven throw too many warnings for checking `Code Style` in `Travis`. Should
> we disable it for a while until we fix those `Code Style` issues?
> ```
> The log length has exceeded the limit of 4 MB (this usually means that the
> test suite is raising the same exception over and over).
> The job has been terminated
> ```
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)