Last active
April 20, 2018 19:22
-
-
Save alexgottschalkmedal/2d1b206c2ad80dd5411944f560a49b90 to your computer and use it in GitHub Desktop.
Packer fail log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"builders": [ | |
{ | |
"type": "amazon-ebs", | |
"region": "us-west-2", | |
"instance_type": "t2.micro", | |
"ssh_username": "ubuntu", | |
"ami_description": "{{user `ami_description`}}", | |
"ami_name": "{{user `ami_name_prefix`}}_ubuntu-{{user `ami_os_string`}}-amd64-server_{{timestamp}}", | |
"profile": "prod", | |
"iam_instance_profile": "default", | |
"run_tags": { | |
"env": "prod", | |
"playbook": "stemcell" | |
}, | |
"shutdown_behavior": "terminate", | |
"snapshot_users": [ | |
"486144065085", | |
"000792804396", | |
"083298117942" | |
], | |
"source_ami_filter": { | |
"filters": { | |
"virtualization-type": "hvm", | |
"name": "ubuntu/images/hvm-ssd/ubuntu-{{user `ami_os_string`}}-amd64-server-*", | |
"root-device-type": "ebs" | |
}, | |
"owners": ["099720109477"], | |
"most_recent": true | |
}, | |
"subnet_id": "{{user `subnet_id`}}" | |
} | |
], | |
"provisioners": [ | |
{ | |
"type": "shell", | |
"execute_command": "sudo -H sh -c '{{ .Vars }} {{ .Path }}'", | |
"scripts": [ | |
"scripts/apt-upgrade.sh", | |
"scripts/packages.sh"], | |
"expect_disconnect": true | |
} | |
] | |
} | |
teamcity@dev-teamcity-ubuntu:~/BuildAgent/work/689525517bf118fc$ PACKER_LOG=1 ./packer build -parallel=false -on-error=ask -var-file=vars/dev_test_xenial_build.json build.json | |
2018/04/20 19:11:31 [INFO] Packer version: 1.2.2 | |
2018/04/20 19:11:31 Packer Target OS/Arch: linux amd64 | |
2018/04/20 19:11:31 Built with Go Version: go1.10 | |
2018/04/20 19:11:31 Detected home directory from env var: /home/teamcity | |
2018/04/20 19:11:31 Using internal plugin for docker | |
2018/04/20 19:11:31 Using internal plugin for hyperv-vmcx | |
2018/04/20 19:11:31 Using internal plugin for profitbricks | |
2018/04/20 19:11:31 Using internal plugin for vmware-iso | |
2018/04/20 19:11:31 Using internal plugin for amazon-chroot | |
2018/04/20 19:11:31 Using internal plugin for amazon-ebssurrogate | |
2018/04/20 19:11:31 Using internal plugin for cloudstack | |
2018/04/20 19:11:31 Using internal plugin for digitalocean | |
2018/04/20 19:11:31 Using internal plugin for null | |
2018/04/20 19:11:31 Using internal plugin for vmware-vmx | |
2018/04/20 19:11:31 Using internal plugin for amazon-instance | |
2018/04/20 19:11:31 Using internal plugin for file | |
2018/04/20 19:11:31 Using internal plugin for oracle-classic | |
2018/04/20 19:11:31 Using internal plugin for parallels-iso | |
2018/04/20 19:11:31 Using internal plugin for parallels-pvm | |
2018/04/20 19:11:31 Using internal plugin for alicloud-ecs | |
2018/04/20 19:11:31 Using internal plugin for lxd | |
2018/04/20 19:11:31 Using internal plugin for ncloud | |
2018/04/20 19:11:31 Using internal plugin for oneandone | |
2018/04/20 19:11:31 Using internal plugin for oracle-oci | |
2018/04/20 19:11:31 Using internal plugin for scaleway | |
2018/04/20 19:11:31 Using internal plugin for lxc | |
2018/04/20 19:11:31 Using internal plugin for azure-arm | |
2018/04/20 19:11:31 Using internal plugin for openstack | |
2018/04/20 19:11:31 Using internal plugin for virtualbox-ovf | |
2018/04/20 19:11:31 Using internal plugin for amazon-ebs | |
2018/04/20 19:11:31 Using internal plugin for amazon-ebsvolume | |
2018/04/20 19:11:31 Using internal plugin for hyperv-iso | |
2018/04/20 19:11:31 Using internal plugin for qemu | |
2018/04/20 19:11:31 Using internal plugin for triton | |
2018/04/20 19:11:31 Using internal plugin for googlecompute | |
2018/04/20 19:11:31 Using internal plugin for virtualbox-iso | |
2018/04/20 19:11:31 Using internal plugin for chef-solo | |
2018/04/20 19:11:31 Using internal plugin for salt-masterless | |
2018/04/20 19:11:31 Using internal plugin for ansible | |
2018/04/20 19:11:31 Using internal plugin for ansible-local | |
2018/04/20 19:11:31 Using internal plugin for chef-client | |
2018/04/20 19:11:31 Using internal plugin for powershell | |
2018/04/20 19:11:31 Using internal plugin for puppet-masterless | |
2018/04/20 19:11:31 Using internal plugin for shell-local | |
2018/04/20 19:11:31 Using internal plugin for windows-restart | |
2018/04/20 19:11:31 Using internal plugin for converge | |
2018/04/20 19:11:31 Using internal plugin for file | |
2018/04/20 19:11:31 Using internal plugin for puppet-server | |
2018/04/20 19:11:31 Using internal plugin for shell | |
2018/04/20 19:11:31 Using internal plugin for windows-shell | |
2018/04/20 19:11:31 Using internal plugin for manifest | |
2018/04/20 19:11:31 Using internal plugin for vsphere | |
2018/04/20 19:11:31 Using internal plugin for docker-tag | |
2018/04/20 19:11:31 Using internal plugin for docker-import | |
2018/04/20 19:11:31 Using internal plugin for googlecompute-export | |
2018/04/20 19:11:31 Using internal plugin for shell-local | |
2018/04/20 19:11:31 Using internal plugin for vsphere-template | |
2018/04/20 19:11:31 Using internal plugin for amazon-import | |
2018/04/20 19:11:31 Using internal plugin for docker-push | |
2018/04/20 19:11:31 Using internal plugin for vagrant | |
2018/04/20 19:11:31 Using internal plugin for artifice | |
2018/04/20 19:11:31 Using internal plugin for atlas | |
2018/04/20 19:11:31 Using internal plugin for checksum | |
2018/04/20 19:11:31 Using internal plugin for compress | |
2018/04/20 19:11:31 Using internal plugin for docker-save | |
2018/04/20 19:11:31 Using internal plugin for vagrant-cloud | |
2018/04/20 19:11:31 Using internal plugin for alicloud-import | |
2018/04/20 19:11:31 Detected home directory from env var: /home/teamcity | |
2018/04/20 19:11:31 Attempting to open config file: /home/teamcity/.packerconfig | |
2018/04/20 19:11:31 [WARN] Config file doesn't exist: /home/teamcity/.packerconfig | |
2018/04/20 19:11:31 Packer config: &{DisableCheckpoint:false DisableCheckpointSignature:false PluginMinPort:10000 PluginMaxPort:25000 Builders:map[vmware-vmx:/home/teamcity/BuildAgent/work/689525517bf118fc/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-vmware-vmx parallels-iso:/home/teamcity/BuildAgent/work/689525517bf118fc/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-parallels-iso lxd:/home/teamcity/BuildAgent/work/689525517bf118fc/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-lxd file:/home/teamcity/BuildAgent/work/689525517bf118fc/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-file scaleway:/home/teamcity/BuildAgent/work/689525517bf118fc/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-scaleway openstack:/home/teamcity/BuildAgent/work/689525517bf118fc/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-openstack virtualbox-iso:/home/teamcity/BuildAgent/work/689525517bf118fc/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-virtualbox-iso cloudstack:/home/teamcity/BuildAgent/work/689525517bf118fc/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-cloudstack null:/home/teamcity/BuildAgent/work/689525517bf118fc/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-null oracle-classic:/home/teamcity/BuildAgent/work/689525517bf118fc/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-oracle-classic amazon-ebs:/home/teamcity/BuildAgent/work/689525517bf118fc/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-amazon-ebs hyperv-iso:/home/teamcity/BuildAgent/work/689525517bf118fc/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-hyperv-iso hyperv-vmcx:/home/teamcity/BuildAgent/work/689525517bf118fc/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-hyperv-vmcx amazon-chroot:/home/teamcity/BuildAgent/work/689525517bf118fc/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-amazon-chroot parallels-pvm:/home/teamcity/BuildAgent/work/689525517bf118fc/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-parallels-pvm oracle-oci:/home/teamcity/BuildAgent/work/689525517bf118fc/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-oracle-oci amazon-ebsvolume:/home/teamcity/BuildAgent/work/689525517bf118fc/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-amazon-ebsvolume qemu:/home/teamcity/BuildAgent/work/689525517bf118fc/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-qemu docker:/home/teamcity/BuildAgent/work/689525517bf118fc/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-docker profitbricks:/home/teamcity/BuildAgent/work/689525517bf118fc/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-profitbricks lxc:/home/teamcity/BuildAgent/work/689525517bf118fc/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-lxc oneandone:/home/teamcity/BuildAgent/work/689525517bf118fc/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-oneandone azure-arm:/home/teamcity/BuildAgent/work/689525517bf118fc/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-azure-arm virtualbox-ovf:/home/teamcity/BuildAgent/work/689525517bf118fc/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-virtualbox-ovf triton:/home/teamcity/BuildAgent/work/689525517bf118fc/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-triton googlecompute:/home/teamcity/BuildAgent/work/689525517bf118fc/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-googlecompute vmware-iso:/home/teamcity/BuildAgent/work/689525517bf118fc/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-vmware-iso amazon-ebssurrogate:/home/teamcity/BuildAgent/work/689525517bf118fc/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-amazon-ebssurrogate digitalocean:/home/teamcity/BuildAgent/work/689525517bf118fc/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-digitalocean amazon-instance:/home/teamcity/BuildAgent/work/689525517bf118fc/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-amazon-instance alicloud-ecs:/home/teamcity/BuildAgent/work/689525517bf118fc/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-alicloud-ecs ncloud:/home/teamcity/BuildAgent/work/689525517bf118fc/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-ncloud] PostProcessors:map[manifest:/home/teamcity/BuildAgent/work/689525517bf118fc/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-manifest vsphere:/home/teamcity/BuildAgent/work/689525517bf118fc/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-vsphere compress:/home/teamcity/BuildAgent/work/689525517bf118fc/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-compress amazon-import:/home/teamcity/BuildAgent/work/689525517bf118fc/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-amazon-import checksum:/home/teamcity/BuildAgent/work/689525517bf118fc/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-checksum docker-save:/home/teamcity/BuildAgent/work/689525517bf118fc/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-docker-save alicloud-import:/home/teamcity/BuildAgent/work/689525517bf118fc/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-alicloud-import shell-local:/home/teamcity/BuildAgent/work/689525517bf118fc/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-shell-local vsphere-template:/home/teamcity/BuildAgent/work/689525517bf118fc/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-vsphere-template artifice:/home/teamcity/BuildAgent/work/689525517bf118fc/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-artifice vagrant-cloud:/home/teamcity/BuildAgent/work/689525517bf118fc/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-vagrant-cloud vagrant:/home/teamcity/BuildAgent/work/689525517bf118fc/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-vagrant atlas:/home/teamcity/BuildAgent/work/689525517bf118fc/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-atlas docker-tag:/home/teamcity/BuildAgent/work/689525517bf118fc/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-docker-tag docker-import:/home/teamcity/BuildAgent/work/689525517bf118fc/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-docker-import googlecompute-export:/home/teamcity/BuildAgent/work/689525517bf118fc/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-googlecompute-export docker-push:/home/teamcity/BuildAgent/work/689525517bf118fc/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-docker-push] Provisioners:map[puppet-server:/home/teamcity/BuildAgent/work/689525517bf118fc/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-puppet-server chef-client:/home/teamcity/BuildAgent/work/689525517bf118fc/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-chef-client file:/home/teamcity/BuildAgent/work/689525517bf118fc/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-file ansible:/home/teamcity/BuildAgent/work/689525517bf118fc/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-ansible powershell:/home/teamcity/BuildAgent/work/689525517bf118fc/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-powershell chef-solo:/home/teamcity/BuildAgent/work/689525517bf118fc/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-chef-solo salt-masterless:/home/teamcity/BuildAgent/work/689525517bf118fc/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-salt-masterless windows-restart:/home/teamcity/BuildAgent/work/689525517bf118fc/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-windows-restart converge:/home/teamcity/BuildAgent/work/689525517bf118fc/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-converge ansible-local:/home/teamcity/BuildAgent/work/689525517bf118fc/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-ansible-local puppet-masterless:/home/teamcity/BuildAgent/work/689525517bf118fc/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-puppet-masterless windows-shell:/home/teamcity/BuildAgent/work/689525517bf118fc/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-windows-shell shell-local:/home/teamcity/BuildAgent/work/689525517bf118fc/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-shell-local shell:/home/teamcity/BuildAgent/work/689525517bf118fc/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-shell]} | |
2018/04/20 19:11:31 Detected home directory from env var: /home/teamcity | |
2018/04/20 19:11:31 Setting cache directory: /home/teamcity/BuildAgent/work/689525517bf118fc/packer_cache | |
2018/04/20 19:11:31 Loading builder: amazon-ebs | |
2018/04/20 19:11:31 Plugin could not be found. Checking same directory as executable. | |
2018/04/20 19:11:31 Current exe path: /home/teamcity/BuildAgent/work/689525517bf118fc/packer | |
2018/04/20 19:11:31 Creating plugin client for path: /home/teamcity/BuildAgent/work/689525517bf118fc/packer | |
2018/04/20 19:11:31 Starting plugin: /home/teamcity/BuildAgent/work/689525517bf118fc/packer []string{"/home/teamcity/BuildAgent/work/689525517bf118fc/packer", "plugin", "packer-builder-amazon-ebs"} | |
2018/04/20 19:11:31 Waiting for RPC address for: /home/teamcity/BuildAgent/work/689525517bf118fc/packer | |
2018/04/20 19:11:31 Detected home directory from env var: /home/teamcity | |
2018/04/20 19:11:31 packer: 2018/04/20 19:11:31 [INFO] Packer version: 1.2.2 | |
2018/04/20 19:11:31 packer: 2018/04/20 19:11:31 Packer Target OS/Arch: linux amd64 | |
2018/04/20 19:11:31 packer: 2018/04/20 19:11:31 Built with Go Version: go1.10 | |
2018/04/20 19:11:31 packer: 2018/04/20 19:11:31 Detected home directory from env var: /home/teamcity | |
2018/04/20 19:11:31 packer: 2018/04/20 19:11:31 Attempting to open config file: /home/teamcity/.packerconfig | |
2018/04/20 19:11:31 packer: 2018/04/20 19:11:31 [WARN] Config file doesn't exist: /home/teamcity/.packerconfig | |
2018/04/20 19:11:31 packer: 2018/04/20 19:11:31 Packer config: &{DisableCheckpoint:false DisableCheckpointSignature:false PluginMinPort:10000 PluginMaxPort:25000 Builders:map[] PostProcessors:map[] Provisioners:map[]} | |
2018/04/20 19:11:31 packer: 2018/04/20 19:11:31 Detected home directory from env var: /home/teamcity | |
2018/04/20 19:11:31 packer: 2018/04/20 19:11:31 Setting cache directory: /home/teamcity/BuildAgent/work/689525517bf118fc/packer_cache | |
2018/04/20 19:11:31 packer: 2018/04/20 19:11:31 args: []string{"packer-builder-amazon-ebs"} | |
2018/04/20 19:11:31 packer: 2018/04/20 19:11:31 Plugin minimum port: 10000 | |
2018/04/20 19:11:31 packer: 2018/04/20 19:11:31 Plugin maximum port: 25000 | |
2018/04/20 19:11:31 packer: 2018/04/20 19:11:31 Plugin address: unix /tmp/packer-plugin671550016 | |
2018/04/20 19:11:31 packer: 2018/04/20 19:11:31 Waiting for connection... | |
2018/04/20 19:11:31 packer: 2018/04/20 19:11:31 Serving a plugin connection... | |
2018/04/20 19:11:31 packer: 2018/04/20 19:11:31 Detected home directory from env var: /home/teamcity | |
2018/04/20 19:11:31 Loading provisioner: shell | |
2018/04/20 19:11:31 Plugin could not be found. Checking same directory as executable. | |
2018/04/20 19:11:31 Current exe path: /home/teamcity/BuildAgent/work/689525517bf118fc/packer | |
2018/04/20 19:11:31 Creating plugin client for path: /home/teamcity/BuildAgent/work/689525517bf118fc/packer | |
2018/04/20 19:11:31 Starting plugin: /home/teamcity/BuildAgent/work/689525517bf118fc/packer []string{"/home/teamcity/BuildAgent/work/689525517bf118fc/packer", "plugin", "packer-provisioner-shell"} | |
2018/04/20 19:11:31 Waiting for RPC address for: /home/teamcity/BuildAgent/work/689525517bf118fc/packer | |
2018/04/20 19:11:31 packer: 2018/04/20 19:11:31 [INFO] Packer version: 1.2.2 | |
2018/04/20 19:11:31 packer: 2018/04/20 19:11:31 Packer Target OS/Arch: linux amd64 | |
2018/04/20 19:11:31 packer: 2018/04/20 19:11:31 Built with Go Version: go1.10 | |
2018/04/20 19:11:31 packer: 2018/04/20 19:11:31 Detected home directory from env var: /home/teamcity | |
2018/04/20 19:11:31 packer: 2018/04/20 19:11:31 Attempting to open config file: /home/teamcity/.packerconfig | |
2018/04/20 19:11:31 packer: 2018/04/20 19:11:31 [WARN] Config file doesn't exist: /home/teamcity/.packerconfig | |
2018/04/20 19:11:31 packer: 2018/04/20 19:11:31 Packer config: &{DisableCheckpoint:false DisableCheckpointSignature:false PluginMinPort:10000 PluginMaxPort:25000 Builders:map[] PostProcessors:map[] Provisioners:map[]} | |
2018/04/20 19:11:31 packer: 2018/04/20 19:11:31 Detected home directory from env var: /home/teamcity | |
2018/04/20 19:11:31 packer: 2018/04/20 19:11:31 Setting cache directory: /home/teamcity/BuildAgent/work/689525517bf118fc/packer_cache | |
2018/04/20 19:11:31 packer: 2018/04/20 19:11:31 args: []string{"packer-provisioner-shell"} | |
2018/04/20 19:11:31 packer: 2018/04/20 19:11:31 Plugin minimum port: 10000 | |
2018/04/20 19:11:31 packer: 2018/04/20 19:11:31 Plugin maximum port: 25000 | |
2018/04/20 19:11:31 packer: 2018/04/20 19:11:31 Plugin address: unix /tmp/packer-plugin126938283 | |
2018/04/20 19:11:31 packer: 2018/04/20 19:11:31 Waiting for connection... | |
2018/04/20 19:11:31 packer: 2018/04/20 19:11:31 Serving a plugin connection... | |
2018/04/20 19:11:31 packer: 2018/04/20 19:11:31 Detected home directory from env var: /home/teamcity | |
2018/04/20 19:11:31 Loading provisioner: shell | |
2018/04/20 19:11:31 Plugin could not be found. Checking same directory as executable. | |
2018/04/20 19:11:31 Current exe path: /home/teamcity/BuildAgent/work/689525517bf118fc/packer | |
2018/04/20 19:11:31 Creating plugin client for path: /home/teamcity/BuildAgent/work/689525517bf118fc/packer | |
2018/04/20 19:11:31 Starting plugin: /home/teamcity/BuildAgent/work/689525517bf118fc/packer []string{"/home/teamcity/BuildAgent/work/689525517bf118fc/packer", "plugin", "packer-provisioner-shell"} | |
2018/04/20 19:11:31 Waiting for RPC address for: /home/teamcity/BuildAgent/work/689525517bf118fc/packer | |
2018/04/20 19:11:31 packer: 2018/04/20 19:11:31 [INFO] Packer version: 1.2.2 | |
2018/04/20 19:11:31 packer: 2018/04/20 19:11:31 Packer Target OS/Arch: linux amd64 | |
2018/04/20 19:11:31 packer: 2018/04/20 19:11:31 Built with Go Version: go1.10 | |
2018/04/20 19:11:31 packer: 2018/04/20 19:11:31 Detected home directory from env var: /home/teamcity | |
2018/04/20 19:11:31 packer: 2018/04/20 19:11:31 Attempting to open config file: /home/teamcity/.packerconfig | |
2018/04/20 19:11:31 packer: 2018/04/20 19:11:31 [WARN] Config file doesn't exist: /home/teamcity/.packerconfig | |
2018/04/20 19:11:31 packer: 2018/04/20 19:11:31 Packer config: &{DisableCheckpoint:false DisableCheckpointSignature:false PluginMinPort:10000 PluginMaxPort:25000 Builders:map[] PostProcessors:map[] Provisioners:map[]} | |
2018/04/20 19:11:31 packer: 2018/04/20 19:11:31 Detected home directory from env var: /home/teamcity | |
2018/04/20 19:11:31 packer: 2018/04/20 19:11:31 Setting cache directory: /home/teamcity/BuildAgent/work/689525517bf118fc/packer_cache | |
2018/04/20 19:11:31 packer: 2018/04/20 19:11:31 args: []string{"packer-provisioner-shell"} | |
2018/04/20 19:11:31 packer: 2018/04/20 19:11:31 Plugin minimum port: 10000 | |
2018/04/20 19:11:31 packer: 2018/04/20 19:11:31 Plugin maximum port: 25000 | |
2018/04/20 19:11:31 packer: 2018/04/20 19:11:31 Plugin address: unix /tmp/packer-plugin695197576 | |
2018/04/20 19:11:31 packer: 2018/04/20 19:11:31 Waiting for connection... | |
2018/04/20 19:11:31 packer: 2018/04/20 19:11:31 Serving a plugin connection... | |
2018/04/20 19:11:31 packer: 2018/04/20 19:11:31 Detected home directory from env var: /home/teamcity | |
2018/04/20 19:11:31 Loading provisioner: shell-local | |
2018/04/20 19:11:31 Plugin could not be found. Checking same directory as executable. | |
2018/04/20 19:11:31 Current exe path: /home/teamcity/BuildAgent/work/689525517bf118fc/packer | |
2018/04/20 19:11:31 Creating plugin client for path: /home/teamcity/BuildAgent/work/689525517bf118fc/packer | |
2018/04/20 19:11:31 Starting plugin: /home/teamcity/BuildAgent/work/689525517bf118fc/packer []string{"/home/teamcity/BuildAgent/work/689525517bf118fc/packer", "plugin", "packer-provisioner-shell-local"} | |
2018/04/20 19:11:31 Waiting for RPC address for: /home/teamcity/BuildAgent/work/689525517bf118fc/packer | |
2018/04/20 19:11:31 packer: 2018/04/20 19:11:31 [INFO] Packer version: 1.2.2 | |
2018/04/20 19:11:31 packer: 2018/04/20 19:11:31 Packer Target OS/Arch: linux amd64 | |
2018/04/20 19:11:31 packer: 2018/04/20 19:11:31 Built with Go Version: go1.10 | |
2018/04/20 19:11:31 packer: 2018/04/20 19:11:31 Detected home directory from env var: /home/teamcity | |
2018/04/20 19:11:31 packer: 2018/04/20 19:11:31 Attempting to open config file: /home/teamcity/.packerconfig | |
2018/04/20 19:11:31 packer: 2018/04/20 19:11:31 [WARN] Config file doesn't exist: /home/teamcity/.packerconfig | |
2018/04/20 19:11:31 packer: 2018/04/20 19:11:31 Packer config: &{DisableCheckpoint:false DisableCheckpointSignature:false PluginMinPort:10000 PluginMaxPort:25000 Builders:map[] PostProcessors:map[] Provisioners:map[]} | |
2018/04/20 19:11:31 packer: 2018/04/20 19:11:31 Detected home directory from env var: /home/teamcity | |
2018/04/20 19:11:31 packer: 2018/04/20 19:11:31 Setting cache directory: /home/teamcity/BuildAgent/work/689525517bf118fc/packer_cache | |
2018/04/20 19:11:31 packer: 2018/04/20 19:11:31 args: []string{"packer-provisioner-shell-local"} | |
2018/04/20 19:11:31 packer: 2018/04/20 19:11:31 Plugin minimum port: 10000 | |
2018/04/20 19:11:31 packer: 2018/04/20 19:11:31 Plugin maximum port: 25000 | |
2018/04/20 19:11:31 packer: 2018/04/20 19:11:31 Plugin address: unix /tmp/packer-plugin031951117 | |
2018/04/20 19:11:31 packer: 2018/04/20 19:11:31 Waiting for connection... | |
2018/04/20 19:11:31 packer: 2018/04/20 19:11:31 Detected home directory from env var: /home/teamcity | |
2018/04/20 19:11:31 packer: 2018/04/20 19:11:31 Serving a plugin connection... | |
2018/04/20 19:11:31 Loading provisioner: ansible-local | |
2018/04/20 19:11:31 Plugin could not be found. Checking same directory as executable. | |
2018/04/20 19:11:31 Current exe path: /home/teamcity/BuildAgent/work/689525517bf118fc/packer | |
2018/04/20 19:11:31 Creating plugin client for path: /home/teamcity/BuildAgent/work/689525517bf118fc/packer | |
2018/04/20 19:11:31 Starting plugin: /home/teamcity/BuildAgent/work/689525517bf118fc/packer []string{"/home/teamcity/BuildAgent/work/689525517bf118fc/packer", "plugin", "packer-provisioner-ansible-local"} | |
2018/04/20 19:11:31 Waiting for RPC address for: /home/teamcity/BuildAgent/work/689525517bf118fc/packer | |
2018/04/20 19:11:31 packer: 2018/04/20 19:11:31 [INFO] Packer version: 1.2.2 | |
2018/04/20 19:11:31 packer: 2018/04/20 19:11:31 Packer Target OS/Arch: linux amd64 | |
2018/04/20 19:11:31 packer: 2018/04/20 19:11:31 Built with Go Version: go1.10 | |
2018/04/20 19:11:31 packer: 2018/04/20 19:11:31 Detected home directory from env var: /home/teamcity | |
2018/04/20 19:11:31 packer: 2018/04/20 19:11:31 Attempting to open config file: /home/teamcity/.packerconfig | |
2018/04/20 19:11:31 packer: 2018/04/20 19:11:31 [WARN] Config file doesn't exist: /home/teamcity/.packerconfig | |
2018/04/20 19:11:31 packer: 2018/04/20 19:11:31 Packer config: &{DisableCheckpoint:false DisableCheckpointSignature:false PluginMinPort:10000 PluginMaxPort:25000 Builders:map[] PostProcessors:map[] Provisioners:map[]} | |
2018/04/20 19:11:31 packer: 2018/04/20 19:11:31 Detected home directory from env var: /home/teamcity | |
2018/04/20 19:11:31 packer: 2018/04/20 19:11:31 Setting cache directory: /home/teamcity/BuildAgent/work/689525517bf118fc/packer_cache | |
2018/04/20 19:11:31 packer: 2018/04/20 19:11:31 args: []string{"packer-provisioner-ansible-local"} | |
2018/04/20 19:11:31 packer: 2018/04/20 19:11:31 Plugin minimum port: 10000 | |
2018/04/20 19:11:31 packer: 2018/04/20 19:11:31 Plugin maximum port: 25000 | |
2018/04/20 19:11:31 packer: 2018/04/20 19:11:31 Plugin address: unix /tmp/packer-plugin448264858 | |
2018/04/20 19:11:31 packer: 2018/04/20 19:11:31 Detected home directory from env var: /home/teamcity | |
2018/04/20 19:11:31 packer: 2018/04/20 19:11:31 Waiting for connection... | |
2018/04/20 19:11:31 packer: 2018/04/20 19:11:31 Serving a plugin connection... | |
amazon-ebs output will be in this color. | |
2018/04/20 19:11:31 ui: amazon-ebs output will be in this color. | |
2018/04/20 19:11:31 ui: | |
2018/04/20 19:11:31 Build debug mode: false | |
2018/04/20 19:11:31 Force build: false | |
2018/04/20 19:11:31 On error: ask | |
2018/04/20 19:11:31 Preparing build: amazon-ebs | |
2018/04/20 19:11:31 packer: 2018/04/20 19:11:31 Config: {PackerConfig:{PackerBuildName:amazon-ebs PackerBuilderType:amazon-ebs PackerDebug:false PackerForce:false PackerOnError:ask PackerUserVars:map[ami_name_prefix:medal subnet_id:subnet-634da905 ami_os_string:xenial-16.04 ami_description:Medal Ubuntu Linux Production AMI]} AccessConfig:{AccessKey: CustomEndpointEc2: MFACode: ProfileName:prod RawRegion:us-west-2 SecretKey: SkipValidation:false SkipMetadataApiCheck:false Token: session:<nil>} AMIConfig:{AMIName:medal_ubuntu-xenial-16.04-amd64-server_1524251491 AMIDescription:{{user `ami_description`}} AMIVirtType: AMIUsers:[486144065085 000792804396 083298117942] AMIGroups:[] AMIProductCodes:[] AMIRegions:[] AMISkipRegionValidation:false AMITags:map[] AMIENASupport:false AMISriovNetSupport:false AMIForceDeregister:false AMIForceDeleteSnapshot:false AMIEncryptBootVolume:false AMIKmsKeyId:19898202-c84e-4b65-9683-7edffd821525 AMIRegionKMSKeyIDs:map[] SnapshotTags:map[] SnapshotUsers:[486144065085 000792804396 083298117942] SnapshotGroups:[]} BlockDevices:{AMIBlockDevices:{AMIMappings:[]} LaunchBlockDevices:{LaunchMappings:[]}} RunConfig:{AssociatePublicIpAddress:false AvailabilityZone: EbsOptimized:false IamInstanceProfile:default InstanceType:t2.micro RunTags:map[env:prod playbook:stemcell] SourceAmi: SourceAmiFilter:{Filters:map[0xc420419fe0:0xc420458000 0xc420458020:0xc420458040 0xc420458060:0xc420458080] Owners:[0xc420458100] MostRecent:true} SpotPrice: SpotPriceAutoProduct: DisableStopInstance:false SecurityGroupId: SecurityGroupIds:[] TemporarySGSourceCidr:0.0.0.0/0 SubnetId:subnet-634da905 TemporaryKeyPairName:packer_5ada3b63-1616-4b68-c0e3-5400ababf23a UserData: UserDataFile: WindowsPasswordTimeout:20m0s VpcId: InstanceInitiatedShutdownBehavior:terminate Comm:{Type:ssh SSHHost: SSHPort:22 SSHUsername:ubuntu SSHPassword: SSHPrivateKey: SSHPty:false SSHTimeout:5m0s SSHAgentAuth:false SSHDisableAgentForwarding:false SSHHandshakeAttempts:10 SSHBastionHost: SSHBastionPort:0 SSHBastionAgentAuth:false SSHBastionUsername: SSHBastionPassword: SSHBastionPrivateKey: SSHFileTransferMethod:scp SSHProxyHost: SSHProxyPort:0 SSHProxyUsername: SSHProxyPassword: SSHKeepAliveInterval:5s SSHReadWriteTimeout:0s WinRMUser: WinRMPassword: WinRMHost: WinRMPort:0 WinRMTimeout:0s WinRMUseSSL:false WinRMInsecure:false WinRMUseNTLM:false WinRMTransportDecorator:<nil>} SSHKeyPairName: SSHInterface:} VolumeRunTags:map[] ctx:{Data:<nil> Funcs:map[clean_ami_name:0xc397d0] UserVariables:map[ami_os_string:xenial-16.04 ami_description:Medal Ubuntu Linux Production AMI ami_name_prefix:medal subnet_id:subnet-634da905] EnableEnv:false BuildName:amazon-ebs BuildType:amazon-ebs TemplatePath:/home/teamcity/BuildAgent/work/689525517bf118fc/build.json}} | |
2018/04/20 19:11:31 Parallelization disabled, waiting for build to finish: amazon-ebs | |
2018/04/20 19:11:31 Starting build run: amazon-ebs | |
2018/04/20 19:11:31 Running builder: amazon-ebs | |
2018/04/20 19:11:31 [INFO] (telemetry) Starting builder amazon-ebs | |
2018/04/20 19:11:31 packer: 2018/04/20 19:11:31 Found region us-west-2 | |
2018/04/20 19:11:31 packer: 2018/04/20 19:11:31 [INFO] AWS Auth provider used: "EC2RoleProvider" | |
2018/04/20 19:11:31 packer: 2018/04/20 19:11:31 [INFO] Finding AZ and VpcId for the given subnet 'subnet-634da905' | |
2018/04/20 19:11:31 packer: 2018/04/20 19:11:31 [INFO] AvailabilityZone found: 'us-west-2b' | |
2018/04/20 19:11:31 packer: 2018/04/20 19:11:31 [INFO] VpcId found: 'vpc-9518d2f3' | |
==> amazon-ebs: Prevalidating AMI Name: medal_ubuntu-xenial-16.04-amd64-server_1524251491 | |
2018/04/20 19:11:31 ui: ==> amazon-ebs: Prevalidating AMI Name: medal_ubuntu-xenial-16.04-amd64-server_1524251491 | |
2018/04/20 19:11:32 packer: 2018/04/20 19:11:32 Using AMI Filters { | |
2018/04/20 19:11:32 packer: Filters: [{ | |
2018/04/20 19:11:32 packer: Name: "virtualization-type", | |
2018/04/20 19:11:32 packer: Values: ["hvm"] | |
2018/04/20 19:11:32 packer: },{ | |
2018/04/20 19:11:32 packer: Name: "name", | |
2018/04/20 19:11:32 packer: Values: ["ubuntu/images/hvm-ssd/ubuntu-xenial-16.04-amd64-server-*"] | |
2018/04/20 19:11:32 packer: },{ | |
2018/04/20 19:11:32 packer: Name: "root-device-type", | |
2018/04/20 19:11:32 packer: Values: ["ebs"] | |
2018/04/20 19:11:32 packer: }], | |
2018/04/20 19:11:32 packer: Owners: ["099720109477"] | |
2018/04/20 19:11:32 packer: } | |
amazon-ebs: Found Image ID: ami-ca89eeb2 | |
2018/04/20 19:11:34 ui: amazon-ebs: Found Image ID: ami-ca89eeb2 | |
==> amazon-ebs: Creating temporary keypair: packer_5ada3b63-1616-4b68-c0e3-5400ababf23a | |
2018/04/20 19:11:34 ui: ==> amazon-ebs: Creating temporary keypair: packer_5ada3b63-1616-4b68-c0e3-5400ababf23a | |
==> amazon-ebs: Creating temporary security group for this instance: packer_5ada3b66-1297-f112-eafd-0364ba25406b | |
2018/04/20 19:11:34 ui: ==> amazon-ebs: Creating temporary security group for this instance: packer_5ada3b66-1297-f112-eafd-0364ba25406b | |
==> amazon-ebs: Authorizing access to port 22 from 0.0.0.0/0 in the temporary security group... | |
2018/04/20 19:11:34 ui: ==> amazon-ebs: Authorizing access to port 22 from 0.0.0.0/0 in the temporary security group... | |
2018/04/20 19:11:34 packer: 2018/04/20 19:11:34 [DEBUG] Waiting for temporary security group: sg-f3a9c38d | |
2018/04/20 19:11:34 packer: 2018/04/20 19:11:34 [DEBUG] Found security group sg-f3a9c38d | |
==> amazon-ebs: Launching a source AWS instance... | |
2018/04/20 19:11:34 ui: ==> amazon-ebs: Launching a source AWS instance... | |
==> amazon-ebs: Adding tags to source instance | |
2018/04/20 19:11:34 ui: ==> amazon-ebs: Adding tags to source instance | |
2018/04/20 19:11:34 ui: amazon-ebs: Adding tag: "env": "prod" | |
amazon-ebs: Adding tag: "env": "prod" | |
amazon-ebs: Adding tag: "playbook": "stemcell" | |
2018/04/20 19:11:34 ui: amazon-ebs: Adding tag: "playbook": "stemcell" | |
amazon-ebs: Adding tag: "Name": "Packer Builder" | |
2018/04/20 19:11:34 ui: amazon-ebs: Adding tag: "Name": "Packer Builder" | |
amazon-ebs: Instance ID: i-006b991d7e57ab619 | |
2018/04/20 19:11:35 ui: amazon-ebs: Instance ID: i-006b991d7e57ab619 | |
==> amazon-ebs: Waiting for instance (i-006b991d7e57ab619) to become ready... | |
2018/04/20 19:11:35 ui: ==> amazon-ebs: Waiting for instance (i-006b991d7e57ab619) to become ready... | |
2018/04/20 19:11:50 packer: 2018/04/20 19:11:50 [INFO] Not using winrm communicator, skipping get password... | |
2018/04/20 19:11:50 packer: 2018/04/20 19:11:50 [INFO] Waiting for SSH, up to timeout: 5m0s | |
==> amazon-ebs: Waiting for SSH to become available... | |
2018/04/20 19:11:50 ui: ==> amazon-ebs: Waiting for SSH to become available... | |
2018/04/20 19:12:05 packer: 2018/04/20 19:12:05 [DEBUG] TCP connection to SSH ip/port failed: dial tcp 10.100.96.155:22: i/o timeout | |
2018/04/20 19:12:10 packer: 2018/04/20 19:12:10 [INFO] Attempting SSH connection... | |
2018/04/20 19:12:10 packer: 2018/04/20 19:12:10 [DEBUG] reconnecting to TCP connection for SSH | |
2018/04/20 19:12:10 packer: 2018/04/20 19:12:10 [DEBUG] handshaking with SSH | |
2018/04/20 19:12:10 packer: 2018/04/20 19:12:10 [DEBUG] handshake complete! | |
2018/04/20 19:12:10 packer: 2018/04/20 19:12:10 [INFO] no local agent socket, will not connect agent | |
==> amazon-ebs: Connected to SSH! | |
2018/04/20 19:12:10 ui: ==> amazon-ebs: Connected to SSH! | |
2018/04/20 19:12:10 packer: 2018/04/20 19:12:10 Running the provision hook | |
2018/04/20 19:12:10 [INFO] (telemetry) Starting provisioner shell | |
==> amazon-ebs: Provisioning with shell script: scripts/apt-upgrade.sh | |
2018/04/20 19:12:10 ui: ==> amazon-ebs: Provisioning with shell script: scripts/apt-upgrade.sh | |
2018/04/20 19:12:10 packer: 2018/04/20 19:12:10 Opening scripts/apt-upgrade.sh for reading | |
2018/04/20 19:12:10 packer: 2018/04/20 19:12:10 [INFO] 99 bytes written for 'uploadData' | |
2018/04/20 19:12:10 [INFO] 99 bytes written for 'uploadData' | |
2018/04/20 19:12:10 packer: 2018/04/20 19:12:10 [DEBUG] Opening new ssh session | |
2018/04/20 19:12:11 packer: 2018/04/20 19:12:11 [DEBUG] starting remote command: test -d "/tmp/script_5594.sh" | |
2018/04/20 19:12:11 packer: 2018/04/20 19:12:11 [ERROR] Remote command exited with '1': test -d "/tmp/script_5594.sh" | |
2018/04/20 19:12:11 packer: 2018/04/20 19:12:11 [DEBUG] Opening new ssh session | |
2018/04/20 19:12:11 packer: 2018/04/20 19:12:11 [DEBUG] Starting remote scp process: scp -vt /tmp | |
2018/04/20 19:12:11 packer: 2018/04/20 19:12:11 [DEBUG] Started SCP session, beginning transfers... | |
2018/04/20 19:12:11 packer: 2018/04/20 19:12:11 [DEBUG] scp: Uploading script_5594.sh: perms=C0644 size=99 | |
2018/04/20 19:12:11 packer: 2018/04/20 19:12:11 [DEBUG] SCP session complete, closing stdin pipe. | |
2018/04/20 19:12:11 packer: 2018/04/20 19:12:11 [DEBUG] Waiting for SSH session to complete. | |
2018/04/20 19:12:11 packer: 2018/04/20 19:12:11 [DEBUG] scp stderr (length 30): Sink: C0644 99 script_5594.sh | |
2018/04/20 19:12:11 packer: 2018/04/20 19:12:11 [DEBUG] Opening new ssh session | |
2018/04/20 19:12:11 packer: 2018/04/20 19:12:11 [DEBUG] starting remote command: chmod 0755 /tmp/script_5594.sh | |
2018/04/20 19:12:11 packer: 2018/04/20 19:12:11 [INFO] RPC endpoint: Communicator ended with: 0 | |
2018/04/20 19:12:11 [INFO] RPC client: Communicator ended with: 0 | |
2018/04/20 19:12:11 [INFO] RPC endpoint: Communicator ended with: 0 | |
2018/04/20 19:12:11 packer: 2018/04/20 19:12:11 [INFO] RPC client: Communicator ended with: 0 | |
2018/04/20 19:12:11 packer: 2018/04/20 19:12:11 [DEBUG] Opening new ssh session | |
2018/04/20 19:12:11 packer: 2018/04/20 19:12:11 [DEBUG] starting remote command: sudo -H sh -c 'PACKER_BUILDER_TYPE='amazon-ebs' PACKER_BUILD_NAME='amazon-ebs' /tmp/script_5594.sh' | |
amazon-ebs: Hit:1 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial InRelease | |
2018/04/20 19:12:11 ui: amazon-ebs: Hit:1 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial InRelease | |
amazon-ebs: Get:2 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-updates InRelease [102 kB] | |
2018/04/20 19:12:11 ui: amazon-ebs: Get:2 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-updates InRelease [102 kB] | |
amazon-ebs: Get:3 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-backports InRelease [102 kB] | |
2018/04/20 19:12:11 ui: amazon-ebs: Get:3 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-backports InRelease [102 kB] | |
amazon-ebs: Get:4 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial/main Sources [868 kB] | |
2018/04/20 19:12:11 ui: amazon-ebs: Get:4 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial/main Sources [868 kB] | |
amazon-ebs: Get:5 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial/restricted Sources [4,808 B] | |
2018/04/20 19:12:11 ui: amazon-ebs: Get:5 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial/restricted Sources [4,808 B] | |
amazon-ebs: Get:6 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial/universe Sources [7,728 kB] | |
2018/04/20 19:12:11 ui: amazon-ebs: Get:6 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial/universe Sources [7,728 kB] | |
amazon-ebs: Get:7 http://security.ubuntu.com/ubuntu xenial-security InRelease [102 kB] | |
2018/04/20 19:12:11 ui: amazon-ebs: Get:7 http://security.ubuntu.com/ubuntu xenial-security InRelease [102 kB] | |
amazon-ebs: Get:8 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial/multiverse Sources [179 kB] | |
2018/04/20 19:12:11 ui: amazon-ebs: Get:8 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial/multiverse Sources [179 kB] | |
amazon-ebs: Get:9 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial/universe amd64 Packages [7,532 kB] | |
2018/04/20 19:12:11 ui: amazon-ebs: Get:9 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial/universe amd64 Packages [7,532 kB] | |
amazon-ebs: Get:10 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial/universe Translation-en [4,354 kB] | |
2018/04/20 19:12:12 ui: amazon-ebs: Get:10 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial/universe Translation-en [4,354 kB] | |
2018/04/20 19:12:12 ui: amazon-ebs: Get:11 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial/multiverse amd64 Packages [144 kB] | |
amazon-ebs: Get:11 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial/multiverse amd64 Packages [144 kB] | |
amazon-ebs: Get:12 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial/multiverse Translation-en [106 kB] | |
2018/04/20 19:12:12 ui: amazon-ebs: Get:12 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial/multiverse Translation-en [106 kB] | |
2018/04/20 19:12:12 ui: amazon-ebs: Get:13 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main Sources [305 kB] | |
amazon-ebs: Get:13 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main Sources [305 kB] | |
amazon-ebs: Get:14 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/restricted Sources [2,524 B] | |
2018/04/20 19:12:12 ui: amazon-ebs: Get:14 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/restricted Sources [2,524 B] | |
amazon-ebs: Get:15 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/universe Sources [201 kB] | |
2018/04/20 19:12:12 ui: amazon-ebs: Get:15 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/universe Sources [201 kB] | |
amazon-ebs: Get:16 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/multiverse Sources [7,944 B] | |
2018/04/20 19:12:12 ui: amazon-ebs: Get:16 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/multiverse Sources [7,944 B] | |
amazon-ebs: Get:17 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages [757 kB] | |
2018/04/20 19:12:12 ui: amazon-ebs: Get:17 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages [757 kB] | |
amazon-ebs: Get:18 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main Translation-en [314 kB] | |
2018/04/20 19:12:12 ui: amazon-ebs: Get:18 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main Translation-en [314 kB] | |
amazon-ebs: Get:19 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 Packages [621 kB] | |
2018/04/20 19:12:12 ui: amazon-ebs: Get:19 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 Packages [621 kB] | |
amazon-ebs: Get:20 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/universe Translation-en [250 kB] | |
2018/04/20 19:12:12 ui: amazon-ebs: Get:20 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/universe Translation-en [250 kB] | |
amazon-ebs: Get:21 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/multiverse amd64 Packages [16.2 kB] | |
2018/04/20 19:12:12 ui: amazon-ebs: Get:21 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/multiverse amd64 Packages [16.2 kB] | |
amazon-ebs: Get:22 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/multiverse Translation-en [8,076 B] | |
2018/04/20 19:12:12 ui: amazon-ebs: Get:22 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/multiverse Translation-en [8,076 B] | |
amazon-ebs: Get:23 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-backports/main Sources [3,432 B] | |
2018/04/20 19:12:12 ui: amazon-ebs: Get:23 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-backports/main Sources [3,432 B] | |
amazon-ebs: Get:24 http://security.ubuntu.com/ubuntu xenial-security/main Sources [120 kB] | |
2018/04/20 19:12:12 ui: amazon-ebs: Get:24 http://security.ubuntu.com/ubuntu xenial-security/main Sources [120 kB] | |
amazon-ebs: Get:25 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-backports/universe Sources [5,816 B] | |
2018/04/20 19:12:12 ui: amazon-ebs: Get:25 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-backports/universe Sources [5,816 B] | |
amazon-ebs: Get:26 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-backports/main amd64 Packages [4,836 B] | |
2018/04/20 19:12:12 ui: amazon-ebs: Get:26 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-backports/main amd64 Packages [4,836 B] | |
amazon-ebs: Get:27 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-backports/main Translation-en [3,220 B] | |
2018/04/20 19:12:12 ui: amazon-ebs: Get:27 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-backports/main Translation-en [3,220 B] | |
amazon-ebs: Get:28 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-backports/universe amd64 Packages [7,104 B] | |
2018/04/20 19:12:12 ui: amazon-ebs: Get:28 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-backports/universe amd64 Packages [7,104 B] | |
amazon-ebs: Get:29 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-backports/universe Translation-en [3,844 B] | |
2018/04/20 19:12:12 ui: amazon-ebs: Get:29 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-backports/universe Translation-en [3,844 B] | |
amazon-ebs: Get:30 http://security.ubuntu.com/ubuntu xenial-security/restricted Sources [2,116 B] | |
2018/04/20 19:12:12 ui: amazon-ebs: Get:30 http://security.ubuntu.com/ubuntu xenial-security/restricted Sources [2,116 B] | |
amazon-ebs: Get:31 http://security.ubuntu.com/ubuntu xenial-security/universe Sources [63.9 kB] | |
2018/04/20 19:12:12 ui: amazon-ebs: Get:31 http://security.ubuntu.com/ubuntu xenial-security/universe Sources [63.9 kB] | |
amazon-ebs: Get:32 http://security.ubuntu.com/ubuntu xenial-security/multiverse Sources [1,516 B] | |
2018/04/20 19:12:13 ui: amazon-ebs: Get:32 http://security.ubuntu.com/ubuntu xenial-security/multiverse Sources [1,516 B] | |
amazon-ebs: Get:33 http://security.ubuntu.com/ubuntu xenial-security/main amd64 Packages [473 kB] | |
2018/04/20 19:12:13 ui: amazon-ebs: Get:33 http://security.ubuntu.com/ubuntu xenial-security/main amd64 Packages [473 kB] | |
amazon-ebs: Get:34 http://security.ubuntu.com/ubuntu xenial-security/main Translation-en [204 kB] | |
2018/04/20 19:12:13 ui: amazon-ebs: Get:34 http://security.ubuntu.com/ubuntu xenial-security/main Translation-en [204 kB] | |
amazon-ebs: Get:35 http://security.ubuntu.com/ubuntu xenial-security/universe amd64 Packages [341 kB] | |
2018/04/20 19:12:13 ui: amazon-ebs: Get:35 http://security.ubuntu.com/ubuntu xenial-security/universe amd64 Packages [341 kB] | |
amazon-ebs: Get:36 http://security.ubuntu.com/ubuntu xenial-security/universe Translation-en [128 kB] | |
2018/04/20 19:12:14 ui: amazon-ebs: Get:36 http://security.ubuntu.com/ubuntu xenial-security/universe Translation-en [128 kB] | |
amazon-ebs: Get:37 http://security.ubuntu.com/ubuntu xenial-security/multiverse amd64 Packages [3,208 B] | |
2018/04/20 19:12:14 ui: amazon-ebs: Get:37 http://security.ubuntu.com/ubuntu xenial-security/multiverse amd64 Packages [3,208 B] | |
2018/04/20 19:12:14 ui: amazon-ebs: Get:38 http://security.ubuntu.com/ubuntu xenial-security/multiverse Translation-en [1,408 B] | |
amazon-ebs: Get:38 http://security.ubuntu.com/ubuntu xenial-security/multiverse Translation-en [1,408 B] | |
amazon-ebs: Fetched 25.1 MB in 4s (5,018 kB/s) | |
2018/04/20 19:12:18 ui: amazon-ebs: Fetched 25.1 MB in 4s (5,018 kB/s) | |
amazon-ebs: Reading package lists... | |
2018/04/20 19:12:19 ui: amazon-ebs: Reading package lists... | |
amazon-ebs: Reading package lists... | |
2018/04/20 19:12:19 ui: amazon-ebs: Reading package lists... | |
amazon-ebs: Building dependency tree... | |
2018/04/20 19:12:19 ui: amazon-ebs: Building dependency tree... | |
amazon-ebs: Reading state information... | |
2018/04/20 19:12:19 ui: amazon-ebs: Reading state information... | |
amazon-ebs: Calculating upgrade... | |
2018/04/20 19:12:19 ui: amazon-ebs: Calculating upgrade... | |
amazon-ebs: The following packages will be upgraded: | |
2018/04/20 19:12:19 ui: amazon-ebs: The following packages will be upgraded: | |
amazon-ebs: apport cloud-init grub-legacy-ec2 hdparm libpam-modules libpam-modules-bin | |
2018/04/20 19:12:19 ui: amazon-ebs: apport cloud-init grub-legacy-ec2 hdparm libpam-modules libpam-modules-bin | |
amazon-ebs: libpam-runtime libpam0g libperl5.22 libplymouth4 libssl1.0.0 openssl patch | |
2018/04/20 19:12:19 ui: amazon-ebs: libpam-runtime libpam0g libperl5.22 libplymouth4 libssl1.0.0 openssl patch | |
amazon-ebs: perl perl-base perl-modules-5.22 plymouth plymouth-theme-ubuntu-text | |
2018/04/20 19:12:19 ui: amazon-ebs: perl perl-base perl-modules-5.22 plymouth plymouth-theme-ubuntu-text | |
amazon-ebs: python3-apport python3-distupgrade python3-problem-report snapd | |
2018/04/20 19:12:19 ui: amazon-ebs: python3-apport python3-distupgrade python3-problem-report snapd | |
amazon-ebs: ubuntu-core-launcher ubuntu-release-upgrader-core xdg-user-dirs | |
2018/04/20 19:12:19 ui: amazon-ebs: ubuntu-core-launcher ubuntu-release-upgrader-core xdg-user-dirs | |
amazon-ebs: 25 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. | |
2018/04/20 19:12:19 ui: amazon-ebs: 25 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. | |
amazon-ebs: Need to get 24.4 MB of archives. | |
2018/04/20 19:12:19 ui: amazon-ebs: Need to get 24.4 MB of archives. | |
amazon-ebs: After this operation, 2,617 kB of additional disk space will be used. | |
2018/04/20 19:12:19 ui: amazon-ebs: After this operation, 2,617 kB of additional disk space will be used. | |
amazon-ebs: Get:1 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libperl5.22 amd64 5.22.1-9ubuntu0.3 [3,402 kB] | |
2018/04/20 19:12:19 ui: amazon-ebs: Get:1 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libperl5.22 amd64 5.22.1-9ubuntu0.3 [3,402 kB] | |
amazon-ebs: Get:2 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 perl amd64 5.22.1-9ubuntu0.3 [237 kB] | |
2018/04/20 19:12:19 ui: amazon-ebs: Get:2 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 perl amd64 5.22.1-9ubuntu0.3 [237 kB] | |
amazon-ebs: Get:3 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 perl-base amd64 5.22.1-9ubuntu0.3 [1,286 kB] | |
2018/04/20 19:12:19 ui: amazon-ebs: Get:3 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 perl-base amd64 5.22.1-9ubuntu0.3 [1,286 kB] | |
amazon-ebs: Get:4 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 perl-modules-5.22 all 5.22.1-9ubuntu0.3 [2,646 kB] | |
2018/04/20 19:12:19 ui: amazon-ebs: Get:4 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 perl-modules-5.22 all 5.22.1-9ubuntu0.3 [2,646 kB] | |
amazon-ebs: Get:5 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpam0g amd64 1.1.8-3.2ubuntu2.1 [55.6 kB] | |
2018/04/20 19:12:19 ui: amazon-ebs: Get:5 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpam0g amd64 1.1.8-3.2ubuntu2.1 [55.6 kB] | |
amazon-ebs: Get:6 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.2ubuntu2.1 [36.9 kB] | |
2018/04/20 19:12:19 ui: amazon-ebs: Get:6 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.2ubuntu2.1 [36.9 kB] | |
amazon-ebs: Get:7 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpam-modules amd64 1.1.8-3.2ubuntu2.1 [244 kB] | |
2018/04/20 19:12:19 ui: amazon-ebs: Get:7 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpam-modules amd64 1.1.8-3.2ubuntu2.1 [244 kB] | |
amazon-ebs: Get:8 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 ubuntu-core-launcher amd64 2.32.3.2 [1,566 B] | |
2018/04/20 19:12:19 ui: amazon-ebs: Get:8 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 ubuntu-core-launcher amd64 2.32.3.2 [1,566 B] | |
amazon-ebs: Get:9 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 snapd amd64 2.32.3.2 [13.7 MB] | |
2018/04/20 19:12:19 ui: amazon-ebs: Get:9 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 snapd amd64 2.32.3.2 [13.7 MB] | |
amazon-ebs: Get:10 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpam-runtime all 1.1.8-3.2ubuntu2.1 [37.9 kB] | |
2018/04/20 19:12:19 ui: amazon-ebs: Get:10 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpam-runtime all 1.1.8-3.2ubuntu2.1 [37.9 kB] | |
amazon-ebs: Get:11 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libssl1.0.0 amd64 1.0.2g-1ubuntu4.12 [1,085 kB] | |
2018/04/20 19:12:19 ui: amazon-ebs: Get:11 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libssl1.0.0 amd64 1.0.2g-1ubuntu4.12 [1,085 kB] | |
amazon-ebs: Get:12 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 hdparm amd64 9.48+ds-1ubuntu0.1 [92.6 kB] | |
2018/04/20 19:12:19 ui: amazon-ebs: Get:12 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 hdparm amd64 9.48+ds-1ubuntu0.1 [92.6 kB] | |
amazon-ebs: Get:13 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libplymouth4 amd64 0.9.2-3ubuntu13.4 [85.1 kB] | |
2018/04/20 19:12:19 ui: amazon-ebs: Get:13 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libplymouth4 amd64 0.9.2-3ubuntu13.4 [85.1 kB] | |
amazon-ebs: Get:14 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 openssl amd64 1.0.2g-1ubuntu4.12 [492 kB] | |
2018/04/20 19:12:19 ui: amazon-ebs: Get:14 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 openssl amd64 1.0.2g-1ubuntu4.12 [492 kB] | |
amazon-ebs: Get:15 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 plymouth amd64 0.9.2-3ubuntu13.4 [108 kB] | |
2018/04/20 19:12:19 ui: amazon-ebs: Get:15 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 plymouth amd64 0.9.2-3ubuntu13.4 [108 kB] | |
amazon-ebs: Get:16 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 plymouth-theme-ubuntu-text amd64 0.9.2-3ubuntu13.4 [9,084 B] | |
2018/04/20 19:12:20 ui: amazon-ebs: Get:16 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 plymouth-theme-ubuntu-text amd64 0.9.2-3ubuntu13.4 [9,084 B] | |
amazon-ebs: Get:17 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 ubuntu-release-upgrader-core all 1:16.04.25 [29.6 kB] | |
2018/04/20 19:12:20 ui: amazon-ebs: Get:17 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 ubuntu-release-upgrader-core all 1:16.04.25 [29.6 kB] | |
amazon-ebs: Get:18 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python3-distupgrade all 1:16.04.25 [104 kB] | |
2018/04/20 19:12:20 ui: amazon-ebs: Get:18 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python3-distupgrade all 1:16.04.25 [104 kB] | |
amazon-ebs: Get:19 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 xdg-user-dirs amd64 0.15-2ubuntu6.16.04.1 [61.8 kB] | |
2018/04/20 19:12:20 ui: amazon-ebs: Get:19 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 xdg-user-dirs amd64 0.15-2ubuntu6.16.04.1 [61.8 kB] | |
amazon-ebs: Get:20 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python3-problem-report all 2.20.1-0ubuntu2.16 [9,924 B] | |
2018/04/20 19:12:20 ui: amazon-ebs: Get:20 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python3-problem-report all 2.20.1-0ubuntu2.16 [9,924 B] | |
amazon-ebs: Get:21 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python3-apport all 2.20.1-0ubuntu2.16 [79.5 kB] | |
2018/04/20 19:12:20 ui: amazon-ebs: Get:21 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python3-apport all 2.20.1-0ubuntu2.16 [79.5 kB] | |
amazon-ebs: Get:22 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 apport all 2.20.1-0ubuntu2.16 [120 kB] | |
2018/04/20 19:12:20 ui: amazon-ebs: Get:22 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 apport all 2.20.1-0ubuntu2.16 [120 kB] | |
amazon-ebs: Get:23 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 patch amd64 2.7.5-1ubuntu0.16.04.1 [90.5 kB] | |
2018/04/20 19:12:20 ui: amazon-ebs: Get:23 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 patch amd64 2.7.5-1ubuntu0.16.04.1 [90.5 kB] | |
amazon-ebs: Get:24 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 cloud-init all 18.2-4-g05926e48-0ubuntu1~16.04.1 [355 kB] | |
2018/04/20 19:12:20 ui: amazon-ebs: Get:24 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 cloud-init all 18.2-4-g05926e48-0ubuntu1~16.04.1 [355 kB] | |
amazon-ebs: Get:25 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 grub-legacy-ec2 all 18.2-4-g05926e48-0ubuntu1~16.04.1 [24.3 kB] | |
2018/04/20 19:12:20 ui: amazon-ebs: Get:25 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 grub-legacy-ec2 all 18.2-4-g05926e48-0ubuntu1~16.04.1 [24.3 kB] | |
amazon-ebs: debconf: unable to initialize frontend: Dialog | |
amazon-ebs: debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) | |
amazon-ebs: debconf: falling back to frontend: Readline | |
2018/04/20 19:12:20 ui: amazon-ebs: debconf: unable to initialize frontend: Dialog | |
2018/04/20 19:12:20 ui: amazon-ebs: debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) | |
2018/04/20 19:12:20 ui: amazon-ebs: debconf: falling back to frontend: Readline | |
amazon-ebs: debconf: unable to initialize frontend: Readline | |
amazon-ebs: debconf: (This frontend requires a controlling tty.) | |
amazon-ebs: debconf: falling back to frontend: Teletype | |
2018/04/20 19:12:20 ui: amazon-ebs: debconf: unable to initialize frontend: Readline | |
2018/04/20 19:12:20 ui: amazon-ebs: debconf: (This frontend requires a controlling tty.) | |
2018/04/20 19:12:20 ui: amazon-ebs: debconf: falling back to frontend: Teletype | |
amazon-ebs: dpkg-preconfigure: unable to re-open stdin: | |
2018/04/20 19:12:20 ui: amazon-ebs: dpkg-preconfigure: unable to re-open stdin: | |
amazon-ebs: Fetched 24.4 MB in 0s (44.9 MB/s) | |
2018/04/20 19:12:20 ui: amazon-ebs: Fetched 24.4 MB in 0s (44.9 MB/s) | |
2018/04/20 19:12:20 ui: amazon-ebs: (Reading database ... 51143 files and directories currently installed.) | |
amazon-ebs: (Reading database ... 51143 files and directories currently installed.) | |
amazon-ebs: Preparing to unpack .../libperl5.22_5.22.1-9ubuntu0.3_amd64.deb ... | |
2018/04/20 19:12:20 ui: amazon-ebs: Preparing to unpack .../libperl5.22_5.22.1-9ubuntu0.3_amd64.deb ... | |
amazon-ebs: Unpacking libperl5.22:amd64 (5.22.1-9ubuntu0.3) over (5.22.1-9ubuntu0.2) ... | |
2018/04/20 19:12:20 ui: amazon-ebs: Unpacking libperl5.22:amd64 (5.22.1-9ubuntu0.3) over (5.22.1-9ubuntu0.2) ... | |
amazon-ebs: Preparing to unpack .../perl_5.22.1-9ubuntu0.3_amd64.deb ... | |
2018/04/20 19:12:20 ui: amazon-ebs: Preparing to unpack .../perl_5.22.1-9ubuntu0.3_amd64.deb ... | |
amazon-ebs: Unpacking perl (5.22.1-9ubuntu0.3) over (5.22.1-9ubuntu0.2) ... | |
2018/04/20 19:12:20 ui: amazon-ebs: Unpacking perl (5.22.1-9ubuntu0.3) over (5.22.1-9ubuntu0.2) ... | |
amazon-ebs: Preparing to unpack .../perl-base_5.22.1-9ubuntu0.3_amd64.deb ... | |
2018/04/20 19:12:21 ui: amazon-ebs: Preparing to unpack .../perl-base_5.22.1-9ubuntu0.3_amd64.deb ... | |
amazon-ebs: Unpacking perl-base (5.22.1-9ubuntu0.3) over (5.22.1-9ubuntu0.2) ... | |
2018/04/20 19:12:21 ui: amazon-ebs: Unpacking perl-base (5.22.1-9ubuntu0.3) over (5.22.1-9ubuntu0.2) ... | |
amazon-ebs: Processing triggers for man-db (2.7.5-1) ... | |
2018/04/20 19:12:21 ui: amazon-ebs: Processing triggers for man-db (2.7.5-1) ... | |
amazon-ebs: Setting up perl-base (5.22.1-9ubuntu0.3) ... | |
2018/04/20 19:12:21 ui: amazon-ebs: Setting up perl-base (5.22.1-9ubuntu0.3) ... | |
amazon-ebs: (Reading database ... 51143 files and directories currently installed.) | |
2018/04/20 19:12:21 ui: amazon-ebs: (Reading database ... 51143 files and directories currently installed.) | |
amazon-ebs: Preparing to unpack .../perl-modules-5.22_5.22.1-9ubuntu0.3_all.deb ... | |
2018/04/20 19:12:21 ui: amazon-ebs: Preparing to unpack .../perl-modules-5.22_5.22.1-9ubuntu0.3_all.deb ... | |
amazon-ebs: Unpacking perl-modules-5.22 (5.22.1-9ubuntu0.3) over (5.22.1-9ubuntu0.2) ... | |
2018/04/20 19:12:21 ui: amazon-ebs: Unpacking perl-modules-5.22 (5.22.1-9ubuntu0.3) over (5.22.1-9ubuntu0.2) ... | |
amazon-ebs: Preparing to unpack .../libpam0g_1.1.8-3.2ubuntu2.1_amd64.deb ... | |
2018/04/20 19:12:22 ui: amazon-ebs: Preparing to unpack .../libpam0g_1.1.8-3.2ubuntu2.1_amd64.deb ... | |
amazon-ebs: Unpacking libpam0g:amd64 (1.1.8-3.2ubuntu2.1) over (1.1.8-3.2ubuntu2) ... | |
2018/04/20 19:12:22 ui: amazon-ebs: Unpacking libpam0g:amd64 (1.1.8-3.2ubuntu2.1) over (1.1.8-3.2ubuntu2) ... | |
amazon-ebs: Processing triggers for libc-bin (2.23-0ubuntu10) ... | |
2018/04/20 19:12:22 ui: amazon-ebs: Processing triggers for libc-bin (2.23-0ubuntu10) ... | |
amazon-ebs: Setting up libpam0g:amd64 (1.1.8-3.2ubuntu2.1) ... | |
2018/04/20 19:12:22 ui: amazon-ebs: Setting up libpam0g:amd64 (1.1.8-3.2ubuntu2.1) ... | |
amazon-ebs: debconf: unable to initialize frontend: Dialog | |
amazon-ebs: debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) | |
amazon-ebs: debconf: falling back to frontend: Readline | |
2018/04/20 19:12:22 ui: amazon-ebs: debconf: unable to initialize frontend: Dialog | |
2018/04/20 19:12:22 ui: amazon-ebs: debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) | |
2018/04/20 19:12:22 ui: amazon-ebs: debconf: falling back to frontend: Readline | |
amazon-ebs: Processing triggers for libc-bin (2.23-0ubuntu10) ... | |
2018/04/20 19:12:22 ui: amazon-ebs: Processing triggers for libc-bin (2.23-0ubuntu10) ... | |
amazon-ebs: (Reading database ... 51143 files and directories currently installed.) | |
2018/04/20 19:12:22 ui: amazon-ebs: (Reading database ... 51143 files and directories currently installed.) | |
amazon-ebs: Preparing to unpack .../libpam-modules-bin_1.1.8-3.2ubuntu2.1_amd64.deb ... | |
2018/04/20 19:12:22 ui: amazon-ebs: Preparing to unpack .../libpam-modules-bin_1.1.8-3.2ubuntu2.1_amd64.deb ... | |
amazon-ebs: Unpacking libpam-modules-bin (1.1.8-3.2ubuntu2.1) over (1.1.8-3.2ubuntu2) ... | |
2018/04/20 19:12:22 ui: amazon-ebs: Unpacking libpam-modules-bin (1.1.8-3.2ubuntu2.1) over (1.1.8-3.2ubuntu2) ... | |
amazon-ebs: Processing triggers for man-db (2.7.5-1) ... | |
2018/04/20 19:12:22 ui: amazon-ebs: Processing triggers for man-db (2.7.5-1) ... | |
amazon-ebs: Setting up libpam-modules-bin (1.1.8-3.2ubuntu2.1) ... | |
2018/04/20 19:12:23 ui: amazon-ebs: Setting up libpam-modules-bin (1.1.8-3.2ubuntu2.1) ... | |
amazon-ebs: (Reading database ... 51143 files and directories currently installed.) | |
2018/04/20 19:12:23 ui: amazon-ebs: (Reading database ... 51143 files and directories currently installed.) | |
amazon-ebs: Preparing to unpack .../libpam-modules_1.1.8-3.2ubuntu2.1_amd64.deb ... | |
2018/04/20 19:12:23 ui: amazon-ebs: Preparing to unpack .../libpam-modules_1.1.8-3.2ubuntu2.1_amd64.deb ... | |
amazon-ebs: debconf: unable to initialize frontend: Dialog | |
2018/04/20 19:12:23 ui: amazon-ebs: debconf: unable to initialize frontend: Dialog | |
2018/04/20 19:12:23 ui: amazon-ebs: debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) | |
2018/04/20 19:12:23 ui: amazon-ebs: debconf: falling back to frontend: Readline | |
amazon-ebs: debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) | |
amazon-ebs: debconf: falling back to frontend: Readline | |
2018/04/20 19:12:23 ui: amazon-ebs: Unpacking libpam-modules:amd64 (1.1.8-3.2ubuntu2.1) over (1.1.8-3.2ubuntu2) ... | |
amazon-ebs: Unpacking libpam-modules:amd64 (1.1.8-3.2ubuntu2.1) over (1.1.8-3.2ubuntu2) ... | |
2018/04/20 19:12:23 ui: amazon-ebs: Processing triggers for man-db (2.7.5-1) ... | |
amazon-ebs: Processing triggers for man-db (2.7.5-1) ... | |
2018/04/20 19:12:23 ui: amazon-ebs: Setting up libpam-modules:amd64 (1.1.8-3.2ubuntu2.1) ... | |
amazon-ebs: Setting up libpam-modules:amd64 (1.1.8-3.2ubuntu2.1) ... | |
2018/04/20 19:12:23 ui: amazon-ebs: (Reading database ... 51143 files and directories currently installed.) | |
amazon-ebs: (Reading database ... 51143 files and directories currently installed.) | |
2018/04/20 19:12:23 ui: amazon-ebs: Preparing to unpack .../ubuntu-core-launcher_2.32.3.2_amd64.deb ... | |
amazon-ebs: Preparing to unpack .../ubuntu-core-launcher_2.32.3.2_amd64.deb ... | |
2018/04/20 19:12:23 ui: amazon-ebs: Unpacking ubuntu-core-launcher (2.32.3.2) over (2.29.4.2) ... | |
amazon-ebs: Unpacking ubuntu-core-launcher (2.32.3.2) over (2.29.4.2) ... | |
2018/04/20 19:12:23 ui: amazon-ebs: Preparing to unpack .../snapd_2.32.3.2_amd64.deb ... | |
amazon-ebs: Preparing to unpack .../snapd_2.32.3.2_amd64.deb ... | |
2018/04/20 19:12:23 ui: amazon-ebs: Unpacking snapd (2.32.3.2) over (2.29.4.2) ... | |
amazon-ebs: Unpacking snapd (2.32.3.2) over (2.29.4.2) ... | |
2018/04/20 19:12:25 ui: amazon-ebs: Preparing to unpack .../libpam-runtime_1.1.8-3.2ubuntu2.1_all.deb ... | |
amazon-ebs: Preparing to unpack .../libpam-runtime_1.1.8-3.2ubuntu2.1_all.deb ... | |
2018/04/20 19:12:25 ui: amazon-ebs: Unpacking libpam-runtime (1.1.8-3.2ubuntu2.1) over (1.1.8-3.2ubuntu2) ... | |
amazon-ebs: Unpacking libpam-runtime (1.1.8-3.2ubuntu2.1) over (1.1.8-3.2ubuntu2) ... | |
2018/04/20 19:12:25 ui: amazon-ebs: Processing triggers for man-db (2.7.5-1) ... | |
amazon-ebs: Processing triggers for man-db (2.7.5-1) ... | |
2018/04/20 19:12:26 ui: amazon-ebs: Setting up libpam-runtime (1.1.8-3.2ubuntu2.1) ... | |
amazon-ebs: Setting up libpam-runtime (1.1.8-3.2ubuntu2.1) ... | |
2018/04/20 19:12:26 ui: amazon-ebs: debconf: unable to initialize frontend: Dialog | |
amazon-ebs: debconf: unable to initialize frontend: Dialog | |
2018/04/20 19:12:26 ui: amazon-ebs: debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) | |
amazon-ebs: debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) | |
2018/04/20 19:12:26 ui: amazon-ebs: debconf: falling back to frontend: Readline | |
amazon-ebs: debconf: falling back to frontend: Readline | |
2018/04/20 19:12:26 ui: amazon-ebs: (Reading database ... 51148 files and directories currently installed.) | |
amazon-ebs: (Reading database ... 51148 files and directories currently installed.) | |
2018/04/20 19:12:26 ui: amazon-ebs: Preparing to unpack .../libssl1.0.0_1.0.2g-1ubuntu4.12_amd64.deb ... | |
amazon-ebs: Preparing to unpack .../libssl1.0.0_1.0.2g-1ubuntu4.12_amd64.deb ... | |
2018/04/20 19:12:26 ui: amazon-ebs: Unpacking libssl1.0.0:amd64 (1.0.2g-1ubuntu4.12) over (1.0.2g-1ubuntu4.11) ... | |
amazon-ebs: Unpacking libssl1.0.0:amd64 (1.0.2g-1ubuntu4.12) over (1.0.2g-1ubuntu4.11) ... | |
2018/04/20 19:12:26 ui: amazon-ebs: Preparing to unpack .../hdparm_9.48+ds-1ubuntu0.1_amd64.deb ... | |
amazon-ebs: Preparing to unpack .../hdparm_9.48+ds-1ubuntu0.1_amd64.deb ... | |
2018/04/20 19:12:26 ui: amazon-ebs: Unpacking hdparm (9.48+ds-1ubuntu0.1) over (9.48+ds-1) ... | |
amazon-ebs: Unpacking hdparm (9.48+ds-1ubuntu0.1) over (9.48+ds-1) ... | |
2018/04/20 19:12:26 ui: amazon-ebs: Preparing to unpack .../libplymouth4_0.9.2-3ubuntu13.4_amd64.deb ... | |
amazon-ebs: Preparing to unpack .../libplymouth4_0.9.2-3ubuntu13.4_amd64.deb ... | |
2018/04/20 19:12:26 ui: amazon-ebs: Unpacking libplymouth4:amd64 (0.9.2-3ubuntu13.4) over (0.9.2-3ubuntu13.3) ... | |
amazon-ebs: Unpacking libplymouth4:amd64 (0.9.2-3ubuntu13.4) over (0.9.2-3ubuntu13.3) ... | |
2018/04/20 19:12:26 ui: amazon-ebs: Preparing to unpack .../openssl_1.0.2g-1ubuntu4.12_amd64.deb ... | |
amazon-ebs: Preparing to unpack .../openssl_1.0.2g-1ubuntu4.12_amd64.deb ... | |
2018/04/20 19:12:26 ui: amazon-ebs: Unpacking openssl (1.0.2g-1ubuntu4.12) over (1.0.2g-1ubuntu4.11) ... | |
amazon-ebs: Unpacking openssl (1.0.2g-1ubuntu4.12) over (1.0.2g-1ubuntu4.11) ... | |
2018/04/20 19:12:26 ui: amazon-ebs: Preparing to unpack .../plymouth_0.9.2-3ubuntu13.4_amd64.deb ... | |
amazon-ebs: Preparing to unpack .../plymouth_0.9.2-3ubuntu13.4_amd64.deb ... | |
2018/04/20 19:12:26 ui: amazon-ebs: Unpacking plymouth (0.9.2-3ubuntu13.4) over (0.9.2-3ubuntu13.3) ... | |
amazon-ebs: Unpacking plymouth (0.9.2-3ubuntu13.4) over (0.9.2-3ubuntu13.3) ... | |
2018/04/20 19:12:27 ui: amazon-ebs: Preparing to unpack .../plymouth-theme-ubuntu-text_0.9.2-3ubuntu13.4_amd64.deb ... | |
amazon-ebs: Preparing to unpack .../plymouth-theme-ubuntu-text_0.9.2-3ubuntu13.4_amd64.deb ... | |
2018/04/20 19:12:27 ui: amazon-ebs: Unpacking plymouth-theme-ubuntu-text (0.9.2-3ubuntu13.4) over (0.9.2-3ubuntu13.3) ... | |
amazon-ebs: Unpacking plymouth-theme-ubuntu-text (0.9.2-3ubuntu13.4) over (0.9.2-3ubuntu13.3) ... | |
2018/04/20 19:12:27 ui: amazon-ebs: Preparing to unpack .../ubuntu-release-upgrader-core_1%3a16.04.25_all.deb ... | |
amazon-ebs: Preparing to unpack .../ubuntu-release-upgrader-core_1%3a16.04.25_all.deb ... | |
2018/04/20 19:12:27 ui: amazon-ebs: Unpacking ubuntu-release-upgrader-core (1:16.04.25) over (1:16.04.24) ... | |
amazon-ebs: Unpacking ubuntu-release-upgrader-core (1:16.04.25) over (1:16.04.24) ... | |
2018/04/20 19:12:27 ui: amazon-ebs: Preparing to unpack .../python3-distupgrade_1%3a16.04.25_all.deb ... | |
amazon-ebs: Preparing to unpack .../python3-distupgrade_1%3a16.04.25_all.deb ... | |
2018/04/20 19:12:27 ui: amazon-ebs: Unpacking python3-distupgrade (1:16.04.25) over (1:16.04.24) ... | |
amazon-ebs: Unpacking python3-distupgrade (1:16.04.25) over (1:16.04.24) ... | |
2018/04/20 19:12:27 ui: amazon-ebs: Preparing to unpack .../xdg-user-dirs_0.15-2ubuntu6.16.04.1_amd64.deb ... | |
amazon-ebs: Preparing to unpack .../xdg-user-dirs_0.15-2ubuntu6.16.04.1_amd64.deb ... | |
2018/04/20 19:12:27 ui: amazon-ebs: Unpacking xdg-user-dirs (0.15-2ubuntu6.16.04.1) over (0.15-2ubuntu6) ... | |
amazon-ebs: Unpacking xdg-user-dirs (0.15-2ubuntu6.16.04.1) over (0.15-2ubuntu6) ... | |
2018/04/20 19:12:27 ui: amazon-ebs: Preparing to unpack .../python3-problem-report_2.20.1-0ubuntu2.16_all.deb ... | |
amazon-ebs: Preparing to unpack .../python3-problem-report_2.20.1-0ubuntu2.16_all.deb ... | |
2018/04/20 19:12:27 ui: amazon-ebs: Unpacking python3-problem-report (2.20.1-0ubuntu2.16) over (2.20.1-0ubuntu2.15) ... | |
amazon-ebs: Unpacking python3-problem-report (2.20.1-0ubuntu2.16) over (2.20.1-0ubuntu2.15) ... | |
2018/04/20 19:12:27 ui: amazon-ebs: Preparing to unpack .../python3-apport_2.20.1-0ubuntu2.16_all.deb ... | |
amazon-ebs: Preparing to unpack .../python3-apport_2.20.1-0ubuntu2.16_all.deb ... | |
2018/04/20 19:12:27 ui: amazon-ebs: Unpacking python3-apport (2.20.1-0ubuntu2.16) over (2.20.1-0ubuntu2.15) ... | |
amazon-ebs: Unpacking python3-apport (2.20.1-0ubuntu2.16) over (2.20.1-0ubuntu2.15) ... | |
2018/04/20 19:12:27 ui: amazon-ebs: Preparing to unpack .../apport_2.20.1-0ubuntu2.16_all.deb ... | |
amazon-ebs: Preparing to unpack .../apport_2.20.1-0ubuntu2.16_all.deb ... | |
2018/04/20 19:12:28 ui: amazon-ebs: Unpacking apport (2.20.1-0ubuntu2.16) over (2.20.1-0ubuntu2.15) ... | |
amazon-ebs: Unpacking apport (2.20.1-0ubuntu2.16) over (2.20.1-0ubuntu2.15) ... | |
2018/04/20 19:12:28 ui: amazon-ebs: Preparing to unpack .../patch_2.7.5-1ubuntu0.16.04.1_amd64.deb ... | |
amazon-ebs: Preparing to unpack .../patch_2.7.5-1ubuntu0.16.04.1_amd64.deb ... | |
2018/04/20 19:12:28 ui: amazon-ebs: Unpacking patch (2.7.5-1ubuntu0.16.04.1) over (2.7.5-1) ... | |
amazon-ebs: Unpacking patch (2.7.5-1ubuntu0.16.04.1) over (2.7.5-1) ... | |
2018/04/20 19:12:28 ui: amazon-ebs: Preparing to unpack .../cloud-init_18.2-4-g05926e48-0ubuntu1~16.04.1_all.deb ... | |
amazon-ebs: Preparing to unpack .../cloud-init_18.2-4-g05926e48-0ubuntu1~16.04.1_all.deb ... | |
2018/04/20 19:12:28 ui: amazon-ebs: Unpacking cloud-init (18.2-4-g05926e48-0ubuntu1~16.04.1) over (17.2-35-gf576b2a2-0ubuntu1~16.04.2) ... | |
amazon-ebs: Unpacking cloud-init (18.2-4-g05926e48-0ubuntu1~16.04.1) over (17.2-35-gf576b2a2-0ubuntu1~16.04.2) ... | |
2018/04/20 19:12:28 ui: amazon-ebs: Preparing to unpack .../grub-legacy-ec2_18.2-4-g05926e48-0ubuntu1~16.04.1_all.deb ... | |
amazon-ebs: Preparing to unpack .../grub-legacy-ec2_18.2-4-g05926e48-0ubuntu1~16.04.1_all.deb ... | |
2018/04/20 19:12:28 ui: amazon-ebs: Leaving 'diversion of /usr/sbin/grub-set-default to /usr/sbin/grub-set-default.real by grub-legacy-ec2' | |
amazon-ebs: Leaving 'diversion of /usr/sbin/grub-set-default to /usr/sbin/grub-set-default.real by grub-legacy-ec2' | |
2018/04/20 19:12:28 ui: amazon-ebs: Unpacking grub-legacy-ec2 (18.2-4-g05926e48-0ubuntu1~16.04.1) over (17.2-35-gf576b2a2-0ubuntu1~16.04.2) ... | |
amazon-ebs: Unpacking grub-legacy-ec2 (18.2-4-g05926e48-0ubuntu1~16.04.1) over (17.2-35-gf576b2a2-0ubuntu1~16.04.2) ... | |
2018/04/20 19:12:28 ui: amazon-ebs: Processing triggers for libc-bin (2.23-0ubuntu10) ... | |
amazon-ebs: Processing triggers for libc-bin (2.23-0ubuntu10) ... | |
2018/04/20 19:12:28 ui: amazon-ebs: Processing triggers for man-db (2.7.5-1) ... | |
amazon-ebs: Processing triggers for man-db (2.7.5-1) ... | |
2018/04/20 19:12:29 ui: amazon-ebs: Processing triggers for systemd (229-4ubuntu21.2) ... | |
amazon-ebs: Processing triggers for systemd (229-4ubuntu21.2) ... | |
2018/04/20 19:12:29 ui: amazon-ebs: Processing triggers for ureadahead (0.100.0-19) ... | |
amazon-ebs: Processing triggers for ureadahead (0.100.0-19) ... | |
2018/04/20 19:12:29 ui: amazon-ebs: Setting up perl-modules-5.22 (5.22.1-9ubuntu0.3) ... | |
amazon-ebs: Setting up perl-modules-5.22 (5.22.1-9ubuntu0.3) ... | |
2018/04/20 19:12:29 ui: amazon-ebs: Setting up libperl5.22:amd64 (5.22.1-9ubuntu0.3) ... | |
amazon-ebs: Setting up libperl5.22:amd64 (5.22.1-9ubuntu0.3) ... | |
2018/04/20 19:12:29 ui: amazon-ebs: Setting up perl (5.22.1-9ubuntu0.3) ... | |
amazon-ebs: Setting up perl (5.22.1-9ubuntu0.3) ... | |
2018/04/20 19:12:29 ui: amazon-ebs: Setting up snapd (2.32.3.2) ... | |
amazon-ebs: Setting up snapd (2.32.3.2) ... | |
2018/04/20 19:12:29 ui: amazon-ebs: Installing new version of config file /etc/apparmor.d/usr.lib.snapd.snap-confine.real ... | |
amazon-ebs: Installing new version of config file /etc/apparmor.d/usr.lib.snapd.snap-confine.real ... | |
2018/04/20 19:12:30 ui: amazon-ebs: snapd.snap-repair.service is a disabled or a static unit, not starting it. | |
amazon-ebs: snapd.snap-repair.service is a disabled or a static unit, not starting it. | |
2018/04/20 19:12:30 ui: amazon-ebs: Setting up ubuntu-core-launcher (2.32.3.2) ... | |
amazon-ebs: Setting up ubuntu-core-launcher (2.32.3.2) ... | |
2018/04/20 19:12:30 ui: amazon-ebs: Setting up libssl1.0.0:amd64 (1.0.2g-1ubuntu4.12) ... | |
amazon-ebs: Setting up libssl1.0.0:amd64 (1.0.2g-1ubuntu4.12) ... | |
2018/04/20 19:12:30 ui: amazon-ebs: debconf: unable to initialize frontend: Dialog | |
amazon-ebs: debconf: unable to initialize frontend: Dialog | |
2018/04/20 19:12:30 ui: amazon-ebs: debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) | |
amazon-ebs: debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) | |
2018/04/20 19:12:30 ui: amazon-ebs: debconf: falling back to frontend: Readline | |
amazon-ebs: debconf: falling back to frontend: Readline | |
2018/04/20 19:12:30 ui: amazon-ebs: Setting up hdparm (9.48+ds-1ubuntu0.1) ... | |
amazon-ebs: Setting up hdparm (9.48+ds-1ubuntu0.1) ... | |
2018/04/20 19:12:30 ui: amazon-ebs: Setting up libplymouth4:amd64 (0.9.2-3ubuntu13.4) ... | |
amazon-ebs: Setting up libplymouth4:amd64 (0.9.2-3ubuntu13.4) ... | |
2018/04/20 19:12:30 ui: amazon-ebs: Setting up openssl (1.0.2g-1ubuntu4.12) ... | |
amazon-ebs: Setting up openssl (1.0.2g-1ubuntu4.12) ... | |
2018/04/20 19:12:30 ui: amazon-ebs: Setting up plymouth (0.9.2-3ubuntu13.4) ... | |
amazon-ebs: Setting up plymouth (0.9.2-3ubuntu13.4) ... | |
2018/04/20 19:12:30 ui: amazon-ebs: update-initramfs: deferring update (trigger activated) | |
amazon-ebs: update-initramfs: deferring update (trigger activated) | |
2018/04/20 19:12:30 ui: amazon-ebs: update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults | |
amazon-ebs: update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults | |
2018/04/20 19:12:31 ui: amazon-ebs: update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults | |
amazon-ebs: update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults | |
2018/04/20 19:12:31 ui: amazon-ebs: Setting up plymouth-theme-ubuntu-text (0.9.2-3ubuntu13.4) ... | |
amazon-ebs: Setting up plymouth-theme-ubuntu-text (0.9.2-3ubuntu13.4) ... | |
2018/04/20 19:12:31 ui: amazon-ebs: update-initramfs: deferring update (trigger activated) | |
amazon-ebs: update-initramfs: deferring update (trigger activated) | |
2018/04/20 19:12:31 ui: amazon-ebs: Setting up python3-distupgrade (1:16.04.25) ... | |
amazon-ebs: Setting up python3-distupgrade (1:16.04.25) ... | |
amazon-ebs: Setting up ubuntu-release-upgrader-core (1:16.04.25) ... | |
2018/04/20 19:12:31 ui: amazon-ebs: Setting up ubuntu-release-upgrader-core (1:16.04.25) ... | |
amazon-ebs: Setting up xdg-user-dirs (0.15-2ubuntu6.16.04.1) ... | |
2018/04/20 19:12:31 ui: amazon-ebs: Setting up xdg-user-dirs (0.15-2ubuntu6.16.04.1) ... | |
amazon-ebs: Setting up python3-problem-report (2.20.1-0ubuntu2.16) ... | |
2018/04/20 19:12:31 ui: amazon-ebs: Setting up python3-problem-report (2.20.1-0ubuntu2.16) ... | |
amazon-ebs: Setting up python3-apport (2.20.1-0ubuntu2.16) ... | |
2018/04/20 19:12:31 ui: amazon-ebs: Setting up python3-apport (2.20.1-0ubuntu2.16) ... | |
2018/04/20 19:12:31 ui: amazon-ebs: Setting up apport (2.20.1-0ubuntu2.16) ... | |
amazon-ebs: Setting up apport (2.20.1-0ubuntu2.16) ... | |
2018/04/20 19:12:32 ui: amazon-ebs: Setting up patch (2.7.5-1ubuntu0.16.04.1) ... | |
amazon-ebs: Setting up patch (2.7.5-1ubuntu0.16.04.1) ... | |
2018/04/20 19:12:32 ui: amazon-ebs: Setting up cloud-init (18.2-4-g05926e48-0ubuntu1~16.04.1) ... | |
amazon-ebs: Setting up cloud-init (18.2-4-g05926e48-0ubuntu1~16.04.1) ... | |
2018/04/20 19:12:32 ui: amazon-ebs: Installing new version of config file /etc/cloud/cloud.cfg ... | |
amazon-ebs: Installing new version of config file /etc/cloud/cloud.cfg ... | |
2018/04/20 19:12:32 ui: amazon-ebs: debconf: unable to initialize frontend: Dialog | |
amazon-ebs: debconf: unable to initialize frontend: Dialog | |
2018/04/20 19:12:32 ui: amazon-ebs: debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) | |
amazon-ebs: debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) | |
2018/04/20 19:12:32 ui: amazon-ebs: debconf: falling back to frontend: Readline | |
amazon-ebs: debconf: falling back to frontend: Readline | |
2018/04/20 19:12:32 ui: amazon-ebs: Leaving 'diversion of /etc/init/ureadahead.conf to /etc/init/ureadahead.conf.disabled by cloud-init' | |
amazon-ebs: Leaving 'diversion of /etc/init/ureadahead.conf to /etc/init/ureadahead.conf.disabled by cloud-init' | |
2018/04/20 19:12:34 ui: amazon-ebs: Setting up grub-legacy-ec2 (18.2-4-g05926e48-0ubuntu1~16.04.1) ... | |
amazon-ebs: Setting up grub-legacy-ec2 (18.2-4-g05926e48-0ubuntu1~16.04.1) ... | |
2018/04/20 19:12:34 ui: amazon-ebs: debconf: unable to initialize frontend: Dialog | |
amazon-ebs: debconf: unable to initialize frontend: Dialog | |
amazon-ebs: debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) | |
amazon-ebs: debconf: falling back to frontend: Readline | |
2018/04/20 19:12:34 ui: amazon-ebs: debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) | |
2018/04/20 19:12:34 ui: amazon-ebs: debconf: falling back to frontend: Readline | |
amazon-ebs: Searching for GRUB installation directory ... found: /boot/grub | |
2018/04/20 19:12:34 ui: amazon-ebs: Searching for GRUB installation directory ... found: /boot/grub | |
amazon-ebs: Searching for default file ... found: /boot/grub/default | |
2018/04/20 19:12:34 ui: amazon-ebs: Searching for default file ... found: /boot/grub/default | |
amazon-ebs: Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst | |
2018/04/20 19:12:34 ui: amazon-ebs: Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst | |
amazon-ebs: Searching for splash image ... none found, skipping ... | |
2018/04/20 19:12:34 ui: amazon-ebs: Searching for splash image ... none found, skipping ... | |
amazon-ebs: Found kernel: /boot/vmlinuz-4.4.0-1054-aws | |
2018/04/20 19:12:34 ui: amazon-ebs: Found kernel: /boot/vmlinuz-4.4.0-1054-aws | |
amazon-ebs: Found kernel: /boot/vmlinuz-4.4.0-1054-aws | |
2018/04/20 19:12:34 ui: amazon-ebs: Found kernel: /boot/vmlinuz-4.4.0-1054-aws | |
amazon-ebs: Updating /boot/grub/menu.lst ... done | |
amazon-ebs: | |
2018/04/20 19:12:34 ui: amazon-ebs: Updating /boot/grub/menu.lst ... done | |
2018/04/20 19:12:34 ui: amazon-ebs: | |
amazon-ebs: Processing triggers for libc-bin (2.23-0ubuntu10) ... | |
2018/04/20 19:12:34 ui: amazon-ebs: Processing triggers for libc-bin (2.23-0ubuntu10) ... | |
amazon-ebs: Processing triggers for initramfs-tools (0.122ubuntu8.11) ... | |
2018/04/20 19:12:34 ui: amazon-ebs: Processing triggers for initramfs-tools (0.122ubuntu8.11) ... | |
amazon-ebs: update-initramfs: Generating /boot/initrd.img-4.4.0-1054-aws | |
2018/04/20 19:12:34 ui: amazon-ebs: update-initramfs: Generating /boot/initrd.img-4.4.0-1054-aws | |
amazon-ebs: W: mdadm: /etc/mdadm/mdadm.conf defines no arrays. | |
2018/04/20 19:12:36 ui: amazon-ebs: W: mdadm: /etc/mdadm/mdadm.conf defines no arrays. | |
2018/04/20 19:12:39 [INFO] 19255 bytes written for 'stdout' | |
2018/04/20 19:12:39 [INFO] 401 bytes written for 'stderr' | |
2018/04/20 19:12:39 [INFO] RPC client: Communicator ended with: 2300218 | |
2018/04/20 19:12:39 [INFO] RPC endpoint: Communicator ended with: 2300218 | |
2018/04/20 19:12:39 packer: 2018/04/20 19:12:39 [ERROR] Remote command exited without exit status or exit signal. | |
2018/04/20 19:12:39 packer: 2018/04/20 19:12:39 [INFO] RPC endpoint: Communicator ended with: 2300218 | |
2018/04/20 19:12:39 packer: 2018/04/20 19:12:39 [INFO] 19255 bytes written for 'stdout' | |
2018/04/20 19:12:39 packer: 2018/04/20 19:12:39 [INFO] 401 bytes written for 'stderr' | |
2018/04/20 19:12:39 packer: 2018/04/20 19:12:39 [INFO] RPC client: Communicator ended with: 2300218 | |
2018/04/20 19:12:39 packer: 2018/04/20 19:12:39 [DEBUG] Opening new ssh session | |
2018/04/20 19:12:39 packer: 2018/04/20 19:12:39 [ERROR] ssh session open error: 'EOF', attempting reconnect | |
2018/04/20 19:12:39 packer: 2018/04/20 19:12:39 [DEBUG] reconnecting to TCP connection for SSH | |
2018/04/20 19:12:39 packer: 2018/04/20 19:12:39 [DEBUG] handshaking with SSH | |
2018/04/20 19:12:39 packer: 2018/04/20 19:12:39 [DEBUG] handshake complete! | |
2018/04/20 19:12:39 packer: 2018/04/20 19:12:39 [INFO] no local agent socket, will not connect agent | |
2018/04/20 19:12:40 packer: 2018/04/20 19:12:40 [DEBUG] starting remote command: rm -f /tmp/script_5594.sh | |
2018/04/20 19:12:40 packer: 2018/04/20 19:12:40 [INFO] RPC endpoint: Communicator ended with: 0 | |
2018/04/20 19:12:40 [INFO] RPC client: Communicator ended with: 0 | |
2018/04/20 19:12:40 [INFO] RPC endpoint: Communicator ended with: 0 | |
2018/04/20 19:12:40 packer: 2018/04/20 19:12:40 [INFO] RPC client: Communicator ended with: 0 | |
2018/04/20 19:12:40 [INFO] (telemetry) ending shell | |
2018/04/20 19:12:40 [INFO] (telemetry) Starting provisioner shell | |
==> amazon-ebs: Provisioning with shell script: scripts/packages.sh | |
2018/04/20 19:12:40 ui: ==> amazon-ebs: Provisioning with shell script: scripts/packages.sh | |
2018/04/20 19:12:40 packer: 2018/04/20 19:12:40 Opening scripts/packages.sh for reading | |
2018/04/20 19:12:40 packer: 2018/04/20 19:12:40 [INFO] 388 bytes written for 'uploadData' | |
2018/04/20 19:12:40 [INFO] 388 bytes written for 'uploadData' | |
2018/04/20 19:12:40 packer: 2018/04/20 19:12:40 [DEBUG] Opening new ssh session | |
2018/04/20 19:12:40 packer: 2018/04/20 19:12:40 [DEBUG] starting remote command: test -d "/tmp/script_1154.sh" | |
2018/04/20 19:12:40 packer: 2018/04/20 19:12:40 [ERROR] Remote command exited with '1': test -d "/tmp/script_1154.sh" | |
2018/04/20 19:12:40 packer: 2018/04/20 19:12:40 [DEBUG] Opening new ssh session | |
2018/04/20 19:12:40 packer: 2018/04/20 19:12:40 [DEBUG] Starting remote scp process: scp -vt /tmp | |
2018/04/20 19:12:40 packer: 2018/04/20 19:12:40 [DEBUG] Started SCP session, beginning transfers... | |
2018/04/20 19:12:40 packer: 2018/04/20 19:12:40 [DEBUG] scp: Uploading script_1154.sh: perms=C0644 size=388 | |
2018/04/20 19:12:40 packer: 2018/04/20 19:12:40 [DEBUG] SCP session complete, closing stdin pipe. | |
2018/04/20 19:12:40 packer: 2018/04/20 19:12:40 [DEBUG] Waiting for SSH session to complete. | |
2018/04/20 19:12:40 packer: 2018/04/20 19:12:40 [DEBUG] scp stderr (length 31): Sink: C0644 388 script_1154.sh | |
2018/04/20 19:12:40 packer: 2018/04/20 19:12:40 [DEBUG] Opening new ssh session | |
2018/04/20 19:12:40 packer: 2018/04/20 19:12:40 [DEBUG] starting remote command: chmod 0755 /tmp/script_1154.sh | |
2018/04/20 19:12:40 packer: 2018/04/20 19:12:40 [INFO] RPC endpoint: Communicator ended with: 0 | |
2018/04/20 19:12:40 [INFO] RPC client: Communicator ended with: 0 | |
2018/04/20 19:12:40 [INFO] RPC endpoint: Communicator ended with: 0 | |
2018/04/20 19:12:40 packer: 2018/04/20 19:12:40 [INFO] RPC client: Communicator ended with: 0 | |
2018/04/20 19:12:40 packer: 2018/04/20 19:12:40 [DEBUG] Opening new ssh session | |
2018/04/20 19:12:40 packer: 2018/04/20 19:12:40 [DEBUG] starting remote command: sudo -H sh -c 'PACKER_BUILDER_TYPE='amazon-ebs' PACKER_BUILD_NAME='amazon-ebs' /tmp/script_1154.sh' | |
amazon-ebs: Reading package lists... | |
2018/04/20 19:12:40 ui: amazon-ebs: Reading package lists... | |
amazon-ebs: Building dependency tree... | |
2018/04/20 19:12:40 ui: amazon-ebs: Building dependency tree... | |
amazon-ebs: Reading state information... | |
2018/04/20 19:12:40 ui: amazon-ebs: Reading state information... | |
amazon-ebs: 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. | |
2018/04/20 19:12:41 ui: amazon-ebs: 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. | |
amazon-ebs: Reading package lists... | |
2018/04/20 19:12:41 ui: amazon-ebs: Reading package lists... | |
amazon-ebs: Building dependency tree... | |
2018/04/20 19:12:41 ui: amazon-ebs: Building dependency tree... | |
amazon-ebs: Reading state information... | |
2018/04/20 19:12:41 ui: amazon-ebs: Reading state information... | |
2018/04/20 19:12:41 ui: amazon-ebs: python3 is already the newest version (3.5.1-3). | |
amazon-ebs: python3 is already the newest version (3.5.1-3). | |
2018/04/20 19:12:41 ui: amazon-ebs: The following additional packages will be installed: | |
amazon-ebs: The following additional packages will be installed: | |
2018/04/20 19:12:41 ui: amazon-ebs: binutils cpp cpp-5 dpkg-dev fakeroot g++ g++-5 gcc gcc-5 | |
amazon-ebs: binutils cpp cpp-5 dpkg-dev fakeroot g++ g++-5 gcc gcc-5 | |
2018/04/20 19:12:41 ui: amazon-ebs: libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl | |
amazon-ebs: libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl | |
2018/04/20 19:12:41 ui: amazon-ebs: libasan2 libatomic1 libc-dev-bin libc6-dev libcc1-0 libcilkrts5 libdpkg-perl | |
amazon-ebs: libasan2 libatomic1 libc-dev-bin libc6-dev libcc1-0 libcilkrts5 libdpkg-perl | |
2018/04/20 19:12:41 ui: amazon-ebs: libexpat1-dev libfakeroot libfile-fcntllock-perl libgcc-5-dev libgomp1 | |
amazon-ebs: libexpat1-dev libfakeroot libfile-fcntllock-perl libgcc-5-dev libgomp1 | |
2018/04/20 19:12:41 ui: amazon-ebs: libisl15 libitm1 liblsan0 libmpc3 libmpx0 libpython-all-dev libpython-dev | |
amazon-ebs: libisl15 libitm1 liblsan0 libmpc3 libmpx0 libpython-all-dev libpython-dev | |
2018/04/20 19:12:41 ui: amazon-ebs: libpython-stdlib libpython2.7 libpython2.7-dev libpython2.7-minimal | |
amazon-ebs: libpython-stdlib libpython2.7 libpython2.7-dev libpython2.7-minimal | |
2018/04/20 19:12:41 ui: amazon-ebs: libpython2.7-stdlib libpython3-dev libpython3.5-dev libquadmath0 libssl-doc | |
amazon-ebs: libpython2.7-stdlib libpython3-dev libpython3.5-dev libquadmath0 libssl-doc | |
2018/04/20 19:12:41 ui: amazon-ebs: libstdc++-5-dev libtsan0 libubsan0 linux-libc-dev make manpages-dev | |
amazon-ebs: libstdc++-5-dev libtsan0 libubsan0 linux-libc-dev make manpages-dev | |
2018/04/20 19:12:41 ui: amazon-ebs: python-all python-all-dev python-minimal python-pip-whl python-pkg-resources | |
amazon-ebs: python-all python-all-dev python-minimal python-pip-whl python-pkg-resources | |
2018/04/20 19:12:41 ui: amazon-ebs: python-wheel python2.7 python2.7-dev python2.7-minimal python3-wheel | |
amazon-ebs: python-wheel python2.7 python2.7-dev python2.7-minimal python3-wheel | |
2018/04/20 19:12:41 ui: amazon-ebs: python3.5-dev zlib1g-dev | |
amazon-ebs: python3.5-dev zlib1g-dev | |
2018/04/20 19:12:41 ui: amazon-ebs: Suggested packages: | |
amazon-ebs: Suggested packages: | |
2018/04/20 19:12:41 ui: amazon-ebs: binutils-doc cpp-doc gcc-5-locales debian-keyring g++-multilib | |
amazon-ebs: binutils-doc cpp-doc gcc-5-locales debian-keyring g++-multilib | |
2018/04/20 19:12:41 ui: amazon-ebs: g++-5-multilib gcc-5-doc libstdc++6-5-dbg gcc-multilib autoconf automake | |
amazon-ebs: g++-5-multilib gcc-5-doc libstdc++6-5-dbg gcc-multilib autoconf automake | |
2018/04/20 19:12:41 ui: amazon-ebs: libtool flex bison gdb gcc-doc gcc-5-multilib libgcc1-dbg libgomp1-dbg | |
amazon-ebs: libtool flex bison gdb gcc-doc gcc-5-multilib libgcc1-dbg libgomp1-dbg | |
2018/04/20 19:12:41 ui: amazon-ebs: libitm1-dbg libatomic1-dbg libasan2-dbg liblsan0-dbg libtsan0-dbg | |
amazon-ebs: libitm1-dbg libatomic1-dbg libasan2-dbg liblsan0-dbg libtsan0-dbg | |
2018/04/20 19:12:41 ui: amazon-ebs: libubsan0-dbg libcilkrts5-dbg libmpx0-dbg libquadmath0-dbg glibc-doc | |
amazon-ebs: libubsan0-dbg libcilkrts5-dbg libmpx0-dbg libquadmath0-dbg glibc-doc | |
2018/04/20 19:12:41 ui: amazon-ebs: libstdc++-5-doc make-doc python-doc python-tk python-setuptools-doc | |
amazon-ebs: libstdc++-5-doc make-doc python-doc python-tk python-setuptools-doc | |
2018/04/20 19:12:41 ui: amazon-ebs: python2.7-doc binfmt-support | |
amazon-ebs: python2.7-doc binfmt-support | |
2018/04/20 19:12:41 ui: amazon-ebs: The following NEW packages will be installed: | |
amazon-ebs: The following NEW packages will be installed: | |
2018/04/20 19:12:41 ui: amazon-ebs: binutils build-essential cpp cpp-5 dpkg-dev fakeroot g++ g++-5 gcc gcc-5 | |
amazon-ebs: binutils build-essential cpp cpp-5 dpkg-dev fakeroot g++ g++-5 gcc gcc-5 | |
2018/04/20 19:12:41 ui: amazon-ebs: libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl | |
amazon-ebs: libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl | |
2018/04/20 19:12:41 ui: amazon-ebs: libasan2 libatomic1 libc-dev-bin libc6-dev libcc1-0 libcilkrts5 libdpkg-perl | |
amazon-ebs: libasan2 libatomic1 libc-dev-bin libc6-dev libcc1-0 libcilkrts5 libdpkg-perl | |
amazon-ebs: libexpat1-dev libfakeroot libfile-fcntllock-perl libgcc-5-dev libgomp1 | |
2018/04/20 19:12:41 ui: amazon-ebs: libexpat1-dev libfakeroot libfile-fcntllock-perl libgcc-5-dev libgomp1 | |
amazon-ebs: libisl15 libitm1 liblsan0 libmpc3 libmpx0 libpython-all-dev libpython-dev | |
2018/04/20 19:12:41 ui: amazon-ebs: libisl15 libitm1 liblsan0 libmpc3 libmpx0 libpython-all-dev libpython-dev | |
amazon-ebs: libpython-stdlib libpython2.7 libpython2.7-dev libpython2.7-minimal | |
2018/04/20 19:12:41 ui: amazon-ebs: libpython-stdlib libpython2.7 libpython2.7-dev libpython2.7-minimal | |
amazon-ebs: libpython2.7-stdlib libpython3-dev libpython3.5-dev libquadmath0 libssl-dev | |
2018/04/20 19:12:41 ui: amazon-ebs: libpython2.7-stdlib libpython3-dev libpython3.5-dev libquadmath0 libssl-dev | |
amazon-ebs: libssl-doc libstdc++-5-dev libtsan0 libubsan0 linux-libc-dev make | |
2018/04/20 19:12:41 ui: amazon-ebs: libssl-doc libstdc++-5-dev libtsan0 libubsan0 linux-libc-dev make | |
amazon-ebs: manpages-dev python python-all python-all-dev python-dev python-minimal | |
2018/04/20 19:12:41 ui: amazon-ebs: manpages-dev python python-all python-all-dev python-dev python-minimal | |
amazon-ebs: python-pip python-pip-whl python-pkg-resources python-setuptools | |
2018/04/20 19:12:41 ui: amazon-ebs: python-pip python-pip-whl python-pkg-resources python-setuptools | |
amazon-ebs: python-wheel python2.7 python2.7-dev python2.7-minimal python3-dev | |
2018/04/20 19:12:41 ui: amazon-ebs: python-wheel python2.7 python2.7-dev python2.7-minimal python3-dev | |
amazon-ebs: python3-pip python3-setuptools python3-wheel python3.5-dev zlib1g-dev | |
2018/04/20 19:12:41 ui: amazon-ebs: python3-pip python3-setuptools python3-wheel python3.5-dev zlib1g-dev | |
amazon-ebs: 0 upgraded, 67 newly installed, 0 to remove and 0 not upgraded. | |
2018/04/20 19:12:41 ui: amazon-ebs: 0 upgraded, 67 newly installed, 0 to remove and 0 not upgraded. | |
amazon-ebs: Need to get 114 MB of archives. | |
2018/04/20 19:12:41 ui: amazon-ebs: Need to get 114 MB of archives. | |
amazon-ebs: After this operation, 275 MB of additional disk space will be used. | |
2018/04/20 19:12:41 ui: amazon-ebs: After this operation, 275 MB of additional disk space will be used. | |
amazon-ebs: Get:1 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython2.7-minimal amd64 2.7.12-1ubuntu0~16.04.3 [340 kB] | |
2018/04/20 19:12:41 ui: amazon-ebs: Get:1 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython2.7-minimal amd64 2.7.12-1ubuntu0~16.04.3 [340 kB] | |
2018/04/20 19:12:41 ui: amazon-ebs: Get:2 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python2.7-minimal amd64 2.7.12-1ubuntu0~16.04.3 [1,261 kB] | |
amazon-ebs: Get:2 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python2.7-minimal amd64 2.7.12-1ubuntu0~16.04.3 [1,261 kB] | |
2018/04/20 19:12:41 ui: amazon-ebs: Get:3 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python-minimal amd64 2.7.12-1~16.04 [28.1 kB] | |
amazon-ebs: Get:3 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python-minimal amd64 2.7.12-1~16.04 [28.1 kB] | |
2018/04/20 19:12:41 ui: amazon-ebs: Get:4 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython2.7-stdlib amd64 2.7.12-1ubuntu0~16.04.3 [1,880 kB] | |
amazon-ebs: Get:4 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython2.7-stdlib amd64 2.7.12-1ubuntu0~16.04.3 [1,880 kB] | |
2018/04/20 19:12:41 ui: amazon-ebs: Get:5 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python2.7 amd64 2.7.12-1ubuntu0~16.04.3 [224 kB] | |
amazon-ebs: Get:5 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python2.7 amd64 2.7.12-1ubuntu0~16.04.3 [224 kB] | |
2018/04/20 19:12:41 ui: amazon-ebs: Get:6 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython-stdlib amd64 2.7.12-1~16.04 [7,768 B] | |
amazon-ebs: Get:6 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython-stdlib amd64 2.7.12-1~16.04 [7,768 B] | |
2018/04/20 19:12:41 ui: amazon-ebs: Get:7 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python amd64 2.7.12-1~16.04 [137 kB] | |
amazon-ebs: Get:7 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python amd64 2.7.12-1~16.04 [137 kB] | |
2018/04/20 19:12:41 ui: amazon-ebs: Get:8 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial/main amd64 libmpc3 amd64 1.0.3-1 [39.7 kB] | |
amazon-ebs: Get:8 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial/main amd64 libmpc3 amd64 1.0.3-1 [39.7 kB] | |
2018/04/20 19:12:41 ui: amazon-ebs: Get:9 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 binutils amd64 2.26.1-1ubuntu1~16.04.6 [2,311 kB] | |
amazon-ebs: Get:9 http://us-west-2.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 binutils amd64 2.26.1-1ubuntu1~16.04.6 [2,311 kB] | |
2018/04/20 19:13:13 [INFO] 3790 bytes written for 'stdout' | |
2018/04/20 19:13:13 [INFO] 0 bytes written for 'stderr' | |
2018/04/20 19:13:13 [INFO] RPC client: Communicator ended with: 2300218 | |
2018/04/20 19:13:13 [INFO] RPC endpoint: Communicator ended with: 2300218 | |
2018/04/20 19:13:13 packer: 2018/04/20 19:13:13 [ERROR] Remote command exited without exit status or exit signal. | |
2018/04/20 19:13:13 packer: 2018/04/20 19:13:13 [INFO] RPC endpoint: Communicator ended with: 2300218 | |
2018/04/20 19:13:13 packer: 2018/04/20 19:13:13 [INFO] 3790 bytes written for 'stdout' | |
2018/04/20 19:13:13 packer: 2018/04/20 19:13:13 [INFO] 0 bytes written for 'stderr' | |
2018/04/20 19:13:13 packer: 2018/04/20 19:13:13 [INFO] RPC client: Communicator ended with: 2300218 | |
2018/04/20 19:13:13 [INFO] (telemetry) ending shell | |
==> amazon-ebs: Step "StepProvision" failed | |
2018/04/20 19:13:13 ui: ==> amazon-ebs: Step "StepProvision" failed | |
2018/04/20 19:13:13 ui: ask: ==> amazon-ebs: [c] Clean up and exit, [a] abort without cleanup, or [r] retry step (build may fail even if retry succeeds)? | |
==> amazon-ebs: [c] Clean up and exit, [a] abort without cleanup, or [r] retry step (build may fail even if retry succeeds)? ==> amazon-ebs: Terminating the source AWS instance... | |
2018/04/20 19:13:13 ui: ==> amazon-ebs: Terminating the source AWS instance... | |
2018/04/20 19:13:13 packer: 2018/04/20 19:13:13 Waiting for state to become: terminated | |
2018/04/20 19:13:13 packer: 2018/04/20 19:13:13 Using 2s as polling delay (change with AWS_POLL_DELAY_SECONDS) | |
2018/04/20 19:13:13 packer: 2018/04/20 19:13:13 Allowing 300s to complete (change with AWS_TIMEOUT_SECONDS) | |
==> amazon-ebs: Cleaning up any extra volumes... | |
2018/04/20 19:13:50 ui: ==> amazon-ebs: Cleaning up any extra volumes... | |
==> amazon-ebs: No volumes to clean up, skipping | |
2018/04/20 19:13:50 ui: ==> amazon-ebs: No volumes to clean up, skipping | |
==> amazon-ebs: Deleting temporary security group... | |
2018/04/20 19:13:50 ui: ==> amazon-ebs: Deleting temporary security group... | |
==> amazon-ebs: Deleting temporary keypair... | |
2018/04/20 19:13:50 ui: ==> amazon-ebs: Deleting temporary keypair... | |
Build 'amazon-ebs' errored: Script disconnected unexpectedly. If you expected your script to disconnect, i.e. from a restart, you can try adding `"expect_disconnect": true` to the shell provisioner parameters. | |
2018/04/20 19:13:50 [INFO] (telemetry) ending amazon-ebs | |
2018/04/20 19:13:50 ui error: Build 'amazon-ebs' errored: Script disconnected unexpectedly. If you expected your script to disconnect, i.e. from a restart, you can try adding `"expect_disconnect": true` to the shell provisioner parameters. | |
2018/04/20 19:13:50 Waiting on builds to complete... | |
2018/04/20 19:13:50 Builds completed. Waiting on interrupt barrier... | |
2018/04/20 19:13:50 machine readable: error-count []string{"1"} | |
2018/04/20 19:13:50 ui error: | |
==> Some builds didn't complete successfully and had errors: | |
2018/04/20 19:13:50 machine readable: amazon-ebs,error []string{"Script disconnected unexpectedly. If you expected your script to disconnect, i.e. from a restart, you can try adding `\"expect_disconnect\": true` to the shell provisioner parameters."} | |
2018/04/20 19:13:50 ui error: --> amazon-ebs: Script disconnected unexpectedly. If you expected your script to disconnect, i.e. from a restart, you can try adding `"expect_disconnect": true` to the shell provisioner parameters. | |
2018/04/20 19:13:50 ui: | |
==> Builds finished but no artifacts were created. | |
2018/04/20 19:13:50 [INFO] (telemetry) Finalizing. | |
==> Some builds didn't complete successfully and had errors: | |
--> amazon-ebs: Script disconnected unexpectedly. If you expected your script to disconnect, i.e. from a restart, you can try adding `"expect_disconnect": true` to the shell provisioner parameters. | |
==> Builds finished but no artifacts were created. | |
2018/04/20 19:13:50 waiting for all plugin processes to complete... | |
2018/04/20 19:13:50 /home/teamcity/BuildAgent/work/689525517bf118fc/packer: plugin process exited | |
2018/04/20 19:13:50 /home/teamcity/BuildAgent/work/689525517bf118fc/packer: plugin process exited | |
2018/04/20 19:13:50 /home/teamcity/BuildAgent/work/689525517bf118fc/packer: plugin process exited | |
2018/04/20 19:13:50 /home/teamcity/BuildAgent/work/689525517bf118fc/packer: plugin process exited | |
2018/04/20 19:13:50 /home/teamcity/BuildAgent/work/689525517bf118fc/packer: plugin process exited | |
teamcity@dev-teamcity-ubuntu:~/BuildAgent/work/689525517bf118fc$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment