See <https://builds.apache.org/job/Apache-falcon/1136/display/redirect?page=changes>
Changes: [pallavi.rao] FALCON-2286 Falcon upgradation fails to update schema ------------------------------------------ [...truncated 392.88 KB...] [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] Exclude: **/falcon-cli-hist.log [INFO] [INFO] --- maven-checkstyle-plugin:2.9.1:check (checkstyle-check) @ falcon-prism --- [INFO] Starting audit... Audit done. [INFO] [INFO] >>> findbugs-maven-plugin:3.0.3:check (findbugs-check) > :findbugs @ falcon-prism >>> [INFO] [INFO] --- findbugs-maven-plugin:3.0.3:findbugs (findbugs) @ falcon-prism --- [INFO] Fork Value is true [INFO] Done FindBugs Analysis.... [INFO] [INFO] <<< findbugs-maven-plugin:3.0.3:check (findbugs-check) < :findbugs @ falcon-prism <<< [INFO] [INFO] --- findbugs-maven-plugin:3.0.3:check (findbugs-check) @ falcon-prism --- [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: c215234e642aaac263248cec722514dc780751bf at timestamp: 1489117270406 [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-dependency-plugin:2.8:copy (test) @ falcon-unit --- [INFO] Configured Artifact: org.apache.falcon:falcon-extensions:0.11-SNAPSHOT:test-jar [INFO] Copying falcon-extensions-0.11-SNAPSHOT-tests.jar to <https://builds.apache.org/job/Apache-falcon/ws/unit/src/test/resources/falcon-extensions-0.11-SNAPSHOT-tests.jar> [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 8 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 10 resources [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ falcon-unit --- [INFO] Compiling 7 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.ExtensionClassLoaderTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.628 sec - in org.apache.falcon.ExtensionClassLoaderTest Running org.apache.falcon.ExtensionHandlerTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.446 sec - in org.apache.falcon.ExtensionHandlerTest Running org.apache.falcon.unit.TestFalconUnit Tests run: 14, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 148.603 sec <<< FAILURE! - in org.apache.falcon.unit.TestFalconUnit testExtensionJobOperations(org.apache.falcon.unit.TestFalconUnit) Time elapsed: 1.293 sec <<< FAILURE! org.apache.falcon.client.FalconCLIException: Failed in generating entities for job:testJob at org.apache.hadoop.fs.FileUtil.checkDest(FileUtil.java:500) at org.apache.hadoop.fs.FileUtil.checkDest(FileUtil.java:502) at org.apache.hadoop.fs.FileUtil.copy(FileUtil.java:348) at org.apache.hadoop.fs.FileUtil.copy(FileUtil.java:338) at org.apache.hadoop.fs.FileUtil.copy(FileUtil.java:289) at org.apache.hadoop.fs.FileSystem.copyToLocalFile(FileSystem.java:2030) at org.apache.hadoop.fs.FileSystem.copyToLocalFile(FileSystem.java:1999) at org.apache.hadoop.fs.FileSystem.copyToLocalFile(FileSystem.java:1975) at org.apache.falcon.ExtensionHandler.copyExtensionPackage(ExtensionHandler.java:168) at org.apache.falcon.ExtensionHandler.loadAndPrepare(ExtensionHandler.java:105) at org.apache.falcon.unit.FalconUnitClient.getEntities(FalconUnitClient.java:333) at org.apache.falcon.unit.FalconUnitClient.getEntityTypeListMap(FalconUnitClient.java:313) at org.apache.falcon.unit.FalconUnitClient.updateExtensionJob(FalconUnitClient.java:368) at org.apache.falcon.unit.FalconUnitTestBase.updateExtensionJob(FalconUnitTestBase.java:258) at org.apache.falcon.unit.TestFalconUnit.testExtensionJobOperations(TestFalconUnit.java:496) Results : Failed tests: TestFalconUnit.testExtensionJobOperations:496->FalconUnitTestBase.updateExtensionJob:258 ยป FalconCLI Tests run: 16, Failures: 1, Errors: 0, Skipped: 0 [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Apache Falcon ...................................... SUCCESS [ 21.707 s] [INFO] Apache Falcon UI ................................... SUCCESS [ 16.297 s] [INFO] Build Tools ........................................ SUCCESS [ 5.807 s] [INFO] Apache Falcon Java common types .................... SUCCESS [ 38.745 s] [INFO] Apache Falcon Metrics .............................. SUCCESS [ 17.122 s] [INFO] Apache Falcon Hadoop Dependencies .................. SUCCESS [ 14.243 s] [INFO] Apache Falcon Test Utility ......................... SUCCESS [ 12.422 s] [INFO] Apache Falcon Commons .............................. SUCCESS [03:29 min] [INFO] Apache Falcon extensions ........................... SUCCESS [ 59.171 s] [INFO] Apache Falcon Java client .......................... SUCCESS [ 26.669 s] [INFO] Apache Falcon Shell ................................ SUCCESS [ 16.851 s] [INFO] Apache Falcon CLI client ........................... SUCCESS [ 22.322 s] [INFO] Apache Falcon Titan 1.0 support .................... SUCCESS [ 9.547 s] [INFO] Apache Falcon Oozie EL Extension ................... SUCCESS [ 21.852 s] [INFO] Apache Falcon Embedded Hadoop - Test Cluster ....... SUCCESS [ 41.554 s] [INFO] Apache Falcon Sharelib Hive - Test Cluster ......... SUCCESS [ 2.530 s] [INFO] Apache Falcon Sharelib Pig - Test Cluster .......... SUCCESS [ 1.124 s] [INFO] Apache Falcon Sharelib Hcatalog - Test Cluster ..... SUCCESS [ 1.111 s] [INFO] Apache Falcon Sharelib Oozie - Test Cluster ........ SUCCESS [ 0.639 s] [INFO] Apache Falcon Test Tools - Test Cluster ............ SUCCESS [ 0.556 s] [INFO] Apache Falcon Messaging ............................ SUCCESS [ 42.027 s] [INFO] Apache Falcon LIfecycle Module ..................... SUCCESS [ 28.604 s] [INFO] Apache Falcon Oozie Adaptor ........................ SUCCESS [01:34 min] [INFO] Apache Falcon Scheduler ............................ SUCCESS [01:49 min] [INFO] Apache Falcon Acquisition .......................... SUCCESS [ 1.297 s] [INFO] Apache Falcon Distcp Replication ................... SUCCESS [ 21.876 s] [INFO] Apache Falcon Retention ............................ SUCCESS [ 18.246 s] [INFO] Apache Falcon Archival ............................. SUCCESS [ 1.193 s] [INFO] Apache Falcon Rerun ................................ SUCCESS [ 28.189 s] [INFO] Apache Falcon Prism ................................ SUCCESS [03:50 min] [INFO] Apache Falcon Unit ................................. FAILURE [02:40 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: 21:19 min [INFO] Finished at: 2017-03-10T03:43:50+00:00 [INFO] Final Memory: 993M/2599M [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-surefire-plugin:2.16:test (default-test) on project falcon-unit: There are test failures. [ERROR] [ERROR] Please refer to <https://builds.apache.org/job/Apache-falcon/ws/unit/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-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 33 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-types/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/shell/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/webapp/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates. [CHECKSTYLE] Computing warning deltas based on reference build #1135 [FINDBUGS] Collecting findbugs analysis files... [FINDBUGS] Finding all files that match the pattern **/target/findbugs.xml [FINDBUGS] Parsing 21 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-types/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/shell/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] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/webapp/target/findbugs.xml> with 0 unique warnings and 0 duplicates. [FINDBUGS] Computing warning deltas based on reference build #1135 Archiving artifacts Compressed 17.42 MB of artifacts by 81.1% relative to #1135 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.