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 4F83E18F42 for ; Mon, 14 Dec 2015 06:25:43 +0000 (UTC) Received: (qmail 2099 invoked by uid 500); 14 Dec 2015 06:25:42 -0000 Delivered-To: apmail-cloudstack-dev-archive@cloudstack.apache.org Received: (qmail 2030 invoked by uid 500); 14 Dec 2015 06:25:42 -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 2018 invoked by uid 99); 14 Dec 2015 06:25:42 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Dec 2015 06:25:42 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 2967B1A023E for ; Mon, 14 Dec 2015 06:25:42 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.879 X-Spam-Level: ** X-Spam-Status: No, score=2.879 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=3, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=disabled Authentication-Results: spamd2-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id jq9BupBn9Vt0 for ; Mon, 14 Dec 2015 06:25:41 +0000 (UTC) Received: from mail-ob0-f177.google.com (mail-ob0-f177.google.com [209.85.214.177]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTPS id 2FFE920C61 for ; Mon, 14 Dec 2015 06:25:40 +0000 (UTC) Received: by obc18 with SMTP id 18so123855847obc.2 for ; Sun, 13 Dec 2015 22:25:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=HlFCqYSsGS2JgqaEy5F6gxD7OZhEu6JsIzg03DtdW+k=; b=a0EFjAUeLwsranCAL0tUEeyxQYdE6rR07YBrznrkDfZUNjpIlIjRSWTNQgE9tH65CL +OduQrla7wGOVc0mythcy3kgD3dewRhAieJT5RmWkXsLupOBS3R+8VlxxshBk3q/7FNK EiAomNJjWc4ZXpPirv6nANAE6HjasfzdCv3mx8RuwjXXTWaKxTDH8zMoV63k4zQziwhm nwIjsdlL6AeqsO3M3KXdMFF2eTLqJw1h5bpjVtndA25Z0el5I7vHhqjN7tODtxG/f6as pFxc79wz6p+vOA8kSN/D25CVYWS4ZBcwjE/bIzlhdCkxnBFzjt/hp2BPSFidHhx5K5S+ gziQ== MIME-Version: 1.0 X-Received: by 10.60.97.2 with SMTP id dw2mr5380098oeb.40.1450074332523; Sun, 13 Dec 2015 22:25:32 -0800 (PST) Received: by 10.202.61.213 with HTTP; Sun, 13 Dec 2015 22:25:32 -0800 (PST) Date: Mon, 14 Dec 2015 11:55:32 +0530 Message-ID: Subject: Building Cloudstack failing on windows From: Sudharma Jain To: dev@cloudstack.apache.org Content-Type: multipart/alternative; boundary=089e01176aab7cf0750526d5bdbd --089e01176aab7cf0750526d5bdbd Content-Type: text/plain; charset=UTF-8 While building Cloudstack on windows, it fails with following exceptions. Tests run: 4, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 2.052 sec <<< FAILURE! - in com.cloud.utils.TestProfiler testProfilerInNano(com.cloud.utils.TestProfiler) Time elapsed: 1.004 sec <<< FAILURE! java.lang.AssertionError: null at org.junit.Assert.fail(Assert.java:86) at org.junit.Assert.assertTrue(Assert.java:41) at org.junit.Assert.assertTrue(Assert.java:52) at com.cloud.utils.TestProfiler.testProfilerInNano(TestProfiler.java:71) Tests run: 4, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec <<< FAILURE! - in com.cloud.hypervisor.kvm.resource.wrapper.LibvirtUtilitiesHelperTest testSSHKeyPaths(com.cloud.hypervisor.kvm.resource.wrapper.LibvirtUtilitiesHelperTest) Time elapsed: 0.001 sec <<< FAILURE! junit.framework.ComparisonFailure: expected: but was: at junit.framework.Assert.assertEquals(Assert.java:100) at junit.framework.Assert.assertEquals(Assert.java:107) at junit.framework.TestCase.assertEquals(TestCase.java:269) at com.cloud.hypervisor.kvm.resource.wrapper.LibvirtUtilitiesHelperTest.testSSHKeyPaths(LibvirtUtilitiesHelperTest.java:40) Thanks, Sudharma --089e01176aab7cf0750526d5bdbd--