Changed the default jdk version to 1.7 https://builds.apache.org/job/Apache-falcon/jobConfigHistory/showDiffFiles?timestamp1=2015-02-19_04-32-42×tamp2=2015-02-19_04-32-43
Regards Srikanth Sundarrajan > Date: Thu, 19 Feb 2015 04:08:23 +0000 > From: [email protected] > To: [email protected] > Subject: Re: Build failed in Jenkins: Apache-falcon #571 > > It looks like that this build failed because Java 1.7 is not in path. Also > "-noverify" option has not been provided in MAVEN_OPTS. > Thanks,---Peeyush > > On Thursday, 19 February 2015 6:33 AM, Apache Jenkins Server > <[email protected]> wrote: > > > See <https://builds.apache.org/job/Apache-falcon/571/changes> > > Changes: > > [sriksun] FALCON-774 Discontinue support for JDK 1.6 and move to 1.7. > Contributed by Peeyush Bishnoi > > ------------------------------------------ > [...truncated 207 lines...] > oozie version > Using maven from /home/jenkins/tools/maven/latest/bin/mvn > + VERSION=4.1.0 > + BUILD_VERSION=4.1.0-falcon > + FORCE_BUILD=false > + echo 'oozie version ' > + '[' -z /home/jenkins/tools/maven/latest ']' > + export MVN_CMD=/home/jenkins/tools/maven/latest/bin/mvn > + MVN_CMD=/home/jenkins/tools/maven/latest/bin/mvn > + echo 'Using maven from ' /home/jenkins/tools/maven/latest/bin/mvn > + [[ false == \f\a\l\s\e ]] > ++ /home/jenkins/tools/maven/latest/bin/mvn help:effective-settings > ++ grep localRepository > ++ cut '-d>' -f2 > ++ cut '-d<' -f1 > + [[ -f > /home/jenkins/.m2/repository/org/apache/oozie/oozie-webapp/4.1.0-falcon/oozie-webapp-4.1.0-falcon.war > ]] > + echo 'Oozie already setup. skipping' > + exit 0 > Oozie already setup. skipping > [INFO] > [INFO] --- maven-remote-resources-plugin:1.4:process (default) @ build-tools > --- > [INFO] > [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ > build-tools --- > [INFO] Using 'UTF-8' encoding to copy filtered resources. > [INFO] skip non existing resourceDirectory > <https://builds.apache.org/job/Apache-falcon/ws/build-tools/src/main/resources> > [INFO] skip non existing resourceDirectory > <https://builds.apache.org/job/Apache-falcon/ws/build-tools/src/main/resources> > [INFO] skip non existing resourceDirectory > <https://builds.apache.org/job/Apache-falcon/ws/build-tools/src/test/resources> > [INFO] Copying 2 resources to META-INF > [INFO] Copying 3 resources > [INFO] > [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ > build-tools --- > [INFO] No sources to compile > [INFO] > [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ > build-tools --- > [INFO] Using 'UTF-8' encoding to copy filtered resources. > [INFO] skip non existing resourceDirectory > <https://builds.apache.org/job/Apache-falcon/ws/build-tools/src/test/resources> > [INFO] Copying 3 resources > [INFO] > [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ > build-tools --- > [INFO] No sources to compile > [INFO] > [INFO] --- maven-surefire-plugin:2.16:test (default-test) @ build-tools --- > [WARNING] The parameter forkMode is deprecated since version 2.14. Use > forkCount and reuseForks instead. > [INFO] > [INFO] --- maven-site-plugin:3.2:site (default) @ build-tools --- > [INFO] maven.site.skip = true: Skipping site generation > [INFO] > [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ build-tools --- > [INFO] Building jar: > <https://builds.apache.org/job/Apache-falcon/ws/build-tools/target/build-tools-0.7-SNAPSHOT.jar> > [INFO] > [INFO] --- maven-site-plugin:3.2:attach-descriptor (attach-descriptor) @ > build-tools --- > [INFO] > [INFO] --- maven-failsafe-plugin:2.16:integration-test (integration-test) @ > build-tools --- > [WARNING] The parameter forkMode is deprecated since version 2.14. Use > forkCount and reuseForks instead. > [INFO] > [INFO] --- maven-failsafe-plugin:2.16:verify (verify) @ build-tools --- > [INFO] Failsafe report directory: > <https://builds.apache.org/job/Apache-falcon/ws/build-tools/target/failsafe-reports> > [INFO] > [INFO] --- apache-rat-plugin:0.7:check (rat-check) @ build-tools --- > [INFO] Exclude: *.txt > [INFO] Exclude: **/*.txt > [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] > [INFO] --- maven-checkstyle-plugin:2.9.1:check (checkstyle-check) @ > build-tools --- > [INFO] Starting audit... > Audit done. > > [INFO] > [INFO] >>> findbugs-maven-plugin:2.5.2:check (findbugs-check) @ build-tools > >>> > [INFO] > [INFO] --- findbugs-maven-plugin:2.5.2:findbugs (findbugs) @ build-tools --- > [INFO] > [INFO] <<< findbugs-maven-plugin:2.5.2:check (findbugs-check) @ build-tools > <<< > [INFO] > [INFO] --- findbugs-maven-plugin:2.5.2:check (findbugs-check) @ build-tools > --- > [INFO] > [INFO] > ------------------------------------------------------------------------ > [INFO] Building Apache Falcon CLI client 0.7-SNAPSHOT > [INFO] > ------------------------------------------------------------------------ > [INFO] > [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ falcon-client --- > [INFO] Deleting <https://builds.apache.org/job/Apache-falcon/ws/client/target> > [INFO] > [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-property) @ > falcon-client --- > [INFO] > [INFO] --- buildnumber-maven-plugin:1.0:create (default) @ falcon-client --- > [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/client> && git show > [INFO] Working directory: > <https://builds.apache.org/job/Apache-falcon/ws/client> > [INFO] Storing buildNumber: 4b31d774ddbd61feb70a2dae036ea9dbd4579724 at > timestamp: 1424307817778 > [INFO] Executing: /bin/sh -c cd > <https://builds.apache.org/job/Apache-falcon/ws/client> && git show > [INFO] Working directory: > <https://builds.apache.org/job/Apache-falcon/ws/client> > [INFO] Storing buildScmBranch: UNKNOWN > [INFO] > [INFO] --- maven-jaxb2-plugin:0.8.0:generate (1) @ falcon-client --- > [INFO] > [INFO] --- maven-remote-resources-plugin:1.4:process (default) @ > falcon-client --- > [INFO] > [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ > falcon-client --- > [INFO] Using 'UTF-8' encoding to copy filtered resources. > [INFO] Copying 4 resources > [INFO] Copying 0 resource > [INFO] skip non existing resourceDirectory > <https://builds.apache.org/job/Apache-falcon/ws/client/src/test/resources> > [INFO] Copying 2 resources to META-INF > [INFO] Copying 1 resource > [INFO] Copying 3 resources > [INFO] > [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ > falcon-client --- > [INFO] Compiling 86 source files to > <https://builds.apache.org/job/Apache-falcon/ws/client/target/classes> > [INFO] ------------------------------------------------------------- > [ERROR] COMPILATION ERROR : > [INFO] ------------------------------------------------------------- > [ERROR] Failure executing javac, but could not parse the error: > javac: invalid target release: 1.7 > Usage: javac <options> <source files> > use -help for a list of possible options > > [INFO] 1 error > [INFO] ------------------------------------------------------------- > [INFO] > ------------------------------------------------------------------------ > [INFO] Reactor Summary: > [INFO] > [INFO] Checkstyle ........................................ SUCCESS [ 1.029 s] > [INFO] Apache Falcon ..................................... SUCCESS [ 6.077 s] > [INFO] Build Tools ....................................... SUCCESS [ 3.816 s] > [INFO] Apache Falcon CLI client .......................... FAILURE [ 2.791 s] > [INFO] Apache Falcon Metrics ............................. SKIPPED > [INFO] Apache Falcon Hadoop Dependencies ................. SKIPPED > [INFO] Apache Falcon Test Utility ........................ SKIPPED > [INFO] Apache Falcon Commons ............................. SKIPPED > [INFO] Apache Falcon Oozie EL Extension .................. SKIPPED > [INFO] Apache Falcon Embedded Hadoop - Test Cluster ...... SKIPPED > [INFO] Apache Falcon Sharelib Hive - Test Cluster ........ SKIPPED > [INFO] Apache Falcon Sharelib Pig - Test Cluster ......... SKIPPED > [INFO] Apache Falcon Sharelib Hcatalog - Test Cluster .... SKIPPED > [INFO] Apache Falcon Sharelib Oozie - Test Cluster ....... SKIPPED > [INFO] Apache Falcon Test Tools - Test Cluster ........... SKIPPED > [INFO] Apache Falcon Messaging ........................... SKIPPED > [INFO] Apache Falcon Oozie Adaptor ....................... 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: 14.502 s > [INFO] Finished at: 2015-02-19T01:03:40+00:00 > [INFO] Final Memory: 47M/1293M > [INFO] > ------------------------------------------------------------------------ > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile > (default-compile) on project falcon-client: Compilation failure > [ERROR] Failure executing javac, but could not parse the error: > [ERROR] javac: invalid target release: 1.7 > [ERROR] Usage: javac <options> <source files> > [ERROR] use -help for a list of possible options > [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-client > 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 26 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/common/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-tools/hadoop-webapp/target/checkstyle-result.xml> > of module with 0 warnings. > [CHECKSTYLE] Successfully parsed file > <https://builds.apache.org/job/Apache-falcon/ws/test-tools/hcatalog-sharelib/target/checkstyle-result.xml> > of module with 0 warnings. > [CHECKSTYLE] Successfully parsed file > <https://builds.apache.org/job/Apache-falcon/ws/test-tools/hive-sharelib/target/checkstyle-result.xml> > of module with 0 warnings. > [CHECKSTYLE] Successfully parsed file > <https://builds.apache.org/job/Apache-falcon/ws/test-tools/oozie-sharelib/target/checkstyle-result.xml> > of module with 0 warnings. > [CHECKSTYLE] Successfully parsed file > <https://builds.apache.org/job/Apache-falcon/ws/test-tools/pig-sharelib/target/checkstyle-result.xml> > of module with 0 warnings. > [CHECKSTYLE] Successfully parsed file > <https://builds.apache.org/job/Apache-falcon/ws/test-tools/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 #570 > [FINDBUGS] Collecting findbugs analysis files... > [FINDBUGS] Finding all files that match the pattern **/target/findbugs.xml > [FINDBUGS] Parsing 16 files in > <https://builds.apache.org/job/Apache-falcon/ws/> > [FINDBUGS] Successfully parsed file > <https://builds.apache.org/job/Apache-falcon/ws/common/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-tools/hadoop-webapp/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 #570 > Archiving artifacts > Sending artifact delta relative to Apache-falcon #570 > Archived 16 artifacts > Archive block size is 32768 > Received 558 blocks and 79220 bytes > Compression is 99.6% > Took 1.5 sec > 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. > > >
