Not all the PRs are commited yet, but it's looking a bit better now :) Will trigger a travis re-run on the failed PRs when i get a chance..
[FINDBUGS] Plug-in Result: Failed - <a href="findbugsResult/new">14 new warnings</a> of <a href="findbugsResult/HIGH">priority High</a> exceed the threshold of 0 by 14 Build step 'Publish FindBugs analysis results' changed build result to FAILURE Skipping Cobertura coverage report as build was not UNSTABLE or better ... Cheers :) On Mon, Jun 15, 2015 at 1:20 PM, <jenk...@cloudstack.org> wrote: > See < > http://jenkins.buildacloud.org/job/build-master-slowbuild/1576/changes> > > Changes: > > [Gaurav Aradhye] CLOUDSTACK-8555: Skip volume resize operation for HyperV > as it's not > > [Rohit Yadav] Fix findbugs encoding issue This is done by calling > HttpMethodBase's getResponseBodyAsString() which properly lookup the > specified encoding in the request's Content-Type header This also avoids > instantiation of two extra strings on the println() and return statements > > [Rohit Yadav] Fix findbugs encoding warning in CitrixResourceBase Output > of text files should be UTF-8, this is the default for linux, will now > always use the same format for every platform > > [Rohit Yadav] Fix another findbugs encoding warning in CitrixResourceBase > In this case, using default encoding is desired, since the purpose is to > read shell command output, which uses the platform's default encoding. This > gets rid of the findbugs warning. > > [Rohit Yadav] Fix findbugs encoding warning in HttpNfcLeaseMO VMWare ovf > files are utf-8 encoded. Relying on default encoding in some platforms such > as windows would cause erroneous characters from being read on some fields > like description, and could also cause the import to fail, depending on the > characters. > > [Rohit Yadav] Fix findbugs encoding warning in JuniperSrxResource All .xml > files contain only utf-8/us-ascii compatible characters. If special > characters are added to these files in the future, UTF-8 should be used for > cross platform compatibility > > [Rohit Yadav] Fix findbugs warning in > LibvirtConsoleProxyLoadCommandWrapper Encoding is now specified in both > server and clients for the console proxy getstatus command For some reason, > findbugs did not detect unsafe encoding issue in ConsoleProxyResource.java, > is properly specified now though... CitrixConsoleProxyLoadCommandWrapper > was specifying system default encoding for operation, should be ok because > default for xenserver is UTF-8 since it's linux based, but it's best to > specify exact encoding set on the server end to be consistent > > [Rohit Yadav] Remove unused import to fix checkstyle warning > > [Rohit Yadav] Fix findbugs encoding warning in > LibvirtCreatePrivateTemplateFromVolumeCommandWrapper Libvirt templates > should be written in UTF-8, default was already doing that so this just > gets rid of the findbugs warning > > [Rohit Yadav] Was safe either way as this piece of code should only run in > linux, this just gets rid of the findbugs warning > > [Rohit Yadav] Fix findbugs encoding warning Vmds files created by ESX are > UTF-8 encoded > > [Rohit Yadav] Fix 3 findbugs encoding warnings Vmdk descriptor files used > by ESX should be UTF-8 encoded > > [Rohit Yadav] Fix 3 findbugs warnings OVF and VMX descriptor files should > be written in UTF-8 > > [Rohit Yadav] Fix 2 findbugs encoding warnings in VmwareContext.java > StreamReaders should use encoding specified in the connection object > > [Rohit Yadav] Fix findbugs encoding warning ESX responses should be > encoded in UTF-8 > > [Rohit Yadav] Fix findbugs warning in VmwareHelper.java Disk descriptors > should be written in UTF-8 for Vmware > > [Rohit Yadav] Fix findbugs encoding warning in VmwareServerDiscoverer.java > Input string should only contain safe characters, since it's derived from a > Long object. This just gets rid of the findbugs warning > > [Rohit Yadav] Fix 1 findbugs warning in VmwareResource.java > > [Rohit Yadav] Fix 2 findbugs warnings in VmwareStorageManagerImpl.java > Template files and metadata should be written to file in UTF-8 > > [Rohit Yadav] Fix findbugs encoding warning, all .xml files contain only > utf-8/us-ascii compatible characters > > [Rohit Yadav] Add import statements, remove unused FileReader import > > [Rohit Yadav] Resolve findbugs encoding warning > > [Rohit Yadav] Fix 3 findbugs encoding warnings in > VmwareStorageProcessor.java Ova templates and metadata should be written to > file in UTF-8 Fix warning in UUID generation > > [Rohit Yadav] Fix findbugs ClassCastException in ScaleSystemVMCmd.java > getDetails() isn't called anywhere in the code, either way, implementation > is wrong since details is a Map<String, String> and not a Map<String, > Map<String,String>> If this piece of could would get run, it would just > fail trying to cast String to Map<String,String> > > [Rohit Yadav] Remove unused imports to fix checkstyle warnings > > [Rohit Yadav] Fix findbugs ClassCastException in UpgradeSystemVMCmd.java > getDetails() isn't called anywhere in the code, either way, implementation > is wrong since details is a Map<String, String> and not a Map<String, > Map<String,String>> If this piece of could would get run, it would just > fail trying to cast String to HashMap<String,String> in line 83 > > [Rohit Yadav] Remove unused imports to fix checkstyle warnings > > [Rohit Yadav] Fix 2 findbugs ClassCastExceptions getDetails() isn't called > anywhere in the code, either way, implementation is wrong since details is > a Map\<String, String\> and not a Map\<String, Map\<String,String\>\> If > this piece of could would get run, it would just fail trying to cast String > to HashMap\<String,String\> Removed nonsense comment about casting a > Collection to a Map obviously giving exception > > [Rohit Yadav] Remove unused imports to fix checkstyle warnings > > [Rohit Yadav] Fix findbugs DMI_RANDOM_USED_ONLY_ONCE warning in > ServerTransportProvider.java Changed to recommended SecureRandom instead of > Random Moved initializers to constructor > > [Rohit Yadav] Fix findbugs DMI_RANDOM_USED_ONLY_ONCE warning in > TransportAddress.java Changed to recommended SecureRandom instead of Random > > [Rohit Yadav] Fix findbugs DM_BOXED_PRIMITIVE_FOR_PARSING in > DeployVMCmd.java Was creating Long to assign to long > > [Rohit Yadav] Fix 4 findbugs warnings in Upgrade218to22.java Was creating > boxed Integers when only int is required > > [Rohit Yadav] Fix findbugs warning in Upgrade421to430.java Was creating > Integer to assign to int > > [Rohit Yadav] Fix findbugs warning in ClusterManagerImpl.java > ManagementServerHostDao.findByMsid takes long as input, and a boxed Long > was being created for it > > [Rohit Yadav] Fix findbugs warning in BareMetalResourceBase.java Boxed > Integer was being instantiated to assign to an int variable > > [Rohit Yadav] Fix findbugs warning in HypervDirectConnectResource.java Two > boxed Longs were being created instead of simple long > > [Rohit Yadav] Fix findbugs warning in OvmResourceBase.java > CreatePrivateTemplateAnswer constructor takes long as physicalSize > parameter, Long was being created instead > > [Rohit Yadav] Fix findbugs warning in UcsManagerImpl.java Integer was > being created to assign value to int > > [Rohit Yadav] Fixed 4 findbugs warnings in CitrixResourceBase.java > Unnecessary boxing/unboxing of primitive values > > [Rohit Yadav] Fix findbugs warning in NetscalerResource.java Unnecessary > boxing/unboxing of primitive value > > [Rohit Yadav] Fix findbugs warning in PaloAltoResource.java Unnecessary > boxing/unboxing of primitive value > > [Rohit Yadav] Fix findbugs warning in > ElastistorPrimaryDataStoreLifeCycle.java Unnecessary boxing/unboxing of > primitive value > > [Rohit Yadav] Fix 2 findbugs warnings in ElastistorUtil.java Unnecessary > boxing/unboxing of long value > > [Rohit Yadav] Fix findbugs warning in ApiDispatcher.java Unnecessary > boxing/unboxing of long value > > [Rohit Yadav] Fix findbugs warning in CloudZonesStartupProcessor.java > Unnecessary boxing/unboxing of primitive value > > [Rohit Yadav] Fix 2 findbugs warnings in NetworkServiceImpl.java > Unnecessary boxing/unboxing of int values > > [Rohit Yadav] Fix findbugs warning in NetworkUsageManagerImpl.java > Unnecessary boxing/unboxing of long value to create Date > > [Rohit Yadav] Fix findbugs warning in ProjectManagerImpl.java Unnecessary > boxing/unboxing of primitive value > > [Rohit Yadav] Fix findbugs warning in NetUtils.java Unnecessary > boxing/unboxing of primitive value > > [Rohit Yadav] Fix findbugs warning in Script.java Unnecessary > boxing/unboxing of int value > > [Rohit Yadav] Fix findbugs warning in NetworkServiceImpl.java Integer was > being boxed just to call toString() > > [Rohit Yadav] Fix 2 findbugs warnings in ApiResponseHelper.java ints were > being boxed just to call .toString() > > [Rohit Yadav] Fix findbugs warning HE_EQUALS_USE_HASHCODE in > Ip4Address.java When overriding equals(), hashCode() must also be overriden > do comply with the directive that equal objects must have equal hashcodes > Without this implementation, usage of these kinds of objects in hashmaps > for example, will be broken > > [Rohit Yadav] Remove accidental ~ character :) > > [Rohit Yadav] Fix findbugs NS_DANGEROUS_NON_SHORT_CIRCUIT warning in > NetworkServiceImpl.java > > [Rohit Yadav] Fix findbugs > SQL_PREPARED_STATEMENT_GENERATED_FROM_NONCONSTANT_STRING warning in > Upgrade2214to30.java There was no risk of sql injection here, nor any need > to use PreparedStatement, still this fixes the warninG > > [Rohit Yadav] Fix findbugs > SQL_PREPARED_STATEMENT_GENERATED_FROM_NONCONSTANT_STRING warning in > Upgrade30xBase.java There was no risk of sql injection here, nor any need > to use PreparedStatement, still, this fixes the warning > > [Rohit Yadav] Fix 3 findbugs > SQL_PREPARED_STATEMENT_GENERATED_FROM_NONCONSTANT_STRING warnings in > Upgrade410to420.java There was no risk of sql injection here, nor any need > to use PreparedStatement, still this fixes the warnings > > [Rohit Yadav] Fix findbugs RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE in > AgentManagerImpl.java Assert isn't used in runtime, null is properly > checked in method > > [Rohit Yadav] Fix findbugs RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE in > EngineDataCenterVO.java Assert isn't used in prod runtime, null is checked > in method > > [Rohit Yadav] Fix findbugs RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE in > NetworkOrchestrator.java If answer is null, method will throw > ConnectionException in line 3016 as satisfied by condition stated in line > 3014 > > [Rohit Yadav] Fix findbugs RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE in > HostVO.java Assert isn't used in prod runtime > > [Rohit Yadav] Fix findbugs RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE in > UserVmJoinVO.java Assert isn't used in prod runtime > > ------------------------------------------ > [...truncated 27108 lines...] > [INFO] No sources to compile > [INFO] > [INFO] >>> findbugs-maven-plugin:3.0.0:check (cloudstack-findbugs) @ > cloud-quickcloud >>> > [INFO] > [INFO] --- findbugs-maven-plugin:3.0.0:findbugs (findbugs) @ > cloud-quickcloud --- > [INFO] > [INFO] <<< findbugs-maven-plugin:3.0.0:check (cloudstack-findbugs) @ > cloud-quickcloud <<< > [INFO] > [INFO] --- findbugs-maven-plugin:3.0.0:check (cloudstack-findbugs) @ > cloud-quickcloud --- > [INFO] > [INFO] --- cobertura-maven-plugin:2.6:instrument (default-cli) @ > cloud-quickcloud --- > [WARNING] No files to instrument. > [INFO] NOT adding cobertura ser file to attached artifacts list. > [INFO] > [INFO] --- maven-resources-plugin:2.5:testResources > (default-testResources) @ cloud-quickcloud --- > [debug] execute contextualize > [INFO] Using 'UTF-8' encoding to copy filtered resources. > [INFO] skip non existing resourceDirectory < > http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/quickcloud/src/test/resources > > > [INFO] Copying 3 resources > [INFO] Copying 3 resources > [INFO] > [INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ > cloud-quickcloud --- > [INFO] No sources to compile > [INFO] > [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ > cloud-quickcloud --- > [INFO] > [INFO] <<< cobertura-maven-plugin:2.6:cobertura (default-cli) @ > cloud-quickcloud <<< > [INFO] > [INFO] --- cobertura-maven-plugin:2.6:cobertura (default-cli) @ > cloud-quickcloud --- > [INFO] > ------------------------------------------------------------------------ > [INFO] Reactor Summary: > [INFO] > [INFO] Apache CloudStack Developer Tools - Checkstyle Configuration > SUCCESS [1.909s] > [INFO] Apache CloudStack ................................. SUCCESS [2.202s] > [INFO] Apache CloudStack Maven Conventions Parent ........ SUCCESS [1.255s] > [INFO] Apache CloudStack Framework - Managed Context ..... SUCCESS > [21.642s] > [INFO] Apache CloudStack Utils ........................... SUCCESS > [1:41.490s] > [INFO] Apache CloudStack Framework ....................... SUCCESS [0.118s] > [INFO] Apache CloudStack Framework - Event Notification .. SUCCESS > [51.514s] > [INFO] Apache CloudStack Framework - Configuration ....... SUCCESS > [28.823s] > [INFO] Apache CloudStack API ............................. SUCCESS > [1:49.322s] > [INFO] Apache CloudStack Framework - REST ................ SUCCESS > [16.170s] > [INFO] Apache CloudStack Framework - IPC ................. SUCCESS > [34.718s] > [INFO] Apache CloudStack Cloud Engine .................... SUCCESS [0.129s] > [INFO] Apache CloudStack Cloud Engine API ................ SUCCESS > [36.349s] > [INFO] Apache CloudStack Framework - Security ............ SUCCESS > [28.215s] > [INFO] Apache CloudStack Core ............................ SUCCESS > [1:28.219s] > [INFO] Apache CloudStack Agents .......................... SUCCESS > [35.912s] > [INFO] Apache CloudStack Framework - Clustering .......... SUCCESS > [36.381s] > [INFO] Apache CloudStack Framework - Event Notification .. SUCCESS > [17.071s] > [INFO] Apache CloudStack Cloud Engine Schema Component ... SUCCESS > [2:11.570s] > [INFO] Apache CloudStack Framework - Jobs ................ SUCCESS > [41.304s] > [INFO] Apache CloudStack Cloud Engine Internal Components API SUCCESS > [26.345s] > [INFO] Apache CloudStack Server .......................... SUCCESS > [4:13.868s] > [INFO] Apache CloudStack Usage Server .................... SUCCESS > [2:12.810s] > [INFO] Apache CloudStack Cloud Engine Orchestration Component SUCCESS > [4:36.976s] > [INFO] Apache CloudStack Cloud Services .................. SUCCESS [0.128s] > [INFO] Apache CloudStack Secondary Storage ............... SUCCESS [0.896s] > [INFO] Apache CloudStack Secondary Storage Service ....... SUCCESS > [1:32.373s] > [INFO] Apache CloudStack Engine Storage Component ........ SUCCESS > [1:02.942s] > [INFO] Apache CloudStack Engine Storage Volume Component . SUCCESS > [34.356s] > [INFO] Apache CloudStack Engine Storage Image Component .. SUCCESS > [28.629s] > [INFO] Apache CloudStack Engine Storage Data Motion Component SUCCESS > [32.980s] > [INFO] Apache CloudStack Engine Storage Cache Component .. SUCCESS > [20.425s] > [INFO] Apache CloudStack Engine Storage Snapshot Component SUCCESS > [37.710s] > [INFO] Apache CloudStack Cloud Engine API ................ SUCCESS > [13.409s] > [INFO] Apache CloudStack Cloud Engine Service ............ SUCCESS [6.977s] > [INFO] Apache CloudStack Plugin POM ...................... SUCCESS [0.844s] > [INFO] Apache CloudStack Plugin - API Rate Limit ......... SUCCESS > [27.093s] > [INFO] Apache CloudStack Plugin - Storage Volume default provider SUCCESS > [24.177s] > [INFO] Apache CloudStack Plugin - Storage Volume SolidFire Provider > SUCCESS [37.966s] > [INFO] Apache CloudStack Plugin - API SolidFire .......... SUCCESS > [18.757s] > [INFO] Apache CloudStack Plugin - API Discovery .......... SUCCESS > [24.021s] > [INFO] Apache CloudStack Plugin - ACL Static Role Based .. SUCCESS > [16.769s] > [INFO] Apache CloudStack Plugin - Host Anti-Affinity Processor SUCCESS > [18.420s] > [INFO] Apache CloudStack Plugin - Explicit Dedication Processor SUCCESS > [22.044s] > [INFO] Apache CloudStack Plugin - User Concentrated Pod Deployment > Planner SUCCESS [17.378s] > [INFO] Apache CloudStack Plugin - User Dispersing Deployment Planner > SUCCESS [18.270s] > [INFO] Apache CloudStack Plugin - Implicit Dedication Planner SUCCESS > [28.658s] > [INFO] Apache CloudStack Plugin - Skip Heurestics Planner SUCCESS > [16.577s] > [INFO] Apache CloudStack Plugin - Host Allocator Random .. SUCCESS > [18.916s] > [INFO] Apache CloudStack Plugin - Dedicated Resources .... SUCCESS > [34.877s] > [INFO] Apache CloudStack Plugin - Hypervisor OracleVM .... SUCCESS > [36.424s] > [INFO] Apache CloudStack Plugin - Open vSwitch ........... SUCCESS > [32.492s] > [INFO] Apache CloudStack Plugin - Hypervisor XenServer ... SUCCESS > [1:17.019s] > [INFO] Apache CloudStack Plugin - Hypervisor KVM ......... SUCCESS > [1:13.606s] > [INFO] Apache CloudStack Plugin - RabbitMQ Event Bus ..... SUCCESS > [19.921s] > [INFO] Apache CloudStack Plugin - In Memory Event Bus .... SUCCESS > [20.838s] > [INFO] Apache CloudStack Plugin - Kafka Event Bus ........ SUCCESS > [14.545s] > [INFO] Apache CloudStack Plugin - Hypervisor Baremetal ... SUCCESS > [41.667s] > [INFO] Apache CloudStack Plugin - Hypervisor UCS ......... SUCCESS > [29.127s] > [INFO] Apache CloudStack Plugin - Hypervisor Hyper-V ..... SUCCESS > [39.813s] > [INFO] Apache CloudStack Plugin - Hypervisor OracleVM3 ... SUCCESS > [1:23.177s] > [INFO] Apache CloudStack Plugin - Network Elastic Load Balancer SUCCESS > [34.308s] > [INFO] Apache CloudStack Plugin - Network Internal Load Balancer SUCCESS > [40.229s] > [INFO] Apache CloudStack Framework - Spring Life Cycle ... SUCCESS > [21.965s] > [INFO] Apache CloudStack Plugin - Network Juniper Contrail SUCCESS > [1:00.349s] > [INFO] Apache CloudStack Plugin - Palo Alto .............. SUCCESS > [39.292s] > [INFO] Apache CloudStack Plugin - Network Netscaler ...... SUCCESS > [47.457s] > [INFO] Apache CloudStack Plugin - Network Nicira NVP ..... SUCCESS > [46.203s] > [INFO] Apache CloudStack Plugin - BigSwitch Virtual Network Segment > SUCCESS [43.989s] > [INFO] Apache CloudStack Plugin - Network Brocade VCS .... SUCCESS > [38.443s] > [INFO] Apache CloudStack Plugin - Midokura Midonet ....... SUCCESS > [36.149s] > [INFO] Apache CloudStack Plugin - Stratosphere SSP ....... SUCCESS > [34.376s] > [INFO] Apache CloudStack Plugin - Network Opendaylight ... SUCCESS > [36.166s] > [INFO] Apache CloudStack Plugin - Storage Allocator Random SUCCESS > [18.608s] > [INFO] Apache CloudStack Plugin - User Authenticator LDAP SUCCESS > [30.366s] > [INFO] Apache CloudStack Plugin - User Authenticator MD5 . SUCCESS > [21.203s] > [INFO] Apache CloudStack Plugin - User Authenticator PBKDF2-SHA-256 > SUCCESS [24.319s] > [INFO] Apache CloudStack Plugin - User Authenticator Plain Text SUCCESS > [14.975s] > [INFO] Apache CloudStack Plugin - User Authenticator SAML2 SUCCESS > [1:35.625s] > [INFO] Apache CloudStack Plugin - User Authenticator SHA256 Salted > SUCCESS [21.659s] > [INFO] Apache CloudStack Plugin - Dns Notifier Example ... SUCCESS > [14.681s] > [INFO] Apache CloudStack Plugin - Storage Image S3 ....... SUCCESS > [19.087s] > [INFO] Apache CloudStack Plugin - Storage Image Swift provider SUCCESS > [18.115s] > [INFO] Apache CloudStack Plugin - Storage Image default provider SUCCESS > [20.812s] > [INFO] Apache CloudStack Plugin - Storage Image sample provider SUCCESS > [18.266s] > [INFO] Apache CloudStack Plugin - Storage Volume Nexenta Provider SUCCESS > [27.514s] > [INFO] Apache CloudStack Plugin - Storage Volume CloudByte Provider > SUCCESS [35.186s] > [INFO] Apache CloudStack Plugin - Storage Volume sample provider SUCCESS > [16.795s] > [INFO] Apache CloudStack Plugin - SNMP Alerts ............ SUCCESS > [23.889s] > [INFO] Apache CloudStack Plugin - Syslog Alerts .......... SUCCESS > [24.829s] > [INFO] Apache CloudStack Plugin - Network VXLAN .......... SUCCESS > [24.330s] > [INFO] Apache CloudStack Plugin - GloboDNS ............... SUCCESS > [32.352s] > [INFO] Apache CloudStack Plugin - NetApp File System ..... SUCCESS > [29.990s] > [INFO] Apache CloudStack Plugin - F5 ..................... SUCCESS > [29.370s] > [INFO] Apache CloudStack Plugin - Juniper SRX ............ SUCCESS > [45.957s] > [INFO] Apache CloudStack Plugin - Nuage VSP .............. SUCCESS > [37.436s] > [INFO] Apache CloudStack VMware Base ..................... SUCCESS > [56.186s] > [INFO] Apache CloudStack Plugin - Hypervisor VMware ...... SUCCESS > [1:11.164s] > [INFO] Apache CloudStack Plugin - Cisco VNMC ............. SUCCESS > [42.418s] > [INFO] Apache CloudStack Plugin - MySQL HA Strategy ...... SUCCESS > [18.210s] > [INFO] Apache CloudStack Framework - Spring Module ....... SUCCESS > [31.941s] > [INFO] Apache CloudStack Secondary Storage Controller .... SUCCESS > [27.966s] > [INFO] Apache CloudStack Client UI ....................... SUCCESS > [15.347s] > [INFO] Apache CloudStack Console Proxy - RDP Client ...... SUCCESS > [1:07.685s] > [INFO] Apache CloudStack Console Proxy ................... SUCCESS [0.415s] > [INFO] Apache CloudStack Console Proxy - Server .......... SUCCESS > [44.724s] > [INFO] Apache CloudStack Framework - QuickCloud .......... SUCCESS [0.260s] > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD SUCCESS > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 1:08:21.831s > [INFO] Finished at: Mon Jun 15 11:22:47 UTC 2015 > [INFO] Final Memory: 147M/729M > [INFO] > ------------------------------------------------------------------------ > [WARNING] The requested profile "awsapi" could not be activated because it > does not exist. > [FINDBUGS] Collecting findbugs analysis files... > [FINDBUGS] Finding all files that match the pattern **/findbugsXml.xml > [FINDBUGS] Parsing 95 files in < > http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/> > [FINDBUGS] Successfully parsed file < > http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/agent/target/findbugsXml.xml> > of module Apache CloudStack Agents with 2 unique warnings and 0 duplicates. > [FINDBUGS] Successfully parsed file < > http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/api/target/findbugsXml.xml> > of module Apache CloudStack API with 9 unique warnings and 0 duplicates. > [FINDBUGS] Successfully parsed file < > http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/core/target/findbugsXml.xml> > of module Apache CloudStack Core with 17 unique warnings and 0 duplicates. > [FINDBUGS] Successfully parsed file < > http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/engine/api/target/findbugsXml.xml> > of module Apache CloudStack Cloud Engine API with 17 unique warnings and 0 > duplicates. > [FINDBUGS] Successfully parsed file < > http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/engine/components-api/target/findbugsXml.xml> > of module Apache CloudStack Cloud Engine Internal Components API with 17 > unique warnings and 0 duplicates. > [FINDBUGS] Successfully parsed file < > http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/engine/network/target/findbugsXml.xml> > of module Apache CloudStack Cloud Engine API with 17 unique warnings and 0 > duplicates. > [FINDBUGS] Successfully parsed file < > http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/engine/orchestration/target/findbugsXml.xml> > of module Apache CloudStack Cloud Engine Orchestration Component with 20 > unique warnings and 0 duplicates. > [FINDBUGS] Successfully parsed file < > http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/engine/schema/target/findbugsXml.xml> > of module Apache CloudStack Cloud Engine Schema Component with 29 unique > warnings and 0 duplicates. > [FINDBUGS] Successfully parsed file < > http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/engine/storage/cache/target/findbugsXml.xml> > of module Apache CloudStack Engine Storage Cache Component with 29 unique > warnings and 0 duplicates. > [FINDBUGS] Successfully parsed file < > http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/engine/storage/datamotion/target/findbugsXml.xml> > of module Apache CloudStack Engine Storage Data Motion Component with 29 > unique warnings and 0 duplicates. > [FINDBUGS] Successfully parsed file < > http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/engine/storage/image/target/findbugsXml.xml> > of module Apache CloudStack Engine Storage Image Component with 29 unique > warnings and 0 duplicates. > [FINDBUGS] Successfully parsed file < > http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/engine/storage/snapshot/target/findbugsXml.xml> > of module Apache CloudStack Engine Storage Snapshot Component with 29 > unique warnings and 0 duplicates. > [FINDBUGS] Successfully parsed file < > http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/engine/storage/target/findbugsXml.xml> > of module Apache CloudStack Engine Storage Component with 32 unique > warnings and 0 duplicates. > [FINDBUGS] Successfully parsed file < > http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/engine/storage/volume/target/findbugsXml.xml> > of module Apache CloudStack Engine Storage Volume Component with 32 unique > warnings and 0 duplicates. > [FINDBUGS] Successfully parsed file < > http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/framework/cluster/target/findbugsXml.xml> > of module Apache CloudStack Framework - Clustering with 33 unique warnings > and 0 duplicates. > [FINDBUGS] Successfully parsed file < > http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/framework/config/target/findbugsXml.xml> > of module Apache CloudStack Framework - Configuration with 34 unique > warnings and 0 duplicates. > [FINDBUGS] Successfully parsed file < > http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/framework/db/target/findbugsXml.xml> > of module Apache CloudStack Framework - Event Notification with 36 unique > warnings and 0 duplicates. > [FINDBUGS] Successfully parsed file < > http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/framework/events/target/findbugsXml.xml> > of module Apache CloudStack Framework - Event Notification with 36 unique > warnings and 0 duplicates. > [FINDBUGS] Successfully parsed file < > http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/framework/ipc/target/findbugsXml.xml> > of module Apache CloudStack Framework - IPC with 37 unique warnings and 0 > duplicates. > [FINDBUGS] Successfully parsed file < > http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/framework/jobs/target/findbugsXml.xml> > of module Apache CloudStack Framework - Jobs with 37 unique warnings and 0 > duplicates. > [FINDBUGS] Successfully parsed file < > http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/framework/managed-context/target/findbugsXml.xml> > of module Apache CloudStack Framework - Managed Context with 37 unique > warnings and 0 duplicates. > [FINDBUGS] Successfully parsed file < > http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/framework/rest/target/findbugsXml.xml> > of module Apache CloudStack Framework - REST with 37 unique warnings and 0 > duplicates. > [FINDBUGS] Successfully parsed file < > http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/framework/security/target/findbugsXml.xml> > of module Apache CloudStack Framework - Security with 37 unique warnings > and 0 duplicates. > [FINDBUGS] Successfully parsed file < > http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/framework/spring/lifecycle/target/findbugsXml.xml> > of module Apache CloudStack Framework - Spring Life Cycle with 37 unique > warnings and 0 duplicates. > [FINDBUGS] Successfully parsed file < > http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/framework/spring/module/target/findbugsXml.xml> > of module Apache CloudStack Framework - Spring Module with 37 unique > warnings and 0 duplicates. > [FINDBUGS] Successfully parsed file < > http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/plugins/acl/static-role-based/target/findbugsXml.xml> > of module Apache CloudStack Plugin - ACL Static Role Based with 37 unique > warnings and 0 duplicates. > [FINDBUGS] Successfully parsed file < > http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/plugins/affinity-group-processors/explicit-dedication/target/findbugsXml.xml> > of module Apache CloudStack Plugin - Explicit Dedication Processor with 37 > unique warnings and 0 duplicates. > [FINDBUGS] Successfully parsed file < > http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/plugins/affinity-group-processors/host-anti-affinity/target/findbugsXml.xml> > of module Apache CloudStack Plugin - Host Anti-Affinity Processor with 37 > unique warnings and 0 duplicates. > [FINDBUGS] Successfully parsed file < > http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/plugins/alert-handlers/snmp-alerts/target/findbugsXml.xml> > of module Apache CloudStack Plugin - SNMP Alerts with 37 unique warnings > and 0 duplicates. > [FINDBUGS] Successfully parsed file < > http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/plugins/alert-handlers/syslog-alerts/target/findbugsXml.xml> > of module Apache CloudStack Plugin - Syslog Alerts with 37 unique warnings > and 0 duplicates. > [FINDBUGS] Successfully parsed file < > http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/plugins/api/discovery/target/findbugsXml.xml> > of module Apache CloudStack Plugin - API Discovery with 37 unique warnings > and 0 duplicates. > [FINDBUGS] Successfully parsed file < > http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/plugins/api/rate-limit/target/findbugsXml.xml> > of module Apache CloudStack Plugin - API Rate Limit with 37 unique warnings > and 0 duplicates. > [FINDBUGS] Successfully parsed file < > http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/plugins/api/solidfire-intg-test/target/findbugsXml.xml> > of module Apache CloudStack Plugin - API SolidFire with 37 unique warnings > and 0 duplicates. > [FINDBUGS] Successfully parsed file < > http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/plugins/database/mysql-ha/target/findbugsXml.xml> > of module Apache CloudStack Plugin - MySQL HA Strategy with 37 unique > warnings and 0 duplicates. > [FINDBUGS] Successfully parsed file < > http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/plugins/dedicated-resources/target/findbugsXml.xml> > of module Apache CloudStack Plugin - Dedicated Resources with 37 unique > warnings and 0 duplicates. > [FINDBUGS] Successfully parsed file < > http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/plugins/deployment-planners/implicit-dedication/target/findbugsXml.xml> > of module Apache CloudStack Plugin - Implicit Dedication Planner with 37 > unique warnings and 0 duplicates. > [FINDBUGS] Successfully parsed file < > http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/plugins/deployment-planners/user-concentrated-pod/target/findbugsXml.xml> > of module Apache CloudStack Plugin - User Concentrated Pod Deployment > Planner with 37 unique warnings and 0 duplicates. > [FINDBUGS] Successfully parsed file < > http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/plugins/deployment-planners/user-dispersing/target/findbugsXml.xml> > of module Apache CloudStack Plugin - User Dispersing Deployment Planner > with 37 unique warnings and 0 duplicates. > [FINDBUGS] Successfully parsed file < > http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/plugins/event-bus/inmemory/target/findbugsXml.xml> > of module Apache CloudStack Plugin - In Memory Event Bus with 37 unique > warnings and 0 duplicates. > [FINDBUGS] Successfully parsed file < > http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/plugins/event-bus/kafka/target/findbugsXml.xml> > of module Apache CloudStack Plugin - Kafka Event Bus with 37 unique > warnings and 0 duplicates. > [FINDBUGS] Successfully parsed file < > http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/plugins/event-bus/rabbitmq/target/findbugsXml.xml> > of module Apache CloudStack Plugin - RabbitMQ Event Bus with 48 unique > warnings and 0 duplicates. > [FINDBUGS] Successfully parsed file < > http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/plugins/file-systems/netapp/target/findbugsXml.xml> > of module Apache CloudStack Plugin - NetApp File System with 48 unique > warnings and 0 duplicates. > [FINDBUGS] Successfully parsed file < > http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/plugins/ha-planners/skip-heurestics/target/findbugsXml.xml> > of module Apache CloudStack Plugin - Skip Heurestics Planner with 48 unique > warnings and 0 duplicates. > [FINDBUGS] Successfully parsed file < > http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/plugins/host-allocators/random/target/findbugsXml.xml> > of module Apache CloudStack Plugin - Host Allocator Random with 48 unique > warnings and 0 duplicates. > [FINDBUGS] Successfully parsed file < > http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/plugins/hypervisors/baremetal/target/findbugsXml.xml> > of module Apache CloudStack Plugin - Hypervisor Baremetal with 55 unique > warnings and 0 duplicates. > [FINDBUGS] Successfully parsed file < > http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/plugins/hypervisors/hyperv/target/findbugsXml.xml> > of module Apache CloudStack Plugin - Hypervisor Hyper-V with 55 unique > warnings and 0 duplicates. > [FINDBUGS] Successfully parsed file < > http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/plugins/hypervisors/kvm/target/findbugsXml.xml> > of module Apache CloudStack Plugin - Hypervisor KVM with 63 unique warnings > and 0 duplicates. > [FINDBUGS] Successfully parsed file < > http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/plugins/hypervisors/ovm/target/findbugsXml.xml> > of module Apache CloudStack Plugin - Hypervisor OracleVM with 66 unique > warnings and 0 duplicates. > [FINDBUGS] Successfully parsed file < > http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/plugins/hypervisors/ovm3/target/findbugsXml.xml> > of module Apache CloudStack Plugin - Hypervisor OracleVM3 with 66 unique > warnings and 0 duplicates. > [FINDBUGS] Successfully parsed file < > http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/plugins/hypervisors/ucs/target/findbugsXml.xml> > of module Apache CloudStack Plugin - Hypervisor UCS with 66 unique warnings > and 0 duplicates. > [FINDBUGS] Successfully parsed file < > http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/plugins/hypervisors/vmware/target/findbugsXml.xml> > of module Apache CloudStack Plugin - Hypervisor VMware with 73 unique > warnings and 0 duplicates. > [FINDBUGS] Successfully parsed file < > http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/plugins/hypervisors/xenserver/target/findbugsXml.xml> > of module Apache CloudStack Plugin - Hypervisor XenServer with 81 unique > warnings and 0 duplicates. > [FINDBUGS] Successfully parsed file < > http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/plugins/network-elements/bigswitch/target/findbugsXml.xml> > of module Apache CloudStack Plugin - BigSwitch Virtual Network Segment with > 81 unique warnings and 0 duplicates. > [FINDBUGS] Successfully parsed file < > http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/plugins/network-elements/brocade-vcs/target/findbugsXml.xml> > of module Apache CloudStack Plugin - Network Brocade VCS with 81 unique > warnings and 0 duplicates. > [FINDBUGS] Successfully parsed file < > http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/plugins/network-elements/cisco-vnmc/target/findbugsXml.xml> > of module Apache CloudStack Plugin - Cisco VNMC with 81 unique warnings and > 0 duplicates. > [FINDBUGS] Successfully parsed file < > http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/plugins/network-elements/dns-notifier/target/findbugsXml.xml> > of module Apache CloudStack Plugin - Dns Notifier Example with 81 unique > warnings and 0 duplicates. > [FINDBUGS] Successfully parsed file < > http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/plugins/network-elements/elastic-loadbalancer/target/findbugsXml.xml> > of module Apache CloudStack Plugin - Network Elastic Load Balancer with 81 > unique warnings and 0 duplicates. > [FINDBUGS] Successfully parsed file < > http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/plugins/network-elements/f5/target/findbugsXml.xml> > of module Apache CloudStack Plugin - F5 with 81 unique warnings and 0 > duplicates. > [FINDBUGS] Successfully parsed file < > http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/plugins/network-elements/globodns/target/findbugsXml.xml> > of module Apache CloudStack Plugin - GloboDNS with 81 unique warnings and 0 > duplicates. > [FINDBUGS] Successfully parsed file < > http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/plugins/network-elements/internal-loadbalancer/target/findbugsXml.xml> > of module Apache CloudStack Plugin - Network Internal Load Balancer with 81 > unique warnings and 0 duplicates. > [FINDBUGS] Successfully parsed file < > http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/plugins/network-elements/juniper-contrail/target/findbugsXml.xml> > of module Apache CloudStack Plugin - Network Juniper Contrail with 81 > unique warnings and 0 duplicates. > [FINDBUGS] Successfully parsed file < > http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/plugins/network-elements/juniper-srx/target/findbugsXml.xml> > of module Apache CloudStack Plugin - Juniper SRX with 85 unique warnings > and 0 duplicates. > [FINDBUGS] Successfully parsed file < > http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/plugins/network-elements/midonet/target/findbugsXml.xml> > of module Apache CloudStack Plugin - Midokura Midonet with 85 unique > warnings and 0 duplicates. > [FINDBUGS] Successfully parsed file < > http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/plugins/network-elements/netscaler/target/findbugsXml.xml> > of module Apache CloudStack Plugin - Network Netscaler with 86 unique > warnings and 0 duplicates. > [FINDBUGS] Successfully parsed file < > http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/plugins/network-elements/nicira-nvp/target/findbugsXml.xml> > of module Apache CloudStack Plugin - Network Nicira NVP with 86 unique > warnings and 0 duplicates. > [FINDBUGS] Successfully parsed file < > http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/plugins/network-elements/nuage-vsp/target/findbugsXml.xml> > of module Apache CloudStack Plugin - Nuage VSP with 86 unique warnings and > 0 duplicates. > [FINDBUGS] Successfully parsed file < > http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/plugins/network-elements/opendaylight/target/findbugsXml.xml> > of module Apache CloudStack Plugin - Network Opendaylight with 88 unique > warnings and 0 duplicates. > [FINDBUGS] Successfully parsed file < > http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/plugins/network-elements/ovs/target/findbugsXml.xml> > of module Apache CloudStack Plugin - Open vSwitch with 88 unique warnings > and 0 duplicates. > [FINDBUGS] Successfully parsed file < > http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/plugins/network-elements/palo-alto/target/findbugsXml.xml> > of module Apache CloudStack Plugin - Palo Alto with 88 unique warnings and > 0 duplicates. > [FINDBUGS] Successfully parsed file < > http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/plugins/network-elements/stratosphere-ssp/target/findbugsXml.xml> > of module Apache CloudStack Plugin - Stratosphere SSP with 88 unique > warnings and 0 duplicates. > [FINDBUGS] Successfully parsed file < > http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/plugins/network-elements/vxlan/target/findbugsXml.xml> > of module Apache CloudStack Plugin - Network VXLAN with 88 unique warnings > and 0 duplicates. > [FINDBUGS] Successfully parsed file < > http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/plugins/storage-allocators/random/target/findbugsXml.xml> > of module Apache CloudStack Plugin - Storage Allocator Random with 88 > unique warnings and 0 duplicates. > [FINDBUGS] Successfully parsed file < > http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/plugins/storage/image/default/target/findbugsXml.xml> > of module Apache CloudStack Plugin - Storage Image default provider with 88 > unique warnings and 0 duplicates. > [FINDBUGS] Successfully parsed file < > http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/plugins/storage/image/s3/target/findbugsXml.xml> > of module Apache CloudStack Plugin - Storage Image S3 with 88 unique > warnings and 0 duplicates. > [FINDBUGS] Successfully parsed file < > http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/plugins/storage/image/sample/target/findbugsXml.xml> > of module Apache CloudStack Plugin - Storage Image sample provider with 88 > unique warnings and 0 duplicates. > [FINDBUGS] Successfully parsed file < > http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/plugins/storage/image/swift/target/findbugsXml.xml> > of module Apache CloudStack Plugin - Storage Image Swift provider with 88 > unique warnings and 0 duplicates. > [FINDBUGS] Successfully parsed file < > http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/plugins/storage/volume/cloudbyte/target/findbugsXml.xml> > of module Apache CloudStack Plugin - Storage Volume CloudByte Provider with > 91 unique warnings and 0 duplicates. > [FINDBUGS] Successfully parsed file < > http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/plugins/storage/volume/default/target/findbugsXml.xml> > of module Apache CloudStack Plugin - Storage Volume default provider with > 92 unique warnings and 0 duplicates. > [FINDBUGS] Successfully parsed file < > http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/plugins/storage/volume/nexenta/target/findbugsXml.xml> > of module Apache CloudStack Plugin - Storage Volume Nexenta Provider with > 93 unique warnings and 0 duplicates. > [FINDBUGS] Successfully parsed file < > http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/plugins/storage/volume/sample/target/findbugsXml.xml> > of module Apache CloudStack Plugin - Storage Volume sample provider with 93 > unique warnings and 0 duplicates. > [FINDBUGS] Successfully parsed file < > http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/plugins/storage/volume/solidfire/target/findbugsXml.xml> > of module Apache CloudStack Plugin - Storage Volume SolidFire Provider with > 94 unique warnings and 0 duplicates. > [FINDBUGS] Successfully parsed file < > http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/plugins/user-authenticators/ldap/target/findbugsXml.xml> > of module Apache CloudStack Plugin - User Authenticator LDAP with 94 unique > warnings and 0 duplicates. > [FINDBUGS] Successfully parsed file < > http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/plugins/user-authenticators/md5/target/findbugsXml.xml> > of module Apache CloudStack Plugin - User Authenticator MD5 with 95 unique > warnings and 0 duplicates. > [FINDBUGS] Successfully parsed file < > http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/plugins/user-authenticators/pbkdf2/target/findbugsXml.xml> > of module Apache CloudStack Plugin - User Authenticator PBKDF2-SHA-256 with > 95 unique warnings and 0 duplicates. > [FINDBUGS] Successfully parsed file < > http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/plugins/user-authenticators/plain-text/target/findbugsXml.xml> > of module Apache CloudStack Plugin - User Authenticator Plain Text with 95 > unique warnings and 0 duplicates. > [FINDBUGS] Successfully parsed file < > http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/plugins/user-authenticators/saml2/target/findbugsXml.xml> > of module Apache CloudStack Plugin - User Authenticator SAML2 with 95 > unique warnings and 0 duplicates. > [FINDBUGS] Successfully parsed file < > http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/plugins/user-authenticators/sha256salted/target/findbugsXml.xml> > of module Apache CloudStack Plugin - User Authenticator SHA256 Salted with > 99 unique warnings and 0 duplicates. > [FINDBUGS] Successfully parsed file < > http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/server/target/findbugsXml.xml> > of module Apache CloudStack Server with 132 unique warnings and 0 > duplicates. > [FINDBUGS] Successfully parsed file < > http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/services/console-proxy-rdp/rdpconsole/target/findbugsXml.xml> > of module Apache CloudStack Console Proxy - RDP Client with 132 unique > warnings and 0 duplicates. > [FINDBUGS] Successfully parsed file < > http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/services/console-proxy/server/target/findbugsXml.xml> > of module Apache CloudStack Console Proxy - Server with 144 unique warnings > and 0 duplicates. > [FINDBUGS] Successfully parsed file < > http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/services/secondary-storage/controller/target/findbugsXml.xml> > of module Apache CloudStack Secondary Storage Controller with 144 unique > warnings and 0 duplicates. > [FINDBUGS] Successfully parsed file < > http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/services/secondary-storage/server/target/findbugsXml.xml> > of module Apache CloudStack Secondary Storage Service with 150 unique > warnings and 0 duplicates. > [FINDBUGS] Successfully parsed file < > http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/usage/target/findbugsXml.xml> > of module Apache CloudStack Usage Server with 152 unique warnings and 0 > duplicates. > [FINDBUGS] Successfully parsed file < > http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/utils/target/findbugsXml.xml> > of module Apache CloudStack Utils with 188 unique warnings and 0 duplicates. > [FINDBUGS] Successfully parsed file < > http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/vmware-base/target/findbugsXml.xml> > of module Apache CloudStack VMware Base with 188 unique warnings and 0 > duplicates. > [FINDBUGS] Computing warning deltas based on reference build #1431 > [FINDBUGS] Plug-in Result: Failed - <a href="findbugsResult/new">14 new > warnings</a> of <a href="findbugsResult/HIGH">priority High</a> exceed the > threshold of 0 by 14 > Build step 'Publish FindBugs analysis results' changed build result to > FAILURE > Skipping Cobertura coverage report as build was not UNSTABLE or better ... >