Skip to content

Instantly share code, notes, and snippets.

@akutz
Created October 4, 2016 16:20
Show Gist options
  • Save akutz/4122f458bb702aca2feffaecf53dde82 to your computer and use it in GitHub Desktop.
Save akutz/4122f458bb702aca2feffaecf53dde82 to your computer and use it in GitHub Desktop.
EBS Testing with Vagrant
[0]akutz@pax:tests$ time vagrant up --provider=aws --no-parallel
Bringing machine 'libstorage-ebs-test-server' up with 'aws' provider...
==> libstorage-ebs-test-server: Warning! The AWS provider doesn't support any of the Vagrant
==> libstorage-ebs-test-server: high-level network configurations (`config.vm.network`). They
==> libstorage-ebs-test-server: will be silently ignored.
==> libstorage-ebs-test-server: Launching an instance with the following settings...
==> libstorage-ebs-test-server: -- Type: m4.large
==> libstorage-ebs-test-server: -- AMI: ami-de347abe
==> libstorage-ebs-test-server: -- Region: us-west-1
==> libstorage-ebs-test-server: -- Keypair: akutz
==> libstorage-ebs-test-server: -- Security Groups: ["pbs"]
==> libstorage-ebs-test-server: -- Block Device Mapping: []
==> libstorage-ebs-test-server: -- Terminate On Shutdown: true
==> libstorage-ebs-test-server: -- Monitoring: false
==> libstorage-ebs-test-server: -- EBS optimized: false
==> libstorage-ebs-test-server: -- Source Destination check:
==> libstorage-ebs-test-server: -- Assigning a public IP address in a VPC: false
==> libstorage-ebs-test-server: -- VPC tenancy specification: default
==> libstorage-ebs-test-server: Waiting for instance to become "ready"...
==> libstorage-ebs-test-server: Waiting for SSH to become available...
==> libstorage-ebs-test-server: Machine is booted and ready for use!
==> libstorage-ebs-test-server: Running provisioner: shell...
libstorage-ebs-test-server: Running: script: update-system
==> libstorage-ebs-test-server: Loaded plugins: priorities, update-motd, upgrade-helper
==> libstorage-ebs-test-server: Resolving Dependencies
==> libstorage-ebs-test-server: --> Running transaction check
==> libstorage-ebs-test-server: ---> Package aws-amitools-ec2.noarch 0:1.5.7-1.0.amzn1 will be updated
==> libstorage-ebs-test-server: ---> Package aws-amitools-ec2.noarch 0:1.5.9-0.0.amzn1 will be an update
==> libstorage-ebs-test-server: ---> Package cronie.x86_64 0:1.4.4-15.7.amzn1 will be updated
==> libstorage-ebs-test-server: ---> Package cronie.x86_64 0:1.4.4-15.8.amzn1 will be an update
==> libstorage-ebs-test-server: ---> Package cronie-anacron.x86_64 0:1.4.4-15.7.amzn1 will be updated
==> libstorage-ebs-test-server: ---> Package cronie-anacron.x86_64 0:1.4.4-15.8.amzn1 will be an update
==> libstorage-ebs-test-server: --> Finished Dependency Resolution
==> libstorage-ebs-test-server:
==> libstorage-ebs-test-server: Dependencies Resolved
==> libstorage-ebs-test-server:
==> libstorage-ebs-test-server: ================================================================================
==> libstorage-ebs-test-server: Package Arch Version Repository Size
==> libstorage-ebs-test-server: ================================================================================
==> libstorage-ebs-test-server: Updating:
==> libstorage-ebs-test-server: aws-amitools-ec2 noarch 1.5.9-0.0.amzn1 amzn-updates 104 k
==> libstorage-ebs-test-server: cronie x86_64 1.4.4-15.8.amzn1 amzn-updates 90 k
==> libstorage-ebs-test-server: cronie-anacron x86_64 1.4.4-15.8.amzn1 amzn-updates 32 k
==> libstorage-ebs-test-server:
==> libstorage-ebs-test-server: Transaction Summary
==> libstorage-ebs-test-server: ================================================================================
==> libstorage-ebs-test-server: Upgrade 3 Packages
==> libstorage-ebs-test-server:
==> libstorage-ebs-test-server: Total download size: 227 k
==> libstorage-ebs-test-server: Downloading packages:
(1/3): aws-amitools-ec2-1.5.9-0.0.amzn1.noarch.rpm | 104 kB 00:00
(2/3): cronie-1.4.4-15.8.amzn1.x86_64.rpm | 90 kB 00:00
(3/3): cronie-anacron-1.4.4-15.8.amzn1.x86_64.rpm | 32 kB 00:00
==> libstorage-ebs-test-server: --------------------------------------------------------------------------------
==> libstorage-ebs-test-server: Total 1.8 MB/s | 227 kB 00:00
==> libstorage-ebs-test-server: Running transaction check
==> libstorage-ebs-test-server: Running transaction test
==> libstorage-ebs-test-server: Transaction test succeeded
==> libstorage-ebs-test-server: Running transaction
Updating : cronie-1.4.4-15.8.amzn1.x86_64 1/6
Updating : cronie-anacron-1.4.4-15.8.amzn1.x86_64 2/6
Updating : aws-amitools-ec2-1.5.9-0.0.amzn1.noarch 3/6
Cleanup : aws-amitools-ec2-1.5.7-1.0.amzn1.noarch 4/6
Cleanup : cronie-1.4.4-15.7.amzn1.x86_64 5/6
Cleanup : cronie-anacron-1.4.4-15.7.amzn1.x86_64 6/6
Verifying : cronie-anacron-1.4.4-15.8.amzn1.x86_64 1/6
Verifying : cronie-1.4.4-15.8.amzn1.x86_64 2/6
Verifying : aws-amitools-ec2-1.5.9-0.0.amzn1.noarch 3/6
Verifying : aws-amitools-ec2-1.5.7-1.0.amzn1.noarch 4/6
Verifying : cronie-anacron-1.4.4-15.7.amzn1.x86_64 5/6
Verifying : cronie-1.4.4-15.7.amzn1.x86_64 6/6
==> libstorage-ebs-test-server:
==> libstorage-ebs-test-server: Updated:
==> libstorage-ebs-test-server: aws-amitools-ec2.noarch 0:1.5.9-0.0.amzn1 cronie.x86_64 0:1.4.4-15.8.amzn1
==> libstorage-ebs-test-server: cronie-anacron.x86_64 0:1.4.4-15.8.amzn1
==> libstorage-ebs-test-server:
==> libstorage-ebs-test-server: Complete!
==> libstorage-ebs-test-server: Loaded plugins: priorities, update-motd, upgrade-helper
==> libstorage-ebs-test-server: Existing lock /var/run/yum.pid: another copy is running as pid 2953.
==> libstorage-ebs-test-server: Another app is currently holding the yum lock; waiting for it to exit...
==> libstorage-ebs-test-server: The other application is: yum
==> libstorage-ebs-test-server: Memory : 38 M RSS (280 MB VSZ)
==> libstorage-ebs-test-server: Started: Tue Oct 4 16:15:36 2016 - 00:00 ago
==> libstorage-ebs-test-server: State : Running, pid: 2953
==> libstorage-ebs-test-server: Resolving Dependencies
==> libstorage-ebs-test-server: --> Running transaction check
==> libstorage-ebs-test-server: ---> Package autoconf.noarch 0:2.69-11.9.amzn1 will be installed
==> libstorage-ebs-test-server: --> Processing Dependency: m4 >= 1.4.14 for package: autoconf-2.69-11.9.amzn1.noarch
==> libstorage-ebs-test-server: --> Processing Dependency: perl(Data::Dumper) for package: autoconf-2.69-11.9.amzn1.noarch
==> libstorage-ebs-test-server: ---> Package automake.noarch 0:1.13.4-3.15.amzn1 will be installed
==> libstorage-ebs-test-server: --> Processing Dependency: perl(Thread::Queue) for package: automake-1.13.4-3.15.amzn1.noarch
==> libstorage-ebs-test-server: --> Processing Dependency: perl(TAP::Parser) for package: automake-1.13.4-3.15.amzn1.noarch
==> libstorage-ebs-test-server: ---> Package bison.x86_64 0:2.7-4.11.amzn1 will be installed
==> libstorage-ebs-test-server: ---> Package byacc.x86_64 0:1.9.20070509-7.8.amzn1 will be installed
==> libstorage-ebs-test-server: ---> Package crash.x86_64 0:7.1.5-1.20.amzn1 will be installed
==> libstorage-ebs-test-server: --> Processing Dependency: libsnappy.so.1()(64bit) for package: crash-7.1.5-1.20.amzn1.x86_64
==> libstorage-ebs-test-server: --> Processing Dependency: liblzo2.so.2()(64bit) for package: crash-7.1.5-1.20.amzn1.x86_64
==> libstorage-ebs-test-server: ---> Package cscope.x86_64 0:15.6-6.5.amzn1 will be installed
==> libstorage-ebs-test-server: ---> Package ctags.x86_64 0:5.8-2.6.amzn1 will be installed
==> libstorage-ebs-test-server: ---> Package cvs.x86_64 0:1.11.23-16.9.amzn1 will be installed
==> libstorage-ebs-test-server: ---> Package diffstat.x86_64 0:1.51-2.5.amzn1 will be installed
==> libstorage-ebs-test-server: ---> Package doxygen.x86_64 1:1.8.2-1.11.amzn1 will be installed
==> libstorage-ebs-test-server: ---> Package elfutils.x86_64 0:0.163-3.18.amzn1 will be installed
==> libstorage-ebs-test-server: --> Processing Dependency: elfutils-libs(x86-64) = 0.163-3.18.amzn1 for package: elfutils-0.163-3.18.amzn1.x86_64
==> libstorage-ebs-test-server: --> Processing Dependency: libdw.so.1(ELFUTILS_0.148)(64bit) for package: elfutils-0.163-3.18.amzn1.x86_64
==> libstorage-ebs-test-server: --> Processing Dependency: libdw.so.1(ELFUTILS_0.130)(64bit) for package: elfutils-0.163-3.18.amzn1.x86_64
==> libstorage-ebs-test-server: --> Processing Dependency: libdw.so.1(ELFUTILS_0.127)(64bit) for package: elfutils-0.163-3.18.amzn1.x86_64
==> libstorage-ebs-test-server: --> Processing Dependency: libdw.so.1(ELFUTILS_0.126)(64bit) for package: elfutils-0.163-3.18.amzn1.x86_64
==> libstorage-ebs-test-server: --> Processing Dependency: libdw.so.1(ELFUTILS_0.158)(64bit) for package: elfutils-0.163-3.18.amzn1.x86_64
==> libstorage-ebs-test-server: --> Processing Dependency: libasm.so.1(ELFUTILS_1.0)(64bit) for package: elfutils-0.163-3.18.amzn1.x86_64
==> libstorage-ebs-test-server: --> Processing Dependency: libdw.so.1(ELFUTILS_0.122)(64bit) for package: elfutils-0.163-3.18.amzn1.x86_64
==> libstorage-ebs-test-server: --> Processing Dependency: libdw.so.1(ELFUTILS_0.149)(64bit) for package: elfutils-0.163-3.18.amzn1.x86_64
==> libstorage-ebs-test-server: --> Processing Dependency: libdw.so.1(ELFUTILS_0.138)(64bit) for package: elfutils-0.163-3.18.amzn1.x86_64
==> libstorage-ebs-test-server: --> Processing Dependency: libdw.so.1()(64bit) for package: elfutils-0.163-3.18.amzn1.x86_64
==> libstorage-ebs-test-server: --> Processing Dependency: libasm.so.1()(64bit) for package: elfutils-0.163-3.18.amzn1.x86_64
==> libstorage-ebs-test-server: ---> Package flex.x86_64 0:2.5.37-3.13.amzn1 will be installed
==> libstorage-ebs-test-server: ---> Package gcc.noarch 0:4.8.3-3.20.amzn1 will be installed
==> libstorage-ebs-test-server: --> Processing Dependency: gcc48 = 4.8.3 for package: gcc-4.8.3-3.20.amzn1.noarch
==> libstorage-ebs-test-server: ---> Package gcc-c++.noarch 0:4.8.3-3.20.amzn1 will be installed
==> libstorage-ebs-test-server: --> Processing Dependency: gcc48-c++ = 4.8.3 for package: gcc-c++-4.8.3-3.20.amzn1.noarch
==> libstorage-ebs-test-server: --> Processing Dependency: libstdc++48-devel = 4.8.3 for package: gcc-c++-4.8.3-3.20.amzn1.noarch
==> libstorage-ebs-test-server: ---> Package gcc-gfortran.noarch 0:4.8.3-3.20.amzn1 will be installed
==> libstorage-ebs-test-server: --> Processing Dependency: gcc48-gfortran = 4.8.3 for package: gcc-gfortran-4.8.3-3.20.amzn1.noarch
==> libstorage-ebs-test-server: ---> Package gdb.x86_64 0:7.6.1-64.33.amzn1 will be installed
==> libstorage-ebs-test-server: ---> Package gettext.x86_64 0:0.18.1.1-9.1.11.amzn1 will be installed
==> libstorage-ebs-test-server: --> Processing Dependency: libgomp.so.1(GOMP_1.0)(64bit) for package: gettext-0.18.1.1-9.1.11.amzn1.x86_64
==> libstorage-ebs-test-server: --> Processing Dependency: libgettextsrc-0.18.1.so()(64bit) for package: gettext-0.18.1.1-9.1.11.amzn1.x86_64
==> libstorage-ebs-test-server: --> Processing Dependency: libgomp.so.1()(64bit) for package: gettext-0.18.1.1-9.1.11.amzn1.x86_64
==> libstorage-ebs-test-server: --> Processing Dependency: libgettextlib-0.18.1.so()(64bit) for package: gettext-0.18.1.1-9.1.11.amzn1.x86_64
==> libstorage-ebs-test-server: --> Processing Dependency: libunistring.so.0()(64bit) for package: gettext-0.18.1.1-9.1.11.amzn1.x86_64
==> libstorage-ebs-test-server: ---> Package git.x86_64 0:2.7.4-1.47.amzn1 will be installed
==> libstorage-ebs-test-server: --> Processing Dependency: perl-Git = 2.7.4-1.47.amzn1 for package: git-2.7.4-1.47.amzn1.x86_64
==> libstorage-ebs-test-server: --> Processing Dependency: perl(Term::ReadKey) for package: git-2.7.4-1.47.amzn1.x86_64
==> libstorage-ebs-test-server: --> Processing Dependency: perl(Git) for package: git-2.7.4-1.47.amzn1.x86_64
==> libstorage-ebs-test-server: --> Processing Dependency: perl(Error) for package: git-2.7.4-1.47.amzn1.x86_64
==> libstorage-ebs-test-server: ---> Package indent.x86_64 0:2.2.10-7.6.amzn1 will be installed
==> libstorage-ebs-test-server: ---> Package intltool.noarch 0:0.41.0-1.1.5.amzn1 will be installed
==> libstorage-ebs-test-server: --> Processing Dependency: perl(XML::Parser) for package: intltool-0.41.0-1.1.5.amzn1.noarch
==> libstorage-ebs-test-server: --> Processing Dependency: gettext-devel for package: intltool-0.41.0-1.1.5.amzn1.noarch
==> libstorage-ebs-test-server: ---> Package kexec-tools.x86_64 0:2.0.0-273.11.amzn1 will be installed
==> libstorage-ebs-test-server: --> Processing Dependency: busybox >= 1.2.0 for package: kexec-tools-2.0.0-273.11.amzn1.x86_64
==> libstorage-ebs-test-server: ---> Package latrace.x86_64 0:0.5.9-2.2.amzn1 will be installed
==> libstorage-ebs-test-server: ---> Package libtool.x86_64 0:2.4.2-20.4.8.3.31.amzn1 will be installed
==> libstorage-ebs-test-server: ---> Package ltrace.x86_64 0:0.5-23.45svn.6.amzn1 will be installed
==> libstorage-ebs-test-server: ---> Package patch.x86_64 0:2.7.1-8.9.amzn1 will be installed
==> libstorage-ebs-test-server: ---> Package patchutils.x86_64 0:0.3.1-3.1.5.amzn1 will be installed
==> libstorage-ebs-test-server: ---> Package rcs.x86_64 0:5.7-37.7.amzn1 will be installed
==> libstorage-ebs-test-server: ---> Package rpm-build.x86_64 0:4.11.2-2.73.amzn1 will be installed
==> libstorage-ebs-test-server: ---> Package strace.x86_64 0:4.8-11.16.amzn1 will be installed
==> libstorage-ebs-test-server: ---> Package subversion.x86_64 0:1.9.4-2.55.amzn1 will be installed
==> libstorage-ebs-test-server: --> Processing Dependency: subversion-libs(x86-64) = 1.9.4-2.55.amzn1 for package: subversion-1.9.4-2.55.amzn1.x86_64
==> libstorage-ebs-test-server: --> Processing Dependency: libsvn_fs_base-1.so.0()(64bit) for package: subversion-1.9.4-2.55.amzn1.x86_64
==> libstorage-ebs-test-server: --> Processing Dependency: libaprutil-1.so.0()(64bit) for package: subversion-1.9.4-2.55.amzn1.x86_64
==> libstorage-ebs-test-server: --> Processing Dependency: libsvn_fs_util-1.so.0()(64bit) for package: subversion-1.9.4-2.55.amzn1.x86_64
==> libstorage-ebs-test-server: --> Processing Dependency: libserf-1.so.0()(64bit) for package: subversion-1.9.4-2.55.amzn1.x86_64
==> libstorage-ebs-test-server: --> Processing Dependency: libsvn_fs-1.so.0()(64bit) for package: subversion-1.9.4-2.55.amzn1.x86_64
==> libstorage-ebs-test-server: --> Processing Dependency: libsvn_fs_fs-1.so.0()(64bit) for package: subversion-1.9.4-2.55.amzn1.x86_64
==> libstorage-ebs-test-server: --> Processing Dependency: libsvn_ra_serf-1.so.0()(64bit) for package: subversion-1.9.4-2.55.amzn1.x86_64
==> libstorage-ebs-test-server: --> Processing Dependency: libsvn_client-1.so.0()(64bit) for package: subversion-1.9.4-2.55.amzn1.x86_64
==> libstorage-ebs-test-server: --> Processing Dependency: libapr-1.so.0()(64bit) for package: subversion-1.9.4-2.55.amzn1.x86_64
==> libstorage-ebs-test-server: --> Processing Dependency: libsvn_diff-1.so.0()(64bit) for package: subversion-1.9.4-2.55.amzn1.x86_64
==> libstorage-ebs-test-server: --> Processing Dependency: libsvn_wc-1.so.0()(64bit) for package: subversion-1.9.4-2.55.amzn1.x86_64
==> libstorage-ebs-test-server: --> Processing Dependency: libsvn_subr-1.so.0()(64bit) for package: subversion-1.9.4-2.55.amzn1.x86_64
==> libstorage-ebs-test-server: --> Processing Dependency: libsvn_delta-1.so.0()(64bit) for package: subversion-1.9.4-2.55.amzn1.x86_64
==> libstorage-ebs-test-server: --> Processing Dependency: libsvn_fs_x-1.so.0()(64bit) for package: subversion-1.9.4-2.55.amzn1.x86_64
==> libstorage-ebs-test-server: --> Processing Dependency: libsvn_ra_local-1.so.0()(64bit) for package: subversion-1.9.4-2.55.amzn1.x86_64
==> libstorage-ebs-test-server: --> Processing Dependency: libsvn_ra-1.so.0()(64bit) for package: subversion-1.9.4-2.55.amzn1.x86_64
==> libstorage-ebs-test-server: --> Processing Dependency: libsvn_ra_svn-1.so.0()(64bit) for package: subversion-1.9.4-2.55.amzn1.x86_64
==> libstorage-ebs-test-server: --> Processing Dependency: libsvn_repos-1.so.0()(64bit) for package: subversion-1.9.4-2.55.amzn1.x86_64
==> libstorage-ebs-test-server: ---> Package swig.x86_64 0:2.0.10-4.24.amzn1 will be installed
==> libstorage-ebs-test-server: ---> Package system-rpm-config.noarch 0:9.0.3-42.27.amzn1 will be installed
==> libstorage-ebs-test-server: ---> Package systemtap.x86_64 0:3.0-2.33.amzn1 will be installed
==> libstorage-ebs-test-server: --> Processing Dependency: systemtap-devel = 3.0-2.33.amzn1 for package: systemtap-3.0-2.33.amzn1.x86_64
==> libstorage-ebs-test-server: --> Processing Dependency: systemtap-client = 3.0-2.33.amzn1 for package: systemtap-3.0-2.33.amzn1.x86_64
==> libstorage-ebs-test-server: ---> Package systemtap-runtime.x86_64 0:3.0-2.33.amzn1 will be installed
==> libstorage-ebs-test-server: --> Processing Dependency: libjson-c.so.2()(64bit) for package: systemtap-runtime-3.0-2.33.amzn1.x86_64
==> libstorage-ebs-test-server: --> Processing Dependency: libdyninstAPI.so.8.1()(64bit) for package: systemtap-runtime-3.0-2.33.amzn1.x86_64
==> libstorage-ebs-test-server: --> Processing Dependency: libsymtabAPI.so.8.1()(64bit) for package: systemtap-runtime-3.0-2.33.amzn1.x86_64
==> libstorage-ebs-test-server: ---> Package texinfo.x86_64 0:5.1-4.10.amzn1 will be installed
==> libstorage-ebs-test-server: --> Processing Dependency: perl(Text::Unidecode) for package: texinfo-5.1-4.10.amzn1.x86_64
==> libstorage-ebs-test-server: --> Processing Dependency: perl(Locale::Messages) for package: texinfo-5.1-4.10.amzn1.x86_64
==> libstorage-ebs-test-server: ---> Package valgrind.x86_64 1:3.10.0-16.14.amzn1 will be installed
==> libstorage-ebs-test-server: --> Running transaction check
==> libstorage-ebs-test-server: ---> Package apr.x86_64 0:1.5.1-1.12.amzn1 will be installed
==> libstorage-ebs-test-server: ---> Package apr-util.x86_64 0:1.4.1-4.17.amzn1 will be installed
==> libstorage-ebs-test-server: ---> Package busybox.x86_64 1:1.19.3-2.11.amzn1 will be installed
==> libstorage-ebs-test-server: ---> Package dyninst.x86_64 0:8.1.2-6.3.amzn1 will be installed
==> libstorage-ebs-test-server: --> Processing Dependency: libdwarf.so.0()(64bit) for package: dyninst-8.1.2-6.3.amzn1.x86_64
==> libstorage-ebs-test-server: ---> Package elfutils-libs.x86_64 0:0.163-3.18.amzn1 will be installed
==> libstorage-ebs-test-server: ---> Package gcc48.x86_64 0:4.8.3-9.111.amzn1 will be installed
==> libstorage-ebs-test-server: --> Processing Dependency: cpp48(x86-64) = 4.8.3-9.111.amzn1 for package: gcc48-4.8.3-9.111.amzn1.x86_64
==> libstorage-ebs-test-server: --> Processing Dependency: glibc-devel(x86-64) >= 2.2.90-12 for package: gcc48-4.8.3-9.111.amzn1.x86_64
==> libstorage-ebs-test-server: --> Processing Dependency: libmpc.so.3()(64bit) for package: gcc48-4.8.3-9.111.amzn1.x86_64
==> libstorage-ebs-test-server: --> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc48-4.8.3-9.111.amzn1.x86_64
==> libstorage-ebs-test-server: ---> Package gcc48-c++.x86_64 0:4.8.3-9.111.amzn1 will be installed
==> libstorage-ebs-test-server: ---> Package gcc48-gfortran.x86_64 0:4.8.3-9.111.amzn1 will be installed
==> libstorage-ebs-test-server: --> Processing Dependency: libquadmath48-devel(x86-64) = 4.8.3-9.111.amzn1 for package: gcc48-gfortran-4.8.3-9.111.amzn1.x86_64
==> libstorage-ebs-test-server: --> Processing Dependency: libgfortran.so.3()(64bit) for package: gcc48-gfortran-4.8.3-9.111.amzn1.x86_64
==> libstorage-ebs-test-server: ---> Package gettext-devel.x86_64 0:0.18.1.1-9.1.11.amzn1 will be installed
==> libstorage-ebs-test-server: --> Processing Dependency: gettext-common-devel = 0.18.1.1-9.1.11.amzn1 for package: gettext-devel-0.18.1.1-9.1.11.amzn1.x86_64
==> libstorage-ebs-test-server: ---> Package gettext-libs.x86_64 0:0.18.1.1-9.1.11.amzn1 will be installed
==> libstorage-ebs-test-server: ---> Package json-c.x86_64 0:0.11-6.8.amzn1 will be installed
==> libstorage-ebs-test-server: ---> Package libgomp.x86_64 0:4.8.3-9.111.amzn1 will be installed
==> libstorage-ebs-test-server: ---> Package libserf.x86_64 0:1.3.7-1.7.amzn1 will be installed
==> libstorage-ebs-test-server: ---> Package libstdc++48-devel.x86_64 0:4.8.3-9.111.amzn1 will be installed
==> libstorage-ebs-test-server: ---> Package libunistring.x86_64 0:0.9.3-6.1.amzn1 will be installed
==> libstorage-ebs-test-server: ---> Package lzo.x86_64 0:2.08-1.5.amzn1 will be installed
==> libstorage-ebs-test-server: ---> Package m4.x86_64 0:1.4.16-9.10.amzn1 will be installed
==> libstorage-ebs-test-server: ---> Package perl-Data-Dumper.x86_64 0:2.145-3.5.amzn1 will be installed
==> libstorage-ebs-test-server: ---> Package perl-Error.noarch 1:0.17020-2.9.amzn1 will be installed
==> libstorage-ebs-test-server: ---> Package perl-Git.noarch 0:2.7.4-1.47.amzn1 will be installed
==> libstorage-ebs-test-server: ---> Package perl-TermReadKey.x86_64 0:2.30-20.9.amzn1 will be installed
==> libstorage-ebs-test-server: ---> Package perl-Test-Harness.noarch 0:3.28-3.6.amzn1 will be installed
==> libstorage-ebs-test-server: ---> Package perl-Text-Unidecode.noarch 0:0.04-20.7.amzn1 will be installed
==> libstorage-ebs-test-server: ---> Package perl-Thread-Queue.noarch 0:3.02-2.5.amzn1 will be installed
==> libstorage-ebs-test-server: ---> Package perl-XML-Parser.x86_64 0:2.41-10.9.amzn1 will be installed
==> libstorage-ebs-test-server: ---> Package perl-libintl.x86_64 0:1.20-12.7.amzn1 will be installed
==> libstorage-ebs-test-server: ---> Package snappy.x86_64 0:1.0.5-1.1.amzn1 will be installed
==> libstorage-ebs-test-server: ---> Package subversion-libs.x86_64 0:1.9.4-2.55.amzn1 will be installed
==> libstorage-ebs-test-server: ---> Package systemtap-client.x86_64 0:3.0-2.33.amzn1 will be installed
==> libstorage-ebs-test-server: --> Processing Dependency: libavahi-client.so.3()(64bit) for package: systemtap-client-3.0-2.33.amzn1.x86_64
==> libstorage-ebs-test-server: --> Processing Dependency: libavahi-common.so.3()(64bit) for package: systemtap-client-3.0-2.33.amzn1.x86_64
==> libstorage-ebs-test-server: ---> Package systemtap-devel.x86_64 0:3.0-2.33.amzn1 will be installed
==> libstorage-ebs-test-server: --> Processing Dependency: kernel-devel for package: systemtap-devel-3.0-2.33.amzn1.x86_64
==> libstorage-ebs-test-server: --> Running transaction check
==> libstorage-ebs-test-server: ---> Package avahi-libs.x86_64 0:0.6.25-12.17.amzn1 will be installed
==> libstorage-ebs-test-server: ---> Package cpp48.x86_64 0:4.8.3-9.111.amzn1 will be installed
==> libstorage-ebs-test-server: ---> Package gettext-common-devel.noarch 0:0.18.1.1-9.1.11.amzn1 will be installed
==> libstorage-ebs-test-server: ---> Package glibc-devel.x86_64 0:2.17-106.168.amzn1 will be installed
==> libstorage-ebs-test-server: --> Processing Dependency: glibc-headers = 2.17-106.168.amzn1 for package: glibc-devel-2.17-106.168.amzn1.x86_64
==> libstorage-ebs-test-server: --> Processing Dependency: glibc-headers for package: glibc-devel-2.17-106.168.amzn1.x86_64
==> libstorage-ebs-test-server: ---> Package kernel-devel.x86_64 0:4.4.19-29.55.amzn1 will be installed
==> libstorage-ebs-test-server: --> Processing Dependency: /usr/sbin/hardlink for package: kernel-devel-4.4.19-29.55.amzn1.x86_64
==> libstorage-ebs-test-server: ---> Package libdwarf.x86_64 0:20130207-3.3.amzn1 will be installed
==> libstorage-ebs-test-server: ---> Package libgfortran.x86_64 0:4.8.3-9.111.amzn1 will be installed
amzn-main/latest/filelists_db | 5.1 MB 00:00
amzn-updates/latest/filelists_db | 11 kB 00:00
==> libstorage-ebs-test-server: --> Processing Dependency: libquadmath.so.0(QUADMATH_1.0)(64bit) for package: libgfortran-4.8.3-9.111.amzn1.x86_64
==> libstorage-ebs-test-server: --> Processing Dependency: /usr/lib64/libquadmath.so.0.0.0 for package: libgfortran-4.8.3-9.111.amzn1.x86_64
==> libstorage-ebs-test-server: --> Processing Dependency: libquadmath.so.0()(64bit) for package: libgfortran-4.8.3-9.111.amzn1.x86_64
==> libstorage-ebs-test-server: ---> Package libmpc.x86_64 0:1.0.1-3.3.amzn1 will be installed
==> libstorage-ebs-test-server: ---> Package libquadmath48-devel.x86_64 0:4.8.3-9.111.amzn1 will be installed
==> libstorage-ebs-test-server: ---> Package mpfr.x86_64 0:3.1.1-4.14.amzn1 will be installed
==> libstorage-ebs-test-server: --> Running transaction check
==> libstorage-ebs-test-server: ---> Package glibc-headers.x86_64 0:2.17-106.168.amzn1 will be installed
==> libstorage-ebs-test-server: --> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.17-106.168.amzn1.x86_64
==> libstorage-ebs-test-server: --> Processing Dependency: kernel-headers for package: glibc-headers-2.17-106.168.amzn1.x86_64
==> libstorage-ebs-test-server: ---> Package hardlink.x86_64 1:1.0-10.4.amzn1 will be installed
==> libstorage-ebs-test-server: ---> Package libquadmath.x86_64 0:4.8.3-9.111.amzn1 will be installed
==> libstorage-ebs-test-server: --> Running transaction check
==> libstorage-ebs-test-server: ---> Package kernel-headers.x86_64 0:4.4.19-29.55.amzn1 will be installed
==> libstorage-ebs-test-server: --> Finished Dependency Resolution
==> libstorage-ebs-test-server:
==> libstorage-ebs-test-server: Dependencies Resolved
==> libstorage-ebs-test-server:
==> libstorage-ebs-test-server: ================================================================================
==> libstorage-ebs-test-server: Package Arch Version Repository Size
==> libstorage-ebs-test-server: ================================================================================
==> libstorage-ebs-test-server: Installing for group install "Development tools":
==> libstorage-ebs-test-server: autoconf noarch 2.69-11.9.amzn1 amzn-main 915 k
==> libstorage-ebs-test-server: automake noarch 1.13.4-3.15.amzn1 amzn-main 718 k
==> libstorage-ebs-test-server: bison x86_64 2.7-4.11.amzn1 amzn-main 645 k
==> libstorage-ebs-test-server: byacc x86_64 1.9.20070509-7.8.amzn1 amzn-main 52 k
==> libstorage-ebs-test-server: crash x86_64 7.1.5-1.20.amzn1 amzn-main 2.9 M
==> libstorage-ebs-test-server: cscope x86_64 15.6-6.5.amzn1 amzn-main 148 k
==> libstorage-ebs-test-server: ctags x86_64 5.8-2.6.amzn1 amzn-main 156 k
==> libstorage-ebs-test-server: cvs x86_64 1.11.23-16.9.amzn1 amzn-main 753 k
==> libstorage-ebs-test-server: diffstat x86_64 1.51-2.5.amzn1 amzn-main 27 k
==> libstorage-ebs-test-server: doxygen x86_64 1:1.8.2-1.11.amzn1 amzn-main 4.7 M
==> libstorage-ebs-test-server: elfutils x86_64 0.163-3.18.amzn1 amzn-main 308 k
==> libstorage-ebs-test-server: flex x86_64 2.5.37-3.13.amzn1 amzn-main 325 k
==> libstorage-ebs-test-server: gcc noarch 4.8.3-3.20.amzn1 amzn-main 3.9 k
==> libstorage-ebs-test-server: gcc-c++ noarch 4.8.3-3.20.amzn1 amzn-main 3.8 k
==> libstorage-ebs-test-server: gcc-gfortran noarch 4.8.3-3.20.amzn1 amzn-main 3.5 k
==> libstorage-ebs-test-server: gdb x86_64 7.6.1-64.33.amzn1 amzn-main 2.6 M
==> libstorage-ebs-test-server: gettext x86_64 0.18.1.1-9.1.11.amzn1 amzn-main 1.6 M
==> libstorage-ebs-test-server: git x86_64 2.7.4-1.47.amzn1 amzn-main 11 M
==> libstorage-ebs-test-server: indent x86_64 2.2.10-7.6.amzn1 amzn-main 123 k
==> libstorage-ebs-test-server: intltool noarch 0.41.0-1.1.5.amzn1 amzn-main 56 k
==> libstorage-ebs-test-server: kexec-tools x86_64 2.0.0-273.11.amzn1 amzn-main 370 k
==> libstorage-ebs-test-server: latrace x86_64 0.5.9-2.2.amzn1 amzn-main 152 k
==> libstorage-ebs-test-server: libtool x86_64 2.4.2-20.4.8.3.31.amzn1 amzn-main 737 k
==> libstorage-ebs-test-server: ltrace x86_64 0.5-23.45svn.6.amzn1 amzn-main 79 k
==> libstorage-ebs-test-server: patch x86_64 2.7.1-8.9.amzn1 amzn-main 113 k
==> libstorage-ebs-test-server: patchutils x86_64 0.3.1-3.1.5.amzn1 amzn-main 113 k
==> libstorage-ebs-test-server: rcs x86_64 5.7-37.7.amzn1 amzn-main 357 k
==> libstorage-ebs-test-server: rpm-build x86_64 4.11.2-2.73.amzn1 amzn-main 151 k
==> libstorage-ebs-test-server: strace x86_64 4.8-11.16.amzn1 amzn-main 319 k
==> libstorage-ebs-test-server: subversion x86_64 1.9.4-2.55.amzn1 amzn-main 1.6 M
==> libstorage-ebs-test-server: swig x86_64 2.0.10-4.24.amzn1 amzn-main 1.4 M
==> libstorage-ebs-test-server: system-rpm-config noarch 9.0.3-42.27.amzn1 amzn-main 63 k
==> libstorage-ebs-test-server: systemtap x86_64 3.0-2.33.amzn1 amzn-main 150 k
==> libstorage-ebs-test-server: systemtap-runtime x86_64 3.0-2.33.amzn1 amzn-main 487 k
==> libstorage-ebs-test-server: texinfo x86_64 5.1-4.10.amzn1 amzn-main 1.2 M
==> libstorage-ebs-test-server: valgrind x86_64 1:3.10.0-16.14.amzn1 amzn-main 18 M
==> libstorage-ebs-test-server: Installing for dependencies:
==> libstorage-ebs-test-server: apr x86_64 1.5.1-1.12.amzn1 amzn-main 116 k
==> libstorage-ebs-test-server: apr-util x86_64 1.4.1-4.17.amzn1 amzn-main 87 k
==> libstorage-ebs-test-server: avahi-libs x86_64 0.6.25-12.17.amzn1 amzn-main 64 k
==> libstorage-ebs-test-server: busybox x86_64 1:1.19.3-2.11.amzn1 amzn-main 616 k
==> libstorage-ebs-test-server: cpp48 x86_64 4.8.3-9.111.amzn1 amzn-main 6.7 M
==> libstorage-ebs-test-server: dyninst x86_64 8.1.2-6.3.amzn1 amzn-main 3.1 M
==> libstorage-ebs-test-server: elfutils-libs x86_64 0.163-3.18.amzn1 amzn-main 286 k
==> libstorage-ebs-test-server: gcc48 x86_64 4.8.3-9.111.amzn1 amzn-main 17 M
==> libstorage-ebs-test-server: gcc48-c++ x86_64 4.8.3-9.111.amzn1 amzn-main 8.1 M
==> libstorage-ebs-test-server: gcc48-gfortran x86_64 4.8.3-9.111.amzn1 amzn-main 7.9 M
==> libstorage-ebs-test-server: gettext-common-devel noarch 0.18.1.1-9.1.11.amzn1 amzn-main 597 k
==> libstorage-ebs-test-server: gettext-devel x86_64 0.18.1.1-9.1.11.amzn1 amzn-main 162 k
==> libstorage-ebs-test-server: gettext-libs x86_64 0.18.1.1-9.1.11.amzn1 amzn-main 428 k
==> libstorage-ebs-test-server: glibc-devel x86_64 2.17-106.168.amzn1 amzn-main 1.1 M
==> libstorage-ebs-test-server: glibc-headers x86_64 2.17-106.168.amzn1 amzn-main 737 k
==> libstorage-ebs-test-server: hardlink x86_64 1:1.0-10.4.amzn1 amzn-main 9.6 k
==> libstorage-ebs-test-server: json-c x86_64 0.11-6.8.amzn1 amzn-main 31 k
==> libstorage-ebs-test-server: kernel-devel x86_64 4.4.19-29.55.amzn1 amzn-main 10 M
==> libstorage-ebs-test-server: kernel-headers x86_64 4.4.19-29.55.amzn1 amzn-main 1.0 M
==> libstorage-ebs-test-server: libdwarf x86_64 20130207-3.3.amzn1 amzn-main 117 k
==> libstorage-ebs-test-server: libgfortran x86_64 4.8.3-9.111.amzn1 amzn-main 411 k
==> libstorage-ebs-test-server: libgomp x86_64 4.8.3-9.111.amzn1 amzn-main 175 k
==> libstorage-ebs-test-server: libmpc x86_64 1.0.1-3.3.amzn1 amzn-main 53 k
==> libstorage-ebs-test-server: libquadmath x86_64 4.8.3-9.111.amzn1 amzn-main 234 k
==> libstorage-ebs-test-server: libquadmath48-devel x86_64 4.8.3-9.111.amzn1 amzn-main 87 k
==> libstorage-ebs-test-server: libserf x86_64 1.3.7-1.7.amzn1 amzn-main 64 k
==> libstorage-ebs-test-server: libstdc++48-devel x86_64 4.8.3-9.111.amzn1 amzn-main 1.7 M
==> libstorage-ebs-test-server: libunistring x86_64 0.9.3-6.1.amzn1 amzn-main 419 k
==> libstorage-ebs-test-server: lzo x86_64 2.08-1.5.amzn1 amzn-main 64 k
==> libstorage-ebs-test-server: m4 x86_64 1.4.16-9.10.amzn1 amzn-main 263 k
==> libstorage-ebs-test-server: mpfr x86_64 3.1.1-4.14.amzn1 amzn-main 237 k
==> libstorage-ebs-test-server: perl-Data-Dumper x86_64 2.145-3.5.amzn1 amzn-main 49 k
==> libstorage-ebs-test-server: perl-Error noarch 1:0.17020-2.9.amzn1 amzn-main 33 k
==> libstorage-ebs-test-server: perl-Git noarch 2.7.4-1.47.amzn1 amzn-main 64 k
==> libstorage-ebs-test-server: perl-TermReadKey x86_64 2.30-20.9.amzn1 amzn-main 33 k
==> libstorage-ebs-test-server: perl-Test-Harness noarch 3.28-3.6.amzn1 amzn-main 314 k
==> libstorage-ebs-test-server: perl-Text-Unidecode noarch 0.04-20.7.amzn1 amzn-main 121 k
==> libstorage-ebs-test-server: perl-Thread-Queue noarch 3.02-2.5.amzn1 amzn-main 17 k
==> libstorage-ebs-test-server: perl-XML-Parser x86_64 2.41-10.9.amzn1 amzn-main 277 k
==> libstorage-ebs-test-server: perl-libintl x86_64 1.20-12.7.amzn1 amzn-main 1.1 M
==> libstorage-ebs-test-server: snappy x86_64 1.0.5-1.1.amzn1 amzn-main 36 k
==> libstorage-ebs-test-server: subversion-libs x86_64 1.9.4-2.55.amzn1 amzn-main 1.5 M
==> libstorage-ebs-test-server: systemtap-client x86_64 3.0-2.33.amzn1 amzn-main 3.9 M
==> libstorage-ebs-test-server: systemtap-devel x86_64 3.0-2.33.amzn1 amzn-main 2.7 M
==> libstorage-ebs-test-server:
==> libstorage-ebs-test-server: Transaction Summary
==> libstorage-ebs-test-server: ================================================================================
==> libstorage-ebs-test-server: Install 36 Packages (+44 Dependent packages)
==> libstorage-ebs-test-server:
==> libstorage-ebs-test-server: Total download size: 124 M
==> libstorage-ebs-test-server: Installed size: 305 M
==> libstorage-ebs-test-server: Downloading packages:
(1/80): apr-1.5.1-1.12.amzn1.x86_64.rpm | 116 kB 00:00
(2/80): apr-util-1.4.1-4.17.amzn1.x86_64.rpm | 87 kB 00:00
(3/80): autoconf-2.69-11.9.amzn1.noarch.rpm | 915 kB 00:00
(4/80): automake-1.13.4-3.15.amzn1.noarch.rpm | 718 kB 00:00
(5/80): avahi-libs-0.6.25-12.17.amzn1.x86_64.rpm | 64 kB 00:00
(6/80): bison-2.7-4.11.amzn1.x86_64.rpm | 645 kB 00:00
(7/80): busybox-1.19.3-2.11.amzn1.x86_64.rpm | 616 kB 00:00
(8/80): byacc-1.9.20070509-7.8.amzn1.x86_64.rpm | 52 kB 00:00
(9/80): cpp48-4.8.3-9.111.amzn1.x86_64.rpm | 6.7 MB 00:00
(10/80): crash-7.1.5-1.20.amzn1.x86_64.rpm | 2.9 MB 00:00
(11/80): cscope-15.6-6.5.amzn1.x86_64.rpm | 148 kB 00:00
(12/80): ctags-5.8-2.6.amzn1.x86_64.rpm | 156 kB 00:00
(13/80): cvs-1.11.23-16.9.amzn1.x86_64.rpm | 753 kB 00:00
(14/80): diffstat-1.51-2.5.amzn1.x86_64.rpm | 27 kB 00:00
(15/80): doxygen-1.8.2-1.11.amzn1.x86_64.rpm | 4.7 MB 00:00
(16/80): dyninst-8.1.2-6.3.amzn1.x86_64.rpm | 3.1 MB 00:00
(17/80): elfutils-0.163-3.18.amzn1.x86_64.rpm | 308 kB 00:00
(18/80): elfutils-libs-0.163-3.18.amzn1.x86_64.rpm | 286 kB 00:00
(19/80): flex-2.5.37-3.13.amzn1.x86_64.rpm | 325 kB 00:00
(20/80): gcc-4.8.3-3.20.amzn1.noarch.rpm | 3.9 kB 00:00
(21/80): gcc-c++-4.8.3-3.20.amzn1.noarch.rpm | 3.8 kB 00:00
(22/80): gcc-gfortran-4.8.3-3.20.amzn1.noarch.rpm | 3.5 kB 00:00
(23/80): gcc48-4.8.3-9.111.amzn1.x86_64.rpm | 17 MB 00:00
(24/80): gcc48-c++-4.8.3-9.111.amzn1.x86_64.rpm | 8.1 MB 00:00
(25/80): gcc48-gfortran-4.8.3-9.111.amzn1.x86_64.rpm | 7.9 MB 00:00
(26/80): gdb-7.6.1-64.33.amzn1.x86_64.rpm | 2.6 MB 00:00
(27/80): gettext-0.18.1.1-9.1.11.amzn1.x86_64.rpm | 1.6 MB 00:00
(28/80): gettext-common-devel-0.18.1.1-9.1.11.amzn1.noar | 597 kB 00:00
(29/80): gettext-devel-0.18.1.1-9.1.11.amzn1.x86_64.rpm | 162 kB 00:00
(30/80): gettext-libs-0.18.1.1-9.1.11.amzn1.x86_64.rpm | 428 kB 00:00
(31/80): git-2.7.4-1.47.amzn1.x86_64.rpm | 11 MB 00:00
(32/80): glibc-devel-2.17-106.168.amzn1.x86_64.rpm | 1.1 MB 00:00
(33/80): glibc-headers-2.17-106.168.amzn1.x86_64.rpm | 737 kB 00:00
(34/80): hardlink-1.0-10.4.amzn1.x86_64.rpm | 9.6 kB 00:00
(35/80): indent-2.2.10-7.6.amzn1.x86_64.rpm | 123 kB 00:00
(36/80): intltool-0.41.0-1.1.5.amzn1.noarch.rpm | 56 kB 00:00
(37/80): json-c-0.11-6.8.amzn1.x86_64.rpm | 31 kB 00:00
(38/80): kernel-devel-4.4.19-29.55.amzn1.x86_64.rpm | 10 MB 00:00
(39/80): kernel-headers-4.4.19-29.55.amzn1.x86_64.rpm | 1.0 MB 00:00
(40/80): kexec-tools-2.0.0-273.11.amzn1.x86_64.rpm | 370 kB 00:00
(41/80): latrace-0.5.9-2.2.amzn1.x86_64.rpm | 152 kB 00:00
(42/80): libdwarf-20130207-3.3.amzn1.x86_64.rpm | 117 kB 00:00
(43/80): libgfortran-4.8.3-9.111.amzn1.x86_64.rpm | 411 kB 00:00
(44/80): libgomp-4.8.3-9.111.amzn1.x86_64.rpm | 175 kB 00:00
(45/80): libmpc-1.0.1-3.3.amzn1.x86_64.rpm | 53 kB 00:00
(46/80): libquadmath-4.8.3-9.111.amzn1.x86_64.rpm | 234 kB 00:00
(47/80): libquadmath48-devel-4.8.3-9.111.amzn1.x86_64.rp | 87 kB 00:00
(48/80): libserf-1.3.7-1.7.amzn1.x86_64.rpm | 64 kB 00:00
(49/80): libstdc++48-devel-4.8.3-9.111.amzn1.x86_64.rpm | 1.7 MB 00:00
(50/80): libtool-2.4.2-20.4.8.3.31.amzn1.x86_64.rpm | 737 kB 00:00
(51/80): libunistring-0.9.3-6.1.amzn1.x86_64.rpm | 419 kB 00:00
(52/80): ltrace-0.5-23.45svn.6.amzn1.x86_64.rpm | 79 kB 00:00
(53/80): lzo-2.08-1.5.amzn1.x86_64.rpm | 64 kB 00:00
(54/80): m4-1.4.16-9.10.amzn1.x86_64.rpm | 263 kB 00:00
(55/80): mpfr-3.1.1-4.14.amzn1.x86_64.rpm | 237 kB 00:00
(56/80): patch-2.7.1-8.9.amzn1.x86_64.rpm | 113 kB 00:00
(57/80): patchutils-0.3.1-3.1.5.amzn1.x86_64.rpm | 113 kB 00:00
(58/80): perl-Data-Dumper-2.145-3.5.amzn1.x86_64.rpm | 49 kB 00:00
(59/80): perl-Error-0.17020-2.9.amzn1.noarch.rpm | 33 kB 00:00
(60/80): perl-Git-2.7.4-1.47.amzn1.noarch.rpm | 64 kB 00:00
(61/80): perl-TermReadKey-2.30-20.9.amzn1.x86_64.rpm | 33 kB 00:00
(62/80): perl-Test-Harness-3.28-3.6.amzn1.noarch.rpm | 314 kB 00:00
(63/80): perl-Text-Unidecode-0.04-20.7.amzn1.noarch.rpm | 121 kB 00:00
(64/80): perl-Thread-Queue-3.02-2.5.amzn1.noarch.rpm | 17 kB 00:00
(65/80): perl-XML-Parser-2.41-10.9.amzn1.x86_64.rpm | 277 kB 00:00
(66/80): perl-libintl-1.20-12.7.amzn1.x86_64.rpm | 1.1 MB 00:00
(67/80): rcs-5.7-37.7.amzn1.x86_64.rpm | 357 kB 00:00
(68/80): rpm-build-4.11.2-2.73.amzn1.x86_64.rpm | 151 kB 00:00
(69/80): snappy-1.0.5-1.1.amzn1.x86_64.rpm | 36 kB 00:00
(70/80): strace-4.8-11.16.amzn1.x86_64.rpm | 319 kB 00:00
(71/80): subversion-1.9.4-2.55.amzn1.x86_64.rpm | 1.6 MB 00:00
(72/80): subversion-libs-1.9.4-2.55.amzn1.x86_64.rpm | 1.5 MB 00:00
(73/80): swig-2.0.10-4.24.amzn1.x86_64.rpm | 1.4 MB 00:00
(74/80): system-rpm-config-9.0.3-42.27.amzn1.noarch.rpm | 63 kB 00:00
(75/80): systemtap-3.0-2.33.amzn1.x86_64.rpm | 150 kB 00:00
(76/80): systemtap-client-3.0-2.33.amzn1.x86_64.rpm | 3.9 MB 00:00
(77/80): systemtap-devel-3.0-2.33.amzn1.x86_64.rpm | 2.7 MB 00:00
(78/80): systemtap-runtime-3.0-2.33.amzn1.x86_64.rpm | 487 kB 00:00
(79/80): texinfo-5.1-4.10.amzn1.x86_64.rpm | 1.2 MB 00:00
(80/80): valgrind-3.10.0-16.14.amzn1.x86_64.rpm | 18 MB 00:00
==> libstorage-ebs-test-server: --------------------------------------------------------------------------------
==> libstorage-ebs-test-server: Total 34 MB/s | 124 MB 00:03
==> libstorage-ebs-test-server: Running transaction check
==> libstorage-ebs-test-server: Running transaction test
==> libstorage-ebs-test-server: Transaction test succeeded
==> libstorage-ebs-test-server: Running transaction
Installing : mpfr-3.1.1-4.14.amzn1.x86_64 1/80
Installing : libmpc-1.0.1-3.3.amzn1.x86_64 2/80
Installing : elfutils-libs-0.163-3.18.amzn1.x86_64 3/80
Installing : apr-1.5.1-1.12.amzn1.x86_64 4/80
Installing : apr-util-1.4.1-4.17.amzn1.x86_64 5/80
Installing : m4-1.4.16-9.10.amzn1.x86_64 6/80
Installing : libserf-1.3.7-1.7.amzn1.x86_64 7/80
Installing : libquadmath-4.8.3-9.111.amzn1.x86_64 8/80
Installing : 1:perl-Error-0.17020-2.9.amzn1.noarch 9/80
Installing : lzo-2.08-1.5.amzn1.x86_64 10/80
Installing : snappy-1.0.5-1.1.amzn1.x86_64 11/80
Installing : perl-Thread-Queue-3.02-2.5.amzn1.noarch 12/80
Installing : libstdc++48-devel-4.8.3-9.111.amzn1.x86_64 13/80
Installing : perl-Data-Dumper-2.145-3.5.amzn1.x86_64 14/80
Installing : autoconf-2.69-11.9.amzn1.noarch 15/80
Installing : libunistring-0.9.3-6.1.amzn1.x86_64 16/80
Installing : gettext-libs-0.18.1.1-9.1.11.amzn1.x86_64 17/80
Installing : avahi-libs-0.6.25-12.17.amzn1.x86_64 18/80
Installing : libgomp-4.8.3-9.111.amzn1.x86_64 19/80
Installing : patch-2.7.1-8.9.amzn1.x86_64 20/80
Installing : gettext-0.18.1.1-9.1.11.amzn1.x86_64 21/80
Installing : libquadmath48-devel-4.8.3-9.111.amzn1.x86_64 22/80
Installing : libgfortran-4.8.3-9.111.amzn1.x86_64 23/80
Installing : subversion-libs-1.9.4-2.55.amzn1.x86_64 24/80
Installing : elfutils-0.163-3.18.amzn1.x86_64 25/80
Installing : cpp48-4.8.3-9.111.amzn1.x86_64 26/80
Installing : perl-TermReadKey-2.30-20.9.amzn1.x86_64 27/80
Installing : git-2.7.4-1.47.amzn1.x86_64 28/80
Installing : perl-Git-2.7.4-1.47.amzn1.noarch 29/80
Installing : perl-XML-Parser-2.41-10.9.amzn1.x86_64 30/80
Installing : json-c-0.11-6.8.amzn1.x86_64 31/80
Installing : perl-Text-Unidecode-0.04-20.7.amzn1.noarch 32/80
Installing : gdb-7.6.1-64.33.amzn1.x86_64 33/80
Installing : 1:busybox-1.19.3-2.11.amzn1.x86_64 34/80
Installing : perl-libintl-1.20-12.7.amzn1.x86_64 35/80
Installing : perl-Test-Harness-3.28-3.6.amzn1.noarch 36/80
Installing : automake-1.13.4-3.15.amzn1.noarch 37/80
Installing : 1:hardlink-1.0-10.4.amzn1.x86_64 38/80
Installing : kernel-devel-4.4.19-29.55.amzn1.x86_64 39/80
Installing : libdwarf-20130207-3.3.amzn1.x86_64 40/80
Installing : dyninst-8.1.2-6.3.amzn1.x86_64 41/80
Installing : systemtap-runtime-3.0-2.33.amzn1.x86_64 42/80
Installing : kernel-headers-4.4.19-29.55.amzn1.x86_64 43/80
Installing : glibc-headers-2.17-106.168.amzn1.x86_64 44/80
Installing : glibc-devel-2.17-106.168.amzn1.x86_64 45/80
Installing : gcc48-4.8.3-9.111.amzn1.x86_64 46/80
Installing : systemtap-devel-3.0-2.33.amzn1.x86_64 47/80
Installing : gcc-4.8.3-3.20.amzn1.noarch 48/80
Installing : systemtap-client-3.0-2.33.amzn1.x86_64 49/80
Installing : gcc48-gfortran-4.8.3-9.111.amzn1.x86_64 50/80
Installing : gcc48-c++-4.8.3-9.111.amzn1.x86_64 51/80
Installing : gettext-common-devel-0.18.1.1-9.1.11.amzn1.noarch 52/80
Installing : gettext-devel-0.18.1.1-9.1.11.amzn1.x86_64 53/80
Installing : intltool-0.41.0-1.1.5.amzn1.noarch 54/80
Installing : gcc-c++-4.8.3-3.20.amzn1.noarch 55/80
Installing : gcc-gfortran-4.8.3-3.20.amzn1.noarch 56/80
Installing : systemtap-3.0-2.33.amzn1.x86_64 57/80
Installing : libtool-2.4.2-20.4.8.3.31.amzn1.x86_64 58/80
Installing : texinfo-5.1-4.10.amzn1.x86_64 59/80
Installing : kexec-tools-2.0.0-273.11.amzn1.x86_64 60/80
Installing : rpm-build-4.11.2-2.73.amzn1.x86_64 61/80
Installing : subversion-1.9.4-2.55.amzn1.x86_64 62/80
Installing : crash-7.1.5-1.20.amzn1.x86_64 63/80
Installing : flex-2.5.37-3.13.amzn1.x86_64 64/80
Installing : bison-2.7-4.11.amzn1.x86_64 65/80
Installing : rcs-5.7-37.7.amzn1.x86_64 66/80
Installing : ctags-5.8-2.6.amzn1.x86_64 67/80
Installing : system-rpm-config-9.0.3-42.27.amzn1.noarch 68/80
Installing : ltrace-0.5-23.45svn.6.amzn1.x86_64 69/80
Installing : strace-4.8-11.16.amzn1.x86_64 70/80
Installing : diffstat-1.51-2.5.amzn1.x86_64 71/80
Installing : byacc-1.9.20070509-7.8.amzn1.x86_64 72/80
Installing : swig-2.0.10-4.24.amzn1.x86_64 73/80
Installing : 1:doxygen-1.8.2-1.11.amzn1.x86_64 74/80
Installing : cscope-15.6-6.5.amzn1.x86_64 75/80
Installing : cvs-1.11.23-16.9.amzn1.x86_64 76/80
Installing : latrace-0.5.9-2.2.amzn1.x86_64 77/80
Installing : indent-2.2.10-7.6.amzn1.x86_64 78/80
Installing : patchutils-0.3.1-3.1.5.amzn1.x86_64 79/80
Installing : 1:valgrind-3.10.0-16.14.amzn1.x86_64 80/80
Verifying : glibc-headers-2.17-106.168.amzn1.x86_64 1/80
Verifying : perl-Git-2.7.4-1.47.amzn1.noarch 2/80
Verifying : dyninst-8.1.2-6.3.amzn1.x86_64 3/80
Verifying : 1:valgrind-3.10.0-16.14.amzn1.x86_64 4/80
Verifying : systemtap-devel-3.0-2.33.amzn1.x86_64 5/80
Verifying : automake-1.13.4-3.15.amzn1.noarch 6/80
Verifying : patchutils-0.3.1-3.1.5.amzn1.x86_64 7/80
Verifying : gettext-common-devel-0.18.1.1-9.1.11.amzn1.noarch 8/80
Verifying : indent-2.2.10-7.6.amzn1.x86_64 9/80
Verifying : gcc-4.8.3-3.20.amzn1.noarch 10/80
Verifying : kernel-headers-4.4.19-29.55.amzn1.x86_64 11/80
Verifying : gettext-0.18.1.1-9.1.11.amzn1.x86_64 12/80
Verifying : git-2.7.4-1.47.amzn1.x86_64 13/80
Verifying : patch-2.7.1-8.9.amzn1.x86_64 14/80
Verifying : latrace-0.5.9-2.2.amzn1.x86_64 15/80
Verifying : libgomp-4.8.3-9.111.amzn1.x86_64 16/80
Verifying : avahi-libs-0.6.25-12.17.amzn1.x86_64 17/80
Verifying : mpfr-3.1.1-4.14.amzn1.x86_64 18/80
Verifying : rpm-build-4.11.2-2.73.amzn1.x86_64 19/80
Verifying : cvs-1.11.23-16.9.amzn1.x86_64 20/80
Verifying : cscope-15.6-6.5.amzn1.x86_64 21/80
Verifying : apr-1.5.1-1.12.amzn1.x86_64 22/80
Verifying : m4-1.4.16-9.10.amzn1.x86_64 23/80
Verifying : libdwarf-20130207-3.3.amzn1.x86_64 24/80
Verifying : 1:doxygen-1.8.2-1.11.amzn1.x86_64 25/80
Verifying : libmpc-1.0.1-3.3.amzn1.x86_64 26/80
Verifying : swig-2.0.10-4.24.amzn1.x86_64 27/80
Verifying : byacc-1.9.20070509-7.8.amzn1.x86_64 28/80
Verifying : libserf-1.3.7-1.7.amzn1.x86_64 29/80
Verifying : diffstat-1.51-2.5.amzn1.x86_64 30/80
Verifying : 1:hardlink-1.0-10.4.amzn1.x86_64 31/80
Verifying : perl-Test-Harness-3.28-3.6.amzn1.noarch 32/80
Verifying : texinfo-5.1-4.10.amzn1.x86_64 33/80
Verifying : libunistring-0.9.3-6.1.amzn1.x86_64 34/80
Verifying : intltool-0.41.0-1.1.5.amzn1.noarch 35/80
Verifying : kernel-devel-4.4.19-29.55.amzn1.x86_64 36/80
Verifying : perl-Data-Dumper-2.145-3.5.amzn1.x86_64 37/80
Verifying : perl-libintl-1.20-12.7.amzn1.x86_64 38/80
Verifying : crash-7.1.5-1.20.amzn1.x86_64 39/80
Verifying : libstdc++48-devel-4.8.3-9.111.amzn1.x86_64 40/80
Verifying : gettext-libs-0.18.1.1-9.1.11.amzn1.x86_64 41/80
Verifying : systemtap-runtime-3.0-2.33.amzn1.x86_64 42/80
Verifying : elfutils-0.163-3.18.amzn1.x86_64 43/80
Verifying : 1:busybox-1.19.3-2.11.amzn1.x86_64 44/80
Verifying : flex-2.5.37-3.13.amzn1.x86_64 45/80
Verifying : gcc48-gfortran-4.8.3-9.111.amzn1.x86_64 46/80
Verifying : libquadmath48-devel-4.8.3-9.111.amzn1.x86_64 47/80
Verifying : perl-Thread-Queue-3.02-2.5.amzn1.noarch 48/80
Verifying : bison-2.7-4.11.amzn1.x86_64 49/80
Verifying : gcc48-4.8.3-9.111.amzn1.x86_64 50/80
Verifying : strace-4.8-11.16.amzn1.x86_64 51/80
Verifying : apr-util-1.4.1-4.17.amzn1.x86_64 52/80
Verifying : gdb-7.6.1-64.33.amzn1.x86_64 53/80
Verifying : cpp48-4.8.3-9.111.amzn1.x86_64 54/80
Verifying : perl-Text-Unidecode-0.04-20.7.amzn1.noarch 55/80
Verifying : snappy-1.0.5-1.1.amzn1.x86_64 56/80
Verifying : subversion-1.9.4-2.55.amzn1.x86_64 57/80
Verifying : ltrace-0.5-23.45svn.6.amzn1.x86_64 58/80
Verifying : gcc-c++-4.8.3-3.20.amzn1.noarch 59/80
Verifying : system-rpm-config-9.0.3-42.27.amzn1.noarch 60/80
Verifying : lzo-2.08-1.5.amzn1.x86_64 61/80
Verifying : glibc-devel-2.17-106.168.amzn1.x86_64 62/80
Verifying : json-c-0.11-6.8.amzn1.x86_64 63/80
Verifying : 1:perl-Error-0.17020-2.9.amzn1.noarch 64/80
Verifying : perl-XML-Parser-2.41-10.9.amzn1.x86_64 65/80
Verifying : ctags-5.8-2.6.amzn1.x86_64 66/80
Verifying : gcc-gfortran-4.8.3-3.20.amzn1.noarch 67/80
Verifying : rcs-5.7-37.7.amzn1.x86_64 68/80
Verifying : systemtap-3.0-2.33.amzn1.x86_64 69/80
Verifying : kexec-tools-2.0.0-273.11.amzn1.x86_64 70/80
Verifying : elfutils-libs-0.163-3.18.amzn1.x86_64 71/80
Verifying : autoconf-2.69-11.9.amzn1.noarch 72/80
Verifying : gettext-devel-0.18.1.1-9.1.11.amzn1.x86_64 73/80
Verifying : libgfortran-4.8.3-9.111.amzn1.x86_64 74/80
Verifying : gcc48-c++-4.8.3-9.111.amzn1.x86_64 75/80
Verifying : perl-TermReadKey-2.30-20.9.amzn1.x86_64 76/80
Verifying : libtool-2.4.2-20.4.8.3.31.amzn1.x86_64 77/80
Verifying : systemtap-client-3.0-2.33.amzn1.x86_64 78/80
Verifying : libquadmath-4.8.3-9.111.amzn1.x86_64 79/80
Verifying : subversion-libs-1.9.4-2.55.amzn1.x86_64 80/80
==> libstorage-ebs-test-server:
==> libstorage-ebs-test-server: Installed:
==> libstorage-ebs-test-server: autoconf.noarch 0:2.69-11.9.amzn1
==> libstorage-ebs-test-server: automake.noarch 0:1.13.4-3.15.amzn1
==> libstorage-ebs-test-server: bison.x86_64 0:2.7-4.11.amzn1
==> libstorage-ebs-test-server: byacc.x86_64 0:1.9.20070509-7.8.amzn1
==> libstorage-ebs-test-server: crash.x86_64 0:7.1.5-1.20.amzn1
==> libstorage-ebs-test-server: cscope.x86_64 0:15.6-6.5.amzn1
==> libstorage-ebs-test-server: ctags.x86_64 0:5.8-2.6.amzn1
==> libstorage-ebs-test-server: cvs.x86_64 0:1.11.23-16.9.amzn1
==> libstorage-ebs-test-server: diffstat.x86_64 0:1.51-2.5.amzn1
==> libstorage-ebs-test-server: doxygen.x86_64 1:1.8.2-1.11.amzn1
==> libstorage-ebs-test-server: elfutils.x86_64 0:0.163-3.18.amzn1
==> libstorage-ebs-test-server: flex.x86_64 0:2.5.37-3.13.amzn1
==> libstorage-ebs-test-server: gcc.noarch 0:4.8.3-3.20.amzn1
==> libstorage-ebs-test-server: gcc-c++.noarch 0:4.8.3-3.20.amzn1
==> libstorage-ebs-test-server: gcc-gfortran.noarch 0:4.8.3-3.20.amzn1
==> libstorage-ebs-test-server: gdb.x86_64 0:7.6.1-64.33.amzn1
==> libstorage-ebs-test-server: gettext.x86_64 0:0.18.1.1-9.1.11.amzn1
==> libstorage-ebs-test-server: git.x86_64 0:2.7.4-1.47.amzn1
==> libstorage-ebs-test-server: indent.x86_64 0:2.2.10-7.6.amzn1
==> libstorage-ebs-test-server: intltool.noarch 0:0.41.0-1.1.5.amzn1
==> libstorage-ebs-test-server: kexec-tools.x86_64 0:2.0.0-273.11.amzn1
==> libstorage-ebs-test-server: latrace.x86_64 0:0.5.9-2.2.amzn1
==> libstorage-ebs-test-server: libtool.x86_64 0:2.4.2-20.4.8.3.31.amzn1
==> libstorage-ebs-test-server: ltrace.x86_64 0:0.5-23.45svn.6.amzn1
==> libstorage-ebs-test-server: patch.x86_64 0:2.7.1-8.9.amzn1
==> libstorage-ebs-test-server: patchutils.x86_64 0:0.3.1-3.1.5.amzn1
==> libstorage-ebs-test-server: rcs.x86_64 0:5.7-37.7.amzn1
==> libstorage-ebs-test-server: rpm-build.x86_64 0:4.11.2-2.73.amzn1
==> libstorage-ebs-test-server: strace.x86_64 0:4.8-11.16.amzn1
==> libstorage-ebs-test-server: subversion.x86_64 0:1.9.4-2.55.amzn1
==> libstorage-ebs-test-server: swig.x86_64 0:2.0.10-4.24.amzn1
==> libstorage-ebs-test-server: system-rpm-config.noarch 0:9.0.3-42.27.amzn1
==> libstorage-ebs-test-server: systemtap.x86_64 0:3.0-2.33.amzn1
==> libstorage-ebs-test-server: systemtap-runtime.x86_64 0:3.0-2.33.amzn1
==> libstorage-ebs-test-server: texinfo.x86_64 0:5.1-4.10.amzn1
==> libstorage-ebs-test-server: valgrind.x86_64 1:3.10.0-16.14.amzn1
==> libstorage-ebs-test-server:
==> libstorage-ebs-test-server: Dependency Installed:
==> libstorage-ebs-test-server: apr.x86_64 0:1.5.1-1.12.amzn1
==> libstorage-ebs-test-server: apr-util.x86_64 0:1.4.1-4.17.amzn1
==> libstorage-ebs-test-server: avahi-libs.x86_64 0:0.6.25-12.17.amzn1
==> libstorage-ebs-test-server: busybox.x86_64 1:1.19.3-2.11.amzn1
==> libstorage-ebs-test-server: cpp48.x86_64 0:4.8.3-9.111.amzn1
==> libstorage-ebs-test-server: dyninst.x86_64 0:8.1.2-6.3.amzn1
==> libstorage-ebs-test-server: elfutils-libs.x86_64 0:0.163-3.18.amzn1
==> libstorage-ebs-test-server: gcc48.x86_64 0:4.8.3-9.111.amzn1
==> libstorage-ebs-test-server: gcc48-c++.x86_64 0:4.8.3-9.111.amzn1
==> libstorage-ebs-test-server: gcc48-gfortran.x86_64 0:4.8.3-9.111.amzn1
==> libstorage-ebs-test-server: gettext-common-devel.noarch 0:0.18.1.1-9.1.11.amzn1
==> libstorage-ebs-test-server: gettext-devel.x86_64 0:0.18.1.1-9.1.11.amzn1
==> libstorage-ebs-test-server: gettext-libs.x86_64 0:0.18.1.1-9.1.11.amzn1
==> libstorage-ebs-test-server: glibc-devel.x86_64 0:2.17-106.168.amzn1
==> libstorage-ebs-test-server: glibc-headers.x86_64 0:2.17-106.168.amzn1
==> libstorage-ebs-test-server: hardlink.x86_64 1:1.0-10.4.amzn1
==> libstorage-ebs-test-server: json-c.x86_64 0:0.11-6.8.amzn1
==> libstorage-ebs-test-server: kernel-devel.x86_64 0:4.4.19-29.55.amzn1
==> libstorage-ebs-test-server: kernel-headers.x86_64 0:4.4.19-29.55.amzn1
==> libstorage-ebs-test-server: libdwarf.x86_64 0:20130207-3.3.amzn1
==> libstorage-ebs-test-server: libgfortran.x86_64 0:4.8.3-9.111.amzn1
==> libstorage-ebs-test-server: libgomp.x86_64 0:4.8.3-9.111.amzn1
==> libstorage-ebs-test-server: libmpc.x86_64 0:1.0.1-3.3.amzn1
==> libstorage-ebs-test-server: libquadmath.x86_64 0:4.8.3-9.111.amzn1
==> libstorage-ebs-test-server: libquadmath48-devel.x86_64 0:4.8.3-9.111.amzn1
==> libstorage-ebs-test-server: libserf.x86_64 0:1.3.7-1.7.amzn1
==> libstorage-ebs-test-server: libstdc++48-devel.x86_64 0:4.8.3-9.111.amzn1
==> libstorage-ebs-test-server: libunistring.x86_64 0:0.9.3-6.1.amzn1
==> libstorage-ebs-test-server: lzo.x86_64 0:2.08-1.5.amzn1
==> libstorage-ebs-test-server: m4.x86_64 0:1.4.16-9.10.amzn1
==> libstorage-ebs-test-server: mpfr.x86_64 0:3.1.1-4.14.amzn1
==> libstorage-ebs-test-server: perl-Data-Dumper.x86_64 0:2.145-3.5.amzn1
==> libstorage-ebs-test-server: perl-Error.noarch 1:0.17020-2.9.amzn1
==> libstorage-ebs-test-server: perl-Git.noarch 0:2.7.4-1.47.amzn1
==> libstorage-ebs-test-server: perl-TermReadKey.x86_64 0:2.30-20.9.amzn1
==> libstorage-ebs-test-server: perl-Test-Harness.noarch 0:3.28-3.6.amzn1
==> libstorage-ebs-test-server: perl-Text-Unidecode.noarch 0:0.04-20.7.amzn1
==> libstorage-ebs-test-server: perl-Thread-Queue.noarch 0:3.02-2.5.amzn1
==> libstorage-ebs-test-server: perl-XML-Parser.x86_64 0:2.41-10.9.amzn1
==> libstorage-ebs-test-server: perl-libintl.x86_64 0:1.20-12.7.amzn1
==> libstorage-ebs-test-server: snappy.x86_64 0:1.0.5-1.1.amzn1
==> libstorage-ebs-test-server: subversion-libs.x86_64 0:1.9.4-2.55.amzn1
==> libstorage-ebs-test-server: systemtap-client.x86_64 0:3.0-2.33.amzn1
==> libstorage-ebs-test-server: systemtap-devel.x86_64 0:3.0-2.33.amzn1
==> libstorage-ebs-test-server:
==> libstorage-ebs-test-server: Complete!
==> libstorage-ebs-test-server: Loaded plugins: priorities, update-motd, upgrade-helper
==> libstorage-ebs-test-server: Resolving Dependencies
==> libstorage-ebs-test-server: --> Running transaction check
==> libstorage-ebs-test-server: ---> Package glibc-devel.i686 0:2.17-106.168.amzn1 will be installed
==> libstorage-ebs-test-server: --> Processing Dependency: glibc(x86-32) = 2.17-106.168.amzn1 for package: glibc-devel-2.17-106.168.amzn1.i686
==> libstorage-ebs-test-server: --> Processing Dependency: libdl.so.2 for package: glibc-devel-2.17-106.168.amzn1.i686
==> libstorage-ebs-test-server: --> Processing Dependency: libnss_dns.so.2 for package: glibc-devel-2.17-106.168.amzn1.i686
==> libstorage-ebs-test-server: --> Processing Dependency: libnss_nis.so.2 for package: glibc-devel-2.17-106.168.amzn1.i686
==> libstorage-ebs-test-server: --> Processing Dependency: libcrypt.so.1 for package: glibc-devel-2.17-106.168.amzn1.i686
==> libstorage-ebs-test-server: --> Processing Dependency: libBrokenLocale.so.1 for package: glibc-devel-2.17-106.168.amzn1.i686
==> libstorage-ebs-test-server: --> Processing Dependency: libnss_compat.so.2 for package: glibc-devel-2.17-106.168.amzn1.i686
==> libstorage-ebs-test-server: --> Processing Dependency: libm.so.6 for package: glibc-devel-2.17-106.168.amzn1.i686
==> libstorage-ebs-test-server: --> Processing Dependency: libutil.so.1 for package: glibc-devel-2.17-106.168.amzn1.i686
==> libstorage-ebs-test-server: --> Processing Dependency: libnss_files.so.2 for package: glibc-devel-2.17-106.168.amzn1.i686
==> libstorage-ebs-test-server: --> Processing Dependency: libnsl.so.1 for package: glibc-devel-2.17-106.168.amzn1.i686
==> libstorage-ebs-test-server: --> Processing Dependency: librt.so.1 for package: glibc-devel-2.17-106.168.amzn1.i686
==> libstorage-ebs-test-server: --> Processing Dependency: libthread_db.so.1 for package: glibc-devel-2.17-106.168.amzn1.i686
==> libstorage-ebs-test-server: --> Processing Dependency: libnss_hesiod.so.2 for package: glibc-devel-2.17-106.168.amzn1.i686
==> libstorage-ebs-test-server: --> Processing Dependency: libcidn.so.1 for package: glibc-devel-2.17-106.168.amzn1.i686
==> libstorage-ebs-test-server: --> Processing Dependency: libnss_nisplus.so.2 for package: glibc-devel-2.17-106.168.amzn1.i686
==> libstorage-ebs-test-server: --> Processing Dependency: libnss_db.so.2 for package: glibc-devel-2.17-106.168.amzn1.i686
==> libstorage-ebs-test-server: --> Processing Dependency: libanl.so.1 for package: glibc-devel-2.17-106.168.amzn1.i686
==> libstorage-ebs-test-server: --> Processing Dependency: libresolv.so.2 for package: glibc-devel-2.17-106.168.amzn1.i686
==> libstorage-ebs-test-server: ---> Package glibc-static.x86_64 0:2.17-106.168.amzn1 will be installed
==> libstorage-ebs-test-server: --> Running transaction check
==> libstorage-ebs-test-server: ---> Package glibc.i686 0:2.17-106.168.amzn1 will be installed
==> libstorage-ebs-test-server: --> Processing Dependency: nss-softokn-freebl(x86-32) >= 3.16.2.3 for package: glibc-2.17-106.168.amzn1.i686
==> libstorage-ebs-test-server: --> Processing Dependency: libgcc(x86-32) for package: glibc-2.17-106.168.amzn1.i686
==> libstorage-ebs-test-server: --> Processing Dependency: libfreebl3.so(NSSRAWHASH_3.12.3) for package: glibc-2.17-106.168.amzn1.i686
==> libstorage-ebs-test-server: --> Processing Dependency: libfreebl3.so for package: glibc-2.17-106.168.amzn1.i686
==> libstorage-ebs-test-server: --> Running transaction check
==> libstorage-ebs-test-server: ---> Package libgcc48.i686 0:4.8.3-9.111.amzn1 will be installed
==> libstorage-ebs-test-server: ---> Package nss-softokn-freebl.i686 0:3.16.2.3-14.2.38.amzn1 will be installed
==> libstorage-ebs-test-server: --> Finished Dependency Resolution
==> libstorage-ebs-test-server:
==> libstorage-ebs-test-server: Dependencies Resolved
==> libstorage-ebs-test-server:
==> libstorage-ebs-test-server: ================================================================================
==> libstorage-ebs-test-server: Package Arch Version Repository Size
==> libstorage-ebs-test-server: ================================================================================
==> libstorage-ebs-test-server: Installing:
==> libstorage-ebs-test-server: glibc-devel i686 2.17-106.168.amzn1 amzn-main 1.1 M
==> libstorage-ebs-test-server: glibc-static x86_64 2.17-106.168.amzn1 amzn-main 2.2 M
==> libstorage-ebs-test-server: Installing for dependencies:
==> libstorage-ebs-test-server: glibc i686 2.17-106.168.amzn1 amzn-main 6.2 M
==> libstorage-ebs-test-server: libgcc48 i686 4.8.3-9.111.amzn1 amzn-main 149 k
==> libstorage-ebs-test-server: nss-softokn-freebl i686 3.16.2.3-14.2.38.amzn1 amzn-main 197 k
==> libstorage-ebs-test-server:
==> libstorage-ebs-test-server: Transaction Summary
==> libstorage-ebs-test-server: ================================================================================
==> libstorage-ebs-test-server: Install 2 Packages (+3 Dependent packages)
==> libstorage-ebs-test-server:
==> libstorage-ebs-test-server: Total download size: 9.9 M
==> libstorage-ebs-test-server: Installed size: 23 M
==> libstorage-ebs-test-server: Downloading packages:
(1/5): glibc-2.17-106.168.amzn1.i686.rpm | 6.2 MB 00:00
(2/5): glibc-devel-2.17-106.168.amzn1.i686.rpm | 1.1 MB 00:00
(3/5): glibc-static-2.17-106.168.amzn1.x86_64.rpm | 2.2 MB 00:00
(4/5): libgcc48-4.8.3-9.111.amzn1.i686.rpm | 149 kB 00:00
(5/5): nss-softokn-freebl-3.16.2.3-14.2.38.amzn1.i686.rp | 197 kB 00:00
==> libstorage-ebs-test-server: --------------------------------------------------------------------------------
==> libstorage-ebs-test-server: Total 32 MB/s | 9.9 MB 00:00
==> libstorage-ebs-test-server: Running transaction check
==> libstorage-ebs-test-server: Running transaction test
==> libstorage-ebs-test-server: Transaction test succeeded
==> libstorage-ebs-test-server: Running transaction
Installing : glibc-static-2.17-106.168.amzn1.x86_64 1/5
Installing : libgcc48-4.8.3-9.111.amzn1.i686 2/5
Installing : nss-softokn-freebl-3.16.2.3-14.2.38.amzn1.i686 3/5
Installing : glibc-2.17-106.168.amzn1.i686 4/5
Installing : glibc-devel-2.17-106.168.amzn1.i686 5/5
Verifying : nss-softokn-freebl-3.16.2.3-14.2.38.amzn1.i686 1/5
Verifying : glibc-devel-2.17-106.168.amzn1.i686 2/5
Verifying : glibc-static-2.17-106.168.amzn1.x86_64 3/5
Verifying : libgcc48-4.8.3-9.111.amzn1.i686 4/5
Verifying : glibc-2.17-106.168.amzn1.i686 5/5
==> libstorage-ebs-test-server:
==> libstorage-ebs-test-server: Installed:
==> libstorage-ebs-test-server: glibc-devel.i686 0:2.17-106.168.amzn1
==> libstorage-ebs-test-server: glibc-static.x86_64 0:2.17-106.168.amzn1
==> libstorage-ebs-test-server:
==> libstorage-ebs-test-server: Dependency Installed:
==> libstorage-ebs-test-server: glibc.i686 0:2.17-106.168.amzn1
==> libstorage-ebs-test-server: libgcc48.i686 0:4.8.3-9.111.amzn1
==> libstorage-ebs-test-server: nss-softokn-freebl.i686 0:3.16.2.3-14.2.38.amzn1
==> libstorage-ebs-test-server:
==> libstorage-ebs-test-server: Complete!
==> libstorage-ebs-test-server: Running provisioner: shell...
libstorage-ebs-test-server: Running: script: provision-docker
==> libstorage-ebs-test-server: Loaded plugins: priorities, update-motd, upgrade-helper
==> libstorage-ebs-test-server: Resolving Dependencies
==> libstorage-ebs-test-server: --> Running transaction check
==> libstorage-ebs-test-server: ---> Package docker.x86_64 0:1.11.2-1.6.amzn1 will be installed
==> libstorage-ebs-test-server: --> Processing Dependency: xfsprogs for package: docker-1.11.2-1.6.amzn1.x86_64
==> libstorage-ebs-test-server: --> Running transaction check
==> libstorage-ebs-test-server: ---> Package xfsprogs.x86_64 0:3.2.2-2.20.amzn1 will be installed
==> libstorage-ebs-test-server: --> Finished Dependency Resolution
==> libstorage-ebs-test-server:
==> libstorage-ebs-test-server: Dependencies Resolved
==> libstorage-ebs-test-server:
==> libstorage-ebs-test-server: ================================================================================
==> libstorage-ebs-test-server: Package Arch Version Repository Size
==> libstorage-ebs-test-server: ================================================================================
==> libstorage-ebs-test-server: Installing:
==> libstorage-ebs-test-server: docker x86_64 1.11.2-1.6.amzn1 amzn-main 17 M
==> libstorage-ebs-test-server: Installing for dependencies:
==> libstorage-ebs-test-server: xfsprogs x86_64 3.2.2-2.20.amzn1 amzn-main 1.7 M
==> libstorage-ebs-test-server:
==> libstorage-ebs-test-server: Transaction Summary
==> libstorage-ebs-test-server: ================================================================================
==> libstorage-ebs-test-server: Install 1 Package (+1 Dependent package)
==> libstorage-ebs-test-server:
==> libstorage-ebs-test-server: Total download size: 18 M
==> libstorage-ebs-test-server: Installed size: 59 M
==> libstorage-ebs-test-server: Downloading packages:
(1/2): docker-1.11.2-1.6.amzn1.x86_64.rpm | 17 MB 00:00
(2/2): xfsprogs-3.2.2-2.20.amzn1.x86_64.rpm | 1.7 MB 00:00
==> libstorage-ebs-test-server: --------------------------------------------------------------------------------
==> libstorage-ebs-test-server: Total 45 MB/s | 18 MB 00:00
==> libstorage-ebs-test-server: Running transaction check
==> libstorage-ebs-test-server: Running transaction test
==> libstorage-ebs-test-server: Transaction test succeeded
==> libstorage-ebs-test-server: Running transaction
Installing : xfsprogs-3.2.2-2.20.amzn1.x86_64 1/2
Installing : docker-1.11.2-1.6.amzn1.x86_64 2/2
Verifying : docker-1.11.2-1.6.amzn1.x86_64 1/2
Verifying : xfsprogs-3.2.2-2.20.amzn1.x86_64 2/2
==> libstorage-ebs-test-server:
==> libstorage-ebs-test-server: Installed:
==> libstorage-ebs-test-server: docker.x86_64 0:1.11.2-1.6.amzn1
==> libstorage-ebs-test-server:
==> libstorage-ebs-test-server: Dependency Installed:
==> libstorage-ebs-test-server: xfsprogs.x86_64 0:3.2.2-2.20.amzn1
==> libstorage-ebs-test-server:
==> libstorage-ebs-test-server: Complete!
==> libstorage-ebs-test-server: Starting cgconfig service: [ OK ]
==> libstorage-ebs-test-server: Starting docker: . [ OK ]
==> libstorage-ebs-test-server: Running provisioner: shell...
libstorage-ebs-test-server: Running: script: validate-docker
==> libstorage-ebs-test-server: Containers: 0
==> libstorage-ebs-test-server: Running: 0
==> libstorage-ebs-test-server: Paused: 0
==> libstorage-ebs-test-server: Stopped: 0
==> libstorage-ebs-test-server: Images: 0
==> libstorage-ebs-test-server: Server Version: 1.11.2
==> libstorage-ebs-test-server: Storage Driver: devicemapper
==> libstorage-ebs-test-server: Pool Name: docker-202:1-404351-pool
==> libstorage-ebs-test-server: Pool Blocksize: 65.54 kB
==> libstorage-ebs-test-server: Base Device Size: 10.74 GB
==> libstorage-ebs-test-server: Backing Filesystem: xfs
==> libstorage-ebs-test-server: Data file: /dev/loop0
==> libstorage-ebs-test-server: Metadata file: /dev/loop1
==> libstorage-ebs-test-server: Data Space Used: 11.8 MB
==> libstorage-ebs-test-server: Data Space Total: 107.4 GB
==> libstorage-ebs-test-server: Data Space Available: 6.784 GB
==> libstorage-ebs-test-server: Metadata Space Used: 581.6 kB
==> libstorage-ebs-test-server: Metadata Space Total: 2.147 GB
==> libstorage-ebs-test-server: Metadata Space Available: 2.147 GB
==> libstorage-ebs-test-server: Udev Sync Supported: true
==> libstorage-ebs-test-server: Deferred Removal Enabled: false
==> libstorage-ebs-test-server: Deferred Deletion Enabled: false
==> libstorage-ebs-test-server: Deferred Deleted Device Count: 0
==> libstorage-ebs-test-server: Data loop file: /var/lib/docker/devicemapper/devicemapper/data
==> libstorage-ebs-test-server: WARNING: Usage of loopback devices is strongly discouraged for production use. Either use `--storage-opt dm.thinpooldev` or use `--storage-opt dm.no_warn_on_loop_devices=true` to suppress this warning.
==> libstorage-ebs-test-server: Metadata loop file: /var/lib/docker/devicemapper/devicemapper/metadata
==> libstorage-ebs-test-server: Library Version: 1.02.93-RHEL7 (2015-01-28)
==> libstorage-ebs-test-server: Logging Driver: json-file
==> libstorage-ebs-test-server: Cgroup Driver: cgroupfs
==> libstorage-ebs-test-server: Plugins:
==> libstorage-ebs-test-server: Volume: local
==> libstorage-ebs-test-server: Network: null host bridge
==> libstorage-ebs-test-server: Kernel Version: 4.4.19-29.55.amzn1.x86_64
==> libstorage-ebs-test-server: Operating System: Amazon Linux AMI 2016.09
==> libstorage-ebs-test-server: OSType: linux
==> libstorage-ebs-test-server: Architecture: x86_64
==> libstorage-ebs-test-server: CPUs: 2
==> libstorage-ebs-test-server: Total Memory: 7.8 GiB
==> libstorage-ebs-test-server: Name: ip-172-31-4-53
==> libstorage-ebs-test-server: ID: VHSB:MDWP:JCH3:OT2K:I336:L4HQ:2C7G:GUWU:JF5S:7Q55:BRBO:ZCCI
==> libstorage-ebs-test-server: Docker Root Dir: /var/lib/docker
==> libstorage-ebs-test-server: Debug mode (client): false
==> libstorage-ebs-test-server: Debug mode (server): false
==> libstorage-ebs-test-server: Registry: https://index.docker.io/v1/
==> libstorage-ebs-test-server: Unable to find image 'hello-world:latest' locally
==> libstorage-ebs-test-server: latest: Pulling from library/hello-world
==> libstorage-ebs-test-server:
Digest: sha256:0256e8a36e2070f7bf2d0b0763dbabdd67798512411de4cdcf9431a1feb60fd9
==> libstorage-ebs-test-server: Status: Downloaded newer image for hello-world:latest
==> libstorage-ebs-test-server:
==> libstorage-ebs-test-server: Hello from Docker!
==> libstorage-ebs-test-server: This message shows that your installation appears to be working correctly.
==> libstorage-ebs-test-server:
==> libstorage-ebs-test-server: To generate this message, Docker took the following steps:
==> libstorage-ebs-test-server: 1. The Docker client contacted the Docker daemon.
==> libstorage-ebs-test-server: 2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
==> libstorage-ebs-test-server: 3. The Docker daemon created a new container from that image which runs the
==> libstorage-ebs-test-server: executable that produces the output you are currently reading.
==> libstorage-ebs-test-server: 4. The Docker daemon streamed that output to the Docker client, which sent it
==> libstorage-ebs-test-server: to your terminal.
==> libstorage-ebs-test-server:
==> libstorage-ebs-test-server: To try something more ambitious, you can run an Ubuntu container with:
==> libstorage-ebs-test-server: $ docker run -it ubuntu bash
==> libstorage-ebs-test-server:
==> libstorage-ebs-test-server: Share images, automate workflows, and more with a free Docker Hub account:
==> libstorage-ebs-test-server: https://hub.docker.com
==> libstorage-ebs-test-server:
==> libstorage-ebs-test-server: For more examples and ideas, visit:
==> libstorage-ebs-test-server: https://docs.docker.com/engine/userguide/
==> libstorage-ebs-test-server: Running provisioner: shell...
libstorage-ebs-test-server: Running: script: golang
==> libstorage-ebs-test-server: installing go1.7.1.linux-amd64
==> libstorage-ebs-test-server: % Total % Received % Xferd Average Speed Time Time Time Current
==> libstorage-ebs-test-server: Dload Upload Total Spent Left Speed
100 77.8M 100 77.8M 0 0 43.6M 0 0:00:01 0:00:01 --:--:-- 43.6M
==> libstorage-ebs-test-server: Running provisioner: shell...
libstorage-ebs-test-server: Running: script: go-bindata
==> libstorage-ebs-test-server: Cloning into '.'...
==> libstorage-ebs-test-server: remote: Counting objects: 810, done.
remote: Total 810 (delta 0), reused 0 (delta 0), pack-reused 810
Receiving objects: 100% (810/810), 1.09 MiB | 0 bytes/s, done.10)
Resolving deltas: 100% (408/408), done.ng deltas: 0% (0/408)
==> libstorage-ebs-test-server: Checking connectivity... done.
==> libstorage-ebs-test-server: Branch feature/md5checksum set up to track remote branch feature/md5checksum from origin.
==> libstorage-ebs-test-server: Switched to a new branch 'feature/md5checksum'
==> libstorage-ebs-test-server: Running provisioner: shell...
libstorage-ebs-test-server: Running: script: build rex-ray
==> libstorage-ebs-test-server: Cloning into '.'...
==> libstorage-ebs-test-server: remote: Counting objects: 3777, done.
remote: Total 3777 (delta 0), reused 0 (delta 0), pack-reused 3776
Receiving objects: 100% (3777/3777), 11.39 MiB | 8.75 MiB/s, done.), 8.76 MiB | 8.75 MiB/s
Resolving deltas: 100% (1936/1936), done. deltas: 0% (0/1936)
==> libstorage-ebs-test-server: Checking connectivity... done.
==> libstorage-ebs-test-server: Already on 'master'
==> libstorage-ebs-test-server: Your branch is up-to-date with 'origin/master'.
==> libstorage-ebs-test-server: sed: can't read : No such file or directory
==> libstorage-ebs-test-server: % Total % Received % Xferd Average Speed Time Time Time Current
==> libstorage-ebs-test-server: Dload Upload Total Spent Left Speed
100 608 0 608 0 0 1381 0 --:--:-- --:--:-- --:--:-- 1378
100 3690k 100 3690k 0 0 1199k 0 0:00:03 0:00:03 --:--:-- 1978k
==> libstorage-ebs-test-server: /opt/go/bin/glide up && touch glide.lock && touch glide.lock.d
==> libstorage-ebs-test-server: [INFO] Downloading dependencies. Please wait...
==> libstorage-ebs-test-server: [INFO] --> Fetching updates for github.com/Sirupsen/logrus.
==> libstorage-ebs-test-server: [INFO] --> Fetching updates for github.com/emccode/libstorage.
==> libstorage-ebs-test-server: [INFO] --> Fetching updates for github.com/akutz/gofig.
==> libstorage-ebs-test-server: [INFO] --> Fetching updates for github.com/akutz/gotil.
==> libstorage-ebs-test-server: [INFO] --> Fetching updates for github.com/akutz/goof.
==> libstorage-ebs-test-server: [INFO] --> Fetching updates for github.com/akutz/golf.
==> libstorage-ebs-test-server: [INFO] --> Fetching updates for github.com/spf13/pflag.
==> libstorage-ebs-test-server: [INFO] --> Fetching updates for github.com/spf13/cobra.
==> libstorage-ebs-test-server: [INFO] --> Fetching updates for github.com/go-yaml/yaml.
==> libstorage-ebs-test-server: [INFO] --> Fetching updates for google.golang.org/api.
==> libstorage-ebs-test-server: [INFO] --> Fetching updates for golang.org/x/net.
==> libstorage-ebs-test-server: [INFO] --> Fetching updates for github.com/emccode/goscaleio.
==> libstorage-ebs-test-server: [INFO] --> Fetching updates for gopkg.in/yaml.v1.
==> libstorage-ebs-test-server: [INFO] --> Fetching updates for gopkg.in/yaml.v2.
==> libstorage-ebs-test-server: [INFO] --> Setting version for github.com/emccode/libstorage to master.
==> libstorage-ebs-test-server: [INFO] --> Setting version for github.com/akutz/gotil to v0.1.0.
==> libstorage-ebs-test-server: [INFO] --> Setting version for github.com/spf13/cobra to 363816bb13ce1710460c2345017fd35593cbf5ed.
==> libstorage-ebs-test-server: [INFO] --> Setting version for github.com/akutz/goof to v0.1.0.
==> libstorage-ebs-test-server: [INFO] --> Setting version for github.com/akutz/gofig to v0.1.4.
==> libstorage-ebs-test-server: [INFO] --> Setting version for github.com/go-yaml/yaml to b4a9f8c4b84c6c4256d669c649837f1441e4b050.
==> libstorage-ebs-test-server: [INFO] --> Setting version for github.com/akutz/golf to v0.1.1.
==> libstorage-ebs-test-server: [INFO] --> Setting version for google.golang.org/api to fd081149e482b10c55262756934088ffe3197ea3.
==> libstorage-ebs-test-server: [INFO] --> Setting version for gopkg.in/yaml.v1 to b4a9f8c4b84c6c4256d669c649837f1441e4b050.
==> libstorage-ebs-test-server: [INFO] --> Setting version for github.com/Sirupsen/logrus to feature/logrus-aware-types.
==> libstorage-ebs-test-server: [INFO] --> Setting version for github.com/spf13/pflag to b084184666e02084b8ccb9b704bf0d79c466eb1d.
==> libstorage-ebs-test-server: [INFO] --> Setting version for gopkg.in/yaml.v2 to b4a9f8c4b84c6c4256d669c649837f1441e4b050.
==> libstorage-ebs-test-server: [INFO] --> Setting version for github.com/emccode/goscaleio to support/tls-sio-gw-2.0.0.2.
==> libstorage-ebs-test-server: [INFO] Resolving imports
==> libstorage-ebs-test-server: [INFO] Fetching github.com/spf13/viper into /opt/go/src/github.com/emccode/rexray/vendor
==> libstorage-ebs-test-server: [INFO] --> Setting version for github.com/spf13/viper to support/rexray.
==> libstorage-ebs-test-server: [INFO] Fetching github.com/kardianos/osext into /opt/go/src/github.com/emccode/rexray/vendor
==> libstorage-ebs-test-server: [INFO] --> Setting version for github.com/kardianos/osext to master.
==> libstorage-ebs-test-server: [INFO] Fetching github.com/gorilla/context into /opt/go/src/github.com/emccode/rexray/vendor
==> libstorage-ebs-test-server: [INFO] Fetching github.com/emccode/gournal into /opt/go/src/github.com/emccode/rexray/vendor
==> libstorage-ebs-test-server: [INFO] --> Setting version for github.com/emccode/gournal to v0.2.0.
==> libstorage-ebs-test-server: [INFO] Fetching github.com/gorilla/mux into /opt/go/src/github.com/emccode/rexray/vendor
==> libstorage-ebs-test-server: [INFO] Fetching golang.org/x/sys/unix into /opt/go/src/github.com/emccode/rexray/vendor
==> libstorage-ebs-test-server: [INFO] Fetching github.com/cpuguy83/go-md2man/md2man into /opt/go/src/github.com/emccode/rexray/vendor
==> libstorage-ebs-test-server: [INFO] Fetching github.com/inconshreveable/mousetrap into /opt/go/src/github.com/emccode/rexray/vendor
==> libstorage-ebs-test-server: [INFO] Fetching github.com/BurntSushi/toml into /opt/go/src/github.com/emccode/rexray/vendor
==> libstorage-ebs-test-server: [INFO] Fetching github.com/kr/pretty into /opt/go/src/github.com/emccode/rexray/vendor
==> libstorage-ebs-test-server: [INFO] Fetching github.com/magiconair/properties into /opt/go/src/github.com/emccode/rexray/vendor
==> libstorage-ebs-test-server: [INFO] Fetching github.com/mitchellh/mapstructure into /opt/go/src/github.com/emccode/rexray/vendor
==> libstorage-ebs-test-server: [INFO] Fetching github.com/spf13/cast into /opt/go/src/github.com/emccode/rexray/vendor
==> libstorage-ebs-test-server: [INFO] Fetching github.com/spf13/jwalterweatherman into /opt/go/src/github.com/emccode/rexray/vendor
==> libstorage-ebs-test-server: [INFO] Fetching gopkg.in/fsnotify.v1 into /opt/go/src/github.com/emccode/rexray/vendor
==> libstorage-ebs-test-server: [INFO] Fetching github.com/aws/aws-sdk-go/aws into /opt/go/src/github.com/emccode/rexray/vendor
==> libstorage-ebs-test-server: [INFO] --> Setting version for github.com/aws/aws-sdk-go to v1.2.2.
==> libstorage-ebs-test-server: [INFO] Fetching github.com/emccode/goisilon into /opt/go/src/github.com/emccode/rexray/vendor
==> libstorage-ebs-test-server: [INFO] --> Setting version for github.com/emccode/goisilon to v1.4.0.
==> libstorage-ebs-test-server: [INFO] Fetching github.com/rackspace/gophercloud into /opt/go/src/github.com/emccode/rexray/vendor
==> libstorage-ebs-test-server: [INFO] --> Setting version for github.com/rackspace/gophercloud to 42196eaf5b93739d335921404bb7c5f2205fceb3.
==> libstorage-ebs-test-server: [INFO] Fetching github.com/appropriate/go-virtualboxclient/vboxwebsrv into /opt/go/src/github.com/emccode/rexray/vendor
==> libstorage-ebs-test-server: [INFO] --> Setting version for github.com/appropriate/go-virtualboxclient to e0978ab2ed407095400a69d5933958dd260058cd.
==> libstorage-ebs-test-server: [INFO] Fetching github.com/russross/blackfriday into /opt/go/src/github.com/emccode/rexray/vendor
==> libstorage-ebs-test-server: [INFO] Fetching github.com/kr/text into /opt/go/src/github.com/emccode/rexray/vendor
==> libstorage-ebs-test-server: [INFO] Fetching github.com/go-ini/ini into /opt/go/src/github.com/emccode/rexray/vendor
==> libstorage-ebs-test-server: [INFO] Fetching github.com/cesanta/ucl into /opt/go/src/github.com/emccode/rexray/vendor
==> libstorage-ebs-test-server: [INFO] Fetching github.com/cesanta/validate-json/schema into /opt/go/src/github.com/emccode/rexray/vendor
==> libstorage-ebs-test-server: [INFO] Fetching github.com/shurcooL/sanitized_anchor_name into /opt/go/src/github.com/emccode/rexray/vendor
==> libstorage-ebs-test-server: [INFO] Fetching github.com/jmespath/go-jmespath into /opt/go/src/github.com/emccode/rexray/vendor
==> libstorage-ebs-test-server: [INFO] Fetching github.com/asaskevich/govalidator into /opt/go/src/github.com/emccode/rexray/vendor
==> libstorage-ebs-test-server: [INFO] Fetching github.com/jteeuwen/go-bindata into /opt/go/src/github.com/emccode/rexray/vendor
==> libstorage-ebs-test-server: [INFO] --> Setting version for github.com/jteeuwen/go-bindata to feature/md5checksum.
==> libstorage-ebs-test-server: [INFO] Downloading dependencies. Please wait...
==> libstorage-ebs-test-server: [INFO] Setting references for remaining imports
==> libstorage-ebs-test-server: [INFO] Project relies on 42 dependencies.
==> libstorage-ebs-test-server: /opt/go/bin/glide install && touch glide.lock.d
==> libstorage-ebs-test-server: [INFO] Downloading dependencies. Please wait...
==> libstorage-ebs-test-server: [INFO] --> Found desired version github.com/akutz/gofig 697c16916338166671910eeaccc50f21e3c10726!
==> libstorage-ebs-test-server: [INFO] --> Found desired version github.com/akutz/golf e26bdd995cb746e431d42ea303ebe7622389d29f!
==> libstorage-ebs-test-server: [INFO] --> Found desired version github.com/akutz/goof ea06624ca980bae80c1b615b8417723436d235ab!
==> libstorage-ebs-test-server: [INFO] --> Found desired version github.com/akutz/gotil 6fa2e80bd3ac40f15788cfc3d12ebba49a0add92!
==> libstorage-ebs-test-server: [INFO] --> Found desired version github.com/appropriate/go-virtualboxclient e0978ab2ed407095400a69d5933958dd260058cd!
==> libstorage-ebs-test-server: [INFO] --> Found desired version github.com/asaskevich/govalidator 7b3beb6df3c42abd3509abfc3bcacc0fbfb7c877!
==> libstorage-ebs-test-server: [INFO] --> Found desired version github.com/aws/aws-sdk-go caee6e866bf437a6bef0777a3bf141cdd3aa022d!
==> libstorage-ebs-test-server: [INFO] --> Found desired version github.com/BurntSushi/toml 99064174e013895bbd9b025c31100bd1d9b590ca!
==> libstorage-ebs-test-server: [INFO] --> Found desired version github.com/cesanta/ucl 97c016fce90e6af1b14558563ac46852167e6a76!
==> libstorage-ebs-test-server: [INFO] --> Found desired version github.com/cesanta/validate-json 2f16017c76fc2403d143e93cea1e1b9526a01148!
==> libstorage-ebs-test-server: [INFO] --> Found desired version github.com/cpuguy83/go-md2man a65d4d2de4d5f7c74868dfa9b202a3c8be315aaa!
==> libstorage-ebs-test-server: [INFO] --> Found desired version github.com/emccode/goisilon 653c13de5e1e0294ca0c7eead83e396fe308b497!
==> libstorage-ebs-test-server: [INFO] --> Found desired version github.com/emccode/goscaleio c44530c3896b770bb2a93f46f50e1b7ac7a01e57!
==> libstorage-ebs-test-server: [INFO] --> Found desired version github.com/emccode/gournal 3bd901de15097583a5b1f4b377421cfc647c3664!
==> libstorage-ebs-test-server: [INFO] --> Found desired version github.com/emccode/libstorage 18eb1c8d4bea77b6c59e90a0ee5a470eedb5d19c!
==> libstorage-ebs-test-server: [INFO] --> Found desired version github.com/go-ini/ini 6e4869b434bd001f6983749881c7ead3545887d8!
==> libstorage-ebs-test-server: [INFO] --> Found desired version github.com/go-yaml/yaml b4a9f8c4b84c6c4256d669c649837f1441e4b050!
==> libstorage-ebs-test-server: [INFO] --> Found desired version github.com/gorilla/context 08b5f424b9271eedf6f9f0ce86cb9396ed337a42!
==> libstorage-ebs-test-server: [INFO] --> Found desired version github.com/gorilla/mux 757bef944d0f21880861c2dd9c871ca543023cba!
==> libstorage-ebs-test-server: [INFO] --> Found desired version github.com/inconshreveable/mousetrap 76626ae9c91c4f2a10f34cad8ce83ea42c93bb75!
==> libstorage-ebs-test-server: [INFO] --> Found desired version github.com/jmespath/go-jmespath bd40a432e4c76585ef6b72d3fd96fb9b6dc7b68d!
==> libstorage-ebs-test-server: [INFO] --> Found desired version github.com/jteeuwen/go-bindata 1dd44b25b79c4d9060e582e90798e4d72537818c!
==> libstorage-ebs-test-server: [INFO] --> Found desired version github.com/kardianos/osext c2c54e542fb797ad986b31721e1baedf214ca413!
==> libstorage-ebs-test-server: [INFO] --> Found desired version github.com/kr/pretty cfb55aafdaf3ec08f0db22699ab822c50091b1c4!
==> libstorage-ebs-test-server: [INFO] --> Found desired version github.com/kr/text 7cafcd837844e784b526369c9bce262804aebc60!
==> libstorage-ebs-test-server: [INFO] --> Found desired version github.com/magiconair/properties 0723e352fa358f9322c938cc2dadda874e9151a9!
==> libstorage-ebs-test-server: [INFO] --> Found desired version github.com/mitchellh/mapstructure ca63d7c062ee3c9f34db231e352b60012b4fd0c1!
==> libstorage-ebs-test-server: [INFO] --> Found desired version github.com/rackspace/gophercloud 42196eaf5b93739d335921404bb7c5f2205fceb3!
==> libstorage-ebs-test-server: [INFO] --> Found desired version github.com/russross/blackfriday 5f33e7b7878355cd2b7e6b8eefc48a5472c69f70!
==> libstorage-ebs-test-server: [INFO] --> Found desired version github.com/shurcooL/sanitized_anchor_name 1dba4b3954bc059efc3991ec364f9f9a35f597d2!
==> libstorage-ebs-test-server: [INFO] --> Found desired version github.com/Sirupsen/logrus 5f376aa629ac60c3215cc368e674bd996093a01a!
==> libstorage-ebs-test-server: [INFO] --> Found desired version github.com/spf13/cast 2580bc98dc0e62908119e4737030cc2fdfc45e4c!
==> libstorage-ebs-test-server: [INFO] --> Found desired version github.com/spf13/cobra 363816bb13ce1710460c2345017fd35593cbf5ed!
==> libstorage-ebs-test-server: [INFO] --> Found desired version github.com/spf13/jwalterweatherman 33c24e77fb80341fe7130ee7c594256ff08ccc46!
==> libstorage-ebs-test-server: [INFO] --> Found desired version github.com/spf13/pflag b084184666e02084b8ccb9b704bf0d79c466eb1d!
==> libstorage-ebs-test-server: [INFO] --> Found desired version github.com/spf13/viper 317ec73d0d7507658ee3be15866b445d6d921848!
==> libstorage-ebs-test-server: [INFO] --> Found desired version golang.org/x/net ffe101cce3477a6c6d8f0754d103bb0a84ec1266!
==> libstorage-ebs-test-server: [INFO] --> Found desired version golang.org/x/sys 8f0908ab3b2457e2e15403d3697c9ef5cb4b57a9!
==> libstorage-ebs-test-server: [INFO] --> Found desired version google.golang.org/api fd081149e482b10c55262756934088ffe3197ea3!
==> libstorage-ebs-test-server: [INFO] --> Found desired version gopkg.in/fsnotify.v1 26b17cd591df34e7b1cf0087f48fc19ca67eb476!
==> libstorage-ebs-test-server: [INFO] --> Found desired version gopkg.in/yaml.v1 b4a9f8c4b84c6c4256d669c649837f1441e4b050!
==> libstorage-ebs-test-server: [INFO] --> Found desired version gopkg.in/yaml.v2 b4a9f8c4b84c6c4256d669c649837f1441e4b050!
==> libstorage-ebs-test-server: [INFO] Setting references.
==> libstorage-ebs-test-server: [INFO] --> Setting version for github.com/inconshreveable/mousetrap to 76626ae9c91c4f2a10f34cad8ce83ea42c93bb75.
==> libstorage-ebs-test-server: [INFO] --> Setting version for github.com/akutz/goof to ea06624ca980bae80c1b615b8417723436d235ab.
==> libstorage-ebs-test-server: [INFO] --> Setting version for github.com/go-yaml/yaml to b4a9f8c4b84c6c4256d669c649837f1441e4b050.
==> libstorage-ebs-test-server: [INFO] --> Setting version for github.com/akutz/gofig to 697c16916338166671910eeaccc50f21e3c10726.
==> libstorage-ebs-test-server: [INFO] --> Setting version for github.com/aws/aws-sdk-go to caee6e866bf437a6bef0777a3bf141cdd3aa022d.
==> libstorage-ebs-test-server: [INFO] --> Setting version for github.com/go-ini/ini to 6e4869b434bd001f6983749881c7ead3545887d8.
==> libstorage-ebs-test-server: [INFO] --> Setting version for github.com/BurntSushi/toml to 99064174e013895bbd9b025c31100bd1d9b590ca.
==> libstorage-ebs-test-server: [INFO] --> Setting version for github.com/akutz/golf to e26bdd995cb746e431d42ea303ebe7622389d29f.
==> libstorage-ebs-test-server: [INFO] --> Setting version for github.com/asaskevich/govalidator to 7b3beb6df3c42abd3509abfc3bcacc0fbfb7c877.
==> libstorage-ebs-test-server: [INFO] --> Setting version for github.com/emccode/goscaleio to c44530c3896b770bb2a93f46f50e1b7ac7a01e57.
==> libstorage-ebs-test-server: [INFO] --> Setting version for github.com/emccode/libstorage to 18eb1c8d4bea77b6c59e90a0ee5a470eedb5d19c.
==> libstorage-ebs-test-server: [INFO] --> Setting version for github.com/emccode/goisilon to 653c13de5e1e0294ca0c7eead83e396fe308b497.
==> libstorage-ebs-test-server: [INFO] --> Setting version for github.com/cpuguy83/go-md2man to a65d4d2de4d5f7c74868dfa9b202a3c8be315aaa.
==> libstorage-ebs-test-server: [INFO] --> Setting version for github.com/gorilla/context to 08b5f424b9271eedf6f9f0ce86cb9396ed337a42.
==> libstorage-ebs-test-server: [INFO] --> Setting version for github.com/cesanta/validate-json to 2f16017c76fc2403d143e93cea1e1b9526a01148.
==> libstorage-ebs-test-server: [INFO] --> Setting version for github.com/akutz/gotil to 6fa2e80bd3ac40f15788cfc3d12ebba49a0add92.
==> libstorage-ebs-test-server: [INFO] --> Setting version for github.com/emccode/gournal to 3bd901de15097583a5b1f4b377421cfc647c3664.
==> libstorage-ebs-test-server: [INFO] --> Setting version for github.com/appropriate/go-virtualboxclient to e0978ab2ed407095400a69d5933958dd260058cd.
==> libstorage-ebs-test-server: [INFO] --> Setting version for github.com/gorilla/mux to 757bef944d0f21880861c2dd9c871ca543023cba.
==> libstorage-ebs-test-server: [INFO] --> Setting version for github.com/kr/text to 7cafcd837844e784b526369c9bce262804aebc60.
==> libstorage-ebs-test-server: [INFO] --> Setting version for github.com/mitchellh/mapstructure to ca63d7c062ee3c9f34db231e352b60012b4fd0c1.
==> libstorage-ebs-test-server: [INFO] --> Setting version for github.com/magiconair/properties to 0723e352fa358f9322c938cc2dadda874e9151a9.
==> libstorage-ebs-test-server: [INFO] --> Setting version for github.com/jteeuwen/go-bindata to 1dd44b25b79c4d9060e582e90798e4d72537818c.
==> libstorage-ebs-test-server: [INFO] --> Setting version for github.com/rackspace/gophercloud to 42196eaf5b93739d335921404bb7c5f2205fceb3.
==> libstorage-ebs-test-server: [INFO] --> Setting version for github.com/kardianos/osext to c2c54e542fb797ad986b31721e1baedf214ca413.
==> libstorage-ebs-test-server: [INFO] --> Setting version for github.com/kr/pretty to cfb55aafdaf3ec08f0db22699ab822c50091b1c4.
==> libstorage-ebs-test-server: [INFO] --> Setting version for github.com/cesanta/ucl to 97c016fce90e6af1b14558563ac46852167e6a76.
==> libstorage-ebs-test-server: [INFO] --> Setting version for github.com/russross/blackfriday to 5f33e7b7878355cd2b7e6b8eefc48a5472c69f70.
==> libstorage-ebs-test-server: [INFO] --> Setting version for github.com/jmespath/go-jmespath to bd40a432e4c76585ef6b72d3fd96fb9b6dc7b68d.
==> libstorage-ebs-test-server: [INFO] --> Setting version for github.com/Sirupsen/logrus to 5f376aa629ac60c3215cc368e674bd996093a01a.
==> libstorage-ebs-test-server: [INFO] --> Setting version for github.com/shurcooL/sanitized_anchor_name to 1dba4b3954bc059efc3991ec364f9f9a35f597d2.
==> libstorage-ebs-test-server: [INFO] --> Setting version for github.com/spf13/jwalterweatherman to 33c24e77fb80341fe7130ee7c594256ff08ccc46.
==> libstorage-ebs-test-server: [INFO] --> Setting version for github.com/spf13/cobra to 363816bb13ce1710460c2345017fd35593cbf5ed.
==> libstorage-ebs-test-server: [INFO] --> Setting version for github.com/spf13/viper to 317ec73d0d7507658ee3be15866b445d6d921848.
==> libstorage-ebs-test-server: [INFO] --> Setting version for github.com/spf13/cast to 2580bc98dc0e62908119e4737030cc2fdfc45e4c.
==> libstorage-ebs-test-server: [INFO] --> Setting version for golang.org/x/net to ffe101cce3477a6c6d8f0754d103bb0a84ec1266.
==> libstorage-ebs-test-server: [INFO] --> Setting version for github.com/spf13/pflag to b084184666e02084b8ccb9b704bf0d79c466eb1d.
==> libstorage-ebs-test-server: [INFO] --> Setting version for google.golang.org/api to fd081149e482b10c55262756934088ffe3197ea3.
==> libstorage-ebs-test-server: [INFO] --> Setting version for gopkg.in/yaml.v1 to b4a9f8c4b84c6c4256d669c649837f1441e4b050.
==> libstorage-ebs-test-server: [INFO] --> Setting version for gopkg.in/yaml.v2 to b4a9f8c4b84c6c4256d669c649837f1441e4b050.
==> libstorage-ebs-test-server: [INFO] --> Setting version for golang.org/x/sys to 8f0908ab3b2457e2e15403d3697c9ef5cb4b57a9.
==> libstorage-ebs-test-server: [INFO] --> Setting version for gopkg.in/fsnotify.v1 to 26b17cd591df34e7b1cf0087f48fc19ca67eb476.
==> libstorage-ebs-test-server: GOOS=linux GOARCH=amd64 go install github.com/emccode/rexray/vendor/github.com/jteeuwen/go-bindata/go-bindata
==> libstorage-ebs-test-server: go get -u github.com/alecthomas/gometalinter
==> libstorage-ebs-test-server: /opt/go/bin/gometalinter --install --update && touch .gometalinter.tools.d
==> libstorage-ebs-test-server: WARNING: Linters are now vendored by default, --update ignored. The original
==> libstorage-ebs-test-server: behaviour can be re-enabled with --no-vendored-linters.
==> libstorage-ebs-test-server:
==> libstorage-ebs-test-server: To request an update for a vendored linter file an issue at:
==> libstorage-ebs-test-server: https://github.com/alecthomas/gometalinter/issues/new
==> libstorage-ebs-test-server:
==> libstorage-ebs-test-server: Installing:
==> libstorage-ebs-test-server: golint
==> libstorage-ebs-test-server: gotype
==> libstorage-ebs-test-server: interfacer
==> libstorage-ebs-test-server: structcheck
==> libstorage-ebs-test-server: aligncheck
==> libstorage-ebs-test-server: gas
==> libstorage-ebs-test-server: goimports
==> libstorage-ebs-test-server: dupl
==> libstorage-ebs-test-server: ineffassign
==> libstorage-ebs-test-server: staticcheck
==> libstorage-ebs-test-server: deadcode
==> libstorage-ebs-test-server: errcheck
==> libstorage-ebs-test-server: gosimple
==> libstorage-ebs-test-server: misspell
==> libstorage-ebs-test-server: unconvert
==> libstorage-ebs-test-server: unused
==> libstorage-ebs-test-server: varcheck
==> libstorage-ebs-test-server: goconst
==> libstorage-ebs-test-server: gocyclo
==> libstorage-ebs-test-server: lll
==> libstorage-ebs-test-server: make build-libstorage
==> libstorage-ebs-test-server: cd vendor/github.com/emccode/libstorage && make api/api_generated.go && cd -
==> libstorage-ebs-test-server: echo generating api/api_generated.go
==> libstorage-ebs-test-server: generating api/api_generated.go
==> libstorage-ebs-test-server: /opt/go/src/github.com/emccode/rexray
==> libstorage-ebs-test-server: cd vendor/github.com/emccode/libstorage && make api/server/executors/executors_generated.go && cd -
==> libstorage-ebs-test-server: GOOS=linux GOARCH=amd64 go install ./api/types
==> libstorage-ebs-test-server: GOOS=linux GOARCH=amd64 go install ./api/context
==> libstorage-ebs-test-server: GOOS=linux GOARCH=amd64 go install ./api/utils
==> libstorage-ebs-test-server: GOOS=linux GOARCH=amd64 go install ./api/registry
==> libstorage-ebs-test-server: GOOS=linux GOARCH=amd64 go install ./api/utils/config
==> libstorage-ebs-test-server: GOOS=linux GOARCH=amd64 go install ./imports/config
==> libstorage-ebs-test-server: GOOS=linux GOARCH=amd64 go install ./drivers/storage/ebs
==> libstorage-ebs-test-server: GOOS=linux GOARCH=amd64 go install ./drivers/storage/ebs/utils
==> libstorage-ebs-test-server: GOOS=linux GOARCH=amd64 go install ./drivers/storage/ebs/executor
==> libstorage-ebs-test-server: GOOS=linux GOARCH=amd64 go install ./drivers/storage/efs
==> libstorage-ebs-test-server: GOOS=linux GOARCH=amd64 go install ./drivers/storage/efs/executor
==> libstorage-ebs-test-server: GOOS=linux GOARCH=amd64 go install ./drivers/storage/isilon
==> libstorage-ebs-test-server: GOOS=linux GOARCH=amd64 go install ./drivers/storage/isilon/executor
==> libstorage-ebs-test-server: GOOS=linux GOARCH=amd64 go install ./drivers/storage/rackspace
==> libstorage-ebs-test-server: GOOS=linux GOARCH=amd64 go install ./drivers/storage/rackspace/executor
==> libstorage-ebs-test-server: GOOS=linux GOARCH=amd64 go install ./drivers/storage/scaleio
==> libstorage-ebs-test-server: GOOS=linux GOARCH=amd64 go install ./drivers/storage/scaleio/executor
==> libstorage-ebs-test-server: GOOS=linux GOARCH=amd64 go install ./drivers/storage/vbox
==> libstorage-ebs-test-server: GOOS=linux GOARCH=amd64 go install ./drivers/storage/vbox/executor
==> libstorage-ebs-test-server: GOOS=linux GOARCH=amd64 go install ./drivers/storage/vfs
==> libstorage-ebs-test-server: GOOS=linux GOARCH=amd64 go install ./drivers/storage/vfs/executor
==> libstorage-ebs-test-server: GOOS=linux GOARCH=amd64 go install ./imports/executors
==> libstorage-ebs-test-server: GOOS=linux GOARCH=amd64 go install ./cli/lsx
==> libstorage-ebs-test-server: GOOS=linux GOARCH=amd64 go install ./cli/lsx/lsx-linux
==> libstorage-ebs-test-server: env GOOS=darwin GOARCH=amd64 make /opt/go/bin/darwin_amd64/lsx-darwin
==> libstorage-ebs-test-server: GOOS=darwin GOARCH=amd64 go install ./api/types
==> libstorage-ebs-test-server: GOOS=darwin GOARCH=amd64 go install ./api/context
==> libstorage-ebs-test-server: GOOS=darwin GOARCH=amd64 go install ./api/utils
==> libstorage-ebs-test-server: GOOS=darwin GOARCH=amd64 go install ./api/registry
==> libstorage-ebs-test-server: GOOS=darwin GOARCH=amd64 go install ./api/utils/config
==> libstorage-ebs-test-server: GOOS=darwin GOARCH=amd64 go install ./imports/config
==> libstorage-ebs-test-server: GOOS=darwin GOARCH=amd64 go install ./drivers/storage/ebs
==> libstorage-ebs-test-server: GOOS=darwin GOARCH=amd64 go install ./drivers/storage/ebs/utils
==> libstorage-ebs-test-server: GOOS=darwin GOARCH=amd64 go install ./drivers/storage/ebs/executor
==> libstorage-ebs-test-server: GOOS=darwin GOARCH=amd64 go install ./drivers/storage/efs
==> libstorage-ebs-test-server: GOOS=darwin GOARCH=amd64 go install ./drivers/storage/efs/executor
==> libstorage-ebs-test-server: GOOS=darwin GOARCH=amd64 go install ./drivers/storage/isilon
==> libstorage-ebs-test-server: GOOS=darwin GOARCH=amd64 go install ./drivers/storage/isilon/executor
==> libstorage-ebs-test-server: GOOS=darwin GOARCH=amd64 go install ./drivers/storage/rackspace
==> libstorage-ebs-test-server: GOOS=darwin GOARCH=amd64 go install ./drivers/storage/rackspace/executor
==> libstorage-ebs-test-server: GOOS=darwin GOARCH=amd64 go install ./drivers/storage/scaleio
==> libstorage-ebs-test-server: GOOS=darwin GOARCH=amd64 go install ./drivers/storage/scaleio/executor
==> libstorage-ebs-test-server: GOOS=darwin GOARCH=amd64 go install ./drivers/storage/vbox
==> libstorage-ebs-test-server: GOOS=darwin GOARCH=amd64 go install ./drivers/storage/vbox/executor
==> libstorage-ebs-test-server: GOOS=darwin GOARCH=amd64 go install ./drivers/storage/vfs
==> libstorage-ebs-test-server: GOOS=darwin GOARCH=amd64 go install ./drivers/storage/vfs/executor
==> libstorage-ebs-test-server: GOOS=darwin GOARCH=amd64 go install ./imports/executors
==> libstorage-ebs-test-server: GOOS=darwin GOARCH=amd64 go install ./cli/lsx
==> libstorage-ebs-test-server: GOOS=darwin GOARCH=amd64 go install ./cli/lsx/lsx-darwin
==> libstorage-ebs-test-server: /opt/go/bin/go-bindata -md5checksum -pkg executors -prefix api/server/executors/bin -o api/server/executors/executors_generated.go api/server/executors/bin/...
==> libstorage-ebs-test-server: /opt/go/src/github.com/emccode/rexray
==> libstorage-ebs-test-server: make build-generated
==> libstorage-ebs-test-server: make ./core/core_generated.go
==> libstorage-ebs-test-server: echo generating core/core_generated.go
==> libstorage-ebs-test-server: generating core/core_generated.go
==> libstorage-ebs-test-server: make build-rexray
==> libstorage-ebs-test-server: GOOS=linux GOARCH=amd64 go install ./core
==> libstorage-ebs-test-server: GOOS=linux GOARCH=amd64 go install ./util
==> libstorage-ebs-test-server: GOOS=linux GOARCH=amd64 go install .
==> libstorage-ebs-test-server: GOOS=linux GOARCH=amd64 go install ./cli/cli/term
==> libstorage-ebs-test-server: GOOS=linux GOARCH=amd64 go install ./daemon/module
==> libstorage-ebs-test-server: GOOS=linux GOARCH=amd64 go install ./daemon/module/docker/volumedriver
==> libstorage-ebs-test-server: GOOS=linux GOARCH=amd64 go install ./daemon
==> libstorage-ebs-test-server: GOOS=linux GOARCH=amd64 go install ./cli/cli
==> libstorage-ebs-test-server: GOOS=linux GOARCH=amd64 go install ./cli/rexray
==> libstorage-ebs-test-server: make stat-prog
==> libstorage-ebs-test-server:
==> libstorage-ebs-test-server: The rexray binary is 39MB and located at:
==> libstorage-ebs-test-server:
==> libstorage-ebs-test-server: /opt/go/bin/rexray
==> libstorage-ebs-test-server: Running provisioner: shell...
libstorage-ebs-test-server: Running: script: copy rex-ray
==> libstorage-ebs-test-server: Running provisioner: shell...
libstorage-ebs-test-server: Running: script: config rex-ray
==> libstorage-ebs-test-server: Running provisioner: shell...
libstorage-ebs-test-server: Running: script: rex-ray install
==> libstorage-ebs-test-server: INFO[0000] making libStorage directory mustPerm=true path=/etc/libstorage perms=-rwxr-xr-x
==> libstorage-ebs-test-server: INFO[0000] making libStorage directory mustPerm=true path=/var/lib/libstorage perms=-rwxr-xr-x
==> libstorage-ebs-test-server: INFO[0000] making libStorage directory mustPerm=true path=/var/log/libstorage perms=-rwxr-xr-x
==> libstorage-ebs-test-server: INFO[0000] making libStorage directory mustPerm=true path=/var/run/libstorage perms=-rwxr-xr-x
==> libstorage-ebs-test-server: REX-Ray is now installed. Before starting it please check http://github.com/emccode/rexray for instructions on how to configure it.
==> libstorage-ebs-test-server:
==> libstorage-ebs-test-server: Once configured the REX-Ray service can be started with the command 'sudo /etc/init.d/rexray start'.
==> libstorage-ebs-test-server: Running provisioner: shell...
libstorage-ebs-test-server: Running: script: start rex-ray
==> libstorage-ebs-test-server: Starting REX-Ray...SUCCESS!
==> libstorage-ebs-test-server:
==> libstorage-ebs-test-server: The REX-Ray daemon is now running at PID 749. To
==> libstorage-ebs-test-server: shutdown the daemon execute the following command:
==> libstorage-ebs-test-server:
==> libstorage-ebs-test-server: sudo /usr/bin/rexray stop
==> libstorage-ebs-test-server: Running provisioner: shell...
libstorage-ebs-test-server: Running: script: rex-ray volume map
==> libstorage-ebs-test-server: INFO[0000] making libStorage directory mustPerm=false path=/home/ec2-user/.libstorage perms=-rwxr-xr-x
==> libstorage-ebs-test-server: INFO[0000] making libStorage directory mustPerm=true path=/home/ec2-user/.libstorage/etc/libstorage perms=-rwxr-xr-x
==> libstorage-ebs-test-server: INFO[0000] making libStorage directory mustPerm=true path=/home/ec2-user/.libstorage/var/lib/libstorage perms=-rwxr-xr-x
==> libstorage-ebs-test-server: INFO[0000] making libStorage directory mustPerm=true path=/home/ec2-user/.libstorage/var/log/libstorage perms=-rwxr-xr-x
==> libstorage-ebs-test-server: INFO[0000] making libStorage directory mustPerm=true path=/home/ec2-user/.libstorage/var/run/libstorage perms=-rwxr-xr-x
==> libstorage-ebs-test-server: - attachments:
==> libstorage-ebs-test-server: - deviceName: /dev/xvda
==> libstorage-ebs-test-server: instanceID:
==> libstorage-ebs-test-server: id: i-d04eb464
==> libstorage-ebs-test-server: driver: ebs
==> libstorage-ebs-test-server: status: attached
==> libstorage-ebs-test-server: volumeID: vol-0ecfd8b2
==> libstorage-ebs-test-server: availabilityZone: us-west-1c
==> libstorage-ebs-test-server: iops: 100
==> libstorage-ebs-test-server: name: ""
==> libstorage-ebs-test-server: size: 8
==> libstorage-ebs-test-server: status: in-use
==> libstorage-ebs-test-server: id: vol-0ecfd8b2
==> libstorage-ebs-test-server: type: gp2
real 4m40.405s
user 0m5.896s
sys 0m0.450s
[0]akutz@pax:tests$
# -*- mode: ruby -*-
# vi: set ft=ruby :
require 'fileutils'
require 'shellwords'
require 'fog'
# aws config
$aws_akey = ENV['AWS_AKEY']
$aws_skey = ENV['AWS_SKEY']
$aws_region = "us-west-1"
$aws_kpname = "akutz"
$aws_secgrp = "pbs"
$aws_ami = "ami-de347abe" # Amazon Linux x64 HVM EBS
#$aws_ami = "ami-af4333cf" # CentOS 7 x64
$aws_cnxn = Fog::Compute.new(
:provider => :aws,
:region => $aws_region,
:aws_access_key_id => $aws_akey,
:aws_secret_access_key => $aws_skey)
# ssh config
$ssh_pkey = "/Users/akutz/.ssh/ec2-akutz.pem"
$ssh_user = "ec2-user"
# node info
$node0_name = "libstorage-ebs-test-server"
$node0_itype = "m4.large"
$node0_ip_public = "" # dynamic
$node0_ip_private = "" # dynamic
$node1_name = "libstorage-ebs-test-client0"
$node1_itype = "t2.micro"
$node1_ip_public = "" # dynamic
$node1_ip_private = "" # dynamic
$node2_name = "libstorage-ebs-test-client1"
$node2_itype = "t2.micro"
$node2_ip_public = "" # dynamic
$node2_ip_private = "" # dynamic
# Golang information
$goos = "linux"
$goarch = "amd64"
$gover = "1.7.1"
$gotgz = "go#{$gover}.#{$goos}-#{$goarch}.tar.gz"
$gourl = "https://storage.googleapis.com/golang/#{$gotgz}"
$gopath = "/opt/go"
# the script to provision golang
$provision_golang = <<SCRIPT
echo installing go#{$gover}.#{$goos}-#{$goarch}
curl -SLO #{$gourl.shellescape}
tar -C /usr/local -xzf #{$gotgz.shellescape}
mkdir -p #{$gopath.shellescape}
rm -f #{$gotgz.shellescape}
SCRIPT
# the script to provision an update to the system
$provision_update_system = <<SCRIPT
sudo yum -y update
sudo yum group install -y "Development Tools"
sudo yum install -y glibc-static glibc-devel.i686
SCRIPT
# the script to provision docker
$provision_docker = <<SCRIPT
sudo yum install -y docker
sudo service docker start
sudo usermod -aG docker #{$ssh_user}
SCRIPT
# the script to validate the docker install
$validate_docker = <<SCRIPT
docker info
docker run --rm hello-world
SCRIPT
# go-bindata info
$go_bindata_dir = "#{$gopath}/src/github.com/jteeuwen/go-bindata"
$go_bindata_url = "https://github.com/akutz/go-bindata"
$go_bindata_ref = "feature/md5checksum"
# the script to build go-bindata
$build_go_bindata = <<SCRIPT
mkdir -p #{$go_bindata_dir.shellescape}
cd #{$go_bindata_dir.shellescape}
git clone #{$go_bindata_url.shellescape} .
git checkout #{$go_bindata_ref.shellescape}
go get ./...
go install ./...
SCRIPT
# rex-ray repo and branch information
$rexray_dir = "#{$gopath}/src/github.com/emccode/rexray"
$rexray_url = "https://github.com/emccode/rexray"
$rexray_ref = "master"
$rexray_bin = "/usr/bin/rexray"
$rexray_cfg = "/etc/rexray/config.yml"
# the script to build rex-ray
$build_rexray = <<SCRIPT
mkdir -p #{$rexray_dir.shellescape}
cd #{$rexray_dir.shellescape}
git clone #{$rexray_url.shellescape} .
git checkout #{$rexray_ref.shellescape}
sed -e 's/version: v0.2.1/ref: master/g' -i "" glide.yaml && rm glide.lock
make deps
make build
SCRIPT
# volume_path is a valid directory path on the local, host system for storing
# aws volumes. ensure it exists as well
$volume_path = "#{File.dirname(__FILE__)}/.vagrant/volumes"
FileUtils::mkdir_p $volume_path
# the script to write node0's rex-ray config file. the 'virtualbox.volumePath'
# property should be replaced with a valid directory path on the virtualbox
# host system
$write_rexray_config_node0 = <<SCRIPT
mkdir -p #{File.dirname($rexray_cfg).shellescape}
cat << EOF > #{$rexray_cfg.shellescape}
rexray:
logLevel: warn
libstorage:
host: tcp://127.0.0.1:7979
embedded: true
service: ebs
server:
endpoints:
public:
address: tcp://:7979
services:
ebs:
driver: ebs
ebs:
accessKey: #{$aws_akey}
secretKey: #{$aws_skey}
EOF
SCRIPT
# the script to write node1's rex-ray config file. the 'virtualbox.volumePath'
# property should be replaced with a valid directory path on the virtualbox
# host system
def rexray_config_node1(node0_ip)
s = <<SCRIPT
mkdir -p #{File.dirname($rexray_cfg).shellescape}
cat << EOF > #{$rexray_cfg.shellescape}
rexray:
logLevel: warn
libstorage:
host: tcp://#{node0_ip}:7979
service: ebs
EOF
SCRIPT
return s
end
# init the environment variables used when building go source
$build_env_vars = Hash[
"GOPATH" => $gopath.shellescape,
"PATH" => "#{$gopath.shellescape}/bin:/usr/local/go/bin:#{ENV['PATH']}"
]
# machine_id gets the aws machine id from a node name
def machine_id(name)
return File.read("#{File.dirname(__FILE__)}/.vagrant/machines/#{name}/aws/id")
end
# node_ip_public returns the node's public ip
def node_ip_public(name)
return $aws_cnxn.servers.get(machine_id(name)).public_ip_address
end
# node_ip_private returns the node's private ip
def node_ip_private(name)
return $aws_cnxn.servers.get(machine_id(name)).private_ip_address
end
# node_dir returns the directory for a given node
def node_dir(name)
return "#{File.dirname(__FILE__)}/.vagrant/machines/#{name}"
end
# is_first_up returns a flag indicating whether or not this is the first time
# 'vagrant up' has been called on a specific node
def is_first_up(name)
return Dir.glob("#{node_dir(name)}/aws/id").empty?
end
def record_node0_ip_info()
if $node0_ip_public != "" || is_first_up($node0_name) then return end
$node0_ip_public = node_ip_public($node0_name)
$node0_ip_private = node_ip_private($node0_name)
puts "node ip info: name=#{$node0_name}, private=#{$node0_ip_private}, pubic=#{$node0_ip_public}"
end
# init_aws initializes the aws config
def init_aws(aws, name, instance_type)
aws.access_key_id = $aws_akey
aws.secret_access_key = $aws_skey
aws.keypair_name = $aws_kpname
aws.region = $aws_region
aws.security_groups = [$aws_secgrp]
aws.ami = $aws_ami
aws.instance_type = instance_type
aws.terminate_on_shutdown = true
aws.unregister_elb_from_az = true
aws.tags = {"Name" => name}
end
Vagrant.configure("2") do |config|
config.vm.box = "dummy"
config.vm.synced_folder ".", "/vagrant", disabled: true
config.ssh.pty = true
config.ssh.username = $ssh_user
config.ssh.private_key_path = $ssh_pkey
# configure node0
config.vm.define $node0_name do |node|
# initialize the aws config
node.vm.provider :aws do |aws|
init_aws aws, $node0_name, $node0_itype
end
# only proceed if this is the first time 'vagrant up' has been called
# on this node
if is_first_up $node0_name
# initialize the aws config
node.vm.provider :aws do |aws|
init_aws aws, $node0_name, $node0_itype
end
# update system
node.vm.provision "shell" do |s|
s.name = "update-system"
s.inline = $provision_update_system
end
# provision docker - don't use docker provisioner - see
# https://github.com/mitchellh/vagrant/issues/7161
node.vm.provision "shell" do |s|
s.name = "provision-docker"
s.inline = $provision_docker
end
# validate the docker installation
node.vm.provision "shell" do |s|
s.name = "validate-docker"
s.inline = $validate_docker
end
# provision golang
node.vm.provision "shell" do |s|
s.name = "golang"
s.inline = $provision_golang
end
# build go-bindata
node.vm.provision "shell" do |s|
s.name = "go-bindata"
s.env = $build_env_vars
s.inline = $build_go_bindata
end
# build rex-ray
node.vm.provision "shell" do |s|
s.name = "build rex-ray"
s.env = $build_env_vars
s.inline = $build_rexray
end
# copy rex-ray to /usr/bin
node.vm.provision "shell" do |s|
s.name = "copy rex-ray"
s.inline = "cp #{$gopath.shellescape}/bin/rexray " +
"#{$rexray_bin.shellescape}"
end
# write rex-ray config file
node.vm.provision "shell" do |s|
s.name = "config rex-ray"
s.inline = $write_rexray_config_node0
end
# install rex-ray
node.vm.provision "shell" do |s|
s.name = "rex-ray install"
s.inline = "rexray install"
end
# start rex-ray as a service
node.vm.provision "shell" do |s|
s.name = "start rex-ray"
s.inline = "sudo /etc/init.d/rexray start"
end
end # if is_first_up node.vm.hostname
# list volume mapping with rex-ray to verify configuration
node.vm.provision "shell", run: "always" do |s|
s.name = "rex-ray volume map"
s.privileged = false
s.inline = "rexray volume map"
end
end # configure node0
# configure node1
config.vm.define $node1_name, autostart: false do |node|
# initialize the aws config
node.vm.provider :aws do |aws|
init_aws aws, $node1_name, $node1_itype
end
# only proceed if this is the first time 'vagrant up' has been called
# on this node
if is_first_up $node1_name
record_node0_ip_info
# provision docker - don't use docker provisioner - see
# https://github.com/mitchellh/vagrant/issues/7161
node.vm.provision "shell" do |s|
s.name = "provision-docker"
s.inline = $provision_docker
end
# validate the docker installation
node.vm.provision "shell" do |s|
s.name = "validate-docker"
s.inline = $validate_docker
end
# copy node0's private ssh key to node1 so node1 can ssh to node0 without
# being prompted for a password
node.vm.provision "file",
source: "#{$ssh_pkey}".shellescape,
destination: '"$HOME"/.ssh' +
"/#{$node0_name.shellescape}.key"
# scp rex-ray from node0 to node1
node.vm.provision "shell" do |s|
s.name = "scp rexray"
s.inline = "scp -q -i " +
"/home/#{$ssh_user}/.ssh/#{$node0_name}.key".shellescape + " " +
"-o StrictHostKeyChecking=no " +
"#{$ssh_user}@#{$node0_ip_private}:#{$rexray_bin.shellescape} " +
"#{$rexray_bin.shellescape}"
end
# write rex-ray config file
node.vm.provision "shell" do |s|
s.name = "config rex-ray"
s.inline = rexray_config_node1 $node0_ip_private
end
# install rex-ray
node.vm.provision "shell" do |s|
s.name = "rex-ray install"
s.inline = "rexray install"
end
# start rex-ray as a service
node.vm.provision "shell" do |s|
s.name = "start rex-ray"
s.inline = "sudo /etc/init.d/rexray start"
end
end # if is_first_up node.vm.hostname
# list volume mapping with rex-ray to verify configuration
node.vm.provision "shell", run: "always" do |s|
s.name = "rex-ray volume map"
s.privileged = false
s.inline = "rexray volume map"
end
end # configure node1
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment