[GitHub] cloudstack pull request: Fix 4 findbugs warnings in JuniperSrxReso...

2015-06-15 Thread bhaisaab
Github user bhaisaab commented on the pull request:

https://github.com/apache/cloudstack/pull/399#issuecomment-111985640
  
Patch fails for some reason


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: Fix findbugs ClassCastException in ScaleS...

2015-06-15 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cloudstack/pull/412


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: Fix findbugs RCN_REDUNDANT_NULLCHECK_OF_N...

2015-06-15 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cloudstack/pull/451


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: Fix findbugs RCN_REDUNDANT_NULLCHECK_OF_N...

2015-06-15 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cloudstack/pull/447


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: Fix findbugs encoding issue in MemStat.ja...

2015-06-15 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cloudstack/pull/402


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


Build failed in Jenkins: simulator-singlerun #1237

2015-06-15 Thread jenkins
See http://jenkins.buildacloud.org/job/simulator-singlerun/1237/

--
Started by upstream project build-master-simulator build number 2055
originally caused by:
 Started by upstream project build-master build number 2377
 originally caused by:
  Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on simulator in workspace 
http://jenkins.buildacloud.org/job/simulator-singlerun/ws/
  /usr/bin/git rev-parse --is-inside-work-tree # timeout=400
Fetching changes from the remote Git repository
  /usr/bin/git config remote.origin.url 
  https://git-wip-us.apache.org/repos/asf/cloudstack.git # timeout=400
Fetching upstream changes from 
https://git-wip-us.apache.org/repos/asf/cloudstack.git
  /usr/bin/git --version # timeout=400
  /usr/bin/git fetch --tags --progress 
  https://git-wip-us.apache.org/repos/asf/cloudstack.git 
  +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from 
https://git-wip-us.apache.org/repos/asf/cloudstack.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:735)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:983)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1016)
at hudson.scm.SCM.checkout(SCM.java:484)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1258)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:622)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:528)
at hudson.model.Run.execute(Run.java:1759)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:89)
at hudson.model.Executor.run(Executor.java:240)
Caused by: hudson.plugins.git.GitException: Command /usr/bin/git fetch --tags 
--progress https://git-wip-us.apache.org/repos/asf/cloudstack.git 
+refs/heads/*:refs/remotes/origin/* returned status code 128:
stdout: 
stderr: error:  while accessing 
https://git-wip-us.apache.org/repos/asf/cloudstack.git/info/refs

fatal: HTTP request failed

at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1591)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1379)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:86)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:324)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:152)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:145)
at hudson.remoting.UserRequest.perform(UserRequest.java:121)
at hudson.remoting.UserRequest.perform(UserRequest.java:49)
at hudson.remoting.Request$2.run(Request.java:324)
at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:744)
at ..remote call to simulator(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1356)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:221)
at hudson.remoting.Channel.call(Channel.java:752)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:145)
at sun.reflect.GeneratedMethodAccessor375.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:131)
at sun.proxy.$Proxy46.execute(Unknown Source)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:733)
... 11 more
ERROR: Error fetching remote repo 'origin'
[xUnit] [INFO] - Starting to record.
[xUnit] [INFO] - Processing JUnit
[xUnit] [INFO] - [JUnit] - 1 test report file(s) were found with the pattern 
'xunit.xml' relative to 
'http://jenkins.buildacloud.org/job/simulator-singlerun/ws/' for the testing 
framework 'JUnit'.
[xUnit] [ERROR] - Test reports were found but not all of them are new. Did all 
the tests run?
  * http://jenkins.buildacloud.org/job/simulator-singlerun/ws/xunit.xml is 1 
mo 14 days old

[xUnit] [INFO] - Failing BUILD.
[xUnit] [INFO] - There are errors when processing test results.
[xUnit] [INFO] - 

Build failed in Jenkins: simulator-singlerun #1238

2015-06-15 Thread jenkins
See http://jenkins.buildacloud.org/job/simulator-singlerun/1238/

--
Started by upstream project build-master-simulator build number 2056
originally caused by:
 Started by upstream project build-master build number 2378
 originally caused by:
  Started by an SCM change
  Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on simulator in workspace 
http://jenkins.buildacloud.org/job/simulator-singlerun/ws/
  /usr/bin/git rev-parse --is-inside-work-tree # timeout=400
Fetching changes from the remote Git repository
  /usr/bin/git config remote.origin.url 
  https://git-wip-us.apache.org/repos/asf/cloudstack.git # timeout=400
Fetching upstream changes from 
https://git-wip-us.apache.org/repos/asf/cloudstack.git
  /usr/bin/git --version # timeout=400
  /usr/bin/git fetch --tags --progress 
  https://git-wip-us.apache.org/repos/asf/cloudstack.git 
  +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from 
https://git-wip-us.apache.org/repos/asf/cloudstack.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:735)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:983)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1016)
at hudson.scm.SCM.checkout(SCM.java:484)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1258)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:622)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:528)
at hudson.model.Run.execute(Run.java:1759)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:89)
at hudson.model.Executor.run(Executor.java:240)
Caused by: hudson.plugins.git.GitException: Command /usr/bin/git fetch --tags 
--progress https://git-wip-us.apache.org/repos/asf/cloudstack.git 
+refs/heads/*:refs/remotes/origin/* returned status code 128:
stdout: 
stderr: error:  while accessing 
https://git-wip-us.apache.org/repos/asf/cloudstack.git/info/refs

fatal: HTTP request failed

at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1591)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1379)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:86)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:324)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:152)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:145)
at hudson.remoting.UserRequest.perform(UserRequest.java:121)
at hudson.remoting.UserRequest.perform(UserRequest.java:49)
at hudson.remoting.Request$2.run(Request.java:324)
at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:744)
at ..remote call to simulator(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1356)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:221)
at hudson.remoting.Channel.call(Channel.java:752)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:145)
at sun.reflect.GeneratedMethodAccessor375.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:131)
at sun.proxy.$Proxy46.execute(Unknown Source)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:733)
... 11 more
ERROR: Error fetching remote repo 'origin'
[xUnit] [INFO] - Starting to record.
[xUnit] [INFO] - Processing JUnit
[xUnit] [INFO] - [JUnit] - 1 test report file(s) were found with the pattern 
'xunit.xml' relative to 
'http://jenkins.buildacloud.org/job/simulator-singlerun/ws/' for the testing 
framework 'JUnit'.
[xUnit] [ERROR] - Test reports were found but not all of them are new. Did all 
the tests run?
  * http://jenkins.buildacloud.org/job/simulator-singlerun/ws/xunit.xml is 1 
mo 14 days old

[xUnit] [INFO] - Failing BUILD.
[xUnit] [INFO] - There are errors when processing test 

[GitHub] cloudstack pull request: Fix 1 findbugs warning in VmwareResource....

2015-06-15 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cloudstack/pull/409


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: Fix findbugs encoding warning

2015-06-15 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cloudstack/pull/403


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: Fix 2 findbugs warnings in VmwareStorageM...

2015-06-15 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cloudstack/pull/410


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: Fix 2 findbugs encoding warnings in Vmwar...

2015-06-15 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cloudstack/pull/405


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: Fix findbugs warning in VmwareHelper.java

2015-06-15 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cloudstack/pull/407


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: Fix findbugs encoding warning in LibvirtC...

2015-06-15 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cloudstack/pull/401


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: Fix findbugs encoding warning in VmwareSe...

2015-06-15 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cloudstack/pull/408


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: Fix findbugs warning in LibvirtConsolePro...

2015-06-15 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cloudstack/pull/400


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: Fix findbugs encoding warning

2015-06-15 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cloudstack/pull/406


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: Fix 3 findbugs encoding warnings

2015-06-15 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cloudstack/pull/404


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: Fix findbugs RCN_REDUNDANT_NULLCHECK_OF_N...

2015-06-15 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cloudstack/pull/455


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: Fix findbugs RCN_REDUNDANT_NULLCHECK_OF_N...

2015-06-15 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cloudstack/pull/449


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: CLOUDSTACK-8537 add check for unique publ...

2015-06-15 Thread DaanHoogland
Github user DaanHoogland commented on the pull request:

https://github.com/apache/cloudstack/pull/357#issuecomment-112015264
  
H @bhaisaab not done writing a unit test yet. It is on my list so but it 
seems fairly trivial so feel free to merge if you like it like this.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


Build failed in Jenkins: simulator-singlerun #1236

2015-06-15 Thread jenkins
See http://jenkins.buildacloud.org/job/simulator-singlerun/1236/

--
Started by upstream project build-master-simulator build number 2054
originally caused by:
 Started by upstream project build-master build number 2376
 originally caused by:
  Started by an SCM change
 Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on simulator in workspace 
http://jenkins.buildacloud.org/job/simulator-singlerun/ws/
  /usr/bin/git rev-parse --is-inside-work-tree # timeout=400
Fetching changes from the remote Git repository
  /usr/bin/git config remote.origin.url 
  https://git-wip-us.apache.org/repos/asf/cloudstack.git # timeout=400
Fetching upstream changes from 
https://git-wip-us.apache.org/repos/asf/cloudstack.git
  /usr/bin/git --version # timeout=400
  /usr/bin/git fetch --tags --progress 
  https://git-wip-us.apache.org/repos/asf/cloudstack.git 
  +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from 
https://git-wip-us.apache.org/repos/asf/cloudstack.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:735)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:983)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1016)
at hudson.scm.SCM.checkout(SCM.java:484)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1258)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:622)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:528)
at hudson.model.Run.execute(Run.java:1759)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:89)
at hudson.model.Executor.run(Executor.java:240)
Caused by: hudson.plugins.git.GitException: Command /usr/bin/git fetch --tags 
--progress https://git-wip-us.apache.org/repos/asf/cloudstack.git 
+refs/heads/*:refs/remotes/origin/* returned status code 128:
stdout: 
stderr: error:  while accessing 
https://git-wip-us.apache.org/repos/asf/cloudstack.git/info/refs

fatal: HTTP request failed

at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1591)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1379)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:86)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:324)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:152)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:145)
at hudson.remoting.UserRequest.perform(UserRequest.java:121)
at hudson.remoting.UserRequest.perform(UserRequest.java:49)
at hudson.remoting.Request$2.run(Request.java:324)
at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:744)
at ..remote call to simulator(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1356)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:221)
at hudson.remoting.Channel.call(Channel.java:752)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:145)
at sun.reflect.GeneratedMethodAccessor375.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:131)
at sun.proxy.$Proxy46.execute(Unknown Source)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:733)
... 11 more
ERROR: Error fetching remote repo 'origin'
[xUnit] [INFO] - Starting to record.
[xUnit] [INFO] - Processing JUnit
[xUnit] [INFO] - [JUnit] - 1 test report file(s) were found with the pattern 
'xunit.xml' relative to 
'http://jenkins.buildacloud.org/job/simulator-singlerun/ws/' for the testing 
framework 'JUnit'.
[xUnit] [ERROR] - Test reports were found but not all of them are new. Did all 
the tests run?
  * http://jenkins.buildacloud.org/job/simulator-singlerun/ws/xunit.xml is 1 
mo 14 days old

[xUnit] [INFO] - Failing BUILD.
[xUnit] [INFO] - There are errors when processing test 

[GitHub] cloudstack pull request: Fix findbugs encoding issue

2015-06-15 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cloudstack/pull/394


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: Fix findbugs encoding warning in HttpNfcL...

2015-06-15 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cloudstack/pull/397


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: Fix findbugs encoding warning in JuniperS...

2015-06-15 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cloudstack/pull/398


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: Fix findbugs encoding warning in CitrixRe...

2015-06-15 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cloudstack/pull/395


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: Fix another findbugs encoding warning in ...

2015-06-15 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cloudstack/pull/396


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: Fix 3 findbugs encoding warnings in Vmwar...

2015-06-15 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cloudstack/pull/411


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: Fix findbugs DM_BOXED_PRIMITIVE_FOR_PARSI...

2015-06-15 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cloudstack/pull/417


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: Fix findbugs ClassCastException in Upgrad...

2015-06-15 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cloudstack/pull/413


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: Fix findbugs warning in BareMetalResource...

2015-06-15 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cloudstack/pull/421


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: Fix findbugs warning in Upgrade421to430.j...

2015-06-15 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cloudstack/pull/419


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: Fix 2 findbugs ClassCastExceptions

2015-06-15 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cloudstack/pull/414


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: Fix findbugs warning in ElastistorPrimary...

2015-06-15 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cloudstack/pull/428


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: Fix findbugs warning in ClusterManagerImp...

2015-06-15 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cloudstack/pull/420


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: Fix findbugs warning in Script.java

2015-06-15 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cloudstack/pull/436


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: Fix findbugs warning in NetscalerResource...

2015-06-15 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cloudstack/pull/426


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: Fix findbugs warning HE_EQUALS_USE_HASHCO...

2015-06-15 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cloudstack/pull/439


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: Fix 2 findbugs warnings in NetworkService...

2015-06-15 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cloudstack/pull/432


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: Fix findbugs warning in NetworkServiceImp...

2015-06-15 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cloudstack/pull/437


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: Fix 4 findbugs warnings in Upgrade218to22...

2015-06-15 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cloudstack/pull/418


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: Fix findbugs DMI_RANDOM_USED_ONLY_ONCE wa...

2015-06-15 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cloudstack/pull/416


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: Fix 2 findbugs warnings in ElastistorUtil...

2015-06-15 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cloudstack/pull/429


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: Fix findbugs warning in NetworkUsageManag...

2015-06-15 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cloudstack/pull/433


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: Fix findbugs warning in ApiDispatcher.jav...

2015-06-15 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cloudstack/pull/430


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: Fix findbugs warning in CloudZonesStartup...

2015-06-15 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cloudstack/pull/431


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: Fixed 4 findbugs warnings in CitrixResour...

2015-06-15 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cloudstack/pull/425


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


Build failed in Jenkins: simulator-singlerun #1235

2015-06-15 Thread jenkins
See http://jenkins.buildacloud.org/job/simulator-singlerun/1235/

--
Started by upstream project build-master-simulator build number 2053
originally caused by:
 Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on simulator in workspace 
http://jenkins.buildacloud.org/job/simulator-singlerun/ws/
  /usr/bin/git rev-parse --is-inside-work-tree # timeout=400
Fetching changes from the remote Git repository
  /usr/bin/git config remote.origin.url 
  https://git-wip-us.apache.org/repos/asf/cloudstack.git # timeout=400
Fetching upstream changes from 
https://git-wip-us.apache.org/repos/asf/cloudstack.git
  /usr/bin/git --version # timeout=400
  /usr/bin/git fetch --tags --progress 
  https://git-wip-us.apache.org/repos/asf/cloudstack.git 
  +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from 
https://git-wip-us.apache.org/repos/asf/cloudstack.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:735)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:983)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1016)
at hudson.scm.SCM.checkout(SCM.java:484)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1258)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:622)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:528)
at hudson.model.Run.execute(Run.java:1759)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:89)
at hudson.model.Executor.run(Executor.java:240)
Caused by: hudson.plugins.git.GitException: Command /usr/bin/git fetch --tags 
--progress https://git-wip-us.apache.org/repos/asf/cloudstack.git 
+refs/heads/*:refs/remotes/origin/* returned status code 128:
stdout: 
stderr: error:  while accessing 
https://git-wip-us.apache.org/repos/asf/cloudstack.git/info/refs

fatal: HTTP request failed

at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1591)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1379)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:86)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:324)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:152)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:145)
at hudson.remoting.UserRequest.perform(UserRequest.java:121)
at hudson.remoting.UserRequest.perform(UserRequest.java:49)
at hudson.remoting.Request$2.run(Request.java:324)
at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:744)
at ..remote call to simulator(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1356)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:221)
at hudson.remoting.Channel.call(Channel.java:752)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:145)
at sun.reflect.GeneratedMethodAccessor375.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:131)
at sun.proxy.$Proxy46.execute(Unknown Source)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:733)
... 11 more
ERROR: Error fetching remote repo 'origin'
[xUnit] [INFO] - Starting to record.
[xUnit] [INFO] - Processing JUnit
[xUnit] [INFO] - [JUnit] - 1 test report file(s) were found with the pattern 
'xunit.xml' relative to 
'http://jenkins.buildacloud.org/job/simulator-singlerun/ws/' for the testing 
framework 'JUnit'.
[xUnit] [ERROR] - Test reports were found but not all of them are new. Did all 
the tests run?
  * http://jenkins.buildacloud.org/job/simulator-singlerun/ws/xunit.xml is 1 
mo 14 days old

[xUnit] [INFO] - Failing BUILD.
[xUnit] [INFO] - There are errors when processing test results.
[xUnit] [INFO] - Skipping tests recording.
[xUnit] [INFO] - Stop build.


[GitHub] cloudstack pull request: Fix findbugs warning in OvmResourceBase.j...

2015-06-15 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cloudstack/pull/423


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: Fix findbugs warning in ProjectManagerImp...

2015-06-15 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cloudstack/pull/434


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: Fix 2 findbugs warnings in ApiResponseHel...

2015-06-15 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cloudstack/pull/438


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: Fix findbugs NS_DANGEROUS_NON_SHORT_CIRCU...

2015-06-15 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cloudstack/pull/440


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: Fix findbugs warning in PaloAltoResource....

2015-06-15 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cloudstack/pull/427


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: Fix findbugs warning in NetUtils.java

2015-06-15 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cloudstack/pull/435


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


Build failed in Jenkins: build-master-slowbuild #1576

2015-06-15 Thread jenkins
See http://jenkins.buildacloud.org/job/build-master-slowbuild/1576/changes

Changes:

[Gaurav Aradhye] CLOUDSTACK-8555: Skip volume resize operation for HyperV as 
it's not

[Rohit Yadav] Fix findbugs encoding issue This is done by calling 
HttpMethodBase's getResponseBodyAsString() which properly lookup the specified 
encoding in the request's Content-Type header This also avoids instantiation of 
two extra strings on the println() and return statements

[Rohit Yadav] Fix findbugs encoding warning in CitrixResourceBase Output of 
text files should be UTF-8, this is the default for linux, will now always use 
the same format for every platform

[Rohit Yadav] Fix another findbugs encoding warning in CitrixResourceBase In 
this case, using default encoding is desired, since the purpose is to read 
shell command output, which uses the platform's default encoding. This gets rid 
of the findbugs warning.

[Rohit Yadav] Fix findbugs encoding warning in HttpNfcLeaseMO VMWare ovf files 
are utf-8 encoded. Relying on default encoding in some platforms such as 
windows would cause erroneous characters from being read on some fields like 
description, and could also cause the import to fail, depending on the 
characters.

[Rohit Yadav] Fix findbugs encoding warning in JuniperSrxResource All .xml 
files contain only utf-8/us-ascii compatible characters. If special characters 
are added to these files in the future, UTF-8 should be used for cross platform 
compatibility

[Rohit Yadav] Fix findbugs warning in LibvirtConsoleProxyLoadCommandWrapper 
Encoding is now specified in both server and clients for the console proxy 
getstatus command For some reason, findbugs did not detect unsafe encoding 
issue in ConsoleProxyResource.java, is properly specified now though... 
CitrixConsoleProxyLoadCommandWrapper was specifying system default encoding for 
operation, should be ok because default for xenserver is UTF-8 since it's linux 
based, but it's best to specify exact encoding set on the server end to be 
consistent

[Rohit Yadav] Remove unused import to fix checkstyle warning

[Rohit Yadav] Fix findbugs encoding warning in 
LibvirtCreatePrivateTemplateFromVolumeCommandWrapper Libvirt templates should 
be written in UTF-8, default was already doing that so this just gets rid of 
the findbugs warning

[Rohit Yadav] Was safe either way as this piece of code should only run in 
linux, this just gets rid of the findbugs warning

[Rohit Yadav] Fix findbugs encoding warning Vmds files created by ESX are UTF-8 
encoded

[Rohit Yadav] Fix 3 findbugs encoding warnings Vmdk descriptor files used by 
ESX should be UTF-8 encoded

[Rohit Yadav] Fix 3 findbugs warnings OVF and VMX descriptor files should be 
written in UTF-8

[Rohit Yadav] Fix 2 findbugs encoding warnings in VmwareContext.java 
StreamReaders should use encoding specified in the connection object

[Rohit Yadav] Fix findbugs encoding warning ESX responses should be encoded in 
UTF-8

[Rohit Yadav] Fix findbugs warning in VmwareHelper.java Disk descriptors should 
be written in UTF-8 for Vmware

[Rohit Yadav] Fix findbugs encoding warning in VmwareServerDiscoverer.java 
Input string should only contain safe characters, since it's derived from a 
Long object. This just gets rid of the findbugs warning

[Rohit Yadav] Fix 1 findbugs warning in VmwareResource.java

[Rohit Yadav] Fix 2 findbugs warnings in VmwareStorageManagerImpl.java Template 
files and metadata should be written to file in UTF-8

[Rohit Yadav] Fix findbugs encoding warning, all .xml files contain only 
utf-8/us-ascii compatible characters

[Rohit Yadav] Add import statements, remove unused FileReader import

[Rohit Yadav] Resolve findbugs encoding warning

[Rohit Yadav] Fix 3 findbugs encoding warnings in VmwareStorageProcessor.java 
Ova templates and metadata should be written to file in UTF-8 Fix warning in 
UUID generation

[Rohit Yadav] Fix findbugs ClassCastException in ScaleSystemVMCmd.java 
getDetails() isn't called anywhere in the code, either way, implementation is 
wrong since details is a MapString, String and not a MapString, 
MapString,String If this piece of could would get run, it would just fail 
trying to cast String to MapString,String

[Rohit Yadav] Remove unused imports to fix checkstyle warnings

[Rohit Yadav] Fix findbugs ClassCastException in UpgradeSystemVMCmd.java 
getDetails() isn't called anywhere in the code, either way, implementation is 
wrong since details is a MapString, String and not a MapString, 
MapString,String If this piece of could would get run, it would just fail 
trying to cast String to HashMapString,String in line 83

[Rohit Yadav] Remove unused imports to fix checkstyle warnings

[Rohit Yadav] Fix 2 findbugs ClassCastExceptions getDetails() isn't called 
anywhere in the code, either way, implementation is wrong since details is a 
Map\String, String\ and not a Map\String, Map\String,String\\ If this 
piece of could would get run, it would just fail trying to cast 

[GitHub] cloudstack pull request: CLOUDSTACK-8527: Skipping VPC tests on Hy...

2015-06-15 Thread gauravaradhye
GitHub user gauravaradhye opened a pull request:

https://github.com/apache/cloudstack/pull/458

CLOUDSTACK-8527: Skipping VPC tests on HyperV

Skipping tests as VPC is not supported on HyperV

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/gauravaradhye/cloudstack 8527

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cloudstack/pull/458.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #458


commit 3dae7bf165012fee695cce23e1060307bd1c6a41
Author: Gaurav Aradhye gaurav.arad...@clogeny.com
Date:   2015-06-15T11:16:13Z

CLOUDSTACK-8527: Skipping VPC tests on HyperV




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: Fix findbugs SQL_PREPARED_STATEMENT_GENER...

2015-06-15 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cloudstack/pull/441


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: Fix findbugs RCN_REDUNDANT_NULLCHECK_OF_N...

2015-06-15 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cloudstack/pull/444


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: Fix 4 findbugs warnings in JuniperSrxReso...

2015-06-15 Thread rsafonseca
Github user rsafonseca commented on the pull request:

https://github.com/apache/cloudstack/pull/399#issuecomment-111994620
  
perhaps due to other changes in base file? I've rebased with current 
master, can you retry @bhaisaab ? :)


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: Fix findbugs encoding warning, all .xml f...

2015-06-15 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cloudstack/pull/393


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: Resolve findbugs encoding warning

2015-06-15 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cloudstack/pull/392


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: Fix 3 findbugs SQL_PREPARED_STATEMENT_GEN...

2015-06-15 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cloudstack/pull/443


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: Fix findbugs SQL_PREPARED_STATEMENT_GENER...

2015-06-15 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cloudstack/pull/442


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


Re: Build failed in Jenkins: build-master-slowbuild #1576

2015-06-15 Thread Rafael Fonseca
Not all the PRs are commited yet, but it's looking a bit better now :)
Will trigger a travis re-run on the failed PRs when i get a chance..

[FINDBUGS] Plug-in Result: Failed - a href=findbugsResult/new14 new
warnings/a of a href=findbugsResult/HIGHpriority High/a exceed the
threshold of 0 by 14
Build step 'Publish FindBugs analysis results' changed build result to
FAILURE
Skipping Cobertura coverage report as build was not UNSTABLE or better ...

Cheers :)

On Mon, Jun 15, 2015 at 1:20 PM, jenk...@cloudstack.org wrote:

 See 
 http://jenkins.buildacloud.org/job/build-master-slowbuild/1576/changes

 Changes:

 [Gaurav Aradhye] CLOUDSTACK-8555: Skip volume resize operation for HyperV
 as it's not

 [Rohit Yadav] Fix findbugs encoding issue This is done by calling
 HttpMethodBase's getResponseBodyAsString() which properly lookup the
 specified encoding in the request's Content-Type header This also avoids
 instantiation of two extra strings on the println() and return statements

 [Rohit Yadav] Fix findbugs encoding warning in CitrixResourceBase Output
 of text files should be UTF-8, this is the default for linux, will now
 always use the same format for every platform

 [Rohit Yadav] Fix another findbugs encoding warning in CitrixResourceBase
 In this case, using default encoding is desired, since the purpose is to
 read shell command output, which uses the platform's default encoding. This
 gets rid of the findbugs warning.

 [Rohit Yadav] Fix findbugs encoding warning in HttpNfcLeaseMO VMWare ovf
 files are utf-8 encoded. Relying on default encoding in some platforms such
 as windows would cause erroneous characters from being read on some fields
 like description, and could also cause the import to fail, depending on the
 characters.

 [Rohit Yadav] Fix findbugs encoding warning in JuniperSrxResource All .xml
 files contain only utf-8/us-ascii compatible characters. If special
 characters are added to these files in the future, UTF-8 should be used for
 cross platform compatibility

 [Rohit Yadav] Fix findbugs warning in
 LibvirtConsoleProxyLoadCommandWrapper Encoding is now specified in both
 server and clients for the console proxy getstatus command For some reason,
 findbugs did not detect unsafe encoding issue in ConsoleProxyResource.java,
 is properly specified now though... CitrixConsoleProxyLoadCommandWrapper
 was specifying system default encoding for operation, should be ok because
 default for xenserver is UTF-8 since it's linux based, but it's best to
 specify exact encoding set on the server end to be consistent

 [Rohit Yadav] Remove unused import to fix checkstyle warning

 [Rohit Yadav] Fix findbugs encoding warning in
 LibvirtCreatePrivateTemplateFromVolumeCommandWrapper Libvirt templates
 should be written in UTF-8, default was already doing that so this just
 gets rid of the findbugs warning

 [Rohit Yadav] Was safe either way as this piece of code should only run in
 linux, this just gets rid of the findbugs warning

 [Rohit Yadav] Fix findbugs encoding warning Vmds files created by ESX are
 UTF-8 encoded

 [Rohit Yadav] Fix 3 findbugs encoding warnings Vmdk descriptor files used
 by ESX should be UTF-8 encoded

 [Rohit Yadav] Fix 3 findbugs warnings OVF and VMX descriptor files should
 be written in UTF-8

 [Rohit Yadav] Fix 2 findbugs encoding warnings in VmwareContext.java
 StreamReaders should use encoding specified in the connection object

 [Rohit Yadav] Fix findbugs encoding warning ESX responses should be
 encoded in UTF-8

 [Rohit Yadav] Fix findbugs warning in VmwareHelper.java Disk descriptors
 should be written in UTF-8 for Vmware

 [Rohit Yadav] Fix findbugs encoding warning in VmwareServerDiscoverer.java
 Input string should only contain safe characters, since it's derived from a
 Long object. This just gets rid of the findbugs warning

 [Rohit Yadav] Fix 1 findbugs warning in VmwareResource.java

 [Rohit Yadav] Fix 2 findbugs warnings in VmwareStorageManagerImpl.java
 Template files and metadata should be written to file in UTF-8

 [Rohit Yadav] Fix findbugs encoding warning, all .xml files contain only
 utf-8/us-ascii compatible characters

 [Rohit Yadav] Add import statements, remove unused FileReader import

 [Rohit Yadav] Resolve findbugs encoding warning

 [Rohit Yadav] Fix 3 findbugs encoding warnings in
 VmwareStorageProcessor.java Ova templates and metadata should be written to
 file in UTF-8 Fix warning in UUID generation

 [Rohit Yadav] Fix findbugs ClassCastException in ScaleSystemVMCmd.java
 getDetails() isn't called anywhere in the code, either way, implementation
 is wrong since details is a MapString, String and not a MapString,
 MapString,String If this piece of could would get run, it would just
 fail trying to cast String to MapString,String

 [Rohit Yadav] Remove unused imports to fix checkstyle warnings

 [Rohit Yadav] Fix findbugs ClassCastException in UpgradeSystemVMCmd.java
 getDetails() isn't called anywhere in the code, either way, 

[GitHub] cloudstack pull request: Fix 2 findbugs STCAL_STATIC_SIMPLE_DATE_F...

2015-06-15 Thread rsafonseca
Github user rsafonseca commented on the pull request:

https://github.com/apache/cloudstack/pull/457#issuecomment-112080925
  
@DaanHoogland it's a fluke, sry :)
Must have typed wq1 instead of wq! on vi ... fixed and rebased


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


Re: Can't configure Load Balancer

2015-06-15 Thread Andrija Panic
I would also like to see these implemented :(

On 15 June 2015 at 14:20, Douglas Land d...@looprock.com wrote:

 Aren't  cloudstack developers the service providers for the VR LB?

 On Monday, June 15, 2015, Rajesh Battala rajesh.batt...@citrix.com
 wrote:

  Hi Paul,
 
  Creation of HealthCheck policy currently its supported only if LB device
  is Netscaler. For VR and F5 it's not supported
  Framework is present but associated Service Provider has to implement the
  policy management.
 
  Thanks
  Rajesh Battala
 
  -Original Message-
  From: Paul Shadwell [mailto:p...@shadwell.ch javascript:;]
  Sent: Saturday, June 13, 2015 5:34 AM
  To: us...@cloudstack.apache.org javascript:;
  Subject: Can't configure Load Balancer
 
  When trying to configure HealthCheck in a Load Balancer. I get the
  following error:
 
 
 {createlbhealthcheckpolicyresponse:{uuidList:[],errorcode:430,cserrorcode:,errortext:Failed
  to create HealthCheck policy: Validation Failed (HealthCheck Policy is
 not
  supported by LB Provider for the LB rule id :)24”}}
 
  Can anyone shed any light on this.
 
  ACS Cloudstack v4.5.1
 




-- 

Andrija Panić


Build failed in Jenkins: simulator-singlerun #1239

2015-06-15 Thread jenkins
See http://jenkins.buildacloud.org/job/simulator-singlerun/1239/

--
Started by upstream project build-master-simulator build number 2057
originally caused by:
 Started by an SCM change
 Started by an SCM change
 Started by an SCM change
 Started by upstream project build-master build number 2379
 originally caused by:
  Started by an SCM change
  Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on simulator in workspace 
http://jenkins.buildacloud.org/job/simulator-singlerun/ws/
  /usr/bin/git rev-parse --is-inside-work-tree # timeout=400
Fetching changes from the remote Git repository
  /usr/bin/git config remote.origin.url 
  https://git-wip-us.apache.org/repos/asf/cloudstack.git # timeout=400
Fetching upstream changes from 
https://git-wip-us.apache.org/repos/asf/cloudstack.git
  /usr/bin/git --version # timeout=400
  /usr/bin/git fetch --tags --progress 
  https://git-wip-us.apache.org/repos/asf/cloudstack.git 
  +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from 
https://git-wip-us.apache.org/repos/asf/cloudstack.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:735)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:983)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1016)
at hudson.scm.SCM.checkout(SCM.java:484)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1258)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:622)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:528)
at hudson.model.Run.execute(Run.java:1759)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:89)
at hudson.model.Executor.run(Executor.java:240)
Caused by: hudson.plugins.git.GitException: Command /usr/bin/git fetch --tags 
--progress https://git-wip-us.apache.org/repos/asf/cloudstack.git 
+refs/heads/*:refs/remotes/origin/* returned status code 128:
stdout: 
stderr: error:  while accessing 
https://git-wip-us.apache.org/repos/asf/cloudstack.git/info/refs

fatal: HTTP request failed

at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1591)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1379)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:86)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:324)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:152)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:145)
at hudson.remoting.UserRequest.perform(UserRequest.java:121)
at hudson.remoting.UserRequest.perform(UserRequest.java:49)
at hudson.remoting.Request$2.run(Request.java:324)
at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:744)
at ..remote call to simulator(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1356)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:221)
at hudson.remoting.Channel.call(Channel.java:752)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:145)
at sun.reflect.GeneratedMethodAccessor375.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:131)
at sun.proxy.$Proxy46.execute(Unknown Source)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:733)
... 11 more
ERROR: Error fetching remote repo 'origin'
[xUnit] [INFO] - Starting to record.
[xUnit] [INFO] - Processing JUnit
[xUnit] [INFO] - [JUnit] - 1 test report file(s) were found with the pattern 
'xunit.xml' relative to 
'http://jenkins.buildacloud.org/job/simulator-singlerun/ws/' for the testing 
framework 'JUnit'.
[xUnit] [ERROR] - Test reports were found but not all of them are new. Did all 
the tests run?
  * http://jenkins.buildacloud.org/job/simulator-singlerun/ws/xunit.xml is 1 
mo 14 days old

[xUnit] [INFO] 

[GitHub] cloudstack pull request: Fix 2 findbugs STCAL_STATIC_SIMPLE_DATE_F...

2015-06-15 Thread DaanHoogland
Github user DaanHoogland commented on the pull request:

https://github.com/apache/cloudstack/pull/457#issuecomment-112071469
  
there's a new ParamProcessWorker class there (and .java file?) looks like 
this is a commit fluke instead of a needed addition. please remove it.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


Re: Build failed in Jenkins: build-master-slowbuild #1577

2015-06-15 Thread Daan Hoogland
great job Rafael, Thanks Rohit for doing the pull requests. 42 down to
14 and some that weren't in the overhead on the side. Let's keep at
it.

On Mon, Jun 15, 2015 at 4:14 PM,  jenk...@cloudstack.org wrote:
 See http://jenkins.buildacloud.org/job/build-master-slowbuild/1577/

 --
 [...truncated 27108 lines...]
 [INFO] No sources to compile
 [INFO]
 [INFO]  findbugs-maven-plugin:3.0.0:check (cloudstack-findbugs) @ 
 cloud-quickcloud 
 [INFO]
 [INFO] --- findbugs-maven-plugin:3.0.0:findbugs (findbugs) @ cloud-quickcloud 
 ---
 [INFO]
 [INFO]  findbugs-maven-plugin:3.0.0:check (cloudstack-findbugs) @ 
 cloud-quickcloud 
 [INFO]
 [INFO] --- findbugs-maven-plugin:3.0.0:check (cloudstack-findbugs) @ 
 cloud-quickcloud ---
 [INFO]
 [INFO] --- cobertura-maven-plugin:2.6:instrument (default-cli) @ 
 cloud-quickcloud ---
 [WARNING] No files to instrument.
 [INFO] NOT adding cobertura ser file to attached artifacts list.
 [INFO]
 [INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ 
 cloud-quickcloud ---
 [debug] execute contextualize
 [INFO] Using 'UTF-8' encoding to copy filtered resources.
 [INFO] skip non existing resourceDirectory 
 http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/quickcloud/src/test/resources
 [INFO] Copying 3 resources
 [INFO] Copying 3 resources
 [INFO]
 [INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ 
 cloud-quickcloud ---
 [INFO] No sources to compile
 [INFO]
 [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ 
 cloud-quickcloud ---
 [INFO]
 [INFO]  cobertura-maven-plugin:2.6:cobertura (default-cli) @ 
 cloud-quickcloud 
 [INFO]
 [INFO] --- cobertura-maven-plugin:2.6:cobertura (default-cli) @ 
 cloud-quickcloud ---
 [INFO] 
 
 [INFO] Reactor Summary:
 [INFO]
 [INFO] Apache CloudStack Developer Tools - Checkstyle Configuration  SUCCESS 
 [1.750s]
 [INFO] Apache CloudStack . SUCCESS [1.871s]
 [INFO] Apache CloudStack Maven Conventions Parent  SUCCESS [0.802s]
 [INFO] Apache CloudStack Framework - Managed Context . SUCCESS [20.552s]
 [INFO] Apache CloudStack Utils ... SUCCESS [1:19.444s]
 [INFO] Apache CloudStack Framework ... SUCCESS [0.112s]
 [INFO] Apache CloudStack Framework - Event Notification .. SUCCESS [50.886s]
 [INFO] Apache CloudStack Framework - Configuration ... SUCCESS [27.977s]
 [INFO] Apache CloudStack API . SUCCESS [1:57.039s]
 [INFO] Apache CloudStack Framework - REST  SUCCESS [16.871s]
 [INFO] Apache CloudStack Framework - IPC . SUCCESS [31.166s]
 [INFO] Apache CloudStack Cloud Engine  SUCCESS [0.112s]
 [INFO] Apache CloudStack Cloud Engine API  SUCCESS [29.380s]
 [INFO] Apache CloudStack Framework - Security  SUCCESS [25.644s]
 [INFO] Apache CloudStack Core  SUCCESS [1:17.397s]
 [INFO] Apache CloudStack Agents .. SUCCESS [37.033s]
 [INFO] Apache CloudStack Framework - Clustering .. SUCCESS [31.219s]
 [INFO] Apache CloudStack Framework - Event Notification .. SUCCESS [16.632s]
 [INFO] Apache CloudStack Cloud Engine Schema Component ... SUCCESS [2:04.899s]
 [INFO] Apache CloudStack Framework - Jobs  SUCCESS [42.716s]
 [INFO] Apache CloudStack Cloud Engine Internal Components API  SUCCESS 
 [32.141s]
 [INFO] Apache CloudStack Server .. SUCCESS [4:11.030s]
 [INFO] Apache CloudStack Usage Server  SUCCESS [50.841s]
 [INFO] Apache CloudStack Cloud Engine Orchestration Component  SUCCESS 
 [1:27.339s]
 [INFO] Apache CloudStack Cloud Services .. SUCCESS [0.065s]
 [INFO] Apache CloudStack Secondary Storage ... SUCCESS [0.431s]
 [INFO] Apache CloudStack Secondary Storage Service ... SUCCESS [57.200s]
 [INFO] Apache CloudStack Engine Storage Component  SUCCESS [59.746s]
 [INFO] Apache CloudStack Engine Storage Volume Component . SUCCESS [37.945s]
 [INFO] Apache CloudStack Engine Storage Image Component .. SUCCESS [28.452s]
 [INFO] Apache CloudStack Engine Storage Data Motion Component  SUCCESS 
 [33.931s]
 [INFO] Apache CloudStack Engine Storage Cache Component .. SUCCESS [21.169s]
 [INFO] Apache CloudStack Engine Storage Snapshot Component  SUCCESS [37.614s]
 [INFO] Apache CloudStack Cloud Engine API  SUCCESS [13.011s]
 [INFO] Apache CloudStack Cloud Engine Service  SUCCESS [6.393s]
 [INFO] Apache CloudStack Plugin POM .. SUCCESS [0.814s]
 [INFO] Apache CloudStack Plugin - API Rate Limit . SUCCESS [1:52.921s]
 [INFO] Apache CloudStack Plugin - Storage Volume default provider  SUCCESS 
 [2:47.602s]
 [INFO] Apache CloudStack Plugin - Storage Volume SolidFire Provider  SUCCESS 
 [1:07.020s]
 

[GitHub] cloudstack pull request: Fix 2 findbugs STCAL_STATIC_SIMPLE_DATE_F...

2015-06-15 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cloudstack/pull/457


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: update of the findbugs lib

2015-06-15 Thread DaanHoogland
GitHub user DaanHoogland opened a pull request:

https://github.com/apache/cloudstack/pull/459

update of the findbugs lib



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/DaanHoogland/cloudstack findbugs-3.0.1

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cloudstack/pull/459.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #459


commit e9e5f0eb43315f6ab80e83af881ab8fe77acc6fd
Author: Daan Hoogland daan.hoogl...@gmail.com
Date:   2015-06-15T14:22:34Z

update of the findbugs lib




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


Re: Build failed in Jenkins: build-master-slowbuild #1577

2015-06-15 Thread Rafael Fonseca
Thank you Daan, glad to help :)
Also, take a look at https://github.com/apache/cloudstack/pull/399 , this
one will bring the 14 new issues down to 10. The other ones still open
are for issues not considered new to jenkins.
Full count was 257 (yesterday) down to 188 (this morning) :)


On Mon, Jun 15, 2015 at 4:29 PM, Daan Hoogland daan.hoogl...@gmail.com
wrote:

 great job Rafael, Thanks Rohit for doing the pull requests. 42 down to
 14 and some that weren't in the overhead on the side. Let's keep at
 it.

 On Mon, Jun 15, 2015 at 4:14 PM,  jenk...@cloudstack.org wrote:
  See http://jenkins.buildacloud.org/job/build-master-slowbuild/1577/
 
  --
  [...truncated 27108 lines...]
  [INFO] No sources to compile
  [INFO]
  [INFO]  findbugs-maven-plugin:3.0.0:check (cloudstack-findbugs) @
 cloud-quickcloud 
  [INFO]
  [INFO] --- findbugs-maven-plugin:3.0.0:findbugs (findbugs) @
 cloud-quickcloud ---
  [INFO]
  [INFO]  findbugs-maven-plugin:3.0.0:check (cloudstack-findbugs) @
 cloud-quickcloud 
  [INFO]
  [INFO] --- findbugs-maven-plugin:3.0.0:check (cloudstack-findbugs) @
 cloud-quickcloud ---
  [INFO]
  [INFO] --- cobertura-maven-plugin:2.6:instrument (default-cli) @
 cloud-quickcloud ---
  [WARNING] No files to instrument.
  [INFO] NOT adding cobertura ser file to attached artifacts list.
  [INFO]
  [INFO] --- maven-resources-plugin:2.5:testResources
 (default-testResources) @ cloud-quickcloud ---
  [debug] execute contextualize
  [INFO] Using 'UTF-8' encoding to copy filtered resources.
  [INFO] skip non existing resourceDirectory 
 http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/quickcloud/src/test/resources
 
  [INFO] Copying 3 resources
  [INFO] Copying 3 resources
  [INFO]
  [INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @
 cloud-quickcloud ---
  [INFO] No sources to compile
  [INFO]
  [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @
 cloud-quickcloud ---
  [INFO]
  [INFO]  cobertura-maven-plugin:2.6:cobertura (default-cli) @
 cloud-quickcloud 
  [INFO]
  [INFO] --- cobertura-maven-plugin:2.6:cobertura (default-cli) @
 cloud-quickcloud ---
  [INFO]
 
  [INFO] Reactor Summary:
  [INFO]
  [INFO] Apache CloudStack Developer Tools - Checkstyle Configuration
 SUCCESS [1.750s]
  [INFO] Apache CloudStack . SUCCESS
 [1.871s]
  [INFO] Apache CloudStack Maven Conventions Parent  SUCCESS
 [0.802s]
  [INFO] Apache CloudStack Framework - Managed Context . SUCCESS
 [20.552s]
  [INFO] Apache CloudStack Utils ... SUCCESS
 [1:19.444s]
  [INFO] Apache CloudStack Framework ... SUCCESS
 [0.112s]
  [INFO] Apache CloudStack Framework - Event Notification .. SUCCESS
 [50.886s]
  [INFO] Apache CloudStack Framework - Configuration ... SUCCESS
 [27.977s]
  [INFO] Apache CloudStack API . SUCCESS
 [1:57.039s]
  [INFO] Apache CloudStack Framework - REST  SUCCESS
 [16.871s]
  [INFO] Apache CloudStack Framework - IPC . SUCCESS
 [31.166s]
  [INFO] Apache CloudStack Cloud Engine  SUCCESS
 [0.112s]
  [INFO] Apache CloudStack Cloud Engine API  SUCCESS
 [29.380s]
  [INFO] Apache CloudStack Framework - Security  SUCCESS
 [25.644s]
  [INFO] Apache CloudStack Core  SUCCESS
 [1:17.397s]
  [INFO] Apache CloudStack Agents .. SUCCESS
 [37.033s]
  [INFO] Apache CloudStack Framework - Clustering .. SUCCESS
 [31.219s]
  [INFO] Apache CloudStack Framework - Event Notification .. SUCCESS
 [16.632s]
  [INFO] Apache CloudStack Cloud Engine Schema Component ... SUCCESS
 [2:04.899s]
  [INFO] Apache CloudStack Framework - Jobs  SUCCESS
 [42.716s]
  [INFO] Apache CloudStack Cloud Engine Internal Components API  SUCCESS
 [32.141s]
  [INFO] Apache CloudStack Server .. SUCCESS
 [4:11.030s]
  [INFO] Apache CloudStack Usage Server  SUCCESS
 [50.841s]
  [INFO] Apache CloudStack Cloud Engine Orchestration Component  SUCCESS
 [1:27.339s]
  [INFO] Apache CloudStack Cloud Services .. SUCCESS
 [0.065s]
  [INFO] Apache CloudStack Secondary Storage ... SUCCESS
 [0.431s]
  [INFO] Apache CloudStack Secondary Storage Service ... SUCCESS
 [57.200s]
  [INFO] Apache CloudStack Engine Storage Component  SUCCESS
 [59.746s]
  [INFO] Apache CloudStack Engine Storage Volume Component . SUCCESS
 [37.945s]
  [INFO] Apache CloudStack Engine Storage Image Component .. SUCCESS
 [28.452s]
  [INFO] Apache CloudStack Engine Storage Data Motion Component  SUCCESS
 [33.931s]
  [INFO] Apache CloudStack Engine Storage Cache Component .. SUCCESS
 [21.169s]
  [INFO] Apache CloudStack Engine Storage Snapshot Component  SUCCESS
 [37.614s]
  [INFO] Apache CloudStack Cloud Engine API 

Build failed in Jenkins: simulator-singlerun #1241

2015-06-15 Thread jenkins
See http://jenkins.buildacloud.org/job/simulator-singlerun/1241/

--
Started by upstream project build-master-simulator build number 2059
originally caused by:
 Started by upstream project build-master build number 2380
 originally caused by:
  Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on simulator in workspace 
http://jenkins.buildacloud.org/job/simulator-singlerun/ws/
  /usr/bin/git rev-parse --is-inside-work-tree # timeout=400
Fetching changes from the remote Git repository
  /usr/bin/git config remote.origin.url 
  https://git-wip-us.apache.org/repos/asf/cloudstack.git # timeout=400
Fetching upstream changes from 
https://git-wip-us.apache.org/repos/asf/cloudstack.git
  /usr/bin/git --version # timeout=400
  /usr/bin/git fetch --tags --progress 
  https://git-wip-us.apache.org/repos/asf/cloudstack.git 
  +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from 
https://git-wip-us.apache.org/repos/asf/cloudstack.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:735)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:983)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1016)
at hudson.scm.SCM.checkout(SCM.java:484)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1258)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:622)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:528)
at hudson.model.Run.execute(Run.java:1759)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:89)
at hudson.model.Executor.run(Executor.java:240)
Caused by: hudson.plugins.git.GitException: Command /usr/bin/git fetch --tags 
--progress https://git-wip-us.apache.org/repos/asf/cloudstack.git 
+refs/heads/*:refs/remotes/origin/* returned status code 128:
stdout: 
stderr: error:  while accessing 
https://git-wip-us.apache.org/repos/asf/cloudstack.git/info/refs

fatal: HTTP request failed

at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1591)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1379)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:86)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:324)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:152)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:145)
at hudson.remoting.UserRequest.perform(UserRequest.java:121)
at hudson.remoting.UserRequest.perform(UserRequest.java:49)
at hudson.remoting.Request$2.run(Request.java:324)
at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:744)
at ..remote call to simulator(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1356)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:221)
at hudson.remoting.Channel.call(Channel.java:752)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:145)
at sun.reflect.GeneratedMethodAccessor375.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:131)
at sun.proxy.$Proxy46.execute(Unknown Source)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:733)
... 11 more
ERROR: Error fetching remote repo 'origin'
[xUnit] [INFO] - Starting to record.
[xUnit] [INFO] - Processing JUnit
[xUnit] [INFO] - [JUnit] - 1 test report file(s) were found with the pattern 
'xunit.xml' relative to 
'http://jenkins.buildacloud.org/job/simulator-singlerun/ws/' for the testing 
framework 'JUnit'.
[xUnit] [ERROR] - Test reports were found but not all of them are new. Did all 
the tests run?
  * http://jenkins.buildacloud.org/job/simulator-singlerun/ws/xunit.xml is 1 
mo 14 days old

[xUnit] [INFO] - Failing BUILD.
[xUnit] [INFO] - There are errors when processing test results.
[xUnit] [INFO] - 

Build failed in Jenkins: build-master-slowbuild #1577

2015-06-15 Thread jenkins
See http://jenkins.buildacloud.org/job/build-master-slowbuild/1577/

--
[...truncated 27108 lines...]
[INFO] No sources to compile
[INFO] 
[INFO]  findbugs-maven-plugin:3.0.0:check (cloudstack-findbugs) @ 
cloud-quickcloud 
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.0:findbugs (findbugs) @ cloud-quickcloud 
---
[INFO] 
[INFO]  findbugs-maven-plugin:3.0.0:check (cloudstack-findbugs) @ 
cloud-quickcloud 
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.0:check (cloudstack-findbugs) @ 
cloud-quickcloud ---
[INFO] 
[INFO] --- cobertura-maven-plugin:2.6:instrument (default-cli) @ 
cloud-quickcloud ---
[WARNING] No files to instrument.
[INFO] NOT adding cobertura ser file to attached artifacts list.
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ 
cloud-quickcloud ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/quickcloud/src/test/resources
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ 
cloud-quickcloud ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ cloud-quickcloud 
---
[INFO] 
[INFO]  cobertura-maven-plugin:2.6:cobertura (default-cli) @ 
cloud-quickcloud 
[INFO] 
[INFO] --- cobertura-maven-plugin:2.6:cobertura (default-cli) @ 
cloud-quickcloud ---
[INFO] 
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache CloudStack Developer Tools - Checkstyle Configuration  SUCCESS 
[1.750s]
[INFO] Apache CloudStack . SUCCESS [1.871s]
[INFO] Apache CloudStack Maven Conventions Parent  SUCCESS [0.802s]
[INFO] Apache CloudStack Framework - Managed Context . SUCCESS [20.552s]
[INFO] Apache CloudStack Utils ... SUCCESS [1:19.444s]
[INFO] Apache CloudStack Framework ... SUCCESS [0.112s]
[INFO] Apache CloudStack Framework - Event Notification .. SUCCESS [50.886s]
[INFO] Apache CloudStack Framework - Configuration ... SUCCESS [27.977s]
[INFO] Apache CloudStack API . SUCCESS [1:57.039s]
[INFO] Apache CloudStack Framework - REST  SUCCESS [16.871s]
[INFO] Apache CloudStack Framework - IPC . SUCCESS [31.166s]
[INFO] Apache CloudStack Cloud Engine  SUCCESS [0.112s]
[INFO] Apache CloudStack Cloud Engine API  SUCCESS [29.380s]
[INFO] Apache CloudStack Framework - Security  SUCCESS [25.644s]
[INFO] Apache CloudStack Core  SUCCESS [1:17.397s]
[INFO] Apache CloudStack Agents .. SUCCESS [37.033s]
[INFO] Apache CloudStack Framework - Clustering .. SUCCESS [31.219s]
[INFO] Apache CloudStack Framework - Event Notification .. SUCCESS [16.632s]
[INFO] Apache CloudStack Cloud Engine Schema Component ... SUCCESS [2:04.899s]
[INFO] Apache CloudStack Framework - Jobs  SUCCESS [42.716s]
[INFO] Apache CloudStack Cloud Engine Internal Components API  SUCCESS [32.141s]
[INFO] Apache CloudStack Server .. SUCCESS [4:11.030s]
[INFO] Apache CloudStack Usage Server  SUCCESS [50.841s]
[INFO] Apache CloudStack Cloud Engine Orchestration Component  SUCCESS 
[1:27.339s]
[INFO] Apache CloudStack Cloud Services .. SUCCESS [0.065s]
[INFO] Apache CloudStack Secondary Storage ... SUCCESS [0.431s]
[INFO] Apache CloudStack Secondary Storage Service ... SUCCESS [57.200s]
[INFO] Apache CloudStack Engine Storage Component  SUCCESS [59.746s]
[INFO] Apache CloudStack Engine Storage Volume Component . SUCCESS [37.945s]
[INFO] Apache CloudStack Engine Storage Image Component .. SUCCESS [28.452s]
[INFO] Apache CloudStack Engine Storage Data Motion Component  SUCCESS [33.931s]
[INFO] Apache CloudStack Engine Storage Cache Component .. SUCCESS [21.169s]
[INFO] Apache CloudStack Engine Storage Snapshot Component  SUCCESS [37.614s]
[INFO] Apache CloudStack Cloud Engine API  SUCCESS [13.011s]
[INFO] Apache CloudStack Cloud Engine Service  SUCCESS [6.393s]
[INFO] Apache CloudStack Plugin POM .. SUCCESS [0.814s]
[INFO] Apache CloudStack Plugin - API Rate Limit . SUCCESS [1:52.921s]
[INFO] Apache CloudStack Plugin - Storage Volume default provider  SUCCESS 
[2:47.602s]
[INFO] Apache CloudStack Plugin - Storage Volume SolidFire Provider  SUCCESS 
[1:07.020s]
[INFO] Apache CloudStack Plugin - API SolidFire .. SUCCESS [21.118s]
[INFO] Apache CloudStack Plugin - API Discovery .. SUCCESS [45.200s]
[INFO] Apache CloudStack Plugin - ACL Static Role Based .. SUCCESS [26.671s]
[INFO] Apache CloudStack Plugin - Host Anti-Affinity Processor  

[GitHub] cloudstack pull request: CLOUDSTACK-8527: Skipping VPC tests on Hy...

2015-06-15 Thread DaanHoogland
Github user DaanHoogland commented on the pull request:

https://github.com/apache/cloudstack/pull/458#issuecomment-112092029
  
LGTM. any test data on the test code;)


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: update of the findbugs lib

2015-06-15 Thread rsafonseca
Github user rsafonseca commented on the pull request:

https://github.com/apache/cloudstack/pull/459#issuecomment-112091994
  
Let's see what new issues all those new patterns will uncover ;)


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


Build failed in Jenkins: simulator-singlerun #1240

2015-06-15 Thread jenkins
See http://jenkins.buildacloud.org/job/simulator-singlerun/1240/

--
Started by upstream project build-master-simulator build number 2058
originally caused by:
 Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on simulator in workspace 
http://jenkins.buildacloud.org/job/simulator-singlerun/ws/
  /usr/bin/git rev-parse --is-inside-work-tree # timeout=400
Fetching changes from the remote Git repository
  /usr/bin/git config remote.origin.url 
  https://git-wip-us.apache.org/repos/asf/cloudstack.git # timeout=400
Fetching upstream changes from 
https://git-wip-us.apache.org/repos/asf/cloudstack.git
  /usr/bin/git --version # timeout=400
  /usr/bin/git fetch --tags --progress 
  https://git-wip-us.apache.org/repos/asf/cloudstack.git 
  +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from 
https://git-wip-us.apache.org/repos/asf/cloudstack.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:735)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:983)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1016)
at hudson.scm.SCM.checkout(SCM.java:484)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1258)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:622)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:528)
at hudson.model.Run.execute(Run.java:1759)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:89)
at hudson.model.Executor.run(Executor.java:240)
Caused by: hudson.plugins.git.GitException: Command /usr/bin/git fetch --tags 
--progress https://git-wip-us.apache.org/repos/asf/cloudstack.git 
+refs/heads/*:refs/remotes/origin/* returned status code 128:
stdout: 
stderr: error:  while accessing 
https://git-wip-us.apache.org/repos/asf/cloudstack.git/info/refs

fatal: HTTP request failed

at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1591)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1379)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:86)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:324)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:152)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:145)
at hudson.remoting.UserRequest.perform(UserRequest.java:121)
at hudson.remoting.UserRequest.perform(UserRequest.java:49)
at hudson.remoting.Request$2.run(Request.java:324)
at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:744)
at ..remote call to simulator(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1356)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:221)
at hudson.remoting.Channel.call(Channel.java:752)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:145)
at sun.reflect.GeneratedMethodAccessor375.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:131)
at sun.proxy.$Proxy46.execute(Unknown Source)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:733)
... 11 more
ERROR: Error fetching remote repo 'origin'
[xUnit] [INFO] - Starting to record.
[xUnit] [INFO] - Processing JUnit
[xUnit] [INFO] - [JUnit] - 1 test report file(s) were found with the pattern 
'xunit.xml' relative to 
'http://jenkins.buildacloud.org/job/simulator-singlerun/ws/' for the testing 
framework 'JUnit'.
[xUnit] [ERROR] - Test reports were found but not all of them are new. Did all 
the tests run?
  * http://jenkins.buildacloud.org/job/simulator-singlerun/ws/xunit.xml is 1 
mo 14 days old

[xUnit] [INFO] - Failing BUILD.
[xUnit] [INFO] - There are errors when processing test results.
[xUnit] [INFO] - Skipping tests recording.
[xUnit] [INFO] - Stop build.


[GitHub] cloudstack pull request: CLOUDSTACK-8555:Skip testcase for HyperV ...

2015-06-15 Thread gauravaradhye
Github user gauravaradhye commented on a diff in the pull request:

https://github.com/apache/cloudstack/pull/391#discussion_r32394401
  
--- Diff: test/integration/component/test_browse_volumes.py ---
@@ -2473,6 +2474,9 @@ def test_11_migrate_upload_volume(self):
 
 Test Browser_Upload_Volume_migrate_upload_volume
 
+if self.hypervisor.lower() == 'hyperv':
--- End diff --

Remove this old code snippet which skips the whole test.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


Re: connection of Agent to Management is continuously dropping

2015-06-15 Thread Devender Singh
I have  disable SS by setting secstorage.encrypt.copy to false, and
changing consoleproxy.url.domain to empty.

but after restarting the console proxy vm I am getting below error.

netstat -na | grep 8250



tcp  867  0  x.x.x.x:37789 y.y.y.y:8250  CLOSE_WAIT

tcp  867  0  x.x.x.x:38275 y.y.y.y:8250  CLOSE_WAIT

tcp  867  0  .x.x.x:37942   y.y.y.y:8250  CLOSE_WAIT





by Devender kumar Singh




On Fri, Jun 12, 2015 at 4:53 PM, Devender Singh dev1986en...@gmail.com
wrote:

 After upgrading cloudstack 4.2.1 to 4.4.2 we are facing console proxy
 agent issue .

 connection of Agent to Management is continuously dropping

 netstat -na | grep 8250



 tcp  867  0  x.x.x.x:37789 y.y.y.y:8250  CLOSE_WAIT

 tcp  867  0  x.x.x.x:38275 y.y.y.y:8250  CLOSE_WAIT

 tcp  867  0  .x.x.x:37942   y.y.y.y:8250  CLOSE_WAIT

 tcp  867  0  x.x.x.x3:38327y.y.y.y:8250  CLOSE_WAIT

 tcp  867  0  x.x.x.x:37810  y.y.y.y:8250  CLOSE_WAIT

 tcp  867  0  x.x.x.x:37737  y.y.y.y:8250  CLOSE_WAIT

 tcp  867  0  x.x.x.x:37775  y.y.y.y:8250  CLOSE_WAIT

 tcp  867  0  x.x.x.x:37858  y.y.y.y:8250  CLOSE_WAIT

 tcp  867  0  x.x.x.x:38039  y.y.y.y:8250  CLOSE_WAIT

 tcp  867  0  x.x.x.x:37960  y.y.y.y:8250  CLOSE_WAIT






Build failed in Jenkins: build-master-slowbuild #1581

2015-06-15 Thread jenkins
See http://jenkins.buildacloud.org/job/build-master-slowbuild/1581/

--
[...truncated 27114 lines...]
[INFO] No sources to compile
[INFO] 
[INFO]  findbugs-maven-plugin:3.0.0:check (cloudstack-findbugs) @ 
cloud-quickcloud 
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.0:findbugs (findbugs) @ cloud-quickcloud 
---
[INFO] 
[INFO]  findbugs-maven-plugin:3.0.0:check (cloudstack-findbugs) @ 
cloud-quickcloud 
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.0:check (cloudstack-findbugs) @ 
cloud-quickcloud ---
[INFO] 
[INFO] --- cobertura-maven-plugin:2.6:instrument (default-cli) @ 
cloud-quickcloud ---
[WARNING] No files to instrument.
[INFO] NOT adding cobertura ser file to attached artifacts list.
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ 
cloud-quickcloud ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/quickcloud/src/test/resources
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ 
cloud-quickcloud ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ cloud-quickcloud 
---
[INFO] 
[INFO]  cobertura-maven-plugin:2.6:cobertura (default-cli) @ 
cloud-quickcloud 
[INFO] 
[INFO] --- cobertura-maven-plugin:2.6:cobertura (default-cli) @ 
cloud-quickcloud ---
[INFO] 
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache CloudStack Developer Tools - Checkstyle Configuration  SUCCESS 
[1.857s]
[INFO] Apache CloudStack . SUCCESS [2.252s]
[INFO] Apache CloudStack Maven Conventions Parent  SUCCESS [0.984s]
[INFO] Apache CloudStack Framework - Managed Context . SUCCESS [21.468s]
[INFO] Apache CloudStack Utils ... SUCCESS [1:26.120s]
[INFO] Apache CloudStack Framework ... SUCCESS [0.140s]
[INFO] Apache CloudStack Framework - Event Notification .. SUCCESS [52.374s]
[INFO] Apache CloudStack Framework - Configuration ... SUCCESS [27.857s]
[INFO] Apache CloudStack API . SUCCESS [1:46.816s]
[INFO] Apache CloudStack Framework - REST  SUCCESS [18.877s]
[INFO] Apache CloudStack Framework - IPC . SUCCESS [32.119s]
[INFO] Apache CloudStack Cloud Engine  SUCCESS [0.088s]
[INFO] Apache CloudStack Cloud Engine API  SUCCESS [30.507s]
[INFO] Apache CloudStack Framework - Security  SUCCESS [25.321s]
[INFO] Apache CloudStack Core  SUCCESS [1:16.827s]
[INFO] Apache CloudStack Agents .. SUCCESS [36.058s]
[INFO] Apache CloudStack Framework - Clustering .. SUCCESS [30.946s]
[INFO] Apache CloudStack Framework - Event Notification .. SUCCESS [16.220s]
[INFO] Apache CloudStack Cloud Engine Schema Component ... SUCCESS [2:04.333s]
[INFO] Apache CloudStack Framework - Jobs  SUCCESS [42.965s]
[INFO] Apache CloudStack Cloud Engine Internal Components API  SUCCESS [31.956s]
[INFO] Apache CloudStack Server .. SUCCESS [4:09.848s]
[INFO] Apache CloudStack Usage Server  SUCCESS [50.577s]
[INFO] Apache CloudStack Cloud Engine Orchestration Component  SUCCESS 
[1:28.470s]
[INFO] Apache CloudStack Cloud Services .. SUCCESS [0.073s]
[INFO] Apache CloudStack Secondary Storage ... SUCCESS [0.467s]
[INFO] Apache CloudStack Secondary Storage Service ... SUCCESS [47.787s]
[INFO] Apache CloudStack Engine Storage Component  SUCCESS [56.261s]
[INFO] Apache CloudStack Engine Storage Volume Component . SUCCESS [37.086s]
[INFO] Apache CloudStack Engine Storage Image Component .. SUCCESS [27.906s]
[INFO] Apache CloudStack Engine Storage Data Motion Component  SUCCESS [32.891s]
[INFO] Apache CloudStack Engine Storage Cache Component .. SUCCESS [20.051s]
[INFO] Apache CloudStack Engine Storage Snapshot Component  SUCCESS [36.844s]
[INFO] Apache CloudStack Cloud Engine API  SUCCESS [12.792s]
[INFO] Apache CloudStack Cloud Engine Service  SUCCESS [6.910s]
[INFO] Apache CloudStack Plugin POM .. SUCCESS [0.840s]
[INFO] Apache CloudStack Plugin - API Rate Limit . SUCCESS [53.637s]
[INFO] Apache CloudStack Plugin - Storage Volume default provider  SUCCESS 
[3:16.188s]
[INFO] Apache CloudStack Plugin - Storage Volume SolidFire Provider  SUCCESS 
[1:41.945s]
[INFO] Apache CloudStack Plugin - API SolidFire .. SUCCESS [21.717s]
[INFO] Apache CloudStack Plugin - API Discovery .. SUCCESS [37.947s]
[INFO] Apache CloudStack Plugin - ACL Static Role Based .. SUCCESS [28.858s]
[INFO] Apache CloudStack Plugin - Host Anti-Affinity Processor  

Build failed in Jenkins: build-master-slowbuild #1582

2015-06-15 Thread jenkins
See http://jenkins.buildacloud.org/job/build-master-slowbuild/1582/

--
[...truncated 27094 lines...]
[INFO] No sources to compile
[INFO] 
[INFO]  findbugs-maven-plugin:3.0.0:check (cloudstack-findbugs) @ 
cloud-quickcloud 
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.0:findbugs (findbugs) @ cloud-quickcloud 
---
[INFO] 
[INFO]  findbugs-maven-plugin:3.0.0:check (cloudstack-findbugs) @ 
cloud-quickcloud 
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.0:check (cloudstack-findbugs) @ 
cloud-quickcloud ---
[INFO] 
[INFO] --- cobertura-maven-plugin:2.6:instrument (default-cli) @ 
cloud-quickcloud ---
[WARNING] No files to instrument.
[INFO] NOT adding cobertura ser file to attached artifacts list.
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ 
cloud-quickcloud ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/quickcloud/src/test/resources
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ 
cloud-quickcloud ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ cloud-quickcloud 
---
[INFO] 
[INFO]  cobertura-maven-plugin:2.6:cobertura (default-cli) @ 
cloud-quickcloud 
[INFO] 
[INFO] --- cobertura-maven-plugin:2.6:cobertura (default-cli) @ 
cloud-quickcloud ---
[INFO] 
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache CloudStack Developer Tools - Checkstyle Configuration  SUCCESS 
[1.768s]
[INFO] Apache CloudStack . SUCCESS [1.832s]
[INFO] Apache CloudStack Maven Conventions Parent  SUCCESS [0.806s]
[INFO] Apache CloudStack Framework - Managed Context . SUCCESS [21.698s]
[INFO] Apache CloudStack Utils ... SUCCESS [1:18.457s]
[INFO] Apache CloudStack Framework ... SUCCESS [0.152s]
[INFO] Apache CloudStack Framework - Event Notification .. SUCCESS [51.827s]
[INFO] Apache CloudStack Framework - Configuration ... SUCCESS [28.501s]
[INFO] Apache CloudStack API . SUCCESS [1:51.245s]
[INFO] Apache CloudStack Framework - REST  SUCCESS [18.407s]
[INFO] Apache CloudStack Framework - IPC . SUCCESS [31.470s]
[INFO] Apache CloudStack Cloud Engine  SUCCESS [0.126s]
[INFO] Apache CloudStack Cloud Engine API  SUCCESS [29.747s]
[INFO] Apache CloudStack Framework - Security  SUCCESS [25.315s]
[INFO] Apache CloudStack Core  SUCCESS [1:16.759s]
[INFO] Apache CloudStack Agents .. SUCCESS [36.193s]
[INFO] Apache CloudStack Framework - Clustering .. SUCCESS [32.231s]
[INFO] Apache CloudStack Framework - Event Notification .. SUCCESS [16.669s]
[INFO] Apache CloudStack Cloud Engine Schema Component ... SUCCESS [1:59.148s]
[INFO] Apache CloudStack Framework - Jobs  SUCCESS [38.636s]
[INFO] Apache CloudStack Cloud Engine Internal Components API  SUCCESS [34.901s]
[INFO] Apache CloudStack Server .. SUCCESS [4:09.903s]
[INFO] Apache CloudStack Usage Server  SUCCESS [51.643s]
[INFO] Apache CloudStack Cloud Engine Orchestration Component  SUCCESS 
[1:30.261s]
[INFO] Apache CloudStack Cloud Services .. SUCCESS [0.073s]
[INFO] Apache CloudStack Secondary Storage ... SUCCESS [0.481s]
[INFO] Apache CloudStack Secondary Storage Service ... SUCCESS [55.815s]
[INFO] Apache CloudStack Engine Storage Component  SUCCESS [59.099s]
[INFO] Apache CloudStack Engine Storage Volume Component . SUCCESS [37.041s]
[INFO] Apache CloudStack Engine Storage Image Component .. SUCCESS [28.257s]
[INFO] Apache CloudStack Engine Storage Data Motion Component  SUCCESS [32.554s]
[INFO] Apache CloudStack Engine Storage Cache Component .. SUCCESS [20.057s]
[INFO] Apache CloudStack Engine Storage Snapshot Component  SUCCESS [38.949s]
[INFO] Apache CloudStack Cloud Engine API  SUCCESS [13.029s]
[INFO] Apache CloudStack Cloud Engine Service  SUCCESS [6.504s]
[INFO] Apache CloudStack Plugin POM .. SUCCESS [0.923s]
[INFO] Apache CloudStack Plugin - API Rate Limit . SUCCESS [45.644s]
[INFO] Apache CloudStack Plugin - Storage Volume default provider  SUCCESS 
[3:20.824s]
[INFO] Apache CloudStack Plugin - Storage Volume SolidFire Provider  SUCCESS 
[1:49.446s]
[INFO] Apache CloudStack Plugin - API SolidFire .. SUCCESS [22.828s]
[INFO] Apache CloudStack Plugin - API Discovery .. SUCCESS [39.273s]
[INFO] Apache CloudStack Plugin - ACL Static Role Based .. SUCCESS [26.666s]
[INFO] Apache CloudStack Plugin - Host Anti-Affinity Processor  

Re: Build failed in Jenkins: build-master-slowbuild #1577

2015-06-15 Thread Rajani Karuturi
great job Rafael. Thanks for attacking them.

~Rajani

On Mon, Jun 15, 2015 at 8:06 PM, Rafael Fonseca rsafons...@gmail.com
wrote:

 Thank you Daan, glad to help :)
 Also, take a look at https://github.com/apache/cloudstack/pull/399 , this
 one will bring the 14 new issues down to 10. The other ones still open
 are for issues not considered new to jenkins.
 Full count was 257 (yesterday) down to 188 (this morning) :)


 On Mon, Jun 15, 2015 at 4:29 PM, Daan Hoogland daan.hoogl...@gmail.com
 wrote:

 great job Rafael, Thanks Rohit for doing the pull requests. 42 down to
 14 and some that weren't in the overhead on the side. Let's keep at
 it.

 On Mon, Jun 15, 2015 at 4:14 PM,  jenk...@cloudstack.org wrote:
  See http://jenkins.buildacloud.org/job/build-master-slowbuild/1577/
 
  --
  [...truncated 27108 lines...]
  [INFO] No sources to compile
  [INFO]
  [INFO]  findbugs-maven-plugin:3.0.0:check (cloudstack-findbugs) @
 cloud-quickcloud 
  [INFO]
  [INFO] --- findbugs-maven-plugin:3.0.0:findbugs (findbugs) @
 cloud-quickcloud ---
  [INFO]
  [INFO]  findbugs-maven-plugin:3.0.0:check (cloudstack-findbugs) @
 cloud-quickcloud 
  [INFO]
  [INFO] --- findbugs-maven-plugin:3.0.0:check (cloudstack-findbugs) @
 cloud-quickcloud ---
  [INFO]
  [INFO] --- cobertura-maven-plugin:2.6:instrument (default-cli) @
 cloud-quickcloud ---
  [WARNING] No files to instrument.
  [INFO] NOT adding cobertura ser file to attached artifacts list.
  [INFO]
  [INFO] --- maven-resources-plugin:2.5:testResources
 (default-testResources) @ cloud-quickcloud ---
  [debug] execute contextualize
  [INFO] Using 'UTF-8' encoding to copy filtered resources.
  [INFO] skip non existing resourceDirectory 
 http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/quickcloud/src/test/resources
 
  [INFO] Copying 3 resources
  [INFO] Copying 3 resources
  [INFO]
  [INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile)
 @ cloud-quickcloud ---
  [INFO] No sources to compile
  [INFO]
  [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @
 cloud-quickcloud ---
  [INFO]
  [INFO]  cobertura-maven-plugin:2.6:cobertura (default-cli) @
 cloud-quickcloud 
  [INFO]
  [INFO] --- cobertura-maven-plugin:2.6:cobertura (default-cli) @
 cloud-quickcloud ---
  [INFO]
 
  [INFO] Reactor Summary:
  [INFO]
  [INFO] Apache CloudStack Developer Tools - Checkstyle Configuration
 SUCCESS [1.750s]
  [INFO] Apache CloudStack . SUCCESS
 [1.871s]
  [INFO] Apache CloudStack Maven Conventions Parent  SUCCESS
 [0.802s]
  [INFO] Apache CloudStack Framework - Managed Context . SUCCESS
 [20.552s]
  [INFO] Apache CloudStack Utils ... SUCCESS
 [1:19.444s]
  [INFO] Apache CloudStack Framework ... SUCCESS
 [0.112s]
  [INFO] Apache CloudStack Framework - Event Notification .. SUCCESS
 [50.886s]
  [INFO] Apache CloudStack Framework - Configuration ... SUCCESS
 [27.977s]
  [INFO] Apache CloudStack API . SUCCESS
 [1:57.039s]
  [INFO] Apache CloudStack Framework - REST  SUCCESS
 [16.871s]
  [INFO] Apache CloudStack Framework - IPC . SUCCESS
 [31.166s]
  [INFO] Apache CloudStack Cloud Engine  SUCCESS
 [0.112s]
  [INFO] Apache CloudStack Cloud Engine API  SUCCESS
 [29.380s]
  [INFO] Apache CloudStack Framework - Security  SUCCESS
 [25.644s]
  [INFO] Apache CloudStack Core  SUCCESS
 [1:17.397s]
  [INFO] Apache CloudStack Agents .. SUCCESS
 [37.033s]
  [INFO] Apache CloudStack Framework - Clustering .. SUCCESS
 [31.219s]
  [INFO] Apache CloudStack Framework - Event Notification .. SUCCESS
 [16.632s]
  [INFO] Apache CloudStack Cloud Engine Schema Component ... SUCCESS
 [2:04.899s]
  [INFO] Apache CloudStack Framework - Jobs  SUCCESS
 [42.716s]
  [INFO] Apache CloudStack Cloud Engine Internal Components API  SUCCESS
 [32.141s]
  [INFO] Apache CloudStack Server .. SUCCESS
 [4:11.030s]
  [INFO] Apache CloudStack Usage Server  SUCCESS
 [50.841s]
  [INFO] Apache CloudStack Cloud Engine Orchestration Component  SUCCESS
 [1:27.339s]
  [INFO] Apache CloudStack Cloud Services .. SUCCESS
 [0.065s]
  [INFO] Apache CloudStack Secondary Storage ... SUCCESS
 [0.431s]
  [INFO] Apache CloudStack Secondary Storage Service ... SUCCESS
 [57.200s]
  [INFO] Apache CloudStack Engine Storage Component  SUCCESS
 [59.746s]
  [INFO] Apache CloudStack Engine Storage Volume Component . SUCCESS
 [37.945s]
  [INFO] Apache CloudStack Engine Storage Image Component .. SUCCESS
 [28.452s]
  [INFO] Apache CloudStack Engine Storage Data Motion Component  SUCCESS
 [33.931s]
  [INFO] Apache CloudStack Engine Storage Cache Component .. SUCCESS

[GitHub] cloudstack pull request: Fix findbugs encoding issue in VmwareStor...

2015-06-15 Thread rsafonseca
GitHub user rsafonseca opened a pull request:

https://github.com/apache/cloudstack/pull/460

Fix findbugs encoding issue in VmwareStorageProcessor.java

Any encoding would do fine as it's just used to generate a UUID. Sticking 
with UTF-8 for consistency

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/rsafonseca/cloudstack findbugs75

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cloudstack/pull/460.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #460


commit 8cb5f19dcc1f6e0775ddfb4802f30e6463499958
Author: Rafael da Fonseca rsafons...@gmail.com
Date:   2015-06-15T17:15:55Z

Fix findbugs encoding issue in VmwareStorageProcessor.java
Any encoding would do fine as it's just used to generate a UUID. Sticking 
with UTF-8 for consistency




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: Fix 4 findbugs warnings in JuniperSrxReso...

2015-06-15 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cloudstack/pull/399


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


Build failed in Jenkins: simulator-singlerun #1243

2015-06-15 Thread jenkins
See http://jenkins.buildacloud.org/job/simulator-singlerun/1243/

--
Started by upstream project build-master-simulator build number 2061
originally caused by:
 Started by an SCM change
 Started by upstream project build-master build number 2382
 originally caused by:
  Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on simulator in workspace 
http://jenkins.buildacloud.org/job/simulator-singlerun/ws/
  /usr/bin/git rev-parse --is-inside-work-tree # timeout=400
Fetching changes from the remote Git repository
  /usr/bin/git config remote.origin.url 
  https://git-wip-us.apache.org/repos/asf/cloudstack.git # timeout=400
Fetching upstream changes from 
https://git-wip-us.apache.org/repos/asf/cloudstack.git
  /usr/bin/git --version # timeout=400
  /usr/bin/git fetch --tags --progress 
  https://git-wip-us.apache.org/repos/asf/cloudstack.git 
  +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from 
https://git-wip-us.apache.org/repos/asf/cloudstack.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:735)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:983)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1016)
at hudson.scm.SCM.checkout(SCM.java:484)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1258)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:622)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:528)
at hudson.model.Run.execute(Run.java:1759)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:89)
at hudson.model.Executor.run(Executor.java:240)
Caused by: hudson.plugins.git.GitException: Command /usr/bin/git fetch --tags 
--progress https://git-wip-us.apache.org/repos/asf/cloudstack.git 
+refs/heads/*:refs/remotes/origin/* returned status code 128:
stdout: 
stderr: error:  while accessing 
https://git-wip-us.apache.org/repos/asf/cloudstack.git/info/refs

fatal: HTTP request failed

at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1591)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1379)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:86)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:324)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:152)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:145)
at hudson.remoting.UserRequest.perform(UserRequest.java:121)
at hudson.remoting.UserRequest.perform(UserRequest.java:49)
at hudson.remoting.Request$2.run(Request.java:324)
at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:744)
at ..remote call to simulator(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1356)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:221)
at hudson.remoting.Channel.call(Channel.java:752)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:145)
at sun.reflect.GeneratedMethodAccessor375.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:131)
at sun.proxy.$Proxy46.execute(Unknown Source)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:733)
... 11 more
ERROR: Error fetching remote repo 'origin'
[xUnit] [INFO] - Starting to record.
[xUnit] [INFO] - Processing JUnit
[xUnit] [INFO] - [JUnit] - 1 test report file(s) were found with the pattern 
'xunit.xml' relative to 
'http://jenkins.buildacloud.org/job/simulator-singlerun/ws/' for the testing 
framework 'JUnit'.
[xUnit] [ERROR] - Test reports were found but not all of them are new. Did all 
the tests run?
  * http://jenkins.buildacloud.org/job/simulator-singlerun/ws/xunit.xml is 1 
mo 15 days old

[xUnit] [INFO] - Failing BUILD.
[xUnit] [INFO] - There are errors when processing test 

[GitHub] cloudstack pull request: Fix 4 findbugs warnings in JuniperSrxReso...

2015-06-15 Thread bhaisaab
Github user bhaisaab commented on the pull request:

https://github.com/apache/cloudstack/pull/399#issuecomment-112170872
  
@rsafonseca works now, merging. Thanks for the PRs :)


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: Fix findbugs warning in VmwareStorageMana...

2015-06-15 Thread rsafonseca
GitHub user rsafonseca opened a pull request:

https://github.com/apache/cloudstack/pull/461

Fix findbugs warning in VmwareStorageManagerImpl.java

Any encoding would do fine as it's just used to generate a UUID. Sticking 
with UTF-8 for consistency

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/rsafonseca/cloudstack findbugs76

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cloudstack/pull/461.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #461


commit 4a719a9673a0229e4782217e0db27653af7cf940
Author: Rafael da Fonseca rsafons...@gmail.com
Date:   2015-06-15T17:18:34Z

Fix findbugs warning in VmwareStorageManagerImpl.java
Any encoding would do fine as it's just used to generate a UUID. Sticking 
with UTF-8 for consistency




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


Build failed in Jenkins: simulator-singlerun #1242

2015-06-15 Thread jenkins
See http://jenkins.buildacloud.org/job/simulator-singlerun/1242/

--
Started by upstream project build-master-simulator build number 2060
originally caused by:
 Started by an SCM change
 Started by an SCM change
 Started by upstream project build-master build number 2381
 originally caused by:
  Started by an SCM change
 Started by an SCM change
 Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on simulator in workspace 
http://jenkins.buildacloud.org/job/simulator-singlerun/ws/
  /usr/bin/git rev-parse --is-inside-work-tree # timeout=400
Fetching changes from the remote Git repository
  /usr/bin/git config remote.origin.url 
  https://git-wip-us.apache.org/repos/asf/cloudstack.git # timeout=400
Fetching upstream changes from 
https://git-wip-us.apache.org/repos/asf/cloudstack.git
  /usr/bin/git --version # timeout=400
  /usr/bin/git fetch --tags --progress 
  https://git-wip-us.apache.org/repos/asf/cloudstack.git 
  +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from 
https://git-wip-us.apache.org/repos/asf/cloudstack.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:735)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:983)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1016)
at hudson.scm.SCM.checkout(SCM.java:484)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1258)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:622)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:528)
at hudson.model.Run.execute(Run.java:1759)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:89)
at hudson.model.Executor.run(Executor.java:240)
Caused by: hudson.plugins.git.GitException: Command /usr/bin/git fetch --tags 
--progress https://git-wip-us.apache.org/repos/asf/cloudstack.git 
+refs/heads/*:refs/remotes/origin/* returned status code 128:
stdout: 
stderr: error:  while accessing 
https://git-wip-us.apache.org/repos/asf/cloudstack.git/info/refs

fatal: HTTP request failed

at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1591)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1379)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:86)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:324)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:152)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:145)
at hudson.remoting.UserRequest.perform(UserRequest.java:121)
at hudson.remoting.UserRequest.perform(UserRequest.java:49)
at hudson.remoting.Request$2.run(Request.java:324)
at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:744)
at ..remote call to simulator(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1356)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:221)
at hudson.remoting.Channel.call(Channel.java:752)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:145)
at sun.reflect.GeneratedMethodAccessor375.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:131)
at sun.proxy.$Proxy46.execute(Unknown Source)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:733)
... 11 more
ERROR: Error fetching remote repo 'origin'
[xUnit] [INFO] - Starting to record.
[xUnit] [INFO] - Processing JUnit
[xUnit] [INFO] - [JUnit] - 1 test report file(s) were found with the pattern 
'xunit.xml' relative to 
'http://jenkins.buildacloud.org/job/simulator-singlerun/ws/' for the testing 
framework 'JUnit'.
[xUnit] [ERROR] - Test reports were found but not all of them are new. Did all 
the tests run?
  * http://jenkins.buildacloud.org/job/simulator-singlerun/ws/xunit.xml is 1 
mo 15 days old

[xUnit] [INFO] 

Build failed in Jenkins: build-master-slowbuild #1578

2015-06-15 Thread jenkins
See http://jenkins.buildacloud.org/job/build-master-slowbuild/1578/changes

Changes:

[wido] CLOUDSTACK-8559: IP Source spoofing should not be allowed

[Daan Hoogland] Fix 2 findbugs STCAL_STATIC_SIMPLE_DATE_FORMAT_INSTANCE 
warnings in BaseCmd.java Dateformat objects are not threadsafe and should be 
defined as instance variables Both INPUT_FORMAT and NEW_INPUT_FORMAT are only 
used in ParamProcessWorker.java and doesn't makes it more readable to declare 
in own class

[wido] CLOUDSTACK-8560: Stat the resulting image after copying from template 
and return the size

--
[...truncated 27104 lines...]
[INFO] No sources to compile
[INFO] 
[INFO]  findbugs-maven-plugin:3.0.0:check (cloudstack-findbugs) @ 
cloud-quickcloud 
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.0:findbugs (findbugs) @ cloud-quickcloud 
---
[INFO] 
[INFO]  findbugs-maven-plugin:3.0.0:check (cloudstack-findbugs) @ 
cloud-quickcloud 
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.0:check (cloudstack-findbugs) @ 
cloud-quickcloud ---
[INFO] 
[INFO] --- cobertura-maven-plugin:2.6:instrument (default-cli) @ 
cloud-quickcloud ---
[WARNING] No files to instrument.
[INFO] NOT adding cobertura ser file to attached artifacts list.
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ 
cloud-quickcloud ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/quickcloud/src/test/resources
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ 
cloud-quickcloud ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ cloud-quickcloud 
---
[INFO] 
[INFO]  cobertura-maven-plugin:2.6:cobertura (default-cli) @ 
cloud-quickcloud 
[INFO] 
[INFO] --- cobertura-maven-plugin:2.6:cobertura (default-cli) @ 
cloud-quickcloud ---
[INFO] 
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache CloudStack Developer Tools - Checkstyle Configuration  SUCCESS 
[1.928s]
[INFO] Apache CloudStack . SUCCESS [2.153s]
[INFO] Apache CloudStack Maven Conventions Parent  SUCCESS [0.843s]
[INFO] Apache CloudStack Framework - Managed Context . SUCCESS [22.800s]
[INFO] Apache CloudStack Utils ... SUCCESS [1:42.528s]
[INFO] Apache CloudStack Framework ... SUCCESS [0.113s]
[INFO] Apache CloudStack Framework - Event Notification .. SUCCESS [50.633s]
[INFO] Apache CloudStack Framework - Configuration ... SUCCESS [27.937s]
[INFO] Apache CloudStack API . SUCCESS [1:54.908s]
[INFO] Apache CloudStack Framework - REST  SUCCESS [17.556s]
[INFO] Apache CloudStack Framework - IPC . SUCCESS [30.373s]
[INFO] Apache CloudStack Cloud Engine  SUCCESS [0.112s]
[INFO] Apache CloudStack Cloud Engine API  SUCCESS [35.399s]
[INFO] Apache CloudStack Framework - Security  SUCCESS [24.975s]
[INFO] Apache CloudStack Core  SUCCESS [1:15.894s]
[INFO] Apache CloudStack Agents .. SUCCESS [53.791s]
[INFO] Apache CloudStack Framework - Clustering .. SUCCESS [31.951s]
[INFO] Apache CloudStack Framework - Event Notification .. SUCCESS [14.801s]
[INFO] Apache CloudStack Cloud Engine Schema Component ... SUCCESS [1:59.559s]
[INFO] Apache CloudStack Framework - Jobs  SUCCESS [38.767s]
[INFO] Apache CloudStack Cloud Engine Internal Components API  SUCCESS [26.122s]
[INFO] Apache CloudStack Server .. SUCCESS [3:54.747s]
[INFO] Apache CloudStack Usage Server  SUCCESS [45.908s]
[INFO] Apache CloudStack Cloud Engine Orchestration Component  SUCCESS 
[1:25.633s]
[INFO] Apache CloudStack Cloud Services .. SUCCESS [0.078s]
[INFO] Apache CloudStack Secondary Storage ... SUCCESS [0.459s]
[INFO] Apache CloudStack Secondary Storage Service ... SUCCESS [56.042s]
[INFO] Apache CloudStack Engine Storage Component  SUCCESS [47.148s]
[INFO] Apache CloudStack Engine Storage Volume Component . SUCCESS [35.055s]
[INFO] Apache CloudStack Engine Storage Image Component .. SUCCESS [34.438s]
[INFO] Apache CloudStack Engine Storage Data Motion Component  SUCCESS [24.436s]
[INFO] Apache CloudStack Engine Storage Cache Component .. SUCCESS [23.907s]
[INFO] Apache CloudStack Engine Storage Snapshot Component  SUCCESS [45.784s]
[INFO] Apache CloudStack Cloud Engine API  SUCCESS [14.829s]
[INFO] Apache CloudStack Cloud Engine Service  SUCCESS [6.519s]
[INFO] Apache CloudStack Plugin POM .. SUCCESS [1.142s]
[INFO] Apache CloudStack Plugin - API Rate Limit 

[GitHub] cloudstack pull request: Fix findbugs encoding issue in VmwareReso...

2015-06-15 Thread rsafonseca
GitHub user rsafonseca opened a pull request:

https://github.com/apache/cloudstack/pull/462

Fix findbugs encoding issue in VmwareResource.java

Key file should be UTF-8 encoded in VR

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/rsafonseca/cloudstack findbugs77

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cloudstack/pull/462.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #462


commit f02aaf83b05e836ea1f4739baa8e60af833f51b6
Author: Rafael da Fonseca rsafons...@gmail.com
Date:   2015-06-15T17:40:47Z

Fix findbugs encoding issue in VmwareResource.java
Key file should be UTF-8 encoded in VR




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


RE: Can't configure Load Balancer

2015-06-15 Thread Rajesh Battala
Yes, its good to see HealthChecks get implemented for VR. 
HealthCheck policy framework is already present, Its at VR it should implement 
the calls.

Thanks
Rajesh Battala

-Original Message-
From: Andrija Panic [mailto:andrija.pa...@gmail.com] 
Sent: Monday, June 15, 2015 6:00 PM
To: us...@cloudstack.apache.org; dev@cloudstack.apache.org
Subject: Re: Can't configure Load Balancer

I would also like to see these implemented :(

On 15 June 2015 at 14:20, Douglas Land d...@looprock.com wrote:

 Aren't  cloudstack developers the service providers for the VR LB?

 On Monday, June 15, 2015, Rajesh Battala rajesh.batt...@citrix.com
 wrote:

  Hi Paul,
 
  Creation of HealthCheck policy currently its supported only if LB 
  device is Netscaler. For VR and F5 it's not supported Framework is 
  present but associated Service Provider has to implement the policy 
  management.
 
  Thanks
  Rajesh Battala
 
  -Original Message-
  From: Paul Shadwell [mailto:p...@shadwell.ch javascript:;]
  Sent: Saturday, June 13, 2015 5:34 AM
  To: us...@cloudstack.apache.org javascript:;
  Subject: Can't configure Load Balancer
 
  When trying to configure HealthCheck in a Load Balancer. I get the 
  following error:
 
 
 {createlbhealthcheckpolicyresponse:{uuidList:[],errorcode:430,c
 serrorcode:,errortext:Failed
  to create HealthCheck policy: Validation Failed (HealthCheck Policy 
  is
 not
  supported by LB Provider for the LB rule id :)24”}}
 
  Can anyone shed any light on this.
 
  ACS Cloudstack v4.5.1
 




-- 

Andrija Panić


Build failed in Jenkins: package-rhel63-4.5 #282

2015-06-15 Thread jenkins
See http://jenkins.buildacloud.org/job/package-rhel63-4.5/282/

--
Started by upstream project build-4.5 build number 483
originally caused by:
 Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on rpmbuilder-2 in workspace 
http://jenkins.buildacloud.org/job/package-rhel63-4.5/ws/
  /usr/bin/git rev-parse --is-inside-work-tree # timeout=400
Fetching changes from the remote Git repository
  /usr/bin/git config remote.origin.url 
  https://git-wip-us.apache.org/repos/asf/cloudstack.git # timeout=400
Fetching upstream changes from 
https://git-wip-us.apache.org/repos/asf/cloudstack.git
  /usr/bin/git --version # timeout=400
  /usr/bin/git fetch --tags --progress 
  https://git-wip-us.apache.org/repos/asf/cloudstack.git 
  +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from 
https://git-wip-us.apache.org/repos/asf/cloudstack.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:735)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:983)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1016)
at hudson.scm.SCM.checkout(SCM.java:484)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1258)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:622)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:528)
at hudson.model.Run.execute(Run.java:1759)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:89)
at hudson.model.Executor.run(Executor.java:240)
Caused by: hudson.plugins.git.GitException: Command /usr/bin/git fetch --tags 
--progress https://git-wip-us.apache.org/repos/asf/cloudstack.git 
+refs/heads/*:refs/remotes/origin/* returned status code 128:
stdout: 
stderr: error:  while accessing 
https://git-wip-us.apache.org/repos/asf/cloudstack.git/info/refs

fatal: HTTP request failed

at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1591)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1379)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:86)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:324)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:152)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:145)
at hudson.remoting.UserRequest.perform(UserRequest.java:121)
at hudson.remoting.UserRequest.perform(UserRequest.java:49)
at hudson.remoting.Request$2.run(Request.java:324)
at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:744)
at ..remote call to rpmbuilder-2(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1356)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:221)
at hudson.remoting.Channel.call(Channel.java:752)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:145)
at sun.reflect.GeneratedMethodAccessor375.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:131)
at sun.proxy.$Proxy46.execute(Unknown Source)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:733)
... 11 more
ERROR: Error fetching remote repo 'origin'
Archiving artifacts


Build failed in Jenkins: simulator-4.5-singlerun #242

2015-06-15 Thread jenkins
See http://jenkins.buildacloud.org/job/simulator-4.5-singlerun/242/

--
Started by upstream project build-4.5-simulator build number 297
originally caused by:
 Started by upstream project build-4.5 build number 483
 originally caused by:
  Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on simulator in workspace 
http://jenkins.buildacloud.org/job/simulator-4.5-singlerun/ws/
  /usr/bin/git rev-parse --is-inside-work-tree # timeout=400
Fetching changes from the remote Git repository
  /usr/bin/git config remote.origin.url 
  https://git-wip-us.apache.org/repos/asf/cloudstack.git # timeout=400
Fetching upstream changes from 
https://git-wip-us.apache.org/repos/asf/cloudstack.git
  /usr/bin/git --version # timeout=400
  /usr/bin/git fetch --tags --progress 
  https://git-wip-us.apache.org/repos/asf/cloudstack.git 
  +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from 
https://git-wip-us.apache.org/repos/asf/cloudstack.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:735)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:983)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1016)
at hudson.scm.SCM.checkout(SCM.java:484)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1258)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:622)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:528)
at hudson.model.Run.execute(Run.java:1759)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:89)
at hudson.model.Executor.run(Executor.java:240)
Caused by: hudson.plugins.git.GitException: Command /usr/bin/git fetch --tags 
--progress https://git-wip-us.apache.org/repos/asf/cloudstack.git 
+refs/heads/*:refs/remotes/origin/* returned status code 128:
stdout: 
stderr: error:  while accessing 
https://git-wip-us.apache.org/repos/asf/cloudstack.git/info/refs

fatal: HTTP request failed

at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1591)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1379)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:86)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:324)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:152)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:145)
at hudson.remoting.UserRequest.perform(UserRequest.java:121)
at hudson.remoting.UserRequest.perform(UserRequest.java:49)
at hudson.remoting.Request$2.run(Request.java:324)
at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:744)
at ..remote call to simulator(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1356)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:221)
at hudson.remoting.Channel.call(Channel.java:752)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:145)
at sun.reflect.GeneratedMethodAccessor375.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:131)
at sun.proxy.$Proxy46.execute(Unknown Source)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:733)
... 11 more
ERROR: Error fetching remote repo 'origin'
[xUnit] [INFO] - Starting to record.
[xUnit] [INFO] - Processing JUnit
[xUnit] [INFO] - [JUnit] - 1 test report file(s) were found with the pattern 
'xunit.xml' relative to 
'http://jenkins.buildacloud.org/job/simulator-4.5-singlerun/ws/' for the 
testing framework 'JUnit'.
[xUnit] [ERROR] - Test reports were found but not all of them are new. Did all 
the tests run?
  * http://jenkins.buildacloud.org/job/simulator-4.5-singlerun/ws/xunit.xml 
is 1 mo 15 days old

[xUnit] [INFO] - Failing BUILD.
[xUnit] [INFO] - There are errors when processing test results.
[xUnit] [INFO] - 

Build failed in Jenkins: build-master-slowbuild #1579

2015-06-15 Thread jenkins
See http://jenkins.buildacloud.org/job/build-master-slowbuild/1579/changes

Changes:

[Rohit Yadav] Fix 4 findbugs warnings in JuniperSrxResource Data should be read 
and written in UTF-8 to the SRX Buffers were being used for reading but not for 
writing, PrintWriter was auto-flushing and code was explicitly flushing again, 
causing unnecessary operation to be performed.

--
[...truncated 27094 lines...]
[INFO] No sources to compile
[INFO] 
[INFO]  findbugs-maven-plugin:3.0.0:check (cloudstack-findbugs) @ 
cloud-quickcloud 
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.0:findbugs (findbugs) @ cloud-quickcloud 
---
[INFO] 
[INFO]  findbugs-maven-plugin:3.0.0:check (cloudstack-findbugs) @ 
cloud-quickcloud 
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.0:check (cloudstack-findbugs) @ 
cloud-quickcloud ---
[INFO] 
[INFO] --- cobertura-maven-plugin:2.6:instrument (default-cli) @ 
cloud-quickcloud ---
[WARNING] No files to instrument.
[INFO] NOT adding cobertura ser file to attached artifacts list.
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ 
cloud-quickcloud ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/quickcloud/src/test/resources
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ 
cloud-quickcloud ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ cloud-quickcloud 
---
[INFO] 
[INFO]  cobertura-maven-plugin:2.6:cobertura (default-cli) @ 
cloud-quickcloud 
[INFO] 
[INFO] --- cobertura-maven-plugin:2.6:cobertura (default-cli) @ 
cloud-quickcloud ---
[INFO] 
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache CloudStack Developer Tools - Checkstyle Configuration  SUCCESS 
[1.816s]
[INFO] Apache CloudStack . SUCCESS [1.926s]
[INFO] Apache CloudStack Maven Conventions Parent  SUCCESS [0.781s]
[INFO] Apache CloudStack Framework - Managed Context . SUCCESS [21.634s]
[INFO] Apache CloudStack Utils ... SUCCESS [1:24.285s]
[INFO] Apache CloudStack Framework ... SUCCESS [0.100s]
[INFO] Apache CloudStack Framework - Event Notification .. SUCCESS [51.690s]
[INFO] Apache CloudStack Framework - Configuration ... SUCCESS [29.760s]
[INFO] Apache CloudStack API . SUCCESS [1:44.118s]
[INFO] Apache CloudStack Framework - REST  SUCCESS [16.893s]
[INFO] Apache CloudStack Framework - IPC . SUCCESS [32.589s]
[INFO] Apache CloudStack Cloud Engine  SUCCESS [0.082s]
[INFO] Apache CloudStack Cloud Engine API  SUCCESS [33.182s]
[INFO] Apache CloudStack Framework - Security  SUCCESS [24.889s]
[INFO] Apache CloudStack Core  SUCCESS [1:20.340s]
[INFO] Apache CloudStack Agents .. SUCCESS [36.901s]
[INFO] Apache CloudStack Framework - Clustering .. SUCCESS [32.796s]
[INFO] Apache CloudStack Framework - Event Notification .. SUCCESS [16.745s]
[INFO] Apache CloudStack Cloud Engine Schema Component ... SUCCESS [2:03.108s]
[INFO] Apache CloudStack Framework - Jobs  SUCCESS [40.654s]
[INFO] Apache CloudStack Cloud Engine Internal Components API  SUCCESS [26.309s]
[INFO] Apache CloudStack Server .. SUCCESS [4:58.355s]
[INFO] Apache CloudStack Usage Server  SUCCESS [45.058s]
[INFO] Apache CloudStack Cloud Engine Orchestration Component  SUCCESS 
[1:22.497s]
[INFO] Apache CloudStack Cloud Services .. SUCCESS [0.076s]
[INFO] Apache CloudStack Secondary Storage ... SUCCESS [0.450s]
[INFO] Apache CloudStack Secondary Storage Service ... SUCCESS [58.688s]
[INFO] Apache CloudStack Engine Storage Component  SUCCESS [49.564s]
[INFO] Apache CloudStack Engine Storage Volume Component . SUCCESS [35.748s]
[INFO] Apache CloudStack Engine Storage Image Component .. SUCCESS [29.165s]
[INFO] Apache CloudStack Engine Storage Data Motion Component  SUCCESS [24.226s]
[INFO] Apache CloudStack Engine Storage Cache Component .. SUCCESS [19.258s]
[INFO] Apache CloudStack Engine Storage Snapshot Component  SUCCESS [39.727s]
[INFO] Apache CloudStack Cloud Engine API  SUCCESS [17.440s]
[INFO] Apache CloudStack Cloud Engine Service  SUCCESS [7.451s]
[INFO] Apache CloudStack Plugin POM .. SUCCESS [0.977s]
[INFO] Apache CloudStack Plugin - API Rate Limit . SUCCESS [29.032s]
[INFO] Apache CloudStack Plugin - Storage Volume default provider  SUCCESS 
[26.452s]
[INFO] Apache CloudStack Plugin - Storage Volume SolidFire Provider  SUCCESS 

[SDN] Cisco ACI status

2015-06-15 Thread Erik Weber
Is anyone working on, considering to work on, or in any way doing anything
related to Cisco ACI and CloudStack?


-- 
Erik


[GitHub] cloudstack pull request: Fix css syntax error in cloudstack3.css

2015-06-15 Thread rsafonseca
GitHub user rsafonseca opened a pull request:

https://github.com/apache/cloudstack/pull/463

Fix css syntax error in cloudstack3.css

Just a simple syntax fix

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/rsafonseca/cloudstack fixcss

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cloudstack/pull/463.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #463


commit ca40985df15eec899a9544aec0128c8c99445a53
Author: Rafael da Fonseca rsafons...@gmail.com
Date:   2015-06-15T20:34:32Z

Fix css syntax error in cloudstack3.css




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: Fix findbugs warning in VmwareStorageMana...

2015-06-15 Thread DaanHoogland
Github user DaanHoogland commented on a diff in the pull request:

https://github.com/apache/cloudstack/pull/461#discussion_r32465953
  
--- Diff: 
plugins/hypervisors/vmware/src/com/cloud/hypervisor/vmware/manager/VmwareStorageManagerImpl.java
 ---
@@ -256,7 +256,7 @@ public Answer execute(VmwareHostService hostService, 
PrimaryStorageDownloadComma
 try {
 VmwareHypervisorHost hyperHost = 
hostService.getHyperHost(context, cmd);
 
-String templateUuidName = UUID.nameUUIDFromBytes((templateName 
+ @ + cmd.getPoolUuid() + - + 
hyperHost.getMor().getValue()).getBytes()).toString();
+String templateUuidName = UUID.nameUUIDFromBytes((templateName 
+ @ + cmd.getPoolUuid() + - + 
hyperHost.getMor().getValue()).getBytes(UTF-8)).toString();
--- End diff --

Charset.defaultCharset() is better imo


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


Build failed in Jenkins: simulator-singlerun #1244

2015-06-15 Thread jenkins
See http://jenkins.buildacloud.org/job/simulator-singlerun/1244/

--
Started by upstream project build-master-simulator build number 2062
originally caused by:
 Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on simulator in workspace 
http://jenkins.buildacloud.org/job/simulator-singlerun/ws/
  /usr/bin/git rev-parse --is-inside-work-tree # timeout=400
Fetching changes from the remote Git repository
  /usr/bin/git config remote.origin.url 
  https://git-wip-us.apache.org/repos/asf/cloudstack.git # timeout=400
Fetching upstream changes from 
https://git-wip-us.apache.org/repos/asf/cloudstack.git
  /usr/bin/git --version # timeout=400
  /usr/bin/git fetch --tags --progress 
  https://git-wip-us.apache.org/repos/asf/cloudstack.git 
  +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from 
https://git-wip-us.apache.org/repos/asf/cloudstack.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:735)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:983)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1016)
at hudson.scm.SCM.checkout(SCM.java:484)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1258)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:622)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:528)
at hudson.model.Run.execute(Run.java:1759)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:89)
at hudson.model.Executor.run(Executor.java:240)
Caused by: hudson.plugins.git.GitException: Command /usr/bin/git fetch --tags 
--progress https://git-wip-us.apache.org/repos/asf/cloudstack.git 
+refs/heads/*:refs/remotes/origin/* returned status code 128:
stdout: 
stderr: error:  while accessing 
https://git-wip-us.apache.org/repos/asf/cloudstack.git/info/refs

fatal: HTTP request failed

at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1591)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1379)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:86)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:324)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:152)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:145)
at hudson.remoting.UserRequest.perform(UserRequest.java:121)
at hudson.remoting.UserRequest.perform(UserRequest.java:49)
at hudson.remoting.Request$2.run(Request.java:324)
at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:744)
at ..remote call to simulator(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1356)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:221)
at hudson.remoting.Channel.call(Channel.java:752)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:145)
at sun.reflect.GeneratedMethodAccessor375.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:131)
at sun.proxy.$Proxy46.execute(Unknown Source)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:733)
... 11 more
ERROR: Error fetching remote repo 'origin'
[xUnit] [INFO] - Starting to record.
[xUnit] [INFO] - Processing JUnit
[xUnit] [INFO] - [JUnit] - 1 test report file(s) were found with the pattern 
'xunit.xml' relative to 
'http://jenkins.buildacloud.org/job/simulator-singlerun/ws/' for the testing 
framework 'JUnit'.
[xUnit] [ERROR] - Test reports were found but not all of them are new. Did all 
the tests run?
  * http://jenkins.buildacloud.org/job/simulator-singlerun/ws/xunit.xml is 1 
mo 15 days old

[xUnit] [INFO] - Failing BUILD.
[xUnit] [INFO] - There are errors when processing test results.
[xUnit] [INFO] - Skipping tests recording.
[xUnit] [INFO] - Stop build.


Re: Support OVA files with multiple disks for templates: CLOUDSTACK-4757

2015-06-15 Thread ilya

Hi Likitha,

Hope your day is well,

Just a friendly follow up to see if you might have a chance in merging 
this branch in.


Thanks
ilya

On 5/6/15 10:38 PM, Abhinandan Prateek wrote:

Likitha,

   Thanks for updating, I think it is a very useful feature and will ease the 
work of migrating from VMWare setup to a cloudstack setup.

-abhi


On 07-May-2015, at 9:11 am, Likitha Shetty likitha.she...@citrix.com wrote:

The feature is code complete and is present in feature branch 
(https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;a=shortlog;h=refs/heads/multiple-disk-ova
 ).

But since it has been a while I don’t think it will be an easy merge into 
master. In any case, I will soon start working on the merge.

Thanks,
Likitha

-Original Message-
From: Abhinandan Prateek [mailto:abhinandan.prat...@shapeblue.com]
Sent: Wednesday, May 6, 2015 12:28 PM
To: CloudStack Dev
Cc: Likitha Shetty; Sateesh Chodapuneedi
Subject: Re: Support OVA files with multiple disks for templates: 
CLOUDSTACK-4757

Can anyone comment what state this feature is in ?


On 05-May-2015, at 11:58 am, Abhinandan Prateek agneya2...@yahoo.com.INVALID 
wrote:

The work on support for ova with multiple disk was started last year.
Can someone update in what state it is in as the ticket shows that this is 
still in progress ?

FS: 
https://cwiki.apache.org/confluence/display/CLOUDSTACK/Support+OVA+files+containing+multiple+disks
 
https://cwiki.apache.org/confluence/display/CLOUDSTACK/Support+OVA+files+containing+multiple+disks

-abhi

Find out more about ShapeBlue and our range of CloudStack related services

IaaS Cloud Design  
Buildhttp://secure-web.cisco.com/18IPXeCxMuL0ZGsCjfo3x7938ovd8trrcZQ3f0WxzmuNeY5ssDccHvBBo_Z2Vu3BvLe8HGArqlk7dQ5Owav1FAi03yijmr9kgDlWeLCe-JPQTOUEA9VH0Q0knXZtDHrOMSIPNocelxhrplz180xrN_Aw_u0QPQDtH9VgrlmlHxM0bvn8NF407Uf1xkQ88GKqd/http%3A%2F%2Fshapeblue.com%2Fiaas-cloud-design-and-build%2F%2F
CSForge – rapid IaaS deployment 
frameworkhttp://secure-web.cisco.com/1z27zdQXT0sqtwzAJRMsmbAvF4jnvvyiDarQcGzEW0L_b80Xh2SRRG0pSPS-gB5DLpmjza3rEULSdHr50euau0C836H0PRZMXhuoueRBM1btsZylOGr3QwPtRV5pSrzfBkiw0NGNJt5aLvxtww8_hr129cE5XVWnbozKsfLim1yVgKYgqGBWaP33PJ7oO7aOR/http%3A%2F%2Fshapeblue.com%2Fcsforge%2F
CloudStack 
Consultinghttp://secure-web.cisco.com/1Pqr-yJu7fnoRJVFY5xhjRF8rnDNcT3cpHwUsdl1sU_bAZ8Et_4oaHPdN5KySeak5l9ej2HJjcFKiGBp9-qT89eCPloGedaXLdL4dTDGkpJg5kcymHfWIhwut2P0e-DAhZgJxu35u8Q3K5tYoOaeaveoi4LgpYtGZt2iVtbOEiEPdoP579T39kCA0DAMh8X8d/http%3A%2F%2Fshapeblue.com%2Fcloudstack-consultancy%2F
CloudStack Software 
Engineeringhttp://secure-web.cisco.com/1cOTTac79V0xUuX8MYnPy2tG5A45XPf06HDXeyZuAWIvG3uAigfNQjz_ZeHkBcWxiHXbUWExKVjwAO8BMs1f2ug1kF4nG0kMXpxzW__Im1D1ZCBFLtM2JmLctCcXKUalUbWhwaOvae8dZxoKjFeVUVKOoGZFBgqfNkG_0paIwnK0MguhWoX6mJu9Sx7D9lN1F/http%3A%2F%2Fshapeblue.com%2Fcloudstack-software-engineering%2F
CloudStack Infrastructure 
Supporthttp://secure-web.cisco.com/18DkP5kIP2TW2gdWkWCJ4u9ktfsBAyMjnYvSKzsIomqX84q2pE2DpDT6kgEcJjakCgJR7qWg-9VKWhZDxdWbElIQcou2X1BYXJOzm7qy_-ZpMSZ2Z23CFXdaTGVV9uzpM-t19kCM4FO0oj5tGqFufuCI0sWu3p7zEnkxHL0-XhxlJ0aTDdRgVYcw0yvN2agCn/http%3A%2F%2Fshapeblue.com%2Fcloudstack-infrastructure-support%2F
CloudStack Bootcamp Training 
Courseshttp://secure-web.cisco.com/1myEW2ul7tEiy7AbKqaFo819HOXbHuU1vyqNuEpaJd-1K269PZHuoG4HobTzoCwjuqdKu89SB6fGoPoWb9VLYP5aEJbdixKIedc6DpoeK8S6efTtgiHw5nBN4WQvO2DSDRN1x2FO4sTI1n4tlag0DaAcUIHHEdtupa1zqmE0fewfLyh3BYbD6wUcFJsSAkxAO/http%3A%2F%2Fshapeblue.com%2Fcloudstack-training%2F

This email and any attachments to it may be confidential and are intended solely 
for the use of the individual to whom it is addressed. Any views or opinions 
expressed are solely those of the author and do not necessarily represent those of 
Shape Blue Ltd or related companies. If you are not the intended recipient of this 
email, you must neither take any action based upon its contents, nor copy or show 
it to anyone. Please contact the sender if you believe you have received this email 
in error. Shape Blue Ltd is a company incorporated in England  Wales. 
ShapeBlue Services India LLP is a company incorporated in India and is operated 
under license from Shape Blue Ltd. Shape Blue Brasil Consultoria Ltda is a company 
incorporated in Brasil and is operated under license from Shape Blue Ltd. ShapeBlue 
SA Pty Ltd is a company registered by The Republic of South Africa and is traded 
under license from Shape Blue Ltd. ShapeBlue is a registered trademark.

Find out more about ShapeBlue and our range of CloudStack related services

IaaS Cloud Design  Buildhttp://shapeblue.com/iaas-cloud-design-and-build//
CSForge – rapid IaaS deployment frameworkhttp://shapeblue.com/csforge/
CloudStack Consultinghttp://shapeblue.com/cloudstack-consultancy/
CloudStack Software 
Engineeringhttp://shapeblue.com/cloudstack-software-engineering/
CloudStack Infrastructure 
Supporthttp://shapeblue.com/cloudstack-infrastructure-support/
CloudStack Bootcamp Training Courseshttp://shapeblue.com/cloudstack-training/


[GitHub] cloudstack pull request: Fix findbugs encoding issue in VmwareReso...

2015-06-15 Thread rsafonseca
Github user rsafonseca commented on a diff in the pull request:

https://github.com/apache/cloudstack/pull/462#discussion_r32472663
  
--- Diff: 
plugins/hypervisors/vmware/src/com/cloud/hypervisor/vmware/resource/VmwareResource.java
 ---
@@ -705,7 +705,7 @@ public ExecutionResult createFileInVR(String routerIp, 
String filePath, String f
 VmwareManager mgr = 
getServiceContext().getStockObject(VmwareManager.CONTEXT_STOCK_NAME);
 File keyFile = mgr.getSystemVMKeyFile();
 try {
-SshHelper.scpTo(routerIp, 3922, root, keyFile, null, 
filePath, content.getBytes(), fileName, null);
+SshHelper.scpTo(routerIp, 3922, root, keyFile, null, 
filePath, content.getBytes(UTF-8), fileName, null);
--- End diff --

VR runs on a UTF-8 platform.
If you're running this on windows and output a specific set of bytes based 
on windows' encoding, the result will be different when VR reads the file. 
UTF-8 should be used specifically in this case, since we're outputting a 
specific array of bytes to a platform with known encoding. 
Charset.defaultCharset() would only work well if the platorm it is running on 
matches that encoding which it actually is in most cases since most peeps run 
this on a modern linux distro ;)


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: Fix findbugs encoding issue in VmwareStor...

2015-06-15 Thread DaanHoogland
Github user DaanHoogland commented on a diff in the pull request:

https://github.com/apache/cloudstack/pull/460#discussion_r32465788
  
--- Diff: 
plugins/hypervisors/vmware/src/com/cloud/storage/resource/VmwareStorageProcessor.java
 ---
@@ -2265,7 +2265,7 @@ public Answer forgetObject(ForgetObjectCmd cmd) {
 }
 
 private static String deriveTemplateUuidOnHost(VmwareHypervisorHost 
hyperHost, String storeIdentifier, String templateName) {
-String templateUuid = UUID.nameUUIDFromBytes((templateName + @ + 
storeIdentifier + - + hyperHost.getMor().getValue()).getBytes()).toString();
+String templateUuid = UUID.nameUUIDFromBytes((templateName + @ + 
storeIdentifier + - + 
hyperHost.getMor().getValue()).getBytes(UTF-8)).toString();
--- End diff --

In other  cases I used Charset.defaultCharset(). Is there a reason to 
explicitly use UTF8?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


  1   2   >