Github user swill commented on the pull request:
https://github.com/apache/cloudstack/pull/1470#issuecomment-219413266
### CI RESULTS
```
Tests Run: 57
Skipped: 0
Failed: 4
Errors: 14
Duration: 5h 15m 07s
```
**Summary of the problem(s):**
```
FAIL: Test create, assign, remove of an Internal LB with roundrobin http
traffic to 3 vm's in a Single VPC
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/data/git/cs2/cloudstack/test/integration/smoke/test_internal_lb.py", line
599, in test_01_internallb_roundrobin_1VPC_3VM_HTTP_port80
self.execute_internallb_roundrobin_tests(vpc_offering)
File
"/data/git/cs2/cloudstack/test/integration/smoke/test_internal_lb.py", line
680, in execute_internallb_roundrobin_tests
"Failed to assign virtual machine(s) to loadbalancer: %s" % e)
AssertionError: Failed to assign virtual machine(s) to loadbalancer: Job
failed: {jobprocstatus : 0, created : u'2016-05-13T20:12:50+0200', cmd :
u'org.apache.cloudstack.api.command.user.loadbalancer.AssignToLoadBalancerRuleCmd',
userid : u'6c3cdb74-1924-11e6-8d73-5254001daa62', jobstatus : 2, jobid :
u'ad3c6ab0-4bd4-4420-8041-cc0bf3daad0e', jobresultcode : 530, jobresulttype :
u'object', jobresult : {errorcode : 530, errortext : u'Failed to assign load
balancer rule'}, accountid : u'6c3cc409-1924-11e6-8d73-5254001daa62'}
----------------------------------------------------------------------
Additional details in: /tmp/MarvinLogs/test_network_CAWK92/results.txt
```
```
FAIL: Test create, assign, remove of an Internal LB with roundrobin http
traffic to 3 vm's in a Redundant VPC
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/data/git/cs2/cloudstack/test/integration/smoke/test_internal_lb.py", line
617, in test_02_internallb_roundrobin_1RVPC_3VM_HTTP_port80
self.execute_internallb_roundrobin_tests(redundant_vpc_offering)
File
"/data/git/cs2/cloudstack/test/integration/smoke/test_internal_lb.py", line
680, in execute_internallb_roundrobin_tests
"Failed to assign virtual machine(s) to loadbalancer: %s" % e)
AssertionError: Failed to assign virtual machine(s) to loadbalancer: Job
failed: {jobprocstatus : 0, created : u'2016-05-13T20:21:07+0200', cmd :
u'org.apache.cloudstack.api.command.user.loadbalancer.AssignToLoadBalancerRuleCmd',
userid : u'6c3cdb74-1924-11e6-8d73-5254001daa62', jobstatus : 2, jobid :
u'3ad0b5e0-9e4c-4e66-b21d-b1293647dfe7', jobresultcode : 530, jobresulttype :
u'object', jobresult : {errorcode : 530, errortext : u'Failed to assign load
balancer rule'}, accountid : u'6c3cc409-1924-11e6-8d73-5254001daa62'}
----------------------------------------------------------------------
Additional details in: /tmp/MarvinLogs/test_network_CAWK92/results.txt
```
```
FAIL: Test to verify access to loadbalancer haproxy admin stats page
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/data/git/cs2/cloudstack/test/integration/smoke/test_internal_lb.py", line
763, in test_03_vpc_internallb_haproxy_stats_on_all_interfaces
self.execute_internallb_haproxy_tests(vpc_offering)
File
"/data/git/cs2/cloudstack/test/integration/smoke/test_internal_lb.py", line
829, in execute_internallb_haproxy_tests
"Failed to assign virtual machine(s) to loadbalancer: %s" % e)
AssertionError: Failed to assign virtual machine(s) to loadbalancer: Job
failed: {jobprocstatus : 0, created : u'2016-05-13T20:30:12+0200', cmd :
u'org.apache.cloudstack.api.command.user.loadbalancer.AssignToLoadBalancerRuleCmd',
userid : u'6c3cdb74-1924-11e6-8d73-5254001daa62', jobstatus : 2, jobid :
u'723f596c-2727-44ef-8c34-166c7d3d5a19', jobresultcode : 530, jobresulttype :
u'object', jobresult : {errorcode : 530, errortext : u'Failed to assign load
balancer rule'}, accountid : u'6c3cc409-1924-11e6-8d73-5254001daa62'}
----------------------------------------------------------------------
Additional details in: /tmp/MarvinLogs/test_network_CAWK92/results.txt
```
```
FAIL: Test to verify access to loadbalancer haproxy admin stats page
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/data/git/cs2/cloudstack/test/integration/smoke/test_internal_lb.py", line
784, in test_04_rvpc_internallb_haproxy_stats_on_all_interfaces
self.execute_internallb_haproxy_tests(redundant_vpc_offering)
File
"/data/git/cs2/cloudstack/test/integration/smoke/test_internal_lb.py", line
829, in execute_internallb_haproxy_tests
"Failed to assign virtual machine(s) to loadbalancer: %s" % e)
AssertionError: Failed to assign virtual machine(s) to loadbalancer: Job
failed: {jobprocstatus : 0, created : u'2016-05-13T20:35:20+0200', cmd :
u'org.apache.cloudstack.api.command.user.loadbalancer.AssignToLoadBalancerRuleCmd',
userid : u'6c3cdb74-1924-11e6-8d73-5254001daa62', jobstatus : 2, jobid :
u'1b521526-430d-4cef-9c7d-902ba13f5aef', jobresultcode : 530, jobresulttype :
u'object', jobresult : {errorcode : 530, errortext : u'Failed to assign load
balancer rule'}, accountid : u'6c3cc409-1924-11e6-8d73-5254001daa62'}
----------------------------------------------------------------------
Additional details in: /tmp/MarvinLogs/test_network_CAWK92/results.txt
```
```
ERROR: test suite for <class
'integration.smoke.test_routers.TestRouterServices'>
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/usr/lib/python2.7/site-packages/nose-1.3.7-py2.7.egg/nose/suite.py", line
209, in run
self.setUp()
File
"/usr/lib/python2.7/site-packages/nose-1.3.7-py2.7.egg/nose/suite.py", line
292, in setUp
self.setupContext(ancestor)
File
"/usr/lib/python2.7/site-packages/nose-1.3.7-py2.7.egg/nose/suite.py", line
315, in setupContext
try_run(context, names)
File
"/usr/lib/python2.7/site-packages/nose-1.3.7-py2.7.egg/nose/util.py", line 471,
in try_run
return func()
File "/data/git/cs2/cloudstack/test/integration/smoke/test_routers.py",
line 90, in setUpClass
serviceofferingid=cls.service_offering.id
File "/usr/lib/python2.7/site-packages/marvin/lib/base.py", line 475, in
create
virtual_machine = apiclient.deployVirtualMachine(cmd, method=method)
File
"/usr/lib/python2.7/site-packages/marvin/cloudstackAPI/cloudstackAPIClient.py",
line 702, in deployVirtualMachine
response = self.connection.marvinRequest(command,
response_type=response, method=method)
File "/usr/lib/python2.7/site-packages/marvin/cloudstackConnection.py",
line 379, in marvinRequest
raise e
Exception: Job failed: {jobprocstatus : 0, created :
u'2016-05-13T21:39:05+0200', jobresult : {errorcode : 530, errortext : u'Unable
to start a VM due to insufficient capacity'}, cmd :
u'org.apache.cloudstack.api.command.admin.vm.DeployVMCmdByAdmin', userid :
u'6c3cdb74-1924-11e6-8d73-5254001daa62', jobstatus : 2, jobid :
u'7ad019ec-0bbe-435e-a939-c329140676f9', jobresultcode : 530, jobinstanceid :
u'8e792e9f-6dc7-4afd-a3c4-b71beb64f897', jobresulttype : u'object',
jobinstancetype : u'VirtualMachine', accountid :
u'6c3cc409-1924-11e6-8d73-5254001daa62'}
----------------------------------------------------------------------
Additional details in: /tmp/MarvinLogs/test_vpc_offerings_MFFFC9/results.txt
```
```
ERROR: test suite for <class
'integration.smoke.test_reset_vm_on_reboot.TestResetVmOnReboot'>
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/usr/lib/python2.7/site-packages/nose-1.3.7-py2.7.egg/nose/suite.py", line
209, in run
self.setUp()
File
"/usr/lib/python2.7/site-packages/nose-1.3.7-py2.7.egg/nose/suite.py", line
292, in setUp
self.setupContext(ancestor)
File
"/usr/lib/python2.7/site-packages/nose-1.3.7-py2.7.egg/nose/suite.py", line
315, in setupContext
try_run(context, names)
File
"/usr/lib/python2.7/site-packages/nose-1.3.7-py2.7.egg/nose/util.py", line 471,
in try_run
return func()
File
"/data/git/cs2/cloudstack/test/integration/smoke/test_reset_vm_on_reboot.py",
line 75, in setUpClass
mode=cls.services["mode"]
File "/usr/lib/python2.7/site-packages/marvin/lib/base.py", line 475, in
create
virtual_machine = apiclient.deployVirtualMachine(cmd, method=method)
File
"/usr/lib/python2.7/site-packages/marvin/cloudstackAPI/cloudstackAPIClient.py",
line 702, in deployVirtualMachine
response = self.connection.marvinRequest(command,
response_type=response, method=method)
File "/usr/lib/python2.7/site-packages/marvin/cloudstackConnection.py",
line 379, in marvinRequest
raise e
Exception: Job failed: {jobprocstatus : 0, created :
u'2016-05-13T21:50:02+0200', jobresult : {errorcode : 530, errortext : u'Unable
to start a VM due to insufficient capacity'}, cmd :
u'org.apache.cloudstack.api.command.admin.vm.DeployVMCmdByAdmin', userid :
u'6c3cdb74-1924-11e6-8d73-5254001daa62', jobstatus : 2, jobid :
u'6e9786bc-57be-46ab-a22a-e65dc0ff10b3', jobresultcode : 530, jobinstanceid :
u'd3772816-8dd1-45e5-b4c8-b91653f30572', jobresulttype : u'object',
jobinstancetype : u'VirtualMachine', accountid :
u'6c3cc409-1924-11e6-8d73-5254001daa62'}
----------------------------------------------------------------------
Additional details in: /tmp/MarvinLogs/test_vpc_offerings_MFFFC9/results.txt
```
```
ERROR: test suite for <class
'integration.smoke.test_vm_life_cycle.TestDeployVM'>
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/usr/lib/python2.7/site-packages/nose-1.3.7-py2.7.egg/nose/suite.py", line
209, in run
self.setUp()
File
"/usr/lib/python2.7/site-packages/nose-1.3.7-py2.7.egg/nose/suite.py", line
292, in setUp
self.setupContext(ancestor)
File
"/usr/lib/python2.7/site-packages/nose-1.3.7-py2.7.egg/nose/suite.py", line
315, in setupContext
try_run(context, names)
File
"/usr/lib/python2.7/site-packages/nose-1.3.7-py2.7.egg/nose/util.py", line 471,
in try_run
return func()
File
"/data/git/cs2/cloudstack/test/integration/smoke/test_vm_life_cycle.py", line
95, in setUpClass
mode=cls.services['mode']
File "/usr/lib/python2.7/site-packages/marvin/lib/base.py", line 475, in
create
virtual_machine = apiclient.deployVirtualMachine(cmd, method=method)
File
"/usr/lib/python2.7/site-packages/marvin/cloudstackAPI/cloudstackAPIClient.py",
line 702, in deployVirtualMachine
response = self.connection.marvinRequest(command,
response_type=response, method=method)
File "/usr/lib/python2.7/site-packages/marvin/cloudstackConnection.py",
line 379, in marvinRequest
raise e
Exception: Job failed: {jobprocstatus : 0, created :
u'2016-05-13T22:00:08+0200', jobresult : {errorcode : 530, errortext : u'Unable
to start a VM due to insufficient capacity'}, cmd :
u'org.apache.cloudstack.api.command.admin.vm.DeployVMCmdByAdmin', userid :
u'6c3cdb74-1924-11e6-8d73-5254001daa62', jobstatus : 2, jobid :
u'2345070a-bcc1-4ce7-9eed-d5f73deee4b1', jobresultcode : 530, jobinstanceid :
u'ed31b500-b489-49ae-a0b7-c93341267e1a', jobresulttype : u'object',
jobinstancetype : u'VirtualMachine', accountid :
u'6c3cc409-1924-11e6-8d73-5254001daa62'}
----------------------------------------------------------------------
Additional details in: /tmp/MarvinLogs/test_vpc_offerings_MFFFC9/results.txt
```
```
ERROR: test suite for <class
'integration.smoke.test_vm_life_cycle.TestVMLifeCycle'>
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/usr/lib/python2.7/site-packages/nose-1.3.7-py2.7.egg/nose/suite.py", line
209, in run
self.setUp()
File
"/usr/lib/python2.7/site-packages/nose-1.3.7-py2.7.egg/nose/suite.py", line
292, in setUp
self.setupContext(ancestor)
File
"/usr/lib/python2.7/site-packages/nose-1.3.7-py2.7.egg/nose/suite.py", line
315, in setupContext
try_run(context, names)
File
"/usr/lib/python2.7/site-packages/nose-1.3.7-py2.7.egg/nose/util.py", line 471,
in try_run
return func()
File
"/data/git/cs2/cloudstack/test/integration/smoke/test_vm_life_cycle.py", line
312, in setUpClass
mode=cls.services["mode"]
File "/usr/lib/python2.7/site-packages/marvin/lib/base.py", line 475, in
create
virtual_machine = apiclient.deployVirtualMachine(cmd, method=method)
File
"/usr/lib/python2.7/site-packages/marvin/cloudstackAPI/cloudstackAPIClient.py",
line 702, in deployVirtualMachine
response = self.connection.marvinRequest(command,
response_type=response, method=method)
File "/usr/lib/python2.7/site-packages/marvin/cloudstackConnection.py",
line 379, in marvinRequest
raise e
Exception: Job failed: {jobprocstatus : 0, created :
u'2016-05-13T22:10:19+0200', jobresult : {errorcode : 530, errortext : u'Unable
to start a VM due to insufficient capacity'}, cmd :
u'org.apache.cloudstack.api.command.admin.vm.DeployVMCmdByAdmin', userid :
u'6c3cdb74-1924-11e6-8d73-5254001daa62', jobstatus : 2, jobid :
u'c822ae34-b420-4abe-be73-942c84aa2d14', jobresultcode : 530, jobinstanceid :
u'9981c2a0-576d-4f5c-aa0b-06e285ace51e', jobresulttype : u'object',
jobinstancetype : u'VirtualMachine', accountid :
u'6c3cc409-1924-11e6-8d73-5254001daa62'}
----------------------------------------------------------------------
Additional details in: /tmp/MarvinLogs/test_vpc_offerings_MFFFC9/results.txt
```
```
ERROR: test suite for <class
'integration.smoke.test_service_offerings.TestServiceOfferings'>
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/usr/lib/python2.7/site-packages/nose-1.3.7-py2.7.egg/nose/suite.py", line
209, in run
self.setUp()
File
"/usr/lib/python2.7/site-packages/nose-1.3.7-py2.7.egg/nose/suite.py", line
292, in setUp
self.setupContext(ancestor)
File
"/usr/lib/python2.7/site-packages/nose-1.3.7-py2.7.egg/nose/suite.py", line
315, in setupContext
try_run(context, names)
File
"/usr/lib/python2.7/site-packages/nose-1.3.7-py2.7.egg/nose/util.py", line 471,
in try_run
return func()
File
"/data/git/cs2/cloudstack/test/integration/smoke/test_service_offerings.py",
line 202, in setUpClass
mode=cls.services["mode"]
File "/usr/lib/python2.7/site-packages/marvin/lib/base.py", line 475, in
create
virtual_machine = apiclient.deployVirtualMachine(cmd, method=method)
File
"/usr/lib/python2.7/site-packages/marvin/cloudstackAPI/cloudstackAPIClient.py",
line 702, in deployVirtualMachine
response = self.connection.marvinRequest(command,
response_type=response, method=method)
File "/usr/lib/python2.7/site-packages/marvin/cloudstackConnection.py",
line 379, in marvinRequest
raise e
Exception: Job failed: {jobprocstatus : 0, created :
u'2016-05-13T22:20:25+0200', jobresult : {errorcode : 530, errortext : u'Unable
to start a VM due to insufficient capacity'}, cmd :
u'org.apache.cloudstack.api.command.admin.vm.DeployVMCmdByAdmin', userid :
u'6c3cdb74-1924-11e6-8d73-5254001daa62', jobstatus : 2, jobid :
u'4e00c062-510d-42af-a253-ce34b4b47028', jobresultcode : 530, jobinstanceid :
u'd32ddcee-a607-4225-9b0d-415b44223198', jobresulttype : u'object',
jobinstancetype : u'VirtualMachine', accountid :
u'6c3cc409-1924-11e6-8d73-5254001daa62'}
----------------------------------------------------------------------
Additional details in: /tmp/MarvinLogs/test_vpc_offerings_MFFFC9/results.txt
```
```
ERROR: Test for delete account
----------------------------------------------------------------------
Traceback (most recent call last):
File "/data/git/cs2/cloudstack/test/integration/smoke/test_network.py",
line 924, in setUp
serviceofferingid=self.service_offering.id
File "/usr/lib/python2.7/site-packages/marvin/lib/base.py", line 475, in
create
virtual_machine = apiclient.deployVirtualMachine(cmd, method=method)
File
"/usr/lib/python2.7/site-packages/marvin/cloudstackAPI/cloudstackAPIClient.py",
line 702, in deployVirtualMachine
response = self.connection.marvinRequest(command,
response_type=response, method=method)
File "/usr/lib/python2.7/site-packages/marvin/cloudstackConnection.py",
line 379, in marvinRequest
raise e
Exception: Job failed: {jobprocstatus : 0, created :
u'2016-05-13T22:30:36+0200', jobresult : {errorcode : 530, errortext : u'Unable
to start a VM due to insufficient capacity'}, cmd :
u'org.apache.cloudstack.api.command.admin.vm.DeployVMCmdByAdmin', userid :
u'6c3cdb74-1924-11e6-8d73-5254001daa62', jobstatus : 2, jobid :
u'0f8069aa-f646-4aa4-a4c1-6343c0a0a0c6', jobresultcode : 530, jobinstanceid :
u'95234822-a80d-4435-a29c-a866ee824bb0', jobresulttype : u'object',
jobinstancetype : u'VirtualMachine', accountid :
u'6c3cc409-1924-11e6-8d73-5254001daa62'}
----------------------------------------------------------------------
Additional details in: /tmp/MarvinLogs/test_vpc_offerings_MFFFC9/results.txt
```
```
ERROR: Test for release public IP address
----------------------------------------------------------------------
Traceback (most recent call last):
File "/data/git/cs2/cloudstack/test/integration/smoke/test_network.py",
line 785, in setUp
serviceofferingid=self.service_offering.id
File "/usr/lib/python2.7/site-packages/marvin/lib/base.py", line 475, in
create
virtual_machine = apiclient.deployVirtualMachine(cmd, method=method)
File
"/usr/lib/python2.7/site-packages/marvin/cloudstackAPI/cloudstackAPIClient.py",
line 702, in deployVirtualMachine
response = self.connection.marvinRequest(command,
response_type=response, method=method)
File "/usr/lib/python2.7/site-packages/marvin/cloudstackConnection.py",
line 379, in marvinRequest
raise e
Exception: Job failed: {jobprocstatus : 0, created :
u'2016-05-13T22:42:06+0200', jobresult : {errorcode : 530, errortext : u'Unable
to start a VM due to insufficient capacity'}, cmd :
u'org.apache.cloudstack.api.command.admin.vm.DeployVMCmdByAdmin', userid :
u'6c3cdb74-1924-11e6-8d73-5254001daa62', jobstatus : 2, jobid :
u'c677f64f-1c8c-4328-8ee5-412ca87c1517', jobresultcode : 530, jobinstanceid :
u'15a8130e-73b5-45fb-b99a-f1efca32aeb8', jobresulttype : u'object',
jobinstancetype : u'VirtualMachine', accountid :
u'6c3cc409-1924-11e6-8d73-5254001daa62'}
----------------------------------------------------------------------
Additional details in: /tmp/MarvinLogs/test_vpc_offerings_MFFFC9/results.txt
```
```
ERROR: Test VPC offering without load balancing service
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/data/git/cs2/cloudstack/test/integration/component/test_vpc_offerings.py",
line 553, in test_03_vpc_off_without_lb
domainid=self.account.domainid
File "/usr/lib/python2.7/site-packages/marvin/lib/base.py", line 4154, in
create
return VPC(apiclient.createVPC(cmd).__dict__)
File
"/usr/lib/python2.7/site-packages/marvin/cloudstackAPI/cloudstackAPIClient.py",
line 2182, in createVPC
response = self.connection.marvinRequest(command,
response_type=response, method=method)
File "/usr/lib/python2.7/site-packages/marvin/cloudstackConnection.py",
line 379, in marvinRequest
raise e
Exception: Job failed: {jobprocstatus : 0, created :
u'2016-05-13T22:52:28+0200', jobresult : {errorcode : 530, errortext : u'Failed
to create VPC'}, cmd :
u'org.apache.cloudstack.api.command.admin.vpc.CreateVPCCmdByAdmin', userid :
u'6c3cdb74-1924-11e6-8d73-5254001daa62', jobstatus : 2, jobid :
u'c655c79a-b716-40ff-8d4e-4e12c4019452', jobresultcode : 530, jobresulttype :
u'object', jobinstancetype : u'None', accountid :
u'6c3cc409-1924-11e6-8d73-5254001daa62'}
----------------------------------------------------------------------
Additional details in: /tmp/MarvinLogs/test_vpc_offerings_MFFFC9/results.txt
```
```
ERROR: Test VPC offering without static NAT service
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/data/git/cs2/cloudstack/test/integration/component/test_vpc_offerings.py",
line 675, in test_04_vpc_off_without_static_nat
domainid=self.account.domainid
File "/usr/lib/python2.7/site-packages/marvin/lib/base.py", line 4154, in
create
return VPC(apiclient.createVPC(cmd).__dict__)
File
"/usr/lib/python2.7/site-packages/marvin/cloudstackAPI/cloudstackAPIClient.py",
line 2182, in createVPC
response = self.connection.marvinRequest(command,
response_type=response, method=method)
File "/usr/lib/python2.7/site-packages/marvin/cloudstackConnection.py",
line 379, in marvinRequest
raise e
Exception: Job failed: {jobprocstatus : 0, created :
u'2016-05-13T22:57:52+0200', jobresult : {errorcode : 530, errortext : u'Failed
to create VPC'}, cmd :
u'org.apache.cloudstack.api.command.admin.vpc.CreateVPCCmdByAdmin', userid :
u'6c3cdb74-1924-11e6-8d73-5254001daa62', jobstatus : 2, jobid :
u'065ac527-b854-49b6-a793-bdb579f7a877', jobresultcode : 530, jobresulttype :
u'object', jobinstancetype : u'None', accountid :
u'6c3cc409-1924-11e6-8d73-5254001daa62'}
----------------------------------------------------------------------
Additional details in: /tmp/MarvinLogs/test_vpc_offerings_MFFFC9/results.txt
```
```
ERROR: Test VPC offering without port forwarding service
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/data/git/cs2/cloudstack/test/integration/component/test_vpc_offerings.py",
line 799, in test_05_vpc_off_without_pf
domainid=self.account.domainid
File "/usr/lib/python2.7/site-packages/marvin/lib/base.py", line 4154, in
create
return VPC(apiclient.createVPC(cmd).__dict__)
File
"/usr/lib/python2.7/site-packages/marvin/cloudstackAPI/cloudstackAPIClient.py",
line 2182, in createVPC
response = self.connection.marvinRequest(command,
response_type=response, method=method)
File "/usr/lib/python2.7/site-packages/marvin/cloudstackConnection.py",
line 379, in marvinRequest
raise e
Exception: Job failed: {jobprocstatus : 0, created :
u'2016-05-13T23:03:10+0200', jobresult : {errorcode : 530, errortext : u'Failed
to create VPC'}, cmd :
u'org.apache.cloudstack.api.command.admin.vpc.CreateVPCCmdByAdmin', userid :
u'6c3cdb74-1924-11e6-8d73-5254001daa62', jobstatus : 2, jobid :
u'524e009e-dfef-42f0-aff5-041100f15fc2', jobresultcode : 530, jobresulttype :
u'object', jobinstancetype : u'None', accountid :
u'6c3cc409-1924-11e6-8d73-5254001daa62'}
----------------------------------------------------------------------
Additional details in: /tmp/MarvinLogs/test_vpc_offerings_MFFFC9/results.txt
```
```
ERROR: Test update VPC offering
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/data/git/cs2/cloudstack/test/integration/component/test_vpc_offerings.py",
line 943, in test_07_update_vpc_off
domainid=self.account.domainid
File "/usr/lib/python2.7/site-packages/marvin/lib/base.py", line 4154, in
create
return VPC(apiclient.createVPC(cmd).__dict__)
File
"/usr/lib/python2.7/site-packages/marvin/cloudstackAPI/cloudstackAPIClient.py",
line 2182, in createVPC
response = self.connection.marvinRequest(command,
response_type=response, method=method)
File "/usr/lib/python2.7/site-packages/marvin/cloudstackConnection.py",
line 379, in marvinRequest
raise e
Exception: Job failed: {jobprocstatus : 0, created :
u'2016-05-13T23:08:27+0200', jobresult : {errorcode : 530, errortext : u'Failed
to create VPC'}, cmd :
u'org.apache.cloudstack.api.command.admin.vpc.CreateVPCCmdByAdmin', userid :
u'6c3cdb74-1924-11e6-8d73-5254001daa62', jobstatus : 2, jobid :
u'dec5181c-27d1-4038-901f-e30c8fe5c994', jobresultcode : 530, jobresulttype :
u'object', jobinstancetype : u'None', accountid :
u'6c3cc409-1924-11e6-8d73-5254001daa62'}
----------------------------------------------------------------------
Additional details in: /tmp/MarvinLogs/test_vpc_offerings_MFFFC9/results.txt
```
```
ERROR: test_09_create_redundant_vpc_offering
(integration.component.test_vpc_offerings.TestVPCOffering)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/data/git/cs2/cloudstack/test/integration/component/test_vpc_offerings.py",
line 1178, in test_09_create_redundant_vpc_offering
domainid=self.account.domainid
File "/usr/lib/python2.7/site-packages/marvin/lib/base.py", line 4154, in
create
return VPC(apiclient.createVPC(cmd).__dict__)
File
"/usr/lib/python2.7/site-packages/marvin/cloudstackAPI/cloudstackAPIClient.py",
line 2182, in createVPC
response = self.connection.marvinRequest(command,
response_type=response, method=method)
File "/usr/lib/python2.7/site-packages/marvin/cloudstackConnection.py",
line 379, in marvinRequest
raise e
Exception: Job failed: {jobprocstatus : 0, created :
u'2016-05-13T23:14:12+0200', jobresult : {errorcode : 530, errortext : u'Failed
to create VPC'}, cmd :
u'org.apache.cloudstack.api.command.admin.vpc.CreateVPCCmdByAdmin', userid :
u'6c3cdb74-1924-11e6-8d73-5254001daa62', jobstatus : 2, jobid :
u'1ef4b902-ee82-4063-b8ef-12474a254cd7', jobresultcode : 530, jobresulttype :
u'object', jobinstancetype : u'None', accountid :
u'6c3cc409-1924-11e6-8d73-5254001daa62'}
----------------------------------------------------------------------
Additional details in: /tmp/MarvinLogs/test_vpc_offerings_MFFFC9/results.txt
```
```
ERROR: test suite for <class
'integration.component.test_vpc_routers.TestVPCRouterOneNetwork'>
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/usr/lib/python2.7/site-packages/nose-1.3.7-py2.7.egg/nose/suite.py", line
209, in run
self.setUp()
File
"/usr/lib/python2.7/site-packages/nose-1.3.7-py2.7.egg/nose/suite.py", line
292, in setUp
self.setupContext(ancestor)
File
"/usr/lib/python2.7/site-packages/nose-1.3.7-py2.7.egg/nose/suite.py", line
315, in setupContext
try_run(context, names)
File
"/usr/lib/python2.7/site-packages/nose-1.3.7-py2.7.egg/nose/util.py", line 471,
in try_run
return func()
File
"/data/git/cs2/cloudstack/test/integration/component/test_vpc_routers.py", line
681, in setUpClass
domainid=cls.account.domainid
File "/usr/lib/python2.7/site-packages/marvin/lib/base.py", line 4154, in
create
return VPC(apiclient.createVPC(cmd).__dict__)
File
"/usr/lib/python2.7/site-packages/marvin/cloudstackAPI/cloudstackAPIClient.py",
line 2182, in createVPC
response = self.connection.marvinRequest(command,
response_type=response, method=method)
File "/usr/lib/python2.7/site-packages/marvin/cloudstackConnection.py",
line 379, in marvinRequest
raise e
Exception: Job failed: {jobprocstatus : 0, created :
u'2016-05-13T23:19:26+0200', jobresult : {errorcode : 530, errortext : u'Failed
to create VPC'}, cmd :
u'org.apache.cloudstack.api.command.admin.vpc.CreateVPCCmdByAdmin', userid :
u'6c3cdb74-1924-11e6-8d73-5254001daa62', jobstatus : 2, jobid :
u'3cff9f88-2588-4494-8153-6ec50d379550', jobresultcode : 530, jobresulttype :
u'object', jobinstancetype : u'None', accountid :
u'6c3cc409-1924-11e6-8d73-5254001daa62'}
----------------------------------------------------------------------
Additional details in: /tmp/MarvinLogs/test_vpc_offerings_MFFFC9/results.txt
```
```
ERROR: test suite for <class
'integration.component.test_vpc_routers.TestVPCRoutersBasic'>
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/usr/lib/python2.7/site-packages/nose-1.3.7-py2.7.egg/nose/suite.py", line
209, in run
self.setUp()
File
"/usr/lib/python2.7/site-packages/nose-1.3.7-py2.7.egg/nose/suite.py", line
292, in setUp
self.setupContext(ancestor)
File
"/usr/lib/python2.7/site-packages/nose-1.3.7-py2.7.egg/nose/suite.py", line
315, in setupContext
try_run(context, names)
File
"/usr/lib/python2.7/site-packages/nose-1.3.7-py2.7.egg/nose/util.py", line 471,
in try_run
return func()
File
"/data/git/cs2/cloudstack/test/integration/component/test_vpc_routers.py", line
243, in setUpClass
domainid=cls.account.domainid
File "/usr/lib/python2.7/site-packages/marvin/lib/base.py", line 4154, in
create
return VPC(apiclient.createVPC(cmd).__dict__)
File
"/usr/lib/python2.7/site-packages/marvin/cloudstackAPI/cloudstackAPIClient.py",
line 2182, in createVPC
response = self.connection.marvinRequest(command,
response_type=response, method=method)
File "/usr/lib/python2.7/site-packages/marvin/cloudstackConnection.py",
line 379, in marvinRequest
raise e
Exception: Job failed: {jobprocstatus : 0, created :
u'2016-05-13T23:24:39+0200', jobresult : {errorcode : 530, errortext : u'Failed
to create VPC'}, cmd :
u'org.apache.cloudstack.api.command.admin.vpc.CreateVPCCmdByAdmin', userid :
u'6c3cdb74-1924-11e6-8d73-5254001daa62', jobstatus : 2, jobid :
u'05dccb39-22c9-4821-8b94-f4e9c567e0e7', jobresultcode : 530, jobresulttype :
u'object', jobinstancetype : u'None', accountid :
u'6c3cc409-1924-11e6-8d73-5254001daa62'}
----------------------------------------------------------------------
Additional details in: /tmp/MarvinLogs/test_vpc_offerings_MFFFC9/results.txt
```
**Associated Uploads**
**`/tmp/MarvinLogs/DeployDataCenter__May_13_2016_18_06_59_TW2PV5:`**
*
[dc_entries.obj](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1470/tmp/MarvinLogs/DeployDataCenter__May_13_2016_18_06_59_TW2PV5/dc_entries.obj)
*
[failed_plus_exceptions.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1470/tmp/MarvinLogs/DeployDataCenter__May_13_2016_18_06_59_TW2PV5/failed_plus_exceptions.txt)
*
[runinfo.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1470/tmp/MarvinLogs/DeployDataCenter__May_13_2016_18_06_59_TW2PV5/runinfo.txt)
**`/tmp/MarvinLogs/test_network_CAWK92:`**
*
[failed_plus_exceptions.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1470/tmp/MarvinLogs/test_network_CAWK92/failed_plus_exceptions.txt)
*
[results.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1470/tmp/MarvinLogs/test_network_CAWK92/results.txt)
*
[runinfo.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1470/tmp/MarvinLogs/test_network_CAWK92/runinfo.txt)
**`/tmp/MarvinLogs/test_vpc_offerings_MFFFC9:`**
*
[failed_plus_exceptions.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1470/tmp/MarvinLogs/test_vpc_offerings_MFFFC9/failed_plus_exceptions.txt)
*
[results.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1470/tmp/MarvinLogs/test_vpc_offerings_MFFFC9/results.txt)
*
[runinfo.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1470/tmp/MarvinLogs/test_vpc_offerings_MFFFC9/runinfo.txt)
Uploads will be available until `2016-07-16 02:00:00 +0200 CEST`
*Comment created by [`upr comment`](https://github.com/cloudops/upr).*
---
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 [email protected] or file a JIRA ticket
with INFRA.
---