Return-Path: X-Original-To: apmail-incubator-cloudstack-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A0212E5B6 for ; Tue, 18 Dec 2012 17:04:54 +0000 (UTC) Received: (qmail 75441 invoked by uid 500); 18 Dec 2012 17:04:54 -0000 Delivered-To: apmail-incubator-cloudstack-dev-archive@incubator.apache.org Received: (qmail 75402 invoked by uid 500); 18 Dec 2012 17:04:54 -0000 Mailing-List: contact cloudstack-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cloudstack-dev@incubator.apache.org Delivered-To: mailing list cloudstack-dev@incubator.apache.org Received: (qmail 75387 invoked by uid 99); 18 Dec 2012 17:04:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Dec 2012 17:04:53 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW X-Spam-Check-By: apache.org Received-SPF: unknown ~allinclude:aspmx.googlemail.com (athena.apache.org: encountered unrecognized mechanism during SPF processing of domain of jmartin@basho.com) Received: from [209.85.215.175] (HELO mail-ea0-f175.google.com) (209.85.215.175) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Dec 2012 17:04:49 +0000 Received: by mail-ea0-f175.google.com with SMTP id h11so372161eaa.20 for ; Tue, 18 Dec 2012 09:04:27 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type :x-gm-message-state; bh=P9lRQMf2lsrJpRz39hObJYuDCJLOSXNHsNHQPLgwn5s=; b=k7qKd7vYM6lSMRSaEx+z3+XaCp2JNEt4D6Di1U/DqqsSOEy7F7bi9WtTtD3nZayGRV zMofEWCeaMhmllZPsFd9GW4k6NtM67qWu7/Hxs8XJ8dL3vB39QYIdVdCjbbj5LwvcGM9 S9Suev6/VtSbTep9ekfxdnC05uiN+/qyP0mj/DDgxfZKHIq3Ktq8u7xGldb1RanOze5y 894SE5v1mh5RHyyquSPl7S2wRfpBIqp9Gds63IW7i3PbDgVeZDCzVLlt7VcKt3cA+24C RifMFvy63faDTAoDGAWDzysNgrVanywMhobJvSfPxRK/KBEeN5xTa/0lYYGEMSj2Tm1l l2QA== Received: by 10.14.175.133 with SMTP id z5mr7232546eel.15.1355850266888; Tue, 18 Dec 2012 09:04:26 -0800 (PST) MIME-Version: 1.0 Received: by 10.223.64.194 with HTTP; Tue, 18 Dec 2012 09:04:06 -0800 (PST) From: James Martin Date: Tue, 18 Dec 2012 12:04:06 -0500 Message-ID: Subject: build failing in devcloud To: cloudstack-dev@incubator.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQld4CVRMNzv04i4et9EryWTCahjFXau44D16D6vT0ouTPyPJ0pFR5Lc3UaTe+06Nb/li2+O X-Virus-Checked: Checked by ClamAV on apache.org Looks like the last stage of the /opt/cloudstack/buildcloudstack.sh script is failing in the devcloud creation environment: /opt/cloudstack/apache-maven-3.0.4/bin/mvn -P developer -pl tools/devcloud -Ddeploysvr [INFO] Building Apache CloudStack Developer Tools 4.1.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-remote-resources-plugin:1.3:process (default) @ cloud-devcloud --- [INFO] [INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @ cloud-devcloud --- [INFO] [INFO] --- exec-maven-plugin:1.2.1:exec (default) @ cloud-devcloud --- Traceback (most recent call last): File "../marvin/marvin/deployDataCenter.py", line 435, in deploy.deploy() File "../marvin/marvin/deployDataCenter.py", line 418, in deploy self.loadCfg() File "../marvin/marvin/deployDataCenter.py", line 394, in loadCfg apiKey, securityKey = self.registerApiKey() File "../marvin/marvin/deployDataCenter.py", line 334, in registerApiKey listuserRes = self.testClient.getApiClient().listUsers(listuser) File "/opt/cloudstack/incubator-cloudstack/tools/marvin/marvin/cloudstackAPI/cloudstackAPIClient.py", line 360, in listUsers response = self.connection.make_request(command, response) File "/opt/cloudstack/incubator-cloudstack/tools/marvin/marvin/cloudstackConnection.py", line 177, in make_request result = self.make_request_without_auth(commandName, requests) File "/opt/cloudstack/incubator-cloudstack/tools/marvin/marvin/cloudstackConnection.py", line 108, in make_request_without_auth self.connection = urllib2.urlopen("%s://%s:%d%s?%s"%(self.protocol, self.mgtSvr, self.port, self.path, requestUrl)) File "/usr/lib/python2.7/urllib2.py", line 126, in urlopen return _opener.open(url, data, timeout) File "/usr/lib/python2.7/urllib2.py", line 400, in open response = self._open(req, data) File "/usr/lib/python2.7/urllib2.py", line 418, in _open '_open', req) File "/usr/lib/python2.7/urllib2.py", line 378, in _call_chain result = func(*args) File "/usr/lib/python2.7/urllib2.py", line 1207, in http_open return self.do_open(httplib.HTTPConnection, req) File "/usr/lib/python2.7/urllib2.py", line 1177, in do_open raise URLError(err) urllib2.URLError: [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 2.688s [INFO] Finished at: Tue Dec 18 14:26:48 UTC 2012 [INFO] Final Memory: 12M/29M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2.1:exec (default) on project cloud-devcloud: Command execution failed. Process exited with an error: 1 (Exit value: 1) -> [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/MojoExecutionException - James