Ubuntu Pastebin

Paste from Nate at Wed, 22 Jun 2016 04:16:42 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
FAIL: environ_test.go:493: environSuite.TestStartInstance

[LOG] 0:00.000 DEBUG juju.provider.azure opening model "testenv"
[LOG] 0:00.000 DEBUG juju.provider.azure listing SKUs: Location=westus, Publisher=Canonical, Offer=UbuntuServer
[LOG] 0:00.000 DEBUG juju.provider.azure ignoring SKU "12.04-LTS" (does not match series "quantal")
[LOG] 0:00.000 DEBUG juju.provider.azure ignoring SKU "14.04-LTS" (does not match series "quantal")
[LOG] 0:00.000 DEBUG juju.provider.azure ignoring SKU "15.04" (does not match series "quantal")
[LOG] 0:00.000 DEBUG juju.provider.azure ignoring SKU "15.10" (does not match series "quantal")
[LOG] 0:00.000 DEBUG juju.provider.azure ignoring SKU "16.04-LTS" (does not match series "quantal")
[LOG] 0:00.000 DEBUG juju.environs.instances instance constraints {region: westus, series: quantal, arches: [amd64], constraints: mem=1024M, storage: []}
[LOG] 0:00.000 DEBUG juju.environs.instances matching constraints {region: westus, series: quantal, arches: [amd64], constraints: mem=1024M, storage: []} against possible image metadata [{Id:Canonical:UbuntuServer:12.10:latest Arch:amd64 VirtType:Hyper-V}]
[LOG] 0:00.001 INFO juju.environs.instances find instance - using image with id: Canonical:UbuntuServer:12.10:latest
[LOG] 0:00.001 INFO juju.provider.azure picked tools "1.26.0-quantal-amd64"
[LOG] 0:00.001 DEBUG juju.provider.azure creating storage profile for "machine-0"
[LOG] 0:00.001 DEBUG juju.provider.azure creating OS profile for "machine-0"
[LOG] 0:00.001 DEBUG juju.service discovered init system "upstart" from series "quantal"
[LOG] 0:00.003 DEBUG juju.provider.azure creating network profile for "machine-0"
[LOG] 0:00.003 DEBUG juju.provider.azure - allocating public IP address
[LOG] 0:00.003 DEBUG juju.provider.azure - creating primary NIC
[LOG] 0:00.003 DEBUG juju.provider.azure - querying network security group
[LOG] 0:00.003 ERROR juju.provider.azure creating instance failed, destroying: creating network profile: querying network security group: network/SecurityGroupsClient:Get Failure sending request -- Original Error: request path "/subscriptions/22222222-2222-2222-2222-222222222222/resourceGroups/juju-testenv-model-deadbeef-0bad-400d-8000-4b1d0d06f00d/providers/Microsoft.Network/networkSecurityGroups/juju-internal-nsg" did not match pattern ".*/availabilitySets/.*"
[LOG] 0:00.003 ERROR juju.provider.azure could not destroy failed virtual machine: network/InterfacesClient:List Failure sending request -- Original Error: request path "/subscriptions/22222222-2222-2222-2222-222222222222/resourceGroups/juju-testenv-model-deadbeef-0bad-400d-8000-4b1d0d06f00d/providers/Microsoft.Network/networkInterfaces" did not match pattern ".*/virtualMachines/machine-0"
environ_test.go:498:
    c.Assert(err, jc.ErrorIsNil)
... value *errors.Err = &errors.Err{message:"creating virtual machine \"machine-0\"", cause:autorest.baseError{packageType:"network/SecurityGroupsClient", method:"Get", message:"Failure sending request", original:(*errors.errorString)(0xc820410b90)}, previous:(*errors.Err)(0xc820450550), file:"github.com/juju/juju/provider/azure/environ.go", line:505} ("creating virtual machine \"machine-0\": creating network profile: querying network security group: network/SecurityGroupsClient:Get Failure sending request -- Original Error: request path \"/subscriptions/22222222-2222-2222-2222-222222222222/resourceGroups/juju-testenv-model-deadbeef-0bad-400d-8000-4b1d0d06f00d/providers/Microsoft.Network/networkSecurityGroups/juju-internal-nsg\" did not match pattern \".*/availabilitySets/.*\"")
... error stack:
	network/SecurityGroupsClient:Get Failure sending request -- Original Error: request path "/subscriptions/22222222-2222-2222-2222-222222222222/resourceGroups/juju-testenv-model-deadbeef-0bad-400d-8000-4b1d0d06f00d/providers/Microsoft.Network/networkSecurityGroups/juju-internal-nsg" did not match pattern ".*/availabilitySets/.*"
	github.com/juju/retry/retry.go:187: 
	github.com/juju/juju/provider/azure/networking.go:273: querying network security group
	github.com/juju/juju/provider/azure/environ.go:564: creating network profile
	github.com/juju/juju/provider/azure/environ.go:505: creating virtual machine "machine-0"
Download as text