You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apex.apache.org by "Yogi Devendra (JIRA)" <ji...@apache.org> on 2016/04/20 13:55:25 UTC

[jira] [Comment Edited] (APEXMALHAR-2061) Travis-ci build fails occasionally with "Killed" message

    [ https://issues.apache.org/jira/browse/APEXMALHAR-2061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15249707#comment-15249707 ] 

Yogi Devendra edited comment on APEXMALHAR-2061 at 4/20/16 11:54 AM:
---------------------------------------------------------------------

# Restricted docker max memory using :
  sudo docker run --name travis3Gt --memory 3221225472 --memory-swap 6442450944 -it quay.io/travisci/travis-ruby /bin/bash
# mvn apache-rat:check verify -Dlicense.skip=false -Pall-modules successfully completed the build.
# monitored memory usage using:
   sudo docker stats travis3Gt
# memory usage reaches close to 100% and then went down. Probably indicating GC.


was (Author: devendra):
#Restricted docker max memory using :
  sudo docker run --name travis3Gt --memory 3221225472 --memory-swap 6442450944 -it quay.io/travisci/travis-ruby /bin/bash
# mvn apache-rat:check verify -Dlicense.skip=false -Pall-modules successfully completed the build.
# monitored memory usage using:
   sudo docker stats travis3Gt
# memory usage reaches close to 100% and then went down. Probably indicating GC.

> Travis-ci build fails occasionally with "Killed" message
> --------------------------------------------------------
>
>                 Key: APEXMALHAR-2061
>                 URL: https://issues.apache.org/jira/browse/APEXMALHAR-2061
>             Project: Apache Apex Malhar
>          Issue Type: Bug
>            Reporter: Yogi Devendra
>            Assignee: Yogi Devendra
>
> travis-ci build occasionally fails with a "Killed" message in the log.
> This behavior is observed for multiple pull requests. 
> Behavior is not deterministic for a specific test-case.
> There is no message for test failure. Not all tests are getting executed. "Killed" message at the end of log probably indicating forced kill externally somewhere in-between.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)