Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A simple make is failing #270

Closed
paulhopkins11 opened this issue May 21, 2019 · 4 comments
Closed

A simple make is failing #270

paulhopkins11 opened this issue May 21, 2019 · 4 comments

Comments

@paulhopkins11
Copy link
Contributor

What happened:
I cloned the repo and performed a make. My aws cli default region is set to us-west-2
I got a 404 to an S3 bucket

    amazon-ebs: AWS cli missing - using wget to fetch binaries from s3. Note: This won't work for private bucket.
    amazon-ebs: --2019-05-21 07:20:49--  https://s3-us-west-2.amazonaws.com/amazon-eks/1.10.13-01-eks/2019-03-27/bin/linux/amd64/kubelet
    amazon-ebs: Resolving s3-us-west-2.amazonaws.com (s3-us-west-2.amazonaws.com)... 52.218.248.224
    amazon-ebs: Connecting to s3-us-west-2.amazonaws.com (s3-us-west-2.amazonaws.com)|52.218.248.224|:443... connected.
    amazon-ebs: HTTP request sent, awaiting response... 404 Not Found
    amazon-ebs: 2019-05-21 07:20:49 ERROR 404: Not Found.
    amazon-ebs:

What you expected to happen:
This built successfully a couple of weeks ago

How to reproduce it (as minimally and precisely as possible):

git clone
make

Anything else we need to know?:

Environment:

  • AWS Region: US-WEST-2
  • Instance Type(s): Default
  • EKS Platform version (use aws eks describe-cluster --name <name> --query cluster.platformVersion): N/A
  • Kubernetes version (use aws eks describe-cluster --name <name> --query cluster.version): N/A
  • AMI Version: That is what I am trying to build
  • Kernel (e.g. uname -a): Linux paulhopkins-ThinkPad-W540 4.15.0-50-generic #54-Ubuntu SMP Mon May 6 18:46:08 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
  • Release information (run cat /etc/eks/release on a node): N/A

Full Output

➜  amazon-eks-ami git:(master) ✗ make
packer validate \
	-var instance_type=m4.large \
	eks-worker-al2.json
Template validated successfully.
make VERSION=1.10.13-01-eks k8s
make[1]: Entering directory '/home/paulhopkins/dev/amazon-eks-ami'
packer validate \
	-var instance_type=m4.large \
	eks-worker-al2.json
Template validated successfully.
Building AMI for version 1.10.13-01-eks on x86_64
echo ">>>> aws ec2 describe-images --output text --filters Name=owner-id,Values=137112412989 Name=virtualization-type,Values=hvm Name=root-device-type,Values=ebs Name=name,Values=amzn2-ami-minimal-hvm-* Name=architecture,Values=x86_64 Name=state,Values=available --query 'max_by(Images[], &CreationDate).ImageId'"
>>>> aws ec2 describe-images --output text --filters Name=owner-id,Values=137112412989 Name=virtualization-type,Values=hvm Name=root-device-type,Values=ebs Name=name,Values=amzn2-ami-minimal-hvm-* Name=architecture,Values=x86_64 Name=state,Values=available --query 'max_by(Images[], &CreationDate).ImageId'
echo "Using SOURCE_AMI_ID ami-09abf423143ead880"
Using SOURCE_AMI_ID ami-09abf423143ead880
# -var aws_region=us-east-2 
packer build \
	-var instance_type=m4.large \
	-var kubernetes_version=1.10.13-01-eks \
	-var kubernetes_build_date=2019-03-27 \
	-var source_ami_id=ami-09abf423143ead880 \
	-var arch=x86_64 \
	-var binary_bucket_name=amazon-eks \
	-var cni_version=v0.6.0 \
	-var cni_plugin_version=v0.7.5 \
	-var docker_version=18.06 \
	eks-worker-al2.json
amazon-ebs output will be in this color.

==> amazon-ebs: Prevalidating AMI Name: amazon-eks-node-1558423164
    amazon-ebs: Found Image ID: ami-09abf423143ead880
==> amazon-ebs: Creating temporary keypair: packer_5ce3a67c-2c86-f3f9-5839-67ab92c33bbb
==> amazon-ebs: Creating temporary security group for this instance: packer_5ce3a680-ca3b-4e95-6b81-c7725662a1d3
==> amazon-ebs: Authorizing access to port 22 from [0.0.0.0/0] in the temporary security groups...
==> amazon-ebs: Launching a source AWS instance...
==> amazon-ebs: Adding tags to source instance
    amazon-ebs: Adding tag: "creator": "paulhopkins"
    amazon-ebs: Adding tag: "Name": "Packer Builder"
    amazon-ebs: Instance ID: i-09ace09e7d63a5cf8
==> amazon-ebs: Waiting for instance (i-09ace09e7d63a5cf8) to become ready...
==> amazon-ebs: Using ssh communicator to connect: 34.219.242.152
==> amazon-ebs: Waiting for SSH to become available...
==> amazon-ebs: Connected to SSH!
==> amazon-ebs: Provisioning with shell script: /tmp/packer-shell957359520
==> amazon-ebs: Uploading ./files/ => /tmp/worker/
==> amazon-ebs: Provisioning with shell script: install-worker.sh
    amazon-ebs: Loaded plugins: priorities, update-motd
    amazon-ebs: Resolving Dependencies
    amazon-ebs: --> Running transaction check
    amazon-ebs: ---> Package python-urllib3.noarch 0:1.24.1-1.amzn2.0.1 will be updated
    amazon-ebs: ---> Package python-urllib3.noarch 0:1.24.3-1.amzn2.0.1 will be an update
    amazon-ebs: --> Finished Dependency Resolution
    amazon-ebs:
    amazon-ebs: Dependencies Resolved
    amazon-ebs:
    amazon-ebs: ================================================================================
    amazon-ebs:  Package             Arch        Version                  Repository       Size
    amazon-ebs: ================================================================================
    amazon-ebs: Updating:
    amazon-ebs:  python-urllib3      noarch      1.24.3-1.amzn2.0.1       amzn2-core      165 k
    amazon-ebs:
    amazon-ebs: Transaction Summary
    amazon-ebs: ================================================================================
    amazon-ebs: Upgrade  1 Package
    amazon-ebs:
    amazon-ebs: Total download size: 165 k
    amazon-ebs: Downloading packages:
    amazon-ebs: Delta RPMs disabled because /usr/bin/applydeltarpm not installed.
    amazon-ebs: python-urllib3-1.24.3-1.amzn2.0.1.noarch.rpm               | 165 kB   00:00
    amazon-ebs: Running transaction check
    amazon-ebs: Running transaction test
    amazon-ebs: Transaction test succeeded
    amazon-ebs: Running transaction
    amazon-ebs:   Updating   : python-urllib3-1.24.3-1.amzn2.0.1.noarch                     1/2
    amazon-ebs:   Cleanup    : python-urllib3-1.24.1-1.amzn2.0.1.noarch                     2/2
    amazon-ebs:   Verifying  : python-urllib3-1.24.3-1.amzn2.0.1.noarch                     1/2
    amazon-ebs:   Verifying  : python-urllib3-1.24.1-1.amzn2.0.1.noarch                     2/2
    amazon-ebs:
    amazon-ebs: Updated:
    amazon-ebs:   python-urllib3.noarch 0:1.24.3-1.amzn2.0.1
    amazon-ebs:
    amazon-ebs: Complete!
    amazon-ebs: Loaded plugins: priorities, update-motd
    amazon-ebs: Package chrony-3.2-1.amzn2.0.5.x86_64 already installed and latest version
    amazon-ebs: Package curl-7.61.1-9.amzn2.0.1.x86_64 already installed and latest version
    amazon-ebs: Resolving Dependencies
    amazon-ebs: --> Running transaction check
    amazon-ebs: ---> Package aws-cfn-bootstrap.noarch 0:1.4-31.amzn2 will be installed
    amazon-ebs: --> Processing Dependency: python-daemon for package: aws-cfn-bootstrap-1.4-31.amzn2.noarch
    amazon-ebs: --> Processing Dependency: pystache for package: aws-cfn-bootstrap-1.4-31.amzn2.noarch
    amazon-ebs: ---> Package awscli.noarch 0:1.16.102-1.amzn2.0.1 will be installed
    amazon-ebs: --> Processing Dependency: python2-botocore = 1.12.92 for package: awscli-1.16.102-1.amzn2.0.1.noarch
    amazon-ebs: --> Processing Dependency: python2-s3transfer for package: awscli-1.16.102-1.amzn2.0.1.noarch
    amazon-ebs: --> Processing Dependency: python-rsa for package: awscli-1.16.102-1.amzn2.0.1.noarch
    amazon-ebs: --> Processing Dependency: python-docutils for package: awscli-1.16.102-1.amzn2.0.1.noarch
    amazon-ebs: --> Processing Dependency: python-colorama for package: awscli-1.16.102-1.amzn2.0.1.noarch
    amazon-ebs: ---> Package conntrack-tools.x86_64 0:1.4.4-3.amzn2.0.2 will be installed
    amazon-ebs: --> Processing Dependency: libnetfilter_cttimeout.so.1(LIBNETFILTER_CTTIMEOUT_1.1)(64bit) for package: conntrack-tools-1.4.4-3.amzn2.0.2.x86_64
    amazon-ebs: --> Processing Dependency: libnetfilter_cttimeout.so.1(LIBNETFILTER_CTTIMEOUT_1.0)(64bit) for package: conntrack-tools-1.4.4-3.amzn2.0.2.x86_64
    amazon-ebs: --> Processing Dependency: libnetfilter_cthelper.so.0(LIBNETFILTER_CTHELPER_1.0)(64bit) for package: conntrack-tools-1.4.4-3.amzn2.0.2.x86_64
    amazon-ebs: --> Processing Dependency: libnetfilter_queue.so.1()(64bit) for package: conntrack-tools-1.4.4-3.amzn2.0.2.x86_64
    amazon-ebs: --> Processing Dependency: libnetfilter_cttimeout.so.1()(64bit) for package: conntrack-tools-1.4.4-3.amzn2.0.2.x86_64
    amazon-ebs: --> Processing Dependency: libnetfilter_cthelper.so.0()(64bit) for package: conntrack-tools-1.4.4-3.amzn2.0.2.x86_64
    amazon-ebs: ---> Package jq.x86_64 0:1.5-1.amzn2.0.2 will be installed
    amazon-ebs: --> Processing Dependency: libonig.so.2()(64bit) for package: jq-1.5-1.amzn2.0.2.x86_64
    amazon-ebs: ---> Package nfs-utils.x86_64 1:1.3.0-0.54.amzn2.0.2 will be installed
    amazon-ebs: --> Processing Dependency: libtirpc >= 0.2.4-0.7 for package: 1:nfs-utils-1.3.0-0.54.amzn2.0.2.x86_64
    amazon-ebs: --> Processing Dependency: gssproxy >= 0.7.0-3 for package: 1:nfs-utils-1.3.0-0.54.amzn2.0.2.x86_64
    amazon-ebs: --> Processing Dependency: rpcbind for package: 1:nfs-utils-1.3.0-0.54.amzn2.0.2.x86_64
    amazon-ebs: --> Processing Dependency: quota for package: 1:nfs-utils-1.3.0-0.54.amzn2.0.2.x86_64
    amazon-ebs: --> Processing Dependency: libnfsidmap for package: 1:nfs-utils-1.3.0-0.54.amzn2.0.2.x86_64
    amazon-ebs: --> Processing Dependency: libevent for package: 1:nfs-utils-1.3.0-0.54.amzn2.0.2.x86_64
    amazon-ebs: --> Processing Dependency: keyutils for package: 1:nfs-utils-1.3.0-0.54.amzn2.0.2.x86_64
    amazon-ebs: --> Processing Dependency: libtirpc.so.1()(64bit) for package: 1:nfs-utils-1.3.0-0.54.amzn2.0.2.x86_64
    amazon-ebs: --> Processing Dependency: libnfsidmap.so.0()(64bit) for package: 1:nfs-utils-1.3.0-0.54.amzn2.0.2.x86_64
    amazon-ebs: --> Processing Dependency: libevent-2.0.so.5()(64bit) for package: 1:nfs-utils-1.3.0-0.54.amzn2.0.2.x86_64
    amazon-ebs: ---> Package socat.x86_64 0:1.7.3.2-2.amzn2.0.1 will be installed
    amazon-ebs: ---> Package unzip.x86_64 0:6.0-19.amzn2 will be installed
    amazon-ebs: ---> Package wget.x86_64 0:1.14-18.amzn2 will be installed
    amazon-ebs: --> Running transaction check
    amazon-ebs: ---> Package gssproxy.x86_64 0:0.7.0-17.amzn2 will be installed
    amazon-ebs: --> Processing Dependency: libini_config >= 1.3.1-28 for package: gssproxy-0.7.0-17.amzn2.x86_64
    amazon-ebs: --> Processing Dependency: libverto-module-base for package: gssproxy-0.7.0-17.amzn2.x86_64
    amazon-ebs: --> Processing Dependency: libref_array.so.1(REF_ARRAY_0.1.1)(64bit) for package: gssproxy-0.7.0-17.amzn2.x86_64
    amazon-ebs: --> Processing Dependency: libini_config.so.3(INI_CONFIG_1.2.0)(64bit) for package: gssproxy-0.7.0-17.amzn2.x86_64
    amazon-ebs: --> Processing Dependency: libini_config.so.3(INI_CONFIG_1.1.0)(64bit) for package: gssproxy-0.7.0-17.amzn2.x86_64
    amazon-ebs: --> Processing Dependency: libref_array.so.1()(64bit) for package: gssproxy-0.7.0-17.amzn2.x86_64
    amazon-ebs: --> Processing Dependency: libini_config.so.3()(64bit) for package: gssproxy-0.7.0-17.amzn2.x86_64
    amazon-ebs: --> Processing Dependency: libcollection.so.2()(64bit) for package: gssproxy-0.7.0-17.amzn2.x86_64
    amazon-ebs: --> Processing Dependency: libbasicobjects.so.0()(64bit) for package: gssproxy-0.7.0-17.amzn2.x86_64
    amazon-ebs: ---> Package keyutils.x86_64 0:1.5.8-3.amzn2.0.2 will be installed
    amazon-ebs: ---> Package libevent.x86_64 0:2.0.21-4.amzn2.0.2 will be installed
    amazon-ebs: ---> Package libnetfilter_cthelper.x86_64 0:1.0.0-9.amzn2.0.2 will be installed
    amazon-ebs: ---> Package libnetfilter_cttimeout.x86_64 0:1.0.0-6.amzn2.0.2 will be installed
    amazon-ebs: ---> Package libnetfilter_queue.x86_64 0:1.0.2-2.amzn2.0.2 will be installed
    amazon-ebs: ---> Package libnfsidmap.x86_64 0:0.25-19.amzn2 will be installed
    amazon-ebs: ---> Package libtirpc.x86_64 0:0.2.4-0.10.amzn2.0.2 will be installed
    amazon-ebs: ---> Package oniguruma.x86_64 0:5.9.6-1.amzn2 will be installed
    amazon-ebs: ---> Package pystache.noarch 0:0.5.3-2.amzn2 will be installed
    amazon-ebs: --> Processing Dependency: python-simplejson for package: pystache-0.5.3-2.amzn2.noarch
    amazon-ebs: ---> Package python-colorama.noarch 0:0.3.2-3.amzn2 will be installed
    amazon-ebs: ---> Package python-daemon.noarch 0:1.6-4.amzn2 will be installed
    amazon-ebs: --> Processing Dependency: python-lockfile for package: python-daemon-1.6-4.amzn2.noarch
    amazon-ebs: ---> Package python-docutils.noarch 0:0.12-0.2.20140510svn7747.amzn2 will be installed
    amazon-ebs: --> Processing Dependency: python-imaging for package: python-docutils-0.12-0.2.20140510svn7747.amzn2.noarch
    amazon-ebs: ---> Package python2-botocore.noarch 0:1.12.92-2.amzn2.0.1 will be installed
    amazon-ebs: --> Processing Dependency: python-jmespath >= 0.9.3 for package: python2-botocore-1.12.92-2.amzn2.0.1.noarch
    amazon-ebs: --> Processing Dependency: python-dateutil >= 1.4 for package: python2-botocore-1.12.92-2.amzn2.0.1.noarch
    amazon-ebs: ---> Package python2-rsa.noarch 0:3.4.1-1.amzn2 will be installed
    amazon-ebs: ---> Package python2-s3transfer.noarch 0:0.1.12-1.amzn2.0.1 will be installed
    amazon-ebs: --> Processing Dependency: python-futures for package: python2-s3transfer-0.1.12-1.amzn2.0.1.noarch
    amazon-ebs: ---> Package quota.x86_64 1:4.01-17.amzn2 will be installed
    amazon-ebs: --> Processing Dependency: quota-nls = 1:4.01-17.amzn2 for package: 1:quota-4.01-17.amzn2.x86_64
    amazon-ebs: --> Processing Dependency: tcp_wrappers for package: 1:quota-4.01-17.amzn2.x86_64
    amazon-ebs: ---> Package rpcbind.x86_64 0:0.2.0-44.amzn2 will be installed
    amazon-ebs: --> Running transaction check
    amazon-ebs: ---> Package libbasicobjects.x86_64 0:0.1.1-29.amzn2 will be installed
    amazon-ebs: ---> Package libcollection.x86_64 0:0.7.0-29.amzn2 will be installed
    amazon-ebs: ---> Package libini_config.x86_64 0:1.3.1-29.amzn2 will be installed
    amazon-ebs: --> Processing Dependency: libpath_utils.so.1(PATH_UTILS_0.2.1)(64bit) for package: libini_config-1.3.1-29.amzn2.x86_64
    amazon-ebs: --> Processing Dependency: libpath_utils.so.1()(64bit) for package: libini_config-1.3.1-29.amzn2.x86_64
    amazon-ebs: ---> Package libref_array.x86_64 0:0.1.5-29.amzn2 will be installed
    amazon-ebs: ---> Package libverto-libevent.x86_64 0:0.2.5-4.amzn2.0.2 will be installed
    amazon-ebs: ---> Package python-lockfile.noarch 1:0.9.1-4.amzn2 will be installed
    amazon-ebs: ---> Package python-pillow.x86_64 0:2.0.0-19.gitd1c6db8.amzn2.0.2 will be installed
    amazon-ebs: --> Processing Dependency: libtiff.so.5(LIBTIFF_4.0)(64bit) for package: python-pillow-2.0.0-19.gitd1c6db8.amzn2.0.2.x86_64
    amazon-ebs: --> Processing Dependency: libjpeg.so.62(LIBJPEG_6.2)(64bit) for package: python-pillow-2.0.0-19.gitd1c6db8.amzn2.0.2.x86_64
    amazon-ebs: --> Processing Dependency: libwebp.so.4()(64bit) for package: python-pillow-2.0.0-19.gitd1c6db8.amzn2.0.2.x86_64
    amazon-ebs: --> Processing Dependency: libtiff.so.5()(64bit) for package: python-pillow-2.0.0-19.gitd1c6db8.amzn2.0.2.x86_64
    amazon-ebs: --> Processing Dependency: libjpeg.so.62()(64bit) for package: python-pillow-2.0.0-19.gitd1c6db8.amzn2.0.2.x86_64
    amazon-ebs: ---> Package python-simplejson.x86_64 0:3.2.0-1.amzn2.0.2 will be installed
    amazon-ebs: ---> Package python2-dateutil.noarch 1:2.6.0-3.amzn2.0.1 will be installed
    amazon-ebs: ---> Package python2-futures.noarch 0:3.0.5-1.amzn2 will be installed
    amazon-ebs: ---> Package python2-jmespath.noarch 0:0.9.3-1.amzn2.0.1 will be installed
    amazon-ebs: ---> Package quota-nls.noarch 1:4.01-17.amzn2 will be installed
    amazon-ebs: ---> Package tcp_wrappers.x86_64 0:7.6-77.amzn2.0.2 will be installed
    amazon-ebs: --> Running transaction check
    amazon-ebs: ---> Package libjpeg-turbo.x86_64 0:1.2.90-5.amzn2.0.3 will be installed
    amazon-ebs: ---> Package libpath_utils.x86_64 0:0.2.1-29.amzn2 will be installed
    amazon-ebs: ---> Package libtiff.x86_64 0:4.0.3-27.amzn2.0.2 will be installed
    amazon-ebs: --> Processing Dependency: libjbig.so.2.0()(64bit) for package: libtiff-4.0.3-27.amzn2.0.2.x86_64
    amazon-ebs: ---> Package libwebp.x86_64 0:0.3.0-7.amzn2 will be installed
    amazon-ebs: --> Running transaction check
    amazon-ebs: ---> Package jbigkit-libs.x86_64 0:2.0-11.amzn2.0.2 will be installed
    amazon-ebs: --> Finished Dependency Resolution
    amazon-ebs:
    amazon-ebs: Dependencies Resolved
    amazon-ebs:
    amazon-ebs: ================================================================================
    amazon-ebs:  Package                Arch   Version                         Repository  Size
    amazon-ebs: ================================================================================
    amazon-ebs: Installing:
    amazon-ebs:  aws-cfn-bootstrap      noarch 1.4-31.amzn2                    amzn2-core 651 k
    amazon-ebs:  awscli                 noarch 1.16.102-1.amzn2.0.1            amzn2-core 1.2 M
    amazon-ebs:  conntrack-tools        x86_64 1.4.4-3.amzn2.0.2               amzn2-core 187 k
    amazon-ebs:  jq                     x86_64 1.5-1.amzn2.0.2                 amzn2-core 154 k
    amazon-ebs:  nfs-utils              x86_64 1:1.3.0-0.54.amzn2.0.2          amzn2-core 408 k
    amazon-ebs:  socat                  x86_64 1.7.3.2-2.amzn2.0.1             amzn2-core 291 k
    amazon-ebs:  unzip                  x86_64 6.0-19.amzn2                    amzn2-core 172 k
    amazon-ebs:  wget                   x86_64 1.14-18.amzn2                   amzn2-core 547 k
    amazon-ebs: Installing for dependencies:
    amazon-ebs:  gssproxy               x86_64 0.7.0-17.amzn2                  amzn2-core 109 k
    amazon-ebs:  jbigkit-libs           x86_64 2.0-11.amzn2.0.2                amzn2-core  47 k
    amazon-ebs:  keyutils               x86_64 1.5.8-3.amzn2.0.2               amzn2-core  54 k
    amazon-ebs:  libbasicobjects        x86_64 0.1.1-29.amzn2                  amzn2-core  25 k
    amazon-ebs:  libcollection          x86_64 0.7.0-29.amzn2                  amzn2-core  42 k
    amazon-ebs:  libevent               x86_64 2.0.21-4.amzn2.0.2              amzn2-core 217 k
    amazon-ebs:  libini_config          x86_64 1.3.1-29.amzn2                  amzn2-core  64 k
    amazon-ebs:  libjpeg-turbo          x86_64 1.2.90-5.amzn2.0.3              amzn2-core 134 k
    amazon-ebs:  libnetfilter_cthelper  x86_64 1.0.0-9.amzn2.0.2               amzn2-core  18 k
    amazon-ebs:  libnetfilter_cttimeout x86_64 1.0.0-6.amzn2.0.2               amzn2-core  18 k
    amazon-ebs:  libnetfilter_queue     x86_64 1.0.2-2.amzn2.0.2               amzn2-core  24 k
    amazon-ebs:  libnfsidmap            x86_64 0.25-19.amzn2                   amzn2-core  50 k
    amazon-ebs:  libpath_utils          x86_64 0.2.1-29.amzn2                  amzn2-core  28 k
    amazon-ebs:  libref_array           x86_64 0.1.5-29.amzn2                  amzn2-core  26 k
    amazon-ebs:  libtiff                x86_64 4.0.3-27.amzn2.0.2              amzn2-core 174 k
    amazon-ebs:  libtirpc               x86_64 0.2.4-0.10.amzn2.0.2            amzn2-core  89 k
    amazon-ebs:  libverto-libevent      x86_64 0.2.5-4.amzn2.0.2               amzn2-core 9.0 k
    amazon-ebs:  libwebp                x86_64 0.3.0-7.amzn2                   amzn2-core 173 k
    amazon-ebs:  oniguruma              x86_64 5.9.6-1.amzn2                   amzn2-core 129 k
    amazon-ebs:  pystache               noarch 0.5.3-2.amzn2                   amzn2-core 128 k
    amazon-ebs:  python-colorama        noarch 0.3.2-3.amzn2                   amzn2-core  25 k
    amazon-ebs:  python-daemon          noarch 1.6-4.amzn2                     amzn2-core  26 k
    amazon-ebs:  python-docutils        noarch 0.12-0.2.20140510svn7747.amzn2  amzn2-core 1.5 M
    amazon-ebs:  python-lockfile        noarch 1:0.9.1-4.amzn2                 amzn2-core  28 k
    amazon-ebs:  python-pillow          x86_64 2.0.0-19.gitd1c6db8.amzn2.0.2   amzn2-core 442 k
    amazon-ebs:  python-simplejson      x86_64 3.2.0-1.amzn2.0.2               amzn2-core 170 k
    amazon-ebs:  python2-botocore       noarch 1.12.92-2.amzn2.0.1             amzn2-core 3.6 M
    amazon-ebs:  python2-dateutil       noarch 1:2.6.0-3.amzn2.0.1             amzn2-core 245 k
    amazon-ebs:  python2-futures        noarch 3.0.5-1.amzn2                   amzn2-core  27 k
    amazon-ebs:  python2-jmespath       noarch 0.9.3-1.amzn2.0.1               amzn2-core  42 k
    amazon-ebs:  python2-rsa            noarch 3.4.1-1.amzn2                   amzn2-core  68 k
    amazon-ebs:  python2-s3transfer     noarch 0.1.12-1.amzn2.0.1              amzn2-core  89 k
    amazon-ebs:  quota                  x86_64 1:4.01-17.amzn2                 amzn2-core 179 k
    amazon-ebs:  quota-nls              noarch 1:4.01-17.amzn2                 amzn2-core  90 k
    amazon-ebs:  rpcbind                x86_64 0.2.0-44.amzn2                  amzn2-core  60 k
    amazon-ebs:  tcp_wrappers           x86_64 7.6-77.amzn2.0.2                amzn2-core  79 k
    amazon-ebs:
    amazon-ebs: Transaction Summary
    amazon-ebs: ================================================================================
    amazon-ebs: Install  8 Packages (+36 Dependent packages)
    amazon-ebs:
    amazon-ebs: Total download size: 12 M
    amazon-ebs: Installed size: 63 M
    amazon-ebs: Downloading packages:
    amazon-ebs: (1/44): aws-cfn-bootstrap-1.4-31.amzn2.noarch.rpm          | 651 kB   00:00
    amazon-ebs: (2/44): awscli-1.16.102-1.amzn2.0.1.noarch.rpm             | 1.2 MB   00:00
    amazon-ebs: (3/44): gssproxy-0.7.0-17.amzn2.x86_64.rpm                 | 109 kB   00:00
    amazon-ebs: (4/44): jbigkit-libs-2.0-11.amzn2.0.2.x86_64.rpm           |  47 kB   00:00
    amazon-ebs: (5/44): jq-1.5-1.amzn2.0.2.x86_64.rpm                      | 154 kB   00:00
    amazon-ebs: (6/44): conntrack-tools-1.4.4-3.amzn2.0.2.x86_64.rpm       | 187 kB   00:00
    amazon-ebs: (7/44): keyutils-1.5.8-3.amzn2.0.2.x86_64.rpm              |  54 kB   00:00
    amazon-ebs: (8/44): libbasicobjects-0.1.1-29.amzn2.x86_64.rpm          |  25 kB   00:00
    amazon-ebs: (9/44): libcollection-0.7.0-29.amzn2.x86_64.rpm            |  42 kB   00:00
    amazon-ebs: (10/44): libevent-2.0.21-4.amzn2.0.2.x86_64.rpm            | 217 kB   00:00
    amazon-ebs: (11/44): libini_config-1.3.1-29.amzn2.x86_64.rpm           |  64 kB   00:00
    amazon-ebs: (12/44): libjpeg-turbo-1.2.90-5.amzn2.0.3.x86_64.rpm       | 134 kB   00:00
    amazon-ebs: (13/44): libnetfilter_cthelper-1.0.0-9.amzn2.0.2.x86_64.rp |  18 kB   00:00
    amazon-ebs: (14/44): libnetfilter_cttimeout-1.0.0-6.amzn2.0.2.x86_64.r |  18 kB   00:00
    amazon-ebs: (15/44): libnfsidmap-0.25-19.amzn2.x86_64.rpm              |  50 kB   00:00
    amazon-ebs: (16/44): libpath_utils-0.2.1-29.amzn2.x86_64.rpm           |  28 kB   00:00
    amazon-ebs: (17/44): libref_array-0.1.5-29.amzn2.x86_64.rpm            |  26 kB   00:00
    amazon-ebs: (18/44): libtiff-4.0.3-27.amzn2.0.2.x86_64.rpm             | 174 kB   00:00
    amazon-ebs: (19/44): libnetfilter_queue-1.0.2-2.amzn2.0.2.x86_64.rpm   |  24 kB   00:00
    amazon-ebs: (20/44): libtirpc-0.2.4-0.10.amzn2.0.2.x86_64.rpm          |  89 kB   00:00
    amazon-ebs: (21/44): libverto-libevent-0.2.5-4.amzn2.0.2.x86_64.rpm    | 9.0 kB   00:00
    amazon-ebs: (22/44): libwebp-0.3.0-7.amzn2.x86_64.rpm                  | 173 kB   00:00
    amazon-ebs: (23/44): nfs-utils-1.3.0-0.54.amzn2.0.2.x86_64.rpm         | 408 kB   00:00
    amazon-ebs: (24/44): oniguruma-5.9.6-1.amzn2.x86_64.rpm                | 129 kB   00:00
    amazon-ebs: (25/44): python-colorama-0.3.2-3.amzn2.noarch.rpm          |  25 kB   00:00
    amazon-ebs: (26/44): python-daemon-1.6-4.amzn2.noarch.rpm              |  26 kB   00:00
    amazon-ebs: (27/44): python-docutils-0.12-0.2.20140510svn7747.amzn2.no | 1.5 MB   00:00
    amazon-ebs: (28/44): pystache-0.5.3-2.amzn2.noarch.rpm                 | 128 kB   00:00
    amazon-ebs: (29/44): python-lockfile-0.9.1-4.amzn2.noarch.rpm          |  28 kB   00:00
    amazon-ebs: (30/44): python-simplejson-3.2.0-1.amzn2.0.2.x86_64.rpm    | 170 kB   00:00
    amazon-ebs: (31/44): python2-botocore-1.12.92-2.amzn2.0.1.noarch.rpm   | 3.6 MB   00:00
    amazon-ebs: (32/44): python-pillow-2.0.0-19.gitd1c6db8.amzn2.0.2.x86_6 | 442 kB   00:00
    amazon-ebs: (33/44): python2-futures-3.0.5-1.amzn2.noarch.rpm          |  27 kB   00:00
    amazon-ebs: (34/44): python2-jmespath-0.9.3-1.amzn2.0.1.noarch.rpm     |  42 kB   00:00
    amazon-ebs: (35/44): python2-rsa-3.4.1-1.amzn2.noarch.rpm              |  68 kB   00:00
    amazon-ebs: (36/44): python2-s3transfer-0.1.12-1.amzn2.0.1.noarch.rpm  |  89 kB   00:00
    amazon-ebs: (37/44): quota-4.01-17.amzn2.x86_64.rpm                    | 179 kB   00:00
    amazon-ebs: (38/44): quota-nls-4.01-17.amzn2.noarch.rpm                |  90 kB   00:00
    amazon-ebs: (39/44): rpcbind-0.2.0-44.amzn2.x86_64.rpm                 |  60 kB   00:00
    amazon-ebs: (40/44): python2-dateutil-2.6.0-3.amzn2.0.1.noarch.rpm     | 245 kB   00:00
    amazon-ebs: (41/44): tcp_wrappers-7.6-77.amzn2.0.2.x86_64.rpm          |  79 kB   00:00
    amazon-ebs: (42/44): socat-1.7.3.2-2.amzn2.0.1.x86_64.rpm              | 291 kB   00:00
    amazon-ebs: (43/44): unzip-6.0-19.amzn2.x86_64.rpm                     | 172 kB   00:00
    amazon-ebs: (44/44): wget-1.14-18.amzn2.x86_64.rpm                     | 547 kB   00:00
    amazon-ebs: --------------------------------------------------------------------------------
    amazon-ebs: Total                                               16 MB/s |  12 MB  00:00
    amazon-ebs: Running transaction check
    amazon-ebs: Running transaction test
    amazon-ebs: Transaction test succeeded
    amazon-ebs: Running transaction
    amazon-ebs:   Installing : libcollection-0.7.0-29.amzn2.x86_64                         1/44
    amazon-ebs:   Installing : libjpeg-turbo-1.2.90-5.amzn2.0.3.x86_64                     2/44
    amazon-ebs:   Installing : libtirpc-0.2.4-0.10.amzn2.0.2.x86_64                        3/44
    amazon-ebs:   Installing : rpcbind-0.2.0-44.amzn2.x86_64                               4/44
    amazon-ebs:   Installing : libref_array-0.1.5-29.amzn2.x86_64                          5/44
    amazon-ebs:   Installing : libevent-2.0.21-4.amzn2.0.2.x86_64                          6/44
    amazon-ebs:   Installing : libbasicobjects-0.1.1-29.amzn2.x86_64                       7/44
    amazon-ebs:   Installing : libverto-libevent-0.2.5-4.amzn2.0.2.x86_64                  8/44
    amazon-ebs:   Installing : libnetfilter_cttimeout-1.0.0-6.amzn2.0.2.x86_64             9/44
    amazon-ebs:   Installing : 1:quota-nls-4.01-17.amzn2.noarch                           10/44
    amazon-ebs:   Installing : python2-futures-3.0.5-1.amzn2.noarch                       11/44
    amazon-ebs:   Installing : keyutils-1.5.8-3.amzn2.0.2.x86_64                          12/44
    amazon-ebs:   Installing : 1:python-lockfile-0.9.1-4.amzn2.noarch                     13/44
    amazon-ebs:   Installing : python-daemon-1.6-4.amzn2.noarch                           14/44
    amazon-ebs:   Installing : libnetfilter_cthelper-1.0.0-9.amzn2.0.2.x86_64             15/44
    amazon-ebs:   Installing : python2-rsa-3.4.1-1.amzn2.noarch                           16/44
    amazon-ebs:   Installing : python2-jmespath-0.9.3-1.amzn2.0.1.noarch                  17/44
    amazon-ebs:   Installing : jbigkit-libs-2.0-11.amzn2.0.2.x86_64                       18/44
    amazon-ebs:   Installing : libtiff-4.0.3-27.amzn2.0.2.x86_64                          19/44
    amazon-ebs:   Installing : python-colorama-0.3.2-3.amzn2.noarch                       20/44
    amazon-ebs:   Installing : libpath_utils-0.2.1-29.amzn2.x86_64                        21/44
    amazon-ebs:   Installing : libini_config-1.3.1-29.amzn2.x86_64                        22/44
    amazon-ebs:   Installing : gssproxy-0.7.0-17.amzn2.x86_64                             23/44
    amazon-ebs:   Installing : tcp_wrappers-7.6-77.amzn2.0.2.x86_64                       24/44
    amazon-ebs:   Installing : 1:quota-4.01-17.amzn2.x86_64                               25/44
    amazon-ebs:   Installing : libwebp-0.3.0-7.amzn2.x86_64                               26/44
    amazon-ebs:   Installing : python-pillow-2.0.0-19.gitd1c6db8.amzn2.0.2.x86_64         27/44
    amazon-ebs:   Installing : python-docutils-0.12-0.2.20140510svn7747.amzn2.noarch      28/44
    amazon-ebs:   Installing : libnetfilter_queue-1.0.2-2.amzn2.0.2.x86_64                29/44
    amazon-ebs:   Installing : 1:python2-dateutil-2.6.0-3.amzn2.0.1.noarch                30/44
    amazon-ebs:   Installing : python2-botocore-1.12.92-2.amzn2.0.1.noarch                31/44
    amazon-ebs:   Installing : python2-s3transfer-0.1.12-1.amzn2.0.1.noarch               32/44
    amazon-ebs:   Installing : oniguruma-5.9.6-1.amzn2.x86_64                             33/44
    amazon-ebs:   Installing : python-simplejson-3.2.0-1.amzn2.0.2.x86_64                 34/44
    amazon-ebs:   Installing : pystache-0.5.3-2.amzn2.noarch                              35/44
    amazon-ebs:   Installing : libnfsidmap-0.25-19.amzn2.x86_64                           36/44
    amazon-ebs:   Installing : 1:nfs-utils-1.3.0-0.54.amzn2.0.2.x86_64                    37/44
    amazon-ebs:   Installing : aws-cfn-bootstrap-1.4-31.amzn2.noarch                      38/44
    amazon-ebs:   Installing : jq-1.5-1.amzn2.0.2.x86_64                                  39/44
    amazon-ebs:   Installing : awscli-1.16.102-1.amzn2.0.1.noarch                         40/44
    amazon-ebs:   Installing : conntrack-tools-1.4.4-3.amzn2.0.2.x86_64                   41/44
    amazon-ebs:   Installing : unzip-6.0-19.amzn2.x86_64                                  42/44
    amazon-ebs:   Installing : wget-1.14-18.amzn2.x86_64                                  43/44
    amazon-ebs:   Installing : socat-1.7.3.2-2.amzn2.0.1.x86_64                           44/44
    amazon-ebs:   Verifying  : libnfsidmap-0.25-19.amzn2.x86_64                            1/44
    amazon-ebs:   Verifying  : gssproxy-0.7.0-17.amzn2.x86_64                              2/44
    amazon-ebs:   Verifying  : socat-1.7.3.2-2.amzn2.0.1.x86_64                            3/44
    amazon-ebs:   Verifying  : conntrack-tools-1.4.4-3.amzn2.0.2.x86_64                    4/44
    amazon-ebs:   Verifying  : python-simplejson-3.2.0-1.amzn2.0.2.x86_64                  5/44
    amazon-ebs:   Verifying  : libbasicobjects-0.1.1-29.amzn2.x86_64                       6/44
    amazon-ebs:   Verifying  : oniguruma-5.9.6-1.amzn2.x86_64                              7/44
    amazon-ebs:   Verifying  : 1:python2-dateutil-2.6.0-3.amzn2.0.1.noarch                 8/44
    amazon-ebs:   Verifying  : 1:nfs-utils-1.3.0-0.54.amzn2.0.2.x86_64                     9/44
    amazon-ebs:   Verifying  : libnetfilter_queue-1.0.2-2.amzn2.0.2.x86_64                10/44
    amazon-ebs:   Verifying  : aws-cfn-bootstrap-1.4-31.amzn2.noarch                      11/44
    amazon-ebs:   Verifying  : python-pillow-2.0.0-19.gitd1c6db8.amzn2.0.2.x86_64         12/44
    amazon-ebs:   Verifying  : libevent-2.0.21-4.amzn2.0.2.x86_64                         13/44
    amazon-ebs:   Verifying  : pystache-0.5.3-2.amzn2.noarch                              14/44
    amazon-ebs:   Verifying  : libref_array-0.1.5-29.amzn2.x86_64                         15/44
    amazon-ebs:   Verifying  : libwebp-0.3.0-7.amzn2.x86_64                               16/44
    amazon-ebs:   Verifying  : libverto-libevent-0.2.5-4.amzn2.0.2.x86_64                 17/44
    amazon-ebs:   Verifying  : tcp_wrappers-7.6-77.amzn2.0.2.x86_64                       18/44
    amazon-ebs:   Verifying  : libpath_utils-0.2.1-29.amzn2.x86_64                        19/44
    amazon-ebs:   Verifying  : libtirpc-0.2.4-0.10.amzn2.0.2.x86_64                       20/44
    amazon-ebs:   Verifying  : python-colorama-0.3.2-3.amzn2.noarch                       21/44
    amazon-ebs:   Verifying  : python2-botocore-1.12.92-2.amzn2.0.1.noarch                22/44
    amazon-ebs:   Verifying  : libjpeg-turbo-1.2.90-5.amzn2.0.3.x86_64                    23/44
    amazon-ebs:   Verifying  : 1:quota-4.01-17.amzn2.x86_64                               24/44
    amazon-ebs:   Verifying  : libtiff-4.0.3-27.amzn2.0.2.x86_64                          25/44
    amazon-ebs:   Verifying  : jbigkit-libs-2.0-11.amzn2.0.2.x86_64                       26/44
    amazon-ebs:   Verifying  : wget-1.14-18.amzn2.x86_64                                  27/44
    amazon-ebs:   Verifying  : python2-jmespath-0.9.3-1.amzn2.0.1.noarch                  28/44
    amazon-ebs:   Verifying  : python2-rsa-3.4.1-1.amzn2.noarch                           29/44
    amazon-ebs:   Verifying  : awscli-1.16.102-1.amzn2.0.1.noarch                         30/44
    amazon-ebs:   Verifying  : libnetfilter_cthelper-1.0.0-9.amzn2.0.2.x86_64             31/44
    amazon-ebs:   Verifying  : 1:python-lockfile-0.9.1-4.amzn2.noarch                     32/44
    amazon-ebs:   Verifying  : keyutils-1.5.8-3.amzn2.0.2.x86_64                          33/44
    amazon-ebs:   Verifying  : python-daemon-1.6-4.amzn2.noarch                           34/44
    amazon-ebs:   Verifying  : unzip-6.0-19.amzn2.x86_64                                  35/44
    amazon-ebs:   Verifying  : python2-futures-3.0.5-1.amzn2.noarch                       36/44
    amazon-ebs:   Verifying  : libini_config-1.3.1-29.amzn2.x86_64                        37/44
    amazon-ebs:   Verifying  : jq-1.5-1.amzn2.0.2.x86_64                                  38/44
    amazon-ebs:   Verifying  : 1:quota-nls-4.01-17.amzn2.noarch                           39/44
    amazon-ebs:   Verifying  : python2-s3transfer-0.1.12-1.amzn2.0.1.noarch               40/44
    amazon-ebs:   Verifying  : rpcbind-0.2.0-44.amzn2.x86_64                              41/44
    amazon-ebs:   Verifying  : libnetfilter_cttimeout-1.0.0-6.amzn2.0.2.x86_64            42/44
    amazon-ebs:   Verifying  : libcollection-0.7.0-29.amzn2.x86_64                        43/44
    amazon-ebs:   Verifying  : python-docutils-0.12-0.2.20140510svn7747.amzn2.noarch      44/44
    amazon-ebs:
    amazon-ebs: Installed:
    amazon-ebs:   aws-cfn-bootstrap.noarch 0:1.4-31.amzn2
    amazon-ebs:   awscli.noarch 0:1.16.102-1.amzn2.0.1
    amazon-ebs:   conntrack-tools.x86_64 0:1.4.4-3.amzn2.0.2
    amazon-ebs:   jq.x86_64 0:1.5-1.amzn2.0.2
    amazon-ebs:   nfs-utils.x86_64 1:1.3.0-0.54.amzn2.0.2
    amazon-ebs:   socat.x86_64 0:1.7.3.2-2.amzn2.0.1
    amazon-ebs:   unzip.x86_64 0:6.0-19.amzn2
    amazon-ebs:   wget.x86_64 0:1.14-18.amzn2
    amazon-ebs:
    amazon-ebs: Dependency Installed:
    amazon-ebs:   gssproxy.x86_64 0:0.7.0-17.amzn2
    amazon-ebs:   jbigkit-libs.x86_64 0:2.0-11.amzn2.0.2
    amazon-ebs:   keyutils.x86_64 0:1.5.8-3.amzn2.0.2
    amazon-ebs:   libbasicobjects.x86_64 0:0.1.1-29.amzn2
    amazon-ebs:   libcollection.x86_64 0:0.7.0-29.amzn2
    amazon-ebs:   libevent.x86_64 0:2.0.21-4.amzn2.0.2
    amazon-ebs:   libini_config.x86_64 0:1.3.1-29.amzn2
    amazon-ebs:   libjpeg-turbo.x86_64 0:1.2.90-5.amzn2.0.3
    amazon-ebs:   libnetfilter_cthelper.x86_64 0:1.0.0-9.amzn2.0.2
    amazon-ebs:   libnetfilter_cttimeout.x86_64 0:1.0.0-6.amzn2.0.2
    amazon-ebs:   libnetfilter_queue.x86_64 0:1.0.2-2.amzn2.0.2
    amazon-ebs:   libnfsidmap.x86_64 0:0.25-19.amzn2
    amazon-ebs:   libpath_utils.x86_64 0:0.2.1-29.amzn2
    amazon-ebs:   libref_array.x86_64 0:0.1.5-29.amzn2
    amazon-ebs:   libtiff.x86_64 0:4.0.3-27.amzn2.0.2
    amazon-ebs:   libtirpc.x86_64 0:0.2.4-0.10.amzn2.0.2
    amazon-ebs:   libverto-libevent.x86_64 0:0.2.5-4.amzn2.0.2
    amazon-ebs:   libwebp.x86_64 0:0.3.0-7.amzn2
    amazon-ebs:   oniguruma.x86_64 0:5.9.6-1.amzn2
    amazon-ebs:   pystache.noarch 0:0.5.3-2.amzn2
    amazon-ebs:   python-colorama.noarch 0:0.3.2-3.amzn2
    amazon-ebs:   python-daemon.noarch 0:1.6-4.amzn2
    amazon-ebs:   python-docutils.noarch 0:0.12-0.2.20140510svn7747.amzn2
    amazon-ebs:   python-lockfile.noarch 1:0.9.1-4.amzn2
    amazon-ebs:   python-pillow.x86_64 0:2.0.0-19.gitd1c6db8.amzn2.0.2
    amazon-ebs:   python-simplejson.x86_64 0:3.2.0-1.amzn2.0.2
    amazon-ebs:   python2-botocore.noarch 0:1.12.92-2.amzn2.0.1
    amazon-ebs:   python2-dateutil.noarch 1:2.6.0-3.amzn2.0.1
    amazon-ebs:   python2-futures.noarch 0:3.0.5-1.amzn2
    amazon-ebs:   python2-jmespath.noarch 0:0.9.3-1.amzn2.0.1
    amazon-ebs:   python2-rsa.noarch 0:3.4.1-1.amzn2
    amazon-ebs:   python2-s3transfer.noarch 0:0.1.12-1.amzn2.0.1
    amazon-ebs:   quota.x86_64 1:4.01-17.amzn2
    amazon-ebs:   quota-nls.noarch 1:4.01-17.amzn2
    amazon-ebs:   rpcbind.x86_64 0:0.2.0-44.amzn2
    amazon-ebs:   tcp_wrappers.x86_64 0:7.6-77.amzn2.0.2
    amazon-ebs:
    amazon-ebs: Complete!
    amazon-ebs: Note: Forwarding request to 'systemctl enable chronyd.service'.
    amazon-ebs: # This directive enables kernel synchronisation (every 11 minutes) of the
    amazon-ebs: # real-time clock. Note that it can’t be used along with the 'rtcfile' directive.
    amazon-ebs: rtcsync
    amazon-ebs: Created symlink from /etc/systemd/system/multi-user.target.wants/iptables-restore.service to /etc/systemd/system/iptables-restore.service.
    amazon-ebs: Loaded plugins: priorities, update-motd
    amazon-ebs: Resolving Dependencies
    amazon-ebs: --> Running transaction check
    amazon-ebs: ---> Package device-mapper-persistent-data.x86_64 0:0.7.3-3.amzn2 will be installed
    amazon-ebs: --> Processing Dependency: libaio.so.1(LIBAIO_0.4)(64bit) for package: device-mapper-persistent-data-0.7.3-3.amzn2.x86_64
    amazon-ebs: --> Processing Dependency: libaio.so.1(LIBAIO_0.1)(64bit) for package: device-mapper-persistent-data-0.7.3-3.amzn2.x86_64
    amazon-ebs: --> Processing Dependency: libaio.so.1()(64bit) for package: device-mapper-persistent-data-0.7.3-3.amzn2.x86_64
    amazon-ebs: ---> Package lvm2.x86_64 7:2.02.177-4.amzn2.0.2 will be installed
    amazon-ebs: --> Processing Dependency: lvm2-libs = 7:2.02.177-4.amzn2.0.2 for package: 7:lvm2-2.02.177-4.amzn2.0.2.x86_64
    amazon-ebs: --> Processing Dependency: liblvm2app.so.2.2(Base)(64bit) for package: 7:lvm2-2.02.177-4.amzn2.0.2.x86_64
    amazon-ebs: --> Processing Dependency: libdevmapper-event.so.1.02(Base)(64bit) for package: 7:lvm2-2.02.177-4.amzn2.0.2.x86_64
    amazon-ebs: --> Processing Dependency: liblvm2app.so.2.2()(64bit) for package: 7:lvm2-2.02.177-4.amzn2.0.2.x86_64
    amazon-ebs: --> Processing Dependency: libdevmapper-event.so.1.02()(64bit) for package: 7:lvm2-2.02.177-4.amzn2.0.2.x86_64
    amazon-ebs: ---> Package yum-utils.noarch 0:1.1.31-46.amzn2.0.1 will be installed
    amazon-ebs: --> Processing Dependency: python-kitchen for package: yum-utils-1.1.31-46.amzn2.0.1.noarch
    amazon-ebs: --> Processing Dependency: libxml2-python for package: yum-utils-1.1.31-46.amzn2.0.1.noarch
    amazon-ebs: --> Running transaction check
    amazon-ebs: ---> Package device-mapper-event-libs.x86_64 7:1.02.146-4.amzn2.0.2 will be installed
    amazon-ebs: ---> Package libaio.x86_64 0:0.3.109-13.amzn2.0.2 will be installed
    amazon-ebs: ---> Package libxml2-python.x86_64 0:2.9.1-6.amzn2.3.2 will be installed
    amazon-ebs: ---> Package lvm2-libs.x86_64 7:2.02.177-4.amzn2.0.2 will be installed
    amazon-ebs: --> Processing Dependency: device-mapper-event = 7:1.02.146-4.amzn2.0.2 for package: 7:lvm2-libs-2.02.177-4.amzn2.0.2.x86_64
    amazon-ebs: ---> Package python-kitchen.noarch 0:1.1.1-5.amzn2 will be installed
    amazon-ebs: --> Running transaction check
    amazon-ebs: ---> Package device-mapper-event.x86_64 7:1.02.146-4.amzn2.0.2 will be installed
    amazon-ebs: --> Finished Dependency Resolution
    amazon-ebs:
    amazon-ebs: Dependencies Resolved
    amazon-ebs:
    amazon-ebs: ================================================================================
    amazon-ebs:  Package                       Arch   Version                  Repository  Size
    amazon-ebs: ================================================================================
    amazon-ebs: Installing:
    amazon-ebs:  device-mapper-persistent-data x86_64 0.7.3-3.amzn2            amzn2-core 411 k
    amazon-ebs:  lvm2                          x86_64 7:2.02.177-4.amzn2.0.2   amzn2-core 1.3 M
    amazon-ebs:  yum-utils                     noarch 1.1.31-46.amzn2.0.1      amzn2-core 120 k
    amazon-ebs: Installing for dependencies:
    amazon-ebs:  device-mapper-event           x86_64 7:1.02.146-4.amzn2.0.2   amzn2-core 185 k
    amazon-ebs:  device-mapper-event-libs      x86_64 7:1.02.146-4.amzn2.0.2   amzn2-core 185 k
    amazon-ebs:  libaio                        x86_64 0.3.109-13.amzn2.0.2     amzn2-core  24 k
    amazon-ebs:  libxml2-python                x86_64 2.9.1-6.amzn2.3.2        amzn2-core 246 k
    amazon-ebs:  lvm2-libs                     x86_64 7:2.02.177-4.amzn2.0.2   amzn2-core 1.1 M
    amazon-ebs:  python-kitchen                noarch 1.1.1-5.amzn2            amzn2-core 266 k
    amazon-ebs:
    amazon-ebs: Transaction Summary
    amazon-ebs: ================================================================================
    amazon-ebs: Install  3 Packages (+6 Dependent packages)
    amazon-ebs:
    amazon-ebs: Total download size: 3.8 M
    amazon-ebs: Installed size: 11 M
    amazon-ebs: Downloading packages:
    amazon-ebs: (1/9): device-mapper-event-1.02.146-4.amzn2.0.2.x86_64.rpm | 185 kB   00:00
    amazon-ebs: (2/9): device-mapper-persistent-data-0.7.3-3.amzn2.x86_64. | 411 kB   00:00
    amazon-ebs: (3/9): libaio-0.3.109-13.amzn2.0.2.x86_64.rpm              |  24 kB   00:00
    amazon-ebs: (4/9): libxml2-python-2.9.1-6.amzn2.3.2.x86_64.rpm         | 246 kB   00:00
    amazon-ebs: (5/9): device-mapper-event-libs-1.02.146-4.amzn2.0.2.x86_6 | 185 kB   00:00
    amazon-ebs: (6/9): lvm2-2.02.177-4.amzn2.0.2.x86_64.rpm                | 1.3 MB   00:00
    amazon-ebs: (7/9): lvm2-libs-2.02.177-4.amzn2.0.2.x86_64.rpm           | 1.1 MB   00:00
    amazon-ebs: (8/9): yum-utils-1.1.31-46.amzn2.0.1.noarch.rpm            | 120 kB   00:00
    amazon-ebs: (9/9): python-kitchen-1.1.1-5.amzn2.noarch.rpm             | 266 kB   00:00
    amazon-ebs: --------------------------------------------------------------------------------
    amazon-ebs: Total                                               16 MB/s | 3.8 MB  00:00
    amazon-ebs: Running transaction check
    amazon-ebs: Running transaction test
    amazon-ebs: Transaction test succeeded
    amazon-ebs: Running transaction
    amazon-ebs:   Installing : 7:device-mapper-event-libs-1.02.146-4.amzn2.0.2.x86_64       1/9
    amazon-ebs:   Installing : 7:device-mapper-event-1.02.146-4.amzn2.0.2.x86_64            2/9
    amazon-ebs:   Installing : 7:lvm2-libs-2.02.177-4.amzn2.0.2.x86_64                      3/9
    amazon-ebs:   Installing : python-kitchen-1.1.1-5.amzn2.noarch                          4/9
    amazon-ebs:   Installing : libaio-0.3.109-13.amzn2.0.2.x86_64                           5/9
    amazon-ebs:   Installing : device-mapper-persistent-data-0.7.3-3.amzn2.x86_64           6/9
    amazon-ebs:   Installing : libxml2-python-2.9.1-6.amzn2.3.2.x86_64                      7/9
    amazon-ebs:   Installing : yum-utils-1.1.31-46.amzn2.0.1.noarch                         8/9
    amazon-ebs:   Installing : 7:lvm2-2.02.177-4.amzn2.0.2.x86_64                           9/9
    amazon-ebs: Created symlink from /etc/systemd/system/sysinit.target.wants/lvm2-lvmpolld.socket to /usr/lib/systemd/system/lvm2-lvmpolld.socket.
    amazon-ebs:   Verifying  : libxml2-python-2.9.1-6.amzn2.3.2.x86_64                      1/9
    amazon-ebs:   Verifying  : libaio-0.3.109-13.amzn2.0.2.x86_64                           2/9
    amazon-ebs:   Verifying  : 7:lvm2-2.02.177-4.amzn2.0.2.x86_64                           3/9
    amazon-ebs:   Verifying  : 7:lvm2-libs-2.02.177-4.amzn2.0.2.x86_64                      4/9
    amazon-ebs:   Verifying  : yum-utils-1.1.31-46.amzn2.0.1.noarch                         5/9
    amazon-ebs:   Verifying  : device-mapper-persistent-data-0.7.3-3.amzn2.x86_64           6/9
    amazon-ebs:   Verifying  : 7:device-mapper-event-libs-1.02.146-4.amzn2.0.2.x86_64       7/9
    amazon-ebs:   Verifying  : python-kitchen-1.1.1-5.amzn2.noarch                          8/9
    amazon-ebs:   Verifying  : 7:device-mapper-event-1.02.146-4.amzn2.0.2.x86_64            9/9
    amazon-ebs:
    amazon-ebs: Installed:
    amazon-ebs:   device-mapper-persistent-data.x86_64 0:0.7.3-3.amzn2
    amazon-ebs:   lvm2.x86_64 7:2.02.177-4.amzn2.0.2
    amazon-ebs:   yum-utils.noarch 0:1.1.31-46.amzn2.0.1
    amazon-ebs:
    amazon-ebs: Dependency Installed:
    amazon-ebs:   device-mapper-event.x86_64 7:1.02.146-4.amzn2.0.2
    amazon-ebs:   device-mapper-event-libs.x86_64 7:1.02.146-4.amzn2.0.2
    amazon-ebs:   libaio.x86_64 0:0.3.109-13.amzn2.0.2
    amazon-ebs:   libxml2-python.x86_64 0:2.9.1-6.amzn2.3.2
    amazon-ebs:   lvm2-libs.x86_64 7:2.02.177-4.amzn2.0.2
    amazon-ebs:   python-kitchen.noarch 0:1.1.1-5.amzn2
    amazon-ebs:
    amazon-ebs: Complete!
    amazon-ebs:   0  ansible2                 available    [ =2.4.2  =2.4.6 ]
    amazon-ebs:   2  httpd_modules            available    [ =1.0 ]
    amazon-ebs:   3  memcached1.5             available    [ =1.5.1 ]
    amazon-ebs:   4  nginx1.12                available    [ =1.12.2 ]
    amazon-ebs:   5  postgresql9.6            available    [ =9.6.6  =9.6.8 ]
    amazon-ebs:   6  postgresql10             available    [ =10 ]
    amazon-ebs:   8  redis4.0                 available    [ =4.0.5  =4.0.10 ]
    amazon-ebs:   9  R3.4                     available    [ =3.4.3 ]
    amazon-ebs:  10  rust1                    available    \
    amazon-ebs:         [ =1.22.1  =1.26.0  =1.26.1  =1.27.2  =1.31.0 ]
    amazon-ebs:  11  vim                      available    [ =8.0 ]
    amazon-ebs:  13  ruby2.4                  available    [ =2.4.2  =2.4.4 ]
    amazon-ebs:  15  php7.2                   available    \
    amazon-ebs:         [ =7.2.0  =7.2.4  =7.2.5  =7.2.8  =7.2.11  =7.2.13  =7.2.14
    amazon-ebs:           =7.2.16 ]
    amazon-ebs:  16  php7.1                   available    \
    amazon-ebs:         [ =7.1.22  =7.1.25  =7.1.27 ]
    amazon-ebs:  17  lamp-mariadb10.2-php7.2  available    \
    amazon-ebs:         [ =10.2.10_7.2.0  =10.2.10_7.2.4  =10.2.10_7.2.5
    amazon-ebs:           =10.2.10_7.2.8  =10.2.10_7.2.11  =10.2.10_7.2.13
    amazon-ebs:           =10.2.10_7.2.14  =10.2.10_7.2.16 ]
    amazon-ebs:  18  libreoffice              available    [ =5.0.6.2_15  =5.3.6.1 ]
    amazon-ebs:  19  gimp                     available    [ =2.8.22 ]
    amazon-ebs:  20  docker=latest            enabled      \
    amazon-ebs:         [ =17.12.1  =18.03.1  =18.06.1 ]
    amazon-ebs:  21  mate-desktop1.x          available    [ =1.19.0  =1.20.0 ]
    amazon-ebs:  22  GraphicsMagick1.3        available    [ =1.3.29 ]
    amazon-ebs:  23  tomcat8.5                available    \
    amazon-ebs:         [ =8.5.31  =8.5.32  =8.5.38 ]
    amazon-ebs:  24  epel                     available    [ =7.11 ]
    amazon-ebs:  25  testing                  available    [ =1.0 ]
    amazon-ebs:  26  ecs                      available    [ =stable ]
    amazon-ebs:  27  corretto8                available    [ =1.8.0_192  =1.8.0_202 ]
    amazon-ebs:  28  firecracker              available    [ =0.11 ]
    amazon-ebs:  29  golang1.11               available    [ =1.11.3 ]
    amazon-ebs:  30  squid4                   available    [ =4 ]
    amazon-ebs:  31  php7.3                   available    [ =7.3.2  =7.3.3 ]
    amazon-ebs:  32  lustre2.10               available    [ =2.10.5 ]
    amazon-ebs:  33  java-openjdk11           available    [ =11 ]
    amazon-ebs:  34  lynis                    available    [ =stable ]
    amazon-ebs:
    amazon-ebs: Now you can install:
    amazon-ebs:  # yum clean metadata
    amazon-ebs:  # yum install docker
    amazon-ebs: Loaded plugins: priorities, update-motd
    amazon-ebs: Existing lock /var/run/yum.pid: another copy is running as pid 3938.
    amazon-ebs: Another app is currently holding the yum lock; waiting for it to exit...
    amazon-ebs:   The other application is: yum
    amazon-ebs:     Memory :  43 M RSS (331 MB VSZ)
    amazon-ebs:     Started: Tue May 21 07:20:32 2019 - 00:01 ago
    amazon-ebs:     State  : Running, pid: 3938
    amazon-ebs: Another app is currently holding the yum lock; waiting for it to exit...
    amazon-ebs:   The other application is: yum
    amazon-ebs:     Memory :  98 M RSS (387 MB VSZ)
    amazon-ebs:     Started: Tue May 21 07:20:32 2019 - 00:03 ago
    amazon-ebs:     State  : Running, pid: 3938
    amazon-ebs: Resolving Dependencies
    amazon-ebs: --> Running transaction check
    amazon-ebs: ---> Package docker.x86_64 0:18.06.1ce-8.amzn2 will be installed
    amazon-ebs: --> Processing Dependency: pigz for package: docker-18.06.1ce-8.amzn2.x86_64
    amazon-ebs: --> Processing Dependency: libcgroup for package: docker-18.06.1ce-8.amzn2.x86_64
    amazon-ebs: --> Processing Dependency: libltdl.so.7()(64bit) for package: docker-18.06.1ce-8.amzn2.x86_64
    amazon-ebs: --> Running transaction check
    amazon-ebs: ---> Package libcgroup.x86_64 0:0.41-15.amzn2 will be installed
    amazon-ebs: ---> Package libtool-ltdl.x86_64 0:2.4.2-22.2.amzn2.0.2 will be installed
    amazon-ebs: ---> Package pigz.x86_64 0:2.3.4-1.amzn2.0.1 will be installed
    amazon-ebs: --> Finished Dependency Resolution
    amazon-ebs:
    amazon-ebs: Dependencies Resolved
    amazon-ebs:
    amazon-ebs: ================================================================================
    amazon-ebs:  Package         Arch      Version                   Repository            Size
    amazon-ebs: ================================================================================
    amazon-ebs: Installing:
    amazon-ebs:  docker          x86_64    18.06.1ce-8.amzn2         amzn2extra-docker     37 M
    amazon-ebs: Installing for dependencies:
    amazon-ebs:  libcgroup       x86_64    0.41-15.amzn2             amzn2-core            65 k
    amazon-ebs:  libtool-ltdl    x86_64    2.4.2-22.2.amzn2.0.2      amzn2-core            49 k
    amazon-ebs:  pigz            x86_64    2.3.4-1.amzn2.0.1         amzn2-core            81 k
    amazon-ebs:
    amazon-ebs: Transaction Summary
    amazon-ebs: ================================================================================
    amazon-ebs: Install  1 Package (+3 Dependent packages)
    amazon-ebs:
    amazon-ebs: Total download size: 37 M
    amazon-ebs: Installed size: 151 M
    amazon-ebs: Downloading packages:
    amazon-ebs: (1/4): libcgroup-0.41-15.amzn2.x86_64.rpm                  |  65 kB   00:00
    amazon-ebs: (2/4): libtool-ltdl-2.4.2-22.2.amzn2.0.2.x86_64.rpm        |  49 kB   00:00
    amazon-ebs: (3/4): pigz-2.3.4-1.amzn2.0.1.x86_64.rpm                   |  81 kB   00:00
    amazon-ebs: (4/4): docker-18.06.1ce-8.amzn2.x86_64.rpm                 |  37 MB   00:00
    amazon-ebs: --------------------------------------------------------------------------------
    amazon-ebs: Total                                               62 MB/s |  37 MB  00:00
    amazon-ebs: Running transaction check
    amazon-ebs: Running transaction test
    amazon-ebs: Transaction test succeeded
    amazon-ebs: Running transaction
    amazon-ebs:   Installing : libtool-ltdl-2.4.2-22.2.amzn2.0.2.x86_64                     1/4
    amazon-ebs:   Installing : pigz-2.3.4-1.amzn2.0.1.x86_64                                2/4
    amazon-ebs:   Installing : libcgroup-0.41-15.amzn2.x86_64                               3/4
    amazon-ebs:   Installing : docker-18.06.1ce-8.amzn2.x86_64                              4/4
    amazon-ebs:   Verifying  : libcgroup-0.41-15.amzn2.x86_64                               1/4
    amazon-ebs:   Verifying  : pigz-2.3.4-1.amzn2.0.1.x86_64                                2/4
    amazon-ebs:   Verifying  : libtool-ltdl-2.4.2-22.2.amzn2.0.2.x86_64                     3/4
    amazon-ebs:   Verifying  : docker-18.06.1ce-8.amzn2.x86_64                              4/4
    amazon-ebs:
    amazon-ebs: Installed:
    amazon-ebs:   docker.x86_64 0:18.06.1ce-8.amzn2
    amazon-ebs:
    amazon-ebs: Dependency Installed:
    amazon-ebs:   libcgroup.x86_64 0:0.41-15.amzn2  libtool-ltdl.x86_64 0:2.4.2-22.2.amzn2.0.2
    amazon-ebs:   pigz.x86_64 0:2.3.4-1.amzn2.0.1
    amazon-ebs:
    amazon-ebs: Complete!
    amazon-ebs: Created symlink from /etc/systemd/system/multi-user.target.wants/docker.service to /usr/lib/systemd/system/docker.service.
    amazon-ebs: --2019-05-21 07:20:45--  https://github.com/containernetworking/cni/releases/download/v0.6.0/cni-amd64-v0.6.0.tgz
    amazon-ebs: Resolving github.com (github.com)... 192.30.255.113
    amazon-ebs: Connecting to github.com (github.com)|192.30.255.113|:443... connected.
    amazon-ebs: HTTP request sent, awaiting response... 302 Found
    amazon-ebs: Location: https://github-production-release-asset-2e65be.s3.amazonaws.com/33429211/6c5dd794-837b-11e7-8165-f9d47cd5621a?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20190521%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20190521T072045Z&X-Amz-Expires=300&X-Amz-Signature=a656ae2ab18a782f239733900caaffed453752cd0fcefc6938d43386a49f3b4a&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dcni-amd64-v0.6.0.tgz&response-content-type=application%2Foctet-stream [following]
    amazon-ebs: --2019-05-21 07:20:45--  https://github-production-release-asset-2e65be.s3.amazonaws.com/33429211/6c5dd794-837b-11e7-8165-f9d47cd5621a?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20190521%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20190521T072045Z&X-Amz-Expires=300&X-Amz-Signature=a656ae2ab18a782f239733900caaffed453752cd0fcefc6938d43386a49f3b4a&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dcni-amd64-v0.6.0.tgz&response-content-type=application%2Foctet-stream
    amazon-ebs: Resolving github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)... 52.216.113.91
    amazon-ebs: Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)|52.216.113.91|:443... connected.
    amazon-ebs: HTTP request sent, awaiting response... 200 OK
    amazon-ebs: Length: 1865035 (1.8M) [application/octet-stream]
    amazon-ebs: Saving to: ‘cni-amd64-v0.6.0.tgz’
    amazon-ebs:
    amazon-ebs: 100%[======================================>] 1,865,035   4.15MB/s   in 0.4s
    amazon-ebs:
    amazon-ebs: 2019-05-21 07:20:46 (4.15 MB/s) - ‘cni-amd64-v0.6.0.tgz’ saved [1865035/1865035]
    amazon-ebs:
    amazon-ebs: --2019-05-21 07:20:46--  https://github.com/containernetworking/cni/releases/download/v0.6.0/cni-amd64-v0.6.0.tgz.sha512
    amazon-ebs: Resolving github.com (github.com)... 192.30.255.113
    amazon-ebs: Connecting to github.com (github.com)|192.30.255.113|:443... connected.
    amazon-ebs: HTTP request sent, awaiting response... 302 Found
    amazon-ebs: Location: https://github-production-release-asset-2e65be.s3.amazonaws.com/33429211/6c7e0a8c-837b-11e7-87ff-18112064df32?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20190521%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20190521T072046Z&X-Amz-Expires=300&X-Amz-Signature=5e19bba21f418a0a52332d8b74755e5252246b41654a60ace846f64da7b4829d&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dcni-amd64-v0.6.0.tgz.sha512&response-content-type=application%2Foctet-stream [following]
    amazon-ebs: --2019-05-21 07:20:46--  https://github-production-release-asset-2e65be.s3.amazonaws.com/33429211/6c7e0a8c-837b-11e7-87ff-18112064df32?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20190521%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20190521T072046Z&X-Amz-Expires=300&X-Amz-Signature=5e19bba21f418a0a52332d8b74755e5252246b41654a60ace846f64da7b4829d&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dcni-amd64-v0.6.0.tgz.sha512&response-content-type=application%2Foctet-stream
    amazon-ebs: Resolving github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)... 52.216.113.91
    amazon-ebs: Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)|52.216.113.91|:443... connected.
    amazon-ebs: HTTP request sent, awaiting response... 200 OK
    amazon-ebs: Length: 151 [application/octet-stream]
    amazon-ebs: Saving to: ‘cni-amd64-v0.6.0.tgz.sha512’
    amazon-ebs:
    amazon-ebs: 100%[======================================>] 151         --.-K/s   in 0s
    amazon-ebs:
    amazon-ebs: 2019-05-21 07:20:46 (5.60 MB/s) - ‘cni-amd64-v0.6.0.tgz.sha512’ saved [151/151]
    amazon-ebs:
    amazon-ebs: cni-amd64-v0.6.0.tgz: OK
    amazon-ebs: ./
    amazon-ebs: ./noop
    amazon-ebs: ./cnitool
    amazon-ebs: --2019-05-21 07:20:46--  https://github.com/containernetworking/plugins/releases/download/v0.7.5/cni-plugins-amd64-v0.7.5.tgz
    amazon-ebs: Resolving github.com (github.com)... 192.30.255.113
    amazon-ebs: Connecting to github.com (github.com)|192.30.255.113|:443... connected.
    amazon-ebs: HTTP request sent, awaiting response... 302 Found
    amazon-ebs: Location: https://github-production-release-asset-2e65be.s3.amazonaws.com/84575398/131b7380-4751-11e9-8db3-7b96b6a634f3?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20190521%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20190521T072047Z&X-Amz-Expires=300&X-Amz-Signature=b6bc0d04e7fb7cfd5974584709dc17b9735e41ab1d59bd645ecbd44ecec8721e&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dcni-plugins-amd64-v0.7.5.tgz&response-content-type=application%2Foctet-stream [following]
    amazon-ebs: --2019-05-21 07:20:47--  https://github-production-release-asset-2e65be.s3.amazonaws.com/84575398/131b7380-4751-11e9-8db3-7b96b6a634f3?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20190521%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20190521T072047Z&X-Amz-Expires=300&X-Amz-Signature=b6bc0d04e7fb7cfd5974584709dc17b9735e41ab1d59bd645ecbd44ecec8721e&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dcni-plugins-amd64-v0.7.5.tgz&response-content-type=application%2Foctet-stream
    amazon-ebs: Resolving github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)... 52.216.113.91
    amazon-ebs: Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)|52.216.113.91|:443... connected.
    amazon-ebs: HTTP request sent, awaiting response... 200 OK
    amazon-ebs: Length: 17109361 (16M) [application/octet-stream]
    amazon-ebs: Saving to: ‘cni-plugins-amd64-v0.7.5.tgz’
    amazon-ebs:
    amazon-ebs: 100%[======================================>] 17,109,361  15.2MB/s   in 1.1s
    amazon-ebs:
    amazon-ebs: 2019-05-21 07:20:48 (15.2 MB/s) - ‘cni-plugins-amd64-v0.7.5.tgz’ saved [17109361/17109361]
    amazon-ebs:
    amazon-ebs: --2019-05-21 07:20:48--  https://github.com/containernetworking/plugins/releases/download/v0.7.5/cni-plugins-amd64-v0.7.5.tgz.sha512
    amazon-ebs: Resolving github.com (github.com)... 192.30.255.113
    amazon-ebs: Connecting to github.com (github.com)|192.30.255.113|:443... connected.
    amazon-ebs: HTTP request sent, awaiting response... 302 Found
    amazon-ebs: Location: https://github-production-release-asset-2e65be.s3.amazonaws.com/84575398/144ca080-4751-11e9-91ad-61a6795ce6a1?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20190521%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20190521T072048Z&X-Amz-Expires=300&X-Amz-Signature=8bb0259d7d5b69088ee4f0f2ce8f6cd776dc55805c931ca363f6caa8c3741507&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dcni-plugins-amd64-v0.7.5.tgz.sha512&response-content-type=application%2Foctet-stream [following]
    amazon-ebs: --2019-05-21 07:20:48--  https://github-production-release-asset-2e65be.s3.amazonaws.com/84575398/144ca080-4751-11e9-91ad-61a6795ce6a1?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20190521%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20190521T072048Z&X-Amz-Expires=300&X-Amz-Signature=8bb0259d7d5b69088ee4f0f2ce8f6cd776dc55805c931ca363f6caa8c3741507&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dcni-plugins-amd64-v0.7.5.tgz.sha512&response-content-type=application%2Foctet-stream
    amazon-ebs: Resolving github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)... 52.216.224.72
    amazon-ebs: Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)|52.216.224.72|:443... connected.
    amazon-ebs: HTTP request sent, awaiting response... 200 OK
    amazon-ebs: Length: 159 [application/octet-stream]
    amazon-ebs: Saving to: ‘cni-plugins-amd64-v0.7.5.tgz.sha512’
    amazon-ebs:
    amazon-ebs: 100%[======================================>] 159         --.-K/s   in 0s
    amazon-ebs:
    amazon-ebs: 2019-05-21 07:20:49 (2.65 MB/s) - ‘cni-plugins-amd64-v0.7.5.tgz.sha512’ saved [159/159]
    amazon-ebs:
    amazon-ebs: cni-plugins-amd64-v0.7.5.tgz: OK
    amazon-ebs: ./
    amazon-ebs: ./flannel
    amazon-ebs: ./ptp
    amazon-ebs: ./host-local
    amazon-ebs: ./portmap
    amazon-ebs: ./tuning
    amazon-ebs: ./vlan
    amazon-ebs: ./host-device
    amazon-ebs: ./sample
    amazon-ebs: ./dhcp
    amazon-ebs: ./ipvlan
    amazon-ebs: ./macvlan
    amazon-ebs: ./loopback
    amazon-ebs: ./bridge
    amazon-ebs: Downloading binaries from: s3://amazon-eks
    amazon-ebs: AWS cli missing - using wget to fetch binaries from s3. Note: This won't work for private bucket.
    amazon-ebs: --2019-05-21 07:20:49--  https://s3-us-west-2.amazonaws.com/amazon-eks/1.10.13-01-eks/2019-03-27/bin/linux/amd64/kubelet
    amazon-ebs: Resolving s3-us-west-2.amazonaws.com (s3-us-west-2.amazonaws.com)... 52.218.248.224
    amazon-ebs: Connecting to s3-us-west-2.amazonaws.com (s3-us-west-2.amazonaws.com)|52.218.248.224|:443... connected.
    amazon-ebs: HTTP request sent, awaiting response... 404 Not Found
    amazon-ebs: 2019-05-21 07:20:49 ERROR 404: Not Found.
    amazon-ebs:
==> amazon-ebs: Terminating the source AWS instance...
==> amazon-ebs: Cleaning up any extra volumes...
==> amazon-ebs: No volumes to clean up, skipping
==> amazon-ebs: Deleting temporary security group...
==> amazon-ebs: Deleting temporary keypair...
Build 'amazon-ebs' errored: Script exited with non-zero exit status: 8.Allowed exit codes are: [0]

==> Some builds didn't complete successfully and had errors:
--> amazon-ebs: Script exited with non-zero exit status: 8.Allowed exit codes are: [0]

==> Builds finished but no artifacts were created.
Makefile:38: recipe for target 'k8s' failed
make[1]: *** [k8s] Error 1
make[1]: Leaving directory '/home/paulhopkins/dev/amazon-eks-ami'
Makefile:70: recipe for target '1.10' failed
make: *** [1.10] Error 2
@conversicachrisr
Copy link

Nothing exists in s3://amazon-eks/1.10.13/2019-03-27/ except a single key "0".
The only 1.10.3 binaries I can find are in: //amazon-eks/1.10.13/2019-03-13/...

@paulhopkins11
Copy link
Contributor Author

I have stopped running the default make target and only target 1.12 now. Can the 1.10 build be removed? It is no longer an option in EKS right?

@tinuva
Copy link

tinuva commented Jun 10, 2019

$(MAKE) VERSION=1.10.13-01-eks k8s

That line needs to change from:

	$(MAKE) VERSION=1.10.13-01-eks k8s

To:

	$(MAKE) VERSION=1.10.13 k8s

Then the build will succeed at this time.

@mogren
Copy link

mogren commented Jan 27, 2020

Fixed in #408

@mogren mogren closed this as completed Jan 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants