Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 1D146200C41 for ; Fri, 24 Mar 2017 19:28:53 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 1B9DC160B93; Fri, 24 Mar 2017 18:28:53 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 61270160B75 for ; Fri, 24 Mar 2017 19:28:52 +0100 (CET) Received: (qmail 73463 invoked by uid 500); 24 Mar 2017 18:28:51 -0000 Mailing-List: contact ci-help@bigtop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ci@bigtop.apache.org Delivered-To: mailing list ci@bigtop.apache.org Received: (qmail 73452 invoked by uid 99); 24 Mar 2017 18:28:51 -0000 Received: from crius.apache.org (HELO crius.apache.org) (140.211.11.14) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Mar 2017 18:28:51 +0000 Received: from crius.apache.org (localhost [127.0.0.1]) by crius.apache.org (ASF Mail Server at crius.apache.org) with ESMTP id 0F22D9C0283 for ; Fri, 24 Mar 2017 18:28:51 +0000 (UTC) Date: Fri, 24 Mar 2017 18:28:50 +0000 (UTC) From: Apache Jenkins Server To: ci@bigtop.apache.org Message-ID: <1468603113.1684.1490380131058.JavaMail.jenkins@crius> In-Reply-To: <913501291.1171.1490290367127.JavaMail.jenkins@crius> References: <913501291.1171.1490290367127.JavaMail.jenkins@crius> Subject: Build failed in Jenkins: Bigtop-trunk-test-execution #2065 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Instance-Identity: MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkqVKZPv7YyHBB3FvWfV7XQehwe/Ga3aadzSNknt8g382X3uN8A3SOQ+Ixq9HxS+ZlN6XR4TECySmSRy2JN5Rx8svxAD0TjtSF9LuU98dD+LniNDP7Lq6gvRFuJhbMHoS0nuTizDZLsK4X8TW5MyV9w+jFbdoZfRE5O/Mse0fkOeL5uoIS/3Vvu/W+x9QSjDkB7CaU56bPFlQjqqJBl3Cn9r34CkXQZYnLb/NjW4vcpw0+TgMUAPTIVEr5BTPZRshz19g7huwg3zANT5HBIZnzV4hsVY9w4JHkceFdKi/ibNnjPjsFs9pm0HSGJ/RDxjIvSTYT02eH4+m1RAYaj2E9QIDAQAB X-Jenkins-Job: Bigtop-trunk-test-execution X-Jenkins-Result: FAILURE archived-at: Fri, 24 Mar 2017 18:28:53 -0000 See Changes: [rvs] BIGTOP-2664. create provisioner test for trunk packages with jdk8 [rvs] BIGTOP-2047. detect JAVA_HOME for JDK8, remove obsolete detection code ------------------------------------------ Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on ubuntu-eu2 (ubuntu) in workspace > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10 Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git > git --version # timeout=10 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/* > git rev-parse origin/master^{commit} # timeout=10 Checking out Revision b8959afe650365685bd95301cf567d9990f9856c (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f b8959afe650365685bd95301cf567d9990f9856c > git rev-list a05d3813f67979f74c0494fb118f98a0264266dc # timeout=10 [Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0 at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631) at java.lang.ClassLoader.defineClass(ClassLoader.java:615) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141) at java.net.URLClassLoader.defineClass(URLClassLoader.java:283) at java.net.URLClassLoader.access$000(URLClassLoader.java:58) at java.net.URLClassLoader$1.run(URLClassLoader.java:197) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:190) at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401) at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42) at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271) at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:254) at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239) at org.codehaus.plexus.classworlds.launcher.Launcher.getMainClass(Launcher.java:144) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:266) at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415) at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356) Build step 'Invoke top-level Maven targets' marked build as failure