The below pr would fix the findbugs issue. https://github.com/apache/cloudstack/pull/764
~Rajani On Sun, Aug 30, 2015 at 2:59 PM, Daan Hoogland <[email protected]> wrote: > The job is removed after 10 others are run. Look at > http://jenkins.buildacloud.org/job/build-master-slowbuild > <http://jenkins.buildacloud.org/job/build-master-slowbuild/2176/> and go > to > the latest job. The issue is reported under new. It boils down to 'new > PrintWriter(System.out)' is perceived as dangerous implicit default > encoding of an unknown character type. This happens in the catch clause. > > BTW Why do we need a ThrowableRenderer? We don't render things very > differently then the default rendering > > On Sun, Aug 30, 2015 at 12:10 AM, Rafael Weingärtner < > [email protected]> wrote: > > > What I found a little strange in that code, was the try-catch structure. > As > > I said, I might not fully understand what the code is supposed to do, > but I > > think that the try catch structure is not necessary. > > > > About the loops, I found a little weird that start, especially because it > > gets the cause, then if it is not null, it will limit the next iteration > of > > th.getStackTrace(), of the th (cause), not adding the last element. As I > > said, I do not understand the structure of the “Throwable” that is being > > received there; maybe that is why I found the loop weird. > > > > Sure I can create the PR, but my intention was just to start a > conversation > > about it, and not create a PR. I tried to see the find bugs warnings to > > check if my suggestion would remove them, but the link is not working: > > http://jenkins.buildacloud.org/job/build-master-slowbuild/2176/ > > > > On Sat, Aug 29, 2015 at 6:59 PM, Daan Hoogland <[email protected]> > > wrote: > > > > > I don't see anything strange in that code. Or it would be; How do you > > > propose we test it? > > > please create a PR. I will LGTM if only to remove the findbugs warning > we > > > are having now. > > > > > > On Sat, Aug 29, 2015 at 11:05 PM, Rafael Weingärtner < > > > [email protected]> wrote: > > > > > > > Hi folks, > > > > I took a look in that class “CglibThrowableRenderer”, I do not know > > much > > > > about the org.apache.log4j.spi.ThrowableRenderer interface and how is > > the > > > > structure of the “Throwable” that its “doRender” receives, but I > found > > a > > > > little odd that code. > > > > > > > > I am probably over simplifying things, but here goes my R$ 0.10 cents > > of > > > > contribution: > > > > > > > > First I did not seem much sense on that try{}catch structure (again I > > am > > > > probably over simplifying things), but at first sight I did not see > any > > > > possible exceptions that could happen there. Therefore, I removed it. > > > > > > > > Second, I extracted some logic to methods, I do not understand > properly > > > > those conditionals, and maybe the method names do not represent what > is > > > > being evaluated there, but I think that would make it easier to read > > the > > > > code. > > > > > > > > I also took the liberty and remove the constructor; hence it was > > merely a > > > > default constructor. > > > > > > > > I think that there is also more room for improvements, that loop > seems > > a > > > > little odd to me. However, to improve it a little bit more I think it > > > would > > > > require more time. > > > > > > > > You can find the code I changed here: > > > > > > > > > > > > > > https://github.com/rafaelweingartner/cloudstack/commit/751d93ac3c5285dab0eb1554527f1d3bc3008283 > > > > > > > > > > > > > > > > What do you guys think? > > > > > > > > On Sat, Aug 29, 2015 at 9:55 AM, Daan Hoogland < > > [email protected]> > > > > wrote: > > > > > > > > > This is due to the re-introduction of CglibThrowableRenderer. It is > > not > > > > > really a new finding. I had a look at it and findbugs considders > 'new > > > > > PrintWriter(System.err)' a risk. I think this one should be > ignored. > > > > > > > > > > thoughts? > > > > > > > > > > On Sat, Aug 29, 2015 at 1:13 PM, <[email protected]> wrote: > > > > > > > > > > > See < > > http://jenkins.buildacloud.org/job/build-master-slowbuild/2176/ > > > > > > > > > > > > > > > > ------------------------------------------ > > > > > > [...truncated 28153 lines...] > > > > > > [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ > > > > > > cloud-quickcloud --- > > > > > > [INFO] No sources to compile > > > > > > [INFO] > > > > > > [INFO] >>> findbugs-maven-plugin:3.0.1:check > (cloudstack-findbugs) > > @ > > > > > > cloud-quickcloud >>> > > > > > > [INFO] > > > > > > [INFO] --- findbugs-maven-plugin:3.0.1:findbugs (findbugs) @ > > > > > > cloud-quickcloud --- > > > > > > [INFO] > > > > > > [INFO] <<< findbugs-maven-plugin:3.0.1:check > (cloudstack-findbugs) > > @ > > > > > > cloud-quickcloud <<< > > > > > > [INFO] > > > > > > [INFO] --- findbugs-maven-plugin:3.0.1: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.701s] > > > > > > [INFO] Apache CloudStack ................................. > SUCCESS > > > > > [2.154s] > > > > > > [INFO] Apache CloudStack Maven Conventions Parent ........ > SUCCESS > > > > > [0.795s] > > > > > > [INFO] Apache CloudStack Framework - Managed Context ..... > SUCCESS > > > > > > [19.528s] > > > > > > [INFO] Apache CloudStack Utils ........................... > SUCCESS > > > > > > [1:14.079s] > > > > > > [INFO] Apache CloudStack Framework ....................... > SUCCESS > > > > > [0.109s] > > > > > > [INFO] Apache CloudStack Framework - Event Notification .. > SUCCESS > > > > > > [52.233s] > > > > > > [INFO] Apache CloudStack Framework - Configuration ....... > SUCCESS > > > > > > [27.109s] > > > > > > [INFO] Apache CloudStack API ............................. > SUCCESS > > > > > > [1:58.489s] > > > > > > [INFO] Apache CloudStack Framework - REST ................ > SUCCESS > > > > > > [15.775s] > > > > > > [INFO] Apache CloudStack Framework - IPC ................. > SUCCESS > > > > > > [29.419s] > > > > > > [INFO] Apache CloudStack Cloud Engine .................... > SUCCESS > > > > > [0.105s] > > > > > > [INFO] Apache CloudStack Cloud Engine API ................ > SUCCESS > > > > > > [27.213s] > > > > > > [INFO] Apache CloudStack Framework - Security ............ > SUCCESS > > > > > > [23.856s] > > > > > > [INFO] Apache CloudStack Core ............................ > SUCCESS > > > > > > [1:16.937s] > > > > > > [INFO] Apache CloudStack Agents .......................... > SUCCESS > > > > > > [35.639s] > > > > > > [INFO] Apache CloudStack Framework - Clustering .......... > SUCCESS > > > > > > [35.700s] > > > > > > [INFO] Apache CloudStack Framework - Event Notification .. > SUCCESS > > > > > > [13.809s] > > > > > > [INFO] Apache CloudStack Cloud Engine Schema Component ... > SUCCESS > > > > > > [2:09.917s] > > > > > > [INFO] Apache CloudStack Framework - Jobs ................ > SUCCESS > > > > > > [48.006s] > > > > > > [INFO] Apache CloudStack Cloud Engine Internal Components API > > > SUCCESS > > > > > > [29.193s] > > > > > > [INFO] Apache CloudStack Server .......................... > SUCCESS > > > > > > [4:30.596s] > > > > > > [INFO] Apache CloudStack Usage Server .................... > SUCCESS > > > > > > [48.779s] > > > > > > [INFO] Apache CloudStack Cloud Engine Orchestration Component > > > SUCCESS > > > > > > [1:27.404s] > > > > > > [INFO] Apache CloudStack Cloud Services .................. > SUCCESS > > > > > [0.099s] > > > > > > [INFO] Apache CloudStack Secondary Storage ............... > SUCCESS > > > > > [0.438s] > > > > > > [INFO] Apache CloudStack Secondary Storage Service ....... > SUCCESS > > > > > > [1:05.205s] > > > > > > [INFO] Apache CloudStack Engine Storage Component ........ > SUCCESS > > > > > > [55.576s] > > > > > > [INFO] Apache CloudStack Engine Storage Volume Component . > SUCCESS > > > > > > [31.387s] > > > > > > [INFO] Apache CloudStack Engine Storage Image Component .. > SUCCESS > > > > > > [26.328s] > > > > > > [INFO] Apache CloudStack Engine Storage Data Motion Component > > > SUCCESS > > > > > > [22.817s] > > > > > > [INFO] Apache CloudStack Engine Storage Cache Component .. > SUCCESS > > > > > > [21.112s] > > > > > > [INFO] Apache CloudStack Engine Storage Snapshot Component > SUCCESS > > > > > > [35.604s] > > > > > > [INFO] Apache CloudStack Cloud Engine API ................ > SUCCESS > > > > > > [12.176s] > > > > > > [INFO] Apache CloudStack Cloud Engine Service ............ > SUCCESS > > > > > [6.067s] > > > > > > [INFO] Apache CloudStack Plugin POM ...................... > SUCCESS > > > > > [0.767s] > > > > > > [INFO] Apache CloudStack Plugin - API Rate Limit ......... > SUCCESS > > > > > > [2:03.396s] > > > > > > [INFO] Apache CloudStack Plugin - Storage Volume default provider > > > > > SUCCESS > > > > > > [3:16.820s] > > > > > > [INFO] Apache CloudStack Plugin - Storage Volume SolidFire > Provider > > > > > > SUCCESS [59.038s] > > > > > > [INFO] Apache CloudStack Plugin - API SolidFire .......... > SUCCESS > > > > > > [21.322s] > > > > > > [INFO] Apache CloudStack Plugin - API Discovery .......... > SUCCESS > > > > > > [46.191s] > > > > > > [INFO] Apache CloudStack Plugin - ACL Static Role Based .. > SUCCESS > > > > > > [26.365s] > > > > > > [INFO] Apache CloudStack Plugin - Host Anti-Affinity Processor > > > SUCCESS > > > > > > [49.929s] > > > > > > [INFO] Apache CloudStack Plugin - Explicit Dedication Processor > > > > SUCCESS > > > > > > [25.764s] > > > > > > [INFO] Apache CloudStack Plugin - User Concentrated Pod > Deployment > > > > > > Planner SUCCESS [20.543s] > > > > > > [INFO] Apache CloudStack Plugin - User Dispersing Deployment > > Planner > > > > > > SUCCESS [19.355s] > > > > > > [INFO] Apache CloudStack Plugin - Implicit Dedication Planner > > > SUCCESS > > > > > > [26.836s] > > > > > > [INFO] Apache CloudStack Plugin - Skip Heurestics Planner > SUCCESS > > > > > > [15.098s] > > > > > > [INFO] Apache CloudStack Plugin - Host Allocator Random .. > SUCCESS > > > > > > [17.777s] > > > > > > [INFO] Apache CloudStack Plugin - Dedicated Resources .... > SUCCESS > > > > > > [32.287s] > > > > > > [INFO] Apache CloudStack Plugin - Hypervisor OracleVM .... > SUCCESS > > > > > > [34.301s] > > > > > > [INFO] Apache CloudStack Plugin - Open vSwitch ........... > SUCCESS > > > > > > [33.301s] > > > > > > [INFO] Apache CloudStack Plugin - Hypervisor XenServer ... > SUCCESS > > > > > > [1:16.719s] > > > > > > [INFO] Apache CloudStack Plugin - Hypervisor KVM ......... > SUCCESS > > > > > > [1:13.409s] > > > > > > [INFO] Apache CloudStack Plugin - RabbitMQ Event Bus ..... > SUCCESS > > > > > > [18.834s] > > > > > > [INFO] Apache CloudStack Plugin - In Memory Event Bus .... > SUCCESS > > > > > > [17.496s] > > > > > > [INFO] Apache CloudStack Plugin - Kafka Event Bus ........ > SUCCESS > > > > > > [13.982s] > > > > > > [INFO] Apache CloudStack Plugin - Hypervisor Baremetal ... > SUCCESS > > > > > > [42.742s] > > > > > > [INFO] Apache CloudStack Plugin - Hypervisor UCS ......... > SUCCESS > > > > > > [25.633s] > > > > > > [INFO] Apache CloudStack Plugin - Hypervisor Hyper-V ..... > SUCCESS > > > > > > [38.792s] > > > > > > [INFO] Apache CloudStack Plugin - Hypervisor OracleVM3 ... > SUCCESS > > > > > > [1:23.249s] > > > > > > [INFO] Apache CloudStack Plugin - Network Elastic Load Balancer > > > > SUCCESS > > > > > > [33.172s] > > > > > > [INFO] Apache CloudStack Plugin - Network Internal Load Balancer > > > > SUCCESS > > > > > > [36.794s] > > > > > > [INFO] Apache CloudStack Framework - Spring Life Cycle ... > SUCCESS > > > > > > [19.065s] > > > > > > [INFO] Apache CloudStack Plugin - Network Juniper Contrail > SUCCESS > > > > > > [1:02.177s] > > > > > > [INFO] Apache CloudStack Plugin - Palo Alto .............. > SUCCESS > > > > > > [38.817s] > > > > > > [INFO] Apache CloudStack Plugin - Network Netscaler ...... > SUCCESS > > > > > > [49.412s] > > > > > > [INFO] Apache CloudStack Plugin - Network Nicira NVP ..... > SUCCESS > > > > > > [53.058s] > > > > > > [INFO] Apache CloudStack Plugin - BigSwitch Virtual Network > Segment > > > > > > SUCCESS [45.396s] > > > > > > [INFO] Apache CloudStack Plugin - Network Brocade VCS .... > SUCCESS > > > > > > [39.163s] > > > > > > [INFO] Apache CloudStack Plugin - Midokura Midonet ....... > SUCCESS > > > > > > [36.677s] > > > > > > [INFO] Apache CloudStack Plugin - Stratosphere SSP ....... > SUCCESS > > > > > > [32.238s] > > > > > > [INFO] Apache CloudStack Plugin - Network Opendaylight ... > SUCCESS > > > > > > [38.259s] > > > > > > [INFO] Apache CloudStack Plugin - Storage Allocator Random > SUCCESS > > > > > > [16.904s] > > > > > > [INFO] Apache CloudStack Plugin - User Authenticator LDAP > SUCCESS > > > > > > [29.871s] > > > > > > [INFO] Apache CloudStack Plugin - User Authenticator MD5 . > SUCCESS > > > > > > [22.222s] > > > > > > [INFO] Apache CloudStack Plugin - User Authenticator > PBKDF2-SHA-256 > > > > > > SUCCESS [24.136s] > > > > > > [INFO] Apache CloudStack Plugin - User Authenticator Plain Text > > > > SUCCESS > > > > > > [14.079s] > > > > > > [INFO] Apache CloudStack Plugin - User Authenticator SAML2 > SUCCESS > > > > > > [1:50.868s] > > > > > > [INFO] Apache CloudStack Plugin - User Authenticator SHA256 > Salted > > > > > > SUCCESS [21.945s] > > > > > > [INFO] Apache CloudStack Plugin - Dns Notifier Example ... > SUCCESS > > > > > > [13.435s] > > > > > > [INFO] Apache CloudStack Plugin - Storage Image S3 ....... > SUCCESS > > > > > > [18.991s] > > > > > > [INFO] Apache CloudStack Plugin - Storage Image Swift provider > > > SUCCESS > > > > > > [16.917s] > > > > > > [INFO] Apache CloudStack Plugin - Storage Image default provider > > > > SUCCESS > > > > > > [18.779s] > > > > > > [INFO] Apache CloudStack Plugin - Storage Image sample provider > > > > SUCCESS > > > > > > [17.462s] > > > > > > [INFO] Apache CloudStack Plugin - Storage Volume Nexenta Provider > > > > > SUCCESS > > > > > > [25.933s] > > > > > > [INFO] Apache CloudStack Plugin - Storage Volume CloudByte > Provider > > > > > > SUCCESS [36.890s] > > > > > > [INFO] Apache CloudStack Plugin - Storage Volume sample provider > > > > SUCCESS > > > > > > [17.864s] > > > > > > [INFO] Apache CloudStack Plugin - SNMP Alerts ............ > SUCCESS > > > > > > [23.297s] > > > > > > [INFO] Apache CloudStack Plugin - Syslog Alerts .......... > SUCCESS > > > > > > [23.836s] > > > > > > [INFO] Apache CloudStack Plugin - Network VXLAN .......... > SUCCESS > > > > > > [22.221s] > > > > > > [INFO] Apache CloudStack Plugin - GloboDNS ............... > SUCCESS > > > > > > [30.975s] > > > > > > [INFO] Apache CloudStack Plugin - NetApp File System ..... > SUCCESS > > > > > > [28.339s] > > > > > > [INFO] Apache CloudStack Plugin - F5 ..................... > SUCCESS > > > > > > [29.860s] > > > > > > [INFO] Apache CloudStack Plugin - Juniper SRX ............ > SUCCESS > > > > > > [38.672s] > > > > > > [INFO] Apache CloudStack Plugin - Nuage VSP .............. > SUCCESS > > > > > > [38.248s] > > > > > > [INFO] Apache CloudStack VMware Base ..................... > SUCCESS > > > > > > [56.983s] > > > > > > [INFO] Apache CloudStack Plugin - Hypervisor VMware ...... > SUCCESS > > > > > > [1:17.684s] > > > > > > [INFO] Apache CloudStack Plugin - Cisco VNMC ............. > SUCCESS > > > > > > [41.837s] > > > > > > [INFO] Apache CloudStack Plugin - MySQL HA Strategy ...... > SUCCESS > > > > > > [15.432s] > > > > > > [INFO] Apache CloudStack Framework - Spring Module ....... > SUCCESS > > > > > > [29.718s] > > > > > > [INFO] Apache CloudStack Secondary Storage Controller .... > SUCCESS > > > > > > [27.068s] > > > > > > [INFO] Apache CloudStack Client UI ....................... > SUCCESS > > > > > > [16.125s] > > > > > > [INFO] Apache CloudStack Console Proxy - RDP Client ...... > SUCCESS > > > > > > [1:10.135s] > > > > > > [INFO] Apache CloudStack Console Proxy ................... > SUCCESS > > > > > [0.414s] > > > > > > [INFO] Apache CloudStack Console Proxy - Server .......... > SUCCESS > > > > > > [45.514s] > > > > > > [INFO] Apache CloudStack Framework - QuickCloud .......... > SUCCESS > > > > > [0.260s] > > > > > > [INFO] > > > > > > > > > > > > ------------------------------------------------------------------------ > > > > > > [INFO] BUILD SUCCESS > > > > > > [INFO] > > > > > > > > > > > > ------------------------------------------------------------------------ > > > > > > [INFO] Total time: 1:08:15.003s > > > > > > [INFO] Finished at: Sat Aug 29 11:17:35 UTC 2015 > > > > > > [INFO] Final Memory: 146M/725M > > > > > > [INFO] > > > > > > > > > > > > ------------------------------------------------------------------------ > > > > > > [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 1 unique warning 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 1 unique warning 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 8 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 8 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 8 > > > > > > 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 8 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 8 > > > > > > 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 11 > > > > 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 > 11 > > > > 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 > > > > 11 > > > > > > 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 > 11 > > > > 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 > > 11 > > > > > > 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 11 > 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 > 11 > > > > > 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 12 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 12 > > 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 > 14 > > > > 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 > 14 > > > > 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 14 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 14 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 14 > > > 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 14 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 14 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 14 > > > > 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 14 > > 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 > 14 > > > > 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 > > > > > 14 > > > > > > 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 > > > > 14 > > > > > > 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 14 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 14 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 14 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 14 > 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 14 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 14 > > 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 14 > > > 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 > > > > 14 > > > > > > 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 14 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 14 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 14 > > > 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 14 > 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 18 > > > 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 18 > > > 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 > > 18 > > > > > 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 > 18 > > > > 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 21 > > > > 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 21 > > > 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 25 > 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 27 > > > 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 27 > > > > 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 27 > 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 27 > > 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 35 > > > > 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 > > > > > > 35 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 35 > > > 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 35 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 35 > > > > 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 > > > > > 35 > > > > > > 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 35 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 35 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 > > > > > 35 > > > > > > 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 > > 35 > > > > > > 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 35 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 35 > > 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 36 > > 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 36 > > > 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 36 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 38 > > > > 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 38 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 38 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 38 > > 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 38 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 > > 38 > > > > > > 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 > > > > > 38 > > > > > > 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 38 > > 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 > > > > > 38 > > > > > > 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 > > > > 38 > > > > > > 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 > > > > > > 38 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 > > > > > > 39 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 > > > > > > 40 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 > > > > > 40 > > > > > > 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 > > > > > > 41 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 > > 41 > > > > > 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 > 42 > > > > > 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 > > > > > > 42 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 > > > > > 42 > > > > > > 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 > > 42 > > > > > > 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 > > > > > > 46 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 73 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 73 > > 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 85 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 85 > > > 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 91 > > 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 93 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 118 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 118 unique warnings > > and > > > 0 > > > > > > duplicates. > > > > > > [FINDBUGS] Computing warning deltas based on reference build > #2168 > > > > > > [FINDBUGS] Plug-in Result: Failed - <a > href="findbugsResult/new">1 > > > new > > > > > > warning</a> of <a href="findbugsResult/HIGH">priority High</a> > > > exceeds > > > > > the > > > > > > threshold of 0 by 1 > > > > > > Build step 'Publish FindBugs analysis results' changed build > result > > > to > > > > > > FAILURE > > > > > > Skipping Cobertura coverage report as build was not UNSTABLE or > > > better > > > > > ... > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > Daan > > > > > > > > > > > > > > > > > > > > > -- > > > > Rafael Weingärtner > > > > > > > > > > > > > > > > -- > > > Daan > > > > > > > > > > > -- > > Rafael Weingärtner > > > > > > -- > Daan >
