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 2016/07/07 19:38:29 UTC

Build failed in Jenkins: Apache-falcon #1050

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

Changes:

[bvellanki] FALCON-2061 Falcon CLI shows hadoop classpath loading info in the

------------------------------------------
[...truncated 4684 lines...]
[INFO] BugInstance size is 0
[INFO] Error size is 0
[INFO] No errors/warnings found
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Falcon Unit 0.11-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ falcon-unit ---
[INFO] Deleting <https://builds.apache.org/job/Apache-falcon/ws/unit/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-property) @ falcon-unit ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.0:create (default) @ falcon-unit ---
[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/unit> && git show
[INFO] Working directory: <https://builds.apache.org/job/Apache-falcon/ws/unit>
[INFO] Storing buildNumber: 91f7c817c4c82399a5e7e8eef8e4d60450b92e4a at timestamp: 1467920148859
[INFO] Executing: /bin/sh -c cd <https://builds.apache.org/job/Apache-falcon/ws/unit> && git show
[INFO] Working directory: <https://builds.apache.org/job/Apache-falcon/ws/unit>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ falcon-unit ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ falcon-unit ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 7 resources
[INFO] Copying 2 resources
[INFO] Copying 0 resource
[INFO] Copying 2 resources to META-INF
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ falcon-unit ---
[INFO] Compiling 7 source files to <https://builds.apache.org/job/Apache-falcon/ws/unit/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ falcon-unit ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 7 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ falcon-unit ---
[INFO] Compiling 5 source files to <https://builds.apache.org/job/Apache-falcon/ws/unit/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ falcon-unit ---
[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/unit/target/surefire-reports>

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

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.falcon.unit.TestFalconUnit
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 140.645 sec - in org.apache.falcon.unit.TestFalconUnit

Results :

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

[INFO] 
[INFO] --- maven-site-plugin:3.4:site (default) @ falcon-unit ---
[INFO] maven.site.skip = true: Skipping site generation
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ falcon-unit ---
[INFO] Building jar: <https://builds.apache.org/job/Apache-falcon/ws/unit/target/falcon-unit-0.11-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ falcon-unit ---
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ falcon-unit ---
[INFO] Building jar: <https://builds.apache.org/job/Apache-falcon/ws/unit/target/falcon-unit-0.11-SNAPSHOT-tests.jar>
[INFO] 
[INFO] --- maven-failsafe-plugin:2.16:integration-test (integration-test) @ falcon-unit ---
[WARNING] The parameter forkMode is deprecated since version 2.14. Use forkCount and reuseForks instead.
[INFO] 
[INFO] --- maven-failsafe-plugin:2.16:verify (verify) @ falcon-unit ---
[INFO] Failsafe report directory: <https://builds.apache.org/job/Apache-falcon/ws/unit/target/failsafe-reports>
[INFO] 
[INFO] --- apache-rat-plugin:0.7:check (rat-check) @ falcon-unit ---
[INFO] Exclude: *.txt
[INFO] Exclude: **/*.txt
[INFO] Exclude: **/*.svg
[INFO] Exclude: *.md
[INFO] Exclude: **/*.md
[INFO] Exclude: .git/**
[INFO] Exclude: **/.idea/**
[INFO] Exclude: **/*.twiki
[INFO] Exclude: **/*.iml
[INFO] Exclude: **/target/**
[INFO] Exclude: **/activemq-data/**
[INFO] Exclude: **/build/**
[INFO] Exclude: **/*.patch
[INFO] Exclude: derby.log
[INFO] Exclude: **/logs/**
[INFO] Exclude: **/.classpath
[INFO] Exclude: **/.project
[INFO] Exclude: **/.settings/**
[INFO] Exclude: **/test-output/**
[INFO] Exclude: **/data.txt
[INFO] Exclude: **/maven-eclipse.xml
[INFO] Exclude: **/.externalToolBuilders/**
[INFO] Exclude: html5-ui/**
[INFO] Exclude: **/metastore_db/**
[INFO] Exclude: **/db1.log
[INFO] Exclude: **/db1.properties
[INFO] Exclude: **/db1.script
[INFO] Exclude: **/credential_provider.jceks
[INFO] Exclude: **/*.json
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.9.1:check (checkstyle-check) @ falcon-unit ---
[INFO] Starting audit...
<https://builds.apache.org/job/Apache-falcon/ws/unit/src/main/java/org/apache/falcon/unit/FalconUnitClient.java>:373: Line is longer than 120 characters.
<https://builds.apache.org/job/Apache-falcon/ws/unit/src/test/java/org/apache/falcon/unit/FalconUnitTestBase.java>:143:81: Redundant throws: 'FalconCLIException' is unchecked exception.
<https://builds.apache.org/job/Apache-falcon/ws/unit/src/test/java/org/apache/falcon/unit/FalconUnitTestBase.java>:152:56: Redundant throws: 'FalconCLIException' is unchecked exception.
<https://builds.apache.org/job/Apache-falcon/ws/unit/src/test/java/org/apache/falcon/unit/FalconUnitTestBase.java>:156:76: Redundant throws: 'FalconCLIException' is unchecked exception.
<https://builds.apache.org/job/Apache-falcon/ws/unit/src/test/java/org/apache/falcon/unit/FalconUnitTestBase.java>:160:72: Redundant throws: 'FalconCLIException' is unchecked exception.
<https://builds.apache.org/job/Apache-falcon/ws/unit/src/test/java/org/apache/falcon/unit/FalconUnitTestBase.java>:164:94: Redundant throws: 'FalconCLIException' is unchecked exception.
<https://builds.apache.org/job/Apache-falcon/ws/unit/src/test/java/org/apache/falcon/unit/FalconUnitTestBase.java>:171:92: Redundant throws: 'FalconCLIException' is unchecked exception.
<https://builds.apache.org/job/Apache-falcon/ws/unit/src/test/java/org/apache/falcon/unit/FalconUnitTestBase.java>:183:26: Redundant throws: 'FalconCLIException' is unchecked exception.
<https://builds.apache.org/job/Apache-falcon/ws/unit/src/test/java/org/apache/falcon/unit/FalconUnitTestBase.java>:194:13: Redundant throws: 'FalconCLIException' is unchecked exception.
<https://builds.apache.org/job/Apache-falcon/ws/unit/src/test/java/org/apache/falcon/unit/FalconUnitTestBase.java>:204:30: Redundant throws: 'FalconCLIException' is unchecked exception.
<https://builds.apache.org/job/Apache-falcon/ws/unit/src/test/java/org/apache/falcon/unit/FalconUnitTestBase.java>:372:13: Redundant throws: 'FalconCLIException' is unchecked exception.
<https://builds.apache.org/job/Apache-falcon/ws/unit/src/test/java/org/apache/falcon/unit/TestFalconUnit.java>:86:53: Redundant throws: 'FalconCLIException' is unchecked exception.
<https://builds.apache.org/job/Apache-falcon/ws/unit/src/test/java/org/apache/falcon/unit/TestFalconUnit.java>:132:50: Redundant throws: 'FalconCLIException' is unchecked exception.
<https://builds.apache.org/job/Apache-falcon/ws/unit/src/test/java/org/apache/falcon/unit/TestFalconUnit.java>:165:52: Redundant throws: 'FalconCLIException' is unchecked exception.
<https://builds.apache.org/job/Apache-falcon/ws/unit/src/test/java/org/apache/falcon/unit/TestFalconUnit.java>:180:58: Redundant throws: 'FalconCLIException' is unchecked exception.
<https://builds.apache.org/job/Apache-falcon/ws/unit/src/test/java/org/apache/falcon/unit/TestFalconUnit.java>:215:62: Redundant throws: 'FalconCLIException' is unchecked exception.
Audit done.

[INFO] There are 16 checkstyle errors.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Falcon ..................................... SUCCESS [ 13.912 s]
[INFO] Apache Falcon UI .................................. SUCCESS [ 15.954 s]
[INFO] Build Tools ....................................... SUCCESS [  4.001 s]
[INFO] Apache Falcon Java client ......................... SUCCESS [ 28.649 s]
[INFO] Apache Falcon Metrics ............................. SUCCESS [ 14.911 s]
[INFO] Apache Falcon Hadoop Dependencies ................. SUCCESS [ 12.509 s]
[INFO] Apache Falcon Test Utility ........................ SUCCESS [ 12.032 s]
[INFO] Apache Falcon Commons ............................. SUCCESS [02:35 min]
[INFO] Apache Falcon CLI client .......................... SUCCESS [ 20.603 s]
[INFO] Apache Falcon Titan 1.0 support ................... SUCCESS [  4.560 s]
[INFO] Apache Falcon Oozie EL Extension .................. SUCCESS [ 14.453 s]
[INFO] Apache Falcon Embedded Hadoop - Test Cluster ...... SUCCESS [ 30.027 s]
[INFO] Apache Falcon Sharelib Hive - Test Cluster ........ SUCCESS [  1.082 s]
[INFO] Apache Falcon Sharelib Pig - Test Cluster ......... SUCCESS [  0.664 s]
[INFO] Apache Falcon Sharelib Hcatalog - Test Cluster .... SUCCESS [  0.704 s]
[INFO] Apache Falcon Sharelib Oozie - Test Cluster ....... SUCCESS [  0.521 s]
[INFO] Apache Falcon Test Tools - Test Cluster ........... SUCCESS [  0.512 s]
[INFO] Apache Falcon Messaging ........................... SUCCESS [ 32.202 s]
[INFO] Apache Falcon extensions .......................... SUCCESS [ 25.152 s]
[INFO] Apache Falcon LIfecycle Module .................... SUCCESS [ 19.476 s]
[INFO] Apache Falcon Oozie Adaptor ....................... SUCCESS [01:11 min]
[INFO] Apache Falcon Scheduler ........................... SUCCESS [01:18 min]
[INFO] Apache Falcon Acquisition ......................... SUCCESS [  1.014 s]
[INFO] Apache Falcon Distcp Replication .................. SUCCESS [ 16.957 s]
[INFO] Apache Falcon Retention ........................... SUCCESS [ 16.269 s]
[INFO] Apache Falcon Archival ............................ SUCCESS [  0.942 s]
[INFO] Apache Falcon Rerun ............................... SUCCESS [ 24.821 s]
[INFO] Apache Falcon Prism ............................... SUCCESS [02:35 min]
[INFO] Apache Falcon Unit ................................ FAILURE [02:27 min]
[INFO] Apache Falcon Examples ............................ SKIPPED
[INFO] Apache Falcon Web Application ..................... SKIPPED
[INFO] Apache Falcon Documentation ....................... SKIPPED
[INFO] Apache Falcon Distro .............................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 15:20 min
[INFO] Finished at: 2016-07-07T19:38:15+00:00
[INFO] Final Memory: 977M/2195M
[INFO] ------------------------------------------------------------------------
[WARNING] The requested profile "hadoop-2" could not be activated because it does not exist.
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-checkstyle-plugin:2.9.1:check (checkstyle-check) on project falcon-unit: You have 16 Checkstyle violations. -> [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-unit
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 31 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> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/archival/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/build-tools/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/cli/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/client/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/common/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/distro/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/docs/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/examples/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/extensions/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/falcon-ui/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/hadoop-dependencies/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/lifecycle/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/messaging/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/metrics/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/oozie-el-extensions/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/oozie/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/prism/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/replication/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/rerun/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/retention/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/scheduler/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/test-tools/hadoop-webapp/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/test-tools/hcatalog-sharelib/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/test-tools/hive-sharelib/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/test-tools/oozie-sharelib/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/test-tools/pig-sharelib/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/test-tools/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/test-util/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/unit/target/checkstyle-result.xml> with 16 unique warnings and 0 duplicates.
[CHECKSTYLE] Computing warning deltas based on reference build #1047
[FINDBUGS] Collecting findbugs analysis files...
[FINDBUGS] Finding all files that match the pattern **/target/findbugs.xml
[FINDBUGS] Parsing 18 files in <https://builds.apache.org/job/Apache-falcon/ws/>
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/cli/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/client/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/common/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/examples/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/extensions/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/hadoop-dependencies/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/lifecycle/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/messaging/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/metrics/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/oozie-el-extensions/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/oozie/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/prism/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/replication/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/rerun/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/retention/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/scheduler/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/test-tools/hadoop-webapp/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/test-util/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Computing warning deltas based on reference build #1047
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 #1051

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