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 0490D1052C for ; Fri, 14 Mar 2014 02:04:12 +0000 (UTC) Received: (qmail 4347 invoked by uid 500); 14 Mar 2014 02:04:10 -0000 Delivered-To: apmail-cloudstack-dev-archive@cloudstack.apache.org Received: (qmail 4298 invoked by uid 500); 14 Mar 2014 02:04:10 -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 4288 invoked by uid 99); 14 Mar 2014 02:04:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Mar 2014 02:04:10 +0000 X-ASF-Spam-Status: No, hits=3.2 required=5.0 tests=HELO_DYNAMIC_IPADDR,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy includes SPF record at spf.trusted-forwarder.org) Received: from [75.101.146.23] (HELO domU-12-31-39-15-22-2D.compute-1.internal) (75.101.146.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Mar 2014 02:04:03 +0000 Received: from domU-12-31-39-15-22-2D.compute-1.internal (jenkins [127.0.0.1]) by domU-12-31-39-15-22-2D.compute-1.internal (8.14.5/8.14.5) with ESMTP id s2E23ASK021944; Thu, 13 Mar 2014 22:03:10 -0400 Date: Thu, 13 Mar 2014 22:03:09 -0400 (EDT) From: jenkins@cloudstack.org To: hugo@apache.org, dev@cloudstack.apache.org, DHoogland@schubergphilis.com, jessicawang@apache.org, alena.prokharchyk@citrix.com, kishan@cloud.com, nitin.mehta@citrix.com, sanjay.tripathi@citrix.com, rajesh.battala@citrix.com, sheng.yang@citrix.com, koushik@apache.org, kelveny@gmail.com, prachi@cloud.com, talluri@apache.org, brian.federle@citrix.com, min.chen@citrix.com, marcus@betterservers.com Message-ID: <21083054.969.1394762590175.JavaMail.jenkins@domU-12-31-39-15-22-2D> In-Reply-To: <2406798.962.1394751780256.JavaMail.jenkins@domU-12-31-39-15-22-2D> References: <2406798.962.1394751780256.JavaMail.jenkins@domU-12-31-39-15-22-2D> Subject: Build failed in Jenkins: build-master-slowbuild #424 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Jenkins-Job: build-master-slowbuild X-Jenkins-Result: FAILURE X-Virus-Checked: Checked by ClamAV on apache.org See Changes: [min.chen] Add ACL related DB schema. [min.chen] Populate default out-of-box acl roles, converted from ACCOUNT_TYPE [min.chen] Populate acl_group_account_map for existing accounts. [prachi] During Upgrade to 4.3, Populate the API Permissions per Out-Of-Box Role from commands.properties file [prachi] Copy the commands.properties file to utils/conf at build time, so that DB upgrade script can refer to it to load the api permissions [min.chen] Add missing table acl_group_role_map, as well as adding columns. [min.chen] The first version of all the ACL VOs and DAOs. [min.chen] Add parent_role_id to acl_role table. [prachi] Account_Type Refactoring for Root Admin Role [prachi] Check if an Account belongs to RootAdmin group [min.chen] WIP For APIs related to ACL Roles. [min.chen] Add all Apis for AclRole. [min.chen] Add transaction handling in AclServiceImpl, and parent role support in [min.chen] Add All Apis for ACL Group. [min.chen] Add AclGroupJoinDaoImpl bean into applicationContext.xml. [min.chen] Modify AccountResponse to return groups that account belongs to. [min.chen] Add entity permission grant and revoke API. [prachi] WIP AccessChecker plugin [prachi] Created plugin for RoleBased Checkers [min.chen] Fix compilation issue due to method rename. [min.chen] Separate Admin and User command and response for ListVMsCmd. [min.chen] Fix a bug in generating account response, passed wrong parameter to get [min.chen] Add interface method to remove account group association from [min.chen] Revert "Fix a bug in generating account response, passed wrong parameter to get" [min.chen] Fix a listAccount regression due to root admin role refactoring. [min.chen] Revert "Fix a listAccount regression due to root admin role refactoring." [min.chen] Revert "Revert "Fix a bug in generating account response, passed wrong parameter to get"" [prachi] APIChecker helper methods implemented [prachi] Schema and VO/Dao for Role Permission [min.chen] Populate acl_group_account_map table in creating an account. [prachi] Add permission flag to acl_entity_permission [min.chen] Add Scope to acl_role_permission, remove parent_role_id from acl_role [min.chen] Fix a bug in populating acl_role_permission. [min.chen] Add role permission for normal user role. [min.chen] Fix search criteria to support searching both specific entityType and *. [min.chen] Change method name. [min.chen] Clean up ListVMsCmd implementation to not using Criteria class. [min.chen] Change ListVMsCmd to use new role and entity permission information. [prachi] SecurityChecker checking against the acl_entity_permission table [prachi] More logic to Role based checker [prachi] RoleBasedEntityAccessChecker logic now performs checkAccess for VM entity [prachi] Tested ACL for StartVmCmd using the new RoleBasedEntityAccessChecker [prachi] Schema change to add role_type to acl_role [prachi] Duplicate getter-setter after merge [min.chen] Fix build error. [min.chen] Fix a bug in building acl condition, now we get previous default list [min.chen] Fix getEntityOwnerId for CreateAclGroupCmd and CreateAclRoleCmd. [min.chen] Forgot to check in two newly added files due to Spring modularization. [min.chen] Add schema for policy. [min.chen] Fix a bug in listVm logic to use revokedIds and grantedIds. [prachi] Refactoring account_type for Domain_Admin and Normal_User types [min.chen] Updated DB schema and DAO layer classes according to new FS. [min.chen] Change two static response views to Full and Restricted. [min.chen] Interface for QueryChecker adapter. [prachi] more of account_type refactoring [min.chen] QueryChecker interface and ACL search criteria to be used for query api [min.chen] Add QueryChecker adapter implementation skeleton. [min.chen] Separate all volume related APIs to two Cmd classes based on two [prachi] Loading api permissions from commands.properties during startup [prachi] Suring startup load the API permissions from commands.properties and @APICommand annotations [min.chen] Updated db schema based on latest FS. Still need to fix old code in [min.chen] Fix API build error based on new DB schema, now only [min.chen] Populate default group, policy, account mapping. [min.chen] Fill in implementation of AclService.getGrantedDomains, [min.chen] Separate all vm related user APIs to have two different views. [min.chen] Separate AttachIso and DetachIso to use different response views. [min.chen] Separate Template/ISO related APIs to use two different views. [min.chen] Separate ListTemplatePermissions and ListIsoPermissions commands to use [prachi] Changes to SecurityChecker [prachi] Changes to RoleBasedEntityAccessChecker to replace Role by Policy [prachi] ControlledEntity Interface change to return EntityType and added values to the AclEntityType enum and [min.chen] Separate network and VPC related cmd to use two different views. [min.chen] Separate IpAddress related cmds to use two different views. [min.chen] Separate listZones cmd to use two different views, also renamed previous [min.chen] Separate ListAccounts cmd to use two different views. [prachi] Adding the AclEntityType attribute to APICommand annotation [min.chen] Handle special scopeId = -1 case for current domain or current account [min.chen] Refactor db view based list apis to use new IAM acl search criteria. [prachi] Fixing the management server startup [prachi] Adding @ACL and EntityType to VM commands. [min.chen] Fix listTemplates issues with new ACL model. [prachi] Adding EntityType for listAccounts [prachi] Fixing the issues in loading the beans [prachi] Adding new IAM service under services. There are two modules to this component: [min.chen] Fix build issue for cloud-plugin-iam. [min.chen] Use IAMService to implement QuerySelector adapter. [min.chen] Move ACL APIs from server to plugin. Server can have its own APIs for [prachi] - Added basic unit test for IAMService [min.chen] Move ACL response class into iam plugin, also fix AclAPiService to [min.chen] Implementing listAclGroup and listAclPolicy API based on iam plugin [prachi] Moved the loading of commands.properties to the IAM plugin [prachi] Adding @ACL annotation to Volume commands [min.chen] Add Unit Testcases for AclApiService. [prachi] Changing the access checkers to work with IAM server [min.chen] Make AclApiServiceTest pass without changing ApiServerService signature. [min.chen] Some cleanup on AclApiService and remove array copy in some [prachi] Fixing unit tests for cloud-iam [prachi] - Adding @ACL and EntityType values to SecurityGroup, Snapshot [min.chen] Remove old APIs and old security checker plugins. Also use QuerySelector [min.chen] Fix pom.xml error due to removal of old plugin. [prachi] - Adding 'path' to IAM group and policy [min.chen] Remove VO and DAO from cloud-engine-schema. [prachi] - Adding path to default group policy permission [prachi] RootAdmin and DomainAdmin access check via IAM [prachi] Removing the AclServiceImpl old bean entry [min.chen] Handle search of those entities without db view created using new ACL [prachi] Adding messageBus events for adding and removal of an account. [min.chen] Add listAclGroupsByAccount to QuerySelector adapters and remove [min.chen] Fix Spring wiring issues in starting up MS. [prachi] IAMService does not need CallingContext information [min.chen] Fix NPE about accessType in RoleBasedApiAccessChecker.start. [min.chen] Add in missing resources folder for iam-server. [prachi] Adding the correct policyIds for the command permission loading [min.chen] Fix NPE during MS startup. [prachi] Correcting the "security.checkers.order" to include the class name for RoleBasedEntityAccessChecker [prachi] Fix the isRootAdmin and isDomainAdmin to return true or false even if the permission is denied by IAM [prachi] - Adding OperateEntry during loading of commands [prachi] fixing the build _ AffinityGroup command changes [min.chen] Add missing AclApiServiceImpl bean into spring xml. [min.chen] Guard NPE due to empty policies. [prachi] @ACl and @EntityType annotations for: AffinityGroup, AutoScale, Events [prachi] @ACL and EntityType for FirewallRule commands [prachi] ListSecurityGroupCmd should have the EntityType added to the command [prachi] Default accessType is Use - Read and Use [prachi] @ACL and EntityType for VPC commands [prachi] @ACL and EntityType for Network commands [prachi] EntityType value for SSHKeyPair and ResourceTag [min.chen] Add ResourceType annotation for ListTemplatesCmd. [prachi] Changes for createDomain - create new group AND createAccount - add account to domain group [min.chen] Support attaching policy to account. [min.chen] Grant public template permission to domain admin and normal user policy. [min.chen] Remove ACL permission for a particular entity when it is deleted. The [min.chen] Add support to grant acl permission to access an individual resource. [prachi] add 'recursive' column to permission table [prachi] Add policies to domain group for CreateNetwork usecase for a domain wide shared network [prachi] Fix for NPE in the dao [prachi] changes to support the domain wide resources for Network [prachi] Changes to QuerySelector to list the parent group resources with recursive = true access [prachi] Add access for domain wide createAffinityGroup [prachi] Support deleteAffinitygroup - remove access [prachi] Remove trailing whitespace [prachi] Fixing Build after merge [prachi] Adding EntityType to vpn commands [prachi] add @ACL and EntityType to VMSnapshot APIs [min.chen] Hook up IAM update for updateTemplatePermission api. [min.chen] Merge fix for CLOUDSTACK-5987 in master to RBAC. [min.chen] Fix a bug in listParentAclGroups to handle empty parent group case. [min.chen] Handle scopeId=-1 properly, which indicates current caller domain or [min.chen] Optimize fix for CLOUDSTACK-5987. [min.chen] Fix an AclEntityType cast bug. [min.chen] Fix Path cannot be null error in creating ACL Policy. [min.chen] Fix test build failure. [min.chen] Fixed a bug for listTemplates with TemplateFilter=shared. [min.chen] Fix a NPE bug in listAclPolicies. [min.chen] Clean up SecurityChecker.AccessType and modify code to use them [min.chen] Fixed some bugs encountered in testing iam-plugin apis. [min.chen] Rename IAM api and response package name so that they are following [min.chen] Fixed a bug in constructing search parameters with accountName passed. [prachi] @ACL from some commands [prachi] Adding annotations to admin commands [prachi] Adding annotations to router commands [min.chen] Add marvin integration test for list VM. [prachi] Renaming AclEntityType --> IAMEntityType [prachi] Renaming plugin packages to 'iam' instead if 'acl' [prachi] iam/plugin: Rename Acl to IAM everywhere [prachi] iam/server changes: Rename Acl to IAM [prachi] Renaming all beans in the xml files to use IAM insteda of Acl [prachi] renaming Acl to IAM in module.properties for the plugin [min.chen] Fix some issues in renaming iam api, also fix marvin library. [prachi] Renaming acl to iam in the upgrade code [min.chen] Fix IAM VM marvin test. [min.chen] Pass UUID for scopeId in addIAMPermissionToIAMPolicyCmd and [min.chen] Rename IAMEntityType.AclGroup and AclPolicy. [prachi] Adding Operate access check at service layer, since we are not checking access on the command parameter here [min.chen] Bug fix identified by marvin test. [min.chen] List VM marvin test fix. [min.chen] Fix bugs found from marvin test. [min.chen] First time test_vm_iam.py is completely passed. [prachi] Adding annotations for more admin APIs [min.chen] Fix unapproved licens issue. [prachi] A production/QA Setup does not populate the admin and SYSTEM accounts during database setup. So IAM plugin needs to insert the necessary group <-> account map in the DB during startup [min.chen] Fix issues found through FindBugs. [min.chen] Use IAMService to populate group-account association for system/admin [prachi] After merge, fix isRootAdmin() calls to use accountId instead of type [prachi] fix build for the juniper-contrail plugin [prachi] Removing the copy task that is not needed any more. [prachi] Removed the AccessType.UseNetwork - replaced all referrences by AccessType.UseEntry [Alena Prokharchyk] 1) More fixes for the problems found by findBugs [min.chen] Fix VM deploy failure bug introduced by commit [kelveny] Send StopCommand(Cleanup) if out-of-band power-off VM is detected. [kelveny] move HA rescheduling operation to HA worker context. [kelveny] HA manager to check target state of the VM to make decisions on whether or not to carry on a cheduled step. Fix NPE in capacity manager when releasing capacity of a stopped VM. [kelveny] Restore to old HA logic, but suppress VM state change on resource state report to avoid interferring HA. [kelveny] Seperate job executor pools to avoid thread starvation situation. [kelveny] perform VM HA based on agent state report. [kelveny] Do not use row lock in sync-queue scheduling to work around mysql locking issues. [kelveny] BUG-ID: CS-19196: Relax HA work termination rule on exceptions. It could cause premature HA termination due to unhandled exceptions. Reviewed-By:Anthony [kelveny] Give graceful state transition period to live with race-condition on VM startup time [kelveny] Handle a race-condition in VirtualNetworkManagerImpl.java in the process of starting it parallelly. [kelveny] A typo that leads to opposite decision on determine whether or not to notify out-of-band VM state changes. ------------------------------------------ [...truncated 18053 lines...] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] <<< cobertura-maven-plugin:2.6:cobertura (default-cli) @ cloud-awsapi <<< [INFO] [INFO] --- cobertura-maven-plugin:2.6:cobertura (default-cli) @ cloud-awsapi --- [INFO] Cobertura 2.0.3 - GNU GPL License (NO WARRANTY) - See COPYRIGHT file [cobertura] INFO [main] net.sourceforge.cobertura.reporting.html.HTMLReport - Data file does not contain instrumentation information for the file com/amazon/ec2/AmazonEC2SkeletonInterface.java. Ensure this class was instrumented, and this data file contains the instrumentation information. [cobertura] INFO [main] net.sourceforge.cobertura.reporting.html.HTMLReport - Data file does not contain instrumentation information for the file com/amazon/s3/AmazonS3SkeletonInterface.java. Ensure this class was instrumented, and this data file contains the instrumentation information. [cobertura] INFO [main] net.sourceforge.cobertura.reporting.html.HTMLReport - Data file does not contain instrumentation information for the file com/cloud/bridge/model/SAcl.java. Ensure this class was instrumented, and this data file contains the instrumentation information. [cobertura] INFO [main] net.sourceforge.cobertura.reporting.html.HTMLReport - Data file does not contain instrumentation information for the file com/cloud/bridge/model/SBucket.java. Ensure this class was instrumented, and this data file contains the instrumentation information. [cobertura] INFO [main] net.sourceforge.cobertura.reporting.html.HTMLReport - Data file does not contain instrumentation information for the file com/cloud/bridge/model/SHost.java. Ensure this class was instrumented, and this data file contains the instrumentation information. [cobertura] INFO [main] net.sourceforge.cobertura.reporting.html.HTMLReport - Data file does not contain instrumentation information for the file com/cloud/bridge/persist/dao/BucketPolicyDao.java. Ensure this class was instrumented, and this data file contains the instrumentation information. [cobertura] INFO [main] net.sourceforge.cobertura.reporting.html.HTMLReport - Data file does not contain instrumentation information for the file com/cloud/bridge/persist/dao/CloudStackAccountDao.java. Ensure this class was instrumented, and this data file contains the instrumentation information. [cobertura] INFO [main] net.sourceforge.cobertura.reporting.html.HTMLReport - Data file does not contain instrumentation information for the file com/cloud/bridge/persist/dao/CloudStackConfigurationDao.java. Ensure this class was instrumented, and this data file contains the instrumentation information. [cobertura] INFO [main] net.sourceforge.cobertura.reporting.html.HTMLReport - Data file does not contain instrumentation information for the file com/cloud/bridge/persist/dao/CloudStackSvcOfferingDao.java. Ensure this class was instrumented, and this data file contains the instrumentation information. [cobertura] INFO [main] net.sourceforge.cobertura.reporting.html.HTMLReport - Data file does not contain instrumentation information for the file com/cloud/bridge/persist/dao/CloudStackUserDao.java. Ensure this class was instrumented, and this data file contains the instrumentation information. [cobertura] INFO [main] net.sourceforge.cobertura.reporting.html.HTMLReport - Data file does not contain instrumentation information for the file com/cloud/bridge/persist/dao/MHostDao.java. Ensure this class was instrumented, and this data file contains the instrumentation information. [cobertura] INFO [main] net.sourceforge.cobertura.reporting.html.HTMLReport - Data file does not contain instrumentation information for the file com/cloud/bridge/persist/dao/MHostMountDao.java. Ensure this class was instrumented, and this data file contains the instrumentation information. [cobertura] INFO [main] net.sourceforge.cobertura.reporting.html.HTMLReport - Data file does not contain instrumentation information for the file com/cloud/bridge/persist/dao/MultiPartPartsDao.java. Ensure this class was instrumented, and this data file contains the instrumentation information. [cobertura] INFO [main] net.sourceforge.cobertura.reporting.html.HTMLReport - Data file does not contain instrumentation information for the file com/cloud/bridge/persist/dao/MultiPartUploadsDao.java. Ensure this class was instrumented, and this data file contains the instrumentation information. [cobertura] INFO [main] net.sourceforge.cobertura.reporting.html.HTMLReport - Data file does not contain instrumentation information for the file com/cloud/bridge/persist/dao/MultipartMetaDao.java. Ensure this class was instrumented, and this data file contains the instrumentation information. [cobertura] INFO [main] net.sourceforge.cobertura.reporting.html.HTMLReport - Data file does not contain instrumentation information for the file com/cloud/bridge/persist/dao/OfferingDao.java. Ensure this class was instrumented, and this data file contains the instrumentation information. [cobertura] INFO [main] net.sourceforge.cobertura.reporting.html.HTMLReport - Data file does not contain instrumentation information for the file com/cloud/bridge/persist/dao/SAclDao.java. Ensure this class was instrumented, and this data file contains the instrumentation information. [cobertura] INFO [main] net.sourceforge.cobertura.reporting.html.HTMLReport - Data file does not contain instrumentation information for the file com/cloud/bridge/persist/dao/SBucketDao.java. Ensure this class was instrumented, and this data file contains the instrumentation information. [cobertura] INFO [main] net.sourceforge.cobertura.reporting.html.HTMLReport - Data file does not contain instrumentation information for the file com/cloud/bridge/persist/dao/SHostDao.java. Ensure this class was instrumented, and this data file contains the instrumentation information. [cobertura] INFO [main] net.sourceforge.cobertura.reporting.html.HTMLReport - Data file does not contain instrumentation information for the file com/cloud/bridge/persist/dao/SMetaDao.java. Ensure this class was instrumented, and this data file contains the instrumentation information. [cobertura] INFO [main] net.sourceforge.cobertura.reporting.html.HTMLReport - Data file does not contain instrumentation information for the file com/cloud/bridge/persist/dao/SObjectDao.java. Ensure this class was instrumented, and this data file contains the instrumentation information. [cobertura] INFO [main] net.sourceforge.cobertura.reporting.html.HTMLReport - Data file does not contain instrumentation information for the file com/cloud/bridge/persist/dao/SObjectItemDao.java. Ensure this class was instrumented, and this data file contains the instrumentation information. [cobertura] INFO [main] net.sourceforge.cobertura.reporting.html.HTMLReport - Data file does not contain instrumentation information for the file com/cloud/bridge/persist/dao/UserCredentialsDao.java. Ensure this class was instrumented, and this data file contains the instrumentation information. [cobertura] INFO [main] net.sourceforge.cobertura.reporting.html.HTMLReport - Data file does not contain instrumentation information for the file com/cloud/bridge/service/S3Constants.java. Ensure this class was instrumented, and this data file contains the instrumentation information. [cobertura] INFO [main] net.sourceforge.cobertura.reporting.html.HTMLReport - Data file does not contain instrumentation information for the file com/cloud/bridge/service/controller/s3/ServletAction.java. Ensure this class was instrumented, and this data file contains the instrumentation information. [cobertura] INFO [main] net.sourceforge.cobertura.reporting.html.HTMLReport - Data file does not contain instrumentation information for the file com/cloud/bridge/service/core/s3/S3BucketAdapter.java. Ensure this class was instrumented, and this data file contains the instrumentation information. [cobertura] INFO [main] net.sourceforge.cobertura.reporting.html.HTMLReport - Data file does not contain instrumentation information for the file com/cloud/bridge/util/JsonAccessor.java. Ensure this class was instrumented, and this data file contains the instrumentation information. [cobertura] INFO [main] net.sourceforge.cobertura.reporting.html.HTMLReport - Data file does not contain instrumentation information for the file com/cloud/bridge/util/XElement.java. Ensure this class was instrumented, and this data file contains the instrumentation information. [cobertura] INFO [main] net.sourceforge.cobertura.reporting.html.HTMLReport - Data file does not contain instrumentation information for the file com/cloud/bridge/util/XFlatten.java. Ensure this class was instrumented, and this data file contains the instrumentation information. [cobertura] INFO [main] net.sourceforge.cobertura.reporting.html.HTMLReport - Data file does not contain instrumentation information for the file com/cloud/bridge/util/XOmitNull.java. Ensure this class was instrumented, and this data file contains the instrumentation information. [cobertura] INFO [main] net.sourceforge.cobertura.reporting.html.HTMLReport - Data file does not contain instrumentation information for the file com/cloud/bridge/util/XSerializable.java. Ensure this class was instrumented, and this data file contains the instrumentation information. [cobertura] INFO [main] net.sourceforge.cobertura.reporting.html.HTMLReport - Data file does not contain instrumentation information for the file com/cloud/bridge/util/XSerializerAdapter.java. Ensure this class was instrumented, and this data file contains the instrumentation information. Report time: 89114ms [ERROR] Mar 14, 2014 3:00:52 AM net.sourceforge.cobertura.coveragedata.CoverageDataFileHandler loadCoverageData INFO: Cobertura: Loaded information on 6393 classes. [INFO] Cobertura Report generation was successful. [INFO] Cobertura 2.0.3 - GNU GPL License (NO WARRANTY) - See COPYRIGHT file Report time: 10754ms [ERROR] Mar 14, 2014 3:02:21 AM net.sourceforge.cobertura.coveragedata.CoverageDataFileHandler loadCoverageData INFO: Cobertura: Loaded information on 6393 classes. [INFO] Cobertura Report generation was successful. [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Apache CloudStack Developer Tools - Checkstyle Configuration SUCCESS [1.421s] [INFO] Apache CloudStack ................................. SUCCESS [2.694s] [INFO] Apache CloudStack Maven Conventions Parent ........ SUCCESS [0.892s] [INFO] Apache CloudStack Framework - Managed Context ..... SUCCESS [18.817s] [INFO] Apache CloudStack Utils ........................... SUCCESS [59.683s] [INFO] Apache CloudStack Framework ....................... SUCCESS [0.104s] [INFO] Apache CloudStack Framework - Event Notification .. SUCCESS [45.639s] [INFO] Apache CloudStack Framework - Configuration ....... SUCCESS [26.174s] [INFO] Apache CloudStack API ............................. SUCCESS [1:29.065s] [INFO] Apache CloudStack Framework - REST ................ SUCCESS [16.141s] [INFO] Apache CloudStack Framework - IPC ................. SUCCESS [29.776s] [INFO] Apache CloudStack Cloud Engine .................... SUCCESS [0.102s] [INFO] Apache CloudStack Cloud Engine API ................ SUCCESS [25.246s] [INFO] Apache CloudStack Framework - Security ............ SUCCESS [22.466s] [INFO] Apache CloudStack Core ............................ SUCCESS [57.686s] [INFO] Apache CloudStack Agents .......................... SUCCESS [32.883s] [INFO] Apache CloudStack Framework - Clustering .......... SUCCESS [29.126s] [INFO] Apache CloudStack Framework - Jobs ................ SUCCESS [30.869s] [INFO] Apache CloudStack Cloud Engine Schema Component ... SUCCESS [1:42.970s] [INFO] Apache CloudStack Framework - Event Notification .. SUCCESS [16.622s] [INFO] Apache CloudStack Cloud Engine Internal Components API SUCCESS [22.847s] [INFO] Apache CloudStack Server .......................... SUCCESS [3:30.942s] [INFO] Apache CloudStack Usage Server .................... SUCCESS [40.394s] [INFO] Apache XenSource XAPI ............................. SUCCESS [1:03.817s] [INFO] Apache CloudStack Cloud Engine Orchestration Component SUCCESS [1:07.259s] [INFO] Apache CloudStack Cloud Services .................. SUCCESS [0.083s] [INFO] Apache CloudStack Secondary Storage ............... SUCCESS [0.519s] [INFO] Apache CloudStack Secondary Storage Service ....... SUCCESS [36.101s] [INFO] Apache CloudStack Engine Storage Component ........ SUCCESS [40.118s] [INFO] Apache CloudStack Engine Storage Volume Component . SUCCESS [30.969s] [INFO] Apache CloudStack Engine Storage Image Component .. SUCCESS [26.157s] [INFO] Apache CloudStack Engine Storage Data Motion Component SUCCESS [20.836s] [INFO] Apache CloudStack Engine Storage Cache Component .. SUCCESS [19.132s] [INFO] Apache CloudStack Engine Storage Snapshot Component SUCCESS [31.738s] [INFO] Apache CloudStack Cloud Engine API ................ SUCCESS [12.826s] [INFO] Apache CloudStack Cloud Engine Service ............ SUCCESS [4.679s] [INFO] Apache CloudStack Plugin POM ...................... SUCCESS [0.572s] [INFO] Apache CloudStack Plugin - API Rate Limit ......... SUCCESS [25.749s] [INFO] Apache CloudStack Plugin - API Discovery .......... SUCCESS [22.572s] [INFO] Apache CloudStack Plugin - ACL Static Role Based .. SUCCESS [15.546s] [INFO] Apache CloudStack Plugin - Host Anti-Affinity Processor SUCCESS [17.223s] [INFO] Apache CloudStack Plugin - Explicit Dedication Processor SUCCESS [19.343s] [INFO] Apache CloudStack Plugin - User Concentrated Pod Deployment Planner SUCCESS [16.960s] [INFO] Apache CloudStack Plugin - User Dispersing Deployment Planner SUCCESS [18.146s] [INFO] Apache CloudStack Plugin - Implicit Dedication Planner SUCCESS [25.808s] [INFO] Apache CloudStack Plugin - Skip Heurestics Planner SUCCESS [15.589s] [INFO] Apache CloudStack Plugin - Host Allocator Random .. SUCCESS [16.999s] [INFO] Apache CloudStack Plugin - Dedicated Resources .... SUCCESS [31.058s] [INFO] Apache CloudStack Plugin - Hypervisor OracleVM .... SUCCESS [29.554s] [INFO] Apache CloudStack Plugin - Open vSwitch ........... SUCCESS [27.439s] [INFO] Apache CloudStack Plugin - Hypervisor Xen ......... SUCCESS [1:10.866s] [INFO] Apache CloudStack Plugin - Hypervisor KVM ......... SUCCESS [58.606s] [INFO] Apache CloudStack Plugin - RabbitMQ Event Bus ..... SUCCESS [19.198s] [INFO] Apache CloudStack Plugin - In Memory Event Bus .... SUCCESS [19.801s] [INFO] Apache CloudStack Plugin - Hypervisor Baremetal ... SUCCESS [35.443s] [INFO] Apache CloudStack Plugin - Hypervisor UCS ......... SUCCESS [24.679s] [INFO] Apache CloudStack Plugin - Hypervisor Hyper-V ..... SUCCESS [33.910s] [INFO] Apache CloudStack Plugin - Network Elastic Load Balancer SUCCESS [29.771s] [INFO] Apache CloudStack Plugin - Network Internal Load Balancer SUCCESS [35.961s] [INFO] Apache CloudStack Framework - Spring Life Cycle ... SUCCESS [18.777s] [INFO] Apache CloudStack Plugin - Network Juniper Contrail SUCCESS [46.765s] [INFO] Apache CloudStack Plugin - Palo Alto .............. SUCCESS [36.760s] [INFO] Apache CloudStack Plugin - Network Netscaler ...... SUCCESS [41.791s] [INFO] Apache CloudStack Plugin - Network Nicira NVP ..... SUCCESS [39.402s] [INFO] Apache CloudStack Plugin - BigSwitch Virtual Network Segment SUCCESS [32.418s] [INFO] Apache CloudStack Plugin - Midokura Midonet ....... SUCCESS [34.650s] [INFO] Apache CloudStack Plugin - Stratosphere SSP ....... SUCCESS [30.373s] [INFO] Apache CloudStack Plugin - Network Opendaylight ... SUCCESS [33.038s] [INFO] Apache CloudStack Plugin - Storage Allocator Random SUCCESS [16.525s] [INFO] Apache CloudStack Plugin - User Authenticator LDAP SUCCESS [26.400s] [INFO] Apache CloudStack Plugin - User Authenticator MD5 . SUCCESS [16.480s] [INFO] Apache CloudStack Plugin - User Authenticator Plain Text SUCCESS [15.336s] [INFO] Apache CloudStack Plugin - User Authenticator SHA256 Salted SUCCESS [19.806s] [INFO] Apache CloudStack Plugin - Dns Notifier Example ... SUCCESS [14.753s] [INFO] Apache CloudStack Plugin - Storage Image S3 ....... SUCCESS [19.243s] [INFO] Apache CloudStack Plugin - Storage Image Swift provider SUCCESS [17.078s] [INFO] Apache CloudStack Plugin - Storage Image default provider SUCCESS [18.288s] [INFO] Apache CloudStack Plugin - Storage Image sample provider SUCCESS [16.371s] [INFO] Apache CloudStack Plugin - Storage Volume Nexenta Provider SUCCESS [24.749s] [INFO] Apache CloudStack Plugin - Storage Volume SolidFire Provider SUCCESS [28.499s] [INFO] Apache CloudStack Plugin - Storage Volume default provider SUCCESS [22.114s] [INFO] Apache CloudStack Plugin - Storage Volume sample provider SUCCESS [15.760s] [INFO] Apache CloudStack Plugin - SNMP Alerts ............ SUCCESS [22.371s] [INFO] Apache CloudStack Plugin - Syslog Alerts .......... SUCCESS [22.001s] [INFO] Apache CloudStack Plugin - Network VXLAN .......... SUCCESS [22.189s] [INFO] Apache CloudStack Framework - Spring Module ....... SUCCESS [28.855s] [INFO] Apache CloudStack IAM Service ..................... SUCCESS [0.555s] [INFO] Apache CloudStack IAM - Server .................... SUCCESS [29.704s] [INFO] Apache CloudStack IAM - Plugin .................... SUCCESS [33.384s] [INFO] Apache CloudStack Secondary Storage Controller .... SUCCESS [25.086s] [INFO] Apache CloudStack Client UI ....................... SUCCESS [7.496s] [INFO] Apache CloudStack Console Proxy - RDP Client ...... SUCCESS [58.514s] [INFO] Apache CloudStack Console Proxy ................... SUCCESS [0.517s] [INFO] Apache CloudStack Console Proxy - Server .......... SUCCESS [37.825s] [INFO] Apache CloudStack Framework - QuickCloud .......... SUCCESS [0.768s] [INFO] Apache CloudStack AWS API Bridge .................. SUCCESS [10:49.706s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 56:14.138s [INFO] Finished at: Fri Mar 14 03:02:31 CET 2014 [INFO] Final Memory: 142M/513M [INFO] ------------------------------------------------------------------------ [FINDBUGS] Collecting findbugs analysis files... [FINDBUGS] Finding all files that match the pattern **/findbugsXml.xml [FINDBUGS] Parsing 83 files in [FINDBUGS] Successfully parsed file of module Apache CloudStack Agents with 3 warnings. [FINDBUGS] Successfully parsed file of module Apache CloudStack API with 9 warnings. [FINDBUGS] Successfully parsed file of module Apache CloudStack AWS API Bridge with 68 warnings. [FINDBUGS] Successfully parsed file of module Apache CloudStack Core with 9 warnings. [FINDBUGS] Successfully parsed file of module Apache XenSource XAPI with 0 warnings. [FINDBUGS] Successfully parsed file of module Apache CloudStack Cloud Engine API with 0 warnings. [FINDBUGS] Successfully parsed file of module Apache CloudStack Cloud Engine Internal Components API with 0 warnings. [FINDBUGS] Successfully parsed file of module Apache CloudStack Cloud Engine API with 0 warnings. [FINDBUGS] Successfully parsed file of module Apache CloudStack Cloud Engine Orchestration Component with 5 warnings. [FINDBUGS] Successfully parsed file of module Apache CloudStack Cloud Engine Schema Component with 14 warnings. [FINDBUGS] Successfully parsed file of module Apache CloudStack Engine Storage Cache Component with 0 warnings. [FINDBUGS] Successfully parsed file of module Apache CloudStack Engine Storage Data Motion Component with 0 warnings. [FINDBUGS] Successfully parsed file of module Apache CloudStack Engine Storage Image Component with 0 warnings. [FINDBUGS] Successfully parsed file of module Apache CloudStack Engine Storage Snapshot Component with 0 warnings. [FINDBUGS] Successfully parsed file of module Apache CloudStack Engine Storage Component with 3 warnings. [FINDBUGS] Successfully parsed file of module Apache CloudStack Engine Storage Volume Component with 0 warnings. [FINDBUGS] Successfully parsed file of module Apache CloudStack Framework - Clustering with 1 warnings. [FINDBUGS] Successfully parsed file of module Apache CloudStack Framework - Configuration with 1 warnings. [FINDBUGS] Successfully parsed file of module Apache CloudStack Framework - Event Notification with 3 warnings. [FINDBUGS] Successfully parsed file of module Apache CloudStack Framework - Event Notification with 0 warnings. [FINDBUGS] Successfully parsed file of module Apache CloudStack Framework - IPC with 3 warnings. [FINDBUGS] Successfully parsed file of module Apache CloudStack Framework - Jobs with 0 warnings. [FINDBUGS] Successfully parsed file of module Apache CloudStack Framework - Managed Context with 0 warnings. [FINDBUGS] Successfully parsed file of module Apache CloudStack Framework - REST with 0 warnings. [FINDBUGS] Successfully parsed file of module Apache CloudStack Framework - Security with 0 warnings. [FINDBUGS] Successfully parsed file of module Apache CloudStack Framework - Spring Life Cycle with 0 warnings. [FINDBUGS] Successfully parsed file of module Apache CloudStack Framework - Spring Module with 0 warnings. [FINDBUGS] Successfully parsed file of module Apache CloudStack Plugin - ACL Static Role Based with 0 warnings. [FINDBUGS] Successfully parsed file of module Apache CloudStack Plugin - Explicit Dedication Processor with 0 warnings. [FINDBUGS] Successfully parsed file of module Apache CloudStack Plugin - Host Anti-Affinity Processor with 0 warnings. [FINDBUGS] Successfully parsed file of module Apache CloudStack Plugin - SNMP Alerts with 0 warnings. [FINDBUGS] Successfully parsed file of module Apache CloudStack Plugin - Syslog Alerts with 0 warnings. [FINDBUGS] Successfully parsed file of module Apache CloudStack Plugin - API Discovery with 0 warnings. [FINDBUGS] Successfully parsed file of module Apache CloudStack Plugin - API Rate Limit with 0 warnings. [FINDBUGS] Successfully parsed file of module Apache CloudStack Plugin - Dedicated Resources with 0 warnings. [FINDBUGS] Successfully parsed file of module Apache CloudStack Plugin - Implicit Dedication Planner with 0 warnings. [FINDBUGS] Successfully parsed file of module Apache CloudStack Plugin - User Concentrated Pod Deployment Planner with 0 warnings. [FINDBUGS] Successfully parsed file of module Apache CloudStack Plugin - User Dispersing Deployment Planner with 0 warnings. [FINDBUGS] Successfully parsed file of module Apache CloudStack Plugin - In Memory Event Bus with 0 warnings. [FINDBUGS] Successfully parsed file of module Apache CloudStack Plugin - RabbitMQ Event Bus with 10 warnings. [FINDBUGS] Successfully parsed file of module Apache CloudStack Plugin - Skip Heurestics Planner with 0 warnings. [FINDBUGS] Successfully parsed file of module Apache CloudStack Plugin - Host Allocator Random with 0 warnings. [FINDBUGS] Successfully parsed file of module Apache CloudStack Plugin - Hypervisor Baremetal with 4 warnings. [FINDBUGS] Successfully parsed file of module Apache CloudStack Plugin - Hypervisor Hyper-V with 7 warnings. [FINDBUGS] Successfully parsed file of module Apache CloudStack Plugin - Hypervisor KVM with 13 warnings. [FINDBUGS] Successfully parsed file of module Apache CloudStack Plugin - Hypervisor OracleVM with 2 warnings. [FINDBUGS] Successfully parsed file of module Apache CloudStack Plugin - Hypervisor UCS with 0 warnings. [FINDBUGS] Successfully parsed file of module Apache CloudStack Plugin - Hypervisor Xen with 7 warnings. [FINDBUGS] Successfully parsed file of module Apache CloudStack Plugin - BigSwitch Virtual Network Segment with 0 warnings. [FINDBUGS] Successfully parsed file of module Apache CloudStack Plugin - Dns Notifier Example with 0 warnings. [FINDBUGS] Successfully parsed file of module Apache CloudStack Plugin - Network Elastic Load Balancer with 0 warnings. [FINDBUGS] Successfully parsed file of module Apache CloudStack Plugin - Network Internal Load Balancer with 0 warnings. [FINDBUGS] Successfully parsed file of module Apache CloudStack Plugin - Network Juniper Contrail with 0 warnings. [FINDBUGS] Successfully parsed file of module Apache CloudStack Plugin - Midokura Midonet with 0 warnings. [FINDBUGS] Successfully parsed file of module Apache CloudStack Plugin - Network Netscaler with 2 warnings. [FINDBUGS] Successfully parsed file of module Apache CloudStack Plugin - Network Nicira NVP with 0 warnings. [FINDBUGS] Successfully parsed file of module Apache CloudStack Plugin - Network Opendaylight with 2 warnings. [FINDBUGS] Successfully parsed file of module Apache CloudStack Plugin - Open vSwitch with 0 warnings. [FINDBUGS] Successfully parsed file of module Apache CloudStack Plugin - Palo Alto with 0 warnings. [FINDBUGS] Successfully parsed file of module Apache CloudStack Plugin - Stratosphere SSP with 0 warnings. [FINDBUGS] Successfully parsed file of module Apache CloudStack Plugin - Network VXLAN with 0 warnings. [FINDBUGS] Successfully parsed file of module Apache CloudStack Plugin - Storage Allocator Random with 0 warnings. [FINDBUGS] Successfully parsed file of module Apache CloudStack Plugin - Storage Image default provider with 0 warnings. [FINDBUGS] Successfully parsed file of module Apache CloudStack Plugin - Storage Image S3 with 0 warnings. [FINDBUGS] Successfully parsed file of module Apache CloudStack Plugin - Storage Image sample provider with 0 warnings. [FINDBUGS] Successfully parsed file of module Apache CloudStack Plugin - Storage Image Swift provider with 0 warnings. [FINDBUGS] Successfully parsed file of module Apache CloudStack Plugin - Storage Volume default provider with 1 warnings. [FINDBUGS] Successfully parsed file of module Apache CloudStack Plugin - Storage Volume Nexenta Provider with 1 warnings. [FINDBUGS] Successfully parsed file of module Apache CloudStack Plugin - Storage Volume sample provider with 0 warnings. [FINDBUGS] Successfully parsed file of module Apache CloudStack Plugin - Storage Volume SolidFire Provider with 1 warnings. [FINDBUGS] Successfully parsed file of module Apache CloudStack Plugin - User Authenticator LDAP with 2 warnings. [FINDBUGS] Successfully parsed file of module Apache CloudStack Plugin - User Authenticator MD5 with 1 warnings. [FINDBUGS] Successfully parsed file of module Apache CloudStack Plugin - User Authenticator Plain Text with 0 warnings. [FINDBUGS] Successfully parsed file of module Apache CloudStack Plugin - User Authenticator SHA256 Salted with 4 warnings. [FINDBUGS] Successfully parsed file of module Apache CloudStack Server with 40 warnings. [FINDBUGS] Successfully parsed file of module Apache CloudStack Console Proxy - RDP Client with 0 warnings. [FINDBUGS] Successfully parsed file of module Apache CloudStack Console Proxy - Server with 13 warnings. [FINDBUGS] Successfully parsed file of module Apache CloudStack IAM - Plugin with 0 warnings. [FINDBUGS] Successfully parsed file of module Apache CloudStack IAM - Server with 0 warnings. [FINDBUGS] Successfully parsed file of module Apache CloudStack Secondary Storage Controller with 0 warnings. [FINDBUGS] Successfully parsed file of module Apache CloudStack Secondary Storage Service with 6 warnings. [FINDBUGS] Successfully parsed file of module Apache CloudStack Usage Server with 2 warnings. [FINDBUGS] Successfully parsed file of module Apache CloudStack Utils with 33 warnings. [FINDBUGS] Computing warning deltas based on reference build #402 [FINDBUGS] Plug-in Result: Failed - 2 new warnings of priority High Priority exceed the threshold of 0 by 2 Build step 'Publish FindBugs analysis results' changed build result to FAILURE Skipping Cobertura coverage report as build was not SUCCESS or better ...