[GitHub] cloudstack pull request: CLOUDSTACK-8547: Modify hypervisor check ...

2015-06-10 Thread pritisarap12
GitHub user pritisarap12 opened a pull request:

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

CLOUDSTACK-8547: Modify hypervisor check in testpath_snapshot_hardning.py

--Modify hypervisor check to skip testcase for any hypervisor
   other than KVM

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

$ git pull https://github.com/pritisarap12/cloudstack 
my-testcases-regression

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

https://github.com/apache/cloudstack/pull/378.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 #378


commit ff01687a5d3b9fdc432b85a817e4e2f693380e25
Author: pritisarap12 
Date:   2015-06-10T07:01:16Z

CLOUDSTACK-8547 - Modify hypervisor check in testpath_snapshot_hardning.py 
testpath
--Modify hypervisor check to skip testcase for any hypervisor
  other than KVM




---
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: Skipping all unsupported tests on LXC

2015-06-10 Thread sanju1010
GitHub user sanju1010 opened a pull request:

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

Skipping all unsupported tests on LXC



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

$ git pull https://github.com/sanju1010/cloudstack acsmaster

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

https://github.com/apache/cloudstack/pull/379.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 #379


commit 413378340e93237a89674dd4137451d206f36d39
Author: Sanjeev Neelarapu 
Date:   2015-06-10T06:32:04Z

Skipping all unsupported tests on LXC




---
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 8308 Adding automation test ca...

2015-06-10 Thread pritisarap12
Github user pritisarap12 closed the pull request at:

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


---
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: Problem Upload Windows volume to ACS 4.5.1

2015-06-10 Thread Andrija Panic
Marcus,

Since file on the old ACS is really RAW (template, created from snapshot,
and snapshot created from CEPH volume) - why didn't ACS convert it to
qcow2? It has named it x. qcow2 on secondary NFS.
...

I get folowing error in the new ACS, when I select RAW as the source format
to Upload volume:

"Please specify a valid URL.
URL:/userdata/7a27330d-0080-444d-9807-3fa9bd3997c5.qcow2 is an invalid for
the format raw"

So source image has QCOW2 extension, RAW format, and destination ACS doesnt
allow RAW format download if the extension is QCOW2... :(

So basically I'm unable to extract CEPH volumes at all and move them to
another ACS installation :(

On 10 June 2015 at 07:51, Jochim, Ingo  wrote:

> "qemu-img info " will also give you the information what type
> the file is.
>
> -Ursprüngliche Nachricht-
> Von: Marcus [mailto:shadow...@gmail.com]
> Gesendet: Mittwoch, 10. Juni 2015 01:54
> An: dev@cloudstack.apache.org
> Cc: us...@cloudstack.apache.org
> Betreff: Re: Problem Upload Windows volume to ACS 4.5.1
>
> Looks like it is seeing a raw disk, when you specified it was QCOW2.
> That's what the 'file' command is doing. We used to just trust the name of
> the file, but this was enhanced to inspect the first 1MB of the download
> and validate that you are supplying the image format that CS expects.
>
> Because the first 1MB shows that this image has a boot sector, I'm
> assuming it is a raw disk image, instead of a qcow2. Note that CloudStack
> 4.5 should support raw format for KVM images, but you have to specify it on
> the API.
>
> [root@devcloud-kvm7 tmp]# qemu-img create -f qcow2 img.qcow2 1G
>
> Formatting 'img.qcow2', fmt=qcow2 size=1073741824 encryption=off
> cluster_size=65536 lazy_refcounts=off
>
>
> [root@devcloud-kvm7 tmp]# qemu-img create -f raw img.raw 1G
>
> Formatting 'img.raw', fmt=raw size=1073741824
>
>
> [root@devcloud-kvm7 tmp]# file img.qcow2
>
> img.qcow2: QEMU QCOW Image (v3), 1073741824 bytes
>
>
> [root@devcloud-kvm7 tmp]# parted img.raw mklabel
>
> New disk label type? msdos
>
>
> [root@devcloud-kvm7 tmp]# file img.raw
>
> img.raw: x86 boot sector, code offset 0xb8
>
> On Tue, Jun 9, 2015 at 3:01 AM, Jochim, Ingo 
> wrote:
>
> > Hi Andrija,
> >
> > have you tried to convert (qemu-img convert) it to RAW and upload then?
> > Ceph is using RAW devices. The conversion takes place on storage
> > migration but on upload?
> >
> > Regards,
> > Ingo
> >
> > -Ursprüngliche Nachricht-
> > Von: Andrija Panic [mailto:andrija.pa...@gmail.com]
> > Gesendet: Dienstag, 9. Juni 2015 10:24
> > An: dev@cloudstack.apache.org; us...@cloudstack.apache.org
> > Betreff: Problem Upload Windows volume to ACS 4.5.1
> >
> > HI guys,
> >
> > we try to move some volumes from one ACS installation to another (from
> > 4.3.2 to 4.5.1).
> >
> > Since we are using CEPH, and volume extract/download doesn't work at
> > the moment, we do workarround, we snapshots Windows DATA volume,
> > convert to template, and then we extract URL / download.
> >
> > Then we use this URL to "Upload Volume" to ACS 4.5.1 - but it fails
> > almoust imiddiately with error inside SSVM (nothing usefull in
> > management
> > log) - and the volume is deleted from ACS:
> >
> >  I see there is inspecting disk with "file" commands...any thought why
> > is this failing ?
> >
> > These are source Windows DATA disk btw:
> >
> > 2015-06-09 07:58:47,811 DEBUG [cloud.agent.Agent]
> > (agentRequest-Handler-10:null) Request:Seq 81-4133460032995983410:  {
> > Cmd ,
> > MgmtId: 90520741174948, via: 81, Ver: v1, Flags: 100011,
> > [{"org.apache.cloudstack.storage.command.DownloadCommand":{"hvm":false
> > ,"maxDownloadSizeInBytes":5497558138880,"id":468,"resourceType":"VOLUM
> > E","installPath":"volumes/2/468","_store":{"com.cloud.agent.api.to.Nfs
> > TO":{"_url":"nfs://
> > 10.13.2.1/data/tank/secondary","_role":"Image"}},"url":"
> > http://46.232.180.244/userdata/6f2280e7-86d6-4fc7-abe8-e2bbfdeed442.qc
> > ow2 ","format":"QCOW2","accountId":2,"name":"andrija2","wait":0}}]
> > }
> > 2015-06-09 07:58:47,814 DEBUG [cloud.agent.Agent]
> > (agentRequest-Handler-10:null) Processing command:
> > org.apache.cloudstack.storage.command.DownloadCommand
> > 2015-06-09 07:58:47,815 INFO
> >  [storage.resource.NfsSecondaryStorageResource]
> > (agentRequest-Handler-10:null) Determined host 10.13.2.1 corresponds
> > to IP
> > 10.13.2.1
> > 2015-06-09 07:58:47,873 INFO
> > [storage.template.HttpTemplateDownloader]
> > (agentRequest-Handler-10:null) No credentials configured for host=
> > 46.232.180.244:80
> > 2015-06-09 07:58:47,895 INFO
> > [storage.template.HttpTemplateDownloader]
> > (pool-1-thread-3:null) Starting download from
> > http://46.232.180.244/userdata/6f2280e7-86d6-4fc7-abe8-e2bbfdeed442.qc
> > ow2
> > to
> >
> > /mnt/SecStorage/dd40674b-575d-3bd2-87b3-7f1e1db4c02e/volumes/2/468/dnl
> > d855093017660470tmp_ remoteSize=21474836480 , max
> > size=5497558138880
> > 2015-06-09 07:58:47,909 DEBUG [utils.script.Script]
> > (pool-1-thre

[GitHub] cloudstack pull request: CLOUDSTACK-8548: Message translations in ...

2015-06-10 Thread rags22489664
GitHub user rags22489664 opened a pull request:

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

CLOUDSTACK-8548: Message translations in Japanese and Chinese



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

$ git pull https://github.com/rags22489664/cloudstack master

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

https://github.com/apache/cloudstack/pull/380.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 #380


commit 0246f572fd4c70636b2f665ae4dec8e891f9901c
Author: ramamurtis 
Date:   2015-06-10T08:16:20Z

CLOUDSTACK-8548: Message translations in Japanese and Chinese




---
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: Skipping all unsupported tests on LXC

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

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


---
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 #1535

2015-06-10 Thread jenkins
See 

--
[...truncated 27254 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 

[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.760s]
[INFO] Apache CloudStack . SUCCESS [1.831s]
[INFO] Apache CloudStack Maven Conventions Parent  SUCCESS [0.781s]
[INFO] Apache CloudStack Framework - Managed Context . SUCCESS [20.560s]
[INFO] Apache CloudStack Utils ... SUCCESS [2:08.915s]
[INFO] Apache CloudStack Framework ... SUCCESS [0.105s]
[INFO] Apache CloudStack Framework - Event Notification .. SUCCESS [51.493s]
[INFO] Apache CloudStack Framework - Configuration ... SUCCESS [28.959s]
[INFO] Apache CloudStack API . SUCCESS [1:56.109s]
[INFO] Apache CloudStack Framework - REST  SUCCESS [18.281s]
[INFO] Apache CloudStack Framework - IPC . SUCCESS [31.336s]
[INFO] Apache CloudStack Cloud Engine  SUCCESS [0.091s]
[INFO] Apache CloudStack Cloud Engine API  SUCCESS [30.084s]
[INFO] Apache CloudStack Framework - Security  SUCCESS [24.963s]
[INFO] Apache CloudStack Core  SUCCESS [1:16.210s]
[INFO] Apache CloudStack Agents .. SUCCESS [36.379s]
[INFO] Apache CloudStack Framework - Clustering .. SUCCESS [32.486s]
[INFO] Apache CloudStack Framework - Event Notification .. SUCCESS [15.839s]
[INFO] Apache CloudStack Cloud Engine Schema Component ... SUCCESS [2:12.955s]
[INFO] Apache CloudStack Framework - Jobs  SUCCESS [45.748s]
[INFO] Apache CloudStack Cloud Engine Internal Components API  SUCCESS [30.172s]
[INFO] Apache CloudStack Server .. SUCCESS [4:10.313s]
[INFO] Apache CloudStack Usage Server  SUCCESS [46.643s]
[INFO] Apache CloudStack Cloud Engine Orchestration Component  SUCCESS 
[1:22.442s]
[INFO] Apache CloudStack Cloud Services .. SUCCESS [0.106s]
[INFO] Apache CloudStack Secondary Storage ... SUCCESS [0.675s]
[INFO] Apache CloudStack Secondary Storage Service ... SUCCESS [1:05.258s]
[INFO] Apache CloudStack Engine Storage Component  SUCCESS [48.377s]
[INFO] Apache CloudStack Engine Storage Volume Component . SUCCESS [34.886s]
[INFO] Apache CloudStack Engine Storage Image Component .. SUCCESS [28.024s]
[INFO] Apache CloudStack Engine Storage Data Motion Component  SUCCESS [34.243s]
[INFO] Apache CloudStack Engine Storage Cache Component .. SUCCESS [21.129s]
[INFO] Apache CloudStack Engine Storage Snapshot Component  SUCCESS [3:33.423s]
[INFO] Apache CloudStack Cloud Engine API  SUCCESS [1:13.483s]
[INFO] Apache CloudStack Cloud Engine Service  SUCCESS [20.104s]
[INFO] Apache CloudStack Plugin POM .. SUCCESS [1.758s]
[INFO] Apache CloudStack Plugin - API Rate Limit . SUCCESS [35.771s]
[INFO] Apache CloudStack Plugin - Storage Volume default provider  SUCCESS 
[34.252s]
[INFO] Apache CloudStack Plugin - Storage Volume SolidFire Provider  SUCCESS 
[1:13.063s]
[INFO] Apache CloudStack Plugin - API SolidFire .. SUCCESS [40.410s]
[INFO] Apache CloudStack Plugin - API Discovery .. SUCCESS [28.437s]
[INFO] Apache CloudStack Plugin - ACL Static Role Based .. SUCCESS [19.604s]
[INFO] Apache CloudStack Plugin - Host Ant

Access to ACS security issues

2015-06-10 Thread Wilder Rodrigues
Hi all,

Our colleague Glenn reate some security issues under the ACS Jira with private 
visibility. I would like to have a look at those issues, but unfortunately I do 
not have access even to browse those.

How could we get that solved? Is that possible to give me access?

Thanks in advance.

Cheers,
Wilder

[GitHub] cloudstack pull request: CLOUDSTACK-3317 - DVS does not support ma...

2015-06-10 Thread sateesh-chodapuneedi
Github user sateesh-chodapuneedi closed the pull request at:

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


---
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-3317 - DVS does not support ma...

2015-06-10 Thread sateesh-chodapuneedi
GitHub user sateesh-chodapuneedi reopened a pull request:

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

CLOUDSTACK-3317 - DVS does not support management\storage network

Added support for Management and Storage Network traffic over VMware DVS in 
CloudStack deployments. Also added support for storage VLAN over dvPortGroup.

Signed-off-by: Sateesh Chodapuneedi 

CLOUDSTACK-3317 - DVS does not support management\storage network

Use non-zero dvport count while updating dvportgroups of system traffic.
Updated configuration compare logic to avoid update dvportgroup operation 
unless required.
This would help improve speed in vm/network deployment as the update calls 
would reduce. Also improved logging.

Signed-off-by: Sateesh Chodapuneedi 

Added unit tests covering the code changes in this branch/feature 
development
Integration tests are already present in master branch
Signed-off-by: Sateesh Chodapuneedi 

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

$ git pull https://github.com/sateesh-chodapuneedi/cloudstack 
vmware-dvs-mgmt-storage

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

https://github.com/apache/cloudstack/pull/373.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 #373


commit e2f0955c7c478df2a3ae01d8f2c644a0226560b8
Author: Sateesh Chodapuneedi 
Date:   2015-06-01T23:15:08Z

CLOUDSTACK-3317 - DVS does not support management\storage network

Added support for Management and Storage Network traffic over VMware DVS in 
CloudStack deployments. Also added support for storage VLAN over dvPortGroup.

Signed-off-by: Sateesh Chodapuneedi 

CLOUDSTACK-3317 - DVS does not support management\storage network

Use non-zero dvport count while updating dvportgroups of system traffic.
Updated configuration compare logic to avoid update dvportgroup operation 
unless required.
This would help improve speed in vm/network deployment as the update calls 
would reduce. Also improved logging.

Signed-off-by: Sateesh Chodapuneedi 

Unit tests
Signed-off-by: Sateesh Chodapuneedi 

commit 4614bc64375352380d802ec223b6f8fc197881c1
Author: Sateesh Chodapuneedi 
Date:   2015-06-09T03:59:44Z

Added license header to file being added to repo/branch.

commit 017b77e2af4c515d39944c94f382a8e6ee036cf4
Author: Sateesh Chodapuneedi 
Date:   2015-06-09T19:03:14Z

CLOUDSTACK-3317 - DVS does not support management\storage network

Updated Apache license header in new source code file.




---
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 #1219

2015-06-10 Thread jenkins
See 

--
Started by upstream project "build-master-simulator" build number 2037
originally caused by:
 Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on simulator in workspace 

 > /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 
' for the testing 
framework 'JUnit'.
[xUnit] [ERROR] - Test reports were found but not all of them are new. Did all 
the tests run?
  *  is 1 
mo 9 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: Access to ACS security issues

2015-06-10 Thread Daan Hoogland
Wilder,

We can add you to the security group? Subscribe at least to
s...@cloudstack.apache.org I¹ll see if I can give you rights to the jira
group.

On 10/06/15 10:22, "Wilder Rodrigues" 
wrote:

>Hi all,
>
>Our colleague Glenn reate some security issues under the ACS Jira with
>private visibility. I would like to have a look at those issues, but
>unfortunately I do not have access even to browse those.
>
>How could we get that solved? Is that possible to give me access?
>
>Thanks in advance.
>
>Cheers,
>Wilder



Build failed in Jenkins: simulator-singlerun #1220

2015-06-10 Thread jenkins
See 

--
Started by upstream project "build-master-simulator" build number 2038
originally caused by:
 Started by upstream project "build-master" build number 2365
 originally caused by:
  Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on simulator in workspace 

 > /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 
' for the testing 
framework 'JUnit'.
[xUnit] [ERROR] - Test reports were found but not all of them are new. Did all 
the tests run?
  *  is 1 
mo 9 days old

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

[BUG?] ACS 4.5.1 can't create VM from template on CEPH, bigger than 20GB

2015-06-10 Thread Andrija Panic
Hi guys,

we just experienced a very strange problem:

ACS 4.5.1 vanila
Ubuntu 14.04.2 - latest Qemu* binaries (2.0.0+dfsg-2ubuntu1.11)
CEPH 0.94.1

We are unable to create VM from template that is bigger than 20GB - on CEPH.
Works with 10,14,18GB, but not with templates 20GB or bigger...

Problem with 20GB or more: mgmt server / agent tries 2 times to move/create
CEPH/RAW volume from NFS/QCOW2, although the first execution is successfull.
(some timeout problem?)

So, first time it detects it needs to copy from Qcow2/NFS to RAW/CEPH, it
issues qemu-img convert and gets success on execution.
Than again it tries to do EXACT same thing, so of course CEPH gives error
because destinatin image already exists and VM provisioning fails.

We dont see this behaviour with 10GB,14GB,18GB, but only with 20GB and
bigger.


Please find logs from a host, I marked critical points with "!!!":

[{"org.apache.cloudstack.storage.command.CopyCommand":{"srcTO":{"org.apache.cloudstack.storage.to.TemplateObjectTO":{"path":"template/tmpl/2/204/475f79e4-82ef-36f8-b1f2-acfcf541ca95.qcow2","origUrl":"
http://xxx.yyy.180.244/userdata/d3494552-eb13-478e-84d6-da16f06a01a6.qcow2
","uuid":"9a61c577-e74f-4c22-b7f8-5e642ea69cc2","id":204,"format":"QCOW2","accountId":2,"checksum":"b62eb99b8dd4ecfe40b61c91c8c037c0","hvm":true,"displayText":"andrija-debian7","imageDataStore":{"com.cloud.agent.api.to.NfsTO":{"_url":"nfs://
10.23.2.1/data/tank/secondary
","_role":"Image"}},"name":"204-2-f7d41a8b-de2e-3a71-a8cf-301bc76cb2ab","hypervisorType":"KVM"}},"destTO":{"org.apache.cloudstack.storage.to.TemplateObjectTO":{"origUrl":"
http://xxx.yyy.180.244/userdata/d3494552-eb13-478e-84d6-da16f06a01a6.qcow2
","uuid":"9a61c577-e74f-4c22-b7f8-5e642ea69cc2","id":204,"format":"QCOW2","accountId":2,"checksum":"b62eb99b8dd4ecfe40b61c91c8c037c0","hvm":true,"displayText":"andrija-debian7","imageDataStore":{"org.apache.cloudstack.storage.to.PrimaryDataStoreTO":{"uuid":"8457c284-cf5d-3979-b82e-32ea5efeb97b","id":1,"poolType":"RBD","host":"mon.swiss2.local","path":"cold-storage","port":6789,"url":"RBD://mon.swiss2.local/cold-storage/?ROLE=Primary&STOREUUID=8457c284-cf5d-3979-b82e-32ea5efeb97b"}},"name":"204-2-f7d41a8b-de2e-3a71-a8cf-301bc76cb2ab","hypervisorType":"KVM"}},"executeInSequence":true,"options":{},"wait":21600}}]
2015-06-10 01:42:36,661 DEBUG [cloud.agent.Agent]
(agentRequest-Handler-4:null) Processing command:
org.apache.cloudstack.storage.command.CopyCommand
2015-06-10 01:42:36,661 INFO  [kvm.storage.LibvirtStorageAdaptor]
(agentRequest-Handler-4:null) Attempting to create storage pool
b6d6c679-8475-31f6-b28f-a2e56746c7b9 (NetworkFilesystem) in libvirt
2015-06-10 01:42:36,669 DEBUG [kvm.storage.LibvirtStorageAdaptor]
(agentRequest-Handler-4:null) 
b6d6c679-8475-31f6-b28f-a2e56746c7b9
b6d6c679-8475-31f6-b28f-a2e56746c7b9





/mnt/b6d6c679-8475-31f6-b28f-a2e56746c7b9



2015-06-10 01:42:37,764 DEBUG [kvm.storage.LibvirtStorageAdaptor]
(agentRequest-Handler-4:null) Trying to fetch storage pool
b6d6c679-8475-31f6-b28f-a2e56746c7b9 from libvirt
2015-06-10 01:42:37,775 DEBUG [kvm.storage.KVMStorageProcessor]
(agentRequest-Handler-4:null) Copying template to primary storage, template
format is qcow2
2015-06-10 01:42:37,775 DEBUG [kvm.storage.LibvirtStorageAdaptor]
(agentRequest-Handler-4:null) Trying to fetch storage pool
8457c284-cf5d-3979-b82e-32ea5efeb97b from libvirt
2015-06-10 01:42:37,781 DEBUG [kvm.storage.LibvirtStorageAdaptor]
(agentRequest-Handler-4:null) copyPhysicalDisk: disk size:1203378688,
virtualsize:25769803776 format:qcow2
2015-06-10 01:42:37,781 DEBUG [kvm.storage.LibvirtStorageAdaptor]
(agentRequest-Handler-4:null) The source image is not RBD, but the
destination is. We will convert into RBD format 2

2015-06-10 01:42:37,782 DEBUG [kvm.storage.LibvirtStorageAdaptor]
(agentRequest-Handler-4:null) Starting copy from source image
/mnt/b6d6c679-8475-31f6-b28f-a2e56746c7b9/475f79e4-82ef-36f8-b1f2-acfcf541ca95.qcow2
to RBD image cold-storage/9a61c577-e74f-4c22-b7f8-5e642ea69cc2

(!!)
2015-06-10 01:42:37,782 DEBUG [utils.script.Script]
(agentRequest-Handler-4:null) Executing:
qemu-img convert -O raw
/mnt/b6d6c679-8475-31f6-b28f-a2e56746c7b9/475f79e4-82ef-36f8-b1f2-acfcf541ca95.qcow2
rbd:cold-storage/9a61c577-e74f-4c22-b7f8-5e642ea69cc2:mon_host=mon.swiss2.local:auth_supported=cephx:id=admin:key=AQA9E2pVzqotGRAALYrGr1zI+eO0i5F5ghU5/g==:rbd_default_format=2:client_mount_timeout=30

2015-06-10 01:47:12,430 DEBUG [kvm.storage.LibvirtStorageAdaptor]
(agentRequest-Handler-4:null) Succesfully converted source image
/mnt/b6d6c679-8475-31f6-b28f-a2e56746c7b9/475f79e4-82ef-36f8-b1f2-acfcf541ca95.qcow2
to RBD image cold-storage/9a61c577-e74f-4c22-b7f8-5e642ea69cc2
2015-06-10 01:47:12,549 DEBUG [kvm.storage.LibvirtStorageAdaptor]
(agentRequest-Handler-4:null) Succesfully connected to Ceph cluster at
mon.swiss2.local:6789
2015-06-10 01:47:12,576 INFO  [kvm.storage.LibvirtStorageAdaptor]
(agentRequest-Handler-4:null) Attempting to remove storage pool

Re: Access to ACS security issues

2015-06-10 Thread Daan Hoogland
The mail list is called security@!

On Wed, Jun 10, 2015 at 10:54 AM, Daan Hoogland
 wrote:
> Wilder,
>
> We can add you to the security group? Subscribe at least to
> s...@cloudstack.apache.org I¹ll see if I can give you rights to the jira
> group.
>
> On 10/06/15 10:22, "Wilder Rodrigues" 
> wrote:
>
>>Hi all,
>>
>>Our colleague Glenn reate some security issues under the ACS Jira with
>>private visibility. I would like to have a look at those issues, but
>>unfortunately I do not have access even to browse those.
>>
>>How could we get that solved? Is that possible to give me access?
>>
>>Thanks in advance.
>>
>>Cheers,
>>Wilder
>



-- 
Daan


[GitHub] cloudstack pull request: CLOUDSTACK-3317 - DVS does not support ma...

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

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


---
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: Allow test to run on tiny linux templates...

2015-06-10 Thread isoutham
GitHub user isoutham opened a pull request:

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

Allow test to run on tiny linux templates using busybox

When running in test environments containing netted-nested hypervisors, the 
centos template is a little "heavy".  This test presumes that apache will be 
installed on the target system which is not the case with tiny linux as it is 
busy box based.

Just adds some extra code to detect the busy box binary and use it if it is 
there.

Test succeeds under KVM and Xen running tiny linux and centos.

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

$ git pull https://github.com/isoutham/cloudstack test_vpc_network_pfrules

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

https://github.com/apache/cloudstack/pull/381.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 #381


commit d3616016b0eb3f8f48b2e8ec2819b557ba60a4f0
Author: Ian Southam 
Date:   2015-06-10T09:12:17Z

Allow test to run on tiny linux templates using busybox




---
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: Allow test to run on tiny linux templates...

2015-06-10 Thread wilderrodrigues
Github user wilderrodrigues commented on the pull request:

https://github.com/apache/cloudstack/pull/381#issuecomment-110667017
  
Once travis is done I will test and merge this one.

Thanks, @isoutham 

Cheers,
Wilder


---
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 #1221

2015-06-10 Thread jenkins
See 

--
Started by upstream project "build-master-simulator" build number 2039
originally caused by:
 Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on simulator in workspace 

 > /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 
' for the testing 
framework 'JUnit'.
[xUnit] [ERROR] - Test reports were found but not all of them are new. Did all 
the tests run?
  *  is 1 
mo 9 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: [GitHub] cloudstack pull request: Allow test to run on tiny linux templates...

2015-06-10 Thread Remi Bergsma
LGTM, will try to give it a test drive today. Thanks!

Sent from my iPhone

> On 10 Jun 2015, at 11:17, isoutham  wrote:
> 
> GitHub user isoutham opened a pull request:
> 
>https://github.com/apache/cloudstack/pull/381
> 
>Allow test to run on tiny linux templates using busybox
> 
>When running in test environments containing netted-nested hypervisors, 
> the centos template is a little "heavy".  This test presumes that apache will 
> be installed on the target system which is not the case with tiny linux as it 
> is busy box based.
> 
>Just adds some extra code to detect the busy box binary and use it if it 
> is there.
> 
>Test succeeds under KVM and Xen running tiny linux and centos.
> 
> You can merge this pull request into a Git repository by running:
> 
>$ git pull https://github.com/isoutham/cloudstack test_vpc_network_pfrules
> 
> Alternatively you can review and apply these changes as the patch at:
> 
>https://github.com/apache/cloudstack/pull/381.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 #381
> 
> 
> commit d3616016b0eb3f8f48b2e8ec2819b557ba60a4f0
> Author: Ian Southam 
> Date:   2015-06-10T09:12:17Z
> 
>Allow test to run on tiny linux templates using busybox
> 
> 
> 
> 
> ---
> 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 #1222

2015-06-10 Thread jenkins
See 

--
Started by upstream project "build-master-simulator" build number 2040
originally caused by:
 Started by upstream project "build-master" build number 2366
 originally caused by:
  Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on simulator in workspace 

 > /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 
' for the testing 
framework 'JUnit'.
[xUnit] [ERROR] - Test reports were found but not all of them are new. Did all 
the tests run?
  *  is 1 
mo 9 days old

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

[GitHub] cloudstack pull request: CLOUDSTACK-8549:Update assert statements ...

2015-06-10 Thread pritisarap12
GitHub user pritisarap12 opened a pull request:

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

CLOUDSTACK-8549:Update assert statements in 
testpath_disable_enable_zone.py…

--Update the assertNotEquals for verifying the state of VM's to
assertEqual("running")
-- Also added missing VM deployment by admin in disabled zone state

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

$ git pull https://github.com/pritisarap12/cloudstack disable_not_equal

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

https://github.com/apache/cloudstack/pull/382.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 #382


commit 08c8d0a253401a9a701ac8e3a1ef52bb7209b52d
Author: pritisarap12 
Date:   2015-06-10T09:48:53Z

CLOUDSTACK-8549:Update assert statements in testpath_disable_enable_zone.py 
testpath
--Update the assertNotEquals for verifying the state of VM's to
assertEqual("running")




---
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: [BUG?] ACS 4.5.1 can't create VM from template on CEPH, bigger than 20GB

2015-06-10 Thread Andrija Panic
Actually,

my collegue made a patch for
the 
plugins/hypervisors/kvm/src/com/cloud/hypervisor/kvm/storage/LibvirtStorageAdaptor.java,
where we first check if the image is already present on CEPH, and if not,
only then it tries to copy it to the CEPH.

But this is not permanent solution, since in the first place, ACS should
not try to copy image 2 times, but only 1...

Anybody possible to test creating VM from bigger template on CEPH ?

Thanks,



On 10 June 2015 at 10:55, Andrija Panic  wrote:

> Hi guys,
>
> we just experienced a very strange problem:
>
> ACS 4.5.1 vanila
> Ubuntu 14.04.2 - latest Qemu* binaries (2.0.0+dfsg-2ubuntu1.11)
> CEPH 0.94.1
>
> We are unable to create VM from template that is bigger than 20GB - on
> CEPH.
> Works with 10,14,18GB, but not with templates 20GB or bigger...
>
> Problem with 20GB or more: mgmt server / agent tries 2 times to
> move/create CEPH/RAW volume from NFS/QCOW2, although the first execution is
> successfull.
> (some timeout problem?)
>
> So, first time it detects it needs to copy from Qcow2/NFS to RAW/CEPH, it
> issues qemu-img convert and gets success on execution.
> Than again it tries to do EXACT same thing, so of course CEPH gives error
> because destinatin image already exists and VM provisioning fails.
>
> We dont see this behaviour with 10GB,14GB,18GB, but only with 20GB and
> bigger.
>
>
> Please find logs from a host, I marked critical points with "!!!":
>
>
> [{"org.apache.cloudstack.storage.command.CopyCommand":{"srcTO":{"org.apache.cloudstack.storage.to.TemplateObjectTO":{"path":"template/tmpl/2/204/475f79e4-82ef-36f8-b1f2-acfcf541ca95.qcow2","origUrl":"
> http://xxx.yyy.180.244/userdata/d3494552-eb13-478e-84d6-da16f06a01a6.qcow2
> ","uuid":"9a61c577-e74f-4c22-b7f8-5e642ea69cc2","id":204,"format":"QCOW2","accountId":2,"checksum":"b62eb99b8dd4ecfe40b61c91c8c037c0","hvm":true,"displayText":"andrija-debian7","imageDataStore":{"com.cloud.agent.api.to.NfsTO":{"_url":"nfs://
> 10.23.2.1/data/tank/secondary
> ","_role":"Image"}},"name":"204-2-f7d41a8b-de2e-3a71-a8cf-301bc76cb2ab","hypervisorType":"KVM"}},"destTO":{"org.apache.cloudstack.storage.to.TemplateObjectTO":{"origUrl":"
> http://xxx.yyy.180.244/userdata/d3494552-eb13-478e-84d6-da16f06a01a6.qcow2
> ","uuid":"9a61c577-e74f-4c22-b7f8-5e642ea69cc2","id":204,"format":"QCOW2","accountId":2,"checksum":"b62eb99b8dd4ecfe40b61c91c8c037c0","hvm":true,"displayText":"andrija-debian7","imageDataStore":{"org.apache.cloudstack.storage.to.PrimaryDataStoreTO":{"uuid":"8457c284-cf5d-3979-b82e-32ea5efeb97b","id":1,"poolType":"RBD","host":"mon.swiss2.local","path":"cold-storage","port":6789,"url":"RBD://mon.swiss2.local/cold-storage/?ROLE=Primary&STOREUUID=8457c284-cf5d-3979-b82e-32ea5efeb97b"}},"name":"204-2-f7d41a8b-de2e-3a71-a8cf-301bc76cb2ab","hypervisorType":"KVM"}},"executeInSequence":true,"options":{},"wait":21600}}]
> 2015-06-10 01:42:36,661 DEBUG [cloud.agent.Agent]
> (agentRequest-Handler-4:null) Processing command:
> org.apache.cloudstack.storage.command.CopyCommand
> 2015-06-10 01:42:36,661 INFO  [kvm.storage.LibvirtStorageAdaptor]
> (agentRequest-Handler-4:null) Attempting to create storage pool
> b6d6c679-8475-31f6-b28f-a2e56746c7b9 (NetworkFilesystem) in libvirt
> 2015-06-10 01:42:36,669 DEBUG [kvm.storage.LibvirtStorageAdaptor]
> (agentRequest-Handler-4:null) 
> b6d6c679-8475-31f6-b28f-a2e56746c7b9
> b6d6c679-8475-31f6-b28f-a2e56746c7b9
> 
> 
> 
> 
> 
> /mnt/b6d6c679-8475-31f6-b28f-a2e56746c7b9
> 
> 
>
> 2015-06-10 01:42:37,764 DEBUG [kvm.storage.LibvirtStorageAdaptor]
> (agentRequest-Handler-4:null) Trying to fetch storage pool
> b6d6c679-8475-31f6-b28f-a2e56746c7b9 from libvirt
> 2015-06-10 01:42:37,775 DEBUG [kvm.storage.KVMStorageProcessor]
> (agentRequest-Handler-4:null) Copying template to primary storage, template
> format is qcow2
> 2015-06-10 01:42:37,775 DEBUG [kvm.storage.LibvirtStorageAdaptor]
> (agentRequest-Handler-4:null) Trying to fetch storage pool
> 8457c284-cf5d-3979-b82e-32ea5efeb97b from libvirt
> 2015-06-10 01:42:37,781 DEBUG [kvm.storage.LibvirtStorageAdaptor]
> (agentRequest-Handler-4:null) copyPhysicalDisk: disk size:1203378688,
> virtualsize:25769803776 format:qcow2
> 2015-06-10 01:42:37,781 DEBUG [kvm.storage.LibvirtStorageAdaptor]
> (agentRequest-Handler-4:null) The source image is not RBD, but the
> destination is. We will convert into RBD format 2
>
> 2015-06-10 01:42:37,782 DEBUG [kvm.storage.LibvirtStorageAdaptor]
> (agentRequest-Handler-4:null) Starting copy from source image
> /mnt/b6d6c679-8475-31f6-b28f-a2e56746c7b9/475f79e4-82ef-36f8-b1f2-acfcf541ca95.qcow2
> to RBD image cold-storage/9a61c577-e74f-4c22-b7f8-5e642ea69cc2
>
> (!!)
> 2015-06-10 01:42:37,782 DEBUG [utils.script.Script]
> (agentRequest-Handler-4:null) Executing:
> qemu-img convert -O raw
> /mnt/b6d6c679-8475-31f6-b28f-a2e56746c7b9/475f79e4-82ef-36f8-b1f2-acfcf541ca95.qcow2
> rbd:cold-storage/9a61c577-e74f-4c22-b7f8-5e642ea69cc2:mon_host=mon.swiss2.local:auth_supported=cephx:id=admin:key=AQA

[GitHub] cloudstack pull request: CLOUDSTACK-8549:Update assert statements ...

2015-06-10 Thread gauravaradhye
Github user gauravaradhye commented on the pull request:

https://github.com/apache/cloudstack/pull/382#issuecomment-110688107
  
Looks good, merging.


---
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-8549:Update assert statements ...

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

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


---
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: 4.6

2015-06-10 Thread sebgoa

On Jun 8, 2015, at 11:45 PM, Remi Bergsma  wrote:

> Hi,
> 
> I can jump in and work with Rohit and Daan to make 4.6 happen.
> 
> +1 for the QA on master. It would be best if we could then all focus on 
> stabilizing 4.6 aka master and wait with refactor stuff and new features 
> until 4.6 is out, which is the start of 4.7. 
> 
> On the other hand, building new features in the mean time isn't a big issue, 
> as rebasing to a master that gets more stable every day is much easier than 
> it is today I'd say. You just cannot merge new stuff until 4.6 is out. 
> 
> Let's write down some guidelines and see if this approach makes sense. 
> 

Maybe that's something that you can do at the meetup today and bring it back to 
the list as a proposal ?

When I talk about freeze I am thinking just letting the RMs commit on master, 
everyone who wants something in 4.6 should submit a PR.



> Regards, Remi 
> 
>> On 08 Jun 2015, at 21:43, Sebastien Goasguen  wrote:
>> 
>> Folks,
>> 
>> We need to freeze 4.6 asap.
>> 
>> I originally agreed to RM 4.6 and Daan also stepped up.
>> 
>> But I would like to work on doing a release of ec2stack and gcestack, so I 
>> will step down from 4.6 RM.
>> 
>> Anybody wants to jump in.
>> 
>> There is already a ton of things in 4.6 and we need to release.
>> 
>> Ideally we also need to QA directly on master, so that we can build 4.7 on 
>> top of a stable release.
>> 
>> 
>> -sebastien



[GitHub] cloudstack pull request: CLOUDSTACK-8546: Correcting "skip test" c...

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

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


---
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-8515: Skipping snapshot test c...

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

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


---
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: Allow test to run on tiny linux templates...

2015-06-10 Thread wilderrodrigues
Github user wilderrodrigues commented on the pull request:

https://github.com/apache/cloudstack/pull/381#issuecomment-110697462
  
I started testing the PR.


---
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: Problem Upload Windows volume to ACS 4.5.1

2015-06-10 Thread Andrija Panic
How do I do that :) it's auto generated hash/filename inside SSVM - sumlink
to reall file... I can try to edit this link name maybe...and try ?

On 10 June 2015 at 12:51, Jochim, Ingo  wrote:

> What if you remove the file extension?
>
> -Ursprüngliche Nachricht-
> Von: Andrija Panic [mailto:andrija.pa...@gmail.com]
> Gesendet: Mittwoch, 10. Juni 2015 10:06
> An: us...@cloudstack.apache.org
> Cc: dev@cloudstack.apache.org
> Betreff: Re: Problem Upload Windows volume to ACS 4.5.1
>
> Marcus,
>
> Since file on the old ACS is really RAW (template, created from snapshot,
> and snapshot created from CEPH volume) - why didn't ACS convert it to
> qcow2? It has named it x. qcow2 on secondary NFS.
> ...
>
> I get folowing error in the new ACS, when I select RAW as the source
> format to Upload volume:
>
> "Please specify a valid URL.
> URL:/userdata/7a27330d-0080-444d-9807-3fa9bd3997c5.qcow2 is an invalid for
> the format raw"
>
> So source image has QCOW2 extension, RAW format, and destination ACS
> doesnt allow RAW format download if the extension is QCOW2... :(
>
> So basically I'm unable to extract CEPH volumes at all and move them to
> another ACS installation :(
>
> On 10 June 2015 at 07:51, Jochim, Ingo  wrote:
>
> > "qemu-img info " will also give you the information what
> > type the file is.
> >
> > -Ursprüngliche Nachricht-
> > Von: Marcus [mailto:shadow...@gmail.com]
> > Gesendet: Mittwoch, 10. Juni 2015 01:54
> > An: dev@cloudstack.apache.org
> > Cc: us...@cloudstack.apache.org
> > Betreff: Re: Problem Upload Windows volume to ACS 4.5.1
> >
> > Looks like it is seeing a raw disk, when you specified it was QCOW2.
> > That's what the 'file' command is doing. We used to just trust the
> > name of the file, but this was enhanced to inspect the first 1MB of
> > the download and validate that you are supplying the image format that
> CS expects.
> >
> > Because the first 1MB shows that this image has a boot sector, I'm
> > assuming it is a raw disk image, instead of a qcow2. Note that
> > CloudStack
> > 4.5 should support raw format for KVM images, but you have to specify
> > it on the API.
> >
> > [root@devcloud-kvm7 tmp]# qemu-img create -f qcow2 img.qcow2 1G
> >
> > Formatting 'img.qcow2', fmt=qcow2 size=1073741824 encryption=off
> > cluster_size=65536 lazy_refcounts=off
> >
> >
> > [root@devcloud-kvm7 tmp]# qemu-img create -f raw img.raw 1G
> >
> > Formatting 'img.raw', fmt=raw size=1073741824
> >
> >
> > [root@devcloud-kvm7 tmp]# file img.qcow2
> >
> > img.qcow2: QEMU QCOW Image (v3), 1073741824 bytes
> >
> >
> > [root@devcloud-kvm7 tmp]# parted img.raw mklabel
> >
> > New disk label type? msdos
> >
> >
> > [root@devcloud-kvm7 tmp]# file img.raw
> >
> > img.raw: x86 boot sector, code offset 0xb8
> >
> > On Tue, Jun 9, 2015 at 3:01 AM, Jochim, Ingo
> > 
> > wrote:
> >
> > > Hi Andrija,
> > >
> > > have you tried to convert (qemu-img convert) it to RAW and upload then?
> > > Ceph is using RAW devices. The conversion takes place on storage
> > > migration but on upload?
> > >
> > > Regards,
> > > Ingo
> > >
> > > -Ursprüngliche Nachricht-
> > > Von: Andrija Panic [mailto:andrija.pa...@gmail.com]
> > > Gesendet: Dienstag, 9. Juni 2015 10:24
> > > An: dev@cloudstack.apache.org; us...@cloudstack.apache.org
> > > Betreff: Problem Upload Windows volume to ACS 4.5.1
> > >
> > > HI guys,
> > >
> > > we try to move some volumes from one ACS installation to another
> > > (from
> > > 4.3.2 to 4.5.1).
> > >
> > > Since we are using CEPH, and volume extract/download doesn't work at
> > > the moment, we do workarround, we snapshots Windows DATA volume,
> > > convert to template, and then we extract URL / download.
> > >
> > > Then we use this URL to "Upload Volume" to ACS 4.5.1 - but it fails
> > > almoust imiddiately with error inside SSVM (nothing usefull in
> > > management
> > > log) - and the volume is deleted from ACS:
> > >
> > >  I see there is inspecting disk with "file" commands...any thought
> > > why is this failing ?
> > >
> > > These are source Windows DATA disk btw:
> > >
> > > 2015-06-09 07:58:47,811 DEBUG [cloud.agent.Agent]
> > > (agentRequest-Handler-10:null) Request:Seq 81-4133460032995983410:
> > > { Cmd ,
> > > MgmtId: 90520741174948, via: 81, Ver: v1, Flags: 100011,
> > > [{"org.apache.cloudstack.storage.command.DownloadCommand":{"hvm":fal
> > > se
> > > ,"maxDownloadSizeInBytes":5497558138880,"id":468,"resourceType":"VOL
> > > UM
> > > E","installPath":"volumes/2/468","_store":{"com.cloud.agent.api.to.N
> > > fs
> > > TO":{"_url":"nfs://
> > > 10.13.2.1/data/tank/secondary","_role":"Image"}},"url":"
> > > http://46.232.180.244/userdata/6f2280e7-86d6-4fc7-abe8-e2bbfdeed442.
> > > qc
> > > ow2 ","format":"QCOW2","accountId":2,"name":"andrija2","wait":0}}]
> > > }
> > > 2015-06-09 07:58:47,814 DEBUG [cloud.agent.Agent]
> > > (agentRequest-Handler-10:null) Processing command:
> > > org.apache.cloudstack.storage.command.DownloadCommand
> > > 2015-06-09 07:58:47,815 INFO
> 

Build failed in Jenkins: simulator-singlerun #1223

2015-06-10 Thread jenkins
See 

--
Started by upstream project "build-master-simulator" build number 2041
originally caused by:
 Started by an SCM change
 Started by an SCM change
 Started by an SCM change
 Started by an SCM change
 Started by upstream project "build-master" build number 2367
 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 

 > /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 
' for the testing 
framework 'JUnit'.
[xUnit] [ERROR] - Test reports were found but not all of them are new. Did all 
the tests run?
  * 

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

2015-06-10 Thread jenkins
See 

Changes:

[sanjeev] Skipping all unsupported tests on LXC

[sateesh] This closes #373

--
[...truncated 27262 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 

[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.683s]
[INFO] Apache CloudStack . SUCCESS [1.855s]
[INFO] Apache CloudStack Maven Conventions Parent  SUCCESS [0.771s]
[INFO] Apache CloudStack Framework - Managed Context . SUCCESS [20.977s]
[INFO] Apache CloudStack Utils ... SUCCESS [1:46.270s]
[INFO] Apache CloudStack Framework ... SUCCESS [0.109s]
[INFO] Apache CloudStack Framework - Event Notification .. SUCCESS [50.770s]
[INFO] Apache CloudStack Framework - Configuration ... SUCCESS [27.942s]
[INFO] Apache CloudStack API . SUCCESS [1:55.689s]
[INFO] Apache CloudStack Framework - REST  SUCCESS [18.603s]
[INFO] Apache CloudStack Framework - IPC . SUCCESS [31.251s]
[INFO] Apache CloudStack Cloud Engine  SUCCESS [0.087s]
[INFO] Apache CloudStack Cloud Engine API  SUCCESS [29.738s]
[INFO] Apache CloudStack Framework - Security  SUCCESS [24.992s]
[INFO] Apache CloudStack Core  SUCCESS [1:17.428s]
[INFO] Apache CloudStack Agents .. SUCCESS [35.887s]
[INFO] Apache CloudStack Framework - Clustering .. SUCCESS [32.646s]
[INFO] Apache CloudStack Framework - Event Notification .. SUCCESS [14.587s]
[INFO] Apache CloudStack Cloud Engine Schema Component ... SUCCESS [2:04.991s]
[INFO] Apache CloudStack Framework - Jobs  SUCCESS [49.271s]
[INFO] Apache CloudStack Cloud Engine Internal Components API  SUCCESS [29.708s]
[INFO] Apache CloudStack Server .. SUCCESS [4:14.424s]
[INFO] Apache CloudStack Usage Server  SUCCESS [50.666s]
[INFO] Apache CloudStack Cloud Engine Orchestration Component  SUCCESS 
[1:25.220s]
[INFO] Apache CloudStack Cloud Services .. SUCCESS [0.066s]
[INFO] Apache CloudStack Secondary Storage ... SUCCESS [0.424s]
[INFO] Apache CloudStack Secondary Storage Service ... SUCCESS [1:04.185s]
[INFO] Apache CloudStack Engine Storage Component  SUCCESS [56.331s]
[INFO] Apache CloudStack Engine Storage Volume Component . SUCCESS [33.250s]
[INFO] Apache CloudStack Engine Storage Image Component .. SUCCESS [28.794s]
[INFO] Apache CloudStack Engine Storage Data Motion Component  SUCCESS [34.371s]
[INFO] Apache CloudStack Engine Storage Cache Component .. SUCCESS [20.198s]
[INFO] Apache CloudStack Engine Storage Snapshot Component  SUCCESS [37.056s]
[INFO] Apache CloudStack Cloud Engine API  SUCCESS [19.185s]
[INFO] Apache CloudStack Cloud Engine Service  SUCCESS [49.211s]
[INFO] Apache CloudStack Plugin POM .. SUCCESS [7.254s]
[INFO] Apache CloudStack Plugin - API Rate Limit . SUCCESS [3:20.070s]
[INFO] Apache CloudStack Plugin - Storage Volume default provider  SUCCESS 
[56.099s]
[INFO] Apache CloudStack Plugin - Storage Volume SolidFire Provider  SUCCESS 
[45.238s]
[INFO] Apache CloudStack Plugin - API SolidFire .. SUCCESS [35.587s]
[INFO] Apache CloudStack Plugin - API Discovery .. SUCCESS [44.219s]
[INFO] Apache CloudStack Plug

[GitHub] cloudstack pull request: SKIP vm migration tests on LXC since it i...

2015-06-10 Thread sanju1010
GitHub user sanju1010 opened a pull request:

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

SKIP vm migration tests on LXC since it is not a supported hypervisor



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

$ git pull https://github.com/sanju1010/cloudstack skiplxc

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

https://github.com/apache/cloudstack/pull/383.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 #383


commit a626624ffd235b5b1eb7b17ab223811e9d2894f9
Author: Sanjeev Neelarapu 
Date:   2015-06-10T11:42:18Z

SKIP vm migration tests on LXC since it is not a supported hypervisor
Bug-Id: CS-41454
Reviewed-By:Sanjeev




---
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: SKIP vm migration tests on LXC since it i...

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

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


---
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 #1224

2015-06-10 Thread jenkins
See 

--
Started by upstream project "build-master-simulator" build number 2042
originally caused by:
 Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on simulator in workspace 

 > /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 
' for the testing 
framework 'JUnit'.
[xUnit] [ERROR] - Test reports were found but not all of them are new. Did all 
the tests run?
  *  is 1 
mo 9 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: Access to ACS security issues

2015-06-10 Thread David Nalley
Any chance we can get Glenn to follow our security vulnerability
reporting procedure?
https://cloudstack.apache.org/security.html

The issue with creating 'private Jiras' is that no one gets notified.
Indeed, this email is the first notice that any of us have about these
issues.

--David

On Wed, Jun 10, 2015 at 4:22 AM, Wilder Rodrigues
 wrote:
> Hi all,
>
> Our colleague Glenn reate some security issues under the ACS Jira with 
> private visibility. I would like to have a look at those issues, but 
> unfortunately I do not have access even to browse those.
>
> How could we get that solved? Is that possible to give me access?
>
> Thanks in advance.
>
> Cheers,
> Wilder


Build failed in Jenkins: simulator-singlerun #1225

2015-06-10 Thread jenkins
See 

--
Started by upstream project "build-master-simulator" build number 2043
originally caused by:
 Started by upstream project "build-master" build number 2368
 originally caused by:
  Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on simulator in workspace 

 > /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 
' for the testing 
framework 'JUnit'.
[xUnit] [ERROR] - Test reports were found but not all of them are new. Did all 
the tests run?
  *  is 1 
mo 9 days old

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

[GitHub] cloudstack pull request: SKIP vm migration tests on LXC since it i...

2015-06-10 Thread runseb
Github user runseb commented on the pull request:

https://github.com/apache/cloudstack/pull/383#issuecomment-110731029
  
What do you mean by LXC is not a supported hypervisor ? you mean for 
migration ?


---
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.
---


AW: Problem Upload Windows volume to ACS 4.5.1

2015-06-10 Thread Jochim, Ingo
Didn't you download the file locally? You can rename it there.
Then put it on a webserver for upload.

-Ursprüngliche Nachricht-
Von: Andrija Panic [mailto:andrija.pa...@gmail.com] 
Gesendet: Mittwoch, 10. Juni 2015 13:05
An: us...@cloudstack.apache.org
Cc: dev@cloudstack.apache.org
Betreff: Re: Problem Upload Windows volume to ACS 4.5.1

How do I do that :) it's auto generated hash/filename inside SSVM - sumlink to 
reall file... I can try to edit this link name maybe...and try ?

On 10 June 2015 at 12:51, Jochim, Ingo  wrote:

> What if you remove the file extension?
>
> -Ursprüngliche Nachricht-
> Von: Andrija Panic [mailto:andrija.pa...@gmail.com]
> Gesendet: Mittwoch, 10. Juni 2015 10:06
> An: us...@cloudstack.apache.org
> Cc: dev@cloudstack.apache.org
> Betreff: Re: Problem Upload Windows volume to ACS 4.5.1
>
> Marcus,
>
> Since file on the old ACS is really RAW (template, created from 
> snapshot, and snapshot created from CEPH volume) - why didn't ACS 
> convert it to qcow2? It has named it x. qcow2 on secondary NFS.
> ...
>
> I get folowing error in the new ACS, when I select RAW as the source 
> format to Upload volume:
>
> "Please specify a valid URL.
> URL:/userdata/7a27330d-0080-444d-9807-3fa9bd3997c5.qcow2 is an invalid 
> for the format raw"
>
> So source image has QCOW2 extension, RAW format, and destination ACS 
> doesnt allow RAW format download if the extension is QCOW2... :(
>
> So basically I'm unable to extract CEPH volumes at all and move them 
> to another ACS installation :(
>
> On 10 June 2015 at 07:51, Jochim, Ingo  wrote:
>
> > "qemu-img info " will also give you the information what 
> > type the file is.
> >
> > -Ursprüngliche Nachricht-
> > Von: Marcus [mailto:shadow...@gmail.com]
> > Gesendet: Mittwoch, 10. Juni 2015 01:54
> > An: dev@cloudstack.apache.org
> > Cc: us...@cloudstack.apache.org
> > Betreff: Re: Problem Upload Windows volume to ACS 4.5.1
> >
> > Looks like it is seeing a raw disk, when you specified it was QCOW2.
> > That's what the 'file' command is doing. We used to just trust the 
> > name of the file, but this was enhanced to inspect the first 1MB of 
> > the download and validate that you are supplying the image format 
> > that
> CS expects.
> >
> > Because the first 1MB shows that this image has a boot sector, I'm 
> > assuming it is a raw disk image, instead of a qcow2. Note that 
> > CloudStack
> > 4.5 should support raw format for KVM images, but you have to 
> > specify it on the API.
> >
> > [root@devcloud-kvm7 tmp]# qemu-img create -f qcow2 img.qcow2 1G
> >
> > Formatting 'img.qcow2', fmt=qcow2 size=1073741824 encryption=off
> > cluster_size=65536 lazy_refcounts=off
> >
> >
> > [root@devcloud-kvm7 tmp]# qemu-img create -f raw img.raw 1G
> >
> > Formatting 'img.raw', fmt=raw size=1073741824
> >
> >
> > [root@devcloud-kvm7 tmp]# file img.qcow2
> >
> > img.qcow2: QEMU QCOW Image (v3), 1073741824 bytes
> >
> >
> > [root@devcloud-kvm7 tmp]# parted img.raw mklabel
> >
> > New disk label type? msdos
> >
> >
> > [root@devcloud-kvm7 tmp]# file img.raw
> >
> > img.raw: x86 boot sector, code offset 0xb8
> >
> > On Tue, Jun 9, 2015 at 3:01 AM, Jochim, Ingo 
> > 
> > wrote:
> >
> > > Hi Andrija,
> > >
> > > have you tried to convert (qemu-img convert) it to RAW and upload then?
> > > Ceph is using RAW devices. The conversion takes place on storage 
> > > migration but on upload?
> > >
> > > Regards,
> > > Ingo
> > >
> > > -Ursprüngliche Nachricht-
> > > Von: Andrija Panic [mailto:andrija.pa...@gmail.com]
> > > Gesendet: Dienstag, 9. Juni 2015 10:24
> > > An: dev@cloudstack.apache.org; us...@cloudstack.apache.org
> > > Betreff: Problem Upload Windows volume to ACS 4.5.1
> > >
> > > HI guys,
> > >
> > > we try to move some volumes from one ACS installation to another 
> > > (from
> > > 4.3.2 to 4.5.1).
> > >
> > > Since we are using CEPH, and volume extract/download doesn't work 
> > > at the moment, we do workarround, we snapshots Windows DATA 
> > > volume, convert to template, and then we extract URL / download.
> > >
> > > Then we use this URL to "Upload Volume" to ACS 4.5.1 - but it 
> > > fails almoust imiddiately with error inside SSVM (nothing usefull 
> > > in management
> > > log) - and the volume is deleted from ACS:
> > >
> > >  I see there is inspecting disk with "file" commands...any thought 
> > > why is this failing ?
> > >
> > > These are source Windows DATA disk btw:
> > >
> > > 2015-06-09 07:58:47,811 DEBUG [cloud.agent.Agent]
> > > (agentRequest-Handler-10:null) Request:Seq 81-4133460032995983410:
> > > { Cmd ,
> > > MgmtId: 90520741174948, via: 81, Ver: v1, Flags: 100011, 
> > > [{"org.apache.cloudstack.storage.command.DownloadCommand":{"hvm":f
> > > al
> > > se
> > > ,"maxDownloadSizeInBytes":5497558138880,"id":468,"resourceType":"V
> > > OL
> > > UM
> > > E","installPath":"volumes/2/468","_store":{"com.cloud.agent.api.to
> > > .N
> > > fs
> > > TO":{"_url":"nfs://
> > > 10.13.2.1/data/tank/secondary","_ro

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

2015-06-10 Thread jenkins
See 

Changes:

[Gaurav Aradhye] CLOUDSTACK-8549: Update assert statements in 
testpath_disable_enable_zone.py

[Gaurav Aradhye] CLOUDSTACK-8546: Correcting skip test code in 
testpath_vMotion_vmware.py

[Gaurav Aradhye] CLOUDSTACK-8515: Skipping snapshot test cases on HyperV and LXC

[sanjeev] SKIP vm migration tests on LXC since it is not a supported hypervisor

--
[...truncated 27262 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 

[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 
[2.140s]
[INFO] Apache CloudStack . SUCCESS [2.471s]
[INFO] Apache CloudStack Maven Conventions Parent  SUCCESS [0.898s]
[INFO] Apache CloudStack Framework - Managed Context . SUCCESS [22.049s]
[INFO] Apache CloudStack Utils ... SUCCESS [1:26.186s]
[INFO] Apache CloudStack Framework ... SUCCESS [0.105s]
[INFO] Apache CloudStack Framework - Event Notification .. SUCCESS [51.224s]
[INFO] Apache CloudStack Framework - Configuration ... SUCCESS [29.302s]
[INFO] Apache CloudStack API . SUCCESS [1:46.192s]
[INFO] Apache CloudStack Framework - REST  SUCCESS [18.641s]
[INFO] Apache CloudStack Framework - IPC . SUCCESS [31.536s]
[INFO] Apache CloudStack Cloud Engine  SUCCESS [0.086s]
[INFO] Apache CloudStack Cloud Engine API  SUCCESS [29.000s]
[INFO] Apache CloudStack Framework - Security  SUCCESS [25.587s]
[INFO] Apache CloudStack Core  SUCCESS [1:16.345s]
[INFO] Apache CloudStack Agents .. SUCCESS [36.594s]
[INFO] Apache CloudStack Framework - Clustering .. SUCCESS [31.619s]
[INFO] Apache CloudStack Framework - Event Notification .. SUCCESS [16.885s]
[INFO] Apache CloudStack Cloud Engine Schema Component ... SUCCESS [2:10.851s]
[INFO] Apache CloudStack Framework - Jobs  SUCCESS [44.821s]
[INFO] Apache CloudStack Cloud Engine Internal Components API  SUCCESS [31.636s]
[INFO] Apache CloudStack Server .. SUCCESS [4:14.293s]
[INFO] Apache CloudStack Usage Server  SUCCESS [51.332s]
[INFO] Apache CloudStack Cloud Engine Orchestration Component  SUCCESS 
[1:27.991s]
[INFO] Apache CloudStack Cloud Services .. SUCCESS [0.071s]
[INFO] Apache CloudStack Secondary Storage ... SUCCESS [0.443s]
[INFO] Apache CloudStack Secondary Storage Service ... SUCCESS [1:00.214s]
[INFO] Apache CloudStack Engine Storage Component  SUCCESS [58.729s]
[INFO] Apache CloudStack Engine Storage Volume Component . SUCCESS [35.508s]
[INFO] Apache CloudStack Engine Storage Image Component .. SUCCESS [29.963s]
[INFO] Apache CloudStack Engine Storage Data Motion Component  SUCCESS [33.515s]
[INFO] Apache CloudStack Engine Storage Cache Component .. SUCCESS [20.374s]
[INFO] Apache CloudStack Engine Storage Snapshot Component  SUCCESS [38.286s]
[INFO] Apache CloudStack Cloud Engine API  SUCCESS [35.434s]
[INFO] Apache CloudStack Cloud Engine Service  SUCCESS [53.353s]
[INFO] Apache CloudStack Plugin POM .. SUCCESS [8.195s]
[INFO] Apache CloudStack Plugin - API Rate Limit . SUCCESS [3:01.692s]
[INFO] Apache CloudStack Plugin - Storage Volume default provider  SUCCESS 
[51.670

[GitHub] cloudstack pull request: Allow test to run on tiny linux templates...

2015-06-10 Thread wilderrodrigues
Github user wilderrodrigues commented on the pull request:

https://github.com/apache/cloudstack/pull/381#issuecomment-110800931
  
@isoutham 

The KVM tests are running. I had problems with my environment (as you might 
have seen on Slcak) and had to restart them. However, when I try to run the 
tests on XenServer62 I get the following error:

CSLog: CRITICAL: EXCEPTION: None: ['Traceback (most recent call last):\n', 
'  File "/usr/lib/python2.7/site-packages/nose-1.3.6-py2.7.egg/nose/suite.py", 
line 209, in run\nself.setUp()\n', '  File 
"/usr/lib/python2.7/site-packages/nose-1.3.6-py2.7.egg/nose/suite.py", line 
292, in setUp\nself.setupContext(ancestor)\n', '  File 
"/usr/lib/python2.7/site-packages/nose-1.3.6-py2.7.egg/nose/suite.py", line 
315, in setupContext\ntry_run(context, names)\n', '  File 
"/usr/lib/python2.7/site-packages/nose-1.3.6-py2.7.egg/nose/util.py", line 471, 
in try_run\nreturn func()\n', '  File 
"/data/git/cs2/cloudstack/test/integration/component/test_vpc_network_pfrules.py",
 line 195, in setUpClass\ncls.zone.id,\n', "AttributeError: 'str' object 
has no attribute 'id'\n"]

On line 195 we have the following:

cls.template = get_template(
cls.api_client,
  195 here ===>  cls.zone.id,
cls.services["ostype"]
)

It seems that the test can't retrieve the zone when using XenServer, which 
is very weird.

As I mentioned above, KVM runs just fine! Tests haven't completed yet, but 
everything seems okay:

Trying SSH Connection: Host:192.168.23.5 User:root  
 Port:22 RetryCnt:14===
Trying SSH Connection: Host:192.168.23.5 User:root  
 Port:22 RetryCnt:14===
===SSH to Host 192.168.23.5 port : 22 SUCCESSFUL===
===SSH to Host 192.168.23.5 port : 22 SUCCESSFUL===
=== TestName: test_02_network_services_VPC_CreatePF | Status : SUCCESS ===

Do you have any idea what that might be?

Cheers,
Wilder


---
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: Allow test to run on tiny linux templates...

2015-06-10 Thread wilderrodrigues
Github user wilderrodrigues commented on the pull request:

https://github.com/apache/cloudstack/pull/381#issuecomment-110806055
  
@isoutham 

False alarm!

The template was ready, but the configuration file was not correct: there 
was a typo on the command line and it was loading another configuration instead 
of the one I used to create the Zone.

Tests are running now.

Cheers,
Wilder


---
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: Access to ACS security issues

2015-06-10 Thread John Kinsella
+1. We can run queries for security issues, but that requires a more proactive 
stance than (at least some of us) honestly have. Send a note to the list 
mentioned…we don’t bite. :)

John

> On Jun 10, 2015, at 5:20 AM, David Nalley  wrote:
> 
> Any chance we can get Glenn to follow our security vulnerability
> reporting procedure?
> https://cloudstack.apache.org/security.html
> 
> The issue with creating 'private Jiras' is that no one gets notified.
> Indeed, this email is the first notice that any of us have about these
> issues.
> 
> --David
> 
> On Wed, Jun 10, 2015 at 4:22 AM, Wilder Rodrigues
>  wrote:
>> Hi all,
>> 
>> Our colleague Glenn reate some security issues under the ACS Jira with 
>> private visibility. I would like to have a look at those issues, but 
>> unfortunately I do not have access even to browse those.
>> 
>> How could we get that solved? Is that possible to give me access?
>> 
>> Thanks in advance.
>> 
>> Cheers,
>> Wilder



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

2015-06-10 Thread jenkins
See 

--
[...truncated 27262 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 

[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.756s]
[INFO] Apache CloudStack . SUCCESS [1.853s]
[INFO] Apache CloudStack Maven Conventions Parent  SUCCESS [0.811s]
[INFO] Apache CloudStack Framework - Managed Context . SUCCESS [21.989s]
[INFO] Apache CloudStack Utils ... SUCCESS [1:18.032s]
[INFO] Apache CloudStack Framework ... SUCCESS [0.107s]
[INFO] Apache CloudStack Framework - Event Notification .. SUCCESS [53.119s]
[INFO] Apache CloudStack Framework - Configuration ... SUCCESS [28.006s]
[INFO] Apache CloudStack API . SUCCESS [1:52.250s]
[INFO] Apache CloudStack Framework - REST  SUCCESS [23.147s]
[INFO] Apache CloudStack Framework - IPC . SUCCESS [31.286s]
[INFO] Apache CloudStack Cloud Engine  SUCCESS [0.095s]
[INFO] Apache CloudStack Cloud Engine API  SUCCESS [31.056s]
[INFO] Apache CloudStack Framework - Security  SUCCESS [26.237s]
[INFO] Apache CloudStack Core  SUCCESS [1:17.278s]
[INFO] Apache CloudStack Agents .. SUCCESS [35.355s]
[INFO] Apache CloudStack Framework - Clustering .. SUCCESS [37.663s]
[INFO] Apache CloudStack Framework - Event Notification .. SUCCESS [17.007s]
[INFO] Apache CloudStack Cloud Engine Schema Component ... SUCCESS [2:04.923s]
[INFO] Apache CloudStack Framework - Jobs  SUCCESS [38.122s]
[INFO] Apache CloudStack Cloud Engine Internal Components API  SUCCESS [26.508s]
[INFO] Apache CloudStack Server .. SUCCESS [3:55.565s]
[INFO] Apache CloudStack Usage Server  SUCCESS [45.550s]
[INFO] Apache CloudStack Cloud Engine Orchestration Component  SUCCESS 
[1:23.351s]
[INFO] Apache CloudStack Cloud Services .. SUCCESS [0.086s]
[INFO] Apache CloudStack Secondary Storage ... SUCCESS [0.473s]
[INFO] Apache CloudStack Secondary Storage Service ... SUCCESS [58.632s]
[INFO] Apache CloudStack Engine Storage Component  SUCCESS [46.745s]
[INFO] Apache CloudStack Engine Storage Volume Component . SUCCESS [39.065s]
[INFO] Apache CloudStack Engine Storage Image Component .. SUCCESS [32.079s]
[INFO] Apache CloudStack Engine Storage Data Motion Component  SUCCESS [34.592s]
[INFO] Apache CloudStack Engine Storage Cache Component .. SUCCESS [23.593s]
[INFO] Apache CloudStack Engine Storage Snapshot Component  SUCCESS [39.586s]
[INFO] Apache CloudStack Cloud Engine API  SUCCESS [13.847s]
[INFO] Apache CloudStack Cloud Engine Service  SUCCESS [6.797s]
[INFO] Apache CloudStack Plugin POM .. SUCCESS [0.993s]
[INFO] Apache CloudStack Plugin - API Rate Limit . SUCCESS [27.026s]
[INFO] Apache CloudStack Plugin - Storage Volume default provider  SUCCESS 
[25.402s]
[INFO] Apache CloudStack Plugin - Storage Volume SolidFire Provider  SUCCESS 
[39.894s]
[INFO] Apache CloudStack Plugin - API SolidFire .. SUCCESS [19.760s]
[INFO] Apache CloudStack Plugin - API Discovery .. SUCCESS [27.358s]
[INFO] Apache CloudStack Plugin - ACL Static Role Based .. SUCCESS [19.291s]
[INFO] Apache CloudStack Plugin - Host Anti-Affinit

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

2015-06-10 Thread jenkins
See 

--
Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on coohq-slave-01 (cloudstack-buildslave-centos6 
systemvmbuilder) in workspace 

 > /usr/bin/git rev-parse --is-inside-work-tree # timeout=10
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=10
Fetching upstream changes from 
https://git-wip-us.apache.org/repos/asf/cloudstack.git
 > /usr/bin/git --version # timeout=10
 > /usr/bin/git -c core.askpass=true 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 -c 
core.askpass=true fetch --tags --progress 
https://git-wip-us.apache.org/repos/asf/cloudstack.git 
+refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: fatal: unable to access 
'https://git-wip-us.apache.org/repos/asf/cloudstack.git/': gnutls_handshake() 
failed: A TLS packet with unexpected length was received.

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:745)
at ..remote call to coohq-slave-01(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'
[FINDBUGS] Skipping publisher since build result is FAILURE
Skipping Cobertura coverage report as build was not UNSTABLE or better ...


[GitHub] cloudstack pull request: Allow test to run on tiny linux templates...

2015-06-10 Thread wilderrodrigues
Github user wilderrodrigues commented on the pull request:

https://github.com/apache/cloudstack/pull/381#issuecomment-110889882
  
XenServer results:


Test : Create VPC PF rules on acquired public ip when VpcVirtualRouter is 
stopped ... === TestName: test_01_network_services_VPC_StopCreatePF | Status : 
SUCCESS ===
ok
Test Create VPC PF rules on acquired public ip when VpcVirtualRouter is 
Running ... === TestName: test_02_network_services_VPC_CreatePF | Status : 
SUCCESS ===
ok
Test Create multiple VPC PF rules on acquired public ip in diff't networks 
when VpcVirtualRouter is stopped ... === TestName: 
test_03_network_services_VPC_StopCreateMultiplePF | Status : SUCCESS ===
ok
Test Create multiple VPC PF rules on acquired public ip in diff't networks 
when VpcVirtualRouter is running ... === TestName: 
test_04_network_services_VPC_CreateMultiplePF | Status : SUCCESS ===
ok
Test delete a PF rule in VPC when VpcVirtualRouter is Stopped ... === 
TestName: test_05_network_services_VPC_StopDeletePF | Status : SUCCESS ===
ok
Test delete a PF rule in VPC when VpcVirtualRouter is Running ... === 
TestName: test_06_network_services_VPC_DeletePF | Status : SUCCESS ===
ok
Test delete all PF rules in VPC when VpcVirtualRouter is Stopped ... === 
TestName: test_07_network_services_VPC_StopDeleteAllPF | Status : SUCCESS ===
ok
Test delete all PF rules in VPC when VpcVirtualRouter is Running ... === 
TestName: test_08_network_services_VPC_DeleteAllPF | Status : SUCCESS ===
ok
Test delete all PF rules in VPC across multiple networks when 
VpcVirtualRouter is Stopped ... === TestName: 
test_09_network_services_VPC_StopDeleteAllMultiplePF | Status : SUCCESS ===
ok
Test delete all PF rules in VPC across multiple networks when 
VpcVirtualRouter is Running ... === TestName: 
test_10_network_services_VPC_DeleteAllMultiplePF | Status : SUCCESS ===
ok

--
Ran 10 tests in 4615.940s


KVM results:

Test : Create VPC PF rules on acquired public ip when VpcVirtualRouter is 
stopped ... === TestName: test_01_network_services_VPC_StopCreatePF | Status : 
SUCCESS ===
ok
Test Create VPC PF rules on acquired public ip when VpcVirtualRouter is 
Running ... === TestName: test_02_network_services_VPC_CreatePF | Status : 
SUCCESS ===
ok
Test Create multiple VPC PF rules on acquired public ip in diff't networks 
when VpcVirtualRouter is stopped ... === TestName: 
test_03_network_services_VPC_StopCreateMultiplePF | Status : FAILED ===
FAIL
Test Create multiple VPC PF rules on acquired public ip in diff't networks 
when VpcVirtualRouter is running ... === TestName: 
test_04_network_services_VPC_CreateMultiplePF | Status : SUCCESS ===
ok
Test delete a PF rule in VPC when VpcVirtualRouter is Stopped ... === 
TestName: test_05_network_services_VPC_StopDeletePF | Status : SUCCESS ===
ok
Test delete a PF rule in VPC when VpcVirtualRouter is Running ... === 
TestName: test_06_network_services_VPC_DeletePF | Status : SUCCESS ===
ok
Test delete all PF rules in VPC when VpcVirtualRouter is Stopped ... === 
TestName: test_07_network_services_VPC_StopDeleteAllPF | Status : SUCCESS ===
ok
Test delete all PF rules in VPC when VpcVirtualRouter is Running ... === 
TestName: test_08_network_services_VPC_DeleteAllPF | Status : SUCCESS ===
ok
Test delete all PF rules in VPC across multiple networks when 
VpcVirtualRouter is Stopped ... === TestName: 
test_09_network_services_VPC_StopDeleteAllMultiplePF | Status : SUCCESS ===
ok
Test delete all PF rules in VPC across multiple networks when 
VpcVirtualRouter is Running ... === TestName: 
test_10_network_services_VPC_DeleteAllMultiplePF | Status : SUCCESS ===
ok

==
FAIL: Test Create multiple VPC PF rules on acquired public ip in diff't 
networks when VpcVirtualRouter is stopped
--


@isoutham 

1 test failed on KVM with the following trace:

Traceback (most recent call last):
  File 
"/root/dev/cloudstack/test/integration/component/test_vpc_network_pfrules.py", 
line 607, in test_03_network_services_VPC_StopCreateMultiplePF
self.check_ssh_into_vm(vm_2, public_ip_2, testnegative=False)
  File 
"/root/dev/cloudstack/test/integration/component/test_vpc_network_pfrules.py", 
line 327, in check_ssh_into_vm
self.fail("Failed to SSH into VM - %s" % 
(public_ip.ipaddress.ipaddress))
AssertionError: Failed to SSH into VM - 192.168.23.6

Perhaps that was due to the slowness of the KVM machines.

Is that okay with you if I merge the PR?

Cheers,
Wilder


---
If your project is set up for it, you can reply to this email and

[GitHub] cloudstack pull request: Allow test to run on tiny linux templates...

2015-06-10 Thread isoutham
Github user isoutham commented on the pull request:

https://github.com/apache/cloudstack/pull/381#issuecomment-110892103
  
Hi,

Yes merge it please.  Test 03 does not fail to me.  Might be an idea to
increase the retry count for people running slow ivm systems.  I will look
into that and generate another PR if necessary.

Thanks
Ian

On 10 June 2015 at 21:46, Wilder Rodrigues  wrote:

> XenServer results:
>
> Test : Create VPC PF rules on acquired public ip when VpcVirtualRouter is
> stopped ... === TestName: test_01_network_services_VPC_StopCreatePF |
> Status : SUCCESS ===
> ok
> Test Create VPC PF rules on acquired public ip when VpcVirtualRouter is
> Running ... === TestName: test_02_network_services_VPC_CreatePF | Status :
> SUCCESS ===
> ok
> Test Create multiple VPC PF rules on acquired public ip in diff't networks
> when VpcVirtualRouter is stopped ... === TestName:
> test_03_network_services_VPC_StopCreateMultiplePF | Status : SUCCESS ===
> ok
> Test Create multiple VPC PF rules on acquired public ip in diff't networks
> when VpcVirtualRouter is running ... === TestName:
> test_04_network_services_VPC_CreateMultiplePF | Status : SUCCESS ===
> ok
> Test delete a PF rule in VPC when VpcVirtualRouter is Stopped ... ===
> TestName: test_05_network_services_VPC_StopDeletePF | Status : SUCCESS ===
> ok
> Test delete a PF rule in VPC when VpcVirtualRouter is Running ... ===
> TestName: test_06_network_services_VPC_DeletePF | Status : SUCCESS ===
> ok
> Test delete all PF rules in VPC when VpcVirtualRouter is Stopped ... ===
> TestName: test_07_network_services_VPC_StopDeleteAllPF | Status : SUCCESS
> ===
> ok
> Test delete all PF rules in VPC when VpcVirtualRouter is Running ... ===
> TestName: test_08_network_services_VPC_DeleteAllPF | Status : SUCCESS ===
> ok
> Test delete all PF rules in VPC across multiple networks when
> VpcVirtualRouter is Stopped ... === TestName:
> test_09_network_services_VPC_StopDeleteAllMultiplePF | Status : SUCCESS 
===
> ok
> Test delete all PF rules in VPC across multiple networks when
> VpcVirtualRouter is Running ... === TestName:
> test_10_network_services_VPC_DeleteAllMultiplePF | Status : SUCCESS ===
> ok
> --
>
> Ran 10 tests in 4615.940s
>
> KVM results:
>
> Test : Create VPC PF rules on acquired public ip when VpcVirtualRouter is
> stopped ... === TestName: test_01_network_services_VPC_StopCreatePF |
> Status : SUCCESS ===
> ok
> Test Create VPC PF rules on acquired public ip when VpcVirtualRouter is
> Running ... === TestName: test_02_network_services_VPC_CreatePF | Status :
> SUCCESS ===
> ok
> Test Create multiple VPC PF rules on acquired public ip in diff't networks
> when VpcVirtualRouter is stopped ... === TestName:
> test_03_network_services_VPC_StopCreateMultiplePF | Status : FAILED ===
> FAIL
> Test Create multiple VPC PF rules on acquired public ip in diff't networks
> when VpcVirtualRouter is running ... === TestName:
> test_04_network_services_VPC_CreateMultiplePF | Status : SUCCESS ===
> ok
> Test delete a PF rule in VPC when VpcVirtualRouter is Stopped ... ===
> TestName: test_05_network_services_VPC_StopDeletePF | Status : SUCCESS ===
> ok
> Test delete a PF rule in VPC when VpcVirtualRouter is Running ... ===
> TestName: test_06_network_services_VPC_DeletePF | Status : SUCCESS ===
> ok
> Test delete all PF rules in VPC when VpcVirtualRouter is Stopped ... ===
> TestName: test_07_network_services_VPC_StopDeleteAllPF | Status : SUCCESS
> ===
> ok
> Test delete all PF rules in VPC when VpcVirtualRouter is Running ... ===
> TestName: test_08_network_services_VPC_DeleteAllPF | Status : SUCCESS ===
> ok
> Test delete all PF rules in VPC across multiple networks when
> VpcVirtualRouter is Stopped ... === TestName:
> test_09_network_services_VPC_StopDeleteAllMultiplePF | Status : SUCCESS 
===
> ok
> Test delete all PF rules in VPC across multiple networks when
> VpcVirtualRouter is Running ... === TestName:
> test_10_network_services_VPC_DeleteAllMultiplePF | Status : SUCCESS ===
> ok
>  FAIL: Test Create multiple VPC PF rules on acquired public ip in diff't
> networks when VpcVirtualRouter is stopped
>
> @isoutham 
>
> 1 test failed on KVM with the following trace:
>
> Traceback (most recent call last):
> File
> 
"/root/dev/cloudstack/test/integration/component/test_vpc_network_pfrules.py",
> line 607, in test_03_network_services_VPC_StopCreateMultiplePF
> self.check_ssh_into_vm(vm_2, public_ip_2, testnegative=False)
> File
> 
"/root/dev/cloudstack/test/integration/component

[GitHub] cloudstack pull request: Allow test to run on tiny linux templates...

2015-06-10 Thread wilderrodrigues
Github user wilderrodrigues commented on the pull request:

https://github.com/apache/cloudstack/pull/381#issuecomment-110892310
  
Super!

Thanks! :)


---
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: Allow test to run on tiny linux templates...

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

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


---
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: Access to ACS security issues

2015-06-10 Thread Wilder Rodrigues
Hi John,

I sent the not to the security list, haven’t got an reply yet.

Do you need to know which issues did Glenn create? Please, let me know and we 
will provide you the URLs.

Thanks in advance.

Cheers,
Wilder

> On 10 Jun 2015, at 19:00, John Kinsella  wrote:
> 
> +1. We can run queries for security issues, but that requires a more 
> proactive stance than (at least some of us) honestly have. Send a note to the 
> list mentioned…we don’t bite. :)
> 
> John
> 
>> On Jun 10, 2015, at 5:20 AM, David Nalley  wrote:
>> 
>> Any chance we can get Glenn to follow our security vulnerability
>> reporting procedure?
>> https://cloudstack.apache.org/security.html
>> 
>> The issue with creating 'private Jiras' is that no one gets notified.
>> Indeed, this email is the first notice that any of us have about these
>> issues.
>> 
>> --David
>> 
>> On Wed, Jun 10, 2015 at 4:22 AM, Wilder Rodrigues
>>  wrote:
>>> Hi all,
>>> 
>>> Our colleague Glenn reate some security issues under the ACS Jira with 
>>> private visibility. I would like to have a look at those issues, but 
>>> unfortunately I do not have access even to browse those.
>>> 
>>> How could we get that solved? Is that possible to give me access?
>>> 
>>> Thanks in advance.
>>> 
>>> Cheers,
>>> Wilder
> 



Build failed in Jenkins: simulator-singlerun #1226

2015-06-10 Thread jenkins
See 

--
Started by upstream project "build-master-simulator" build number 2044
originally caused by:
 Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on simulator in workspace 

 > /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 
' for the testing 
framework 'JUnit'.
[xUnit] [ERROR] - Test reports were found but not all of them are new. Did all 
the tests run?
  *  is 1 
mo 10 days old

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


Build failed in Jenkins: simulator-singlerun #1227

2015-06-10 Thread jenkins
See 

--
Started by upstream project "build-master-simulator" build number 2045
originally caused by:
 Started by upstream project "build-master" build number 2369
 originally caused by:
  Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on simulator in workspace 

 > /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 
' for the testing 
framework 'JUnit'.
[xUnit] [ERROR] - Test reports were found but not all of them are new. Did all 
the tests run?
  *  is 1 
mo 10 days old

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

Re: Access to ACS security issues

2015-06-10 Thread John Kinsella
Wilder - sorry, I don’t see in my inbox/spam folder. :( Could ya forward to me 
directly?

URLs or bug numbers would be handy, just so we know we’re looking at same 
thing...

John

> On Jun 10, 2015, at 1:09 PM, Wilder Rodrigues  
> wrote:
> 
> Hi John,
> 
> I sent the not to the security list, haven’t got an reply yet.
> 
> Do you need to know which issues did Glenn create? Please, let me know and we 
> will provide you the URLs.
> 
> Thanks in advance.
> 
> Cheers,
> Wilder
> 
>> On 10 Jun 2015, at 19:00, John Kinsella  wrote:
>> 
>> +1. We can run queries for security issues, but that requires a more 
>> proactive stance than (at least some of us) honestly have. Send a note to 
>> the list mentioned…we don’t bite. :)
>> 
>> John
>> 
>>> On Jun 10, 2015, at 5:20 AM, David Nalley  wrote:
>>> 
>>> Any chance we can get Glenn to follow our security vulnerability
>>> reporting procedure?
>>> https://cloudstack.apache.org/security.html
>>> 
>>> The issue with creating 'private Jiras' is that no one gets notified.
>>> Indeed, this email is the first notice that any of us have about these
>>> issues.
>>> 
>>> --David
>>> 
>>> On Wed, Jun 10, 2015 at 4:22 AM, Wilder Rodrigues
>>>  wrote:
 Hi all,
 
 Our colleague Glenn reate some security issues under the ACS Jira with 
 private visibility. I would like to have a look at those issues, but 
 unfortunately I do not have access even to browse those.
 
 How could we get that solved? Is that possible to give me access?
 
 Thanks in advance.
 
 Cheers,
 Wilder
>> 
> 



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

2015-06-10 Thread jenkins
See 

Changes:

[wrodrigues] Allow test to run on tiny linux templates using busybox

--
[...truncated 27262 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 

[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 
[3.157s]
[INFO] Apache CloudStack . SUCCESS [2.138s]
[INFO] Apache CloudStack Maven Conventions Parent  SUCCESS [0.794s]
[INFO] Apache CloudStack Framework - Managed Context . SUCCESS [30.414s]
[INFO] Apache CloudStack Utils ... SUCCESS [1:34.391s]
[INFO] Apache CloudStack Framework ... SUCCESS [0.139s]
[INFO] Apache CloudStack Framework - Event Notification .. SUCCESS [50.730s]
[INFO] Apache CloudStack Framework - Configuration ... SUCCESS [27.985s]
[INFO] Apache CloudStack API . SUCCESS [1:44.879s]
[INFO] Apache CloudStack Framework - REST  SUCCESS [18.080s]
[INFO] Apache CloudStack Framework - IPC . SUCCESS [31.805s]
[INFO] Apache CloudStack Cloud Engine  SUCCESS [0.085s]
[INFO] Apache CloudStack Cloud Engine API  SUCCESS [29.418s]
[INFO] Apache CloudStack Framework - Security  SUCCESS [25.269s]
[INFO] Apache CloudStack Core  SUCCESS [1:20.698s]
[INFO] Apache CloudStack Agents .. SUCCESS [35.915s]
[INFO] Apache CloudStack Framework - Clustering .. SUCCESS [31.975s]
[INFO] Apache CloudStack Framework - Event Notification .. SUCCESS [14.709s]
[INFO] Apache CloudStack Cloud Engine Schema Component ... SUCCESS [1:58.367s]
[INFO] Apache CloudStack Framework - Jobs  SUCCESS [39.242s]
[INFO] Apache CloudStack Cloud Engine Internal Components API  SUCCESS [26.866s]
[INFO] Apache CloudStack Server .. SUCCESS [3:58.208s]
[INFO] Apache CloudStack Usage Server  SUCCESS [45.268s]
[INFO] Apache CloudStack Cloud Engine Orchestration Component  SUCCESS 
[1:23.179s]
[INFO] Apache CloudStack Cloud Services .. SUCCESS [0.080s]
[INFO] Apache CloudStack Secondary Storage ... SUCCESS [0.510s]
[INFO] Apache CloudStack Secondary Storage Service ... SUCCESS [55.780s]
[INFO] Apache CloudStack Engine Storage Component  SUCCESS [47.572s]
[INFO] Apache CloudStack Engine Storage Volume Component . SUCCESS [33.142s]
[INFO] Apache CloudStack Engine Storage Image Component .. SUCCESS [28.565s]
[INFO] Apache CloudStack Engine Storage Data Motion Component  SUCCESS [33.241s]
[INFO] Apache CloudStack Engine Storage Cache Component .. SUCCESS [20.479s]
[INFO] Apache CloudStack Engine Storage Snapshot Component  SUCCESS [37.201s]
[INFO] Apache CloudStack Cloud Engine API  SUCCESS [13.368s]
[INFO] Apache CloudStack Cloud Engine Service  SUCCESS [6.287s]
[INFO] Apache CloudStack Plugin POM .. SUCCESS [0.850s]
[INFO] Apache CloudStack Plugin - API Rate Limit . SUCCESS [27.576s]
[INFO] Apache CloudStack Plugin - Storage Volume default provider  SUCCESS 
[24.513s]
[INFO] Apache CloudStack Plugin - Storage Volume SolidFire Provider  SUCCESS 
[36.732s]
[INFO] Apache CloudStack Plugin - API SolidFire .. SUCCESS [18.767s]
[INFO] Apache CloudStack Plugin - API Discovery .. SUCCESS [24.312s]
[INFO] Apache CloudStack Plugin - ACL Sta

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

2015-06-10 Thread jenkins
See 

--
[...truncated 27269 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 

[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 
[2.637s]
[INFO] Apache CloudStack . SUCCESS [2.392s]
[INFO] Apache CloudStack Maven Conventions Parent  SUCCESS [0.906s]
[INFO] Apache CloudStack Framework - Managed Context . SUCCESS [20.969s]
[INFO] Apache CloudStack Utils ... SUCCESS [1:40.622s]
[INFO] Apache CloudStack Framework ... SUCCESS [0.103s]
[INFO] Apache CloudStack Framework - Event Notification .. SUCCESS [52.255s]
[INFO] Apache CloudStack Framework - Configuration ... SUCCESS [28.000s]
[INFO] Apache CloudStack API . SUCCESS [1:49.974s]
[INFO] Apache CloudStack Framework - REST  SUCCESS [18.401s]
[INFO] Apache CloudStack Framework - IPC . SUCCESS [32.767s]
[INFO] Apache CloudStack Cloud Engine  SUCCESS [0.109s]
[INFO] Apache CloudStack Cloud Engine API  SUCCESS [29.245s]
[INFO] Apache CloudStack Framework - Security  SUCCESS [25.580s]
[INFO] Apache CloudStack Core  SUCCESS [1:17.258s]
[INFO] Apache CloudStack Agents .. SUCCESS [35.890s]
[INFO] Apache CloudStack Framework - Clustering .. SUCCESS [31.981s]
[INFO] Apache CloudStack Framework - Event Notification .. SUCCESS [15.963s]
[INFO] Apache CloudStack Cloud Engine Schema Component ... SUCCESS [2:04.785s]
[INFO] Apache CloudStack Framework - Jobs  SUCCESS [45.138s]
[INFO] Apache CloudStack Cloud Engine Internal Components API  SUCCESS [30.686s]
[INFO] Apache CloudStack Server .. SUCCESS [4:13.100s]
[INFO] Apache CloudStack Usage Server  SUCCESS [51.688s]
[INFO] Apache CloudStack Cloud Engine Orchestration Component  SUCCESS 
[1:27.266s]
[INFO] Apache CloudStack Cloud Services .. SUCCESS [0.077s]
[INFO] Apache CloudStack Secondary Storage ... SUCCESS [0.516s]
[INFO] Apache CloudStack Secondary Storage Service ... SUCCESS [58.725s]
[INFO] Apache CloudStack Engine Storage Component  SUCCESS [55.839s]
[INFO] Apache CloudStack Engine Storage Volume Component . SUCCESS [34.642s]
[INFO] Apache CloudStack Engine Storage Image Component .. SUCCESS [28.612s]
[INFO] Apache CloudStack Engine Storage Data Motion Component  SUCCESS [32.369s]
[INFO] Apache CloudStack Engine Storage Cache Component .. SUCCESS [20.144s]
[INFO] Apache CloudStack Engine Storage Snapshot Component  SUCCESS [37.963s]
[INFO] Apache CloudStack Cloud Engine API  SUCCESS [13.202s]
[INFO] Apache CloudStack Cloud Engine Service  SUCCESS [8.290s]
[INFO] Apache CloudStack Plugin POM .. SUCCESS [1.861s]
[INFO] Apache CloudStack Plugin - API Rate Limit . SUCCESS [3:11.966s]
[INFO] Apache CloudStack Plugin - Storage Volume default provider  SUCCESS 
[1:55.661s]
[INFO] Apache CloudStack Plugin - Storage Volume SolidFire Provider  SUCCESS 
[44.973s]
[INFO] Apache CloudStack Plugin - API SolidFire .. SUCCESS [27.744s]
[INFO] Apache CloudStack Plugin - API Discovery .. SUCCESS [40.113s]
[INFO] Apache CloudStack Plugin - ACL Static Role Based .. SUCCESS [35.666s]
[INFO] Apache CloudStack Plugin - Host Anti-Aff

[GitHub] cloudstack pull request: SKIP vm migration tests on LXC since it i...

2015-06-10 Thread sanju1010
Github user sanju1010 commented on the pull request:

https://github.com/apache/cloudstack/pull/383#issuecomment-110994907
  
yes, vm migration is not supported on LXC.


---
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.
---


Travis-ci test cases getting timed out

2015-06-10 Thread Jayapal Reddy Uradi
Hi,

There are test case failures due to timeout, below is the message.
'Your test run exceeded 50 minutes. '

travis-ci job info.
https://travis-ci.org/jayapalu/cloudstack/builds/66205220

Can some one look at travis-ci.

Thanks,
Jayapal


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

2015-06-10 Thread jenkins
See 

--
[...truncated 27262 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 

[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 
[2.259s]
[INFO] Apache CloudStack . SUCCESS [3.500s]
[INFO] Apache CloudStack Maven Conventions Parent  SUCCESS [1.111s]
[INFO] Apache CloudStack Framework - Managed Context . SUCCESS [22.274s]
[INFO] Apache CloudStack Utils ... SUCCESS [1:24.008s]
[INFO] Apache CloudStack Framework ... SUCCESS [0.121s]
[INFO] Apache CloudStack Framework - Event Notification .. SUCCESS [51.498s]
[INFO] Apache CloudStack Framework - Configuration ... SUCCESS [27.841s]
[INFO] Apache CloudStack API . SUCCESS [1:46.933s]
[INFO] Apache CloudStack Framework - REST  SUCCESS [18.321s]
[INFO] Apache CloudStack Framework - IPC . SUCCESS [30.986s]
[INFO] Apache CloudStack Cloud Engine  SUCCESS [0.098s]
[INFO] Apache CloudStack Cloud Engine API  SUCCESS [28.771s]
[INFO] Apache CloudStack Framework - Security  SUCCESS [25.145s]
[INFO] Apache CloudStack Core  SUCCESS [1:16.535s]
[INFO] Apache CloudStack Agents .. SUCCESS [35.729s]
[INFO] Apache CloudStack Framework - Clustering .. SUCCESS [31.783s]
[INFO] Apache CloudStack Framework - Event Notification .. SUCCESS [16.109s]
[INFO] Apache CloudStack Cloud Engine Schema Component ... SUCCESS [2:05.231s]
[INFO] Apache CloudStack Framework - Jobs  SUCCESS [43.417s]
[INFO] Apache CloudStack Cloud Engine Internal Components API  SUCCESS [33.376s]
[INFO] Apache CloudStack Server .. SUCCESS [4:07.672s]
[INFO] Apache CloudStack Usage Server  SUCCESS [48.208s]
[INFO] Apache CloudStack Cloud Engine Orchestration Component  SUCCESS 
[1:26.576s]
[INFO] Apache CloudStack Cloud Services .. SUCCESS [0.066s]
[INFO] Apache CloudStack Secondary Storage ... SUCCESS [0.448s]
[INFO] Apache CloudStack Secondary Storage Service ... SUCCESS [56.791s]
[INFO] Apache CloudStack Engine Storage Component  SUCCESS [55.384s]
[INFO] Apache CloudStack Engine Storage Volume Component . SUCCESS [39.516s]
[INFO] Apache CloudStack Engine Storage Image Component .. SUCCESS [29.444s]
[INFO] Apache CloudStack Engine Storage Data Motion Component  SUCCESS [33.882s]
[INFO] Apache CloudStack Engine Storage Cache Component .. SUCCESS [20.794s]
[INFO] Apache CloudStack Engine Storage Snapshot Component  SUCCESS [38.250s]
[INFO] Apache CloudStack Cloud Engine API  SUCCESS [14.914s]
[INFO] Apache CloudStack Cloud Engine Service  SUCCESS [6.596s]
[INFO] Apache CloudStack Plugin POM .. SUCCESS [0.923s]
[INFO] Apache CloudStack Plugin - API Rate Limit . SUCCESS [32.855s]
[INFO] Apache CloudStack Plugin - Storage Volume default provider  SUCCESS 
[3:38.871s]
[INFO] Apache CloudStack Plugin - Storage Volume SolidFire Provider  SUCCESS 
[1:48.935s]
[INFO] Apache CloudStack Plugin - API SolidFire .. SUCCESS [22.733s]
[INFO] Apache CloudStack Plugin - API Discovery .. SUCCESS [39.480s]
[INFO] Apache CloudStack Plugin - ACL Static Role Based .. SUCCESS [28.797s]
[INFO] Apache CloudStack Plugin - Host Anti-Aff

Re: Travis-ci test cases getting timed out

2015-06-10 Thread Abhinandan Prateek
It appears travis timed out even before hitting any testing.

“"
Installing some python packages:
/home/travis/build.sh: line 108:  2310 Terminated  travis_jigger $! 
$timeout $cmd
install
1262.91s$ ./tools/travis/install.sh
“”

Could be because of a transient issue. If it persists someone who owns the 
infra needs to take a look.

-abhi

> On 11-Jun-2015, at 9:47 am, Jayapal Reddy Uradi 
>  wrote:
>
> Hi,
>
> There are test case failures due to timeout, below is the message.
> 'Your test run exceeded 50 minutes. '
>
> travis-ci job info.
> https://travis-ci.org/jayapalu/cloudstack/builds/66205220
>
> Can some one look at travis-ci.
>
> Thanks,
> Jayapal

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

IaaS Cloud Design & Build
CSForge – rapid IaaS deployment framework
CloudStack Consulting
CloudStack Software 
Engineering
CloudStack Infrastructure 
Support
CloudStack Bootcamp Training Courses

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.


[GitHub] cloudstack pull request: CLOUDSTACK-8308:Adding automation testcas...

2015-06-10 Thread pritisarap12
GitHub user pritisarap12 opened a pull request:

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

CLOUDSTACK-8308:Adding automation testcases for Delta Snapshot testpath



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

$ git pull https://github.com/pritisarap12/cloudstack delta-snapshot

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

https://github.com/apache/cloudstack/pull/384.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 #384


commit e05f97bf900bfa9ddf66bbd7f816687597879462
Author: pritisarap12 
Date:   2015-06-11T06:38:46Z

CLOUDSTACK-8308:Adding automation testcases for Delta Snapshot




---
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.
---