You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2014/04/05 02:24:47 UTC

Build failed in Jenkins: Apache-falcon #253

See <https://builds.apache.org/job/Apache-falcon/253/>

------------------------------------------
[...truncated 792 lines...]
[INFO] ------------------------------------------------------------------------
Downloading: http://repository.codehaus.org/asm/asm/maven-metadata.xml
Downloading: http://repo.hortonworks.com/content/repositories/releases/asm/asm/maven-metadata.xml
Downloading: http://repo1.maven.org/maven2/asm/asm/maven-metadata.xml
Downloading: https://raw.github.com/InMobi/mvn-repo/master/releases/asm/asm/maven-metadata.xml

Downloading: https://repository.apache.org/content/groups/snapshots/asm/asm/maven-metadata.xml
898 B   
        
Downloaded: http://repo1.maven.org/maven2/asm/asm/maven-metadata.xml (898 B at 3.2 KB/sec)
Downloading: https://repository.apache.org/content/groups/public/asm/asm/maven-metadata.xml
        
Downloading: https://maven.java.net/content/groups/public/asm/asm/maven-metadata.xml
        
        
Downloading: https://repository.jboss.org/nexus/content/groups/public/asm/asm/maven-metadata.xml
Downloading: https://repository.cloudera.com/artifactory/cloudera-repos/asm/asm/maven-metadata.xml
        
Downloading: http://repository.apache.org/snapshots/asm/asm/maven-metadata.xml
        
Downloading: http://www.datanucleus.org/downloads/maven2/asm/asm/maven-metadata.xml
        
Downloading: http://www.datanucleus.org/downloads/maven2/asm/asm/maven-metadata.xml
        
925 B   
        
Downloaded: https://repository.jboss.org/nexus/content/groups/public/asm/asm/maven-metadata.xml (925 B at 0.8 KB/sec)
        
        
[WARNING] Could not transfer metadata asm:asm/maven-metadata.xml from/to local.repository (file:../../local.repository/trunk): No connector available to access repository local.repository (file:../../local.repository/trunk) of type legacy using the available factories WagonRepositoryConnectorFactory
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ falcon-common ---
[INFO] Deleting <https://builds.apache.org/job/Apache-falcon/ws/common/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-property) @ falcon-common ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.0:create (default) @ falcon-common ---
[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[INFO] Executing: /bin/sh -c cd <https://builds.apache.org/job/Apache-falcon/ws/common> && git show
[INFO] Working directory: <https://builds.apache.org/job/Apache-falcon/ws/common>
[INFO] Storing buildNumber: f7284f8b0512249562203c8a6b83d8676300c849 at timestamp: 1396657437933
[INFO] Executing: /bin/sh -c cd <https://builds.apache.org/job/Apache-falcon/ws/common> && git show
[INFO] Working directory: <https://builds.apache.org/job/Apache-falcon/ws/common>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.4:process (default) @ falcon-common ---
[INFO] artifact asm:asm: checking for updates from central
[INFO] artifact asm:asm: checking for updates from im
[INFO] artifact asm:asm: checking for updates from hortonworks.repo
[INFO] artifact asm:asm: checking for updates from Codehaus repository
[INFO] artifact asm:asm: checking for updates from apache.snapshots.repo
[INFO] artifact asm:asm: checking for updates from default
[INFO] artifact asm:asm: checking for updates from java.net-Public
[INFO] artifact asm:asm: checking for updates from repository.jboss.org-public
[INFO] artifact asm:asm: checking for updates from cdh.repo
[INFO] artifact asm:asm: checking for updates from datanucleus
[INFO] artifact asm:asm: checking for updates from local.repository
[INFO] artifact asm:asm: checking for updates from DN_M2_Repo
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ falcon-common ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] Copying 2 resources to META-INF
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ falcon-common ---
[INFO] Compiling 69 source files to <https://builds.apache.org/job/Apache-falcon/ws/common/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ falcon-common ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 17 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ falcon-common ---
[INFO] Compiling 26 source files to <https://builds.apache.org/job/Apache-falcon/ws/common/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ falcon-common ---
[WARNING] The parameter forkMode is deprecated since version 2.14. Use forkCount and reuseForks instead.
[INFO] Surefire report directory: <https://builds.apache.org/job/Apache-falcon/ws/common/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.falcon.metadata.LineageRecorderTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.707 sec - in org.apache.falcon.metadata.LineageRecorderTest
Running org.apache.falcon.metadata.MetadataMappingServiceTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.023 sec - in org.apache.falcon.metadata.MetadataMappingServiceTest
Running org.apache.falcon.group.FeedGroupMapTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.154 sec - in org.apache.falcon.group.FeedGroupMapTest
Running org.apache.falcon.cleanup.LogCleanupServiceTest
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 2.419 sec <<< FAILURE! - in org.apache.falcon.cleanup.LogCleanupServiceTest
testProcessLogs(org.apache.falcon.cleanup.LogCleanupServiceTest)  Time elapsed: 0.111 sec  <<< FAILURE!
java.lang.AssertionError: expected:<false> but was:<true>
	at org.testng.Assert.fail(Assert.java:89)
	at org.testng.Assert.failNotEquals(Assert.java:489)
	at org.testng.Assert.assertFalse(Assert.java:58)
	at org.testng.Assert.assertFalse(Assert.java:68)
	at org.apache.falcon.cleanup.LogCleanupServiceTest.testProcessLogs(LogCleanupServiceTest.java:179)

Running org.apache.falcon.security.AuthenticationInitializationServiceTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.7 sec - in org.apache.falcon.security.AuthenticationInitializationServiceTest
Running org.apache.falcon.security.CurrentUserTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.374 sec - in org.apache.falcon.security.CurrentUserTest
Running org.apache.falcon.security.SecurityUtilTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.543 sec - in org.apache.falcon.security.SecurityUtilTest
Running org.apache.falcon.util.ReflectionUtilsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.784 sec - in org.apache.falcon.util.ReflectionUtilsTest
Running org.apache.falcon.util.ApplicationPropertiesTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.379 sec - in org.apache.falcon.util.ApplicationPropertiesTest
Running org.apache.falcon.update.UpdateHelperTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.575 sec - in org.apache.falcon.update.UpdateHelperTest
Running org.apache.falcon.entity.FeedHelperTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.289 sec - in org.apache.falcon.entity.FeedHelperTest
Running org.apache.falcon.entity.ColoClusterRelationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.049 sec - in org.apache.falcon.entity.ColoClusterRelationTest
Running org.apache.falcon.entity.EntityTypeTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.69 sec - in org.apache.falcon.entity.EntityTypeTest
Running org.apache.falcon.entity.StorageFactoryTest
Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.329 sec - in org.apache.falcon.entity.StorageFactoryTest
Running org.apache.falcon.entity.CatalogStorageTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.352 sec - in org.apache.falcon.entity.CatalogStorageTest
Running org.apache.falcon.entity.FileSystemStorageTest
Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.483 sec - in org.apache.falcon.entity.FileSystemStorageTest
Running org.apache.falcon.entity.parser.FeedUpdateTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.37 sec - in org.apache.falcon.entity.parser.FeedUpdateTest
Running org.apache.falcon.entity.parser.ProcessEntityParserTest
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.777 sec - in org.apache.falcon.entity.parser.ProcessEntityParserTest
Running org.apache.falcon.entity.parser.ClusterEntityParserTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.137 sec - in org.apache.falcon.entity.parser.ClusterEntityParserTest
Running org.apache.falcon.entity.parser.FeedEntityParserTest
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.784 sec - in org.apache.falcon.entity.parser.FeedEntityParserTest
Running org.apache.falcon.entity.v0.EntityGraphTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.157 sec - in org.apache.falcon.entity.v0.EntityGraphTest
Running org.apache.falcon.entity.EntityUtilTest
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.292 sec - in org.apache.falcon.entity.EntityUtilTest
Running org.apache.falcon.entity.store.ConfigurationStoreTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.111 sec - in org.apache.falcon.entity.store.ConfigurationStoreTest
Running org.apache.falcon.entity.TestWorkflowNameBuilder
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.689 sec - in org.apache.falcon.entity.TestWorkflowNameBuilder
Running org.apache.falcon.hadoop.HadoopClientFactoryTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.594 sec - in org.apache.falcon.hadoop.HadoopClientFactoryTest

Results :

Failed tests: 
  LogCleanupServiceTest.testProcessLogs:179 expected:<false> but was:<true>

Tests run: 210, Failures: 1, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Checkstyle ........................................ SUCCESS [1.052s]
[INFO] Apache Falcon ..................................... SUCCESS [5.039s]
[INFO] Build Tools ....................................... SUCCESS [3.792s]
[INFO] Apache Falcon CLI client .......................... SUCCESS [29.301s]
[INFO] Apache Falcon Metrics ............................. SUCCESS [10.723s]
[INFO] Apache Falcon Hadoop Dependencies ................. SUCCESS [11.478s]
[INFO] Apache Falcon Test Utility ........................ SUCCESS [9.476s]
[INFO] Apache Falcon Commons ............................. FAILURE [44.904s]
[INFO] Apache Falcon Oozie EL Extension .................. SKIPPED
[INFO] Apache Falcon Embedded Hadoop - Test Cluster ...... SKIPPED
[INFO] Apache Falcon Messaging ........................... SKIPPED
[INFO] Apache Falcon Oozie Adaptor ....................... SKIPPED
[INFO] Apache Falcon Feed ................................ SKIPPED
[INFO] Apache Falcon Process ............................. SKIPPED
[INFO] Apache Falcon Acquisition ......................... SKIPPED
[INFO] Apache Falcon Replication ......................... SKIPPED
[INFO] Apache Falcon Retention ........................... SKIPPED
[INFO] Apache Falcon Archival ............................ SKIPPED
[INFO] Apache Falcon Rerun ............................... SKIPPED
[INFO] Apache Falcon Prism ............................... SKIPPED
[INFO] Apache Falcon Web Application ..................... SKIPPED
[INFO] Apache Falcon Documentation ....................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:56.400s
[INFO] Finished at: Sat Apr 05 00:24:40 UTC 2014
[INFO] Final Memory: 77M/444M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (default-test) on project falcon-common: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Apache-falcon/ws/common/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :falcon-common
Build step 'Execute shell' marked build as failure
[CHECKSTYLE] Collecting checkstyle analysis files...
[CHECKSTYLE] Finding all files that match the pattern **/target/checkstyle-result.xml
[CHECKSTYLE] Parsing 20 files in <https://builds.apache.org/job/Apache-falcon/ws/>
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/acquisition/target/checkstyle-result.xml> of module  with 0 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/archival/target/checkstyle-result.xml> of module  with 0 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/build-tools/target/checkstyle-result.xml> of module  with 0 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/client/target/checkstyle-result.xml> of module  with 0 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/docs/target/checkstyle-result.xml> of module  with 0 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/feed/target/checkstyle-result.xml> of module  with 0 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/hadoop-dependencies/target/checkstyle-result.xml> of module  with 0 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/hadoop-webapp/target/checkstyle-result.xml> of module  with 0 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/messaging/target/checkstyle-result.xml> of module  with 0 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/metrics/target/checkstyle-result.xml> of module  with 0 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/oozie-el-extensions/target/checkstyle-result.xml> of module  with 0 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/oozie/target/checkstyle-result.xml> of module  with 0 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/prism/target/checkstyle-result.xml> of module  with 0 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/process/target/checkstyle-result.xml> of module  with 0 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/replication/target/checkstyle-result.xml> of module  with 0 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/rerun/target/checkstyle-result.xml> of module  with 0 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/retention/target/checkstyle-result.xml> of module  with 0 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/target/checkstyle-result.xml> of module  with 0 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/test-util/target/checkstyle-result.xml> of module  with 0 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/webapp/target/checkstyle-result.xml> of module  with 0 warnings.
[CHECKSTYLE] Computing warning deltas based on reference build #252
[FINDBUGS] Collecting findbugs analysis files...
[FINDBUGS] Finding all files that match the pattern **/target/findbugs.xml
[FINDBUGS] Parsing 15 files in <https://builds.apache.org/job/Apache-falcon/ws/>
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/client/target/findbugs.xml> of module  with 0 warnings.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/feed/target/findbugs.xml> of module  with 0 warnings.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/hadoop-dependencies/target/findbugs.xml> of module  with 0 warnings.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/hadoop-webapp/target/findbugs.xml> of module  with 0 warnings.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/messaging/target/findbugs.xml> of module  with 0 warnings.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/metrics/target/findbugs.xml> of module  with 0 warnings.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/oozie-el-extensions/target/findbugs.xml> of module  with 0 warnings.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/oozie/target/findbugs.xml> of module  with 0 warnings.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/prism/target/findbugs.xml> of module  with 0 warnings.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/process/target/findbugs.xml> of module  with 0 warnings.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/replication/target/findbugs.xml> of module  with 0 warnings.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/rerun/target/findbugs.xml> of module  with 0 warnings.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/retention/target/findbugs.xml> of module  with 0 warnings.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/test-util/target/findbugs.xml> of module  with 0 warnings.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/webapp/target/findbugs.xml> of module  with 0 warnings.
[FINDBUGS] Computing warning deltas based on reference build #252
Archiving artifacts
Recording test results
TestNG Reports Processing: START
Looking for TestNG results report in workspace using pattern: **/target/testng-results.xml
Did not find any matching files.

Jenkins build is back to normal : Apache-falcon #254

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Apache-falcon/254/>