Skip to content

Instantly share code, notes, and snippets.

@tamsky
Created November 16, 2016 02:57
Show Gist options
  • Save tamsky/8748e19fad3c5cb733f66646df3bf945 to your computer and use it in GitHub Desktop.
Save tamsky/8748e19fad3c5cb733f66646df3bf945 to your computer and use it in GitHub Desktop.
Example errors for https://github.com/Capgemini/kubeform/pull/170
# pwd
/Users/username/src/github/kubeform/terraform/aws/public-cloud
# terraform plan -out saved-plan
Refreshing Terraform state in-memory prior to plan...
The refreshed state will be used to calculate this plan, but
will not be persisted to local or remote state storage.
The Terraform execution plan has been generated and is shown below.
Resources are shown in alphabetical order for quick scanning. Green resources
will be created (or destroyed and then created if an existing resource
exists), yellow resources are being changed in-place, and red resources
will be destroyed. Cyan entries are data sources to be read.
Your plan was also saved to the path below. Call the "apply" subcommand
with this plan file and Terraform will exactly execute this execution
plan.
Path: saved-plan
+ aws_instance.edge-router
ami: "ami-7cc6621c"
associate_public_ip_address: "<computed>"
availability_zone: "<computed>"
ebs_block_device.#: "1"
ebs_block_device.3905984573.delete_on_termination: "true"
ebs_block_device.3905984573.device_name: "/dev/xvdb"
ebs_block_device.3905984573.encrypted: "<computed>"
ebs_block_device.3905984573.iops: "<computed>"
ebs_block_device.3905984573.snapshot_id: "<computed>"
ebs_block_device.3905984573.volume_size: "30"
ebs_block_device.3905984573.volume_type: "<computed>"
ephemeral_block_device.#: "<computed>"
iam_instance_profile: "edge-router_profile"
instance_state: "<computed>"
instance_type: "m3.medium"
key_name: "kube"
network_interface_id: "<computed>"
placement_group: "<computed>"
private_dns: "<computed>"
private_ip: "<computed>"
public_dns: "<computed>"
public_ip: "<computed>"
root_block_device.#: "<computed>"
security_groups.#: "<computed>"
source_dest_check: "false"
subnet_id: "<computed>"
tags.%: "3"
tags.Name: "kube-edge-router-0"
tags.region: "us-west-2"
tags.role: "edge-routers"
tenancy: "<computed>"
user_data: "<computed>"
vpc_security_group_ids.#: "<computed>"
+ aws_instance.master.0
ami: "ami-7cc6621c"
associate_public_ip_address: "<computed>"
availability_zone: "<computed>"
ebs_block_device.#: "<computed>"
ephemeral_block_device.#: "<computed>"
iam_instance_profile: "master_profile"
instance_state: "<computed>"
instance_type: "m3.medium"
key_name: "kube"
network_interface_id: "<computed>"
placement_group: "<computed>"
private_dns: "<computed>"
private_ip: "<computed>"
public_dns: "<computed>"
public_ip: "<computed>"
root_block_device.#: "<computed>"
security_groups.#: "<computed>"
source_dest_check: "false"
subnet_id: "<computed>"
tags.%: "3"
tags.Name: "kube-master-0"
tags.region: "us-west-2"
tags.role: "masters"
tenancy: "<computed>"
user_data: "<computed>"
vpc_security_group_ids.#: "<computed>"
+ aws_instance.master.1
ami: "ami-7cc6621c"
associate_public_ip_address: "<computed>"
availability_zone: "<computed>"
ebs_block_device.#: "<computed>"
ephemeral_block_device.#: "<computed>"
iam_instance_profile: "master_profile"
instance_state: "<computed>"
instance_type: "m3.medium"
key_name: "kube"
network_interface_id: "<computed>"
placement_group: "<computed>"
private_dns: "<computed>"
private_ip: "<computed>"
public_dns: "<computed>"
public_ip: "<computed>"
root_block_device.#: "<computed>"
security_groups.#: "<computed>"
source_dest_check: "false"
subnet_id: "<computed>"
tags.%: "3"
tags.Name: "kube-master-1"
tags.region: "us-west-2"
tags.role: "masters"
tenancy: "<computed>"
user_data: "<computed>"
vpc_security_group_ids.#: "<computed>"
+ aws_instance.master.2
ami: "ami-7cc6621c"
associate_public_ip_address: "<computed>"
availability_zone: "<computed>"
ebs_block_device.#: "<computed>"
ephemeral_block_device.#: "<computed>"
iam_instance_profile: "master_profile"
instance_state: "<computed>"
instance_type: "m3.medium"
key_name: "kube"
network_interface_id: "<computed>"
placement_group: "<computed>"
private_dns: "<computed>"
private_ip: "<computed>"
public_dns: "<computed>"
public_ip: "<computed>"
root_block_device.#: "<computed>"
security_groups.#: "<computed>"
source_dest_check: "false"
subnet_id: "<computed>"
tags.%: "3"
tags.Name: "kube-master-2"
tags.region: "us-west-2"
tags.role: "masters"
tenancy: "<computed>"
user_data: "<computed>"
vpc_security_group_ids.#: "<computed>"
+ aws_instance.worker
ami: "ami-7cc6621c"
associate_public_ip_address: "<computed>"
availability_zone: "<computed>"
ebs_block_device.#: "1"
ebs_block_device.3905984573.delete_on_termination: "true"
ebs_block_device.3905984573.device_name: "/dev/xvdb"
ebs_block_device.3905984573.encrypted: "<computed>"
ebs_block_device.3905984573.iops: "<computed>"
ebs_block_device.3905984573.snapshot_id: "<computed>"
ebs_block_device.3905984573.volume_size: "30"
ebs_block_device.3905984573.volume_type: "<computed>"
ephemeral_block_device.#: "<computed>"
iam_instance_profile: "worker_profile"
instance_state: "<computed>"
instance_type: "m3.medium"
key_name: "kube"
network_interface_id: "<computed>"
placement_group: "<computed>"
private_dns: "<computed>"
private_ip: "<computed>"
public_dns: "<computed>"
public_ip: "<computed>"
root_block_device.#: "<computed>"
security_groups.#: "<computed>"
source_dest_check: "false"
subnet_id: "<computed>"
tags.%: "3"
tags.Name: "kube-worker-0"
tags.region: "us-west-2"
tags.role: "workers"
tenancy: "<computed>"
user_data: "<computed>"
vpc_security_group_ids.#: "<computed>"
+ aws_vpc.default
cidr_block: "10.0.0.0/16"
default_network_acl_id: "<computed>"
default_route_table_id: "<computed>"
default_security_group_id: "<computed>"
dhcp_options_id: "<computed>"
enable_classiclink: "<computed>"
enable_dns_hostnames: "true"
enable_dns_support: "true"
instance_tenancy: "<computed>"
main_route_table_id: "<computed>"
<= data.template_file.edge-router_cloud_init
rendered: "<computed>"
template: "#cloud-config\ncoreos:\n etcd2:\n proxy: on\n listen-client-urls: http://0.0.0.0:2379,http://0.0.0.0:4001\n discovery: ${etcd_discovery_url}\n fleet:\n metadata: \"role=worker,region=${region}\"\n public-ip: \"$public_ipv4\"\n etcd_servers: \"http://localhost:2379\"\n locksmith:\n endpoint: \"http://localhost:2379\"\n units:\n - name: setup-network-environment.service\n command: start\n content: |\n [Unit]\n Description=Setup Network Environment\n Documentation=https://github.com/kelseyhightower/setup-network-environment\n Requires=network-online.target\n After=network-online.target\n\n [Service]\n ExecStartPre=-/usr/bin/mkdir -p /opt/bin\n ExecStartPre=/usr/bin/curl -L -o /opt/bin/setup-network-environment -z /opt/bin/setup-network-environment https://github.com/kelseyhightower/setup-network-environment/releases/download/v1.0.1/setup-network-environment\n ExecStartPre=/usr/bin/chmod +x /opt/bin/setup-network-environment\n ExecStart=/opt/bin/setup-network-environment\n RemainAfterExit=yes\n Type=oneshot\n - name: flanneld.service\n command: start\n drop-ins:\n - name: 50-network-config.conf\n content: |\n [Unit]\n Requires=etcd2.service\n [Service]\n ExecStartPre=/usr/bin/etcdctl set /coreos.com/network/config '{\"Network\": \"10.2.0.0/16\", \"Backend\": {\"Type\": \"vxlan\"}}'\n - name: format-ebs-volume.service\n command: start\n content: |\n [Unit]\n Description=Formats the ebs volume if needed\n Before=docker.service\n [Service]\n Type=oneshot\n RemainAfterExit=yes\n ExecStart=/bin/bash -c '(/usr/sbin/blkid -t TYPE=ext4 | grep /dev/xvdb) || (/usr/sbin/wipefs -fa /dev/xvdb && /usr/sbin/mkfs.ext4 /dev/xvdb)'\n - name: var-lib-docker.mount\n command: start\n content: |\n [Unit]\n Description=Mount ephemeral to /var/lib/docker\n Requires=format-ebs-volume.service\n After=format-ebs-volume.service\n [Mount]\n What=/dev/xvdb\n Where=/var/lib/docker\n Type=ext4\n - name: docker.service\n command: start\n drop-ins:\n - name: 10-wait-docker.conf\n content: |\n [Unit]\n After=var-lib-docker.mount\n After=flanneld.service\n Requires=flanneld.Service\n Requires=var-lib-docker.mount\n Restart=always\n - name: etcd2.service\n command: start\n update:\n reboot-strategy: best-effort\nwrite_files:\n - path: /run/systemd/system/etcd.service.d/30-certificates.conf\n permissions: 0644\n content: |\n [Service]\n Environment=ETCD_CA_FILE=/etc/ssl/etcd/certs/ca.pem\n Environment=ETCD_CERT_FILE=/etc/ssl/etcd/certs/etcd.pem\n Environment=ETCD_KEY_FILE=/etc/ssl/etcd/private/etcd.pem\n Environment=ETCD_PEER_CA_FILE=/etc/ssl/etcd/certs/ca.pem\n Environment=ETCD_PEER_CERT_FILE=/etc/ssl/etcd/certs/etcd.pem\n Environment=ETCD_PEER_KEY_FILE=/etc/ssl/etcd/private/etcd.pem\n - path: /etc/ssl/etcd/certs/ca.pem\n permissions: 0644\n content: \"${etcd_ca}\"\n - path: /etc/ssl/etcd/certs/etcd.pem\n permissions: 0644\n content: \"${etcd_cert}\"\n - path: /etc/ssl/etcd/private/etcd.pem\n permissions: 0644\n content: \"${etcd_key}\"\nmanage_etc_hosts: localhost\n"
vars.%: "<computed>"
<= data.template_file.master_cloud_init
rendered: "<computed>"
template: "#cloud-config\n\ncoreos:\n etcd2:\n advertise-client-urls: http://$public_ipv4:2379\n initial-advertise-peer-urls: http://$private_ipv4:2380\n listen-client-urls: http://0.0.0.0:2379,http://0.0.0.0:4001\n listen-peer-urls: http://$private_ipv4:2380,http://$private_ipv4:7001\n discovery: ${etcd_discovery_url}\n fleet:\n metadata: \"role=master,region=${region}\"\n units:\n - name: setup-network-environment.service\n command: start\n content: |\n [Unit]\n Description=Setup Network Environment\n Documentation=https://github.com/kelseyhightower/setup-network-environment\n Requires=network-online.target\n After=network-online.target\n\n [Service]\n ExecStartPre=-/usr/bin/mkdir -p /opt/bin\n ExecStartPre=/usr/bin/curl -L -o /opt/bin/setup-network-environment -z /opt/bin/setup-network-environment https://github.com/kelseyhightower/setup-network-environment/releases/download/v1.0.1/setup-network-environment\n ExecStartPre=/usr/bin/chmod +x /opt/bin/setup-network-environment\n ExecStart=/opt/bin/setup-network-environment\n RemainAfterExit=yes\n Type=oneshot\n - name: flanneld.service\n command: start\n drop-ins:\n - name: 50-network-config.conf\n content: |\n [Unit]\n Requires=etcd2.service\n [Service]\n ExecStartPre=/usr/bin/etcdctl set /coreos.com/network/config '{\"Network\": \"10.2.0.0/16\", \"Backend\": {\"Type\": \"vxlan\"}}'\n - name: docker.service\n command: start\n drop-ins:\n - name: 60-wait-for-flannel-config.conf\n content: |\n [Unit]\n After=flanneld.service\n Requires=flanneld.service\n Restart=always\n Restart=on-failure\n - name: etcd2.service\n command: start\n update:\n reboot-strategy: best-effort\nwrite_files:\n - path: /run/systemd/system/etcd.service.d/30-certificates.conf\n permissions: 0644\n content: |\n [Service]\n Environment=ETCD_CA_FILE=/etc/ssl/etcd/certs/ca.pem\n Environment=ETCD_CERT_FILE=/etc/ssl/etcd/certs/etcd.pem\n Environment=ETCD_KEY_FILE=/etc/ssl/etcd/private/etcd.pem\n Environment=ETCD_PEER_CA_FILE=/etc/ssl/etcd/certs/ca.pem\n Environment=ETCD_PEER_CERT_FILE=/etc/ssl/etcd/certs/etcd.pem\n Environment=ETCD_PEER_KEY_FILE=/etc/ssl/etcd/private/etcd.pem\n - path: /etc/ssl/etcd/certs/ca.pem\n permissions: 0644\n content: \"${etcd_ca}\"\n - path: /etc/ssl/etcd/certs/etcd.pem\n permissions: 0644\n content: \"${etcd_cert}\"\n - path: /etc/ssl/etcd/private/etcd.pem\n permissions: 0644\n content: \"${etcd_key}\"\nmanage_etc_hosts: localhost\n"
vars.%: "<computed>"
<= data.template_file.worker_cloud_init
rendered: "<computed>"
template: "#cloud-config\ncoreos:\n etcd2:\n proxy: on\n listen-client-urls: http://0.0.0.0:2379,http://0.0.0.0:4001\n discovery: ${etcd_discovery_url}\n fleet:\n metadata: \"role=worker,region=${region}\"\n public-ip: \"$public_ipv4\"\n etcd_servers: \"http://localhost:2379\"\n locksmith:\n endpoint: \"http://localhost:2379\"\n units:\n - name: setup-network-environment.service\n command: start\n content: |\n [Unit]\n Description=Setup Network Environment\n Documentation=https://github.com/kelseyhightower/setup-network-environment\n Requires=network-online.target\n After=network-online.target\n\n [Service]\n ExecStartPre=-/usr/bin/mkdir -p /opt/bin\n ExecStartPre=/usr/bin/curl -L -o /opt/bin/setup-network-environment -z /opt/bin/setup-network-environment https://github.com/kelseyhightower/setup-network-environment/releases/download/v1.0.1/setup-network-environment\n ExecStartPre=/usr/bin/chmod +x /opt/bin/setup-network-environment\n ExecStart=/opt/bin/setup-network-environment\n RemainAfterExit=yes\n Type=oneshot\n - name: flanneld.service\n command: start\n drop-ins:\n - name: 50-network-config.conf\n content: |\n [Unit]\n Requires=etcd2.service\n [Service]\n ExecStartPre=/usr/bin/etcdctl set /coreos.com/network/config '{\"Network\": \"10.2.0.0/16\", \"Backend\": {\"Type\": \"vxlan\"}}'\n - name: format-ebs-volume.service\n command: start\n content: |\n [Unit]\n Description=Formats the ebs volume if needed\n Before=docker.service\n [Service]\n Type=oneshot\n RemainAfterExit=yes\n ExecStart=/bin/bash -c '(/usr/sbin/blkid -t TYPE=ext4 | grep /dev/xvdb) || (/usr/sbin/wipefs -fa /dev/xvdb && /usr/sbin/mkfs.ext4 /dev/xvdb)'\n - name: var-lib-docker.mount\n command: start\n content: |\n [Unit]\n Description=Mount ephemeral to /var/lib/docker\n Requires=format-ebs-volume.service\n After=format-ebs-volume.service\n [Mount]\n What=/dev/xvdb\n Where=/var/lib/docker\n Type=ext4\n - name: docker.service\n command: start\n drop-ins:\n - name: 10-wait-docker.conf\n content: |\n [Unit]\n After=var-lib-docker.mount\n After=flanneld.service\n Requires=flanneld.Service\n Requires=var-lib-docker.mount\n Restart=always\n - name: etcd2.service\n command: start\n update:\n reboot-strategy: best-effort\nwrite_files:\n - path: /run/systemd/system/etcd.service.d/30-certificates.conf\n permissions: 0644\n content: |\n [Service]\n Environment=ETCD_CA_FILE=/etc/ssl/etcd/certs/ca.pem\n Environment=ETCD_CERT_FILE=/etc/ssl/etcd/certs/etcd.pem\n Environment=ETCD_KEY_FILE=/etc/ssl/etcd/private/etcd.pem\n Environment=ETCD_PEER_CA_FILE=/etc/ssl/etcd/certs/ca.pem\n Environment=ETCD_PEER_CERT_FILE=/etc/ssl/etcd/certs/etcd.pem\n Environment=ETCD_PEER_KEY_FILE=/etc/ssl/etcd/private/etcd.pem\n - path: /etc/ssl/etcd/certs/ca.pem\n permissions: 0644\n content: \"${etcd_ca}\"\n - path: /etc/ssl/etcd/certs/etcd.pem\n permissions: 0644\n content: \"${etcd_cert}\"\n - path: /etc/ssl/etcd/private/etcd.pem\n permissions: 0644\n content: \"${etcd_key}\"\nmanage_etc_hosts: localhost\n"
vars.%: "<computed>"
+ null_resource.etcd_discovery_url
triggers.%: "1"
triggers.size: "3"
+ null_resource.keys
+ tls_private_key.ssh
algorithm: "RSA"
ecdsa_curve: "P224"
private_key_pem: "<computed>"
public_key_openssh: "<computed>"
public_key_pem: "<computed>"
rsa_bits: "2048"
+ module.aws-keypair.aws_key_pair.default
fingerprint: "<computed>"
key_name: "kube"
public_key: "<computed>"
+ module.ca.null_resource.deploy-ca-certs.0
triggers.%: "<computed>"
+ module.ca.null_resource.deploy-ca-certs.1
triggers.%: "<computed>"
+ module.ca.null_resource.deploy-ca-certs.2
triggers.%: "<computed>"
+ module.ca.null_resource.deploy-ca-certs.3
triggers.%: "<computed>"
+ module.ca.null_resource.deploy-ca-certs.4
triggers.%: "<computed>"
+ module.ca.tls_private_key.ca
algorithm: "RSA"
ecdsa_curve: "P224"
private_key_pem: "<computed>"
public_key_openssh: "<computed>"
public_key_pem: "<computed>"
rsa_bits: "2048"
+ module.ca.tls_self_signed_cert.ca
allowed_uses.#: "4"
allowed_uses.0: "key_encipherment"
allowed_uses.1: "cert_signing"
allowed_uses.2: "server_auth"
allowed_uses.3: "client_auth"
cert_pem: "<computed>"
early_renewal_hours: "720"
is_ca_certificate: "true"
key_algorithm: "RSA"
private_key_pem: "<computed>"
subject.#: "1"
subject.0.common_name: "kube-ca"
subject.0.organization: "kubeform"
validity_end_time: "<computed>"
validity_period_hours: "24000"
validity_start_time: "<computed>"
+ module.docker_client_certs.null_resource.configure-docker-client-certs.0
triggers.%: "<computed>"
+ module.docker_client_certs.null_resource.configure-docker-client-certs.1
triggers.%: "<computed>"
+ module.docker_client_certs.null_resource.configure-docker-client-certs.2
triggers.%: "<computed>"
+ module.docker_client_certs.null_resource.configure-docker-client-certs.3
triggers.%: "<computed>"
+ module.docker_client_certs.null_resource.configure-docker-client-certs.4
triggers.%: "<computed>"
+ module.docker_client_certs.tls_cert_request.docker_client.0
cert_request_pem: "<computed>"
dns_names.#: "2"
dns_names.0: "*.*.cluster.internal"
dns_names.1: "*.ec2.internal"
ip_addresses.#: "<computed>"
key_algorithm: "RSA"
private_key_pem: "<computed>"
subject.#: "1"
subject.0.common_name: "docker_client_0"
+ module.docker_client_certs.tls_cert_request.docker_client.1
cert_request_pem: "<computed>"
dns_names.#: "2"
dns_names.0: "*.*.cluster.internal"
dns_names.1: "*.ec2.internal"
ip_addresses.#: "<computed>"
key_algorithm: "RSA"
private_key_pem: "<computed>"
subject.#: "1"
subject.0.common_name: "docker_client_1"
+ module.docker_client_certs.tls_cert_request.docker_client.2
cert_request_pem: "<computed>"
dns_names.#: "2"
dns_names.0: "*.*.cluster.internal"
dns_names.1: "*.ec2.internal"
ip_addresses.#: "<computed>"
key_algorithm: "RSA"
private_key_pem: "<computed>"
subject.#: "1"
subject.0.common_name: "docker_client_2"
+ module.docker_client_certs.tls_cert_request.docker_client.3
cert_request_pem: "<computed>"
dns_names.#: "2"
dns_names.0: "*.*.cluster.internal"
dns_names.1: "*.ec2.internal"
ip_addresses.#: "<computed>"
key_algorithm: "RSA"
private_key_pem: "<computed>"
subject.#: "1"
subject.0.common_name: "docker_client_3"
+ module.docker_client_certs.tls_cert_request.docker_client.4
cert_request_pem: "<computed>"
dns_names.#: "2"
dns_names.0: "*.*.cluster.internal"
dns_names.1: "*.ec2.internal"
ip_addresses.#: "<computed>"
key_algorithm: "RSA"
private_key_pem: "<computed>"
subject.#: "1"
subject.0.common_name: "docker_client_4"
+ module.docker_client_certs.tls_locally_signed_cert.docker_client.0
allowed_uses.#: "4"
allowed_uses.0: "server_auth"
allowed_uses.1: "client_auth"
allowed_uses.2: "digital_signature"
allowed_uses.3: "key_encipherment"
ca_cert_pem: "<computed>"
ca_key_algorithm: "RSA"
ca_private_key_pem: "<computed>"
cert_pem: "<computed>"
cert_request_pem: "<computed>"
early_renewal_hours: "720"
validity_end_time: "<computed>"
validity_period_hours: "8760"
validity_start_time: "<computed>"
+ module.docker_client_certs.tls_locally_signed_cert.docker_client.1
allowed_uses.#: "4"
allowed_uses.0: "server_auth"
allowed_uses.1: "client_auth"
allowed_uses.2: "digital_signature"
allowed_uses.3: "key_encipherment"
ca_cert_pem: "<computed>"
ca_key_algorithm: "RSA"
ca_private_key_pem: "<computed>"
cert_pem: "<computed>"
cert_request_pem: "<computed>"
early_renewal_hours: "720"
validity_end_time: "<computed>"
validity_period_hours: "8760"
validity_start_time: "<computed>"
+ module.docker_client_certs.tls_locally_signed_cert.docker_client.2
allowed_uses.#: "4"
allowed_uses.0: "server_auth"
allowed_uses.1: "client_auth"
allowed_uses.2: "digital_signature"
allowed_uses.3: "key_encipherment"
ca_cert_pem: "<computed>"
ca_key_algorithm: "RSA"
ca_private_key_pem: "<computed>"
cert_pem: "<computed>"
cert_request_pem: "<computed>"
early_renewal_hours: "720"
validity_end_time: "<computed>"
validity_period_hours: "8760"
validity_start_time: "<computed>"
+ module.docker_client_certs.tls_locally_signed_cert.docker_client.3
allowed_uses.#: "4"
allowed_uses.0: "server_auth"
allowed_uses.1: "client_auth"
allowed_uses.2: "digital_signature"
allowed_uses.3: "key_encipherment"
ca_cert_pem: "<computed>"
ca_key_algorithm: "RSA"
ca_private_key_pem: "<computed>"
cert_pem: "<computed>"
cert_request_pem: "<computed>"
early_renewal_hours: "720"
validity_end_time: "<computed>"
validity_period_hours: "8760"
validity_start_time: "<computed>"
+ module.docker_client_certs.tls_locally_signed_cert.docker_client.4
allowed_uses.#: "4"
allowed_uses.0: "server_auth"
allowed_uses.1: "client_auth"
allowed_uses.2: "digital_signature"
allowed_uses.3: "key_encipherment"
ca_cert_pem: "<computed>"
ca_key_algorithm: "RSA"
ca_private_key_pem: "<computed>"
cert_pem: "<computed>"
cert_request_pem: "<computed>"
early_renewal_hours: "720"
validity_end_time: "<computed>"
validity_period_hours: "8760"
validity_start_time: "<computed>"
+ module.docker_client_certs.tls_private_key.docker_client
algorithm: "RSA"
ecdsa_curve: "P224"
private_key_pem: "<computed>"
public_key_openssh: "<computed>"
public_key_pem: "<computed>"
rsa_bits: "2048"
+ module.docker_daemon_certs.null_resource.configure-docker-dameon-certs.0
triggers.%: "<computed>"
+ module.docker_daemon_certs.null_resource.configure-docker-dameon-certs.1
triggers.%: "<computed>"
+ module.docker_daemon_certs.null_resource.configure-docker-dameon-certs.2
triggers.%: "<computed>"
+ module.docker_daemon_certs.null_resource.configure-docker-dameon-certs.3
triggers.%: "<computed>"
+ module.docker_daemon_certs.null_resource.configure-docker-dameon-certs.4
triggers.%: "<computed>"
+ module.docker_daemon_certs.tls_cert_request.docker_daemon.0
cert_request_pem: "<computed>"
dns_names.#: "4"
dns_names.0: "kubernetes"
dns_names.1: "kubernetes.default"
dns_names.2: "kubernetes.default.svc"
dns_names.3: "kubernetes.default.svc.cluster.local"
ip_addresses.#: "<computed>"
key_algorithm: "RSA"
private_key_pem: "<computed>"
subject.#: "1"
subject.0.common_name: "docker_daemon"
+ module.docker_daemon_certs.tls_cert_request.docker_daemon.1
cert_request_pem: "<computed>"
dns_names.#: "4"
dns_names.0: "kubernetes"
dns_names.1: "kubernetes.default"
dns_names.2: "kubernetes.default.svc"
dns_names.3: "kubernetes.default.svc.cluster.local"
ip_addresses.#: "<computed>"
key_algorithm: "RSA"
private_key_pem: "<computed>"
subject.#: "1"
subject.0.common_name: "docker_daemon"
+ module.docker_daemon_certs.tls_cert_request.docker_daemon.2
cert_request_pem: "<computed>"
dns_names.#: "4"
dns_names.0: "kubernetes"
dns_names.1: "kubernetes.default"
dns_names.2: "kubernetes.default.svc"
dns_names.3: "kubernetes.default.svc.cluster.local"
ip_addresses.#: "<computed>"
key_algorithm: "RSA"
private_key_pem: "<computed>"
subject.#: "1"
subject.0.common_name: "docker_daemon"
+ module.docker_daemon_certs.tls_cert_request.docker_daemon.3
cert_request_pem: "<computed>"
dns_names.#: "4"
dns_names.0: "kubernetes"
dns_names.1: "kubernetes.default"
dns_names.2: "kubernetes.default.svc"
dns_names.3: "kubernetes.default.svc.cluster.local"
ip_addresses.#: "<computed>"
key_algorithm: "RSA"
private_key_pem: "<computed>"
subject.#: "1"
subject.0.common_name: "docker_daemon"
+ module.docker_daemon_certs.tls_cert_request.docker_daemon.4
cert_request_pem: "<computed>"
dns_names.#: "4"
dns_names.0: "kubernetes"
dns_names.1: "kubernetes.default"
dns_names.2: "kubernetes.default.svc"
dns_names.3: "kubernetes.default.svc.cluster.local"
ip_addresses.#: "<computed>"
key_algorithm: "RSA"
private_key_pem: "<computed>"
subject.#: "1"
subject.0.common_name: "docker_daemon"
+ module.docker_daemon_certs.tls_locally_signed_cert.docker_daemon.0
allowed_uses.#: "4"
allowed_uses.0: "server_auth"
allowed_uses.1: "client_auth"
allowed_uses.2: "digital_signature"
allowed_uses.3: "key_encipherment"
ca_cert_pem: "<computed>"
ca_key_algorithm: "RSA"
ca_private_key_pem: "<computed>"
cert_pem: "<computed>"
cert_request_pem: "<computed>"
early_renewal_hours: "720"
validity_end_time: "<computed>"
validity_period_hours: "8760"
validity_start_time: "<computed>"
+ module.docker_daemon_certs.tls_locally_signed_cert.docker_daemon.1
allowed_uses.#: "4"
allowed_uses.0: "server_auth"
allowed_uses.1: "client_auth"
allowed_uses.2: "digital_signature"
allowed_uses.3: "key_encipherment"
ca_cert_pem: "<computed>"
ca_key_algorithm: "RSA"
ca_private_key_pem: "<computed>"
cert_pem: "<computed>"
cert_request_pem: "<computed>"
early_renewal_hours: "720"
validity_end_time: "<computed>"
validity_period_hours: "8760"
validity_start_time: "<computed>"
+ module.docker_daemon_certs.tls_locally_signed_cert.docker_daemon.2
allowed_uses.#: "4"
allowed_uses.0: "server_auth"
allowed_uses.1: "client_auth"
allowed_uses.2: "digital_signature"
allowed_uses.3: "key_encipherment"
ca_cert_pem: "<computed>"
ca_key_algorithm: "RSA"
ca_private_key_pem: "<computed>"
cert_pem: "<computed>"
cert_request_pem: "<computed>"
early_renewal_hours: "720"
validity_end_time: "<computed>"
validity_period_hours: "8760"
validity_start_time: "<computed>"
+ module.docker_daemon_certs.tls_locally_signed_cert.docker_daemon.3
allowed_uses.#: "4"
allowed_uses.0: "server_auth"
allowed_uses.1: "client_auth"
allowed_uses.2: "digital_signature"
allowed_uses.3: "key_encipherment"
ca_cert_pem: "<computed>"
ca_key_algorithm: "RSA"
ca_private_key_pem: "<computed>"
cert_pem: "<computed>"
cert_request_pem: "<computed>"
early_renewal_hours: "720"
validity_end_time: "<computed>"
validity_period_hours: "8760"
validity_start_time: "<computed>"
+ module.docker_daemon_certs.tls_locally_signed_cert.docker_daemon.4
allowed_uses.#: "4"
allowed_uses.0: "server_auth"
allowed_uses.1: "client_auth"
allowed_uses.2: "digital_signature"
allowed_uses.3: "key_encipherment"
ca_cert_pem: "<computed>"
ca_key_algorithm: "RSA"
ca_private_key_pem: "<computed>"
cert_pem: "<computed>"
cert_request_pem: "<computed>"
early_renewal_hours: "720"
validity_end_time: "<computed>"
validity_period_hours: "8760"
validity_start_time: "<computed>"
+ module.docker_daemon_certs.tls_private_key.docker_daemon
algorithm: "RSA"
ecdsa_curve: "P224"
private_key_pem: "<computed>"
public_key_openssh: "<computed>"
public_key_pem: "<computed>"
rsa_bits: "2048"
+ module.etcd_cert.tls_cert_request.etcd
cert_request_pem: "<computed>"
key_algorithm: "RSA"
private_key_pem: "<computed>"
subject.#: "1"
subject.0.common_name: "*"
subject.0.organization: "etcd"
+ module.etcd_cert.tls_locally_signed_cert.etcd
allowed_uses.#: "3"
allowed_uses.0: "key_encipherment"
allowed_uses.1: "server_auth"
allowed_uses.2: "client_auth"
ca_cert_pem: "<computed>"
ca_key_algorithm: "RSA"
ca_private_key_pem: "<computed>"
cert_pem: "<computed>"
cert_request_pem: "<computed>"
early_renewal_hours: "720"
validity_end_time: "<computed>"
validity_period_hours: "8760"
validity_start_time: "<computed>"
+ module.etcd_cert.tls_private_key.etcd
algorithm: "RSA"
ecdsa_curve: "P224"
private_key_pem: "<computed>"
public_key_openssh: "<computed>"
public_key_pem: "<computed>"
rsa_bits: "2048"
+ module.iam.aws_iam_instance_profile.edge-router_profile
arn: "<computed>"
create_date: "<computed>"
name: "edge-router_profile"
path: "/"
roles.#: "1"
roles.1547026989: "edge-router_role"
unique_id: "<computed>"
+ module.iam.aws_iam_instance_profile.master_profile
arn: "<computed>"
create_date: "<computed>"
name: "master_profile"
path: "/"
roles.#: "1"
roles.2094835459: "master_role"
unique_id: "<computed>"
+ module.iam.aws_iam_instance_profile.worker_profile
arn: "<computed>"
create_date: "<computed>"
name: "worker_profile"
path: "/"
roles.#: "1"
roles.2628533307: "worker_role"
unique_id: "<computed>"
+ module.iam.aws_iam_role.edge-router_role
arn: "<computed>"
assume_role_policy: "{\n \"Version\": \"2012-10-17\",\n \"Statement\": [\n {\n \"Effect\": \"Allow\",\n \"Principal\": { \"Service\": \"ec2.amazonaws.com\"},\n \"Action\": \"sts:AssumeRole\"\n }\n ]\n}\n"
name: "edge-router_role"
path: "/"
unique_id: "<computed>"
+ module.iam.aws_iam_role.master_role
arn: "<computed>"
assume_role_policy: "{\n \"Version\": \"2012-10-17\",\n \"Statement\": [\n {\n \"Effect\": \"Allow\",\n \"Principal\": { \"Service\": \"ec2.amazonaws.com\"},\n \"Action\": \"sts:AssumeRole\"\n }\n ]\n}\n"
name: "master_role"
path: "/"
unique_id: "<computed>"
+ module.iam.aws_iam_role.worker_role
arn: "<computed>"
assume_role_policy: "{\n \"Version\": \"2012-10-17\",\n \"Statement\": [\n {\n \"Effect\": \"Allow\",\n \"Principal\": { \"Service\": \"ec2.amazonaws.com\"},\n \"Action\": \"sts:AssumeRole\"\n }\n ]\n}\n"
name: "worker_role"
path: "/"
unique_id: "<computed>"
+ module.iam.aws_iam_role_policy.edge-router_policy
name: "edge-router_policy"
policy: "{\n \"Version\": \"2012-10-17\",\n \"Statement\": [\n {\n \"Effect\": \"Allow\",\n \"Action\": \"s3:*\",\n \"Resource\": [\n \"arn:aws:s3:::kubernetes-*\"\n ]\n },\n {\n \"Effect\": \"Allow\",\n \"Action\": \"ec2:Describe*\",\n \"Resource\": \"*\"\n },\n {\n \"Effect\": \"Allow\",\n \"Action\": \"ec2:AttachVolume\",\n \"Resource\": \"*\"\n },\n {\n \"Effect\": \"Allow\",\n \"Action\": \"ec2:DetachVolume\",\n \"Resource\": \"*\"\n },\n {\n \"Effect\": \"Allow\",\n \"Action\": [\n \"ecr:GetAuthorizationToken\",\n \"ecr:BatchCheckLayerAvailability\",\n \"ecr:GetDownloadUrlForLayer\",\n \"ecr:GetRepositoryPolicy\",\n \"ecr:DescribeRepositories\",\n \"ecr:ListImages\",\n \"ecr:BatchGetImage\"\n ],\n \"Resource\": \"*\"\n }\n ]\n}\n"
role: "<computed>"
+ module.iam.aws_iam_role_policy.master_policy
name: "master_policy"
policy: "{\n \"Version\": \"2012-10-17\",\n \"Statement\": [\n {\n \"Effect\": \"Allow\",\n \"Action\": [\"ec2:*\"],\n \"Resource\": [\"*\"]\n },\n {\n \"Effect\": \"Allow\",\n \"Action\": [\"elasticloadbalancing:*\"],\n \"Resource\": [\"*\"]\n },\n {\n \"Effect\": \"Allow\",\n \"Action\": \"s3:*\",\n \"Resource\": [\n \"arn:aws:s3:::kubernetes-*\"\n ]\n }\n ]\n}\n"
role: "<computed>"
+ module.iam.aws_iam_role_policy.worker_policy
name: "worker_policy"
policy: "{\n \"Version\": \"2012-10-17\",\n \"Statement\": [\n {\n \"Effect\": \"Allow\",\n \"Action\": \"s3:*\",\n \"Resource\": [\n \"arn:aws:s3:::kubernetes-*\"\n ]\n },\n {\n \"Effect\": \"Allow\",\n \"Action\": \"ec2:Describe*\",\n \"Resource\": \"*\"\n },\n {\n \"Effect\": \"Allow\",\n \"Action\": \"ec2:AttachVolume\",\n \"Resource\": \"*\"\n },\n {\n \"Effect\": \"Allow\",\n \"Action\": \"ec2:DetachVolume\",\n \"Resource\": \"*\"\n },\n {\n \"Effect\": \"Allow\",\n \"Action\": [\n \"ecr:GetAuthorizationToken\",\n \"ecr:BatchCheckLayerAvailability\",\n \"ecr:GetDownloadUrlForLayer\",\n \"ecr:GetRepositoryPolicy\",\n \"ecr:DescribeRepositories\",\n \"ecr:ListImages\",\n \"ecr:BatchGetImage\"\n ],\n \"Resource\": \"*\"\n }\n ]\n}\n"
role: "<computed>"
+ module.igw.aws_internet_gateway.igw
tags.%: "1"
tags.Name: "public"
vpc_id: "<computed>"
+ module.kube_admin_cert.null_resource.configure-kubectl
triggers.%: "<computed>"
+ module.kube_admin_cert.tls_cert_request.kube-admin
cert_request_pem: "<computed>"
key_algorithm: "RSA"
private_key_pem: "<computed>"
subject.#: "1"
subject.0.common_name: "kube-admin"
+ module.kube_admin_cert.tls_locally_signed_cert.kube-admin
allowed_uses.#: "4"
allowed_uses.0: "server_auth"
allowed_uses.1: "client_auth"
allowed_uses.2: "digital_signature"
allowed_uses.3: "key_encipherment"
ca_cert_pem: "<computed>"
ca_key_algorithm: "RSA"
ca_private_key_pem: "<computed>"
cert_pem: "<computed>"
cert_request_pem: "<computed>"
early_renewal_hours: "720"
validity_end_time: "<computed>"
validity_period_hours: "8760"
validity_start_time: "<computed>"
+ module.kube_admin_cert.tls_private_key.kube-admin
algorithm: "RSA"
ecdsa_curve: "P224"
private_key_pem: "<computed>"
public_key_openssh: "<computed>"
public_key_pem: "<computed>"
rsa_bits: "2048"
+ module.kube_kubelet_certs.null_resource.configure-kubelet-certs.0
triggers.%: "<computed>"
+ module.kube_kubelet_certs.null_resource.configure-kubelet-certs.1
triggers.%: "<computed>"
+ module.kube_kubelet_certs.null_resource.configure-kubelet-certs.2
triggers.%: "<computed>"
+ module.kube_kubelet_certs.null_resource.configure-kubelet-certs.3
triggers.%: "<computed>"
+ module.kube_kubelet_certs.null_resource.configure-kubelet-certs.4
triggers.%: "<computed>"
+ module.kube_kubelet_certs.tls_cert_request.kubelet.0
cert_request_pem: "<computed>"
dns_names.#: "2"
dns_names.0: "*.*.cluster.internal"
dns_names.1: "*.ec2.internal"
ip_addresses.#: "<computed>"
key_algorithm: "RSA"
private_key_pem: "<computed>"
subject.#: "1"
subject.0.common_name: "kube-kubelet-0"
+ module.kube_kubelet_certs.tls_cert_request.kubelet.1
cert_request_pem: "<computed>"
dns_names.#: "2"
dns_names.0: "*.*.cluster.internal"
dns_names.1: "*.ec2.internal"
ip_addresses.#: "<computed>"
key_algorithm: "RSA"
private_key_pem: "<computed>"
subject.#: "1"
subject.0.common_name: "kube-kubelet-1"
+ module.kube_kubelet_certs.tls_cert_request.kubelet.2
cert_request_pem: "<computed>"
dns_names.#: "2"
dns_names.0: "*.*.cluster.internal"
dns_names.1: "*.ec2.internal"
ip_addresses.#: "<computed>"
key_algorithm: "RSA"
private_key_pem: "<computed>"
subject.#: "1"
subject.0.common_name: "kube-kubelet-2"
+ module.kube_kubelet_certs.tls_cert_request.kubelet.3
cert_request_pem: "<computed>"
dns_names.#: "2"
dns_names.0: "*.*.cluster.internal"
dns_names.1: "*.ec2.internal"
ip_addresses.#: "<computed>"
key_algorithm: "RSA"
private_key_pem: "<computed>"
subject.#: "1"
subject.0.common_name: "kube-kubelet-3"
+ module.kube_kubelet_certs.tls_cert_request.kubelet.4
cert_request_pem: "<computed>"
dns_names.#: "2"
dns_names.0: "*.*.cluster.internal"
dns_names.1: "*.ec2.internal"
ip_addresses.#: "<computed>"
key_algorithm: "RSA"
private_key_pem: "<computed>"
subject.#: "1"
subject.0.common_name: "kube-kubelet-4"
+ module.kube_kubelet_certs.tls_locally_signed_cert.kubelet.0
allowed_uses.#: "4"
allowed_uses.0: "server_auth"
allowed_uses.1: "client_auth"
allowed_uses.2: "digital_signature"
allowed_uses.3: "key_encipherment"
ca_cert_pem: "<computed>"
ca_key_algorithm: "RSA"
ca_private_key_pem: "<computed>"
cert_pem: "<computed>"
cert_request_pem: "<computed>"
early_renewal_hours: "720"
validity_end_time: "<computed>"
validity_period_hours: "8760"
validity_start_time: "<computed>"
+ module.kube_kubelet_certs.tls_locally_signed_cert.kubelet.1
allowed_uses.#: "4"
allowed_uses.0: "server_auth"
allowed_uses.1: "client_auth"
allowed_uses.2: "digital_signature"
allowed_uses.3: "key_encipherment"
ca_cert_pem: "<computed>"
ca_key_algorithm: "RSA"
ca_private_key_pem: "<computed>"
cert_pem: "<computed>"
cert_request_pem: "<computed>"
early_renewal_hours: "720"
validity_end_time: "<computed>"
validity_period_hours: "8760"
validity_start_time: "<computed>"
+ module.kube_kubelet_certs.tls_locally_signed_cert.kubelet.2
allowed_uses.#: "4"
allowed_uses.0: "server_auth"
allowed_uses.1: "client_auth"
allowed_uses.2: "digital_signature"
allowed_uses.3: "key_encipherment"
ca_cert_pem: "<computed>"
ca_key_algorithm: "RSA"
ca_private_key_pem: "<computed>"
cert_pem: "<computed>"
cert_request_pem: "<computed>"
early_renewal_hours: "720"
validity_end_time: "<computed>"
validity_period_hours: "8760"
validity_start_time: "<computed>"
+ module.kube_kubelet_certs.tls_locally_signed_cert.kubelet.3
allowed_uses.#: "4"
allowed_uses.0: "server_auth"
allowed_uses.1: "client_auth"
allowed_uses.2: "digital_signature"
allowed_uses.3: "key_encipherment"
ca_cert_pem: "<computed>"
ca_key_algorithm: "RSA"
ca_private_key_pem: "<computed>"
cert_pem: "<computed>"
cert_request_pem: "<computed>"
early_renewal_hours: "720"
validity_end_time: "<computed>"
validity_period_hours: "8760"
validity_start_time: "<computed>"
+ module.kube_kubelet_certs.tls_locally_signed_cert.kubelet.4
allowed_uses.#: "4"
allowed_uses.0: "server_auth"
allowed_uses.1: "client_auth"
allowed_uses.2: "digital_signature"
allowed_uses.3: "key_encipherment"
ca_cert_pem: "<computed>"
ca_key_algorithm: "RSA"
ca_private_key_pem: "<computed>"
cert_pem: "<computed>"
cert_request_pem: "<computed>"
early_renewal_hours: "720"
validity_end_time: "<computed>"
validity_period_hours: "8760"
validity_start_time: "<computed>"
+ module.kube_kubelet_certs.tls_private_key.kubelet
algorithm: "RSA"
ecdsa_curve: "P224"
private_key_pem: "<computed>"
public_key_openssh: "<computed>"
public_key_pem: "<computed>"
rsa_bits: "2048"
+ module.kube_master_certs.null_resource.configure-master-certs.0
triggers.%: "<computed>"
+ module.kube_master_certs.null_resource.configure-master-certs.1
triggers.%: "<computed>"
+ module.kube_master_certs.null_resource.configure-master-certs.2
triggers.%: "<computed>"
+ module.kube_master_certs.tls_cert_request.master.0
cert_request_pem: "<computed>"
dns_names.#: "<computed>"
ip_addresses.#: "<computed>"
key_algorithm: "RSA"
private_key_pem: "<computed>"
subject.#: "1"
subject.0.common_name: "kube-master"
+ module.kube_master_certs.tls_cert_request.master.1
cert_request_pem: "<computed>"
dns_names.#: "<computed>"
ip_addresses.#: "<computed>"
key_algorithm: "RSA"
private_key_pem: "<computed>"
subject.#: "1"
subject.0.common_name: "kube-master"
+ module.kube_master_certs.tls_cert_request.master.2
cert_request_pem: "<computed>"
dns_names.#: "<computed>"
ip_addresses.#: "<computed>"
key_algorithm: "RSA"
private_key_pem: "<computed>"
subject.#: "1"
subject.0.common_name: "kube-master"
+ module.kube_master_certs.tls_locally_signed_cert.master.0
allowed_uses.#: "4"
allowed_uses.0: "server_auth"
allowed_uses.1: "client_auth"
allowed_uses.2: "digital_signature"
allowed_uses.3: "key_encipherment"
ca_cert_pem: "<computed>"
ca_key_algorithm: "RSA"
ca_private_key_pem: "<computed>"
cert_pem: "<computed>"
cert_request_pem: "<computed>"
early_renewal_hours: "720"
validity_end_time: "<computed>"
validity_period_hours: "8760"
validity_start_time: "<computed>"
+ module.kube_master_certs.tls_locally_signed_cert.master.1
allowed_uses.#: "4"
allowed_uses.0: "server_auth"
allowed_uses.1: "client_auth"
allowed_uses.2: "digital_signature"
allowed_uses.3: "key_encipherment"
ca_cert_pem: "<computed>"
ca_key_algorithm: "RSA"
ca_private_key_pem: "<computed>"
cert_pem: "<computed>"
cert_request_pem: "<computed>"
early_renewal_hours: "720"
validity_end_time: "<computed>"
validity_period_hours: "8760"
validity_start_time: "<computed>"
+ module.kube_master_certs.tls_locally_signed_cert.master.2
allowed_uses.#: "4"
allowed_uses.0: "server_auth"
allowed_uses.1: "client_auth"
allowed_uses.2: "digital_signature"
allowed_uses.3: "key_encipherment"
ca_cert_pem: "<computed>"
ca_key_algorithm: "RSA"
ca_private_key_pem: "<computed>"
cert_pem: "<computed>"
cert_request_pem: "<computed>"
early_renewal_hours: "720"
validity_end_time: "<computed>"
validity_period_hours: "8760"
validity_start_time: "<computed>"
+ module.kube_master_certs.tls_private_key.master
algorithm: "RSA"
ecdsa_curve: "P224"
private_key_pem: "<computed>"
public_key_openssh: "<computed>"
public_key_pem: "<computed>"
rsa_bits: "2048"
+ module.master_elb.aws_elb.kube_master
availability_zones.#: "<computed>"
connection_draining: "false"
connection_draining_timeout: "300"
cross_zone_load_balancing: "true"
dns_name: "<computed>"
health_check.#: "1"
health_check.0.healthy_threshold: "2"
health_check.0.interval: "30"
health_check.0.target: "HTTP:8080/healthz"
health_check.0.timeout: "3"
health_check.0.unhealthy_threshold: "2"
idle_timeout: "60"
instances.#: "<computed>"
internal: "<computed>"
listener.#: "3"
listener.2974294026.instance_port: "80"
listener.2974294026.instance_protocol: "tcp"
listener.2974294026.lb_port: "80"
listener.2974294026.lb_protocol: "tcp"
listener.2974294026.ssl_certificate_id: ""
listener.3802845210.instance_port: "8080"
listener.3802845210.instance_protocol: "tcp"
listener.3802845210.lb_port: "8080"
listener.3802845210.lb_protocol: "tcp"
listener.3802845210.ssl_certificate_id: ""
listener.610193557.instance_port: "443"
listener.610193557.instance_protocol: "tcp"
listener.610193557.lb_port: "443"
listener.610193557.lb_protocol: "tcp"
listener.610193557.ssl_certificate_id: ""
name: "kube-master"
security_groups.#: "<computed>"
source_security_group: "<computed>"
source_security_group_id: "<computed>"
subnets.#: "<computed>"
tags.%: "1"
tags.Name: "kube-master"
zone_id: "<computed>"
+ module.public_subnet.aws_route_table.public
route.#: "1"
route.~1011472366.cidr_block: "0.0.0.0/0"
route.~1011472366.gateway_id: "<computed>"
route.~1011472366.instance_id: ""
route.~1011472366.nat_gateway_id: ""
route.~1011472366.network_interface_id: ""
route.~1011472366.vpc_peering_connection_id: ""
tags.%: "1"
tags.Name: "public.us-west-2a"
vpc_id: "<computed>"
+ module.public_subnet.aws_route_table_association.public.0
route_table_id: "<computed>"
subnet_id: "<computed>"
+ module.public_subnet.aws_route_table_association.public.1
route_table_id: "<computed>"
subnet_id: "<computed>"
+ module.public_subnet.aws_route_table_association.public.2
route_table_id: "<computed>"
subnet_id: "<computed>"
+ module.public_subnet.aws_subnet.public.0
availability_zone: "us-west-2a"
cidr_block: "10.0.1.0/24"
map_public_ip_on_launch: "true"
tags.%: "1"
tags.Name: "public.us-west-2a"
vpc_id: "<computed>"
+ module.public_subnet.aws_subnet.public.1
availability_zone: "us-west-2b"
cidr_block: "10.0.2.0/24"
map_public_ip_on_launch: "true"
tags.%: "1"
tags.Name: "public.us-west-2b"
vpc_id: "<computed>"
+ module.public_subnet.aws_subnet.public.2
availability_zone: "us-west-2a"
cidr_block: "10.0.3.0/24"
map_public_ip_on_launch: "true"
tags.%: "1"
tags.Name: "public.us-west-2a"
vpc_id: "<computed>"
+ module.sg-default.aws_security_group.default
description: "Default security group that allows all traffic"
egress.#: "1"
egress.482069346.cidr_blocks.#: "1"
egress.482069346.cidr_blocks.0: "0.0.0.0/0"
egress.482069346.from_port: "0"
egress.482069346.prefix_list_ids.#: "0"
egress.482069346.protocol: "-1"
egress.482069346.security_groups.#: "0"
egress.482069346.self: "false"
egress.482069346.to_port: "0"
ingress.#: "2"
ingress.482069346.cidr_blocks.#: "1"
ingress.482069346.cidr_blocks.0: "0.0.0.0/0"
ingress.482069346.from_port: "0"
ingress.482069346.protocol: "-1"
ingress.482069346.security_groups.#: "0"
ingress.482069346.self: "false"
ingress.482069346.to_port: "0"
ingress.753360330.cidr_blocks.#: "0"
ingress.753360330.from_port: "0"
ingress.753360330.protocol: "-1"
ingress.753360330.security_groups.#: "0"
ingress.753360330.self: "true"
ingress.753360330.to_port: "0"
name: "default-kube"
owner_id: "<computed>"
tags.%: "1"
tags.Name: "kube-default-sg"
vpc_id: "<computed>"
Plan: 101 to add, 0 to change, 0 to destroy.
# terraform apply saved-plan
null_resource.etcd_discovery_url: Creating...
triggers.%: "" => "1"
triggers.size: "" => "3"
module.kube_admin_cert.tls_private_key.kube-admin: Creating...
algorithm: "" => "RSA"
ecdsa_curve: "" => "P224"
private_key_pem: "" => "<computed>"
public_key_openssh: "" => "<computed>"
public_key_pem: "" => "<computed>"
rsa_bits: "" => "2048"
tls_private_key.ssh: Creating...
algorithm: "" => "RSA"
ecdsa_curve: "" => "P224"
private_key_pem: "" => "<computed>"
public_key_openssh: "" => "<computed>"
public_key_pem: "" => "<computed>"
rsa_bits: "" => "2048"
module.docker_client_certs.tls_private_key.docker_client: Creating...
algorithm: "" => "RSA"
ecdsa_curve: "" => "P224"
private_key_pem: "" => "<computed>"
public_key_openssh: "" => "<computed>"
public_key_pem: "" => "<computed>"
rsa_bits: "" => "2048"
module.kube_kubelet_certs.tls_private_key.kubelet: Creating...
algorithm: "" => "RSA"
ecdsa_curve: "" => "P224"
private_key_pem: "" => "<computed>"
public_key_openssh: "" => "<computed>"
public_key_pem: "" => "<computed>"
rsa_bits: "" => "2048"
null_resource.etcd_discovery_url: Provisioning with 'local-exec'...
module.etcd_cert.tls_private_key.etcd: Creating...
algorithm: "" => "RSA"
ecdsa_curve: "" => "P224"
private_key_pem: "" => "<computed>"
public_key_openssh: "" => "<computed>"
public_key_pem: "" => "<computed>"
rsa_bits: "" => "2048"
module.docker_daemon_certs.tls_private_key.docker_daemon: Creating...
algorithm: "" => "RSA"
ecdsa_curve: "" => "P224"
private_key_pem: "" => "<computed>"
public_key_openssh: "" => "<computed>"
public_key_pem: "" => "<computed>"
rsa_bits: "" => "2048"
module.ca.tls_private_key.ca: Creating...
algorithm: "" => "RSA"
ecdsa_curve: "" => "P224"
private_key_pem: "" => "<computed>"
public_key_openssh: "" => "<computed>"
public_key_pem: "" => "<computed>"
rsa_bits: "" => "2048"
null_resource.etcd_discovery_url (local-exec): Executing: /bin/sh -c "curl -s https://discovery.etcd.io/new?size=3 > etcd_discovery_url.txt"
module.kube_master_certs.tls_private_key.master: Creating...
algorithm: "" => "RSA"
ecdsa_curve: "" => "P224"
private_key_pem: "" => "<computed>"
public_key_openssh: "" => "<computed>"
public_key_pem: "" => "<computed>"
rsa_bits: "" => "2048"
module.docker_client_certs.tls_private_key.docker_client: Creation complete
module.etcd_cert.tls_private_key.etcd: Creation complete
module.etcd_cert.tls_cert_request.etcd: Creating...
cert_request_pem: "" => "<computed>"
key_algorithm: "" => "RSA"
private_key_pem: "" => "d96c862fca008460d9ff96c8e38b199a4c9d6a56"
subject.#: "" => "1"
subject.0.common_name: "" => "*"
subject.0.organization: "" => "etcd"
module.etcd_cert.tls_cert_request.etcd: Creation complete
module.ca.tls_private_key.ca: Creation complete
module.ca.tls_self_signed_cert.ca: Creating...
allowed_uses.#: "" => "4"
allowed_uses.0: "" => "key_encipherment"
allowed_uses.1: "" => "cert_signing"
allowed_uses.2: "" => "server_auth"
allowed_uses.3: "" => "client_auth"
cert_pem: "" => "<computed>"
early_renewal_hours: "" => "720"
is_ca_certificate: "" => "true"
key_algorithm: "" => "RSA"
private_key_pem: "" => "dfc4a72b36b4ee13ff5504f51699779a81975cd3"
subject.#: "" => "1"
subject.0.common_name: "" => "kube-ca"
subject.0.organization: "" => "kubeform"
validity_end_time: "" => "<computed>"
validity_period_hours: "" => "24000"
validity_start_time: "" => "<computed>"
module.ca.tls_self_signed_cert.ca: Creation complete
module.etcd_cert.tls_locally_signed_cert.etcd: Creating...
allowed_uses.#: "" => "3"
allowed_uses.0: "" => "key_encipherment"
allowed_uses.1: "" => "server_auth"
allowed_uses.2: "" => "client_auth"
ca_cert_pem: "" => "c8340bfabb24272fea708407013225200af723cf"
ca_key_algorithm: "" => "RSA"
ca_private_key_pem: "" => "dfc4a72b36b4ee13ff5504f51699779a81975cd3"
cert_pem: "" => "<computed>"
cert_request_pem: "" => "cb0f348d3e97dd808f51a4db261cc2dc7bacbd1a"
early_renewal_hours: "" => "720"
validity_end_time: "" => "<computed>"
validity_period_hours: "" => "8760"
validity_start_time: "" => "<computed>"
module.etcd_cert.tls_locally_signed_cert.etcd: Creation complete
module.kube_kubelet_certs.tls_private_key.kubelet: Creation complete
tls_private_key.ssh: Creation complete
null_resource.keys: Creating...
null_resource.keys: Provisioning with 'local-exec'...
null_resource.keys (local-exec): Executing: /bin/sh -c "echo '-----BEGIN RSA PRIVATE KEY-----
null_resource.keys (local-exec): MIIEogIBAAKCAQEAtbf15FWAqA0OyNAPPa7lYlM+P/9Xh/Je9Th7jxdehs+PoL7l
null_resource.keys (local-exec): Y8X4IWDYboFTDhQmRnbMkDs+Tez0D1sVPjmeyjwNqdvSvTFPtoiloAZ12ZjoGKMJ
null_resource.keys (local-exec): +nUa0bc1UhDIhEAFMSc5sA2iggE/rsorld8FH+I/dzHttgPGyCZ+bCo6kR+DwGSm
null_resource.keys (local-exec): /H+Sm2xEqsppjMEnHPC4g9pRt9WexpUYMWbMt683XOFA4qt1kaOzxO6RBa6BcXXf
null_resource.keys (local-exec): Fktrzp8V6quDnpC27s2BlekJ3t+OaaMhQWk2H43PGeF0D+xNiCdYiqvgiduavOh8
null_resource.keys (local-exec): HWK8emvavXqgqy9Da1H4Sp/h4sfBY7PafTjGxwIDAQABAoIBABNcA+BNk6VTrs2K
null_resource.keys (local-exec): DPWfWmS9RZZ/141uLtulJtS5wqJOHpkbfUjB4It9y9EKChUn5GQBaA29ogefROkV
null_resource.keys (local-exec): 5Q96CAa3myULfEoXpMxnhm2kAo4qEh/9zqRWMYNCJ3YUv6gHQgZYjXbKHRQImgY/
null_resource.keys (local-exec): F6Gh3uPksKo8MX0Arf7IyxMu9IpdSRAwfSZXuZMbvYWI+dUJrNZZ/Py4xC1iuFst
null_resource.keys (local-exec): U0nEr445rFQWD0pcYSvZXmu3uoTi2RTTz1QBnhTbv+zvOMYqiQ841uWPCqthHpEP
null_resource.keys (local-exec): gerMkydtpdJJrn3DRDfdFDEBJYxf/S3cU2tn3UKkKbj7uEh6Z9G7u7o6/yCFY1SD
null_resource.keys (local-exec): +L8itgECgYEA6G5qCAWPOFIc5U42dkJZdMzmYFlgIdSDxSKj8+msA2mrr6przEky
null_resource.keys (local-exec): b9XvBkQg+LZ1a6USSe5oSrXSivtUu/J8izUR5hWut6jQ9OWnBiriIwPSC+vCVuDw
null_resource.keys (local-exec): y/J2CB4SUI4sijlkXvDecjRzcI5gpi73vK0yiHmV3wKffm2acgZcXEcCgYEAyCUd
null_resource.keys (local-exec): 2CHzzWLawKAr18p1tRkoggMbe7UDwvwZFx0gAi0wiQahCYUsCqNXBgwzXsuK/17y
null_resource.keys (local-exec): IhsFAVOwuKssCdbt/leefZErbS6C+obExy+D/xa3rvFr3Qn1fmPaYLNjkfsKc6nQ
null_resource.keys (local-exec): L16zo0d1SOw+YLO0GwOCv08kgedAZJ+9jQQeAYECgYBbkoS7vFT8v30a6oGSffl4
null_resource.keys (local-exec): hvGMrCmvqmZv2IH3quxWO9+kSeRGi+APJ54QPe8vjdMdId/euMrmBFR65SIxGgvv
null_resource.keys (local-exec): XG081PYM7bnFgmUXjPWjDfJHOA9M4zp7X38ZG5/jlN//ZTUiIovBOuDwS2fQkViR
null_resource.keys (local-exec): QTtTgXOGdSYZTV0350GkKQKBgHM704wOOFXndbV0QunyeoTzYDxC178JAIpyJWwG
null_resource.keys (local-exec): a9h09j3eoDdgAnR5iPBFdAo/PN89ZkG2ttIFwnkArNFZext2jR0UySEKp4TgtUlN
null_resource.keys (local-exec): lTz4cnd6LrVMN5k2mpQUlN6G4ISpn+C2MM1wphl/U4bP0IHBKrVFNurIH24P/s3D
null_resource.keys (local-exec): MheBAoGAV3ISu+K52cWTBqe/XqfWjeQlS9qEl85GSKldYqXroG5jEdUVjEMJPj31
null_resource.keys (local-exec): /J48ombUssXKIdQk9fgCRADikDC6g0+bgpp1152j8ln1W3XipxCSZIuZUp2X1e+E
null_resource.keys (local-exec): 919C/+rxbiKeQbDJsxQ6/V5H9surhMX3+rdRlicAXfLJ5WJ33mM=
null_resource.keys (local-exec): -----END RSA PRIVATE KEY-----
null_resource.keys (local-exec): ' > /Users/username/src/github/kubeform/terraform/aws/public-cloud/id_rsa && chmod 600 /Users/username/src/github/kubeform/terraform/aws/public-cloud/id_rsa"
null_resource.keys: Creation complete
module.kube_master_certs.tls_private_key.master: Creation complete
module.kube_admin_cert.tls_private_key.kube-admin: Creation complete
module.kube_admin_cert.tls_cert_request.kube-admin: Creating...
cert_request_pem: "" => "<computed>"
key_algorithm: "" => "RSA"
private_key_pem: "" => "f41eeb9a96d962d173978402849a51ee66805f6b"
subject.#: "" => "1"
subject.0.common_name: "" => "kube-admin"
module.kube_admin_cert.tls_cert_request.kube-admin: Creation complete
module.kube_admin_cert.tls_locally_signed_cert.kube-admin: Creating...
allowed_uses.#: "" => "4"
allowed_uses.0: "" => "server_auth"
allowed_uses.1: "" => "client_auth"
allowed_uses.2: "" => "digital_signature"
allowed_uses.3: "" => "key_encipherment"
ca_cert_pem: "" => "c8340bfabb24272fea708407013225200af723cf"
ca_key_algorithm: "" => "RSA"
ca_private_key_pem: "" => "dfc4a72b36b4ee13ff5504f51699779a81975cd3"
cert_pem: "" => "<computed>"
cert_request_pem: "" => "66d71633dd4b3f63446c4c130e25090799c64024"
early_renewal_hours: "" => "720"
validity_end_time: "" => "<computed>"
validity_period_hours: "" => "8760"
validity_start_time: "" => "<computed>"
module.kube_admin_cert.tls_locally_signed_cert.kube-admin: Creation complete
module.docker_daemon_certs.tls_private_key.docker_daemon: Creation complete
aws_vpc.default: Creating...
cidr_block: "" => "10.0.0.0/16"
default_network_acl_id: "" => "<computed>"
default_route_table_id: "" => "<computed>"
default_security_group_id: "" => "<computed>"
dhcp_options_id: "" => "<computed>"
enable_classiclink: "" => "<computed>"
enable_dns_hostnames: "" => "true"
enable_dns_support: "" => "true"
instance_tenancy: "" => "<computed>"
main_route_table_id: "" => "<computed>"
null_resource.etcd_discovery_url: Creation complete
data.template_file.master_cloud_init: Refreshing state...
data.template_file.edge-router_cloud_init: Refreshing state...
data.template_file.worker_cloud_init: Refreshing state...
module.aws-keypair.aws_key_pair.default: Creating...
fingerprint: "" => "<computed>"
key_name: "" => "kube"
public_key: "" => "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC1t/XkVYCoDQ7I0A89ruViUz4//1eH8l71OHuPF16Gz4+gvuVjxfghYNhugVMOFCZGdsyQOz5N7PQPWxU+OZ7KPA2p29K9MU+2iKWgBnXZmOgYown6dRrRtzVSEMiEQAUxJzmwDaKCAT+uyiuV3wUf4j93Me22A8bIJn5sKjqRH4PAZKb8f5KbbESqymmMwScc8LiD2lG31Z7GlRgxZsy3rzdc4UDiq3WRo7PE7pEFroFxdd8WS2vOnxXqq4OekLbuzYGV6Qne345poyFBaTYfjc8Z4XQP7E2IJ1iKq+CJ25q86HwdYrx6a9q9eqCrL0NrUfhKn+Hix8Fjs9p9OMbH"
module.iam.aws_iam_role.master_role: Creating...
arn: "" => "<computed>"
assume_role_policy: "" => "{\n \"Version\": \"2012-10-17\",\n \"Statement\": [\n {\n \"Effect\": \"Allow\",\n \"Principal\": { \"Service\": \"ec2.amazonaws.com\"},\n \"Action\": \"sts:AssumeRole\"\n }\n ]\n}\n"
name: "" => "master_role"
path: "" => "/"
unique_id: "" => "<computed>"
module.iam.aws_iam_role.worker_role: Creating...
arn: "" => "<computed>"
assume_role_policy: "" => "{\n \"Version\": \"2012-10-17\",\n \"Statement\": [\n {\n \"Effect\": \"Allow\",\n \"Principal\": { \"Service\": \"ec2.amazonaws.com\"},\n \"Action\": \"sts:AssumeRole\"\n }\n ]\n}\n"
name: "" => "worker_role"
path: "" => "/"
unique_id: "" => "<computed>"
module.iam.aws_iam_role.edge-router_role: Creating...
arn: "" => "<computed>"
assume_role_policy: "" => "{\n \"Version\": \"2012-10-17\",\n \"Statement\": [\n {\n \"Effect\": \"Allow\",\n \"Principal\": { \"Service\": \"ec2.amazonaws.com\"},\n \"Action\": \"sts:AssumeRole\"\n }\n ]\n}\n"
name: "" => "edge-router_role"
path: "" => "/"
unique_id: "" => "<computed>"
module.aws-keypair.aws_key_pair.default: Creation complete
module.iam.aws_iam_role.edge-router_role: Creation complete
module.iam.aws_iam_role_policy.edge-router_policy: Creating...
name: "" => "edge-router_policy"
policy: "" => "{\n \"Version\": \"2012-10-17\",\n \"Statement\": [\n {\n \"Effect\": \"Allow\",\n \"Action\": \"s3:*\",\n \"Resource\": [\n \"arn:aws:s3:::kubernetes-*\"\n ]\n },\n {\n \"Effect\": \"Allow\",\n \"Action\": \"ec2:Describe*\",\n \"Resource\": \"*\"\n },\n {\n \"Effect\": \"Allow\",\n \"Action\": \"ec2:AttachVolume\",\n \"Resource\": \"*\"\n },\n {\n \"Effect\": \"Allow\",\n \"Action\": \"ec2:DetachVolume\",\n \"Resource\": \"*\"\n },\n {\n \"Effect\": \"Allow\",\n \"Action\": [\n \"ecr:GetAuthorizationToken\",\n \"ecr:BatchCheckLayerAvailability\",\n \"ecr:GetDownloadUrlForLayer\",\n \"ecr:GetRepositoryPolicy\",\n \"ecr:DescribeRepositories\",\n \"ecr:ListImages\",\n \"ecr:BatchGetImage\"\n ],\n \"Resource\": \"*\"\n }\n ]\n}\n"
role: "" => "edge-router_role"
module.iam.aws_iam_instance_profile.edge-router_profile: Creating...
arn: "" => "<computed>"
create_date: "" => "<computed>"
name: "" => "edge-router_profile"
path: "" => "/"
roles.#: "" => "1"
roles.1547026989: "" => "edge-router_role"
unique_id: "" => "<computed>"
module.iam.aws_iam_role.worker_role: Creation complete
module.iam.aws_iam_role_policy.worker_policy: Creating...
name: "" => "worker_policy"
policy: "" => "{\n \"Version\": \"2012-10-17\",\n \"Statement\": [\n {\n \"Effect\": \"Allow\",\n \"Action\": \"s3:*\",\n \"Resource\": [\n \"arn:aws:s3:::kubernetes-*\"\n ]\n },\n {\n \"Effect\": \"Allow\",\n \"Action\": \"ec2:Describe*\",\n \"Resource\": \"*\"\n },\n {\n \"Effect\": \"Allow\",\n \"Action\": \"ec2:AttachVolume\",\n \"Resource\": \"*\"\n },\n {\n \"Effect\": \"Allow\",\n \"Action\": \"ec2:DetachVolume\",\n \"Resource\": \"*\"\n },\n {\n \"Effect\": \"Allow\",\n \"Action\": [\n \"ecr:GetAuthorizationToken\",\n \"ecr:BatchCheckLayerAvailability\",\n \"ecr:GetDownloadUrlForLayer\",\n \"ecr:GetRepositoryPolicy\",\n \"ecr:DescribeRepositories\",\n \"ecr:ListImages\",\n \"ecr:BatchGetImage\"\n ],\n \"Resource\": \"*\"\n }\n ]\n}\n"
role: "" => "worker_role"
module.iam.aws_iam_instance_profile.worker_profile: Creating...
arn: "" => "<computed>"
create_date: "" => "<computed>"
name: "" => "worker_profile"
path: "" => "/"
roles.#: "" => "1"
roles.2628533307: "" => "worker_role"
unique_id: "" => "<computed>"
module.iam.aws_iam_role.master_role: Creation complete
module.iam.aws_iam_role_policy.master_policy: Creating...
name: "" => "master_policy"
policy: "" => "{\n \"Version\": \"2012-10-17\",\n \"Statement\": [\n {\n \"Effect\": \"Allow\",\n \"Action\": [\"ec2:*\"],\n \"Resource\": [\"*\"]\n },\n {\n \"Effect\": \"Allow\",\n \"Action\": [\"elasticloadbalancing:*\"],\n \"Resource\": [\"*\"]\n },\n {\n \"Effect\": \"Allow\",\n \"Action\": \"s3:*\",\n \"Resource\": [\n \"arn:aws:s3:::kubernetes-*\"\n ]\n }\n ]\n}\n"
role: "" => "master_role"
module.iam.aws_iam_instance_profile.master_profile: Creating...
arn: "" => "<computed>"
create_date: "" => "<computed>"
name: "" => "master_profile"
path: "" => "/"
roles.#: "" => "1"
roles.2094835459: "" => "master_role"
unique_id: "" => "<computed>"
module.iam.aws_iam_role_policy.master_policy: Creation complete
module.iam.aws_iam_role_policy.edge-router_policy: Creation complete
module.iam.aws_iam_role_policy.worker_policy: Creation complete
module.iam.aws_iam_instance_profile.master_profile: Creation complete
module.iam.aws_iam_instance_profile.worker_profile: Creation complete
module.iam.aws_iam_instance_profile.edge-router_profile: Creation complete
aws_vpc.default: Creation complete
module.igw.aws_internet_gateway.igw: Creating...
tags.%: "0" => "1"
tags.Name: "" => "public"
vpc_id: "" => "vpc-4914d12e"
module.public_subnet.aws_subnet.public.0: Creating...
availability_zone: "" => "us-west-2a"
cidr_block: "" => "10.0.1.0/24"
map_public_ip_on_launch: "" => "true"
tags.%: "" => "1"
tags.Name: "" => "public.us-west-2a"
vpc_id: "" => "vpc-4914d12e"
module.public_subnet.aws_subnet.public.2: Creating...
availability_zone: "" => "us-west-2a"
cidr_block: "" => "10.0.3.0/24"
map_public_ip_on_launch: "" => "true"
tags.%: "" => "1"
tags.Name: "" => "public.us-west-2a"
vpc_id: "" => "vpc-4914d12e"
module.public_subnet.aws_subnet.public.1: Creating...
availability_zone: "" => "us-west-2b"
cidr_block: "" => "10.0.2.0/24"
map_public_ip_on_launch: "" => "true"
tags.%: "" => "1"
tags.Name: "" => "public.us-west-2b"
vpc_id: "" => "vpc-4914d12e"
module.sg-default.aws_security_group.default: Creating...
description: "" => "Default security group that allows all traffic"
egress.#: "" => "1"
egress.482069346.cidr_blocks.#: "" => "1"
egress.482069346.cidr_blocks.0: "" => "0.0.0.0/0"
egress.482069346.from_port: "" => "0"
egress.482069346.prefix_list_ids.#: "" => "0"
egress.482069346.protocol: "" => "-1"
egress.482069346.security_groups.#: "" => "0"
egress.482069346.self: "" => "false"
egress.482069346.to_port: "" => "0"
ingress.#: "" => "2"
ingress.482069346.cidr_blocks.#: "" => "1"
ingress.482069346.cidr_blocks.0: "" => "0.0.0.0/0"
ingress.482069346.from_port: "" => "0"
ingress.482069346.protocol: "" => "-1"
ingress.482069346.security_groups.#: "" => "0"
ingress.482069346.self: "" => "false"
ingress.482069346.to_port: "" => "0"
ingress.753360330.cidr_blocks.#: "" => "0"
ingress.753360330.from_port: "" => "0"
ingress.753360330.protocol: "" => "-1"
ingress.753360330.security_groups.#: "" => "0"
ingress.753360330.self: "" => "true"
ingress.753360330.to_port: "" => "0"
name: "" => "default-kube"
owner_id: "" => "<computed>"
tags.%: "" => "1"
tags.Name: "" => "kube-default-sg"
vpc_id: "" => "vpc-4914d12e"
module.igw.aws_internet_gateway.igw: Creation complete
module.public_subnet.aws_route_table.public: Creating...
route.#: "" => "1"
route.135201728.cidr_block: "" => "0.0.0.0/0"
route.135201728.gateway_id: "" => "igw-26fe6d42"
route.135201728.instance_id: "" => ""
route.135201728.nat_gateway_id: "" => ""
route.135201728.network_interface_id: "" => ""
route.135201728.vpc_peering_connection_id: "" => ""
tags.%: "" => "1"
tags.Name: "" => "public.us-west-2a"
vpc_id: "" => "vpc-4914d12e"
module.public_subnet.aws_subnet.public.0: Creation complete
module.public_subnet.aws_subnet.public.2: Creation complete
module.public_subnet.aws_subnet.public.1: Creation complete
module.sg-default.aws_security_group.default: Creation complete
aws_instance.master.0: Creating...
ami: "" => "ami-7cc6621c"
associate_public_ip_address: "" => "<computed>"
availability_zone: "" => "<computed>"
ebs_block_device.#: "" => "<computed>"
ephemeral_block_device.#: "" => "<computed>"
iam_instance_profile: "" => "master_profile"
instance_state: "" => "<computed>"
instance_type: "" => "m3.medium"
key_name: "" => "kube"
network_interface_id: "" => "<computed>"
placement_group: "" => "<computed>"
private_dns: "" => "<computed>"
private_ip: "" => "<computed>"
public_dns: "" => "<computed>"
public_ip: "" => "<computed>"
root_block_device.#: "" => "<computed>"
security_groups.#: "" => "1"
security_groups.454099887: "" => "sg-7c550305"
source_dest_check: "" => "false"
subnet_id: "" => "subnet-f106e096"
tags.%: "" => "3"
tags.Name: "" => "kube-master-0"
tags.region: "" => "us-west-2"
tags.role: "" => "masters"
tenancy: "" => "<computed>"
user_data: "" => "032b460b716462721bb0037e1a3cbb2090ef10d7"
vpc_security_group_ids.#: "" => "<computed>"
aws_instance.master.2: Creating...
ami: "" => "ami-7cc6621c"
associate_public_ip_address: "" => "<computed>"
availability_zone: "" => "<computed>"
ebs_block_device.#: "" => "<computed>"
ephemeral_block_device.#: "" => "<computed>"
iam_instance_profile: "" => "master_profile"
instance_state: "" => "<computed>"
instance_type: "" => "m3.medium"
key_name: "" => "kube"
network_interface_id: "" => "<computed>"
placement_group: "" => "<computed>"
private_dns: "" => "<computed>"
private_ip: "" => "<computed>"
public_dns: "" => "<computed>"
public_ip: "" => "<computed>"
root_block_device.#: "" => "<computed>"
security_groups.#: "" => "1"
security_groups.454099887: "" => "sg-7c550305"
source_dest_check: "" => "false"
subnet_id: "" => "subnet-f006e097"
tags.%: "" => "3"
tags.Name: "" => "kube-master-2"
tags.region: "" => "us-west-2"
tags.role: "" => "masters"
tenancy: "" => "<computed>"
user_data: "" => "032b460b716462721bb0037e1a3cbb2090ef10d7"
vpc_security_group_ids.#: "" => "<computed>"
aws_instance.master.1: Creating...
ami: "" => "ami-7cc6621c"
associate_public_ip_address: "" => "<computed>"
availability_zone: "" => "<computed>"
ebs_block_device.#: "" => "<computed>"
ephemeral_block_device.#: "" => "<computed>"
iam_instance_profile: "" => "master_profile"
instance_state: "" => "<computed>"
instance_type: "" => "m3.medium"
key_name: "" => "kube"
network_interface_id: "" => "<computed>"
placement_group: "" => "<computed>"
private_dns: "" => "<computed>"
private_ip: "" => "<computed>"
public_dns: "" => "<computed>"
public_ip: "" => "<computed>"
root_block_device.#: "" => "<computed>"
security_groups.#: "" => "1"
security_groups.454099887: "" => "sg-7c550305"
source_dest_check: "" => "false"
subnet_id: "" => "subnet-6defd71b"
tags.%: "" => "3"
tags.Name: "" => "kube-master-1"
tags.region: "" => "us-west-2"
tags.role: "" => "masters"
tenancy: "" => "<computed>"
user_data: "" => "032b460b716462721bb0037e1a3cbb2090ef10d7"
vpc_security_group_ids.#: "" => "<computed>"
module.public_subnet.aws_route_table.public: Creation complete
module.public_subnet.aws_route_table_association.public.0: Creating...
route_table_id: "" => "rtb-9ec649f9"
subnet_id: "" => "subnet-f106e096"
module.public_subnet.aws_route_table_association.public.2: Creating...
route_table_id: "" => "rtb-9ec649f9"
subnet_id: "" => "subnet-f006e097"
module.public_subnet.aws_route_table_association.public.1: Creating...
route_table_id: "" => "rtb-9ec649f9"
subnet_id: "" => "subnet-6defd71b"
module.public_subnet.aws_route_table_association.public.1: Creation complete
module.public_subnet.aws_route_table_association.public.0: Creation complete
module.public_subnet.aws_route_table_association.public.2: Creation complete
aws_instance.master.0: Still creating... (10s elapsed)
aws_instance.master.2: Still creating... (10s elapsed)
aws_instance.master.1: Still creating... (10s elapsed)
aws_instance.master.0: Still creating... (20s elapsed)
aws_instance.master.2: Still creating... (20s elapsed)
aws_instance.master.1: Still creating... (20s elapsed)
aws_instance.master.2: Provisioning with 'file'...
aws_instance.master.0: Provisioning with 'file'...
aws_instance.master.0: Still creating... (30s elapsed)
aws_instance.master.2: Still creating... (30s elapsed)
aws_instance.master.1: Still creating... (30s elapsed)
aws_instance.master.1: Provisioning with 'file'...
aws_instance.master.0: Still creating... (40s elapsed)
aws_instance.master.2: Still creating... (40s elapsed)
aws_instance.master.1: Still creating... (40s elapsed)
aws_instance.master.1: Still creating... (50s elapsed)
aws_instance.master.0: Still creating... (50s elapsed)
aws_instance.master.2: Still creating... (50s elapsed)
aws_instance.master.2: Still creating... (1m0s elapsed)
aws_instance.master.1: Still creating... (1m0s elapsed)
aws_instance.master.0: Still creating... (1m0s elapsed)
aws_instance.master.2: Still creating... (1m10s elapsed)
aws_instance.master.1: Still creating... (1m10s elapsed)
aws_instance.master.0: Still creating... (1m10s elapsed)
aws_instance.master.2: Still creating... (1m20s elapsed)
aws_instance.master.0: Still creating... (1m20s elapsed)
aws_instance.master.1: Still creating... (1m20s elapsed)
aws_instance.master.2: Provisioning with 'remote-exec'...
aws_instance.master.2 (remote-exec): Connecting to remote host via SSH...
aws_instance.master.2 (remote-exec): Host: 35.164.15.139
aws_instance.master.2 (remote-exec): User: core
aws_instance.master.2 (remote-exec): Password: false
aws_instance.master.2 (remote-exec): Private key: true
aws_instance.master.2 (remote-exec): SSH Agent: true
aws_instance.master.1: Provisioning with 'remote-exec'...
aws_instance.master.1 (remote-exec): Connecting to remote host via SSH...
aws_instance.master.1 (remote-exec): Host: 35.163.217.124
aws_instance.master.1 (remote-exec): User: core
aws_instance.master.1 (remote-exec): Password: false
aws_instance.master.1 (remote-exec): Private key: true
aws_instance.master.1 (remote-exec): SSH Agent: true
aws_instance.master.2 (remote-exec): Connected!
aws_instance.master.1 (remote-exec): Connected!
aws_instance.master.1 (remote-exec): --2016-11-16 02:51:27-- https://bitbucket.org/pypy/pypy/downloads/pypy-5.1.1-linux64.tar.bz2
aws_instance.master.2 (remote-exec): --2016-11-16 02:51:27-- https://bitbucket.org/pypy/pypy/downloads/pypy-5.1.1-linux64.tar.bz2
aws_instance.master.1 (remote-exec): Resolving bitbucket.org... 104.192.143.3, 104.192.143.1, 104.192.143.2, ...
aws_instance.master.2 (remote-exec): Resolving bitbucket.org... 104.192.143.2, 104.192.143.3, 104.192.143.1, ...
aws_instance.master.1 (remote-exec): Connecting to bitbucket.org|104.192.143.3|:443... connected.
aws_instance.master.2 (remote-exec): Connecting to bitbucket.org|104.192.143.2|:443... connected.
aws_instance.master.0: Provisioning with 'remote-exec'...
aws_instance.master.0 (remote-exec): Connecting to remote host via SSH...
aws_instance.master.0 (remote-exec): Host: 35.164.23.156
aws_instance.master.0 (remote-exec): User: core
aws_instance.master.0 (remote-exec): Password: false
aws_instance.master.0 (remote-exec): Private key: true
aws_instance.master.0 (remote-exec): SSH Agent: true
aws_instance.master.1 (remote-exec): HTTP request sent, awaiting response...
aws_instance.master.2 (remote-exec): HTTP request sent, awaiting response...
aws_instance.master.1 (remote-exec): 302 FOUND
aws_instance.master.1 (remote-exec): Location: https://bbuseruploads.s3.amazonaws.com/54220cd1-b139-4188-9455-1e13e663f1ac/downloads/91492aa6-ec31-4a0a-8b9e-94195363dadb/pypy-5.1.1-linux64.tar.bz2?Signature=zreYWAKndd%2FlTmB4gPWcdROGP4M%3D&Expires=1479266488&AWSAccessKeyId=AKIAIVFPT2YJYYZY3H4A&versionId=FK2.I7G79fZtbpwb5kkWT72k000ZBfBR&response-content-disposition=attachment%3B%20filename%3D%22pypy-5.1.1-linux64.tar.bz2%22 [following]
aws_instance.master.1 (remote-exec): --2016-11-16 02:51:28-- https://bbuseruploads.s3.amazonaws.com/54220cd1-b139-4188-9455-1e13e663f1ac/downloads/91492aa6-ec31-4a0a-8b9e-94195363dadb/pypy-5.1.1-linux64.tar.bz2?Signature=zreYWAKndd%2FlTmB4gPWcdROGP4M%3D&Expires=1479266488&AWSAccessKeyId=AKIAIVFPT2YJYYZY3H4A&versionId=FK2.I7G79fZtbpwb5kkWT72k000ZBfBR&response-content-disposition=attachment%3B%20filename%3D%22pypy-5.1.1-linux64.tar.bz2%22
aws_instance.master.2 (remote-exec): 302 FOUND
aws_instance.master.2 (remote-exec): Location: https://bbuseruploads.s3.amazonaws.com/54220cd1-b139-4188-9455-1e13e663f1ac/downloads/91492aa6-ec31-4a0a-8b9e-94195363dadb/pypy-5.1.1-linux64.tar.bz2?Signature=zreYWAKndd%2FlTmB4gPWcdROGP4M%3D&Expires=1479266488&AWSAccessKeyId=AKIAIVFPT2YJYYZY3H4A&versionId=FK2.I7G79fZtbpwb5kkWT72k000ZBfBR&response-content-disposition=attachment%3B%20filename%3D%22pypy-5.1.1-linux64.tar.bz2%22 [following]
aws_instance.master.2 (remote-exec): --2016-11-16 02:51:28-- https://bbuseruploads.s3.amazonaws.com/54220cd1-b139-4188-9455-1e13e663f1ac/downloads/91492aa6-ec31-4a0a-8b9e-94195363dadb/pypy-5.1.1-linux64.tar.bz2?Signature=zreYWAKndd%2FlTmB4gPWcdROGP4M%3D&Expires=1479266488&AWSAccessKeyId=AKIAIVFPT2YJYYZY3H4A&versionId=FK2.I7G79fZtbpwb5kkWT72k000ZBfBR&response-content-disposition=attachment%3B%20filename%3D%22pypy-5.1.1-linux64.tar.bz2%22
aws_instance.master.2 (remote-exec): Resolving bbuseruploads.s3.amazonaws.com... 54.231.120.195
aws_instance.master.1 (remote-exec): Resolving bbuseruploads.s3.amazonaws.com...
aws_instance.master.2 (remote-exec): Connecting to bbuseruploads.s3.amazonaws.com|54.231.120.195|:443... connected.
aws_instance.master.1 (remote-exec): 52.216.64.248
aws_instance.master.0 (remote-exec): Connected!
aws_instance.master.1 (remote-exec): Connecting to bbuseruploads.s3.amazonaws.com|52.216.64.248|:443... connected.
aws_instance.master.2 (remote-exec): HTTP request sent, awaiting response...
aws_instance.master.2 (remote-exec): 200 OK
aws_instance.master.2 (remote-exec): Length: 23181306 (22M) [application/x-tar]
aws_instance.master.2 (remote-exec): Saving to: 'STDOUT'
aws_instance.master.1 (remote-exec): HTTP request sent, awaiting response...
aws_instance.master.2 (remote-exec): - 0% 0 --.-KB/s
aws_instance.master.1 (remote-exec): 200 OK
aws_instance.master.1 (remote-exec): Length: 23181306 (22M) [application/x-tar]
aws_instance.master.1 (remote-exec): Saving to: 'STDOUT'
aws_instance.master.1 (remote-exec): - 0% 0 --.-KB/s
aws_instance.master.2 (remote-exec): - 0% 41.52K 184KB/s
aws_instance.master.1 (remote-exec): - 0% 41.52K 166KB/s
aws_instance.master.0 (remote-exec): --2016-11-16 02:51:29-- https://bitbucket.org/pypy/pypy/downloads/pypy-5.1.1-linux64.tar.bz2
aws_instance.master.0 (remote-exec): Resolving bitbucket.org... 104.192.143.1, 104.192.143.2, 104.192.143.3, ...
aws_instance.master.2 (remote-exec): - 0% 126.52K 280KB/s
aws_instance.master.0 (remote-exec): Connecting to bitbucket.org|104.192.143.1|:443... connected.
aws_instance.master.1 (remote-exec): - 0% 160.52K 321KB/s
aws_instance.master.2 (remote-exec): - 1% 245.52K 362KB/s
aws_instance.master.1 (remote-exec): - 2% 568.52K 800KB/s
aws_instance.master.0 (remote-exec): HTTP request sent, awaiting response...
aws_instance.master.2 (remote-exec): - 1% 398.52K 439KB/s
aws_instance.master.0 (remote-exec): 302 FOUND
aws_instance.master.0 (remote-exec): Location: https://bbuseruploads.s3.amazonaws.com/54220cd1-b139-4188-9455-1e13e663f1ac/downloads/91492aa6-ec31-4a0a-8b9e-94195363dadb/pypy-5.1.1-linux64.tar.bz2?Signature=zreYWAKndd%2FlTmB4gPWcdROGP4M%3D&Expires=1479266488&AWSAccessKeyId=AKIAIVFPT2YJYYZY3H4A&versionId=FK2.I7G79fZtbpwb5kkWT72k000ZBfBR&response-content-disposition=attachment%3B%20filename%3D%22pypy-5.1.1-linux64.tar.bz2%22 [following]
aws_instance.master.0 (remote-exec): --2016-11-16 02:51:29-- https://bbuseruploads.s3.amazonaws.com/54220cd1-b139-4188-9455-1e13e663f1ac/downloads/91492aa6-ec31-4a0a-8b9e-94195363dadb/pypy-5.1.1-linux64.tar.bz2?Signature=zreYWAKndd%2FlTmB4gPWcdROGP4M%3D&Expires=1479266488&AWSAccessKeyId=AKIAIVFPT2YJYYZY3H4A&versionId=FK2.I7G79fZtbpwb5kkWT72k000ZBfBR&response-content-disposition=attachment%3B%20filename%3D%22pypy-5.1.1-linux64.tar.bz2%22
aws_instance.master.0 (remote-exec): Resolving bbuseruploads.s3.amazonaws.com... 52.216.1.112
aws_instance.master.1 (remote-exec): - 4% 1.05M 1.16MB/s
aws_instance.master.0 (remote-exec): Connecting to bbuseruploads.s3.amazonaws.com|52.216.1.112|:443... connected.
aws_instance.master.2 (remote-exec): - 2% 585.52K 516KB/s
aws_instance.master.1 (remote-exec): - 6% 1.53M 1.37MB/s
aws_instance.master.2 (remote-exec): - 3% 798.52K 586KB/s
aws_instance.master.1 (remote-exec): - 9% 2.01M 1.52MB/s
aws_instance.master.0 (remote-exec): HTTP request sent, awaiting response...
aws_instance.master.2 (remote-exec): - 4% 1.00M 645KB/s
aws_instance.master.0 (remote-exec): 200 OK
aws_instance.master.0 (remote-exec): Length: 23181306 (22M) [application/x-tar]
aws_instance.master.0 (remote-exec): Saving to: 'STDOUT'
aws_instance.master.1 (remote-exec): - 11% 2.46M 1.59MB/s
aws_instance.master.0 (remote-exec): - 0% 0 --.-KB/s
aws_instance.master.2 (remote-exec): - 5% 1.25M 704KB/s
aws_instance.master.1 (remote-exec): - 12% 2.81M 1.61MB/s
aws_instance.master.2: Still creating... (1m30s elapsed)
aws_instance.master.1: Still creating... (1m30s elapsed)
aws_instance.master.0: Still creating... (1m30s elapsed)
aws_instance.master.0 (remote-exec): - 0% 58.52K 198KB/s
aws_instance.master.1 (remote-exec): - 14% 3.30M 1.70MB/s
aws_instance.master.2 (remote-exec): - 6% 1.53M 766KB/s
aws_instance.master.0 (remote-exec): - 1% 254.52K 477KB/s
aws_instance.master.1 (remote-exec): - 17% 3.94M 1.82MB/s
aws_instance.master.2 (remote-exec): - 8% 1.83M 823KB/s
aws_instance.master.0 (remote-exec): - 2% 645.52K 878KB/s
aws_instance.master.1 (remote-exec): - 21% 4.66M 1.96MB/s
aws_instance.master.2 (remote-exec): - 9% 2.18M 889KB/s
aws_instance.master.0 (remote-exec): - 5% 1.14M 1.20MB/s
aws_instance.master.1 (remote-exec): - 24% 5.37M 2.08MB/s
aws_instance.master.2 (remote-exec): - 11% 2.56M 958KB/s
aws_instance.master.1 (remote-exec): - 27% 5.99M 2.15MB/s
aws_instance.master.0 (remote-exec): - 7% 1.71M 1.45MB/s
aws_instance.master.2 (remote-exec): - 13% 3.01M 1.02MB/s
aws_instance.master.1 (remote-exec): - 30% 6.69M 2.23MB/s
aws_instance.master.0 (remote-exec): - 9% 2.21M 1.59MB/s
aws_instance.master.2 (remote-exec): - 16% 3.58M 1.13MB/s eta 16s
aws_instance.master.1 (remote-exec): - 32% 7.25M 2.26MB/s eta 7s
aws_instance.master.0 (remote-exec): - 12% 2.67M 1.66MB/s
aws_instance.master.2 (remote-exec): - 19% 4.27M 1.37MB/s eta 16s
aws_instance.master.1 (remote-exec): - 35% 7.85M 2.30MB/s eta 7s
aws_instance.master.0 (remote-exec): - 13% 3.09M 1.70MB/s
aws_instance.master.2 (remote-exec): - 21% 4.81M 1.50MB/s eta 16s
aws_instance.master.1 (remote-exec): - 38% 8.55M 2.48MB/s eta 7s
aws_instance.master.0 (remote-exec): - 16% 3.68M 1.83MB/s
aws_instance.master.2 (remote-exec): - 24% 5.34M 1.62MB/s eta 16s
aws_instance.master.0 (remote-exec): - 19% 4.35M 1.95MB/s
aws_instance.master.2 (remote-exec): - 27% 6.12M 1.81MB/s eta 16s
aws_instance.master.1 (remote-exec): - 41% 9.22M 2.66MB/s eta 7s
aws_instance.master.0 (remote-exec): - 23% 5.17M 2.11MB/s
aws_instance.master.2 (remote-exec): - 29% 6.52M 1.87MB/s eta 10s
aws_instance.master.1 (remote-exec): - 44% 9.86M 2.74MB/s eta 7s
aws_instance.master.0 (remote-exec): - 26% 5.89M 2.22MB/s
aws_instance.master.2 (remote-exec): - 32% 7.24M 2.08MB/s eta 10s
aws_instance.master.1 (remote-exec): - 47% 10.55M 2.78MB/s eta 5s
aws_instance.master.2 (remote-exec): - 36% 7.97M 2.23MB/s eta 10s
aws_instance.master.0 (remote-exec): - 29% 6.62M 2.31MB/s
aws_instance.master.1 (remote-exec): - 50% 11.09M 2.80MB/s eta 5s
aws_instance.master.0 (remote-exec): - 33% 7.36M 2.40MB/s eta 6s
aws_instance.master.2 (remote-exec): - 38% 8.59M 2.33MB/s eta 10s
aws_instance.master.1 (remote-exec): - 52% 11.52M 2.76MB/s eta 5s
aws_instance.master.2 (remote-exec): - 42% 9.32M 2.47MB/s eta 10s
aws_instance.master.0 (remote-exec): - 36% 8.02M 2.44MB/s eta 6s
aws_instance.master.1 (remote-exec): - 55% 12.24M 2.84MB/s eta 5s
aws_instance.master.0 (remote-exec): - 39% 8.73M 2.50MB/s eta 6s
aws_instance.master.2 (remote-exec): - 45% 10.06M 2.64MB/s eta 6s
aws_instance.master.1 (remote-exec): - 57% 12.74M 2.91MB/s eta 5s
aws_instance.master.0 (remote-exec): - 42% 9.45M 2.70MB/s eta 6s
aws_instance.master.2 (remote-exec): - 49% 10.86M 2.78MB/s eta 6s
aws_instance.master.1 (remote-exec): - 59% 13.26M 2.91MB/s eta 4s
aws_instance.master.0 (remote-exec): - 45% 10.07M 2.96MB/s eta 6s
aws_instance.master.2 (remote-exec): - 51% 11.35M 2.83MB/s eta 6s
aws_instance.master.1 (remote-exec): - 62% 13.78M 2.87MB/s eta 4s
aws_instance.master.0 (remote-exec): - 49% 10.89M 3.08MB/s eta 4s
aws_instance.master.2 (remote-exec): - 54% 12.04M 2.92MB/s eta 6s
aws_instance.master.1 (remote-exec): - 64% 14.21M 2.75MB/s eta 4s
aws_instance.master.0 (remote-exec): - 51% 11.44M 3.07MB/s eta 4s
aws_instance.master.2 (remote-exec): - 56% 12.58M 3.03MB/s eta 6s
aws_instance.master.1 (remote-exec): - 67% 14.82M 2.78MB/s eta 4s
aws_instance.master.0 (remote-exec): - 54% 12.05M 3.13MB/s eta 4s
aws_instance.master.2 (remote-exec): - 59% 13.25M 3.06MB/s eta 4s
aws_instance.master.1 (remote-exec): - 69% 15.39M 2.73MB/s eta 4s
aws_instance.master.0 (remote-exec): - 56% 12.60M 3.14MB/s eta 4s
aws_instance.master.2 (remote-exec): - 62% 13.78M 3.08MB/s eta 4s
aws_instance.master.1 (remote-exec): - 72% 16.09M 2.72MB/s eta 2s
aws_instance.master.0 (remote-exec): - 59% 13.04M 3.10MB/s eta 4s
aws_instance.master.2 (remote-exec): - 64% 14.34M 3.04MB/s eta 4s
aws_instance.master.1 (remote-exec): - 77% 17.20M 2.92MB/s eta 2s
aws_instance.master.0 (remote-exec): - 61% 13.65M 3.12MB/s eta 3s
aws_instance.master.2 (remote-exec): - 67% 14.87M 3.04MB/s eta 4s
aws_instance.master.1 (remote-exec): - 80% 17.90M 2.91MB/s eta 2s
aws_instance.master.0 (remote-exec): - 63% 13.98M 3.03MB/s eta 3s
aws_instance.master.2 (remote-exec): - 70% 15.54M 3.02MB/s eta 4s
aws_instance.master.1 (remote-exec): - 83% 18.47M 2.90MB/s eta 2s
aws_instance.master.0 (remote-exec): - 65% 14.58M 3.03MB/s eta 3s
aws_instance.master.1 (remote-exec): - 85% 18.86M 2.81MB/s eta 2s
aws_instance.master.2 (remote-exec): - 72% 16.08M 2.98MB/s eta 3s
aws_instance.master.0 (remote-exec): - 68% 15.12M 2.95MB/s eta 3s
aws_instance.master.1 (remote-exec): - 88% 19.54M 2.88MB/s eta 1s
aws_instance.master.2 (remote-exec): - 77% 17.06M 3.08MB/s eta 3s
aws_instance.master.0 (remote-exec): - 71% 15.75M 2.93MB/s eta 3s
aws_instance.master.1 (remote-exec): - 90% 19.98M 2.82MB/s eta 1s
aws_instance.master.2 (remote-exec): - 80% 17.81M 3.09MB/s eta 3s
aws_instance.master.0 (remote-exec): - 75% 16.76M 2.98MB/s eta 2s
aws_instance.master.1 (remote-exec): - 91% 20.14M 2.74MB/s eta 1s
aws_instance.master.2 (remote-exec): - 82% 18.28M 3.03MB/s eta 3s
aws_instance.master.0 (remote-exec): - 79% 17.63M 3.07MB/s eta 2s
aws_instance.master.2 (remote-exec): - 84% 18.64M 2.89MB/s eta 3s
aws_instance.master.1 (remote-exec): - 93% 20.67M 2.69MB/s eta 1s
aws_instance.master.0 (remote-exec): - 81% 18.08M 3.00MB/s eta 2s
aws_instance.master.2 (remote-exec): - 87% 19.28M 2.91MB/s eta 1s
aws_instance.master.1 (remote-exec): - 96% 21.31M 2.71MB/s eta 1s
aws_instance.master.0 (remote-exec): - 84% 18.58M 2.92MB/s eta 2s
aws_instance.master.2 (remote-exec): - 89% 19.76M 2.80MB/s eta 1s
aws_instance.master.1 (remote-exec): - 98% 21.75M 2.68MB/s eta 0s
aws_instance.master.1 (remote-exec): - 99% 22.09M 2.58MB/s eta 0s
aws_instance.master.1 (remote-exec): - 100% 22.11M 2.59MB/s in 8.8s
aws_instance.master.1 (remote-exec): 2016-11-16 02:51:37 (2.52 MB/s) - written to stdout [23181306/23181306]
aws_instance.master.2 (remote-exec): - 91% 20.30M 2.82MB/s eta 1s
aws_instance.master.0 (remote-exec): - 86% 19.04M 2.82MB/s eta 2s
aws_instance.master.1 (remote-exec): /home/core/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /home/core/pypy/bin/libpypy-c.so)
aws_instance.master.1 (remote-exec): /home/core/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /home/core/pypy/bin/libpypy-c.so)
aws_instance.master.1 (remote-exec): /home/core/pypy/bin/pypy: /lib64/libcrypto.so.1.0.0: no version information available (required by /home/core/pypy/bin/libpypy-c.so)
aws_instance.master.1 (remote-exec): Python 2.7.10 (b0a649e90b66, Apr 28 2016, 08:57:01)
aws_instance.master.1 (remote-exec): [PyPy 5.1.1 with GCC 4.8.2]
aws_instance.master.2 (remote-exec): - 94% 20.90M 2.79MB/s eta 1s
aws_instance.master.0 (remote-exec): - 88% 19.65M 2.81MB/s eta 1s
aws_instance.master.2 (remote-exec): - 96% 21.38M 2.75MB/s eta 1s
aws_instance.master.0 (remote-exec): - 91% 20.15M 2.74MB/s eta 1s
aws_instance.master.2 (remote-exec): - 99% 21.90M 2.73MB/s eta 0s
aws_instance.master.2 (remote-exec): - 100% 22.11M 2.72MB/s in 9.5s
aws_instance.master.2 (remote-exec): 2016-11-16 02:51:38 (2.32 MB/s) - written to stdout [23181306/23181306]
aws_instance.master.1 (remote-exec): /home/core/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /home/core/pypy/bin/libpypy-c.so)
aws_instance.master.0 (remote-exec): - 93% 20.65M 2.70MB/s eta 1s
aws_instance.master.1 (remote-exec): /home/core/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /home/core/pypy/bin/libpypy-c.so)
aws_instance.master.1 (remote-exec): /home/core/pypy/bin/pypy: /lib64/libcrypto.so.1.0.0: no version information available (required by /home/core/pypy/bin/libpypy-c.so)
aws_instance.master.2 (remote-exec): /home/core/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /home/core/pypy/bin/libpypy-c.so)
aws_instance.master.2 (remote-exec): /home/core/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /home/core/pypy/bin/libpypy-c.so)
aws_instance.master.2 (remote-exec): /home/core/pypy/bin/pypy: /lib64/libcrypto.so.1.0.0: no version information available (required by /home/core/pypy/bin/libpypy-c.so)
aws_instance.master.2 (remote-exec): Python 2.7.10 (b0a649e90b66, Apr 28 2016, 08:57:01)
aws_instance.master.2 (remote-exec): [PyPy 5.1.1 with GCC 4.8.2]
aws_instance.master.0 (remote-exec): - 95% 21.15M 2.66MB/s eta 1s
aws_instance.master.0 (remote-exec): - 97% 21.58M 2.62MB/s eta 1s
aws_instance.master.2 (remote-exec): /home/core/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /home/core/pypy/bin/libpypy-c.so)
aws_instance.master.2 (remote-exec): /home/core/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /home/core/pypy/bin/libpypy-c.so)
aws_instance.master.2 (remote-exec): /home/core/pypy/bin/pypy: /lib64/libcrypto.so.1.0.0: no version information available (required by /home/core/pypy/bin/libpypy-c.so)
aws_instance.master.0 (remote-exec): - 98% 21.73M 2.55MB/s eta 0s
aws_instance.master.0 (remote-exec): - 99% 22.10M 2.48MB/s eta 0s
aws_instance.master.0 (remote-exec): - 100% 22.11M 2.48MB/s in 8.6s
aws_instance.master.0 (remote-exec): 2016-11-16 02:51:39 (2.57 MB/s) - written to stdout [23181306/23181306]
aws_instance.master.0 (remote-exec): /home/core/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /home/core/pypy/bin/libpypy-c.so)
aws_instance.master.0 (remote-exec): /home/core/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /home/core/pypy/bin/libpypy-c.so)
aws_instance.master.0 (remote-exec): /home/core/pypy/bin/pypy: /lib64/libcrypto.so.1.0.0: no version information available (required by /home/core/pypy/bin/libpypy-c.so)
aws_instance.master.0 (remote-exec): Python 2.7.10 (b0a649e90b66, Apr 28 2016, 08:57:01)
aws_instance.master.0 (remote-exec): [PyPy 5.1.1 with GCC 4.8.2]
aws_instance.master.0 (remote-exec): /home/core/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /home/core/pypy/bin/libpypy-c.so)
aws_instance.master.0 (remote-exec): /home/core/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /home/core/pypy/bin/libpypy-c.so)
aws_instance.master.0 (remote-exec): /home/core/pypy/bin/pypy: /lib64/libcrypto.so.1.0.0: no version information available (required by /home/core/pypy/bin/libpypy-c.so)
aws_instance.master.2: Still creating... (1m40s elapsed)
aws_instance.master.0: Still creating... (1m40s elapsed)
aws_instance.master.1: Still creating... (1m40s elapsed)
aws_instance.master.2 (remote-exec): Downloading/unpacking pip
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB):
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 0% 4.1kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 0% 8.2kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 0% 12kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 1% 16kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 1% 20kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 1% 24kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 2% 28kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 2% 32kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 2% 36kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 3% 40kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 3% 45kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 3% 49kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 4% 53kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 4% 57kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 4% 61kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 5% 65kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 5% 69kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 5% 73kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 6% 77kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 6% 81kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 6% 86kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 7% 90kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 7% 94kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 7% 98kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 8% 102kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 8% 106kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 8% 110kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 9% 114kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 9% 118kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 9% 122kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 10% 126kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 10% 131kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 10% 135kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 11% 139kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 11% 143kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 11% 147kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 12% 151kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 12% 155kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 12% 159kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 13% 163kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 13% 167kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 13% 172kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 14% 176kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 14% 180kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 14% 184kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 15% 188kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 15% 192kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 15% 196kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 15% 200kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 16% 204kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 16% 208kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 16% 212kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 17% 217kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 17% 221kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 17% 225kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 18% 229kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 18% 233kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 18% 237kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 19% 241kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 19% 245kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 19% 249kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 20% 253kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 20% 258kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 20% 262kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 21% 266kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 21% 270kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 21% 274kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 22% 278kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 22% 282kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 22% 286kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 23% 290kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 23% 294kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 23% 299kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 24% 303kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 24% 307kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 24% 311kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 25% 315kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 25% 319kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 25% 323kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 26% 327kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 26% 331kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 26% 335kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 27% 339kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 27% 344kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 27% 348kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 28% 352kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 28% 356kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 28% 360kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 29% 364kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 29% 368kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 29% 372kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 30% 376kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 30% 380kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 30% 385kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 31% 389kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 31% 393kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 31% 397kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 31% 401kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 32% 405kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 32% 409kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 32% 413kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 33% 417kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 33% 421kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 33% 425kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 34% 430kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 34% 434kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 34% 438kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 35% 442kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 35% 446kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 35% 450kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 36% 454kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 36% 458kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 36% 462kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 37% 466kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 37% 471kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 37% 475kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 38% 479kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 38% 483kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 38% 487kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 39% 491kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 39% 495kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 39% 499kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 40% 503kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 40% 507kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 40% 512kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 41% 516kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 41% 520kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 41% 524kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 42% 528kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 42% 532kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 42% 536kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 43% 540kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 43% 544kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 43% 548kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 44% 552kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 44% 557kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 44% 561kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 45% 565kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 45% 569kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 45% 573kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 46% 577kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 46% 581kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 46% 585kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 47% 589kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 47% 593kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 47% 598kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 47% 602kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 48% 606kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 48% 610kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 48% 614kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 49% 618kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 49% 622kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 49% 626kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 50% 630kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 50% 634kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 50% 638kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 51% 643kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 51% 647kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 51% 651kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 52% 655kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 52% 659kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 52% 663kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 53% 667kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 53% 671kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 53% 675kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 54% 679kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 54% 684kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 54% 688kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 55% 692kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 55% 696kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 55% 700kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 56% 704kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 56% 708kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 56% 712kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 57% 716kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 57% 720kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 57% 724kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 58% 729kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 58% 733kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 58% 737kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 59% 741kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 59% 745kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 59% 749kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 60% 753kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 60% 757kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 60% 761kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 61% 765kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 61% 770kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 61% 774kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 62% 778kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 62% 782kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 62% 786kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 63% 790kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 63% 794kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 63% 798kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 63% 802kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 64% 806kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 64% 811kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 64% 815kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 65% 819kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 65% 823kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 65% 827kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 66% 831kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 66% 835kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 66% 839kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 67% 843kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 67% 847kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 67% 851kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 68% 856kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 68% 860kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 68% 864kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 69% 868kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 69% 872kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 69% 876kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 70% 880kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 70% 884kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 70% 888kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 71% 892kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 71% 897kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 71% 901kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 72% 905kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 72% 909kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 72% 913kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 73% 917kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 73% 921kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 73% 925kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 74% 929kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 74% 933kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 74% 937kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 75% 942kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 75% 946kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 75% 950kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 76% 954kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 76% 958kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 76% 962kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 77% 966kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 77% 970kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 77% 974kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 78% 978kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 78% 983kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 78% 987kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 78% 991kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 79% 995kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 79% 999kB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 79% 1.0MB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 80% 1.0MB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 80% 1.0MB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 80% 1.0MB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 81% 1.0MB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 81% 1.0MB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 81% 1.0MB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 82% 1.0MB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 82% 1.0MB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 82% 1.0MB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 83% 1.0MB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 83% 1.0MB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 83% 1.1MB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 84% 1.1MB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 84% 1.1MB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 84% 1.1MB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 85% 1.1MB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 85% 1.1MB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 85% 1.1MB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 86% 1.1MB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 86% 1.1MB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 86% 1.1MB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 87% 1.1MB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 87% 1.1MB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 87% 1.1MB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 88% 1.1MB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 88% 1.1MB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 88% 1.1MB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 89% 1.1MB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 89% 1.1MB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 89% 1.1MB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 90% 1.1MB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 90% 1.1MB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 90% 1.1MB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 91% 1.1MB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 91% 1.1MB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 91% 1.2MB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 92% 1.2MB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 92% 1.2MB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 92% 1.2MB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 93% 1.2MB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 93% 1.2MB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 93% 1.2MB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 94% 1.2MB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 94% 1.2MB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 94% 1.2MB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 94% 1.2MB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 95% 1.2MB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 95% 1.2MB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 95% 1.2MB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 96% 1.2MB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 96% 1.2MB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 96% 1.2MB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 97% 1.2MB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 97% 1.2MB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 97% 1.2MB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 98% 1.2MB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 98% 1.2MB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 98% 1.2MB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 99% 1.2MB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 99% 1.2MB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 99% 1.3MB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 100% 1.3MB
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB):
aws_instance.master.2 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 1.3MB downloaded
aws_instance.master.0 (remote-exec): Downloading/unpacking pip
aws_instance.master.2 (remote-exec): Downloading/unpacking setuptools
aws_instance.master.1 (remote-exec): Downloading/unpacking pip
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB):
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 0% 4.1kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 0% 8.2kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 0% 12kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 1% 16kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 1% 20kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 1% 24kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 2% 28kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 2% 32kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 2% 36kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 3% 40kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 3% 45kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 3% 49kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 4% 53kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 4% 57kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 4% 61kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 5% 65kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 5% 69kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 5% 73kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 6% 77kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 6% 81kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 6% 86kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 7% 90kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 7% 94kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 7% 98kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 8% 102kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 8% 106kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 8% 110kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 9% 114kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 9% 118kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 9% 122kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 10% 126kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 10% 131kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 10% 135kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 11% 139kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 11% 143kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 11% 147kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 12% 151kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 12% 155kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 12% 159kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 13% 163kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 13% 167kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 13% 172kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 14% 176kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 14% 180kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 14% 184kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 15% 188kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 15% 192kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 15% 196kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 15% 200kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 16% 204kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 16% 208kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 16% 212kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 17% 217kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 17% 221kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 17% 225kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 18% 229kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 18% 233kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 18% 237kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 19% 241kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 19% 245kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 19% 249kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 20% 253kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 20% 258kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 20% 262kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 21% 266kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 21% 270kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 21% 274kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 22% 278kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 22% 282kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 22% 286kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 23% 290kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 23% 294kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 23% 299kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 24% 303kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 24% 307kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 24% 311kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 25% 315kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 25% 319kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 25% 323kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 26% 327kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 26% 331kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 26% 335kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 27% 339kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 27% 344kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 27% 348kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 28% 352kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 28% 356kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 28% 360kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 29% 364kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 29% 368kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 29% 372kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 30% 376kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 30% 380kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 30% 385kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 31% 389kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 31% 393kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 31% 397kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 31% 401kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 32% 405kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 32% 409kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 32% 413kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 33% 417kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 33% 421kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 33% 425kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 34% 430kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 34% 434kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 34% 438kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 35% 442kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 35% 446kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 35% 450kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 36% 454kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 36% 458kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 36% 462kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 37% 466kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 37% 471kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 37% 475kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 38% 479kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 38% 483kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 38% 487kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 39% 491kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 39% 495kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 39% 499kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 40% 503kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 40% 507kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 40% 512kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 41% 516kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 41% 520kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 41% 524kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 42% 528kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 42% 532kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 42% 536kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 43% 540kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 43% 544kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 43% 548kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 44% 552kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 44% 557kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 44% 561kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 45% 565kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 45% 569kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 45% 573kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 46% 577kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 46% 581kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 46% 585kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 47% 589kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 47% 593kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 47% 598kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 47% 602kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 48% 606kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 48% 610kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 48% 614kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 49% 618kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 49% 622kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 49% 626kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 50% 630kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 50% 634kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 50% 638kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 51% 643kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 51% 647kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 51% 651kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 52% 655kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 52% 659kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 52% 663kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 53% 667kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 53% 671kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 53% 675kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 54% 679kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 54% 684kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 54% 688kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 55% 692kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 55% 696kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 55% 700kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 56% 704kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 56% 708kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 56% 712kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 57% 716kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 57% 720kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 57% 724kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 58% 729kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 58% 733kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 58% 737kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 59% 741kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 59% 745kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 59% 749kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 60% 753kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 60% 757kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 60% 761kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 61% 765kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 61% 770kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 61% 774kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 62% 778kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 62% 782kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 62% 786kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 63% 790kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 63% 794kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 63% 798kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 63% 802kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 64% 806kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 64% 811kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 64% 815kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 65% 819kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 65% 823kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 65% 827kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 66% 831kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 66% 835kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 66% 839kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 67% 843kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 67% 847kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 67% 851kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 68% 856kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 68% 860kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 68% 864kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 69% 868kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 69% 872kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 69% 876kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 70% 880kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 70% 884kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 70% 888kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 71% 892kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 71% 897kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 71% 901kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 72% 905kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 72% 909kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 72% 913kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 73% 917kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 73% 921kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 73% 925kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 74% 929kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 74% 933kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 74% 937kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 75% 942kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 75% 946kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 75% 950kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 76% 954kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 76% 958kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 76% 962kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 77% 966kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 77% 970kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 77% 974kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 78% 978kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 78% 983kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 78% 987kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 78% 991kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 79% 995kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 79% 999kB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 79% 1.0MB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 80% 1.0MB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 80% 1.0MB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 80% 1.0MB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 81% 1.0MB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 81% 1.0MB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 81% 1.0MB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 82% 1.0MB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 82% 1.0MB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 82% 1.0MB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 83% 1.0MB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 83% 1.0MB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 83% 1.1MB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 84% 1.1MB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 84% 1.1MB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 84% 1.1MB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 85% 1.1MB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 85% 1.1MB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 85% 1.1MB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 86% 1.1MB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 86% 1.1MB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 86% 1.1MB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 87% 1.1MB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 87% 1.1MB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 87% 1.1MB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 88% 1.1MB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 88% 1.1MB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 88% 1.1MB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 89% 1.1MB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 89% 1.1MB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 89% 1.1MB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 90% 1.1MB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 90% 1.1MB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 90% 1.1MB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 91% 1.1MB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 91% 1.1MB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 91% 1.2MB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 92% 1.2MB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 92% 1.2MB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 92% 1.2MB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 93% 1.2MB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 93% 1.2MB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 93% 1.2MB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 94% 1.2MB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 94% 1.2MB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 94% 1.2MB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 94% 1.2MB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 95% 1.2MB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 95% 1.2MB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 95% 1.2MB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 96% 1.2MB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 96% 1.2MB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 96% 1.2MB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 97% 1.2MB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 97% 1.2MB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 97% 1.2MB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 98% 1.2MB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 98% 1.2MB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 98% 1.2MB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 99% 1.2MB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 99% 1.2MB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 99% 1.3MB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 100% 1.3MB
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB):
aws_instance.master.0 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 1.3MB downloaded
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB):
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 0% 4.1kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 0% 8.2kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 0% 12kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 1% 16kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 1% 20kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 1% 24kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 2% 28kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 2% 32kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 2% 36kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 3% 40kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 3% 45kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 3% 49kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 4% 53kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 4% 57kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 4% 61kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 5% 65kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 5% 69kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 5% 73kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 6% 77kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 6% 81kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 6% 86kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 7% 90kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 7% 94kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 7% 98kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 8% 102kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 8% 106kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 8% 110kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 9% 114kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 9% 118kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 9% 122kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 10% 126kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 10% 131kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 10% 135kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 11% 139kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 11% 143kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 11% 147kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 12% 151kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 12% 155kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 12% 159kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 13% 163kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 13% 167kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 13% 172kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 14% 176kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 14% 180kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 14% 184kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 15% 188kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 15% 192kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 15% 196kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 15% 200kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 16% 204kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 16% 208kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 16% 212kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 17% 217kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 17% 221kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 17% 225kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 18% 229kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 18% 233kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 18% 237kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 19% 241kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 19% 245kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 19% 249kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 20% 253kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 20% 258kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 20% 262kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 21% 266kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 21% 270kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 21% 274kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 22% 278kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 22% 282kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 22% 286kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 23% 290kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 23% 294kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 23% 299kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 24% 303kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 24% 307kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 24% 311kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 25% 315kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 25% 319kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 25% 323kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 26% 327kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 26% 331kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 26% 335kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 27% 339kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 27% 344kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 27% 348kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 28% 352kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 28% 356kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 28% 360kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 29% 364kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 29% 368kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 29% 372kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 30% 376kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 30% 380kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 30% 385kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 31% 389kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 31% 393kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 31% 397kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 31% 401kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 32% 405kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 32% 409kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 32% 413kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 33% 417kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 33% 421kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 33% 425kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 34% 430kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 34% 434kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 34% 438kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 35% 442kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 35% 446kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 35% 450kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 36% 454kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 36% 458kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 36% 462kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 37% 466kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 37% 471kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 37% 475kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 38% 479kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 38% 483kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 38% 487kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 39% 491kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 39% 495kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 39% 499kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 40% 503kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 40% 507kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 40% 512kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 41% 516kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 41% 520kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 41% 524kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 42% 528kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 42% 532kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 42% 536kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 43% 540kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 43% 544kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 43% 548kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 44% 552kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 44% 557kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 44% 561kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 45% 565kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 45% 569kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 45% 573kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 46% 577kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 46% 581kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 46% 585kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 47% 589kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 47% 593kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 47% 598kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 47% 602kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 48% 606kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 48% 610kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 48% 614kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 49% 618kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 49% 622kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 49% 626kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 50% 630kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 50% 634kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 50% 638kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 51% 643kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 51% 647kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 51% 651kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 52% 655kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 52% 659kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 52% 663kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 53% 667kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 53% 671kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 53% 675kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 54% 679kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 54% 684kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 54% 688kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 55% 692kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 55% 696kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 55% 700kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 56% 704kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 56% 708kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 56% 712kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 57% 716kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 57% 720kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 57% 724kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 58% 729kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 58% 733kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 58% 737kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 59% 741kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 59% 745kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 59% 749kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 60% 753kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 60% 757kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 60% 761kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 61% 765kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 61% 770kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 61% 774kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 62% 778kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 62% 782kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 62% 786kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 63% 790kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 63% 794kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 63% 798kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 63% 802kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 64% 806kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 64% 811kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 64% 815kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 65% 819kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 65% 823kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 65% 827kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 66% 831kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 66% 835kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 66% 839kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 67% 843kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 67% 847kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 67% 851kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 68% 856kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 68% 860kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 68% 864kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 69% 868kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 69% 872kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 69% 876kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 70% 880kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 70% 884kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 70% 888kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 71% 892kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 71% 897kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 71% 901kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 72% 905kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 72% 909kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 72% 913kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 73% 917kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 73% 921kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 73% 925kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 74% 929kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 74% 933kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 74% 937kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 75% 942kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 75% 946kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 75% 950kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 76% 954kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 76% 958kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 76% 962kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 77% 966kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 77% 970kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 77% 974kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 78% 978kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 78% 983kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 78% 987kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 78% 991kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 79% 995kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 79% 999kB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 79% 1.0MB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 80% 1.0MB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 80% 1.0MB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 80% 1.0MB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 81% 1.0MB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 81% 1.0MB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 81% 1.0MB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 82% 1.0MB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 82% 1.0MB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 82% 1.0MB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 83% 1.0MB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 83% 1.0MB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 83% 1.1MB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 84% 1.1MB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 84% 1.1MB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 84% 1.1MB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 85% 1.1MB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 85% 1.1MB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 85% 1.1MB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 86% 1.1MB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 86% 1.1MB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 86% 1.1MB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 87% 1.1MB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 87% 1.1MB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 87% 1.1MB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 88% 1.1MB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 88% 1.1MB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 88% 1.1MB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 89% 1.1MB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 89% 1.1MB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 89% 1.1MB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 90% 1.1MB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 90% 1.1MB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 90% 1.1MB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 91% 1.1MB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 91% 1.1MB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 91% 1.2MB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 92% 1.2MB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 92% 1.2MB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 92% 1.2MB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 93% 1.2MB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 93% 1.2MB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 93% 1.2MB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 94% 1.2MB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 94% 1.2MB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 94% 1.2MB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 94% 1.2MB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 95% 1.2MB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 95% 1.2MB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 95% 1.2MB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 96% 1.2MB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 96% 1.2MB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 96% 1.2MB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 97% 1.2MB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 97% 1.2MB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 97% 1.2MB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 98% 1.2MB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 98% 1.2MB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 98% 1.2MB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 99% 1.2MB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 99% 1.2MB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 99% 1.3MB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 100% 1.3MB
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB):
aws_instance.master.1 (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 1.3MB downloaded
aws_instance.master.1 (remote-exec): Downloading/unpacking setuptools
aws_instance.master.0 (remote-exec): Downloading/unpacking setuptools
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB):
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 0% 4.1kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 1% 8.2kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 2% 12kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 3% 16kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 4% 20kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 5% 24kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 6% 28kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 6% 32kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 7% 36kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 8% 40kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 9% 45kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 10% 49kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 11% 53kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 12% 57kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 12% 61kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 13% 65kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 14% 69kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 15% 73kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 16% 77kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 17% 81kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 18% 86kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 19% 90kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 19% 94kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 20% 98kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 21% 102kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 22% 106kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 23% 110kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 24% 114kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 25% 118kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 25% 122kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 26% 126kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 27% 131kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 28% 135kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 29% 139kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 30% 143kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 31% 147kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 32% 151kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 32% 155kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 33% 159kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 34% 163kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 35% 167kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 36% 172kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 37% 176kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 38% 180kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 38% 184kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 39% 188kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 40% 192kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 41% 196kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 42% 200kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 43% 204kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 44% 208kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 45% 212kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 45% 217kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 46% 221kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 47% 225kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 48% 229kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 49% 233kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 50% 237kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 51% 241kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 51% 245kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 52% 249kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 53% 253kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 54% 258kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 55% 262kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 56% 266kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 57% 270kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 58% 274kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 58% 278kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 59% 282kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 60% 286kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 61% 290kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 62% 294kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 63% 299kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 64% 303kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 64% 307kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 65% 311kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 66% 315kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 67% 319kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 68% 323kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 69% 327kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 70% 331kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 71% 335kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 71% 339kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 72% 344kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 73% 348kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 74% 352kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 75% 356kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 76% 360kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 77% 364kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 77% 368kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 78% 372kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 79% 376kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 80% 380kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 81% 385kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 82% 389kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 83% 393kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 84% 397kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 84% 401kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 85% 405kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 86% 409kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 87% 413kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 88% 417kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 89% 421kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 90% 425kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 90% 430kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 91% 434kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 92% 438kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 93% 442kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 94% 446kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 95% 450kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 96% 454kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 97% 458kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 97% 462kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 98% 466kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 99% 471kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 100% 472kB
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB):
aws_instance.master.2 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 472kB downloaded
aws_instance.master.2 (remote-exec): Installing collected packages: pip, setuptools
aws_instance.master.2: Still creating... (1m50s elapsed)
aws_instance.master.0: Still creating... (1m50s elapsed)
aws_instance.master.1: Still creating... (1m50s elapsed)
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB):
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 0% 4.1kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 1% 8.2kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 2% 12kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 3% 16kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 4% 20kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 5% 24kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 6% 28kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 6% 32kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 7% 36kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 8% 40kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 9% 45kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 10% 49kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 11% 53kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 12% 57kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 12% 61kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 13% 65kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 14% 69kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 15% 73kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 16% 77kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 17% 81kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 18% 86kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 19% 90kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 19% 94kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 20% 98kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 21% 102kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 22% 106kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 23% 110kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 24% 114kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 25% 118kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 25% 122kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 26% 126kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 27% 131kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 28% 135kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 29% 139kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 30% 143kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 31% 147kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 32% 151kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 32% 155kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 33% 159kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 34% 163kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 35% 167kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 36% 172kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 37% 176kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 38% 180kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 38% 184kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 39% 188kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 40% 192kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 41% 196kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 42% 200kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 43% 204kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 44% 208kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 45% 212kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 45% 217kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 46% 221kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 47% 225kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 48% 229kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 49% 233kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 50% 237kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 51% 241kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 51% 245kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 52% 249kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 53% 253kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 54% 258kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 55% 262kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 56% 266kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 57% 270kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 58% 274kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 58% 278kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 59% 282kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 60% 286kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 61% 290kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 62% 294kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 63% 299kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 64% 303kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 64% 307kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 65% 311kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 66% 315kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 67% 319kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 68% 323kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 69% 327kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 70% 331kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 71% 335kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 71% 339kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 72% 344kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 73% 348kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 74% 352kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 75% 356kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 76% 360kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 77% 364kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 77% 368kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 78% 372kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 79% 376kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 80% 380kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 81% 385kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 82% 389kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 83% 393kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 84% 397kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 84% 401kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 85% 405kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 86% 409kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 87% 413kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 88% 417kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 89% 421kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 90% 425kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 90% 430kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 91% 434kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 92% 438kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 93% 442kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 94% 446kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 95% 450kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 96% 454kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 97% 458kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 97% 462kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 98% 466kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 99% 471kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 100% 472kB
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB):
aws_instance.master.1 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 472kB downloaded
aws_instance.master.1 (remote-exec): Installing collected packages: pip, setuptools
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB):
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 0% 4.1kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 1% 8.2kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 2% 12kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 3% 16kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 4% 20kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 5% 24kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 6% 28kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 6% 32kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 7% 36kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 8% 40kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 9% 45kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 10% 49kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 11% 53kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 12% 57kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 12% 61kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 13% 65kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 14% 69kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 15% 73kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 16% 77kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 17% 81kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 18% 86kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 19% 90kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 19% 94kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 20% 98kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 21% 102kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 22% 106kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 23% 110kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 24% 114kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 25% 118kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 25% 122kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 26% 126kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 27% 131kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 28% 135kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 29% 139kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 30% 143kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 31% 147kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 32% 151kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 32% 155kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 33% 159kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 34% 163kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 35% 167kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 36% 172kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 37% 176kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 38% 180kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 38% 184kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 39% 188kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 40% 192kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 41% 196kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 42% 200kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 43% 204kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 44% 208kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 45% 212kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 45% 217kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 46% 221kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 47% 225kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 48% 229kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 49% 233kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 50% 237kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 51% 241kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 51% 245kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 52% 249kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 53% 253kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 54% 258kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 55% 262kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 56% 266kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 57% 270kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 58% 274kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 58% 278kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 59% 282kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 60% 286kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 61% 290kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 62% 294kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 63% 299kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 64% 303kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 64% 307kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 65% 311kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 66% 315kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 67% 319kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 68% 323kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 69% 327kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 70% 331kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 71% 335kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 71% 339kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 72% 344kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 73% 348kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 74% 352kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 75% 356kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 76% 360kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 77% 364kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 77% 368kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 78% 372kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 79% 376kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 80% 380kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 81% 385kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 82% 389kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 83% 393kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 84% 397kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 84% 401kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 85% 405kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 86% 409kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 87% 413kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 88% 417kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 89% 421kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 90% 425kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 90% 430kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 91% 434kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 92% 438kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 93% 442kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 94% 446kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 95% 450kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 96% 454kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 97% 458kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 97% 462kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 98% 466kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 99% 471kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 100% 472kB
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB):
aws_instance.master.0 (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 472kB downloaded
aws_instance.master.0 (remote-exec): Installing collected packages: pip, setuptools
aws_instance.master.2 (remote-exec): Successfully installed pip setuptools
aws_instance.master.2 (remote-exec): Cleaning up...
aws_instance.master.2: Creation complete
aws_instance.master.1 (remote-exec): Successfully installed pip setuptools
aws_instance.master.1 (remote-exec): Cleaning up...
aws_instance.master.0 (remote-exec): Successfully installed pip setuptools
aws_instance.master.0 (remote-exec): Cleaning up...
aws_instance.master.1: Creation complete
aws_instance.master.0: Creation complete
aws_instance.worker: Creating...
ami: "" => "ami-7cc6621c"
associate_public_ip_address: "" => "<computed>"
availability_zone: "" => "<computed>"
ebs_block_device.#: "" => "1"
ebs_block_device.3905984573.delete_on_termination: "" => "true"
ebs_block_device.3905984573.device_name: "" => "/dev/xvdb"
ebs_block_device.3905984573.encrypted: "" => "<computed>"
ebs_block_device.3905984573.iops: "" => "<computed>"
ebs_block_device.3905984573.snapshot_id: "" => "<computed>"
ebs_block_device.3905984573.volume_size: "" => "30"
ebs_block_device.3905984573.volume_type: "" => "<computed>"
ephemeral_block_device.#: "" => "<computed>"
iam_instance_profile: "" => "worker_profile"
instance_state: "" => "<computed>"
instance_type: "" => "m3.medium"
key_name: "" => "kube"
network_interface_id: "" => "<computed>"
placement_group: "" => "<computed>"
private_dns: "" => "<computed>"
private_ip: "" => "<computed>"
public_dns: "" => "<computed>"
public_ip: "" => "<computed>"
root_block_device.#: "" => "<computed>"
security_groups.#: "" => "1"
security_groups.454099887: "" => "sg-7c550305"
source_dest_check: "" => "false"
subnet_id: "" => "subnet-f106e096"
tags.%: "" => "3"
tags.Name: "" => "kube-worker-0"
tags.region: "" => "us-west-2"
tags.role: "" => "workers"
tenancy: "" => "<computed>"
user_data: "" => "29eec1f95c45ef991146ac56d8fc9d915248fd1f"
vpc_security_group_ids.#: "" => "<computed>"
aws_instance.edge-router: Creating...
ami: "" => "ami-7cc6621c"
associate_public_ip_address: "" => "<computed>"
availability_zone: "" => "<computed>"
ebs_block_device.#: "" => "1"
ebs_block_device.3905984573.delete_on_termination: "" => "true"
ebs_block_device.3905984573.device_name: "" => "/dev/xvdb"
ebs_block_device.3905984573.encrypted: "" => "<computed>"
ebs_block_device.3905984573.iops: "" => "<computed>"
ebs_block_device.3905984573.snapshot_id: "" => "<computed>"
ebs_block_device.3905984573.volume_size: "" => "30"
ebs_block_device.3905984573.volume_type: "" => "<computed>"
ephemeral_block_device.#: "" => "<computed>"
iam_instance_profile: "" => "edge-router_profile"
instance_state: "" => "<computed>"
instance_type: "" => "m3.medium"
key_name: "" => "kube"
network_interface_id: "" => "<computed>"
placement_group: "" => "<computed>"
private_dns: "" => "<computed>"
private_ip: "" => "<computed>"
public_dns: "" => "<computed>"
public_ip: "" => "<computed>"
root_block_device.#: "" => "<computed>"
security_groups.#: "" => "1"
security_groups.454099887: "" => "sg-7c550305"
source_dest_check: "" => "false"
subnet_id: "" => "subnet-f106e096"
tags.%: "" => "3"
tags.Name: "" => "kube-edge-router-0"
tags.region: "" => "us-west-2"
tags.role: "" => "edge-routers"
tenancy: "" => "<computed>"
user_data: "" => "29eec1f95c45ef991146ac56d8fc9d915248fd1f"
vpc_security_group_ids.#: "" => "<computed>"
aws_instance.edge-router: Still creating... (10s elapsed)
aws_instance.worker: Still creating... (10s elapsed)
aws_instance.worker: Provisioning with 'file'...
aws_instance.edge-router: Provisioning with 'file'...
aws_instance.edge-router: Still creating... (20s elapsed)
aws_instance.worker: Still creating... (20s elapsed)
aws_instance.worker: Still creating... (30s elapsed)
aws_instance.edge-router: Still creating... (30s elapsed)
aws_instance.worker: Still creating... (40s elapsed)
aws_instance.edge-router: Still creating... (40s elapsed)
aws_instance.edge-router: Still creating... (50s elapsed)
aws_instance.worker: Still creating... (50s elapsed)
aws_instance.worker: Still creating... (1m0s elapsed)
aws_instance.edge-router: Still creating... (1m0s elapsed)
aws_instance.edge-router: Still creating... (1m10s elapsed)
aws_instance.worker: Still creating... (1m10s elapsed)
aws_instance.worker: Provisioning with 'remote-exec'...
aws_instance.worker (remote-exec): Connecting to remote host via SSH...
aws_instance.worker (remote-exec): Host: 35.164.28.194
aws_instance.worker (remote-exec): User: core
aws_instance.worker (remote-exec): Password: false
aws_instance.worker (remote-exec): Private key: true
aws_instance.worker (remote-exec): SSH Agent: true
aws_instance.worker (remote-exec): Connected!
aws_instance.edge-router: Provisioning with 'remote-exec'...
aws_instance.edge-router (remote-exec): Connecting to remote host via SSH...
aws_instance.edge-router (remote-exec): Host: 35.160.65.1
aws_instance.edge-router (remote-exec): User: core
aws_instance.edge-router (remote-exec): Password: false
aws_instance.edge-router (remote-exec): Private key: true
aws_instance.edge-router (remote-exec): SSH Agent: true
aws_instance.worker (remote-exec): --2016-11-16 02:53:14-- https://bitbucket.org/pypy/pypy/downloads/pypy-5.1.1-linux64.tar.bz2
aws_instance.worker (remote-exec): Resolving bitbucket.org... 104.192.143.2, 104.192.143.3, 104.192.143.1, ...
aws_instance.worker: Still creating... (1m20s elapsed)
aws_instance.edge-router: Still creating... (1m20s elapsed)
aws_instance.worker (remote-exec): Connecting to bitbucket.org|104.192.143.2|:443...
aws_instance.worker (remote-exec): connected.
aws_instance.edge-router (remote-exec): Connected!
aws_instance.worker (remote-exec): HTTP request sent, awaiting response...
aws_instance.worker (remote-exec): 302 FOUND
aws_instance.worker (remote-exec): Location: https://bbuseruploads.s3.amazonaws.com/54220cd1-b139-4188-9455-1e13e663f1ac/downloads/91492aa6-ec31-4a0a-8b9e-94195363dadb/pypy-5.1.1-linux64.tar.bz2?Signature=zreYWAKndd%2FlTmB4gPWcdROGP4M%3D&Expires=1479266488&AWSAccessKeyId=AKIAIVFPT2YJYYZY3H4A&versionId=FK2.I7G79fZtbpwb5kkWT72k000ZBfBR&response-content-disposition=attachment%3B%20filename%3D%22pypy-5.1.1-linux64.tar.bz2%22 [following]
aws_instance.worker (remote-exec): --2016-11-16 02:53:15-- https://bbuseruploads.s3.amazonaws.com/54220cd1-b139-4188-9455-1e13e663f1ac/downloads/91492aa6-ec31-4a0a-8b9e-94195363dadb/pypy-5.1.1-linux64.tar.bz2?Signature=zreYWAKndd%2FlTmB4gPWcdROGP4M%3D&Expires=1479266488&AWSAccessKeyId=AKIAIVFPT2YJYYZY3H4A&versionId=FK2.I7G79fZtbpwb5kkWT72k000ZBfBR&response-content-disposition=attachment%3B%20filename%3D%22pypy-5.1.1-linux64.tar.bz2%22
aws_instance.worker (remote-exec): Resolving bbuseruploads.s3.amazonaws.com... 52.216.0.0
aws_instance.worker (remote-exec): Connecting to bbuseruploads.s3.amazonaws.com|52.216.0.0|:443... connected.
aws_instance.edge-router (remote-exec): --2016-11-16 02:53:15-- https://bitbucket.org/pypy/pypy/downloads/pypy-5.1.1-linux64.tar.bz2
aws_instance.edge-router (remote-exec): Resolving bitbucket.org... 104.192.143.3, 104.192.143.1, 104.192.143.2, ...
aws_instance.worker (remote-exec): HTTP request sent, awaiting response...
aws_instance.edge-router (remote-exec): Connecting to bitbucket.org|104.192.143.3|:443... connected.
aws_instance.edge-router (remote-exec): HTTP request sent, awaiting response...
aws_instance.edge-router (remote-exec): 302 FOUND
aws_instance.edge-router (remote-exec): Location: https://bbuseruploads.s3.amazonaws.com/54220cd1-b139-4188-9455-1e13e663f1ac/downloads/91492aa6-ec31-4a0a-8b9e-94195363dadb/pypy-5.1.1-linux64.tar.bz2?Signature=zreYWAKndd%2FlTmB4gPWcdROGP4M%3D&Expires=1479266488&AWSAccessKeyId=AKIAIVFPT2YJYYZY3H4A&versionId=FK2.I7G79fZtbpwb5kkWT72k000ZBfBR&response-content-disposition=attachment%3B%20filename%3D%22pypy-5.1.1-linux64.tar.bz2%22 [following]
aws_instance.edge-router (remote-exec): --2016-11-16 02:53:16-- https://bbuseruploads.s3.amazonaws.com/54220cd1-b139-4188-9455-1e13e663f1ac/downloads/91492aa6-ec31-4a0a-8b9e-94195363dadb/pypy-5.1.1-linux64.tar.bz2?Signature=zreYWAKndd%2FlTmB4gPWcdROGP4M%3D&Expires=1479266488&AWSAccessKeyId=AKIAIVFPT2YJYYZY3H4A&versionId=FK2.I7G79fZtbpwb5kkWT72k000ZBfBR&response-content-disposition=attachment%3B%20filename%3D%22pypy-5.1.1-linux64.tar.bz2%22
aws_instance.edge-router (remote-exec): Resolving bbuseruploads.s3.amazonaws.com... 54.231.49.8
aws_instance.worker (remote-exec): 200 OK
aws_instance.worker (remote-exec): Length: 23181306 (22M) [application/x-tar]
aws_instance.worker (remote-exec): Saving to: 'STDOUT'
aws_instance.edge-router (remote-exec): Connecting to bbuseruploads.s3.amazonaws.com|54.231.49.8|:443... connected.
aws_instance.worker (remote-exec): - 0% 0 --.-KB/s
aws_instance.edge-router (remote-exec): HTTP request sent, awaiting response...
aws_instance.worker (remote-exec): - 0% 58.52K 214KB/s
aws_instance.edge-router (remote-exec): 200 OK
aws_instance.edge-router (remote-exec): Length: 23181306 (22M) [application/x-tar]
aws_instance.edge-router (remote-exec): Saving to: 'STDOUT'
aws_instance.edge-router (remote-exec): - 0% 0 --.-KB/s
aws_instance.worker (remote-exec): - 1% 262.52K 530KB/s
aws_instance.worker (remote-exec): - 2% 653.52K 910KB/s
aws_instance.edge-router (remote-exec): - 0% 92.53K 354KB/s
aws_instance.worker (remote-exec): - 5% 1.20M 1.27MB/s
aws_instance.edge-router (remote-exec): - 1% 381.53K 827KB/s
aws_instance.worker (remote-exec): - 7% 1.72M 1.49MB/s
aws_instance.edge-router (remote-exec): - 3% 883.53K 1.27MB/s
aws_instance.worker (remote-exec): - 9% 2.21M 1.62MB/s
aws_instance.edge-router (remote-exec): - 6% 1.41M 1.56MB/s
aws_instance.worker (remote-exec): - 12% 2.67M 1.68MB/s
aws_instance.edge-router (remote-exec): - 7% 1.72M 1.55MB/s
aws_instance.worker (remote-exec): - 14% 3.10M 1.73MB/s
aws_instance.edge-router (remote-exec): - 9% 2.12M 1.62MB/s
aws_instance.worker (remote-exec): - 16% 3.66M 1.84MB/s
aws_instance.edge-router (remote-exec): - 11% 2.55M 1.65MB/s
aws_instance.edge-router (remote-exec): - 12% 2.83M 1.62MB/s
aws_instance.worker (remote-exec): - 19% 4.40M 2.00MB/s
aws_instance.worker (remote-exec): - 22% 5.08M 2.12MB/s
aws_instance.edge-router (remote-exec): - 15% 3.40M 1.71MB/s
aws_instance.worker (remote-exec): - 26% 5.79M 2.23MB/s
aws_instance.edge-router (remote-exec): - 18% 4.13M 1.89MB/s
aws_instance.worker (remote-exec): - 29% 6.46M 2.29MB/s
aws_instance.edge-router (remote-exec): - 21% 4.83M 1.99MB/s
aws_instance.worker (remote-exec): - 32% 7.17M 2.37MB/s eta 6s
aws_instance.edge-router (remote-exec): - 24% 5.51M 2.10MB/s
aws_instance.worker (remote-exec): - 35% 7.92M 2.45MB/s eta 6s
aws_instance.edge-router (remote-exec): - 27% 6.14M 2.17MB/s
aws_instance.worker (remote-exec): - 38% 8.58M 2.61MB/s eta 6s
aws_instance.edge-router (remote-exec): - 30% 6.84M 2.26MB/s eta 7s
aws_instance.worker (remote-exec): - 42% 9.30M 2.78MB/s eta 6s
aws_instance.edge-router (remote-exec): - 34% 7.59M 2.34MB/s eta 7s
aws_instance.worker (remote-exec): - 45% 9.95M 2.91MB/s eta 6s
aws_instance.edge-router (remote-exec): - 37% 8.30M 2.52MB/s eta 7s
aws_instance.worker (remote-exec): - 48% 10.77M 3.00MB/s eta 4s
aws_instance.edge-router (remote-exec): - 41% 9.08M 2.71MB/s eta 7s
aws_instance.worker (remote-exec): - 51% 11.32M 2.97MB/s eta 4s
aws_instance.edge-router (remote-exec): - 44% 9.81M 2.81MB/s eta 7s
aws_instance.worker (remote-exec): - 54% 12.04M 3.05MB/s eta 4s
aws_instance.edge-router (remote-exec): - 46% 10.18M 2.75MB/s eta 5s
aws_instance.worker (remote-exec): - 56% 12.58M 3.06MB/s eta 4s
aws_instance.edge-router (remote-exec): - 46% 10.38M 2.64MB/s eta 5s
aws_instance.worker (remote-exec): - 59% 13.25M 3.16MB/s eta 4s
aws_instance.edge-router (remote-exec): - 47% 10.58M 2.56MB/s eta 5s
aws_instance.worker (remote-exec): - 62% 13.74M 3.17MB/s eta 3s
aws_instance.edge-router (remote-exec): - 48% 10.75M 2.50MB/s eta 5s
aws_instance.worker (remote-exec): - 64% 14.26M 3.14MB/s eta 3s
aws_instance.edge-router (remote-exec): - 49% 10.96M 2.47MB/s eta 5s
aws_instance.worker (remote-exec): - 66% 14.74M 3.05MB/s eta 3s
aws_instance.edge-router (remote-exec): - 50% 11.12M 2.42MB/s eta 5s
aws_instance.worker (remote-exec): - 69% 15.38M 3.05MB/s eta 3s
aws_instance.worker (remote-exec): - 72% 16.04M 3.05MB/s eta 3s
aws_instance.edge-router (remote-exec): - 51% 11.30M 2.23MB/s eta 5s
aws_instance.worker (remote-exec): - 76% 16.94M 3.10MB/s eta 2s
aws_instance.edge-router (remote-exec): - 52% 11.51M 2.08MB/s eta 5s
aws_instance.worker (remote-exec): - 80% 17.76M 3.15MB/s eta 2s
aws_instance.edge-router (remote-exec): - 52% 11.70M 1.90MB/s eta 5s
aws_instance.worker (remote-exec): - 82% 18.28M 3.08MB/s eta 2s
aws_instance.edge-router (remote-exec): - 53% 11.93M 1.73MB/s eta 5s
aws_instance.worker (remote-exec): - 84% 18.67M 2.97MB/s eta 2s
aws_instance.edge-router (remote-exec): - 54% 12.13M 1.63MB/s eta 5s
aws_instance.worker (remote-exec): - 86% 19.03M 2.83MB/s eta 2s
aws_instance.edge-router (remote-exec): - 55% 12.36M 1.50MB/s eta 5s
aws_instance.worker (remote-exec): - 88% 19.58M 2.84MB/s eta 1s
aws_instance.edge-router (remote-exec): - 57% 12.62M 1.29MB/s eta 5s
aws_instance.worker (remote-exec): - 91% 20.14M 2.77MB/s eta 1s
aws_instance.edge-router (remote-exec): - 59% 13.09M 1.26MB/s eta 5s
aws_instance.worker (remote-exec): - 92% 20.52M 2.67MB/s eta 1s
aws_instance.edge-router (remote-exec): - 61% 13.63M 1.24MB/s eta 5s
aws_instance.edge-router (remote-exec): - 63% 14.13M 1.16MB/s eta 4s
aws_instance.worker (remote-exec): - 95% 21.20M 2.46MB/s eta 1s
aws_instance.edge-router (remote-exec): - 66% 14.70M 1.28MB/s eta 4s
aws_instance.worker: Still creating... (1m30s elapsed)
aws_instance.edge-router: Still creating... (1m30s elapsed)
aws_instance.worker (remote-exec): - 98% 21.74M 2.44MB/s eta 0s
aws_instance.edge-router (remote-exec): - 68% 15.25M 1.38MB/s eta 4s
aws_instance.worker (remote-exec): - 100% 22.11M 2.42MB/s in 8.6s
aws_instance.worker (remote-exec): 2016-11-16 02:53:24 (2.58 MB/s) - written to stdout [23181306/23181306]
aws_instance.edge-router (remote-exec): - 71% 15.74M 1.50MB/s eta 4s
aws_instance.worker (remote-exec): /home/core/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /home/core/pypy/bin/libpypy-c.so)
aws_instance.worker (remote-exec): /home/core/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /home/core/pypy/bin/libpypy-c.so)
aws_instance.worker (remote-exec): /home/core/pypy/bin/pypy: /lib64/libcrypto.so.1.0.0: no version information available (required by /home/core/pypy/bin/libpypy-c.so)
aws_instance.edge-router (remote-exec): - 74% 16.48M 1.66MB/s eta 4s
aws_instance.worker (remote-exec): Python 2.7.10 (b0a649e90b66, Apr 28 2016, 08:57:01)
aws_instance.worker (remote-exec): [PyPy 5.1.1 with GCC 4.8.2]
aws_instance.worker (remote-exec): /home/core/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /home/core/pypy/bin/libpypy-c.so)
aws_instance.edge-router (remote-exec): - 77% 17.21M 1.82MB/s eta 2s
aws_instance.worker (remote-exec): /home/core/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /home/core/pypy/bin/libpypy-c.so)
aws_instance.worker (remote-exec): /home/core/pypy/bin/pypy: /lib64/libcrypto.so.1.0.0: no version information available (required by /home/core/pypy/bin/libpypy-c.so)
aws_instance.edge-router (remote-exec): - 80% 17.74M 1.91MB/s eta 2s
aws_instance.edge-router (remote-exec): - 81% 18.12M 1.94MB/s eta 2s
aws_instance.edge-router (remote-exec): - 83% 18.53M 2.04MB/s eta 2s
aws_instance.edge-router (remote-exec): - 85% 18.82M 2.07MB/s eta 2s
aws_instance.edge-router (remote-exec): - 86% 19.19M 2.10MB/s eta 1s
aws_instance.edge-router (remote-exec): - 88% 19.59M 2.16MB/s eta 1s
aws_instance.edge-router (remote-exec): - 90% 19.96M 2.17MB/s eta 1s
aws_instance.edge-router (remote-exec): - 92% 20.38M 2.23MB/s eta 1s
aws_instance.edge-router (remote-exec): - 92% 20.55M 2.19MB/s eta 1s
aws_instance.edge-router (remote-exec): - 94% 20.95M 2.12MB/s eta 1s
aws_instance.edge-router (remote-exec): - 96% 21.36M 2.06MB/s eta 1s
aws_instance.edge-router (remote-exec): - 98% 21.72M 1.99MB/s eta 1s
aws_instance.edge-router (remote-exec): - 99% 22.08M 1.94MB/s eta 1s
aws_instance.edge-router (remote-exec): - 100% 22.11M 1.95MB/s in 12s
aws_instance.edge-router (remote-exec): 2016-11-16 02:53:28 (1.92 MB/s) - written to stdout [23181306/23181306]
aws_instance.edge-router (remote-exec): /home/core/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /home/core/pypy/bin/libpypy-c.so)
aws_instance.edge-router (remote-exec): /home/core/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /home/core/pypy/bin/libpypy-c.so)
aws_instance.edge-router (remote-exec): /home/core/pypy/bin/pypy: /lib64/libcrypto.so.1.0.0: no version information available (required by /home/core/pypy/bin/libpypy-c.so)
aws_instance.edge-router (remote-exec): Python 2.7.10 (b0a649e90b66, Apr 28 2016, 08:57:01)
aws_instance.edge-router (remote-exec): [PyPy 5.1.1 with GCC 4.8.2]
aws_instance.edge-router (remote-exec): /home/core/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /home/core/pypy/bin/libpypy-c.so)
aws_instance.edge-router (remote-exec): /home/core/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /home/core/pypy/bin/libpypy-c.so)
aws_instance.edge-router (remote-exec): /home/core/pypy/bin/pypy: /lib64/libcrypto.so.1.0.0: no version information available (required by /home/core/pypy/bin/libpypy-c.so)
aws_instance.worker (remote-exec): Downloading/unpacking pip
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB):
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 0% 4.1kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 0% 8.2kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 0% 12kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 1% 16kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 1% 20kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 1% 24kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 2% 28kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 2% 32kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 2% 36kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 3% 40kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 3% 45kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 3% 49kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 4% 53kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 4% 57kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 4% 61kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 5% 65kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 5% 69kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 5% 73kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 6% 77kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 6% 81kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 6% 86kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 7% 90kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 7% 94kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 7% 98kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 8% 102kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 8% 106kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 8% 110kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 9% 114kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 9% 118kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 9% 122kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 10% 126kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 10% 131kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 10% 135kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 11% 139kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 11% 143kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 11% 147kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 12% 151kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 12% 155kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 12% 159kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 13% 163kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 13% 167kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 13% 172kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 14% 176kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 14% 180kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 14% 184kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 15% 188kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 15% 192kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 15% 196kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 15% 200kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 16% 204kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 16% 208kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 16% 212kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 17% 217kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 17% 221kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 17% 225kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 18% 229kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 18% 233kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 18% 237kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 19% 241kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 19% 245kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 19% 249kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 20% 253kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 20% 258kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 20% 262kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 21% 266kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 21% 270kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 21% 274kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 22% 278kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 22% 282kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 22% 286kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 23% 290kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 23% 294kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 23% 299kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 24% 303kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 24% 307kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 24% 311kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 25% 315kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 25% 319kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 25% 323kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 26% 327kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 26% 331kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 26% 335kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 27% 339kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 27% 344kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 27% 348kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 28% 352kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 28% 356kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 28% 360kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 29% 364kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 29% 368kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 29% 372kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 30% 376kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 30% 380kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 30% 385kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 31% 389kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 31% 393kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 31% 397kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 31% 401kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 32% 405kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 32% 409kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 32% 413kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 33% 417kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 33% 421kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 33% 425kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 34% 430kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 34% 434kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 34% 438kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 35% 442kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 35% 446kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 35% 450kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 36% 454kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 36% 458kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 36% 462kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 37% 466kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 37% 471kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 37% 475kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 38% 479kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 38% 483kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 38% 487kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 39% 491kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 39% 495kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 39% 499kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 40% 503kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 40% 507kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 40% 512kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 41% 516kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 41% 520kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 41% 524kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 42% 528kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 42% 532kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 42% 536kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 43% 540kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 43% 544kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 43% 548kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 44% 552kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 44% 557kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 44% 561kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 45% 565kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 45% 569kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 45% 573kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 46% 577kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 46% 581kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 46% 585kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 47% 589kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 47% 593kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 47% 598kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 47% 602kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 48% 606kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 48% 610kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 48% 614kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 49% 618kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 49% 622kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 49% 626kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 50% 630kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 50% 634kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 50% 638kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 51% 643kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 51% 647kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 51% 651kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 52% 655kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 52% 659kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 52% 663kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 53% 667kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 53% 671kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 53% 675kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 54% 679kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 54% 684kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 54% 688kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 55% 692kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 55% 696kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 55% 700kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 56% 704kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 56% 708kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 56% 712kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 57% 716kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 57% 720kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 57% 724kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 58% 729kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 58% 733kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 58% 737kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 59% 741kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 59% 745kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 59% 749kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 60% 753kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 60% 757kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 60% 761kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 61% 765kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 61% 770kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 61% 774kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 62% 778kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 62% 782kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 62% 786kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 63% 790kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 63% 794kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 63% 798kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 63% 802kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 64% 806kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 64% 811kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 64% 815kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 65% 819kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 65% 823kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 65% 827kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 66% 831kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 66% 835kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 66% 839kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 67% 843kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 67% 847kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 67% 851kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 68% 856kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 68% 860kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 68% 864kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 69% 868kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 69% 872kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 69% 876kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 70% 880kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 70% 884kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 70% 888kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 71% 892kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 71% 897kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 71% 901kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 72% 905kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 72% 909kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 72% 913kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 73% 917kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 73% 921kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 73% 925kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 74% 929kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 74% 933kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 74% 937kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 75% 942kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 75% 946kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 75% 950kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 76% 954kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 76% 958kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 76% 962kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 77% 966kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 77% 970kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 77% 974kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 78% 978kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 78% 983kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 78% 987kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 78% 991kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 79% 995kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 79% 999kB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 79% 1.0MB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 80% 1.0MB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 80% 1.0MB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 80% 1.0MB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 81% 1.0MB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 81% 1.0MB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 81% 1.0MB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 82% 1.0MB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 82% 1.0MB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 82% 1.0MB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 83% 1.0MB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 83% 1.0MB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 83% 1.1MB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 84% 1.1MB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 84% 1.1MB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 84% 1.1MB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 85% 1.1MB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 85% 1.1MB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 85% 1.1MB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 86% 1.1MB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 86% 1.1MB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 86% 1.1MB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 87% 1.1MB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 87% 1.1MB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 87% 1.1MB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 88% 1.1MB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 88% 1.1MB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 88% 1.1MB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 89% 1.1MB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 89% 1.1MB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 89% 1.1MB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 90% 1.1MB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 90% 1.1MB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 90% 1.1MB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 91% 1.1MB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 91% 1.1MB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 91% 1.2MB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 92% 1.2MB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 92% 1.2MB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 92% 1.2MB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 93% 1.2MB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 93% 1.2MB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 93% 1.2MB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 94% 1.2MB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 94% 1.2MB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 94% 1.2MB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 94% 1.2MB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 95% 1.2MB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 95% 1.2MB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 95% 1.2MB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 96% 1.2MB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 96% 1.2MB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 96% 1.2MB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 97% 1.2MB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 97% 1.2MB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 97% 1.2MB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 98% 1.2MB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 98% 1.2MB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 98% 1.2MB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 99% 1.2MB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 99% 1.2MB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 99% 1.3MB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 100% 1.3MB
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB):
aws_instance.worker (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 1.3MB downloaded
aws_instance.worker (remote-exec): Downloading/unpacking setuptools
aws_instance.edge-router: Still creating... (1m40s elapsed)
aws_instance.worker: Still creating... (1m40s elapsed)
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB):
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 0% 4.1kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 1% 8.2kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 2% 12kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 3% 16kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 4% 20kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 5% 24kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 6% 28kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 6% 32kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 7% 36kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 8% 40kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 9% 45kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 10% 49kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 11% 53kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 12% 57kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 12% 61kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 13% 65kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 14% 69kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 15% 73kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 16% 77kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 17% 81kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 18% 86kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 19% 90kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 19% 94kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 20% 98kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 21% 102kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 22% 106kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 23% 110kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 24% 114kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 25% 118kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 25% 122kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 26% 126kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 27% 131kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 28% 135kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 29% 139kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 30% 143kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 31% 147kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 32% 151kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 32% 155kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 33% 159kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 34% 163kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 35% 167kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 36% 172kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 37% 176kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 38% 180kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 38% 184kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 39% 188kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 40% 192kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 41% 196kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 42% 200kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 43% 204kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 44% 208kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 45% 212kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 45% 217kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 46% 221kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 47% 225kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 48% 229kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 49% 233kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 50% 237kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 51% 241kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 51% 245kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 52% 249kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 53% 253kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 54% 258kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 55% 262kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 56% 266kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 57% 270kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 58% 274kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 58% 278kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 59% 282kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 60% 286kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 61% 290kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 62% 294kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 63% 299kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 64% 303kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 64% 307kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 65% 311kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 66% 315kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 67% 319kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 68% 323kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 69% 327kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 70% 331kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 71% 335kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 71% 339kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 72% 344kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 73% 348kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 74% 352kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 75% 356kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 76% 360kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 77% 364kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 77% 368kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 78% 372kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 79% 376kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 80% 380kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 81% 385kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 82% 389kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 83% 393kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 84% 397kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 84% 401kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 85% 405kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 86% 409kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 87% 413kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 88% 417kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 89% 421kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 90% 425kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 90% 430kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 91% 434kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 92% 438kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 93% 442kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 94% 446kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 95% 450kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 96% 454kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 97% 458kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 97% 462kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 98% 466kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 99% 471kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 100% 472kB
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB):
aws_instance.worker (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 472kB downloaded
aws_instance.worker (remote-exec): Installing collected packages: pip, setuptools
aws_instance.worker (remote-exec): Successfully installed pip setuptools
aws_instance.worker (remote-exec): Cleaning up...
aws_instance.worker: Creation complete
aws_instance.edge-router (remote-exec): Downloading/unpacking pip
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB):
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 0% 4.1kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 0% 8.2kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 0% 12kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 1% 16kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 1% 20kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 1% 24kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 2% 28kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 2% 32kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 2% 36kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 3% 40kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 3% 45kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 3% 49kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 4% 53kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 4% 57kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 4% 61kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 5% 65kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 5% 69kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 5% 73kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 6% 77kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 6% 81kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 6% 86kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 7% 90kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 7% 94kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 7% 98kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 8% 102kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 8% 106kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 8% 110kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 9% 114kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 9% 118kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 9% 122kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 10% 126kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 10% 131kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 10% 135kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 11% 139kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 11% 143kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 11% 147kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 12% 151kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 12% 155kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 12% 159kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 13% 163kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 13% 167kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 13% 172kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 14% 176kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 14% 180kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 14% 184kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 15% 188kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 15% 192kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 15% 196kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 15% 200kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 16% 204kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 16% 208kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 16% 212kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 17% 217kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 17% 221kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 17% 225kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 18% 229kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 18% 233kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 18% 237kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 19% 241kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 19% 245kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 19% 249kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 20% 253kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 20% 258kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 20% 262kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 21% 266kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 21% 270kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 21% 274kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 22% 278kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 22% 282kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 22% 286kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 23% 290kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 23% 294kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 23% 299kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 24% 303kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 24% 307kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 24% 311kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 25% 315kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 25% 319kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 25% 323kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 26% 327kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 26% 331kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 26% 335kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 27% 339kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 27% 344kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 27% 348kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 28% 352kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 28% 356kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 28% 360kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 29% 364kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 29% 368kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 29% 372kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 30% 376kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 30% 380kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 30% 385kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 31% 389kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 31% 393kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 31% 397kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 31% 401kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 32% 405kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 32% 409kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 32% 413kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 33% 417kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 33% 421kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 33% 425kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 34% 430kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 34% 434kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 34% 438kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 35% 442kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 35% 446kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 35% 450kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 36% 454kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 36% 458kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 36% 462kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 37% 466kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 37% 471kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 37% 475kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 38% 479kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 38% 483kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 38% 487kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 39% 491kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 39% 495kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 39% 499kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 40% 503kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 40% 507kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 40% 512kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 41% 516kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 41% 520kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 41% 524kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 42% 528kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 42% 532kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 42% 536kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 43% 540kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 43% 544kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 43% 548kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 44% 552kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 44% 557kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 44% 561kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 45% 565kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 45% 569kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 45% 573kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 46% 577kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 46% 581kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 46% 585kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 47% 589kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 47% 593kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 47% 598kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 47% 602kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 48% 606kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 48% 610kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 48% 614kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 49% 618kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 49% 622kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 49% 626kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 50% 630kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 50% 634kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 50% 638kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 51% 643kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 51% 647kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 51% 651kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 52% 655kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 52% 659kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 52% 663kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 53% 667kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 53% 671kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 53% 675kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 54% 679kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 54% 684kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 54% 688kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 55% 692kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 55% 696kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 55% 700kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 56% 704kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 56% 708kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 56% 712kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 57% 716kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 57% 720kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 57% 724kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 58% 729kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 58% 733kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 58% 737kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 59% 741kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 59% 745kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 59% 749kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 60% 753kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 60% 757kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 60% 761kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 61% 765kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 61% 770kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 61% 774kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 62% 778kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 62% 782kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 62% 786kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 63% 790kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 63% 794kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 63% 798kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 63% 802kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 64% 806kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 64% 811kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 64% 815kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 65% 819kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 65% 823kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 65% 827kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 66% 831kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 66% 835kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 66% 839kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 67% 843kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 67% 847kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 67% 851kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 68% 856kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 68% 860kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 68% 864kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 69% 868kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 69% 872kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 69% 876kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 70% 880kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 70% 884kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 70% 888kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 71% 892kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 71% 897kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 71% 901kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 72% 905kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 72% 909kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 72% 913kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 73% 917kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 73% 921kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 73% 925kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 74% 929kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 74% 933kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 74% 937kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 75% 942kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 75% 946kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 75% 950kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 76% 954kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 76% 958kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 76% 962kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 77% 966kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 77% 970kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 77% 974kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 78% 978kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 78% 983kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 78% 987kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 78% 991kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 79% 995kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 79% 999kB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 79% 1.0MB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 80% 1.0MB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 80% 1.0MB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 80% 1.0MB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 81% 1.0MB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 81% 1.0MB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 81% 1.0MB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 82% 1.0MB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 82% 1.0MB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 82% 1.0MB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 83% 1.0MB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 83% 1.0MB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 83% 1.1MB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 84% 1.1MB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 84% 1.1MB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 84% 1.1MB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 85% 1.1MB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 85% 1.1MB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 85% 1.1MB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 86% 1.1MB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 86% 1.1MB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 86% 1.1MB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 87% 1.1MB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 87% 1.1MB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 87% 1.1MB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 88% 1.1MB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 88% 1.1MB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 88% 1.1MB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 89% 1.1MB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 89% 1.1MB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 89% 1.1MB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 90% 1.1MB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 90% 1.1MB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 90% 1.1MB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 91% 1.1MB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 91% 1.1MB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 91% 1.2MB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 92% 1.2MB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 92% 1.2MB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 92% 1.2MB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 93% 1.2MB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 93% 1.2MB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 93% 1.2MB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 94% 1.2MB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 94% 1.2MB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 94% 1.2MB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 94% 1.2MB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 95% 1.2MB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 95% 1.2MB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 95% 1.2MB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 96% 1.2MB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 96% 1.2MB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 96% 1.2MB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 97% 1.2MB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 97% 1.2MB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 97% 1.2MB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 98% 1.2MB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 98% 1.2MB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 98% 1.2MB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 99% 1.2MB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 99% 1.2MB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 99% 1.3MB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 100% 1.3MB
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB):
aws_instance.edge-router (remote-exec): Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 1.3MB downloaded
aws_instance.edge-router (remote-exec): Downloading/unpacking setuptools
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB):
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 0% 4.1kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 1% 8.2kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 2% 12kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 3% 16kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 4% 20kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 5% 24kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 6% 28kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 6% 32kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 7% 36kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 8% 40kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 9% 45kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 10% 49kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 11% 53kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 12% 57kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 12% 61kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 13% 65kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 14% 69kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 15% 73kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 16% 77kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 17% 81kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 18% 86kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 19% 90kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 19% 94kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 20% 98kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 21% 102kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 22% 106kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 23% 110kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 24% 114kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 25% 118kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 25% 122kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 26% 126kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 27% 131kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 28% 135kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 29% 139kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 30% 143kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 31% 147kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 32% 151kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 32% 155kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 33% 159kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 34% 163kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 35% 167kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 36% 172kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 37% 176kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 38% 180kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 38% 184kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 39% 188kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 40% 192kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 41% 196kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 42% 200kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 43% 204kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 44% 208kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 45% 212kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 45% 217kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 46% 221kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 47% 225kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 48% 229kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 49% 233kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 50% 237kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 51% 241kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 51% 245kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 52% 249kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 53% 253kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 54% 258kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 55% 262kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 56% 266kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 57% 270kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 58% 274kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 58% 278kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 59% 282kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 60% 286kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 61% 290kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 62% 294kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 63% 299kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 64% 303kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 64% 307kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 65% 311kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 66% 315kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 67% 319kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 68% 323kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 69% 327kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 70% 331kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 71% 335kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 71% 339kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 72% 344kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 73% 348kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 74% 352kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 75% 356kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 76% 360kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 77% 364kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 77% 368kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 78% 372kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 79% 376kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 80% 380kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 81% 385kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 82% 389kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 83% 393kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 84% 397kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 84% 401kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 85% 405kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 86% 409kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 87% 413kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 88% 417kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 89% 421kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 90% 425kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 90% 430kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 91% 434kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 92% 438kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 93% 442kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 94% 446kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 95% 450kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 96% 454kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 97% 458kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 97% 462kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 98% 466kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 99% 471kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 100% 472kB
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB):
aws_instance.edge-router (remote-exec): Downloading setuptools-28.8.0-py2.py3-none-any.whl (472kB): 472kB downloaded
aws_instance.edge-router (remote-exec): Installing collected packages: pip, setuptools
aws_instance.edge-router: Still creating... (1m50s elapsed)
aws_instance.edge-router (remote-exec): Successfully installed pip setuptools
aws_instance.edge-router (remote-exec): Cleaning up...
aws_instance.edge-router: Creation complete
Error applying plan:
11 error(s) occurred:
* variable subnets in module master_elb should be type string, got list
* variable instances in module master_elb should be type string, got list
* variable ip_addresses in module kube_master_certs should be type string, got list
* variable deploy_ssh_hosts in module kube_master_certs should be type string, got list
* variable ip_addresses_list in module docker_client_certs should be type string, got list
* variable ip_addresses in module kube_kubelet_certs should be type string, got list
* variable ip_addresses_list in module docker_daemon_certs should be type string, got list
* variable deploy_ssh_hosts in module docker_daemon_certs should be type string, got list
* variable deploy_ssh_hosts in module kube_kubelet_certs should be type string, got list
* variable deploy_ssh_hosts in module docker_client_certs should be type string, got list
* variable deploy_ssh_hosts in module ca should be type string, got list
Terraform does not automatically rollback in the face of errors.
Instead, your Terraform state file has been partially updated with
any resources that successfully completed. Please address the error
above and apply again to incrementally change your infrastructure.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment