Skip to content

Instantly share code, notes, and snippets.

@Briansbum
Created June 22, 2018 10:13
Show Gist options
  • Save Briansbum/450553b11f33bf567c39596ce6d095fe to your computer and use it in GitHub Desktop.
Save Briansbum/450553b11f33bf567c39596ce6d095fe to your computer and use it in GitHub Desktop.
Add an environment variable to use aws role auth instead of access keys
=== RUN TestTerraformAwsExample
=== PAUSE TestTerraformAwsExample
=== CONT TestTerraformAwsExample
TestTerraformAwsExample 2018-06-21T15:53:27+01:00 region.go:72: Looking up all AWS regions available in this account
TestTerraformAwsExample 2018-06-21T15:53:28+01:00 region.go:57: Using region ap-southeast-1
TestTerraformAwsExample 2018-06-21T15:53:28+01:00 retry.go:69: Running terraform [init -upgrade=false]
TestTerraformAwsExample 2018-06-21T15:53:28+01:00 command.go:52: Running command terraform with args [init -upgrade=false]
TestTerraformAwsExample 2018-06-21T15:53:28+01:00 command.go:96:
TestTerraformAwsExample 2018-06-21T15:53:28+01:00 command.go:96: Initializing provider plugins...
TestTerraformAwsExample 2018-06-21T15:53:28+01:00 command.go:96:
TestTerraformAwsExample 2018-06-21T15:53:28+01:00 command.go:96: The following providers do not have any version constraints in configuration,
TestTerraformAwsExample 2018-06-21T15:53:28+01:00 command.go:96: so the latest version was installed.
TestTerraformAwsExample 2018-06-21T15:53:28+01:00 command.go:96:
TestTerraformAwsExample 2018-06-21T15:53:28+01:00 command.go:96: To prevent automatic upgrades to new major versions that may contain breaking
TestTerraformAwsExample 2018-06-21T15:53:28+01:00 command.go:96: changes, it is recommended to add version = "..." constraints to the
TestTerraformAwsExample 2018-06-21T15:53:28+01:00 command.go:96: corresponding provider blocks in configuration, with the constraint strings
TestTerraformAwsExample 2018-06-21T15:53:28+01:00 command.go:96: suggested below.
TestTerraformAwsExample 2018-06-21T15:53:28+01:00 command.go:96:
TestTerraformAwsExample 2018-06-21T15:53:28+01:00 command.go:96: * provider.aws: version = "~> 1.23"
TestTerraformAwsExample 2018-06-21T15:53:28+01:00 command.go:96:
TestTerraformAwsExample 2018-06-21T15:53:28+01:00 command.go:96: Terraform has been successfully initialized!
TestTerraformAwsExample 2018-06-21T15:53:28+01:00 command.go:96: 
TestTerraformAwsExample 2018-06-21T15:53:28+01:00 command.go:96: You may now begin working with Terraform. Try running "terraform plan" to see
TestTerraformAwsExample 2018-06-21T15:53:28+01:00 command.go:96: any changes that are required for your infrastructure. All Terraform commands
TestTerraformAwsExample 2018-06-21T15:53:28+01:00 command.go:96: should now work.
TestTerraformAwsExample 2018-06-21T15:53:28+01:00 command.go:96:
TestTerraformAwsExample 2018-06-21T15:53:28+01:00 command.go:96: If you ever set or change modules or backend configuration for Terraform,
TestTerraformAwsExample 2018-06-21T15:53:28+01:00 command.go:96: rerun this command to reinitialize your working directory. If you forget, other
TestTerraformAwsExample 2018-06-21T15:53:28+01:00 command.go:96: commands will detect it and remind you to do so if necessary.
TestTerraformAwsExample 2018-06-21T15:53:28+01:00 retry.go:69: Running terraform [get -update]
TestTerraformAwsExample 2018-06-21T15:53:28+01:00 command.go:52: Running command terraform with args [get -update]
TestTerraformAwsExample 2018-06-21T15:53:28+01:00 retry.go:69: Running terraform [apply -input=false -lock=false -auto-approve -var instance_name="terratest-aws-example-hOy15m"]
TestTerraformAwsExample 2018-06-21T15:53:28+01:00 command.go:52: Running command terraform with args [apply -input=false -lock=false -auto-approve -var instance_name="terratest-aws-example-hOy15m"]
TestTerraformAwsExample 2018-06-21T15:53:31+01:00 command.go:96: data.aws_ami.ubuntu: Refreshing state...
TestTerraformAwsExample 2018-06-21T15:53:36+01:00 command.go:96: aws_instance.example: Creating...
TestTerraformAwsExample 2018-06-21T15:53:36+01:00 command.go:96: ami: "" => "ami-81cefcfd"
TestTerraformAwsExample 2018-06-21T15:53:36+01:00 command.go:96: associate_public_ip_address: "" => "<computed>"
TestTerraformAwsExample 2018-06-21T15:53:36+01:00 command.go:96: availability_zone: "" => "<computed>"
TestTerraformAwsExample 2018-06-21T15:53:36+01:00 command.go:96: ebs_block_device.#: "" => "<computed>"
TestTerraformAwsExample 2018-06-21T15:53:36+01:00 command.go:96: ephemeral_block_device.#: "" => "<computed>"
TestTerraformAwsExample 2018-06-21T15:53:36+01:00 command.go:96: get_password_data: "" => "false"
TestTerraformAwsExample 2018-06-21T15:53:36+01:00 command.go:96: instance_state: "" => "<computed>"
TestTerraformAwsExample 2018-06-21T15:53:36+01:00 command.go:96: instance_type: "" => "t1.micro"
TestTerraformAwsExample 2018-06-21T15:53:36+01:00 command.go:96: ipv6_address_count: "" => "<computed>"
TestTerraformAwsExample 2018-06-21T15:53:36+01:00 command.go:96: ipv6_addresses.#: "" => "<computed>"
TestTerraformAwsExample 2018-06-21T15:53:36+01:00 command.go:96: key_name: "" => "<computed>"
TestTerraformAwsExample 2018-06-21T15:53:36+01:00 command.go:96: network_interface.#: "" => "<computed>"
TestTerraformAwsExample 2018-06-21T15:53:36+01:00 command.go:96: network_interface_id: "" => "<computed>"
TestTerraformAwsExample 2018-06-21T15:53:36+01:00 command.go:96: password_data: "" => "<computed>"
TestTerraformAwsExample 2018-06-21T15:53:36+01:00 command.go:96: placement_group: "" => "<computed>"
TestTerraformAwsExample 2018-06-21T15:53:36+01:00 command.go:96: primary_network_interface_id: "" => "<computed>"
TestTerraformAwsExample 2018-06-21T15:53:36+01:00 command.go:96: private_dns: "" => "<computed>"
TestTerraformAwsExample 2018-06-21T15:53:36+01:00 command.go:96: private_ip: "" => "<computed>"
TestTerraformAwsExample 2018-06-21T15:53:36+01:00 command.go:96: public_dns: "" => "<computed>"
TestTerraformAwsExample 2018-06-21T15:53:36+01:00 command.go:96: public_ip: "" => "<computed>"
TestTerraformAwsExample 2018-06-21T15:53:36+01:00 command.go:96: root_block_device.#: "" => "<computed>"
TestTerraformAwsExample 2018-06-21T15:53:36+01:00 command.go:96: security_groups.#: "" => "<computed>"
TestTerraformAwsExample 2018-06-21T15:53:36+01:00 command.go:96: source_dest_check: "" => "true"
TestTerraformAwsExample 2018-06-21T15:53:36+01:00 command.go:96: subnet_id: "" => "<computed>"
TestTerraformAwsExample 2018-06-21T15:53:36+01:00 command.go:96: tags.%: "" => "1"
TestTerraformAwsExample 2018-06-21T15:53:36+01:00 command.go:96: tags.Name: "" => "terratest-aws-example-hOy15m"
TestTerraformAwsExample 2018-06-21T15:53:36+01:00 command.go:96: tenancy: "" => "<computed>"
TestTerraformAwsExample 2018-06-21T15:53:36+01:00 command.go:96: volume_tags.%: "" => "<computed>"
TestTerraformAwsExample 2018-06-21T15:53:36+01:00 command.go:96: vpc_security_group_ids.#: "" => "<computed>"
TestTerraformAwsExample 2018-06-21T15:53:46+01:00 command.go:96: aws_instance.example: Still creating... (10s elapsed)
TestTerraformAwsExample 2018-06-21T15:53:56+01:00 command.go:96: aws_instance.example: Still creating... (20s elapsed)
TestTerraformAwsExample 2018-06-21T15:54:06+01:00 command.go:96: aws_instance.example: Still creating... (30s elapsed)
TestTerraformAwsExample 2018-06-21T15:54:06+01:00 command.go:96: aws_instance.example: Creation complete after 31s (ID: i-0c5a28c533d7a6b21)
TestTerraformAwsExample 2018-06-21T15:54:06+01:00 command.go:96: 
TestTerraformAwsExample 2018-06-21T15:54:06+01:00 command.go:96: Apply complete! Resources: 1 added, 0 changed, 0 destroyed.
TestTerraformAwsExample 2018-06-21T15:54:06+01:00 command.go:96: 
TestTerraformAwsExample 2018-06-21T15:54:06+01:00 command.go:96: Outputs:
TestTerraformAwsExample 2018-06-21T15:54:06+01:00 command.go:96:
TestTerraformAwsExample 2018-06-21T15:54:06+01:00 command.go:96: instance_id = i-0c5a28c533d7a6b21
TestTerraformAwsExample 2018-06-21T15:54:06+01:00 retry.go:69: Running terraform [output -no-color instance_id]
TestTerraformAwsExample 2018-06-21T15:54:06+01:00 command.go:52: Running command terraform with args [output -no-color instance_id]
TestTerraformAwsExample 2018-06-21T15:54:06+01:00 command.go:96: i-0c5a28c533d7a6b21
TestTerraformAwsExample 2018-06-21T15:54:07+01:00 retry.go:69: Running terraform [destroy -force -input=false -lock=false -var instance_name="terratest-aws-example-hOy15m"]
TestTerraformAwsExample 2018-06-21T15:54:07+01:00 command.go:52: Running command terraform with args [destroy -force -input=false -lock=false -var instance_name="terratest-aws-example-hOy15m"]
TestTerraformAwsExample 2018-06-21T15:54:10+01:00 command.go:96: data.aws_ami.ubuntu: Refreshing state...
TestTerraformAwsExample 2018-06-21T15:54:11+01:00 command.go:96: aws_instance.example: Refreshing state... (ID: i-0c5a28c533d7a6b21)
TestTerraformAwsExample 2018-06-21T15:54:18+01:00 command.go:96: aws_instance.example: Destroying... (ID: i-0c5a28c533d7a6b21)
TestTerraformAwsExample 2018-06-21T15:54:28+01:00 command.go:96: aws_instance.example: Still destroying... (ID: i-0c5a28c533d7a6b21, 10s elapsed)
TestTerraformAwsExample 2018-06-21T15:54:38+01:00 command.go:96: aws_instance.example: Still destroying... (ID: i-0c5a28c533d7a6b21, 20s elapsed)
TestTerraformAwsExample 2018-06-21T15:54:48+01:00 command.go:96: aws_instance.example: Still destroying... (ID: i-0c5a28c533d7a6b21, 30s elapsed)
TestTerraformAwsExample 2018-06-21T15:54:52+01:00 command.go:96: aws_instance.example: Destruction complete after 33s
TestTerraformAwsExample 2018-06-21T15:54:52+01:00 command.go:96: 
TestTerraformAwsExample 2018-06-21T15:54:52+01:00 command.go:96: Destroy complete! Resources: 1 destroyed.
--- PASS: TestTerraformAwsExample (84.85s)
PASS
ok github.com/Briansbum/terratest/test 84.867s
=== RUN TestPackerBasicExample
=== PAUSE TestPackerBasicExample
=== CONT TestPackerBasicExample
TestPackerBasicExample 2018-06-21T15:24:32+01:00 region.go:72: Looking up all AWS regions available in this account
TestPackerBasicExample 2018-06-21T15:24:33+01:00 region.go:57: Using region us-east-2
TestPackerBasicExample 2018-06-21T15:24:33+01:00 packer.go:33: Running Packer to generate AMI for template ../examples/packer-basic-example/build.json
TestPackerBasicExample 2018-06-21T15:24:33+01:00 command.go:52: Running command packer with args [build -machine-readable -var aws_region=us-east-2 ../examples/packer-basic-example/build.json]
TestPackerBasicExample 2018-06-21T15:24:33+01:00 command.go:96: 1529591073,,ui,say,==> amazon-ebs: Prevalidating AMI Name: terratest-packer-example-2018-06-21T14-24-33Z
TestPackerBasicExample 2018-06-21T15:24:35+01:00 command.go:96: 1529591075,,ui,message, amazon-ebs: Found Image ID: ami-6a003c0f
TestPackerBasicExample 2018-06-21T15:24:35+01:00 command.go:96: 1529591075,,ui,say,==> amazon-ebs: Creating temporary keypair: packer_5b2bb521-ddc3-3aa6-4341-83b7b3ea3c50
TestPackerBasicExample 2018-06-21T15:24:35+01:00 command.go:96: 1529591075,,ui,say,==> amazon-ebs: Creating temporary security group for this instance: packer_5b2bb523-daca-cc83-9924-c85a7adc2655
TestPackerBasicExample 2018-06-21T15:24:35+01:00 command.go:96: 1529591075,,ui,say,==> amazon-ebs: Authorizing access to port 22 from 0.0.0.0/0 in the temporary security group...
TestPackerBasicExample 2018-06-21T15:24:35+01:00 command.go:96: 1529591075,,ui,say,==> amazon-ebs: Launching a source AWS instance...
TestPackerBasicExample 2018-06-21T15:24:35+01:00 command.go:96: 1529591075,,ui,say,==> amazon-ebs: Adding tags to source instance
TestPackerBasicExample 2018-06-21T15:24:35+01:00 command.go:96: 1529591075,,ui,message, amazon-ebs: Adding tag: "Name": "Packer Builder"
TestPackerBasicExample 2018-06-21T15:24:36+01:00 command.go:96: 1529591076,,ui,message, amazon-ebs: Instance ID: i-0c97573c4d37f1d87
TestPackerBasicExample 2018-06-21T15:24:36+01:00 command.go:96: 1529591076,,ui,say,==> amazon-ebs: Waiting for instance (i-0c97573c4d37f1d87) to become ready...
TestPackerBasicExample 2018-06-21T15:24:52+01:00 command.go:96: 1529591092,,ui,say,==> amazon-ebs: Waiting for SSH to become available...
TestPackerBasicExample 2018-06-21T15:25:09+01:00 command.go:96: 1529591109,,ui,say,==> amazon-ebs: Connected to SSH!
TestPackerBasicExample 2018-06-21T15:25:09+01:00 command.go:96: 1529591109,,ui,say,==> amazon-ebs: Provisioning with shell script: /var/folders/dq/gtgyr47n61zclp33swvp5vy00000gq/T/packer-shell099189908
TestPackerBasicExample 2018-06-21T15:25:10+01:00 command.go:96: 1529591110,,ui,message, amazon-ebs: Hit:1 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial InRelease
TestPackerBasicExample 2018-06-21T15:25:10+01:00 command.go:96: 1529591110,,ui,message, amazon-ebs: Get:2 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-updates InRelease [109 kB]
TestPackerBasicExample 2018-06-21T15:25:10+01:00 command.go:96: 1529591110,,ui,message, amazon-ebs: Get:3 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-backports InRelease [107 kB]
TestPackerBasicExample 2018-06-21T15:25:10+01:00 command.go:96: 1529591110,,ui,message, amazon-ebs: Get:4 http://security.ubuntu.com/ubuntu xenial-security InRelease [107 kB]
TestPackerBasicExample 2018-06-21T15:25:10+01:00 command.go:96: 1529591110,,ui,message, amazon-ebs: Get:5 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial/main Sources [868 kB]
TestPackerBasicExample 2018-06-21T15:25:10+01:00 command.go:96: 1529591110,,ui,message, amazon-ebs: Get:6 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial/restricted Sources [4%!(PACKER_COMMA)808 B]
TestPackerBasicExample 2018-06-21T15:25:10+01:00 command.go:96: 1529591110,,ui,message, amazon-ebs: Get:7 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial/universe Sources [7%!(PACKER_COMMA)728 kB]
TestPackerBasicExample 2018-06-21T15:25:11+01:00 command.go:96: 1529591111,,ui,message, amazon-ebs: Get:8 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial/multiverse Sources [179 kB]
TestPackerBasicExample 2018-06-21T15:25:11+01:00 command.go:96: 1529591111,,ui,message, amazon-ebs: Get:9 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial/universe amd64 Packages [7%!(PACKER_COMMA)532 kB]
TestPackerBasicExample 2018-06-21T15:25:11+01:00 command.go:96: 1529591111,,ui,message, amazon-ebs: Get:10 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial/universe Translation-en [4%!(PACKER_COMMA)354 kB]
TestPackerBasicExample 2018-06-21T15:25:11+01:00 command.go:96: 1529591111,,ui,message, amazon-ebs: Get:11 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial/multiverse amd64 Packages [144 kB]
TestPackerBasicExample 2018-06-21T15:25:11+01:00 command.go:96: 1529591111,,ui,message, amazon-ebs: Get:12 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial/multiverse Translation-en [106 kB]
TestPackerBasicExample 2018-06-21T15:25:11+01:00 command.go:96: 1529591111,,ui,message, amazon-ebs: Get:13 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main Sources [310 kB]
TestPackerBasicExample 2018-06-21T15:25:11+01:00 command.go:96: 1529591111,,ui,message, amazon-ebs: Get:14 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/restricted Sources [2%!(PACKER_COMMA)524 B]
TestPackerBasicExample 2018-06-21T15:25:11+01:00 command.go:96: 1529591111,,ui,message, amazon-ebs: Get:15 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/universe Sources [204 kB]
TestPackerBasicExample 2018-06-21T15:25:11+01:00 command.go:96: 1529591111,,ui,message, amazon-ebs: Get:16 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/multiverse Sources [8%!(PACKER_COMMA)396 B]
TestPackerBasicExample 2018-06-21T15:25:11+01:00 command.go:96: 1529591111,,ui,message, amazon-ebs: Get:17 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages [796 kB]
TestPackerBasicExample 2018-06-21T15:25:11+01:00 command.go:96: 1529591111,,ui,message, amazon-ebs: Get:18 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main Translation-en [329 kB]
TestPackerBasicExample 2018-06-21T15:25:11+01:00 command.go:96: 1529591111,,ui,message, amazon-ebs: Get:19 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/restricted amd64 Packages [7%!(PACKER_COMMA)560 B]
TestPackerBasicExample 2018-06-21T15:25:11+01:00 command.go:96: 1529591111,,ui,message, amazon-ebs: Get:20 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/restricted Translation-en [2%!(PACKER_COMMA)272 B]
TestPackerBasicExample 2018-06-21T15:25:11+01:00 command.go:96: 1529591111,,ui,message, amazon-ebs: Get:21 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 Packages [636 kB]
TestPackerBasicExample 2018-06-21T15:25:11+01:00 command.go:96: 1529591111,,ui,message, amazon-ebs: Get:22 http://security.ubuntu.com/ubuntu xenial-security/main Sources [126 kB]
TestPackerBasicExample 2018-06-21T15:25:11+01:00 command.go:96: 1529591111,,ui,message, amazon-ebs: Get:23 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/universe Translation-en [256 kB]
TestPackerBasicExample 2018-06-21T15:25:11+01:00 command.go:96: 1529591111,,ui,message, amazon-ebs: Get:24 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/multiverse amd64 Packages [16.4 kB]
TestPackerBasicExample 2018-06-21T15:25:11+01:00 command.go:96: 1529591111,,ui,message, amazon-ebs: Get:25 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/multiverse Translation-en [8%!(PACKER_COMMA)344 B]
TestPackerBasicExample 2018-06-21T15:25:11+01:00 command.go:96: 1529591111,,ui,message, amazon-ebs: Get:26 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-backports/main Sources [3%!(PACKER_COMMA)436 B]
TestPackerBasicExample 2018-06-21T15:25:11+01:00 command.go:96: 1529591111,,ui,message, amazon-ebs: Get:27 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-backports/universe Sources [5%!(PACKER_COMMA)840 B]
TestPackerBasicExample 2018-06-21T15:25:11+01:00 command.go:96: 1529591111,,ui,message, amazon-ebs: Get:28 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-backports/main amd64 Packages [4%!(PACKER_COMMA)844 B]
TestPackerBasicExample 2018-06-21T15:25:11+01:00 command.go:96: 1529591111,,ui,message, amazon-ebs: Get:29 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-backports/main Translation-en [3%!(PACKER_COMMA)220 B]
TestPackerBasicExample 2018-06-21T15:25:11+01:00 command.go:96: 1529591111,,ui,message, amazon-ebs: Get:30 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-backports/universe amd64 Packages [7%!(PACKER_COMMA)400 B]
TestPackerBasicExample 2018-06-21T15:25:11+01:00 command.go:96: 1529591111,,ui,message, amazon-ebs: Get:31 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-backports/universe Translation-en [3%!(PACKER_COMMA)996 B]
TestPackerBasicExample 2018-06-21T15:25:11+01:00 command.go:96: 1529591111,,ui,message, amazon-ebs: Get:32 http://security.ubuntu.com/ubuntu xenial-security/restricted Sources [2%!(PACKER_COMMA)116 B]
TestPackerBasicExample 2018-06-21T15:25:11+01:00 command.go:96: 1529591111,,ui,message, amazon-ebs: Get:33 http://security.ubuntu.com/ubuntu xenial-security/universe Sources [65.7 kB]
TestPackerBasicExample 2018-06-21T15:25:11+01:00 command.go:96: 1529591111,,ui,message, amazon-ebs: Get:34 http://security.ubuntu.com/ubuntu xenial-security/multiverse Sources [2%!(PACKER_COMMA)124 B]
TestPackerBasicExample 2018-06-21T15:25:11+01:00 command.go:96: 1529591111,,ui,message, amazon-ebs: Get:35 http://security.ubuntu.com/ubuntu xenial-security/main amd64 Packages [511 kB]
TestPackerBasicExample 2018-06-21T15:25:11+01:00 command.go:96: 1529591111,,ui,message, amazon-ebs: Get:36 http://security.ubuntu.com/ubuntu xenial-security/main Translation-en [219 kB]
TestPackerBasicExample 2018-06-21T15:25:12+01:00 command.go:96: 1529591112,,ui,message, amazon-ebs: Get:37 http://security.ubuntu.com/ubuntu xenial-security/restricted amd64 Packages [7%!(PACKER_COMMA)204 B]
TestPackerBasicExample 2018-06-21T15:25:12+01:00 command.go:96: 1529591112,,ui,message, amazon-ebs: Get:38 http://security.ubuntu.com/ubuntu xenial-security/restricted Translation-en [2%!(PACKER_COMMA)152 B]
TestPackerBasicExample 2018-06-21T15:25:12+01:00 command.go:96: 1529591112,,ui,message, amazon-ebs: Get:39 http://security.ubuntu.com/ubuntu xenial-security/universe amd64 Packages [355 kB]
TestPackerBasicExample 2018-06-21T15:25:12+01:00 command.go:96: 1529591112,,ui,message, amazon-ebs: Get:40 http://security.ubuntu.com/ubuntu xenial-security/universe Translation-en [132 kB]
TestPackerBasicExample 2018-06-21T15:25:12+01:00 command.go:96: 1529591112,,ui,message, amazon-ebs: Get:41 http://security.ubuntu.com/ubuntu xenial-security/multiverse amd64 Packages [3%!(PACKER_COMMA)456 B]
TestPackerBasicExample 2018-06-21T15:25:12+01:00 command.go:96: 1529591112,,ui,message, amazon-ebs: Get:42 http://security.ubuntu.com/ubuntu xenial-security/multiverse Translation-en [1%!(PACKER_COMMA)744 B]
TestPackerBasicExample 2018-06-21T15:25:17+01:00 command.go:96: 1529591117,,ui,message, amazon-ebs: Fetched 25.3 MB in 4s (5%!(PACKER_COMMA)503 kB/s)
TestPackerBasicExample 2018-06-21T15:25:18+01:00 command.go:96: 1529591118,,ui,message, amazon-ebs: Reading package lists...
TestPackerBasicExample 2018-06-21T15:25:18+01:00 command.go:96: 1529591118,,ui,message, amazon-ebs: Reading package lists...
TestPackerBasicExample 2018-06-21T15:25:18+01:00 command.go:96: 1529591118,,ui,message, amazon-ebs: Building dependency tree...
TestPackerBasicExample 2018-06-21T15:25:18+01:00 command.go:96: 1529591118,,ui,message, amazon-ebs: Reading state information...
TestPackerBasicExample 2018-06-21T15:25:18+01:00 command.go:96: 1529591118,,ui,message, amazon-ebs: Calculating upgrade...
TestPackerBasicExample 2018-06-21T15:25:18+01:00 command.go:96: 1529591118,,ui,message, amazon-ebs: The following packages have been kept back:
TestPackerBasicExample 2018-06-21T15:25:18+01:00 command.go:96: 1529591118,,ui,message, amazon-ebs: linux-aws linux-headers-aws linux-image-aws
TestPackerBasicExample 2018-06-21T15:25:18+01:00 command.go:96: 1529591118,,ui,message, amazon-ebs: The following packages will be upgraded:
TestPackerBasicExample 2018-06-21T15:25:18+01:00 command.go:96: 1529591118,,ui,message, amazon-ebs: apport console-setup console-setup-linux file git git-man gnupg gpgv
TestPackerBasicExample 2018-06-21T15:25:18+01:00 command.go:96: 1529591118,,ui,message, amazon-ebs: ifupdown keyboard-configuration libelf1 libgcrypt20 libldap-2.4-2 libmagic1
TestPackerBasicExample 2018-06-21T15:25:18+01:00 command.go:96: 1529591118,,ui,message, amazon-ebs: libperl5.22 libplymouth4 libprocps4 perl perl-base perl-modules-5.22
TestPackerBasicExample 2018-06-21T15:25:18+01:00 command.go:96: 1529591118,,ui,message, amazon-ebs: plymouth plymouth-theme-ubuntu-text pollinate procps python3-apport
TestPackerBasicExample 2018-06-21T15:25:18+01:00 command.go:96: 1529591118,,ui,message, amazon-ebs: python3-problem-report snapd sosreport ubuntu-core-launcher vlan
TestPackerBasicExample 2018-06-21T15:25:18+01:00 command.go:96: 1529591118,,ui,message, amazon-ebs: 30 upgraded%!(PACKER_COMMA) 0 newly installed%!(PACKER_COMMA) 0 to remove and 3 not upgraded.
TestPackerBasicExample 2018-06-21T15:25:18+01:00 command.go:96: 1529591118,,ui,message, amazon-ebs: Need to get 29.1 MB of archives.
TestPackerBasicExample 2018-06-21T15:25:18+01:00 command.go:96: 1529591118,,ui,message, amazon-ebs: After this operation%!(PACKER_COMMA) 368 kB of additional disk space will be used.
TestPackerBasicExample 2018-06-21T15:25:18+01:00 command.go:96: 1529591118,,ui,message, amazon-ebs: Get:1 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libperl5.22 amd64 5.22.1-9ubuntu0.5 [3%!(PACKER_COMMA)396 kB]
TestPackerBasicExample 2018-06-21T15:25:19+01:00 command.go:96: 1529591119,,ui,message, amazon-ebs: Get:2 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 perl amd64 5.22.1-9ubuntu0.5 [238 kB]
TestPackerBasicExample 2018-06-21T15:25:19+01:00 command.go:96: 1529591119,,ui,message, amazon-ebs: Get:3 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 perl-base amd64 5.22.1-9ubuntu0.5 [1%!(PACKER_COMMA)284 kB]
TestPackerBasicExample 2018-06-21T15:25:19+01:00 command.go:96: 1529591119,,ui,message, amazon-ebs: Get:4 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 perl-modules-5.22 all 5.22.1-9ubuntu0.5 [2%!(PACKER_COMMA)645 kB]
TestPackerBasicExample 2018-06-21T15:25:19+01:00 command.go:96: 1529591119,,ui,message, amazon-ebs: Get:5 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 ubuntu-core-launcher amd64 2.32.9 [1%!(PACKER_COMMA)566 B]
TestPackerBasicExample 2018-06-21T15:25:19+01:00 command.go:96: 1529591119,,ui,message, amazon-ebs: Get:6 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 snapd amd64 2.32.9 [13.5 MB]
TestPackerBasicExample 2018-06-21T15:25:19+01:00 command.go:96: 1529591119,,ui,message, amazon-ebs: Get:7 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgcrypt20 amd64 1.6.5-2ubuntu0.5 [338 kB]
TestPackerBasicExample 2018-06-21T15:25:19+01:00 command.go:96: 1529591119,,ui,message, amazon-ebs: Get:8 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 gpgv amd64 1.4.20-1ubuntu3.2 [165 kB]
TestPackerBasicExample 2018-06-21T15:25:19+01:00 command.go:96: 1529591119,,ui,message, amazon-ebs: Get:9 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 gnupg amd64 1.4.20-1ubuntu3.2 [624 kB]
TestPackerBasicExample 2018-06-21T15:25:19+01:00 command.go:96: 1529591119,,ui,message, amazon-ebs: Get:10 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libprocps4 amd64 2:3.3.10-4ubuntu2.4 [33.1 kB]
TestPackerBasicExample 2018-06-21T15:25:19+01:00 command.go:96: 1529591119,,ui,message, amazon-ebs: Get:11 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 procps amd64 2:3.3.10-4ubuntu2.4 [222 kB]
TestPackerBasicExample 2018-06-21T15:25:19+01:00 command.go:96: 1529591119,,ui,message, amazon-ebs: Get:12 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 console-setup-linux all 1.108ubuntu15.4 [984 kB]
TestPackerBasicExample 2018-06-21T15:25:19+01:00 command.go:96: 1529591119,,ui,message, amazon-ebs: Get:13 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 console-setup all 1.108ubuntu15.4 [117 kB]
TestPackerBasicExample 2018-06-21T15:25:19+01:00 command.go:96: 1529591119,,ui,message, amazon-ebs: Get:14 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 keyboard-configuration all 1.108ubuntu15.4 [657 kB]
TestPackerBasicExample 2018-06-21T15:25:19+01:00 command.go:96: 1529591119,,ui,message, amazon-ebs: Get:15 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 file amd64 1:5.25-2ubuntu1.1 [21.2 kB]
TestPackerBasicExample 2018-06-21T15:25:19+01:00 command.go:96: 1529591119,,ui,message, amazon-ebs: Get:16 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmagic1 amd64 1:5.25-2ubuntu1.1 [216 kB]
TestPackerBasicExample 2018-06-21T15:25:19+01:00 command.go:96: 1529591119,,ui,message, amazon-ebs: Get:17 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 ifupdown amd64 0.8.10ubuntu1.4 [54.9 kB]
TestPackerBasicExample 2018-06-21T15:25:19+01:00 command.go:96: 1529591119,,ui,message, amazon-ebs: Get:18 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libelf1 amd64 0.165-3ubuntu1.1 [43.0 kB]
TestPackerBasicExample 2018-06-21T15:25:19+01:00 command.go:96: 1529591119,,ui,message, amazon-ebs: Get:19 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libldap-2.4-2 amd64 2.4.42+dfsg-2ubuntu3.3 [161 kB]
TestPackerBasicExample 2018-06-21T15:25:19+01:00 command.go:96: 1529591119,,ui,message, amazon-ebs: Get:20 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libplymouth4 amd64 0.9.2-3ubuntu13.5 [85.2 kB]
TestPackerBasicExample 2018-06-21T15:25:19+01:00 command.go:96: 1529591119,,ui,message, amazon-ebs: Get:21 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 plymouth amd64 0.9.2-3ubuntu13.5 [107 kB]
TestPackerBasicExample 2018-06-21T15:25:19+01:00 command.go:96: 1529591119,,ui,message, amazon-ebs: Get:22 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 plymouth-theme-ubuntu-text amd64 0.9.2-3ubuntu13.5 [9%!(PACKER_COMMA)090 B]
TestPackerBasicExample 2018-06-21T15:25:19+01:00 command.go:96: 1529591119,,ui,message, amazon-ebs: Get:23 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python3-problem-report all 2.20.1-0ubuntu2.18 [9%!(PACKER_COMMA)754 B]
TestPackerBasicExample 2018-06-21T15:25:19+01:00 command.go:96: 1529591119,,ui,message, amazon-ebs: Get:24 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python3-apport all 2.20.1-0ubuntu2.18 [79.6 kB]
TestPackerBasicExample 2018-06-21T15:25:19+01:00 command.go:96: 1529591119,,ui,message, amazon-ebs: Get:25 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 apport all 2.20.1-0ubuntu2.18 [121 kB]
TestPackerBasicExample 2018-06-21T15:25:19+01:00 command.go:96: 1529591119,,ui,message, amazon-ebs: Get:26 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 git-man all 1:2.7.4-0ubuntu1.4 [736 kB]
TestPackerBasicExample 2018-06-21T15:25:19+01:00 command.go:96: 1529591119,,ui,message, amazon-ebs: Get:27 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 git amd64 1:2.7.4-0ubuntu1.4 [3%!(PACKER_COMMA)158 kB]
TestPackerBasicExample 2018-06-21T15:25:19+01:00 command.go:96: 1529591119,,ui,message, amazon-ebs: Get:28 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 pollinate all 4.33-0ubuntu1~16.04.1 [12.8 kB]
TestPackerBasicExample 2018-06-21T15:25:19+01:00 command.go:96: 1529591119,,ui,message, amazon-ebs: Get:29 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 sosreport amd64 3.5-1~ubuntu16.04.3 [118 kB]
TestPackerBasicExample 2018-06-21T15:25:19+01:00 command.go:96: 1529591119,,ui,message, amazon-ebs: Get:30 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 vlan amd64 1.9-3.2ubuntu1.16.04.5 [30.7 kB]
TestPackerBasicExample 2018-06-21T15:25:19+01:00 command.go:96: 1529591119,,ui,message, amazon-ebs: debconf: unable to initialize frontend: Dialog
TestPackerBasicExample 2018-06-21T15:25:19+01:00 command.go:96: 1529591119,,ui,message, amazon-ebs: debconf: (Dialog frontend will not work on a dumb terminal%!(PACKER_COMMA) an emacs shell buffer%!(PACKER_COMMA) or without a controlling terminal.)
TestPackerBasicExample 2018-06-21T15:25:19+01:00 command.go:96: 1529591119,,ui,message, amazon-ebs: debconf: falling back to frontend: Readline
TestPackerBasicExample 2018-06-21T15:25:19+01:00 command.go:96: 1529591119,,ui,message, amazon-ebs: debconf: unable to initialize frontend: Readline
TestPackerBasicExample 2018-06-21T15:25:19+01:00 command.go:96: 1529591119,,ui,message, amazon-ebs: debconf: (This frontend requires a controlling tty.)
TestPackerBasicExample 2018-06-21T15:25:19+01:00 command.go:96: 1529591119,,ui,message, amazon-ebs: debconf: falling back to frontend: Teletype
TestPackerBasicExample 2018-06-21T15:25:19+01:00 command.go:96: 1529591119,,ui,message, amazon-ebs: dpkg-preconfigure: unable to re-open stdin:
TestPackerBasicExample 2018-06-21T15:25:19+01:00 command.go:96: 1529591119,,ui,message, amazon-ebs: Fetched 29.1 MB in 0s (47.6 MB/s)
TestPackerBasicExample 2018-06-21T15:25:19+01:00 command.go:96: 1529591119,,ui,message, amazon-ebs: (Reading database ... 51260 files and directories currently installed.)
TestPackerBasicExample 2018-06-21T15:25:19+01:00 command.go:96: 1529591119,,ui,message, amazon-ebs: Preparing to unpack .../libperl5.22_5.22.1-9ubuntu0.5_amd64.deb ...
TestPackerBasicExample 2018-06-21T15:25:19+01:00 command.go:96: 1529591119,,ui,message, amazon-ebs: Unpacking libperl5.22:amd64 (5.22.1-9ubuntu0.5) over (5.22.1-9ubuntu0.3) ...
TestPackerBasicExample 2018-06-21T15:25:20+01:00 command.go:96: 1529591120,,ui,message, amazon-ebs: Preparing to unpack .../perl_5.22.1-9ubuntu0.5_amd64.deb ...
TestPackerBasicExample 2018-06-21T15:25:20+01:00 command.go:96: 1529591120,,ui,message, amazon-ebs: Unpacking perl (5.22.1-9ubuntu0.5) over (5.22.1-9ubuntu0.3) ...
TestPackerBasicExample 2018-06-21T15:25:20+01:00 command.go:96: 1529591120,,ui,message, amazon-ebs: Preparing to unpack .../perl-base_5.22.1-9ubuntu0.5_amd64.deb ...
TestPackerBasicExample 2018-06-21T15:25:20+01:00 command.go:96: 1529591120,,ui,message, amazon-ebs: Unpacking perl-base (5.22.1-9ubuntu0.5) over (5.22.1-9ubuntu0.3) ...
TestPackerBasicExample 2018-06-21T15:25:20+01:00 command.go:96: 1529591120,,ui,message, amazon-ebs: Processing triggers for man-db (2.7.5-1) ...
TestPackerBasicExample 2018-06-21T15:25:21+01:00 command.go:96: 1529591121,,ui,message, amazon-ebs: Setting up perl-base (5.22.1-9ubuntu0.5) ...
TestPackerBasicExample 2018-06-21T15:25:21+01:00 command.go:96: 1529591121,,ui,message, amazon-ebs: (Reading database ... 51260 files and directories currently installed.)
TestPackerBasicExample 2018-06-21T15:25:21+01:00 command.go:96: 1529591121,,ui,message, amazon-ebs: Preparing to unpack .../perl-modules-5.22_5.22.1-9ubuntu0.5_all.deb ...
TestPackerBasicExample 2018-06-21T15:25:21+01:00 command.go:96: 1529591121,,ui,message, amazon-ebs: Unpacking perl-modules-5.22 (5.22.1-9ubuntu0.5) over (5.22.1-9ubuntu0.3) ...
TestPackerBasicExample 2018-06-21T15:25:21+01:00 command.go:96: 1529591121,,ui,message, amazon-ebs: Preparing to unpack .../ubuntu-core-launcher_2.32.9_amd64.deb ...
TestPackerBasicExample 2018-06-21T15:25:21+01:00 command.go:96: 1529591121,,ui,message, amazon-ebs: Unpacking ubuntu-core-launcher (2.32.9) over (2.32.3.2) ...
TestPackerBasicExample 2018-06-21T15:25:22+01:00 command.go:96: 1529591122,,ui,message, amazon-ebs: Preparing to unpack .../snapd_2.32.9_amd64.deb ...
TestPackerBasicExample 2018-06-21T15:25:22+01:00 command.go:96: 1529591122,,ui,message, amazon-ebs: Unpacking snapd (2.32.9) over (2.32.3.2) ...
TestPackerBasicExample 2018-06-21T15:25:24+01:00 command.go:96: 1529591124,,ui,message, amazon-ebs: Preparing to unpack .../libgcrypt20_1.6.5-2ubuntu0.5_amd64.deb ...
TestPackerBasicExample 2018-06-21T15:25:24+01:00 command.go:96: 1529591124,,ui,message, amazon-ebs: Unpacking libgcrypt20:amd64 (1.6.5-2ubuntu0.5) over (1.6.5-2ubuntu0.4) ...
TestPackerBasicExample 2018-06-21T15:25:24+01:00 command.go:96: 1529591124,,ui,message, amazon-ebs: Processing triggers for man-db (2.7.5-1) ...
TestPackerBasicExample 2018-06-21T15:25:24+01:00 command.go:96: 1529591124,,ui,message, amazon-ebs: Processing triggers for libc-bin (2.23-0ubuntu10) ...
TestPackerBasicExample 2018-06-21T15:25:24+01:00 command.go:96: 1529591124,,ui,message, amazon-ebs: Setting up libgcrypt20:amd64 (1.6.5-2ubuntu0.5) ...
TestPackerBasicExample 2018-06-21T15:25:24+01:00 command.go:96: 1529591124,,ui,message, amazon-ebs: Processing triggers for libc-bin (2.23-0ubuntu10) ...
TestPackerBasicExample 2018-06-21T15:25:24+01:00 command.go:96: 1529591124,,ui,message, amazon-ebs: (Reading database ... 51263 files and directories currently installed.)
TestPackerBasicExample 2018-06-21T15:25:24+01:00 command.go:96: 1529591124,,ui,message, amazon-ebs: Preparing to unpack .../gpgv_1.4.20-1ubuntu3.2_amd64.deb ...
TestPackerBasicExample 2018-06-21T15:25:24+01:00 command.go:96: 1529591124,,ui,message, amazon-ebs: Unpacking gpgv (1.4.20-1ubuntu3.2) over (1.4.20-1ubuntu3.1) ...
TestPackerBasicExample 2018-06-21T15:25:24+01:00 command.go:96: 1529591124,,ui,message, amazon-ebs: Processing triggers for man-db (2.7.5-1) ...
TestPackerBasicExample 2018-06-21T15:25:24+01:00 command.go:96: 1529591124,,ui,message, amazon-ebs: Setting up gpgv (1.4.20-1ubuntu3.2) ...
TestPackerBasicExample 2018-06-21T15:25:24+01:00 command.go:96: 1529591124,,ui,message, amazon-ebs: (Reading database ... 51263 files and directories currently installed.)
TestPackerBasicExample 2018-06-21T15:25:24+01:00 command.go:96: 1529591124,,ui,message, amazon-ebs: Preparing to unpack .../gnupg_1.4.20-1ubuntu3.2_amd64.deb ...
TestPackerBasicExample 2018-06-21T15:25:24+01:00 command.go:96: 1529591124,,ui,message, amazon-ebs: Unpacking gnupg (1.4.20-1ubuntu3.2) over (1.4.20-1ubuntu3.1) ...
TestPackerBasicExample 2018-06-21T15:25:24+01:00 command.go:96: 1529591124,,ui,message, amazon-ebs: Processing triggers for install-info (6.1.0.dfsg.1-5) ...
TestPackerBasicExample 2018-06-21T15:25:24+01:00 command.go:96: 1529591124,,ui,message, amazon-ebs: Processing triggers for man-db (2.7.5-1) ...
TestPackerBasicExample 2018-06-21T15:25:25+01:00 command.go:96: 1529591125,,ui,message, amazon-ebs: Setting up gnupg (1.4.20-1ubuntu3.2) ...
TestPackerBasicExample 2018-06-21T15:25:25+01:00 command.go:96: 1529591125,,ui,message, amazon-ebs: (Reading database ... 51263 files and directories currently installed.)
TestPackerBasicExample 2018-06-21T15:25:25+01:00 command.go:96: 1529591125,,ui,message, amazon-ebs: Preparing to unpack .../libprocps4_2%3a3.3.10-4ubuntu2.4_amd64.deb ...
TestPackerBasicExample 2018-06-21T15:25:25+01:00 command.go:96: 1529591125,,ui,message, amazon-ebs: Unpacking libprocps4:amd64 (2:3.3.10-4ubuntu2.4) over (2:3.3.10-4ubuntu2.3) ...
TestPackerBasicExample 2018-06-21T15:25:25+01:00 command.go:96: 1529591125,,ui,message, amazon-ebs: Preparing to unpack .../procps_2%3a3.3.10-4ubuntu2.4_amd64.deb ...
TestPackerBasicExample 2018-06-21T15:25:25+01:00 command.go:96: 1529591125,,ui,message, amazon-ebs: Unpacking procps (2:3.3.10-4ubuntu2.4) over (2:3.3.10-4ubuntu2.3) ...
TestPackerBasicExample 2018-06-21T15:25:25+01:00 command.go:96: 1529591125,,ui,message, amazon-ebs: Preparing to unpack .../console-setup-linux_1.108ubuntu15.4_all.deb ...
TestPackerBasicExample 2018-06-21T15:25:25+01:00 command.go:96: 1529591125,,ui,message, amazon-ebs: Unpacking console-setup-linux (1.108ubuntu15.4) over (1.108ubuntu15.3) ...
TestPackerBasicExample 2018-06-21T15:25:25+01:00 command.go:96: 1529591125,,ui,message, amazon-ebs: Preparing to unpack .../console-setup_1.108ubuntu15.4_all.deb ...
TestPackerBasicExample 2018-06-21T15:25:25+01:00 command.go:96: 1529591125,,ui,message, amazon-ebs: Obsolete conffile /etc/init.d/keyboard-setup has been modified by you%!(PACKER_COMMA) renaming to .dpkg-bak
TestPackerBasicExample 2018-06-21T15:25:25+01:00 command.go:96: 1529591125,,ui,message, amazon-ebs: Unpacking console-setup (1.108ubuntu15.4) over (1.108ubuntu15.3) ...
TestPackerBasicExample 2018-06-21T15:25:25+01:00 command.go:96: 1529591125,,ui,message, amazon-ebs: Preparing to unpack .../keyboard-configuration_1.108ubuntu15.4_all.deb ...
TestPackerBasicExample 2018-06-21T15:25:25+01:00 command.go:96: 1529591125,,ui,message, amazon-ebs: Unpacking keyboard-configuration (1.108ubuntu15.4) over (1.108ubuntu15.3) ...
TestPackerBasicExample 2018-06-21T15:25:26+01:00 command.go:96: 1529591126,,ui,message, amazon-ebs: Preparing to unpack .../file_1%3a5.25-2ubuntu1.1_amd64.deb ...
TestPackerBasicExample 2018-06-21T15:25:26+01:00 command.go:96: 1529591126,,ui,message, amazon-ebs: Unpacking file (1:5.25-2ubuntu1.1) over (1:5.25-2ubuntu1) ...
TestPackerBasicExample 2018-06-21T15:25:26+01:00 command.go:96: 1529591126,,ui,message, amazon-ebs: Preparing to unpack .../libmagic1_1%3a5.25-2ubuntu1.1_amd64.deb ...
TestPackerBasicExample 2018-06-21T15:25:26+01:00 command.go:96: 1529591126,,ui,message, amazon-ebs: Unpacking libmagic1:amd64 (1:5.25-2ubuntu1.1) over (1:5.25-2ubuntu1) ...
TestPackerBasicExample 2018-06-21T15:25:26+01:00 command.go:96: 1529591126,,ui,message, amazon-ebs: Preparing to unpack .../ifupdown_0.8.10ubuntu1.4_amd64.deb ...
TestPackerBasicExample 2018-06-21T15:25:26+01:00 command.go:96: 1529591126,,ui,message, amazon-ebs: Unpacking ifupdown (0.8.10ubuntu1.4) over (0.8.10ubuntu1.3) ...
TestPackerBasicExample 2018-06-21T15:25:26+01:00 command.go:96: 1529591126,,ui,message, amazon-ebs: Preparing to unpack .../libelf1_0.165-3ubuntu1.1_amd64.deb ...
TestPackerBasicExample 2018-06-21T15:25:26+01:00 command.go:96: 1529591126,,ui,message, amazon-ebs: Unpacking libelf1:amd64 (0.165-3ubuntu1.1) over (0.165-3ubuntu1) ...
TestPackerBasicExample 2018-06-21T15:25:26+01:00 command.go:96: 1529591126,,ui,message, amazon-ebs: Preparing to unpack .../libldap-2.4-2_2.4.42+dfsg-2ubuntu3.3_amd64.deb ...
TestPackerBasicExample 2018-06-21T15:25:26+01:00 command.go:96: 1529591126,,ui,message, amazon-ebs: Unpacking libldap-2.4-2:amd64 (2.4.42+dfsg-2ubuntu3.3) over (2.4.42+dfsg-2ubuntu3.2) ...
TestPackerBasicExample 2018-06-21T15:25:26+01:00 command.go:96: 1529591126,,ui,message, amazon-ebs: Preparing to unpack .../libplymouth4_0.9.2-3ubuntu13.5_amd64.deb ...
TestPackerBasicExample 2018-06-21T15:25:26+01:00 command.go:96: 1529591126,,ui,message, amazon-ebs: Unpacking libplymouth4:amd64 (0.9.2-3ubuntu13.5) over (0.9.2-3ubuntu13.4) ...
TestPackerBasicExample 2018-06-21T15:25:26+01:00 command.go:96: 1529591126,,ui,message, amazon-ebs: Preparing to unpack .../plymouth_0.9.2-3ubuntu13.5_amd64.deb ...
TestPackerBasicExample 2018-06-21T15:25:26+01:00 command.go:96: 1529591126,,ui,message, amazon-ebs: Unpacking plymouth (0.9.2-3ubuntu13.5) over (0.9.2-3ubuntu13.4) ...
TestPackerBasicExample 2018-06-21T15:25:26+01:00 command.go:96: 1529591126,,ui,message, amazon-ebs: Preparing to unpack .../plymouth-theme-ubuntu-text_0.9.2-3ubuntu13.5_amd64.deb ...
TestPackerBasicExample 2018-06-21T15:25:26+01:00 command.go:96: 1529591126,,ui,message, amazon-ebs: Unpacking plymouth-theme-ubuntu-text (0.9.2-3ubuntu13.5) over (0.9.2-3ubuntu13.4) ...
TestPackerBasicExample 2018-06-21T15:25:26+01:00 command.go:96: 1529591126,,ui,message, amazon-ebs: Preparing to unpack .../python3-problem-report_2.20.1-0ubuntu2.18_all.deb ...
TestPackerBasicExample 2018-06-21T15:25:27+01:00 command.go:96: 1529591127,,ui,message, amazon-ebs: Unpacking python3-problem-report (2.20.1-0ubuntu2.18) over (2.20.1-0ubuntu2.17) ...
TestPackerBasicExample 2018-06-21T15:25:27+01:00 command.go:96: 1529591127,,ui,message, amazon-ebs: Preparing to unpack .../python3-apport_2.20.1-0ubuntu2.18_all.deb ...
TestPackerBasicExample 2018-06-21T15:25:27+01:00 command.go:96: 1529591127,,ui,message, amazon-ebs: Unpacking python3-apport (2.20.1-0ubuntu2.18) over (2.20.1-0ubuntu2.17) ...
TestPackerBasicExample 2018-06-21T15:25:27+01:00 command.go:96: 1529591127,,ui,message, amazon-ebs: Preparing to unpack .../apport_2.20.1-0ubuntu2.18_all.deb ...
TestPackerBasicExample 2018-06-21T15:25:27+01:00 command.go:96: 1529591127,,ui,message, amazon-ebs: Unpacking apport (2.20.1-0ubuntu2.18) over (2.20.1-0ubuntu2.17) ...
TestPackerBasicExample 2018-06-21T15:25:27+01:00 command.go:96: 1529591127,,ui,message, amazon-ebs: Preparing to unpack .../git-man_1%3a2.7.4-0ubuntu1.4_all.deb ...
TestPackerBasicExample 2018-06-21T15:25:27+01:00 command.go:96: 1529591127,,ui,message, amazon-ebs: Unpacking git-man (1:2.7.4-0ubuntu1.4) over (1:2.7.4-0ubuntu1.3) ...
TestPackerBasicExample 2018-06-21T15:25:27+01:00 command.go:96: 1529591127,,ui,message, amazon-ebs: Preparing to unpack .../git_1%3a2.7.4-0ubuntu1.4_amd64.deb ...
TestPackerBasicExample 2018-06-21T15:25:27+01:00 command.go:96: 1529591127,,ui,message, amazon-ebs: Unpacking git (1:2.7.4-0ubuntu1.4) over (1:2.7.4-0ubuntu1.3) ...
TestPackerBasicExample 2018-06-21T15:25:28+01:00 command.go:96: 1529591128,,ui,message, amazon-ebs: Preparing to unpack .../pollinate_4.33-0ubuntu1~16.04.1_all.deb ...
TestPackerBasicExample 2018-06-21T15:25:28+01:00 command.go:96: 1529591128,,ui,message, amazon-ebs: Unpacking pollinate (4.33-0ubuntu1~16.04.1) over (4.25-0ubuntu1~16.04.1) ...
TestPackerBasicExample 2018-06-21T15:25:28+01:00 command.go:96: 1529591128,,ui,message, amazon-ebs: Preparing to unpack .../sosreport_3.5-1~ubuntu16.04.3_amd64.deb ...
TestPackerBasicExample 2018-06-21T15:25:28+01:00 command.go:96: 1529591128,,ui,message, amazon-ebs: Unpacking sosreport (3.5-1~ubuntu16.04.3) over (3.5-1~ubuntu16.04.2) ...
TestPackerBasicExample 2018-06-21T15:25:28+01:00 command.go:96: 1529591128,,ui,message, amazon-ebs: Preparing to unpack .../vlan_1.9-3.2ubuntu1.16.04.5_amd64.deb ...
TestPackerBasicExample 2018-06-21T15:25:28+01:00 command.go:96: 1529591128,,ui,message, amazon-ebs: Unpacking vlan (1.9-3.2ubuntu1.16.04.5) over (1.9-3.2ubuntu1.16.04.4) ...
TestPackerBasicExample 2018-06-21T15:25:28+01:00 command.go:96: 1529591128,,ui,message, amazon-ebs: Processing triggers for libc-bin (2.23-0ubuntu10) ...
TestPackerBasicExample 2018-06-21T15:25:28+01:00 command.go:96: 1529591128,,ui,message, amazon-ebs: Processing triggers for man-db (2.7.5-1) ...
TestPackerBasicExample 2018-06-21T15:25:29+01:00 command.go:96: 1529591129,,ui,message, amazon-ebs: Processing triggers for ureadahead (0.100.0-19) ...
TestPackerBasicExample 2018-06-21T15:25:29+01:00 command.go:96: 1529591129,,ui,message, amazon-ebs: Processing triggers for systemd (229-4ubuntu21.2) ...
TestPackerBasicExample 2018-06-21T15:25:29+01:00 command.go:96: 1529591129,,ui,message, amazon-ebs: Setting up perl-modules-5.22 (5.22.1-9ubuntu0.5) ...
TestPackerBasicExample 2018-06-21T15:25:29+01:00 command.go:96: 1529591129,,ui,message, amazon-ebs: Setting up libperl5.22:amd64 (5.22.1-9ubuntu0.5) ...
TestPackerBasicExample 2018-06-21T15:25:29+01:00 command.go:96: 1529591129,,ui,message, amazon-ebs: Setting up perl (5.22.1-9ubuntu0.5) ...
TestPackerBasicExample 2018-06-21T15:25:29+01:00 command.go:96: 1529591129,,ui,message, amazon-ebs: Setting up snapd (2.32.9) ...
TestPackerBasicExample 2018-06-21T15:25:35+01:00 command.go:96: 1529591135,,ui,message, amazon-ebs: Job for snapd.seeded.service failed because the control process exited with error code. See "systemctl status snapd.seeded.service" and "journalctl -xe" for details.
TestPackerBasicExample 2018-06-21T15:25:35+01:00 command.go:96: 1529591135,,ui,message, amazon-ebs: snapd.seeded.service couldn't start.
TestPackerBasicExample 2018-06-21T15:25:36+01:00 command.go:96: 1529591136,,ui,message, amazon-ebs: snapd.snap-repair.service is a disabled or a static unit%!(PACKER_COMMA) not starting it.
TestPackerBasicExample 2018-06-21T15:25:36+01:00 command.go:96: 1529591136,,ui,message, amazon-ebs: Setting up ubuntu-core-launcher (2.32.9) ...
TestPackerBasicExample 2018-06-21T15:25:36+01:00 command.go:96: 1529591136,,ui,message, amazon-ebs: Setting up libprocps4:amd64 (2:3.3.10-4ubuntu2.4) ...
TestPackerBasicExample 2018-06-21T15:25:36+01:00 command.go:96: 1529591136,,ui,message, amazon-ebs: Setting up procps (2:3.3.10-4ubuntu2.4) ...
TestPackerBasicExample 2018-06-21T15:25:36+01:00 command.go:96: 1529591136,,ui,message, amazon-ebs: update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
TestPackerBasicExample 2018-06-21T15:25:36+01:00 command.go:96: 1529591136,,ui,message, amazon-ebs: Setting up keyboard-configuration (1.108ubuntu15.4) ...
TestPackerBasicExample 2018-06-21T15:25:36+01:00 command.go:96: 1529591136,,ui,message, amazon-ebs: debconf: unable to initialize frontend: Dialog
TestPackerBasicExample 2018-06-21T15:25:36+01:00 command.go:96: 1529591136,,ui,message, amazon-ebs: debconf: (Dialog frontend will not work on a dumb terminal%!(PACKER_COMMA) an emacs shell buffer%!(PACKER_COMMA) or without a controlling terminal.)
TestPackerBasicExample 2018-06-21T15:25:36+01:00 command.go:96: 1529591136,,ui,message, amazon-ebs: debconf: falling back to frontend: Readline
TestPackerBasicExample 2018-06-21T15:25:38+01:00 command.go:96: 1529591138,,ui,message, amazon-ebs: update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
TestPackerBasicExample 2018-06-21T15:25:38+01:00 command.go:96: 1529591138,,ui,message, amazon-ebs: update-initramfs: deferring update (trigger activated)
TestPackerBasicExample 2018-06-21T15:25:38+01:00 command.go:96: 1529591138,,ui,message, amazon-ebs: Setting up console-setup-linux (1.108ubuntu15.4) ...
TestPackerBasicExample 2018-06-21T15:25:38+01:00 command.go:96: 1529591138,,ui,message, amazon-ebs: Installing new version of config file /etc/console-setup/compose.ISO-8859-1.inc ...
TestPackerBasicExample 2018-06-21T15:25:38+01:00 command.go:96: 1529591138,,ui,message, amazon-ebs: Installing new version of config file /etc/console-setup/compose.ISO-8859-13.inc ...
TestPackerBasicExample 2018-06-21T15:25:38+01:00 command.go:96: 1529591138,,ui,message, amazon-ebs: Installing new version of config file /etc/console-setup/compose.ISO-8859-14.inc ...
TestPackerBasicExample 2018-06-21T15:25:38+01:00 command.go:96: 1529591138,,ui,message, amazon-ebs: Installing new version of config file /etc/console-setup/compose.ISO-8859-15.inc ...
TestPackerBasicExample 2018-06-21T15:25:38+01:00 command.go:96: 1529591138,,ui,message, amazon-ebs: Installing new version of config file /etc/console-setup/compose.ISO-8859-2.inc ...
TestPackerBasicExample 2018-06-21T15:25:38+01:00 command.go:96: 1529591138,,ui,message, amazon-ebs: Installing new version of config file /etc/console-setup/compose.ISO-8859-3.inc ...
TestPackerBasicExample 2018-06-21T15:25:38+01:00 command.go:96: 1529591138,,ui,message, amazon-ebs: Installing new version of config file /etc/console-setup/compose.ISO-8859-4.inc ...
TestPackerBasicExample 2018-06-21T15:25:38+01:00 command.go:96: 1529591138,,ui,message, amazon-ebs: Installing new version of config file /etc/console-setup/compose.ISO-8859-7.inc ...
TestPackerBasicExample 2018-06-21T15:25:38+01:00 command.go:96: 1529591138,,ui,message, amazon-ebs: Installing new version of config file /etc/console-setup/compose.ISO-8859-9.inc ...
TestPackerBasicExample 2018-06-21T15:25:38+01:00 command.go:96: 1529591138,,ui,message, amazon-ebs: Setting up console-setup (1.108ubuntu15.4) ...
TestPackerBasicExample 2018-06-21T15:25:38+01:00 command.go:96: 1529591138,,ui,message, amazon-ebs: debconf: unable to initialize frontend: Dialog
TestPackerBasicExample 2018-06-21T15:25:38+01:00 command.go:96: 1529591138,,ui,message, amazon-ebs: debconf: (Dialog frontend will not work on a dumb terminal%!(PACKER_COMMA) an emacs shell buffer%!(PACKER_COMMA) or without a controlling terminal.)
TestPackerBasicExample 2018-06-21T15:25:38+01:00 command.go:96: 1529591138,,ui,message, amazon-ebs: debconf: falling back to frontend: Readline
TestPackerBasicExample 2018-06-21T15:25:39+01:00 command.go:96: 1529591139,,ui,message, amazon-ebs: update-initramfs: deferring update (trigger activated)
TestPackerBasicExample 2018-06-21T15:25:39+01:00 command.go:96: 1529591139,,ui,message, amazon-ebs: Setting up libmagic1:amd64 (1:5.25-2ubuntu1.1) ...
TestPackerBasicExample 2018-06-21T15:25:39+01:00 command.go:96: 1529591139,,ui,message, amazon-ebs: Setting up file (1:5.25-2ubuntu1.1) ...
TestPackerBasicExample 2018-06-21T15:25:39+01:00 command.go:96: 1529591139,,ui,message, amazon-ebs: Setting up ifupdown (0.8.10ubuntu1.4) ...
TestPackerBasicExample 2018-06-21T15:25:40+01:00 command.go:96: 1529591140,,ui,message, amazon-ebs: Setting up libelf1:amd64 (0.165-3ubuntu1.1) ...
TestPackerBasicExample 2018-06-21T15:25:40+01:00 command.go:96: 1529591140,,ui,message, amazon-ebs: Setting up libldap-2.4-2:amd64 (2.4.42+dfsg-2ubuntu3.3) ...
TestPackerBasicExample 2018-06-21T15:25:40+01:00 command.go:96: 1529591140,,ui,message, amazon-ebs: Setting up libplymouth4:amd64 (0.9.2-3ubuntu13.5) ...
TestPackerBasicExample 2018-06-21T15:25:40+01:00 command.go:96: 1529591140,,ui,message, amazon-ebs: Setting up plymouth (0.9.2-3ubuntu13.5) ...
TestPackerBasicExample 2018-06-21T15:25:40+01:00 command.go:96: 1529591140,,ui,message, amazon-ebs: update-initramfs: deferring update (trigger activated)
TestPackerBasicExample 2018-06-21T15:25:40+01:00 command.go:96: 1529591140,,ui,message, amazon-ebs: update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
TestPackerBasicExample 2018-06-21T15:25:40+01:00 command.go:96: 1529591140,,ui,message, amazon-ebs: update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
TestPackerBasicExample 2018-06-21T15:25:40+01:00 command.go:96: 1529591140,,ui,message, amazon-ebs: Setting up plymouth-theme-ubuntu-text (0.9.2-3ubuntu13.5) ...
TestPackerBasicExample 2018-06-21T15:25:40+01:00 command.go:96: 1529591140,,ui,message, amazon-ebs: update-initramfs: deferring update (trigger activated)
TestPackerBasicExample 2018-06-21T15:25:40+01:00 command.go:96: 1529591140,,ui,message, amazon-ebs: Setting up python3-problem-report (2.20.1-0ubuntu2.18) ...
TestPackerBasicExample 2018-06-21T15:25:40+01:00 command.go:96: 1529591140,,ui,message, amazon-ebs: Setting up python3-apport (2.20.1-0ubuntu2.18) ...
TestPackerBasicExample 2018-06-21T15:25:40+01:00 command.go:96: 1529591140,,ui,message, amazon-ebs: Setting up apport (2.20.1-0ubuntu2.18) ...
TestPackerBasicExample 2018-06-21T15:25:41+01:00 command.go:96: 1529591141,,ui,message, amazon-ebs: Setting up git-man (1:2.7.4-0ubuntu1.4) ...
TestPackerBasicExample 2018-06-21T15:25:41+01:00 command.go:96: 1529591141,,ui,message, amazon-ebs: Setting up git (1:2.7.4-0ubuntu1.4) ...
TestPackerBasicExample 2018-06-21T15:25:41+01:00 command.go:96: 1529591141,,ui,message, amazon-ebs: Setting up pollinate (4.33-0ubuntu1~16.04.1) ...
TestPackerBasicExample 2018-06-21T15:25:41+01:00 command.go:96: 1529591141,,ui,message, amazon-ebs: Setting up sosreport (3.5-1~ubuntu16.04.3) ...
TestPackerBasicExample 2018-06-21T15:25:42+01:00 command.go:96: 1529591142,,ui,message, amazon-ebs: Setting up vlan (1.9-3.2ubuntu1.16.04.5) ...
TestPackerBasicExample 2018-06-21T15:25:42+01:00 command.go:96: 1529591142,,ui,message, amazon-ebs: Installing new version of config file /etc/network/if-pre-up.d/vlan ...
TestPackerBasicExample 2018-06-21T15:25:42+01:00 command.go:96: 1529591142,,ui,message, amazon-ebs: Processing triggers for libc-bin (2.23-0ubuntu10) ...
TestPackerBasicExample 2018-06-21T15:25:42+01:00 command.go:96: 1529591142,,ui,message, amazon-ebs: Processing triggers for initramfs-tools (0.122ubuntu8.11) ...
TestPackerBasicExample 2018-06-21T15:25:42+01:00 command.go:96: 1529591142,,ui,message, amazon-ebs: update-initramfs: Generating /boot/initrd.img-4.4.0-1060-aws
TestPackerBasicExample 2018-06-21T15:25:43+01:00 command.go:96: 1529591143,,ui,message, amazon-ebs: W: mdadm: /etc/mdadm/mdadm.conf defines no arrays.
TestPackerBasicExample 2018-06-21T15:25:47+01:00 command.go:96: 1529591147,,ui,say,==> amazon-ebs: Stopping the source instance...
TestPackerBasicExample 2018-06-21T15:25:47+01:00 command.go:96: 1529591147,,ui,message, amazon-ebs: Stopping instance%!(PACKER_COMMA) attempt 1
TestPackerBasicExample 2018-06-21T15:25:47+01:00 command.go:96: 1529591147,,ui,say,==> amazon-ebs: Waiting for the instance to stop...
TestPackerBasicExample 2018-06-21T15:26:34+01:00 command.go:96: 1529591194,,ui,say,==> amazon-ebs: Creating the AMI: terratest-packer-example-2018-06-21T14-24-33Z
TestPackerBasicExample 2018-06-21T15:26:34+01:00 command.go:96: 1529591194,,ui,message, amazon-ebs: AMI: ami-5c291039
TestPackerBasicExample 2018-06-21T15:26:34+01:00 command.go:96: 1529591194,,ui,say,==> amazon-ebs: Waiting for AMI to become ready...
TestPackerBasicExample 2018-06-21T15:27:52+01:00 command.go:96: 1529591272,,ui,say,==> amazon-ebs: Modifying attributes on AMI (ami-5c291039)...
TestPackerBasicExample 2018-06-21T15:27:52+01:00 command.go:96: 1529591272,,ui,message, amazon-ebs: Modifying: description
TestPackerBasicExample 2018-06-21T15:27:52+01:00 command.go:96: 1529591272,,ui,say,==> amazon-ebs: Modifying attributes on snapshot (snap-0b310b8856bb5f7d0)...
TestPackerBasicExample 2018-06-21T15:27:52+01:00 command.go:96: 1529591272,,ui,say,==> amazon-ebs: Terminating the source AWS instance...
TestPackerBasicExample 2018-06-21T15:27:59+01:00 command.go:96: 1529591279,,ui,say,==> amazon-ebs: Cleaning up any extra volumes...
TestPackerBasicExample 2018-06-21T15:27:59+01:00 command.go:96: 1529591279,,ui,say,==> amazon-ebs: No volumes to clean up%!(PACKER_COMMA) skipping
TestPackerBasicExample 2018-06-21T15:27:59+01:00 command.go:96: 1529591279,,ui,say,==> amazon-ebs: Deleting temporary security group...
TestPackerBasicExample 2018-06-21T15:27:59+01:00 command.go:96: 1529591279,,ui,say,==> amazon-ebs: Deleting temporary keypair...
TestPackerBasicExample 2018-06-21T15:28:00+01:00 command.go:96: 1529591280,,ui,say,Build 'amazon-ebs' finished.
TestPackerBasicExample 2018-06-21T15:28:00+01:00 command.go:96: 1529591280,,ui,say,\n==> Builds finished. The artifacts of successful builds are:
TestPackerBasicExample 2018-06-21T15:28:00+01:00 command.go:96: 1529591280,amazon-ebs,artifact-count,1
TestPackerBasicExample 2018-06-21T15:28:00+01:00 command.go:96: 1529591280,amazon-ebs,artifact,0,builder-id,mitchellh.amazonebs
TestPackerBasicExample 2018-06-21T15:28:00+01:00 command.go:96: 1529591280,amazon-ebs,artifact,0,id,us-east-2:ami-5c291039
TestPackerBasicExample 2018-06-21T15:28:00+01:00 command.go:96: 1529591280,amazon-ebs,artifact,0,string,AMIs were created:\nus-east-2: ami-5c291039\n
TestPackerBasicExample 2018-06-21T15:28:00+01:00 command.go:96: 1529591280,amazon-ebs,artifact,0,files-count,0
TestPackerBasicExample 2018-06-21T15:28:00+01:00 command.go:96: 1529591280,amazon-ebs,artifact,0,end
TestPackerBasicExample 2018-06-21T15:28:00+01:00 command.go:96: 1529591280,,ui,say,--> amazon-ebs: AMIs were created:\nus-east-2: ami-5c291039\n
TestPackerBasicExample 2018-06-21T15:28:00+01:00 ami.go:62: Retrieving EBS snapshots backing AMI ami-5c291039
TestPackerBasicExample 2018-06-21T15:28:01+01:00 ec2.go:156: Deregistering AMI ami-5c291039
TestPackerBasicExample 2018-06-21T15:28:01+01:00 ebs.go:21: Deleting EBS snapshot snap-0b310b8856bb5f7d0
--- PASS: TestPackerBasicExample (208.87s)
PASS
ok github.com/Briansbum/terratest/test 208.890s
=== RUN TestPackerDockerExampleLocal
=== PAUSE TestPackerDockerExampleLocal
=== CONT TestPackerDockerExampleLocal
TestPackerDockerExampleLocal 2018-06-22T09:57:00+01:00 packer.go:33: Running Packer to generate AMI for template ../examples/packer-docker-example/build.json
TestPackerDockerExampleLocal 2018-06-22T09:57:00+01:00 command.go:52: Running command packer with args [build -machine-readable -only=ubuntu-docker ../examples/packer-docker-example/build.json]
TestPackerDockerExampleLocal 2018-06-22T09:57:01+01:00 command.go:96: 1529657821,,ui,say,==> ubuntu-docker: Creating a temporary directory for sharing data...
TestPackerDockerExampleLocal 2018-06-22T09:57:01+01:00 command.go:96: 1529657821,,ui,say,==> ubuntu-docker: Pulling Docker image: gruntwork/ubuntu-test:16.04
TestPackerDockerExampleLocal 2018-06-22T09:57:03+01:00 command.go:96: 1529657823,,ui,message, ubuntu-docker: 16.04: Pulling from gruntwork/ubuntu-test
TestPackerDockerExampleLocal 2018-06-22T09:57:03+01:00 command.go:96: 1529657823,,ui,message, ubuntu-docker: Digest: sha256:aed71132b5cf1facc84ed57c3206cc481156ec0ba6825750813d03e64e8819b6
TestPackerDockerExampleLocal 2018-06-22T09:57:03+01:00 command.go:96: 1529657823,,ui,message, ubuntu-docker: Status: Image is up to date for gruntwork/ubuntu-test:16.04
TestPackerDockerExampleLocal 2018-06-22T09:57:03+01:00 command.go:96: 1529657823,,ui,say,==> ubuntu-docker: Starting docker container...
TestPackerDockerExampleLocal 2018-06-22T09:57:03+01:00 command.go:96: 1529657823,,ui,message, ubuntu-docker: Run command: docker run -v /Users/alex/.packer.d/tmp/packer-docker906995470:/packer-files -d -i -t gruntwork/ubuntu-test:16.04 /bin/bash
TestPackerDockerExampleLocal 2018-06-22T09:57:04+01:00 command.go:96: 1529657824,,ui,message, ubuntu-docker: Container ID: b588a0568a2e0dd48051e20618f7ee50e0b693ce079f918563c37b51dfbbfa0b
TestPackerDockerExampleLocal 2018-06-22T09:57:04+01:00 command.go:96: 1529657824,,ui,say,==> ubuntu-docker: Uploading /Users/alex/go/src/github.com/Briansbum/terratest/examples/packer-docker-example => /tmp/packer-docker-example
TestPackerDockerExampleLocal 2018-06-22T09:57:05+01:00 command.go:96: 1529657825,,ui,say,==> ubuntu-docker: Provisioning with shell script: /var/folders/dq/gtgyr47n61zclp33swvp5vy00000gq/T/packer-shell518348641
TestPackerDockerExampleLocal 2018-06-22T09:57:06+01:00 command.go:96: 1529657826,,ui,message, ubuntu-docker: Installing Ruby
TestPackerDockerExampleLocal 2018-06-22T09:57:06+01:00 command.go:96: 1529657826,,ui,message, ubuntu-docker: Get:1 http://security.ubuntu.com/ubuntu xenial-security InRelease [107 kB]
TestPackerDockerExampleLocal 2018-06-22T09:57:06+01:00 command.go:96: 1529657826,,ui,message, ubuntu-docker: Get:2 http://archive.ubuntu.com/ubuntu xenial InRelease [247 kB]
TestPackerDockerExampleLocal 2018-06-22T09:57:06+01:00 command.go:96: 1529657826,,ui,message, ubuntu-docker: Get:3 http://archive.ubuntu.com/ubuntu xenial-updates InRelease [109 kB]
TestPackerDockerExampleLocal 2018-06-22T09:57:06+01:00 command.go:96: 1529657826,,ui,message, ubuntu-docker: Get:4 https://download.docker.com/linux/ubuntu xenial InRelease [65.8 kB]
TestPackerDockerExampleLocal 2018-06-22T09:57:06+01:00 command.go:96: 1529657826,,ui,message, ubuntu-docker: Get:5 http://security.ubuntu.com/ubuntu xenial-security/universe Sources [81.2 kB]
TestPackerDockerExampleLocal 2018-06-22T09:57:06+01:00 command.go:96: 1529657826,,ui,message, ubuntu-docker: Get:6 http://archive.ubuntu.com/ubuntu xenial-backports InRelease [107 kB]
TestPackerDockerExampleLocal 2018-06-22T09:57:06+01:00 command.go:96: 1529657826,,ui,message, ubuntu-docker: Get:7 http://security.ubuntu.com/ubuntu xenial-security/main amd64 Packages [652 kB]
TestPackerDockerExampleLocal 2018-06-22T09:57:06+01:00 command.go:96: 1529657826,,ui,message, ubuntu-docker: Get:8 http://archive.ubuntu.com/ubuntu xenial/universe Sources [9802 kB]
TestPackerDockerExampleLocal 2018-06-22T09:57:06+01:00 command.go:96: 1529657826,,ui,message, ubuntu-docker: Get:9 https://download.docker.com/linux/ubuntu xenial/stable amd64 Packages [3317 B]
TestPackerDockerExampleLocal 2018-06-22T09:57:06+01:00 command.go:96: 1529657826,,ui,message, ubuntu-docker: Get:10 http://security.ubuntu.com/ubuntu xenial-security/restricted amd64 Packages [12.7 kB]
TestPackerDockerExampleLocal 2018-06-22T09:57:06+01:00 command.go:96: 1529657826,,ui,message, ubuntu-docker: Get:11 http://security.ubuntu.com/ubuntu xenial-security/universe amd64 Packages [450 kB]
TestPackerDockerExampleLocal 2018-06-22T09:57:07+01:00 command.go:96: 1529657827,,ui,message, ubuntu-docker: Get:12 http://security.ubuntu.com/ubuntu xenial-security/multiverse amd64 Packages [3735 B]
TestPackerDockerExampleLocal 2018-06-22T09:57:11+01:00 command.go:96: 1529657831,,ui,message, ubuntu-docker: Get:13 http://archive.ubuntu.com/ubuntu xenial/main amd64 Packages [1558 kB]
TestPackerDockerExampleLocal 2018-06-22T09:57:11+01:00 command.go:96: 1529657831,,ui,message, ubuntu-docker: Get:14 http://archive.ubuntu.com/ubuntu xenial/restricted amd64 Packages [14.1 kB]
TestPackerDockerExampleLocal 2018-06-22T09:57:11+01:00 command.go:96: 1529657831,,ui,message, ubuntu-docker: Get:15 http://archive.ubuntu.com/ubuntu xenial/universe amd64 Packages [9827 kB]
TestPackerDockerExampleLocal 2018-06-22T09:57:16+01:00 command.go:96: 1529657836,,ui,message, ubuntu-docker: Get:16 http://archive.ubuntu.com/ubuntu xenial/multiverse amd64 Packages [176 kB]
TestPackerDockerExampleLocal 2018-06-22T09:57:16+01:00 command.go:96: 1529657836,,ui,message, ubuntu-docker: Get:17 http://archive.ubuntu.com/ubuntu xenial-updates/universe Sources [256 kB]
TestPackerDockerExampleLocal 2018-06-22T09:57:16+01:00 command.go:96: 1529657836,,ui,message, ubuntu-docker: Get:18 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages [1028 kB]
TestPackerDockerExampleLocal 2018-06-22T09:57:17+01:00 command.go:96: 1529657837,,ui,message, ubuntu-docker: Get:19 http://archive.ubuntu.com/ubuntu xenial-updates/restricted amd64 Packages [13.1 kB]
TestPackerDockerExampleLocal 2018-06-22T09:57:17+01:00 command.go:96: 1529657837,,ui,message, ubuntu-docker: Get:20 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 Packages [819 kB]
TestPackerDockerExampleLocal 2018-06-22T09:57:17+01:00 command.go:96: 1529657837,,ui,message, ubuntu-docker: Get:21 http://archive.ubuntu.com/ubuntu xenial-updates/multiverse amd64 Packages [18.8 kB]
TestPackerDockerExampleLocal 2018-06-22T09:57:17+01:00 command.go:96: 1529657837,,ui,message, ubuntu-docker: Get:22 http://archive.ubuntu.com/ubuntu xenial-backports/main amd64 Packages [5157 B]
TestPackerDockerExampleLocal 2018-06-22T09:57:17+01:00 command.go:96: 1529657837,,ui,message, ubuntu-docker: Get:23 http://archive.ubuntu.com/ubuntu xenial-backports/universe amd64 Packages [8080 B]
TestPackerDockerExampleLocal 2018-06-22T09:57:17+01:00 command.go:96: 1529657837,,ui,message, ubuntu-docker: Fetched 25.4 MB in 11s (2228 kB/s)
TestPackerDockerExampleLocal 2018-06-22T09:57:18+01:00 command.go:96: 1529657838,,ui,message, ubuntu-docker: Reading package lists...
TestPackerDockerExampleLocal 2018-06-22T09:57:19+01:00 command.go:96: 1529657839,,ui,message, ubuntu-docker: Reading package lists...
TestPackerDockerExampleLocal 2018-06-22T09:57:19+01:00 command.go:96: 1529657839,,ui,message, ubuntu-docker: Building dependency tree...
TestPackerDockerExampleLocal 2018-06-22T09:57:19+01:00 command.go:96: 1529657839,,ui,message, ubuntu-docker: Reading state information...
TestPackerDockerExampleLocal 2018-06-22T09:57:19+01:00 command.go:96: 1529657839,,ui,message, ubuntu-docker: The following additional packages will be installed:
TestPackerDockerExampleLocal 2018-06-22T09:57:19+01:00 command.go:96: 1529657839,,ui,message, ubuntu-docker: binutils bzip2 cpp cpp-5 dpkg-dev fakeroot fonts-lato g++ g++-5 gcc gcc-5
TestPackerDockerExampleLocal 2018-06-22T09:57:19+01:00 command.go:96: 1529657839,,ui,message, ubuntu-docker: javascript-common libalgorithm-diff-perl libalgorithm-diff-xs-perl
TestPackerDockerExampleLocal 2018-06-22T09:57:19+01:00 command.go:96: 1529657839,,ui,message, ubuntu-docker: libalgorithm-merge-perl libasan2 libatomic1 libc-dev-bin libc6-dev libcc1-0
TestPackerDockerExampleLocal 2018-06-22T09:57:19+01:00 command.go:96: 1529657839,,ui,message, ubuntu-docker: libcilkrts5 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-5-dev
TestPackerDockerExampleLocal 2018-06-22T09:57:19+01:00 command.go:96: 1529657839,,ui,message, ubuntu-docker: libgmp-dev libgmpxx4ldbl libgomp1 libisl15 libitm1 libjs-jquery liblsan0
TestPackerDockerExampleLocal 2018-06-22T09:57:19+01:00 command.go:96: 1529657839,,ui,message, ubuntu-docker: libmpc3 libmpfr4 libmpx0 libquadmath0 libruby2.3 libstdc++-5-dev libtsan0
TestPackerDockerExampleLocal 2018-06-22T09:57:19+01:00 command.go:96: 1529657839,,ui,message, ubuntu-docker: libubsan0 libyaml-0-2 linux-libc-dev manpages manpages-dev rake
TestPackerDockerExampleLocal 2018-06-22T09:57:19+01:00 command.go:96: 1529657839,,ui,message, ubuntu-docker: ruby-did-you-mean ruby-minitest ruby-net-telnet ruby-power-assert
TestPackerDockerExampleLocal 2018-06-22T09:57:19+01:00 command.go:96: 1529657839,,ui,message, ubuntu-docker: ruby-test-unit ruby2.3 ruby2.3-dev rubygems-integration unzip zip
TestPackerDockerExampleLocal 2018-06-22T09:57:19+01:00 command.go:96: 1529657839,,ui,message, ubuntu-docker: Suggested packages:
TestPackerDockerExampleLocal 2018-06-22T09:57:19+01:00 command.go:96: 1529657839,,ui,message, ubuntu-docker: binutils-doc bzip2-doc cpp-doc gcc-5-locales debian-keyring g++-multilib
TestPackerDockerExampleLocal 2018-06-22T09:57:19+01:00 command.go:96: 1529657839,,ui,message, ubuntu-docker: g++-5-multilib gcc-5-doc libstdc++6-5-dbg gcc-multilib autoconf automake
TestPackerDockerExampleLocal 2018-06-22T09:57:19+01:00 command.go:96: 1529657839,,ui,message, ubuntu-docker: libtool flex bison gdb gcc-doc gcc-5-multilib libgcc1-dbg libgomp1-dbg
TestPackerDockerExampleLocal 2018-06-22T09:57:19+01:00 command.go:96: 1529657839,,ui,message, ubuntu-docker: libitm1-dbg libatomic1-dbg libasan2-dbg liblsan0-dbg libtsan0-dbg
TestPackerDockerExampleLocal 2018-06-22T09:57:19+01:00 command.go:96: 1529657839,,ui,message, ubuntu-docker: libubsan0-dbg libcilkrts5-dbg libmpx0-dbg libquadmath0-dbg apache2
TestPackerDockerExampleLocal 2018-06-22T09:57:19+01:00 command.go:96: 1529657839,,ui,message, ubuntu-docker: | lighttpd | httpd glibc-doc gmp-doc libgmp10-doc libmpfr-dev
TestPackerDockerExampleLocal 2018-06-22T09:57:19+01:00 command.go:96: 1529657839,,ui,message, ubuntu-docker: libstdc++-5-doc make-doc man-browser ri bundler
TestPackerDockerExampleLocal 2018-06-22T09:57:19+01:00 command.go:96: 1529657839,,ui,message, ubuntu-docker: The following NEW packages will be installed:
TestPackerDockerExampleLocal 2018-06-22T09:57:19+01:00 command.go:96: 1529657839,,ui,message, ubuntu-docker: binutils build-essential bzip2 cpp cpp-5 dpkg-dev fakeroot fonts-lato g++
TestPackerDockerExampleLocal 2018-06-22T09:57:19+01:00 command.go:96: 1529657839,,ui,message, ubuntu-docker: g++-5 gcc gcc-5 javascript-common libalgorithm-diff-perl
TestPackerDockerExampleLocal 2018-06-22T09:57:19+01:00 command.go:96: 1529657839,,ui,message, ubuntu-docker: libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan2 libatomic1
TestPackerDockerExampleLocal 2018-06-22T09:57:19+01:00 command.go:96: 1529657839,,ui,message, ubuntu-docker: libc-dev-bin libc6-dev libcc1-0 libcilkrts5 libdpkg-perl libfakeroot
TestPackerDockerExampleLocal 2018-06-22T09:57:19+01:00 command.go:96: 1529657839,,ui,message, ubuntu-docker: libfile-fcntllock-perl libgcc-5-dev libgmp-dev libgmpxx4ldbl libgomp1
TestPackerDockerExampleLocal 2018-06-22T09:57:19+01:00 command.go:96: 1529657839,,ui,message, ubuntu-docker: libisl15 libitm1 libjs-jquery liblsan0 libmpc3 libmpfr4 libmpx0 libquadmath0
TestPackerDockerExampleLocal 2018-06-22T09:57:19+01:00 command.go:96: 1529657839,,ui,message, ubuntu-docker: libruby2.3 libstdc++-5-dev libtsan0 libubsan0 libyaml-0-2 linux-libc-dev
TestPackerDockerExampleLocal 2018-06-22T09:57:19+01:00 command.go:96: 1529657839,,ui,message, ubuntu-docker: make manpages manpages-dev rake ruby ruby-dev ruby-did-you-mean
TestPackerDockerExampleLocal 2018-06-22T09:57:19+01:00 command.go:96: 1529657839,,ui,message, ubuntu-docker: ruby-minitest ruby-net-telnet ruby-power-assert ruby-test-unit ruby2.3
TestPackerDockerExampleLocal 2018-06-22T09:57:19+01:00 command.go:96: 1529657839,,ui,message, ubuntu-docker: ruby2.3-dev rubygems-integration unzip zip zlib1g-dev
TestPackerDockerExampleLocal 2018-06-22T09:57:19+01:00 command.go:96: 1529657839,,ui,message, ubuntu-docker: 0 upgraded%!(PACKER_COMMA) 60 newly installed%!(PACKER_COMMA) 0 to remove and 25 not upgraded.
TestPackerDockerExampleLocal 2018-06-22T09:57:19+01:00 command.go:96: 1529657839,,ui,message, ubuntu-docker: Need to get 47.7 MB of archives.
TestPackerDockerExampleLocal 2018-06-22T09:57:19+01:00 command.go:96: 1529657839,,ui,message, ubuntu-docker: After this operation%!(PACKER_COMMA) 182 MB of additional disk space will be used.
TestPackerDockerExampleLocal 2018-06-22T09:57:19+01:00 command.go:96: 1529657839,,ui,message, ubuntu-docker: Get:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 fonts-lato all 2.0-1 [2693 kB]
TestPackerDockerExampleLocal 2018-06-22T09:57:20+01:00 command.go:96: 1529657840,,ui,message, ubuntu-docker: Get:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 libyaml-0-2 amd64 0.1.6-3 [47.6 kB]
TestPackerDockerExampleLocal 2018-06-22T09:57:20+01:00 command.go:96: 1529657840,,ui,message, ubuntu-docker: Get:3 http://archive.ubuntu.com/ubuntu xenial/main amd64 libmpfr4 amd64 3.1.4-1 [191 kB]
TestPackerDockerExampleLocal 2018-06-22T09:57:20+01:00 command.go:96: 1529657840,,ui,message, ubuntu-docker: Get:4 http://archive.ubuntu.com/ubuntu xenial/main amd64 libmpc3 amd64 1.0.3-1 [39.7 kB]
TestPackerDockerExampleLocal 2018-06-22T09:57:20+01:00 command.go:96: 1529657840,,ui,message, ubuntu-docker: Get:5 http://archive.ubuntu.com/ubuntu xenial/main amd64 bzip2 amd64 1.0.6-8 [32.7 kB]
TestPackerDockerExampleLocal 2018-06-22T09:57:20+01:00 command.go:96: 1529657840,,ui,message, ubuntu-docker: Get:6 http://archive.ubuntu.com/ubuntu xenial/main amd64 manpages all 4.04-2 [1087 kB]
TestPackerDockerExampleLocal 2018-06-22T09:57:21+01:00 command.go:96: 1529657841,,ui,message, ubuntu-docker: Get:7 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 binutils amd64 2.26.1-1ubuntu1~16.04.6 [2311 kB]
TestPackerDockerExampleLocal 2018-06-22T09:57:22+01:00 command.go:96: 1529657842,,ui,message, ubuntu-docker: Get:8 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libc-dev-bin amd64 2.23-0ubuntu10 [68.7 kB]
TestPackerDockerExampleLocal 2018-06-22T09:57:22+01:00 command.go:96: 1529657842,,ui,message, ubuntu-docker: Get:9 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 linux-libc-dev amd64 4.4.0-128.154 [876 kB]
TestPackerDockerExampleLocal 2018-06-22T09:57:22+01:00 command.go:96: 1529657842,,ui,message, ubuntu-docker: Get:10 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libc6-dev amd64 2.23-0ubuntu10 [2079 kB]
TestPackerDockerExampleLocal 2018-06-22T09:57:23+01:00 command.go:96: 1529657843,,ui,message, ubuntu-docker: Get:11 http://archive.ubuntu.com/ubuntu xenial/main amd64 libisl15 amd64 0.16.1-1 [524 kB]
TestPackerDockerExampleLocal 2018-06-22T09:57:24+01:00 command.go:96: 1529657844,,ui,message, ubuntu-docker: Get:12 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 cpp-5 amd64 5.4.0-6ubuntu1~16.04.9 [7685 kB]
TestPackerDockerExampleLocal 2018-06-22T09:57:27+01:00 command.go:96: 1529657847,,ui,message, ubuntu-docker: Get:13 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpp amd64 4:5.3.1-1ubuntu1 [27.7 kB]
TestPackerDockerExampleLocal 2018-06-22T09:57:27+01:00 command.go:96: 1529657847,,ui,message, ubuntu-docker: Get:14 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcc1-0 amd64 5.4.0-6ubuntu1~16.04.9 [38.8 kB]
TestPackerDockerExampleLocal 2018-06-22T09:57:27+01:00 command.go:96: 1529657847,,ui,message, ubuntu-docker: Get:15 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgomp1 amd64 5.4.0-6ubuntu1~16.04.9 [55.0 kB]
TestPackerDockerExampleLocal 2018-06-22T09:57:27+01:00 command.go:96: 1529657847,,ui,message, ubuntu-docker: Get:16 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libitm1 amd64 5.4.0-6ubuntu1~16.04.9 [27.4 kB]
TestPackerDockerExampleLocal 2018-06-22T09:57:27+01:00 command.go:96: 1529657847,,ui,message, ubuntu-docker: Get:17 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libatomic1 amd64 5.4.0-6ubuntu1~16.04.9 [8882 B]
TestPackerDockerExampleLocal 2018-06-22T09:57:27+01:00 command.go:96: 1529657847,,ui,message, ubuntu-docker: Get:18 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libasan2 amd64 5.4.0-6ubuntu1~16.04.9 [264 kB]
TestPackerDockerExampleLocal 2018-06-22T09:57:27+01:00 command.go:96: 1529657847,,ui,message, ubuntu-docker: Get:19 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 liblsan0 amd64 5.4.0-6ubuntu1~16.04.9 [105 kB]
TestPackerDockerExampleLocal 2018-06-22T09:57:27+01:00 command.go:96: 1529657847,,ui,message, ubuntu-docker: Get:20 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libtsan0 amd64 5.4.0-6ubuntu1~16.04.9 [244 kB]
TestPackerDockerExampleLocal 2018-06-22T09:57:27+01:00 command.go:96: 1529657847,,ui,message, ubuntu-docker: Get:21 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libubsan0 amd64 5.4.0-6ubuntu1~16.04.9 [95.2 kB]
TestPackerDockerExampleLocal 2018-06-22T09:57:27+01:00 command.go:96: 1529657847,,ui,message, ubuntu-docker: Get:22 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcilkrts5 amd64 5.4.0-6ubuntu1~16.04.9 [40.1 kB]
TestPackerDockerExampleLocal 2018-06-22T09:57:27+01:00 command.go:96: 1529657847,,ui,message, ubuntu-docker: Get:23 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmpx0 amd64 5.4.0-6ubuntu1~16.04.9 [9774 B]
TestPackerDockerExampleLocal 2018-06-22T09:57:27+01:00 command.go:96: 1529657847,,ui,message, ubuntu-docker: Get:24 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libquadmath0 amd64 5.4.0-6ubuntu1~16.04.9 [131 kB]
TestPackerDockerExampleLocal 2018-06-22T09:57:27+01:00 command.go:96: 1529657847,,ui,message, ubuntu-docker: Get:25 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgcc-5-dev amd64 5.4.0-6ubuntu1~16.04.9 [2242 kB]
TestPackerDockerExampleLocal 2018-06-22T09:57:28+01:00 command.go:96: 1529657848,,ui,message, ubuntu-docker: Get:26 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 gcc-5 amd64 5.4.0-6ubuntu1~16.04.9 [8650 kB]
TestPackerDockerExampleLocal 2018-06-22T09:57:32+01:00 command.go:96: 1529657852,,ui,message, ubuntu-docker: Get:27 http://archive.ubuntu.com/ubuntu xenial/main amd64 gcc amd64 4:5.3.1-1ubuntu1 [5244 B]
TestPackerDockerExampleLocal 2018-06-22T09:57:32+01:00 command.go:96: 1529657852,,ui,message, ubuntu-docker: Get:28 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libstdc++-5-dev amd64 5.4.0-6ubuntu1~16.04.9 [1427 kB]
TestPackerDockerExampleLocal 2018-06-22T09:57:33+01:00 command.go:96: 1529657853,,ui,message, ubuntu-docker: Get:29 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 g++-5 amd64 5.4.0-6ubuntu1~16.04.9 [8333 kB]
TestPackerDockerExampleLocal 2018-06-22T09:57:37+01:00 command.go:96: 1529657857,,ui,message, ubuntu-docker: Get:30 http://archive.ubuntu.com/ubuntu xenial/main amd64 g++ amd64 4:5.3.1-1ubuntu1 [1504 B]
TestPackerDockerExampleLocal 2018-06-22T09:57:37+01:00 command.go:96: 1529657857,,ui,message, ubuntu-docker: Get:31 http://archive.ubuntu.com/ubuntu xenial/main amd64 make amd64 4.1-6 [151 kB]
TestPackerDockerExampleLocal 2018-06-22T09:57:37+01:00 command.go:96: 1529657857,,ui,message, ubuntu-docker: Get:32 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libdpkg-perl all 1.18.4ubuntu1.4 [195 kB]
TestPackerDockerExampleLocal 2018-06-22T09:57:37+01:00 command.go:96: 1529657857,,ui,message, ubuntu-docker: Get:33 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 dpkg-dev all 1.18.4ubuntu1.4 [584 kB]
TestPackerDockerExampleLocal 2018-06-22T09:57:37+01:00 command.go:96: 1529657857,,ui,message, ubuntu-docker: Get:34 http://archive.ubuntu.com/ubuntu xenial/main amd64 build-essential amd64 12.1ubuntu2 [4758 B]
TestPackerDockerExampleLocal 2018-06-22T09:57:37+01:00 command.go:96: 1529657857,,ui,message, ubuntu-docker: Get:35 http://archive.ubuntu.com/ubuntu xenial/main amd64 libfakeroot amd64 1.20.2-1ubuntu1 [25.5 kB]
TestPackerDockerExampleLocal 2018-06-22T09:57:37+01:00 command.go:96: 1529657857,,ui,message, ubuntu-docker: Get:36 http://archive.ubuntu.com/ubuntu xenial/main amd64 fakeroot amd64 1.20.2-1ubuntu1 [61.8 kB]
TestPackerDockerExampleLocal 2018-06-22T09:57:37+01:00 command.go:96: 1529657857,,ui,message, ubuntu-docker: Get:37 http://archive.ubuntu.com/ubuntu xenial/main amd64 javascript-common all 11 [6066 B]
TestPackerDockerExampleLocal 2018-06-22T09:57:37+01:00 command.go:96: 1529657857,,ui,message, ubuntu-docker: Get:38 http://archive.ubuntu.com/ubuntu xenial/main amd64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB]
TestPackerDockerExampleLocal 2018-06-22T09:57:37+01:00 command.go:96: 1529657857,,ui,message, ubuntu-docker: Get:39 http://archive.ubuntu.com/ubuntu xenial/main amd64 libalgorithm-diff-xs-perl amd64 0.04-4build1 [11.0 kB]
TestPackerDockerExampleLocal 2018-06-22T09:57:37+01:00 command.go:96: 1529657857,,ui,message, ubuntu-docker: Get:40 http://archive.ubuntu.com/ubuntu xenial/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB]
TestPackerDockerExampleLocal 2018-06-22T09:57:37+01:00 command.go:96: 1529657857,,ui,message, ubuntu-docker: Get:41 http://archive.ubuntu.com/ubuntu xenial/main amd64 libfile-fcntllock-perl amd64 0.22-3 [32.0 kB]
TestPackerDockerExampleLocal 2018-06-22T09:57:37+01:00 command.go:96: 1529657857,,ui,message, ubuntu-docker: Get:42 http://archive.ubuntu.com/ubuntu xenial/main amd64 libgmpxx4ldbl amd64 2:6.1.0+dfsg-2 [8948 B]
TestPackerDockerExampleLocal 2018-06-22T09:57:37+01:00 command.go:96: 1529657857,,ui,message, ubuntu-docker: Get:43 http://archive.ubuntu.com/ubuntu xenial/main amd64 libgmp-dev amd64 2:6.1.0+dfsg-2 [314 kB]
TestPackerDockerExampleLocal 2018-06-22T09:57:37+01:00 command.go:96: 1529657857,,ui,message, ubuntu-docker: Get:44 http://archive.ubuntu.com/ubuntu xenial/main amd64 libjs-jquery all 1.11.3+dfsg-4 [161 kB]
TestPackerDockerExampleLocal 2018-06-22T09:57:38+01:00 command.go:96: 1529657858,,ui,message, ubuntu-docker: Get:45 http://archive.ubuntu.com/ubuntu xenial/main amd64 manpages-dev all 4.04-2 [2048 kB]
TestPackerDockerExampleLocal 2018-06-22T09:57:38+01:00 command.go:96: 1529657858,,ui,message, ubuntu-docker: Get:46 http://archive.ubuntu.com/ubuntu xenial/main amd64 rubygems-integration all 1.10 [4966 B]
TestPackerDockerExampleLocal 2018-06-22T09:57:38+01:00 command.go:96: 1529657858,,ui,message, ubuntu-docker: Get:47 http://archive.ubuntu.com/ubuntu xenial/main amd64 ruby-did-you-mean all 1.0.0-2 [8390 B]
TestPackerDockerExampleLocal 2018-06-22T09:57:38+01:00 command.go:96: 1529657858,,ui,message, ubuntu-docker: Get:48 http://archive.ubuntu.com/ubuntu xenial/main amd64 ruby-minitest all 5.8.4-2 [36.6 kB]
TestPackerDockerExampleLocal 2018-06-22T09:57:38+01:00 command.go:96: 1529657858,,ui,message, ubuntu-docker: Get:49 http://archive.ubuntu.com/ubuntu xenial/main amd64 ruby-net-telnet all 0.1.1-2 [12.6 kB]
TestPackerDockerExampleLocal 2018-06-22T09:57:38+01:00 command.go:96: 1529657858,,ui,message, ubuntu-docker: Get:50 http://archive.ubuntu.com/ubuntu xenial/main amd64 ruby-power-assert all 0.2.7-1 [7668 B]
TestPackerDockerExampleLocal 2018-06-22T09:57:38+01:00 command.go:96: 1529657858,,ui,message, ubuntu-docker: Get:51 http://archive.ubuntu.com/ubuntu xenial/main amd64 ruby-test-unit all 3.1.7-2 [60.3 kB]
TestPackerDockerExampleLocal 2018-06-22T09:57:38+01:00 command.go:96: 1529657858,,ui,message, ubuntu-docker: Get:52 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libruby2.3 amd64 2.3.1-2~16.04.10 [2960 kB]
TestPackerDockerExampleLocal 2018-06-22T09:57:40+01:00 command.go:96: 1529657860,,ui,message, ubuntu-docker: Get:53 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 ruby2.3 amd64 2.3.1-2~16.04.10 [41.0 kB]
TestPackerDockerExampleLocal 2018-06-22T09:57:40+01:00 command.go:96: 1529657860,,ui,message, ubuntu-docker: Get:54 http://archive.ubuntu.com/ubuntu xenial/main amd64 ruby all 1:2.3.0+1 [5530 B]
TestPackerDockerExampleLocal 2018-06-22T09:57:40+01:00 command.go:96: 1529657860,,ui,message, ubuntu-docker: Get:55 http://archive.ubuntu.com/ubuntu xenial/main amd64 rake all 10.5.0-2 [48.2 kB]
TestPackerDockerExampleLocal 2018-06-22T09:57:40+01:00 command.go:96: 1529657860,,ui,message, ubuntu-docker: Get:56 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 ruby2.3-dev amd64 2.3.1-2~16.04.10 [1034 kB]
TestPackerDockerExampleLocal 2018-06-22T09:57:40+01:00 command.go:96: 1529657860,,ui,message, ubuntu-docker: Get:57 http://archive.ubuntu.com/ubuntu xenial/main amd64 ruby-dev amd64 1:2.3.0+1 [4408 B]
TestPackerDockerExampleLocal 2018-06-22T09:57:40+01:00 command.go:96: 1529657860,,ui,message, ubuntu-docker: Get:58 http://archive.ubuntu.com/ubuntu xenial/main amd64 unzip amd64 6.0-20ubuntu1 [158 kB]
TestPackerDockerExampleLocal 2018-06-22T09:57:40+01:00 command.go:96: 1529657860,,ui,message, ubuntu-docker: Get:59 http://archive.ubuntu.com/ubuntu xenial/main amd64 zip amd64 3.0-11 [158 kB]
TestPackerDockerExampleLocal 2018-06-22T09:57:40+01:00 command.go:96: 1529657860,,ui,message, ubuntu-docker: Get:60 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 zlib1g-dev amd64 1:1.2.8.dfsg-2ubuntu4.1 [168 kB]
TestPackerDockerExampleLocal 2018-06-22T09:57:41+01:00 command.go:96: 1529657861,,ui,message, ubuntu-docker: debconf: delaying package configuration%!(PACKER_COMMA) since apt-utils is not installed
TestPackerDockerExampleLocal 2018-06-22T09:57:41+01:00 command.go:96: 1529657861,,ui,message, ubuntu-docker: Fetched 47.7 MB in 21s (2239 kB/s)
TestPackerDockerExampleLocal 2018-06-22T09:57:41+01:00 command.go:96: 1529657861,,ui,message, ubuntu-docker: Selecting previously unselected package fonts-lato.
TestPackerDockerExampleLocal 2018-06-22T09:57:41+01:00 command.go:96: 1529657861,,ui,message, ubuntu-docker: (Reading database ... 13717 files and directories currently installed.)
TestPackerDockerExampleLocal 2018-06-22T09:57:41+01:00 command.go:96: 1529657861,,ui,message, ubuntu-docker: Preparing to unpack .../fonts-lato_2.0-1_all.deb ...
TestPackerDockerExampleLocal 2018-06-22T09:57:41+01:00 command.go:96: 1529657861,,ui,message, ubuntu-docker: Unpacking fonts-lato (2.0-1) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:41+01:00 command.go:96: 1529657861,,ui,message, ubuntu-docker: Selecting previously unselected package libyaml-0-2:amd64.
TestPackerDockerExampleLocal 2018-06-22T09:57:41+01:00 command.go:96: 1529657861,,ui,message, ubuntu-docker: Preparing to unpack .../libyaml-0-2_0.1.6-3_amd64.deb ...
TestPackerDockerExampleLocal 2018-06-22T09:57:41+01:00 command.go:96: 1529657861,,ui,message, ubuntu-docker: Unpacking libyaml-0-2:amd64 (0.1.6-3) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:41+01:00 command.go:96: 1529657861,,ui,message, ubuntu-docker: Selecting previously unselected package libmpfr4:amd64.
TestPackerDockerExampleLocal 2018-06-22T09:57:41+01:00 command.go:96: 1529657861,,ui,message, ubuntu-docker: Preparing to unpack .../libmpfr4_3.1.4-1_amd64.deb ...
TestPackerDockerExampleLocal 2018-06-22T09:57:41+01:00 command.go:96: 1529657861,,ui,message, ubuntu-docker: Unpacking libmpfr4:amd64 (3.1.4-1) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:41+01:00 command.go:96: 1529657861,,ui,message, ubuntu-docker: Selecting previously unselected package libmpc3:amd64.
TestPackerDockerExampleLocal 2018-06-22T09:57:41+01:00 command.go:96: 1529657861,,ui,message, ubuntu-docker: Preparing to unpack .../libmpc3_1.0.3-1_amd64.deb ...
TestPackerDockerExampleLocal 2018-06-22T09:57:41+01:00 command.go:96: 1529657861,,ui,message, ubuntu-docker: Unpacking libmpc3:amd64 (1.0.3-1) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:41+01:00 command.go:96: 1529657861,,ui,message, ubuntu-docker: Selecting previously unselected package bzip2.
TestPackerDockerExampleLocal 2018-06-22T09:57:41+01:00 command.go:96: 1529657861,,ui,message, ubuntu-docker: Preparing to unpack .../bzip2_1.0.6-8_amd64.deb ...
TestPackerDockerExampleLocal 2018-06-22T09:57:41+01:00 command.go:96: 1529657861,,ui,message, ubuntu-docker: Unpacking bzip2 (1.0.6-8) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:41+01:00 command.go:96: 1529657861,,ui,message, ubuntu-docker: Selecting previously unselected package manpages.
TestPackerDockerExampleLocal 2018-06-22T09:57:41+01:00 command.go:96: 1529657861,,ui,message, ubuntu-docker: Preparing to unpack .../manpages_4.04-2_all.deb ...
TestPackerDockerExampleLocal 2018-06-22T09:57:41+01:00 command.go:96: 1529657861,,ui,message, ubuntu-docker: Unpacking manpages (4.04-2) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:41+01:00 command.go:96: 1529657861,,ui,message, ubuntu-docker: Selecting previously unselected package binutils.
TestPackerDockerExampleLocal 2018-06-22T09:57:41+01:00 command.go:96: 1529657861,,ui,message, ubuntu-docker: Preparing to unpack .../binutils_2.26.1-1ubuntu1~16.04.6_amd64.deb ...
TestPackerDockerExampleLocal 2018-06-22T09:57:41+01:00 command.go:96: 1529657861,,ui,message, ubuntu-docker: Unpacking binutils (2.26.1-1ubuntu1~16.04.6) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:42+01:00 command.go:96: 1529657862,,ui,message, ubuntu-docker: Selecting previously unselected package libc-dev-bin.
TestPackerDockerExampleLocal 2018-06-22T09:57:42+01:00 command.go:96: 1529657862,,ui,message, ubuntu-docker: Preparing to unpack .../libc-dev-bin_2.23-0ubuntu10_amd64.deb ...
TestPackerDockerExampleLocal 2018-06-22T09:57:42+01:00 command.go:96: 1529657862,,ui,message, ubuntu-docker: Unpacking libc-dev-bin (2.23-0ubuntu10) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:42+01:00 command.go:96: 1529657862,,ui,message, ubuntu-docker: Selecting previously unselected package linux-libc-dev:amd64.
TestPackerDockerExampleLocal 2018-06-22T09:57:42+01:00 command.go:96: 1529657862,,ui,message, ubuntu-docker: Preparing to unpack .../linux-libc-dev_4.4.0-128.154_amd64.deb ...
TestPackerDockerExampleLocal 2018-06-22T09:57:42+01:00 command.go:96: 1529657862,,ui,message, ubuntu-docker: Unpacking linux-libc-dev:amd64 (4.4.0-128.154) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:42+01:00 command.go:96: 1529657862,,ui,message, ubuntu-docker: Selecting previously unselected package libc6-dev:amd64.
TestPackerDockerExampleLocal 2018-06-22T09:57:42+01:00 command.go:96: 1529657862,,ui,message, ubuntu-docker: Preparing to unpack .../libc6-dev_2.23-0ubuntu10_amd64.deb ...
TestPackerDockerExampleLocal 2018-06-22T09:57:42+01:00 command.go:96: 1529657862,,ui,message, ubuntu-docker: Unpacking libc6-dev:amd64 (2.23-0ubuntu10) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:42+01:00 command.go:96: 1529657862,,ui,message, ubuntu-docker: Selecting previously unselected package libisl15:amd64.
TestPackerDockerExampleLocal 2018-06-22T09:57:42+01:00 command.go:96: 1529657862,,ui,message, ubuntu-docker: Preparing to unpack .../libisl15_0.16.1-1_amd64.deb ...
TestPackerDockerExampleLocal 2018-06-22T09:57:42+01:00 command.go:96: 1529657862,,ui,message, ubuntu-docker: Unpacking libisl15:amd64 (0.16.1-1) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:42+01:00 command.go:96: 1529657862,,ui,message, ubuntu-docker: Selecting previously unselected package cpp-5.
TestPackerDockerExampleLocal 2018-06-22T09:57:42+01:00 command.go:96: 1529657862,,ui,message, ubuntu-docker: Preparing to unpack .../cpp-5_5.4.0-6ubuntu1~16.04.9_amd64.deb ...
TestPackerDockerExampleLocal 2018-06-22T09:57:42+01:00 command.go:96: 1529657862,,ui,message, ubuntu-docker: Unpacking cpp-5 (5.4.0-6ubuntu1~16.04.9) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:43+01:00 command.go:96: 1529657863,,ui,message, ubuntu-docker: Selecting previously unselected package cpp.
TestPackerDockerExampleLocal 2018-06-22T09:57:43+01:00 command.go:96: 1529657863,,ui,message, ubuntu-docker: Preparing to unpack .../cpp_4%3a5.3.1-1ubuntu1_amd64.deb ...
TestPackerDockerExampleLocal 2018-06-22T09:57:43+01:00 command.go:96: 1529657863,,ui,message, ubuntu-docker: Unpacking cpp (4:5.3.1-1ubuntu1) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:43+01:00 command.go:96: 1529657863,,ui,message, ubuntu-docker: Selecting previously unselected package libcc1-0:amd64.
TestPackerDockerExampleLocal 2018-06-22T09:57:43+01:00 command.go:96: 1529657863,,ui,message, ubuntu-docker: Preparing to unpack .../libcc1-0_5.4.0-6ubuntu1~16.04.9_amd64.deb ...
TestPackerDockerExampleLocal 2018-06-22T09:57:43+01:00 command.go:96: 1529657863,,ui,message, ubuntu-docker: Unpacking libcc1-0:amd64 (5.4.0-6ubuntu1~16.04.9) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:43+01:00 command.go:96: 1529657863,,ui,message, ubuntu-docker: Selecting previously unselected package libgomp1:amd64.
TestPackerDockerExampleLocal 2018-06-22T09:57:43+01:00 command.go:96: 1529657863,,ui,message, ubuntu-docker: Preparing to unpack .../libgomp1_5.4.0-6ubuntu1~16.04.9_amd64.deb ...
TestPackerDockerExampleLocal 2018-06-22T09:57:43+01:00 command.go:96: 1529657863,,ui,message, ubuntu-docker: Unpacking libgomp1:amd64 (5.4.0-6ubuntu1~16.04.9) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:43+01:00 command.go:96: 1529657863,,ui,message, ubuntu-docker: Selecting previously unselected package libitm1:amd64.
TestPackerDockerExampleLocal 2018-06-22T09:57:43+01:00 command.go:96: 1529657863,,ui,message, ubuntu-docker: Preparing to unpack .../libitm1_5.4.0-6ubuntu1~16.04.9_amd64.deb ...
TestPackerDockerExampleLocal 2018-06-22T09:57:43+01:00 command.go:96: 1529657863,,ui,message, ubuntu-docker: Unpacking libitm1:amd64 (5.4.0-6ubuntu1~16.04.9) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:43+01:00 command.go:96: 1529657863,,ui,message, ubuntu-docker: Selecting previously unselected package libatomic1:amd64.
TestPackerDockerExampleLocal 2018-06-22T09:57:43+01:00 command.go:96: 1529657863,,ui,message, ubuntu-docker: Preparing to unpack .../libatomic1_5.4.0-6ubuntu1~16.04.9_amd64.deb ...
TestPackerDockerExampleLocal 2018-06-22T09:57:43+01:00 command.go:96: 1529657863,,ui,message, ubuntu-docker: Unpacking libatomic1:amd64 (5.4.0-6ubuntu1~16.04.9) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:43+01:00 command.go:96: 1529657863,,ui,message, ubuntu-docker: Selecting previously unselected package libasan2:amd64.
TestPackerDockerExampleLocal 2018-06-22T09:57:43+01:00 command.go:96: 1529657863,,ui,message, ubuntu-docker: Preparing to unpack .../libasan2_5.4.0-6ubuntu1~16.04.9_amd64.deb ...
TestPackerDockerExampleLocal 2018-06-22T09:57:43+01:00 command.go:96: 1529657863,,ui,message, ubuntu-docker: Unpacking libasan2:amd64 (5.4.0-6ubuntu1~16.04.9) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:43+01:00 command.go:96: 1529657863,,ui,message, ubuntu-docker: Selecting previously unselected package liblsan0:amd64.
TestPackerDockerExampleLocal 2018-06-22T09:57:43+01:00 command.go:96: 1529657863,,ui,message, ubuntu-docker: Preparing to unpack .../liblsan0_5.4.0-6ubuntu1~16.04.9_amd64.deb ...
TestPackerDockerExampleLocal 2018-06-22T09:57:43+01:00 command.go:96: 1529657863,,ui,message, ubuntu-docker: Unpacking liblsan0:amd64 (5.4.0-6ubuntu1~16.04.9) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:43+01:00 command.go:96: 1529657863,,ui,message, ubuntu-docker: Selecting previously unselected package libtsan0:amd64.
TestPackerDockerExampleLocal 2018-06-22T09:57:43+01:00 command.go:96: 1529657863,,ui,message, ubuntu-docker: Preparing to unpack .../libtsan0_5.4.0-6ubuntu1~16.04.9_amd64.deb ...
TestPackerDockerExampleLocal 2018-06-22T09:57:43+01:00 command.go:96: 1529657863,,ui,message, ubuntu-docker: Unpacking libtsan0:amd64 (5.4.0-6ubuntu1~16.04.9) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:43+01:00 command.go:96: 1529657863,,ui,message, ubuntu-docker: Selecting previously unselected package libubsan0:amd64.
TestPackerDockerExampleLocal 2018-06-22T09:57:43+01:00 command.go:96: 1529657863,,ui,message, ubuntu-docker: Preparing to unpack .../libubsan0_5.4.0-6ubuntu1~16.04.9_amd64.deb ...
TestPackerDockerExampleLocal 2018-06-22T09:57:43+01:00 command.go:96: 1529657863,,ui,message, ubuntu-docker: Unpacking libubsan0:amd64 (5.4.0-6ubuntu1~16.04.9) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:43+01:00 command.go:96: 1529657863,,ui,message, ubuntu-docker: Selecting previously unselected package libcilkrts5:amd64.
TestPackerDockerExampleLocal 2018-06-22T09:57:43+01:00 command.go:96: 1529657863,,ui,message, ubuntu-docker: Preparing to unpack .../libcilkrts5_5.4.0-6ubuntu1~16.04.9_amd64.deb ...
TestPackerDockerExampleLocal 2018-06-22T09:57:43+01:00 command.go:96: 1529657863,,ui,message, ubuntu-docker: Unpacking libcilkrts5:amd64 (5.4.0-6ubuntu1~16.04.9) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:43+01:00 command.go:96: 1529657863,,ui,message, ubuntu-docker: Selecting previously unselected package libmpx0:amd64.
TestPackerDockerExampleLocal 2018-06-22T09:57:43+01:00 command.go:96: 1529657863,,ui,message, ubuntu-docker: Preparing to unpack .../libmpx0_5.4.0-6ubuntu1~16.04.9_amd64.deb ...
TestPackerDockerExampleLocal 2018-06-22T09:57:43+01:00 command.go:96: 1529657863,,ui,message, ubuntu-docker: Unpacking libmpx0:amd64 (5.4.0-6ubuntu1~16.04.9) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:43+01:00 command.go:96: 1529657863,,ui,message, ubuntu-docker: Selecting previously unselected package libquadmath0:amd64.
TestPackerDockerExampleLocal 2018-06-22T09:57:43+01:00 command.go:96: 1529657863,,ui,message, ubuntu-docker: Preparing to unpack .../libquadmath0_5.4.0-6ubuntu1~16.04.9_amd64.deb ...
TestPackerDockerExampleLocal 2018-06-22T09:57:43+01:00 command.go:96: 1529657863,,ui,message, ubuntu-docker: Unpacking libquadmath0:amd64 (5.4.0-6ubuntu1~16.04.9) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:43+01:00 command.go:96: 1529657863,,ui,message, ubuntu-docker: Selecting previously unselected package libgcc-5-dev:amd64.
TestPackerDockerExampleLocal 2018-06-22T09:57:43+01:00 command.go:96: 1529657863,,ui,message, ubuntu-docker: Preparing to unpack .../libgcc-5-dev_5.4.0-6ubuntu1~16.04.9_amd64.deb ...
TestPackerDockerExampleLocal 2018-06-22T09:57:43+01:00 command.go:96: 1529657863,,ui,message, ubuntu-docker: Unpacking libgcc-5-dev:amd64 (5.4.0-6ubuntu1~16.04.9) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:43+01:00 command.go:96: 1529657863,,ui,message, ubuntu-docker: Selecting previously unselected package gcc-5.
TestPackerDockerExampleLocal 2018-06-22T09:57:43+01:00 command.go:96: 1529657863,,ui,message, ubuntu-docker: Preparing to unpack .../gcc-5_5.4.0-6ubuntu1~16.04.9_amd64.deb ...
TestPackerDockerExampleLocal 2018-06-22T09:57:43+01:00 command.go:96: 1529657863,,ui,message, ubuntu-docker: Unpacking gcc-5 (5.4.0-6ubuntu1~16.04.9) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:44+01:00 command.go:96: 1529657864,,ui,message, ubuntu-docker: Selecting previously unselected package gcc.
TestPackerDockerExampleLocal 2018-06-22T09:57:44+01:00 command.go:96: 1529657864,,ui,message, ubuntu-docker: Preparing to unpack .../gcc_4%3a5.3.1-1ubuntu1_amd64.deb ...
TestPackerDockerExampleLocal 2018-06-22T09:57:44+01:00 command.go:96: 1529657864,,ui,message, ubuntu-docker: Unpacking gcc (4:5.3.1-1ubuntu1) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:44+01:00 command.go:96: 1529657864,,ui,message, ubuntu-docker: Selecting previously unselected package libstdc++-5-dev:amd64.
TestPackerDockerExampleLocal 2018-06-22T09:57:44+01:00 command.go:96: 1529657864,,ui,message, ubuntu-docker: Preparing to unpack .../libstdc++-5-dev_5.4.0-6ubuntu1~16.04.9_amd64.deb ...
TestPackerDockerExampleLocal 2018-06-22T09:57:44+01:00 command.go:96: 1529657864,,ui,message, ubuntu-docker: Unpacking libstdc++-5-dev:amd64 (5.4.0-6ubuntu1~16.04.9) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:45+01:00 command.go:96: 1529657865,,ui,message, ubuntu-docker: Selecting previously unselected package g++-5.
TestPackerDockerExampleLocal 2018-06-22T09:57:45+01:00 command.go:96: 1529657865,,ui,message, ubuntu-docker: Preparing to unpack .../g++-5_5.4.0-6ubuntu1~16.04.9_amd64.deb ...
TestPackerDockerExampleLocal 2018-06-22T09:57:45+01:00 command.go:96: 1529657865,,ui,message, ubuntu-docker: Unpacking g++-5 (5.4.0-6ubuntu1~16.04.9) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:45+01:00 command.go:96: 1529657865,,ui,message, ubuntu-docker: Selecting previously unselected package g++.
TestPackerDockerExampleLocal 2018-06-22T09:57:45+01:00 command.go:96: 1529657865,,ui,message, ubuntu-docker: Preparing to unpack .../g++_4%3a5.3.1-1ubuntu1_amd64.deb ...
TestPackerDockerExampleLocal 2018-06-22T09:57:45+01:00 command.go:96: 1529657865,,ui,message, ubuntu-docker: Unpacking g++ (4:5.3.1-1ubuntu1) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:45+01:00 command.go:96: 1529657865,,ui,message, ubuntu-docker: Selecting previously unselected package make.
TestPackerDockerExampleLocal 2018-06-22T09:57:45+01:00 command.go:96: 1529657865,,ui,message, ubuntu-docker: Preparing to unpack .../archives/make_4.1-6_amd64.deb ...
TestPackerDockerExampleLocal 2018-06-22T09:57:45+01:00 command.go:96: 1529657865,,ui,message, ubuntu-docker: Unpacking make (4.1-6) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:45+01:00 command.go:96: 1529657865,,ui,message, ubuntu-docker: Selecting previously unselected package libdpkg-perl.
TestPackerDockerExampleLocal 2018-06-22T09:57:45+01:00 command.go:96: 1529657865,,ui,message, ubuntu-docker: Preparing to unpack .../libdpkg-perl_1.18.4ubuntu1.4_all.deb ...
TestPackerDockerExampleLocal 2018-06-22T09:57:45+01:00 command.go:96: 1529657865,,ui,message, ubuntu-docker: Unpacking libdpkg-perl (1.18.4ubuntu1.4) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:45+01:00 command.go:96: 1529657865,,ui,message, ubuntu-docker: Selecting previously unselected package dpkg-dev.
TestPackerDockerExampleLocal 2018-06-22T09:57:45+01:00 command.go:96: 1529657865,,ui,message, ubuntu-docker: Preparing to unpack .../dpkg-dev_1.18.4ubuntu1.4_all.deb ...
TestPackerDockerExampleLocal 2018-06-22T09:57:46+01:00 command.go:96: 1529657866,,ui,message, ubuntu-docker: Unpacking dpkg-dev (1.18.4ubuntu1.4) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:46+01:00 command.go:96: 1529657866,,ui,message, ubuntu-docker: Selecting previously unselected package build-essential.
TestPackerDockerExampleLocal 2018-06-22T09:57:46+01:00 command.go:96: 1529657866,,ui,message, ubuntu-docker: Preparing to unpack .../build-essential_12.1ubuntu2_amd64.deb ...
TestPackerDockerExampleLocal 2018-06-22T09:57:46+01:00 command.go:96: 1529657866,,ui,message, ubuntu-docker: Unpacking build-essential (12.1ubuntu2) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:46+01:00 command.go:96: 1529657866,,ui,message, ubuntu-docker: Selecting previously unselected package libfakeroot:amd64.
TestPackerDockerExampleLocal 2018-06-22T09:57:46+01:00 command.go:96: 1529657866,,ui,message, ubuntu-docker: Preparing to unpack .../libfakeroot_1.20.2-1ubuntu1_amd64.deb ...
TestPackerDockerExampleLocal 2018-06-22T09:57:46+01:00 command.go:96: 1529657866,,ui,message, ubuntu-docker: Unpacking libfakeroot:amd64 (1.20.2-1ubuntu1) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:46+01:00 command.go:96: 1529657866,,ui,message, ubuntu-docker: Selecting previously unselected package fakeroot.
TestPackerDockerExampleLocal 2018-06-22T09:57:46+01:00 command.go:96: 1529657866,,ui,message, ubuntu-docker: Preparing to unpack .../fakeroot_1.20.2-1ubuntu1_amd64.deb ...
TestPackerDockerExampleLocal 2018-06-22T09:57:46+01:00 command.go:96: 1529657866,,ui,message, ubuntu-docker: Unpacking fakeroot (1.20.2-1ubuntu1) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:46+01:00 command.go:96: 1529657866,,ui,message, ubuntu-docker: Selecting previously unselected package javascript-common.
TestPackerDockerExampleLocal 2018-06-22T09:57:46+01:00 command.go:96: 1529657866,,ui,message, ubuntu-docker: Preparing to unpack .../javascript-common_11_all.deb ...
TestPackerDockerExampleLocal 2018-06-22T09:57:46+01:00 command.go:96: 1529657866,,ui,message, ubuntu-docker: Unpacking javascript-common (11) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:46+01:00 command.go:96: 1529657866,,ui,message, ubuntu-docker: Selecting previously unselected package libalgorithm-diff-perl.
TestPackerDockerExampleLocal 2018-06-22T09:57:46+01:00 command.go:96: 1529657866,,ui,message, ubuntu-docker: Preparing to unpack .../libalgorithm-diff-perl_1.19.03-1_all.deb ...
TestPackerDockerExampleLocal 2018-06-22T09:57:46+01:00 command.go:96: 1529657866,,ui,message, ubuntu-docker: Unpacking libalgorithm-diff-perl (1.19.03-1) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:46+01:00 command.go:96: 1529657866,,ui,message, ubuntu-docker: Selecting previously unselected package libalgorithm-diff-xs-perl.
TestPackerDockerExampleLocal 2018-06-22T09:57:46+01:00 command.go:96: 1529657866,,ui,message, ubuntu-docker: Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-4build1_amd64.deb ...
TestPackerDockerExampleLocal 2018-06-22T09:57:46+01:00 command.go:96: 1529657866,,ui,message, ubuntu-docker: Unpacking libalgorithm-diff-xs-perl (0.04-4build1) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:46+01:00 command.go:96: 1529657866,,ui,message, ubuntu-docker: Selecting previously unselected package libalgorithm-merge-perl.
TestPackerDockerExampleLocal 2018-06-22T09:57:46+01:00 command.go:96: 1529657866,,ui,message, ubuntu-docker: Preparing to unpack .../libalgorithm-merge-perl_0.08-3_all.deb ...
TestPackerDockerExampleLocal 2018-06-22T09:57:46+01:00 command.go:96: 1529657866,,ui,message, ubuntu-docker: Unpacking libalgorithm-merge-perl (0.08-3) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:46+01:00 command.go:96: 1529657866,,ui,message, ubuntu-docker: Selecting previously unselected package libfile-fcntllock-perl.
TestPackerDockerExampleLocal 2018-06-22T09:57:46+01:00 command.go:96: 1529657866,,ui,message, ubuntu-docker: Preparing to unpack .../libfile-fcntllock-perl_0.22-3_amd64.deb ...
TestPackerDockerExampleLocal 2018-06-22T09:57:46+01:00 command.go:96: 1529657866,,ui,message, ubuntu-docker: Unpacking libfile-fcntllock-perl (0.22-3) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:46+01:00 command.go:96: 1529657866,,ui,message, ubuntu-docker: Selecting previously unselected package libgmpxx4ldbl:amd64.
TestPackerDockerExampleLocal 2018-06-22T09:57:46+01:00 command.go:96: 1529657866,,ui,message, ubuntu-docker: Preparing to unpack .../libgmpxx4ldbl_2%3a6.1.0+dfsg-2_amd64.deb ...
TestPackerDockerExampleLocal 2018-06-22T09:57:46+01:00 command.go:96: 1529657866,,ui,message, ubuntu-docker: Unpacking libgmpxx4ldbl:amd64 (2:6.1.0+dfsg-2) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:46+01:00 command.go:96: 1529657866,,ui,message, ubuntu-docker: Selecting previously unselected package libgmp-dev:amd64.
TestPackerDockerExampleLocal 2018-06-22T09:57:46+01:00 command.go:96: 1529657866,,ui,message, ubuntu-docker: Preparing to unpack .../libgmp-dev_2%3a6.1.0+dfsg-2_amd64.deb ...
TestPackerDockerExampleLocal 2018-06-22T09:57:46+01:00 command.go:96: 1529657866,,ui,message, ubuntu-docker: Unpacking libgmp-dev:amd64 (2:6.1.0+dfsg-2) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:46+01:00 command.go:96: 1529657866,,ui,message, ubuntu-docker: Selecting previously unselected package libjs-jquery.
TestPackerDockerExampleLocal 2018-06-22T09:57:46+01:00 command.go:96: 1529657866,,ui,message, ubuntu-docker: Preparing to unpack .../libjs-jquery_1.11.3+dfsg-4_all.deb ...
TestPackerDockerExampleLocal 2018-06-22T09:57:46+01:00 command.go:96: 1529657866,,ui,message, ubuntu-docker: Unpacking libjs-jquery (1.11.3+dfsg-4) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:46+01:00 command.go:96: 1529657866,,ui,message, ubuntu-docker: Selecting previously unselected package manpages-dev.
TestPackerDockerExampleLocal 2018-06-22T09:57:46+01:00 command.go:96: 1529657866,,ui,message, ubuntu-docker: Preparing to unpack .../manpages-dev_4.04-2_all.deb ...
TestPackerDockerExampleLocal 2018-06-22T09:57:46+01:00 command.go:96: 1529657866,,ui,message, ubuntu-docker: Unpacking manpages-dev (4.04-2) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:46+01:00 command.go:96: 1529657866,,ui,message, ubuntu-docker: Selecting previously unselected package rubygems-integration.
TestPackerDockerExampleLocal 2018-06-22T09:57:46+01:00 command.go:96: 1529657866,,ui,message, ubuntu-docker: Preparing to unpack .../rubygems-integration_1.10_all.deb ...
TestPackerDockerExampleLocal 2018-06-22T09:57:46+01:00 command.go:96: 1529657866,,ui,message, ubuntu-docker: Unpacking rubygems-integration (1.10) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:46+01:00 command.go:96: 1529657866,,ui,message, ubuntu-docker: Selecting previously unselected package ruby-did-you-mean.
TestPackerDockerExampleLocal 2018-06-22T09:57:46+01:00 command.go:96: 1529657866,,ui,message, ubuntu-docker: Preparing to unpack .../ruby-did-you-mean_1.0.0-2_all.deb ...
TestPackerDockerExampleLocal 2018-06-22T09:57:46+01:00 command.go:96: 1529657866,,ui,message, ubuntu-docker: Unpacking ruby-did-you-mean (1.0.0-2) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:46+01:00 command.go:96: 1529657866,,ui,message, ubuntu-docker: Selecting previously unselected package ruby-minitest.
TestPackerDockerExampleLocal 2018-06-22T09:57:46+01:00 command.go:96: 1529657866,,ui,message, ubuntu-docker: Preparing to unpack .../ruby-minitest_5.8.4-2_all.deb ...
TestPackerDockerExampleLocal 2018-06-22T09:57:46+01:00 command.go:96: 1529657866,,ui,message, ubuntu-docker: Unpacking ruby-minitest (5.8.4-2) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:46+01:00 command.go:96: 1529657866,,ui,message, ubuntu-docker: Selecting previously unselected package ruby-net-telnet.
TestPackerDockerExampleLocal 2018-06-22T09:57:46+01:00 command.go:96: 1529657866,,ui,message, ubuntu-docker: Preparing to unpack .../ruby-net-telnet_0.1.1-2_all.deb ...
TestPackerDockerExampleLocal 2018-06-22T09:57:46+01:00 command.go:96: 1529657866,,ui,message, ubuntu-docker: Unpacking ruby-net-telnet (0.1.1-2) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:46+01:00 command.go:96: 1529657866,,ui,message, ubuntu-docker: Selecting previously unselected package ruby-power-assert.
TestPackerDockerExampleLocal 2018-06-22T09:57:46+01:00 command.go:96: 1529657866,,ui,message, ubuntu-docker: Preparing to unpack .../ruby-power-assert_0.2.7-1_all.deb ...
TestPackerDockerExampleLocal 2018-06-22T09:57:46+01:00 command.go:96: 1529657866,,ui,message, ubuntu-docker: Unpacking ruby-power-assert (0.2.7-1) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:46+01:00 command.go:96: 1529657866,,ui,message, ubuntu-docker: Selecting previously unselected package ruby-test-unit.
TestPackerDockerExampleLocal 2018-06-22T09:57:46+01:00 command.go:96: 1529657866,,ui,message, ubuntu-docker: Preparing to unpack .../ruby-test-unit_3.1.7-2_all.deb ...
TestPackerDockerExampleLocal 2018-06-22T09:57:46+01:00 command.go:96: 1529657866,,ui,message, ubuntu-docker: Unpacking ruby-test-unit (3.1.7-2) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:46+01:00 command.go:96: 1529657866,,ui,message, ubuntu-docker: Selecting previously unselected package libruby2.3:amd64.
TestPackerDockerExampleLocal 2018-06-22T09:57:46+01:00 command.go:96: 1529657866,,ui,message, ubuntu-docker: Preparing to unpack .../libruby2.3_2.3.1-2~16.04.10_amd64.deb ...
TestPackerDockerExampleLocal 2018-06-22T09:57:46+01:00 command.go:96: 1529657866,,ui,message, ubuntu-docker: Unpacking libruby2.3:amd64 (2.3.1-2~16.04.10) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:47+01:00 command.go:96: 1529657867,,ui,message, ubuntu-docker: Selecting previously unselected package ruby2.3.
TestPackerDockerExampleLocal 2018-06-22T09:57:47+01:00 command.go:96: 1529657867,,ui,message, ubuntu-docker: Preparing to unpack .../ruby2.3_2.3.1-2~16.04.10_amd64.deb ...
TestPackerDockerExampleLocal 2018-06-22T09:57:47+01:00 command.go:96: 1529657867,,ui,message, ubuntu-docker: Unpacking ruby2.3 (2.3.1-2~16.04.10) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:47+01:00 command.go:96: 1529657867,,ui,message, ubuntu-docker: Selecting previously unselected package ruby.
TestPackerDockerExampleLocal 2018-06-22T09:57:47+01:00 command.go:96: 1529657867,,ui,message, ubuntu-docker: Preparing to unpack .../ruby_1%3a2.3.0+1_all.deb ...
TestPackerDockerExampleLocal 2018-06-22T09:57:47+01:00 command.go:96: 1529657867,,ui,message, ubuntu-docker: Unpacking ruby (1:2.3.0+1) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:47+01:00 command.go:96: 1529657867,,ui,message, ubuntu-docker: Selecting previously unselected package rake.
TestPackerDockerExampleLocal 2018-06-22T09:57:47+01:00 command.go:96: 1529657867,,ui,message, ubuntu-docker: Preparing to unpack .../archives/rake_10.5.0-2_all.deb ...
TestPackerDockerExampleLocal 2018-06-22T09:57:47+01:00 command.go:96: 1529657867,,ui,message, ubuntu-docker: Unpacking rake (10.5.0-2) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:47+01:00 command.go:96: 1529657867,,ui,message, ubuntu-docker: Selecting previously unselected package ruby2.3-dev:amd64.
TestPackerDockerExampleLocal 2018-06-22T09:57:47+01:00 command.go:96: 1529657867,,ui,message, ubuntu-docker: Preparing to unpack .../ruby2.3-dev_2.3.1-2~16.04.10_amd64.deb ...
TestPackerDockerExampleLocal 2018-06-22T09:57:47+01:00 command.go:96: 1529657867,,ui,message, ubuntu-docker: Unpacking ruby2.3-dev:amd64 (2.3.1-2~16.04.10) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:47+01:00 command.go:96: 1529657867,,ui,message, ubuntu-docker: Selecting previously unselected package ruby-dev:amd64.
TestPackerDockerExampleLocal 2018-06-22T09:57:47+01:00 command.go:96: 1529657867,,ui,message, ubuntu-docker: Preparing to unpack .../ruby-dev_1%3a2.3.0+1_amd64.deb ...
TestPackerDockerExampleLocal 2018-06-22T09:57:47+01:00 command.go:96: 1529657867,,ui,message, ubuntu-docker: Unpacking ruby-dev:amd64 (1:2.3.0+1) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:47+01:00 command.go:96: 1529657867,,ui,message, ubuntu-docker: Selecting previously unselected package unzip.
TestPackerDockerExampleLocal 2018-06-22T09:57:47+01:00 command.go:96: 1529657867,,ui,message, ubuntu-docker: Preparing to unpack .../unzip_6.0-20ubuntu1_amd64.deb ...
TestPackerDockerExampleLocal 2018-06-22T09:57:47+01:00 command.go:96: 1529657867,,ui,message, ubuntu-docker: Unpacking unzip (6.0-20ubuntu1) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:47+01:00 command.go:96: 1529657867,,ui,message, ubuntu-docker: Selecting previously unselected package zip.
TestPackerDockerExampleLocal 2018-06-22T09:57:47+01:00 command.go:96: 1529657867,,ui,message, ubuntu-docker: Preparing to unpack .../archives/zip_3.0-11_amd64.deb ...
TestPackerDockerExampleLocal 2018-06-22T09:57:47+01:00 command.go:96: 1529657867,,ui,message, ubuntu-docker: Unpacking zip (3.0-11) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:47+01:00 command.go:96: 1529657867,,ui,message, ubuntu-docker: Selecting previously unselected package zlib1g-dev:amd64.
TestPackerDockerExampleLocal 2018-06-22T09:57:47+01:00 command.go:96: 1529657867,,ui,message, ubuntu-docker: Preparing to unpack .../zlib1g-dev_1%3a1.2.8.dfsg-2ubuntu4.1_amd64.deb ...
TestPackerDockerExampleLocal 2018-06-22T09:57:47+01:00 command.go:96: 1529657867,,ui,message, ubuntu-docker: Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-2ubuntu4.1) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:47+01:00 command.go:96: 1529657867,,ui,message, ubuntu-docker: Processing triggers for libc-bin (2.23-0ubuntu10) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:48+01:00 command.go:96: 1529657868,,ui,message, ubuntu-docker: Processing triggers for mime-support (3.59ubuntu1) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:48+01:00 command.go:96: 1529657868,,ui,message, ubuntu-docker: Setting up fonts-lato (2.0-1) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:48+01:00 command.go:96: 1529657868,,ui,message, ubuntu-docker: Setting up libyaml-0-2:amd64 (0.1.6-3) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:48+01:00 command.go:96: 1529657868,,ui,message, ubuntu-docker: Setting up libmpfr4:amd64 (3.1.4-1) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:48+01:00 command.go:96: 1529657868,,ui,message, ubuntu-docker: Setting up libmpc3:amd64 (1.0.3-1) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:48+01:00 command.go:96: 1529657868,,ui,message, ubuntu-docker: Setting up bzip2 (1.0.6-8) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:48+01:00 command.go:96: 1529657868,,ui,message, ubuntu-docker: Setting up manpages (4.04-2) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:48+01:00 command.go:96: 1529657868,,ui,message, ubuntu-docker: Setting up binutils (2.26.1-1ubuntu1~16.04.6) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:48+01:00 command.go:96: 1529657868,,ui,message, ubuntu-docker: Setting up libc-dev-bin (2.23-0ubuntu10) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:48+01:00 command.go:96: 1529657868,,ui,message, ubuntu-docker: Setting up linux-libc-dev:amd64 (4.4.0-128.154) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:48+01:00 command.go:96: 1529657868,,ui,message, ubuntu-docker: Setting up libc6-dev:amd64 (2.23-0ubuntu10) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:48+01:00 command.go:96: 1529657868,,ui,message, ubuntu-docker: Setting up libisl15:amd64 (0.16.1-1) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:48+01:00 command.go:96: 1529657868,,ui,message, ubuntu-docker: Setting up cpp-5 (5.4.0-6ubuntu1~16.04.9) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:48+01:00 command.go:96: 1529657868,,ui,message, ubuntu-docker: Setting up cpp (4:5.3.1-1ubuntu1) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:48+01:00 command.go:96: 1529657868,,ui,message, ubuntu-docker: Setting up libcc1-0:amd64 (5.4.0-6ubuntu1~16.04.9) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:48+01:00 command.go:96: 1529657868,,ui,message, ubuntu-docker: Setting up libgomp1:amd64 (5.4.0-6ubuntu1~16.04.9) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:48+01:00 command.go:96: 1529657868,,ui,message, ubuntu-docker: Setting up libitm1:amd64 (5.4.0-6ubuntu1~16.04.9) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:48+01:00 command.go:96: 1529657868,,ui,message, ubuntu-docker: Setting up libatomic1:amd64 (5.4.0-6ubuntu1~16.04.9) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:48+01:00 command.go:96: 1529657868,,ui,message, ubuntu-docker: Setting up libasan2:amd64 (5.4.0-6ubuntu1~16.04.9) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:48+01:00 command.go:96: 1529657868,,ui,message, ubuntu-docker: Setting up liblsan0:amd64 (5.4.0-6ubuntu1~16.04.9) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:48+01:00 command.go:96: 1529657868,,ui,message, ubuntu-docker: Setting up libtsan0:amd64 (5.4.0-6ubuntu1~16.04.9) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:48+01:00 command.go:96: 1529657868,,ui,message, ubuntu-docker: Setting up libubsan0:amd64 (5.4.0-6ubuntu1~16.04.9) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:48+01:00 command.go:96: 1529657868,,ui,message, ubuntu-docker: Setting up libcilkrts5:amd64 (5.4.0-6ubuntu1~16.04.9) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:48+01:00 command.go:96: 1529657868,,ui,message, ubuntu-docker: Setting up libmpx0:amd64 (5.4.0-6ubuntu1~16.04.9) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:48+01:00 command.go:96: 1529657868,,ui,message, ubuntu-docker: Setting up libquadmath0:amd64 (5.4.0-6ubuntu1~16.04.9) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:48+01:00 command.go:96: 1529657868,,ui,message, ubuntu-docker: Setting up libgcc-5-dev:amd64 (5.4.0-6ubuntu1~16.04.9) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:48+01:00 command.go:96: 1529657868,,ui,message, ubuntu-docker: Setting up gcc-5 (5.4.0-6ubuntu1~16.04.9) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:48+01:00 command.go:96: 1529657868,,ui,message, ubuntu-docker: Setting up gcc (4:5.3.1-1ubuntu1) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:48+01:00 command.go:96: 1529657868,,ui,message, ubuntu-docker: Setting up libstdc++-5-dev:amd64 (5.4.0-6ubuntu1~16.04.9) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:48+01:00 command.go:96: 1529657868,,ui,message, ubuntu-docker: Setting up g++-5 (5.4.0-6ubuntu1~16.04.9) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:48+01:00 command.go:96: 1529657868,,ui,message, ubuntu-docker: Setting up g++ (4:5.3.1-1ubuntu1) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:48+01:00 command.go:96: 1529657868,,ui,message, ubuntu-docker: update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
TestPackerDockerExampleLocal 2018-06-22T09:57:48+01:00 command.go:96: 1529657868,,ui,message, ubuntu-docker: Setting up make (4.1-6) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:48+01:00 command.go:96: 1529657868,,ui,message, ubuntu-docker: Setting up libdpkg-perl (1.18.4ubuntu1.4) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:48+01:00 command.go:96: 1529657868,,ui,message, ubuntu-docker: Setting up dpkg-dev (1.18.4ubuntu1.4) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:48+01:00 command.go:96: 1529657868,,ui,message, ubuntu-docker: Setting up build-essential (12.1ubuntu2) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:48+01:00 command.go:96: 1529657868,,ui,message, ubuntu-docker: Setting up libfakeroot:amd64 (1.20.2-1ubuntu1) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:48+01:00 command.go:96: 1529657868,,ui,message, ubuntu-docker: Setting up fakeroot (1.20.2-1ubuntu1) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:48+01:00 command.go:96: 1529657868,,ui,message, ubuntu-docker: update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
TestPackerDockerExampleLocal 2018-06-22T09:57:48+01:00 command.go:96: 1529657868,,ui,message, ubuntu-docker: Setting up javascript-common (11) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:48+01:00 command.go:96: 1529657868,,ui,message, ubuntu-docker: Setting up libalgorithm-diff-perl (1.19.03-1) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:48+01:00 command.go:96: 1529657868,,ui,message, ubuntu-docker: Setting up libalgorithm-diff-xs-perl (0.04-4build1) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:48+01:00 command.go:96: 1529657868,,ui,message, ubuntu-docker: Setting up libalgorithm-merge-perl (0.08-3) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:48+01:00 command.go:96: 1529657868,,ui,message, ubuntu-docker: Setting up libfile-fcntllock-perl (0.22-3) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:48+01:00 command.go:96: 1529657868,,ui,message, ubuntu-docker: Setting up libgmpxx4ldbl:amd64 (2:6.1.0+dfsg-2) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:48+01:00 command.go:96: 1529657868,,ui,message, ubuntu-docker: Setting up libgmp-dev:amd64 (2:6.1.0+dfsg-2) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:48+01:00 command.go:96: 1529657868,,ui,message, ubuntu-docker: Setting up libjs-jquery (1.11.3+dfsg-4) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:48+01:00 command.go:96: 1529657868,,ui,message, ubuntu-docker: Setting up manpages-dev (4.04-2) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:48+01:00 command.go:96: 1529657868,,ui,message, ubuntu-docker: Setting up rubygems-integration (1.10) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:48+01:00 command.go:96: 1529657868,,ui,message, ubuntu-docker: Setting up ruby-did-you-mean (1.0.0-2) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:48+01:00 command.go:96: 1529657868,,ui,message, ubuntu-docker: Setting up ruby-minitest (5.8.4-2) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:48+01:00 command.go:96: 1529657868,,ui,message, ubuntu-docker: Setting up ruby-net-telnet (0.1.1-2) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:48+01:00 command.go:96: 1529657868,,ui,message, ubuntu-docker: Setting up ruby-power-assert (0.2.7-1) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:48+01:00 command.go:96: 1529657868,,ui,message, ubuntu-docker: Setting up ruby-test-unit (3.1.7-2) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:48+01:00 command.go:96: 1529657868,,ui,message, ubuntu-docker: Setting up unzip (6.0-20ubuntu1) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:48+01:00 command.go:96: 1529657868,,ui,message, ubuntu-docker: Setting up zip (3.0-11) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:48+01:00 command.go:96: 1529657868,,ui,message, ubuntu-docker: Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-2ubuntu4.1) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:48+01:00 command.go:96: 1529657868,,ui,message, ubuntu-docker: Setting up libruby2.3:amd64 (2.3.1-2~16.04.10) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:48+01:00 command.go:96: 1529657868,,ui,message, ubuntu-docker: Setting up ruby2.3 (2.3.1-2~16.04.10) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:48+01:00 command.go:96: 1529657868,,ui,message, ubuntu-docker: Setting up ruby2.3-dev:amd64 (2.3.1-2~16.04.10) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:48+01:00 command.go:96: 1529657868,,ui,message, ubuntu-docker: Setting up ruby-dev:amd64 (1:2.3.0+1) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:48+01:00 command.go:96: 1529657868,,ui,message, ubuntu-docker: Setting up ruby (1:2.3.0+1) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:48+01:00 command.go:96: 1529657868,,ui,message, ubuntu-docker: Setting up rake (10.5.0-2) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:48+01:00 command.go:96: 1529657868,,ui,message, ubuntu-docker: Processing triggers for libc-bin (2.23-0ubuntu10) ...
TestPackerDockerExampleLocal 2018-06-22T09:57:48+01:00 command.go:96: 1529657868,,ui,message, ubuntu-docker: Installing Sinatra
TestPackerDockerExampleLocal 2018-06-22T09:57:49+01:00 command.go:96: 1529657869,,ui,message, ubuntu-docker: Successfully installed rack-2.0.5
TestPackerDockerExampleLocal 2018-06-22T09:57:49+01:00 command.go:96: 1529657869,,ui,message, ubuntu-docker: Successfully installed tilt-2.0.8
TestPackerDockerExampleLocal 2018-06-22T09:57:49+01:00 command.go:96: 1529657869,,ui,message, ubuntu-docker: Successfully installed rack-protection-2.0.3
TestPackerDockerExampleLocal 2018-06-22T09:57:49+01:00 command.go:96: 1529657869,,ui,message, ubuntu-docker: Successfully installed mustermann-1.0.2
TestPackerDockerExampleLocal 2018-06-22T09:57:49+01:00 command.go:96: 1529657869,,ui,message, ubuntu-docker: Successfully installed sinatra-2.0.3
TestPackerDockerExampleLocal 2018-06-22T09:57:49+01:00 command.go:96: 1529657869,,ui,message, ubuntu-docker: Building native extensions. This could take a while...
TestPackerDockerExampleLocal 2018-06-22T09:57:51+01:00 command.go:96: 1529657871,,ui,message, ubuntu-docker: Successfully installed json-2.1.0
TestPackerDockerExampleLocal 2018-06-22T09:57:51+01:00 command.go:96: 1529657871,,ui,message, ubuntu-docker: 6 gems installed
TestPackerDockerExampleLocal 2018-06-22T09:57:51+01:00 command.go:96: 1529657871,,ui,message, ubuntu-docker: Moving /tmp/packer-docker-example/app.rb to /home/ubuntu/app.rb
TestPackerDockerExampleLocal 2018-06-22T09:57:51+01:00 command.go:96: 1529657871,,ui,say,==> ubuntu-docker: Committing the container
TestPackerDockerExampleLocal 2018-06-22T09:57:55+01:00 command.go:96: 1529657875,,ui,message, ubuntu-docker: Image ID: sha256:88929f46a9997eb0b419b466819715ea56d8bb96e54d070a69013e39063949e1
TestPackerDockerExampleLocal 2018-06-22T09:57:55+01:00 command.go:96: 1529657875,,ui,say,==> ubuntu-docker: Killing the container: b588a0568a2e0dd48051e20618f7ee50e0b693ce079f918563c37b51dfbbfa0b
TestPackerDockerExampleLocal 2018-06-22T09:57:56+01:00 command.go:96: 1529657876,,ui,say,==> ubuntu-docker: Running post-processor: docker-tag
TestPackerDockerExampleLocal 2018-06-22T09:57:56+01:00 command.go:96: 1529657876,,ui,message, ubuntu-docker (docker-tag): Tagging image: sha256:88929f46a9997eb0b419b466819715ea56d8bb96e54d070a69013e39063949e1
TestPackerDockerExampleLocal 2018-06-22T09:57:56+01:00 command.go:96: 1529657876,,ui,message, ubuntu-docker (docker-tag): Repository: gruntwork/packer-docker-example:latest
TestPackerDockerExampleLocal 2018-06-22T09:57:56+01:00 command.go:96: 1529657876,,ui,say,Build 'ubuntu-docker' finished.
TestPackerDockerExampleLocal 2018-06-22T09:57:56+01:00 command.go:96: 1529657876,,ui,say,\n==> Builds finished. The artifacts of successful builds are:
TestPackerDockerExampleLocal 2018-06-22T09:57:56+01:00 command.go:96: 1529657876,ubuntu-docker,artifact-count,2
TestPackerDockerExampleLocal 2018-06-22T09:57:56+01:00 command.go:96: 1529657876,ubuntu-docker,artifact,0,builder-id,packer.post-processor.docker-import
TestPackerDockerExampleLocal 2018-06-22T09:57:56+01:00 command.go:96: 1529657876,ubuntu-docker,artifact,0,id,sha256:88929f46a9997eb0b419b466819715ea56d8bb96e54d070a69013e39063949e1
TestPackerDockerExampleLocal 2018-06-22T09:57:56+01:00 command.go:96: 1529657876,ubuntu-docker,artifact,0,string,Imported Docker image: sha256:88929f46a9997eb0b419b466819715ea56d8bb96e54d070a69013e39063949e1
TestPackerDockerExampleLocal 2018-06-22T09:57:56+01:00 command.go:96: 1529657876,ubuntu-docker,artifact,0,files-count,0
TestPackerDockerExampleLocal 2018-06-22T09:57:56+01:00 command.go:96: 1529657876,ubuntu-docker,artifact,0,end
TestPackerDockerExampleLocal 2018-06-22T09:57:56+01:00 command.go:96: 1529657876,,ui,say,--> ubuntu-docker: Imported Docker image: sha256:88929f46a9997eb0b419b466819715ea56d8bb96e54d070a69013e39063949e1
TestPackerDockerExampleLocal 2018-06-22T09:57:56+01:00 command.go:96: 1529657876,ubuntu-docker,artifact,1,builder-id,packer.post-processor.docker-tag
TestPackerDockerExampleLocal 2018-06-22T09:57:56+01:00 command.go:96: 1529657876,ubuntu-docker,artifact,1,id,gruntwork/packer-docker-example:latest
TestPackerDockerExampleLocal 2018-06-22T09:57:56+01:00 command.go:96: 1529657876,ubuntu-docker,artifact,1,string,Imported Docker image: gruntwork/packer-docker-example:latest
TestPackerDockerExampleLocal 2018-06-22T09:57:56+01:00 command.go:96: 1529657876,ubuntu-docker,artifact,1,files-count,0
TestPackerDockerExampleLocal 2018-06-22T09:57:56+01:00 command.go:96: 1529657876,ubuntu-docker,artifact,1,end
TestPackerDockerExampleLocal 2018-06-22T09:57:56+01:00 command.go:96: 1529657876,,ui,say,--> ubuntu-docker: Imported Docker image: gruntwork/packer-docker-example:latest
TestPackerDockerExampleLocal 2018-06-22T09:57:56+01:00 command.go:52: Running command docker-compose with args [--project-name TestPackerDockerExampleLocal up -d]
TestPackerDockerExampleLocal 2018-06-22T09:57:58+01:00 command.go:100: Creating network "testpackerdockerexamplelocal_default" with the default driver
TestPackerDockerExampleLocal 2018-06-22T09:57:58+01:00 command.go:100: Creating testpackerdockerexamplelocal_web_app_1 ...
TestPackerDockerExampleLocal 2018-06-22T09:57:58+01:00 command.go:100: 
Creating testpackerdockerexamplelocal_web_app_1 ... done

TestPackerDockerExampleLocal 2018-06-22T09:57:58+01:00 retry.go:69: HTTP GET to URL http://localhost:8080
TestPackerDockerExampleLocal 2018-06-22T09:57:58+01:00 http_helper.go:27: Making an HTTP GET call to URL http://localhost:8080
TestPackerDockerExampleLocal 2018-06-22T09:57:58+01:00 retry.go:81: HTTP GET to URL http://localhost:8080 returned an error: Get http://localhost:8080: EOF. Sleeping for 2s and will try again.
TestPackerDockerExampleLocal 2018-06-22T09:58:00+01:00 retry.go:69: HTTP GET to URL http://localhost:8080
TestPackerDockerExampleLocal 2018-06-22T09:58:00+01:00 http_helper.go:27: Making an HTTP GET call to URL http://localhost:8080
TestPackerDockerExampleLocal 2018-06-22T09:58:00+01:00 command.go:52: Running command docker-compose with args [--project-name TestPackerDockerExampleLocal down]
TestPackerDockerExampleLocal 2018-06-22T09:58:02+01:00 command.go:100: Stopping testpackerdockerexamplelocal_web_app_1 ...
TestPackerDockerExampleLocal 2018-06-22T09:58:02+01:00 command.go:100: 
Stopping testpackerdockerexamplelocal_web_app_1 ... done
Removing testpackerdockerexamplelocal_web_app_1 ...
TestPackerDockerExampleLocal 2018-06-22T09:58:02+01:00 command.go:100: 
Removing testpackerdockerexamplelocal_web_app_1 ... done
Removing network testpackerdockerexamplelocal_default
--- PASS: TestPackerDockerExampleLocal (61.60s)
PASS
ok github.com/Briansbum/terratest/test 61.629s
=== RUN TestTerraformAwsExample
=== PAUSE TestTerraformAwsExample
=== CONT TestTerraformAwsExample
TestTerraformAwsExample 2018-06-21T15:53:27+01:00 region.go:72: Looking up all AWS regions available in this account
TestTerraformAwsExample 2018-06-21T15:53:28+01:00 region.go:57: Using region ap-southeast-1
TestTerraformAwsExample 2018-06-21T15:53:28+01:00 retry.go:69: Running terraform [init -upgrade=false]
TestTerraformAwsExample 2018-06-21T15:53:28+01:00 command.go:52: Running command terraform with args [init -upgrade=false]
TestTerraformAwsExample 2018-06-21T15:53:28+01:00 command.go:96:
TestTerraformAwsExample 2018-06-21T15:53:28+01:00 command.go:96: Initializing provider plugins...
TestTerraformAwsExample 2018-06-21T15:53:28+01:00 command.go:96:
TestTerraformAwsExample 2018-06-21T15:53:28+01:00 command.go:96: The following providers do not have any version constraints in configuration,
TestTerraformAwsExample 2018-06-21T15:53:28+01:00 command.go:96: so the latest version was installed.
TestTerraformAwsExample 2018-06-21T15:53:28+01:00 command.go:96:
TestTerraformAwsExample 2018-06-21T15:53:28+01:00 command.go:96: To prevent automatic upgrades to new major versions that may contain breaking
TestTerraformAwsExample 2018-06-21T15:53:28+01:00 command.go:96: changes, it is recommended to add version = "..." constraints to the
TestTerraformAwsExample 2018-06-21T15:53:28+01:00 command.go:96: corresponding provider blocks in configuration, with the constraint strings
TestTerraformAwsExample 2018-06-21T15:53:28+01:00 command.go:96: suggested below.
TestTerraformAwsExample 2018-06-21T15:53:28+01:00 command.go:96:
TestTerraformAwsExample 2018-06-21T15:53:28+01:00 command.go:96: * provider.aws: version = "~> 1.23"
TestTerraformAwsExample 2018-06-21T15:53:28+01:00 command.go:96:
TestTerraformAwsExample 2018-06-21T15:53:28+01:00 command.go:96: Terraform has been successfully initialized!
TestTerraformAwsExample 2018-06-21T15:53:28+01:00 command.go:96: 
TestTerraformAwsExample 2018-06-21T15:53:28+01:00 command.go:96: You may now begin working with Terraform. Try running "terraform plan" to see
TestTerraformAwsExample 2018-06-21T15:53:28+01:00 command.go:96: any changes that are required for your infrastructure. All Terraform commands
TestTerraformAwsExample 2018-06-21T15:53:28+01:00 command.go:96: should now work.
TestTerraformAwsExample 2018-06-21T15:53:28+01:00 command.go:96:
TestTerraformAwsExample 2018-06-21T15:53:28+01:00 command.go:96: If you ever set or change modules or backend configuration for Terraform,
TestTerraformAwsExample 2018-06-21T15:53:28+01:00 command.go:96: rerun this command to reinitialize your working directory. If you forget, other
TestTerraformAwsExample 2018-06-21T15:53:28+01:00 command.go:96: commands will detect it and remind you to do so if necessary.
TestTerraformAwsExample 2018-06-21T15:53:28+01:00 retry.go:69: Running terraform [get -update]
TestTerraformAwsExample 2018-06-21T15:53:28+01:00 command.go:52: Running command terraform with args [get -update]
TestTerraformAwsExample 2018-06-21T15:53:28+01:00 retry.go:69: Running terraform [apply -input=false -lock=false -auto-approve -var instance_name="terratest-aws-example-hOy15m"]
TestTerraformAwsExample 2018-06-21T15:53:28+01:00 command.go:52: Running command terraform with args [apply -input=false -lock=false -auto-approve -var instance_name="terratest-aws-example-hOy15m"]
TestTerraformAwsExample 2018-06-21T15:53:31+01:00 command.go:96: data.aws_ami.ubuntu: Refreshing state...
TestTerraformAwsExample 2018-06-21T15:53:36+01:00 command.go:96: aws_instance.example: Creating...
TestTerraformAwsExample 2018-06-21T15:53:36+01:00 command.go:96: ami: "" => "ami-81cefcfd"
TestTerraformAwsExample 2018-06-21T15:53:36+01:00 command.go:96: associate_public_ip_address: "" => "<computed>"
TestTerraformAwsExample 2018-06-21T15:53:36+01:00 command.go:96: availability_zone: "" => "<computed>"
TestTerraformAwsExample 2018-06-21T15:53:36+01:00 command.go:96: ebs_block_device.#: "" => "<computed>"
TestTerraformAwsExample 2018-06-21T15:53:36+01:00 command.go:96: ephemeral_block_device.#: "" => "<computed>"
TestTerraformAwsExample 2018-06-21T15:53:36+01:00 command.go:96: get_password_data: "" => "false"
TestTerraformAwsExample 2018-06-21T15:53:36+01:00 command.go:96: instance_state: "" => "<computed>"
TestTerraformAwsExample 2018-06-21T15:53:36+01:00 command.go:96: instance_type: "" => "t1.micro"
TestTerraformAwsExample 2018-06-21T15:53:36+01:00 command.go:96: ipv6_address_count: "" => "<computed>"
TestTerraformAwsExample 2018-06-21T15:53:36+01:00 command.go:96: ipv6_addresses.#: "" => "<computed>"
TestTerraformAwsExample 2018-06-21T15:53:36+01:00 command.go:96: key_name: "" => "<computed>"
TestTerraformAwsExample 2018-06-21T15:53:36+01:00 command.go:96: network_interface.#: "" => "<computed>"
TestTerraformAwsExample 2018-06-21T15:53:36+01:00 command.go:96: network_interface_id: "" => "<computed>"
TestTerraformAwsExample 2018-06-21T15:53:36+01:00 command.go:96: password_data: "" => "<computed>"
TestTerraformAwsExample 2018-06-21T15:53:36+01:00 command.go:96: placement_group: "" => "<computed>"
TestTerraformAwsExample 2018-06-21T15:53:36+01:00 command.go:96: primary_network_interface_id: "" => "<computed>"
TestTerraformAwsExample 2018-06-21T15:53:36+01:00 command.go:96: private_dns: "" => "<computed>"
TestTerraformAwsExample 2018-06-21T15:53:36+01:00 command.go:96: private_ip: "" => "<computed>"
TestTerraformAwsExample 2018-06-21T15:53:36+01:00 command.go:96: public_dns: "" => "<computed>"
TestTerraformAwsExample 2018-06-21T15:53:36+01:00 command.go:96: public_ip: "" => "<computed>"
TestTerraformAwsExample 2018-06-21T15:53:36+01:00 command.go:96: root_block_device.#: "" => "<computed>"
TestTerraformAwsExample 2018-06-21T15:53:36+01:00 command.go:96: security_groups.#: "" => "<computed>"
TestTerraformAwsExample 2018-06-21T15:53:36+01:00 command.go:96: source_dest_check: "" => "true"
TestTerraformAwsExample 2018-06-21T15:53:36+01:00 command.go:96: subnet_id: "" => "<computed>"
TestTerraformAwsExample 2018-06-21T15:53:36+01:00 command.go:96: tags.%: "" => "1"
TestTerraformAwsExample 2018-06-21T15:53:36+01:00 command.go:96: tags.Name: "" => "terratest-aws-example-hOy15m"
TestTerraformAwsExample 2018-06-21T15:53:36+01:00 command.go:96: tenancy: "" => "<computed>"
TestTerraformAwsExample 2018-06-21T15:53:36+01:00 command.go:96: volume_tags.%: "" => "<computed>"
TestTerraformAwsExample 2018-06-21T15:53:36+01:00 command.go:96: vpc_security_group_ids.#: "" => "<computed>"
TestTerraformAwsExample 2018-06-21T15:53:46+01:00 command.go:96: aws_instance.example: Still creating... (10s elapsed)
TestTerraformAwsExample 2018-06-21T15:53:56+01:00 command.go:96: aws_instance.example: Still creating... (20s elapsed)
TestTerraformAwsExample 2018-06-21T15:54:06+01:00 command.go:96: aws_instance.example: Still creating... (30s elapsed)
TestTerraformAwsExample 2018-06-21T15:54:06+01:00 command.go:96: aws_instance.example: Creation complete after 31s (ID: i-0c5a28c533d7a6b21)
TestTerraformAwsExample 2018-06-21T15:54:06+01:00 command.go:96: 
TestTerraformAwsExample 2018-06-21T15:54:06+01:00 command.go:96: Apply complete! Resources: 1 added, 0 changed, 0 destroyed.
TestTerraformAwsExample 2018-06-21T15:54:06+01:00 command.go:96: 
TestTerraformAwsExample 2018-06-21T15:54:06+01:00 command.go:96: Outputs:
TestTerraformAwsExample 2018-06-21T15:54:06+01:00 command.go:96:
TestTerraformAwsExample 2018-06-21T15:54:06+01:00 command.go:96: instance_id = i-0c5a28c533d7a6b21
TestTerraformAwsExample 2018-06-21T15:54:06+01:00 retry.go:69: Running terraform [output -no-color instance_id]
TestTerraformAwsExample 2018-06-21T15:54:06+01:00 command.go:52: Running command terraform with args [output -no-color instance_id]
TestTerraformAwsExample 2018-06-21T15:54:06+01:00 command.go:96: i-0c5a28c533d7a6b21
TestTerraformAwsExample 2018-06-21T15:54:07+01:00 retry.go:69: Running terraform [destroy -force -input=false -lock=false -var instance_name="terratest-aws-example-hOy15m"]
TestTerraformAwsExample 2018-06-21T15:54:07+01:00 command.go:52: Running command terraform with args [destroy -force -input=false -lock=false -var instance_name="terratest-aws-example-hOy15m"]
TestTerraformAwsExample 2018-06-21T15:54:10+01:00 command.go:96: data.aws_ami.ubuntu: Refreshing state...
TestTerraformAwsExample 2018-06-21T15:54:11+01:00 command.go:96: aws_instance.example: Refreshing state... (ID: i-0c5a28c533d7a6b21)
TestTerraformAwsExample 2018-06-21T15:54:18+01:00 command.go:96: aws_instance.example: Destroying... (ID: i-0c5a28c533d7a6b21)
TestTerraformAwsExample 2018-06-21T15:54:28+01:00 command.go:96: aws_instance.example: Still destroying... (ID: i-0c5a28c533d7a6b21, 10s elapsed)
TestTerraformAwsExample 2018-06-21T15:54:38+01:00 command.go:96: aws_instance.example: Still destroying... (ID: i-0c5a28c533d7a6b21, 20s elapsed)
TestTerraformAwsExample 2018-06-21T15:54:48+01:00 command.go:96: aws_instance.example: Still destroying... (ID: i-0c5a28c533d7a6b21, 30s elapsed)
TestTerraformAwsExample 2018-06-21T15:54:52+01:00 command.go:96: aws_instance.example: Destruction complete after 33s
TestTerraformAwsExample 2018-06-21T15:54:52+01:00 command.go:96: 
TestTerraformAwsExample 2018-06-21T15:54:52+01:00 command.go:96: Destroy complete! Resources: 1 destroyed.
--- PASS: TestTerraformAwsExample (84.85s)
PASS
ok github.com/Briansbum/terratest/test 84.867s
=== RUN TestTerraformBasicExample
=== PAUSE TestTerraformBasicExample
=== CONT TestTerraformBasicExample
TestTerraformBasicExample 2018-06-21T15:29:36+01:00 retry.go:69: Running terraform [init -upgrade=false]
TestTerraformBasicExample 2018-06-21T15:29:36+01:00 command.go:52: Running command terraform with args [init -upgrade=false]
TestTerraformBasicExample 2018-06-21T15:29:36+01:00 command.go:96:
TestTerraformBasicExample 2018-06-21T15:29:36+01:00 command.go:96: Initializing provider plugins...
TestTerraformBasicExample 2018-06-21T15:29:36+01:00 command.go:96:
TestTerraformBasicExample 2018-06-21T15:29:36+01:00 command.go:96: The following providers do not have any version constraints in configuration,
TestTerraformBasicExample 2018-06-21T15:29:36+01:00 command.go:96: so the latest version was installed.
TestTerraformBasicExample 2018-06-21T15:29:36+01:00 command.go:96:
TestTerraformBasicExample 2018-06-21T15:29:36+01:00 command.go:96: To prevent automatic upgrades to new major versions that may contain breaking
TestTerraformBasicExample 2018-06-21T15:29:36+01:00 command.go:96: changes, it is recommended to add version = "..." constraints to the
TestTerraformBasicExample 2018-06-21T15:29:36+01:00 command.go:96: corresponding provider blocks in configuration, with the constraint strings
TestTerraformBasicExample 2018-06-21T15:29:36+01:00 command.go:96: suggested below.
TestTerraformBasicExample 2018-06-21T15:29:36+01:00 command.go:96:
TestTerraformBasicExample 2018-06-21T15:29:36+01:00 command.go:96: * provider.template: version = "~> 1.0"
TestTerraformBasicExample 2018-06-21T15:29:36+01:00 command.go:96:
TestTerraformBasicExample 2018-06-21T15:29:36+01:00 command.go:96: Terraform has been successfully initialized!
TestTerraformBasicExample 2018-06-21T15:29:36+01:00 command.go:96: 
TestTerraformBasicExample 2018-06-21T15:29:36+01:00 command.go:96: You may now begin working with Terraform. Try running "terraform plan" to see
TestTerraformBasicExample 2018-06-21T15:29:36+01:00 command.go:96: any changes that are required for your infrastructure. All Terraform commands
TestTerraformBasicExample 2018-06-21T15:29:36+01:00 command.go:96: should now work.
TestTerraformBasicExample 2018-06-21T15:29:36+01:00 command.go:96:
TestTerraformBasicExample 2018-06-21T15:29:36+01:00 command.go:96: If you ever set or change modules or backend configuration for Terraform,
TestTerraformBasicExample 2018-06-21T15:29:36+01:00 command.go:96: rerun this command to reinitialize your working directory. If you forget, other
TestTerraformBasicExample 2018-06-21T15:29:36+01:00 command.go:96: commands will detect it and remind you to do so if necessary.
TestTerraformBasicExample 2018-06-21T15:29:36+01:00 retry.go:69: Running terraform [get -update]
TestTerraformBasicExample 2018-06-21T15:29:36+01:00 command.go:52: Running command terraform with args [get -update]
TestTerraformBasicExample 2018-06-21T15:29:36+01:00 retry.go:69: Running terraform [apply -input=false -lock=false -auto-approve -var example="foo"]
TestTerraformBasicExample 2018-06-21T15:29:36+01:00 command.go:52: Running command terraform with args [apply -input=false -lock=false -auto-approve -var example="foo"]
TestTerraformBasicExample 2018-06-21T15:29:36+01:00 command.go:96: data.template_file.example: Refreshing state...
TestTerraformBasicExample 2018-06-21T15:29:36+01:00 command.go:96: 
TestTerraformBasicExample 2018-06-21T15:29:36+01:00 command.go:96: Apply complete! Resources: 0 added, 0 changed, 0 destroyed.
TestTerraformBasicExample 2018-06-21T15:29:36+01:00 command.go:96: 
TestTerraformBasicExample 2018-06-21T15:29:36+01:00 command.go:96: Outputs:
TestTerraformBasicExample 2018-06-21T15:29:36+01:00 command.go:96:
TestTerraformBasicExample 2018-06-21T15:29:36+01:00 command.go:96: example = foo
TestTerraformBasicExample 2018-06-21T15:29:36+01:00 retry.go:69: Running terraform [output -no-color example]
TestTerraformBasicExample 2018-06-21T15:29:36+01:00 command.go:52: Running command terraform with args [output -no-color example]
TestTerraformBasicExample 2018-06-21T15:29:36+01:00 command.go:96: foo
TestTerraformBasicExample 2018-06-21T15:29:36+01:00 retry.go:69: Running terraform [destroy -force -input=false -lock=false -var example="foo"]
TestTerraformBasicExample 2018-06-21T15:29:36+01:00 command.go:52: Running command terraform with args [destroy -force -input=false -lock=false -var example="foo"]
TestTerraformBasicExample 2018-06-21T15:29:36+01:00 command.go:96: data.template_file.example: Refreshing state...
TestTerraformBasicExample 2018-06-21T15:29:36+01:00 command.go:96: 
TestTerraformBasicExample 2018-06-21T15:29:36+01:00 command.go:96: Destroy complete! Resources: 0 destroyed.
--- PASS: TestTerraformBasicExample (0.35s)
PASS
ok github.com/Briansbum/terratest/test 0.372s
=== RUN TestTerraformHttpExample
=== PAUSE TestTerraformHttpExample
=== CONT TestTerraformHttpExample
TestTerraformHttpExample 2018-06-21T15:29:37+01:00 region.go:72: Looking up all AWS regions available in this account
TestTerraformHttpExample 2018-06-21T15:29:38+01:00 region.go:57: Using region ap-northeast-2
TestTerraformHttpExample 2018-06-21T15:29:38+01:00 retry.go:69: Running terraform [init -upgrade=false]
TestTerraformHttpExample 2018-06-21T15:29:38+01:00 command.go:52: Running command terraform with args [init -upgrade=false]
TestTerraformHttpExample 2018-06-21T15:29:38+01:00 command.go:96:
TestTerraformHttpExample 2018-06-21T15:29:38+01:00 command.go:96: Initializing provider plugins...
TestTerraformHttpExample 2018-06-21T15:29:38+01:00 command.go:96:
TestTerraformHttpExample 2018-06-21T15:29:38+01:00 command.go:96: The following providers do not have any version constraints in configuration,
TestTerraformHttpExample 2018-06-21T15:29:38+01:00 command.go:96: so the latest version was installed.
TestTerraformHttpExample 2018-06-21T15:29:38+01:00 command.go:96:
TestTerraformHttpExample 2018-06-21T15:29:38+01:00 command.go:96: To prevent automatic upgrades to new major versions that may contain breaking
TestTerraformHttpExample 2018-06-21T15:29:38+01:00 command.go:96: changes, it is recommended to add version = "..." constraints to the
TestTerraformHttpExample 2018-06-21T15:29:38+01:00 command.go:96: corresponding provider blocks in configuration, with the constraint strings
TestTerraformHttpExample 2018-06-21T15:29:38+01:00 command.go:96: suggested below.
TestTerraformHttpExample 2018-06-21T15:29:38+01:00 command.go:96:
TestTerraformHttpExample 2018-06-21T15:29:38+01:00 command.go:96: * provider.aws: version = "~> 1.23"
TestTerraformHttpExample 2018-06-21T15:29:38+01:00 command.go:96: * provider.template: version = "~> 1.0"
TestTerraformHttpExample 2018-06-21T15:29:38+01:00 command.go:96:
TestTerraformHttpExample 2018-06-21T15:29:38+01:00 command.go:96: Terraform has been successfully initialized!
TestTerraformHttpExample 2018-06-21T15:29:38+01:00 command.go:96: 
TestTerraformHttpExample 2018-06-21T15:29:38+01:00 command.go:96: You may now begin working with Terraform. Try running "terraform plan" to see
TestTerraformHttpExample 2018-06-21T15:29:38+01:00 command.go:96: any changes that are required for your infrastructure. All Terraform commands
TestTerraformHttpExample 2018-06-21T15:29:38+01:00 command.go:96: should now work.
TestTerraformHttpExample 2018-06-21T15:29:38+01:00 command.go:96:
TestTerraformHttpExample 2018-06-21T15:29:38+01:00 command.go:96: If you ever set or change modules or backend configuration for Terraform,
TestTerraformHttpExample 2018-06-21T15:29:38+01:00 command.go:96: rerun this command to reinitialize your working directory. If you forget, other
TestTerraformHttpExample 2018-06-21T15:29:38+01:00 command.go:96: commands will detect it and remind you to do so if necessary.
TestTerraformHttpExample 2018-06-21T15:29:38+01:00 retry.go:69: Running terraform [get -update]
TestTerraformHttpExample 2018-06-21T15:29:38+01:00 command.go:52: Running command terraform with args [get -update]
TestTerraformHttpExample 2018-06-21T15:29:38+01:00 retry.go:69: Running terraform [apply -input=false -lock=false -auto-approve -var aws_region="ap-northeast-2" -var instance_name="terratest-http-example-qfXKbX" -var instance_text="Hello, qfXKbX!"]
TestTerraformHttpExample 2018-06-21T15:29:38+01:00 command.go:52: Running command terraform with args [apply -input=false -lock=false -auto-approve -var aws_region="ap-northeast-2" -var instance_name="terratest-http-example-qfXKbX" -var instance_text="Hello, qfXKbX!"]
TestTerraformHttpExample 2018-06-21T15:29:39+01:00 command.go:96: data.template_file.user_data: Refreshing state...
TestTerraformHttpExample 2018-06-21T15:29:43+01:00 command.go:96: data.aws_ami.ubuntu: Refreshing state...
TestTerraformHttpExample 2018-06-21T15:29:51+01:00 command.go:96: aws_security_group.example: Creating...
TestTerraformHttpExample 2018-06-21T15:29:51+01:00 command.go:96: arn: "" => "<computed>"
TestTerraformHttpExample 2018-06-21T15:29:51+01:00 command.go:96: description: "" => "Managed by Terraform"
TestTerraformHttpExample 2018-06-21T15:29:51+01:00 command.go:96: egress.#: "" => "<computed>"
TestTerraformHttpExample 2018-06-21T15:29:51+01:00 command.go:96: ingress.#: "" => "1"
TestTerraformHttpExample 2018-06-21T15:29:51+01:00 command.go:96: ingress.516175195.cidr_blocks.#: "" => "1"
TestTerraformHttpExample 2018-06-21T15:29:51+01:00 command.go:96: ingress.516175195.cidr_blocks.0: "" => "0.0.0.0/0"
TestTerraformHttpExample 2018-06-21T15:29:51+01:00 command.go:96: ingress.516175195.description: "" => ""
TestTerraformHttpExample 2018-06-21T15:29:51+01:00 command.go:96: ingress.516175195.from_port: "" => "8080"
TestTerraformHttpExample 2018-06-21T15:29:51+01:00 command.go:96: ingress.516175195.ipv6_cidr_blocks.#: "" => "0"
TestTerraformHttpExample 2018-06-21T15:29:51+01:00 command.go:96: ingress.516175195.protocol: "" => "tcp"
TestTerraformHttpExample 2018-06-21T15:29:51+01:00 command.go:96: ingress.516175195.security_groups.#: "" => "0"
TestTerraformHttpExample 2018-06-21T15:29:51+01:00 command.go:96: ingress.516175195.self: "" => "false"
TestTerraformHttpExample 2018-06-21T15:29:51+01:00 command.go:96: ingress.516175195.to_port: "" => "8080"
TestTerraformHttpExample 2018-06-21T15:29:51+01:00 command.go:96: name: "" => "terratest-http-example-qfXKbX"
TestTerraformHttpExample 2018-06-21T15:29:51+01:00 command.go:96: owner_id: "" => "<computed>"
TestTerraformHttpExample 2018-06-21T15:29:51+01:00 command.go:96: revoke_rules_on_delete: "" => "false"
TestTerraformHttpExample 2018-06-21T15:29:51+01:00 command.go:96: vpc_id: "" => "<computed>"
TestTerraformHttpExample 2018-06-21T15:30:00+01:00 command.go:96: aws_security_group.example: Creation complete after 9s (ID: sg-71a6c91b)
TestTerraformHttpExample 2018-06-21T15:30:00+01:00 command.go:96: aws_instance.example: Creating...
TestTerraformHttpExample 2018-06-21T15:30:00+01:00 command.go:96: ami: "" => "ami-f030989e"
TestTerraformHttpExample 2018-06-21T15:30:00+01:00 command.go:96: associate_public_ip_address: "" => "<computed>"
TestTerraformHttpExample 2018-06-21T15:30:00+01:00 command.go:96: availability_zone: "" => "<computed>"
TestTerraformHttpExample 2018-06-21T15:30:00+01:00 command.go:96: ebs_block_device.#: "" => "<computed>"
TestTerraformHttpExample 2018-06-21T15:30:00+01:00 command.go:96: ephemeral_block_device.#: "" => "<computed>"
TestTerraformHttpExample 2018-06-21T15:30:00+01:00 command.go:96: get_password_data: "" => "false"
TestTerraformHttpExample 2018-06-21T15:30:00+01:00 command.go:96: instance_state: "" => "<computed>"
TestTerraformHttpExample 2018-06-21T15:30:00+01:00 command.go:96: instance_type: "" => "t2.micro"
TestTerraformHttpExample 2018-06-21T15:30:00+01:00 command.go:96: ipv6_address_count: "" => "<computed>"
TestTerraformHttpExample 2018-06-21T15:30:00+01:00 command.go:96: ipv6_addresses.#: "" => "<computed>"
TestTerraformHttpExample 2018-06-21T15:30:00+01:00 command.go:96: key_name: "" => "<computed>"
TestTerraformHttpExample 2018-06-21T15:30:00+01:00 command.go:96: network_interface.#: "" => "<computed>"
TestTerraformHttpExample 2018-06-21T15:30:00+01:00 command.go:96: network_interface_id: "" => "<computed>"
TestTerraformHttpExample 2018-06-21T15:30:00+01:00 command.go:96: password_data: "" => "<computed>"
TestTerraformHttpExample 2018-06-21T15:30:00+01:00 command.go:96: placement_group: "" => "<computed>"
TestTerraformHttpExample 2018-06-21T15:30:00+01:00 command.go:96: primary_network_interface_id: "" => "<computed>"
TestTerraformHttpExample 2018-06-21T15:30:00+01:00 command.go:96: private_dns: "" => "<computed>"
TestTerraformHttpExample 2018-06-21T15:30:00+01:00 command.go:96: private_ip: "" => "<computed>"
TestTerraformHttpExample 2018-06-21T15:30:00+01:00 command.go:96: public_dns: "" => "<computed>"
TestTerraformHttpExample 2018-06-21T15:30:00+01:00 command.go:96: public_ip: "" => "<computed>"
TestTerraformHttpExample 2018-06-21T15:30:00+01:00 command.go:96: root_block_device.#: "" => "<computed>"
TestTerraformHttpExample 2018-06-21T15:30:00+01:00 command.go:96: security_groups.#: "" => "<computed>"
TestTerraformHttpExample 2018-06-21T15:30:00+01:00 command.go:96: source_dest_check: "" => "true"
TestTerraformHttpExample 2018-06-21T15:30:00+01:00 command.go:96: subnet_id: "" => "<computed>"
TestTerraformHttpExample 2018-06-21T15:30:00+01:00 command.go:96: tags.%: "" => "1"
TestTerraformHttpExample 2018-06-21T15:30:00+01:00 command.go:96: tags.Name: "" => "terratest-http-example-qfXKbX"
TestTerraformHttpExample 2018-06-21T15:30:00+01:00 command.go:96: tenancy: "" => "<computed>"
TestTerraformHttpExample 2018-06-21T15:30:00+01:00 command.go:96: user_data: "" => "50643e32673c4c86dd23594c986284ac000a89e4"
TestTerraformHttpExample 2018-06-21T15:30:00+01:00 command.go:96: volume_tags.%: "" => "<computed>"
TestTerraformHttpExample 2018-06-21T15:30:00+01:00 command.go:96: vpc_security_group_ids.#: "" => "1"
TestTerraformHttpExample 2018-06-21T15:30:00+01:00 command.go:96: vpc_security_group_ids.1205803916: "" => "sg-71a6c91b"
TestTerraformHttpExample 2018-06-21T15:30:10+01:00 command.go:96: aws_instance.example: Still creating... (10s elapsed)
TestTerraformHttpExample 2018-06-21T15:30:20+01:00 command.go:96: aws_instance.example: Still creating... (20s elapsed)
TestTerraformHttpExample 2018-06-21T15:30:30+01:00 command.go:96: aws_instance.example: Still creating... (30s elapsed)
TestTerraformHttpExample 2018-06-21T15:30:34+01:00 command.go:96: aws_instance.example: Creation complete after 35s (ID: i-0639d6137987509ee)
TestTerraformHttpExample 2018-06-21T15:30:34+01:00 command.go:96: 
TestTerraformHttpExample 2018-06-21T15:30:34+01:00 command.go:96: Apply complete! Resources: 2 added, 0 changed, 0 destroyed.
TestTerraformHttpExample 2018-06-21T15:30:34+01:00 command.go:96: 
TestTerraformHttpExample 2018-06-21T15:30:34+01:00 command.go:96: Outputs:
TestTerraformHttpExample 2018-06-21T15:30:34+01:00 command.go:96:
TestTerraformHttpExample 2018-06-21T15:30:34+01:00 command.go:96: instance_id = i-0639d6137987509ee
TestTerraformHttpExample 2018-06-21T15:30:34+01:00 command.go:96: instance_url = http://13.124.147.76:8080
TestTerraformHttpExample 2018-06-21T15:30:34+01:00 command.go:96: public_ip = 13.124.147.76
TestTerraformHttpExample 2018-06-21T15:30:34+01:00 retry.go:69: Running terraform [output -no-color instance_url]
TestTerraformHttpExample 2018-06-21T15:30:34+01:00 command.go:52: Running command terraform with args [output -no-color instance_url]
TestTerraformHttpExample 2018-06-21T15:30:34+01:00 command.go:96: http://13.124.147.76:8080
TestTerraformHttpExample 2018-06-21T15:30:34+01:00 retry.go:69: HTTP GET to URL http://13.124.147.76:8080
TestTerraformHttpExample 2018-06-21T15:30:34+01:00 http_helper.go:27: Making an HTTP GET call to URL http://13.124.147.76:8080
TestTerraformHttpExample 2018-06-21T15:30:34+01:00 retry.go:81: HTTP GET to URL http://13.124.147.76:8080 returned an error: Get http://13.124.147.76:8080: dial tcp 13.124.147.76:8080: connect: connection refused. Sleeping for 5s and will try again.
TestTerraformHttpExample 2018-06-21T15:30:39+01:00 retry.go:69: HTTP GET to URL http://13.124.147.76:8080
TestTerraformHttpExample 2018-06-21T15:30:39+01:00 http_helper.go:27: Making an HTTP GET call to URL http://13.124.147.76:8080
TestTerraformHttpExample 2018-06-21T15:30:40+01:00 retry.go:81: HTTP GET to URL http://13.124.147.76:8080 returned an error: Get http://13.124.147.76:8080: dial tcp 13.124.147.76:8080: connect: connection refused. Sleeping for 5s and will try again.
TestTerraformHttpExample 2018-06-21T15:30:45+01:00 retry.go:69: HTTP GET to URL http://13.124.147.76:8080
TestTerraformHttpExample 2018-06-21T15:30:45+01:00 http_helper.go:27: Making an HTTP GET call to URL http://13.124.147.76:8080
TestTerraformHttpExample 2018-06-21T15:30:46+01:00 retry.go:69: Running terraform [destroy -force -input=false -lock=false -var aws_region="ap-northeast-2" -var instance_name="terratest-http-example-qfXKbX" -var instance_text="Hello, qfXKbX!"]
TestTerraformHttpExample 2018-06-21T15:30:46+01:00 command.go:52: Running command terraform with args [destroy -force -input=false -lock=false -var aws_region="ap-northeast-2" -var instance_name="terratest-http-example-qfXKbX" -var instance_text="Hello, qfXKbX!"]
TestTerraformHttpExample 2018-06-21T15:30:46+01:00 command.go:96: data.template_file.user_data: Refreshing state...
TestTerraformHttpExample 2018-06-21T15:30:50+01:00 command.go:96: aws_security_group.example: Refreshing state... (ID: sg-71a6c91b)
TestTerraformHttpExample 2018-06-21T15:30:50+01:00 command.go:96: data.aws_ami.ubuntu: Refreshing state...
TestTerraformHttpExample 2018-06-21T15:30:51+01:00 command.go:96: aws_instance.example: Refreshing state... (ID: i-0639d6137987509ee)
TestTerraformHttpExample 2018-06-21T15:31:03+01:00 command.go:96: aws_instance.example: Destroying... (ID: i-0639d6137987509ee)
TestTerraformHttpExample 2018-06-21T15:31:13+01:00 command.go:96: aws_instance.example: Still destroying... (ID: i-0639d6137987509ee, 10s elapsed)
TestTerraformHttpExample 2018-06-21T15:31:23+01:00 command.go:96: aws_instance.example: Still destroying... (ID: i-0639d6137987509ee, 20s elapsed)
TestTerraformHttpExample 2018-06-21T15:31:33+01:00 command.go:96: aws_instance.example: Still destroying... (ID: i-0639d6137987509ee, 30s elapsed)
TestTerraformHttpExample 2018-06-21T15:31:43+01:00 command.go:96: aws_instance.example: Still destroying... (ID: i-0639d6137987509ee, 40s elapsed)
TestTerraformHttpExample 2018-06-21T15:31:53+01:00 command.go:96: aws_instance.example: Still destroying... (ID: i-0639d6137987509ee, 50s elapsed)
TestTerraformHttpExample 2018-06-21T15:32:00+01:00 command.go:96: aws_instance.example: Destruction complete after 57s
TestTerraformHttpExample 2018-06-21T15:32:00+01:00 command.go:96: aws_security_group.example: Destroying... (ID: sg-71a6c91b)
TestTerraformHttpExample 2018-06-21T15:32:03+01:00 command.go:96: aws_security_group.example: Destruction complete after 2s
TestTerraformHttpExample 2018-06-21T15:32:03+01:00 command.go:96: 
TestTerraformHttpExample 2018-06-21T15:32:03+01:00 command.go:96: Destroy complete! Resources: 2 destroyed.
--- PASS: TestTerraformHttpExample (145.32s)
PASS
ok github.com/Briansbum/terratest/test 145.339s
=== RUN TestTerraformPackerExample
=== PAUSE TestTerraformPackerExample
=== CONT TestTerraformPackerExample
TestTerraformPackerExample 2018-06-21T15:32:04+01:00 region.go:72: Looking up all AWS regions available in this account
TestTerraformPackerExample 2018-06-21T15:32:05+01:00 region.go:57: Using region us-east-2
TestTerraformPackerExample 2018-06-21T15:32:05+01:00 test_structure.go:23: The 'SKIP_build_ami' environment variable is not set, so executing stage 'build_ami'.
TestTerraformPackerExample 2018-06-21T15:32:05+01:00 save_test_data.go:132: Storing test data in ../examples/terraform-packer-example/.test-data/PackerOptions.json so it can be reused later
TestTerraformPackerExample 2018-06-21T15:32:05+01:00 save_test_data.go:135: [WARNING] The named test data at path ../examples/terraform-packer-example/.test-data/PackerOptions.json is non-empty. Save operation will overwrite existing value with "&{../examples/packer-docker-example/build.json map[aws_region:us-east-2] ubuntu-ami map[]}".
.
TestTerraformPackerExample 2018-06-21T15:32:05+01:00 packer.go:33: Running Packer to generate AMI for template ../examples/packer-docker-example/build.json
TestTerraformPackerExample 2018-06-21T15:32:05+01:00 command.go:52: Running command packer with args [build -machine-readable -var aws_region=us-east-2 -only=ubuntu-ami ../examples/packer-docker-example/build.json]
TestTerraformPackerExample 2018-06-21T15:32:05+01:00 command.go:96: 1529591525,,ui,say,==> ubuntu-ami: Prevalidating AMI Name: terratest-packer-docker-example-2018-06-21T14-32-05Z
TestTerraformPackerExample 2018-06-21T15:32:07+01:00 command.go:96: 1529591527,,ui,message, ubuntu-ami: Found Image ID: ami-6a003c0f
TestTerraformPackerExample 2018-06-21T15:32:07+01:00 command.go:96: 1529591527,,ui,say,==> ubuntu-ami: Creating temporary keypair: packer_5b2bb6e5-f676-63d0-1c02-6256f26375c8
TestTerraformPackerExample 2018-06-21T15:32:07+01:00 command.go:96: 1529591527,,ui,say,==> ubuntu-ami: Creating temporary security group for this instance: packer_5b2bb6e7-2b92-8221-7c0b-e84ca1938efb
TestTerraformPackerExample 2018-06-21T15:32:07+01:00 command.go:96: 1529591527,,ui,say,==> ubuntu-ami: Authorizing access to port 22 from 0.0.0.0/0 in the temporary security group...
TestTerraformPackerExample 2018-06-21T15:32:08+01:00 command.go:96: 1529591528,,ui,say,==> ubuntu-ami: Launching a source AWS instance...
TestTerraformPackerExample 2018-06-21T15:32:08+01:00 command.go:96: 1529591528,,ui,say,==> ubuntu-ami: Adding tags to source instance
TestTerraformPackerExample 2018-06-21T15:32:08+01:00 command.go:96: 1529591528,,ui,message, ubuntu-ami: Adding tag: "Name": "Packer Builder"
TestTerraformPackerExample 2018-06-21T15:32:08+01:00 command.go:96: 1529591528,,ui,message, ubuntu-ami: Instance ID: i-05271bcfc47a1a74a
TestTerraformPackerExample 2018-06-21T15:32:08+01:00 command.go:96: 1529591528,,ui,say,==> ubuntu-ami: Waiting for instance (i-05271bcfc47a1a74a) to become ready...
TestTerraformPackerExample 2018-06-21T15:32:24+01:00 command.go:96: 1529591544,,ui,say,==> ubuntu-ami: Waiting for SSH to become available...
TestTerraformPackerExample 2018-06-21T15:32:38+01:00 command.go:96: 1529591558,,ui,say,==> ubuntu-ami: Connected to SSH!
TestTerraformPackerExample 2018-06-21T15:32:38+01:00 command.go:96: 1529591558,,ui,say,==> ubuntu-ami: Provisioning with shell script: /var/folders/dq/gtgyr47n61zclp33swvp5vy00000gq/T/packer-shell298322563
TestTerraformPackerExample 2018-06-21T15:32:38+01:00 command.go:96: 1529591558,,ui,message, ubuntu-ami: Sleeping for a few seconds to give Ubuntu time to boot up
TestTerraformPackerExample 2018-06-21T15:33:09+01:00 command.go:96: 1529591589,,ui,say,==> ubuntu-ami: Uploading /Users/alex/go/src/github.com/Briansbum/terratest/examples/packer-docker-example => /tmp/packer-docker-example
TestTerraformPackerExample 2018-06-21T15:33:09+01:00 command.go:96: 1529591589,,ui,say,==> ubuntu-ami: Provisioning with shell script: /var/folders/dq/gtgyr47n61zclp33swvp5vy00000gq/T/packer-shell213707428
TestTerraformPackerExample 2018-06-21T15:33:10+01:00 command.go:96: 1529591590,,ui,message, ubuntu-ami: Installing Ruby
TestTerraformPackerExample 2018-06-21T15:33:10+01:00 command.go:96: 1529591590,,ui,message, ubuntu-ami: Hit:1 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial InRelease
TestTerraformPackerExample 2018-06-21T15:33:10+01:00 command.go:96: 1529591590,,ui,message, ubuntu-ami: Get:2 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-updates InRelease [109 kB]
TestTerraformPackerExample 2018-06-21T15:33:10+01:00 command.go:96: 1529591590,,ui,message, ubuntu-ami: Get:3 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-backports InRelease [107 kB]
TestTerraformPackerExample 2018-06-21T15:33:10+01:00 command.go:96: 1529591590,,ui,message, ubuntu-ami: Get:4 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial/main Sources [868 kB]
TestTerraformPackerExample 2018-06-21T15:33:10+01:00 command.go:96: 1529591590,,ui,message, ubuntu-ami: Get:5 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial/restricted Sources [4%!(PACKER_COMMA)808 B]
TestTerraformPackerExample 2018-06-21T15:33:10+01:00 command.go:96: 1529591590,,ui,message, ubuntu-ami: Get:6 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial/universe Sources [7%!(PACKER_COMMA)728 kB]
TestTerraformPackerExample 2018-06-21T15:33:10+01:00 command.go:96: 1529591590,,ui,message, ubuntu-ami: Get:7 http://security.ubuntu.com/ubuntu xenial-security InRelease [107 kB]
TestTerraformPackerExample 2018-06-21T15:33:11+01:00 command.go:96: 1529591591,,ui,message, ubuntu-ami: Get:8 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial/multiverse Sources [179 kB]
TestTerraformPackerExample 2018-06-21T15:33:11+01:00 command.go:96: 1529591591,,ui,message, ubuntu-ami: Get:9 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial/universe amd64 Packages [7%!(PACKER_COMMA)532 kB]
TestTerraformPackerExample 2018-06-21T15:33:11+01:00 command.go:96: 1529591591,,ui,message, ubuntu-ami: Get:10 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial/universe Translation-en [4%!(PACKER_COMMA)354 kB]
TestTerraformPackerExample 2018-06-21T15:33:11+01:00 command.go:96: 1529591591,,ui,message, ubuntu-ami: Get:11 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial/multiverse amd64 Packages [144 kB]
TestTerraformPackerExample 2018-06-21T15:33:11+01:00 command.go:96: 1529591591,,ui,message, ubuntu-ami: Get:12 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial/multiverse Translation-en [106 kB]
TestTerraformPackerExample 2018-06-21T15:33:11+01:00 command.go:96: 1529591591,,ui,message, ubuntu-ami: Get:13 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main Sources [310 kB]
TestTerraformPackerExample 2018-06-21T15:33:11+01:00 command.go:96: 1529591591,,ui,message, ubuntu-ami: Get:14 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/restricted Sources [2%!(PACKER_COMMA)524 B]
TestTerraformPackerExample 2018-06-21T15:33:11+01:00 command.go:96: 1529591591,,ui,message, ubuntu-ami: Get:15 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/universe Sources [204 kB]
TestTerraformPackerExample 2018-06-21T15:33:11+01:00 command.go:96: 1529591591,,ui,message, ubuntu-ami: Get:16 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/multiverse Sources [8%!(PACKER_COMMA)396 B]
TestTerraformPackerExample 2018-06-21T15:33:11+01:00 command.go:96: 1529591591,,ui,message, ubuntu-ami: Get:17 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages [796 kB]
TestTerraformPackerExample 2018-06-21T15:33:11+01:00 command.go:96: 1529591591,,ui,message, ubuntu-ami: Get:18 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main Translation-en [329 kB]
TestTerraformPackerExample 2018-06-21T15:33:11+01:00 command.go:96: 1529591591,,ui,message, ubuntu-ami: Get:19 http://security.ubuntu.com/ubuntu xenial-security/main Sources [126 kB]
TestTerraformPackerExample 2018-06-21T15:33:11+01:00 command.go:96: 1529591591,,ui,message, ubuntu-ami: Get:20 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/restricted amd64 Packages [7%!(PACKER_COMMA)560 B]
TestTerraformPackerExample 2018-06-21T15:33:11+01:00 command.go:96: 1529591591,,ui,message, ubuntu-ami: Get:21 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/restricted Translation-en [2%!(PACKER_COMMA)272 B]
TestTerraformPackerExample 2018-06-21T15:33:11+01:00 command.go:96: 1529591591,,ui,message, ubuntu-ami: Get:22 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 Packages [636 kB]
TestTerraformPackerExample 2018-06-21T15:33:11+01:00 command.go:96: 1529591591,,ui,message, ubuntu-ami: Get:23 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/universe Translation-en [256 kB]
TestTerraformPackerExample 2018-06-21T15:33:11+01:00 command.go:96: 1529591591,,ui,message, ubuntu-ami: Get:24 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/multiverse amd64 Packages [16.4 kB]
TestTerraformPackerExample 2018-06-21T15:33:11+01:00 command.go:96: 1529591591,,ui,message, ubuntu-ami: Get:25 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/multiverse Translation-en [8%!(PACKER_COMMA)344 B]
TestTerraformPackerExample 2018-06-21T15:33:11+01:00 command.go:96: 1529591591,,ui,message, ubuntu-ami: Get:26 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-backports/main Sources [3%!(PACKER_COMMA)436 B]
TestTerraformPackerExample 2018-06-21T15:33:11+01:00 command.go:96: 1529591591,,ui,message, ubuntu-ami: Get:27 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-backports/universe Sources [5%!(PACKER_COMMA)840 B]
TestTerraformPackerExample 2018-06-21T15:33:11+01:00 command.go:96: 1529591591,,ui,message, ubuntu-ami: Get:28 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-backports/main amd64 Packages [4%!(PACKER_COMMA)844 B]
TestTerraformPackerExample 2018-06-21T15:33:11+01:00 command.go:96: 1529591591,,ui,message, ubuntu-ami: Get:29 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-backports/main Translation-en [3%!(PACKER_COMMA)220 B]
TestTerraformPackerExample 2018-06-21T15:33:11+01:00 command.go:96: 1529591591,,ui,message, ubuntu-ami: Get:30 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-backports/universe amd64 Packages [7%!(PACKER_COMMA)400 B]
TestTerraformPackerExample 2018-06-21T15:33:11+01:00 command.go:96: 1529591591,,ui,message, ubuntu-ami: Get:31 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-backports/universe Translation-en [3%!(PACKER_COMMA)996 B]
TestTerraformPackerExample 2018-06-21T15:33:11+01:00 command.go:96: 1529591591,,ui,message, ubuntu-ami: Get:32 http://security.ubuntu.com/ubuntu xenial-security/restricted Sources [2%!(PACKER_COMMA)116 B]
TestTerraformPackerExample 2018-06-21T15:33:11+01:00 command.go:96: 1529591591,,ui,message, ubuntu-ami: Get:33 http://security.ubuntu.com/ubuntu xenial-security/universe Sources [65.7 kB]
TestTerraformPackerExample 2018-06-21T15:33:11+01:00 command.go:96: 1529591591,,ui,message, ubuntu-ami: Get:34 http://security.ubuntu.com/ubuntu xenial-security/multiverse Sources [2%!(PACKER_COMMA)124 B]
TestTerraformPackerExample 2018-06-21T15:33:12+01:00 command.go:96: 1529591592,,ui,message, ubuntu-ami: Get:35 http://security.ubuntu.com/ubuntu xenial-security/main amd64 Packages [511 kB]
TestTerraformPackerExample 2018-06-21T15:33:12+01:00 command.go:96: 1529591592,,ui,message, ubuntu-ami: Get:36 http://security.ubuntu.com/ubuntu xenial-security/main Translation-en [219 kB]
TestTerraformPackerExample 2018-06-21T15:33:12+01:00 command.go:96: 1529591592,,ui,message, ubuntu-ami: Get:37 http://security.ubuntu.com/ubuntu xenial-security/restricted amd64 Packages [7%!(PACKER_COMMA)204 B]
TestTerraformPackerExample 2018-06-21T15:33:12+01:00 command.go:96: 1529591592,,ui,message, ubuntu-ami: Get:38 http://security.ubuntu.com/ubuntu xenial-security/restricted Translation-en [2%!(PACKER_COMMA)152 B]
TestTerraformPackerExample 2018-06-21T15:33:12+01:00 command.go:96: 1529591592,,ui,message, ubuntu-ami: Get:39 http://security.ubuntu.com/ubuntu xenial-security/universe amd64 Packages [355 kB]
TestTerraformPackerExample 2018-06-21T15:33:12+01:00 command.go:96: 1529591592,,ui,message, ubuntu-ami: Get:40 http://security.ubuntu.com/ubuntu xenial-security/universe Translation-en [132 kB]
TestTerraformPackerExample 2018-06-21T15:33:12+01:00 command.go:96: 1529591592,,ui,message, ubuntu-ami: Get:41 http://security.ubuntu.com/ubuntu xenial-security/multiverse amd64 Packages [3%!(PACKER_COMMA)456 B]
TestTerraformPackerExample 2018-06-21T15:33:12+01:00 command.go:96: 1529591592,,ui,message, ubuntu-ami: Get:42 http://security.ubuntu.com/ubuntu xenial-security/multiverse Translation-en [1%!(PACKER_COMMA)744 B]
TestTerraformPackerExample 2018-06-21T15:33:17+01:00 command.go:96: 1529591597,,ui,message, ubuntu-ami: Fetched 25.3 MB in 4s (5%!(PACKER_COMMA)442 kB/s)
TestTerraformPackerExample 2018-06-21T15:33:18+01:00 command.go:96: 1529591598,,ui,message, ubuntu-ami: Reading package lists...
TestTerraformPackerExample 2018-06-21T15:33:18+01:00 command.go:96: 1529591598,,ui,message, ubuntu-ami: Reading package lists...
TestTerraformPackerExample 2018-06-21T15:33:18+01:00 command.go:96: 1529591598,,ui,message, ubuntu-ami: Building dependency tree...
TestTerraformPackerExample 2018-06-21T15:33:18+01:00 command.go:96: 1529591598,,ui,message, ubuntu-ami: Reading state information...
TestTerraformPackerExample 2018-06-21T15:33:18+01:00 command.go:96: 1529591598,,ui,message, ubuntu-ami: The following additional packages will be installed:
TestTerraformPackerExample 2018-06-21T15:33:18+01:00 command.go:96: 1529591598,,ui,message, ubuntu-ami: binutils cpp cpp-5 dpkg-dev fakeroot fonts-lato g++ g++-5 gcc gcc-5
TestTerraformPackerExample 2018-06-21T15:33:18+01:00 command.go:96: 1529591598,,ui,message, ubuntu-ami: javascript-common libalgorithm-diff-perl libalgorithm-diff-xs-perl
TestTerraformPackerExample 2018-06-21T15:33:18+01:00 command.go:96: 1529591598,,ui,message, ubuntu-ami: libalgorithm-merge-perl libasan2 libatomic1 libc-dev-bin libc6-dev libcc1-0
TestTerraformPackerExample 2018-06-21T15:33:18+01:00 command.go:96: 1529591598,,ui,message, ubuntu-ami: libcilkrts5 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-5-dev
TestTerraformPackerExample 2018-06-21T15:33:18+01:00 command.go:96: 1529591598,,ui,message, ubuntu-ami: libgmp-dev libgmpxx4ldbl libgomp1 libisl15 libitm1 libjs-jquery liblsan0
TestTerraformPackerExample 2018-06-21T15:33:18+01:00 command.go:96: 1529591598,,ui,message, ubuntu-ami: libmpc3 libmpx0 libquadmath0 libruby2.3 libstdc++-5-dev libtsan0 libubsan0
TestTerraformPackerExample 2018-06-21T15:33:18+01:00 command.go:96: 1529591598,,ui,message, ubuntu-ami: linux-libc-dev manpages-dev rake ruby-did-you-mean ruby-minitest
TestTerraformPackerExample 2018-06-21T15:33:18+01:00 command.go:96: 1529591598,,ui,message, ubuntu-ami: ruby-net-telnet ruby-power-assert ruby-test-unit ruby2.3 ruby2.3-dev
TestTerraformPackerExample 2018-06-21T15:33:18+01:00 command.go:96: 1529591598,,ui,message, ubuntu-ami: rubygems-integration unzip zip
TestTerraformPackerExample 2018-06-21T15:33:18+01:00 command.go:96: 1529591598,,ui,message, ubuntu-ami: Suggested packages:
TestTerraformPackerExample 2018-06-21T15:33:18+01:00 command.go:96: 1529591598,,ui,message, ubuntu-ami: binutils-doc cpp-doc gcc-5-locales debian-keyring g++-multilib
TestTerraformPackerExample 2018-06-21T15:33:18+01:00 command.go:96: 1529591598,,ui,message, ubuntu-ami: g++-5-multilib gcc-5-doc libstdc++6-5-dbg gcc-multilib autoconf automake
TestTerraformPackerExample 2018-06-21T15:33:18+01:00 command.go:96: 1529591598,,ui,message, ubuntu-ami: libtool flex bison gdb gcc-doc gcc-5-multilib libgcc1-dbg libgomp1-dbg
TestTerraformPackerExample 2018-06-21T15:33:18+01:00 command.go:96: 1529591598,,ui,message, ubuntu-ami: libitm1-dbg libatomic1-dbg libasan2-dbg liblsan0-dbg libtsan0-dbg
TestTerraformPackerExample 2018-06-21T15:33:18+01:00 command.go:96: 1529591598,,ui,message, ubuntu-ami: libubsan0-dbg libcilkrts5-dbg libmpx0-dbg libquadmath0-dbg apache2
TestTerraformPackerExample 2018-06-21T15:33:18+01:00 command.go:96: 1529591598,,ui,message, ubuntu-ami: | lighttpd | httpd glibc-doc gmp-doc libgmp10-doc libmpfr-dev
TestTerraformPackerExample 2018-06-21T15:33:18+01:00 command.go:96: 1529591598,,ui,message, ubuntu-ami: libstdc++-5-doc make-doc ri bundler
TestTerraformPackerExample 2018-06-21T15:33:18+01:00 command.go:96: 1529591598,,ui,message, ubuntu-ami: The following NEW packages will be installed:
TestTerraformPackerExample 2018-06-21T15:33:18+01:00 command.go:96: 1529591598,,ui,message, ubuntu-ami: binutils build-essential cpp cpp-5 dpkg-dev fakeroot fonts-lato g++ g++-5
TestTerraformPackerExample 2018-06-21T15:33:18+01:00 command.go:96: 1529591598,,ui,message, ubuntu-ami: gcc gcc-5 javascript-common libalgorithm-diff-perl libalgorithm-diff-xs-perl
TestTerraformPackerExample 2018-06-21T15:33:18+01:00 command.go:96: 1529591598,,ui,message, ubuntu-ami: libalgorithm-merge-perl libasan2 libatomic1 libc-dev-bin libc6-dev libcc1-0
TestTerraformPackerExample 2018-06-21T15:33:18+01:00 command.go:96: 1529591598,,ui,message, ubuntu-ami: libcilkrts5 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-5-dev
TestTerraformPackerExample 2018-06-21T15:33:18+01:00 command.go:96: 1529591598,,ui,message, ubuntu-ami: libgmp-dev libgmpxx4ldbl libgomp1 libisl15 libitm1 libjs-jquery liblsan0
TestTerraformPackerExample 2018-06-21T15:33:18+01:00 command.go:96: 1529591598,,ui,message, ubuntu-ami: libmpc3 libmpx0 libquadmath0 libruby2.3 libstdc++-5-dev libtsan0 libubsan0
TestTerraformPackerExample 2018-06-21T15:33:18+01:00 command.go:96: 1529591598,,ui,message, ubuntu-ami: linux-libc-dev make manpages-dev rake ruby ruby-dev ruby-did-you-mean
TestTerraformPackerExample 2018-06-21T15:33:18+01:00 command.go:96: 1529591598,,ui,message, ubuntu-ami: ruby-minitest ruby-net-telnet ruby-power-assert ruby-test-unit ruby2.3
TestTerraformPackerExample 2018-06-21T15:33:18+01:00 command.go:96: 1529591598,,ui,message, ubuntu-ami: ruby2.3-dev rubygems-integration unzip zip zlib1g-dev
TestTerraformPackerExample 2018-06-21T15:33:18+01:00 command.go:96: 1529591598,,ui,message, ubuntu-ami: 0 upgraded%!(PACKER_COMMA) 56 newly installed%!(PACKER_COMMA) 0 to remove and 33 not upgraded.
TestTerraformPackerExample 2018-06-21T15:33:18+01:00 command.go:96: 1529591598,,ui,message, ubuntu-ami: Need to get 46.4 MB of archives.
TestTerraformPackerExample 2018-06-21T15:33:18+01:00 command.go:96: 1529591598,,ui,message, ubuntu-ami: After this operation%!(PACKER_COMMA) 179 MB of additional disk space will be used.
TestTerraformPackerExample 2018-06-21T15:33:18+01:00 command.go:96: 1529591598,,ui,message, ubuntu-ami: Get:1 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial/main amd64 fonts-lato all 2.0-1 [2%!(PACKER_COMMA)693 kB]
TestTerraformPackerExample 2018-06-21T15:33:18+01:00 command.go:96: 1529591598,,ui,message, ubuntu-ami: Get:2 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial/main amd64 libmpc3 amd64 1.0.3-1 [39.7 kB]
TestTerraformPackerExample 2018-06-21T15:33:18+01:00 command.go:96: 1529591598,,ui,message, ubuntu-ami: Get:3 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 binutils amd64 2.26.1-1ubuntu1~16.04.6 [2%!(PACKER_COMMA)311 kB]
TestTerraformPackerExample 2018-06-21T15:33:18+01:00 command.go:96: 1529591598,,ui,message, ubuntu-ami: Get:4 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libc-dev-bin amd64 2.23-0ubuntu10 [68.7 kB]
TestTerraformPackerExample 2018-06-21T15:33:18+01:00 command.go:96: 1529591598,,ui,message, ubuntu-ami: Get:5 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 linux-libc-dev amd64 4.4.0-128.154 [876 kB]
TestTerraformPackerExample 2018-06-21T15:33:18+01:00 command.go:96: 1529591598,,ui,message, ubuntu-ami: Get:6 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libc6-dev amd64 2.23-0ubuntu10 [2%!(PACKER_COMMA)079 kB]
TestTerraformPackerExample 2018-06-21T15:33:18+01:00 command.go:96: 1529591598,,ui,message, ubuntu-ami: Get:7 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial/main amd64 libisl15 amd64 0.16.1-1 [524 kB]
TestTerraformPackerExample 2018-06-21T15:33:18+01:00 command.go:96: 1529591598,,ui,message, ubuntu-ami: Get:8 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 cpp-5 amd64 5.4.0-6ubuntu1~16.04.9 [7%!(PACKER_COMMA)685 kB]
TestTerraformPackerExample 2018-06-21T15:33:18+01:00 command.go:96: 1529591598,,ui,message, ubuntu-ami: Get:9 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial/main amd64 cpp amd64 4:5.3.1-1ubuntu1 [27.7 kB]
TestTerraformPackerExample 2018-06-21T15:33:18+01:00 command.go:96: 1529591598,,ui,message, ubuntu-ami: Get:10 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcc1-0 amd64 5.4.0-6ubuntu1~16.04.9 [38.8 kB]
TestTerraformPackerExample 2018-06-21T15:33:18+01:00 command.go:96: 1529591598,,ui,message, ubuntu-ami: Get:11 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgomp1 amd64 5.4.0-6ubuntu1~16.04.9 [55.0 kB]
TestTerraformPackerExample 2018-06-21T15:33:18+01:00 command.go:96: 1529591598,,ui,message, ubuntu-ami: Get:12 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libitm1 amd64 5.4.0-6ubuntu1~16.04.9 [27.4 kB]
TestTerraformPackerExample 2018-06-21T15:33:18+01:00 command.go:96: 1529591598,,ui,message, ubuntu-ami: Get:13 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libatomic1 amd64 5.4.0-6ubuntu1~16.04.9 [8%!(PACKER_COMMA)882 B]
TestTerraformPackerExample 2018-06-21T15:33:18+01:00 command.go:96: 1529591598,,ui,message, ubuntu-ami: Get:14 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libasan2 amd64 5.4.0-6ubuntu1~16.04.9 [264 kB]
TestTerraformPackerExample 2018-06-21T15:33:18+01:00 command.go:96: 1529591598,,ui,message, ubuntu-ami: Get:15 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 liblsan0 amd64 5.4.0-6ubuntu1~16.04.9 [105 kB]
TestTerraformPackerExample 2018-06-21T15:33:18+01:00 command.go:96: 1529591598,,ui,message, ubuntu-ami: Get:16 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libtsan0 amd64 5.4.0-6ubuntu1~16.04.9 [244 kB]
TestTerraformPackerExample 2018-06-21T15:33:18+01:00 command.go:96: 1529591598,,ui,message, ubuntu-ami: Get:17 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libubsan0 amd64 5.4.0-6ubuntu1~16.04.9 [95.2 kB]
TestTerraformPackerExample 2018-06-21T15:33:18+01:00 command.go:96: 1529591598,,ui,message, ubuntu-ami: Get:18 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcilkrts5 amd64 5.4.0-6ubuntu1~16.04.9 [40.1 kB]
TestTerraformPackerExample 2018-06-21T15:33:18+01:00 command.go:96: 1529591598,,ui,message, ubuntu-ami: Get:19 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmpx0 amd64 5.4.0-6ubuntu1~16.04.9 [9%!(PACKER_COMMA)774 B]
TestTerraformPackerExample 2018-06-21T15:33:18+01:00 command.go:96: 1529591598,,ui,message, ubuntu-ami: Get:20 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libquadmath0 amd64 5.4.0-6ubuntu1~16.04.9 [131 kB]
TestTerraformPackerExample 2018-06-21T15:33:18+01:00 command.go:96: 1529591598,,ui,message, ubuntu-ami: Get:21 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgcc-5-dev amd64 5.4.0-6ubuntu1~16.04.9 [2%!(PACKER_COMMA)242 kB]
TestTerraformPackerExample 2018-06-21T15:33:18+01:00 command.go:96: 1529591598,,ui,message, ubuntu-ami: Get:22 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 gcc-5 amd64 5.4.0-6ubuntu1~16.04.9 [8%!(PACKER_COMMA)650 kB]
TestTerraformPackerExample 2018-06-21T15:33:19+01:00 command.go:96: 1529591599,,ui,message, ubuntu-ami: Get:23 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial/main amd64 gcc amd64 4:5.3.1-1ubuntu1 [5%!(PACKER_COMMA)244 B]
TestTerraformPackerExample 2018-06-21T15:33:19+01:00 command.go:96: 1529591599,,ui,message, ubuntu-ami: Get:24 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libstdc++-5-dev amd64 5.4.0-6ubuntu1~16.04.9 [1%!(PACKER_COMMA)427 kB]
TestTerraformPackerExample 2018-06-21T15:33:19+01:00 command.go:96: 1529591599,,ui,message, ubuntu-ami: Get:25 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 g++-5 amd64 5.4.0-6ubuntu1~16.04.9 [8%!(PACKER_COMMA)333 kB]
TestTerraformPackerExample 2018-06-21T15:33:19+01:00 command.go:96: 1529591599,,ui,message, ubuntu-ami: Get:26 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial/main amd64 g++ amd64 4:5.3.1-1ubuntu1 [1%!(PACKER_COMMA)504 B]
TestTerraformPackerExample 2018-06-21T15:33:19+01:00 command.go:96: 1529591599,,ui,message, ubuntu-ami: Get:27 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial/main amd64 make amd64 4.1-6 [151 kB]
TestTerraformPackerExample 2018-06-21T15:33:19+01:00 command.go:96: 1529591599,,ui,message, ubuntu-ami: Get:28 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libdpkg-perl all 1.18.4ubuntu1.4 [195 kB]
TestTerraformPackerExample 2018-06-21T15:33:19+01:00 command.go:96: 1529591599,,ui,message, ubuntu-ami: Get:29 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 dpkg-dev all 1.18.4ubuntu1.4 [584 kB]
TestTerraformPackerExample 2018-06-21T15:33:19+01:00 command.go:96: 1529591599,,ui,message, ubuntu-ami: Get:30 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial/main amd64 build-essential amd64 12.1ubuntu2 [4%!(PACKER_COMMA)758 B]
TestTerraformPackerExample 2018-06-21T15:33:19+01:00 command.go:96: 1529591599,,ui,message, ubuntu-ami: Get:31 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial/main amd64 libfakeroot amd64 1.20.2-1ubuntu1 [25.5 kB]
TestTerraformPackerExample 2018-06-21T15:33:19+01:00 command.go:96: 1529591599,,ui,message, ubuntu-ami: Get:32 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial/main amd64 fakeroot amd64 1.20.2-1ubuntu1 [61.8 kB]
TestTerraformPackerExample 2018-06-21T15:33:19+01:00 command.go:96: 1529591599,,ui,message, ubuntu-ami: Get:33 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial/main amd64 javascript-common all 11 [6%!(PACKER_COMMA)066 B]
TestTerraformPackerExample 2018-06-21T15:33:19+01:00 command.go:96: 1529591599,,ui,message, ubuntu-ami: Get:34 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial/main amd64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB]
TestTerraformPackerExample 2018-06-21T15:33:19+01:00 command.go:96: 1529591599,,ui,message, ubuntu-ami: Get:35 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial/main amd64 libalgorithm-diff-xs-perl amd64 0.04-4build1 [11.0 kB]
TestTerraformPackerExample 2018-06-21T15:33:19+01:00 command.go:96: 1529591599,,ui,message, ubuntu-ami: Get:36 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB]
TestTerraformPackerExample 2018-06-21T15:33:19+01:00 command.go:96: 1529591599,,ui,message, ubuntu-ami: Get:37 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial/main amd64 libfile-fcntllock-perl amd64 0.22-3 [32.0 kB]
TestTerraformPackerExample 2018-06-21T15:33:19+01:00 command.go:96: 1529591599,,ui,message, ubuntu-ami: Get:38 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial/main amd64 libgmpxx4ldbl amd64 2:6.1.0+dfsg-2 [8%!(PACKER_COMMA)948 B]
TestTerraformPackerExample 2018-06-21T15:33:19+01:00 command.go:96: 1529591599,,ui,message, ubuntu-ami: Get:39 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial/main amd64 libgmp-dev amd64 2:6.1.0+dfsg-2 [314 kB]
TestTerraformPackerExample 2018-06-21T15:33:19+01:00 command.go:96: 1529591599,,ui,message, ubuntu-ami: Get:40 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial/main amd64 libjs-jquery all 1.11.3+dfsg-4 [161 kB]
TestTerraformPackerExample 2018-06-21T15:33:19+01:00 command.go:96: 1529591599,,ui,message, ubuntu-ami: Get:41 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial/main amd64 manpages-dev all 4.04-2 [2%!(PACKER_COMMA)048 kB]
TestTerraformPackerExample 2018-06-21T15:33:19+01:00 command.go:96: 1529591599,,ui,message, ubuntu-ami: Get:42 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial/main amd64 rubygems-integration all 1.10 [4%!(PACKER_COMMA)966 B]
TestTerraformPackerExample 2018-06-21T15:33:19+01:00 command.go:96: 1529591599,,ui,message, ubuntu-ami: Get:43 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial/main amd64 ruby-did-you-mean all 1.0.0-2 [8%!(PACKER_COMMA)390 B]
TestTerraformPackerExample 2018-06-21T15:33:19+01:00 command.go:96: 1529591599,,ui,message, ubuntu-ami: Get:44 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial/main amd64 ruby-minitest all 5.8.4-2 [36.6 kB]
TestTerraformPackerExample 2018-06-21T15:33:19+01:00 command.go:96: 1529591599,,ui,message, ubuntu-ami: Get:45 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial/main amd64 ruby-net-telnet all 0.1.1-2 [12.6 kB]
TestTerraformPackerExample 2018-06-21T15:33:19+01:00 command.go:96: 1529591599,,ui,message, ubuntu-ami: Get:46 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial/main amd64 ruby-power-assert all 0.2.7-1 [7%!(PACKER_COMMA)668 B]
TestTerraformPackerExample 2018-06-21T15:33:19+01:00 command.go:96: 1529591599,,ui,message, ubuntu-ami: Get:47 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial/main amd64 ruby-test-unit all 3.1.7-2 [60.3 kB]
TestTerraformPackerExample 2018-06-21T15:33:19+01:00 command.go:96: 1529591599,,ui,message, ubuntu-ami: Get:48 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libruby2.3 amd64 2.3.1-2~16.04.10 [2%!(PACKER_COMMA)960 kB]
TestTerraformPackerExample 2018-06-21T15:33:19+01:00 command.go:96: 1529591599,,ui,message, ubuntu-ami: Get:49 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 ruby2.3 amd64 2.3.1-2~16.04.10 [41.0 kB]
TestTerraformPackerExample 2018-06-21T15:33:19+01:00 command.go:96: 1529591599,,ui,message, ubuntu-ami: Get:50 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial/main amd64 ruby all 1:2.3.0+1 [5%!(PACKER_COMMA)530 B]
TestTerraformPackerExample 2018-06-21T15:33:19+01:00 command.go:96: 1529591599,,ui,message, ubuntu-ami: Get:51 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial/main amd64 rake all 10.5.0-2 [48.2 kB]
TestTerraformPackerExample 2018-06-21T15:33:19+01:00 command.go:96: 1529591599,,ui,message, ubuntu-ami: Get:52 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 ruby2.3-dev amd64 2.3.1-2~16.04.10 [1%!(PACKER_COMMA)034 kB]
TestTerraformPackerExample 2018-06-21T15:33:19+01:00 command.go:96: 1529591599,,ui,message, ubuntu-ami: Get:53 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial/main amd64 ruby-dev amd64 1:2.3.0+1 [4%!(PACKER_COMMA)408 B]
TestTerraformPackerExample 2018-06-21T15:33:19+01:00 command.go:96: 1529591599,,ui,message, ubuntu-ami: Get:54 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial/main amd64 unzip amd64 6.0-20ubuntu1 [158 kB]
TestTerraformPackerExample 2018-06-21T15:33:19+01:00 command.go:96: 1529591599,,ui,message, ubuntu-ami: Get:55 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial/main amd64 zip amd64 3.0-11 [158 kB]
TestTerraformPackerExample 2018-06-21T15:33:19+01:00 command.go:96: 1529591599,,ui,message, ubuntu-ami: Get:56 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 zlib1g-dev amd64 1:1.2.8.dfsg-2ubuntu4.1 [168 kB]
TestTerraformPackerExample 2018-06-21T15:33:19+01:00 command.go:96: 1529591599,,ui,message, ubuntu-ami: debconf: unable to initialize frontend: Dialog
TestTerraformPackerExample 2018-06-21T15:33:19+01:00 command.go:96: 1529591599,,ui,message, ubuntu-ami: debconf: (Dialog frontend will not work on a dumb terminal%!(PACKER_COMMA) an emacs shell buffer%!(PACKER_COMMA) or without a controlling terminal.)
TestTerraformPackerExample 2018-06-21T15:33:19+01:00 command.go:96: 1529591599,,ui,message, ubuntu-ami: debconf: falling back to frontend: Readline
TestTerraformPackerExample 2018-06-21T15:33:19+01:00 command.go:96: 1529591599,,ui,message, ubuntu-ami: debconf: unable to initialize frontend: Readline
TestTerraformPackerExample 2018-06-21T15:33:19+01:00 command.go:96: 1529591599,,ui,message, ubuntu-ami: debconf: (This frontend requires a controlling tty.)
TestTerraformPackerExample 2018-06-21T15:33:19+01:00 command.go:96: 1529591599,,ui,message, ubuntu-ami: debconf: falling back to frontend: Teletype
TestTerraformPackerExample 2018-06-21T15:33:19+01:00 command.go:96: 1529591599,,ui,message, ubuntu-ami: dpkg-preconfigure: unable to re-open stdin:
TestTerraformPackerExample 2018-06-21T15:33:19+01:00 command.go:96: 1529591599,,ui,message, ubuntu-ami: Fetched 46.4 MB in 0s (52.9 MB/s)
TestTerraformPackerExample 2018-06-21T15:33:19+01:00 command.go:96: 1529591599,,ui,message, ubuntu-ami: Selecting previously unselected package fonts-lato.
TestTerraformPackerExample 2018-06-21T15:33:19+01:00 command.go:96: 1529591599,,ui,message, ubuntu-ami: (Reading database ... 51260 files and directories currently installed.)
TestTerraformPackerExample 2018-06-21T15:33:19+01:00 command.go:96: 1529591599,,ui,message, ubuntu-ami: Preparing to unpack .../fonts-lato_2.0-1_all.deb ...
TestTerraformPackerExample 2018-06-21T15:33:19+01:00 command.go:96: 1529591599,,ui,message, ubuntu-ami: Unpacking fonts-lato (2.0-1) ...
TestTerraformPackerExample 2018-06-21T15:33:20+01:00 command.go:96: 1529591600,,ui,message, ubuntu-ami: Selecting previously unselected package libmpc3:amd64.
TestTerraformPackerExample 2018-06-21T15:33:20+01:00 command.go:96: 1529591600,,ui,message, ubuntu-ami: Preparing to unpack .../libmpc3_1.0.3-1_amd64.deb ...
TestTerraformPackerExample 2018-06-21T15:33:20+01:00 command.go:96: 1529591600,,ui,message, ubuntu-ami: Unpacking libmpc3:amd64 (1.0.3-1) ...
TestTerraformPackerExample 2018-06-21T15:33:20+01:00 command.go:96: 1529591600,,ui,message, ubuntu-ami: Selecting previously unselected package binutils.
TestTerraformPackerExample 2018-06-21T15:33:20+01:00 command.go:96: 1529591600,,ui,message, ubuntu-ami: Preparing to unpack .../binutils_2.26.1-1ubuntu1~16.04.6_amd64.deb ...
TestTerraformPackerExample 2018-06-21T15:33:20+01:00 command.go:96: 1529591600,,ui,message, ubuntu-ami: Unpacking binutils (2.26.1-1ubuntu1~16.04.6) ...
TestTerraformPackerExample 2018-06-21T15:33:20+01:00 command.go:96: 1529591600,,ui,message, ubuntu-ami: Selecting previously unselected package libc-dev-bin.
TestTerraformPackerExample 2018-06-21T15:33:20+01:00 command.go:96: 1529591600,,ui,message, ubuntu-ami: Preparing to unpack .../libc-dev-bin_2.23-0ubuntu10_amd64.deb ...
TestTerraformPackerExample 2018-06-21T15:33:20+01:00 command.go:96: 1529591600,,ui,message, ubuntu-ami: Unpacking libc-dev-bin (2.23-0ubuntu10) ...
TestTerraformPackerExample 2018-06-21T15:33:20+01:00 command.go:96: 1529591600,,ui,message, ubuntu-ami: Selecting previously unselected package linux-libc-dev:amd64.
TestTerraformPackerExample 2018-06-21T15:33:20+01:00 command.go:96: 1529591600,,ui,message, ubuntu-ami: Preparing to unpack .../linux-libc-dev_4.4.0-128.154_amd64.deb ...
TestTerraformPackerExample 2018-06-21T15:33:20+01:00 command.go:96: 1529591600,,ui,message, ubuntu-ami: Unpacking linux-libc-dev:amd64 (4.4.0-128.154) ...
TestTerraformPackerExample 2018-06-21T15:33:20+01:00 command.go:96: 1529591600,,ui,message, ubuntu-ami: Selecting previously unselected package libc6-dev:amd64.
TestTerraformPackerExample 2018-06-21T15:33:20+01:00 command.go:96: 1529591600,,ui,message, ubuntu-ami: Preparing to unpack .../libc6-dev_2.23-0ubuntu10_amd64.deb ...
TestTerraformPackerExample 2018-06-21T15:33:20+01:00 command.go:96: 1529591600,,ui,message, ubuntu-ami: Unpacking libc6-dev:amd64 (2.23-0ubuntu10) ...
TestTerraformPackerExample 2018-06-21T15:33:20+01:00 command.go:96: 1529591600,,ui,message, ubuntu-ami: Selecting previously unselected package libisl15:amd64.
TestTerraformPackerExample 2018-06-21T15:33:20+01:00 command.go:96: 1529591600,,ui,message, ubuntu-ami: Preparing to unpack .../libisl15_0.16.1-1_amd64.deb ...
TestTerraformPackerExample 2018-06-21T15:33:20+01:00 command.go:96: 1529591600,,ui,message, ubuntu-ami: Unpacking libisl15:amd64 (0.16.1-1) ...
TestTerraformPackerExample 2018-06-21T15:33:21+01:00 command.go:96: 1529591601,,ui,message, ubuntu-ami: Selecting previously unselected package cpp-5.
TestTerraformPackerExample 2018-06-21T15:33:21+01:00 command.go:96: 1529591601,,ui,message, ubuntu-ami: Preparing to unpack .../cpp-5_5.4.0-6ubuntu1~16.04.9_amd64.deb ...
TestTerraformPackerExample 2018-06-21T15:33:21+01:00 command.go:96: 1529591601,,ui,message, ubuntu-ami: Unpacking cpp-5 (5.4.0-6ubuntu1~16.04.9) ...
TestTerraformPackerExample 2018-06-21T15:33:22+01:00 command.go:96: 1529591602,,ui,message, ubuntu-ami: Selecting previously unselected package cpp.
TestTerraformPackerExample 2018-06-21T15:33:22+01:00 command.go:96: 1529591602,,ui,message, ubuntu-ami: Preparing to unpack .../cpp_4%3a5.3.1-1ubuntu1_amd64.deb ...
TestTerraformPackerExample 2018-06-21T15:33:22+01:00 command.go:96: 1529591602,,ui,message, ubuntu-ami: Unpacking cpp (4:5.3.1-1ubuntu1) ...
TestTerraformPackerExample 2018-06-21T15:33:22+01:00 command.go:96: 1529591602,,ui,message, ubuntu-ami: Selecting previously unselected package libcc1-0:amd64.
TestTerraformPackerExample 2018-06-21T15:33:22+01:00 command.go:96: 1529591602,,ui,message, ubuntu-ami: Preparing to unpack .../libcc1-0_5.4.0-6ubuntu1~16.04.9_amd64.deb ...
TestTerraformPackerExample 2018-06-21T15:33:22+01:00 command.go:96: 1529591602,,ui,message, ubuntu-ami: Unpacking libcc1-0:amd64 (5.4.0-6ubuntu1~16.04.9) ...
TestTerraformPackerExample 2018-06-21T15:33:22+01:00 command.go:96: 1529591602,,ui,message, ubuntu-ami: Selecting previously unselected package libgomp1:amd64.
TestTerraformPackerExample 2018-06-21T15:33:22+01:00 command.go:96: 1529591602,,ui,message, ubuntu-ami: Preparing to unpack .../libgomp1_5.4.0-6ubuntu1~16.04.9_amd64.deb ...
TestTerraformPackerExample 2018-06-21T15:33:22+01:00 command.go:96: 1529591602,,ui,message, ubuntu-ami: Unpacking libgomp1:amd64 (5.4.0-6ubuntu1~16.04.9) ...
TestTerraformPackerExample 2018-06-21T15:33:22+01:00 command.go:96: 1529591602,,ui,message, ubuntu-ami: Selecting previously unselected package libitm1:amd64.
TestTerraformPackerExample 2018-06-21T15:33:22+01:00 command.go:96: 1529591602,,ui,message, ubuntu-ami: Preparing to unpack .../libitm1_5.4.0-6ubuntu1~16.04.9_amd64.deb ...
TestTerraformPackerExample 2018-06-21T15:33:22+01:00 command.go:96: 1529591602,,ui,message, ubuntu-ami: Unpacking libitm1:amd64 (5.4.0-6ubuntu1~16.04.9) ...
TestTerraformPackerExample 2018-06-21T15:33:22+01:00 command.go:96: 1529591602,,ui,message, ubuntu-ami: Selecting previously unselected package libatomic1:amd64.
TestTerraformPackerExample 2018-06-21T15:33:22+01:00 command.go:96: 1529591602,,ui,message, ubuntu-ami: Preparing to unpack .../libatomic1_5.4.0-6ubuntu1~16.04.9_amd64.deb ...
TestTerraformPackerExample 2018-06-21T15:33:22+01:00 command.go:96: 1529591602,,ui,message, ubuntu-ami: Unpacking libatomic1:amd64 (5.4.0-6ubuntu1~16.04.9) ...
TestTerraformPackerExample 2018-06-21T15:33:22+01:00 command.go:96: 1529591602,,ui,message, ubuntu-ami: Selecting previously unselected package libasan2:amd64.
TestTerraformPackerExample 2018-06-21T15:33:22+01:00 command.go:96: 1529591602,,ui,message, ubuntu-ami: Preparing to unpack .../libasan2_5.4.0-6ubuntu1~16.04.9_amd64.deb ...
TestTerraformPackerExample 2018-06-21T15:33:22+01:00 command.go:96: 1529591602,,ui,message, ubuntu-ami: Unpacking libasan2:amd64 (5.4.0-6ubuntu1~16.04.9) ...
TestTerraformPackerExample 2018-06-21T15:33:22+01:00 command.go:96: 1529591602,,ui,message, ubuntu-ami: Selecting previously unselected package liblsan0:amd64.
TestTerraformPackerExample 2018-06-21T15:33:22+01:00 command.go:96: 1529591602,,ui,message, ubuntu-ami: Preparing to unpack .../liblsan0_5.4.0-6ubuntu1~16.04.9_amd64.deb ...
TestTerraformPackerExample 2018-06-21T15:33:22+01:00 command.go:96: 1529591602,,ui,message, ubuntu-ami: Unpacking liblsan0:amd64 (5.4.0-6ubuntu1~16.04.9) ...
TestTerraformPackerExample 2018-06-21T15:33:22+01:00 command.go:96: 1529591602,,ui,message, ubuntu-ami: Selecting previously unselected package libtsan0:amd64.
TestTerraformPackerExample 2018-06-21T15:33:22+01:00 command.go:96: 1529591602,,ui,message, ubuntu-ami: Preparing to unpack .../libtsan0_5.4.0-6ubuntu1~16.04.9_amd64.deb ...
TestTerraformPackerExample 2018-06-21T15:33:22+01:00 command.go:96: 1529591602,,ui,message, ubuntu-ami: Unpacking libtsan0:amd64 (5.4.0-6ubuntu1~16.04.9) ...
TestTerraformPackerExample 2018-06-21T15:33:22+01:00 command.go:96: 1529591602,,ui,message, ubuntu-ami: Selecting previously unselected package libubsan0:amd64.
TestTerraformPackerExample 2018-06-21T15:33:22+01:00 command.go:96: 1529591602,,ui,message, ubuntu-ami: Preparing to unpack .../libubsan0_5.4.0-6ubuntu1~16.04.9_amd64.deb ...
TestTerraformPackerExample 2018-06-21T15:33:22+01:00 command.go:96: 1529591602,,ui,message, ubuntu-ami: Unpacking libubsan0:amd64 (5.4.0-6ubuntu1~16.04.9) ...
TestTerraformPackerExample 2018-06-21T15:33:22+01:00 command.go:96: 1529591602,,ui,message, ubuntu-ami: Selecting previously unselected package libcilkrts5:amd64.
TestTerraformPackerExample 2018-06-21T15:33:22+01:00 command.go:96: 1529591602,,ui,message, ubuntu-ami: Preparing to unpack .../libcilkrts5_5.4.0-6ubuntu1~16.04.9_amd64.deb ...
TestTerraformPackerExample 2018-06-21T15:33:22+01:00 command.go:96: 1529591602,,ui,message, ubuntu-ami: Unpacking libcilkrts5:amd64 (5.4.0-6ubuntu1~16.04.9) ...
TestTerraformPackerExample 2018-06-21T15:33:22+01:00 command.go:96: 1529591602,,ui,message, ubuntu-ami: Selecting previously unselected package libmpx0:amd64.
TestTerraformPackerExample 2018-06-21T15:33:22+01:00 command.go:96: 1529591602,,ui,message, ubuntu-ami: Preparing to unpack .../libmpx0_5.4.0-6ubuntu1~16.04.9_amd64.deb ...
TestTerraformPackerExample 2018-06-21T15:33:22+01:00 command.go:96: 1529591602,,ui,message, ubuntu-ami: Unpacking libmpx0:amd64 (5.4.0-6ubuntu1~16.04.9) ...
TestTerraformPackerExample 2018-06-21T15:33:22+01:00 command.go:96: 1529591602,,ui,message, ubuntu-ami: Selecting previously unselected package libquadmath0:amd64.
TestTerraformPackerExample 2018-06-21T15:33:22+01:00 command.go:96: 1529591602,,ui,message, ubuntu-ami: Preparing to unpack .../libquadmath0_5.4.0-6ubuntu1~16.04.9_amd64.deb ...
TestTerraformPackerExample 2018-06-21T15:33:22+01:00 command.go:96: 1529591602,,ui,message, ubuntu-ami: Unpacking libquadmath0:amd64 (5.4.0-6ubuntu1~16.04.9) ...
TestTerraformPackerExample 2018-06-21T15:33:22+01:00 command.go:96: 1529591602,,ui,message, ubuntu-ami: Selecting previously unselected package libgcc-5-dev:amd64.
TestTerraformPackerExample 2018-06-21T15:33:22+01:00 command.go:96: 1529591602,,ui,message, ubuntu-ami: Preparing to unpack .../libgcc-5-dev_5.4.0-6ubuntu1~16.04.9_amd64.deb ...
TestTerraformPackerExample 2018-06-21T15:33:22+01:00 command.go:96: 1529591602,,ui,message, ubuntu-ami: Unpacking libgcc-5-dev:amd64 (5.4.0-6ubuntu1~16.04.9) ...
TestTerraformPackerExample 2018-06-21T15:33:22+01:00 command.go:96: 1529591602,,ui,message, ubuntu-ami: Selecting previously unselected package gcc-5.
TestTerraformPackerExample 2018-06-21T15:33:22+01:00 command.go:96: 1529591602,,ui,message, ubuntu-ami: Preparing to unpack .../gcc-5_5.4.0-6ubuntu1~16.04.9_amd64.deb ...
TestTerraformPackerExample 2018-06-21T15:33:22+01:00 command.go:96: 1529591602,,ui,message, ubuntu-ami: Unpacking gcc-5 (5.4.0-6ubuntu1~16.04.9) ...
TestTerraformPackerExample 2018-06-21T15:33:23+01:00 command.go:96: 1529591603,,ui,message, ubuntu-ami: Selecting previously unselected package gcc.
TestTerraformPackerExample 2018-06-21T15:33:23+01:00 command.go:96: 1529591603,,ui,message, ubuntu-ami: Preparing to unpack .../gcc_4%3a5.3.1-1ubuntu1_amd64.deb ...
TestTerraformPackerExample 2018-06-21T15:33:23+01:00 command.go:96: 1529591603,,ui,message, ubuntu-ami: Unpacking gcc (4:5.3.1-1ubuntu1) ...
TestTerraformPackerExample 2018-06-21T15:33:23+01:00 command.go:96: 1529591603,,ui,message, ubuntu-ami: Selecting previously unselected package libstdc++-5-dev:amd64.
TestTerraformPackerExample 2018-06-21T15:33:23+01:00 command.go:96: 1529591603,,ui,message, ubuntu-ami: Preparing to unpack .../libstdc++-5-dev_5.4.0-6ubuntu1~16.04.9_amd64.deb ...
TestTerraformPackerExample 2018-06-21T15:33:23+01:00 command.go:96: 1529591603,,ui,message, ubuntu-ami: Unpacking libstdc++-5-dev:amd64 (5.4.0-6ubuntu1~16.04.9) ...
TestTerraformPackerExample 2018-06-21T15:33:24+01:00 command.go:96: 1529591604,,ui,message, ubuntu-ami: Selecting previously unselected package g++-5.
TestTerraformPackerExample 2018-06-21T15:33:24+01:00 command.go:96: 1529591604,,ui,message, ubuntu-ami: Preparing to unpack .../g++-5_5.4.0-6ubuntu1~16.04.9_amd64.deb ...
TestTerraformPackerExample 2018-06-21T15:33:24+01:00 command.go:96: 1529591604,,ui,message, ubuntu-ami: Unpacking g++-5 (5.4.0-6ubuntu1~16.04.9) ...
TestTerraformPackerExample 2018-06-21T15:33:24+01:00 command.go:96: 1529591604,,ui,message, ubuntu-ami: Selecting previously unselected package g++.
TestTerraformPackerExample 2018-06-21T15:33:24+01:00 command.go:96: 1529591604,,ui,message, ubuntu-ami: Preparing to unpack .../g++_4%3a5.3.1-1ubuntu1_amd64.deb ...
TestTerraformPackerExample 2018-06-21T15:33:24+01:00 command.go:96: 1529591604,,ui,message, ubuntu-ami: Unpacking g++ (4:5.3.1-1ubuntu1) ...
TestTerraformPackerExample 2018-06-21T15:33:24+01:00 command.go:96: 1529591604,,ui,message, ubuntu-ami: Selecting previously unselected package make.
TestTerraformPackerExample 2018-06-21T15:33:24+01:00 command.go:96: 1529591604,,ui,message, ubuntu-ami: Preparing to unpack .../archives/make_4.1-6_amd64.deb ...
TestTerraformPackerExample 2018-06-21T15:33:25+01:00 command.go:96: 1529591605,,ui,message, ubuntu-ami: Unpacking make (4.1-6) ...
TestTerraformPackerExample 2018-06-21T15:33:25+01:00 command.go:96: 1529591605,,ui,message, ubuntu-ami: Selecting previously unselected package libdpkg-perl.
TestTerraformPackerExample 2018-06-21T15:33:25+01:00 command.go:96: 1529591605,,ui,message, ubuntu-ami: Preparing to unpack .../libdpkg-perl_1.18.4ubuntu1.4_all.deb ...
TestTerraformPackerExample 2018-06-21T15:33:25+01:00 command.go:96: 1529591605,,ui,message, ubuntu-ami: Unpacking libdpkg-perl (1.18.4ubuntu1.4) ...
TestTerraformPackerExample 2018-06-21T15:33:25+01:00 command.go:96: 1529591605,,ui,message, ubuntu-ami: Selecting previously unselected package dpkg-dev.
TestTerraformPackerExample 2018-06-21T15:33:25+01:00 command.go:96: 1529591605,,ui,message, ubuntu-ami: Preparing to unpack .../dpkg-dev_1.18.4ubuntu1.4_all.deb ...
TestTerraformPackerExample 2018-06-21T15:33:25+01:00 command.go:96: 1529591605,,ui,message, ubuntu-ami: Unpacking dpkg-dev (1.18.4ubuntu1.4) ...
TestTerraformPackerExample 2018-06-21T15:33:25+01:00 command.go:96: 1529591605,,ui,message, ubuntu-ami: Selecting previously unselected package build-essential.
TestTerraformPackerExample 2018-06-21T15:33:25+01:00 command.go:96: 1529591605,,ui,message, ubuntu-ami: Preparing to unpack .../build-essential_12.1ubuntu2_amd64.deb ...
TestTerraformPackerExample 2018-06-21T15:33:25+01:00 command.go:96: 1529591605,,ui,message, ubuntu-ami: Unpacking build-essential (12.1ubuntu2) ...
TestTerraformPackerExample 2018-06-21T15:33:25+01:00 command.go:96: 1529591605,,ui,message, ubuntu-ami: Selecting previously unselected package libfakeroot:amd64.
TestTerraformPackerExample 2018-06-21T15:33:25+01:00 command.go:96: 1529591605,,ui,message, ubuntu-ami: Preparing to unpack .../libfakeroot_1.20.2-1ubuntu1_amd64.deb ...
TestTerraformPackerExample 2018-06-21T15:33:25+01:00 command.go:96: 1529591605,,ui,message, ubuntu-ami: Unpacking libfakeroot:amd64 (1.20.2-1ubuntu1) ...
TestTerraformPackerExample 2018-06-21T15:33:25+01:00 command.go:96: 1529591605,,ui,message, ubuntu-ami: Selecting previously unselected package fakeroot.
TestTerraformPackerExample 2018-06-21T15:33:25+01:00 command.go:96: 1529591605,,ui,message, ubuntu-ami: Preparing to unpack .../fakeroot_1.20.2-1ubuntu1_amd64.deb ...
TestTerraformPackerExample 2018-06-21T15:33:25+01:00 command.go:96: 1529591605,,ui,message, ubuntu-ami: Unpacking fakeroot (1.20.2-1ubuntu1) ...
TestTerraformPackerExample 2018-06-21T15:33:25+01:00 command.go:96: 1529591605,,ui,message, ubuntu-ami: Selecting previously unselected package javascript-common.
TestTerraformPackerExample 2018-06-21T15:33:25+01:00 command.go:96: 1529591605,,ui,message, ubuntu-ami: Preparing to unpack .../javascript-common_11_all.deb ...
TestTerraformPackerExample 2018-06-21T15:33:25+01:00 command.go:96: 1529591605,,ui,message, ubuntu-ami: Unpacking javascript-common (11) ...
TestTerraformPackerExample 2018-06-21T15:33:25+01:00 command.go:96: 1529591605,,ui,message, ubuntu-ami: Selecting previously unselected package libalgorithm-diff-perl.
TestTerraformPackerExample 2018-06-21T15:33:25+01:00 command.go:96: 1529591605,,ui,message, ubuntu-ami: Preparing to unpack .../libalgorithm-diff-perl_1.19.03-1_all.deb ...
TestTerraformPackerExample 2018-06-21T15:33:25+01:00 command.go:96: 1529591605,,ui,message, ubuntu-ami: Unpacking libalgorithm-diff-perl (1.19.03-1) ...
TestTerraformPackerExample 2018-06-21T15:33:25+01:00 command.go:96: 1529591605,,ui,message, ubuntu-ami: Selecting previously unselected package libalgorithm-diff-xs-perl.
TestTerraformPackerExample 2018-06-21T15:33:25+01:00 command.go:96: 1529591605,,ui,message, ubuntu-ami: Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-4build1_amd64.deb ...
TestTerraformPackerExample 2018-06-21T15:33:25+01:00 command.go:96: 1529591605,,ui,message, ubuntu-ami: Unpacking libalgorithm-diff-xs-perl (0.04-4build1) ...
TestTerraformPackerExample 2018-06-21T15:33:25+01:00 command.go:96: 1529591605,,ui,message, ubuntu-ami: Selecting previously unselected package libalgorithm-merge-perl.
TestTerraformPackerExample 2018-06-21T15:33:25+01:00 command.go:96: 1529591605,,ui,message, ubuntu-ami: Preparing to unpack .../libalgorithm-merge-perl_0.08-3_all.deb ...
TestTerraformPackerExample 2018-06-21T15:33:25+01:00 command.go:96: 1529591605,,ui,message, ubuntu-ami: Unpacking libalgorithm-merge-perl (0.08-3) ...
TestTerraformPackerExample 2018-06-21T15:33:25+01:00 command.go:96: 1529591605,,ui,message, ubuntu-ami: Selecting previously unselected package libfile-fcntllock-perl.
TestTerraformPackerExample 2018-06-21T15:33:25+01:00 command.go:96: 1529591605,,ui,message, ubuntu-ami: Preparing to unpack .../libfile-fcntllock-perl_0.22-3_amd64.deb ...
TestTerraformPackerExample 2018-06-21T15:33:25+01:00 command.go:96: 1529591605,,ui,message, ubuntu-ami: Unpacking libfile-fcntllock-perl (0.22-3) ...
TestTerraformPackerExample 2018-06-21T15:33:25+01:00 command.go:96: 1529591605,,ui,message, ubuntu-ami: Selecting previously unselected package libgmpxx4ldbl:amd64.
TestTerraformPackerExample 2018-06-21T15:33:25+01:00 command.go:96: 1529591605,,ui,message, ubuntu-ami: Preparing to unpack .../libgmpxx4ldbl_2%3a6.1.0+dfsg-2_amd64.deb ...
TestTerraformPackerExample 2018-06-21T15:33:25+01:00 command.go:96: 1529591605,,ui,message, ubuntu-ami: Unpacking libgmpxx4ldbl:amd64 (2:6.1.0+dfsg-2) ...
TestTerraformPackerExample 2018-06-21T15:33:25+01:00 command.go:96: 1529591605,,ui,message, ubuntu-ami: Selecting previously unselected package libgmp-dev:amd64.
TestTerraformPackerExample 2018-06-21T15:33:25+01:00 command.go:96: 1529591605,,ui,message, ubuntu-ami: Preparing to unpack .../libgmp-dev_2%3a6.1.0+dfsg-2_amd64.deb ...
TestTerraformPackerExample 2018-06-21T15:33:25+01:00 command.go:96: 1529591605,,ui,message, ubuntu-ami: Unpacking libgmp-dev:amd64 (2:6.1.0+dfsg-2) ...
TestTerraformPackerExample 2018-06-21T15:33:25+01:00 command.go:96: 1529591605,,ui,message, ubuntu-ami: Selecting previously unselected package libjs-jquery.
TestTerraformPackerExample 2018-06-21T15:33:25+01:00 command.go:96: 1529591605,,ui,message, ubuntu-ami: Preparing to unpack .../libjs-jquery_1.11.3+dfsg-4_all.deb ...
TestTerraformPackerExample 2018-06-21T15:33:25+01:00 command.go:96: 1529591605,,ui,message, ubuntu-ami: Unpacking libjs-jquery (1.11.3+dfsg-4) ...
TestTerraformPackerExample 2018-06-21T15:33:25+01:00 command.go:96: 1529591605,,ui,message, ubuntu-ami: Selecting previously unselected package manpages-dev.
TestTerraformPackerExample 2018-06-21T15:33:25+01:00 command.go:96: 1529591605,,ui,message, ubuntu-ami: Preparing to unpack .../manpages-dev_4.04-2_all.deb ...
TestTerraformPackerExample 2018-06-21T15:33:25+01:00 command.go:96: 1529591605,,ui,message, ubuntu-ami: Unpacking manpages-dev (4.04-2) ...
TestTerraformPackerExample 2018-06-21T15:33:26+01:00 command.go:96: 1529591606,,ui,message, ubuntu-ami: Selecting previously unselected package rubygems-integration.
TestTerraformPackerExample 2018-06-21T15:33:26+01:00 command.go:96: 1529591606,,ui,message, ubuntu-ami: Preparing to unpack .../rubygems-integration_1.10_all.deb ...
TestTerraformPackerExample 2018-06-21T15:33:26+01:00 command.go:96: 1529591606,,ui,message, ubuntu-ami: Unpacking rubygems-integration (1.10) ...
TestTerraformPackerExample 2018-06-21T15:33:26+01:00 command.go:96: 1529591606,,ui,message, ubuntu-ami: Selecting previously unselected package ruby-did-you-mean.
TestTerraformPackerExample 2018-06-21T15:33:26+01:00 command.go:96: 1529591606,,ui,message, ubuntu-ami: Preparing to unpack .../ruby-did-you-mean_1.0.0-2_all.deb ...
TestTerraformPackerExample 2018-06-21T15:33:26+01:00 command.go:96: 1529591606,,ui,message, ubuntu-ami: Unpacking ruby-did-you-mean (1.0.0-2) ...
TestTerraformPackerExample 2018-06-21T15:33:26+01:00 command.go:96: 1529591606,,ui,message, ubuntu-ami: Selecting previously unselected package ruby-minitest.
TestTerraformPackerExample 2018-06-21T15:33:26+01:00 command.go:96: 1529591606,,ui,message, ubuntu-ami: Preparing to unpack .../ruby-minitest_5.8.4-2_all.deb ...
TestTerraformPackerExample 2018-06-21T15:33:26+01:00 command.go:96: 1529591606,,ui,message, ubuntu-ami: Unpacking ruby-minitest (5.8.4-2) ...
TestTerraformPackerExample 2018-06-21T15:33:26+01:00 command.go:96: 1529591606,,ui,message, ubuntu-ami: Selecting previously unselected package ruby-net-telnet.
TestTerraformPackerExample 2018-06-21T15:33:26+01:00 command.go:96: 1529591606,,ui,message, ubuntu-ami: Preparing to unpack .../ruby-net-telnet_0.1.1-2_all.deb ...
TestTerraformPackerExample 2018-06-21T15:33:26+01:00 command.go:96: 1529591606,,ui,message, ubuntu-ami: Unpacking ruby-net-telnet (0.1.1-2) ...
TestTerraformPackerExample 2018-06-21T15:33:26+01:00 command.go:96: 1529591606,,ui,message, ubuntu-ami: Selecting previously unselected package ruby-power-assert.
TestTerraformPackerExample 2018-06-21T15:33:26+01:00 command.go:96: 1529591606,,ui,message, ubuntu-ami: Preparing to unpack .../ruby-power-assert_0.2.7-1_all.deb ...
TestTerraformPackerExample 2018-06-21T15:33:26+01:00 command.go:96: 1529591606,,ui,message, ubuntu-ami: Unpacking ruby-power-assert (0.2.7-1) ...
TestTerraformPackerExample 2018-06-21T15:33:26+01:00 command.go:96: 1529591606,,ui,message, ubuntu-ami: Selecting previously unselected package ruby-test-unit.
TestTerraformPackerExample 2018-06-21T15:33:26+01:00 command.go:96: 1529591606,,ui,message, ubuntu-ami: Preparing to unpack .../ruby-test-unit_3.1.7-2_all.deb ...
TestTerraformPackerExample 2018-06-21T15:33:26+01:00 command.go:96: 1529591606,,ui,message, ubuntu-ami: Unpacking ruby-test-unit (3.1.7-2) ...
TestTerraformPackerExample 2018-06-21T15:33:26+01:00 command.go:96: 1529591606,,ui,message, ubuntu-ami: Selecting previously unselected package libruby2.3:amd64.
TestTerraformPackerExample 2018-06-21T15:33:26+01:00 command.go:96: 1529591606,,ui,message, ubuntu-ami: Preparing to unpack .../libruby2.3_2.3.1-2~16.04.10_amd64.deb ...
TestTerraformPackerExample 2018-06-21T15:33:26+01:00 command.go:96: 1529591606,,ui,message, ubuntu-ami: Unpacking libruby2.3:amd64 (2.3.1-2~16.04.10) ...
TestTerraformPackerExample 2018-06-21T15:33:26+01:00 command.go:96: 1529591606,,ui,message, ubuntu-ami: Selecting previously unselected package ruby2.3.
TestTerraformPackerExample 2018-06-21T15:33:26+01:00 command.go:96: 1529591606,,ui,message, ubuntu-ami: Preparing to unpack .../ruby2.3_2.3.1-2~16.04.10_amd64.deb ...
TestTerraformPackerExample 2018-06-21T15:33:26+01:00 command.go:96: 1529591606,,ui,message, ubuntu-ami: Unpacking ruby2.3 (2.3.1-2~16.04.10) ...
TestTerraformPackerExample 2018-06-21T15:33:26+01:00 command.go:96: 1529591606,,ui,message, ubuntu-ami: Selecting previously unselected package ruby.
TestTerraformPackerExample 2018-06-21T15:33:26+01:00 command.go:96: 1529591606,,ui,message, ubuntu-ami: Preparing to unpack .../ruby_1%3a2.3.0+1_all.deb ...
TestTerraformPackerExample 2018-06-21T15:33:26+01:00 command.go:96: 1529591606,,ui,message, ubuntu-ami: Unpacking ruby (1:2.3.0+1) ...
TestTerraformPackerExample 2018-06-21T15:33:26+01:00 command.go:96: 1529591606,,ui,message, ubuntu-ami: Selecting previously unselected package rake.
TestTerraformPackerExample 2018-06-21T15:33:26+01:00 command.go:96: 1529591606,,ui,message, ubuntu-ami: Preparing to unpack .../archives/rake_10.5.0-2_all.deb ...
TestTerraformPackerExample 2018-06-21T15:33:26+01:00 command.go:96: 1529591606,,ui,message, ubuntu-ami: Unpacking rake (10.5.0-2) ...
TestTerraformPackerExample 2018-06-21T15:33:26+01:00 command.go:96: 1529591606,,ui,message, ubuntu-ami: Selecting previously unselected package ruby2.3-dev:amd64.
TestTerraformPackerExample 2018-06-21T15:33:26+01:00 command.go:96: 1529591606,,ui,message, ubuntu-ami: Preparing to unpack .../ruby2.3-dev_2.3.1-2~16.04.10_amd64.deb ...
TestTerraformPackerExample 2018-06-21T15:33:26+01:00 command.go:96: 1529591606,,ui,message, ubuntu-ami: Unpacking ruby2.3-dev:amd64 (2.3.1-2~16.04.10) ...
TestTerraformPackerExample 2018-06-21T15:33:26+01:00 command.go:96: 1529591606,,ui,message, ubuntu-ami: Selecting previously unselected package ruby-dev:amd64.
TestTerraformPackerExample 2018-06-21T15:33:27+01:00 command.go:96: 1529591607,,ui,message, ubuntu-ami: Preparing to unpack .../ruby-dev_1%3a2.3.0+1_amd64.deb ...
TestTerraformPackerExample 2018-06-21T15:33:27+01:00 command.go:96: 1529591607,,ui,message, ubuntu-ami: Unpacking ruby-dev:amd64 (1:2.3.0+1) ...
TestTerraformPackerExample 2018-06-21T15:33:27+01:00 command.go:96: 1529591607,,ui,message, ubuntu-ami: Selecting previously unselected package unzip.
TestTerraformPackerExample 2018-06-21T15:33:27+01:00 command.go:96: 1529591607,,ui,message, ubuntu-ami: Preparing to unpack .../unzip_6.0-20ubuntu1_amd64.deb ...
TestTerraformPackerExample 2018-06-21T15:33:27+01:00 command.go:96: 1529591607,,ui,message, ubuntu-ami: Unpacking unzip (6.0-20ubuntu1) ...
TestTerraformPackerExample 2018-06-21T15:33:27+01:00 command.go:96: 1529591607,,ui,message, ubuntu-ami: Selecting previously unselected package zip.
TestTerraformPackerExample 2018-06-21T15:33:27+01:00 command.go:96: 1529591607,,ui,message, ubuntu-ami: Preparing to unpack .../archives/zip_3.0-11_amd64.deb ...
TestTerraformPackerExample 2018-06-21T15:33:27+01:00 command.go:96: 1529591607,,ui,message, ubuntu-ami: Unpacking zip (3.0-11) ...
TestTerraformPackerExample 2018-06-21T15:33:27+01:00 command.go:96: 1529591607,,ui,message, ubuntu-ami: Selecting previously unselected package zlib1g-dev:amd64.
TestTerraformPackerExample 2018-06-21T15:33:27+01:00 command.go:96: 1529591607,,ui,message, ubuntu-ami: Preparing to unpack .../zlib1g-dev_1%3a1.2.8.dfsg-2ubuntu4.1_amd64.deb ...
TestTerraformPackerExample 2018-06-21T15:33:27+01:00 command.go:96: 1529591607,,ui,message, ubuntu-ami: Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-2ubuntu4.1) ...
TestTerraformPackerExample 2018-06-21T15:33:27+01:00 command.go:96: 1529591607,,ui,message, ubuntu-ami: Processing triggers for libc-bin (2.23-0ubuntu10) ...
TestTerraformPackerExample 2018-06-21T15:33:27+01:00 command.go:96: 1529591607,,ui,message, ubuntu-ami: Processing triggers for man-db (2.7.5-1) ...
TestTerraformPackerExample 2018-06-21T15:33:29+01:00 command.go:96: 1529591609,,ui,message, ubuntu-ami: Processing triggers for mime-support (3.59ubuntu1) ...
TestTerraformPackerExample 2018-06-21T15:33:29+01:00 command.go:96: 1529591609,,ui,message, ubuntu-ami: Setting up fonts-lato (2.0-1) ...
TestTerraformPackerExample 2018-06-21T15:33:29+01:00 command.go:96: 1529591609,,ui,message, ubuntu-ami: Setting up libmpc3:amd64 (1.0.3-1) ...
TestTerraformPackerExample 2018-06-21T15:33:29+01:00 command.go:96: 1529591609,,ui,message, ubuntu-ami: Setting up binutils (2.26.1-1ubuntu1~16.04.6) ...
TestTerraformPackerExample 2018-06-21T15:33:29+01:00 command.go:96: 1529591609,,ui,message, ubuntu-ami: Setting up libc-dev-bin (2.23-0ubuntu10) ...
TestTerraformPackerExample 2018-06-21T15:33:29+01:00 command.go:96: 1529591609,,ui,message, ubuntu-ami: Setting up linux-libc-dev:amd64 (4.4.0-128.154) ...
TestTerraformPackerExample 2018-06-21T15:33:29+01:00 command.go:96: 1529591609,,ui,message, ubuntu-ami: Setting up libc6-dev:amd64 (2.23-0ubuntu10) ...
TestTerraformPackerExample 2018-06-21T15:33:29+01:00 command.go:96: 1529591609,,ui,message, ubuntu-ami: Setting up libisl15:amd64 (0.16.1-1) ...
TestTerraformPackerExample 2018-06-21T15:33:29+01:00 command.go:96: 1529591609,,ui,message, ubuntu-ami: Setting up cpp-5 (5.4.0-6ubuntu1~16.04.9) ...
TestTerraformPackerExample 2018-06-21T15:33:29+01:00 command.go:96: 1529591609,,ui,message, ubuntu-ami: Setting up cpp (4:5.3.1-1ubuntu1) ...
TestTerraformPackerExample 2018-06-21T15:33:29+01:00 command.go:96: 1529591609,,ui,message, ubuntu-ami: Setting up libcc1-0:amd64 (5.4.0-6ubuntu1~16.04.9) ...
TestTerraformPackerExample 2018-06-21T15:33:29+01:00 command.go:96: 1529591609,,ui,message, ubuntu-ami: Setting up libgomp1:amd64 (5.4.0-6ubuntu1~16.04.9) ...
TestTerraformPackerExample 2018-06-21T15:33:29+01:00 command.go:96: 1529591609,,ui,message, ubuntu-ami: Setting up libitm1:amd64 (5.4.0-6ubuntu1~16.04.9) ...
TestTerraformPackerExample 2018-06-21T15:33:29+01:00 command.go:96: 1529591609,,ui,message, ubuntu-ami: Setting up libatomic1:amd64 (5.4.0-6ubuntu1~16.04.9) ...
TestTerraformPackerExample 2018-06-21T15:33:29+01:00 command.go:96: 1529591609,,ui,message, ubuntu-ami: Setting up libasan2:amd64 (5.4.0-6ubuntu1~16.04.9) ...
TestTerraformPackerExample 2018-06-21T15:33:29+01:00 command.go:96: 1529591609,,ui,message, ubuntu-ami: Setting up liblsan0:amd64 (5.4.0-6ubuntu1~16.04.9) ...
TestTerraformPackerExample 2018-06-21T15:33:29+01:00 command.go:96: 1529591609,,ui,message, ubuntu-ami: Setting up libtsan0:amd64 (5.4.0-6ubuntu1~16.04.9) ...
TestTerraformPackerExample 2018-06-21T15:33:29+01:00 command.go:96: 1529591609,,ui,message, ubuntu-ami: Setting up libubsan0:amd64 (5.4.0-6ubuntu1~16.04.9) ...
TestTerraformPackerExample 2018-06-21T15:33:29+01:00 command.go:96: 1529591609,,ui,message, ubuntu-ami: Setting up libcilkrts5:amd64 (5.4.0-6ubuntu1~16.04.9) ...
TestTerraformPackerExample 2018-06-21T15:33:29+01:00 command.go:96: 1529591609,,ui,message, ubuntu-ami: Setting up libmpx0:amd64 (5.4.0-6ubuntu1~16.04.9) ...
TestTerraformPackerExample 2018-06-21T15:33:29+01:00 command.go:96: 1529591609,,ui,message, ubuntu-ami: Setting up libquadmath0:amd64 (5.4.0-6ubuntu1~16.04.9) ...
TestTerraformPackerExample 2018-06-21T15:33:29+01:00 command.go:96: 1529591609,,ui,message, ubuntu-ami: Setting up libgcc-5-dev:amd64 (5.4.0-6ubuntu1~16.04.9) ...
TestTerraformPackerExample 2018-06-21T15:33:29+01:00 command.go:96: 1529591609,,ui,message, ubuntu-ami: Setting up gcc-5 (5.4.0-6ubuntu1~16.04.9) ...
TestTerraformPackerExample 2018-06-21T15:33:29+01:00 command.go:96: 1529591609,,ui,message, ubuntu-ami: Setting up gcc (4:5.3.1-1ubuntu1) ...
TestTerraformPackerExample 2018-06-21T15:33:29+01:00 command.go:96: 1529591609,,ui,message, ubuntu-ami: Setting up libstdc++-5-dev:amd64 (5.4.0-6ubuntu1~16.04.9) ...
TestTerraformPackerExample 2018-06-21T15:33:29+01:00 command.go:96: 1529591609,,ui,message, ubuntu-ami: Setting up g++-5 (5.4.0-6ubuntu1~16.04.9) ...
TestTerraformPackerExample 2018-06-21T15:33:29+01:00 command.go:96: 1529591609,,ui,message, ubuntu-ami: Setting up g++ (4:5.3.1-1ubuntu1) ...
TestTerraformPackerExample 2018-06-21T15:33:29+01:00 command.go:96: 1529591609,,ui,message, ubuntu-ami: update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
TestTerraformPackerExample 2018-06-21T15:33:29+01:00 command.go:96: 1529591609,,ui,message, ubuntu-ami: Setting up make (4.1-6) ...
TestTerraformPackerExample 2018-06-21T15:33:29+01:00 command.go:96: 1529591609,,ui,message, ubuntu-ami: Setting up libdpkg-perl (1.18.4ubuntu1.4) ...
TestTerraformPackerExample 2018-06-21T15:33:29+01:00 command.go:96: 1529591609,,ui,message, ubuntu-ami: Setting up dpkg-dev (1.18.4ubuntu1.4) ...
TestTerraformPackerExample 2018-06-21T15:33:29+01:00 command.go:96: 1529591609,,ui,message, ubuntu-ami: Setting up build-essential (12.1ubuntu2) ...
TestTerraformPackerExample 2018-06-21T15:33:29+01:00 command.go:96: 1529591609,,ui,message, ubuntu-ami: Setting up libfakeroot:amd64 (1.20.2-1ubuntu1) ...
TestTerraformPackerExample 2018-06-21T15:33:29+01:00 command.go:96: 1529591609,,ui,message, ubuntu-ami: Setting up fakeroot (1.20.2-1ubuntu1) ...
TestTerraformPackerExample 2018-06-21T15:33:29+01:00 command.go:96: 1529591609,,ui,message, ubuntu-ami: update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
TestTerraformPackerExample 2018-06-21T15:33:29+01:00 command.go:96: 1529591609,,ui,message, ubuntu-ami: Setting up javascript-common (11) ...
TestTerraformPackerExample 2018-06-21T15:33:29+01:00 command.go:96: 1529591609,,ui,message, ubuntu-ami: Setting up libalgorithm-diff-perl (1.19.03-1) ...
TestTerraformPackerExample 2018-06-21T15:33:29+01:00 command.go:96: 1529591609,,ui,message, ubuntu-ami: Setting up libalgorithm-diff-xs-perl (0.04-4build1) ...
TestTerraformPackerExample 2018-06-21T15:33:29+01:00 command.go:96: 1529591609,,ui,message, ubuntu-ami: Setting up libalgorithm-merge-perl (0.08-3) ...
TestTerraformPackerExample 2018-06-21T15:33:29+01:00 command.go:96: 1529591609,,ui,message, ubuntu-ami: Setting up libfile-fcntllock-perl (0.22-3) ...
TestTerraformPackerExample 2018-06-21T15:33:29+01:00 command.go:96: 1529591609,,ui,message, ubuntu-ami: Setting up libgmpxx4ldbl:amd64 (2:6.1.0+dfsg-2) ...
TestTerraformPackerExample 2018-06-21T15:33:29+01:00 command.go:96: 1529591609,,ui,message, ubuntu-ami: Setting up libgmp-dev:amd64 (2:6.1.0+dfsg-2) ...
TestTerraformPackerExample 2018-06-21T15:33:29+01:00 command.go:96: 1529591609,,ui,message, ubuntu-ami: Setting up libjs-jquery (1.11.3+dfsg-4) ...
TestTerraformPackerExample 2018-06-21T15:33:29+01:00 command.go:96: 1529591609,,ui,message, ubuntu-ami: Setting up manpages-dev (4.04-2) ...
TestTerraformPackerExample 2018-06-21T15:33:29+01:00 command.go:96: 1529591609,,ui,message, ubuntu-ami: Setting up rubygems-integration (1.10) ...
TestTerraformPackerExample 2018-06-21T15:33:29+01:00 command.go:96: 1529591609,,ui,message, ubuntu-ami: Setting up ruby-did-you-mean (1.0.0-2) ...
TestTerraformPackerExample 2018-06-21T15:33:29+01:00 command.go:96: 1529591609,,ui,message, ubuntu-ami: Setting up ruby-minitest (5.8.4-2) ...
TestTerraformPackerExample 2018-06-21T15:33:29+01:00 command.go:96: 1529591609,,ui,message, ubuntu-ami: Setting up ruby-net-telnet (0.1.1-2) ...
TestTerraformPackerExample 2018-06-21T15:33:29+01:00 command.go:96: 1529591609,,ui,message, ubuntu-ami: Setting up ruby-power-assert (0.2.7-1) ...
TestTerraformPackerExample 2018-06-21T15:33:29+01:00 command.go:96: 1529591609,,ui,message, ubuntu-ami: Setting up ruby-test-unit (3.1.7-2) ...
TestTerraformPackerExample 2018-06-21T15:33:29+01:00 command.go:96: 1529591609,,ui,message, ubuntu-ami: Setting up unzip (6.0-20ubuntu1) ...
TestTerraformPackerExample 2018-06-21T15:33:29+01:00 command.go:96: 1529591609,,ui,message, ubuntu-ami: Setting up zip (3.0-11) ...
TestTerraformPackerExample 2018-06-21T15:33:29+01:00 command.go:96: 1529591609,,ui,message, ubuntu-ami: Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-2ubuntu4.1) ...
TestTerraformPackerExample 2018-06-21T15:33:29+01:00 command.go:96: 1529591609,,ui,message, ubuntu-ami: Setting up libruby2.3:amd64 (2.3.1-2~16.04.10) ...
TestTerraformPackerExample 2018-06-21T15:33:30+01:00 command.go:96: 1529591610,,ui,message, ubuntu-ami: Setting up ruby2.3 (2.3.1-2~16.04.10) ...
TestTerraformPackerExample 2018-06-21T15:33:30+01:00 command.go:96: 1529591610,,ui,message, ubuntu-ami: Setting up ruby2.3-dev:amd64 (2.3.1-2~16.04.10) ...
TestTerraformPackerExample 2018-06-21T15:33:30+01:00 command.go:96: 1529591610,,ui,message, ubuntu-ami: Setting up ruby-dev:amd64 (1:2.3.0+1) ...
TestTerraformPackerExample 2018-06-21T15:33:30+01:00 command.go:96: 1529591610,,ui,message, ubuntu-ami: Setting up ruby (1:2.3.0+1) ...
TestTerraformPackerExample 2018-06-21T15:33:30+01:00 command.go:96: 1529591610,,ui,message, ubuntu-ami: Setting up rake (10.5.0-2) ...
TestTerraformPackerExample 2018-06-21T15:33:30+01:00 command.go:96: 1529591610,,ui,message, ubuntu-ami: Processing triggers for libc-bin (2.23-0ubuntu10) ...
TestTerraformPackerExample 2018-06-21T15:33:30+01:00 command.go:96: 1529591610,,ui,message, ubuntu-ami: Installing Sinatra
TestTerraformPackerExample 2018-06-21T15:33:31+01:00 command.go:96: 1529591611,,ui,message, ubuntu-ami: Successfully installed rack-2.0.5
TestTerraformPackerExample 2018-06-21T15:33:31+01:00 command.go:96: 1529591611,,ui,message, ubuntu-ami: Successfully installed tilt-2.0.8
TestTerraformPackerExample 2018-06-21T15:33:31+01:00 command.go:96: 1529591611,,ui,message, ubuntu-ami: Successfully installed rack-protection-2.0.3
TestTerraformPackerExample 2018-06-21T15:33:31+01:00 command.go:96: 1529591611,,ui,message, ubuntu-ami: Successfully installed mustermann-1.0.2
TestTerraformPackerExample 2018-06-21T15:33:31+01:00 command.go:96: 1529591611,,ui,message, ubuntu-ami: Successfully installed sinatra-2.0.3
TestTerraformPackerExample 2018-06-21T15:33:31+01:00 command.go:96: 1529591611,,ui,message, ubuntu-ami: Building native extensions. This could take a while...
TestTerraformPackerExample 2018-06-21T15:33:33+01:00 command.go:96: 1529591613,,ui,message, ubuntu-ami: Successfully installed json-2.1.0
TestTerraformPackerExample 2018-06-21T15:33:33+01:00 command.go:96: 1529591613,,ui,message, ubuntu-ami: 6 gems installed
TestTerraformPackerExample 2018-06-21T15:33:33+01:00 command.go:96: 1529591613,,ui,message, ubuntu-ami: Moving /tmp/packer-docker-example/app.rb to /home/ubuntu/app.rb
TestTerraformPackerExample 2018-06-21T15:33:33+01:00 command.go:96: 1529591613,,ui,say,==> ubuntu-ami: Stopping the source instance...
TestTerraformPackerExample 2018-06-21T15:33:33+01:00 command.go:96: 1529591613,,ui,message, ubuntu-ami: Stopping instance%!(PACKER_COMMA) attempt 1
TestTerraformPackerExample 2018-06-21T15:33:33+01:00 command.go:96: 1529591613,,ui,say,==> ubuntu-ami: Waiting for the instance to stop...
TestTerraformPackerExample 2018-06-21T15:33:49+01:00 command.go:96: 1529591629,,ui,say,==> ubuntu-ami: Creating the AMI: terratest-packer-docker-example-2018-06-21T14-32-05Z
TestTerraformPackerExample 2018-06-21T15:33:49+01:00 command.go:96: 1529591629,,ui,message, ubuntu-ami: AMI: ami-4a28112f
TestTerraformPackerExample 2018-06-21T15:33:49+01:00 command.go:96: 1529591629,,ui,say,==> ubuntu-ami: Waiting for AMI to become ready...
TestTerraformPackerExample 2018-06-21T15:35:02+01:00 command.go:96: 1529591702,,ui,say,==> ubuntu-ami: Modifying attributes on AMI (ami-4a28112f)...
TestTerraformPackerExample 2018-06-21T15:35:02+01:00 command.go:96: 1529591702,,ui,message, ubuntu-ami: Modifying: description
TestTerraformPackerExample 2018-06-21T15:35:02+01:00 command.go:96: 1529591702,,ui,say,==> ubuntu-ami: Modifying attributes on snapshot (snap-02bef2ef0b8e25030)...
TestTerraformPackerExample 2018-06-21T15:35:02+01:00 command.go:96: 1529591702,,ui,say,==> ubuntu-ami: Terminating the source AWS instance...
TestTerraformPackerExample 2018-06-21T15:35:09+01:00 command.go:96: 1529591709,,ui,say,==> ubuntu-ami: Cleaning up any extra volumes...
TestTerraformPackerExample 2018-06-21T15:35:09+01:00 command.go:96: 1529591709,,ui,say,==> ubuntu-ami: No volumes to clean up%!(PACKER_COMMA) skipping
TestTerraformPackerExample 2018-06-21T15:35:09+01:00 command.go:96: 1529591709,,ui,say,==> ubuntu-ami: Deleting temporary security group...
TestTerraformPackerExample 2018-06-21T15:35:10+01:00 command.go:96: 1529591710,,ui,say,==> ubuntu-ami: Deleting temporary keypair...
TestTerraformPackerExample 2018-06-21T15:35:10+01:00 command.go:96: 1529591710,,ui,say,Build 'ubuntu-ami' finished.
TestTerraformPackerExample 2018-06-21T15:35:10+01:00 command.go:96: 1529591710,,ui,say,\n==> Builds finished. The artifacts of successful builds are:
TestTerraformPackerExample 2018-06-21T15:35:10+01:00 command.go:96: 1529591710,ubuntu-ami,artifact-count,1
TestTerraformPackerExample 2018-06-21T15:35:10+01:00 command.go:96: 1529591710,ubuntu-ami,artifact,0,builder-id,mitchellh.amazonebs
TestTerraformPackerExample 2018-06-21T15:35:10+01:00 command.go:96: 1529591710,ubuntu-ami,artifact,0,id,us-east-2:ami-4a28112f
TestTerraformPackerExample 2018-06-21T15:35:10+01:00 command.go:96: 1529591710,ubuntu-ami,artifact,0,string,AMIs were created:\nus-east-2: ami-4a28112f\n
TestTerraformPackerExample 2018-06-21T15:35:10+01:00 command.go:96: 1529591710,ubuntu-ami,artifact,0,files-count,0
TestTerraformPackerExample 2018-06-21T15:35:10+01:00 command.go:96: 1529591710,ubuntu-ami,artifact,0,end
TestTerraformPackerExample 2018-06-21T15:35:10+01:00 command.go:96: 1529591710,,ui,say,--> ubuntu-ami: AMIs were created:\nus-east-2: ami-4a28112f\n
TestTerraformPackerExample 2018-06-21T15:35:10+01:00 save_test_data.go:132: Storing test data in ../examples/terraform-packer-example/.test-data/AMI.json so it can be reused later
TestTerraformPackerExample 2018-06-21T15:35:10+01:00 save_test_data.go:135: [WARNING] The named test data at path ../examples/terraform-packer-example/.test-data/AMI.json is non-empty. Save operation will overwrite existing value with "ami-4a28112f".
.
TestTerraformPackerExample 2018-06-21T15:35:10+01:00 test_structure.go:23: The 'SKIP_deploy_terraform' environment variable is not set, so executing stage 'deploy_terraform'.
TestTerraformPackerExample 2018-06-21T15:35:10+01:00 save_test_data.go:159: Loading test data from ../examples/terraform-packer-example/.test-data/AMI.json
TestTerraformPackerExample 2018-06-21T15:35:10+01:00 save_test_data.go:132: Storing test data in ../examples/terraform-packer-example/.test-data/TerraformOptions.json so it can be reused later
TestTerraformPackerExample 2018-06-21T15:35:10+01:00 save_test_data.go:135: [WARNING] The named test data at path ../examples/terraform-packer-example/.test-data/TerraformOptions.json is non-empty. Save operation will overwrite existing value with "&{../examples/terraform-packer-example map[aws_region:us-east-2 instance_name:terratest-http-example-HyIFCf instance_text:Hello, HyIFCf! ami_id:ami-4a28112f] map[] map[] 0 0s false}".
.
TestTerraformPackerExample 2018-06-21T15:35:10+01:00 retry.go:69: Running terraform [init -upgrade=false]
TestTerraformPackerExample 2018-06-21T15:35:10+01:00 command.go:52: Running command terraform with args [init -upgrade=false]
TestTerraformPackerExample 2018-06-21T15:35:11+01:00 command.go:96:
TestTerraformPackerExample 2018-06-21T15:35:11+01:00 command.go:96: Initializing provider plugins...
TestTerraformPackerExample 2018-06-21T15:35:11+01:00 command.go:96:
TestTerraformPackerExample 2018-06-21T15:35:11+01:00 command.go:96: The following providers do not have any version constraints in configuration,
TestTerraformPackerExample 2018-06-21T15:35:11+01:00 command.go:96: so the latest version was installed.
TestTerraformPackerExample 2018-06-21T15:35:11+01:00 command.go:96:
TestTerraformPackerExample 2018-06-21T15:35:11+01:00 command.go:96: To prevent automatic upgrades to new major versions that may contain breaking
TestTerraformPackerExample 2018-06-21T15:35:11+01:00 command.go:96: changes, it is recommended to add version = "..." constraints to the
TestTerraformPackerExample 2018-06-21T15:35:11+01:00 command.go:96: corresponding provider blocks in configuration, with the constraint strings
TestTerraformPackerExample 2018-06-21T15:35:11+01:00 command.go:96: suggested below.
TestTerraformPackerExample 2018-06-21T15:35:11+01:00 command.go:96:
TestTerraformPackerExample 2018-06-21T15:35:11+01:00 command.go:96: * provider.aws: version = "~> 1.23"
TestTerraformPackerExample 2018-06-21T15:35:11+01:00 command.go:96: * provider.template: version = "~> 1.0"
TestTerraformPackerExample 2018-06-21T15:35:11+01:00 command.go:96:
TestTerraformPackerExample 2018-06-21T15:35:11+01:00 command.go:96: Terraform has been successfully initialized!
TestTerraformPackerExample 2018-06-21T15:35:11+01:00 command.go:96: 
TestTerraformPackerExample 2018-06-21T15:35:11+01:00 command.go:96: You may now begin working with Terraform. Try running "terraform plan" to see
TestTerraformPackerExample 2018-06-21T15:35:11+01:00 command.go:96: any changes that are required for your infrastructure. All Terraform commands
TestTerraformPackerExample 2018-06-21T15:35:11+01:00 command.go:96: should now work.
TestTerraformPackerExample 2018-06-21T15:35:11+01:00 command.go:96:
TestTerraformPackerExample 2018-06-21T15:35:11+01:00 command.go:96: If you ever set or change modules or backend configuration for Terraform,
TestTerraformPackerExample 2018-06-21T15:35:11+01:00 command.go:96: rerun this command to reinitialize your working directory. If you forget, other
TestTerraformPackerExample 2018-06-21T15:35:11+01:00 command.go:96: commands will detect it and remind you to do so if necessary.
TestTerraformPackerExample 2018-06-21T15:35:11+01:00 retry.go:69: Running terraform [get -update]
TestTerraformPackerExample 2018-06-21T15:35:11+01:00 command.go:52: Running command terraform with args [get -update]
TestTerraformPackerExample 2018-06-21T15:35:11+01:00 retry.go:69: Running terraform [apply -input=false -lock=false -auto-approve -var aws_region="us-east-2" -var instance_name="terratest-http-example-HyIFCf" -var instance_text="Hello, HyIFCf!" -var ami_id="ami-4a28112f"]
TestTerraformPackerExample 2018-06-21T15:35:11+01:00 command.go:52: Running command terraform with args [apply -input=false -lock=false -auto-approve -var aws_region="us-east-2" -var instance_name="terratest-http-example-HyIFCf" -var instance_text="Hello, HyIFCf!" -var ami_id="ami-4a28112f"]
TestTerraformPackerExample 2018-06-21T15:35:11+01:00 command.go:96: data.template_file.user_data: Refreshing state...
TestTerraformPackerExample 2018-06-21T15:35:15+01:00 command.go:96: aws_security_group.example: Creating...
TestTerraformPackerExample 2018-06-21T15:35:15+01:00 command.go:96: arn: "" => "<computed>"
TestTerraformPackerExample 2018-06-21T15:35:15+01:00 command.go:96: description: "" => "Managed by Terraform"
TestTerraformPackerExample 2018-06-21T15:35:15+01:00 command.go:96: egress.#: "" => "<computed>"
TestTerraformPackerExample 2018-06-21T15:35:15+01:00 command.go:96: ingress.#: "" => "1"
TestTerraformPackerExample 2018-06-21T15:35:15+01:00 command.go:96: ingress.516175195.cidr_blocks.#: "" => "1"
TestTerraformPackerExample 2018-06-21T15:35:15+01:00 command.go:96: ingress.516175195.cidr_blocks.0: "" => "0.0.0.0/0"
TestTerraformPackerExample 2018-06-21T15:35:15+01:00 command.go:96: ingress.516175195.description: "" => ""
TestTerraformPackerExample 2018-06-21T15:35:15+01:00 command.go:96: ingress.516175195.from_port: "" => "8080"
TestTerraformPackerExample 2018-06-21T15:35:15+01:00 command.go:96: ingress.516175195.ipv6_cidr_blocks.#: "" => "0"
TestTerraformPackerExample 2018-06-21T15:35:15+01:00 command.go:96: ingress.516175195.protocol: "" => "tcp"
TestTerraformPackerExample 2018-06-21T15:35:15+01:00 command.go:96: ingress.516175195.security_groups.#: "" => "0"
TestTerraformPackerExample 2018-06-21T15:35:15+01:00 command.go:96: ingress.516175195.self: "" => "false"
TestTerraformPackerExample 2018-06-21T15:35:15+01:00 command.go:96: ingress.516175195.to_port: "" => "8080"
TestTerraformPackerExample 2018-06-21T15:35:15+01:00 command.go:96: name: "" => "terratest-http-example-HyIFCf"
TestTerraformPackerExample 2018-06-21T15:35:15+01:00 command.go:96: owner_id: "" => "<computed>"
TestTerraformPackerExample 2018-06-21T15:35:15+01:00 command.go:96: revoke_rules_on_delete: "" => "false"
TestTerraformPackerExample 2018-06-21T15:35:15+01:00 command.go:96: vpc_id: "" => "<computed>"
TestTerraformPackerExample 2018-06-21T15:35:18+01:00 command.go:96: aws_security_group.example: Creation complete after 3s (ID: sg-8d49d5e7)
TestTerraformPackerExample 2018-06-21T15:35:18+01:00 command.go:96: aws_instance.example: Creating...
TestTerraformPackerExample 2018-06-21T15:35:18+01:00 command.go:96: ami: "" => "ami-4a28112f"
TestTerraformPackerExample 2018-06-21T15:35:18+01:00 command.go:96: associate_public_ip_address: "" => "<computed>"
TestTerraformPackerExample 2018-06-21T15:35:18+01:00 command.go:96: availability_zone: "" => "<computed>"
TestTerraformPackerExample 2018-06-21T15:35:18+01:00 command.go:96: ebs_block_device.#: "" => "<computed>"
TestTerraformPackerExample 2018-06-21T15:35:18+01:00 command.go:96: ephemeral_block_device.#: "" => "<computed>"
TestTerraformPackerExample 2018-06-21T15:35:18+01:00 command.go:96: get_password_data: "" => "false"
TestTerraformPackerExample 2018-06-21T15:35:18+01:00 command.go:96: instance_state: "" => "<computed>"
TestTerraformPackerExample 2018-06-21T15:35:18+01:00 command.go:96: instance_type: "" => "t2.micro"
TestTerraformPackerExample 2018-06-21T15:35:18+01:00 command.go:96: ipv6_address_count: "" => "<computed>"
TestTerraformPackerExample 2018-06-21T15:35:18+01:00 command.go:96: ipv6_addresses.#: "" => "<computed>"
TestTerraformPackerExample 2018-06-21T15:35:18+01:00 command.go:96: key_name: "" => "<computed>"
TestTerraformPackerExample 2018-06-21T15:35:18+01:00 command.go:96: network_interface.#: "" => "<computed>"
TestTerraformPackerExample 2018-06-21T15:35:18+01:00 command.go:96: network_interface_id: "" => "<computed>"
TestTerraformPackerExample 2018-06-21T15:35:18+01:00 command.go:96: password_data: "" => "<computed>"
TestTerraformPackerExample 2018-06-21T15:35:18+01:00 command.go:96: placement_group: "" => "<computed>"
TestTerraformPackerExample 2018-06-21T15:35:18+01:00 command.go:96: primary_network_interface_id: "" => "<computed>"
TestTerraformPackerExample 2018-06-21T15:35:18+01:00 command.go:96: private_dns: "" => "<computed>"
TestTerraformPackerExample 2018-06-21T15:35:18+01:00 command.go:96: private_ip: "" => "<computed>"
TestTerraformPackerExample 2018-06-21T15:35:18+01:00 command.go:96: public_dns: "" => "<computed>"
TestTerraformPackerExample 2018-06-21T15:35:18+01:00 command.go:96: public_ip: "" => "<computed>"
TestTerraformPackerExample 2018-06-21T15:35:18+01:00 command.go:96: root_block_device.#: "" => "<computed>"
TestTerraformPackerExample 2018-06-21T15:35:18+01:00 command.go:96: security_groups.#: "" => "<computed>"
TestTerraformPackerExample 2018-06-21T15:35:18+01:00 command.go:96: source_dest_check: "" => "true"
TestTerraformPackerExample 2018-06-21T15:35:18+01:00 command.go:96: subnet_id: "" => "<computed>"
TestTerraformPackerExample 2018-06-21T15:35:18+01:00 command.go:96: tags.%: "" => "1"
TestTerraformPackerExample 2018-06-21T15:35:18+01:00 command.go:96: tags.Name: "" => "terratest-http-example-HyIFCf"
TestTerraformPackerExample 2018-06-21T15:35:18+01:00 command.go:96: tenancy: "" => "<computed>"
TestTerraformPackerExample 2018-06-21T15:35:18+01:00 command.go:96: user_data: "" => "f3af20722a0d6fef27f3de5a6027c570f5a9d21a"
TestTerraformPackerExample 2018-06-21T15:35:18+01:00 command.go:96: volume_tags.%: "" => "<computed>"
TestTerraformPackerExample 2018-06-21T15:35:18+01:00 command.go:96: vpc_security_group_ids.#: "" => "1"
TestTerraformPackerExample 2018-06-21T15:35:18+01:00 command.go:96: vpc_security_group_ids.1612332371: "" => "sg-8d49d5e7"
TestTerraformPackerExample 2018-06-21T15:35:28+01:00 command.go:96: aws_instance.example: Still creating... (10s elapsed)
TestTerraformPackerExample 2018-06-21T15:35:37+01:00 command.go:96: aws_instance.example: Creation complete after 18s (ID: i-04bd0683328abead2)
TestTerraformPackerExample 2018-06-21T15:35:37+01:00 command.go:96: 
TestTerraformPackerExample 2018-06-21T15:35:37+01:00 command.go:96: Apply complete! Resources: 2 added, 0 changed, 0 destroyed.
TestTerraformPackerExample 2018-06-21T15:35:37+01:00 command.go:96: 
TestTerraformPackerExample 2018-06-21T15:35:37+01:00 command.go:96: Outputs:
TestTerraformPackerExample 2018-06-21T15:35:37+01:00 command.go:96:
TestTerraformPackerExample 2018-06-21T15:35:37+01:00 command.go:96: instance_id = i-04bd0683328abead2
TestTerraformPackerExample 2018-06-21T15:35:37+01:00 command.go:96: instance_url = http://18.221.221.113:8080
TestTerraformPackerExample 2018-06-21T15:35:37+01:00 command.go:96: public_ip = 18.221.221.113
TestTerraformPackerExample 2018-06-21T15:35:37+01:00 test_structure.go:23: The 'SKIP_validate' environment variable is not set, so executing stage 'validate'.
TestTerraformPackerExample 2018-06-21T15:35:37+01:00 save_test_data.go:159: Loading test data from ../examples/terraform-packer-example/.test-data/TerraformOptions.json
TestTerraformPackerExample 2018-06-21T15:35:37+01:00 retry.go:69: Running terraform [output -no-color instance_url]
TestTerraformPackerExample 2018-06-21T15:35:37+01:00 command.go:52: Running command terraform with args [output -no-color instance_url]
TestTerraformPackerExample 2018-06-21T15:35:37+01:00 command.go:96: http://18.221.221.113:8080
TestTerraformPackerExample 2018-06-21T15:35:37+01:00 retry.go:69: HTTP GET to URL http://18.221.221.113:8080
TestTerraformPackerExample 2018-06-21T15:35:37+01:00 http_helper.go:27: Making an HTTP GET call to URL http://18.221.221.113:8080
TestTerraformPackerExample 2018-06-21T15:35:44+01:00 retry.go:81: HTTP GET to URL http://18.221.221.113:8080 returned an error: Get http://18.221.221.113:8080: dial tcp 18.221.221.113:8080: connect: connection refused. Sleeping for 5s and will try again.
TestTerraformPackerExample 2018-06-21T15:35:49+01:00 retry.go:69: HTTP GET to URL http://18.221.221.113:8080
TestTerraformPackerExample 2018-06-21T15:35:49+01:00 http_helper.go:27: Making an HTTP GET call to URL http://18.221.221.113:8080
TestTerraformPackerExample 2018-06-21T15:35:49+01:00 test_structure.go:23: The 'SKIP_logs' environment variable is not set, so executing stage 'logs'.
TestTerraformPackerExample 2018-06-21T15:35:49+01:00 save_test_data.go:159: Loading test data from ../examples/terraform-packer-example/.test-data/TerraformOptions.json
TestTerraformPackerExample 2018-06-21T15:35:49+01:00 retry.go:69: Running terraform [output -no-color instance_id]
TestTerraformPackerExample 2018-06-21T15:35:49+01:00 command.go:52: Running command terraform with args [output -no-color instance_id]
TestTerraformPackerExample 2018-06-21T15:35:49+01:00 command.go:96: i-04bd0683328abead2
TestTerraformPackerExample 2018-06-21T15:35:49+01:00 ec2-syslog.go:32: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2
TestTerraformPackerExample 2018-06-21T15:35:49+01:00 retry.go:69: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2
TestTerraformPackerExample 2018-06-21T15:35:50+01:00 retry.go:81: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2 returned an error: Syslog is not yet available for instance i-04bd0683328abead2 in us-east-2. Sleeping for 5s and will try again.
TestTerraformPackerExample 2018-06-21T15:35:55+01:00 retry.go:69: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2
TestTerraformPackerExample 2018-06-21T15:35:55+01:00 retry.go:81: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2 returned an error: Syslog is not yet available for instance i-04bd0683328abead2 in us-east-2. Sleeping for 5s and will try again.
TestTerraformPackerExample 2018-06-21T15:36:00+01:00 retry.go:69: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2
TestTerraformPackerExample 2018-06-21T15:36:00+01:00 retry.go:81: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2 returned an error: Syslog is not yet available for instance i-04bd0683328abead2 in us-east-2. Sleeping for 5s and will try again.
TestTerraformPackerExample 2018-06-21T15:36:05+01:00 retry.go:69: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2
TestTerraformPackerExample 2018-06-21T15:36:05+01:00 retry.go:81: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2 returned an error: Syslog is not yet available for instance i-04bd0683328abead2 in us-east-2. Sleeping for 5s and will try again.
TestTerraformPackerExample 2018-06-21T15:36:10+01:00 retry.go:69: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2
TestTerraformPackerExample 2018-06-21T15:36:10+01:00 retry.go:81: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2 returned an error: Syslog is not yet available for instance i-04bd0683328abead2 in us-east-2. Sleeping for 5s and will try again.
TestTerraformPackerExample 2018-06-21T15:36:15+01:00 retry.go:69: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2
TestTerraformPackerExample 2018-06-21T15:36:15+01:00 retry.go:81: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2 returned an error: Syslog is not yet available for instance i-04bd0683328abead2 in us-east-2. Sleeping for 5s and will try again.
TestTerraformPackerExample 2018-06-21T15:36:20+01:00 retry.go:69: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2
TestTerraformPackerExample 2018-06-21T15:36:20+01:00 retry.go:81: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2 returned an error: Syslog is not yet available for instance i-04bd0683328abead2 in us-east-2. Sleeping for 5s and will try again.
TestTerraformPackerExample 2018-06-21T15:36:25+01:00 retry.go:69: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2
TestTerraformPackerExample 2018-06-21T15:36:26+01:00 retry.go:81: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2 returned an error: Syslog is not yet available for instance i-04bd0683328abead2 in us-east-2. Sleeping for 5s and will try again.
TestTerraformPackerExample 2018-06-21T15:36:31+01:00 retry.go:69: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2
TestTerraformPackerExample 2018-06-21T15:36:31+01:00 retry.go:81: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2 returned an error: Syslog is not yet available for instance i-04bd0683328abead2 in us-east-2. Sleeping for 5s and will try again.
TestTerraformPackerExample 2018-06-21T15:36:36+01:00 retry.go:69: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2
TestTerraformPackerExample 2018-06-21T15:36:36+01:00 retry.go:81: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2 returned an error: Syslog is not yet available for instance i-04bd0683328abead2 in us-east-2. Sleeping for 5s and will try again.
TestTerraformPackerExample 2018-06-21T15:36:41+01:00 retry.go:69: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2
TestTerraformPackerExample 2018-06-21T15:36:41+01:00 retry.go:81: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2 returned an error: Syslog is not yet available for instance i-04bd0683328abead2 in us-east-2. Sleeping for 5s and will try again.
TestTerraformPackerExample 2018-06-21T15:36:46+01:00 retry.go:69: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2
TestTerraformPackerExample 2018-06-21T15:36:46+01:00 retry.go:81: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2 returned an error: Syslog is not yet available for instance i-04bd0683328abead2 in us-east-2. Sleeping for 5s and will try again.
TestTerraformPackerExample 2018-06-21T15:36:51+01:00 retry.go:69: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2
TestTerraformPackerExample 2018-06-21T15:36:51+01:00 retry.go:81: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2 returned an error: Syslog is not yet available for instance i-04bd0683328abead2 in us-east-2. Sleeping for 5s and will try again.
TestTerraformPackerExample 2018-06-21T15:36:56+01:00 retry.go:69: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2
TestTerraformPackerExample 2018-06-21T15:36:56+01:00 retry.go:81: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2 returned an error: Syslog is not yet available for instance i-04bd0683328abead2 in us-east-2. Sleeping for 5s and will try again.
TestTerraformPackerExample 2018-06-21T15:37:01+01:00 retry.go:69: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2
TestTerraformPackerExample 2018-06-21T15:37:01+01:00 retry.go:81: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2 returned an error: Syslog is not yet available for instance i-04bd0683328abead2 in us-east-2. Sleeping for 5s and will try again.
TestTerraformPackerExample 2018-06-21T15:37:06+01:00 retry.go:69: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2
TestTerraformPackerExample 2018-06-21T15:37:07+01:00 retry.go:81: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2 returned an error: Syslog is not yet available for instance i-04bd0683328abead2 in us-east-2. Sleeping for 5s and will try again.
TestTerraformPackerExample 2018-06-21T15:37:12+01:00 retry.go:69: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2
TestTerraformPackerExample 2018-06-21T15:37:12+01:00 retry.go:81: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2 returned an error: Syslog is not yet available for instance i-04bd0683328abead2 in us-east-2. Sleeping for 5s and will try again.
TestTerraformPackerExample 2018-06-21T15:37:17+01:00 retry.go:69: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2
TestTerraformPackerExample 2018-06-21T15:37:17+01:00 retry.go:81: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2 returned an error: Syslog is not yet available for instance i-04bd0683328abead2 in us-east-2. Sleeping for 5s and will try again.
TestTerraformPackerExample 2018-06-21T15:37:22+01:00 retry.go:69: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2
TestTerraformPackerExample 2018-06-21T15:37:22+01:00 retry.go:81: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2 returned an error: Syslog is not yet available for instance i-04bd0683328abead2 in us-east-2. Sleeping for 5s and will try again.
TestTerraformPackerExample 2018-06-21T15:37:27+01:00 retry.go:69: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2
TestTerraformPackerExample 2018-06-21T15:37:27+01:00 retry.go:81: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2 returned an error: Syslog is not yet available for instance i-04bd0683328abead2 in us-east-2. Sleeping for 5s and will try again.
TestTerraformPackerExample 2018-06-21T15:37:32+01:00 retry.go:69: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2
TestTerraformPackerExample 2018-06-21T15:37:32+01:00 retry.go:81: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2 returned an error: Syslog is not yet available for instance i-04bd0683328abead2 in us-east-2. Sleeping for 5s and will try again.
TestTerraformPackerExample 2018-06-21T15:37:37+01:00 retry.go:69: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2
TestTerraformPackerExample 2018-06-21T15:37:37+01:00 retry.go:81: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2 returned an error: Syslog is not yet available for instance i-04bd0683328abead2 in us-east-2. Sleeping for 5s and will try again.
TestTerraformPackerExample 2018-06-21T15:37:42+01:00 retry.go:69: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2
TestTerraformPackerExample 2018-06-21T15:37:43+01:00 retry.go:81: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2 returned an error: Syslog is not yet available for instance i-04bd0683328abead2 in us-east-2. Sleeping for 5s and will try again.
TestTerraformPackerExample 2018-06-21T15:37:48+01:00 retry.go:69: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2
TestTerraformPackerExample 2018-06-21T15:37:48+01:00 retry.go:81: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2 returned an error: Syslog is not yet available for instance i-04bd0683328abead2 in us-east-2. Sleeping for 5s and will try again.
TestTerraformPackerExample 2018-06-21T15:37:53+01:00 retry.go:69: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2
TestTerraformPackerExample 2018-06-21T15:37:53+01:00 retry.go:81: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2 returned an error: Syslog is not yet available for instance i-04bd0683328abead2 in us-east-2. Sleeping for 5s and will try again.
TestTerraformPackerExample 2018-06-21T15:37:58+01:00 retry.go:69: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2
TestTerraformPackerExample 2018-06-21T15:37:58+01:00 retry.go:81: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2 returned an error: Syslog is not yet available for instance i-04bd0683328abead2 in us-east-2. Sleeping for 5s and will try again.
TestTerraformPackerExample 2018-06-21T15:38:03+01:00 retry.go:69: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2
TestTerraformPackerExample 2018-06-21T15:38:03+01:00 retry.go:81: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2 returned an error: Syslog is not yet available for instance i-04bd0683328abead2 in us-east-2. Sleeping for 5s and will try again.
TestTerraformPackerExample 2018-06-21T15:38:08+01:00 retry.go:69: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2
TestTerraformPackerExample 2018-06-21T15:38:08+01:00 retry.go:81: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2 returned an error: Syslog is not yet available for instance i-04bd0683328abead2 in us-east-2. Sleeping for 5s and will try again.
TestTerraformPackerExample 2018-06-21T15:38:13+01:00 retry.go:69: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2
TestTerraformPackerExample 2018-06-21T15:38:13+01:00 retry.go:81: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2 returned an error: Syslog is not yet available for instance i-04bd0683328abead2 in us-east-2. Sleeping for 5s and will try again.
TestTerraformPackerExample 2018-06-21T15:38:18+01:00 retry.go:69: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2
TestTerraformPackerExample 2018-06-21T15:38:19+01:00 retry.go:81: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2 returned an error: Syslog is not yet available for instance i-04bd0683328abead2 in us-east-2. Sleeping for 5s and will try again.
TestTerraformPackerExample 2018-06-21T15:38:24+01:00 retry.go:69: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2
TestTerraformPackerExample 2018-06-21T15:38:24+01:00 retry.go:81: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2 returned an error: Syslog is not yet available for instance i-04bd0683328abead2 in us-east-2. Sleeping for 5s and will try again.
TestTerraformPackerExample 2018-06-21T15:38:29+01:00 retry.go:69: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2
TestTerraformPackerExample 2018-06-21T15:38:29+01:00 retry.go:81: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2 returned an error: Syslog is not yet available for instance i-04bd0683328abead2 in us-east-2. Sleeping for 5s and will try again.
TestTerraformPackerExample 2018-06-21T15:38:34+01:00 retry.go:69: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2
TestTerraformPackerExample 2018-06-21T15:38:34+01:00 retry.go:81: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2 returned an error: Syslog is not yet available for instance i-04bd0683328abead2 in us-east-2. Sleeping for 5s and will try again.
TestTerraformPackerExample 2018-06-21T15:38:39+01:00 retry.go:69: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2
TestTerraformPackerExample 2018-06-21T15:38:39+01:00 retry.go:81: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2 returned an error: Syslog is not yet available for instance i-04bd0683328abead2 in us-east-2. Sleeping for 5s and will try again.
TestTerraformPackerExample 2018-06-21T15:38:44+01:00 retry.go:69: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2
TestTerraformPackerExample 2018-06-21T15:38:44+01:00 retry.go:81: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2 returned an error: Syslog is not yet available for instance i-04bd0683328abead2 in us-east-2. Sleeping for 5s and will try again.
TestTerraformPackerExample 2018-06-21T15:38:49+01:00 retry.go:69: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2
TestTerraformPackerExample 2018-06-21T15:38:49+01:00 retry.go:81: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2 returned an error: Syslog is not yet available for instance i-04bd0683328abead2 in us-east-2. Sleeping for 5s and will try again.
TestTerraformPackerExample 2018-06-21T15:38:54+01:00 retry.go:69: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2
TestTerraformPackerExample 2018-06-21T15:38:55+01:00 retry.go:81: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2 returned an error: Syslog is not yet available for instance i-04bd0683328abead2 in us-east-2. Sleeping for 5s and will try again.
TestTerraformPackerExample 2018-06-21T15:39:00+01:00 retry.go:69: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2
TestTerraformPackerExample 2018-06-21T15:39:00+01:00 retry.go:81: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2 returned an error: Syslog is not yet available for instance i-04bd0683328abead2 in us-east-2. Sleeping for 5s and will try again.
TestTerraformPackerExample 2018-06-21T15:39:05+01:00 retry.go:69: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2
TestTerraformPackerExample 2018-06-21T15:39:05+01:00 retry.go:81: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2 returned an error: Syslog is not yet available for instance i-04bd0683328abead2 in us-east-2. Sleeping for 5s and will try again.
TestTerraformPackerExample 2018-06-21T15:39:10+01:00 retry.go:69: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2
TestTerraformPackerExample 2018-06-21T15:39:10+01:00 retry.go:81: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2 returned an error: Syslog is not yet available for instance i-04bd0683328abead2 in us-east-2. Sleeping for 5s and will try again.
TestTerraformPackerExample 2018-06-21T15:39:15+01:00 retry.go:69: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2
TestTerraformPackerExample 2018-06-21T15:39:15+01:00 retry.go:81: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2 returned an error: Syslog is not yet available for instance i-04bd0683328abead2 in us-east-2. Sleeping for 5s and will try again.
TestTerraformPackerExample 2018-06-21T15:39:20+01:00 retry.go:69: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2
TestTerraformPackerExample 2018-06-21T15:39:20+01:00 retry.go:81: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2 returned an error: Syslog is not yet available for instance i-04bd0683328abead2 in us-east-2. Sleeping for 5s and will try again.
TestTerraformPackerExample 2018-06-21T15:39:25+01:00 retry.go:69: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2
TestTerraformPackerExample 2018-06-21T15:39:25+01:00 retry.go:81: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2 returned an error: Syslog is not yet available for instance i-04bd0683328abead2 in us-east-2. Sleeping for 5s and will try again.
TestTerraformPackerExample 2018-06-21T15:39:30+01:00 retry.go:69: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2
TestTerraformPackerExample 2018-06-21T15:39:30+01:00 retry.go:81: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2 returned an error: Syslog is not yet available for instance i-04bd0683328abead2 in us-east-2. Sleeping for 5s and will try again.
TestTerraformPackerExample 2018-06-21T15:39:35+01:00 retry.go:69: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2
TestTerraformPackerExample 2018-06-21T15:39:36+01:00 retry.go:81: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2 returned an error: Syslog is not yet available for instance i-04bd0683328abead2 in us-east-2. Sleeping for 5s and will try again.
TestTerraformPackerExample 2018-06-21T15:39:41+01:00 retry.go:69: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2
TestTerraformPackerExample 2018-06-21T15:39:41+01:00 retry.go:81: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2 returned an error: Syslog is not yet available for instance i-04bd0683328abead2 in us-east-2. Sleeping for 5s and will try again.
TestTerraformPackerExample 2018-06-21T15:39:46+01:00 retry.go:69: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2
TestTerraformPackerExample 2018-06-21T15:39:46+01:00 retry.go:81: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2 returned an error: Syslog is not yet available for instance i-04bd0683328abead2 in us-east-2. Sleeping for 5s and will try again.
TestTerraformPackerExample 2018-06-21T15:39:51+01:00 retry.go:69: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2
TestTerraformPackerExample 2018-06-21T15:39:51+01:00 retry.go:81: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2 returned an error: Syslog is not yet available for instance i-04bd0683328abead2 in us-east-2. Sleeping for 5s and will try again.
TestTerraformPackerExample 2018-06-21T15:39:56+01:00 retry.go:69: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2
TestTerraformPackerExample 2018-06-21T15:39:56+01:00 retry.go:81: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2 returned an error: Syslog is not yet available for instance i-04bd0683328abead2 in us-east-2. Sleeping for 5s and will try again.
TestTerraformPackerExample 2018-06-21T15:40:01+01:00 retry.go:69: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2
TestTerraformPackerExample 2018-06-21T15:40:02+01:00 retry.go:81: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2 returned an error: Syslog is not yet available for instance i-04bd0683328abead2 in us-east-2. Sleeping for 5s and will try again.
TestTerraformPackerExample 2018-06-21T15:40:07+01:00 retry.go:69: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2
TestTerraformPackerExample 2018-06-21T15:40:07+01:00 retry.go:81: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2 returned an error: Syslog is not yet available for instance i-04bd0683328abead2 in us-east-2. Sleeping for 5s and will try again.
TestTerraformPackerExample 2018-06-21T15:40:12+01:00 retry.go:69: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2
TestTerraformPackerExample 2018-06-21T15:40:12+01:00 retry.go:81: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2 returned an error: Syslog is not yet available for instance i-04bd0683328abead2 in us-east-2. Sleeping for 5s and will try again.
TestTerraformPackerExample 2018-06-21T15:40:17+01:00 retry.go:69: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2
TestTerraformPackerExample 2018-06-21T15:40:17+01:00 retry.go:81: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2 returned an error: Syslog is not yet available for instance i-04bd0683328abead2 in us-east-2. Sleeping for 5s and will try again.
TestTerraformPackerExample 2018-06-21T15:40:22+01:00 retry.go:69: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2
TestTerraformPackerExample 2018-06-21T15:40:22+01:00 retry.go:81: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2 returned an error: Syslog is not yet available for instance i-04bd0683328abead2 in us-east-2. Sleeping for 5s and will try again.
TestTerraformPackerExample 2018-06-21T15:40:27+01:00 retry.go:69: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2
TestTerraformPackerExample 2018-06-21T15:40:27+01:00 retry.go:81: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2 returned an error: Syslog is not yet available for instance i-04bd0683328abead2 in us-east-2. Sleeping for 5s and will try again.
TestTerraformPackerExample 2018-06-21T15:40:32+01:00 retry.go:69: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2
TestTerraformPackerExample 2018-06-21T15:40:32+01:00 retry.go:81: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2 returned an error: Syslog is not yet available for instance i-04bd0683328abead2 in us-east-2. Sleeping for 5s and will try again.
TestTerraformPackerExample 2018-06-21T15:40:37+01:00 retry.go:69: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2
TestTerraformPackerExample 2018-06-21T15:40:38+01:00 retry.go:81: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2 returned an error: Syslog is not yet available for instance i-04bd0683328abead2 in us-east-2. Sleeping for 5s and will try again.
TestTerraformPackerExample 2018-06-21T15:40:43+01:00 retry.go:69: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2
TestTerraformPackerExample 2018-06-21T15:40:43+01:00 retry.go:81: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2 returned an error: Syslog is not yet available for instance i-04bd0683328abead2 in us-east-2. Sleeping for 5s and will try again.
TestTerraformPackerExample 2018-06-21T15:40:48+01:00 retry.go:69: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2
TestTerraformPackerExample 2018-06-21T15:40:48+01:00 retry.go:81: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2 returned an error: Syslog is not yet available for instance i-04bd0683328abead2 in us-east-2. Sleeping for 5s and will try again.
TestTerraformPackerExample 2018-06-21T15:40:53+01:00 retry.go:69: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2
TestTerraformPackerExample 2018-06-21T15:40:53+01:00 retry.go:81: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2 returned an error: Syslog is not yet available for instance i-04bd0683328abead2 in us-east-2. Sleeping for 5s and will try again.
TestTerraformPackerExample 2018-06-21T15:40:58+01:00 retry.go:69: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2
TestTerraformPackerExample 2018-06-21T15:40:58+01:00 retry.go:81: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2 returned an error: Syslog is not yet available for instance i-04bd0683328abead2 in us-east-2. Sleeping for 5s and will try again.
TestTerraformPackerExample 2018-06-21T15:41:03+01:00 retry.go:69: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2
TestTerraformPackerExample 2018-06-21T15:41:03+01:00 retry.go:81: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2 returned an error: Syslog is not yet available for instance i-04bd0683328abead2 in us-east-2. Sleeping for 5s and will try again.
TestTerraformPackerExample 2018-06-21T15:41:08+01:00 retry.go:69: Fetching syslog for Instance i-04bd0683328abead2 in us-east-2
TestTerraformPackerExample 2018-06-21T15:41:08+01:00 terraform_packer_example_test.go:149: Most recent syslog for Instance i-04bd0683328abead2:
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 4.4.0-1060-aws (buildd@lgw01-amd64-036) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #69-Ubuntu SMP Sun May 20 13:42:07 UTC 2018 (Ubuntu 4.4.0-1060.69-aws 4.4.128)
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-1060-aws root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 nvme.io_timeout=4294967295
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] Centaur CentaurHauls
[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'
[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[ 0.000000] x86/fpu: Using 'eager' FPU context switches.
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009dfff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003fffffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000fc000000-0x00000000ffffffff] reserved
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] SMBIOS 2.7 present.
[ 0.000000] Hypervisor detected: Xen
[ 0.000000] Xen version 4.2.
[ 0.000000] Netfront and the Xen platform PCI driver have been compiled for this kernel: unplug emulated NICs.
[ 0.000000] Blkfront and the Xen platform PCI driver have been compiled for this kernel: unplug emulated disks.
[ 0.000000] You might have to change the root device
[ 0.000000] from /dev/hd[a-d] to /dev/xvd[a-d]
[ 0.000000] in your root= kernel command line option
[ 0.000000] e820: last_pfn = 0x40000 max_arch_pfn = 0x400000000
[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT
[ 0.000000] found SMP MP-table at [mem 0x000fbc50-0x000fbc5f] mapped at [ffff8800000fbc50]
[ 0.000000] Scanning 1 areas for low memory corruption
[ 0.000000] RAMDISK: [mem 0x367b6000-0x373d2fff]
[ 0.000000] ACPI: Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 0x00000000000EA020 000024 (v02 Xen )
[ 0.000000] ACPI: XSDT 0x00000000FC00E2A0 000054 (v01 Xen HVM 00000000 HVML 00000000)
[ 0.000000] ACPI: FACP 0x00000000FC00DF60 0000F4 (v04 Xen HVM 00000000 HVML 00000000)
[ 0.000000] ACPI: DSDT 0x00000000FC0021C0 00BD19 (v02 Xen HVM 00000000 INTL 20090123)
[ 0.000000] ACPI: FACS 0x00000000FC002180 000040
[ 0.000000] ACPI: FACS 0x00000000FC002180 000040
[ 0.000000] ACPI: APIC 0x00000000FC00E060 0000D8 (v02 Xen HVM 00000000 HVML 00000000)
[ 0.000000] ACPI: HPET 0x00000000FC00E1B0 000038 (v01 Xen HVM 00000000 HVML 00000000)
[ 0.000000] ACPI: WAET 0x00000000FC00E1F0 000028 (v01 Xen HVM 00000000 HVML 00000000)
[ 0.000000] ACPI: SSDT 0x00000000FC00E220 000031 (v02 Xen HVM 00000000 INTL 20090123)
[ 0.000000] ACPI: SSDT 0x00000000FC00E260 000031 (v02 Xen HVM 00000000 INTL 20090123)
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000003fffffff]
[ 0.000000] NODE_DATA(0) allocated [mem 0x3fffb000-0x3fffffff]
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003fffffff]
[ 0.000000] Normal empty
[ 0.000000] Device empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009dfff]
[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003fffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003fffffff]
[ 0.000000] ACPI: PM-Timer IO Port: 0xb008
[ 0.000000] IOAPIC[0]: apic_id 1, version 17, address 0xfec00000, GSI 0-47
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 low level)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 low level)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 low level)
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.000000] smpboot: Allowing 15 CPUs, 14 hotplug CPUs
[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[ 0.000000] e820: [mem 0x40000000-0xfbffffff] available for PCI devices
[ 0.000000] Booting paravirtualized kernel on Xen HVM
[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:15 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88003e200000 s99160 r8192 d31912 u262144
[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)
[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257927
[ 0.000000] Policy zone: DMA32
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-1060-aws root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 nvme.io_timeout=4294967295
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] Memory: 998536K/1048180K available (8358K kernel code, 1280K rwdata, 3884K rodata, 1496K init, 1264K bss, 49644K reserved, 0K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=15, Nodes=1
[ 0.000000] Kernel/User page tables isolation: enabled
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] Build-time adjustment of leaf fanout to 64.
[ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=15.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=15
[ 0.000000] NR_IRQS:16640 nr_irqs:952 16
[ 0.000000] xen:events: Using 2-level ABI
[ 0.000000] xen:events: Xen HVM callback vector for event delivery is enabled
[ 0.000000] Console: colour VGA+ 80x25
[ 0.000000] console [tty1] enabled
[ 0.000000] Cannot get hvm parameter CONSOLE_EVTCHN (18): -22!
[ 0.000000] console [ttyS0] enabled
[ 0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 30580167144 ns
[ 0.000000] tsc: Detected 2400.066 MHz processor
[ 0.008000] Calibrating delay loop (skipped), value calculated using timer frequency.. 4800.13 BogoMIPS (lpj=9600264)
[ 0.010052] pid_max: default: 32768 minimum: 301
[ 0.012007] ACPI: Core revision 20150930
[ 0.022946] ACPI: 3 ACPI AML tables successfully acquired and loaded
[ 0.027184] Security Framework initialized
[ 0.028002] Yama: becoming mindful.
[ 0.032021] AppArmor: AppArmor initialized
[ 0.034863] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.036167] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.040074] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)
[ 0.044004] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)
[ 0.048170] Initializing cgroup subsys io
[ 0.052005] Initializing cgroup subsys memory
[ 0.056009] Initializing cgroup subsys devices
[ 0.060004] Initializing cgroup subsys freezer
[ 0.062843] Initializing cgroup subsys net_cls
[ 0.064003] Initializing cgroup subsys perf_event
[ 0.068003] Initializing cgroup subsys net_prio
[ 0.070814] Initializing cgroup subsys hugetlb
[ 0.072003] Initializing cgroup subsys pids
[ 0.076045] CPU: Physical Processor ID: 0
[ 0.080757] mce: CPU supports 2 MCE banks
[ 0.083395] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
[ 0.084003] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
[ 0.088003] Spectre V2 : Mitigation: Full generic retpoline
[ 0.092002] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported
[ 0.096002] Speculative Store Bypass: Vulnerable
[ 0.121382] ftrace: allocating 31342 entries in 123 pages
[ 0.160092] smpboot: APIC(0) Converting physical 0 to logical package 0
[ 0.164003] smpboot: Max logical packages: 15
[ 0.168650] x2apic: IRQ remapping doesn't support X2APIC mode
[ 0.172002] Switched APIC routing to physical flat.
[ 0.178231] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
[ 0.184002] clocksource: xen: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
[ 0.188014] installing Xen timer for CPU 0
[ 0.192065] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2676 v3 @ 2.40GHz (family: 0x6, model: 0x3f, stepping: 0x2)
[ 0.197566] cpu 0 spinlock event irq 53
[ 0.200014] Performance Events: unsupported p6 CPU model 63 no PMU driver, software events only.
[ 0.204697] x86: Booted up 1 node, 1 CPUs
[ 0.207582] smpboot: Total of 1 processors activated (4800.13 BogoMIPS)
[ 0.208010] NMI watchdog: disabled (cpu0): hardware events not enabled
[ 0.211879] NMI watchdog: Shutting down hard lockup detector on all cpus
[ 0.212372] devtmpfs: initialized
[ 0.216271] evm: security.selinux
[ 0.218693] evm: security.SMACK64
[ 0.220005] evm: security.SMACK64EXEC
[ 0.222792] evm: security.SMACK64TRANSMUTE
[ 0.224003] evm: security.SMACK64MMAP
[ 0.226783] evm: security.ima
[ 0.228003] evm: security.capability
[ 0.230702] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.232025] futex hash table entries: 4096 (order: 6, 262144 bytes)
[ 0.236234] RTC time: 14:35:35, date: 06/21/18
[ 0.239558] NET: Registered protocol family 16
[ 0.240142] cpuidle: using governor ladder
[ 0.243034] cpuidle: using governor menu
[ 0.244008] PCCT header not found.
[ 0.246643] ACPI: bus type PCI registered
[ 0.248005] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.252153] PCI: Using configuration type 1 for base access
[ 0.256652] ACPI: Added _OSI(Module Device)
[ 0.259531] ACPI: Added _OSI(Processor Device)
[ 0.260005] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.263113] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.267775] ACPI: Interpreter enabled
[ 0.268013] ACPI: (supports S0 S4 S5)
[ 0.270637] ACPI: Using IOAPIC for interrupt routing
[ 0.272022] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.321104] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.324011] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]
[ 0.328009] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[ 0.332012] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
[ 0.336785] acpiphp: Slot [0] registered
[ 0.340188] acpiphp: Slot [3] registered
[ 0.343218] acpiphp: Slot [4] registered
[ 0.344340] acpiphp: Slot [5] registered
[ 0.347415] acpiphp: Slot [6] registered
[ 0.348286] acpiphp: Slot [7] registered
[ 0.351282] acpiphp: Slot [8] registered
[ 0.352277] acpiphp: Slot [9] registered
[ 0.355197] acpiphp: Slot [10] registered
[ 0.356275] acpiphp: Slot [11] registered
[ 0.359224] acpiphp: Slot [12] registered
[ 0.360296] acpiphp: Slot [13] registered
[ 0.363466] acpiphp: Slot [14] registered
[ 0.364283] acpiphp: Slot [15] registered
[ 0.367229] acpiphp: Slot [16] registered
[ 0.368285] acpiphp: Slot [17] registered
[ 0.371224] acpiphp: Slot [18] registered
[ 0.372284] acpiphp: Slot [19] registered
[ 0.375374] acpiphp: Slot [20] registered
[ 0.376319] acpiphp: Slot [21] registered
[ 0.379385] acpiphp: Slot [22] registered
[ 0.380294] acpiphp: Slot [23] registered
[ 0.383414] acpiphp: Slot [24] registered
[ 0.384286] acpiphp: Slot [25] registered
[ 0.387249] acpiphp: Slot [26] registered
[ 0.388321] acpiphp: Slot [27] registered
[ 0.391299] acpiphp: Slot [28] registered
[ 0.392280] acpiphp: Slot [29] registered
[ 0.395300] acpiphp: Slot [30] registered
[ 0.396301] acpiphp: Slot [31] registered
[ 0.399371] PCI host bridge to bus 0000:00
[ 0.400006] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.404004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.408000] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.408005] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfbffffff window]
[ 0.412006] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.421919] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]
[ 0.424004] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]
[ 0.427953] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]
[ 0.428004] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]
[ 0.432612] * Found PM-Timer Bug on the chipset. Due to workarounds for a bug,
[ 0.432612] * this clock source is slow. Consider trying other clock sources
[ 0.437339] pci 0000:00:01.3: quirk: [io 0xb000-0xb03f] claimed by PIIX4 ACPI
[ 0.446422] ACPI: PCI Interrupt Link [LNKA] (IRQs *5 10 11)
[ 0.451099] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)
[ 0.454987] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)
[ 0.458976] ACPI: PCI Interrupt Link [LNKD] (IRQs *5 10 11)
[ 0.480299] ACPI: Enabled 2 GPEs in block 00 to 0F
[ 0.484069] xen:balloon: Initialising balloon driver
[ 0.488109] vgaarb: setting as boot device: PCI:0000:00:02.0
[ 0.491533] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.492004] vgaarb: loaded
[ 0.494089] vgaarb: bridge control possible 0000:00:02.0
[ 0.496186] SCSI subsystem initialized
[ 0.499112] ACPI: bus type USB registered
[ 0.500020] usbcore: registered new interface driver usbfs
[ 0.503348] usbcore: registered new interface driver hub
[ 0.504024] usbcore: registered new device driver usb
[ 0.507403] PCI: Using ACPI for IRQ routing
[ 0.508468] NetLabel: Initializing
[ 0.510942] NetLabel: domain hash size = 128
[ 0.512004] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.515025] NetLabel: unlabeled traffic allowed by default
[ 0.516082] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[ 0.520024] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 0.524004] hpet0: 3 comparators, 64-bit 62.500000 MHz counter
[ 0.529027] amd_nb: Cannot enumerate AMD northbridges
[ 0.532015] clocksource: Switched to clocksource xen
[ 0.540403] AppArmor: AppArmor Filesystem Enabled
[ 0.544095] pnp: PnP ACPI init
[ 0.546390] system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved
[ 0.550795] system 00:01: [io 0x08a0-0x08a3] has been reserved
[ 0.554745] system 00:01: [io 0x0cc0-0x0ccf] has been reserved
[ 0.558487] system 00:01: [io 0x04d0-0x04d1] has been reserved
[ 0.562458] system 00:07: [io 0x10c0-0x1141] has been reserved
[ 0.566331] system 00:07: [io 0xb044-0xb047] has been reserved
[ 0.587434] pnp: PnP ACPI: found 8 devices
[ 0.595603] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.601051] NET: Registered protocol family 2
[ 0.604043] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.608278] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)
[ 0.612154] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.616261] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.619987] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.624142] NET: Registered protocol family 1
[ 0.627056] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[ 0.630872] pci 0000:00:01.0: PIIX3: Enabling Passive Release
[ 0.634626] pci 0000:00:01.0: Activating ISA DMA hang workarounds
[ 0.638762] Trying to unpack rootfs image as initramfs...
[ 0.808807] Freeing initrd memory: 12404K
[ 0.811676] RAPL PMU detected, API unit is 2^-32 Joules, 3 fixed counters 655360 ms ovfl timer
[ 0.817136] hw unit of domain pp0-core 2^-14 Joules
[ 0.820308] hw unit of domain package 2^-14 Joules
[ 0.823403] hw unit of domain dram 2^-16 Joules
[ 0.827143] Scanning for low memory corruption every 60 seconds
[ 0.831207] audit: initializing netlink subsys (disabled)
[ 0.834673] audit: type=2000 audit(1529591736.083:1): initialized
[ 0.838653] Initialise system trusted keyring
[ 0.841670] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.846578] zbud: loaded
[ 0.848816] VFS: Disk quotas dquot_6.6.0
[ 0.851434] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.855873] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.859568] fuse init (API version 7.23)
[ 0.862305] Key type big_key registered
[ 0.865008] Allocating IMA MOK and blacklist keyrings.
[ 0.868470] Key type asymmetric registered
[ 0.871136] Asymmetric key parser 'x509' registered
[ 0.874259] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[ 0.878819] io scheduler noop registered
[ 0.881548] io scheduler deadline registered (default)
[ 0.884863] io scheduler cfq registered
[ 0.887476] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 0.890977] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 0.895100] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[ 0.899826] ACPI: Power Button [PWRF]
[ 0.902446] input: Sleep Button as /devices/LNXSYSTM:00/LNXSLPBN:00/input/input1
[ 0.907373] ACPI: Sleep Button [SLPF]
[ 0.910341] xen:grant_table: Grant tables using version 1 layout
[ 0.914188] Grant table initialized
[ 0.916677] Cannot get hvm parameter CONSOLE_EVTCHN (18): -22!
[ 0.920261] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.951091] 00:06: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 0.956451] Linux agpgart interface v0.103
[ 0.960867] brd: module loaded
[ 0.963931] loop: module loaded
[ 0.966216] Invalid max_queues (4), will use default max: 1.
[ 0.971281] scsi host0: ata_piix
[ 0.973997] scsi host1: ata_piix
[ 0.976409] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14
[ 0.980551] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15
[ 0.986180] libphy: Fixed MDIO Bus: probed
[ 0.989346] tun: Universal TUN/TAP device driver, 1.6
[ 0.992515] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[ 0.996377] PPP generic driver version 2.4.2
[ 0.999266] xen_netfront: Initialising Xen virtual ethernet driver
[ 1.003425] blkfront: xvda: barrier or flush: disabled; persistent grants: disabled; indirect descriptors: enabled;
[ 1.010176] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.014141] ehci-pci: EHCI PCI platform driver
[ 1.017300] ehci-platform: EHCI generic platform driver
[ 1.020687] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 1.024529] ohci-pci: OHCI PCI platform driver
[ 1.027691] ohci-platform: OHCI generic platform driver
[ 1.031324] xvda: xvda1
[ 1.033464] uhci_hcd: USB Universal Host Controller Interface driver
[ 1.037675] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[ 1.044953] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 1.048184] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 1.051550] mousedev: PS/2 mouse device common for all mice
[ 1.070707] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
[ 1.076436] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[ 1.080779] rtc_cmos 00:02: alarms up to one day, 114 bytes nvram, hpet irqs
[ 1.085418] i2c /dev entries driver
[ 1.088072] device-mapper: uevent: version 1.0.3
[ 1.091119] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com
[ 1.096485] NET: Registered protocol family 10
[ 1.099644] NET: Registered protocol family 17
[ 1.102517] Key type dns_resolver registered
[ 1.105479] registered taskstats version 1
[ 1.108211] Loading compiled-in X.509 certificates
[ 1.111929] Loaded X.509 cert 'Build time autogenerated kernel key: ae0d9fee363f3babb6e358452e6c0c8b65099724'
[ 1.118117] zswap: loaded using pool lzo/zbud
[ 1.122345] Key type trusted registered
[ 1.127257] Key type encrypted registered
[ 1.130058] AppArmor: AppArmor sha1 policy hashing enabled
[ 1.133455] ima: No TPM chip found, activating TPM-bypass!
[ 1.136923] evm: HMAC attrs: 0x1
[ 1.139474] Magic number: 6:93:587
[ 1.142984] rtc_cmos 00:02: setting system clock to 2018-06-21 14:35:36 UTC (1529591736)
[ 1.148171] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 1.151926] EDD information not available.
[ 1.156376] Freeing unused kernel memory: 1496K
[ 1.159386] Write protecting the kernel read-only data: 14336k
[ 1.163477] Freeing unused kernel memory: 1868K
[ 1.166739] Freeing unused kernel memory: 212K
Loading, please wait...
starting version 229
[ 1.180861] random: udevadm: uninitialized urandom read (16 bytes read, 9 bits of entropy available)
[ 1.186724] random: systemd-udevd: uninitialized urandom read (16 bytes read, 9 bits of entropy available)
[ 1.192849] random: systemd-udevd: uninitialized urandom read (16 bytes read, 9 bits of entropy available)
[ 1.198830] random: udevadm: uninitialized urandom read (16 bytes read, 9 bits of entropy available)
[ 1.204404] random: systemd-udevd: uninitialized urandom read (16 bytes read, 9 bits of entropy available)
[ 1.215163] random: systemd-udevd: uninitialized urandom read (16 bytes read, 9 bits of entropy available)
[ 1.221848] random: udevadm: uninitialized urandom read (16 bytes read, 9 bits of entropy available)
[ 1.228367] random: systemd-udevd: uninitialized urandom read (16 bytes read, 9 bits of entropy available)
[ 1.234488] random: udevadm: uninitialized urandom read (16 bytes read, 9 bits of entropy available)
[ 1.240029] random: systemd-udevd: uninitialized urandom read (16 bytes read, 9 bits of entropy available)
[ 1.354945] AVX2 version of gcm_enc/dec engaged.
[ 1.358031] AES CTR mode by8 optimization enabled
[ 1.824099] tsc: Refined TSC clocksource calibration: 2400.000 MHz
[ 1.828022] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x22983777dd9, max_idle_ns: 440795300422 ns
Begin: Loading essential drivers ... [ 2.875726] md: linear personality registered for level -1
[ 2.881388] md: multipath personality registered for level -4
[ 2.887263] md: raid0 personality registered for level 0
[ 2.893265] md: raid1 personality registered for level 1
[ 2.948063] raid6: sse2x1 gen() 9120 MB/s
[ 2.996058] raid6: sse2x1 xor() 7157 MB/s
[ 3.044057] raid6: sse2x2 gen() 11685 MB/s
[ 3.092059] raid6: sse2x2 xor() 7798 MB/s
[ 3.140056] raid6: sse2x4 gen() 13409 MB/s
[ 3.188057] raid6: sse2x4 xor() 9307 MB/s
[ 3.236057] raid6: avx2x1 gen() 17960 MB/s
[ 3.284057] raid6: avx2x2 gen() 20632 MB/s
[ 3.332067] raid6: avx2x4 gen() 23848 MB/s
[ 3.335003] raid6: using algorithm avx2x4 gen() 23848 MB/s
[ 3.338552] raid6: using avx2x2 recovery algorithm
[ 3.343307] xor: automatically using best checksumming function:
[ 3.384060] avx : 27196.000 MB/sec
[ 3.388384] async_tx: api initialized (async)
[ 3.400569] md: raid6 personality registered for level 6
[ 3.404004] md: raid5 personality registered for level 5
[ 3.407406] md: raid4 personality registered for level 4
[ 3.415453] md: raid10 personality registered for level 10
done.
Begin: Running /scripts/init-premount ... done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
Begin: Running /scripts/local-premount ... [ 3.452144] Btrfs loaded
Scanning for Btrfs filesystems
done.
Warning: fsck not present, so skipping root file system
[ 3.521590] EXT4-fs (xvda1): mounted filesystem with ordered data mode. Opts: (null)
done.
Begin: Running /scripts/local-bottom ... done.
Begin: Running /scripts/init-bottom ... done.
[ 3.966090] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)
[ 3.976339] systemd[1]: Detected virtualization xen.
[ 3.979656] systemd[1]: Detected architecture x86-64.
Welcome to Ubuntu 16.04.4 LTS!
[ 3.988448] systemd[1]: Set hostname to <ip-172-31-43-6>.
[ 4.210983] systemd[1]: Listening on udev Kernel Socket.
[ OK ] Listening on udev Kernel Socket.
[ 4.218085] systemd[1]: Reached target Swap.
[ OK ] Reached target Swap.
[ 4.224248] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[ OK ] Listening on /dev/initctl Compatibility Named Pipe.
[ 4.232467] systemd[1]: Listening on udev Control Socket.
[ OK ] Listening on udev Control Socket.
[ 4.239938] systemd[1]: Created slice User and Session Slice.
[ OK ] Created slice User and Session Slice.
[ 4.247496] systemd[1]: Listening on Journal Socket (/dev/log).
[ OK ] Listening on Journal Socket (/dev/log).
[ 4.255106] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ OK ] Started Forward Password Requests to Wall Directory Watch.
[ 4.264140] systemd[1]: Reached target User and Group Name Lookups.
[ OK ] Reached target User and Group Name Lookups.
[ 4.271737] systemd[1]: Listening on LVM2 metadata daemon socket.
[ OK ] Listening on LVM2 metadata daemon socket.
[ 4.279429] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[ OK ] Listening on Device-mapper event daemon FIFOs.
[ 4.287547] systemd[1]: Listening on LVM2 poll daemon socket.
[ OK ] Listening on LVM2 poll daemon socket.
[ 4.295128] systemd[1]: Listening on Journal Audit Socket.
[ OK ] Listening on Journal Audit Socket.
[ 4.302327] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ OK ] Set up automount Arbitrary Executab...ats File System Automount Point.
[ 4.312895] systemd[1]: Listening on Syslog Socket.
[ OK ] Listening on Syslog Socket.
[ 4.319600] systemd[1]: Started Trigger resolvconf update for networkd DNS.
[ OK ] Started Trigger resolvconf update for networkd DNS.
[ 4.328439] systemd[1]: Created slice System Slice.
[ OK ] Created slice System Slice.
[ 4.335491] systemd[1]: Created slice system-serial\x2dgetty.slice.
[ OK ] Created slice system-serial\x2dgetty.slice.
[ 4.343574] systemd[1]: Reached target Slices.
[ OK ] Reached target Slices.
[ 4.349912] systemd[1]: Reached target Encrypted Volumes.
[ OK ] Reached target Encrypted Volumes.
[ 4.357141] systemd[1]: Listening on Journal Socket.
[ OK ] Listening on Journal Socket.
[ 4.364451] systemd[1]: Starting Journal Service...
Starting Journal Service...
[ 4.373051] systemd[1]: Starting Nameserver information manager...
Starting Nameserver information manager...
[ 4.388659] systemd[1]: Mounting Huge Pages File System...
Mounting Huge Pages File System...
[ 4.400473] systemd[1]: Starting Load Kernel Modules...
Starting Load Kernel Modules...
[ 4.409888] systemd[1]: Starting Create list of required static device nodes for the current kernel...
Starting Create list of required st... nodes for the current kernel...
[ 4.421174] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting Remount Root and Kernel File Systems...
[ 4.432097] systemd[1]: Mounting POSIX Message Queue File System...
Mounting POSIX Message Queue File System...
[ 4.443117] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...
[ 4.455722] systemd[1]: Starting Set console keymap...
Starting Set console keymap...
[ 4.463727] systemd[1]: Starting Uncomplicated firewall...
Starting Uncomplicated firewall...
[ 4.473708] systemd[1]: Mounting Debug File System...
[ 4.480133] EXT4-fs (xvda1): re-mounted. Opts: discard
[ 4.487172] Loading iSCSI transport class v2.0-870.
Mounting Debug File System...
[ 4.494818] systemd[1]: Mounted Huge Pages File System.
[ OK ] Mounted Huge Pages File System.
[ 4.507969] systemd[1]: Mounted POSIX Message Queue File System.
[ OK ] Mounted POSIX Message Queue File System.
[ 4.516368] systemd[1]: Mounted Debug File System.
[ OK ] Mounted Debug File System.
[ 4.523106] systemd[1]: Started Journal Service.
[ OK ] Started Journal Service.
[ OK ] Started Create list of required sta...ce nodes for the current kernel.
[ OK ] Started Remount Root and Kernel File Systems.
[ OK ] Started Uncomplicated firewall.
[ OK ] Started Nameserver information manager.
[ 4.569231] iscsi: registered transport (tcp)
[ OK ] Started Set console keymap.
[ 4.650551] iscsi: registered transport (iser)
[ OK ] Started LVM2 metadata daemon.
Starting Load/Save Random Seed...
Starting udev Coldplug all Devices...
Starting Create Static Device Nodes in /dev...
Starting Flush Journal to Persistent Storage...
[ OK ] Started Load Kernel Modules.
[ OK ] Started Load/Save Random Seed.
[ OK ] Started Create Static Device Nodes in /dev.
[ OK ] Started udev Coldplug all Devices.
[ 4.768580] systemd-journald[362]: Received request to flush runtime journal from PID 1
Starting udev Kernel Device Manager...
Mounting FUSE Control File System...
Starting Apply Kernel Variables...
[ OK ] Mounted FUSE Control File System.
[ OK ] Started Flush Journal to Persistent Storage.
[ OK ] Started Apply Kernel Variables.
[ OK ] Started udev Kernel Device Manager.
[ OK ] Started Dispatch Password Requests to Console Directory Watch.
[ OK ] Found device /dev/ttyS0.
[ OK ] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.
[ OK ] Reached target Local File Systems (Pre).
[ OK ] Reached target Local File Systems.
Starting LSB: AppArmor initialization...
Starting Set console font and keymap...
Starting Create Volatile Files and Directories...
Starting Initial cloud-init job (pre-networking)...
Starting Tell Plymouth To Write Out Runtime Data...
[ OK ] Started Create Volatile Files and Directories.
[ OK ] Started Tell Plymouth To Write Out Runtime Data.
Starting Network Time Synchronization...
Starting Update UTMP about System Boot/Shutdown...
[ OK ] Started Network Time Synchronization.
[ OK ] Reached target System Time Synchronized.
[ OK ] Started Update UTMP about System Boot/Shutdown.
[ OK ] Started LSB: AppArmor initialization.
[ OK ] Found device /sys/subsystem/net/devices/eth0.
[ OK ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
[ OK ] Started Set console font and keymap.
[ 7.233916] cloud-init[528]: Cloud-init v. 18.2 running 'init-local' at Thu, 21 Jun 2018 14:35:41 +0000. Up 6.29 seconds.[ OK ] Created slice system-getty.slice.
[ OK ] Started Initial cloud-init job (pre-networking).
[ OK ] Reached target Network (Pre).
Starting Raise network interfaces...
[ OK ] Started ifup for eth0.
[ OK ] Started Raise network interfaces.
Starting Initial cloud-init job (metadata service crawler)...
[ OK ] Reached target Network.
[ 8.384906] cloud-init[1059]: Cloud-init v. 18.2 running 'init' at Thu, 21 Jun 2018 14:35:43 +0000. Up 7.91 seconds.
[ 8.392833] cloud-init[1059]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++++++++++++
[ 8.404795] cloud-init[1059]: ci-info: +--------+------+-----------------------------+---------------+-------+-------------------+
[ 8.416797] cloud-init[1059]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |
[ 8.428937] cloud-init[1059]: ci-info: +--------+------+-----------------------------+---------------+-------+-------------------+
[ 8.440866] cloud-init[1059]: ci-info: | eth0 | True | 172.31.35.97 | 255.255.240.0 | . | 0a:b4:1f:39:a5:c4 |
[ 8.450869] cloud-init[ OK ] Started Initial cloud-init job (metadata service crawler).[1059]: ci-info: | eth0 | True | fe80::8b4:1fff:fe39:a5c4/64 | . | link | 0a:b4:1f:39:a5:c4 |
[ OK ] Reached target System Initialization.
[ 8.464850] cloud-init[1059]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |[ OK ] Listening on UUID daemon activation socket.
Starting Socket activation for snappy daemon.
[ 8.475382] cloud-init[1059]: ci-info: | lo | True | ::1/128 | . | host | . | Starting LXD - unix socket.
[ OK ] Listening on D-Bus System Message Bus Socket.
[ 8.485425] cloud-init[1059]: ci-info: +--------+------+-----------------------------+---------------+-------+-------------------+
[ OK ] Started Daily apt download activities.
[ 8.494774] cloud-init[1059]: [ OK ] Started ACPI Events Check.
[ OK ci-info: +++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++
[ 8.503615] ] Reached target Paths.
[ OK ] Started Daily apt upgrade and clean activities.cloud-init[1059]: ci-info: +-------+-------------+-------------+---------------+-----------+-------+
[ OK ] Started Daily Cleanup of Temporary Directories.
[ OK [ 8.516588] cloud-init[1059]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |] Reached target Timers.
[ OK ] Listening on ACPID Listen Socket.
[ 8.524645] cloud-init[1059]: ci-info: +-------+-------------+-------------+---------------+-----------+-------+
[ OK ] Reached target Network is Online.
[ 8.533045] cloud-init[1059]: ci-info: | 0 | 0.0.0.0 | 172.31.32.1 | 0.0.0.0 | eth0 | UG |Starting iSCSI initiator daemon (iscsid)...
[ OK ]
[ 8.540696] cloud-init[1059]: ci-info: | 1 | 172.31.32.0 | 0.0.0.0 | 255.255.240.0 | eth0 | U |Reached target Cloud-config availability.
[ OK 
[ 8.549238] ] Listening on Socket activation for snappy daemon.
cloud-init[1059]: ci-info: +-------+-------------+-------------+---------------+-----------+-------+[ OK ] Listening on LXD - unix socket.
[ 8.564699] cloud-init[1059]: Generating public/private rsa key pair.
[ OK ] Reached target Sockets.
[ 8.576202] cloud-init[1059]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.[ OK ] Reached target Basic System.
[ 8.585223] cloud-init[1059]: Starting LSB: Record successful boot for GRUB...
Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.
[ OK ] Started Regular background program processing daemon.[ 8.598678] cloud-init[1059]:
Starting Apply the settings specified in cloud-config...The key fingerprint is:
Starting Accounts Service...
[ OK 
] Started Deferred execution scheduler.
[ 8.625142] Starting /etc/rc.local Compatibility...
Starting LSB: MD monitoring daemon...cloud-init[1059]: SHA256:Vk1w4jVbjTm2qjy2CTgIsmqI51yH15FezEl7FDh8idQ root@ip-172-31-35-97
[ OK ] Started Unattended Upgrades Shutdown.
Starting System Logging Service...
[ OK ] Started ACPI event daemon.
[ 8.657865] [ OK ] Started FUSE filesystem for LXC.cloud-init[1059]: The key's randomart image is:
[ 8.670047] cloud-init[1059]: +---[RSA 2048]----+
[ OK ] Started D-Bus System Message Bus.
[ 8.688778] cloud-init[1059]: | o+=*..+ |
[ 8.700481] cloud-init[1059]: | .=*E== .| Starting LXD - container startup/shutdown...
Starting Login Service...[ 8.721520]
Starting OpenBSD Secure Shell server...
Starting Snappy daemon...
cloud-init[1059]: | +o+. o |
[ OK ] Started System Logging Service.
[ OK ] Started iSCSI initiator daemon (iscsid).
[ OK ] Started /etc/rc.local Compatibility.[ 8.748105] cloud-init[1059]: | * + . |
[ 8.768570] cloud-init[1059]: [ OK ] Started OpenBSD Secure Shell server.|. . S * .. |
[ 8.806482] cloud-init[1059]: | o . o = o .. |
[ OK ] Started LSB: Record successful boot for GRUB.[ 8.825224]
cloud-init[1059]: |+ + = +. . |
[ 8.855609] cloud-init[1059]: |+o.. o . .=. | Starting Authenticate and Authorize Users to Run Privileged Tasks...
[ 8.876337] cloud-init Starting Login to default iSCSI targets...
[1059]: |ooo .oo |[ OK ] Started Login Service.
[ 8.891260]
[ OK ] Started LSB: MD monitoring daemon.
cloud-init[1059]: +----[SHA256]-----+
[ OK ] Started Authenticate and Authorize Users to Run Privileged Tasks.[ 8.926501]
[ OK ] Started Accounts Service.
cloud-init[1059]: Generating public/private dsa key pair.[ OK ] Started Login to default iSCSI targets.
[ 8.949893] [ OK ] Reached target Remote File Systems (Pre).cloud-init[1059]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.
[ OK ] Reached target Remote File Systems.
Starting Permit User Sessions...
[ 8.972405] Starting LSB: automatic crash report generation...cloud-init[1059]:
Starting LSB: daemon to balance interrupts for SMP systems...
Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. Starting LSB: Set the CPU Frequency Scaling governor to "ondemand"...
[ OK ] Started Permit User Sessions.
[ 9.021226] cloud-init[1059]: Starting Hold until boot process finishes up...
Starting Terminate Plymouth Boot Screen...
[ OK ] Started LSB: Set the CPU Frequency Scaling governor to "ondemand".
The key fingerprint is:[ OK ] Started Hold until boot process finishes up.
[ OK ] Started LXD - container startup/shutdown.
[ OK 
] Started Terminate Plymouth Boot Screen.
[ 9.086769] cloud-init[ OK ] Started LSB: automatic crash report generation.
[1059]: SHA256:x9mCWNGAbKvE/051HmRgCV8c/LijTVohGRS/vB5yDBY root@ip-172-31-35-97[ OK ] Started Getty on tty1.
[ OK ] Started Serial Getty on ttyS0.[ 9.124349] cloud-init[1059]: The key's randomart image is:
[ OK ] Reached target Login Prompts.
Starting Set console scheme...
[ OK [ 9.144945] cloud-init] Started Snappy daemon.
[ OK ] Started LSB: daemon to balance interrupts for SMP systems.[1059]: +---[DSA 1024]----+
[ 9.156670] cloud-init[1059]: | . .+===o. |
[ OK ] Started Set console scheme.
[ 9.170488] cloud-init[ OK ] Reached target Multi-User System.
[[1059]: | + +++o |
[ 9.181900] cloud-init[1059]: | . . .. Eo+o | OK ] Reached target Graphical Interface.
Starting Update UTMP about System Runlevel Changes...
[ 9.192566] cloud-init[1059]: | o .o ooBo.. |
[ OK ] Started Update UTMP about System Runlevel Changes.
[ 9.211047] cloud-init[1059]: | . o. S O.*o |
[ 9.220213] cloud-init[1059]: | . . + *=o |
[ 9.228188] cloud-init[1059]: | .. .**. |
[ 9.232160] cloud-init[1059]: | .. o+.. |
[ 9.240190] cloud-init[1059]: | .. . |
[ 9.248158] cloud-init[1059]: +----[SHA256]-----+
[ 9.256158] cloud-init[1059]: Generating public/private ecdsa key pair.
[ 9.264211] cloud-init[1059]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.
[ 9.272753] cloud-init[1059]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.
[ 9.280805] cloud-init[1059]: The key fingerprint is:
[ 9.288381] cloud-init[1059]: SHA256:7IToizXRRnBvZs776IsINW10b0UWm4zW8R3u+biRt3w root@ip-172-31-35-97
[ 9.296759] cloud-init[1059]: The key's randomart image is:
[ 9.304395] cloud-init[1059]: +---[ECDSA 256]---+
[ 9.312158] cloud-init[1059]: | . . =. . |
[ 9.320152] cloud-init[1059]: | o . * =...|
[ 9.328155] cloud-init[1059]: | o * o * ...|
[ 9.331563] cloud-init[1059]: | * X o . . .|
[ 9.339030] cloud-init[1059]: | = * S o o |
[ 9.346404] cloud-init[1059]: | o = o o o.|
[ 9.352200] cloud-init[1059]: | . + o + o|
[ 9.360165] cloud-init[1059]: | + + . o .+E|
[ 9.368163] cloud-init[1059]: | . o ..+.. .o.|
[ 9.374300] cloud-init[1059]: +----[SHA256]-----+
[ 9.381612] cloud-init[1059]: Generating public/private ed25519 key pair.
[ 9.388750] cloud-init[1059]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.
[ 9.400785] cloud-init[1059]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.
[ 9.408760] cloud-init[1059]: The key fingerprint is:
[ 9.416336] cloud-init[1059]: SHA256:Uhknh2I8Ji+cDNYNli/YFeEAZ10GTbAWednZQjVkll8 root@ip-172-31-35-97
[ 9.424751] cloud-init[1059]: The key's randomart image is:
[ 9.432397] cloud-init[1059]: +--[ED25519 256]--+
[ 9.440158] cloud-init[1059]: | .o***X*=+=*. |
[ 9.448166] cloud-init[1059]: | o++o@+=*+oo. E|
[ 9.456158] cloud-init[1059]: | . * O++o . . . |
[ 9.459703] cloud-init[1059]: | . B.o. . |
[ 9.466966] cloud-init[1059]: | o. S |
[ 9.474447] cloud-init[1059]: | . |
[ 9.481940] cloud-init[1059]: | |
[ 9.490085] cloud-init[1059]: | |
[ 9.497598] cloud-init[1059]: | |
[ 9.505536] cloud-init[1059]: +----[SHA256]-----+
[ 10.302096] cloud-init[1133]: Cloud-init v. 18.2 running 'modules:config' at Thu, 21 Jun 2018 14:35:44 +0000. Up 9.50 seconds.
[ OK ] Started Apply the settings specified in cloud-config.
Starting Execute cloud user/final scripts...
ci-info: +++++++++++++++++++++++Authorized keys from /home/ubuntu/.ssh/authorized_keys for user ubuntu++++++++++++++++++++++++
ci-info: +---------+-------------------------------------------------+---------+---------------------------------------------+
ci-info: | Keytype | Fingerprint (md5) | Options | Comment |
ci-info: +---------+-------------------------------------------------+---------+---------------------------------------------+
ci-info: | ssh-rsa | 95:35:2c:a6:63:ff:fd:bb:f2:32:af:14:52:6e:d9:29 | - | packer_5b2bb6e5-f676-63d0-1c02-6256f26375c8 |
ci-info: +---------+-------------------------------------------------+---------+---------------------------------------------+
<14>Jun 21 14:35:46 ec2:
<14>Jun 21 14:35:46 ec2: #############################################################
<14>Jun 21 14:35:46 ec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----
<14>Jun 21 14:35:46 ec2: 1024 SHA256:x9mCWNGAbKvE/051HmRgCV8c/LijTVohGRS/vB5yDBY root@ip-172-31-35-97 (DSA)
<14>Jun 21 14:35:46 ec2: 256 SHA256:7IToizXRRnBvZs776IsINW10b0UWm4zW8R3u+biRt3w root@ip-172-31-35-97 (ECDSA)
<14>Jun 21 14:35:46 ec2: 256 SHA256:Uhknh2I8Ji+cDNYNli/YFeEAZ10GTbAWednZQjVkll8 root@ip-172-31-35-97 (ED25519)
<14>Jun 21 14:35:46 ec2: 2048 SHA256:Vk1w4jVbjTm2qjy2CTgIsmqI51yH15FezEl7FDh8idQ root@ip-172-31-35-97 (RSA)
<14>Jun 21 14:35:46 ec2: -----END SSH HOST KEY FINGERPRINTS-----
<14>Jun 21 14:35:46 ec2: #############################################################
-----BEGIN SSH HOST KEY KEYS-----
ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHT3hHveILlQ/PTgyYgCPPr4aSP+Iwlwl4WXSuwxU4DgMiuWvK984eNcVo49o3XroR0MJrI4x1QmHK6vsDP69zI= root@ip-172-31-35-97
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILOhWPj9yrwIzp5+PJmogXaaPYogkAnHfWzEx2E1oC3W root@ip-172-31-35-97
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDDmrpjtjKiyn1zgJxfpyhNDBQ2ntiwpbr2YBchtpKEauODhZ9SRQhp1nF1r6GDRbSLEElxpFwpzrQwHBNE+yhgtNec6fwRxKBBmP4v54KhEXny36WqU+0WCXHjhV5h32pKS/QsSX/bNyUdEB8IJfJNLvGZ1FbxXU9NqccM+mmFiox7dWFbWVwXj/NjVJLRELadt255qOwfYTvrXcDfH54g8BFdxDp0AdydYeqzIjeWvQOwAJRVoMJ31hY2gYVuCx1lqdMSUOwXhQR8I7hqJU9vXVcnzWSVBc8pCojeoQtY5AmZQZbRx1pRvQmNmfLcll6gZQa7+4nk2F1P5RPu4uFt root@ip-172-31-35-97
-----END SSH HOST KEY KEYS-----
[ 10.785803] cloud-init[1298]: Cloud-init v. 18.2 running 'modules:final' at Thu, 21 Jun 2018 14:35:45 +0000. Up 10.57 seconds.
[ 10.796706] cloud-init[1298]: Cloud-init v. 18.2 finished at Thu, 21 Jun 2018 14:35:46 +0000. Datasource DataSourceEc2Local. Up 10.77 seconds
[ OK ] Started Execute cloud user/final scripts.
[ OK ] Reached target Cloud-init target.
<13>Jun 21 14:35:46 user-data: [2018-06-21 14:35:46] INFO WEBrick 1.3.1
<13>Jun 21 14:35:46 user-data: [2018-06-21 14:35:46] INFO ruby 2.3.1 (2016-04-26) [x86_64-linux-gnu]
<13>Jun 21 14:35:46 user-data: == Sinatra (v2.0.3) has taken the stage on 8080 for development with backup from WEBrick
<13>Jun 21 14:35:46 user-data: [2018-06-21 14:35:46] INFO WEBrick::HTTPServer#start: pid=1309 port=8080
Ubuntu 16.04.4 LTS ip-172-31-35-97 ttyS0
ip-172-31-35-97 login: <13>Jun 21 14:35:46 user-data: 141.0.144.210 - - [21/Jun/2018:14:35:49 +0000] "GET / HTTP/1.1" 200 14 0.0055
<13>Jun 21 14:35:46 user-data: 141.0.144.210 - - [21/Jun/2018:14:35:49 UTC] "GET / HTTP/1.1" 200 14
<13>Jun 21 14:35:46 user-data: - -> /
TestTerraformPackerExample 2018-06-21T15:41:08+01:00 test_structure.go:23: The 'SKIP_cleanup_terraform' environment variable is not set, so executing stage 'cleanup_terraform'.
TestTerraformPackerExample 2018-06-21T15:41:08+01:00 save_test_data.go:159: Loading test data from ../examples/terraform-packer-example/.test-data/TerraformOptions.json
TestTerraformPackerExample 2018-06-21T15:41:08+01:00 retry.go:69: Running terraform [destroy -force -input=false -lock=false -var ami_id="ami-4a28112f" -var aws_region="us-east-2" -var instance_name="terratest-http-example-HyIFCf" -var instance_text="Hello, HyIFCf!"]
TestTerraformPackerExample 2018-06-21T15:41:08+01:00 command.go:52: Running command terraform with args [destroy -force -input=false -lock=false -var ami_id="ami-4a28112f" -var aws_region="us-east-2" -var instance_name="terratest-http-example-HyIFCf" -var instance_text="Hello, HyIFCf!"]
TestTerraformPackerExample 2018-06-21T15:41:09+01:00 command.go:96: data.template_file.user_data: Refreshing state...
TestTerraformPackerExample 2018-06-21T15:41:11+01:00 command.go:96: aws_security_group.example: Refreshing state... (ID: sg-8d49d5e7)
TestTerraformPackerExample 2018-06-21T15:41:11+01:00 command.go:96: aws_instance.example: Refreshing state... (ID: i-04bd0683328abead2)
TestTerraformPackerExample 2018-06-21T15:41:16+01:00 command.go:96: aws_instance.example: Destroying... (ID: i-04bd0683328abead2)
TestTerraformPackerExample 2018-06-21T15:41:26+01:00 command.go:96: aws_instance.example: Still destroying... (ID: i-04bd0683328abead2, 10s elapsed)
TestTerraformPackerExample 2018-06-21T15:41:36+01:00 command.go:96: aws_instance.example: Still destroying... (ID: i-04bd0683328abead2, 20s elapsed)
TestTerraformPackerExample 2018-06-21T15:41:37+01:00 command.go:96: aws_instance.example: Destruction complete after 20s
TestTerraformPackerExample 2018-06-21T15:41:37+01:00 command.go:96: aws_security_group.example: Destroying... (ID: sg-8d49d5e7)
TestTerraformPackerExample 2018-06-21T15:41:38+01:00 command.go:96: aws_security_group.example: Destruction complete after 1s
TestTerraformPackerExample 2018-06-21T15:41:38+01:00 command.go:96: 
TestTerraformPackerExample 2018-06-21T15:41:38+01:00 command.go:96: Destroy complete! Resources: 2 destroyed.
TestTerraformPackerExample 2018-06-21T15:41:38+01:00 test_structure.go:23: The 'SKIP_cleanup_ami' environment variable is not set, so executing stage 'cleanup_ami'.
TestTerraformPackerExample 2018-06-21T15:41:38+01:00 save_test_data.go:159: Loading test data from ../examples/terraform-packer-example/.test-data/AMI.json
TestTerraformPackerExample 2018-06-21T15:41:38+01:00 ec2.go:156: Deregistering AMI ami-4a28112f
--- PASS: TestTerraformPackerExample (573.82s)
save_test_data.go:143: Marshalled JSON: {"Template":"../examples/packer-docker-example/build.json","Vars":{"aws_region":"us-east-2"},"Only":"ubuntu-ami","Env":null}
save_test_data.go:143: Marshalled JSON: "ami-4a28112f"
save_test_data.go:143: Marshalled JSON: {"TerraformDir":"../examples/terraform-packer-example","Vars":{"ami_id":"ami-4a28112f","aws_region":"us-east-2","instance_name":"terratest-http-example-HyIFCf","instance_text":"Hello, HyIFCf!"},"EnvVars":null,"RetryableTerraformErrors":null,"MaxRetries":0,"TimeBetweenRetries":0,"Upgrade":false}
PASS
ok github.com/Briansbum/terratest/test 573.834s
=== RUN TestTerraformRedeployExample
=== PAUSE TestTerraformRedeployExample
=== CONT TestTerraformRedeployExample
TestTerraformRedeployExample 2018-06-22T10:10:15+01:00 region.go:72: Looking up all AWS regions available in this account
TestTerraformRedeployExample 2018-06-22T10:10:16+01:00 region.go:57: Using region us-west-2
TestTerraformRedeployExample 2018-06-22T10:10:16+01:00 test_structure.go:23: The 'SKIP_deploy_initial' environment variable is not set, so executing stage 'deploy_initial'.
TestTerraformRedeployExample 2018-06-22T10:10:16+01:00 save_test_data.go:132: Storing test data in ../examples/terraform-redeploy-example/.test-data/TerraformOptions.json so it can be reused later
TestTerraformRedeployExample 2018-06-22T10:10:16+01:00 save_test_data.go:135: [WARNING] The named test data at path ../examples/terraform-redeploy-example/.test-data/TerraformOptions.json is non-empty. Save operation will overwrite existing value with "&{../examples/terraform-redeploy-example map[aws_region:us-west-2 instance_name:redeploy-test-V5Wu4z instance_text:Hello, V5Wu4z!] map[] map[] 0 0s false}".
.
TestTerraformRedeployExample 2018-06-22T10:10:16+01:00 retry.go:69: Running terraform [init -upgrade=false]
TestTerraformRedeployExample 2018-06-22T10:10:16+01:00 command.go:52: Running command terraform with args [init -upgrade=false]
TestTerraformRedeployExample 2018-06-22T10:10:16+01:00 command.go:96:
TestTerraformRedeployExample 2018-06-22T10:10:16+01:00 command.go:96: Initializing provider plugins...
TestTerraformRedeployExample 2018-06-22T10:10:17+01:00 command.go:96:
TestTerraformRedeployExample 2018-06-22T10:10:17+01:00 command.go:96: The following providers do not have any version constraints in configuration,
TestTerraformRedeployExample 2018-06-22T10:10:17+01:00 command.go:96: so the latest version was installed.
TestTerraformRedeployExample 2018-06-22T10:10:17+01:00 command.go:96:
TestTerraformRedeployExample 2018-06-22T10:10:17+01:00 command.go:96: To prevent automatic upgrades to new major versions that may contain breaking
TestTerraformRedeployExample 2018-06-22T10:10:17+01:00 command.go:96: changes, it is recommended to add version = "..." constraints to the
TestTerraformRedeployExample 2018-06-22T10:10:17+01:00 command.go:96: corresponding provider blocks in configuration, with the constraint strings
TestTerraformRedeployExample 2018-06-22T10:10:17+01:00 command.go:96: suggested below.
TestTerraformRedeployExample 2018-06-22T10:10:17+01:00 command.go:96:
TestTerraformRedeployExample 2018-06-22T10:10:17+01:00 command.go:96: * provider.aws: version = "~> 1.23"
TestTerraformRedeployExample 2018-06-22T10:10:17+01:00 command.go:96: * provider.template: version = "~> 1.0"
TestTerraformRedeployExample 2018-06-22T10:10:17+01:00 command.go:96:
TestTerraformRedeployExample 2018-06-22T10:10:17+01:00 command.go:96: Terraform has been successfully initialized!
TestTerraformRedeployExample 2018-06-22T10:10:17+01:00 command.go:96: 
TestTerraformRedeployExample 2018-06-22T10:10:17+01:00 command.go:96: You may now begin working with Terraform. Try running "terraform plan" to see
TestTerraformRedeployExample 2018-06-22T10:10:17+01:00 command.go:96: any changes that are required for your infrastructure. All Terraform commands
TestTerraformRedeployExample 2018-06-22T10:10:17+01:00 command.go:96: should now work.
TestTerraformRedeployExample 2018-06-22T10:10:17+01:00 command.go:96:
TestTerraformRedeployExample 2018-06-22T10:10:17+01:00 command.go:96: If you ever set or change modules or backend configuration for Terraform,
TestTerraformRedeployExample 2018-06-22T10:10:17+01:00 command.go:96: rerun this command to reinitialize your working directory. If you forget, other
TestTerraformRedeployExample 2018-06-22T10:10:17+01:00 command.go:96: commands will detect it and remind you to do so if necessary.
TestTerraformRedeployExample 2018-06-22T10:10:17+01:00 retry.go:69: Running terraform [get -update]
TestTerraformRedeployExample 2018-06-22T10:10:17+01:00 command.go:52: Running command terraform with args [get -update]
TestTerraformRedeployExample 2018-06-22T10:10:17+01:00 retry.go:69: Running terraform [apply -input=false -lock=false -auto-approve -var aws_region="us-west-2" -var instance_name="redeploy-test-V5Wu4z" -var instance_text="Hello, V5Wu4z!"]
TestTerraformRedeployExample 2018-06-22T10:10:17+01:00 command.go:52: Running command terraform with args [apply -input=false -lock=false -auto-approve -var aws_region="us-west-2" -var instance_name="redeploy-test-V5Wu4z" -var instance_text="Hello, V5Wu4z!"]
TestTerraformRedeployExample 2018-06-22T10:10:17+01:00 command.go:96: data.template_file.user_data: Refreshing state...
TestTerraformRedeployExample 2018-06-22T10:10:19+01:00 command.go:96: data.aws_vpc.default: Refreshing state...
TestTerraformRedeployExample 2018-06-22T10:10:19+01:00 command.go:96: data.aws_ami.ubuntu: Refreshing state...
TestTerraformRedeployExample 2018-06-22T10:10:21+01:00 command.go:96: data.aws_subnet_ids.default: Refreshing state...
TestTerraformRedeployExample 2018-06-22T10:10:25+01:00 command.go:96: aws_security_group.web_server: Creating...
TestTerraformRedeployExample 2018-06-22T10:10:25+01:00 command.go:96: arn: "" => "<computed>"
TestTerraformRedeployExample 2018-06-22T10:10:25+01:00 command.go:96: description: "" => "Managed by Terraform"
TestTerraformRedeployExample 2018-06-22T10:10:25+01:00 command.go:96: egress.#: "" => "<computed>"
TestTerraformRedeployExample 2018-06-22T10:10:25+01:00 command.go:96: ingress.#: "" => "<computed>"
TestTerraformRedeployExample 2018-06-22T10:10:25+01:00 command.go:96: name: "" => "redeploy-test-V5Wu4z"
TestTerraformRedeployExample 2018-06-22T10:10:25+01:00 command.go:96: owner_id: "" => "<computed>"
TestTerraformRedeployExample 2018-06-22T10:10:25+01:00 command.go:96: revoke_rules_on_delete: "" => "false"
TestTerraformRedeployExample 2018-06-22T10:10:25+01:00 command.go:96: vpc_id: "" => "vpc-4d1fab29"
TestTerraformRedeployExample 2018-06-22T10:10:25+01:00 command.go:96: aws_security_group.alb: Creating...
TestTerraformRedeployExample 2018-06-22T10:10:25+01:00 command.go:96: arn: "" => "<computed>"
TestTerraformRedeployExample 2018-06-22T10:10:25+01:00 command.go:96: description: "" => "Managed by Terraform"
TestTerraformRedeployExample 2018-06-22T10:10:25+01:00 command.go:96: egress.#: "" => "<computed>"
TestTerraformRedeployExample 2018-06-22T10:10:25+01:00 command.go:96: ingress.#: "" => "<computed>"
TestTerraformRedeployExample 2018-06-22T10:10:25+01:00 command.go:96: name: "" => "redeploy-test-V5Wu4z-alb"
TestTerraformRedeployExample 2018-06-22T10:10:25+01:00 command.go:96: owner_id: "" => "<computed>"
TestTerraformRedeployExample 2018-06-22T10:10:25+01:00 command.go:96: revoke_rules_on_delete: "" => "false"
TestTerraformRedeployExample 2018-06-22T10:10:25+01:00 command.go:96: vpc_id: "" => "vpc-4d1fab29"
TestTerraformRedeployExample 2018-06-22T10:10:30+01:00 command.go:96: aws_security_group.alb: Creation complete after 4s (ID: sg-5f9aa02e)
TestTerraformRedeployExample 2018-06-22T10:10:30+01:00 command.go:96: aws_security_group_rule.allow_all_outbound: Creating...
TestTerraformRedeployExample 2018-06-22T10:10:30+01:00 command.go:96: cidr_blocks.#: "" => "1"
TestTerraformRedeployExample 2018-06-22T10:10:30+01:00 command.go:96: cidr_blocks.0: "" => "0.0.0.0/0"
TestTerraformRedeployExample 2018-06-22T10:10:30+01:00 command.go:96: from_port: "" => "0"
TestTerraformRedeployExample 2018-06-22T10:10:30+01:00 command.go:96: protocol: "" => "-1"
TestTerraformRedeployExample 2018-06-22T10:10:30+01:00 command.go:96: security_group_id: "" => "sg-5f9aa02e"
TestTerraformRedeployExample 2018-06-22T10:10:30+01:00 command.go:96: self: "" => "false"
TestTerraformRedeployExample 2018-06-22T10:10:30+01:00 command.go:96: source_security_group_id: "" => "<computed>"
TestTerraformRedeployExample 2018-06-22T10:10:30+01:00 command.go:96: to_port: "" => "0"
TestTerraformRedeployExample 2018-06-22T10:10:30+01:00 command.go:96: type: "" => "egress"
TestTerraformRedeployExample 2018-06-22T10:10:30+01:00 command.go:96: aws_security_group_rule.alb_allow_http_inbound: Creating...
TestTerraformRedeployExample 2018-06-22T10:10:30+01:00 command.go:96: cidr_blocks.#: "" => "1"
TestTerraformRedeployExample 2018-06-22T10:10:30+01:00 command.go:96: cidr_blocks.0: "" => "0.0.0.0/0"
TestTerraformRedeployExample 2018-06-22T10:10:30+01:00 command.go:96: from_port: "" => "80"
TestTerraformRedeployExample 2018-06-22T10:10:30+01:00 command.go:96: protocol: "" => "tcp"
TestTerraformRedeployExample 2018-06-22T10:10:30+01:00 command.go:96: security_group_id: "" => "sg-5f9aa02e"
TestTerraformRedeployExample 2018-06-22T10:10:30+01:00 command.go:96: self: "" => "false"
TestTerraformRedeployExample 2018-06-22T10:10:30+01:00 command.go:96: source_security_group_id: "" => "<computed>"
TestTerraformRedeployExample 2018-06-22T10:10:30+01:00 command.go:96: to_port: "" => "80"
TestTerraformRedeployExample 2018-06-22T10:10:30+01:00 command.go:96: type: "" => "ingress"
TestTerraformRedeployExample 2018-06-22T10:10:30+01:00 command.go:96: aws_alb.web_servers: Creating...
TestTerraformRedeployExample 2018-06-22T10:10:30+01:00 command.go:96: access_logs.#: "" => "<computed>"
TestTerraformRedeployExample 2018-06-22T10:10:30+01:00 command.go:96: arn: "" => "<computed>"
TestTerraformRedeployExample 2018-06-22T10:10:30+01:00 command.go:96: arn_suffix: "" => "<computed>"
TestTerraformRedeployExample 2018-06-22T10:10:30+01:00 command.go:96: dns_name: "" => "<computed>"
TestTerraformRedeployExample 2018-06-22T10:10:30+01:00 command.go:96: enable_deletion_protection: "" => "false"
TestTerraformRedeployExample 2018-06-22T10:10:30+01:00 command.go:96: enable_http2: "" => "true"
TestTerraformRedeployExample 2018-06-22T10:10:30+01:00 command.go:96: idle_timeout: "" => "60"
TestTerraformRedeployExample 2018-06-22T10:10:30+01:00 command.go:96: internal: "" => "<computed>"
TestTerraformRedeployExample 2018-06-22T10:10:30+01:00 command.go:96: ip_address_type: "" => "<computed>"
TestTerraformRedeployExample 2018-06-22T10:10:30+01:00 command.go:96: load_balancer_type: "" => "application"
TestTerraformRedeployExample 2018-06-22T10:10:30+01:00 command.go:96: name: "" => "redeploy-test-V5Wu4z"
TestTerraformRedeployExample 2018-06-22T10:10:30+01:00 command.go:96: security_groups.#: "" => "1"
TestTerraformRedeployExample 2018-06-22T10:10:30+01:00 command.go:96: security_groups.2583128045: "" => "sg-5f9aa02e"
TestTerraformRedeployExample 2018-06-22T10:10:30+01:00 command.go:96: subnet_mapping.#: "" => "<computed>"
TestTerraformRedeployExample 2018-06-22T10:10:30+01:00 command.go:96: subnets.#: "" => "3"
TestTerraformRedeployExample 2018-06-22T10:10:30+01:00 command.go:96: subnets.1332407336: "" => "subnet-fc02b298"
TestTerraformRedeployExample 2018-06-22T10:10:30+01:00 command.go:96: subnets.3396957469: "" => "subnet-530de80b"
TestTerraformRedeployExample 2018-06-22T10:10:30+01:00 command.go:96: subnets.3748971623: "" => "subnet-d20cd9a4"
TestTerraformRedeployExample 2018-06-22T10:10:30+01:00 command.go:96: vpc_id: "" => "<computed>"
TestTerraformRedeployExample 2018-06-22T10:10:30+01:00 command.go:96: zone_id: "" => "<computed>"
TestTerraformRedeployExample 2018-06-22T10:10:30+01:00 command.go:96: aws_security_group.web_server: Creation complete after 4s (ID: sg-7b9fa50a)
TestTerraformRedeployExample 2018-06-22T10:10:30+01:00 command.go:96: aws_security_group_rule.web_server_allow_http_inbound: Creating...
TestTerraformRedeployExample 2018-06-22T10:10:30+01:00 command.go:96: cidr_blocks.#: "" => "1"
TestTerraformRedeployExample 2018-06-22T10:10:30+01:00 command.go:96: cidr_blocks.0: "" => "0.0.0.0/0"
TestTerraformRedeployExample 2018-06-22T10:10:30+01:00 command.go:96: from_port: "" => "8080"
TestTerraformRedeployExample 2018-06-22T10:10:30+01:00 command.go:96: protocol: "" => "tcp"
TestTerraformRedeployExample 2018-06-22T10:10:30+01:00 command.go:96: security_group_id: "" => "sg-7b9fa50a"
TestTerraformRedeployExample 2018-06-22T10:10:30+01:00 command.go:96: self: "" => "false"
TestTerraformRedeployExample 2018-06-22T10:10:30+01:00 command.go:96: source_security_group_id: "" => "<computed>"
TestTerraformRedeployExample 2018-06-22T10:10:30+01:00 command.go:96: to_port: "" => "8080"
TestTerraformRedeployExample 2018-06-22T10:10:30+01:00 command.go:96: type: "" => "ingress"
TestTerraformRedeployExample 2018-06-22T10:10:30+01:00 command.go:96: aws_security_group_rule.web_server_allow_all_outbound: Creating...
TestTerraformRedeployExample 2018-06-22T10:10:30+01:00 command.go:96: cidr_blocks.#: "" => "1"
TestTerraformRedeployExample 2018-06-22T10:10:30+01:00 command.go:96: cidr_blocks.0: "" => "0.0.0.0/0"
TestTerraformRedeployExample 2018-06-22T10:10:30+01:00 command.go:96: from_port: "" => "0"
TestTerraformRedeployExample 2018-06-22T10:10:30+01:00 command.go:96: protocol: "" => "-1"
TestTerraformRedeployExample 2018-06-22T10:10:30+01:00 command.go:96: security_group_id: "" => "sg-7b9fa50a"
TestTerraformRedeployExample 2018-06-22T10:10:30+01:00 command.go:96: self: "" => "false"
TestTerraformRedeployExample 2018-06-22T10:10:30+01:00 command.go:96: source_security_group_id: "" => "<computed>"
TestTerraformRedeployExample 2018-06-22T10:10:30+01:00 command.go:96: to_port: "" => "0"
TestTerraformRedeployExample 2018-06-22T10:10:30+01:00 command.go:96: type: "" => "egress"
TestTerraformRedeployExample 2018-06-22T10:10:30+01:00 command.go:96: aws_launch_configuration.web_servers: Creating...
TestTerraformRedeployExample 2018-06-22T10:10:30+01:00 command.go:96: associate_public_ip_address: "" => "false"
TestTerraformRedeployExample 2018-06-22T10:10:30+01:00 command.go:96: ebs_block_device.#: "" => "<computed>"
TestTerraformRedeployExample 2018-06-22T10:10:30+01:00 command.go:96: ebs_optimized: "" => "<computed>"
TestTerraformRedeployExample 2018-06-22T10:10:30+01:00 command.go:96: enable_monitoring: "" => "true"
TestTerraformRedeployExample 2018-06-22T10:10:30+01:00 command.go:96: image_id: "" => "ami-db710fa3"
TestTerraformRedeployExample 2018-06-22T10:10:30+01:00 command.go:96: instance_type: "" => "t2.micro"
TestTerraformRedeployExample 2018-06-22T10:10:30+01:00 command.go:96: key_name: "" => "<computed>"
TestTerraformRedeployExample 2018-06-22T10:10:30+01:00 command.go:96: name: "" => "<computed>"
TestTerraformRedeployExample 2018-06-22T10:10:30+01:00 command.go:96: root_block_device.#: "" => "<computed>"
TestTerraformRedeployExample 2018-06-22T10:10:30+01:00 command.go:96: security_groups.#: "" => "1"
TestTerraformRedeployExample 2018-06-22T10:10:30+01:00 command.go:96: security_groups.2922249443: "" => "sg-7b9fa50a"
TestTerraformRedeployExample 2018-06-22T10:10:30+01:00 command.go:96: user_data: "" => "fcd31f7cb559be746f60dbe257495c70315c1e8e"
TestTerraformRedeployExample 2018-06-22T10:10:32+01:00 command.go:96: aws_security_group_rule.allow_all_outbound: Creation complete after 2s (ID: sgrule-2655712549)
TestTerraformRedeployExample 2018-06-22T10:10:32+01:00 command.go:96: aws_security_group_rule.web_server_allow_http_inbound: Creation complete after 2s (ID: sgrule-169248969)
TestTerraformRedeployExample 2018-06-22T10:10:32+01:00 command.go:96: aws_launch_configuration.web_servers: Creation complete after 3s (ID: terraform-20180622091031386800000001)
TestTerraformRedeployExample 2018-06-22T10:10:34+01:00 command.go:96: aws_security_group_rule.alb_allow_http_inbound: Creation complete after 4s (ID: sgrule-3169225996)
TestTerraformRedeployExample 2018-06-22T10:10:34+01:00 command.go:96: aws_security_group_rule.web_server_allow_all_outbound: Creation complete after 5s (ID: sgrule-3745870766)
TestTerraformRedeployExample 2018-06-22T10:10:40+01:00 command.go:96: aws_alb.web_servers: Still creating... (10s elapsed)
TestTerraformRedeployExample 2018-06-22T10:10:50+01:00 command.go:96: aws_alb.web_servers: Still creating... (20s elapsed)
TestTerraformRedeployExample 2018-06-22T10:11:00+01:00 command.go:96: aws_alb.web_servers: Still creating... (30s elapsed)
TestTerraformRedeployExample 2018-06-22T10:11:10+01:00 command.go:96: aws_alb.web_servers: Still creating... (40s elapsed)
TestTerraformRedeployExample 2018-06-22T10:11:20+01:00 command.go:96: aws_alb.web_servers: Still creating... (50s elapsed)
TestTerraformRedeployExample 2018-06-22T10:11:30+01:00 command.go:96: aws_alb.web_servers: Still creating... (1m0s elapsed)
TestTerraformRedeployExample 2018-06-22T10:11:40+01:00 command.go:96: aws_alb.web_servers: Still creating... (1m10s elapsed)
TestTerraformRedeployExample 2018-06-22T10:11:50+01:00 command.go:96: aws_alb.web_servers: Still creating... (1m20s elapsed)
TestTerraformRedeployExample 2018-06-22T10:12:00+01:00 command.go:96: aws_alb.web_servers: Still creating... (1m30s elapsed)
TestTerraformRedeployExample 2018-06-22T10:12:10+01:00 command.go:96: aws_alb.web_servers: Still creating... (1m40s elapsed)
TestTerraformRedeployExample 2018-06-22T10:12:20+01:00 command.go:96: aws_alb.web_servers: Still creating... (1m50s elapsed)
TestTerraformRedeployExample 2018-06-22T10:12:30+01:00 command.go:96: aws_alb.web_servers: Still creating... (2m0s elapsed)
TestTerraformRedeployExample 2018-06-22T10:12:40+01:00 command.go:96: aws_alb.web_servers: Still creating... (2m10s elapsed)
TestTerraformRedeployExample 2018-06-22T10:12:50+01:00 command.go:96: aws_alb.web_servers: Still creating... (2m20s elapsed)
TestTerraformRedeployExample 2018-06-22T10:13:00+01:00 command.go:96: aws_alb.web_servers: Still creating... (2m30s elapsed)
TestTerraformRedeployExample 2018-06-22T10:13:01+01:00 command.go:96: aws_alb.web_servers: Creation complete after 2m32s (ID: arn:aws:elasticloadbalancing:us-west-2:.../redeploy-test-V5Wu4z/d1a2cda6afa1db03)
TestTerraformRedeployExample 2018-06-22T10:13:01+01:00 command.go:96: aws_alb_target_group.web_servers: Creating...
TestTerraformRedeployExample 2018-06-22T10:13:01+01:00 command.go:96: arn: "" => "<computed>"
TestTerraformRedeployExample 2018-06-22T10:13:01+01:00 command.go:96: arn_suffix: "" => "<computed>"
TestTerraformRedeployExample 2018-06-22T10:13:01+01:00 command.go:96: deregistration_delay: "" => "10"
TestTerraformRedeployExample 2018-06-22T10:13:01+01:00 command.go:96: health_check.#: "" => "1"
TestTerraformRedeployExample 2018-06-22T10:13:01+01:00 command.go:96: health_check.0.healthy_threshold: "" => "2"
TestTerraformRedeployExample 2018-06-22T10:13:01+01:00 command.go:96: health_check.0.interval: "" => "15"
TestTerraformRedeployExample 2018-06-22T10:13:01+01:00 command.go:96: health_check.0.matcher: "" => "<computed>"
TestTerraformRedeployExample 2018-06-22T10:13:01+01:00 command.go:96: health_check.0.path: "" => "/"
TestTerraformRedeployExample 2018-06-22T10:13:01+01:00 command.go:96: health_check.0.port: "" => "traffic-port"
TestTerraformRedeployExample 2018-06-22T10:13:01+01:00 command.go:96: health_check.0.protocol: "" => "HTTP"
TestTerraformRedeployExample 2018-06-22T10:13:01+01:00 command.go:96: health_check.0.timeout: "" => "5"
TestTerraformRedeployExample 2018-06-22T10:13:01+01:00 command.go:96: health_check.0.unhealthy_threshold: "" => "2"
TestTerraformRedeployExample 2018-06-22T10:13:01+01:00 command.go:96: name: "" => "redeploy-test-V5Wu4z"
TestTerraformRedeployExample 2018-06-22T10:13:01+01:00 command.go:96: port: "" => "8080"
TestTerraformRedeployExample 2018-06-22T10:13:01+01:00 command.go:96: protocol: "" => "HTTP"
TestTerraformRedeployExample 2018-06-22T10:13:01+01:00 command.go:96: proxy_protocol_v2: "" => "false"
TestTerraformRedeployExample 2018-06-22T10:13:01+01:00 command.go:96: slow_start: "" => "0"
TestTerraformRedeployExample 2018-06-22T10:13:01+01:00 command.go:96: stickiness.#: "" => "<computed>"
TestTerraformRedeployExample 2018-06-22T10:13:01+01:00 command.go:96: target_type: "" => "instance"
TestTerraformRedeployExample 2018-06-22T10:13:01+01:00 command.go:96: vpc_id: "" => "vpc-4d1fab29"
TestTerraformRedeployExample 2018-06-22T10:13:05+01:00 command.go:96: aws_alb_target_group.web_servers: Creation complete after 3s (ID: arn:aws:elasticloadbalancing:us-west-2:.../redeploy-test-V5Wu4z/ee021256ab6c1295)
TestTerraformRedeployExample 2018-06-22T10:13:05+01:00 command.go:96: aws_alb_listener.http: Creating...
TestTerraformRedeployExample 2018-06-22T10:13:05+01:00 command.go:96: arn: "" => "<computed>"
TestTerraformRedeployExample 2018-06-22T10:13:05+01:00 command.go:96: default_action.#: "" => "1"
TestTerraformRedeployExample 2018-06-22T10:13:05+01:00 command.go:96: default_action.0.target_group_arn: "" => "arn:aws:elasticloadbalancing:us-west-2:331725803185:targetgroup/redeploy-test-V5Wu4z/ee021256ab6c1295"
TestTerraformRedeployExample 2018-06-22T10:13:05+01:00 command.go:96: default_action.0.type: "" => "forward"
TestTerraformRedeployExample 2018-06-22T10:13:05+01:00 command.go:96: load_balancer_arn: "" => "arn:aws:elasticloadbalancing:us-west-2:331725803185:loadbalancer/app/redeploy-test-V5Wu4z/d1a2cda6afa1db03"
TestTerraformRedeployExample 2018-06-22T10:13:05+01:00 command.go:96: port: "" => "80"
TestTerraformRedeployExample 2018-06-22T10:13:05+01:00 command.go:96: protocol: "" => "HTTP"
TestTerraformRedeployExample 2018-06-22T10:13:05+01:00 command.go:96: ssl_policy: "" => "<computed>"
TestTerraformRedeployExample 2018-06-22T10:13:06+01:00 command.go:96: aws_alb_listener.http: Creation complete after 2s (ID: arn:aws:elasticloadbalancing:us-west-2:...Wu4z/d1a2cda6afa1db03/7c937a062abec815)
TestTerraformRedeployExample 2018-06-22T10:13:06+01:00 command.go:96: aws_alb_listener_rule.send_all_to_web_servers: Creating...
TestTerraformRedeployExample 2018-06-22T10:13:06+01:00 command.go:96: action.#: "" => "1"
TestTerraformRedeployExample 2018-06-22T10:13:06+01:00 command.go:96: action.0.target_group_arn: "" => "arn:aws:elasticloadbalancing:us-west-2:331725803185:targetgroup/redeploy-test-V5Wu4z/ee021256ab6c1295"
TestTerraformRedeployExample 2018-06-22T10:13:06+01:00 command.go:96: action.0.type: "" => "forward"
TestTerraformRedeployExample 2018-06-22T10:13:06+01:00 command.go:96: arn: "" => "<computed>"
TestTerraformRedeployExample 2018-06-22T10:13:06+01:00 command.go:96: condition.#: "" => "1"
TestTerraformRedeployExample 2018-06-22T10:13:06+01:00 command.go:96: condition.1746742835.field: "" => "path-pattern"
TestTerraformRedeployExample 2018-06-22T10:13:06+01:00 command.go:96: condition.1746742835.values.#: "" => "1"
TestTerraformRedeployExample 2018-06-22T10:13:06+01:00 command.go:96: condition.1746742835.values.0: "" => "*"
TestTerraformRedeployExample 2018-06-22T10:13:06+01:00 command.go:96: listener_arn: "" => "arn:aws:elasticloadbalancing:us-west-2:331725803185:listener/app/redeploy-test-V5Wu4z/d1a2cda6afa1db03/7c937a062abec815"
TestTerraformRedeployExample 2018-06-22T10:13:06+01:00 command.go:96: priority: "" => "100"
TestTerraformRedeployExample 2018-06-22T10:13:06+01:00 command.go:96: aws_autoscaling_group.web_servers: Creating...
TestTerraformRedeployExample 2018-06-22T10:13:06+01:00 command.go:96: arn: "" => "<computed>"
TestTerraformRedeployExample 2018-06-22T10:13:06+01:00 command.go:96: default_cooldown: "" => "<computed>"
TestTerraformRedeployExample 2018-06-22T10:13:06+01:00 command.go:96: desired_capacity: "" => "3"
TestTerraformRedeployExample 2018-06-22T10:13:06+01:00 command.go:96: force_delete: "" => "false"
TestTerraformRedeployExample 2018-06-22T10:13:06+01:00 command.go:96: health_check_grace_period: "" => "300"
TestTerraformRedeployExample 2018-06-22T10:13:06+01:00 command.go:96: health_check_type: "" => "ELB"
TestTerraformRedeployExample 2018-06-22T10:13:06+01:00 command.go:96: launch_configuration: "" => "terraform-20180622091031386800000001"
TestTerraformRedeployExample 2018-06-22T10:13:06+01:00 command.go:96: load_balancers.#: "" => "<computed>"
TestTerraformRedeployExample 2018-06-22T10:13:06+01:00 command.go:96: max_size: "" => "3"
TestTerraformRedeployExample 2018-06-22T10:13:06+01:00 command.go:96: metrics_granularity: "" => "1Minute"
TestTerraformRedeployExample 2018-06-22T10:13:06+01:00 command.go:96: min_elb_capacity: "" => "3"
TestTerraformRedeployExample 2018-06-22T10:13:06+01:00 command.go:96: min_size: "" => "3"
TestTerraformRedeployExample 2018-06-22T10:13:06+01:00 command.go:96: name: "" => "terraform-20180622091031386800000001"
TestTerraformRedeployExample 2018-06-22T10:13:06+01:00 command.go:96: protect_from_scale_in: "" => "false"
TestTerraformRedeployExample 2018-06-22T10:13:06+01:00 command.go:96: service_linked_role_arn: "" => "<computed>"
TestTerraformRedeployExample 2018-06-22T10:13:06+01:00 command.go:96: tag.#: "" => "1"
TestTerraformRedeployExample 2018-06-22T10:13:06+01:00 command.go:96: tag.2449689522.key: "" => "Name"
TestTerraformRedeployExample 2018-06-22T10:13:06+01:00 command.go:96: tag.2449689522.propagate_at_launch: "" => "true"
TestTerraformRedeployExample 2018-06-22T10:13:06+01:00 command.go:96: tag.2449689522.value: "" => "redeploy-test-V5Wu4z"
TestTerraformRedeployExample 2018-06-22T10:13:06+01:00 command.go:96: target_group_arns.#: "" => "1"
TestTerraformRedeployExample 2018-06-22T10:13:06+01:00 command.go:96: target_group_arns.1512182860: "" => "arn:aws:elasticloadbalancing:us-west-2:331725803185:targetgroup/redeploy-test-V5Wu4z/ee021256ab6c1295"
TestTerraformRedeployExample 2018-06-22T10:13:06+01:00 command.go:96: vpc_zone_identifier.#: "" => "3"
TestTerraformRedeployExample 2018-06-22T10:13:06+01:00 command.go:96: vpc_zone_identifier.1332407336: "" => "subnet-fc02b298"
TestTerraformRedeployExample 2018-06-22T10:13:06+01:00 command.go:96: vpc_zone_identifier.3396957469: "" => "subnet-530de80b"
TestTerraformRedeployExample 2018-06-22T10:13:06+01:00 command.go:96: vpc_zone_identifier.3748971623: "" => "subnet-d20cd9a4"
TestTerraformRedeployExample 2018-06-22T10:13:06+01:00 command.go:96: wait_for_capacity_timeout: "" => "10m"
TestTerraformRedeployExample 2018-06-22T10:13:07+01:00 command.go:96: aws_alb_listener_rule.send_all_to_web_servers: Creation complete after 1s (ID: arn:aws:elasticloadbalancing:us-west-2:...db03/7c937a062abec815/2efa9724640f0e40)
TestTerraformRedeployExample 2018-06-22T10:13:16+01:00 command.go:96: aws_autoscaling_group.web_servers: Still creating... (10s elapsed)
TestTerraformRedeployExample 2018-06-22T10:13:26+01:00 command.go:96: aws_autoscaling_group.web_servers: Still creating... (20s elapsed)
TestTerraformRedeployExample 2018-06-22T10:13:36+01:00 command.go:96: aws_autoscaling_group.web_servers: Still creating... (30s elapsed)
TestTerraformRedeployExample 2018-06-22T10:13:46+01:00 command.go:96: aws_autoscaling_group.web_servers: Still creating... (40s elapsed)
TestTerraformRedeployExample 2018-06-22T10:13:56+01:00 command.go:96: aws_autoscaling_group.web_servers: Still creating... (50s elapsed)
TestTerraformRedeployExample 2018-06-22T10:14:05+01:00 command.go:96: aws_autoscaling_group.web_servers: Creation complete after 58s (ID: terraform-20180622091031386800000001)
TestTerraformRedeployExample 2018-06-22T10:14:05+01:00 command.go:96: 
TestTerraformRedeployExample 2018-06-22T10:14:05+01:00 command.go:96: Apply complete! Resources: 12 added, 0 changed, 0 destroyed.
TestTerraformRedeployExample 2018-06-22T10:14:05+01:00 command.go:96: 
TestTerraformRedeployExample 2018-06-22T10:14:05+01:00 command.go:96: Outputs:
TestTerraformRedeployExample 2018-06-22T10:14:05+01:00 command.go:96:
TestTerraformRedeployExample 2018-06-22T10:14:05+01:00 command.go:96: alb_dns_name = redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com
TestTerraformRedeployExample 2018-06-22T10:14:05+01:00 command.go:96: asg_name = terraform-20180622091031386800000001
TestTerraformRedeployExample 2018-06-22T10:14:05+01:00 command.go:96: url = http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:14:05+01:00 test_structure.go:23: The 'SKIP_validate_initial' environment variable is not set, so executing stage 'validate_initial'.
TestTerraformRedeployExample 2018-06-22T10:14:05+01:00 save_test_data.go:159: Loading test data from ../examples/terraform-redeploy-example/.test-data/TerraformOptions.json
TestTerraformRedeployExample 2018-06-22T10:14:05+01:00 retry.go:69: Running terraform [output -no-color url]
TestTerraformRedeployExample 2018-06-22T10:14:05+01:00 command.go:52: Running command terraform with args [output -no-color url]
TestTerraformRedeployExample 2018-06-22T10:14:05+01:00 command.go:96: http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:14:05+01:00 retry.go:69: HTTP GET to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:14:05+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:14:05+01:00 test_structure.go:23: The 'SKIP_validate_redeploy' environment variable is not set, so executing stage 'validate_redeploy'.
TestTerraformRedeployExample 2018-06-22T10:14:05+01:00 save_test_data.go:159: Loading test data from ../examples/terraform-redeploy-example/.test-data/TerraformOptions.json
TestTerraformRedeployExample 2018-06-22T10:14:05+01:00 save_test_data.go:132: Storing test data in ../examples/terraform-redeploy-example/.test-data/TerraformOptions.json so it can be reused later
TestTerraformRedeployExample 2018-06-22T10:14:05+01:00 save_test_data.go:135: [WARNING] The named test data at path ../examples/terraform-redeploy-example/.test-data/TerraformOptions.json is non-empty. Save operation will overwrite existing value with "&{../examples/terraform-redeploy-example map[aws_region:us-west-2 instance_name:redeploy-test-V5Wu4z instance_text:Hello, V5Wu4z!-redeploy] map[] map[] 0 0s false}".
.
TestTerraformRedeployExample 2018-06-22T10:14:05+01:00 retry.go:69: Running terraform [output -no-color url]
TestTerraformRedeployExample 2018-06-22T10:14:05+01:00 command.go:52: Running command terraform with args [output -no-color url]
TestTerraformRedeployExample 2018-06-22T10:14:05+01:00 command.go:96: http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:14:05+01:00 retry.go:69: Running terraform [apply -input=false -lock=false -auto-approve -var aws_region="us-west-2" -var instance_name="redeploy-test-V5Wu4z" -var instance_text="Hello, V5Wu4z!-redeploy"]
TestTerraformRedeployExample 2018-06-22T10:14:05+01:00 command.go:52: Running command terraform with args [apply -input=false -lock=false -auto-approve -var aws_region="us-west-2" -var instance_name="redeploy-test-V5Wu4z" -var instance_text="Hello, V5Wu4z!-redeploy"]
TestTerraformRedeployExample 2018-06-22T10:14:05+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:14:05+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:14:05+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:14:06+01:00 command.go:96: data.template_file.user_data: Refreshing state...
TestTerraformRedeployExample 2018-06-22T10:14:06+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:14:06+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:14:06+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:14:07+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:14:07+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:14:08+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:14:08+01:00 command.go:96: data.aws_vpc.default: Refreshing state...
TestTerraformRedeployExample 2018-06-22T10:14:08+01:00 command.go:96: data.aws_ami.ubuntu: Refreshing state...
TestTerraformRedeployExample 2018-06-22T10:14:09+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:14:09+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:14:09+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:14:10+01:00 command.go:96: data.aws_subnet_ids.default: Refreshing state...
TestTerraformRedeployExample 2018-06-22T10:14:10+01:00 command.go:96: aws_security_group.alb: Refreshing state... (ID: sg-5f9aa02e)
TestTerraformRedeployExample 2018-06-22T10:14:10+01:00 command.go:96: aws_security_group.web_server: Refreshing state... (ID: sg-7b9fa50a)
TestTerraformRedeployExample 2018-06-22T10:14:10+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:14:10+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:14:10+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:14:10+01:00 command.go:96: aws_alb.web_servers: Refreshing state... (ID: arn:aws:elasticloadbalancing:us-west-2:.../redeploy-test-V5Wu4z/d1a2cda6afa1db03)
TestTerraformRedeployExample 2018-06-22T10:14:10+01:00 command.go:96: aws_security_group_rule.web_server_allow_http_inbound: Refreshing state... (ID: sgrule-169248969)
TestTerraformRedeployExample 2018-06-22T10:14:10+01:00 command.go:96: aws_launch_configuration.web_servers: Refreshing state... (ID: terraform-20180622091031386800000001)
TestTerraformRedeployExample 2018-06-22T10:14:10+01:00 command.go:96: aws_security_group_rule.web_server_allow_all_outbound: Refreshing state... (ID: sgrule-3745870766)
TestTerraformRedeployExample 2018-06-22T10:14:10+01:00 command.go:96: aws_security_group_rule.allow_all_outbound: Refreshing state... (ID: sgrule-2655712549)
TestTerraformRedeployExample 2018-06-22T10:14:10+01:00 command.go:96: aws_security_group_rule.alb_allow_http_inbound: Refreshing state... (ID: sgrule-3169225996)
TestTerraformRedeployExample 2018-06-22T10:14:11+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:14:11+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:14:11+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:14:12+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:14:12+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:14:12+01:00 command.go:96: aws_alb_target_group.web_servers: Refreshing state... (ID: arn:aws:elasticloadbalancing:us-west-2:.../redeploy-test-V5Wu4z/ee021256ab6c1295)
TestTerraformRedeployExample 2018-06-22T10:14:12+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:14:13+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:14:13+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:14:13+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:14:14+01:00 command.go:96: aws_alb_listener.http: Refreshing state... (ID: arn:aws:elasticloadbalancing:us-west-2:...Wu4z/d1a2cda6afa1db03/7c937a062abec815)
TestTerraformRedeployExample 2018-06-22T10:14:14+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:14:14+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:14:14+01:00 command.go:96: aws_autoscaling_group.web_servers: Refreshing state... (ID: terraform-20180622091031386800000001)
TestTerraformRedeployExample 2018-06-22T10:14:14+01:00 command.go:96: aws_alb_listener_rule.send_all_to_web_servers: Refreshing state... (ID: arn:aws:elasticloadbalancing:us-west-2:...db03/7c937a062abec815/2efa9724640f0e40)
TestTerraformRedeployExample 2018-06-22T10:14:15+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:14:16+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:14:16+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:14:16+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:14:17+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:14:17+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:14:17+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:14:18+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:14:18+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:14:18+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:14:18+01:00 command.go:96: aws_launch_configuration.web_servers: Creating...
TestTerraformRedeployExample 2018-06-22T10:14:18+01:00 command.go:96: associate_public_ip_address: "" => "false"
TestTerraformRedeployExample 2018-06-22T10:14:18+01:00 command.go:96: ebs_block_device.#: "" => "<computed>"
TestTerraformRedeployExample 2018-06-22T10:14:18+01:00 command.go:96: ebs_optimized: "" => "<computed>"
TestTerraformRedeployExample 2018-06-22T10:14:18+01:00 command.go:96: enable_monitoring: "" => "true"
TestTerraformRedeployExample 2018-06-22T10:14:18+01:00 command.go:96: image_id: "" => "ami-db710fa3"
TestTerraformRedeployExample 2018-06-22T10:14:18+01:00 command.go:96: instance_type: "" => "t2.micro"
TestTerraformRedeployExample 2018-06-22T10:14:18+01:00 command.go:96: key_name: "" => "<computed>"
TestTerraformRedeployExample 2018-06-22T10:14:18+01:00 command.go:96: name: "" => "<computed>"
TestTerraformRedeployExample 2018-06-22T10:14:18+01:00 command.go:96: root_block_device.#: "" => "<computed>"
TestTerraformRedeployExample 2018-06-22T10:14:18+01:00 command.go:96: security_groups.#: "" => "1"
TestTerraformRedeployExample 2018-06-22T10:14:18+01:00 command.go:96: security_groups.2922249443: "" => "sg-7b9fa50a"
TestTerraformRedeployExample 2018-06-22T10:14:18+01:00 command.go:96: user_data: "" => "d461a727c39fd5950e58511f86983eb58d69739a"
TestTerraformRedeployExample 2018-06-22T10:14:19+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:14:19+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:14:19+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:14:20+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:14:20+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:14:20+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:14:21+01:00 command.go:96: aws_launch_configuration.web_servers: Creation complete after 2s (ID: terraform-20180622091419737900000001)
TestTerraformRedeployExample 2018-06-22T10:14:21+01:00 command.go:96: aws_autoscaling_group.web_servers: Creating...
TestTerraformRedeployExample 2018-06-22T10:14:21+01:00 command.go:96: arn: "" => "<computed>"
TestTerraformRedeployExample 2018-06-22T10:14:21+01:00 command.go:96: default_cooldown: "" => "<computed>"
TestTerraformRedeployExample 2018-06-22T10:14:21+01:00 command.go:96: desired_capacity: "" => "3"
TestTerraformRedeployExample 2018-06-22T10:14:21+01:00 command.go:96: force_delete: "" => "false"
TestTerraformRedeployExample 2018-06-22T10:14:21+01:00 command.go:96: health_check_grace_period: "" => "300"
TestTerraformRedeployExample 2018-06-22T10:14:21+01:00 command.go:96: health_check_type: "" => "ELB"
TestTerraformRedeployExample 2018-06-22T10:14:21+01:00 command.go:96: launch_configuration: "" => "terraform-20180622091419737900000001"
TestTerraformRedeployExample 2018-06-22T10:14:21+01:00 command.go:96: load_balancers.#: "" => "<computed>"
TestTerraformRedeployExample 2018-06-22T10:14:21+01:00 command.go:96: max_size: "" => "3"
TestTerraformRedeployExample 2018-06-22T10:14:21+01:00 command.go:96: metrics_granularity: "" => "1Minute"
TestTerraformRedeployExample 2018-06-22T10:14:21+01:00 command.go:96: min_elb_capacity: "" => "3"
TestTerraformRedeployExample 2018-06-22T10:14:21+01:00 command.go:96: min_size: "" => "3"
TestTerraformRedeployExample 2018-06-22T10:14:21+01:00 command.go:96: name: "" => "terraform-20180622091419737900000001"
TestTerraformRedeployExample 2018-06-22T10:14:21+01:00 command.go:96: protect_from_scale_in: "" => "false"
TestTerraformRedeployExample 2018-06-22T10:14:21+01:00 command.go:96: service_linked_role_arn: "" => "<computed>"
TestTerraformRedeployExample 2018-06-22T10:14:21+01:00 command.go:96: tag.#: "" => "1"
TestTerraformRedeployExample 2018-06-22T10:14:21+01:00 command.go:96: tag.2449689522.key: "" => "Name"
TestTerraformRedeployExample 2018-06-22T10:14:21+01:00 command.go:96: tag.2449689522.propagate_at_launch: "" => "true"
TestTerraformRedeployExample 2018-06-22T10:14:21+01:00 command.go:96: tag.2449689522.value: "" => "redeploy-test-V5Wu4z"
TestTerraformRedeployExample 2018-06-22T10:14:21+01:00 command.go:96: target_group_arns.#: "" => "1"
TestTerraformRedeployExample 2018-06-22T10:14:21+01:00 command.go:96: target_group_arns.1512182860: "" => "arn:aws:elasticloadbalancing:us-west-2:331725803185:targetgroup/redeploy-test-V5Wu4z/ee021256ab6c1295"
TestTerraformRedeployExample 2018-06-22T10:14:21+01:00 command.go:96: vpc_zone_identifier.#: "" => "3"
TestTerraformRedeployExample 2018-06-22T10:14:21+01:00 command.go:96: vpc_zone_identifier.1332407336: "" => "subnet-fc02b298"
TestTerraformRedeployExample 2018-06-22T10:14:21+01:00 command.go:96: vpc_zone_identifier.3396957469: "" => "subnet-530de80b"
TestTerraformRedeployExample 2018-06-22T10:14:21+01:00 command.go:96: vpc_zone_identifier.3748971623: "" => "subnet-d20cd9a4"
TestTerraformRedeployExample 2018-06-22T10:14:21+01:00 command.go:96: wait_for_capacity_timeout: "" => "10m"
TestTerraformRedeployExample 2018-06-22T10:14:21+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:14:21+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:14:21+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:14:22+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:14:22+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:14:23+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:14:24+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:14:24+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:14:24+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:14:25+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:14:25+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:14:25+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:14:26+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:14:26+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:14:26+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:14:27+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:14:27+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:14:27+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:14:28+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:14:28+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:14:28+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:14:29+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:14:29+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:14:30+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:14:31+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:14:31+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:14:31+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:14:31+01:00 command.go:96: aws_autoscaling_group.web_servers: Still creating... (10s elapsed)
TestTerraformRedeployExample 2018-06-22T10:14:32+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:14:32+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:14:32+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:14:33+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:14:33+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:14:33+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:14:34+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:14:34+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:14:34+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:14:35+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:14:35+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:14:35+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:14:36+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:14:36+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:14:37+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:14:38+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:14:38+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:14:38+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:14:39+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:14:39+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:14:39+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:14:40+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:14:40+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:14:40+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:14:41+01:00 command.go:96: aws_autoscaling_group.web_servers: Still creating... (20s elapsed)
TestTerraformRedeployExample 2018-06-22T10:14:41+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:14:41+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:14:41+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:14:42+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:14:42+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:14:42+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:14:43+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:14:43+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:14:43+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:14:44+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:14:44+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:14:45+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:14:46+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:14:46+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:14:46+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:14:47+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:14:47+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:14:47+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:14:48+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:14:48+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:14:48+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:14:49+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:14:49+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:14:49+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:14:50+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:14:50+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:14:50+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:14:51+01:00 command.go:96: aws_autoscaling_group.web_servers: Still creating... (30s elapsed)
TestTerraformRedeployExample 2018-06-22T10:14:51+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:14:51+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:14:51+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:14:52+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:14:52+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:14:53+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:14:54+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:14:54+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:14:54+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:14:55+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:14:55+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:14:55+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:14:56+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:14:56+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:14:56+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:14:57+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:14:57+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:14:57+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:14:58+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:14:58+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:14:58+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:14:59+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:14:59+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:15:00+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:01+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:01+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:15:01+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:01+01:00 command.go:96: aws_autoscaling_group.web_servers: Still creating... (40s elapsed)
TestTerraformRedeployExample 2018-06-22T10:15:02+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:02+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:15:02+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:03+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:03+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:15:03+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:04+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:04+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:15:04+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:05+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:05+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:15:05+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:06+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:06+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:15:06+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:07+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:07+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:15:08+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:08+01:00 command.go:96: aws_autoscaling_group.web_servers: Creation complete after 48s (ID: terraform-20180622091419737900000001)
TestTerraformRedeployExample 2018-06-22T10:15:08+01:00 command.go:96: aws_autoscaling_group.web_servers.deposed: Destroying... (ID: terraform-20180622091031386800000001)
TestTerraformRedeployExample 2018-06-22T10:15:09+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:09+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:15:09+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:10+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:10+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:15:10+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:11+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:11+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:15:11+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:12+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:12+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:15:12+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:13+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:13+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:15:13+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:14+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:14+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:15:15+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:16+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:16+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:15:16+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:17+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:17+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:15:17+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:18+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:18+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:15:18+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:18+01:00 command.go:96: aws_autoscaling_group.web_servers (deposed #0): Still destroying... (ID: terraform-20180622091031386800000001, 10s elapsed)
TestTerraformRedeployExample 2018-06-22T10:15:19+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:19+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:15:19+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:20+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:20+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:15:21+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:22+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:22+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:15:22+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:23+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:23+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:15:23+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:24+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:24+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:15:24+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:25+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:25+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:15:25+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:26+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:26+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:15:26+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:27+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:27+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:15:28+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:28+01:00 command.go:96: aws_autoscaling_group.web_servers (deposed #0): Still destroying... (ID: terraform-20180622091031386800000001, 20s elapsed)
TestTerraformRedeployExample 2018-06-22T10:15:29+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:29+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:15:29+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:30+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:30+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:15:30+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:31+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:31+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:15:31+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:32+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:32+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:15:32+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:33+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:33+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:15:33+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:34+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:34+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:15:34+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:35+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:35+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:15:36+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:37+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:37+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:15:37+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:38+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:38+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:15:38+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:38+01:00 command.go:96: aws_autoscaling_group.web_servers (deposed #0): Still destroying... (ID: terraform-20180622091031386800000001, 30s elapsed)
TestTerraformRedeployExample 2018-06-22T10:15:39+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:39+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:15:39+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:40+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:40+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:15:40+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:41+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:41+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:15:41+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:42+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:42+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:15:43+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:44+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:44+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:15:44+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:45+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:45+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:15:45+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:46+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:46+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:15:46+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:47+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:47+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:15:47+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:48+01:00 command.go:96: aws_autoscaling_group.web_servers (deposed #0): Still destroying... (ID: terraform-20180622091031386800000001, 40s elapsed)
TestTerraformRedeployExample 2018-06-22T10:15:48+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:48+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:15:48+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:49+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:49+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:15:50+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:51+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:51+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:15:51+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:52+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:52+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:15:52+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:53+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:53+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:15:53+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:54+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:54+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:15:54+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:55+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:55+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:15:56+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:57+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:57+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:15:57+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:58+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:58+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:15:58+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:58+01:00 command.go:96: aws_autoscaling_group.web_servers (deposed #0): Still destroying... (ID: terraform-20180622091031386800000001, 50s elapsed)
TestTerraformRedeployExample 2018-06-22T10:15:59+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:15:59+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:15:59+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:00+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:00+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:16:00+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:01+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:01+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:16:01+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:02+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:02+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:16:03+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:04+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:04+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:16:04+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:05+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:05+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:16:05+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:06+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:06+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:16:06+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:07+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:07+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:16:07+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:08+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:08+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:16:08+01:00 command.go:96: aws_autoscaling_group.web_servers (deposed #0): Still destroying... (ID: terraform-20180622091031386800000001, 1m0s elapsed)
TestTerraformRedeployExample 2018-06-22T10:16:08+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:09+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:09+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:16:09+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:10+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:10+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:16:11+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:12+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:12+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:16:12+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:13+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:13+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:16:13+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:14+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:14+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:16:14+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:15+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:15+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:16:15+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:16+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:16+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:16:16+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:17+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:17+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:16:18+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:18+01:00 command.go:96: aws_autoscaling_group.web_servers (deposed #0): Still destroying... (ID: terraform-20180622091031386800000001, 1m10s elapsed)
TestTerraformRedeployExample 2018-06-22T10:16:19+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:19+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:16:19+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:20+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:20+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:16:20+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:21+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:21+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:16:21+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:22+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:22+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:16:22+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:23+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:23+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:16:23+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:24+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:24+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:16:24+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:25+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:25+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:16:26+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:27+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:27+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:16:27+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:28+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:28+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:16:28+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:28+01:00 command.go:96: aws_autoscaling_group.web_servers (deposed #0): Still destroying... (ID: terraform-20180622091031386800000001, 1m20s elapsed)
TestTerraformRedeployExample 2018-06-22T10:16:29+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:29+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:16:29+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:30+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:30+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:16:30+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:31+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:31+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:16:31+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:32+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:32+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:16:32+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:33+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:33+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:16:34+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:35+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:35+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:16:35+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:36+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:36+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:16:36+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:37+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:37+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:16:37+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:38+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:38+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:16:38+01:00 command.go:96: aws_autoscaling_group.web_servers (deposed #0): Still destroying... (ID: terraform-20180622091031386800000001, 1m30s elapsed)
TestTerraformRedeployExample 2018-06-22T10:16:38+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:39+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:39+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:16:39+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:40+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:40+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:16:40+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:42+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:42+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:16:42+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:43+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:43+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:16:43+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:44+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:44+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:16:44+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:45+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:45+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:16:45+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:46+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:46+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:16:46+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:47+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:47+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:16:47+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:48+01:00 command.go:96: aws_autoscaling_group.web_servers (deposed #0): Still destroying... (ID: terraform-20180622091031386800000001, 1m40s elapsed)
TestTerraformRedeployExample 2018-06-22T10:16:48+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:48+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:16:49+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:50+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:50+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:16:50+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:51+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:51+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:16:51+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:52+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:52+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:16:52+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:53+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:53+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:16:53+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:54+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:54+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:16:54+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:55+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:55+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:16:55+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:56+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:56+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:16:57+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:58+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:58+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:16:58+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:58+01:00 command.go:96: aws_autoscaling_group.web_servers (deposed #0): Still destroying... (ID: terraform-20180622091031386800000001, 1m50s elapsed)
TestTerraformRedeployExample 2018-06-22T10:16:59+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:16:59+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:16:59+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:17:00+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:17:00+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:17:00+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:17:01+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:17:01+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:17:01+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:17:02+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:17:02+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:17:02+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:17:03+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:17:03+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:17:03+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:17:04+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:17:04+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:17:05+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:17:06+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:17:06+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:17:06+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:17:07+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:17:07+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:17:07+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:17:08+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:17:08+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:17:08+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:17:08+01:00 command.go:96: aws_autoscaling_group.web_servers (deposed #0): Still destroying... (ID: terraform-20180622091031386800000001, 2m0s elapsed)
TestTerraformRedeployExample 2018-06-22T10:17:09+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:17:09+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:17:09+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:17:10+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:17:10+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:17:10+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:17:11+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:17:11+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:17:11+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:17:12+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:17:12+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:17:13+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:17:14+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:17:14+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:17:14+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:17:15+01:00 retry.go:105: Executing action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:17:15+01:00 http_helper.go:27: Making an HTTP GET call to URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:17:15+01:00 retry.go:109: Sleeping for 1s before repeating action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'
TestTerraformRedeployExample 2018-06-22T10:17:15+01:00 command.go:96: aws_autoscaling_group.web_servers.deposed: Destruction complete after 2m6s
TestTerraformRedeployExample 2018-06-22T10:17:15+01:00 command.go:96: aws_launch_configuration.web_servers.deposed: Destroying... (ID: terraform-20180622091031386800000001)
TestTerraformRedeployExample 2018-06-22T10:17:16+01:00 command.go:96: aws_launch_configuration.web_servers.deposed: Destruction complete after 1s
TestTerraformRedeployExample 2018-06-22T10:17:16+01:00 command.go:96: 
TestTerraformRedeployExample 2018-06-22T10:17:16+01:00 command.go:96: Apply complete! Resources: 2 added, 0 changed, 2 destroyed.
TestTerraformRedeployExample 2018-06-22T10:17:16+01:00 command.go:96: 
TestTerraformRedeployExample 2018-06-22T10:17:16+01:00 command.go:96: Outputs:
TestTerraformRedeployExample 2018-06-22T10:17:16+01:00 command.go:96:
TestTerraformRedeployExample 2018-06-22T10:17:16+01:00 command.go:96: alb_dns_name = redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com
TestTerraformRedeployExample 2018-06-22T10:17:16+01:00 command.go:96: asg_name = terraform-20180622091419737900000001
TestTerraformRedeployExample 2018-06-22T10:17:16+01:00 command.go:96: url = http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80
TestTerraformRedeployExample 2018-06-22T10:17:16+01:00 test_structure.go:23: The 'SKIP_logs' environment variable is not set, so executing stage 'logs'.
TestTerraformRedeployExample 2018-06-22T10:17:16+01:00 retry.go:115: Received stop signal for action 'Check URL http://redeploy-test-V5Wu4z-1871556709.us-west-2.elb.amazonaws.com:80'.
TestTerraformRedeployExample 2018-06-22T10:17:16+01:00 save_test_data.go:159: Loading test data from ../examples/terraform-redeploy-example/.test-data/TerraformOptions.json
TestTerraformRedeployExample 2018-06-22T10:17:16+01:00 retry.go:69: Running terraform [output -no-color asg_name]
TestTerraformRedeployExample 2018-06-22T10:17:16+01:00 command.go:52: Running command terraform with args [output -no-color asg_name]
TestTerraformRedeployExample 2018-06-22T10:17:16+01:00 command.go:96: terraform-20180622091419737900000001
TestTerraformRedeployExample 2018-06-22T10:17:16+01:00 ec2-syslog.go:84: Fetching syslog for each Instance in ASG terraform-20180622091419737900000001 in us-west-2
TestTerraformRedeployExample 2018-06-22T10:17:17+01:00 ec2-syslog.go:32: Fetching syslog for Instance i-0e603de9383e6c53a in us-west-2
TestTerraformRedeployExample 2018-06-22T10:17:17+01:00 retry.go:69: Fetching syslog for Instance i-0e603de9383e6c53a in us-west-2
TestTerraformRedeployExample 2018-06-22T10:17:17+01:00 retry.go:81: Fetching syslog for Instance i-0e603de9383e6c53a in us-west-2 returned an error: Syslog is not yet available for instance i-0e603de9383e6c53a in us-west-2. Sleeping for 5s and will try again.
TestTerraformRedeployExample 2018-06-22T10:17:22+01:00 retry.go:69: Fetching syslog for Instance i-0e603de9383e6c53a in us-west-2
TestTerraformRedeployExample 2018-06-22T10:17:22+01:00 retry.go:81: Fetching syslog for Instance i-0e603de9383e6c53a in us-west-2 returned an error: Syslog is not yet available for instance i-0e603de9383e6c53a in us-west-2. Sleeping for 5s and will try again.
TestTerraformRedeployExample 2018-06-22T10:17:27+01:00 retry.go:69: Fetching syslog for Instance i-0e603de9383e6c53a in us-west-2
TestTerraformRedeployExample 2018-06-22T10:17:27+01:00 retry.go:81: Fetching syslog for Instance i-0e603de9383e6c53a in us-west-2 returned an error: Syslog is not yet available for instance i-0e603de9383e6c53a in us-west-2. Sleeping for 5s and will try again.
TestTerraformRedeployExample 2018-06-22T10:17:32+01:00 retry.go:69: Fetching syslog for Instance i-0e603de9383e6c53a in us-west-2
TestTerraformRedeployExample 2018-06-22T10:17:33+01:00 retry.go:81: Fetching syslog for Instance i-0e603de9383e6c53a in us-west-2 returned an error: Syslog is not yet available for instance i-0e603de9383e6c53a in us-west-2. Sleeping for 5s and will try again.
TestTerraformRedeployExample 2018-06-22T10:17:38+01:00 retry.go:69: Fetching syslog for Instance i-0e603de9383e6c53a in us-west-2
TestTerraformRedeployExample 2018-06-22T10:17:38+01:00 retry.go:81: Fetching syslog for Instance i-0e603de9383e6c53a in us-west-2 returned an error: Syslog is not yet available for instance i-0e603de9383e6c53a in us-west-2. Sleeping for 5s and will try again.
TestTerraformRedeployExample 2018-06-22T10:17:43+01:00 retry.go:69: Fetching syslog for Instance i-0e603de9383e6c53a in us-west-2
TestTerraformRedeployExample 2018-06-22T10:17:43+01:00 retry.go:81: Fetching syslog for Instance i-0e603de9383e6c53a in us-west-2 returned an error: Syslog is not yet available for instance i-0e603de9383e6c53a in us-west-2. Sleeping for 5s and will try again.
TestTerraformRedeployExample 2018-06-22T10:17:48+01:00 retry.go:69: Fetching syslog for Instance i-0e603de9383e6c53a in us-west-2
TestTerraformRedeployExample 2018-06-22T10:17:48+01:00 retry.go:81: Fetching syslog for Instance i-0e603de9383e6c53a in us-west-2 returned an error: Syslog is not yet available for instance i-0e603de9383e6c53a in us-west-2. Sleeping for 5s and will try again.
TestTerraformRedeployExample 2018-06-22T10:17:53+01:00 retry.go:69: Fetching syslog for Instance i-0e603de9383e6c53a in us-west-2
TestTerraformRedeployExample 2018-06-22T10:17:53+01:00 retry.go:81: Fetching syslog for Instance i-0e603de9383e6c53a in us-west-2 returned an error: Syslog is not yet available for instance i-0e603de9383e6c53a in us-west-2. Sleeping for 5s and will try again.
TestTerraformRedeployExample 2018-06-22T10:17:58+01:00 retry.go:69: Fetching syslog for Instance i-0e603de9383e6c53a in us-west-2
TestTerraformRedeployExample 2018-06-22T10:17:58+01:00 retry.go:81: Fetching syslog for Instance i-0e603de9383e6c53a in us-west-2 returned an error: Syslog is not yet available for instance i-0e603de9383e6c53a in us-west-2. Sleeping for 5s and will try again.
TestTerraformRedeployExample 2018-06-22T10:18:03+01:00 retry.go:69: Fetching syslog for Instance i-0e603de9383e6c53a in us-west-2
TestTerraformRedeployExample 2018-06-22T10:18:04+01:00 retry.go:81: Fetching syslog for Instance i-0e603de9383e6c53a in us-west-2 returned an error: Syslog is not yet available for instance i-0e603de9383e6c53a in us-west-2. Sleeping for 5s and will try again.
TestTerraformRedeployExample 2018-06-22T10:18:09+01:00 retry.go:69: Fetching syslog for Instance i-0e603de9383e6c53a in us-west-2
TestTerraformRedeployExample 2018-06-22T10:18:09+01:00 retry.go:81: Fetching syslog for Instance i-0e603de9383e6c53a in us-west-2 returned an error: Syslog is not yet available for instance i-0e603de9383e6c53a in us-west-2. Sleeping for 5s and will try again.
TestTerraformRedeployExample 2018-06-22T10:18:14+01:00 retry.go:69: Fetching syslog for Instance i-0e603de9383e6c53a in us-west-2
TestTerraformRedeployExample 2018-06-22T10:18:14+01:00 retry.go:81: Fetching syslog for Instance i-0e603de9383e6c53a in us-west-2 returned an error: Syslog is not yet available for instance i-0e603de9383e6c53a in us-west-2. Sleeping for 5s and will try again.
TestTerraformRedeployExample 2018-06-22T10:18:19+01:00 retry.go:69: Fetching syslog for Instance i-0e603de9383e6c53a in us-west-2
TestTerraformRedeployExample 2018-06-22T10:18:19+01:00 retry.go:81: Fetching syslog for Instance i-0e603de9383e6c53a in us-west-2 returned an error: Syslog is not yet available for instance i-0e603de9383e6c53a in us-west-2. Sleeping for 5s and will try again.
TestTerraformRedeployExample 2018-06-22T10:18:24+01:00 retry.go:69: Fetching syslog for Instance i-0e603de9383e6c53a in us-west-2
TestTerraformRedeployExample 2018-06-22T10:18:24+01:00 retry.go:81: Fetching syslog for Instance i-0e603de9383e6c53a in us-west-2 returned an error: Syslog is not yet available for instance i-0e603de9383e6c53a in us-west-2. Sleeping for 5s and will try again.
TestTerraformRedeployExample 2018-06-22T10:18:29+01:00 retry.go:69: Fetching syslog for Instance i-0e603de9383e6c53a in us-west-2
TestTerraformRedeployExample 2018-06-22T10:18:29+01:00 retry.go:81: Fetching syslog for Instance i-0e603de9383e6c53a in us-west-2 returned an error: Syslog is not yet available for instance i-0e603de9383e6c53a in us-west-2. Sleeping for 5s and will try again.
TestTerraformRedeployExample 2018-06-22T10:18:34+01:00 retry.go:69: Fetching syslog for Instance i-0e603de9383e6c53a in us-west-2
TestTerraformRedeployExample 2018-06-22T10:18:35+01:00 retry.go:81: Fetching syslog for Instance i-0e603de9383e6c53a in us-west-2 returned an error: Syslog is not yet available for instance i-0e603de9383e6c53a in us-west-2. Sleeping for 5s and will try again.
TestTerraformRedeployExample 2018-06-22T10:18:40+01:00 retry.go:69: Fetching syslog for Instance i-0e603de9383e6c53a in us-west-2
TestTerraformRedeployExample 2018-06-22T10:18:40+01:00 retry.go:81: Fetching syslog for Instance i-0e603de9383e6c53a in us-west-2 returned an error: Syslog is not yet available for instance i-0e603de9383e6c53a in us-west-2. Sleeping for 5s and will try again.
TestTerraformRedeployExample 2018-06-22T10:18:45+01:00 retry.go:69: Fetching syslog for Instance i-0e603de9383e6c53a in us-west-2
TestTerraformRedeployExample 2018-06-22T10:18:45+01:00 retry.go:81: Fetching syslog for Instance i-0e603de9383e6c53a in us-west-2 returned an error: Syslog is not yet available for instance i-0e603de9383e6c53a in us-west-2. Sleeping for 5s and will try again.
TestTerraformRedeployExample 2018-06-22T10:18:50+01:00 retry.go:69: Fetching syslog for Instance i-0e603de9383e6c53a in us-west-2
TestTerraformRedeployExample 2018-06-22T10:18:50+01:00 retry.go:81: Fetching syslog for Instance i-0e603de9383e6c53a in us-west-2 returned an error: Syslog is not yet available for instance i-0e603de9383e6c53a in us-west-2. Sleeping for 5s and will try again.
TestTerraformRedeployExample 2018-06-22T10:18:55+01:00 retry.go:69: Fetching syslog for Instance i-0e603de9383e6c53a in us-west-2
TestTerraformRedeployExample 2018-06-22T10:18:55+01:00 retry.go:81: Fetching syslog for Instance i-0e603de9383e6c53a in us-west-2 returned an error: Syslog is not yet available for instance i-0e603de9383e6c53a in us-west-2. Sleeping for 5s and will try again.
TestTerraformRedeployExample 2018-06-22T10:19:00+01:00 retry.go:69: Fetching syslog for Instance i-0e603de9383e6c53a in us-west-2
TestTerraformRedeployExample 2018-06-22T10:19:01+01:00 retry.go:81: Fetching syslog for Instance i-0e603de9383e6c53a in us-west-2 returned an error: Syslog is not yet available for instance i-0e603de9383e6c53a in us-west-2. Sleeping for 5s and will try again.
TestTerraformRedeployExample 2018-06-22T10:19:06+01:00 retry.go:69: Fetching syslog for Instance i-0e603de9383e6c53a in us-west-2
TestTerraformRedeployExample 2018-06-22T10:19:06+01:00 retry.go:81: Fetching syslog for Instance i-0e603de9383e6c53a in us-west-2 returned an error: Syslog is not yet available for instance i-0e603de9383e6c53a in us-west-2. Sleeping for 5s and will try again.
TestTerraformRedeployExample 2018-06-22T10:19:11+01:00 retry.go:69: Fetching syslog for Instance i-0e603de9383e6c53a in us-west-2
TestTerraformRedeployExample 2018-06-22T10:19:11+01:00 retry.go:81: Fetching syslog for Instance i-0e603de9383e6c53a in us-west-2 returned an error: Syslog is not yet available for instance i-0e603de9383e6c53a in us-west-2. Sleeping for 5s and will try again.
TestTerraformRedeployExample 2018-06-22T10:19:16+01:00 retry.go:69: Fetching syslog for Instance i-0e603de9383e6c53a in us-west-2
TestTerraformRedeployExample 2018-06-22T10:19:16+01:00 retry.go:81: Fetching syslog for Instance i-0e603de9383e6c53a in us-west-2 returned an error: Syslog is not yet available for instance i-0e603de9383e6c53a in us-west-2. Sleeping for 5s and will try again.
TestTerraformRedeployExample 2018-06-22T10:19:21+01:00 retry.go:69: Fetching syslog for Instance i-0e603de9383e6c53a in us-west-2
TestTerraformRedeployExample 2018-06-22T10:19:21+01:00 retry.go:81: Fetching syslog for Instance i-0e603de9383e6c53a in us-west-2 returned an error: Syslog is not yet available for instance i-0e603de9383e6c53a in us-west-2. Sleeping for 5s and will try again.
TestTerraformRedeployExample 2018-06-22T10:19:26+01:00 retry.go:69: Fetching syslog for Instance i-0e603de9383e6c53a in us-west-2
TestTerraformRedeployExample 2018-06-22T10:19:26+01:00 retry.go:81: Fetching syslog for Instance i-0e603de9383e6c53a in us-west-2 returned an error: Syslog is not yet available for instance i-0e603de9383e6c53a in us-west-2. Sleeping for 5s and will try again.
TestTerraformRedeployExample 2018-06-22T10:19:31+01:00 retry.go:69: Fetching syslog for Instance i-0e603de9383e6c53a in us-west-2
TestTerraformRedeployExample 2018-06-22T10:19:32+01:00 retry.go:81: Fetching syslog for Instance i-0e603de9383e6c53a in us-west-2 returned an error: Syslog is not yet available for instance i-0e603de9383e6c53a in us-west-2. Sleeping for 5s and will try again.
TestTerraformRedeployExample 2018-06-22T10:19:37+01:00 retry.go:69: Fetching syslog for Instance i-0e603de9383e6c53a in us-west-2
TestTerraformRedeployExample 2018-06-22T10:19:37+01:00 retry.go:81: Fetching syslog for Instance i-0e603de9383e6c53a in us-west-2 returned an error: Syslog is not yet available for instance i-0e603de9383e6c53a in us-west-2. Sleeping for 5s and will try again.
TestTerraformRedeployExample 2018-06-22T10:19:42+01:00 retry.go:69: Fetching syslog for Instance i-0e603de9383e6c53a in us-west-2
TestTerraformRedeployExample 2018-06-22T10:19:42+01:00 retry.go:81: Fetching syslog for Instance i-0e603de9383e6c53a in us-west-2 returned an error: Syslog is not yet available for instance i-0e603de9383e6c53a in us-west-2. Sleeping for 5s and will try again.
TestTerraformRedeployExample 2018-06-22T10:19:47+01:00 retry.go:69: Fetching syslog for Instance i-0e603de9383e6c53a in us-west-2
TestTerraformRedeployExample 2018-06-22T10:19:47+01:00 retry.go:81: Fetching syslog for Instance i-0e603de9383e6c53a in us-west-2 returned an error: Syslog is not yet available for instance i-0e603de9383e6c53a in us-west-2. Sleeping for 5s and will try again.
TestTerraformRedeployExample 2018-06-22T10:19:52+01:00 retry.go:69: Fetching syslog for Instance i-0e603de9383e6c53a in us-west-2
TestTerraformRedeployExample 2018-06-22T10:19:52+01:00 ec2-syslog.go:32: Fetching syslog for Instance i-07899f63c217a5cfc in us-west-2
TestTerraformRedeployExample 2018-06-22T10:19:52+01:00 retry.go:69: Fetching syslog for Instance i-07899f63c217a5cfc in us-west-2
TestTerraformRedeployExample 2018-06-22T10:19:53+01:00 ec2-syslog.go:32: Fetching syslog for Instance i-038880b4ea41aa6f4 in us-west-2
TestTerraformRedeployExample 2018-06-22T10:19:53+01:00 retry.go:69: Fetching syslog for Instance i-038880b4ea41aa6f4 in us-west-2
TestTerraformRedeployExample 2018-06-22T10:19:53+01:00 terraform_redeploy_example_test.go:153: ===== Syslog for instances in ASG terraform-20180622091419737900000001 =====
TestTerraformRedeployExample 2018-06-22T10:19:53+01:00 terraform_redeploy_example_test.go:156: Most recent syslog for Instance i-038880b4ea41aa6f4:
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 4.4.0-1060-aws (buildd@lgw01-amd64-036) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #69-Ubuntu SMP Sun May 20 13:42:07 UTC 2018 (Ubuntu 4.4.0-1060.69-aws 4.4.128)
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-1060-aws root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 nvme.io_timeout=4294967295
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] Centaur CentaurHauls
[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'
[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[ 0.000000] x86/fpu: Using 'eager' FPU context switches.
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009dfff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003fffffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000fc000000-0x00000000ffffffff] reserved
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] SMBIOS 2.7 present.
[ 0.000000] Hypervisor detected: Xen
[ 0.000000] Xen version 4.2.
[ 0.000000] Netfront and the Xen platform PCI driver have been compiled for this kernel: unplug emulated NICs.
[ 0.000000] Blkfront and the Xen platform PCI driver have been compiled for this kernel: unplug emulated disks.
[ 0.000000] You might have to change the root device
[ 0.000000] from /dev/hd[a-d] to /dev/xvd[a-d]
[ 0.000000] in your root= kernel command line option
[ 0.000000] e820: last_pfn = 0x40000 max_arch_pfn = 0x400000000
[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT
[ 0.000000] found SMP MP-table at [mem 0x000fbc50-0x000fbc5f] mapped at [ffff8800000fbc50]
[ 0.000000] Scanning 1 areas for low memory corruption
[ 0.000000] RAMDISK: [mem 0x367b6000-0x373d2fff]
[ 0.000000] ACPI: Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 0x00000000000EA020 000024 (v02 Xen )
[ 0.000000] ACPI: XSDT 0x00000000FC00E2A0 000054 (v01 Xen HVM 00000000 HVML 00000000)
[ 0.000000] ACPI: FACP 0x00000000FC00DF60 0000F4 (v04 Xen HVM 00000000 HVML 00000000)
[ 0.000000] ACPI: DSDT 0x00000000FC0021C0 00BD19 (v02 Xen HVM 00000000 INTL 20090123)
[ 0.000000] ACPI: FACS 0x00000000FC002180 000040
[ 0.000000] ACPI: FACS 0x00000000FC002180 000040
[ 0.000000] ACPI: APIC 0x00000000FC00E060 0000D8 (v02 Xen HVM 00000000 HVML 00000000)
[ 0.000000] ACPI: HPET 0x00000000FC00E1B0 000038 (v01 Xen HVM 00000000 HVML 00000000)
[ 0.000000] ACPI: WAET 0x00000000FC00E1F0 000028 (v01 Xen HVM 00000000 HVML 00000000)
[ 0.000000] ACPI: SSDT 0x00000000FC00E220 000031 (v02 Xen HVM 00000000 INTL 20090123)
[ 0.000000] ACPI: SSDT 0x00000000FC00E260 000031 (v02 Xen HVM 00000000 INTL 20090123)
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000003fffffff]
[ 0.000000] NODE_DATA(0) allocated [mem 0x3fffb000-0x3fffffff]
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003fffffff]
[ 0.000000] Normal empty
[ 0.000000] Device empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009dfff]
[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003fffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003fffffff]
[ 0.000000] ACPI: PM-Timer IO Port: 0xb008
[ 0.000000] IOAPIC[0]: apic_id 1, version 17, address 0xfec00000, GSI 0-47
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 low level)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 low level)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 low level)
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.000000] smpboot: Allowing 15 CPUs, 14 hotplug CPUs
[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[ 0.000000] e820: [mem 0x40000000-0xfbffffff] available for PCI devices
[ 0.000000] Booting paravirtualized kernel on Xen HVM
[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:15 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88003e200000 s99160 r8192 d31912 u262144
[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)
[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257927
[ 0.000000] Policy zone: DMA32
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-1060-aws root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 nvme.io_timeout=4294967295
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] Memory: 998536K/1048180K available (8358K kernel code, 1280K rwdata, 3884K rodata, 1496K init, 1264K bss, 49644K reserved, 0K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=15, Nodes=1
[ 0.000000] Kernel/User page tables isolation: enabled
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] Build-time adjustment of leaf fanout to 64.
[ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=15.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=15
[ 0.000000] NR_IRQS:16640 nr_irqs:952 16
[ 0.000000] xen:events: Using 2-level ABI
[ 0.000000] xen:events: Xen HVM callback vector for event delivery is enabled
[ 0.000000] Console: colour VGA+ 80x25
[ 0.000000] console [tty1] enabled
[ 0.000000] Cannot get hvm parameter CONSOLE_EVTCHN (18): -22!
[ 0.000000] console [ttyS0] enabled
[ 0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 30580167144 ns
[ 0.000000] tsc: Detected 2400.084 MHz processor
[ 0.008000] Calibrating delay loop (skipped), value calculated using timer frequency.. 4800.16 BogoMIPS (lpj=9600336)
[ 0.016003] pid_max: default: 32768 minimum: 301
[ 0.019551] ACPI: Core revision 20150930
[ 0.028629] ACPI: 3 ACPI AML tables successfully acquired and loaded
[ 0.032940] Security Framework initialized
[ 0.036002] Yama: becoming mindful.
[ 0.040021] AppArmor: AppArmor initialized
[ 0.043158] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.048171] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.052079] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)
[ 0.056005] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)
[ 0.060180] Initializing cgroup subsys io
[ 0.064005] Initializing cgroup subsys memory
[ 0.068009] Initializing cgroup subsys devices
[ 0.071251] Initializing cgroup subsys freezer
[ 0.072003] Initializing cgroup subsys net_cls
[ 0.076003] Initializing cgroup subsys perf_event
[ 0.080004] Initializing cgroup subsys net_prio
[ 0.084007] Initializing cgroup subsys hugetlb
[ 0.088003] Initializing cgroup subsys pids
[ 0.092046] CPU: Physical Processor ID: 0
[ 0.096782] mce: CPU supports 2 MCE banks
[ 0.100024] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
[ 0.104002] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
[ 0.108004] Spectre V2 : Mitigation: Full generic retpoline
[ 0.112003] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported
[ 0.116003] Speculative Store Bypass: Vulnerable
[ 0.142142] ftrace: allocating 31342 entries in 123 pages
[ 0.184084] smpboot: APIC(0) Converting physical 0 to logical package 0
[ 0.192002] smpboot: Max logical packages: 15
[ 0.196725] x2apic: IRQ remapping doesn't support X2APIC mode
[ 0.204003] Switched APIC routing to physical flat.
[ 0.210334] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
[ 0.216002] clocksource: xen: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
[ 0.224014] installing Xen timer for CPU 0
[ 0.228065] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2676 v3 @ 2.40GHz (family: 0x6, model: 0x3f, stepping: 0x2)
[ 0.233748] cpu 0 spinlock event irq 53
[ 0.236018] Performance Events: unsupported p6 CPU model 63 no PMU driver, software events only.
[ 0.240758] x86: Booted up 1 node, 1 CPUs
[ 0.243533] smpboot: Total of 1 processors activated (4800.16 BogoMIPS)
[ 0.244013] NMI watchdog: disabled (cpu0): hardware events not enabled
[ 0.248003] NMI watchdog: Shutting down hard lockup detector on all cpus
[ 0.252412] devtmpfs: initialized
[ 0.256395] evm: security.selinux
[ 0.258748] evm: security.SMACK64
[ 0.260007] evm: security.SMACK64EXEC
[ 0.262596] evm: security.SMACK64TRANSMUTE
[ 0.264004] evm: security.SMACK64MMAP
[ 0.266580] evm: security.ima
[ 0.268003] evm: security.capability
[ 0.270724] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.272027] futex hash table entries: 4096 (order: 6, 262144 bytes)
[ 0.276090] RTC time: 9:14:37, date: 06/22/18
[ 0.279153] NET: Registered protocol family 16
[ 0.280151] cpuidle: using governor ladder
[ 0.282978] cpuidle: using governor menu
[ 0.284017] PCCT header not found.
[ 0.286604] ACPI: bus type PCI registered
[ 0.288008] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.292349] PCI: Using configuration type 1 for base access
[ 0.297082] ACPI: Added _OSI(Module Device)
[ 0.300000] ACPI: Added _OSI(Processor Device)
[ 0.300006] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.303175] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.307872] ACPI: Interpreter enabled
[ 0.308014] ACPI: (supports S0 S4 S5)
[ 0.310710] ACPI: Using IOAPIC for interrupt routing
[ 0.312027] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.359293] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.360012] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]
[ 0.364010] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[ 0.368000] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
[ 0.368953] acpiphp: Slot [0] registered
[ 0.372879] acpiphp: Slot [3] registered
[ 0.376000] acpiphp: Slot [4] registered
[ 0.376300] acpiphp: Slot [5] registered
[ 0.379384] acpiphp: Slot [6] registered
[ 0.380278] acpiphp: Slot [7] registered
[ 0.383404] acpiphp: Slot [8] registered
[ 0.384286] acpiphp: Slot [9] registered
[ 0.387214] acpiphp: Slot [10] registered
[ 0.388290] acpiphp: Slot [11] registered
[ 0.391213] acpiphp: Slot [12] registered
[ 0.392290] acpiphp: Slot [13] registered
[ 0.395402] acpiphp: Slot [14] registered
[ 0.396318] acpiphp: Slot [15] registered
[ 0.399542] acpiphp: Slot [16] registered
[ 0.400317] acpiphp: Slot [17] registered
[ 0.403373] acpiphp: Slot [18] registered
[ 0.404403] acpiphp: Slot [19] registered
[ 0.407573] acpiphp: Slot [20] registered
[ 0.408304] acpiphp: Slot [21] registered
[ 0.411297] acpiphp: Slot [22] registered
[ 0.412343] acpiphp: Slot [23] registered
[ 0.415611] acpiphp: Slot [24] registered
[ 0.416290] acpiphp: Slot [25] registered
[ 0.419285] acpiphp: Slot [26] registered
[ 0.420288] acpiphp: Slot [27] registered
[ 0.423294] acpiphp: Slot [28] registered
[ 0.424291] acpiphp: Slot [29] registered
[ 0.427475] acpiphp: Slot [30] registered
[ 0.428290] acpiphp: Slot [31] registered
[ 0.431419] PCI host bridge to bus 0000:00
[ 0.432007] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.436005] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.439999] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.440005] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfbffffff window]
[ 0.444007] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.453134] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]
[ 0.456005] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]
[ 0.460004] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]
[ 0.464004] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]
[ 0.468644] * Found PM-Timer Bug on the chipset. Due to workarounds for a bug,
[ 0.468644] * this clock source is slow. Consider trying other clock sources
[ 0.473255] pci 0000:00:01.3: quirk: [io 0xb000-0xb03f] claimed by PIIX4 ACPI
[ 0.482344] ACPI: PCI Interrupt Link [LNKA] (IRQs *5 10 11)
[ 0.487063] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)
[ 0.491180] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)
[ 0.495772] ACPI: PCI Interrupt Link [LNKD] (IRQs *5 10 11)
[ 0.516572] ACPI: Enabled 2 GPEs in block 00 to 0F
[ 0.520072] xen:balloon: Initialising balloon driver
[ 0.524122] vgaarb: setting as boot device: PCI:0000:00:02.0
[ 0.528000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.528004] vgaarb: loaded
[ 0.530408] vgaarb: bridge control possible 0000:00:02.0
[ 0.532190] SCSI subsystem initialized
[ 0.535268] ACPI: bus type USB registered
[ 0.536019] usbcore: registered new interface driver usbfs
[ 0.540015] usbcore: registered new interface driver hub
[ 0.543926] usbcore: registered new device driver usb
[ 0.544124] PCI: Using ACPI for IRQ routing
[ 0.548071] NetLabel: Initializing
[ 0.551091] NetLabel: domain hash size = 128
[ 0.552006] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.555936] NetLabel: unlabeled traffic allowed by default
[ 0.556102] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[ 0.560017] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 0.564930] hpet0: 3 comparators, 64-bit 62.500000 MHz counter
[ 0.570058] amd_nb: Cannot enumerate AMD northbridges
[ 0.572016] clocksource: Switched to clocksource xen
[ 0.580929] AppArmor: AppArmor Filesystem Enabled
[ 0.584698] pnp: PnP ACPI init
[ 0.587424] system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved
[ 0.592691] system 00:01: [io 0x08a0-0x08a3] has been reserved
[ 0.596899] system 00:01: [io 0x0cc0-0x0ccf] has been reserved
[ 0.601272] system 00:01: [io 0x04d0-0x04d1] has been reserved
[ 0.606163] system 00:07: [io 0x10c0-0x1141] has been reserved
[ 0.610437] system 00:07: [io 0xb044-0xb047] has been reserved
[ 0.632201] pnp: PnP ACPI: found 8 devices
[ 0.640936] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.647648] NET: Registered protocol family 2
[ 0.651193] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.656519] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)
[ 0.661293] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.665999] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.670428] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.675242] NET: Registered protocol family 1
[ 0.678602] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[ 0.683190] pci 0000:00:01.0: PIIX3: Enabling Passive Release
[ 0.687455] pci 0000:00:01.0: Activating ISA DMA hang workarounds
[ 0.692248] Trying to unpack rootfs image as initramfs...
[ 0.867754] Freeing initrd memory: 12404K
[ 0.871622] RAPL PMU detected, API unit is 2^-32 Joules, 3 fixed counters 655360 ms ovfl timer
[ 0.878239] hw unit of domain pp0-core 2^-14 Joules
[ 0.882250] hw unit of domain package 2^-14 Joules
[ 0.886236] hw unit of domain dram 2^-16 Joules
[ 0.889723] Scanning for low memory corruption every 60 seconds
[ 0.893968] audit: initializing netlink subsys (disabled)
[ 0.897778] audit: type=2000 audit(1529658878.062:1): initialized
[ 0.902750] Initialise system trusted keyring
[ 0.906196] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.911795] zbud: loaded
[ 0.914392] VFS: Disk quotas dquot_6.6.0
[ 0.917688] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.922705] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.927098] fuse init (API version 7.23)
[ 0.930273] Key type big_key registered
[ 0.933367] Allocating IMA MOK and blacklist keyrings.
[ 0.937312] Key type asymmetric registered
[ 0.940582] Asymmetric key parser 'x509' registered
[ 0.944307] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[ 0.949753] io scheduler noop registered
[ 0.953266] io scheduler deadline registered (default)
[ 0.957198] io scheduler cfq registered
[ 0.960570] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 0.965060] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 0.970132] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[ 0.975735] ACPI: Power Button [PWRF]
[ 0.978677] input: Sleep Button as /devices/LNXSYSTM:00/LNXSLPBN:00/input/input1
[ 0.984151] ACPI: Sleep Button [SLPF]
[ 0.987718] xen:grant_table: Grant tables using version 1 layout
[ 0.992226] Grant table initialized
[ 0.995162] Cannot get hvm parameter CONSOLE_EVTCHN (18): -22!
[ 0.999498] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 1.031556] 00:06: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 1.037809] Linux agpgart interface v0.103
[ 1.042845] brd: module loaded
[ 1.046361] loop: module loaded
[ 1.049028] Invalid max_queues (4), will use default max: 1.
[ 1.055257] scsi host0: ata_piix
[ 1.058460] scsi host1: ata_piix
[ 1.061479] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14
[ 1.067751] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15
[ 1.074756] libphy: Fixed MDIO Bus: probed
[ 1.078790] tun: Universal TUN/TAP device driver, 1.6
[ 1.082477] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[ 1.087261] PPP generic driver version 2.4.2
[ 1.090751] xen_netfront: Initialising Xen virtual ethernet driver
[ 1.095634] blkfront: xvda: barrier or flush: disabled; persistent grants: disabled; indirect descriptors: enabled;
[ 1.103890] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.108579] ehci-pci: EHCI PCI platform driver
[ 1.112492] ehci-platform: EHCI generic platform driver
[ 1.118004] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 1.124174] ohci-pci: OHCI PCI platform driver
[ 1.129358] ohci-platform: OHCI generic platform driver
[ 1.134283] xvda: xvda1
[ 1.137317] uhci_hcd: USB Universal Host Controller Interface driver
[ 1.143997] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[ 1.155097] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 1.159036] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 1.163533] mousedev: PS/2 mouse device common for all mice
[ 1.184632] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
[ 1.190532] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[ 1.196222] rtc_cmos 00:02: alarms up to one day, 114 bytes nvram, hpet irqs
[ 1.200737] i2c /dev entries driver
[ 1.203485] device-mapper: uevent: version 1.0.3
[ 1.207141] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com
[ 1.213303] NET: Registered protocol family 10
[ 1.216862] NET: Registered protocol family 17
[ 1.219936] Key type dns_resolver registered
[ 1.223038] registered taskstats version 1
[ 1.225903] Loading compiled-in X.509 certificates
[ 1.230799] Loaded X.509 cert 'Build time autogenerated kernel key: ae0d9fee363f3babb6e358452e6c0c8b65099724'
[ 1.236952] zswap: loaded using pool lzo/zbud
[ 1.241349] Key type trusted registered
[ 1.246292] Key type encrypted registered
[ 1.249214] AppArmor: AppArmor sha1 policy hashing enabled
[ 1.252845] ima: No TPM chip found, activating TPM-bypass!
[ 1.256548] evm: HMAC attrs: 0x1
[ 1.259368] Magic number: 6:773:222
[ 1.262131] rtc_cmos 00:02: setting system clock to 2018-06-22 09:14:38 UTC (1529658878)
[ 1.267344] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 1.271162] EDD information not available.
[ 1.275694] Freeing unused kernel memory: 1496K
[ 1.278805] Write protecting the kernel read-only data: 14336k
[ 1.283146] Freeing unused kernel memory: 1868K
[ 1.286631] Freeing unused kernel memory: 212K
Loading, please wait...
starting version 229
[ 1.301333] random: udevadm: uninitialized urandom read (16 bytes read, 9 bits of entropy available)
[ 1.307476] random: systemd-udevd: uninitialized urandom read (16 bytes read, 9 bits of entropy available)
[ 1.313611] random: systemd-udevd: uninitialized urandom read (16 bytes read, 9 bits of entropy available)
[ 1.319735] random: udevadm: uninitialized urandom read (16 bytes read, 9 bits of entropy available)
[ 1.325520] random: systemd-udevd: uninitialized urandom read (16 bytes read, 9 bits of entropy available)
[ 1.336097] random: systemd-udevd: uninitialized urandom read (16 bytes read, 9 bits of entropy available)
[ 1.344522] random: udevadm: uninitialized urandom read (16 bytes read, 9 bits of entropy available)
[ 1.351145] random: systemd-udevd: uninitialized urandom read (16 bytes read, 9 bits of entropy available)
[ 1.357191] random: udevadm: uninitialized urandom read (16 bytes read, 9 bits of entropy available)
[ 1.363016] random: systemd-udevd: uninitialized urandom read (16 bytes read, 9 bits of entropy available)
[ 1.485763] AVX2 version of gcm_enc/dec engaged.
[ 1.488979] AES CTR mode by8 optimization enabled
[ 1.888111] tsc: Refined TSC clocksource calibration: 2399.999 MHz
[ 1.893118] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2298364cab5, max_idle_ns: 440795214892 ns
Begin: Loading essential drivers ... [ 3.032257] md: linear personality registered for level -1
[ 3.039006] md: multipath personality registered for level -4
[ 3.045727] md: raid0 personality registered for level 0
[ 3.052790] md: raid1 personality registered for level 1
[ 3.108064] raid6: sse2x1 gen() 8703 MB/s
[ 3.156064] raid6: sse2x1 xor() 6824 MB/s
[ 3.204060] raid6: sse2x2 gen() 11121 MB/s
[ 3.252060] raid6: sse2x2 xor() 7381 MB/s
[ 3.300066] raid6: sse2x4 gen() 12449 MB/s
[ 3.348062] raid6: sse2x4 xor() 8859 MB/s
[ 3.396062] raid6: avx2x1 gen() 17022 MB/s
[ 3.444062] raid6: avx2x2 gen() 20372 MB/s
[ 3.492060] raid6: avx2x4 gen() 22711 MB/s
[ 3.495490] raid6: using algorithm avx2x4 gen() 22711 MB/s
[ 3.499660] raid6: using avx2x2 recovery algorithm
[ 3.505263] xor: automatically using best checksumming function:
[ 3.548061] avx : 25943.000 MB/sec
[ 3.553474] async_tx: api initialized (async)
[ 3.568096] md: raid6 personality registered for level 6
[ 3.572063] md: raid5 personality registered for level 5
[ 3.576095] md: raid4 personality registered for level 4
[ 3.585268] md: raid10 personality registered for level 10
done.
Begin: Running /scripts/init-premount ... done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
Begin: Running /scripts/local-premount ... [ 3.625731] Btrfs loaded
Scanning for Btrfs filesystems
done.
Warning: fsck not present, so skipping root file system
[ 3.667038] EXT4-fs (xvda1): mounted filesystem with ordered data mode. Opts: (null)
done.
Begin: Running /scripts/local-bottom ... done.
Begin: Running /scripts/init-bottom ... done.
[ 3.765223] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)
[ 3.781710] systemd[1]: Detected virtualization xen.
[ 3.786636] systemd[1]: Detected architecture x86-64.
Welcome to Ubuntu 16.04.4 LTS!
[ 3.800481] systemd[1]: Set hostname to <ubuntu>.
[ 3.808831] systemd[1]: Initializing machine ID from random generator.
[ 3.815414] systemd[1]: Installed transient /etc/machine-id file.
[ 3.936416] systemd[1]: Reached target Swap.
[ OK ] Reached target Swap.
[ 3.944116] systemd[1]: Listening on Journal Socket (/dev/log).
[ OK ] Listening on Journal Socket (/dev/log).
[ 3.952668] systemd[1]: Listening on udev Kernel Socket.
[ OK ] Listening on udev Kernel Socket.
[ 3.960405] systemd[1]: Reached target User and Group Name Lookups.
[ OK ] Reached target User and Group Name Lookups.
[ 3.968658] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[ OK ] Listening on /dev/initctl Compatibility Named Pipe.
[ 3.977415] systemd[1]: Listening on Journal Socket.
[ OK ] Listening on Journal Socket.
[ 3.984188] systemd[1]: Listening on LVM2 metadata daemon socket.
[ OK ] Listening on LVM2 metadata daemon socket.
[ 3.991845] systemd[1]: Started Trigger resolvconf update for networkd DNS.
[ OK ] Started Trigger resolvconf update for networkd DNS.
[ 4.000675] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[ OK ] Listening on Device-mapper event daemon FIFOs.
[ 4.008832] systemd[1]: Listening on Journal Audit Socket.
[ OK ] Listening on Journal Audit Socket.
[ 4.017071] systemd[1]: Listening on udev Control Socket.
[ OK ] Listening on udev Control Socket.
[ 4.024927] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ OK ] Set up automount Arbitrary Executab...ats File System Automount Point.
[ 4.037723] systemd[1]: Created slice User and Session Slice.
[ OK ] Created slice User and Session Slice.
[ 4.046804] systemd[1]: Listening on Syslog Socket.
[ OK ] Listening on Syslog Socket.
[ 4.054493] systemd[1]: Listening on LVM2 poll daemon socket.
[ OK ] Listening on LVM2 poll daemon socket.
[ 4.062340] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ OK ] Started Forward Password Requests to Wall Directory Watch.
[ 4.071762] systemd[1]: Reached target Encrypted Volumes.
[ OK ] Reached target Encrypted Volumes.
[ 4.079231] systemd[1]: Created slice System Slice.
[ OK ] Created slice System Slice.
[ 4.087671] systemd[1]: Starting Load Kernel Modules...
Starting Load Kernel Modules...
[ 4.096565] systemd[1]: Starting Journal Service...
[ 4.104182] Loading iSCSI transport class v2.0-870.
Starting Journal Service...
[ 4.110832] systemd[1]: Reached target Slices.
[ OK ] Reached target Slices.
[ 4.124657] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 4.133882] iscsi: registered transport (tcp)
Starting Remount Root and Kernel File Systems...
[ 4.141578] systemd[1]: Starting Nameserver information manager...
Starting Nameserver information manager...[ 4.152875] EXT4-fs (xvda1): re-mounted. Opts: discard
[ 4.158141] systemd[1]: Starting Set console keymap...
Starting Set console keymap...
[ 4.172596] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...
[ 4.192684] systemd[1]: Starting Create list of required static device nodes for the current kernel...
Starting Create list of required st... nodes for the current kernel...
[ 4.215950] systemd[1]: Starting Uncomplicated firewall...
Starting Uncomplicated firewall...
[ 4.230800] systemd[1]: Created slice system-serial\x2dgetty.slice.
[ OK ] Created slice system-serial\x2dgetty.slice.
[ 4.249287] systemd[1]: Mounting POSIX Message Queue File System...
[ 4.255899] iscsi: registered transport (iser)
Mounting POSIX Message Queue File System...
[ 4.265498] systemd[1]: Mounting Debug File System...
Mounting Debug File System...
[ 4.275703] systemd[1]: Mounting Huge Pages File System...
Mounting Huge Pages File System...
[ 4.286762] systemd[1]: Mounted Huge Pages File System.
[ OK ] Mounted Huge Pages File System.
[ 4.295387] systemd[1]: Mounted Debug File System.
[ OK ] Mounted Debug File System.
[ 4.302056] systemd[1]: Mounted POSIX Message Queue File System.
[ OK ] Mounted POSIX Message Queue File System.
[ 4.309758] systemd[1]: Started Journal Service.
[ OK ] Started Journal Service.
[ OK ] Started Load Kernel Modules.
[ OK ] Started Remount Root and Kernel File Systems.
[ OK ] Started Set console keymap.
[ OK ] Started Create list of required sta...ce nodes for the current kernel.
[ OK ] Started Uncomplicated firewall.
[ OK ] Started Nameserver information manager.
[ OK ] Started LVM2 metadata daemon.
Starting Create Static Device Nodes in /dev...
Starting Load/Save Random Seed...
Starting udev Coldplug all Devices...
Mounting FUSE Control File System...
Starting Apply Kernel Variables...
Starting Flush Journal to Persistent Storage...
[ OK ] Mounted FUSE Control File System.
[ OK ] Started Create Static Device Nodes in /dev.
[ OK ] Started Load/Save Random Seed.
[ OK ] Started Apply Kernel Variables.
[ OK ] Started Flush Journal to Persistent Storage.
[ OK ] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.
[ OK ] Started udev Coldplug all Devices.
Starting udev Kernel Device Manager...
[ OK ] Started udev Kernel Device Manager.
[ OK ] Reached target Local File Systems (Pre).
[ OK ] Reached target Local File Systems.
Starting Commit a transient machine-id on disk...
Starting LSB: AppArmor initialization...
Starting Tell Plymouth To Write Out Runtime Data...
Starting Create Volatile Files and Directories...
Starting Initial cloud-init job (pre-networking)...
Starting Set console font and keymap...
[ OK ] Started Dispatch Password Requests to Console Directory Watch.
[ OK ] Started Commit a transient machine-id on disk.
[ OK ] Started Tell Plymouth To Write Out Runtime Data.
[ OK ] Started Create Volatile Files and Directories.
Starting Update UTMP about System Boot/Shutdown...
Starting Network Time Synchronization...
[ OK ] Started Update UTMP about System Boot/Shutdown.
[ OK ] Started Network Time Synchronization.
[ OK ] Reached target System Time Synchronized.
[ OK ] Found device /dev/ttyS0.
[ OK ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
[ 7.441673] cloud-init[489]: Cloud-init v. 18.2 running 'init-local' at Fri, 22 Jun 2018 09:14:43 +0000. Up 5.81 seconds.[ OK ] Started LSB: AppArmor initialization.
[ OK ] Started Initial cloud-init job (pre-networking).
[ OK ] Reached target Network (Pre).
Starting Raise network interfaces...
[ OK ] Started Set console font and keymap.
[ OK ] Created slice system-getty.slice.
[ OK ] Started Raise network interfaces.
Starting Initial cloud-init job (metadata service crawler)...
[ OK ] Reached target Network.
[ 9.275655] cloud-init[1022]: Cloud-init v. 18.2 running 'init' at Fri, 22 Jun 2018 09:14:46 +0000. Up 8.81 seconds.
[ 9.284911] cloud-init[1022]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++++++++++++
[ 9.296885] cloud-init[1022]: ci-info: +--------+------+-----------------------------+---------------+-------+-------------------+
[ 9.308894] cloud-init[1022]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |
[ 9.320896] cloud-init[1022]: ci-info: +--------+------+-----------------------------+---------------+-------+-------------------+
[ 9.332843] cloud-init[1022]: ci-info: | eth0 | True | 172.31.5.3 | 255.255.240.0 | . | 0a:d3:56:80:c3:2a |
[ OK ] Started Initial cloud-init job (metadata service crawler).
[ 9.347554] cloud-init[1022]: ci-info: | eth0 | True | fe80::8d3:56ff:fe80:c32a/64 | . | link | 0a:d3:56:80:c3:2a |[ OK ] Reached target System Initialization.
[ 9.357516] cloud-init[1022]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |
[ OK [ 9.368137] cloud-init[1022]: ci-info: | lo | True | ::1/128 | . | host | . |] Started ACPI Events Check.
[ OK ] Reached target Paths.
[ 9.376637] cloud-init[1022]: ci-info: +--------+------+-----------------------------+---------------+-------+-------------------+
[ OK ] Listening on UUID daemon activation socket.
[ OK ] Started Daily apt download activities.
[ OK 
[ 9.388868] cloud-init[1022]: ci-info: ++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++] Listening on ACPID Listen Socket.
[ OK ]
[ 9.396561] cloud-init[1022]: ci-info: +-------+-------------+------------+---------------+-----------+-------+Started Daily Cleanup of Temporary Directories.
[ OK ] Started Daily apt upgrade and clean activities.
[ 9.406129] cloud-init[1022]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |
[ OK ] Listening on D-Bus System Message Bus Socket.
[ 9.413920] cloud-init[1022]: ci-info: +-------+-------------+------------+---------------+-----------+-------+
[ OK ] Reached target Timers.
Starting Socket activation for snappy daemon.
[ 9.423897] cloud-init[1022]: ci-info: | 0 | 0.0.0.0 | 172.31.0.1 | 0.0.0.0 | eth0 | UG | Starting LXD - unix socket.
[ OK ]
[ 9.432611] cloud-init[1022]: ci-info: | 1 | 172.31.0.0 | 0.0.0.0 | 255.255.240.0 | eth0 | U |Reached target Cloud-config availability.
[ OK ] Reached target Network is Online.
Starting iSCSI initiator daemon (iscsid)...
[ 9.444582] cloud-init[1022]: ci-info: +-------+-------------+------------+---------------+-----------+-------+
[ OK ] Listening on Socket activation for snappy daemon.[ 9.452475] cloud-init[1022]: Generating public/private rsa key pair.
[ OK 
[ 9.465055] ] Listening on LXD - unix socket.
cloud-init[1022]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.
[ 9.479058] [ OK cloud-init[1022]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.] Reached target Sockets.
[ OK ] Reached target Basic System.
[ 9.494223] cloud-init[1022]: The key fingerprint is: Starting /etc/rc.local Compatibility...
[ 9.500754] cloud-init[1022]: SHA256:fpTKlPzwLLCTbtHy8kL7V4Mpgera1BNuhG120glVTE0 root@ip-172-31-5-3 Starting LSB: Record successful boot for GRUB...
Starting Pollinate to seed the pseudo random number generator...
[ OK ] Started Deferred execution scheduler.
Starting Accounts Service...[ 9.529292]
cloud-init[1022]: [ OK ] Started ACPI event daemon.
The key's randomart image is:
Starting LSB: MD monitoring daemon...[ 9.561402] cloud-init
Starting Apply the settings specified in cloud-config...
[[1022]: +---[RSA 2048]----+
 OK ] Started Unattended Upgrades Shutdown.
Starting System Logging Service...
Starting Login Service...
[ 9.592504] [ OK ] Started Regular background program processing daemon.
Starting LXD - container startup/shutdown...
[cloud-init[1022]:  OK ] Started FUSE filesystem for LXC.| .+ooE |
[ OK ] Started D-Bus System Message Bus.
[ 9.639740] cloud-init[1022]: | . . . |
Starting Snappy daemon...
[ OK ] [ 9.660261] Started System Logging Service.cloud-init
[ OK ] Started iSCSI initiator daemon (iscsid).
[ OK ] Started /etc/rc.local Compatibility.[1022]: | .. |
[ 9.709409] cloud-init[1022]: | o.+.o . |
[ OK ] Started LSB: Record successful boot for GRUB.[ 9.762639]
cloud-init[ OK ] Started LSB: MD monitoring daemon.[1022]: | ..O.S.oo |
[ 9.790312] [ OK ] Started Login Service.
[ OK cloud-init[1022]: ] Started LXD - container startup/shutdown.| .*+@oBo o |
Starting Authenticate and Authorize Users to Run Privileged Tasks...
[ 9.821079]
Starting Login to default iSCSI targets...cloud-init
[1022]: | ...O==.=. . |
[ OK ] Started Login to default iSCSI targets.
[ OK ] Reached target Remote File Systems (Pre).
[ 9.862351] [ OK ] Reached target Remote File Systems.
cloud-init Starting LSB: daemon to balance interrupts for SMP systems...[1022]:
Starting LSB: automatic crash report generation...
Starting LSB: Set the CPU Frequency Scaling governor to "ondemand"...| o.o=o.o. |
Starting Permit User Sessions...
[ OK ] Started Authenticate and Authorize Users to Run Privileged Tasks.
[ OK ] Started Permit User Sessions.
[ OK ] Started Accounts Service.
[ 9.940245] cloud-init[1022]: | .....=o. |
Starting Hold until boot process finishes up...
Starting Terminate Plymouth Boot Screen...
[ OK ] Started LSB: Set the CPU Frequency Scaling governor to "ondemand".[ 10.001024] cloud-init[1022]: +----[SHA256]-----+
[ OK ] Started Hold until boot process finishes up.
[ OK ] Started LSB: daemon to balance interrupts for SMP systems.
[ OK [ 10.026444] cloud-init] Started LSB: automatic crash report generation.
[ OK ] Started Terminate Plymouth Boot Screen.
[1022]: Generating public/private dsa key pair.
[ OK ] Started Snappy daemon.
[ 10.052279] cloud-init[1022]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.[ OK ] Started Serial Getty on ttyS0.
Starting Set console scheme...
[ OK ] Started Getty on tty1.
[ OK ] Reached target Login Prompts.
[ 10.087510] cloud-init[1022]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.[ OK ] Started Set console scheme.
[ 10.110671] cloud-init[1022]: The key fingerprint is:
[ 10.120639] cloud-init[1022]: SHA256:4aK4iERlUR+J9z2kIzYf48Hcy7yS+o69QP5qMAv1mss root@ip-172-31-5-3
[ 10.129758] cloud-init[1022]: The key's randomart image is:
[ 10.142696] cloud-init[1022]: +---[DSA 1024]----+
[ 10.152488] cloud-init[1022]: | ...... |
[ 10.160376] cloud-init[1022]: | ...o. . |
[ 10.168180] cloud-init[1022]: | o ..= = |
[ 10.176173] cloud-init[1022]: | o . = @ + |
[ 10.184171] cloud-init[1022]: | . . +.S B o |
[ 10.188195] cloud-init[1022]: |. o +oo o + |
[ 10.196171] cloud-init[1022]: | .. o *o . . |
[ 10.204179] cloud-init[1022]: |o. ..+ .=o . |
[ 10.210816] cloud-init[1022]: |o . Eo+=*o |
[ 10.218458] cloud-init[1022]: +----[SHA256]-----+
[ 10.226038] cloud-init[1022]: Generating public/private ecdsa key pair.
[ 10.234143] cloud-init[1022]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.
[ 10.247991] cloud-init[1022]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.
[ 10.256779] cloud-init[1022]: The key fingerprint is:
[ 10.264404] cloud-init[1022]: SHA256:FgTDg8ZqHQ23LPP5EW3YRVhTNWHXMfwaPy+jGyF91D0 root@ip-172-31-5-3
[ 10.276179] cloud-init[1022]: The key's randomart image is:
[ 10.284161] cloud-init[1022]: +---[ECDSA 256]---+
[ 10.292180] cloud-init[1022]: | ..=+.. +=.oB*|
[ 10.296161] cloud-init[1022]: | =o++ +.. ..o*|
[ 10.304168] cloud-init[1022]: | +o.o.+ + .E+|
[ 10.311015] cloud-init[1022]: | o .+ . + . .. o|
[ 10.318570] cloud-init[1022]: | . o S . o .+ |
[ 10.328874] cloud-init[1022]: | o . . o...|
[ 10.337322] cloud-init[1022]: | . . o|
[ 10.349184] cloud-init[1022]: | .o .|
[ 10.360181] cloud-init[1022]: | oo o |
[ 10.371214] cloud-init[1022]: +----[SHA256]-----+
[ 10.384176] cloud-init[1022]: Generating public/private ed25519 key pair.
[ 10.400170] cloud-init[1022]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.
[ 10.416075] cloud-init[1022]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.
[ 10.428815] cloud-init[1022]: The key fingerprint is:
[ 10.441692] cloud-init[1022]: SHA256:5AHMBRamPW6ImxOzIP5UOR/p/js9YX1jgP9Q3evC28A root@ip-172-31-5-3
[ 10.452804] cloud-init[1022]: The key's randomart image is:
[ 10.460456] cloud-init[1022]: +--[ED25519 256]--+
[ 10.468428] cloud-init[1022]: | o*+. |
[ 10.476215] cloud-init[1022]: | =o. |
[ 10.480078] cloud-init[1022]: | . o o . o|
[ 10.488157] cloud-init[1022]: | . o.+.. . . .o|
[ 10.500168] cloud-init[1022]: |o + .+ooS o o .|
[ 10.508160] cloud-init[1022]: |o. *..+ . o.+ = |
[ 10.517002] cloud-init[1022]: | .=. o o oE* .|
[ 10.524778] cloud-init[1022]: | o. . . o ooo |
[ 10.532786] cloud-init[1022]: | . ..oo ..o. |
[ 10.540193] cloud-init[1022]: +----[SHA256]-----+
[ 10.665697] cloud-init[1130]: Generating locales (this might take a while)...
[ OK ] Started Pollinate to seed the pseudo random number generator.
Starting OpenBSD Secure Shell server...
[ OK ] Started OpenBSD Secure Shell server.
[ OK ] Reached target Multi-User System.
[ OK ] Reached target Graphical Interface.
Starting Update UTMP about System Runlevel Changes...
[ OK ] Started Update UTMP about System Runlevel Changes.
[ 11.381303] cloud-init[1130]: en_US.UTF-8... done
[ 11.387296] cloud-init[1130]: Generation complete.
[ 11.676542] cloud-init[1130]: Cloud-init v. 18.2 running 'modules:config' at Fri, 22 Jun 2018 09:14:47 +0000. Up 10.54 seconds.
[ OK ] Started Apply the settings specified in cloud-config.
Starting Execute cloud user/final scripts...
ci-info: no authorized ssh keys fingerprints found for user ubuntu.
<14>Jun 22 09:14:49 ec2:
<14>Jun 22 09:14:49 ec2: #############################################################
<14>Jun 22 09:14:49 ec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----
<14>Jun 22 09:14:49 ec2: 1024 SHA256:4aK4iERlUR+J9z2kIzYf48Hcy7yS+o69QP5qMAv1mss root@ip-172-31-5-3 (DSA)
<14>Jun 22 09:14:49 ec2: 256 SHA256:FgTDg8ZqHQ23LPP5EW3YRVhTNWHXMfwaPy+jGyF91D0 root@ip-172-31-5-3 (ECDSA)
<14>Jun 22 09:14:49 ec2: 256 SHA256:5AHMBRamPW6ImxOzIP5UOR/p/js9YX1jgP9Q3evC28A root@ip-172-31-5-3 (ED25519)
<14>Jun 22 09:14:49 ec2: 2048 SHA256:fpTKlPzwLLCTbtHy8kL7V4Mpgera1BNuhG120glVTE0 root@ip-172-31-5-3 (RSA)
<14>Jun 22 09:14:49 ec2: -----END SSH HOST KEY FINGERPRINTS-----
<14>Jun 22 09:14:49 ec2: #############################################################
-----BEGIN SSH HOST KEY KEYS-----
ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGa3bKS0qMekMGZrSrR8iBB4g/iF7B2y84dprdHsOcdgA+PTkJY0nD6NE21ltsSsRNjK4gzl4yQ+pA5TPptwoEk= root@ip-172-31-5-3
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII5A4xqzDE4DFXXLJ6zXFYozHBo0KFrtO44l4qmGEVHe root@ip-172-31-5-3
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDOEBA9POGOH2RXrq9eDMZdINydEAZ5DZpAoazqzoyShlguUA+tABLeUsEqsS4IwBZIivMB8HsaM0xY2bDHeOLCBdz9ErIsMe5HLYdg0I6lbNijRkWXNSeLJ81XE5x+90qK7ysXJgiNHUczXQxIU3/zBvh8ctilEuNMRY4NLxfVbq/UUuJMvBH1e0q31hc6zN4BWxoXtl3fMTYUGIRo6szfp62q2ru3HmlXIK5HjSWX2MofxKZLUtBrFMhjknPZHqsjh+jjUXFfANo2LlhSq0uh8ch9e9uYoh+dnQ2uz7Xf3A/+BV4f1aunRv21TKtF6BBF8medBP8YS7VrjOPNYPkb root@ip-172-31-5-3
-----END SSH HOST KEY KEYS-----
[ 12.182504] cloud-init[1338]: Cloud-init v. 18.2 running 'modules:final' at Fri, 22 Jun 2018 09:14:49 +0000. Up 11.98 seconds.
[ 12.192075] cloud-init[1338]: ci-info: no authorized ssh keys fingerprints found for user ubuntu.
[ 12.200282] cloud-init[1338]: Cloud-init v. 18.2 finished at Fri, 22 Jun 2018 09:14:49 +0000. Datasource DataSourceEc2Local. Up 12.17 seconds
[ OK ] Started Execute cloud user/final scripts.
[ OK ] Reached target Cloud-init target.
Ubuntu 16.04.4 LTS ip-172-31-5-3 ttyS0
ip-172-31-5-3 login:
TestTerraformRedeployExample 2018-06-22T10:19:53+01:00 terraform_redeploy_example_test.go:156: Most recent syslog for Instance i-0e603de9383e6c53a:
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 4.4.0-1060-aws (buildd@lgw01-amd64-036) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #69-Ubuntu SMP Sun May 20 13:42:07 UTC 2018 (Ubuntu 4.4.0-1060.69-aws 4.4.128)
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-1060-aws root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 nvme.io_timeout=4294967295
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] Centaur CentaurHauls
[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'
[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[ 0.000000] x86/fpu: Using 'eager' FPU context switches.
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009dfff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003fffffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000fc000000-0x00000000ffffffff] reserved
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] SMBIOS 2.7 present.
[ 0.000000] Hypervisor detected: Xen
[ 0.000000] Xen version 4.2.
[ 0.000000] Netfront and the Xen platform PCI driver have been compiled for this kernel: unplug emulated NICs.
[ 0.000000] Blkfront and the Xen platform PCI driver have been compiled for this kernel: unplug emulated disks.
[ 0.000000] You might have to change the root device
[ 0.000000] from /dev/hd[a-d] to /dev/xvd[a-d]
[ 0.000000] in your root= kernel command line option
[ 0.000000] e820: last_pfn = 0x40000 max_arch_pfn = 0x400000000
[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT
[ 0.000000] found SMP MP-table at [mem 0x000fbc50-0x000fbc5f] mapped at [ffff8800000fbc50]
[ 0.000000] Scanning 1 areas for low memory corruption
[ 0.000000] RAMDISK: [mem 0x367b6000-0x373d2fff]
[ 0.000000] ACPI: Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 0x00000000000EA020 000024 (v02 Xen )
[ 0.000000] ACPI: XSDT 0x00000000FC00E2A0 000054 (v01 Xen HVM 00000000 HVML 00000000)
[ 0.000000] ACPI: FACP 0x00000000FC00DF60 0000F4 (v04 Xen HVM 00000000 HVML 00000000)
[ 0.000000] ACPI: DSDT 0x00000000FC0021C0 00BD19 (v02 Xen HVM 00000000 INTL 20090123)
[ 0.000000] ACPI: FACS 0x00000000FC002180 000040
[ 0.000000] ACPI: FACS 0x00000000FC002180 000040
[ 0.000000] ACPI: APIC 0x00000000FC00E060 0000D8 (v02 Xen HVM 00000000 HVML 00000000)
[ 0.000000] ACPI: HPET 0x00000000FC00E1B0 000038 (v01 Xen HVM 00000000 HVML 00000000)
[ 0.000000] ACPI: WAET 0x00000000FC00E1F0 000028 (v01 Xen HVM 00000000 HVML 00000000)
[ 0.000000] ACPI: SSDT 0x00000000FC00E220 000031 (v02 Xen HVM 00000000 INTL 20090123)
[ 0.000000] ACPI: SSDT 0x00000000FC00E260 000031 (v02 Xen HVM 00000000 INTL 20090123)
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000003fffffff]
[ 0.000000] NODE_DATA(0) allocated [mem 0x3fffb000-0x3fffffff]
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003fffffff]
[ 0.000000] Normal empty
[ 0.000000] Device empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009dfff]
[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003fffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003fffffff]
[ 0.000000] ACPI: PM-Timer IO Port: 0xb008
[ 0.000000] IOAPIC[0]: apic_id 1, version 17, address 0xfec00000, GSI 0-47
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 low level)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 low level)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 low level)
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.000000] smpboot: Allowing 15 CPUs, 14 hotplug CPUs
[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[ 0.000000] e820: [mem 0x40000000-0xfbffffff] available for PCI devices
[ 0.000000] Booting paravirtualized kernel on Xen HVM
[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:15 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88003e200000 s99160 r8192 d31912 u262144
[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)
[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257927
[ 0.000000] Policy zone: DMA32
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-1060-aws root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 nvme.io_timeout=4294967295
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] Memory: 998536K/1048180K available (8358K kernel code, 1280K rwdata, 3884K rodata, 1496K init, 1264K bss, 49644K reserved, 0K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=15, Nodes=1
[ 0.000000] Kernel/User page tables isolation: enabled
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] Build-time adjustment of leaf fanout to 64.
[ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=15.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=15
[ 0.000000] NR_IRQS:16640 nr_irqs:952 16
[ 0.000000] xen:events: Using 2-level ABI
[ 0.000000] xen:events: Xen HVM callback vector for event delivery is enabled
[ 0.000000] Console: colour VGA+ 80x25
[ 0.000000] console [tty1] enabled
[ 0.000000] Cannot get hvm parameter CONSOLE_EVTCHN (18): -22!
[ 0.000000] console [ttyS0] enabled
[ 0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 30580167144 ns
[ 0.000000] tsc: Detected 2400.042 MHz processor
[ 0.012000] Calibrating delay loop (skipped), value calculated using timer frequency.. 4800.08 BogoMIPS (lpj=9600168)
[ 0.016005] pid_max: default: 32768 minimum: 301
[ 0.019498] ACPI: Core revision 20150930
[ 0.031590] ACPI: 3 ACPI AML tables successfully acquired and loaded
[ 0.040032] Security Framework initialized
[ 0.048003] Yama: becoming mindful.
[ 0.056028] AppArmor: AppArmor initialized
[ 0.060099] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.064175] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.068087] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)
[ 0.072005] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)
[ 0.076179] Initializing cgroup subsys io
[ 0.080005] Initializing cgroup subsys memory
[ 0.084009] Initializing cgroup subsys devices
[ 0.088004] Initializing cgroup subsys freezer
[ 0.091218] Initializing cgroup subsys net_cls
[ 0.092004] Initializing cgroup subsys perf_event
[ 0.096010] Initializing cgroup subsys net_prio
[ 0.100012] Initializing cgroup subsys hugetlb
[ 0.104005] Initializing cgroup subsys pids
[ 0.107356] CPU: Physical Processor ID: 0
[ 0.108757] mce: CPU supports 2 MCE banks
[ 0.112027] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
[ 0.116002] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
[ 0.120005] Spectre V2 : Mitigation: Full generic retpoline
[ 0.124002] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported
[ 0.132003] Speculative Store Bypass: Vulnerable
[ 0.156206] ftrace: allocating 31342 entries in 123 pages
[ 0.200097] smpboot: APIC(0) Converting physical 0 to logical package 0
[ 0.204004] smpboot: Max logical packages: 15
[ 0.208765] x2apic: IRQ remapping doesn't support X2APIC mode
[ 0.212004] Switched APIC routing to physical flat.
[ 0.218568] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
[ 0.220006] clocksource: xen: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
[ 0.228016] installing Xen timer for CPU 0
[ 0.232073] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2676 v3 @ 2.40GHz (family: 0x6, model: 0x3f, stepping: 0x2)
[ 0.240033] cpu 0 spinlock event irq 53
[ 0.242979] Performance Events: unsupported p6 CPU model 63 no PMU driver, software events only.
[ 0.248777] x86: Booted up 1 node, 1 CPUs
[ 0.252007] smpboot: Total of 1 processors activated (4800.08 BogoMIPS)
[ 0.256012] NMI watchdog: disabled (cpu0): hardware events not enabled
[ 0.260005] NMI watchdog: Shutting down hard lockup detector on all cpus
[ 0.264420] devtmpfs: initialized
[ 0.268679] evm: security.selinux
[ 0.271468] evm: security.SMACK64
[ 0.272006] evm: security.SMACK64EXEC
[ 0.274780] evm: security.SMACK64TRANSMUTE
[ 0.276004] evm: security.SMACK64MMAP
[ 0.278876] evm: security.ima
[ 0.280006] evm: security.capability
[ 0.283023] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.284031] futex hash table entries: 4096 (order: 6, 262144 bytes)
[ 0.288239] RTC time: 9:14:38, date: 06/22/18
[ 0.291691] NET: Registered protocol family 16
[ 0.292144] cpuidle: using governor ladder
[ 0.296009] cpuidle: using governor menu
[ 0.300012] PCCT header not found.
[ 0.303216] ACPI: bus type PCI registered
[ 0.304006] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.308316] PCI: Using configuration type 1 for base access
[ 0.312925] ACPI: Added _OSI(Module Device)
[ 0.315989] ACPI: Added _OSI(Processor Device)
[ 0.316007] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.319093] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.324154] ACPI: Interpreter enabled
[ 0.328012] ACPI: (supports S0 S4 S5)
[ 0.331154] ACPI: Using IOAPIC for interrupt routing
[ 0.332026] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.383115] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.384012] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]
[ 0.388010] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[ 0.392019] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
[ 0.396899] acpiphp: Slot [0] registered
[ 0.400735] acpiphp: Slot [3] registered
[ 0.403963] acpiphp: Slot [4] registered
[ 0.404305] acpiphp: Slot [5] registered
[ 0.407509] acpiphp: Slot [6] registered
[ 0.408307] acpiphp: Slot [7] registered
[ 0.411646] acpiphp: Slot [8] registered
[ 0.412280] acpiphp: Slot [9] registered
[ 0.415266] acpiphp: Slot [10] registered
[ 0.416276] acpiphp: Slot [11] registered
[ 0.419283] acpiphp: Slot [12] registered
[ 0.420276] acpiphp: Slot [13] registered
[ 0.423299] acpiphp: Slot [14] registered
[ 0.424287] acpiphp: Slot [15] registered
[ 0.427554] acpiphp: Slot [16] registered
[ 0.428276] acpiphp: Slot [17] registered
[ 0.431519] acpiphp: Slot [18] registered
[ 0.432299] acpiphp: Slot [19] registered
[ 0.435401] acpiphp: Slot [20] registered
[ 0.436321] acpiphp: Slot [21] registered
[ 0.439694] acpiphp: Slot [22] registered
[ 0.440316] acpiphp: Slot [23] registered
[ 0.443663] acpiphp: Slot [24] registered
[ 0.444309] acpiphp: Slot [25] registered
[ 0.447751] acpiphp: Slot [26] registered
[ 0.448314] acpiphp: Slot [27] registered
[ 0.452284] acpiphp: Slot [28] registered
[ 0.455751] acpiphp: Slot [29] registered
[ 0.456311] acpiphp: Slot [30] registered
[ 0.459650] acpiphp: Slot [31] registered
[ 0.460325] PCI host bridge to bus 0000:00
[ 0.463353] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.464006] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.468006] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.472007] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfbffffff window]
[ 0.476008] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.485306] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]
[ 0.488005] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]
[ 0.492004] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]
[ 0.496005] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]
[ 0.500786] * Found PM-Timer Bug on the chipset. Due to workarounds for a bug,
[ 0.500786] * this clock source is slow. Consider trying other clock sources
[ 0.505177] pci 0000:00:01.3: quirk: [io 0xb000-0xb03f] claimed by PIIX4 ACPI
[ 0.514160] ACPI: PCI Interrupt Link [LNKA] (IRQs *5 10 11)
[ 0.518857] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)
[ 0.523080] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)
[ 0.527197] ACPI: PCI Interrupt Link [LNKD] (IRQs *5 10 11)
[ 0.549875] ACPI: Enabled 2 GPEs in block 00 to 0F
[ 0.552071] xen:balloon: Initialising balloon driver
[ 0.556219] vgaarb: setting as boot device: PCI:0000:00:02.0
[ 0.560000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.560005] vgaarb: loaded
[ 0.562326] vgaarb: bridge control possible 0000:00:02.0
[ 0.564193] SCSI subsystem initialized
[ 0.567370] ACPI: bus type USB registered
[ 0.568020] usbcore: registered new interface driver usbfs
[ 0.571862] usbcore: registered new interface driver hub
[ 0.572028] usbcore: registered new device driver usb
[ 0.575823] PCI: Using ACPI for IRQ routing
[ 0.576538] NetLabel: Initializing
[ 0.579375] NetLabel: domain hash size = 128
[ 0.580005] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.584024] NetLabel: unlabeled traffic allowed by default
[ 0.588104] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[ 0.592017] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 0.596854] hpet0: 3 comparators, 64-bit 62.500000 MHz counter
[ 0.602051] amd_nb: Cannot enumerate AMD northbridges
[ 0.604017] clocksource: Switched to clocksource xen
[ 0.612359] AppArmor: AppArmor Filesystem Enabled
[ 0.615823] pnp: PnP ACPI init
[ 0.618264] system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved
[ 0.622751] system 00:01: [io 0x08a0-0x08a3] has been reserved
[ 0.626586] system 00:01: [io 0x0cc0-0x0ccf] has been reserved
[ 0.630920] system 00:01: [io 0x04d0-0x04d1] has been reserved
[ 0.635266] system 00:07: [io 0x10c0-0x1141] has been reserved
[ 0.639492] system 00:07: [io 0xb044-0xb047] has been reserved
[ 0.661995] pnp: PnP ACPI: found 8 devices
[ 0.670731] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.677073] NET: Registered protocol family 2
[ 0.680523] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.685535] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)
[ 0.689992] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.694481] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.698574] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.702948] NET: Registered protocol family 1
[ 0.706109] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[ 0.710250] pci 0000:00:01.0: PIIX3: Enabling Passive Release
[ 0.714551] pci 0000:00:01.0: Activating ISA DMA hang workarounds
[ 0.719072] Trying to unpack rootfs image as initramfs...
[ 0.902215] Freeing initrd memory: 12404K
[ 0.906650] RAPL PMU detected, API unit is 2^-32 Joules, 3 fixed counters 655360 ms ovfl timer
[ 0.923776] hw unit of domain pp0-core 2^-14 Joules
[ 0.929796] hw unit of domain package 2^-14 Joules
[ 0.934116] hw unit of domain dram 2^-16 Joules
[ 0.938477] Scanning for low memory corruption every 60 seconds
[ 0.943532] audit: initializing netlink subsys (disabled)
[ 0.946711] audit: type=2000 audit(1529658879.427:1): initialized
[ 0.950478] Initialise system trusted keyring
[ 0.953446] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.958179] zbud: loaded
[ 0.960553] VFS: Disk quotas dquot_6.6.0
[ 0.963142] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.967162] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.970645] fuse init (API version 7.23)
[ 0.973329] Key type big_key registered
[ 0.975838] Allocating IMA MOK and blacklist keyrings.
[ 0.979074] Key type asymmetric registered
[ 0.981613] Asymmetric key parser 'x509' registered
[ 0.984532] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[ 0.989416] io scheduler noop registered
[ 0.992340] io scheduler deadline registered (default)
[ 0.995434] io scheduler cfq registered
[ 0.998084] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 1.001394] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 1.005188] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[ 1.009679] ACPI: Power Button [PWRF]
[ 1.012087] input: Sleep Button as /devices/LNXSYSTM:00/LNXSLPBN:00/input/input1
[ 1.016463] ACPI: Sleep Button [SLPF]
[ 1.019234] xen:grant_table: Grant tables using version 1 layout
[ 1.022707] Grant table initialized
[ 1.025105] Cannot get hvm parameter CONSOLE_EVTCHN (18): -22!
[ 1.029218] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 1.060844] 00:06: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 1.067217] Linux agpgart interface v0.103
[ 1.073216] brd: module loaded
[ 1.077193] loop: module loaded
[ 1.080389] Invalid max_queues (4), will use default max: 1.
[ 1.087097] scsi host0: ata_piix
[ 1.091018] scsi host1: ata_piix
[ 1.093791] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14
[ 1.098348] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15
[ 1.104366] libphy: Fixed MDIO Bus: probed
[ 1.107269] tun: Universal TUN/TAP device driver, 1.6
[ 1.110504] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[ 1.114523] PPP generic driver version 2.4.2
[ 1.118562] xen_netfront: Initialising Xen virtual ethernet driver
[ 1.132782] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.137395] ehci-pci: EHCI PCI platform driver
[ 1.140894] ehci-platform: EHCI generic platform driver
[ 1.144130] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 1.147688] ohci-pci: OHCI PCI platform driver
[ 1.150506] ohci-platform: OHCI generic platform driver
[ 1.153738] uhci_hcd: USB Universal Host Controller Interface driver
[ 1.158334] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[ 1.167370] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 1.170706] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 1.174400] mousedev: PS/2 mouse device common for all mice
[ 1.178827] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
[ 1.183925] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[ 1.206435] rtc_cmos 00:02: alarms up to one day, 114 bytes nvram, hpet irqs
[ 1.211285] i2c /dev entries driver
[ 1.214561] device-mapper: uevent: version 1.0.3
[ 1.217869] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com
[ 1.224020] NET: Registered protocol family 10
[ 1.232294] NET: Registered protocol family 17
[ 1.235711] Key type dns_resolver registered
[ 1.238809] registered taskstats version 1
[ 1.241745] Loading compiled-in X.509 certificates
[ 1.245833] Loaded X.509 cert 'Build time autogenerated kernel key: ae0d9fee363f3babb6e358452e6c0c8b65099724'
[ 1.252252] zswap: loaded using pool lzo/zbud
[ 1.255195] blkfront: xvda: barrier or flush: disabled; persistent grants: disabled; indirect descriptors: enabled;
[ 1.263970] Key type trusted registered
[ 1.269214] Key type encrypted registered
[ 1.272298] AppArmor: AppArmor sha1 policy hashing enabled
[ 1.276680] ima: No TPM chip found, activating TPM-bypass!
[ 1.280747] xvda: xvda1
[ 1.283957] evm: HMAC attrs: 0x1
[ 1.287550] Magic number: 6:773:222
[ 1.290410] rtc_cmos 00:02: setting system clock to 2018-06-22 09:14:39 UTC (1529658879)
[ 1.298822] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 1.304207] EDD information not available.
[ 1.309887] Freeing unused kernel memory: 1496K
[ 1.315604] Write protecting the kernel read-only data: 14336k
[ 1.321736] Freeing unused kernel memory: 1868K
[ 1.328427] Freeing unused kernel memory: 212K
Loading, please wait...
starting version 229
[ 1.348408] random: udevadm: uninitialized urandom read (16 bytes read, 10 bits of entropy available)
[ 1.355617] random: systemd-udevd: uninitialized urandom read (16 bytes read, 10 bits of entropy available)
[ 1.365625] random: udevadm: uninitialized urandom read (16 bytes read, 10 bits of entropy available)
[ 1.374715] random: systemd-udevd: uninitialized urandom read (16 bytes read, 10 bits of entropy available)
[ 1.388092] random: systemd-udevd: uninitialized urandom read (16 bytes read, 10 bits of entropy available)
[ 1.401005] random: udevadm: uninitialized urandom read (16 bytes read, 10 bits of entropy available)
[ 1.410047] random: systemd-udevd: uninitialized urandom read (16 bytes read, 10 bits of entropy available)
[ 1.430610] random: udevadm: uninitialized urandom read (16 bytes read, 10 bits of entropy available)
[ 1.443410] random: udevadm: uninitialized urandom read (16 bytes read, 10 bits of entropy available)
[ 1.452549] random: systemd-udevd: uninitialized urandom read (16 bytes read, 10 bits of entropy available)
[ 1.598074] AVX2 version of gcm_enc/dec engaged.
[ 1.601016] AES CTR mode by8 optimization enabled
[ 1.936101] tsc: Refined TSC clocksource calibration: 2399.999 MHz
[ 1.939793] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2298364cab5, max_idle_ns: 440795214892 ns
Begin: Loading essential drivers ... [ 3.159842] md: linear personality registered for level -1
[ 3.166341] md: multipath personality registered for level -4
[ 3.172841] md: raid0 personality registered for level 0
[ 3.179477] md: raid1 personality registered for level 1
[ 3.236061] raid6: sse2x1 gen() 8249 MB/s
[ 3.288063] raid6: sse2x1 xor() 6506 MB/s
[ 3.336066] raid6: sse2x2 gen() 10694 MB/s
[ 3.384058] raid6: sse2x2 xor() 7020 MB/s
[ 3.432062] raid6: sse2x4 gen() 12081 MB/s
[ 3.480059] raid6: sse2x4 xor() 8569 MB/s
[ 3.528059] raid6: avx2x1 gen() 16253 MB/s
[ 3.576061] raid6: avx2x2 gen() 19297 MB/s
[ 3.624062] raid6: avx2x4 gen() 21879 MB/s
[ 3.627404] raid6: using algorithm avx2x4 gen() 21879 MB/s
[ 3.631200] raid6: using avx2x2 recovery algorithm
[ 3.636509] xor: automatically using best checksumming function:
[ 3.680058] avx : 24492.000 MB/sec
[ 3.684974] async_tx: api initialized (async)
[ 3.699222] md: raid6 personality registered for level 6
[ 3.703233] md: raid5 personality registered for level 5
[ 3.711198] md: raid4 personality registered for level 4
[ 3.720323] md: raid10 personality registered for level 10
done.
Begin: Running /scripts/init-premount ... done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
Begin: Running /scripts/local-premount ... [ 3.762753] Btrfs loaded
Scanning for Btrfs filesystems
done.
Warning: fsck not present, so skipping root file system
[ 3.803868] EXT4-fs (xvda1): mounted filesystem with ordered data mode. Opts: (null)
done.
Begin: Running /scripts/local-bottom ... done.
Begin: Running /scripts/init-bottom ... done.
[ 3.889106] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)
[ 3.899147] systemd[1]: Detected virtualization xen.
[ 3.902238] systemd[1]: Detected architecture x86-64.
Welcome to Ubuntu 16.04.4 LTS!
[ 3.910910] systemd[1]: Set hostname to <ubuntu>.
[ 3.916749] systemd[1]: Initializing machine ID from random generator.
[ 3.920961] systemd[1]: Installed transient /etc/machine-id file.
[ 4.029577] systemd[1]: Listening on udev Kernel Socket.
[ OK ] Listening on udev Kernel Socket.
[ 4.036486] systemd[1]: Started Trigger resolvconf update for networkd DNS.
[ OK ] Started Trigger resolvconf update for networkd DNS.
[ 4.044342] systemd[1]: Listening on Journal Socket (/dev/log).
[ OK ] Listening on Journal Socket (/dev/log).
[ 4.051381] systemd[1]: Listening on Journal Audit Socket.
[ OK ] Listening on Journal Audit Socket.
[ 4.057852] systemd[1]: Reached target User and Group Name Lookups.
[ OK ] Reached target User and Group Name Lookups.
[ 4.065163] systemd[1]: Listening on LVM2 metadata daemon socket.
[ OK ] Listening on LVM2 metadata daemon socket.
[ 4.072611] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[ OK ] Listening on Device-mapper event daemon FIFOs.
[ 4.080395] systemd[1]: Listening on LVM2 poll daemon socket.
[ OK ] Listening on LVM2 poll daemon socket.
[ 4.087446] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ OK ] Started Forward Password Requests to Wall Directory Watch.
[ 4.096009] systemd[1]: Listening on Syslog Socket.
[ OK ] Listening on Syslog Socket.
[ 4.102130] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ OK ] Set up automount Arbitrary Executab...ats File System Automount Point.
[ 4.111628] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[ OK ] Listening on /dev/initctl Compatibility Named Pipe.
[ 4.119273] systemd[1]: Reached target Encrypted Volumes.
[ OK ] Reached target Encrypted Volumes.
[ 4.125932] systemd[1]: Created slice System Slice.
[ OK ] Created slice System Slice.
[ 4.133205] systemd[1]: Created slice system-serial\x2dgetty.slice.
[ OK ] Created slice system-serial\x2dgetty.slice.
[ 4.141063] systemd[1]: Reached target Swap.
[ OK ] Reached target Swap.
[ 4.146734] systemd[1]: Listening on Journal Socket.
[ OK ] Listening on Journal Socket.
[ 4.153247] systemd[1]: Mounting Debug File System...
Mounting Debug File System...
[ 4.161355] systemd[1]: Starting Uncomplicated firewall...
Starting Uncomplicated firewall...
[ 4.170813] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...
[ 4.189842] systemd[1]: Mounting POSIX Message Queue File System...
Mounting POSIX Message Queue File System...
[ 4.203725] systemd[1]: Starting Create list of required static device nodes for the current kernel...
Starting Create list of required st... nodes for the current kernel...
[ 4.215658] systemd[1]: Starting Journal Service...
Starting Journal Service...
[ 4.223593] systemd[1]: Starting Set console keymap...
Starting Set console keymap...
[ 4.237791] systemd[1]: Starting Load Kernel Modules...
Starting Load Kernel Modules...
[ 4.251068] systemd[1]: Starting Nameserver information manager...
[ 4.257604] Loading iSCSI transport class v2.0-870.
Starting Nameserver information manager...
[ 4.265370] systemd[1]: Mounting Huge Pages File System...
Mounting Huge Pages File System...
[ 4.279329] systemd[1]: Listening on udev Control Socket.
[ OK ] Listening on udev Control Socket.
[ 4.294890] systemd[1]: Created slice User and Session Slice.
[ 4.301126] iscsi: registered transport (tcp)
[ OK ] Created slice User and Session Slice.
[ 4.308109] systemd[1]: Reached target Slices.
[ OK ] Reached target Slices.
[ 4.324003] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting Remount Root and Kernel File Systems...
[ 4.337396] systemd[1]: Mounted Huge Pages File System.
[ OK ] Mounted Huge Pages File System.
[ 4.348269] EXT4-fs (xvda1): re-mounted. Opts: discard
[ 4.352148] systemd[1]: Mounted Debug File System.
[ OK ] Mounted Debug File System.
[ 4.363146] systemd[1]: Mounted POSIX Message Queue File System.
[ OK ] Mounted POSIX Message Queue File System.
[ 4.374422] systemd[1]: Started Journal Service.
[ OK [ 4.381359] iscsi: registered transport (iser)
] Started Journal Service.
[ OK ] Started Uncomplicated firewall.
[ OK ] Started Create list of required sta...ce nodes for the current kernel.
[ OK ] Started Set console keymap.
[ OK ] Started Load Kernel Modules.
[ OK ] Started Remount Root and Kernel File Systems.
[ OK ] Started Nameserver information manager.
[ OK ] Started LVM2 metadata daemon.
Starting Load/Save Random Seed...
Starting udev Coldplug all Devices...
Mounting FUSE Control File System...
Starting Apply Kernel Variables...
Starting Create Static Device Nodes in /dev...
Starting Flush Journal to Persistent Storage...
[ OK ] Mounted FUSE Control File System.
[ OK ] Started Load/Save Random Seed.
[ OK ] Started Apply Kernel Variables.
[ OK ] Started Create Static Device Nodes in /dev.
[ OK ] Started udev Coldplug all Devices.
[ OK ] Started Flush Journal to Persistent Storage.
Starting udev Kernel Device Manager...
[ OK ] Started udev Kernel Device Manager.
[ OK ] Started Dispatch Password Requests to Console Directory Watch.
[ OK ] Found device /dev/ttyS0.
[ OK ] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.
[ OK ] Reached target Local File Systems (Pre).
[ OK ] Reached target Local File Systems.
Starting Set console font and keymap...
Starting Commit a transient machine-id on disk...
Starting Tell Plymouth To Write Out Runtime Data...
Starting LSB: AppArmor initialization...
Starting Initial cloud-init job (pre-networking)...
Starting Create Volatile Files and Directories...
[ OK ] Started Commit a transient machine-id on disk.
[ OK ] Started Tell Plymouth To Write Out Runtime Data.
[ OK ] Started Create Volatile Files and Directories.
Starting Network Time Synchronization...
Starting Update UTMP about System Boot/Shutdown...
[ OK ] Started Update UTMP about System Boot/Shutdown.
[ OK ] Started Network Time Synchronization.
[ OK ] Reached target System Time Synchronized.
[ OK ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
[ OK ] Started LSB: AppArmor initialization.[ 7.632658] cloud-init[546]: Cloud-init v. 18.2 running 'init-local' at Fri, 22 Jun 2018 09:14:44 +0000. Up 6.13 seconds.
[ OK ] Started Initial cloud-init job (pre-networking).
[ OK ] Reached target Network (Pre).
Starting Raise network interfaces...
[ OK ] Started Set console font and keymap.
[ OK ] Created slice system-getty.slice.
[ OK ] Started Raise network interfaces.
[ OK ] Reached target Network.
Starting Initial cloud-init job (metadata service crawler)...
[ 12.613332] cloud-init[1032]: Cloud-init v. 18.2 running 'init' at Fri, 22 Jun 2018 09:14:50 +0000. Up 12.05 seconds.
[ 12.625115] cloud-init[1032]: ci-info: +++++++++++++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++++++++++++
[ 12.640270] cloud-init[1032]: ci-info: +--------+------+----------------------------+---------------+-------+-------------------+
[ 12.648830] cloud-init[1032]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |
[ 12.660892] cloud-init[1032]: ci-info: +--------+------+----------------------------+---------------+-------+-------------------+
[ 12.673034] cloud-init[1032]: ci-info: | eth0 | True | 172.31.18.180 | 255.255.240.0 | . | 02:d3:e0:cb:15:c0 |
[ 12.684810] cloud-init[1032]: ci-info: | eth0 | True | fe80::d3:e0ff:fecb:15c0/64 | . | link | 02:d3:e0:cb:15:c0 |[ OK ] Started Initial cloud-init job (metadata service crawler).
[ 12.693212] cloud-init[1032]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |
[ OK ] Reached target Cloud-config availability.
[ OK ] Reached target System Initialization.
[ 12.704634] cloud-init[1032]: ci-info: | lo | True | ::1/128 | . | host | . |[ OK ] Started Daily Cleanup of Temporary Directories.
[ OK 
[ 12.713029] cloud-init[1032]: ci-info: +--------+------+----------------------------+---------------+-------+-------------------+] Listening on D-Bus System Message Bus Socket.
Starting Socket activation for snappy daemon.
[ 12.721348] cloud-init[1032]: ci-info: +++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++
[ OK ] Listening on ACPID Listen Socket.
Starting LXD - unix socket.
[ 12.732105] cloud-init[1032]: ci-info: +-------+-------------+-------------+---------------+-----------+-------+[ OK ] Started Daily apt download activities.
[ OK 
[ 12.741024] cloud-init[1032]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |] Started Daily apt upgrade and clean activities.
[ OK ] Reached target Timers.
[ 12.748727] cloud-init[1032]: ci-info: +-------+-------------+-------------+---------------+-----------+-------+
[ OK ] Listening on UUID daemon activation socket.
[ 12.756609] cloud-init[1032]: ci-info: | 0 | 0.0.0.0 | 172.31.16.1 | 0.0.0.0 | eth0 | UG |
[ OK ] Started ACPI Events Check.
[ OK [ 12.764648] cloud-init[1032]: ci-info: | 1 | 172.31.16.0 | 0.0.0.0 | 255.255.240.0 | eth0 | U |] Reached target Paths.
[ OK ] Reached target Network is Online.
Starting iSCSI initiator daemon (iscsid)...
[ OK 
[ 12.776873] cloud-init[1032]: ci-info: +-------+-------------+-------------+---------------+-----------+-------+
[ 12.781010] cloud-init[1032]: Generating public/private rsa key pair.
] Listening on Socket activation for snappy daemon.
[ OK ] Listening on LXD - unix socket.[ 12.788981] cloud-init[1032]:
Your identification has been saved in /etc/ssh/ssh_host_rsa_key.[ OK 
[ 12.801467] cloud-init[1032]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.] Reached target Sockets.
[ OK ] Reached target Basic System.
[ 12.809526]
Starting LXD - container startup/shutdown...cloud-init[1032]: The key fingerprint is:
[ 12.815917]
[ OK ] Started Unattended Upgrades Shutdown.
cloud-init[1032]: SHA256:zQyEATa+j6bfZEVwB6hyAHEO/5dyjgO0Kz+DA9mLY3M root@ip-172-31-18-180 Starting Accounts Service...
[ OK 
[ 12.829392] cloud-init[1032]: The key's randomart image is:] Started D-Bus System Message Bus.
[ 12.838419] cloud-init[1032]: +---[RSA 2048]----+
[ 12.846987] cloud-init[1032]: |+o. +.o++.. |
[ 12.856494] cloud-init[1032]: | =.o .o+ . |
[ 12.866074] cloud-init[1032]: | +... o |
[ 12.871711] cloud-init[1032]: | ..oo. o = |
[ 12.876963] cloud-init[1032]: | ooo+ + S + |
Starting Login Service...
[ 12.895487] [ OK ] cloud-initStarted Deferred execution scheduler.[1032]: |o .o O . |
Starting Pollinate to seed the pseudo random number generator...
[ 12.914449] cloud-init[1032]: Starting /etc/rc.local Compatibility...|oo..= = |
Starting Apply the settings specified in cloud-config...
Starting LSB: MD monitoring daemon...
[ OK ] Started FUSE filesystem for LXC.
[ OK ] Started Regular background program processing daemon.[ 12.965268]
Starting System Logging Service...
cloud-init[1032]: [ OK ] Started ACPI event daemon.
|==+E = |Starting LSB: Record successful boot for GRUB...
Starting Snappy daemon...
[ OK ] Started /etc/rc.local Compatibility.
[ 13.006549]
[ OK ] Started LXD - container startup/shutdown.
[ OK ] Started iSCSI initiator daemon (iscsid).
[ OK ] Started System Logging Service.
cloud-init[1032]: |.o=+. . |
[ 13.060451] cloud-init[1032]: +----[SHA256]-----+
[ OK ] Started LSB: MD monitoring daemon.[ 13.105101]
cloud-init[1032]: Generating public/private dsa key pair.[ OK ] Started Login Service.
[ OK ] Started LSB: Record successful boot for GRUB.
[ 13.153889] Starting Authenticate and Authorize Users to Run Privileged Tasks...cloud-init[1032]:
Starting Login to default iSCSI targets...
Your identification has been saved in /etc/ssh/ssh_host_dsa_key.[ OK ] Started Login to default iSCSI targets.
[ OK ] Reached target Remote File Systems (Pre).
[ OK ] Reached target Remote File Systems.
Starting LSB: automatic crash report generation...[ 13.240245] cloud-init[1032]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.
Starting Permit User Sessions...
Starting LSB: daemon to balance interrupts for SMP systems...
Starting LSB: Set the CPU Frequency Scaling governor to "ondemand"...
[ OK ] Started Snappy daemon.
[ OK ] Started Permit User Sessions.
[ OK ] Started Authenticate and Authorize Users to Run Privileged Tasks.
[[ 13.308524] cloud-init[1032]: The key fingerprint is:
 OK ] Started Accounts Service.
[ 13.318434] cloud-init Starting Terminate Plymouth Boot Screen...
[1032]: Starting Hold until boot process finishes up...
[ OK ] Started LSB: automatic crash report generation.SHA256:CBqZMPmvPUAhijQ1688mYqmOOyUxFUB0XQmOZ0Pq1Sc root@ip-172-31-18-180
[ OK ] Started LSB: daemon to balance interrupts for SMP systems.
[ OK ] Started Terminate Plymouth Boot Screen.
[ OK ] Started Hold until boot process finishes up.
[ 13.388297] cloud-init[1032]: The key's randomart image is:
[ OK ] Started LSB: Set the CPU Frequency Scaling governor to "ondemand".[ 13.406752] cloud-init[1032]:
+---[DSA 1024]----+
[ OK ] Started Getty on tty1.
[ OK [ 13.435717] ] Started Serial Getty on ttyS0.
[ OK ] Reached target Login Prompts.cloud-init[1032]: |*=o=.oo.. |
Starting Set console scheme...
[ 13.451669] [ OK cloud-init[1032]: |o=+oB... |] Started Set console scheme.
[ 13.480337] cloud-init[1032]: |++==.* E . |
[ 13.491112] cloud-init[1032]: |= =o+...o |
[ 13.499189] cloud-init[1032]: | +.+ . S |
[ 13.508834] cloud-init[1032]: |. + + |
[ 13.517672] cloud-init[1032]: | * = + |
[ 13.528189] cloud-init[1032]: |= o = |
[ 13.535885] cloud-init[1032]: |=+ . |
[ 13.544179] cloud-init[1032]: +----[SHA256]-----+
[ 13.552177] cloud-init[1032]: Generating public/private ecdsa key pair.
[ 13.560190] cloud-init[1032]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.
[ 13.569084] cloud-init[1032]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.
[ 13.580209] cloud-init[1032]: The key fingerprint is:
[ 13.594762] cloud-init[1032]: SHA256:Qmg2kis/VAI+XhiLIZnrc0KUBfz7/clKAdub81RF3mY root@ip-172-31-18-180
[ 13.612222] cloud-init[1032]: The key's randomart image is:
[ 13.623748] cloud-init[1032]: +---[ECDSA 256]---+
[ 13.635967] cloud-init[1032]: |==+. . |
[ 13.639518] cloud-init[1032]: |**+. . o . |
[ 13.652192] cloud-init[1032]: |o*=.*.. o E |
[ 13.664183] cloud-init[1032]: |o.oO o+ . o |
[ 13.676199] cloud-init[1032]: |+.o ...oS . |
[ 13.687459] cloud-init[1032]: | B o .+ . |
[ 13.704032] cloud-init[1032]: | * . .= . |
[ 13.712731] cloud-init[1032]: | . ...= . |
[ 13.724194] cloud-init[1032]: | .o= |
[ 13.727957] cloud-init[1032]: +----[SHA256]-----+
[ 13.735113] cloud-init[1032]: Generating public/private ed25519 key pair.
[ 13.744184] cloud-init[1032]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.
[ 13.752855] cloud-init[1032]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.
[ 13.760871] cloud-init[1032]: The key fingerprint is:
[ 13.769039] cloud-init[1032]: SHA256:mmOd57IOisgfspt6vej329dalg7VZBvRqdh1BcY3ntk root@ip-172-31-18-180
[ 13.782154] cloud-init[1032]: The key's randomart image is:
[ 13.790404] cloud-init[1032]: +--[ED25519 256]--+
[ 13.798276] cloud-init[1032]: | .+o+|
[ 13.805978] cloud-init[1032]: | ..=+|
[ 13.812835] cloud-init[1032]: | o B.*|
[ 13.820412] cloud-init[1032]: | . * *E|
[ 13.828386] cloud-init[1032]: | S . o |
[ 13.836170] cloud-init[1032]: | + . . . |
[ 13.844186] cloud-init[1032]: | . o * o o.+ |
[ 13.852204] cloud-init[1032]: |..=o+o +.o.=. |
[ 13.863681] cloud-init[1032]: |+B*ooooo++o.. |
[ 13.872081] cloud-init[1032]: +----[SHA256]-----+
[ 14.026172] cloud-init[1124]: Generating locales (this might take a while)...
[ OK ] Started Pollinate to seed the pseudo random number generator.
Starting OpenBSD Secure Shell server...
[ OK ] Started OpenBSD Secure Shell server.
[ OK ] Reached target Multi-User System.
[ OK ] Reached target Graphical Interface.
Starting Update UTMP about System Runlevel Changes...
[ OK ] Started Update UTMP about System Runlevel Changes.
[ 14.779889] cloud-init[1124]: en_US.UTF-8... done
[ 14.785895] cloud-init[1124]: Generation complete.
[ 15.089059] cloud-init[1124]: Cloud-init v. 18.2 running 'modules:config' at Fri, 22 Jun 2018 09:14:52 +0000. Up 13.91 seconds.
[ OK ] Started Apply the settings specified in cloud-config.
Starting Execute cloud user/final scripts...
ci-info: no authorized ssh keys fingerprints found for user ubuntu.
<14>Jun 22 09:14:53 ec2:
<14>Jun 22 09:14:53 ec2: #############################################################
<14>Jun 22 09:14:53 ec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----
<14>Jun 22 09:14:53 ec2: 1024 SHA256:CBqZMPmvPUAhijQ1688mYqmOOyUxFUB0XQmOZ0Pq1Sc root@ip-172-31-18-180 (DSA)
<14>Jun 22 09:14:53 ec2: 256 SHA256:Qmg2kis/VAI+XhiLIZnrc0KUBfz7/clKAdub81RF3mY root@ip-172-31-18-180 (ECDSA)
<14>Jun 22 09:14:53 ec2: 256 SHA256:mmOd57IOisgfspt6vej329dalg7VZBvRqdh1BcY3ntk root@ip-172-31-18-180 (ED25519)
<14>Jun 22 09:14:53 ec2: 2048 SHA256:zQyEATa+j6bfZEVwB6hyAHEO/5dyjgO0Kz+DA9mLY3M root@ip-172-31-18-180 (RSA)
<14>Jun 22 09:14:53 ec2: -----END SSH HOST KEY FINGERPRINTS-----
<14>Jun 22 09:14:53 ec2: #############################################################
-----BEGIN SSH HOST KEY KEYS-----
ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPE4nlgPAUx+dvU1qRccIAGOkupMbS31pIMRgiqB1KHluj5vorDA/kT0TagdYMyp58y/YK9vlUN9IGCHKxpbzW4= root@ip-172-31-18-180
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIHMYrAjd7fvjtmVwpG5HvgspgtUx71rU0j72/5lw66b root@ip-172-31-18-180
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC2/uTFADJbF32ywg+ED9OpB8zbYxd5c50m2gi642atQyrBFjSnccnDZcjxjYm91YrNtKI6ddIl8gV1Xa039lPtvONQlXBkqfCfH5Xqhmp+pOshuQoF37w1654lW71xphcBlCYssiS0cARUxd4/iWT5pyVF6EMp1NdV8GVEpP8M0KJ8SR+GpoE5Xj79zrsa6KHUlVNRmcSPn4GuPW6ylkZH/YlsHBGTjRwB0nYP9uCFBzC9Q8USeRDl75ecqHiPETjcAJ2Y+DVnBI8Pvouv0TSEiUa8aM/zj0/1ub0k49j/hoA4r6amKOb4TdJt+/3E48xm8AAUvEJri2syaDkJR9GL root@ip-172-31-18-180
-----END SSH HOST KEY KEYS-----
[ 15.617767] cloud-init[1350]: Cloud-init v. 18.2 running 'modules:final' at Fri, 22 Jun 2018 09:14:53 +0000. Up 15.41 seconds.
[ 15.628749] cloud-init[1350]: ci-info: no authorized ssh keys fingerprints found for user ubuntu.
[ 15.636730] cloud-init[1350]: Cloud-init v. 18.2 finished at Fri, 22 Jun 2018 09:14:53 +0000. Datasource DataSourceEc2Local. Up 15.61 seconds
[ OK ] Started Execute cloud user/final scripts.
[ OK ] Reached target Cloud-init target.
Ubuntu 16.04.4 LTS ip-172-31-18-180 ttyS0
ip-172-31-18-180 login:
TestTerraformRedeployExample 2018-06-22T10:19:53+01:00 terraform_redeploy_example_test.go:156: Most recent syslog for Instance i-07899f63c217a5cfc:
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 4.4.0-1060-aws (buildd@lgw01-amd64-036) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #69-Ubuntu SMP Sun May 20 13:42:07 UTC 2018 (Ubuntu 4.4.0-1060.69-aws 4.4.128)
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-1060-aws root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 nvme.io_timeout=4294967295
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] Centaur CentaurHauls
[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'
[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[ 0.000000] x86/fpu: Using 'eager' FPU context switches.
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009dfff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003fffffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000fc000000-0x00000000ffffffff] reserved
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] SMBIOS 2.7 present.
[ 0.000000] Hypervisor detected: Xen
[ 0.000000] Xen version 4.2.
[ 0.000000] Netfront and the Xen platform PCI driver have been compiled for this kernel: unplug emulated NICs.
[ 0.000000] Blkfront and the Xen platform PCI driver have been compiled for this kernel: unplug emulated disks.
[ 0.000000] You might have to change the root device
[ 0.000000] from /dev/hd[a-d] to /dev/xvd[a-d]
[ 0.000000] in your root= kernel command line option
[ 0.000000] e820: last_pfn = 0x40000 max_arch_pfn = 0x400000000
[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT
[ 0.000000] found SMP MP-table at [mem 0x000fbc50-0x000fbc5f] mapped at [ffff8800000fbc50]
[ 0.000000] Scanning 1 areas for low memory corruption
[ 0.000000] RAMDISK: [mem 0x367b6000-0x373d2fff]
[ 0.000000] ACPI: Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 0x00000000000EA020 000024 (v02 Xen )
[ 0.000000] ACPI: XSDT 0x00000000FC00E2A0 000054 (v01 Xen HVM 00000000 HVML 00000000)
[ 0.000000] ACPI: FACP 0x00000000FC00DF60 0000F4 (v04 Xen HVM 00000000 HVML 00000000)
[ 0.000000] ACPI: DSDT 0x00000000FC0021C0 00BD19 (v02 Xen HVM 00000000 INTL 20090123)
[ 0.000000] ACPI: FACS 0x00000000FC002180 000040
[ 0.000000] ACPI: FACS 0x00000000FC002180 000040
[ 0.000000] ACPI: APIC 0x00000000FC00E060 0000D8 (v02 Xen HVM 00000000 HVML 00000000)
[ 0.000000] ACPI: HPET 0x00000000FC00E1B0 000038 (v01 Xen HVM 00000000 HVML 00000000)
[ 0.000000] ACPI: WAET 0x00000000FC00E1F0 000028 (v01 Xen HVM 00000000 HVML 00000000)
[ 0.000000] ACPI: SSDT 0x00000000FC00E220 000031 (v02 Xen HVM 00000000 INTL 20090123)
[ 0.000000] ACPI: SSDT 0x00000000FC00E260 000031 (v02 Xen HVM 00000000 INTL 20090123)
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000003fffffff]
[ 0.000000] NODE_DATA(0) allocated [mem 0x3fffb000-0x3fffffff]
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003fffffff]
[ 0.000000] Normal empty
[ 0.000000] Device empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009dfff]
[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003fffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003fffffff]
[ 0.000000] ACPI: PM-Timer IO Port: 0xb008
[ 0.000000] IOAPIC[0]: apic_id 1, version 17, address 0xfec00000, GSI 0-47
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 low level)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 low level)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 low level)
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.000000] smpboot: Allowing 15 CPUs, 14 hotplug CPUs
[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[ 0.000000] e820: [mem 0x40000000-0xfbffffff] available for PCI devices
[ 0.000000] Booting paravirtualized kernel on Xen HVM
[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:15 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88003e200000 s99160 r8192 d31912 u262144
[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)
[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257927
[ 0.000000] Policy zone: DMA32
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-1060-aws root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 nvme.io_timeout=4294967295
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] Memory: 998536K/1048180K available (8358K kernel code, 1280K rwdata, 3884K rodata, 1496K init, 1264K bss, 49644K reserved, 0K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=15, Nodes=1
[ 0.000000] Kernel/User page tables isolation: enabled
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] Build-time adjustment of leaf fanout to 64.
[ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=15.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=15
[ 0.000000] NR_IRQS:16640 nr_irqs:952 16
[ 0.000000] xen:events: Using 2-level ABI
[ 0.000000] xen:events: Xen HVM callback vector for event delivery is enabled
[ 0.000000] Console: colour VGA+ 80x25
[ 0.000000] console [tty1] enabled
[ 0.000000] Cannot get hvm parameter CONSOLE_EVTCHN (18): -22!
[ 0.000000] console [ttyS0] enabled
[ 0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 30580167144 ns
[ 0.000000] tsc: Detected 2400.078 MHz processor
[ 0.008000] Calibrating delay loop (skipped), value calculated using timer frequency.. 4800.15 BogoMIPS (lpj=9600312)
[ 0.012003] pid_max: default: 32768 minimum: 301
[ 0.016011] ACPI: Core revision 20150930
[ 0.025748] ACPI: 3 ACPI AML tables successfully acquired and loaded
[ 0.028825] Security Framework initialized
[ 0.032002] Yama: becoming mindful.
[ 0.036020] AppArmor: AppArmor initialized
[ 0.039109] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.044181] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.048078] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)
[ 0.052005] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)
[ 0.056188] Initializing cgroup subsys io
[ 0.060005] Initializing cgroup subsys memory
[ 0.064008] Initializing cgroup subsys devices
[ 0.068015] Initializing cgroup subsys freezer
[ 0.072003] Initializing cgroup subsys net_cls
[ 0.076003] Initializing cgroup subsys perf_event
[ 0.079253] Initializing cgroup subsys net_prio
[ 0.080005] Initializing cgroup subsys hugetlb
[ 0.084003] Initializing cgroup subsys pids
[ 0.088045] CPU: Physical Processor ID: 0
[ 0.092747] mce: CPU supports 2 MCE banks
[ 0.096025] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
[ 0.100003] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
[ 0.104004] Spectre V2 : Mitigation: Full generic retpoline
[ 0.107358] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported
[ 0.112003] Speculative Store Bypass: Vulnerable
[ 0.135495] ftrace: allocating 31342 entries in 123 pages
[ 0.180078] smpboot: APIC(0) Converting physical 0 to logical package 0
[ 0.184003] smpboot: Max logical packages: 15
[ 0.188680] x2apic: IRQ remapping doesn't support X2APIC mode
[ 0.192003] Switched APIC routing to physical flat.
[ 0.198396] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
[ 0.204003] clocksource: xen: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
[ 0.212014] installing Xen timer for CPU 0
[ 0.216063] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2676 v3 @ 2.40GHz (family: 0x6, model: 0x3f, stepping: 0x2)
[ 0.223954] cpu 0 spinlock event irq 53
[ 0.224013] Performance Events: unsupported p6 CPU model 63 no PMU driver, software events only.
[ 0.231994] x86: Booted up 1 node, 1 CPUs
[ 0.232005] smpboot: Total of 1 processors activated (4800.15 BogoMIPS)
[ 0.236009] NMI watchdog: disabled (cpu0): hardware events not enabled
[ 0.240004] NMI watchdog: Shutting down hard lockup detector on all cpus
[ 0.244378] devtmpfs: initialized
[ 0.248754] evm: security.selinux
[ 0.251896] evm: security.SMACK64
[ 0.252005] evm: security.SMACK64EXEC
[ 0.255015] evm: security.SMACK64TRANSMUTE
[ 0.256003] evm: security.SMACK64MMAP
[ 0.259240] evm: security.ima
[ 0.260004] evm: security.capability
[ 0.263180] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.264026] futex hash table entries: 4096 (order: 6, 262144 bytes)
[ 0.268217] RTC time: 9:14:38, date: 06/22/18
[ 0.272000] NET: Registered protocol family 16
[ 0.272149] cpuidle: using governor ladder
[ 0.276009] cpuidle: using governor menu
[ 0.280005] PCCT header not found.
[ 0.282613] ACPI: bus type PCI registered
[ 0.284005] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.288247] PCI: Using configuration type 1 for base access
[ 0.292751] ACPI: Added _OSI(Module Device)
[ 0.295542] ACPI: Added _OSI(Processor Device)
[ 0.296005] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.299009] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.303859] ACPI: Interpreter enabled
[ 0.304012] ACPI: (supports S0 S4 S5)
[ 0.306649] ACPI: Using IOAPIC for interrupt routing
[ 0.308023] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.357233] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.360013] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]
[ 0.364010] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[ 0.368013] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
[ 0.372901] acpiphp: Slot [0] registered
[ 0.376986] acpiphp: Slot [3] registered
[ 0.380295] acpiphp: Slot [4] registered
[ 0.383817] acpiphp: Slot [5] registered
[ 0.384321] acpiphp: Slot [6] registered
[ 0.387616] acpiphp: Slot [7] registered
[ 0.388305] acpiphp: Slot [8] registered
[ 0.391642] acpiphp: Slot [9] registered
[ 0.392300] acpiphp: Slot [10] registered
[ 0.395396] acpiphp: Slot [11] registered
[ 0.396277] acpiphp: Slot [12] registered
[ 0.399314] acpiphp: Slot [13] registered
[ 0.400285] acpiphp: Slot [14] registered
[ 0.403362] acpiphp: Slot [15] registered
[ 0.404313] acpiphp: Slot [16] registered
[ 0.407370] acpiphp: Slot [17] registered
[ 0.408316] acpiphp: Slot [18] registered
[ 0.411629] acpiphp: Slot [19] registered
[ 0.412283] acpiphp: Slot [20] registered
[ 0.415311] acpiphp: Slot [21] registered
[ 0.416306] acpiphp: Slot [22] registered
[ 0.419306] acpiphp: Slot [23] registered
[ 0.420308] acpiphp: Slot [24] registered
[ 0.423541] acpiphp: Slot [25] registered
[ 0.424314] acpiphp: Slot [26] registered
[ 0.427502] acpiphp: Slot [27] registered
[ 0.432087] acpiphp: Slot [28] registered
[ 0.435155] acpiphp: Slot [29] registered
[ 0.436300] acpiphp: Slot [30] registered
[ 0.439250] acpiphp: Slot [31] registered
[ 0.440315] PCI host bridge to bus 0000:00
[ 0.443070] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.444006] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.448009] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.452008] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfbffffff window]
[ 0.456005] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.464726] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]
[ 0.468005] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]
[ 0.472004] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]
[ 0.476004] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]
[ 0.480622] * Found PM-Timer Bug on the chipset. Due to workarounds for a bug,
[ 0.480622] * this clock source is slow. Consider trying other clock sources
[ 0.485445] pci 0000:00:01.3: quirk: [io 0xb000-0xb03f] claimed by PIIX4 ACPI
[ 0.494973] ACPI: PCI Interrupt Link [LNKA] (IRQs *5 10 11)
[ 0.499399] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)
[ 0.503196] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)
[ 0.507205] ACPI: PCI Interrupt Link [LNKD] (IRQs *5 10 11)
[ 0.528300] ACPI: Enabled 2 GPEs in block 00 to 0F
[ 0.532071] xen:balloon: Initialising balloon driver
[ 0.536121] vgaarb: setting as boot device: PCI:0000:00:02.0
[ 0.539895] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.540005] vgaarb: loaded
[ 0.542217] vgaarb: bridge control possible 0000:00:02.0
[ 0.544190] SCSI subsystem initialized
[ 0.547487] ACPI: bus type USB registered
[ 0.548021] usbcore: registered new interface driver usbfs
[ 0.552017] usbcore: registered new interface driver hub
[ 0.556020] usbcore: registered new device driver usb
[ 0.560144] PCI: Using ACPI for IRQ routing
[ 0.564515] NetLabel: Initializing
[ 0.566986] NetLabel: domain hash size = 128
[ 0.568004] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.571286] NetLabel: unlabeled traffic allowed by default
[ 0.572102] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[ 0.576017] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 0.580941] hpet0: 3 comparators, 64-bit 62.500000 MHz counter
[ 0.586055] amd_nb: Cannot enumerate AMD northbridges
[ 0.588018] clocksource: Switched to clocksource xen
[ 0.597374] AppArmor: AppArmor Filesystem Enabled
[ 0.600979] pnp: PnP ACPI init
[ 0.603710] system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved
[ 0.608756] system 00:01: [io 0x08a0-0x08a3] has been reserved
[ 0.613030] system 00:01: [io 0x0cc0-0x0ccf] has been reserved
[ 0.617111] system 00:01: [io 0x04d0-0x04d1] has been reserved
[ 0.620971] system 00:07: [io 0x10c0-0x1141] has been reserved
[ 0.624798] system 00:07: [io 0xb044-0xb047] has been reserved
[ 0.646238] pnp: PnP ACPI: found 8 devices
[ 0.654711] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.660341] NET: Registered protocol family 2
[ 0.663406] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.667607] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)
[ 0.671665] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.675750] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.679796] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.683798] NET: Registered protocol family 1
[ 0.686758] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[ 0.690473] pci 0000:00:01.0: PIIX3: Enabling Passive Release
[ 0.694271] pci 0000:00:01.0: Activating ISA DMA hang workarounds
[ 0.698504] Trying to unpack rootfs image as initramfs...
[ 0.877621] Freeing initrd memory: 12404K
[ 0.880663] RAPL PMU detected, API unit is 2^-32 Joules, 3 fixed counters 655360 ms ovfl timer
[ 0.886338] hw unit of domain pp0-core 2^-14 Joules
[ 0.889444] hw unit of domain package 2^-14 Joules
[ 0.892481] hw unit of domain dram 2^-16 Joules
[ 0.895476] Scanning for low memory corruption every 60 seconds
[ 0.899657] audit: initializing netlink subsys (disabled)
[ 0.903143] audit: type=2000 audit(1529658879.117:1): initialized
[ 0.907155] Initialise system trusted keyring
[ 0.910131] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.915710] zbud: loaded
[ 0.918093] VFS: Disk quotas dquot_6.6.0
[ 0.920815] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.925337] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.929173] fuse init (API version 7.23)
[ 0.932078] Key type big_key registered
[ 0.935509] Allocating IMA MOK and blacklist keyrings.
[ 0.940884] Key type asymmetric registered
[ 0.943992] Asymmetric key parser 'x509' registered
[ 0.947755] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[ 0.953235] io scheduler noop registered
[ 0.956864] io scheduler deadline registered (default)
[ 0.960069] io scheduler cfq registered
[ 0.962732] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 0.966682] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 0.970844] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[ 0.976409] ACPI: Power Button [PWRF]
[ 0.979078] input: Sleep Button as /devices/LNXSYSTM:00/LNXSLPBN:00/input/input1
[ 0.983855] ACPI: Sleep Button [SLPF]
[ 0.987065] xen:grant_table: Grant tables using version 1 layout
[ 0.990891] Grant table initialized
[ 0.993803] Cannot get hvm parameter CONSOLE_EVTCHN (18): -22!
[ 0.998134] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 1.029256] 00:06: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 1.035348] Linux agpgart interface v0.103
[ 1.040385] brd: module loaded
[ 1.043837] loop: module loaded
[ 1.046342] Invalid max_queues (4), will use default max: 1.
[ 1.051813] scsi host0: ata_piix
[ 1.054823] scsi host1: ata_piix
[ 1.057551] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14
[ 1.062230] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15
[ 1.068997] libphy: Fixed MDIO Bus: probed
[ 1.075571] tun: Universal TUN/TAP device driver, 1.6
[ 1.078963] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[ 1.082889] PPP generic driver version 2.4.2
[ 1.085938] xen_netfront: Initialising Xen virtual ethernet driver
[ 1.090171] blkfront: xvda: barrier or flush: disabled; persistent grants: disabled; indirect descriptors: enabled;
[ 1.096907] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.100779] ehci-pci: EHCI PCI platform driver
[ 1.104595] ehci-platform: EHCI generic platform driver
[ 1.108536] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 1.112668] ohci-pci: OHCI PCI platform driver
[ 1.116134] ohci-platform: OHCI generic platform driver
[ 1.119778] xvda: xvda1
[ 1.121921] uhci_hcd: USB Universal Host Controller Interface driver
[ 1.126024] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[ 1.133873] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 1.137192] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 1.140760] mousedev: PS/2 mouse device common for all mice
[ 1.161972] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
[ 1.170961] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[ 1.179738] rtc_cmos 00:02: alarms up to one day, 114 bytes nvram, hpet irqs
[ 1.187642] i2c /dev entries driver
[ 1.192287] device-mapper: uevent: version 1.0.3
[ 1.198237] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com
[ 1.207812] NET: Registered protocol family 10
[ 1.213319] NET: Registered protocol family 17
[ 1.219704] Key type dns_resolver registered
[ 1.225533] registered taskstats version 1
[ 1.229300] Loading compiled-in X.509 certificates
[ 1.234248] Loaded X.509 cert 'Build time autogenerated kernel key: ae0d9fee363f3babb6e358452e6c0c8b65099724'
[ 1.242836] zswap: loaded using pool lzo/zbud
[ 1.248998] Key type trusted registered
[ 1.255086] Key type encrypted registered
[ 1.258503] AppArmor: AppArmor sha1 policy hashing enabled
[ 1.261978] ima: No TPM chip found, activating TPM-bypass!
[ 1.265664] evm: HMAC attrs: 0x1
[ 1.268457] Magic number: 6:773:222
[ 1.271257] rtc_cmos 00:02: setting system clock to 2018-06-22 09:14:39 UTC (1529658879)
[ 1.276897] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 1.281276] EDD information not available.
[ 1.286010] Freeing unused kernel memory: 1496K
[ 1.289194] Write protecting the kernel read-only data: 14336k
[ 1.293467] Freeing unused kernel memory: 1868K
[ 1.296884] Freeing unused kernel memory: 212K
Loading, please wait...
starting version 229
[ 1.312309] random: udevadm: uninitialized urandom read (16 bytes read, 9 bits of entropy available)
[ 1.318794] random: systemd-udevd: uninitialized urandom read (16 bytes read, 9 bits of entropy available)
[ 1.325356] random: systemd-udevd: uninitialized urandom read (16 bytes read, 9 bits of entropy available)
[ 1.333230] random: udevadm: uninitialized urandom read (16 bytes read, 9 bits of entropy available)
[ 1.339088] random: systemd-udevd: uninitialized urandom read (16 bytes read, 9 bits of entropy available)
[ 1.350349] random: systemd-udevd: uninitialized urandom read (16 bytes read, 9 bits of entropy available)
[ 1.358102] random: udevadm: uninitialized urandom read (16 bytes read, 9 bits of entropy available)
[ 1.364894] random: systemd-udevd: uninitialized urandom read (16 bytes read, 9 bits of entropy available)
[ 1.371235] random: udevadm: uninitialized urandom read (16 bytes read, 9 bits of entropy available)
[ 1.377219] random: systemd-udevd: uninitialized urandom read (16 bytes read, 9 bits of entropy available)
[ 1.503958] AVX2 version of gcm_enc/dec engaged.
[ 1.507606] AES CTR mode by8 optimization enabled
[ 1.892133] tsc: Refined TSC clocksource calibration: 2400.001 MHz
[ 1.896534] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x22983858435, max_idle_ns: 440795258295 ns
Begin: Loading essential drivers ... [ 3.044869] md: linear personality registered for level -1
[ 3.051084] md: multipath personality registered for level -4
[ 3.057536] md: raid0 personality registered for level 0
[ 3.064475] md: raid1 personality registered for level 1
[ 3.120064] raid6: sse2x1 gen() 8440 MB/s
[ 3.168060] raid6: sse2x1 xor() 6629 MB/s
[ 3.216063] raid6: sse2x2 gen() 10666 MB/s
[ 3.264058] raid6: sse2x2 xor() 7092 MB/s
[ 3.312061] raid6: sse2x4 gen() 12585 MB/s
[ 3.360063] raid6: sse2x4 xor() 8590 MB/s
[ 3.408062] raid6: avx2x1 gen() 16420 MB/s
[ 3.456062] raid6: avx2x2 gen() 19634 MB/s
[ 3.504061] raid6: avx2x4 gen() 22424 MB/s
[ 3.506950] raid6: using algorithm avx2x4 gen() 22424 MB/s
[ 3.510582] raid6: using avx2x2 recovery algorithm
[ 3.516180] xor: automatically using best checksumming function:
[ 3.560063] avx : 25501.000 MB/sec
[ 3.566111] async_tx: api initialized (async)
[ 3.581743] md: raid6 personality registered for level 6
[ 3.585829] md: raid5 personality registered for level 5
[ 3.589789] md: raid4 personality registered for level 4
[ 3.598905] md: raid10 personality registered for level 10
done.
Begin: Running /scripts/init-premount ... done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
Begin: Running /scripts/local-premount ... [ 3.641984] Btrfs loaded
Scanning for Btrfs filesystems
done.
Warning: fsck not present, so skipping root file system
[ 3.698378] EXT4-fs (xvda1): mounted filesystem with ordered data mode. Opts: (null)
done.
Begin: Running /scripts/local-bottom ... done.
Begin: Running /scripts/init-bottom ... done.
[ 3.785909] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)
[ 3.798284] systemd[1]: Detected virtualization xen.
[ 3.801992] systemd[1]: Detected architecture x86-64.
Welcome to Ubuntu 16.04.4 LTS!
[ 3.811471] systemd[1]: Set hostname to <ubuntu>.
[ 3.817209] systemd[1]: Initializing machine ID from random generator.
[ 3.821415] systemd[1]: Installed transient /etc/machine-id file.
[ 3.931056] systemd[1]: Listening on LVM2 metadata daemon socket.
[ OK ] Listening on LVM2 metadata daemon socket.
[ 3.940631] systemd[1]: Listening on udev Kernel Socket.
[ OK ] Listening on udev Kernel Socket.
[ 3.947743] systemd[1]: Reached target Swap.
[ OK ] Reached target Swap.
[ 3.953928] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ OK ] Started Forward Password Requests to Wall Directory Watch.
[ 3.965826] systemd[1]: Listening on udev Control Socket.
[ OK ] Listening on udev Control Socket.
[ 3.975337] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[ OK ] Listening on Device-mapper event daemon FIFOs.
[ 3.985021] systemd[1]: Listening on Journal Audit Socket.
[ OK ] Listening on Journal Audit Socket.
[ 3.993517] systemd[1]: Listening on Syslog Socket.
[ OK ] Listening on Syslog Socket.
[ 4.001559] systemd[1]: Started Trigger resolvconf update for networkd DNS.
[ OK ] Started Trigger resolvconf update for networkd DNS.
[ 4.010013] systemd[1]: Listening on Journal Socket.
[ OK ] Listening on Journal Socket.
[ 4.016661] systemd[1]: Reached target Encrypted Volumes.
[ OK ] Reached target Encrypted Volumes.
[ 4.024144] systemd[1]: Listening on LVM2 poll daemon socket.
[ OK ] Listening on LVM2 poll daemon socket.
[ 4.031828] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ OK ] Set up automount Arbitrary Executab...ats File System Automount Point.
[ 4.042787] systemd[1]: Reached target User and Group Name Lookups.
[ OK ] Reached target User and Group Name Lookups.
[ 4.050996] systemd[1]: Created slice User and Session Slice.
[ OK ] Created slice User and Session Slice.
[ 4.058484] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[ OK ] Listening on /dev/initctl Compatibility Named Pipe.
[ 4.067085] systemd[1]: Created slice System Slice.
[ OK ] Created slice System Slice.
[ 4.075032] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting Remount Root and Kernel File Systems...
[ 4.087158] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[ 4.093303] EXT4-fs (xvda1): re-mounted. Opts: discard
Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...
[ 4.103525] systemd[1]: Reached target Slices.
[ OK ] Reached target Slices.
[ 4.112281] systemd[1]: Starting Create list of required static device nodes for the current kernel...
Starting Create list of required st... nodes for the current kernel...
[ 4.130025] systemd[1]: Mounting Debug File System...
Mounting Debug File System...
[ 4.140792] systemd[1]: Mounting POSIX Message Queue File System...
Mounting POSIX Message Queue File System...
[ 4.151955] systemd[1]: Starting Set console keymap...
Starting Set console keymap...
[ 4.162233] systemd[1]: Mounting Huge Pages File System...
Mounting Huge Pages File System...
[ 4.178083] systemd[1]: Starting Uncomplicated firewall...
Starting Uncomplicated firewall...
[ 4.196363] systemd[1]: Listening on Journal Socket (/dev/log).
[ OK ] Listening on Journal Socket (/dev/log).
[ 4.214083] systemd[1]: Starting Journal Service...
Starting Journal Service...
[ 4.224510] systemd[1]: Created slice system-serial\x2dgetty.slice.
[ OK ] Created slice system-serial\x2dgetty.slice.
[ 4.241717] systemd[1]: Starting Load Kernel Modules...
Starting Load Kernel Modules...
[ 4.255135] systemd[1]: Starting Nameserver information manager...
[ 4.263337] Loading iSCSI transport class v2.0-870.
Starting Nameserver information manager...
[ 4.273128] systemd[1]: Mounted Huge Pages File System.
[ OK ] Mounted Huge Pages File System.[ 4.286329] iscsi: registered transport (tcp)
[ 4.291271] systemd[1]: Mounted Debug File System.
[ OK ] Mounted Debug File System.
[ 4.303887] systemd[1]: Mounted POSIX Message Queue File System.
[ OK ] Mounted POSIX Message Queue File System.
[ 4.316131] systemd[1]: Started Journal Service.
[ OK ] Started Journal Service.
[ OK ] Started Remount Root and Kernel File Systems.
[ 4.336634] iscsi: registered transport (iser)
[ OK ] Started Create list of required sta...ce nodes for the current kernel.
[ OK ] Started Set console keymap.
[ OK ] Started Uncomplicated firewall.
[ OK ] Started Load Kernel Modules.
[ OK ] Started Nameserver information manager.
[ OK ] Started LVM2 metadata daemon.
Starting Apply Kernel Variables...
Mounting FUSE Control File System...
Starting Create Static Device Nodes in /dev...
Starting Load/Save Random Seed...
Starting udev Coldplug all Devices...
Starting Flush Journal to Persistent Storage...
[ OK ] Mounted FUSE Control File System.
[ OK ] Started Apply Kernel Variables.
[ OK ] Started Create Static Device Nodes in /dev.
[ OK ] Started Load/Save Random Seed.
Starting udev Kernel Device Manager...
[ OK ] Started Flush Journal to Persistent Storage.
[ OK ] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.
[ OK ] Started udev Coldplug all Devices.
[ OK ] Started udev Kernel Device Manager.
[ OK ] Started Dispatch Password Requests to Console Directory Watch.
[ OK ] Reached target Local File Systems (Pre).
[ OK ] Reached target Local File Systems.
Starting Tell Plymouth To Write Out Runtime Data...
Starting LSB: AppArmor initialization...
Starting Initial cloud-init job (pre-networking)...
Starting Set console font and keymap...
Starting Commit a transient machine-id on disk...
Starting Create Volatile Files and Directories...
[ OK ] Started Tell Plymouth To Write Out Runtime Data.
[ OK ] Started Commit a transient machine-id on disk.
[ OK ] Started Create Volatile Files and Directories.
Starting Update UTMP about System Boot/Shutdown...
Starting Network Time Synchronization...
[ OK ] Started Update UTMP about System Boot/Shutdown.
[ OK ] Started Network Time Synchronization.
[ OK ] Reached target System Time Synchronized.
[ OK ] Found device /dev/ttyS0.
[ OK ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
[ 7.417572] cloud-init[489]: Cloud-init v. 18.2 running 'init-local' at Fri, 22 Jun 2018 09:14:44 +0000. Up 5.83 seconds.[ OK ] Started LSB: AppArmor initialization.
[ OK ] Started Initial cloud-init job (pre-networking).
[ OK ] Reached target Network (Pre).
Starting Raise network interfaces...
[ OK ] Started Set console font and keymap.
[ OK ] Created slice system-getty.slice.
[ OK ] Started Raise network interfaces.
Starting Initial cloud-init job (metadata service crawler)...
[ OK ] Reached target Network.
[ 9.282000] cloud-init[1023]: Cloud-init v. 18.2 running 'init' at Fri, 22 Jun 2018 09:14:46 +0000. Up 8.75 seconds.
[ 9.292300] cloud-init[1023]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++++++++++++
[ 9.304915] cloud-init[1023]: ci-info: +--------+------+-----------------------------+---------------+-------+-------------------+
[ 9.316882] cloud-init[1023]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |
[ 9.329040] cloud-init[1023]: ci-info: +--------+------+-----------------------------+---------------+-------+-------------------+
[ 9.344210] cloud-init[1023]: ci-info: | eth0 | True | 172.31.45.44 | 255.255.240.0 | . | 06:3e:28:0b:23:30 |[ OK ] Started Initial cloud-init job (metadata service crawler).
[ OK 
[ 9.356694] cloud-init[1023]: ci-info: | eth0 | True | fe80::43e:28ff:fe0b:2330/64 | . | link | 06:3e:28:0b:23:30 |] Reached target System Initialization.
[ OK ] Listening on UUID daemon activation socket.
Starting Socket activation for snappy daemon.
[ 9.369948] cloud-init[1023]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |
[ OK 
[ 9.376858] cloud-init[1023]: ci-info: | lo | True | ::1/128 | . | host | . |] Listening on D-Bus System Message Bus Socket.
[ OK ] Started Daily Cleanup of Temporary Directories.
[ OK ]
[ 9.388563] cloud-init[1023]: ci-info: +--------+------+-----------------------------+---------------+-------+-------------------+Listening on ACPID Listen Socket.
[ OK ] Started ACPI Events Check.
[ OK ] [ 9.395420] cloud-init[1023]: ci-info: +++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++Reached target Paths.
Starting LXD - unix socket.[ 9.408840] cloud-init[1023]: ci-info: +-------+-------------+-------------+---------------+-----------+-------+
[ OK ] Started Daily apt download activities.
[ OK ] Started Daily apt upgrade and clean activities.
[ 9.421727] cloud-init[1023]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |
[ OK ] Reached target Timers.
[ 9.429037] cloud-init[1023]: ci-info: +-------+-------------+-------------+---------------+-----------+-------+
[ OK ] Reached target Network is Online.
[ 9.436515] cloud-init[1023]: ci-info: | 0 | 0.0.0.0 | 172.31.32.1 | 0.0.0.0 | eth0 | UG | Starting iSCSI initiator daemon (iscsid)...
[ OK 
[ 9.444521] cloud-init[1023]: ci-info: | 1 | 172.31.32.0 | 0.0.0.0 | 255.255.240.0 | eth0 | U |] Reached target Cloud-config availability.
[ OK ] Listening on Socket activation for snappy daemon.
[ OK ]
[ 9.457319] cloud-init[1023]: ci-info: +-------+-------------+-------------+---------------+-----------+-------+Listening on LXD - unix socket.
[ 9.472125] cloud-init[1023]: Generating public/private rsa key pair.
[ OK ] Reached target Sockets.
[ OK ] Reached target Basic System.
[[ 9.484379] cloud-init[1023]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key. OK ] Started Unattended Upgrades Shutdown.
[ 9.493550] Starting LSB: MD monitoring daemon...
Starting LXD - container startup/shutdown...cloud-init[1023]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.
[ 9.506070] cloud-init
[ OK ] Started FUSE filesystem for LXC.
[1023]: The key fingerprint is: Starting LSB: Record successful boot for GRUB...
[ 9.523213]
Starting Login Service...cloud-init[1023]:
[ OK ] Started Deferred execution scheduler.
Starting Apply the settings specified in cloud-config...
SHA256:RtMHDWPGvCg15YlhpB338HLlMrgQq448vENmjgGfGzE root@ip-172-31-45-44[ OK ] Started ACPI event daemon.
[ OK ] Started Regular background program processing daemon.
[ 9.565738]
Starting /etc/rc.local Compatibility...
cloud-initStarting Accounts Service...
[1023]: Starting Pollinate to seed the pseudo random number generator...The key's randomart image is:
Starting System Logging Service...
[ OK ] Started D-Bus System Message Bus.
[ 9.615619] cloud-init[1023]: +---[RSA 2048]----+ Starting Snappy daemon...
[
 OK [ 9.652933] ] Started System Logging Service.
[ OK ] Started iSCSI initiator daemon (iscsid).
[ OK cloud-init] Started /etc/rc.local Compatibility.[1023]:
| .*+Xo . |
[ OK ] Started LXD - container startup/shutdown.[ 9.730494]
[cloud-init OK ] Started LSB: MD monitoring daemon.
[1023]: | +o%oO.o |
[ OK ] Started LSB: Record successful boot for GRUB.
[ 9.772724] cloud-init[1023]: | ..Bo*.B . |
[ OK [ 9.825142] cloud-init] Started Login Service.
[1023]: Starting Authenticate and Authorize Users to Run Privileged Tasks...|. E .o.o.= o |
Starting Login to default iSCSI targets...
[ OK ] Started Authenticate and Authorize Users to Run Privileged Tasks.
[ OK ] Started Accounts Service.
[ 9.872460] [ OK ] Started Login to default iSCSI targets.
cloud-init[1023]: | o + ..S . |[ OK 
[ 9.921230] ] Reached target Remote File Systems (Pre).
[ OK ] Reached target Remote File Systems.cloud-init[1023]: | =o+o . |
Starting LSB: automatic crash report generation...
Starting Permit User Sessions...
Starting LSB: Set the CPU Frequency Scaling governor to "ondemand"...
Starting LSB: daemon to balance interrupts for SMP systems...
[ OK ] Started Snappy daemon.
[ 9.941706] cloud-init[1023]: | X= . |
[ OK ] Started Permit User Sessions.
[ 9.996220] cloud-init[1023]: | o oo |
[ 10.032493] cloud-init[1023]: | .. |
Starting Hold until boot process finishes up...
Starting Terminate Plymouth Boot Screen...
[ 10.052009] cloud-init[1023]: +----[SHA256]-----+[ OK ] Started LSB: automatic crash report generation.
[ OK ] Started LSB: Set the CPU Frequency Scaling governor to "ondemand".
[ OK ] Started Hold until boot process finishes up.
[ 10.077088] cloud-init[1023]: Generating public/private dsa key pair.
[ OK ] Started Terminate Plymouth Boot Screen.
[ OK ] Started Getty on tty1.
Starting Set console scheme...
[ OK [ 10.093354] cloud-init[1023]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.] Started Serial Getty on ttyS0.
[ OK ] Reached target Login Prompts.
[ OK 
[ 10.138888] cloud-init] Started LSB: daemon to balance interrupts for SMP systems.
[1023]: [ OK ] Started Set console scheme.
Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.
[ 10.168994] cloud-init[1023]: The key fingerprint is:
[ 10.175084] cloud-init[1023]: SHA256:mLQhOXNffikO/oKcS9bTaAzjJirD1tgfIwKVOPmbytU root@ip-172-31-45-44
[ 10.186987] cloud-init[1023]: The key's randomart image is:
[ 10.195227] cloud-init[1023]: +---[DSA 1024]----+
[ 10.204158] cloud-init[1023]: | |
[ 10.212157] cloud-init[1023]: | o . . |
[ 10.220188] cloud-init[1023]: |+ o = + . |
[ 10.228807] cloud-init[1023]: | + * * o . |
[ 10.236404] cloud-init[1023]: |. . * S o o |
[ 10.248079] cloud-init[1023]: |. o.. * = o |
[ 10.254639] cloud-init[1023]: |..*o.E=oB o |
[ 10.261827] cloud-init[1023]: |+=o+.=*..o |
[ 10.277787] cloud-init[1023]: |o+. .... .. |
[ 10.292160] cloud-init[1023]: +----[SHA256]-----+
[ 10.347431] cloud-init[1023]: Generating public/private ecdsa key pair.
[ 10.393854] cloud-init[1023]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.
[ 10.407903] cloud-init[1023]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.
[ 10.428150] cloud-init[1023]: The key fingerprint is:
[ 10.438871] cloud-init[1023]: SHA256:PYin3XsLvXbiThrBxXs4Ofwww/TZVnHWFMQgfaRDJHw root@ip-172-31-45-44
[ 10.452880] cloud-init[1023]: The key's randomart image is:
[ 10.460805] cloud-init[1023]: +---[ECDSA 256]---+
[ 10.468424] cloud-init[1023]: | .oo+=**|
[ 10.476446] cloud-init[1023]: | o+E.++|
[ 10.484763] cloud-init[1023]: | =o. .|
[ 10.494916] cloud-init[1023]: | . + = =.o.|
[ 10.502745] cloud-init[1023]: | . S = % + o|
[ 10.510123] cloud-init[1023]: | + . + O . |
[ 10.517627] cloud-init[1023]: | . . + o . |
[ 10.525045] cloud-init[1023]: | *+.. |
[ 10.532848] cloud-init[1023]: | o==+ |
[ 10.544077] cloud-init[1023]: +----[SHA256]-----+
[ 10.552171] cloud-init[1023]: Generating public/private ed25519 key pair.
[ 10.564410] cloud-init[1023]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.
[ 10.576166] cloud-init[1023]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.
[ 10.592166] cloud-init[1023]: The key fingerprint is:
[ 10.600542] cloud-init[1023]: SHA256:Q4t8Utb6KsoQOwvgU2sKjyRi00QmpUvTS5FRjTWW3J0 root@ip-172-31-45-44
[ 10.613209] cloud-init[1023]: The key's randomart image is:
[ 10.624166] cloud-init[1023]: +--[ED25519 256]--+
[ 10.634419] cloud-init[1023]: | ++.=+o . . |
[ 10.648166] cloud-init[1023]: | +....+.o E |
[ 10.664180] cloud-init[1023]: | = = + . |
[ 10.676178] cloud-init[1023]: |. B .. = o |
[ 10.689012] cloud-init[1023]: |...+ + S |
[ 10.704163] cloud-init[1023]: |o +o. o o |
[ 10.715188] cloud-init[1023]: |=*++ . |
[ 10.742272] cloud-init[1023]: |*+== . . |
[ 10.756546] cloud-init[1023]: |..o o. .. |
[ 10.772163] cloud-init[1023]: +----[SHA256]-----+
[ 10.829783] cloud-init[1123]: Generating locales (this might take a while)...
[ OK ] Started Pollinate to seed the pseudo random number generator.
Starting OpenBSD Secure Shell server...
[ OK ] Started OpenBSD Secure Shell server.
[ OK ] Reached target Multi-User System.
[ OK ] Reached target Graphical Interface.
Starting Update UTMP about System Runlevel Changes...
[ OK ] Started Update UTMP about System Runlevel Changes.
[ 11.537884] cloud-init[1123]: en_US.UTF-8... done
[ 11.543637] cloud-init[1123]: Generation complete.
[ 11.848962] cloud-init[1123]: Cloud-init v. 18.2 running 'modules:config' at Fri, 22 Jun 2018 09:14:48 +0000. Up 10.62 seconds.
[ OK ] Started Apply the settings specified in cloud-config.
Starting Execute cloud user/final scripts...
ci-info: no authorized ssh keys fingerprints found for user ubuntu.
<14>Jun 22 09:14:50 ec2:
<14>Jun 22 09:14:50 ec2: #############################################################
<14>Jun 22 09:14:50 ec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----
<14>Jun 22 09:14:50 ec2: 1024 SHA256:mLQhOXNffikO/oKcS9bTaAzjJirD1tgfIwKVOPmbytU root@ip-172-31-45-44 (DSA)
<14>Jun 22 09:14:50 ec2: 256 SHA256:PYin3XsLvXbiThrBxXs4Ofwww/TZVnHWFMQgfaRDJHw root@ip-172-31-45-44 (ECDSA)
<14>Jun 22 09:14:50 ec2: 256 SHA256:Q4t8Utb6KsoQOwvgU2sKjyRi00QmpUvTS5FRjTWW3J0 root@ip-172-31-45-44 (ED25519)
<14>Jun 22 09:14:50 ec2: 2048 SHA256:RtMHDWPGvCg15YlhpB338HLlMrgQq448vENmjgGfGzE root@ip-172-31-45-44 (RSA)
<14>Jun 22 09:14:50 ec2: -----END SSH HOST KEY FINGERPRINTS-----
<14>Jun 22 09:14:50 ec2: #############################################################
-----BEGIN SSH HOST KEY KEYS-----
ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMsX4HKGZk0/SERWhv4DUwOxhwg0OFMB2kuOQxX259Ze6yNwaEB7qMXsg8ZSk4FmFcWdnxiTA8YQGB75Cw72Pco= root@ip-172-31-45-44
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIalfzlDsn0bAqG7VdkrhmnwoVHrY4GVVu+ZaDEf6jra root@ip-172-31-45-44
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDCMscewv5Vpmb68H8us7ykqNAaif2mOUp3BuwdsLmHWTyyMywIfUvRHrNPQMCIqEHELQCJuaz6gtajtNDwaWD7zIEgBtybMI/ZT7jWxvQhpCVig0NE2O/N6F9VhIXTjI00zupdGPBHhWBSw19zPlWkNx2eTx2EHw2eHJjsUNjaLH33BYDypF+szef2CA7RciZzCzaO1zftbSYCgxJbqiB6wA14YIqWRwNH+DhXmvZjltDhaKRh+/Z8ttNQ3034ndkekc32cMkbA/2/3AFV2hhGbdTp3r1NCAKfG85TMzthbFXj2kb94Yix59f10/Iy+5flmXhC3XGBqgjCT7eNZTe/ root@ip-172-31-45-44
-----END SSH HOST KEY KEYS-----
[ 12.352973] cloud-init[1342]: Cloud-init v. 18.2 running 'modules:final' at Fri, 22 Jun 2018 09:14:50 +0000. Up 12.16 seconds.
[ 12.364792] cloud-init[1342]: ci-info: no authorized ssh keys fingerprints found for user ubuntu.
[ 12.376864] cloud-init[1342]: Cloud-init v. 18.2 finished at Fri, 22 Jun 2018 09:14:50 +0000. Datasource DataSourceEc2Local. Up 12.34 seconds
[ OK ] Started Execute cloud user/final scripts.
[ OK ] Reached target Cloud-init target.
Ubuntu 16.04.4 LTS ip-172-31-45-44 ttyS0
ip-172-31-45-44 login:
TestTerraformRedeployExample 2018-06-22T10:19:53+01:00 test_structure.go:23: The 'SKIP_teardown' environment variable is not set, so executing stage 'teardown'.
TestTerraformRedeployExample 2018-06-22T10:19:53+01:00 save_test_data.go:159: Loading test data from ../examples/terraform-redeploy-example/.test-data/TerraformOptions.json
TestTerraformRedeployExample 2018-06-22T10:19:53+01:00 retry.go:69: Running terraform [destroy -force -input=false -lock=false -var aws_region="us-west-2" -var instance_name="redeploy-test-V5Wu4z" -var instance_text="Hello, V5Wu4z!-redeploy"]
TestTerraformRedeployExample 2018-06-22T10:19:53+01:00 command.go:52: Running command terraform with args [destroy -force -input=false -lock=false -var aws_region="us-west-2" -var instance_name="redeploy-test-V5Wu4z" -var instance_text="Hello, V5Wu4z!-redeploy"]
TestTerraformRedeployExample 2018-06-22T10:19:54+01:00 command.go:96: data.template_file.user_data: Refreshing state...
TestTerraformRedeployExample 2018-06-22T10:19:56+01:00 command.go:96: data.aws_vpc.default: Refreshing state...
TestTerraformRedeployExample 2018-06-22T10:19:56+01:00 command.go:96: data.aws_ami.ubuntu: Refreshing state...
TestTerraformRedeployExample 2018-06-22T10:19:58+01:00 command.go:96: aws_security_group.web_server: Refreshing state... (ID: sg-7b9fa50a)
TestTerraformRedeployExample 2018-06-22T10:19:58+01:00 command.go:96: aws_security_group.alb: Refreshing state... (ID: sg-5f9aa02e)
TestTerraformRedeployExample 2018-06-22T10:19:58+01:00 command.go:96: data.aws_subnet_ids.default: Refreshing state...
TestTerraformRedeployExample 2018-06-22T10:19:58+01:00 command.go:96: aws_security_group_rule.web_server_allow_http_inbound: Refreshing state... (ID: sgrule-169248969)
TestTerraformRedeployExample 2018-06-22T10:19:58+01:00 command.go:96: aws_launch_configuration.web_servers: Refreshing state... (ID: terraform-20180622091419737900000001)
TestTerraformRedeployExample 2018-06-22T10:19:58+01:00 command.go:96: aws_security_group_rule.web_server_allow_all_outbound: Refreshing state... (ID: sgrule-3745870766)
TestTerraformRedeployExample 2018-06-22T10:19:58+01:00 command.go:96: aws_security_group_rule.allow_all_outbound: Refreshing state... (ID: sgrule-2655712549)
TestTerraformRedeployExample 2018-06-22T10:19:58+01:00 command.go:96: aws_security_group_rule.alb_allow_http_inbound: Refreshing state... (ID: sgrule-3169225996)
TestTerraformRedeployExample 2018-06-22T10:19:58+01:00 command.go:96: aws_alb.web_servers: Refreshing state... (ID: arn:aws:elasticloadbalancing:us-west-2:.../redeploy-test-V5Wu4z/d1a2cda6afa1db03)
TestTerraformRedeployExample 2018-06-22T10:20:00+01:00 command.go:96: aws_alb_target_group.web_servers: Refreshing state... (ID: arn:aws:elasticloadbalancing:us-west-2:.../redeploy-test-V5Wu4z/ee021256ab6c1295)
TestTerraformRedeployExample 2018-06-22T10:20:02+01:00 command.go:96: aws_alb_listener.http: Refreshing state... (ID: arn:aws:elasticloadbalancing:us-west-2:...Wu4z/d1a2cda6afa1db03/7c937a062abec815)
TestTerraformRedeployExample 2018-06-22T10:20:03+01:00 command.go:96: aws_autoscaling_group.web_servers: Refreshing state... (ID: terraform-20180622091419737900000001)
TestTerraformRedeployExample 2018-06-22T10:20:03+01:00 command.go:96: aws_alb_listener_rule.send_all_to_web_servers: Refreshing state... (ID: arn:aws:elasticloadbalancing:us-west-2:...db03/7c937a062abec815/2efa9724640f0e40)
TestTerraformRedeployExample 2018-06-22T10:20:05+01:00 command.go:96: aws_alb_listener_rule.send_all_to_web_servers: Destroying... (ID: arn:aws:elasticloadbalancing:us-west-2:...db03/7c937a062abec815/2efa9724640f0e40)
TestTerraformRedeployExample 2018-06-22T10:20:05+01:00 command.go:96: aws_autoscaling_group.web_servers: Destroying... (ID: terraform-20180622091419737900000001)
TestTerraformRedeployExample 2018-06-22T10:20:05+01:00 command.go:96: aws_security_group_rule.allow_all_outbound: Destroying... (ID: sgrule-2655712549)
TestTerraformRedeployExample 2018-06-22T10:20:05+01:00 command.go:96: aws_security_group_rule.alb_allow_http_inbound: Destroying... (ID: sgrule-3169225996)
TestTerraformRedeployExample 2018-06-22T10:20:05+01:00 command.go:96: aws_security_group_rule.web_server_allow_all_outbound: Destroying... (ID: sgrule-3745870766)
TestTerraformRedeployExample 2018-06-22T10:20:05+01:00 command.go:96: aws_security_group_rule.web_server_allow_http_inbound: Destroying... (ID: sgrule-169248969)
TestTerraformRedeployExample 2018-06-22T10:20:06+01:00 command.go:96: aws_alb_listener_rule.send_all_to_web_servers: Destruction complete after 1s
TestTerraformRedeployExample 2018-06-22T10:20:06+01:00 command.go:96: aws_security_group_rule.allow_all_outbound: Destruction complete after 2s
TestTerraformRedeployExample 2018-06-22T10:20:06+01:00 command.go:96: aws_security_group_rule.web_server_allow_all_outbound: Destruction complete after 2s
TestTerraformRedeployExample 2018-06-22T10:20:08+01:00 command.go:96: aws_security_group_rule.alb_allow_http_inbound: Destruction complete after 3s
TestTerraformRedeployExample 2018-06-22T10:20:08+01:00 command.go:96: aws_security_group_rule.web_server_allow_http_inbound: Destruction complete after 3s
TestTerraformRedeployExample 2018-06-22T10:20:15+01:00 command.go:96: aws_autoscaling_group.web_servers: Still destroying... (ID: terraform-20180622091419737900000001, 10s elapsed)
TestTerraformRedeployExample 2018-06-22T10:20:25+01:00 command.go:96: aws_autoscaling_group.web_servers: Still destroying... (ID: terraform-20180622091419737900000001, 20s elapsed)
TestTerraformRedeployExample 2018-06-22T10:20:35+01:00 command.go:96: aws_autoscaling_group.web_servers: Still destroying... (ID: terraform-20180622091419737900000001, 30s elapsed)
TestTerraformRedeployExample 2018-06-22T10:20:45+01:00 command.go:96: aws_autoscaling_group.web_servers: Still destroying... (ID: terraform-20180622091419737900000001, 40s elapsed)
TestTerraformRedeployExample 2018-06-22T10:20:55+01:00 command.go:96: aws_autoscaling_group.web_servers: Still destroying... (ID: terraform-20180622091419737900000001, 50s elapsed)
TestTerraformRedeployExample 2018-06-22T10:21:05+01:00 command.go:96: aws_autoscaling_group.web_servers: Still destroying... (ID: terraform-20180622091419737900000001, 1m0s elapsed)
TestTerraformRedeployExample 2018-06-22T10:21:15+01:00 command.go:96: aws_autoscaling_group.web_servers: Still destroying... (ID: terraform-20180622091419737900000001, 1m10s elapsed)
TestTerraformRedeployExample 2018-06-22T10:21:25+01:00 command.go:96: aws_autoscaling_group.web_servers: Still destroying... (ID: terraform-20180622091419737900000001, 1m20s elapsed)
TestTerraformRedeployExample 2018-06-22T10:21:35+01:00 command.go:96: aws_autoscaling_group.web_servers: Still destroying... (ID: terraform-20180622091419737900000001, 1m30s elapsed)
TestTerraformRedeployExample 2018-06-22T10:21:45+01:00 command.go:96: aws_autoscaling_group.web_servers: Still destroying... (ID: terraform-20180622091419737900000001, 1m40s elapsed)
TestTerraformRedeployExample 2018-06-22T10:21:55+01:00 command.go:96: aws_autoscaling_group.web_servers: Still destroying... (ID: terraform-20180622091419737900000001, 1m50s elapsed)
TestTerraformRedeployExample 2018-06-22T10:22:01+01:00 command.go:96: aws_autoscaling_group.web_servers: Destruction complete after 1m56s
TestTerraformRedeployExample 2018-06-22T10:22:01+01:00 command.go:96: aws_launch_configuration.web_servers: Destroying... (ID: terraform-20180622091419737900000001)
TestTerraformRedeployExample 2018-06-22T10:22:01+01:00 command.go:96: aws_alb_listener.http: Destroying... (ID: arn:aws:elasticloadbalancing:us-west-2:...Wu4z/d1a2cda6afa1db03/7c937a062abec815)
TestTerraformRedeployExample 2018-06-22T10:22:01+01:00 command.go:96: aws_alb_listener.http: Destruction complete after 1s
TestTerraformRedeployExample 2018-06-22T10:22:01+01:00 command.go:96: aws_alb_target_group.web_servers: Destroying... (ID: arn:aws:elasticloadbalancing:us-west-2:.../redeploy-test-V5Wu4z/ee021256ab6c1295)
TestTerraformRedeployExample 2018-06-22T10:22:02+01:00 command.go:96: aws_launch_configuration.web_servers: Destruction complete after 1s
TestTerraformRedeployExample 2018-06-22T10:22:02+01:00 command.go:96: aws_security_group.web_server: Destroying... (ID: sg-7b9fa50a)
TestTerraformRedeployExample 2018-06-22T10:22:02+01:00 command.go:96: aws_alb_target_group.web_servers: Destruction complete after 1s
TestTerraformRedeployExample 2018-06-22T10:22:02+01:00 command.go:96: aws_alb.web_servers: Destroying... (ID: arn:aws:elasticloadbalancing:us-west-2:.../redeploy-test-V5Wu4z/d1a2cda6afa1db03)
TestTerraformRedeployExample 2018-06-22T10:22:04+01:00 command.go:96: aws_security_group.web_server: Destruction complete after 3s
TestTerraformRedeployExample 2018-06-22T10:22:05+01:00 command.go:96: aws_alb.web_servers: Destruction complete after 2s
TestTerraformRedeployExample 2018-06-22T10:22:05+01:00 command.go:96: aws_security_group.alb: Destroying... (ID: sg-5f9aa02e)
TestTerraformRedeployExample 2018-06-22T10:22:15+01:00 command.go:96: aws_security_group.alb: Still destroying... (ID: sg-5f9aa02e, 10s elapsed)
TestTerraformRedeployExample 2018-06-22T10:22:25+01:00 command.go:96: aws_security_group.alb: Still destroying... (ID: sg-5f9aa02e, 20s elapsed)
TestTerraformRedeployExample 2018-06-22T10:22:35+01:00 command.go:96: aws_security_group.alb: Still destroying... (ID: sg-5f9aa02e, 30s elapsed)
TestTerraformRedeployExample 2018-06-22T10:22:45+01:00 command.go:96: aws_security_group.alb: Still destroying... (ID: sg-5f9aa02e, 40s elapsed)
TestTerraformRedeployExample 2018-06-22T10:22:47+01:00 command.go:96: aws_security_group.alb: Destruction complete after 42s
TestTerraformRedeployExample 2018-06-22T10:22:47+01:00 command.go:96: 
TestTerraformRedeployExample 2018-06-22T10:22:47+01:00 command.go:96: Destroy complete! Resources: 12 destroyed.
--- PASS: TestTerraformRedeployExample (751.45s)
save_test_data.go:143: Marshalled JSON: {"TerraformDir":"../examples/terraform-redeploy-example","Vars":{"aws_region":"us-west-2","instance_name":"redeploy-test-V5Wu4z","instance_text":"Hello, V5Wu4z!"},"EnvVars":null,"RetryableTerraformErrors":null,"MaxRetries":0,"TimeBetweenRetries":0,"Upgrade":false}
save_test_data.go:143: Marshalled JSON: {"TerraformDir":"../examples/terraform-redeploy-example","Vars":{"aws_region":"us-west-2","instance_name":"redeploy-test-V5Wu4z","instance_text":"Hello, V5Wu4z!-redeploy"},"EnvVars":null,"RetryableTerraformErrors":null,"MaxRetries":0,"TimeBetweenRetries":0,"Upgrade":false}
PASS
ok github.com/Briansbum/terratest/test 751.481s
=== RUN TestTerraformSshExample
=== PAUSE TestTerraformSshExample
=== CONT TestTerraformSshExample
TestTerraformSshExample 2018-06-21T15:41:49+01:00 test_structure.go:23: The 'SKIP_setup' environment variable is not set, so executing stage 'setup'.
TestTerraformSshExample 2018-06-21T15:41:49+01:00 region.go:72: Looking up all AWS regions available in this account
TestTerraformSshExample 2018-06-21T15:41:50+01:00 region.go:57: Using region ap-south-1
TestTerraformSshExample 2018-06-21T15:41:50+01:00 key_pair.go:31: Generating new public/private key of size 2048
TestTerraformSshExample 2018-06-21T15:41:50+01:00 keypair.go:49: Creating new Key Pair in EC2 region ap-south-1 named terratest-ssh-example-APgyzl
TestTerraformSshExample 2018-06-21T15:41:51+01:00 save_test_data.go:132: Storing test data in ../examples/terraform-ssh-example/.test-data/TerraformOptions.json so it can be reused later
TestTerraformSshExample 2018-06-21T15:41:51+01:00 save_test_data.go:135: [WARNING] The named test data at path ../examples/terraform-ssh-example/.test-data/TerraformOptions.json is non-empty. Save operation will overwrite existing value with "&{../examples/terraform-ssh-example map[aws_region:ap-south-1 instance_name:terratest-ssh-example-APgyzl key_pair_name:terratest-ssh-example-APgyzl] map[] map[] 0 0s false}".
.
TestTerraformSshExample 2018-06-21T15:41:51+01:00 save_test_data.go:132: Storing test data in ../examples/terraform-ssh-example/.test-data/Ec2KeyPair.json so it can be reused later
TestTerraformSshExample 2018-06-21T15:41:51+01:00 save_test_data.go:135: [WARNING] The named test data at path ../examples/terraform-ssh-example/.test-data/Ec2KeyPair.json is non-empty. Save operation will overwrite existing value with "&{0xc4204de580 terratest-ssh-example-APgyzl ap-south-1}".
.
TestTerraformSshExample 2018-06-21T15:41:51+01:00 retry.go:69: Running terraform [init -upgrade=false]
TestTerraformSshExample 2018-06-21T15:41:51+01:00 command.go:52: Running command terraform with args [init -upgrade=false]
TestTerraformSshExample 2018-06-21T15:41:51+01:00 command.go:96:
TestTerraformSshExample 2018-06-21T15:41:51+01:00 command.go:96: Initializing provider plugins...
TestTerraformSshExample 2018-06-21T15:41:51+01:00 command.go:96:
TestTerraformSshExample 2018-06-21T15:41:51+01:00 command.go:96: The following providers do not have any version constraints in configuration,
TestTerraformSshExample 2018-06-21T15:41:51+01:00 command.go:96: so the latest version was installed.
TestTerraformSshExample 2018-06-21T15:41:51+01:00 command.go:96:
TestTerraformSshExample 2018-06-21T15:41:51+01:00 command.go:96: To prevent automatic upgrades to new major versions that may contain breaking
TestTerraformSshExample 2018-06-21T15:41:51+01:00 command.go:96: changes, it is recommended to add version = "..." constraints to the
TestTerraformSshExample 2018-06-21T15:41:51+01:00 command.go:96: corresponding provider blocks in configuration, with the constraint strings
TestTerraformSshExample 2018-06-21T15:41:51+01:00 command.go:96: suggested below.
TestTerraformSshExample 2018-06-21T15:41:51+01:00 command.go:96:
TestTerraformSshExample 2018-06-21T15:41:51+01:00 command.go:96: * provider.aws: version = "~> 1.23"
TestTerraformSshExample 2018-06-21T15:41:51+01:00 command.go:96:
TestTerraformSshExample 2018-06-21T15:41:51+01:00 command.go:96: Terraform has been successfully initialized!
TestTerraformSshExample 2018-06-21T15:41:51+01:00 command.go:96: 
TestTerraformSshExample 2018-06-21T15:41:51+01:00 command.go:96: You may now begin working with Terraform. Try running "terraform plan" to see
TestTerraformSshExample 2018-06-21T15:41:51+01:00 command.go:96: any changes that are required for your infrastructure. All Terraform commands
TestTerraformSshExample 2018-06-21T15:41:51+01:00 command.go:96: should now work.
TestTerraformSshExample 2018-06-21T15:41:51+01:00 command.go:96:
TestTerraformSshExample 2018-06-21T15:41:51+01:00 command.go:96: If you ever set or change modules or backend configuration for Terraform,
TestTerraformSshExample 2018-06-21T15:41:51+01:00 command.go:96: rerun this command to reinitialize your working directory. If you forget, other
TestTerraformSshExample 2018-06-21T15:41:51+01:00 command.go:96: commands will detect it and remind you to do so if necessary.
TestTerraformSshExample 2018-06-21T15:41:51+01:00 retry.go:69: Running terraform [get -update]
TestTerraformSshExample 2018-06-21T15:41:51+01:00 command.go:52: Running command terraform with args [get -update]
TestTerraformSshExample 2018-06-21T15:41:51+01:00 retry.go:69: Running terraform [apply -input=false -lock=false -auto-approve -var aws_region="ap-south-1" -var instance_name="terratest-ssh-example-APgyzl" -var key_pair_name="terratest-ssh-example-APgyzl"]
TestTerraformSshExample 2018-06-21T15:41:51+01:00 command.go:52: Running command terraform with args [apply -input=false -lock=false -auto-approve -var aws_region="ap-south-1" -var instance_name="terratest-ssh-example-APgyzl" -var key_pair_name="terratest-ssh-example-APgyzl"]
TestTerraformSshExample 2018-06-21T15:41:53+01:00 command.go:96: data.aws_ami.ubuntu: Refreshing state...
TestTerraformSshExample 2018-06-21T15:41:57+01:00 command.go:96: aws_security_group.example: Creating...
TestTerraformSshExample 2018-06-21T15:41:57+01:00 command.go:96: arn: "" => "<computed>"
TestTerraformSshExample 2018-06-21T15:41:57+01:00 command.go:96: description: "" => "Managed by Terraform"
TestTerraformSshExample 2018-06-21T15:41:57+01:00 command.go:96: egress.#: "" => "1"
TestTerraformSshExample 2018-06-21T15:41:57+01:00 command.go:96: egress.482069346.cidr_blocks.#: "" => "1"
TestTerraformSshExample 2018-06-21T15:41:57+01:00 command.go:96: egress.482069346.cidr_blocks.0: "" => "0.0.0.0/0"
TestTerraformSshExample 2018-06-21T15:41:57+01:00 command.go:96: egress.482069346.description: "" => ""
TestTerraformSshExample 2018-06-21T15:41:57+01:00 command.go:96: egress.482069346.from_port: "" => "0"
TestTerraformSshExample 2018-06-21T15:41:57+01:00 command.go:96: egress.482069346.ipv6_cidr_blocks.#: "" => "0"
TestTerraformSshExample 2018-06-21T15:41:57+01:00 command.go:96: egress.482069346.prefix_list_ids.#: "" => "0"
TestTerraformSshExample 2018-06-21T15:41:57+01:00 command.go:96: egress.482069346.protocol: "" => "-1"
TestTerraformSshExample 2018-06-21T15:41:57+01:00 command.go:96: egress.482069346.security_groups.#: "" => "0"
TestTerraformSshExample 2018-06-21T15:41:57+01:00 command.go:96: egress.482069346.self: "" => "false"
TestTerraformSshExample 2018-06-21T15:41:57+01:00 command.go:96: egress.482069346.to_port: "" => "0"
TestTerraformSshExample 2018-06-21T15:41:57+01:00 command.go:96: ingress.#: "" => "1"
TestTerraformSshExample 2018-06-21T15:41:57+01:00 command.go:96: ingress.2541437006.cidr_blocks.#: "" => "1"
TestTerraformSshExample 2018-06-21T15:41:57+01:00 command.go:96: ingress.2541437006.cidr_blocks.0: "" => "0.0.0.0/0"
TestTerraformSshExample 2018-06-21T15:41:57+01:00 command.go:96: ingress.2541437006.description: "" => ""
TestTerraformSshExample 2018-06-21T15:41:57+01:00 command.go:96: ingress.2541437006.from_port: "" => "22"
TestTerraformSshExample 2018-06-21T15:41:57+01:00 command.go:96: ingress.2541437006.ipv6_cidr_blocks.#: "" => "0"
TestTerraformSshExample 2018-06-21T15:41:57+01:00 command.go:96: ingress.2541437006.protocol: "" => "tcp"
TestTerraformSshExample 2018-06-21T15:41:57+01:00 command.go:96: ingress.2541437006.security_groups.#: "" => "0"
TestTerraformSshExample 2018-06-21T15:41:57+01:00 command.go:96: ingress.2541437006.self: "" => "false"
TestTerraformSshExample 2018-06-21T15:41:57+01:00 command.go:96: ingress.2541437006.to_port: "" => "22"
TestTerraformSshExample 2018-06-21T15:41:57+01:00 command.go:96: name: "" => "terratest-ssh-example-APgyzl"
TestTerraformSshExample 2018-06-21T15:41:57+01:00 command.go:96: owner_id: "" => "<computed>"
TestTerraformSshExample 2018-06-21T15:41:57+01:00 command.go:96: revoke_rules_on_delete: "" => "false"
TestTerraformSshExample 2018-06-21T15:41:57+01:00 command.go:96: vpc_id: "" => "<computed>"
TestTerraformSshExample 2018-06-21T15:42:02+01:00 command.go:96: aws_security_group.example: Creation complete after 6s (ID: sg-9b44a5f1)
TestTerraformSshExample 2018-06-21T15:42:02+01:00 command.go:96: aws_instance.example_public: Creating...
TestTerraformSshExample 2018-06-21T15:42:02+01:00 command.go:96: ami: "" => "ami-41e9c52e"
TestTerraformSshExample 2018-06-21T15:42:02+01:00 command.go:96: associate_public_ip_address: "" => "true"
TestTerraformSshExample 2018-06-21T15:42:02+01:00 command.go:96: availability_zone: "" => "<computed>"
TestTerraformSshExample 2018-06-21T15:42:02+01:00 command.go:96: ebs_block_device.#: "" => "<computed>"
TestTerraformSshExample 2018-06-21T15:42:02+01:00 command.go:96: ephemeral_block_device.#: "" => "<computed>"
TestTerraformSshExample 2018-06-21T15:42:02+01:00 command.go:96: get_password_data: "" => "false"
TestTerraformSshExample 2018-06-21T15:42:02+01:00 command.go:96: instance_state: "" => "<computed>"
TestTerraformSshExample 2018-06-21T15:42:02+01:00 command.go:96: instance_type: "" => "t2.micro"
TestTerraformSshExample 2018-06-21T15:42:02+01:00 command.go:96: ipv6_address_count: "" => "<computed>"
TestTerraformSshExample 2018-06-21T15:42:02+01:00 command.go:96: ipv6_addresses.#: "" => "<computed>"
TestTerraformSshExample 2018-06-21T15:42:02+01:00 command.go:96: key_name: "" => "terratest-ssh-example-APgyzl"
TestTerraformSshExample 2018-06-21T15:42:02+01:00 command.go:96: network_interface.#: "" => "<computed>"
TestTerraformSshExample 2018-06-21T15:42:02+01:00 command.go:96: network_interface_id: "" => "<computed>"
TestTerraformSshExample 2018-06-21T15:42:02+01:00 command.go:96: password_data: "" => "<computed>"
TestTerraformSshExample 2018-06-21T15:42:02+01:00 command.go:96: placement_group: "" => "<computed>"
TestTerraformSshExample 2018-06-21T15:42:02+01:00 command.go:96: primary_network_interface_id: "" => "<computed>"
TestTerraformSshExample 2018-06-21T15:42:02+01:00 command.go:96: private_dns: "" => "<computed>"
TestTerraformSshExample 2018-06-21T15:42:02+01:00 command.go:96: private_ip: "" => "<computed>"
TestTerraformSshExample 2018-06-21T15:42:02+01:00 command.go:96: public_dns: "" => "<computed>"
TestTerraformSshExample 2018-06-21T15:42:02+01:00 command.go:96: public_ip: "" => "<computed>"
TestTerraformSshExample 2018-06-21T15:42:02+01:00 command.go:96: root_block_device.#: "" => "<computed>"
TestTerraformSshExample 2018-06-21T15:42:02+01:00 command.go:96: security_groups.#: "" => "<computed>"
TestTerraformSshExample 2018-06-21T15:42:02+01:00 command.go:96: source_dest_check: "" => "true"
TestTerraformSshExample 2018-06-21T15:42:02+01:00 command.go:96: subnet_id: "" => "<computed>"
TestTerraformSshExample 2018-06-21T15:42:02+01:00 command.go:96: tags.%: "" => "1"
TestTerraformSshExample 2018-06-21T15:42:02+01:00 command.go:96: tags.Name: "" => "terratest-ssh-example-APgyzl-public"
TestTerraformSshExample 2018-06-21T15:42:02+01:00 command.go:96: tenancy: "" => "<computed>"
TestTerraformSshExample 2018-06-21T15:42:02+01:00 command.go:96: volume_tags.%: "" => "<computed>"
TestTerraformSshExample 2018-06-21T15:42:02+01:00 command.go:96: vpc_security_group_ids.#: "" => "1"
TestTerraformSshExample 2018-06-21T15:42:02+01:00 command.go:96: vpc_security_group_ids.3261123202: "" => "sg-9b44a5f1"
TestTerraformSshExample 2018-06-21T15:42:02+01:00 command.go:96: aws_instance.example_private: Creating...
TestTerraformSshExample 2018-06-21T15:42:02+01:00 command.go:96: ami: "" => "ami-41e9c52e"
TestTerraformSshExample 2018-06-21T15:42:02+01:00 command.go:96: associate_public_ip_address: "" => "false"
TestTerraformSshExample 2018-06-21T15:42:02+01:00 command.go:96: availability_zone: "" => "<computed>"
TestTerraformSshExample 2018-06-21T15:42:02+01:00 command.go:96: ebs_block_device.#: "" => "<computed>"
TestTerraformSshExample 2018-06-21T15:42:02+01:00 command.go:96: ephemeral_block_device.#: "" => "<computed>"
TestTerraformSshExample 2018-06-21T15:42:02+01:00 command.go:96: get_password_data: "" => "false"
TestTerraformSshExample 2018-06-21T15:42:02+01:00 command.go:96: instance_state: "" => "<computed>"
TestTerraformSshExample 2018-06-21T15:42:02+01:00 command.go:96: instance_type: "" => "t2.micro"
TestTerraformSshExample 2018-06-21T15:42:02+01:00 command.go:96: ipv6_address_count: "" => "<computed>"
TestTerraformSshExample 2018-06-21T15:42:02+01:00 command.go:96: ipv6_addresses.#: "" => "<computed>"
TestTerraformSshExample 2018-06-21T15:42:02+01:00 command.go:96: key_name: "" => "terratest-ssh-example-APgyzl"
TestTerraformSshExample 2018-06-21T15:42:02+01:00 command.go:96: network_interface.#: "" => "<computed>"
TestTerraformSshExample 2018-06-21T15:42:02+01:00 command.go:96: network_interface_id: "" => "<computed>"
TestTerraformSshExample 2018-06-21T15:42:02+01:00 command.go:96: password_data: "" => "<computed>"
TestTerraformSshExample 2018-06-21T15:42:02+01:00 command.go:96: placement_group: "" => "<computed>"
TestTerraformSshExample 2018-06-21T15:42:02+01:00 command.go:96: primary_network_interface_id: "" => "<computed>"
TestTerraformSshExample 2018-06-21T15:42:02+01:00 command.go:96: private_dns: "" => "<computed>"
TestTerraformSshExample 2018-06-21T15:42:02+01:00 command.go:96: private_ip: "" => "<computed>"
TestTerraformSshExample 2018-06-21T15:42:02+01:00 command.go:96: public_dns: "" => "<computed>"
TestTerraformSshExample 2018-06-21T15:42:02+01:00 command.go:96: public_ip: "" => "<computed>"
TestTerraformSshExample 2018-06-21T15:42:02+01:00 command.go:96: root_block_device.#: "" => "<computed>"
TestTerraformSshExample 2018-06-21T15:42:02+01:00 command.go:96: security_groups.#: "" => "<computed>"
TestTerraformSshExample 2018-06-21T15:42:02+01:00 command.go:96: source_dest_check: "" => "true"
TestTerraformSshExample 2018-06-21T15:42:02+01:00 command.go:96: subnet_id: "" => "<computed>"
TestTerraformSshExample 2018-06-21T15:42:02+01:00 command.go:96: tags.%: "" => "1"
TestTerraformSshExample 2018-06-21T15:42:02+01:00 command.go:96: tags.Name: "" => "terratest-ssh-example-APgyzl-private"
TestTerraformSshExample 2018-06-21T15:42:02+01:00 command.go:96: tenancy: "" => "<computed>"
TestTerraformSshExample 2018-06-21T15:42:02+01:00 command.go:96: volume_tags.%: "" => "<computed>"
TestTerraformSshExample 2018-06-21T15:42:02+01:00 command.go:96: vpc_security_group_ids.#: "" => "1"
TestTerraformSshExample 2018-06-21T15:42:02+01:00 command.go:96: vpc_security_group_ids.3261123202: "" => "sg-9b44a5f1"
TestTerraformSshExample 2018-06-21T15:42:12+01:00 command.go:96: aws_instance.example_private: Still creating... (10s elapsed)
TestTerraformSshExample 2018-06-21T15:42:12+01:00 command.go:96: aws_instance.example_public: Still creating... (10s elapsed)
TestTerraformSshExample 2018-06-21T15:42:22+01:00 command.go:96: aws_instance.example_private: Still creating... (20s elapsed)
TestTerraformSshExample 2018-06-21T15:42:22+01:00 command.go:96: aws_instance.example_public: Still creating... (20s elapsed)
TestTerraformSshExample 2018-06-21T15:42:29+01:00 command.go:96: aws_instance.example_public: Creation complete after 26s (ID: i-04050606fd335d291)
TestTerraformSshExample 2018-06-21T15:42:29+01:00 command.go:96: aws_instance.example_private: Creation complete after 26s (ID: i-054895ef79ff63a41)
TestTerraformSshExample 2018-06-21T15:42:29+01:00 command.go:96: 
TestTerraformSshExample 2018-06-21T15:42:29+01:00 command.go:96: Apply complete! Resources: 3 added, 0 changed, 0 destroyed.
TestTerraformSshExample 2018-06-21T15:42:29+01:00 command.go:96: 
TestTerraformSshExample 2018-06-21T15:42:29+01:00 command.go:96: Outputs:
TestTerraformSshExample 2018-06-21T15:42:29+01:00 command.go:96:
TestTerraformSshExample 2018-06-21T15:42:29+01:00 command.go:96: private_instance_id = i-04050606fd335d291
TestTerraformSshExample 2018-06-21T15:42:29+01:00 command.go:96: private_instance_ip = 172.31.20.24
TestTerraformSshExample 2018-06-21T15:42:29+01:00 command.go:96: public_instance_id = i-04050606fd335d291
TestTerraformSshExample 2018-06-21T15:42:29+01:00 command.go:96: public_instance_ip = 13.232.128.65
TestTerraformSshExample 2018-06-21T15:42:29+01:00 test_structure.go:23: The 'SKIP_validate' environment variable is not set, so executing stage 'validate'.
TestTerraformSshExample 2018-06-21T15:42:29+01:00 save_test_data.go:159: Loading test data from ../examples/terraform-ssh-example/.test-data/TerraformOptions.json
TestTerraformSshExample 2018-06-21T15:42:29+01:00 save_test_data.go:159: Loading test data from ../examples/terraform-ssh-example/.test-data/Ec2KeyPair.json
TestTerraformSshExample 2018-06-21T15:42:29+01:00 retry.go:69: Running terraform [output -no-color public_instance_ip]
TestTerraformSshExample 2018-06-21T15:42:29+01:00 command.go:52: Running command terraform with args [output -no-color public_instance_ip]
TestTerraformSshExample 2018-06-21T15:42:29+01:00 command.go:96: 13.232.128.65
TestTerraformSshExample 2018-06-21T15:42:29+01:00 retry.go:69: SSH to public host 13.232.128.65
TestTerraformSshExample 2018-06-21T15:42:29+01:00 ssh.go:165: Running command echo -n 'Hello, World' on ubuntu@13.232.128.65
TestTerraformSshExample 2018-06-21T15:42:31+01:00 retry.go:81: SSH to public host 13.232.128.65 returned an error: dial tcp 13.232.128.65:22: connect: connection refused. Sleeping for 5s and will try again.
TestTerraformSshExample 2018-06-21T15:42:36+01:00 retry.go:69: SSH to public host 13.232.128.65
TestTerraformSshExample 2018-06-21T15:42:36+01:00 ssh.go:165: Running command echo -n 'Hello, World' on ubuntu@13.232.128.65
TestTerraformSshExample 2018-06-21T15:42:38+01:00 retry.go:69: Running terraform [output -no-color public_instance_ip]
TestTerraformSshExample 2018-06-21T15:42:38+01:00 command.go:52: Running command terraform with args [output -no-color public_instance_ip]
TestTerraformSshExample 2018-06-21T15:42:38+01:00 command.go:96: 13.232.128.65
TestTerraformSshExample 2018-06-21T15:42:38+01:00 retry.go:69: Running terraform [output -no-color private_instance_ip]
TestTerraformSshExample 2018-06-21T15:42:38+01:00 command.go:52: Running command terraform with args [output -no-color private_instance_ip]
TestTerraformSshExample 2018-06-21T15:42:38+01:00 command.go:96: 172.31.20.24
TestTerraformSshExample 2018-06-21T15:42:38+01:00 retry.go:69: SSH to private host 13.232.128.65 via public host 172.31.20.24
TestTerraformSshExample 2018-06-21T15:42:38+01:00 ssh.go:165: Running command echo -n 'Hello, World' on ubuntu@172.31.20.24
TestTerraformSshExample 2018-06-21T15:42:40+01:00 retry.go:69: Running terraform [output -no-color public_instance_ip]
TestTerraformSshExample 2018-06-21T15:42:40+01:00 command.go:52: Running command terraform with args [output -no-color public_instance_ip]
TestTerraformSshExample 2018-06-21T15:42:40+01:00 command.go:96: 13.232.128.65
TestTerraformSshExample 2018-06-21T15:42:40+01:00 retry.go:69: SCP file to public host 13.232.128.65
TestTerraformSshExample 2018-06-21T15:42:40+01:00 ssh.go:165: Running command /usr/bin/scp -t /tmp/ on ubuntu@13.232.128.65
TestTerraformSshExample 2018-06-21T15:42:42+01:00 ssh.go:165: Running command cat /tmp/test.txt on ubuntu@13.232.128.65
TestTerraformSshExample 2018-06-21T15:42:43+01:00 test_structure.go:23: The 'SKIP_teardown' environment variable is not set, so executing stage 'teardown'.
TestTerraformSshExample 2018-06-21T15:42:43+01:00 save_test_data.go:159: Loading test data from ../examples/terraform-ssh-example/.test-data/TerraformOptions.json
TestTerraformSshExample 2018-06-21T15:42:43+01:00 retry.go:69: Running terraform [destroy -force -input=false -lock=false -var key_pair_name="terratest-ssh-example-APgyzl" -var aws_region="ap-south-1" -var instance_name="terratest-ssh-example-APgyzl"]
TestTerraformSshExample 2018-06-21T15:42:43+01:00 command.go:52: Running command terraform with args [destroy -force -input=false -lock=false -var key_pair_name="terratest-ssh-example-APgyzl" -var aws_region="ap-south-1" -var instance_name="terratest-ssh-example-APgyzl"]
TestTerraformSshExample 2018-06-21T15:42:45+01:00 command.go:96: aws_security_group.example: Refreshing state... (ID: sg-9b44a5f1)
TestTerraformSshExample 2018-06-21T15:42:45+01:00 command.go:96: data.aws_ami.ubuntu: Refreshing state...
TestTerraformSshExample 2018-06-21T15:42:46+01:00 command.go:96: aws_instance.example_public: Refreshing state... (ID: i-04050606fd335d291)
TestTerraformSshExample 2018-06-21T15:42:46+01:00 command.go:96: aws_instance.example_private: Refreshing state... (ID: i-054895ef79ff63a41)
TestTerraformSshExample 2018-06-21T15:42:53+01:00 command.go:96: aws_instance.example_public: Destroying... (ID: i-04050606fd335d291)
TestTerraformSshExample 2018-06-21T15:42:53+01:00 command.go:96: aws_instance.example_private: Destroying... (ID: i-054895ef79ff63a41)
TestTerraformSshExample 2018-06-21T15:43:03+01:00 command.go:96: aws_instance.example_public: Still destroying... (ID: i-04050606fd335d291, 10s elapsed)
TestTerraformSshExample 2018-06-21T15:43:03+01:00 command.go:96: aws_instance.example_private: Still destroying... (ID: i-054895ef79ff63a41, 10s elapsed)
TestTerraformSshExample 2018-06-21T15:43:13+01:00 command.go:96: aws_instance.example_public: Still destroying... (ID: i-04050606fd335d291, 20s elapsed)
TestTerraformSshExample 2018-06-21T15:43:13+01:00 command.go:96: aws_instance.example_private: Still destroying... (ID: i-054895ef79ff63a41, 20s elapsed)
TestTerraformSshExample 2018-06-21T15:43:23+01:00 command.go:96: aws_instance.example_public: Still destroying... (ID: i-04050606fd335d291, 30s elapsed)
TestTerraformSshExample 2018-06-21T15:43:23+01:00 command.go:96: aws_instance.example_private: Still destroying... (ID: i-054895ef79ff63a41, 30s elapsed)
TestTerraformSshExample 2018-06-21T15:43:33+01:00 command.go:96: aws_instance.example_public: Still destroying... (ID: i-04050606fd335d291, 40s elapsed)
TestTerraformSshExample 2018-06-21T15:43:33+01:00 command.go:96: aws_instance.example_private: Still destroying... (ID: i-054895ef79ff63a41, 40s elapsed)
TestTerraformSshExample 2018-06-21T15:43:35+01:00 command.go:96: aws_instance.example_public: Destruction complete after 42s
TestTerraformSshExample 2018-06-21T15:43:43+01:00 command.go:96: aws_instance.example_private: Still destroying... (ID: i-054895ef79ff63a41, 50s elapsed)
TestTerraformSshExample 2018-06-21T15:43:46+01:00 command.go:96: aws_instance.example_private: Destruction complete after 53s
TestTerraformSshExample 2018-06-21T15:43:46+01:00 command.go:96: aws_security_group.example: Destroying... (ID: sg-9b44a5f1)
TestTerraformSshExample 2018-06-21T15:43:47+01:00 command.go:96: aws_security_group.example: Destruction complete after 1s
TestTerraformSshExample 2018-06-21T15:43:47+01:00 command.go:96: 
TestTerraformSshExample 2018-06-21T15:43:47+01:00 command.go:96: Destroy complete! Resources: 3 destroyed.
TestTerraformSshExample 2018-06-21T15:43:47+01:00 save_test_data.go:159: Loading test data from ../examples/terraform-ssh-example/.test-data/Ec2KeyPair.json
TestTerraformSshExample 2018-06-21T15:43:47+01:00 keypair.go:79: Deleting Key Pair in EC2 region ap-south-1 named terratest-ssh-example-APgyzl
--- PASS: TestTerraformSshExample (118.50s)
save_test_data.go:143: Marshalled JSON: {"TerraformDir":"../examples/terraform-ssh-example","Vars":{"aws_region":"ap-south-1","instance_name":"terratest-ssh-example-APgyzl","key_pair_name":"terratest-ssh-example-APgyzl"},"EnvVars":null,"RetryableTerraformErrors":null,"MaxRetries":0,"TimeBetweenRetries":0,"Upgrade":false}
save_test_data.go:143: Marshalled JSON: {"PublicKey":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCfPUVouEPWo5szop0uMjGCvPiSG9rFwSOh6pxa00AaOFJV4MyAjVzXTq0jlydg4uNIg6DeOXuHAo6JoKvzvyrRk3K5su/YTL+Ai4ySwyqwqITW5WjxwKltSR78IIjCjdefR228268arwLz8sQL7HeHeKW+ps1ZtWiqkQw1e2RI8kNlLfiPpo5DnA0N3Wz3SRDyetvTOYbSIcSEPYgTVrr9ZVr0sK3+BtzT9NRASb0m43/6S/53978gM7ZsPdBWqZ84fjp/BowVCBPHkCE50w6WzT/5IG5+vzS+ZVDB6t5t5IVEnnlDYGIX5NM6T7cddht0NDliux0BKa2M5KG8eRRz\n","PrivateKey":"-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAnz1FaLhD1qObM6KdLjIxgrz4khvaxcEjoeqcWtNAGjhSVeDM\ngI1c106tI5cnYOLjSIOg3jl7hwKOiaCr878q0ZNyubLv2Ey/gIuMksMqsKiE1uVo\n8cCpbUke/CCIwo3Xn0dtvNuvGq8C8/LEC+x3h3ilvqbNWbVoqpEMNXtkSPJDZS34\nj6aOQ5wNDd1s90kQ8nrb0zmG0iHEhD2IE1a6/WVa9LCt/gbc0/TUQEm9JuN/+kv+\nd/e/IDO2bD3QVqmfOH46fwaMFQgTx5AhOdMOls0/+SBufr80vmVQwerebeSFRJ55\nQ2BiF+TTOk+3HXYbdDQ5YrsdASmtjOShvHkUcwIDAQABAoIBAHQgKarpncc8fqVU\nNE4JGqQeDSP4Hj3S0Jp2zllJ71hvtFOeYWRqMsdtP8RRqcz1CQzLuRf2UYgurCXf\nvyY9RguZ/LNBs7lIlus2WWh53XsBGgbhO/v5JVVmWqtBSpqe+BzW6Uct6e+Kq5ud\ncazEYJKxwCVd3SlLqy2gI4gpGQQ8SYdBmx5BDK2yklLW80mbYca/QCppVmhxK8Ug\n6t25RX0lnaXvQyyD7huFV6+JrqEAXSx/eWtYBgHh6rCmB94dfYNDnv5x1V+kYdQ9\nuvWVmz7qisSASYmrxnciGOf9UO28FdBHssfoA62055FT88NWo0YKU0j+ljHE71vX\ndkcSWSECgYEAwjN9QNwN3BLRJtme6ba5+FITUW+n/bLzv3JVYGW4xpBwJmXZZykk\n0MIN4sEQYIpaBxK2x65rfvbaytn9uWAwBBWvrkfI19gECmqMzcDXbbo/lZIMJ/dT\nCuqfhpTBGAAN1hrKWTUx7FFcEBx5WUl00uULD87slS5f+qvL5Jgo5cMCgYEA0emi\nhWJLrn76pXgpjASGnWrOzsa9exQSoZgSM/ke3I96v2TN2qjboHZOWSJFnGyia+6c\nxbrj6YFx68Q2F4IkYF3Swwh9ssYDYWzT2dZHOt9MCPLl20Al7HsCFj994Hzif2HO\nUulXThoXack8Llz9ABgA9I1lUufAlNdzXnmJO5ECgYBcuO7V1/t6FzXrgb5hQpB6\not18ZX5lIFtHDlT7SLY3gGE7xCdQHRHp5q1wldO29HfVprbEkl/a6AxBDGIbb3Sd\njqkp4jZf8FDFlGgUGT4CswmG5YuOTYVF0g5G2KF1TxlMH9B7VW23soTtYFsEKZFw\n3FEyxA6rj8/dxMb+JzRntwKBgGuCvAiQ5a5DvuBNAQqDrualM7LYO2f0Se6V0ozo\nBRR2MCoi2QQrBAHVVh903C5XvYCGP6lOJTkNYWmdnw6/Sx5IL5BQowCTRlv5vy+M\n/gJ7J5hVv8BhxIqwHcuDTVdS3zbawy/X7y1DU8aMmNQuMC6CHMskOEcUB6C0EJTM\nrqrhAoGBAI8AoLrIqhqw7biwnwXBY62LOEYlY5jvX5CFan+6KvSI3mUz/amoo7Ht\nig14B1bGYQUBskKMO1Zal37170E2DASaiH/O+hQw9mKKXEDx/hwMOd5kX0hQo4dS\nOxEi2jU7O9MGX5YyjR2RxPdgk8InAGLHjpP1nrO74ZOc4wnP2jgo\n-----END RSA PRIVATE KEY-----\n","Name":"terratest-ssh-example-APgyzl","Region":"ap-south-1"}
PASS
ok github.com/Briansbum/terratest/test 118.517s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment