See <http://jenkins.buildacloud.org/job/cloudstack-4.3-maven-build-noredist/381/>
------------------------------------------ [...truncated 18869 lines...] Configure log4j with default properties 2014-01-24 08:50:30,248 INFO [cloud.utils.TestProfiler] (main:) testProfiler() started 2014-01-24 08:50:31,249 INFO [cloud.utils.TestProfiler] (main:) Duration : 1001 2014-01-24 08:50:31,250 INFO [cloud.utils.TestProfiler] (main:) testProfiler() stopped Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.005 sec Running com.cloud.utils.PropertiesUtilsTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Results : Tests run: 73, Failures: 0, Errors: 0, Skipped: 1 [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ cloud-utils --- [INFO] Building jar: <http://jenkins.buildacloud.org/job/cloudstack-4.3-maven-build-noredist/ws/utils/target/cloud-utils-4.3.0.jar> [INFO] [INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @ cloud-utils --- [INFO] [INFO] --- maven-jar-plugin:2.4:test-jar (default) @ cloud-utils --- [INFO] Building jar: <http://jenkins.buildacloud.org/job/cloudstack-4.3-maven-build-noredist/ws/utils/target/cloud-utils-4.3.0-tests.jar> [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ cloud-utils --- [INFO] Installing <http://jenkins.buildacloud.org/job/cloudstack-4.3-maven-build-noredist/ws/utils/target/cloud-utils-4.3.0.jar> to /var/lib/jenkins/.m2/repository/org/apache/cloudstack/cloud-utils/4.3.0/cloud-utils-4.3.0.jar [INFO] Installing <http://jenkins.buildacloud.org/job/cloudstack-4.3-maven-build-noredist/ws/utils/pom.xml> to /var/lib/jenkins/.m2/repository/org/apache/cloudstack/cloud-utils/4.3.0/cloud-utils-4.3.0.pom [INFO] Installing <http://jenkins.buildacloud.org/job/cloudstack-4.3-maven-build-noredist/ws/utils/target/cloud-utils-4.3.0-tests.jar> to /var/lib/jenkins/.m2/repository/org/apache/cloudstack/cloud-utils/4.3.0/cloud-utils-4.3.0-tests.jar [INFO] [INFO] >>> findbugs-maven-plugin:2.5.3:check (default-cli) @ cloud-utils >>> [INFO] [INFO] --- findbugs-maven-plugin:2.5.3:findbugs (findbugs) @ cloud-utils --- [INFO] Fork Value is true [java] Warnings generated: 97 [java] FindBugs 2.0.3 was released 11/22/2013 07:00 AM EST (you have 2.0.2) [java] Modest set of bug fixes, including more accurate bug detectors and a few new bug patterns [java] Visit http://findbugs.cs.umd.edu for details. [INFO] Done FindBugs Analysis.... [INFO] [INFO] <<< findbugs-maven-plugin:2.5.3:check (default-cli) @ cloud-utils <<< [INFO] [INFO] --- findbugs-maven-plugin:2.5.3:check (default-cli) @ cloud-utils --- [INFO] BugInstance size is 97 [INFO] Error size is 0 [INFO] Total bugs: 97 [INFO] Nullcheck of str at line 115 of value previously dereferenced in com.cloud.utils.NumbersUtil.parseInterval(String, long) ["com.cloud.utils.NumbersUtil"] At NumbersUtil.java:[lines 30-130] [INFO] Found reliance on default encoding in com.cloud.utils.S3Utils.canReadWriteBucket(S3Utils$ClientOptions, String): String.getBytes() ["com.cloud.utils.S3Utils"] At S3Utils.java:[lines 70-616] [INFO] exceptional return value of java.io.File.delete() ignored in com.cloud.utils.S3Utils.getFile(S3Utils$ClientOptions, String, String, File, S3Utils$FileNamingStrategy) ["com.cloud.utils.S3Utils"] At S3Utils.java:[lines 70-616] [INFO] exceptional return value of java.io.File.renameTo(File) ignored in com.cloud.utils.S3Utils.getFile(S3Utils$ClientOptions, String, String, File, S3Utils$FileNamingStrategy) ["com.cloud.utils.S3Utils"] At S3Utils.java:[lines 70-616] [INFO] com.cloud.utils.StringUtils.listToCsvTags(List) concatenates strings using + in a loop ["com.cloud.utils.StringUtils"] At StringUtils.java:[lines 29-217] [INFO] com.cloud.utils.StringUtils.mapToString(Map) concatenates strings using + in a loop ["com.cloud.utils.StringUtils"] At StringUtils.java:[lines 29-217] [INFO] Dead store to result in com.cloud.utils.SwiftUtil.deleteObject(SwiftUtil$SwiftClientCfg, String) ["com.cloud.utils.SwiftUtil"] At SwiftUtil.java:[lines 31-239] [INFO] Dead store to swiftCli in com.cloud.utils.SwiftUtil.list(SwiftUtil$SwiftClientCfg, String, String) ["com.cloud.utils.SwiftUtil"] At SwiftUtil.java:[lines 31-239] [INFO] Invocation of toString on lines in com.cloud.utils.SwiftUtil.getObject(SwiftUtil$SwiftClientCfg, File, String) ["com.cloud.utils.SwiftUtil"] At SwiftUtil.java:[lines 31-239] [INFO] Invocation of toString on lines in com.cloud.utils.SwiftUtil.putObject(SwiftUtil$SwiftClientCfg, File, String, String) ["com.cloud.utils.SwiftUtil"] At SwiftUtil.java:[lines 31-239] [INFO] Nullcheck of httpConn at line 155 of value previously dereferenced in com.cloud.utils.UriUtils.getRemoteSize(String) ["com.cloud.utils.UriUtils"] At UriUtils.java:[lines 46-242] [INFO] Exception is caught when Exception is not thrown in com.cloud.utils.UriUtils.getInputStreamFromUrl(String, String, String) ["com.cloud.utils.UriUtils"] At UriUtils.java:[lines 46-242] [INFO] Dead store to ack in com.cloud.utils.cisco.n1kv.vsm.NetconfHelper.exchangeHello() ["com.cloud.utils.cisco.n1kv.vsm.NetconfHelper"] At NetconfHelper.java:[lines 35-288] [INFO] Found reliance on default encoding in com.cloud.utils.cisco.n1kv.vsm.NetconfHelper.receive(): new String(byte[], int, int) ["com.cloud.utils.cisco.n1kv.vsm.NetconfHelper"] At NetconfHelper.java:[lines 35-288] [INFO] Found reliance on default encoding in com.cloud.utils.cisco.n1kv.vsm.NetconfHelper.send(String): String.getBytes() ["com.cloud.utils.cisco.n1kv.vsm.NetconfHelper"] At NetconfHelper.java:[lines 35-288] [INFO] com.cloud.utils.cisco.n1kv.vsm.NetconfHelper.receive() invokes inefficient new String(String) constructor ["com.cloud.utils.cisco.n1kv.vsm.NetconfHelper"] At NetconfHelper.java:[lines 35-288] [INFO] com.cloud.utils.cisco.n1kv.vsm.NetconfHelper.receive() concatenates strings using + in a loop ["com.cloud.utils.cisco.n1kv.vsm.NetconfHelper"] At NetconfHelper.java:[lines 35-288] [INFO] Unread public/protected field: com.cloud.utils.cisco.n1kv.vsm.PolicyMap.burstRate ["com.cloud.utils.cisco.n1kv.vsm.PolicyMap"] At PolicyMap.java:[lines 25-30] [INFO] Unread public/protected field: com.cloud.utils.cisco.n1kv.vsm.PolicyMap.committedRate ["com.cloud.utils.cisco.n1kv.vsm.PolicyMap"] At PolicyMap.java:[lines 25-30] [INFO] Unread public/protected field: com.cloud.utils.cisco.n1kv.vsm.PolicyMap.peakRate ["com.cloud.utils.cisco.n1kv.vsm.PolicyMap"] At PolicyMap.java:[lines 25-30] [INFO] Unread public/protected field: com.cloud.utils.cisco.n1kv.vsm.PolicyMap.policyMapName ["com.cloud.utils.cisco.n1kv.vsm.PolicyMap"] At PolicyMap.java:[lines 25-30] [INFO] Unread public/protected field: com.cloud.utils.cisco.n1kv.vsm.PortProfile.binding ["com.cloud.utils.cisco.n1kv.vsm.PortProfile"] At PortProfile.java:[lines 34-44] [INFO] Unread public/protected field: com.cloud.utils.cisco.n1kv.vsm.PortProfile.inputPolicyMap ["com.cloud.utils.cisco.n1kv.vsm.PortProfile"] At PortProfile.java:[lines 34-44] [INFO] Unread public/protected field: com.cloud.utils.cisco.n1kv.vsm.PortProfile.maxPorts ["com.cloud.utils.cisco.n1kv.vsm.PortProfile"] At PortProfile.java:[lines 34-44] [INFO] Unread public/protected field: com.cloud.utils.cisco.n1kv.vsm.PortProfile.mode ["com.cloud.utils.cisco.n1kv.vsm.PortProfile"] At PortProfile.java:[lines 34-44] [INFO] Unread public/protected field: com.cloud.utils.cisco.n1kv.vsm.PortProfile.outputPolicyMap ["com.cloud.utils.cisco.n1kv.vsm.PortProfile"] At PortProfile.java:[lines 34-44] [INFO] Unread public/protected field: com.cloud.utils.cisco.n1kv.vsm.PortProfile.profileName ["com.cloud.utils.cisco.n1kv.vsm.PortProfile"] At PortProfile.java:[lines 34-44] [INFO] Unread public/protected field: com.cloud.utils.cisco.n1kv.vsm.PortProfile.status ["com.cloud.utils.cisco.n1kv.vsm.PortProfile"] At PortProfile.java:[lines 34-44] [INFO] Unread public/protected field: com.cloud.utils.cisco.n1kv.vsm.PortProfile.type ["com.cloud.utils.cisco.n1kv.vsm.PortProfile"] At PortProfile.java:[lines 34-44] [INFO] Unread public/protected field: com.cloud.utils.cisco.n1kv.vsm.PortProfile.vlan ["com.cloud.utils.cisco.n1kv.vsm.PortProfile"] At PortProfile.java:[lines 34-44] [INFO] Write to static field com.cloud.utils.component.ComponentContext.s_initializeBeans from instance method com.cloud.utils.component.ComponentContext.setInitializeBeans(boolean) ["com.cloud.utils.component.ComponentContext"] At ComponentContext.java:[lines 47-273] [INFO] Write to static field com.cloud.utils.component.ComponentContext.s_appContext from instance method com.cloud.utils.component.ComponentContext.setApplicationContext(ApplicationContext) ["com.cloud.utils.component.ComponentContext"] At ComponentContext.java:[lines 47-273] [INFO] Wait not in loop in com.cloud.utils.concurrency.SynchronizationEvent.waitEvent() ["com.cloud.utils.concurrency.SynchronizationEvent"] At SynchronizationEvent.java:[lines 21-84] [INFO] Found reliance on default encoding in com.cloud.utils.crypt.EncryptionSecretKeyChecker.check(Properties): new java.io.FileReader(File) ["com.cloud.utils.crypt.EncryptionSecretKeyChecker"] At EncryptionSecretKeyChecker.java:[lines 40-153] [INFO] Found reliance on default encoding in com.cloud.utils.crypt.EncryptionSecretKeyChecker.check(Properties): new java.io.InputStreamReader(InputStream) ["com.cloud.utils.crypt.EncryptionSecretKeyChecker"] At EncryptionSecretKeyChecker.java:[lines 40-153] [INFO] Found reliance on default encoding in com.cloud.utils.crypt.EncryptionSecretKeyChecker.check(Properties): new java.io.PrintWriter(OutputStream, boolean) ["com.cloud.utils.crypt.EncryptionSecretKeyChecker"] At EncryptionSecretKeyChecker.java:[lines 40-153] [INFO] Write to static field com.cloud.utils.crypt.EncryptionSecretKeyChecker.s_useEncryption from instance method com.cloud.utils.crypt.EncryptionSecretKeyChecker.check(Properties) ["com.cloud.utils.crypt.EncryptionSecretKeyChecker"] At EncryptionSecretKeyChecker.java:[lines 40-153] [INFO] Found reliance on default encoding in com.cloud.utils.crypt.EncryptionSecretKeySender.main(String[]): new java.io.InputStreamReader(InputStream) ["com.cloud.utils.crypt.EncryptionSecretKeySender"] At EncryptionSecretKeySender.java:[lines 26-59] [INFO] Found reliance on default encoding in com.cloud.utils.crypt.EncryptionSecretKeySender.main(String[]): new java.io.PrintWriter(OutputStream, boolean) ["com.cloud.utils.crypt.EncryptionSecretKeySender"] At EncryptionSecretKeySender.java:[lines 26-59] [INFO] Found reliance on default encoding in com.cloud.utils.crypt.RSAHelper.encryptWithSSHPublicKey(String, String): String.getBytes() ["com.cloud.utils.crypt.RSAHelper"] At RSAHelper.java:[lines 36-80] [INFO] Found reliance on default encoding in com.cloud.utils.crypt.RSAHelper.readKey(String): new String(byte[]) ["com.cloud.utils.crypt.RSAHelper"] At RSAHelper.java:[lines 36-80] [INFO] Found reliance on default encoding in com.cloud.utils.encoding.URLEncoder.encode(String): new java.io.OutputStreamWriter(OutputStream) ["com.cloud.utils.encoding.URLEncoder"] At URLEncoder.java:[lines 38-108] [INFO] com.cloud.utils.encoding.URLEncoder.hexadecimal should be package protected ["com.cloud.utils.encoding.URLEncoder"] At URLEncoder.java:[lines 38-108] [INFO] The field name com.cloud.utils.events.EventArgs.Empty doesn't start with a lower case letter ["com.cloud.utils.events.EventArgs"] At EventArgs.java:[lines 23-40] [INFO] com.cloud.utils.events.SubscriptionMgr$SubscriberInfo defines equals and uses Object.hashCode() ["com.cloud.utils.events.SubscriptionMgr$SubscriberInfo"] At SubscriptionMgr.java:[lines 123-165] [INFO] Redundant nullcheck of nextState, which is known to be non-null in com.cloud.utils.fsm.StateMachine2.transitTo(StateObject, Object, Object, StateDao) ["com.cloud.utils.fsm.StateMachine2"] At StateMachine2.java:[lines 34-136] [INFO] Found reliance on default encoding in com.cloud.utils.log.CglibThrowableRenderer.doRender(Throwable): new java.io.PrintWriter(OutputStream) ["com.cloud.utils.log.CglibThrowableRenderer"] At CglibThrowableRenderer.java:[lines 41-78] [INFO] com.cloud.utils.net.Ip.equals(Object) checks for operand being a Long ["com.cloud.utils.net.Ip"] At Ip.java:[lines 28-86] [INFO] com.cloud.utils.net.Ip.equals(Object) checks for operand being a String ["com.cloud.utils.net.Ip"] At Ip.java:[lines 28-86] [INFO] com.cloud.utils.net.Ip4Address.equals(Object) checks for operand being a String ["com.cloud.utils.net.Ip4Address"] At Ip4Address.java:[lines 23-61] [INFO] Comparison of String objects using == or != in com.cloud.utils.net.Ip4Address.equals(Object) ["com.cloud.utils.net.Ip4Address"] At Ip4Address.java:[lines 23-61] [INFO] com.cloud.utils.net.Ip4Address defines equals and uses Object.hashCode() ["com.cloud.utils.net.Ip4Address"] At Ip4Address.java:[lines 23-61] [INFO] Hard coded reference to an absolute pathname in com.cloud.utils.net.MacAddress.<static initializer for MacAddress>() ["com.cloud.utils.net.MacAddress"] At MacAddress.java:[lines 35-382] [INFO] Hard coded reference to an absolute pathname in com.cloud.utils.net.MacAddress.<static initializer for MacAddress>() ["com.cloud.utils.net.MacAddress"] At MacAddress.java:[lines 35-382] [INFO] Found reliance on default encoding in com.cloud.utils.net.MacAddress.<static initializer for MacAddress>(): new java.io.InputStreamReader(InputStream) ["com.cloud.utils.net.MacAddress"] At MacAddress.java:[lines 35-382] [INFO] Found reliance on default encoding in com.cloud.utils.net.MacAddress.getFirstLineOfCommand(String[]): new java.io.InputStreamReader(InputStream) ["com.cloud.utils.net.MacAddress"] At MacAddress.java:[lines 35-382] [INFO] com.cloud.utils.net.MacAddress.<static initializer for MacAddress>() may fail to close stream ["com.cloud.utils.net.MacAddress"] At MacAddress.java:[lines 35-382] [INFO] com.cloud.utils.net.MacAddress.getFirstLineOfCommand(String[]) may fail to close stream ["com.cloud.utils.net.MacAddress"] At MacAddress.java:[lines 35-382] [INFO] Dead store to network in com.cloud.utils.net.NetUtils.isValidIp6Cidr(String) ["com.cloud.utils.net.NetUtils"] At NetUtils.java:[lines 51-1512] [INFO] Dead store to address in com.cloud.utils.net.NetUtils.isValidIpv6(String) ["com.cloud.utils.net.NetUtils"] At NetUtils.java:[lines 51-1512] [INFO] Found reliance on default encoding in com.cloud.utils.net.NetUtils.getDefaultHostIp(): new java.io.InputStreamReader(InputStream) ["com.cloud.utils.net.NetUtils"] At NetUtils.java:[lines 51-1512] [INFO] The method name com.cloud.utils.net.NetUtils.IsIpEqualToNetworkOrBroadCastIp(String, String, long) doesn't start with a lower case letter ["com.cloud.utils.net.NetUtils"] At NetUtils.java:[lines 51-1512] [INFO] Possible null pointer dereference of one on branch that might be infeasible in com.cloud.utils.net.NetUtils.isSameIsolationId(String, String) ["com.cloud.utils.net.NetUtils"] At NetUtils.java:[lines 51-1512] [INFO] Possible null pointer dereference of other on branch that might be infeasible in com.cloud.utils.net.NetUtils.isSameIsolationId(String, String) ["com.cloud.utils.net.NetUtils"] At NetUtils.java:[lines 51-1512] [INFO] com.cloud.utils.net.NetUtils.getDefaultHostIp() may fail to close stream ["com.cloud.utils.net.NetUtils"] At NetUtils.java:[lines 51-1512] [INFO] Suspicious comparison of Long references in com.cloud.utils.net.NetUtils.isNetowrkASubsetOrSupersetOfNetworkB(String, String) ["com.cloud.utils.net.NetUtils"] At NetUtils.java:[lines 51-1512] [INFO] The class name com.cloud.utils.net.NetUtils$supersetOrSubset doesn't start with an upper case letter ["com.cloud.utils.net.NetUtils$supersetOrSubset"] At NetUtils.java:[lines 815-820] [INFO] Found reliance on default encoding in com.cloud.utils.nio.Link.doHandshake(SocketChannel, SSLEngine, boolean): String.getBytes() ["com.cloud.utils.nio.Link"] At Link.java:[lines 50-560] [INFO] Inconsistent synchronization of com.cloud.utils.nio.Link._key; locked 80% of time ["com.cloud.utils.nio.Link"] At Link.java:[lines 50-560] [INFO] com.cloud.utils.nio.Link.initSSLContext(boolean) may fail to clean up java.io.InputStream on checked exception ["com.cloud.utils.nio.Link", "java.io.InputStream"] At Link.java:[lines 50-560]At InputStream.java:[lines 45-363] [INFO] Inconsistent synchronization of com.cloud.utils.nio.NioConnection._todos; locked 66% of time ["com.cloud.utils.nio.NioConnection"] At NioConnection.java:[lines 50-448] [INFO] com.cloud.utils.nio.NioConnection.start() synchronizes on updated field NioConnection._thread ["com.cloud.utils.nio.NioConnection"] At NioConnection.java:[lines 50-448] [INFO] Unconditional wait in com.cloud.utils.nio.NioConnection.start() ["com.cloud.utils.nio.NioConnection"] At NioConnection.java:[lines 50-448] [INFO] Wait not in loop in com.cloud.utils.nio.NioConnection.start() ["com.cloud.utils.nio.NioConnection"] At NioConnection.java:[lines 50-448] [INFO] Should com.cloud.utils.nio.NioConnection$ChangeRequest be a _static_ inner class? ["com.cloud.utils.nio.NioConnection$ChangeRequest"] At NioConnection.java:[lines 460-465] [INFO] Found reliance on default encoding in com.cloud.utils.script.Script.execute(OutputInterpreter): new java.io.InputStreamReader(InputStream) ["com.cloud.utils.script.Script"] At Script.java:[lines 44-502] [INFO] Redundant nullcheck of com.cloud.utils.script.Script._process, which is known to be non-null in com.cloud.utils.script.Script.execute(OutputInterpreter) ["com.cloud.utils.script.Script"] At Script.java:[lines 44-502] [INFO] Inconsistent synchronization of com.cloud.utils.script.Script$Task.done; locked 83% of time ["com.cloud.utils.script.Script$Task"] At Script.java:[lines 304-339] [INFO] Wait not in loop in com.cloud.utils.script.Script$Task.getResult() ["com.cloud.utils.script.Script$Task"] At Script.java:[lines 304-339] [INFO] Found reliance on default encoding in com.cloud.utils.security.CertificateHelper.buildCertificate(String): String.getBytes() ["com.cloud.utils.security.CertificateHelper"] At CertificateHelper.java:[lines 46-159] [INFO] Found reliance on default encoding in com.cloud.utils.ssh.SSHCmdHelper.sshExecuteCmdOneShotWithExitCode(Connection, String): new String(byte[]) ["com.cloud.utils.ssh.SSHCmdHelper"] At SSHCmdHelper.java:[lines 27-158] [INFO] Found reliance on default encoding in com.cloud.utils.ssh.SSHKeysHelper.getPrivateKey(): java.io.ByteArrayOutputStream.toString() ["com.cloud.utils.ssh.SSHKeysHelper"] At SSHKeysHelper.java:[lines 32-106] [INFO] Found reliance on default encoding in com.cloud.utils.ssh.SSHKeysHelper.getPublicKey(): java.io.ByteArrayOutputStream.toString() ["com.cloud.utils.ssh.SSHKeysHelper"] At SSHKeysHelper.java:[lines 32-106] [INFO] Found reliance on default encoding in com.cloud.utils.ssh.SSHKeysHelper.getPublicKeyFromKeyMaterial(String): new String(byte[]) ["com.cloud.utils.ssh.SSHKeysHelper"] At SSHKeysHelper.java:[lines 32-106] [INFO] Found reliance on default encoding in com.cloud.utils.ssh.SSHKeysHelper.getPublicKeyFromKeyMaterial(String): String.getBytes() ["com.cloud.utils.ssh.SSHKeysHelper"] At SSHKeysHelper.java:[lines 32-106] [INFO] Possible null pointer dereference of md5 in com.cloud.utils.ssh.SSHKeysHelper.getPublicKeyFingerprint(String) on exception path ["com.cloud.utils.ssh.SSHKeysHelper"] At SSHKeysHelper.java:[lines 32-106] [INFO] com.cloud.utils.ssh.SSHKeysHelper.getPublicKeyFingerprint(String) concatenates strings using + in a loop ["com.cloud.utils.ssh.SSHKeysHelper"] At SSHKeysHelper.java:[lines 32-106] [INFO] Found reliance on default encoding in com.cloud.utils.ssh.SshHelper.sshExecute(String, int, String, File, String, String, int, int, int): new String(byte[], int, int) ["com.cloud.utils.ssh.SshHelper"] At SshHelper.java:[lines 28-205] [INFO] The class name com.cloud.utils.ssh.sshException doesn't start with an upper case letter ["com.cloud.utils.ssh.sshException"] At sshException.java:[lines 24-25] [INFO] Unwritten field: com.cloud.utils.storage.encoding.DecodedDataObject.name ["com.cloud.utils.storage.encoding.DecodedDataObject"] At DecodedDataObject.java:[lines 32-56] [INFO] Write to static field com.cloud.utils.time.InaccurateClock.time from instance method new com.cloud.utils.time.InaccurateClock() ["com.cloud.utils.time.InaccurateClock"] At InaccurateClock.java:[lines 33-84] [INFO] Write to static field com.cloud.utils.time.InaccurateClock.s_executor from instance method com.cloud.utils.time.InaccurateClock.turnOff() ["com.cloud.utils.time.InaccurateClock"] At InaccurateClock.java:[lines 33-84] [INFO] Should com.cloud.utils.time.InaccurateClock$SetTimeTask be a _static_ inner class? ["com.cloud.utils.time.InaccurateClock$SetTimeTask"] At InaccurateClock.java:[lines 87-97] [INFO] Found reliance on default encoding in com.cloud.utils.xmlobject.XmlObjectParser.parseFromString(String): String.getBytes() ["com.cloud.utils.xmlobject.XmlObjectParser"] At XmlObjectParser.java:[lines 91-120] [INFO] Should com.cloud.utils.xmlobject.XmlObjectParser$XmlHandler be a _static_ inner class? ["com.cloud.utils.xmlobject.XmlObjectParser$XmlHandler"] At XmlObjectParser.java:[lines 43-86] [INFO] org.apache.cloudstack.utils.identity.ManagementServerNode.start() invokes System.exit(...), which shuts down the entire virtual machine ["org.apache.cloudstack.utils.identity.ManagementServerNode"] At ManagementServerNode.java:[lines 31-58] [INFO] org.apache.commons.httpclient.contrib.ssl.EasySSLProtocolSocketFactory.equals(Object) fails for subtypes ["org.apache.commons.httpclient.contrib.ssl.EasySSLProtocolSocketFactory"] At EasySSLProtocolSocketFactory.java:[lines 101-229] [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Apache CloudStack ................................. SUCCESS [4:10.813s] [INFO] Apache CloudStack Maven Conventions Parent ........ SUCCESS [0.114s] [INFO] Apache CloudStack Framework - Managed Context ..... SUCCESS [20.354s] [INFO] Apache CloudStack Utils ........................... FAILURE [49.344s] [INFO] Apache CloudStack Framework ....................... SKIPPED [INFO] Apache CloudStack Framework - Event Notification .. SKIPPED [INFO] Apache CloudStack Framework - Configuration ....... SKIPPED [INFO] Apache CloudStack API ............................. SKIPPED [INFO] Apache CloudStack Framework - REST ................ SKIPPED [INFO] Apache CloudStack Framework - IPC ................. SKIPPED [INFO] Apache CloudStack Cloud Engine .................... SKIPPED [INFO] Apache CloudStack Cloud Engine API ................ SKIPPED [INFO] Apache CloudStack Core ............................ SKIPPED [INFO] Apache CloudStack Agents .......................... SKIPPED [INFO] Apache CloudStack Framework - Clustering .......... SKIPPED [INFO] Apache CloudStack Framework - Jobs ................ SKIPPED [INFO] Apache CloudStack Cloud Engine Schema Component ... SKIPPED [INFO] Apache CloudStack Framework - Event Notification .. SKIPPED [INFO] Apache CloudStack Cloud Engine Internal Components API SKIPPED [INFO] Apache CloudStack Server .......................... SKIPPED [INFO] Apache CloudStack Usage Server .................... SKIPPED [INFO] Apache XenSource XAPI ............................. SKIPPED [INFO] Apache CloudStack Cloud Engine Orchestration Component SKIPPED [INFO] Apache CloudStack Cloud Services .................. SKIPPED [INFO] Apache CloudStack Secondary Storage Service ....... SKIPPED [INFO] Apache CloudStack Engine Storage Component ........ SKIPPED [INFO] Apache CloudStack Engine Storage Volume Component . SKIPPED [INFO] Apache CloudStack Engine Storage Image Component .. SKIPPED [INFO] Apache CloudStack Engine Storage Data Motion Component SKIPPED [INFO] Apache CloudStack Engine Storage Cache Component .. SKIPPED [INFO] Apache CloudStack Engine Storage Snapshot Component SKIPPED [INFO] Apache CloudStack Cloud Engine API ................ SKIPPED [INFO] Apache CloudStack Cloud Engine Service ............ SKIPPED [INFO] Apache CloudStack Plugin POM ...................... SKIPPED [INFO] Apache CloudStack Plugin - API Rate Limit ......... SKIPPED [INFO] Apache CloudStack Plugin - API Discovery .......... SKIPPED [INFO] Apache CloudStack Plugin - ACL Static Role Based .. SKIPPED [INFO] Apache CloudStack Plugin - Host Anti-Affinity Processor SKIPPED [INFO] Apache CloudStack Plugin - Explicit Dedication Processor SKIPPED [INFO] Apache CloudStack Plugin - User Concentrated Pod Deployment Planner SKIPPED [INFO] Apache CloudStack Plugin - User Dispersing Deployment Planner SKIPPED [INFO] Apache CloudStack Plugin - Implicit Dedication Planner SKIPPED [INFO] Apache CloudStack Plugin - Skip Heurestics Planner SKIPPED [INFO] Apache CloudStack Plugin - Host Allocator Random .. SKIPPED [INFO] Apache CloudStack Plugin - Dedicated Resources .... SKIPPED [INFO] Apache CloudStack Plugin - Hypervisor OracleVM .... SKIPPED [INFO] Apache CloudStack Plugin - Open vSwitch ........... SKIPPED [INFO] Apache CloudStack Plugin - Hypervisor Xen ......... SKIPPED [INFO] Apache CloudStack Plugin - Hypervisor KVM ......... SKIPPED [INFO] Apache CloudStack Plugin - RabbitMQ Event Bus ..... SKIPPED [INFO] Apache CloudStack Plugin - Hypervisor Baremetal ... SKIPPED [INFO] Apache CloudStack Plugin - Hypervisor UCS ......... SKIPPED [INFO] Apache CloudStack Plugin - Hypervisor Hyper-V ..... SKIPPED [INFO] Apache CloudStack Plugin - Network Elastic Load Balancer SKIPPED [INFO] Apache CloudStack Plugin - Network Internal Load Balancer SKIPPED [INFO] Apache CloudStack Plugin - Network Juniper Contrail SKIPPED [INFO] Apache CloudStack Plugin - Palo Alto .............. SKIPPED [INFO] Apache CloudStack Checkstyle Configuration ........ SKIPPED [INFO] Apache CloudStack Plugin - Network Nicira NVP ..... SKIPPED [INFO] Apache CloudStack Plugin - BigSwitch Virtual Network Segment SKIPPED [INFO] Apache CloudStack Plugin - Midokura Midonet ....... SKIPPED [INFO] Apache Cloudstack Plugin - Stratosphere SSP ....... SKIPPED [INFO] Apache CloudStack Plugin - Storage Allocator Random SKIPPED [INFO] Apache CloudStack Plugin - User Authenticator LDAP SKIPPED [INFO] Apache CloudStack Plugin - User Authenticator MD5 . SKIPPED [INFO] Apache CloudStack Plugin - User Authenticator Plain Text SKIPPED [INFO] Apache CloudStack Plugin - User Authenticator SHA256 Salted SKIPPED [INFO] Apache CloudStack Plugin - Dns Notifier Example ... SKIPPED [INFO] Apache CloudStack Plugin - Storage Image S3 ....... SKIPPED [INFO] Apache CloudStack Plugin - Storage Image Swift provider SKIPPED [INFO] Apache CloudStack Plugin - Storage Image default provider SKIPPED [INFO] Apache CloudStack Plugin - Storage Image sample provider SKIPPED [INFO] Apache CloudStack Plugin - Storage Volume SolidFire Provider SKIPPED [INFO] Apache CloudStack Plugin - Storage Volume default provider SKIPPED [INFO] Apache CloudStack Plugin - Storage Volume sample provider SKIPPED [INFO] Apache CloudStack Plugin - SNMP Alerts ............ SKIPPED [INFO] Apache CloudStack Plugin - Syslog Alerts .......... SKIPPED [INFO] Apache CloudStack Plugin - Network VXLAN .......... SKIPPED [INFO] Apache CloudStack Framework - Spring Life Cycle ... SKIPPED [INFO] cloud-framework-spring-module ..................... SKIPPED [INFO] Apache CloudStack Test ............................ SKIPPED [INFO] Apache CloudStack Console Proxy - RDP Client ...... SKIPPED [INFO] Apache CloudStack Console Proxy ................... SKIPPED [INFO] Apache CloudStack Console Proxy - Server .......... SKIPPED [INFO] Apache CloudStack System VM ....................... SKIPPED [INFO] Apache CloudStack Client UI ....................... SKIPPED [INFO] Apache CloudStack Framework - QuickCloud .......... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 5:25.462s [INFO] Finished at: Fri Jan 24 08:51:09 EST 2014 [INFO] Final Memory: 49M/197M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.codehaus.mojo:findbugs-maven-plugin:2.5.3:check (default-cli) on project cloud-utils: failed with 97 bugs and 0 errors -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <goals> -rf :cloud-utils Build step 'Invoke top-level Maven targets' marked build as failure [FINDBUGS] Skipping publisher since build result is FAILURE Archiving artifacts