See <http://jenkins.buildacloud.org/job/build-master-slowbuild/1122/changes>
Changes:
[wrodrigues] CLOUDSTACK-7143: a better fix for kernel upgrade disk space
problems
[wrodrigues] Make sure the location for the persistant configs exists
[wrodrigues] Switch ip associations to the new config file system
[wrodrigues] Removed useless array from SetStaticRoutesCmd.
[wrodrigues] Cherry-pick of 11c00977f77f45aa7b0c387dc88360eba0819e8a:
[wrodrigues] This file isn't used, so remove it
[wrodrigues] Add a placeholder for the trigger file
[wrodrigues] Vagrant virtualbox based testing suite
[wrodrigues] Added curl to the base install
[wrodrigues] Merged cookbooks from vpc branch
[wrodrigues] Remove scripts directory no longer necessary
[wrodrigues] Replace CreateGuestNetwork config script with a json file.
[wrodrigues] Tuning/reformatting/defensible-ing Vagrantfile
[wrodrigues] Add the Python bits
[wrodrigues] Added cs_ip module
[wrodrigues] Use json naming standards instead of camelCase
[wrodrigues] Changed from camelCase to json_case
[wrodrigues] Create a json file for SetNetworkACL
[wrodrigues] Only ip_association files for now
[wrodrigues] Can now read the ips out of the cmdline databag (if present)
[wrodrigues] Correct small typo in error message
[wrodrigues] Remove debug code
[wrodrigues] Include a type field in all json configuration objects
[wrodrigues] Switch ip associations to new model and update the recipes
[wrodrigues] Disable cmdline check until it's fixed
[wrodrigues] 1. Completed provider for ip rules (fwmark)
[wrodrigues] Corrected a hole in my logic
[wrodrigues] Rewrite networkacl model to have separate entries for each rule
[wrodrigues] Add some debug logging to keep track of timing
[wrodrigues] Change vmdata to the new config system
[wrodrigues] A working test-kitchen setup for testing systemvm boxes.
[wrodrigues] Include the guestnetwork code
[wrodrigues] Split Databag in to separate class as I would now need this
[wrodrigues] junit report output for vagrant systemvm tests
[wrodrigues] Use bundler to exec test-kitchen
[wrodrigues] Commit missing .kitchen.yml
[wrodrigues] Massively simpler serverspec invocation
[wrodrigues] Missing gem for vagrant magic
[wrodrigues] Documentation and license headers for new systemvm testing tools.
[wrodrigues] Plan B
[wrodrigues] Test data for ipassociation
[wrodrigues] Added some lost lines back using Hugo witchcraft
[wrodrigues] Put a netmask in the netmask field
[wrodrigues] Moved bag location to /et/cloudstack
[wrodrigues] Pure python tests for systemvm
[wrodrigues] Replace serverspec with nose in systemvm test.sh
[wrodrigues] Attempt to get these tests working on python 2.6
[wrodrigues] Second Attempt to get these tests working on python 2.6.
[wrodrigues] Added guest network configuration
[wrodrigues] This was a good one
[wrodrigues] Move some static strings to constants and remove some duplicate
code
[wrodrigues] New style save password command
[wrodrigues] Fancy line editor for Ian
[wrodrigues] Don't fail if you've logged into an older systemvm manually,
before.
[wrodrigues] Set up rsync for systemvm patches.
[wrodrigues] Fix update_config.py use of subprocess.
[wrodrigues] Fix configure::waitForDevice when a device is missing.
[wrodrigues] Tests for update_config.py
[wrodrigues] Add forwarding rules to the new config format and do a little
rewrite on
[wrodrigues] Removed merge_cline - no longer required
[wrodrigues] New style manage VPN user command <Still need some testing with
the VR image>
[wrodrigues] Add more nics by default
[wrodrigues] Have Vagrantfile errors go to STDERR so output is
machine-parseable.
[wrodrigues] Adding the Vagrant configuration that will build xen and db
servers.
[wrodrigues] modified StaticNatRule to use the new style
[wrodrigues] iDo not do the post configure steps on a control interface
[wrodrigues] Removed chef as we will definitely not go this way
[wrodrigues] Migrate ip alias commands
[wrodrigues] Do not use eth0 or eth1 for random tests
[wrodrigues] Stop ignoring eth0
[wrodrigues] Fix on error reporting (null doesn't say much, so lets return the
actual problem)
[wrodrigues] Adding new model for the Site2SiteVpn configuration.
[wrodrigues] Added some tests that test stuff
[wrodrigues] Change the location for the temporary json files to
/var/cache/cloud
[wrodrigues] Staticroutes to new json style
[wrodrigues] New model for RemoteAccessVpn and moving into the new structure
[wrodrigues] Hotfix for lost control interface
[wrodrigues] Small fixes
[wrodrigues] Creating new model for the MonitorService
[wrodrigues] Added vmpassword type (does nothing yet)
[wrodrigues] New style dnsmasq configuration
[wrodrigues] Fixed test (assert in guest check was wrong way around)
[wrodrigues] Creating new model for the firewall rules
[wrodrigues] Some bug fixes
[wrodrigues] fixing the nullpointer on type which is null
[wrodrigues] Fixed bug in which every run of loadQueueFile would append to the
json file (merge)
[wrodrigues] Small update to try do deal with the stuck issue
[wrodrigues] Add catchall for unknown types
[wrodrigues] Do not update etc or you will bring in a load of files that will
have their
[wrodrigues] Added merge for network_acl type message
[wrodrigues] Added placeholder for networkacl tests
[wrodrigues] Moved processing the cmd_line databag into update
[wrodrigues] Refactored CsHelper into a module
[wrodrigues] Merge vmmetadata, reuse the code from the existing script to parse
it.
[wrodrigues] First part of some serious refactoring
[wrodrigues] Tidied up main to be in line with the newer classes
[wrodrigues] Added logic to create all necessary firewall rules
[wrodrigues] Auto create missing chains
[wrodrigues] Call update_config.py if it is there
[wrodrigues] Small (but important) fixes
[wrodrigues] Acl code linked in
[wrodrigues] That should be all the dhcp settings correct
[wrodrigues] Fix a bug that would add updated control ip address instead of
replace
[wrodrigues] Add the static nat rules to the merge procedure
[wrodrigues] Corrected a couple of small typos
[wrodrigues] That is the acls.
[wrodrigues] Corrected bug (I love tests)
[wrodrigues] Stupid stupd bug
[wrodrigues] Implemented delete (add : false) for cs_dhcp
[wrodrigues] Fix the forwardingrule databag
[wrodrigues] Add port forwarding and static nat to the convergence
infrastructure
[wrodrigues] Add the public source nat rule
[wrodrigues] Add missing sourcenat rule
[wrodrigues] Removed dhcpopts.conf for now as, it is the routing options and
they seem to be dealt with dofferently in the new arrangement
[wrodrigues] A lot of corner cases dealt with
[wrodrigues] Bug fixed:
[wrodrigues] If a file doesn't exist, create it
[wrodrigues] Sourcenat is handled differently for routers and vpc routers
[wrodrigues] Some new tests for the acl code
[wrodrigues] Include base rule sets in Acls
[wrodrigues] Moved databag into a separate file
[wrodrigues] icmp-type parameter was being skipped
[wrodrigues] Add some parameters to make nose a little less chatty
[wrodrigues] Added some new tests to check the acls are being made sort of
correctly
[wrodrigues] Added code to configure netusage for vpc and domR devices
[wrodrigues] Merge operation for site2site vpn
[wrodrigues] Process VPN requests\
[wrodrigues] New code for ACLs (VPN configuration) failed functional tests
[wrodrigues] A start on the redundancy code
[wrodrigues] Getting redundancy to work via teh configuration files
[wrodrigues] backup fault and master implemented
[wrodrigues] Removed stuff that is moved to CsRedundant
[wrodrigues] Cockup during the adding of the Apache licence
[wrodrigues] TK-2925 Add support for loadbalancer config in ConfigHelper
[wrodrigues] Add 8 Commands/ConfigItems to new style
[wrodrigues] Adding all other (13) rules to the new code design
[wrodrigues] BumpUpPriotity doesn't need the generateConfigItems() method.
[wrodrigues] Adding LoadBalancer command to JSON style
[wrodrigues] Adding tests for IpAssocVpc; DeleteIpAlias; DnsMasqConfig
[wrodrigues] Seems like some of these can be nil
[wrodrigues] Stop using rvm
[wrodrigues] Fix a few things introduced by the rebase
[wrodrigues] ConfigHelper is replace by a facade pattern
[wrodrigues] Interfaces were not coming up on non redundant router
[wrodrigues] Updated incorrect file.
[wrodrigues] Fix indents
[wrodrigues] Fix test cases now ConfigHelper is gone
[wrodrigues] Fix compilation problem only visible upon simulator build
[wrodrigues] Vpc redundancy enabled. Including Vpc & Vpc Offering creation.
Marvin tests and UI.
[wrodrigues] We actually don't need all the process stuff
[wrodrigues] VR interfaces need the proper network type in ips
[wrodrigues] Avoid confusion and make sure the file is put in only one location
[wrodrigues] Daft mistake that left more data getting merged than we would have
liked
[wrodrigues] Fix tab characters
[wrodrigues] Decided not at this stage to combine VPC and VR code
[wrodrigues] Typo
[wrodrigues] Fix indent
[wrodrigues] Fix PEP8 compliance
[wrodrigues] pep8
[wrodrigues] Fix license headers
[wrodrigues] Aligning router chain names correctly
[wrodrigues] Fix syntax error
[wrodrigues] Splitting router and vpc
[wrodrigues] Bug corrections
[wrodrigues] Syntax error
[wrodrigues] Bugger
[wrodrigues] New code must not run on systemvm
[wrodrigues] Corrected basic firewalling setup
[wrodrigues] iAdd chains before provisioning rules
[wrodrigues] Fix a problem where virtual routers were deployed multiple times
in a network
[wrodrigues] Call planDeploymentRouters in the same place as we do in master
[wrodrigues] Get started with some tests on the python code
[wrodrigues] Add boilerplates for module unittests
[wrodrigues] Let's stick to CamelCase for now
[wrodrigues] More pep8 checks and fixes
[wrodrigues] Adding pyde configuration to gitignore
[wrodrigues] Adding [ERROR] tag before error message to ease identification
[wrodrigues] Removing "global" declaration from if block
[wrodrigues] veewee 0.5 alpha is breaking build
[wrodrigues] Adding .pydevproject to gitignore
[wrodrigues] A couple of firewall fixes for DomRouter code
[wrodrigues] This time after running the unittests <blush>
[wrodrigues] Adding port forwarding ranges exposes a rather unfortunate typo
[wrodrigues] firewallrules (VR) and metworkacl (VPC) did not as I believe they
shgould get combined
[wrodrigues] pep8
[wrodrigues] Lots of fixes from the testing
[wrodrigues] Load balancer config
[wrodrigues] Small bug
[wrodrigues] Forgot to add append method
[wrodrigues] Fixed hostname on router
[wrodrigues] Fix imports
[wrodrigues] Broken code during guest network merge
[wrodrigues] Dhcp refactor
[wrodrigues] Some convenience methods
[wrodrigues] [TK-3101] Fix VPCVirtualRouterElement
[wrodrigues] Countless bug fixes, mostly do do with VR redundancy
[wrodrigues] [TK-3101] Fix VPCVirtualRouterElement
[wrodrigues] Formatting the class: it was a mess!
[wrodrigues] [TK-3113] fixed CloudRuntimeException: NO EVENT PUBLISH CAN BE
WRAPPED WITHIN DB TRANSACTION!
[wrodrigues] Sorting out redundancy
[wrodrigues] [TK-3119] Fix NPEs and improve exception handling + error messages
[wrodrigues] New unit test
[wrodrigues] Fixing delete_leases function.
[wrodrigues] Fix createSetupGuestNetworkCommand() method in order to pass the
value of the getIsRedundantRouter() method instead of false.
[wrodrigues] Fix problem with reading invalid key form the dictionary
[wrodrigues] Extracting local variable and formatting the code.
[wrodrigues] Java: Fixing the redundant flag for the router control nic and the
guest network command;
[wrodrigues] Fixing the priority in the setup guest network command
[wrodrigues] Fixing Site2Site VPN and private gateway on VpcVirtualRouterElement
[wrodrigues] Make sure we can plug the nic in 2 routers with the same mac
address
[wrodrigues] Fixing call on AclIP class. Instead of self.fw = fw we have to do
self.fw = fw.get_fw()
[wrodrigues] TK-3135 fixes for VPC restart
[wrodrigues] Log an error when removing keepalived.strikes file and it doesn't
exit.
[wrodrigues] Fixing CsDhcp.py
[wrodrigues] Fixing getRouters() to make it call the super method.
[wrodrigues] Fix: allow multiple VIFs per Mac Address
[wrodrigues] Adding some info to the update_config.py
[wrodrigues] Fix: the update_config.py was not parsing the incoming guest net
configuration properly
[wrodrigues] get_dns via guest network returns blank dns servers
[wrodrigues] Fixing guest network interfaces on redundant routers
[wrodrigues] Fixing the timout )ssh hanging) on the CsApp.py file
[wrodrigues] Fix restarting VPC
[wrodrigues] Removing guest interfaces form the VRRP list
[wrodrigues] Reverting the changes on CsAddress done in commit
374946e07748dd3ad659381c7d88e5e4140e4eeb
[wrodrigues] Lots of changes to do with redundancy
[wrodrigues] Implementing redundant router arguments to add redundant_state
[wrodrigues] Fix router priuority using the same logic as the one for the state
[wrodrigues] Vrrp will fail if your own code keeps killing it off
[wrodrigues] No bump for now
[wrodrigues] Adding the router priority when the control interface is created
[wrodrigues] This change breaks stuff
[wrodrigues] Implement the new VPC restart
[wrodrigues] Remove vpc_router_svcs because they will be the same as any other
router (soon)
[wrodrigues] Set to EQUAL and noprempt - let keppalived decide who is boss
[wrodrigues] Fixed CsAddress destroying the VIP address on a redundant router
[wrodrigues] Fixed up get_dns for normal isolated vrs
[wrodrigues] Mistake no I set no priority!
[wrodrigues] Another correction
[wrodrigues] Fix array index problems on the ACL command.
[wrodrigues] Restart keepalived if a pub interface gets added or removed
[wrodrigues] Who changed my condition!
[wrodrigues] Turn a single VPC into a redundant VPC
[wrodrigues] Switch control interface for vrrp to guest network
[wrodrigues] Make virtual router id unique per redundant group
[wrodrigues] Fixed rules for dhcp towards v,
[wrodrigues] Show all routers of a VPC
[wrodrigues] Fix the router id on the virtural routers
[wrodrigues] Better message about making the VPC redundant
[wrodrigues] Move the . to the right place.
[wrodrigues] Adding nre method to NetworkDao
[wrodrigues] Fix the checkrouter.sh script in order to report the routers state
[wrodrigues] Fixed password server, fixed more firewall issues
[wrodrigues] Fix checkSanity. We do not need to check the priority anymore.
[wrodrigues] Removing trailing spaces
[wrodrigues] Add network stats for isalated networks
[wrodrigues] Fix state of isolated redundant network router
[wrodrigues] A tab got in there somehow!
[wrodrigues] {ip: hosts} syntax goes wrong if ip contains 1::
[wrodrigues] Utterley stupid
[wrodrigues] generate random password for redundant VPC
[wrodrigues] No hardcoded passwords.
[wrodrigues] One of the routers is not running, so we don't have to continue
here since the host will be null any way. Also, there is no need
[wrodrigues] During the merge I removed by mistake the @Inject tag
[wrodrigues] dnsmasq should restart if config changes and hup if hosts change
[wrodrigues] nat rules added to incorrect interface
[wrodrigues] Check both ip and hosts when building dhcp bag
[wrodrigues] Work arounds for how CS adds and removes hosts
[wrodrigues] Remove the priority checks from the code
[wrodrigues] ACL issues
[wrodrigues] Disable this for now - causes too much grief
[wrodrigues] Use reload on keepalived
[wrodrigues] Fixed password server respawning issue
[wrodrigues] Fixed Port forwarding (DNAT/SNAT) for isolated networks
[wrodrigues] If master gets called and then within a few seconds backup (this
can happen during provisioning), the master process will complete after the
backup one. Not what we want. These commands must be serial
------------------------------------------
[...truncated 23734 lines...]
[INFO]
[INFO] --- cobertura-maven-plugin:2.7:cobertura (default-cli) @ cloud-awsapi ---
[INFO] Cobertura 2.1.1 - GNU GPL License (NO WARRANTY) - See COPYRIGHT file
[INFO] Cobertura: Loaded information on 6393 classes.
[INFO] 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.
[INFO] 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.
[INFO] 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.
[INFO] 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.
[INFO] 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.
[INFO] 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.
[INFO] 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.
[INFO] 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.
[INFO] 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.
[INFO] 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.
[INFO] 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.
[INFO] 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.
[INFO] 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.
[INFO] 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.
[INFO] 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.
[INFO] 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.
[INFO] 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.
[INFO] 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.
[INFO] 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.
[INFO] 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.
[INFO] 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.
[INFO] 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.
[INFO] 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.
[INFO] 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.
[INFO] 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.
[INFO] 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.
[INFO] 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.
[INFO] 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.
[INFO] 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.
[INFO] 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.
[INFO] 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.
[INFO] 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: 90272ms
[INFO] Cobertura Report generation was successful.
[INFO] Cobertura 2.1.1 - GNU GPL License (NO WARRANTY) - See COPYRIGHT file
[INFO] Cobertura: Loaded information on 6393 classes.
Report time: 10351ms
[INFO] Cobertura Report generation was successful.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Apache CloudStack Developer Tools - Checkstyle Configuration SUCCESS
[2.107s]
[INFO] Apache CloudStack ................................. SUCCESS [3.188s]
[INFO] Apache CloudStack Maven Conventions Parent ........ SUCCESS [0.836s]
[INFO] Apache CloudStack Framework - Managed Context ..... SUCCESS [19.878s]
[INFO] Apache CloudStack Utils ........................... SUCCESS [1:31.313s]
[INFO] Apache CloudStack Framework ....................... SUCCESS [0.151s]
[INFO] Apache CloudStack Framework - Event Notification .. SUCCESS [49.755s]
[INFO] Apache CloudStack Framework - Configuration ....... SUCCESS [25.761s]
[INFO] Apache CloudStack API ............................. SUCCESS [1:40.357s]
[INFO] Apache CloudStack Framework - REST ................ SUCCESS [16.741s]
[INFO] Apache CloudStack Framework - IPC ................. SUCCESS [28.554s]
[INFO] Apache CloudStack Cloud Engine .................... SUCCESS [0.158s]
[INFO] Apache CloudStack Cloud Engine API ................ SUCCESS [26.708s]
[INFO] Apache CloudStack Framework - Security ............ SUCCESS [21.687s]
[INFO] Apache CloudStack Core ............................ SUCCESS [1:11.713s]
[INFO] Apache CloudStack Agents .......................... SUCCESS [34.254s]
[INFO] Apache CloudStack Framework - Clustering .......... SUCCESS [30.914s]
[INFO] Apache CloudStack Framework - Event Notification .. SUCCESS [16.270s]
[INFO] Apache CloudStack Cloud Engine Schema Component ... SUCCESS [1:54.323s]
[INFO] Apache CloudStack Framework - Jobs ................ SUCCESS [34.523s]
[INFO] Apache CloudStack Cloud Engine Internal Components API SUCCESS [23.566s]
[INFO] Apache CloudStack Server .......................... SUCCESS [3:49.566s]
[INFO] Apache CloudStack Usage Server .................... SUCCESS [40.807s]
[INFO] Apache CloudStack Cloud Engine Orchestration Component SUCCESS
[1:10.742s]
[INFO] Apache CloudStack Cloud Services .................. SUCCESS [0.096s]
[INFO] Apache CloudStack Secondary Storage ............... SUCCESS [0.479s]
[INFO] Apache CloudStack Secondary Storage Service ....... SUCCESS [38.822s]
[INFO] Apache CloudStack Engine Storage Component ........ SUCCESS [43.117s]
[INFO] Apache CloudStack Engine Storage Volume Component . SUCCESS [30.847s]
[INFO] Apache CloudStack Engine Storage Image Component .. SUCCESS [24.061s]
[INFO] Apache CloudStack Engine Storage Data Motion Component SUCCESS [21.364s]
[INFO] Apache CloudStack Engine Storage Cache Component .. SUCCESS [18.941s]
[INFO] Apache CloudStack Engine Storage Snapshot Component SUCCESS [34.489s]
[INFO] Apache CloudStack Cloud Engine API ................ SUCCESS [13.398s]
[INFO] Apache CloudStack Cloud Engine Service ............ SUCCESS [5.749s]
[INFO] Apache CloudStack Plugin POM ...................... SUCCESS [0.827s]
[INFO] Apache CloudStack Plugin - API Rate Limit ......... SUCCESS [27.372s]
[INFO] Apache CloudStack Plugin - Storage Volume default provider SUCCESS
[22.210s]
[INFO] Apache CloudStack Plugin - Storage Volume SolidFire Provider SUCCESS
[32.568s]
[INFO] Apache CloudStack Plugin - API SolidFire .......... SUCCESS [18.376s]
[INFO] Apache CloudStack Plugin - API Discovery .......... SUCCESS [23.237s]
[INFO] Apache CloudStack Plugin - ACL Static Role Based .. SUCCESS [16.709s]
[INFO] Apache CloudStack Plugin - Host Anti-Affinity Processor SUCCESS
[17.996s]
[INFO] Apache CloudStack Plugin - Explicit Dedication Processor SUCCESS
[19.437s]
[INFO] Apache CloudStack Plugin - User Concentrated Pod Deployment Planner
SUCCESS [16.925s]
[INFO] Apache CloudStack Plugin - User Dispersing Deployment Planner SUCCESS
[17.781s]
[INFO] Apache CloudStack Plugin - Implicit Dedication Planner SUCCESS [26.597s]
[INFO] Apache CloudStack Plugin - Skip Heurestics Planner SUCCESS [15.572s]
[INFO] Apache CloudStack Plugin - Host Allocator Random .. SUCCESS [17.070s]
[INFO] Apache CloudStack Plugin - Dedicated Resources .... SUCCESS [32.200s]
[INFO] Apache CloudStack Plugin - Hypervisor OracleVM .... SUCCESS [29.306s]
[INFO] Apache CloudStack Plugin - Open vSwitch ........... SUCCESS [32.351s]
[INFO] Apache CloudStack Plugin - Hypervisor XenServer ... SUCCESS [1:08.368s]
[INFO] Apache CloudStack Plugin - Hypervisor KVM ......... SUCCESS [1:05.313s]
[INFO] Apache CloudStack Plugin - RabbitMQ Event Bus ..... SUCCESS [19.339s]
[INFO] Apache CloudStack Plugin - In Memory Event Bus .... SUCCESS [19.970s]
[INFO] Apache CloudStack Plugin - Kafka Event Bus ........ SUCCESS [15.959s]
[INFO] Apache CloudStack Plugin - Hypervisor Baremetal ... SUCCESS [39.216s]
[INFO] Apache CloudStack Plugin - Hypervisor UCS ......... SUCCESS [25.714s]
[INFO] Apache CloudStack Plugin - Hypervisor Hyper-V ..... SUCCESS [35.678s]
[INFO] Apache CloudStack Plugin - Hypervisor OracleVM3 ... SUCCESS [1:11.904s]
[INFO] Apache CloudStack Plugin - Network Elastic Load Balancer SUCCESS
[32.584s]
[INFO] Apache CloudStack Plugin - Network Internal Load Balancer SUCCESS
[36.700s]
[INFO] Apache CloudStack Framework - Spring Life Cycle ... SUCCESS [20.469s]
[INFO] Apache CloudStack Plugin - Network Juniper Contrail SUCCESS [57.182s]
[INFO] Apache CloudStack Plugin - Palo Alto .............. SUCCESS [37.027s]
[INFO] Apache CloudStack Plugin - Network Netscaler ...... SUCCESS [40.439s]
[INFO] Apache CloudStack Plugin - Network Nicira NVP ..... SUCCESS [41.448s]
[INFO] Apache CloudStack Plugin - BigSwitch Virtual Network Segment SUCCESS
[32.601s]
[INFO] Apache CloudStack Plugin - Network Brocade VCS .... SUCCESS [38.395s]
[INFO] Apache CloudStack Plugin - Midokura Midonet ....... SUCCESS [37.183s]
[INFO] Apache CloudStack Plugin - Stratosphere SSP ....... SUCCESS [31.805s]
[INFO] Apache CloudStack Plugin - Network Opendaylight ... SUCCESS [34.698s]
[INFO] Apache CloudStack Plugin - Storage Allocator Random SUCCESS [16.438s]
[INFO] Apache CloudStack Plugin - User Authenticator LDAP SUCCESS [28.153s]
[INFO] Apache CloudStack Plugin - User Authenticator MD5 . SUCCESS [20.115s]
[INFO] Apache CloudStack Plugin - User Authenticator PBKDF2-SHA-256 SUCCESS
[22.938s]
[INFO] Apache CloudStack Plugin - User Authenticator Plain Text SUCCESS
[15.032s]
[INFO] Apache CloudStack Plugin - User Authenticator SAML2 SUCCESS [1:17.246s]
[INFO] Apache CloudStack Plugin - User Authenticator SHA256 Salted SUCCESS
[20.239s]
[INFO] Apache CloudStack Plugin - Dns Notifier Example ... SUCCESS [14.683s]
[INFO] Apache CloudStack Plugin - Storage Image S3 ....... SUCCESS [18.980s]
[INFO] Apache CloudStack Plugin - Storage Image Swift provider SUCCESS
[17.467s]
[INFO] Apache CloudStack Plugin - Storage Image default provider SUCCESS
[19.184s]
[INFO] Apache CloudStack Plugin - Storage Image sample provider SUCCESS
[16.726s]
[INFO] Apache CloudStack Plugin - Storage Volume Nexenta Provider SUCCESS
[24.683s]
[INFO] Apache CloudStack Plugin - Storage Volume CloudByte Provider SUCCESS
[30.992s]
[INFO] Apache CloudStack Plugin - Storage Volume sample provider SUCCESS
[16.980s]
[INFO] Apache CloudStack Plugin - SNMP Alerts ............ SUCCESS [23.137s]
[INFO] Apache CloudStack Plugin - Syslog Alerts .......... SUCCESS [22.038s]
[INFO] Apache CloudStack Plugin - Network VXLAN .......... SUCCESS [22.900s]
[INFO] Apache CloudStack Plugin - GloboDNS ............... SUCCESS [31.151s]
[INFO] Apache CloudStack Framework - Spring Module ....... SUCCESS [30.385s]
[INFO] Apache CloudStack Secondary Storage Controller .... SUCCESS [25.742s]
[INFO] Apache CloudStack Client UI ....................... SUCCESS [12.390s]
[INFO] Apache CloudStack Console Proxy - RDP Client ...... SUCCESS [1:03.628s]
[INFO] Apache CloudStack Console Proxy ................... SUCCESS [0.514s]
[INFO] Apache CloudStack Console Proxy - Server .......... SUCCESS [39.784s]
[INFO] Apache CloudStack Framework - QuickCloud .......... SUCCESS [0.358s]
[INFO] Apache CloudStack AWS API Bridge .................. SUCCESS [11:11.671s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:02:39.776s
[INFO] Finished at: Tue Mar 17 15:09:54 CET 2015
[INFO] Final Memory: 171M/803M
[INFO] ------------------------------------------------------------------------
[FINDBUGS] Collecting findbugs analysis files...
[FINDBUGS] Finding all files that match the pattern **/findbugsXml.xml
[FINDBUGS] Parsing 88 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 3 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 14 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file
<http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/awsapi/target/findbugsXml.xml>
of module Apache CloudStack AWS API Bridge with 83 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 91 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 91 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 91
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 91 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 98
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 113 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 113 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 113
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 113 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 113 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 116 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 116 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 118 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 119 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 121 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 121 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 124 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 124 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 124 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 124 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 124 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 124 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 124 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 124 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 124
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 124
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 124 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 124 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 124 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 124 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 124 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 124 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 124
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 124 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
124 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 124 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 124 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 135 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 135 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 135 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 142 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 144 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 155 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 158 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 164 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 165 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 180 unique
warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file
<http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/plugins/network-elements/bigswitch-vns/target/findbugsXml.xml>
of module Apache CloudStack Plugin - BigSwitch Virtual Network Segment with
180 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 180 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 180 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 180
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 180 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 180
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 180 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 180 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 182 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 182 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 184 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 184 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 185 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 185 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 185 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 185 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 185
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 185 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 185
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 185
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
189 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 190
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 191
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 191
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
192 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 194 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 195 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
195 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 195
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 195 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 199
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 248 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 248 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 261 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 261 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 267 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 269 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 308 unique warnings and 0 duplicates.
[FINDBUGS] Computing warning deltas based on reference build #1079
[FINDBUGS] Plug-in Result: Failed - <a href="findbugsResult/new">11 new
warnings</a> of <a href="findbugsResult/HIGH">priority High</a> exceed the
threshold of 0 by 11
Build step 'Publish FindBugs analysis results' changed build result to FAILURE
Skipping Cobertura coverage report as build was not UNSTABLE or better ...