Github user swill commented on the pull request: https://github.com/apache/cloudstack/pull/1519#issuecomment-218842214 ### CI RESULTS ``` Tests Run: 85 Skipped: 0 Failed: 9 Errors: 10 Duration: 10h 09m 15s ``` **Summary of the problem(s):** ``` ERROR: Create a redundant VPC with 1 Tier, 1 VM, 1 ACL, 1 PF and test Network GC Nics ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/git/cs1/cloudstack/test/integration/smoke/test_vpc_redundant.py", line 281, in tearDown raise Exception("Warning: Exception during cleanup : %s" % e) Exception: Warning: Exception during cleanup : Execute cmd: deletenetworkoffering failed, due to: errorCode: 431, errorText:Can't delete network offering 22 as its used by 1 networks. To make the network offering unavaiable, disable it ---------------------------------------------------------------------- Additional details in: /tmp/MarvinLogs/test_network_8UJKVV/results.txt ``` ``` ERROR: Test iptables default INPUT/FORWARD policies on VPC router ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/git/cs1/cloudstack/test/integration/smoke/test_routers_iptables_default_policy.py", line 302, in test_01_single_VPC_iptables_policies self.entity_manager.do_vpc_test() File "/data/git/cs1/cloudstack/test/integration/smoke/test_routers_iptables_default_policy.py", line 490, in do_vpc_test self.check_ssh_into_vm(vm.get_vm(), vm.get_ip()) File "/data/git/cs1/cloudstack/test/integration/smoke/test_routers_iptables_default_policy.py", line 525, in check_ssh_into_vm raise Exception("Failed to SSH into VM - %s" % (public_ip.ipaddress.ipaddress)) Exception: Failed to SSH into VM - 192.168.23.9 ---------------------------------------------------------------------- Additional details in: /tmp/MarvinLogs/test_network_8UJKVV/results.txt ``` ``` ERROR: Test redundant router internals ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/git/cs1/cloudstack/test/integration/smoke/test_routers_network_ops.py", line 510, in test_03_RVR_Network_check_router_state zoneid=self.zone.id File "/usr/lib/python2.7/site-packages/marvin/lib/base.py", line 2780, in create return Network(apiclient.createNetwork(cmd).__dict__) File "/usr/lib/python2.7/site-packages/marvin/cloudstackAPI/cloudstackAPIClient.py", line 1887, in createNetwork 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 CloudstackAPIException: Execute cmd: createnetwork failed, due to: errorCode: 530, errorText:Failed to implement persistent guest network ---------------------------------------------------------------------- Additional details in: /tmp/MarvinLogs/test_network_8UJKVV/results.txt ``` ``` ERROR: Test to verify access to loadbalancer haproxy admin stats page ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/git/cs1/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/cs1/cloudstack/test/integration/smoke/test_internal_lb.py", line 838, in execute_internallb_haproxy_tests applb.sourceipaddress, self.get_ssh_client(vm, 5), settings) File "/data/git/cs1/cloudstack/test/integration/smoke/test_internal_lb.py", line 497, in get_ssh_client self.fail("Unable to create ssh connection: " % e) TypeError: not all arguments converted during string formatting ---------------------------------------------------------------------- Additional details in: /tmp/MarvinLogs/test_network_8UJKVV/results.txt ``` ``` ERROR: Test to verify access to loadbalancer haproxy admin stats page ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/git/cs1/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/cs1/cloudstack/test/integration/smoke/test_internal_lb.py", line 838, in execute_internallb_haproxy_tests applb.sourceipaddress, self.get_ssh_client(vm, 5), settings) File "/data/git/cs1/cloudstack/test/integration/smoke/test_internal_lb.py", line 497, in get_ssh_client self.fail("Unable to create ssh connection: " % e) TypeError: not all arguments converted during string formatting ---------------------------------------------------------------------- Additional details in: /tmp/MarvinLogs/test_network_8UJKVV/results.txt ``` ``` ERROR: Test Site 2 Site VPN Across redundant VPCs ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/git/cs1/cloudstack/test/integration/smoke/test_vpc_vpn.py", line 1154, in test_01_redundant_vpc_site2site_vpn ssh_client = self._get_ssh_client(vm2, self.services, 10) File "/data/git/cs1/cloudstack/test/integration/smoke/test_vpc_vpn.py", line 898, in _get_ssh_client self.fail("Unable to create ssh connection: " % e) TypeError: not all arguments converted during string formatting ---------------------------------------------------------------------- Additional details in: /tmp/MarvinLogs/test_network_8UJKVV/results.txt ``` ``` ERROR: Test Site 2 Site VPN Across VPCs ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/git/cs1/cloudstack/test/integration/smoke/test_vpc_vpn.py", line 787, in test_01_vpc_site2site_vpn ssh_client = self._get_ssh_client(vm2, self.services, 10) File "/data/git/cs1/cloudstack/test/integration/smoke/test_vpc_vpn.py", line 497, in _get_ssh_client self.fail("Unable to create ssh connection: " % e) TypeError: not all arguments converted during string formatting ---------------------------------------------------------------------- Additional details in: /tmp/MarvinLogs/test_network_8UJKVV/results.txt ``` ``` ERROR: test_02_vpc_privategw_static_routes (integration.smoke.test_privategw_acl.TestPrivateGwACL) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/git/cs1/cloudstack/test/integration/smoke/test_privategw_acl.py", line 253, in test_02_vpc_privategw_static_routes self.performVPCTests(vpc_off) File "/data/git/cs1/cloudstack/test/integration/smoke/test_privategw_acl.py", line 324, in performVPCTests self.check_pvt_gw_connectivity(vm1, public_ip_1, vm2.nic[0].ipaddress) File "/data/git/cs1/cloudstack/test/integration/smoke/test_privategw_acl.py", line 553, in check_pvt_gw_connectivity (vmObj.get_ip(), e) NameError: global name 'vmObj' is not defined ---------------------------------------------------------------------- Additional details in: /tmp/MarvinLogs/test_network_8UJKVV/results.txt ``` ``` ERROR: test_03_vpc_privategw_restart_vpc_cleanup (integration.smoke.test_privategw_acl.TestPrivateGwACL) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/git/cs1/cloudstack/test/integration/smoke/test_privategw_acl.py", line 265, in test_03_vpc_privategw_restart_vpc_cleanup self.performVPCTests(vpc_off, True) File "/data/git/cs1/cloudstack/test/integration/smoke/test_privategw_acl.py", line 324, in performVPCTests self.check_pvt_gw_connectivity(vm1, public_ip_1, vm2.nic[0].ipaddress) File "/data/git/cs1/cloudstack/test/integration/smoke/test_privategw_acl.py", line 553, in check_pvt_gw_connectivity (vmObj.get_ip(), e) NameError: global name 'vmObj' is not defined ---------------------------------------------------------------------- Additional details in: /tmp/MarvinLogs/test_network_8UJKVV/results.txt ``` ``` ERROR: test_04_rvpc_privategw_static_routes (integration.smoke.test_privategw_acl.TestPrivateGwACL) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/git/cs1/cloudstack/test/integration/smoke/test_privategw_acl.py", line 277, in test_04_rvpc_privategw_static_routes self.performVPCTests(vpc_off) File "/data/git/cs1/cloudstack/test/integration/smoke/test_privategw_acl.py", line 324, in performVPCTests self.check_pvt_gw_connectivity(vm1, public_ip_1, vm2.nic[0].ipaddress) File "/data/git/cs1/cloudstack/test/integration/smoke/test_privategw_acl.py", line 553, in check_pvt_gw_connectivity (vmObj.get_ip(), e) NameError: global name 'vmObj' is not defined ---------------------------------------------------------------------- Additional details in: /tmp/MarvinLogs/test_network_8UJKVV/results.txt ``` ``` FAIL: Create a redundant VPC with two networks with two VMs in each network ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/git/cs1/cloudstack/test/integration/smoke/test_vpc_redundant.py", line 534, in test_01_create_redundant_VPC_2tiers_4VMs_4IPs_4PF_ACL self.do_vpc_test(False) File "/data/git/cs1/cloudstack/test/integration/smoke/test_vpc_redundant.py", line 679, in do_vpc_test self.check_ssh_into_vm(vm.get_vm(), vm.get_ip(), expectFail=expectFail, retries=retries) File "/data/git/cs1/cloudstack/test/integration/smoke/test_vpc_redundant.py", line 523, 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.5 ---------------------------------------------------------------------- Additional details in: /tmp/MarvinLogs/test_network_8UJKVV/results.txt ``` ``` FAIL: Create a redundant VPC with two networks with two VMs in each network and check default routes ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/git/cs1/cloudstack/test/integration/smoke/test_vpc_redundant.py", line 559, in test_02_redundant_VPC_default_routes self.do_default_routes_test() File "/data/git/cs1/cloudstack/test/integration/smoke/test_vpc_redundant.py", line 701, in do_default_routes_test (vmObj.get_ip(), e) AssertionError: SSH Access failed for <marvin.lib.base.PublicIPAddress instance at 0x28606c8>: SSH connection has Failed. Waited 600s. Error is SSH Connection Failed ---------------------------------------------------------------------- Additional details in: /tmp/MarvinLogs/test_network_8UJKVV/results.txt ``` ``` FAIL: Create a redundant VPC with two networks with two VMs in each network ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/git/cs1/cloudstack/test/integration/smoke/test_vpc_redundant.py", line 569, in test_03_create_redundant_VPC_1tier_2VMs_2IPs_2PF_ACL_reboot_routers self.do_vpc_test(False) File "/data/git/cs1/cloudstack/test/integration/smoke/test_vpc_redundant.py", line 679, in do_vpc_test self.check_ssh_into_vm(vm.get_vm(), vm.get_ip(), expectFail=expectFail, retries=retries) File "/data/git/cs1/cloudstack/test/integration/smoke/test_vpc_redundant.py", line 523, 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.5 ---------------------------------------------------------------------- Additional details in: /tmp/MarvinLogs/test_network_8UJKVV/results.txt ``` ``` FAIL: Create a redundant VPC with 1 Tier, 1 VM, 1 ACL, 1 PF and test Network GC Nics ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/git/cs1/cloudstack/test/integration/smoke/test_vpc_redundant.py", line 587, in test_04_rvpc_network_garbage_collector_nics self.do_vpc_test(False) File "/data/git/cs1/cloudstack/test/integration/smoke/test_vpc_redundant.py", line 679, in do_vpc_test self.check_ssh_into_vm(vm.get_vm(), vm.get_ip(), expectFail=expectFail, retries=retries) File "/data/git/cs1/cloudstack/test/integration/smoke/test_vpc_redundant.py", line 523, 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.5 ---------------------------------------------------------------------- Additional details in: /tmp/MarvinLogs/test_network_8UJKVV/results.txt ``` ``` FAIL: Create a redundant VPC with 1 Tier, 1 VM, 1 ACL, 1 PF and test Network GC Nics ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/git/cs1/cloudstack/test/integration/smoke/test_vpc_redundant.py", line 622, in test_05_rvpc_multi_tiers self.do_vpc_test(False) File "/data/git/cs1/cloudstack/test/integration/smoke/test_vpc_redundant.py", line 679, in do_vpc_test self.check_ssh_into_vm(vm.get_vm(), vm.get_ip(), expectFail=expectFail, retries=retries) File "/data/git/cs1/cloudstack/test/integration/smoke/test_vpc_redundant.py", line 523, 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.5 ---------------------------------------------------------------------- Additional details in: /tmp/MarvinLogs/test_network_8UJKVV/results.txt ``` ``` FAIL: Create a VPC with two networks with one VM in each network and test nics after destroy ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/git/cs1/cloudstack/test/integration/smoke/test_vpc_router_nics.py", line 390, in test_01_VPC_nics_after_destroy self.check_ssh_into_vm() File "/data/git/cs1/cloudstack/test/integration/smoke/test_vpc_router_nics.py", line 448, 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.9 ---------------------------------------------------------------------- Additional details in: /tmp/MarvinLogs/test_network_8UJKVV/results.txt ``` ``` FAIL: Create a VPC with two networks with one VM in each network and test default routes ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/git/cs1/cloudstack/test/integration/smoke/test_vpc_router_nics.py", line 414, in test_02_VPC_default_routes self.do_default_routes_test() File "/data/git/cs1/cloudstack/test/integration/smoke/test_vpc_router_nics.py", line 470, in do_default_routes_test (vmObj.get_ip(), e) AssertionError: SSH Access failed for <marvin.lib.base.PublicIPAddress instance at 0x3239248>: SSH connection has Failed. Waited 600s. Error is SSH Connection Failed ---------------------------------------------------------------------- Additional details in: /tmp/MarvinLogs/test_network_8UJKVV/results.txt ``` ``` 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/cs1/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/cs1/cloudstack/test/integration/smoke/test_internal_lb.py", line 668, in execute_internallb_roundrobin_tests self.setup_http_daemon(vm) File "/data/git/cs1/cloudstack/test/integration/smoke/test_internal_lb.py", line 519, in setup_http_daemon self.fail("Failed to ssh into vm: %s due to %s" % (vm, e)) AssertionError: Failed to ssh into vm: <marvin.lib.base.VirtualMachine instance at 0x328e200> due to not all arguments converted during string formatting ---------------------------------------------------------------------- Additional details in: /tmp/MarvinLogs/test_network_8UJKVV/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/cs1/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/cs1/cloudstack/test/integration/smoke/test_internal_lb.py", line 668, in execute_internallb_roundrobin_tests self.setup_http_daemon(vm) File "/data/git/cs1/cloudstack/test/integration/smoke/test_internal_lb.py", line 519, in setup_http_daemon self.fail("Failed to ssh into vm: %s due to %s" % (vm, e)) AssertionError: Failed to ssh into vm: <marvin.lib.base.VirtualMachine instance at 0x34c5560> due to not all arguments converted during string formatting ---------------------------------------------------------------------- Additional details in: /tmp/MarvinLogs/test_network_8UJKVV/results.txt ``` **Associated Uploads** **`/tmp/MarvinLogs/DeployDataCenter__May_12_2016_06_05_04_5V5GEZ:`** * [dc_entries.obj](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1519/tmp/MarvinLogs/DeployDataCenter__May_12_2016_06_05_04_5V5GEZ/dc_entries.obj) * [failed_plus_exceptions.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1519/tmp/MarvinLogs/DeployDataCenter__May_12_2016_06_05_04_5V5GEZ/failed_plus_exceptions.txt) * [runinfo.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1519/tmp/MarvinLogs/DeployDataCenter__May_12_2016_06_05_04_5V5GEZ/runinfo.txt) **`/tmp/MarvinLogs/test_network_8UJKVV:`** * [failed_plus_exceptions.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1519/tmp/MarvinLogs/test_network_8UJKVV/failed_plus_exceptions.txt) * [results.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1519/tmp/MarvinLogs/test_network_8UJKVV/results.txt) * [runinfo.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1519/tmp/MarvinLogs/test_network_8UJKVV/runinfo.txt) **`/tmp/MarvinLogs/test_vpc_routers_0OKTB0:`** * [failed_plus_exceptions.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1519/tmp/MarvinLogs/test_vpc_routers_0OKTB0/failed_plus_exceptions.txt) * [results.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1519/tmp/MarvinLogs/test_vpc_routers_0OKTB0/results.txt) * [runinfo.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1519/tmp/MarvinLogs/test_vpc_routers_0OKTB0/runinfo.txt) Uploads will be available until `2016-07-12 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---