Ubuntu Pastebin

Paste from dimitern at Mon, 2 Mar 2015 14:04:16 +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
----------------------------------------------------------------------
FAIL: blockdevicemappings_test.go:1: AmazonServerSuite.TestBlockDeviceMappings

waiting for block device mappings to be processed
BlockDeviceMappings is empty, retrying
waiting for block device mappings to be processed
ec2t_test.go:407:
    if err != nil && c.Check(err, ErrorMatches, "InvalidInstanceID.NotFound") {
        // Nothing to do.
        ...
    } else {
        c.Assert(err, IsNil, Commentf("%v INSTANCES LEFT RUNNING!!!", ids))
    }
... error string = "The instance ID 'i-8d98497d' does not exist (InvalidInstanceID.NotFound)"
... regex string = "InvalidInstanceID.NotFound"

ec2t_test.go:411:
    c.Assert(err, IsNil, Commentf("%v INSTANCES LEFT RUNNING!!!", ids))
... value *ec2.Error = &ec2.Error{StatusCode:400, Code:"InvalidInstanceID.NotFound", Message:"The instance ID 'i-8d98497d' does not exist", RequestId:"43d2ef95-32ec-4e36-aef8-ad14867cc7bc"} ("The instance ID 'i-8d98497d' does not exist (InvalidInstanceID.NotFound)")
... [i-8d98497d] INSTANCES LEFT RUNNING!!!


----------------------------------------------------------------------
Download as text