You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flume.apache.org by "Brock Noland (Created) (JIRA)" <ji...@apache.org> on 2012/02/16 02:49:01 UTC

[jira] [Created] (FLUME-974) Fix jenkins builds

Fix jenkins builds
------------------

                 Key: FLUME-974
                 URL: https://issues.apache.org/jira/browse/FLUME-974
             Project: Flume
          Issue Type: Task
            Reporter: Brock Noland
            Assignee: Arvind Prabhakar


Jenkins builds are failing due to maven memory issue.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (FLUME-974) Fix jenkins builds

Posted by "Brock Noland (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FLUME-974?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brock Noland updated FLUME-974:
-------------------------------

          Component/s: Build
    Affects Version/s: v1.1.0
    
> Fix jenkins builds
> ------------------
>
>                 Key: FLUME-974
>                 URL: https://issues.apache.org/jira/browse/FLUME-974
>             Project: Flume
>          Issue Type: Task
>          Components: Build
>    Affects Versions: v1.1.0
>            Reporter: Brock Noland
>            Assignee: Arvind Prabhakar
>
> Jenkins builds are failing due to maven memory issue.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (FLUME-974) Fix jenkins builds

Posted by "Brock Noland (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FLUME-974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13209061#comment-13209061 ] 

Brock Noland commented on FLUME-974:
------------------------------------

One example below:

{noformat}
------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.flume.conf.properties.TestPropertiesFileConfigurationProvider
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.147 sec
Running org.apache.flume.node.TestDefaultLogicalNodeManager
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.08 sec
Running org.apache.flume.node.TestFlumeNode
Tests run: 2, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.061 sec
Running org.apache.flume.node.TestFlumeNodeApplication
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.03 sec
Running org.apache.flume.node.TestAbstractLogicalNodeManager
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.2 sec
Running org.apache.flume.source.TestNetcatSource
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.225 sec

Results :

Tests run: 12, Failures: 0, Errors: 0, Skipped: 3

[JENKINS] Recording test results
mavenExecutionResult exceptions not empty
message : Java heap space
Stack trace :
java.lang.OutOfMemoryError: Java heap space
       at java.util.Arrays.copyOf(Arrays.java:2882)
       at java.lang.AbstractStringBuilder.expandCapacity(AbstractStringBuilder.java:100)
       at java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:515)
       at java.lang.StringBuffer.append(StringBuffer.java:306)
       at java.io.StringWriter.write(StringWriter.java:77)
       at org.apache.commons.io.IOUtils.copyLarge(IOUtils.java:1129)
       at org.apache.commons.io.IOUtils.copy(IOUtils.java:1104)
       at org.apache.commons.io.IOUtils.copy(IOUtils.java:1050)
       at org.apache.commons.io.IOUtils.copy(IOUtils.java:1075)
       at org.apache.commons.io.IOUtils.toString(IOUtils.java:382)
       at org.apache.commons.io.FileUtils.readFileToString(FileUtils.java:1103)
       at org.apache.commons.io.FileUtils.readFileToString(FileUtils.java:1120)
       at hudson.tasks.junit.SuiteResult.<init>(SuiteResult.java:195)
       at hudson.tasks.junit.SuiteResult.parseSuite(SuiteResult.java:130)
       at hudson.tasks.junit.SuiteResult.parse(SuiteResult.java:115)
       at hudson.tasks.junit.TestResult.parse(TestResult.java:208)
       at hudson.tasks.junit.TestResult.parse(TestResult.java:163)
       at hudson.maven.reporters.SurefireArchiver.postExecute(SurefireArchiver.java:139)
       at hudson.maven.Maven3Builder$MavenExecutionListener.recordMojoSucceeded(Maven3Builder.java:478)
       at hudson.maven.Maven3Builder$MavenExecutionListener.mojoSucceeded(Maven3Builder.java:459)
       at org.apache.maven.lifecycle.internal.DefaultExecutionEventCatapult.fire(DefaultExecutionEventCatapult.java:87)
       at org.apache.maven.lifecycle.internal.DefaultExecutionEventCatapult.fire(DefaultExecutionEventCatapult.java:42)
       at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:228)
       at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
       at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
       at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
       at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
       at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
       at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
       at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:319)
       at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
       at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:79)
channel stopped
{noformat}
                
> Fix jenkins builds
> ------------------
>
>                 Key: FLUME-974
>                 URL: https://issues.apache.org/jira/browse/FLUME-974
>             Project: Flume
>          Issue Type: Task
>            Reporter: Brock Noland
>            Assignee: Arvind Prabhakar
>
> Jenkins builds are failing due to maven memory issue.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (FLUME-974) Fix jenkins builds

Posted by "Brock Noland (Assigned) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FLUME-974?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brock Noland reassigned FLUME-974:
----------------------------------

    Assignee: Brock Noland  (was: Arvind Prabhakar)
    
> Fix jenkins builds
> ------------------
>
>                 Key: FLUME-974
>                 URL: https://issues.apache.org/jira/browse/FLUME-974
>             Project: Flume
>          Issue Type: Task
>          Components: Build
>    Affects Versions: v1.1.0
>            Reporter: Brock Noland
>            Assignee: Brock Noland
>
> Jenkins builds are failing due to maven memory issue.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (FLUME-974) Fix jenkins builds

Posted by "Arvind Prabhakar (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FLUME-974?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Arvind Prabhakar updated FLUME-974:
-----------------------------------

    Fix Version/s: notrack
    
> Fix jenkins builds
> ------------------
>
>                 Key: FLUME-974
>                 URL: https://issues.apache.org/jira/browse/FLUME-974
>             Project: Flume
>          Issue Type: Task
>          Components: Build
>    Affects Versions: v1.1.0
>            Reporter: Brock Noland
>            Assignee: Brock Noland
>             Fix For: notrack
>
>
> Jenkins builds are failing due to maven memory issue.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (FLUME-974) Fix jenkins builds

Posted by "Brock Noland (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FLUME-974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13228072#comment-13228072 ] 

Brock Noland commented on FLUME-974:
------------------------------------

FLUME-984 fixed this, I ran a build manually and then re-enabled the project, after having renamed it to flume-trunk.
                
> Fix jenkins builds
> ------------------
>
>                 Key: FLUME-974
>                 URL: https://issues.apache.org/jira/browse/FLUME-974
>             Project: Flume
>          Issue Type: Task
>          Components: Build
>    Affects Versions: v1.1.0
>            Reporter: Brock Noland
>            Assignee: Brock Noland
>
> Jenkins builds are failing due to maven memory issue.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (FLUME-974) Fix jenkins builds

Posted by "Brock Noland (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FLUME-974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13212675#comment-13212675 ] 

Brock Noland commented on FLUME-974:
------------------------------------

400KB with FLUME-982

[noland@localhost flume-728]$ ls -lh flume-ng-node/target/surefire-reports/org.apache.flume.node.TestDefaultLogicalNodeManager-output.txt 
-rw-rw-r-- 1 noland noland 368K Feb 21 09:39 flume-ng-node/target/surefire-reports/org.apache.flume.node.TestDefaultLogicalNodeManager-output.txt

                
> Fix jenkins builds
> ------------------
>
>                 Key: FLUME-974
>                 URL: https://issues.apache.org/jira/browse/FLUME-974
>             Project: Flume
>          Issue Type: Task
>            Reporter: Brock Noland
>            Assignee: Arvind Prabhakar
>
> Jenkins builds are failing due to maven memory issue.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (FLUME-974) Fix jenkins builds

Posted by "Brock Noland (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FLUME-974?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brock Noland resolved FLUME-974.
--------------------------------

    Resolution: Fixed
    
> Fix jenkins builds
> ------------------
>
>                 Key: FLUME-974
>                 URL: https://issues.apache.org/jira/browse/FLUME-974
>             Project: Flume
>          Issue Type: Task
>          Components: Build
>    Affects Versions: v1.1.0
>            Reporter: Brock Noland
>            Assignee: Brock Noland
>
> Jenkins builds are failing due to maven memory issue.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (FLUME-974) Fix jenkins builds

Posted by "Brock Noland (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FLUME-974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13212646#comment-13212646 ] 

Brock Noland commented on FLUME-974:
------------------------------------

Looks like we could add memory or log less data in this test:

{code}
[noland@localhost flume-ng-node]$ ls -lh target/surefire-reports/org.apache.flume.node.TestDefaultLogicalNodeManager-output.txt
-rw-rw-r-- 1 noland noland 175M Feb 21 09:17 target/surefire-reports/org.apache.flume.node.TestDefaultLogicalNodeManager-output.txt
{code}
                
> Fix jenkins builds
> ------------------
>
>                 Key: FLUME-974
>                 URL: https://issues.apache.org/jira/browse/FLUME-974
>             Project: Flume
>          Issue Type: Task
>            Reporter: Brock Noland
>            Assignee: Arvind Prabhakar
>
> Jenkins builds are failing due to maven memory issue.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira