Skip to content

Instantly share code, notes, and snippets.

@akutz
Created October 8, 2016 12:23
Show Gist options
  • Save akutz/25c620cfdce3dae344c1d1d6b3eef126 to your computer and use it in GitHub Desktop.
Save akutz/25c620cfdce3dae344c1d1d6b3eef126 to your computer and use it in GitHub Desktop.
[0]akutz@pax:tests$ time vagrant destroy -f
==> libstorage-ebs-test-client1: Terminating the instance...
==> libstorage-ebs-test-client1: Updating /etc/hosts file on active guest machines...
==> libstorage-ebs-test-client0: Terminating the instance...
==> libstorage-ebs-test-client0: Updating /etc/hosts file on active guest machines...
==> libstorage-ebs-test-server: Terminating the instance...
==> libstorage-ebs-test-server: Updating /etc/hosts file on active guest machines...
real 0m28.136s
user 0m3.864s
sys 0m0.595s
[0]akutz@pax:tests$ time vagrant up --provider=aws --no-parallel
Bringing machine 'libstorage-ebs-test-server' up with 'aws' provider...
Bringing machine 'libstorage-ebs-test-client0' up with 'aws' provider...
Bringing machine 'libstorage-ebs-test-client1' 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-ef2af28f
==> libstorage-ebs-test-server: -- Region: us-west-2
==> libstorage-ebs-test-server: -- Availability Zone: us-west-2a
==> libstorage-ebs-test-server: -- Keypair: akutz
==> 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: Rsyncing folder: /Users/akutz/Projects/go/src/github.com/emccode/libstorage/ => /opt/go/src/github.com/emccode/libstorage
==> libstorage-ebs-test-server: - Exclude: [".vagrant/", "/.git/", "/vendor/", "/glide.lock", "/lss-darwin", "/lss-linux", "/lsx-darwin", "/lsx-linux", "/api/api_generated.go", "/api/server/executors/bin/", "/api/server/executors/executors_generated.go"]
==> libstorage-ebs-test-server: Updating /etc/hosts file on active guest machines...
==> libstorage-ebs-test-server: Running provisioner: shell...
libstorage-ebs-test-server: Running: script: update-system
==> libstorage-ebs-test-server: Loaded plugins: fastestmirror
==> libstorage-ebs-test-server: Loading mirror speeds from cached hostfile
==> libstorage-ebs-test-server: * base: mirror.web-ster.com
==> libstorage-ebs-test-server: * extras: mirrors.kernel.org
==> libstorage-ebs-test-server: * updates: mirror.web-ster.com
==> libstorage-ebs-test-server: No packages marked for update
==> libstorage-ebs-test-server: Running provisioner: shell...
libstorage-ebs-test-server: Running: script: validate-copied-sources
==> libstorage-ebs-test-server: Initialized empty Git repository in /opt/go/src/github.com/emccode/libstorage/.git/
==> libstorage-ebs-test-server: [master (root-commit) 0dd8abc] v0.0.1
==> libstorage-ebs-test-server: 277 files changed, 45863 insertions(+)
==> libstorage-ebs-test-server: create mode 100644 .docs/.themes/yeti/base.html
==> libstorage-ebs-test-server: create mode 100644 .docs/.themes/yeti/content.html
==> libstorage-ebs-test-server: create mode 100644 .docs/.themes/yeti/css/base.css
==> libstorage-ebs-test-server: create mode 100644 .docs/.themes/yeti/css/bootstrap-custom.min.css
==> libstorage-ebs-test-server: create mode 100644 .docs/.themes/yeti/css/emccode-font.css
==> libstorage-ebs-test-server: create mode 100644 .docs/.themes/yeti/css/font-awesome-4.0.3.css
==> libstorage-ebs-test-server: create mode 100644 .docs/.themes/yeti/css/hX.css
==> libstorage-ebs-test-server: create mode 100644 .docs/.themes/yeti/css/highlight.css
==> libstorage-ebs-test-server: create mode 100644 .docs/.themes/yeti/fonts/emccode.eot
==> libstorage-ebs-test-server: create mode 100644 .docs/.themes/yeti/fonts/emccode.svg
==> libstorage-ebs-test-server: create mode 100644 .docs/.themes/yeti/fonts/emccode.ttf
==> libstorage-ebs-test-server: create mode 100644 .docs/.themes/yeti/fonts/emccode.woff
==> libstorage-ebs-test-server: create mode 100644 .docs/.themes/yeti/fonts/fontawesome-webfont.eot
==> libstorage-ebs-test-server: create mode 100644 .docs/.themes/yeti/fonts/fontawesome-webfont.svg
==> libstorage-ebs-test-server: create mode 100644 .docs/.themes/yeti/fonts/fontawesome-webfont.ttf
==> libstorage-ebs-test-server: create mode 100644 .docs/.themes/yeti/fonts/fontawesome-webfont.woff
==> libstorage-ebs-test-server: create mode 100644 .docs/.themes/yeti/img/architecture-centralized.png
==> libstorage-ebs-test-server: create mode 100644 .docs/.themes/yeti/img/architecture-decentralized.png
==> libstorage-ebs-test-server: create mode 100644 .docs/.themes/yeti/img/architecture-diagrams.sdxml
==> libstorage-ebs-test-server: create mode 100644 .docs/.themes/yeti/img/architecture-embeddedlibstorage.png
==> libstorage-ebs-test-server: create mode 100644 .docs/.themes/yeti/img/architecture-today.png
==> libstorage-ebs-test-server: create mode 100644 .docs/.themes/yeti/img/emccode-logo-48x48.png
==> libstorage-ebs-test-server: create mode 100644 .docs/.themes/yeti/img/emccode-logo-mono-48x48.png
==> libstorage-ebs-test-server: create mode 100644 .docs/.themes/yeti/img/favicon.ico
==> libstorage-ebs-test-server: create mode 100644 .docs/.themes/yeti/img/libstorage.svg
==> libstorage-ebs-test-server: create mode 100644 .docs/.themes/yeti/js/base.js
==> libstorage-ebs-test-server: create mode 100644 .docs/.themes/yeti/js/bootstrap-3.0.3.min.js
==> libstorage-ebs-test-server: create mode 100644 .docs/.themes/yeti/js/highlight.pack.js
==> libstorage-ebs-test-server: create mode 100644 .docs/.themes/yeti/js/jquery-1.10.2.min.js
==> libstorage-ebs-test-server: create mode 100644 .docs/.themes/yeti/nav.html
==> libstorage-ebs-test-server: create mode 100644 .docs/.themes/yeti/toc.html
==> libstorage-ebs-test-server: create mode 100644 .docs/about/contributing.md
==> libstorage-ebs-test-server: create mode 100644 .docs/about/license.md
==> libstorage-ebs-test-server: create mode 100644 .docs/about/release-notes.md
==> libstorage-ebs-test-server: create mode 100644 .docs/dev-guide/build-reference.md
==> libstorage-ebs-test-server: create mode 100644 .docs/dev-guide/project-guidelines.md
==> libstorage-ebs-test-server: create mode 100644 .docs/dev-guide/release-process.md
==> libstorage-ebs-test-server: create mode 100644 .docs/favicon.ico
==> libstorage-ebs-test-server: create mode 100644 .docs/index.md
==> libstorage-ebs-test-server: create mode 100644 .docs/user-guide/config.md
==> libstorage-ebs-test-server: create mode 100644 .docs/user-guide/schedulers.md
==> libstorage-ebs-test-server: create mode 100644 .docs/user-guide/storage-providers.md
==> libstorage-ebs-test-server: create mode 100644 .gitignore
==> libstorage-ebs-test-server: create mode 100644 .hound.yml
==> libstorage-ebs-test-server: create mode 100644 .tls/README.md
==> libstorage-ebs-test-server: create mode 100644 .tls/client.extensions
==> libstorage-ebs-test-server: create mode 100644 .tls/libstorage-ca.crt
==> libstorage-ebs-test-server: create mode 100644 .tls/libstorage-ca.key
==> libstorage-ebs-test-server: create mode 100644 .tls/libstorage-client.crt
==> libstorage-ebs-test-server: create mode 100644 .tls/libstorage-client.csr
==> libstorage-ebs-test-server: create mode 100644 .tls/libstorage-client.key
==> libstorage-ebs-test-server: create mode 100644 .tls/libstorage-client.pem
==> libstorage-ebs-test-server: create mode 100644 .tls/libstorage-server.crt
==> libstorage-ebs-test-server: create mode 100644 .tls/libstorage-server.csr
==> libstorage-ebs-test-server: create mode 100644 .tls/libstorage-server.key
==> libstorage-ebs-test-server: create mode 100644 .tls/server.extensions
==> libstorage-ebs-test-server: create mode 100644 .travis.yml
==> libstorage-ebs-test-server: create mode 100644 LICENSE
==> libstorage-ebs-test-server: create mode 100644 Makefile
==> libstorage-ebs-test-server: create mode 100644 README.md
==> libstorage-ebs-test-server: create mode 100644 VERSION
==> libstorage-ebs-test-server: create mode 100644 api/api.go
==> libstorage-ebs-test-server: create mode 100644 api/api_test.go
==> libstorage-ebs-test-server: create mode 100644 api/client/client.go
==> libstorage-ebs-test-server: create mode 100644 api/client/client_api_funcs.go
==> libstorage-ebs-test-server: create mode 100644 api/client/client_http.go
==> libstorage-ebs-test-server: create mode 100644 api/client/client_logging.go
==> libstorage-ebs-test-server: create mode 100644 api/context/context.go
==> libstorage-ebs-test-server: create mode 100644 api/context/context_keys.go
==> libstorage-ebs-test-server: create mode 100644 api/context/context_logger.go
==> libstorage-ebs-test-server: create mode 100644 api/context/context_logger_test.go
==> libstorage-ebs-test-server: create mode 100644 api/context/context_test.go
==> libstorage-ebs-test-server: create mode 100644 api/registry/registry.go
==> libstorage-ebs-test-server: create mode 100644 api/registry/registry_integration.go
==> libstorage-ebs-test-server: create mode 100644 api/registry/registry_os.go
==> libstorage-ebs-test-server: create mode 100644 api/registry/registry_storage.go
==> libstorage-ebs-test-server: create mode 100644 api/server/executors/executors.go
==> libstorage-ebs-test-server: create mode 100644 api/server/handlers/handlers_errors.go
==> libstorage-ebs-test-server: create mode 100
==> libstorage-ebs-test-server: 644 api/server/handlers/handlers_instanceid.go
==> libstorage-ebs-test-server: create mode 100644 api/server/handlers/handlers_local_devices.go
==> libstorage-ebs-test-server: create mode 100644 api/server/handlers/handlers_logging.go
==> libstorage-ebs-test-server: create mode 100644 api/server/handlers/handlers_onrequest.go
==> libstorage-ebs-test-server: create mode 100644 api/server/handlers/handlers_post_args.go
==> libstorage-ebs-test-server: create mode 100644 api/server/handlers/handlers_query_params.go
==> libstorage-ebs-test-server: create mode 100644 api/server/handlers/handlers_schema_validator.go
==> libstorage-ebs-test-server: create mode 100644 api/server/handlers/handlers_service_validator.go
==> libstorage-ebs-test-server: create mode 100644 api/server/handlers/handlers_storage_session.go
==> libstorage-ebs-test-server: create mode 100644 api/server/handlers/handlers_transaction.go
==> libstorage-ebs-test-server: create mode 100644 api/server/httputils/httputils.go
==> libstorage-ebs-test-server: create mode 100644 api/server/httputils/httputils_route.go
==> libstorage-ebs-test-server: create mode 100644 api/server/router/executor/executor.go
==> libstorage-ebs-test-server: create mode 100644 api/server/router/executor/executor_routes.go
==> libstorage-ebs-test-server: create mode 100644 api/server/router/help/help.go
==> libstorage-ebs-test-server: create mode 100644 api/server/router/help/help_router.go
==> libstorage-ebs-test-server: create mode 100644 api/server/router/root/root.go
==> libstorage-ebs-test-server: create mode 100644 api/server/router/root/root_router.go
==> libstorage-ebs-test-server: create mode 100644 api/server/router/service/service.go
==> libstorage-ebs-test-server: create mode 100644 api/server/router/service/service_routes.go
==> libstorage-ebs-test-server: create mode 100644 api/server/router/snapshot/snapshot.go
==> libstorage-ebs-test-server: create mode 100644 api/server/router/snapshot/snapshot_routes.go
==> libstorage-ebs-test-server: create mode 100644 api/server/router/tasks/task_routes.go
==> libstorage-ebs-test-server: create mode 100644 api/server/router/tasks/tasks.go
==> libstorage-ebs-test-server: create mode 100644 api/server/router/volume/volume.go
==> libstorage-ebs-test-server: create mode 100644 api/server/router/volume/volume_routes.go
==> libstorage-ebs-test-server: create mode 100644 api/server/server.go
==> libstorage-ebs-test-server: create mode 100644 api/server/server_http.go
==> libstorage-ebs-test-server: create mode 100644 api/server/server_middleware.go
==> libstorage-ebs-test-server: create mode 100644 api/server/server_names.go
==> libstorage-ebs-test-server: create mode 100644 api/server/server_startup.go
==> libstorage-ebs-test-server: create mode 100644 api/server/services/services.go
==> libstorage-ebs-test-server: create mode 100644 api/server/services/services_storage.go
==> libstorage-ebs-test-server: create mode 100644 api/server/services/services_task.go
==> libstorage-ebs-test-server: create mode 100644 api/tests/tests.go
==> libstorage-ebs-test-server: create mode 100644 api/tests/tests_executors.go
==> libstorage-ebs-test-server: create mode 100644 api/tests/tests_std.go
==> libstorage-ebs-test-server: create mode 100644 api/types/types.go
==> libstorage-ebs-test-server: create mode 100644 api/types/types_clients.go
==> libstorage-ebs-test-server: create mode 100644 api/types/types_config.go
==> libstorage-ebs-test-server: create mode 100644 api/types/types_config_compat.go
==> libstorage-ebs-test-server: create mode 100644 api/types/types_config_integration.go
==> libstorage-ebs-test-server: create mode 100644 api/types/types_context.go
==> libstorage-ebs-test-server: create mode 100644 api/types/types_drivers.go
==> libstorage-ebs-test-server: create mode 100644 api/types/types_drivers_client.go
==> libstorage-ebs-test-server: create mode 100644 api/types/types_drivers_executor.go
==> libstorage-ebs-test-server: create mode 100644 api/types/types_drivers_integration.go
==> libstorage-ebs-test-server: create mode 100644 api/types/types_drivers_os.go
==> libstorage-ebs-test-server: create mode 100644 api/types/types_drivers_storage.go
==> libstorage-ebs-test-server: create mode 100644 api/types/types_errors.go
==> libstorage-ebs-test-server: create mode 100644 api/types/types_filter.go
==> libstorage-ebs-test-server: create mode 100644 api/types/types_http_headers.go
==> libstorage-ebs-test-server: create mode 100644 api/types/types_http_middleware.go
==> libstorage-ebs-test-server: create mode 100644 api/types/types_http_requests.go
==> libstorage-ebs-test-server: create mode 100644 api/types/types_http_responses.go
==> libstorage-ebs-test-server: create mode 100644 api/types/types_http_routes.go
==> libstorage-ebs-test-server: create mode 100644 api/types/types_instanceid.go
==> libstorage-ebs-test-server: create mode 100644 api/types/types_instanceid_test.go
==> libstorage-ebs-test-server: create mode 100644 api/types/types_localdevices.go
==> libstorage-ebs-test-server: create mode 100644 api/types/types_localdevices_test.go
==> libstorage-ebs-test-server: create mode 100644 api/types/types_logger.go
==> libstorage-ebs-test-server: create mode 100644 api/types/types_model.go
==> libstorage-ebs-test-server: create mode 100644 api/types/types_model_test.go
==> libstorage-ebs-test-server: create mode 100644 api/types/types_paths.go
==> libstorage-ebs-test-server: create mode 100644 api/types/types_paths_test.go
==> libstorage-ebs-test-server: create mode 100644 api/types/types_server.go
==> libstorage-ebs-test-server: create mode 100644 api/types/types_services.go
==> libstorage-ebs-test-server: create mode 100644 api/types/types_store.go
==> libstorage-ebs-test-server: create mode 100644 api/types/types_test.go
==> libstorage-ebs-test-server: create mode 100644 api/types/types_tx.go
==> libstorage-ebs-test-server: create mode 100644 api/types/types_uuid.go
==> libstorage-ebs-test-server: create mode 100644 api/types/types_version.go
==> libstorage-ebs-test-server: create mode 100644 api/utils/config/config.go
==> libstorage-ebs-test-server: create mode 100644 api/utils/filters/filters.go
==> libstorage-ebs-test-server: create mode 100644 api/utils/filters/filters_test.go
==> libstorage-ebs-test-server: create mode 100644 api/utils/schema/schema.go
==> libstorage-ebs-test-server: create mode 100644 api/utils/schema/schema_generated.go
==> libstorage-ebs-test-server: create mode 100644 api/utils/schema/schema_test.go
==> libstorage-ebs-test-server: create mode 100644 api/utils/unix_windows.go
==> libstorage-ebs-test-server: create mode 100644 api/utils/utils.go
==> libstorage-ebs-test-server: create mode 100644 api/utils/utils_config.go
==> libstorage-ebs-test-server: create mode 100644 api/utils/utils_errors.go
==> libstorage-ebs-test-server: create mode 100644 api/utils/utils_logging.go
==> libstorage-ebs-test-server: create mode 100644 api/utils/utils_sort.go
==> libstorage-ebs-test-server: create mode 100644 api/utils/utils_store.go
==> libstorage-ebs-test-server: create mode 100644 api/utils/utils_store_test.go
==> libstorage-ebs-test-server: create mode 100644 api/utils/utils_tls.go
==> libstorage-ebs-test-server: create mode 100644 api/utils/utils_unix.go
==> libstorage-ebs-test-server: create mode 100644 c/libstor-c.c
==> libstorage-ebs-test-server: create mode 100644 c/libstor-c/libstor-c.go
==> libstorage-ebs-test-server: create mode 100644 c/libstor-c/libstor-c_exported.c
==> libstorage-ebs-test-server: create mode 100644 c/libstor-c/libstor-c_exported.go
==> libstorage-ebs-test-server: create mode 100644 c/libstor-c/libstor-c_exported.h
==> libstorage-ebs-test-server: create mode 100644 c/libstor-c/libstor-c_model.c
==> libstorage-ebs-test-server: create mode 100644 c/libstor-c/libstor-c_model.h
==> libstorage-ebs-test-server: create mode 100644 c/libstor-c/libstor-c_types.h
==> libstorage-ebs-test-server: create mode 100644 c/libstor-c/libstor-c_utils.go
==> libstorage-ebs-test-server: create mode 100644 c/libstor-s.c
==> libstorage-ebs-test-server: create mode 100644 c/libstor-s/libstor-s.go
==> libstorage-ebs-test-server: create mode 100644 c/libstor-s/libstor-s_exported.go
==> libstorage-ebs-test-server: create mode 100644 cli/lss/lss-darwin/lss-darwin.go
==> libstorage-ebs-test-server: create mode 100644 cli/lss/lss-linux/lss-linux.go
==> libstorage-ebs-test-server: create mode 100644 cli/lss/lss-windows/lss-windows.go
==> libstorage-ebs-test-server: create mode 100644 cli/lss/lss.go
==> libstorage-ebs-test-server: create mode 100644 cli/lsx/lsx-darwin/lsx-darwin.go
==> libstorage-ebs-test-server: create mode 100644 cli/lsx/lsx-linux/lsx-linux.go
==> libstorage-ebs-test-server: create mode 100644 cli/lsx/lsx-windows/lsx-windows.go
==> libstorage-ebs-test-server: create mode 100644 cli/lsx/lsx.go
==> libstorage-ebs-test-server: create mode 100644 client/client.go
==> libstorage-ebs-test-server: create mode 100644 client/client_funcs.go
==> libstorage-ebs-test-server: create mode 100644 drivers/integration/docker/docker.go
==> libstorage-ebs-test-server: create mode 100644 drivers/integration/docker/docker_utils.go
==> libstorage-ebs-test-server: create mode 100644 drivers/os/darwin/darwin.go
==> libstorage-ebs-test-server: create mode 100644 drivers/os/darwin/darwin_os.go
==> libstorage-ebs-test-server: create mode 100644 drivers/os/linux/linux.go
==> libstorage-ebs-test-server: create mode 100644 drivers/os/linux/linux_docs.go
==> libstorage-ebs-test-server: create mode 100644 drivers/os/linux/linux_label.go
==> libstorage-ebs-test-server: create mode 100644 drivers/os/linux/linux_mount.go
==> libstorage-ebs-test-server: create mode 100644 drivers/os/linux/linux_os.go
==> libstorage-ebs-test-server: create mode 100644 drivers/storage/ebs/ebs.go
==> libstorage-ebs-test-server: create mode 100644 drivers/storage/ebs/ebs_config_compat.go
==> libstorage-ebs-test-server: create mode 100644 drivers/storage/ebs/executor/ebs_executor.go
==> libstorage-ebs-test-server: create mode 100644 drivers/storage/ebs/storage/ebs_storage.go
==> libstorage-ebs-test-server: create mode 100644 drivers/storage/ebs/tests/README.md
==> libstorage-ebs-test-server: create mode 100644 drivers/storage/ebs/tests/Vagrantfile
==> libstorage-ebs-test-server: create mode 100644 drivers/storage/ebs/tests/client0-tests.sh
==> libstorage-ebs-test-server: create mode 100644 drivers/storage/ebs/tests/client1-tests.sh
==> libstorage-ebs-test-server: create mode 100644 drivers/storage/ebs/tests/coverage.mk
==> libstorage-ebs-test-server: create mode 100644 drivers/storage/ebs/tests/ebs_test.go
==> libstorage-ebs-test-server: create mode 100644 drivers/storage/ebs/tests/server-tests.sh
==> libstorage-ebs-test-server: create mode 100644 drivers/storage/ebs/utils/utils.go
==> libstorage-ebs-test-server: create mode 100644 drivers/storage/ebs/utils/utils_go17.go
==> libstorage-ebs-test-server: create mode 100644 drivers/storage/ebs/utils/utils_pre_go17.go
==> libstorage-ebs-test-server: create mode 100644 drivers/storage/ebs/utils/utils_test.go
==> libstorage-ebs-test-server: create mode 100644 drivers/storage/ebs/utils/utils_unix.go
==> libstorage-ebs-test-server: create mode 100644 drivers/storage/efs/efs.go
==> libstorage-ebs-test-server: create mode 100644 drivers/storage/efs/executor/efs_executor.go
==> libstorage-ebs-test-server: create mode 100644 drivers/storage/efs/storage/efs_storage.go
==> libstorage-ebs-test-server: create mode 100644 drivers/storage/efs/tests/README.md
==> libstorage-ebs-test-server: create mode 100644 drivers/storage/efs/tests/coverage.mk
==> libstorage-ebs-test-server: create mode 100644 drivers/storage/efs/tests/efs_test.go
==> libstorage-ebs-test-server: create mode 100644 drivers/storage/efs/tests/test-cf-template.json
==> libstorage-ebs-test-server: create mode 100755 drivers/storage/efs/tests/test-env-down.sh
==> libstorage-ebs-test-server: create mode 100755 drivers/storage/efs/tests/test-env-up.sh
==> libstorage-ebs-test-server: create mode 100755 drivers/storage/efs/tests/test-run.sh
==> libstorage-ebs-test-server: create mode 100644 drivers/storage/isilon/executor/isilon_executor.go
==> libstorage-ebs-test-server: create mode 100644 drivers/storage/isilon/isilon.go
==> libstorage-ebs-test-server: create mode 100644 drivers/storage/isilon/storage/isilon_storage.go
==> libstorage-ebs-test-server: create mode 100644 drivers/storage/isilon/tests/coverage.mk
==> libstorage-ebs-test-server: create mode 100644 drivers/storage/isilon/tests/isilon_test.go
==> libstorage-ebs-test-server: create mode 100644 drivers/storage/libstorage/libstorage.go
==> libstorage-ebs-test-server: create mode 100644 drivers/storage/libstorage/libstorage_client.go
==> libstorage-ebs-test-server: create mode 100644 drivers/storage/libstorage/libstorage_client_api.go
==> libstorage-ebs-test-server: create mode 100644 dri
==> libstorage-ebs-test-server: vers/storage/libstorage/libstorage_client_xcli.go
==> libstorage-ebs-test-server: create mode 100644 drivers/storage/libstorage/libstorage_driver.go
==> libstorage-ebs-test-server: create mode 100644 drivers/storage/libstorage/libstorage_driver_funcs.go
==> libstorage-ebs-test-server: create mode 100644 drivers/storage/libstorage/libstorage_store.go
==> libstorage-ebs-test-server: create mode 100644 drivers/storage/libstorage/libstorage_utils.go
==> libstorage-ebs-test-server: create mode 100644 drivers/storage/mock/executor/mock_executor.go
==> libstorage-ebs-test-server: create mode 100644 drivers/storage/mock/mock_driver.go
==> libstorage-ebs-test-server: create mode 100644 drivers/storage/mock/tests/coverage.mk
==> libstorage-ebs-test-server: create mode 100644 drivers/storage/mock/tests/mock_test.go
==> libstorage-ebs-test-server: create mode 100644 drivers/storage/rackspace/executor/rackspace_executor.go
==> libstorage-ebs-test-server: create mode 100644 drivers/storage/rackspace/rackspace.go
==> libstorage-ebs-test-server: create mode 100644 drivers/storage/rackspace/storage/rackspace_storage.go
==> libstorage-ebs-test-server: create mode 100644 drivers/storage/rackspace/tests/coverage.mk
==> libstorage-ebs-test-server: create mode 100644 drivers/storage/rackspace/tests/rackspace_test.go
==> libstorage-ebs-test-server: create mode 100644 drivers/storage/scaleio/executor/scaleio_executor.go
==> libstorage-ebs-test-server: create mode 100644 drivers/storage/scaleio/scaleio.go
==> libstorage-ebs-test-server: create mode 100644 drivers/storage/scaleio/storage/scaleio_storage.go
==> libstorage-ebs-test-server: create mode 100644 drivers/storage/scaleio/tests/coverage.mk
==> libstorage-ebs-test-server: create mode 100644 drivers/storage/scaleio/tests/scaleio_test.go
==> libstorage-ebs-test-server: create mode 100644 drivers/storage/vbox/client/vbox_client.go
==> libstorage-ebs-test-server: create mode 100644 drivers/storage/vbox/client/vbox_client_test.go
==> libstorage-ebs-test-server: create mode 100644 drivers/storage/vbox/client/vbox_machine.go
==> libstorage-ebs-test-server: create mode 100644 drivers/storage/vbox/client/vbox_soap.go
==> libstorage-ebs-test-server: create mode 100644 drivers/storage/vbox/executor/vbox_executor.go
==> libstorage-ebs-test-server: create mode 100644 drivers/storage/vbox/storage/vbox_storage.go
==> libstorage-ebs-test-server: create mode 100644 drivers/storage/vbox/tests/coverage.mk
==> libstorage-ebs-test-server: create mode 100644 drivers/storage/vbox/tests/vbox_test.go
==> libstorage-ebs-test-server: create mode 100644 drivers/storage/vbox/vbox.go
==> libstorage-ebs-test-server: create mode 100644 drivers/storage/vfs/client/vfs_client.go
==> libstorage-ebs-test-server: create mode 100644 drivers/storage/vfs/executor/vfs_executor.go
==> libstorage-ebs-test-server: create mode 100644 drivers/storage/vfs/storage/vfs_storage.go
==> libstorage-ebs-test-server: create mode 100644 drivers/storage/vfs/storage/vfs_storage_snap.go
==> libstorage-ebs-test-server: create mode 100644 drivers/storage/vfs/storage/vfs_storage_vol.go
==> libstorage-ebs-test-server: create mode 100644 drivers/storage/vfs/tests/coverage.mk
==> libstorage-ebs-test-server: create mode 100644 drivers/storage/vfs/tests/vfs_test.go
==> libstorage-ebs-test-server: create mode 100644 drivers/storage/vfs/vfs.go
==> libstorage-ebs-test-server: create mode 100644 glide.yaml
==> libstorage-ebs-test-server: create mode 100644 imports/config/imports_config.go
==> libstorage-ebs-test-server: create mode 100644 imports/executors/imports_executor.go
==> libstorage-ebs-test-server: create mode 100644 imports/local/imports_local.go
==> libstorage-ebs-test-server: create mode 100644 imports/remote/imports_remote.go
==> libstorage-ebs-test-server: create mode 100644 imports/routers/imports_routers.go
==> libstorage-ebs-test-server: create mode 100644 libstorage.apib
==> libstorage-ebs-test-server: create mode 100644 libstorage.go
==> libstorage-ebs-test-server: create mode 100644 libstorage.json
==> libstorage-ebs-test-server: create mode 100644 mkdocs.yml
==> libstorage-ebs-test-server: Running provisioner: shell...
libstorage-ebs-test-server: Running: script: provision-docker
==> libstorage-ebs-test-server: Created symlink from /etc/systemd/system/multi-user.target.wants/docker.service to /usr/lib/systemd/system/docker.service.
==> 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.12.1
==> libstorage-ebs-test-server: Storage Driver: devicemapper
==> libstorage-ebs-test-server: Pool Name: docker-202:1-26471249-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.818 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: Thin Pool Minimum Free Space: 10.74 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: Metadata loop file: /var/lib/docker/devicemapper/devicemapper/metadata
==> libstorage-ebs-test-server: Library Version: 1.02.107-RHEL7 (2016-06-09)
==> 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: WARNING: Usage of loopback devices is strongly discouraged for production use. Use `--storage-opt dm.thinpooldev` to specify a custom block storage device.
==> libstorage-ebs-test-server:
==> libstorage-ebs-test-server: Network: null host bridge overlay
==> libstorage-ebs-test-server: Swarm: inactive
==> libstorage-ebs-test-server: Runtimes: runc
==> libstorage-ebs-test-server: Default Runtime: runc
==> libstorage-ebs-test-server: Security Options: seccomp
==> libstorage-ebs-test-server: Kernel Version: 3.10.0-327.36.1.el7.x86_64
==> libstorage-ebs-test-server: Operating System: CentOS Linux 7 (Core)
==> 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.389 GiB
==> libstorage-ebs-test-server: Name: ip-172-31-19-117
==> libstorage-ebs-test-server: ID: ZGLS:IJT4:JLIO:4EG7:OQWA:MITR:QDYX:W7EO:WOFM:Q7V6:UPX7:FGGG
==> 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: Insecure Registries:
==> libstorage-ebs-test-server: 127.0.0.0/8
==> libstorage-ebs-test-server: WARNING: bridge-nf-call-iptables is disabled
==> libstorage-ebs-test-server: WARNING: bridge-nf-call-ip6tables is disabled
==> 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: c04b14da8d14:
==> libstorage-ebs-test-server: Pulling fs layer
==> libstorage-ebs-test-server: c04b14da8d14: Verifying Checksum
==> libstorage-ebs-test-server: c04b14da8d14: Download complete
==> libstorage-ebs-test-server: c04b14da8d14: Pull complete
==> 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
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
39 77.8M 39 30.7M 0 0 41.0M
==> libstorage-ebs-test-server: 0 0:00:01 --:--:-- 0:00:01 41.1M
100 77.8M 100 77.8M 0 0 50.1M 0 0:00:
==> libstorage-ebs-test-server: 01 0:00:01 --:--:-- 50.1M
==> 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: Switched to a new branch 'feature/md5checksum'
==> libstorage-ebs-test-server: Branch feature/md5checksum set up to track remote branch feature/md5checksum from origin.
==> 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: Already on 'master'
==> libstorage-ebs-test-server: % Total % Received % Xferd Average Speed Time Time Time Current
==> libstorage-ebs-test-server: Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 608 0 608 0 0 1375 0
==> libstorage-ebs-test-server: --:--:-- --:--:-- --:--:-- 1378
0 3690k 0 0 0 0 0 0 --:--:
==> libstorage-ebs-test-server: -- --:--:-- --:--:-- 0
96 3690k 96 3570k 0 0 1866k
==> libstorage-ebs-test-server: 0 0:00:01 0:00:01 --:--:-- 3584k
100 3690k 100 3690k server:
==> libstorage-ebs-test-server: 0 0 192
==> libstorage-ebs-test-server: 9k 0 0:00:01 0:00:01
==> libstorage-ebs-test-server: --:--:--
==> libstorage-ebs-test-server: 3705k
==> libstorage-ebs-test-server: /opt/go/bin/glide up
==> 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/spf13/pflag.
==> libstorage-ebs-test-server: [INFO] --> Fetching updates for github.com/akutz/golf.
==> 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/Sirupsen/logrus to feature/logrus-aware-types.
==> 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/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/golf to v0.1.1.
==> libstorage-ebs-test-server: [INFO] --> Setting version for github.com/emccode/libstorage to master.
==> libstorage-ebs-test-server: [INFO] --> Setting version for github.com/go-yaml/yaml to b4a9f8c4b84c6c4256d669c649837f1441e4b050.
==> libstorage-ebs-test-server: [INFO] --> Setting version for gopkg.in/yaml.v2 to b4a9f8c4b84c6c4256d669c649837f1441e4b050.
==> libstorage-ebs-test-server: [INFO] --> Setting version for github.com/spf13/pflag to b084184666e02084b8ccb9b704bf0d79c466eb1d.
==> libstorage-ebs-test-server: [INFO] --> Setting version for github.com/akutz/goof to v0.1.0.
==> 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/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: touch glide.lock.d
==> 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: Installing:
==> libstorage-ebs-test-server: misspell
==> libstorage-ebs-test-server: varcheck
==> libstorage-ebs-test-server: gocyclo
==> libstorage-ebs-test-server: golint
==> libstorage-ebs-test-server: interfacer
==> libstorage-ebs-test-server: gotype
==> libstorage-ebs-test-server: staticcheck
==> libstorage-ebs-test-server: structcheck
==> libstorage-ebs-test-server: aligncheck
==> libstorage-ebs-test-server: deadcode
==> libstorage-ebs-test-server: goimports
==> libstorage-ebs-test-server: ineffassign
==> libstorage-ebs-test-server: dupl
==> libstorage-ebs-test-server: gas
==> libstorage-ebs-test-server: goconst
==> libstorage-ebs-test-server: unconvert
==> libstorage-ebs-test-server: unused
==> libstorage-ebs-test-server: errcheck
==> libstorage-ebs-test-server: gosimple
==> libstorage-ebs-test-server: lll
==> libstorage-ebs-test-server: cd vendor/github.com/emccode/libstorage && make api/api_generated.go && cd -
==> libstorage-ebs-test-server: cd vendor/github.com/emccode/libstorage && make api/server/executors/executors_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: GOOS=linux GOARCH=amd64 go install ./api/types
==> 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/efs
==> 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/rackspace
==> 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/vbox
==> 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 ./drivers/storage/ebs
==> 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/isilon
==> 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/scaleio
==> libstorage-ebs-test-server: GOOS=darwin GOARCH=amd64 go install ./drivers/storage/vbox
==> 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 ./imports/config
==> 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/vfs
==> 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 ./drivers/storage/ebs/executor
==> 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/executor
==> 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/executor
==> 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/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: 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 ./imports/config
==> 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/vfs
==> libstorage-ebs-test-server: GOOS=darwin GOARCH=amd64 go install ./api/utils/config
==> libstorage-ebs-test-server: GOOS=darwin GOARCH=amd64 go install ./api/registry
==> 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/executor
==> 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/executor
==> 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/executor
==> 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-libstorage
==> libstorage-ebs-test-server: make[1]: Nothing to be done for `build-libstorage'.
==> 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: time="2016-10-08T08:43:07Z" level=info msg="making libStorage directory" mustPerm=true path="/etc/libstorage" perms=-rwxr-xr-x
==> libstorage-ebs-test-server: time="2016-10-08T08:43:07Z" level=info msg="making libStorage directory" mustPerm=true path="/var/lib/libstorage" perms=-rwxr-xr-x
==> libstorage-ebs-test-server: time="2016-10-08T08:43:07Z" level=info msg="making libStorage directory" mustPerm=true path="/var/log/libstorage" perms=-rwxr-xr-x
==> libstorage-ebs-test-server: time="2016-10-08T08:43:07Z" level=info msg="making libStorage directory" mustPerm=true path="/var/run/libstorage" perms=-rwxr-xr-x
==> libstorage-ebs-test-server: time="2016-10-08T08:43:08Z" level=info msg="updated log level" logLevel=debug
==> libstorage-ebs-test-server: time="2016-10-08T08:43:08Z" level=debug msg=os.args time=1475916188132 val=[rexray install]
==> 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 systemctl start rexray'.
==> libstorage-ebs-test-server: time="2016-10-08T08:43:08Z" level=debug msg="completed cli execution" time=1475916188195
==> libstorage-ebs-test-server: time="2016-10-08T08:43:08Z" level=info msg="exiting process" time=1475916188195
==> libstorage-ebs-test-server: time="2016-10-08T08:43:08Z" level=debug msg="completed onExit at end of program" time=1475916188195
==> libstorage-ebs-test-server: Running provisioner: shell...
libstorage-ebs-test-server: Running: script: start rex-ray
==> libstorage-ebs-test-server: Running provisioner: shell...
libstorage-ebs-test-server: Running: script: rex-ray volume map
==> libstorage-ebs-test-server: time="2016-10-08T08:43:12Z" level=info msg="making libStorage directory" mustPerm=false path="/home/centos/.libstorage" perms=-rwxr-xr-x
==> libstorage-ebs-test-server: time="2016-10-08T08:43:12Z" level=info msg="making libStorage directory" mustPerm=true path="/home/centos/.libstorage/etc/libstorage" perms=-rwxr-xr-x
==> libstorage-ebs-test-server: time="2016-10-08T08:43:12Z" level=info msg="making libStorage directory" mustPerm=true path="/home/centos/.libstorage/var/lib/libstorage" perms=-rwxr-xr-x
==> libstorage-ebs-test-server: time="2016-10-08T08:43:12Z" level=info msg="making libStorage directory" mustPerm=true path="/home/centos/.libstorage/var/log/libstorage" perms=-rwxr-xr-x
==> libstorage-ebs-test-server: time="2016-10-08T08:43:12Z" level=info msg="making libStorage directory" mustPerm=true path="/home/centos/.libstorage/var/run/libstorage" perms=-rwxr-xr-x
==> libstorage-ebs-test-server: time="2016-10-08T08:43:12Z" level=info msg="updated log level" logLevel=debug
==> libstorage-ebs-test-server: time="2016-10-08T08:43:12Z" level=debug msg=os.args time=1475916192809 val=[rexray volume map]
==> libstorage-ebs-test-server: time="2016-10-08T08:43:12Z" level=debug msg="activating libStorage" cmd=map time=1475916192809
==> libstorage-ebs-test-server: time="2016-10-08T08:43:12Z" level=debug msg="is local tcp server active" port=7979 time=1475916192810
==> libstorage-ebs-test-server: time="2016-10-08T08:43:12Z" level=debug msg="not starting embeddded server; already running" host="tcp://127.0.0.1:7979" time=1475916192810
==> libstorage-ebs-test-server: time="2016-10-08T08:43:12Z" level=debug msg="created scoped scope" new=libstorage.client parentScopes="rexray,"
==> libstorage-ebs-test-server: time="2016-10-08T08:43:12Z" level=info msg="configured logging" host="tcp://127.0.0.1:7979" libstorage.logging.level=debug time=1475916192820
==> libstorage-ebs-test-server: time="2016-10-08T08:43:12Z" level=debug msg="got configured host address" host="tcp://127.0.0.1:7979" service=ebs storageDriver=libstorage time=1475916192821
==> libstorage-ebs-test-server: time="2016-10-08T08:43:12Z" level=info msg="created libStorage client" clientType=integration disableKeepAlive=false enableInstanceIDHeaders=true enableLocalDevicesHeaders=true host="tcp://127.0.0.1:7979" logRequests=false logResponses=false lsxPath="/home/centos/.libstorage/var/lib/libstorage/lsx-linux" service=ebs storageDriver=libstorage time=1475916192822
==> libstorage-ebs-test-server: time="2016-10-08T08:43:12Z" level=info msg="lsx lock file path" host="tcp://127.0.0.1:7979" path="/home/centos/.libstorage/var/run/libstorage/lsx.lock" service=ebs storageDriver=libstorage time=1475916192822
==> libstorage-ebs-test-server: time="2016-10-08T08:43:12Z" level=info msg="initializing executors cache" host="tcp://127.0.0.1:7979" service=ebs storageDriver=libstorage time=1475916192828
==> libstorage-ebs-test-server: time="2016-10-08T08:43:12Z" level=debug msg="updating executor" host="tcp://127.0.0.1:7979" service=ebs storageDriver=libstorage time=1475916192833
==> libstorage-ebs-test-server: time="2016-10-08T08:43:12Z" level=debug msg="waiting on executor lock" host="tcp://127.0.0.1:7979" service=ebs storageDriver=libstorage time=1475916192833
==> libstorage-ebs-test-server: time="2016-10-08T08:43:12Z" level=debug msg="executor does not exist, download executor" host="tcp://127.0.0.1:7979" service=ebs storageDriver=libstorage time=1475916192833
==> libstorage-ebs-test-server: time="2016-10-08T08:43:12Z" level=debug msg="downloading executor" host="tcp://127.0.0.1:7979" service=ebs storageDriver=libstorage time=1475916192833
==> libstorage-ebs-test-server: time="2016-10-08T08:43:13Z" level=debug msg="downloaded executor" bytes=9994346 host="tcp://127.0.0.1:7979" service=ebs storageDriver=libstorage time=1475916193694
==> libstorage-ebs-test-server: time="2016-10-08T08:43:13Z" level=debug msg="signalling executor lock" host="tcp://127.0.0.1:7979" service=ebs storageDriver=libstorage time=1475916193695
==> libstorage-ebs-test-server: time="2016-10-08T08:43:13Z" level=info msg="initializing instance ID cache" host="tcp://127.0.0.1:7979" server=coffee-wasp-dj service=ebs storageDriver=libstorage time=1475916193695
==> libstorage-ebs-test-server: time="2016-10-08T08:43:13Z" level=debug msg="waiting on executor lock" host="tcp://127.0.0.1:7979" server=coffee-wasp-dj service=ebs storageDriver=libstorage time=1475916193695 txCR=1475916193 txID=a27445e4-559e-488d-6bc5-f257348ad8b5
==> libstorage-ebs-test-server: time="2016-10-08T08:43:13Z" level=debug msg="signalling executor lock" host="tcp://127.0.0.1:7979" server=coffee-wasp-dj service=ebs storageDriver=libstorage time=1475916193707 txCR=1475916193 txID=a27445e4-559e-488d-6bc5-f257348ad8b5
==> libstorage-ebs-test-server: time="2016-10-08T08:43:13Z" level=debug msg="cached instanceID" host="tcp://127.0.0.1:7979" instanceID="ebs=i-b9fd6aa1,availabilityZone=us-west-2a&region=us-west-2" server=coffee-wasp-dj service=ebs storageDriver=libstorage time=1475916193707 txCR=1475916193 txID=a27445e4-559e-488d-6bc5-f257348ad8b5
==> libstorage-ebs-test-server: time="2016-10-08T08:43:13Z" level=debug msg="xli instanceID success" host="tcp://127.0.0.1:7979" instanceID="ebs=i-b9fd6aa1,availabilityZone=us-west-2a&region=us-west-2" server=coffee-wasp-dj service=ebs storageDriver=libstorage time=1475916193708 txCR=1475916193 txID=a27445e4-559e-488d-6bc5-f257348ad8b5
==> libstorage-ebs-test-server: time="2016-10-08T08:43:13Z" level=info msg="successefully dialed libStorage server" host="tcp://127.0.0.1:7979" server=coffee-wasp-dj service=ebs storageDriver=libstorage time=1475916193708
==> libstorage-ebs-test-server: time="2016-10-08T08:43:13Z" level=info msg="storage driver initialized" host="tcp://127.0.0.1:7979" service=ebs storageDriver=libstorage time=1475916193708
==> libstorage-ebs-test-server: time="2016-10-08T08:43:13Z" level=info msg="os driver initialized" host="tcp://127.0.0.1:7979" osDriver=linux service=ebs storageDriver=libstorage time=1475916193708
==> libstorage-ebs-test-server: time="2016-10-08T08:43:13Z" level=info msg="docker integration driver successfully initialized" host="tcp://127.0.0.1:7979" integrationDriver=docker libstorage.integration.volume.operations.create.default.IOPS= libstorage.integration.volume.operations.create.default.availabilityZone= libstorage.integration.volume.operations.create.default.fsType=ext4 libstorage.integration.volume.operations.create.default.size=16 libstorage.integration.volume.operations.create.default.type= libstorage.integration.volume.operations.create.implicit=true libstorage.integration.volume.operations.mount.path="/var/lib/rexray/volumes" libstorage.integration.volume.operations.mount.rootPath="/data" osDriver=linux service=ebs storageDriver=libstorage time=1475916193709
==> libstorage-ebs-test-server: time="2016-10-08T08:43:13Z" level=info msg="path cache initializion disabled" host="tcp://127.0.0.1:7979" integrationDriver=docker osDriver=linux service=ebs storageDriver=libstorage time=1475916193709
==> libstorage-ebs-test-server: time="2016-10-08T08:43:13Z" level=info msg="libStorage integration driver successfully initialized" host="tcp://127.0.0.1:7979" integrationDriver=docker libstorage.integration.volume.operations.create.disable=false libstorage.integration.volume.operations.mount.preempt=false libstorage.integration.volume.operations.path.cache.async=true libstorage.integration.volume.operations.path.cache.enabled=false libstorage.integration.volume.operations.remove.disable=false libstorage.integration.volume.operations.unmount.ignoreusedcount=false osDriver=linux service=ebs storageDriver=libstorage time=1475916193710
==> libstorage-ebs-test-server: time="2016-10-08T08:43:13Z" level=info msg="integration driver initialized" host="tcp://127.0.0.1:7979" integrationDriver=docker osDriver=linux service=ebs storageDriver=libstorage time=1475916193710
==> libstorage-ebs-test-server: time="2016-10-08T08:43:13Z" level=info msg="created libStorage client" host="tcp://127.0.0.1:7979" integrationDriver=docker osDriver=linux service=ebs storageDriver=libstorage time=1475916193710
==> libstorage-ebs-test-server: time="2016-10-08T08:43:13Z" level=debug msg="waiting on executor lock" host="tcp://127.0.0.1:7979" instanceID="ebs=i-b9fd6aa1,availabilityZone=us-west-2a&region=us-west-2" integrationDriver=docker osDriver=linux server=coffee-wasp-dj service=ebs storageDriver=libstorage time=1475916193710 txCR=1475916193 txID=8e09c642-7e61-4fbb-5120-881262b15e47
==> libstorage-ebs-test-server: time="2016-10-08T08:43:13Z" level=debug msg="signalling executor lock" host="tcp://127.0.0.1:7979" instanceID="ebs=i-b9fd6aa1,availabilityZone=us-west-2a&region=us-west-2" integrationDriver=docker osDriver=linux server=coffee-wasp-dj service=ebs storageDriver=libstorage time=1475916193719 txCR=1475916193 txID=8e09c642-7e61-4fbb-5120-881262b15e47
==> libstorage-ebs-test-server: time="2016-10-08T08:43:13Z" level=debug msg="xli localdevices success" host="tcp://127.0.0.1:7979" instanceID="ebs=i-b9fd6aa1,availabilityZone=us-west-2a&region=us-west-2" integrationDriver=docker osDriver=linux server=coffee-wasp-dj service=ebs storageDriver=libstorage time=1475916193720 txCR=1475916193 txID=8e09c642-7e61-4fbb-5120-881262b15e47
==> libstorage-ebs-test-server: - attachments:
==> libstorage-ebs-test-server: - instanceID:
==> libstorage-ebs-test-server: id: i-b9fd6aa1
==> libstorage-ebs-test-server: driver: ebs
==> libstorage-ebs-test-server: status: attached
==> libstorage-ebs-test-server: volumeID: vol-1c991e94
==> libstorage-ebs-test-server: availabilityZone: us-west-2a
==> libstorage-ebs-test-server: name: ""
==> libstorage-ebs-test-server: size: 8
==> libstorage-ebs-test-server: status: in-use
==> libstorage-ebs-test-server: id: vol-1c991e94
==> libstorage-ebs-test-server: type: standard
==> libstorage-ebs-test-server: time="2016-10-08T08:43:13Z" level=debug msg="waiting until libStorage is stopped" host="tcp://127.0.0.1:7979" time=1475916193770
==> libstorage-ebs-test-server: time="2016-10-08T08:43:13Z" level=debug msg="done waiting on err chan; err chan is nil" host="tcp://127.0.0.1:7979" time=1475916193770
==> libstorage-ebs-test-server: time="2016-10-08T08:43:13Z" level=debug msg="completed cli execution" time=1475916193770
==> libstorage-ebs-test-server: time="2016-10-08T08:43:13Z" level=info msg="exiting process" time=1475916193770
==> libstorage-ebs-test-server: time="2016-10-08T08:43:13Z" level=debug msg="completed onExit at end of program" time=1475916193770
==> libstorage-ebs-test-server: Running provisioner: file...
==> libstorage-ebs-test-server: Running provisioner: shell...
libstorage-ebs-test-server: Running: script: test-execution-plan
==> libstorage-ebs-test-server: builds
==> libstorage-ebs-test-client0: Warning! The AWS provider doesn't support any of the Vagrant
==> libstorage-ebs-test-client0: high-level network configurations (`config.vm.network`). They
==> libstorage-ebs-test-client0: will be silently ignored.
==> libstorage-ebs-test-client0: Launching an instance with the following settings...
==> libstorage-ebs-test-client0: -- Type: m4.large
==> libstorage-ebs-test-client0: -- AMI: ami-ef2af28f
==> libstorage-ebs-test-client0: -- Region: us-west-2
==> libstorage-ebs-test-client0: -- Availability Zone: us-west-2a
==> libstorage-ebs-test-client0: -- Keypair: akutz
==> libstorage-ebs-test-client0: -- Block Device Mapping: []
==> libstorage-ebs-test-client0: -- Terminate On Shutdown: true
==> libstorage-ebs-test-client0: -- Monitoring: false
==> libstorage-ebs-test-client0: -- EBS optimized: false
==> libstorage-ebs-test-client0: -- Source Destination check:
==> libstorage-ebs-test-client0: -- Assigning a public IP address in a VPC: false
==> libstorage-ebs-test-client0: -- VPC tenancy specification: default
==> libstorage-ebs-test-client0: Waiting for instance to become "ready"...
==> libstorage-ebs-test-client0: Waiting for SSH to become available...
==> libstorage-ebs-test-client0: Machine is booted and ready for use!
==> libstorage-ebs-test-client0: Updating /etc/hosts file on active guest machines...
==> libstorage-ebs-test-client0: Running provisioner: shell...
libstorage-ebs-test-client0: Running: script: update-system
==> libstorage-ebs-test-client0: Loaded plugins: fastestmirror
==> libstorage-ebs-test-client0: Loading mirror speeds from cached hostfile
==> libstorage-ebs-test-client0: * base: mirror.web-ster.com
==> libstorage-ebs-test-client0: * extras: mirrors.kernel.org
==> libstorage-ebs-test-client0: * updates: mirror.web-ster.com
==> libstorage-ebs-test-client0: No packages marked for update
==> libstorage-ebs-test-client0: Running provisioner: shell...
libstorage-ebs-test-client0: Running: script: provision-docker
==> libstorage-ebs-test-client0: Created symlink from /etc/systemd/system/multi-user.target.wants/docker.service to /usr/lib/systemd/system/docker.service.
==> libstorage-ebs-test-client0: Running provisioner: shell...
libstorage-ebs-test-client0: Running: script: validate-docker
==> libstorage-ebs-test-client0: Containers: 0
==> libstorage-ebs-test-client0: Running: 0
==> libstorage-ebs-test-client0: Paused: 0
==> libstorage-ebs-test-client0: Stopped: 0
==> libstorage-ebs-test-client0: Images: 0
==> libstorage-ebs-test-client0: Server Version: 1.12.1
==> libstorage-ebs-test-client0: Storage Driver: devicemapper
==> libstorage-ebs-test-client0: Pool Name: docker-202:1-765122-pool
==> libstorage-ebs-test-client0: Pool Blocksize: 65.54 kB
==> libstorage-ebs-test-client0: Base Device Size: 10.74 GB
==> libstorage-ebs-test-client0: Backing Filesystem: xfs
==> libstorage-ebs-test-client0: Data file: /dev/loop0
==> libstorage-ebs-test-client0: Metadata file: /dev/loop1
==> libstorage-ebs-test-client0: Data Space Used: 11.8 MB
==> libstorage-ebs-test-client0: Data Space Total: 107.4 GB
==> libstorage-ebs-test-client0: Data Space Available: 6.841 GB
==> libstorage-ebs-test-client0: Metadata Space Used: 581.6 kB
==> libstorage-ebs-test-client0: Metadata Space Total: 2.147 GB
==> libstorage-ebs-test-client0: Metadata Space Available: 2.147 GB
==> libstorage-ebs-test-client0: Thin Pool Minimum Free Space: 10.74 GB
==> libstorage-ebs-test-client0: Udev Sync Supported: true
==> libstorage-ebs-test-client0: Deferred Removal Enabled: false
==> libstorage-ebs-test-client0: Deferred Deletion Enabled: false
==> libstorage-ebs-test-client0: Deferred Deleted Device Count: 0
==> libstorage-ebs-test-client0: Data loop file: /var/lib/docker/devicemapper/devicemapper/data
==> libstorage-ebs-test-client0: Metadata loop file: /var/lib/docker/devicemapper/devicemapper/metadata
==> libstorage-ebs-test-client0: Library Version: 1.02.107-RHEL7 (2016-06-09)
==> libstorage-ebs-test-client0: Logging Driver: json-file
==> libstorage-ebs-test-client0: Cgroup Driver: cgroupfs
==> libstorage-ebs-test-client0: Plugins:
==> libstorage-ebs-test-client0: Volume: local
==> libstorage-ebs-test-client0: WARNING: Usage of loopback devices is strongly discouraged for production use. Use `--storage-opt dm.thinpooldev` to specify a custom block storage device.
==> libstorage-ebs-test-client0:
==> libstorage-ebs-test-client0: Network: null host bridge overlay
==> libstorage-ebs-test-client0: Swarm: inactive
==> libstorage-ebs-test-client0: Runtimes: runc
==> libstorage-ebs-test-client0: Default Runtime: runc
==> libstorage-ebs-test-client0: Security Options: seccomp
==> libstorage-ebs-test-client0: Kernel Version: 3.10.0-327.36.1.el7.x86_64
==> libstorage-ebs-test-client0: Operating System: CentOS Linux 7 (Core)
==> libstorage-ebs-test-client0: OSType: linux
==> libstorage-ebs-test-client0: Architecture: x86_64
==> libstorage-ebs-test-client0: CPUs: 2
==> libstorage-ebs-test-client0: Total Memory: 7.389 GiB
==> libstorage-ebs-test-client0: Name: ip-172-31-29-16
==> libstorage-ebs-test-client0: ID: JOUV:QZUL:CVZ2:HK3I:SMNY:PNP6:RG6S:RFKK:FPXX:E2KH:FNQJ:2JYN
==> libstorage-ebs-test-client0: Docker Root Dir: /var/lib/docker
==> libstorage-ebs-test-client0: Debug Mode (client): false
==> libstorage-ebs-test-client0: Debug Mode (server): false
==> libstorage-ebs-test-client0: Registry: https://index.docker.io/v1/
==> libstorage-ebs-test-client0: Insecure Registries:
==> libstorage-ebs-test-client0: 127.0.0.0/8
==> libstorage-ebs-test-client0: WARNING: bridge-nf-call-iptables is disabled
==> libstorage-ebs-test-client0: WARNING: bridge-nf-call-ip6tables is disabled
==> libstorage-ebs-test-client0: Unable to find image 'hello-world:latest' locally
==> libstorage-ebs-test-client0: latest: Pulling from library/hello-world
==> libstorage-ebs-test-client0: c04b14da8d14: Pulling fs layer
==> libstorage-ebs-test-client0: c04b14da8d14: Verifying Checksum
==> libstorage-ebs-test-client0: c04b14da8d14: Download complete
==> libstorage-ebs-test-client0: c04b14da8d14: Pull complete
==> libstorage-ebs-test-client0: Digest: sha256:0256e8a36e2070f7bf2d0b0763dbabdd67798512411de4cdcf9431a1feb60fd9
==> libstorage-ebs-test-client0: Status: Downloaded newer image for hello-world:latest
==> libstorage-ebs-test-client0:
==> libstorage-ebs-test-client0: Hello from Docker!
==> libstorage-ebs-test-client0: This message shows that your installation appears to be working correctly.
==> libstorage-ebs-test-client0:
==> libstorage-ebs-test-client0: To generate this message, Docker took the following steps:
==> libstorage-ebs-test-client0: 1. The Docker client contacted the Docker daemon.
==> libstorage-ebs-test-client0: 2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
==> libstorage-ebs-test-client0: 3. The Docker daemon created a new container from that image which runs the
==> libstorage-ebs-test-client0: executable that produces the output you are currently reading.
==> libstorage-ebs-test-client0: 4. The Docker daemon streamed that output to the Docker client, which sent it
==> libstorage-ebs-test-client0: to your terminal.
==> libstorage-ebs-test-client0:
==> libstorage-ebs-test-client0: To try something more ambitious, you can run an Ubuntu container with:
==> libstorage-ebs-test-client0: $ docker run -it ubuntu bash
==> libstorage-ebs-test-client0:
==> libstorage-ebs-test-client0: Share images, automate workflows, and more with a free Docker Hub account:
==> libstorage-ebs-test-client0: https://hub.docker.com
==> libstorage-ebs-test-client0:
==> libstorage-ebs-test-client0: For more examples and ideas, visit:
==> libstorage-ebs-test-client0: https://docs.docker.com/engine/userguide/
==> libstorage-ebs-test-client0: Running provisioner: file...
==> libstorage-ebs-test-client0: Running provisioner: shell...
libstorage-ebs-test-client0: Running: script: scp rexray
==> libstorage-ebs-test-client0: Running provisioner: shell...
libstorage-ebs-test-client0: Running: script: config rex-ray
==> libstorage-ebs-test-client0: Running provisioner: shell...
libstorage-ebs-test-client0: Running: script: rex-ray install
==> libstorage-ebs-test-client0: time="2016-10-08T08:46:14Z" level=info msg="making libStorage directory" mustPerm=true path="/etc/libstorage" perms=-rwxr-xr-x
==> libstorage-ebs-test-client0: time="2016-10-08T08:46:14Z" level=info msg="making libStorage directory" mustPerm=true path="/var/lib/libstorage" perms=-rwxr-xr-x
==> libstorage-ebs-test-client0: time="2016-10-08T08:46:14Z" level=info msg="making libStorage directory" mustPerm=true path="/var/log/libstorage" perms=-rwxr-xr-x
==> libstorage-ebs-test-client0: time="2016-10-08T08:46:14Z" level=info msg="making libStorage directory" mustPerm=true path="/var/run/libstorage" perms=-rwxr-xr-x
==> libstorage-ebs-test-client0: time="2016-10-08T08:46:15Z" level=info msg="updated log level" logLevel=debug
==> libstorage-ebs-test-client0: time="2016-10-08T08:46:15Z" level=debug msg=os.args time=1475916375153 val=[rexray install]
==> libstorage-ebs-test-client0: 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-client0:
==> libstorage-ebs-test-client0: Once configured the REX-Ray service can be started with the command 'sudo systemctl start rexray'.
==> libstorage-ebs-test-client0: time="2016-10-08T08:46:15Z" level=debug msg="completed cli execution" time=1475916375216
==> libstorage-ebs-test-client0: time="2016-10-08T08:46:15Z" level=info msg="exiting process" time=1475916375216
==> libstorage-ebs-test-client0: time="2016-10-08T08:46:15Z" level=debug msg="completed onExit at end of program" time=1475916375216
==> libstorage-ebs-test-client0: Running provisioner: shell...
libstorage-ebs-test-client0: Running: script: start rex-ray
==> libstorage-ebs-test-client0: Running provisioner: shell...
libstorage-ebs-test-client0: Running: script: rex-ray volume map
==> libstorage-ebs-test-client0: time="2016-10-08T08:46:19Z" level=info msg="making libStorage directory" mustPerm=false path="/home/centos/.libstorage" perms=-rwxr-xr-x
==> libstorage-ebs-test-client0: time="2016-10-08T08:46:19Z" level=info msg="making libStorage directory" mustPerm=true path="/home/centos/.libstorage/etc/libstorage" perms=-rwxr-xr-x
==> libstorage-ebs-test-client0: time="2016-10-08T08:46:19Z" level=info msg="making libStorage directory" mustPerm=true path="/home/centos/.libstorage/var/lib/libstorage" perms=-rwxr-xr-x
==> libstorage-ebs-test-client0: time="2016-10-08T08:46:20Z" level=info msg="making libStorage directory" mustPerm=true path="/home/centos/.libstorage/var/log/libstorage" perms=-rwxr-xr-x
==> libstorage-ebs-test-client0: time="2016-10-08T08:46:20Z" level=info msg="making libStorage directory" mustPerm=true path="/home/centos/.libstorage/var/run/libstorage" perms=-rwxr-xr-x
==> libstorage-ebs-test-client0: time="2016-10-08T08:46:20Z" level=info msg="updated log level" logLevel=debug
==> libstorage-ebs-test-client0: time="2016-10-08T08:46:20Z" level=debug msg=os.args time=1475916380982 val=[rexray volume map]
==> libstorage-ebs-test-client0: time="2016-10-08T08:46:20Z" level=debug msg="activating libStorage" cmd=map time=1475916380982
==> libstorage-ebs-test-client0: time="2016-10-08T08:46:20Z" level=debug msg="not starting embeddded server; embedded mode disabled" host="tcp://libstorage-ebs-test-server:7979" time=1475916380982
==> libstorage-ebs-test-client0: time="2016-10-08T08:46:20Z" level=debug msg="created scoped scope" new=libstorage.client parentScopes="rexray,"
==> libstorage-ebs-test-client0: time="2016-10-08T08:46:20Z" level=info msg="configured logging" libstorage.logging.level=debug time=1475916380986
==> libstorage-ebs-test-client0: time="2016-10-08T08:46:20Z" level=debug msg="got configured host address" host="tcp://libstorage-ebs-test-server:7979" service=ebs storageDriver=libstorage time=1475916380987
==> libstorage-ebs-test-client0: time="2016-10-08T08:46:20Z" level=info msg="created libStorage client" clientType=integration disableKeepAlive=false enableInstanceIDHeaders=true enableLocalDevicesHeaders=true host="libstorage-ebs-test-server:7979" logRequests=false logResponses=false lsxPath="/home/centos/.libstorage/var/lib/libstorage/lsx-linux" service=ebs storageDriver=libstorage time=1475916380987
==> libstorage-ebs-test-client0: time="2016-10-08T08:46:20Z" level=info msg="lsx lock file path" path="/home/centos/.libstorage/var/run/libstorage/lsx.lock" service=ebs storageDriver=libstorage time=1475916380987
==> libstorage-ebs-test-client0: time="2016-10-08T08:46:20Z" level=info msg="initializing executors cache" service=ebs storageDriver=libstorage time=1475916380991
==> libstorage-ebs-test-client0: time="2016-10-08T08:46:20Z" level=debug msg="updating executor" service=ebs storageDriver=libstorage time=1475916380992
==> libstorage-ebs-test-client0: time="2016-10-08T08:46:20Z" level=debug msg="waiting on executor lock" service=ebs storageDriver=libstorage time=1475916380993
==> libstorage-ebs-test-client0: time="2016-10-08T08:46:20Z" level=debug msg="executor does not exist, download executor" service=ebs storageDriver=libstorage time=1475916380993
==> libstorage-ebs-test-client0: time="2016-10-08T08:46:20Z" level=debug msg="downloading executor" service=ebs storageDriver=libstorage time=1475916380993
==> libstorage-ebs-test-client0: time="2016-10-08T08:46:23Z" level=debug msg="downloaded executor" bytes=9994346 service=ebs storageDriver=libstorage time=1475916383043
==> libstorage-ebs-test-client0: time="2016-10-08T08:46:23Z" level=debug msg="signalling executor lock" service=ebs storageDriver=libstorage time=1475916383043
==> libstorage-ebs-test-client0: time="2016-10-08T08:46:23Z" level=info msg="initializing instance ID cache" server=coffee-wasp-dj service=ebs storageDriver=libstorage time=1475916383043
==> libstorage-ebs-test-client0: time="2016-10-08T08:46:23Z" level=debug msg="waiting on executor lock" server=coffee-wasp-dj service=ebs storageDriver=libstorage time=1475916383043 txCR=1475916383 txID=524cc4c8-b5af-409f-7bf0-f2f3b002951c
==> libstorage-ebs-test-client0: time="2016-10-08T08:46:23Z" level=debug msg="signalling executor lock" server=coffee-wasp-dj service=ebs storageDriver=libstorage time=1475916383054 txCR=1475916383 txID=524cc4c8-b5af-409f-7bf0-f2f3b002951c
==> libstorage-ebs-test-client0: time="2016-10-08T08:46:23Z" level=debug msg="cached instanceID" instanceID="ebs=i-5dfa6d45,availabilityZone=us-west-2a&region=us-west-2" server=coffee-wasp-dj service=ebs storageDriver=libstorage time=1475916383054 txCR=1475916383 txID=524cc4c8-b5af-409f-7bf0-f2f3b002951c
==> libstorage-ebs-test-client0: time="2016-10-08T08:46:23Z" level=debug msg="xli instanceID success" instanceID="ebs=i-5dfa6d45,availabilityZone=us-west-2a&region=us-west-2" server=coffee-wasp-dj service=ebs storageDriver=libstorage time=1475916383055 txCR=1475916383 txID=524cc4c8-b5af-409f-7bf0-f2f3b002951c
==> libstorage-ebs-test-client0: time="2016-10-08T08:46:23Z" level=info msg="successefully dialed libStorage server" server=coffee-wasp-dj service=ebs storageDriver=libstorage time=1475916383055
==> libstorage-ebs-test-client0: time="2016-10-08T08:46:23Z" level=info msg="storage driver initialized" service=ebs storageDriver=libstorage time=1475916383055
==> libstorage-ebs-test-client0: time="2016-10-08T08:46:23Z" level=info msg="os driver initialized" osDriver=linux service=ebs storageDriver=libstorage time=1475916383055
==> libstorage-ebs-test-client0: time="2016-10-08T08:46:23Z" level=info msg="docker integration driver successfully initialized" integrationDriver=docker libstorage.integration.volume.operations.create.default.IOPS= libstorage.integration.volume.operations.create.default.availabilityZone= libstorage.integration.volume.operations.create.default.fsType=ext4 libstorage.integration.volume.operations.create.default.size=16 libstorage.integration.volume.operations.create.default.type= libstorage.integration.volume.operations.create.implicit=true libstorage.integration.volume.operations.mount.path="/var/lib/rexray/volumes" libstorage.integration.volume.operations.mount.rootPath="/data" osDriver=linux service=ebs storageDriver=libstorage time=1475916383056
==> libstorage-ebs-test-client0: time="2016-10-08T08:46:23Z" level=info msg="path cache initializion disabled" integrationDriver=docker osDriver=linux service=ebs storageDriver=libstorage time=1475916383056
==> libstorage-ebs-test-client0: time="2016-10-08T08:46:23Z" level=info msg="libStorage integration driver successfully initialized" integrationDriver=docker libstorage.integration.volume.operations.create.disable=false libstorage.integration.volume.operations.mount.preempt=false libstorage.integration.volume.operations.path.cache.async=true libstorage.integration.volume.operations.path.cache.enabled=false libstorage.integration.volume.operations.remove.disable=false libstorage.integration.volume.operations.unmount.ignoreusedcount=false osDriver=linux service=ebs storageDriver=libstorage time=1475916383057
==> libstorage-ebs-test-client0: time="2016-10-08T08:46:23Z" level=info msg="integration driver initialized" integrationDriver=docker osDriver=linux service=ebs storageDriver=libstorage time=1475916383057
==> libstorage-ebs-test-client0: time="2016-10-08T08:46:23Z" level=info msg="created libStorage client" integrationDriver=docker osDriver=linux service=ebs storageDriver=libstorage time=1475916383057
==> libstorage-ebs-test-client0: time="2016-10-08T08:46:23Z" level=debug msg="waiting on executor lock" instanceID="ebs=i-5dfa6d45,availabilityZone=us-west-2a&region=us-west-2" integrationDriver=docker osDriver=linux server=coffee-wasp-dj service=ebs storageDriver=libstorage time=1475916383057 txCR=1475916383 txID=1b88fa9a-4a6d-4b86-4021-5acfb66117e2
==> libstorage-ebs-test-client0: time="2016-10-08T08:46:23Z" level=debug msg="signalling executor lock" instanceID="ebs=i-5dfa6d45,availabilityZone=us-west-2a&region=us-west-2" integrationDriver=docker osDriver=linux server=coffee-wasp-dj service=ebs storageDriver=libstorage time=1475916383066 txCR=1475916383 txID=1b88fa9a-4a6d-4b86-4021-5acfb66117e2
==> libstorage-ebs-test-client0: time="2016-10-08T08:46:23Z" level=debug msg="xli localdevices success" instanceID="ebs=i-5dfa6d45,availabilityZone=us-west-2a&region=us-west-2" integrationDriver=docker osDriver=linux server=coffee-wasp-dj service=ebs storageDriver=libstorage time=1475916383066 txCR=1475916383 txID=1b88fa9a-4a6d-4b86-4021-5acfb66117e2
==> libstorage-ebs-test-client0: - attachments:
==> libstorage-ebs-test-client0: - instanceID:
==> libstorage-ebs-test-client0: id: i-5dfa6d45
==> libstorage-ebs-test-client0: driver: ebs
==> libstorage-ebs-test-client0: status: attached
==> libstorage-ebs-test-client0: volumeID: vol-cba62143
==> libstorage-ebs-test-client0: availabilityZone: us-west-2a
==> libstorage-ebs-test-client0: name: ""
==> libstorage-ebs-test-client0: size: 8
==> libstorage-ebs-test-client0: status: in-use
==> libstorage-ebs-test-client0: id: vol-cba62143
==> libstorage-ebs-test-client0: type: standard
==> libstorage-ebs-test-client0: time="2016-10-08T08:46:23Z" level=debug msg="waiting until libStorage is stopped" time=1475916383117
==> libstorage-ebs-test-client0: time="2016-10-08T08:46:23Z" level=debug msg="done waiting on err chan; err chan is nil" time=1475916383117
==> libstorage-ebs-test-client0: time="2016-10-08T08:46:23Z" level=debug msg="completed cli execution" time=1475916383117
==> libstorage-ebs-test-client0: time="2016-10-08T08:46:23Z" level=info msg="exiting process" time=1475916383118
==> libstorage-ebs-test-client0: time="2016-10-08T08:46:23Z" level=debug msg="completed onExit at end of program" time=1475916383118
==> libstorage-ebs-test-client0: Running provisioner: file...
==> libstorage-ebs-test-client0: Running provisioner: shell...
libstorage-ebs-test-client0: Running: script: test-execution-plan
==> libstorage-ebs-test-client0: Cloning into '.'...
==> libstorage-ebs-test-client0: Unable to find image 'golang:1.7.1' locally
==> libstorage-ebs-test-client0: 1.7.1: Pulling from library/golang
==> libstorage-ebs-test-client0: 6a5a5368e0c2: Pulling fs layer
==> libstorage-ebs-test-client0: 7b9457ec39de: Pulling fs layer
==> libstorage-ebs-test-client0: ff18e19c2db4: Pulling fs layer
==> libstorage-ebs-test-client0: 00075397a1ec: Pulling fs layer
==> libstorage-ebs-test-client0: ee3cf1ce58d6: Pulling fs layer
==> libstorage-ebs-test-client0: 741206fcd3b8: Pulling fs layer
==> libstorage-ebs-test-client0: 369d69bdd76d: Pulling fs layer
==> libstorage-ebs-test-client0: 00075397a1ec: Waiting
==> libstorage-ebs-test-client0: ee3cf1ce58d6: Waiting
==> libstorage-ebs-test-client0: 741206fcd3b8: Waiting
==> libstorage-ebs-test-client0: 369d69bdd76d: Waiting
==> libstorage-ebs-test-client0: 7b9457ec39de: Download complete
==> libstorage-ebs-test-client0: ff18e19c2db4: Verifying Checksum
==> libstorage-ebs-test-client0: ff18e19c2db4: Download complete
==> libstorage-ebs-test-client0: 6a5a5368e0c2: Download complete
==> libstorage-ebs-test-client0: 00075397a1ec: Verifying Checksum
==> libstorage-ebs-test-client0: 00075397a1ec: Download complete
==> libstorage-ebs-test-client0: 741206fcd3b8: Verifying Checksum
==> libstorage-ebs-test-client0: 741206fcd3b8: Download complete
==> libstorage-ebs-test-client0: ee3cf1ce58d6: Verifying Checksum
==> libstorage-ebs-test-client0: ee3cf1ce58d6: Download complete
==> libstorage-ebs-test-client0: 369d69bdd76d: Verifying Checksum
==> libstorage-ebs-test-client0: 369d69bdd76d: Download complete
==> libstorage-ebs-test-client0: 6a5a5368e0c2: Pull complete
==> libstorage-ebs-test-client0: 7b9457ec39de: Pull complete
==> libstorage-ebs-test-client0: ff18e19c2db4: Pull complete
==> libstorage-ebs-test-client0: 00075397a1ec: Pull complete
==> libstorage-ebs-test-client0: ee3cf1ce58d6: Pull complete
==> libstorage-ebs-test-client0: 741206fcd3b8: Pull complete
==> libstorage-ebs-test-client0: 369d69bdd76d: Pull complete
==> libstorage-ebs-test-client0: Digest: sha256:974f7027c0eb927e28a99a41e68604398d48e542e4e5c7a710dec24066c8a451
==> libstorage-ebs-test-client0: Status: Downloaded newer image for golang:1.7.1
==> libstorage-ebs-test-client0: f8119cf2ed677d5a531488c7d9d70b7510733c5bca42be357b6ea5dd902da310
==> libstorage-ebs-test-client0: make deps
==> libstorage-ebs-test-client0: % Total % Received % Xferd Average Speed Time Time Time Current
==> libstorage-ebs-test-client0: Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 608 0 608 0 0 1655 0 --:--:-- --:--:-- --:--:-- 1656
6 3690k 6 254k 0 0 192k 0 0:00:19 0:00:01 0:00:18 192k
100 3690k 100 3690k 0 0 1910k 0 0:00:01 0:00:01 --:--:-- 5670k
==> libstorage-ebs-test-client0: /go/bin/glide install && touch glide.lock.d
==> libstorage-ebs-test-client0: [INFO] Downloading dependencies. Please wait...
==> libstorage-ebs-test-client0: [INFO] --> Fetching updates for github.com/gorilla/mux.
==> libstorage-ebs-test-client0: [INFO] --> Fetching updates for github.com/inconshreveable/mousetrap.
==> libstorage-ebs-test-client0: [INFO] --> Fetching updates for github.com/akutz/gofig.
==> libstorage-ebs-test-client0: [INFO] --> Fetching updates for github.com/cpuguy83/go-md2man.
==> libstorage-ebs-test-client0: [INFO] --> Fetching updates for github.com/emccode/goisilon.
==> libstorage-ebs-test-client0: [INFO] --> Fetching updates for github.com/emccode/goscaleio.
==> libstorage-ebs-test-client0: [INFO] --> Fetching updates for github.com/akutz/goof.
==> libstorage-ebs-test-client0: [INFO] --> Fetching updates for github.com/emccode/gournal.
==> libstorage-ebs-test-client0: [INFO] --> Fetching updates for github.com/akutz/gotil.
==> libstorage-ebs-test-client0: [INFO] --> Fetching updates for github.com/emccode/libstorage.
==> libstorage-ebs-test-client0: [INFO] --> Fetching updates for github.com/appropriate/go-virtualboxclient.
==> libstorage-ebs-test-client0: [INFO] --> Fetching updates for github.com/asaskevich/govalidator.
==> libstorage-ebs-test-client0: [INFO] --> Fetching updates for github.com/go-ini/ini.
==> libstorage-ebs-test-client0: [INFO] --> Fetching updates for github.com/aws/aws-sdk-go.
==> libstorage-ebs-test-client0: [INFO] --> Fetching updates for github.com/go-yaml/yaml.
==> libstorage-ebs-test-client0: [INFO] --> Fetching updates for github.com/gorilla/context.
==> libstorage-ebs-test-client0: [INFO] --> Fetching updates for github.com/akutz/golf.
==> libstorage-ebs-test-client0: [INFO] --> Fetching updates for github.com/BurntSushi/toml.
==> libstorage-ebs-test-client0: [INFO] --> Fetching updates for github.com/cesanta/ucl.
==> libstorage-ebs-test-client0: [INFO] --> Fetching updates for github.com/cesanta/validate-json.
==> libstorage-ebs-test-client0: [INFO] --> Fetching updates for github.com/jmespath/go-jmespath.
==> libstorage-ebs-test-client0: [INFO] --> Fetching updates for github.com/jteeuwen/go-bindata.
==> libstorage-ebs-test-client0: [INFO] --> Fetching updates for github.com/kardianos/osext.
==> libstorage-ebs-test-client0: [INFO] --> Fetching updates for github.com/kr/pretty.
==> libstorage-ebs-test-client0: [INFO] --> Fetching updates for github.com/kr/text.
==> libstorage-ebs-test-client0: [INFO] --> Fetching updates for github.com/magiconair/properties.
==> libstorage-ebs-test-client0: [INFO] --> Fetching updates for github.com/mitchellh/mapstructure.
==> libstorage-ebs-test-client0: [INFO] --> Fetching updates for github.com/russross/blackfriday.
==> libstorage-ebs-test-client0: [INFO] --> Fetching updates for github.com/shurcooL/sanitized_anchor_name.
==> libstorage-ebs-test-client0: [INFO] --> Fetching updates for github.com/Sirupsen/logrus.
==> libstorage-ebs-test-client0: [INFO] --> Fetching updates for github.com/spf13/cast.
==> libstorage-ebs-test-client0: [INFO] --> Fetching updates for github.com/spf13/cobra.
==> libstorage-ebs-test-client0: [INFO] --> Fetching updates for github.com/spf13/jwalterweatherman.
==> libstorage-ebs-test-client0: [INFO] --> Fetching updates for github.com/spf13/pflag.
==> libstorage-ebs-test-client0: [INFO] --> Fetching updates for github.com/spf13/viper.
==> libstorage-ebs-test-client0: [INFO] --> Fetching updates for golang.org/x/net.
==> libstorage-ebs-test-client0: [INFO] --> Fetching updates for golang.org/x/sys.
==> libstorage-ebs-test-client0: [INFO] --> Fetching updates for google.golang.org/api.
==> libstorage-ebs-test-client0: [INFO] --> Fetching updates for gopkg.in/fsnotify.v1.
==> libstorage-ebs-test-client0: [INFO] --> Fetching updates for gopkg.in/yaml.v1.
==> libstorage-ebs-test-client0: [INFO] --> Fetching updates for gopkg.in/yaml.v2.
==> libstorage-ebs-test-client0: [INFO] Setting references.
==> libstorage-ebs-test-client0: [INFO] --> Setting version for github.com/aws/aws-sdk-go to caee6e866bf437a6bef0777a3bf141cdd3aa022d.
==> libstorage-ebs-test-client0: [INFO] --> Setting version for github.com/emccode/goisilon to 653c13de5e1e0294ca0c7eead83e396fe308b497.
==> libstorage-ebs-test-client0: [INFO] --> Setting version for github.com/akutz/golf to e26bdd995cb746e431d42ea303ebe7622389d29f.
==> libstorage-ebs-test-client0: [INFO] --> Setting version for github.com/go-ini/ini to 6e4869b434bd001f6983749881c7ead3545887d8.
==> libstorage-ebs-test-client0: [INFO] --> Setting version for github.com/emccode/goscaleio to c44530c3896b770bb2a93f46f50e1b7ac7a01e57.
==> libstorage-ebs-test-client0: [INFO] --> Setting version for github.com/gorilla/mux to 0a192a193177452756c362c20087ddafcf6829c4.
==> libstorage-ebs-test-client0: [INFO] --> Setting version for github.com/gorilla/context to 08b5f424b9271eedf6f9f0ce86cb9396ed337a42.
==> libstorage-ebs-test-client0: [INFO] --> Setting version for github.com/akutz/goof to ea06624ca980bae80c1b615b8417723436d235ab.
==> libstorage-ebs-test-client0: [INFO] --> Setting version for github.com/inconshreveable/mousetrap to 76626ae9c91c4f2a10f34cad8ce83ea42c93bb75.
==> libstorage-ebs-test-client0: [INFO] --> Setting version for github.com/BurntSushi/toml to 99064174e013895bbd9b025c31100bd1d9b590ca.
==> libstorage-ebs-test-client0: [INFO] --> Setting version for github.com/asaskevich/govalidator to 593d64559f7600f29581a3ee42177f5dbded27a9.
==> libstorage-ebs-test-client0: [INFO] --> Setting version for github.com/akutz/gofig to 697c16916338166671910eeaccc50f21e3c10726.
==> libstorage-ebs-test-client0: [INFO] --> Setting version for github.com/cesanta/ucl to 97c016fce90e6af1b14558563ac46852167e6a76.
==> libstorage-ebs-test-client0: [INFO] --> Setting version for github.com/emccode/libstorage to 2f7210c90252a4e1c9fb011ba29158cb0facb516.
==> libstorage-ebs-test-client0: [INFO] --> Setting version for github.com/go-yaml/yaml to b4a9f8c4b84c6c4256d669c649837f1441e4b050.
==> libstorage-ebs-test-client0: [INFO] --> Setting version for github.com/cpuguy83/go-md2man to a65d4d2de4d5f7c74868dfa9b202a3c8be315aaa.
==> libstorage-ebs-test-client0: [INFO] --> Setting version for github.com/cesanta/validate-json to 2f16017c76fc2403d143e93cea1e1b9526a01148.
==> libstorage-ebs-test-client0: [INFO] --> Setting version for github.com/akutz/gotil to 6fa2e80bd3ac40f15788cfc3d12ebba49a0add92.
==> libstorage-ebs-test-client0: [INFO] --> Setting version for github.com/appropriate/go-virtualboxclient to e0978ab2ed407095400a69d5933958dd260058cd.
==> libstorage-ebs-test-client0: [INFO] --> Setting version for github.com/emccode/gournal to 3bd901de15097583a5b1f4b377421cfc647c3664.
==> libstorage-ebs-test-client0: [INFO] --> Setting version for github.com/kardianos/osext to c2c54e542fb797ad986b31721e1baedf214ca413.
==> libstorage-ebs-test-client0: [INFO] --> Setting version for github.com/kr/pretty to cfb55aafdaf3ec08f0db22699ab822c50091b1c4.
==> libstorage-ebs-test-client0: [INFO] --> Setting version for golang.org/x/net to de35ec43e7a9aabd6a9c54d2898220ea7e44de7d.
==> libstorage-ebs-test-client0: [INFO] --> Setting version for github.com/jteeuwen/go-bindata to 1dd44b25b79c4d9060e582e90798e4d72537818c.
==> libstorage-ebs-test-client0: [INFO] --> Setting version for github.com/russross/blackfriday to 35eb537633d9950afc8ae7bdf0edb6134584e9fc.
==> libstorage-ebs-test-client0: [INFO] --> Setting version for github.com/kr/text to 7cafcd837844e784b526369c9bce262804aebc60.
==> libstorage-ebs-test-client0: [INFO] --> Setting version for github.com/jmespath/go-jmespath to bd40a432e4c76585ef6b72d3fd96fb9b6dc7b68d.
==> libstorage-ebs-test-client0: [INFO] --> Setting version for github.com/magiconair/properties to 0723e352fa358f9322c938cc2dadda874e9151a9.
==> libstorage-ebs-test-client0: [INFO] --> Setting version for github.com/shurcooL/sanitized_anchor_name to 10ef21a441db47d8b13ebcc5fd2310f636973c77.
==> libstorage-ebs-test-client0: [INFO] --> Setting version for github.com/spf13/jwalterweatherman to 33c24e77fb80341fe7130ee7c594256ff08ccc46.
==> libstorage-ebs-test-client0: [INFO] --> Setting version for github.com/spf13/viper to 317ec73d0d7507658ee3be15866b445d6d921848.
==> libstorage-ebs-test-client0: [INFO] --> Setting version for github.com/mitchellh/mapstructure to ca63d7c062ee3c9f34db231e352b60012b4fd0c1.
==> libstorage-ebs-test-client0: [INFO] --> Setting version for github.com/Sirupsen/logrus to 5f376aa629ac60c3215cc368e674bd996093a01a.
==> libstorage-ebs-test-client0: [INFO] --> Setting version for google.golang.org/api to fd081149e482b10c55262756934088ffe3197ea3.
==> libstorage-ebs-test-client0: [INFO] --> Setting version for github.com/spf13/cast to e31f36ffc91a2ba9ddb72a4b6a607ff9b3d3cb63.
==> libstorage-ebs-test-client0: [INFO] --> Setting version for github.com/spf13/pflag to b084184666e02084b8ccb9b704bf0d79c466eb1d.
==> libstorage-ebs-test-client0: [INFO] --> Setting version for github.com/spf13/cobra to 363816bb13ce1710460c2345017fd35593cbf5ed.
==> libstorage-ebs-test-client0: [INFO] --> Setting version for golang.org/x/sys to 30de6d19a3bd89a5f38ae4028e23aaa5582648af.
==> libstorage-ebs-test-client0: [INFO] --> Setting version for gopkg.in/yaml.v1 to b4a9f8c4b84c6c4256d669c649837f1441e4b050.
==> libstorage-ebs-test-client0: [INFO] --> Setting version for gopkg.in/yaml.v2 to b4a9f8c4b84c6c4256d669c649837f1441e4b050.
==> libstorage-ebs-test-client0: [INFO] --> Setting version for gopkg.in/fsnotify.v1 to a8a77c9133d2d6fd8334f3260d06f60e8d80a5fb.
==> libstorage-ebs-test-client0: GOOS=linux GOARCH=amd64 go install github.com/emccode/rexray/vendor/github.com/jteeuwen/go-bindata/go-bindata
==> libstorage-ebs-test-client0: go get -u github.com/alecthomas/gometalinter
==> libstorage-ebs-test-client0: /go/bin/gometalinter --install --update && touch .gometalinter.tools.d
==> libstorage-ebs-test-client0: WARNING: Linters are now vendored by default, --update ignored. The original
==> libstorage-ebs-test-client0: behaviour can be re-enabled with --no-vendored-linters.
==> libstorage-ebs-test-client0:
==> libstorage-ebs-test-client0: To request an update for a vendored linter file an issue at:
==> libstorage-ebs-test-client0: https://github.com/alecthomas/gometalinter/issues/new
==> libstorage-ebs-test-client0: Installing:
==> libstorage-ebs-test-client0: gosimple
==> libstorage-ebs-test-client0: lll
==> libstorage-ebs-test-client0: deadcode
==> libstorage-ebs-test-client0: aligncheck
==> libstorage-ebs-test-client0: errcheck
==> libstorage-ebs-test-client0: goconst
==> libstorage-ebs-test-client0: gotype
==> libstorage-ebs-test-client0: ineffassign
==> libstorage-ebs-test-client0: misspell
==> libstorage-ebs-test-client0: staticcheck
==> libstorage-ebs-test-client0: unused
==> libstorage-ebs-test-client0: varcheck
==> libstorage-ebs-test-client0: dupl
==> libstorage-ebs-test-client0: gas
==> libstorage-ebs-test-client0: gocyclo
==> libstorage-ebs-test-client0: goimports
==> libstorage-ebs-test-client0: golint
==> libstorage-ebs-test-client0: interfacer
==> libstorage-ebs-test-client0: structcheck
==> libstorage-ebs-test-client0: unconvert
==> libstorage-ebs-test-client0: make build
==> libstorage-ebs-test-client0: make build-libstorage
==> libstorage-ebs-test-client0: cd vendor/github.com/emccode/libstorage && make api/api_generated.go && cd -
==> libstorage-ebs-test-client0: echo generating api/api_generated.go
==> libstorage-ebs-test-client0: generating api/api_generated.go
==> libstorage-ebs-test-client0: /go/src/github.com/emccode/rexray
==> libstorage-ebs-test-client0: cd vendor/github.com/emccode/libstorage && make api/server/executors/executors_generated.go && cd -
==> libstorage-ebs-test-client0: GOOS=linux GOARCH=amd64 go install ./api/types
==> libstorage-ebs-test-client0: GOOS=linux GOARCH=amd64 go install ./api/context
==> libstorage-ebs-test-client0: GOOS=linux GOARCH=amd64 go install ./api/utils
==> libstorage-ebs-test-client0: GOOS=linux GOARCH=amd64 go install ./api/registry
==> libstorage-ebs-test-client0: GOOS=linux GOARCH=amd64 go install ./api/utils/config
==> libstorage-ebs-test-client0: GOOS=linux GOARCH=amd64 go install ./imports/config
==> libstorage-ebs-test-client0: GOOS=linux GOARCH=amd64 go install ./drivers/storage/efs
==> libstorage-ebs-test-client0: GOOS=linux GOARCH=amd64 go install ./drivers/storage/efs/executor
==> libstorage-ebs-test-client0: GOOS=linux GOARCH=amd64 go install ./drivers/storage/isilon
==> libstorage-ebs-test-client0: GOOS=linux GOARCH=amd64 go install ./drivers/storage/isilon/executor
==> libstorage-ebs-test-client0: GOOS=linux GOARCH=amd64 go install ./drivers/storage/scaleio
==> libstorage-ebs-test-client0: GOOS=linux GOARCH=amd64 go install ./drivers/storage/scaleio/executor
==> libstorage-ebs-test-client0: GOOS=linux GOARCH=amd64 go install ./drivers/storage/vbox
==> libstorage-ebs-test-client0: GOOS=linux GOARCH=amd64 go install ./drivers/storage/vbox/executor
==> libstorage-ebs-test-client0: GOOS=linux GOARCH=amd64 go install ./drivers/storage/vfs
==> libstorage-ebs-test-client0: GOOS=linux GOARCH=amd64 go install ./drivers/storage/vfs/executor
==> libstorage-ebs-test-client0: GOOS=linux GOARCH=amd64 go install ./imports/executors
==> libstorage-ebs-test-client0: GOOS=linux GOARCH=amd64 go install ./cli/lsx
==> libstorage-ebs-test-client0: GOOS=linux GOARCH=amd64 go install ./cli/lsx/lsx-linux
==> libstorage-ebs-test-client0: env GOOS=darwin GOARCH=amd64 make /go/bin/darwin_amd64/lsx-darwin
==> libstorage-ebs-test-client0: GOOS=darwin GOARCH=amd64 go install ./api/types
==> libstorage-ebs-test-client0: GOOS=darwin GOARCH=amd64 go install ./api/context
==> libstorage-ebs-test-client0: GOOS=darwin GOARCH=amd64 go install ./api/utils
==> libstorage-ebs-test-client0: GOOS=darwin GOARCH=amd64 go install ./api/registry
==> libstorage-ebs-test-client0: GOOS=darwin GOARCH=amd64 go install ./api/utils/config
==> libstorage-ebs-test-client0: GOOS=darwin GOARCH=amd64 go install ./imports/config
==> libstorage-ebs-test-client0: GOOS=darwin GOARCH=amd64 go install ./drivers/storage/efs
==> libstorage-ebs-test-client0: GOOS=darwin GOARCH=amd64 go install ./drivers/storage/efs/executor
==> libstorage-ebs-test-client0: GOOS=darwin GOARCH=amd64 go install ./drivers/storage/isilon
==> libstorage-ebs-test-client0: GOOS=darwin GOARCH=amd64 go install ./drivers/storage/isilon/executor
==> libstorage-ebs-test-client0: GOOS=darwin GOARCH=amd64 go install ./drivers/storage/scaleio
==> libstorage-ebs-test-client0: GOOS=darwin GOARCH=amd64 go install ./drivers/storage/scaleio/executor
==> libstorage-ebs-test-client0: GOOS=darwin GOARCH=amd64 go install ./drivers/storage/vbox
==> libstorage-ebs-test-client0: GOOS=darwin GOARCH=amd64 go install ./drivers/storage/vbox/executor
==> libstorage-ebs-test-client0: GOOS=darwin GOARCH=amd64 go install ./drivers/storage/vfs
==> libstorage-ebs-test-client0: GOOS=darwin GOARCH=amd64 go install ./drivers/storage/vfs/executor
==> libstorage-ebs-test-client0: GOOS=darwin GOARCH=amd64 go install ./imports/executors
==> libstorage-ebs-test-client0: GOOS=darwin GOARCH=amd64 go install ./cli/lsx
==> libstorage-ebs-test-client0: GOOS=darwin GOARCH=amd64 go install ./cli/lsx/lsx-darwin
==> libstorage-ebs-test-client0: /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-client0: /go/src/github.com/emccode/rexray
==> libstorage-ebs-test-client0: make build-generated
==> libstorage-ebs-test-client0: make ./core/core_generated.go
==> libstorage-ebs-test-client0: echo generating core/core_generated.go
==> libstorage-ebs-test-client0: generating core/core_generated.go
==> libstorage-ebs-test-client0: make build-rexray
==> libstorage-ebs-test-client0: GOOS=linux GOARCH=amd64 go install ./core
==> libstorage-ebs-test-client0: GOOS=linux GOARCH=amd64 go install ./util
==> libstorage-ebs-test-client0: GOOS=linux GOARCH=amd64 go install .
==> libstorage-ebs-test-client0: GOOS=linux GOARCH=amd64 go install ./cli/cli/term
==> libstorage-ebs-test-client0: GOOS=linux GOARCH=amd64 go install ./daemon/module
==> libstorage-ebs-test-client0: GOOS=linux GOARCH=amd64 go install ./daemon/module/docker/volumedriver
==> libstorage-ebs-test-client0: GOOS=linux GOARCH=amd64 go install ./daemon
==> libstorage-ebs-test-client0: GOOS=linux GOARCH=amd64 go install ./cli/cli
==> libstorage-ebs-test-client0: GOOS=linux GOARCH=amd64 go install ./cli/rexray
==> libstorage-ebs-test-client0: make stat-prog
==> libstorage-ebs-test-client0:
==> libstorage-ebs-test-client0: The rexray binary is 34MB and located at:
==> libstorage-ebs-test-client0:
==> libstorage-ebs-test-client0: /go/bin/rexray
==> libstorage-ebs-test-client0: build-rexray
==> libstorage-ebs-test-client0: build-rexray
==> libstorage-ebs-test-client1: Warning! The AWS provider doesn't support any of the Vagrant
==> libstorage-ebs-test-client1: high-level network configurations (`config.vm.network`). They
==> libstorage-ebs-test-client1: will be silently ignored.
==> libstorage-ebs-test-client1: Launching an instance with the following settings...
==> libstorage-ebs-test-client1: -- Type: t2.micro
==> libstorage-ebs-test-client1: -- AMI: ami-ef2af28f
==> libstorage-ebs-test-client1: -- Region: us-west-2
==> libstorage-ebs-test-client1: -- Availability Zone: us-west-2a
==> libstorage-ebs-test-client1: -- Keypair: akutz
==> libstorage-ebs-test-client1: -- Block Device Mapping: []
==> libstorage-ebs-test-client1: -- Terminate On Shutdown: true
==> libstorage-ebs-test-client1: -- Monitoring: false
==> libstorage-ebs-test-client1: -- EBS optimized: false
==> libstorage-ebs-test-client1: -- Source Destination check:
==> libstorage-ebs-test-client1: -- Assigning a public IP address in a VPC: false
==> libstorage-ebs-test-client1: -- VPC tenancy specification: default
==> libstorage-ebs-test-client1: Waiting for instance to become "ready"...
==> libstorage-ebs-test-client1: Waiting for SSH to become available...
==> libstorage-ebs-test-client1: Machine is booted and ready for use!
==> libstorage-ebs-test-client1: Updating /etc/hosts file on active guest machines...
==> libstorage-ebs-test-client1: Running provisioner: shell...
libstorage-ebs-test-client1: Running: script: update-system
==> libstorage-ebs-test-client1: Loaded plugins: fastestmirror
==> libstorage-ebs-test-client1: Loading mirror speeds from cached hostfile
==> libstorage-ebs-test-client1: * base: mirror.web-ster.com
==> libstorage-ebs-test-client1: * extras: mirrors.kernel.org
==> libstorage-ebs-test-client1: * updates: mirror.web-ster.com
==> libstorage-ebs-test-client1: No packages marked for update
==> libstorage-ebs-test-client1: Running provisioner: shell...
libstorage-ebs-test-client1: Running: script: provision-docker
==> libstorage-ebs-test-client1: Created symlink from /etc/systemd/system/multi-user.target.wants/docker.service to /usr/lib/systemd/system/docker.service.
==> libstorage-ebs-test-client1: Running provisioner: shell...
libstorage-ebs-test-client1: Running: script: validate-docker
==> libstorage-ebs-test-client1: Containers: 0
==> libstorage-ebs-test-client1: Running: 0
==> libstorage-ebs-test-client1: Paused: 0
==> libstorage-ebs-test-client1: Stopped: 0
==> libstorage-ebs-test-client1: Images: 0
==> libstorage-ebs-test-client1: Server Version: 1.12.1
==> libstorage-ebs-test-client1: Storage Driver: devicemapper
==> libstorage-ebs-test-client1: Pool Name: docker-202:1-765154-pool
==> libstorage-ebs-test-client1: Pool Blocksize: 65.54 kB
==> libstorage-ebs-test-client1: Base Device Size: 10.74 GB
==> libstorage-ebs-test-client1: Backing Filesystem: xfs
==> libstorage-ebs-test-client1: Data file: /dev/loop0
==> libstorage-ebs-test-client1: Metadata file: /dev/loop1
==> libstorage-ebs-test-client1: Data Space Used: 11.8 MB
==> libstorage-ebs-test-client1: Data Space Total: 107.4 GB
==> libstorage-ebs-test-client1: Data Space Available: 6.841 GB
==> libstorage-ebs-test-client1: Metadata Space Used: 581.6 kB
==> libstorage-ebs-test-client1: Metadata Space Total: 2.147 GB
==> libstorage-ebs-test-client1: Metadata Space Available: 2.147 GB
==> libstorage-ebs-test-client1: Thin Pool Minimum Free Space: 10.74 GB
==> libstorage-ebs-test-client1: Udev Sync Supported: true
==> libstorage-ebs-test-client1: Deferred Removal Enabled: false
==> libstorage-ebs-test-client1: Deferred Deletion Enabled: false
==> libstorage-ebs-test-client1: Deferred Deleted Device Count: 0
==> libstorage-ebs-test-client1: Data loop file: /var/lib/docker/devicemapper/devicemapper/data
==> libstorage-ebs-test-client1: Metadata loop file: /var/lib/docker/devicemapper/devicemapper/metadata
==> libstorage-ebs-test-client1: Library Version: 1.02.107-RHEL7 (2016-06-09)
==> libstorage-ebs-test-client1: Logging Driver: json-file
==> libstorage-ebs-test-client1: Cgroup Driver: cgroupfs
==> libstorage-ebs-test-client1: Plugins:
==> libstorage-ebs-test-client1: Volume: local
==> libstorage-ebs-test-client1: Network: null overlay host bridge
==> libstorage-ebs-test-client1: Swarm: inactive
==> libstorage-ebs-test-client1: Runtimes: runc
==> libstorage-ebs-test-client1: Default Runtime: runc
==> libstorage-ebs-test-client1: Security Options: seccomp
==> libstorage-ebs-test-client1: Kernel Version: 3.10.0-327.36.1.el7.x86_64
==> libstorage-ebs-test-client1: Operating System: CentOS Linux 7 (Core)
==> libstorage-ebs-test-client1: OSType: linux
==> libstorage-ebs-test-client1: Architecture: x86_64
==> libstorage-ebs-test-client1: CPUs: 1
==> libstorage-ebs-test-client1: Total Memory: 991.6 MiB
==> libstorage-ebs-test-client1: Name: ip-172-31-24-9
==> libstorage-ebs-test-client1: ID: 5VUN:B7TO:TETX:CAQY:JNZK:YEXN:O2BY:RNI2:I4WC:2WP3:3YI5:QKR4
==> libstorage-ebs-test-client1: Docker Root Dir: /var/lib/docker
==> libstorage-ebs-test-client1: Debug Mode (client): false
==> libstorage-ebs-test-client1: Debug Mode (server): false
==> libstorage-ebs-test-client1: Registry: https://index.docker.io/v1/
==> libstorage-ebs-test-client1: Insecure Registries:
==> libstorage-ebs-test-client1: 127.0.0.0/8
==> libstorage-ebs-test-client1: WARNING: Usage of loopback devices is strongly discouraged for production use. Use `--storage-opt dm.thinpooldev` to specify a custom block storage device.
==> libstorage-ebs-test-client1: Unable to find image 'hello-world:latest' locally
==> libstorage-ebs-test-client1: latest: Pulling from library/hello-world
==> libstorage-ebs-test-client1: c04b14da8d14: Pulling fs layer
==> libstorage-ebs-test-client1: c04b14da8d14: Verifying Checksum
==> libstorage-ebs-test-client1: c04b14da8d14: Download complete
==> libstorage-ebs-test-client1: c04b14da8d14: Pull complete
==> libstorage-ebs-test-client1: Digest: sha256:0256e8a36e2070f7bf2d0b0763dbabdd67798512411de4cdcf9431a1feb60fd9
==> libstorage-ebs-test-client1: Status: Downloaded newer image for hello-world:latest
==> libstorage-ebs-test-client1:
==> libstorage-ebs-test-client1: Hello from Docker!
==> libstorage-ebs-test-client1: This message shows that your installation appears to be working correctly.
==> libstorage-ebs-test-client1:
==> libstorage-ebs-test-client1: To generate this message, Docker took the following steps:
==> libstorage-ebs-test-client1: 1. The Docker client contacted the Docker daemon.
==> libstorage-ebs-test-client1: 2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
==> libstorage-ebs-test-client1: 3. The Docker daemon created a new container from that image which runs the
==> libstorage-ebs-test-client1: executable that produces the output you are currently reading.
==> libstorage-ebs-test-client1: 4. The Docker daemon streamed that output to the Docker client, which sent it
==> libstorage-ebs-test-client1: to your terminal.
==> libstorage-ebs-test-client1:
==> libstorage-ebs-test-client1: To try something more ambitious, you can run an Ubuntu container with:
==> libstorage-ebs-test-client1: $ docker run -it ubuntu bash
==> libstorage-ebs-test-client1:
==> libstorage-ebs-test-client1: Share images, automate workflows, and more with a free Docker Hub account:
==> libstorage-ebs-test-client1: https://hub.docker.com
==> libstorage-ebs-test-client1:
==> libstorage-ebs-test-client1: For more examples and ideas, visit:
==> libstorage-ebs-test-client1: https://docs.docker.com/engine/userguide/
==> libstorage-ebs-test-client1: Running provisioner: file...
==> libstorage-ebs-test-client1: Running provisioner: shell...
libstorage-ebs-test-client1: Running: script: scp rexray
==> libstorage-ebs-test-client1: Running provisioner: shell...
libstorage-ebs-test-client1: Running: script: config rex-ray
==> libstorage-ebs-test-client1: Running provisioner: shell...
libstorage-ebs-test-client1: Running: script: rex-ray install
==> libstorage-ebs-test-client1: time="2016-10-08T08:55:16Z" level=info msg="making libStorage directory" mustPerm=true path="/etc/libstorage" perms=-rwxr-xr-x
==> libstorage-ebs-test-client1: time="2016-10-08T08:55:16Z" level=info msg="making libStorage directory" mustPerm=true path="/var/lib/libstorage" perms=-rwxr-xr-x
==> libstorage-ebs-test-client1: time="2016-10-08T08:55:16Z" level=info msg="making libStorage directory" mustPerm=true path="/var/log/libstorage" perms=-rwxr-xr-x
==> libstorage-ebs-test-client1: time="2016-10-08T08:55:16Z" level=info msg="making libStorage directory" mustPerm=true path="/var/run/libstorage" perms=-rwxr-xr-x
==> libstorage-ebs-test-client1: time="2016-10-08T08:55:17Z" level=info msg="updated log level" logLevel=debug
==> libstorage-ebs-test-client1: time="2016-10-08T08:55:17Z" level=debug msg=os.args time=1475916917155 val=[rexray install]
==> libstorage-ebs-test-client1: 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-client1:
==> libstorage-ebs-test-client1: Once configured the REX-Ray service can be started with the command 'sudo systemctl start rexray'.
==> libstorage-ebs-test-client1: time="2016-10-08T08:55:17Z" level=debug msg="completed cli execution" time=1475916917220
==> libstorage-ebs-test-client1: time="2016-10-08T08:55:17Z" level=info msg="exiting process" time=1475916917220
==> libstorage-ebs-test-client1: time="2016-10-08T08:55:17Z" level=debug msg="completed onExit at end of program" time=1475916917220
==> libstorage-ebs-test-client1: Running provisioner: shell...
libstorage-ebs-test-client1: Running: script: start rex-ray
==> libstorage-ebs-test-client1: Running provisioner: shell...
libstorage-ebs-test-client1: Running: script: rex-ray volume map
==> libstorage-ebs-test-client1: time="2016-10-08T08:55:21Z" level=info msg="making libStorage directory" mustPerm=false path="/home/centos/.libstorage" perms=-rwxr-xr-x
==> libstorage-ebs-test-client1: time="2016-10-08T08:55:21Z" level=info msg="making libStorage directory" mustPerm=true path="/home/centos/.libstorage/etc/libstorage" perms=-rwxr-xr-x
==> libstorage-ebs-test-client1: time="2016-10-08T08:55:21Z" level=info msg="making libStorage directory" mustPerm=true path="/home/centos/.libstorage/var/lib/libstorage" perms=-rwxr-xr-x
==> libstorage-ebs-test-client1: time="2016-10-08T08:55:22Z" level=info msg="making libStorage directory" mustPerm=true path="/home/centos/.libstorage/var/log/libstorage" perms=-rwxr-xr-x
==> libstorage-ebs-test-client1: time="2016-10-08T08:55:22Z" level=info msg="making libStorage directory" mustPerm=true path="/home/centos/.libstorage/var/run/libstorage" perms=-rwxr-xr-x
==> libstorage-ebs-test-client1: time="2016-10-08T08:55:23Z" level=info msg="updated log level" logLevel=debug
==> libstorage-ebs-test-client1: time="2016-10-08T08:55:23Z" level=debug msg=os.args time=1475916923169 val=[rexray volume map]
==> libstorage-ebs-test-client1: time="2016-10-08T08:55:23Z" level=debug msg="activating libStorage" cmd=map time=1475916923170
==> libstorage-ebs-test-client1: time="2016-10-08T08:55:23Z" level=debug msg="not starting embeddded server; embedded mode disabled" host="tcp://libstorage-ebs-test-server:7979" time=1475916923170
==> libstorage-ebs-test-client1: time="2016-10-08T08:55:23Z" level=debug msg="created scoped scope" new=libstorage.client parentScopes="rexray,"
==> libstorage-ebs-test-client1: time="2016-10-08T08:55:23Z" level=info msg="configured logging" libstorage.logging.level=debug time=1475916923174
==> libstorage-ebs-test-client1: time="2016-10-08T08:55:23Z" level=debug msg="got configured host address" host="tcp://libstorage-ebs-test-server:7979" service=ebs storageDriver=libstorage time=1475916923175
==> libstorage-ebs-test-client1: time="2016-10-08T08:55:23Z" level=info msg="created libStorage client" clientType=integration disableKeepAlive=false enableInstanceIDHeaders=true enableLocalDevicesHeaders=true host="libstorage-ebs-test-server:7979" logRequests=false logResponses=false lsxPath="/home/centos/.libstorage/var/lib/libstorage/lsx-linux" service=ebs storageDriver=libstorage time=1475916923176
==> libstorage-ebs-test-client1: time="2016-10-08T08:55:23Z" level=info msg="lsx lock file path" path="/home/centos/.libstorage/var/run/libstorage/lsx.lock" service=ebs storageDriver=libstorage time=1475916923176
==> libstorage-ebs-test-client1: time="2016-10-08T08:55:23Z" level=info msg="initializing executors cache" service=ebs storageDriver=libstorage time=1475916923179
==> libstorage-ebs-test-client1: time="2016-10-08T08:55:23Z" level=debug msg="updating executor" service=ebs storageDriver=libstorage time=1475916923181
==> libstorage-ebs-test-client1: time="2016-10-08T08:55:23Z" level=debug msg="waiting on executor lock" service=ebs storageDriver=libstorage time=1475916923181
==> libstorage-ebs-test-client1: time="2016-10-08T08:55:23Z" level=debug msg="executor does not exist, download executor" service=ebs storageDriver=libstorage time=1475916923181
==> libstorage-ebs-test-client1: time="2016-10-08T08:55:23Z" level=debug msg="downloading executor" service=ebs storageDriver=libstorage time=1475916923181
==> libstorage-ebs-test-client1: time="2016-10-08T08:55:25Z" level=debug msg="downloaded executor" bytes=9994346 service=ebs storageDriver=libstorage time=1475916925005
==> libstorage-ebs-test-client1: time="2016-10-08T08:55:25Z" level=debug msg="signalling executor lock" service=ebs storageDriver=libstorage time=1475916925005
==> libstorage-ebs-test-client1: time="2016-10-08T08:55:25Z" level=info msg="initializing instance ID cache" server=coffee-wasp-dj service=ebs storageDriver=libstorage time=1475916925005
==> libstorage-ebs-test-client1: time="2016-10-08T08:55:25Z" level=debug msg="waiting on executor lock" server=coffee-wasp-dj service=ebs storageDriver=libstorage time=1475916925005 txCR=1475916925 txID=db40bbf3-fcc1-4267-488a-315cdc93c1cf
==> libstorage-ebs-test-client1: time="2016-10-08T08:55:25Z" level=debug msg="signalling executor lock" server=coffee-wasp-dj service=ebs storageDriver=libstorage time=1475916925016 txCR=1475916925 txID=db40bbf3-fcc1-4267-488a-315cdc93c1cf
==> libstorage-ebs-test-client1: time="2016-10-08T08:55:25Z" level=debug msg="cached instanceID" instanceID="ebs=i-fef96ee6,availabilityZone=us-west-2a&region=us-west-2" server=coffee-wasp-dj service=ebs storageDriver=libstorage time=1475916925017 txCR=1475916925 txID=db40bbf3-fcc1-4267-488a-315cdc93c1cf
==> libstorage-ebs-test-client1: time="2016-10-08T08:55:25Z" level=debug msg="xli instanceID success" instanceID="ebs=i-fef96ee6,availabilityZone=us-west-2a&region=us-west-2" server=coffee-wasp-dj service=ebs storageDriver=libstorage time=1475916925017 txCR=1475916925 txID=db40bbf3-fcc1-4267-488a-315cdc93c1cf
==> libstorage-ebs-test-client1: time="2016-10-08T08:55:25Z" level=info msg="successefully dialed libStorage server" server=coffee-wasp-dj service=ebs storageDriver=libstorage time=1475916925017
==> libstorage-ebs-test-client1: time="2016-10-08T08:55:25Z" level=info msg="storage driver initialized" service=ebs storageDriver=libstorage time=1475916925017
==> libstorage-ebs-test-client1: time="2016-10-08T08:55:25Z" level=info msg="os driver initialized" osDriver=linux service=ebs storageDriver=libstorage time=1475916925017
==> libstorage-ebs-test-client1: time="2016-10-08T08:55:25Z" level=info msg="docker integration driver successfully initialized" integrationDriver=docker libstorage.integration.volume.operations.create.default.IOPS= libstorage.integration.volume.operations.create.default.availabilityZone= libstorage.integration.volume.operations.create.default.fsType=ext4 libstorage.integration.volume.operations.create.default.size=16 libstorage.integration.volume.operations.create.default.type= libstorage.integration.volume.operations.create.implicit=true libstorage.integration.volume.operations.mount.path="/var/lib/rexray/volumes" libstorage.integration.volume.operations.mount.rootPath="/data" osDriver=linux service=ebs storageDriver=libstorage time=1475916925018
==> libstorage-ebs-test-client1: time="2016-10-08T08:55:25Z" level=info msg="path cache initializion disabled" integrationDriver=docker osDriver=linux service=ebs storageDriver=libstorage time=1475916925018
==> libstorage-ebs-test-client1: time="2016-10-08T08:55:25Z" level=info msg="libStorage integration driver successfully initialized" integrationDriver=docker libstorage.integration.volume.operations.create.disable=false libstorage.integration.volume.operations.mount.preempt=false libstorage.integration.volume.operations.path.cache.async=true libstorage.integration.volume.operations.path.cache.enabled=false libstorage.integration.volume.operations.remove.disable=false libstorage.integration.volume.operations.unmount.ignoreusedcount=false osDriver=linux service=ebs storageDriver=libstorage time=1475916925019
==> libstorage-ebs-test-client1: time="2016-10-08T08:55:25Z" level=info msg="integration driver initialized" integrationDriver=docker osDriver=linux service=ebs storageDriver=libstorage time=1475916925019
==> libstorage-ebs-test-client1: time="2016-10-08T08:55:25Z" level=info msg="created libStorage client" integrationDriver=docker osDriver=linux service=ebs storageDriver=libstorage time=1475916925019
==> libstorage-ebs-test-client1: time="2016-10-08T08:55:25Z" level=debug msg="waiting on executor lock" instanceID="ebs=i-fef96ee6,availabilityZone=us-west-2a&region=us-west-2" integrationDriver=docker osDriver=linux server=coffee-wasp-dj service=ebs storageDriver=libstorage time=1475916925019 txCR=1475916925 txID=d9621e8a-51f9-4425-5ba5-c24cc6ac620c
==> libstorage-ebs-test-client1: time="2016-10-08T08:55:25Z" level=debug msg="signalling executor lock" instanceID="ebs=i-fef96ee6,availabilityZone=us-west-2a&region=us-west-2" integrationDriver=docker osDriver=linux server=coffee-wasp-dj service=ebs storageDriver=libstorage time=1475916925028 txCR=1475916925 txID=d9621e8a-51f9-4425-5ba5-c24cc6ac620c
==> libstorage-ebs-test-client1: time="2016-10-08T08:55:25Z" level=debug msg="xli localdevices success" instanceID="ebs=i-fef96ee6,availabilityZone=us-west-2a&region=us-west-2" integrationDriver=docker osDriver=linux server=coffee-wasp-dj service=ebs storageDriver=libstorage time=1475916925028 txCR=1475916925 txID=d9621e8a-51f9-4425-5ba5-c24cc6ac620c
==> libstorage-ebs-test-client1: - attachments:
==> libstorage-ebs-test-client1: - instanceID:
==> libstorage-ebs-test-client1: id: i-fef96ee6
==> libstorage-ebs-test-client1: driver: ebs
==> libstorage-ebs-test-client1: status: attached
==> libstorage-ebs-test-client1: volumeID: vol-4da423c5
==> libstorage-ebs-test-client1: availabilityZone: us-west-2a
==> libstorage-ebs-test-client1: name: ""
==> libstorage-ebs-test-client1: size: 8
==> libstorage-ebs-test-client1: status: in-use
==> libstorage-ebs-test-client1: id: vol-4da423c5
==> libstorage-ebs-test-client1: type: standard
==> libstorage-ebs-test-client1: time="2016-10-08T08:55:25Z" level=debug msg="waiting until libStorage is stopped" time=1475916925089
==> libstorage-ebs-test-client1: time="2016-10-08T08:55:25Z" level=debug msg="done waiting on err chan; err chan is nil" time=1475916925089
==> libstorage-ebs-test-client1: time="2016-10-08T08:55:25Z" level=debug msg="completed cli execution" time=1475916925089
==> libstorage-ebs-test-client1: time="2016-10-08T08:55:25Z" level=info msg="exiting process" time=1475916925089
==> libstorage-ebs-test-client1: time="2016-10-08T08:55:25Z" level=debug msg="completed onExit at end of program" time=1475916925089
==> libstorage-ebs-test-client1: Running provisioner: file...
==> libstorage-ebs-test-client1: Running provisioner: shell...
libstorage-ebs-test-client1: Running: script: test-execution-plan
==> libstorage-ebs-test-client1: Unable to find image 'busybox:latest' locally
==> libstorage-ebs-test-client1: latest: Pulling from library/busybox
==> libstorage-ebs-test-client1: 56bec22e3559: Pulling fs layer
==> libstorage-ebs-test-client1: 56bec22e3559: Verifying Checksum
==> libstorage-ebs-test-client1: 56bec22e3559: Download complete
==> libstorage-ebs-test-client1: 56bec22e3559: Pull complete
==> libstorage-ebs-test-client1: Digest: sha256:29f5d56d12684887bdfa50dcd29fc31eea4aaf4ad3bec43daf19026a7ce69912
==> libstorage-ebs-test-client1: Status: Downloaded newer image for busybox:latest
==> libstorage-ebs-test-client1: 6de466f000fa1603da521d04b4bf3b0a878e98de05f1621696269e12a47cf727
==> libstorage-ebs-test-client1: bb
==> libstorage-ebs-test-client1: bb
==> libstorage-ebs-test-client1: time="2016-10-08T08:56:05Z" level=info msg="updated log level" logLevel=debug
==> libstorage-ebs-test-client1: time="2016-10-08T08:56:05Z" level=debug msg=os.args time=1475916965140 val=[rexray volume rm --volumeid vol-d4a6215c]
==> libstorage-ebs-test-client1: time="2016-10-08T08:56:05Z" level=debug msg="activating libStorage" cmd=remove time=1475916965140
==> libstorage-ebs-test-client1: time="2016-10-08T08:56:05Z" level=debug msg="not starting embeddded server; embedded mode disabled" host="tcp://libstorage-ebs-test-server:7979" time=1475916965141
==> libstorage-ebs-test-client1: time="2016-10-08T08:56:05Z" level=debug msg="created scoped scope" new=libstorage.client parentScopes="rexray,"
==> libstorage-ebs-test-client1: time="2016-10-08T08:56:05Z" level=info msg="configured logging" libstorage.logging.level=debug time=1475916965145
==> libstorage-ebs-test-client1: time="2016-10-08T08:56:05Z" level=debug msg="got configured host address" host="tcp://libstorage-ebs-test-server:7979" service=ebs storageDriver=libstorage time=1475916965146
==> libstorage-ebs-test-client1: time="2016-10-08T08:56:05Z" level=info msg="created libStorage client" clientType=integration disableKeepAlive=false enableInstanceIDHeaders=true enableLocalDevicesHeaders=true host="libstorage-ebs-test-server:7979" logRequests=false logResponses=false lsxPath="/var/lib/libstorage/lsx-linux" service=ebs storageDriver=libstorage time=1475916965147
==> libstorage-ebs-test-client1: time="2016-10-08T08:56:05Z" level=info msg="lsx lock file path" path="/var/run/libstorage/lsx.lock" service=ebs storageDriver=libstorage time=1475916965147
==> libstorage-ebs-test-client1: time="2016-10-08T08:56:05Z" level=info msg="initializing executors cache" service=ebs storageDriver=libstorage time=1475916965151
==> libstorage-ebs-test-client1: time="2016-10-08T08:56:05Z" level=debug msg="updating executor" service=ebs storageDriver=libstorage time=1475916965152
==> libstorage-ebs-test-client1: time="2016-10-08T08:56:05Z" level=debug msg="waiting on executor lock" service=ebs storageDriver=libstorage time=1475916965152
==> libstorage-ebs-test-client1: time="2016-10-08T08:56:05Z" level=debug msg="executor exists, getting local checksum" service=ebs storageDriver=libstorage time=1475916965153
==> libstorage-ebs-test-client1: time="2016-10-08T08:56:05Z" level=debug msg="getting executor checksum" service=ebs storageDriver=libstorage time=1475916965153
==> libstorage-ebs-test-client1: time="2016-10-08T08:56:05Z" level=debug msg="got local executor checksum" localChecksum=ba7fde0195cdb1b60e018688cc8c4747 service=ebs storageDriver=libstorage time=1475916965176
==> libstorage-ebs-test-client1: time="2016-10-08T08:56:05Z" level=debug msg="signalling executor lock" service=ebs storageDriver=libstorage time=1475916965176
==> libstorage-ebs-test-client1: time="2016-10-08T08:56:05Z" level=info msg="initializing instance ID cache" server=coffee-wasp-dj service=ebs storageDriver=libstorage time=1475916965176
==> libstorage-ebs-test-client1: time="2016-10-08T08:56:05Z" level=debug msg="waiting on executor lock" server=coffee-wasp-dj service=ebs storageDriver=libstorage time=1475916965176 txCR=1475916965 txID=f324ab6c-ab73-4665-7ee7-23b8aa34b475
==> libstorage-ebs-test-client1: time="2016-10-08T08:56:05Z" level=debug msg="signalling executor lock" server=coffee-wasp-dj service=ebs storageDriver=libstorage time=1475916965187 txCR=1475916965 txID=f324ab6c-ab73-4665-7ee7-23b8aa34b475
==> libstorage-ebs-test-client1: time="2016-10-08T08:56:05Z" level=debug msg="cached instanceID" instanceID="ebs=i-fef96ee6,availabilityZone=us-west-2a&region=us-west-2" server=coffee-wasp-dj service=ebs storageDriver=libstorage time=1475916965187 txCR=1475916965 txID=f324ab6c-ab73-4665-7ee7-23b8aa34b475
==> libstorage-ebs-test-client1: time="2016-10-08T08:56:05Z" level=debug msg="xli instanceID success" instanceID="ebs=i-fef96ee6,availabilityZone=us-west-2a&region=us-west-2" server=coffee-wasp-dj service=ebs storageDriver=libstorage time=1475916965187 txCR=1475916965 txID=f324ab6c-ab73-4665-7ee7-23b8aa34b475
==> libstorage-ebs-test-client1: time="2016-10-08T08:56:05Z" level=info msg="successefully dialed libStorage server" server=coffee-wasp-dj service=ebs storageDriver=libstorage time=1475916965188
==> libstorage-ebs-test-client1: time="2016-10-08T08:56:05Z" level=info msg="storage driver initialized" service=ebs storageDriver=libstorage time=1475916965188
==> libstorage-ebs-test-client1: time="2016-10-08T08:56:05Z" level=info msg="os driver initialized" osDriver=linux service=ebs storageDriver=libstorage time=1475916965188
==> libstorage-ebs-test-client1: time="2016-10-08T08:56:05Z" level=info msg="docker integration driver successfully initialized" integrationDriver=docker libstorage.integration.volume.operations.create.default.IOPS= libstorage.integration.volume.operations.create.default.availabilityZone= libstorage.integration.volume.operations.create.default.fsType=ext4 libstorage.integration.volume.operations.create.default.size=16 libstorage.integration.volume.operations.create.default.type= libstorage.integration.volume.operations.create.implicit=true libstorage.integration.volume.operations.mount.path="/var/lib/rexray/volumes" libstorage.integration.volume.operations.mount.rootPath="/data" osDriver=linux service=ebs storageDriver=libstorage time=1475916965189
==> libstorage-ebs-test-client1: time="2016-10-08T08:56:05Z" level=info msg="path cache initializion disabled" integrationDriver=docker osDriver=linux service=ebs storageDriver=libstorage time=1475916965189
==> libstorage-ebs-test-client1: time="2016-10-08T08:56:05Z" level=info msg="libStorage integration driver successfully initialized" integrationDriver=docker libstorage.integration.volume.operations.create.disable=false libstorage.integration.volume.operations.mount.preempt=false libstorage.integration.volume.operations.path.cache.async=true libstorage.integration.volume.operations.path.cache.enabled=false libstorage.integration.volume.operations.remove.disable=false libstorage.integration.volume.operations.unmount.ignoreusedcount=false osDriver=linux service=ebs storageDriver=libstorage time=1475916965190
==> libstorage-ebs-test-client1: time="2016-10-08T08:56:05Z" level=info msg="integration driver initialized" integrationDriver=docker osDriver=linux service=ebs storageDriver=libstorage time=1475916965190
==> libstorage-ebs-test-client1: time="2016-10-08T08:56:05Z" level=info msg="created libStorage client" integrationDriver=docker osDriver=linux service=ebs storageDriver=libstorage time=1475916965190
==> libstorage-ebs-test-client1: time="2016-10-08T08:56:05Z" level=debug msg="waiting until libStorage is stopped" time=1475916965320
==> libstorage-ebs-test-client1: time="2016-10-08T08:56:05Z" level=debug msg="done waiting on err chan; err chan is nil" time=1475916965320
==> libstorage-ebs-test-client1: time="2016-10-08T08:56:05Z" level=debug msg="completed cli execution" time=1475916965320
==> libstorage-ebs-test-client1: time="2016-10-08T08:56:05Z" level=info msg="exiting process" time=1475916965320
==> libstorage-ebs-test-client1: time="2016-10-08T08:56:05Z" level=debug msg="completed onExit at end of program" time=1475916965320
real 22m15.067s
user 0m10.659s
sys 0m1.299s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment