Return-Path: X-Original-To: apmail-cloudstack-dev-archive@www.apache.org Delivered-To: apmail-cloudstack-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8DA3610BA5 for ; Wed, 1 Jan 2014 05:43:25 +0000 (UTC) Received: (qmail 85042 invoked by uid 500); 1 Jan 2014 05:43:23 -0000 Delivered-To: apmail-cloudstack-dev-archive@cloudstack.apache.org Received: (qmail 84829 invoked by uid 500); 1 Jan 2014 05:43:18 -0000 Mailing-List: contact dev-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list dev@cloudstack.apache.org Received: (qmail 84821 invoked by uid 99); 1 Jan 2014 05:43:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Jan 2014 05:43:15 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of sanjay.tripathi@citrix.com designates 103.14.252.240 as permitted sender) Received: from [103.14.252.240] (HELO SMTP.CITRIX.COM.AU) (103.14.252.240) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Jan 2014 05:43:09 +0000 X-IronPort-AV: E=Sophos;i="4.95,584,1384300800"; d="scan'208";a="2077979" Received: from sinaccessns.citrite.net (HELO SINPEX01CL03.citrite.net) ([10.151.60.9]) by sinpip01.citrite.net with ESMTP; 01 Jan 2014 05:42:45 +0000 Received: from SINPEX01CL01.citrite.net ([169.254.1.136]) by SINPEX01CL03.citrite.net ([169.254.3.94]) with mapi id 14.02.0342.004; Wed, 1 Jan 2014 13:42:45 +0800 From: Sanjay Tripathi To: "dev@cloudstack.apache.org" Subject: RE: 4.3 build failing with latest HEAD Thread-Topic: 4.3 build failing with latest HEAD Thread-Index: Ac8GiPBeG0rVSt11ReGepaUj/Z2TnAAAHr2wAAqy3cA= Date: Wed, 1 Jan 2014 05:42:43 +0000 Message-ID: <6EC52516D972D146AC4D159FC4383A7C129EFE53@SINPEX01CL01.citrite.net> References: <79D6DD2D292A984AA8CE38C4DB1C8CD41B01A8@SJCPEX01CL02.citrite.net> In-Reply-To: <79D6DD2D292A984AA8CE38C4DB1C8CD41B01A8@SJCPEX01CL02.citrite.net> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.252.250.105] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-DLP: SIN1 X-Virus-Checked: Checked by ClamAV on apache.org This is caused by this commit: 23841e3369877e404e4c7f4000a1ee540d1dcfa8. I am working on the fix. --Sanjay -----Original Message----- From: Rayees Namathponnan [mailto:rayees.namathponnan@citrix.com]=20 Sent: Wednesday, January 1, 2014 6:06 AM To: dev@cloudstack.apache.org Subject: 4.3 build failing with latest HEAD Junit test failing with latest 4.3 branch; test failing with below error [INFO] --- maven-resources-plugin:2.5:testResources (default-testResources)= @ cloud-core --- [debug] execute contextualize [INFO] Using 'UTF-8' encodi= ng to copy filtered resources. [INFO] skip non existing resourceDirectory /root/jenkins/build/workspace/AS= F_Repo-Marvin-Build/core/test/resources [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ = cloud-core --- [INFO] Compiling 20 source files to /root/jenkins/build/work= space/ASF_Repo-Marvin-Build/core/target/test-classes [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] BackupSnapshotCommandTest.java:[36,48] is not abstract and does n= ot override abstract method getHypervisor() in com.cloud.storage.StoragePoo= l [ERROR] SnapshotCommandTest.java:[37,48] is not abstract and does not overrid= e abstract method getHypervisor() in com.cloud.storage.StoragePool [ERROR] = CheckNetworkAnswerTest.java:[75,57] is not abstract = and does not override abstract method getHypervisor() in com.cloud.storage.= StoragePool [INFO] 3 errors [INFO] ----------------------------------------= --------------------- [INFO] --------------------------------------------------------------------= ---- Regards, Rayees