This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@8ce06d35c09d:/go/src/github.com/emccode/rexray# glide --debug up | |
[DEBUG] No mirrors.yaml file exists | |
[INFO] Downloading dependencies. Please wait... | |
[DEBUG] Locking https-github.com-akutz-logrus | |
[DEBUG] Locking https-github.com-emccode-libstorage | |
[DEBUG] Locking https-github.com-akutz-gofig | |
[DEBUG] Locking https-github.com-akutz-gotil | |
[DEBUG] Locking https-github.com-akutz-goof | |
[DEBUG] Locking https-github.com-akutz-golf | |
[DEBUG] Setting up the cache directory |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@8ce06d35c09d:/go/src/github.com/emccode/rexray# glide --debug up | |
[DEBUG] No mirrors.yaml file exists | |
[INFO] Downloading dependencies. Please wait... | |
[DEBUG] Locking https-github.com-akutz-logrus | |
[DEBUG] Locking https-github.com-emccode-libstorage | |
[DEBUG] Locking https-github.com-akutz-gofig | |
[DEBUG] Locking https-github.com-akutz-gotil | |
[DEBUG] Locking https-github.com-akutz-goof | |
[DEBUG] Locking https-github.com-akutz-golf | |
[DEBUG] Setting up the cache directory |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[0]akutz@pax:rexray$ make docker-build | |
docker exec -t build-rexray env make -C /go/src/github.com/emccode/rexray deps | |
make: Entering directory '/go/src/github.com/emccode/rexray' | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 608 0 608 0 0 1915 0 --:--:-- --:--:-- --:--:-- 1917 | |
100 3690k 100 3690k 0 0 1646k 0 0:00:02 0:00:02 --:--:-- 2510k | |
/go/bin/glide --debug up | |
[DEBUG] Creating vendor | |
[INFO] Downloading dependencies. Please wait... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- mode: ruby -*- | |
# vi: set ft=ruby : | |
require 'fileutils' | |
require 'shellwords' | |
# aws config | |
$aws_akey = ENV['AWS_AKEY'] | |
$aws_skey = ENV['AWS_SKEY'] | |
$aws_region = "us-west-1" | |
$aws_kpname = "akutz" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- mode: ruby -*- | |
# vi: set ft=ruby : | |
require 'fileutils' | |
require 'shellwords' | |
# aws config | |
$aws_akey = ENV['AWS_AKEY'] | |
$aws_skey = ENV['AWS_SKEY'] | |
$aws_region = "us-west-1" | |
$aws_kpname = "akutz" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- mode: ruby -*- | |
# vi: set ft=ruby : | |
require 'fileutils' | |
require 'shellwords' | |
require 'fog' | |
# aws config | |
$aws_akey = ENV['AWS_AKEY'] | |
$aws_skey = ENV['AWS_SKEY'] | |
$aws_region = "us-west-1" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- mode: ruby -*- | |
# vi: set ft=ruby : | |
require 'fileutils' | |
require 'shellwords' | |
require 'fog' | |
# settings | |
$autostart_clients = true | |
# aws config |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[root@ip-172-31-25-144 rexray]# LIBSTORAGE_LOGGING_HTTPREQUESTS=true LIBSTORAGE_LOGGING_HTTPRESPONSES=true rexray -l debug volume attach builds --service efs | |
INFO[0000] updated log level logLevel=debug | |
DEBU[0000] os.args time=1477767257331 val=[rexray -l debug volume attach builds --service efs] | |
DEBU[0000] activating libStorage cmd=attach time=1477767257331 | |
DEBU[0000] is local tcp server active port=7979 time=1477767257332 | |
DEBU[0000] not starting embeddded server; already running host=tcp://127.0.0.1:7979 time=1477767257333 | |
DEBU[0000] created scoped scope new=libstorage.client parentScopes=rexray, | |
INFO[0000] configured logging host=tcp://127.0.0.1:7979 libstorage.logging.httpRequests=true libstorage.logging.httpResponses=true libstorage.logging.level=debug time=1477767257337 | |
DEBU[0000] got configured host address host=tcp://127.0.0. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[root@ip-172-31-25-144 rexray]# LIBSTORAGE_LOGGING_HTTPREQUESTS=true LIBSTORAGE_LOGGING_HTTPRESPONSES=true rexray -l debug volume attach builds --service efs | |
INFO[0000] updated log level logLevel=debug | |
DEBU[0000] os.args time=1477767732247 val=[rexray -l debug volume attach builds --service efs] | |
DEBU[0000] activating libStorage cmd=attach time=1477767732247 | |
DEBU[0000] is local tcp server active port=7979 time=1477767732247 | |
DEBU[0000] not starting embeddded server; already running host=tcp://127.0.0.1:7979 time=1477767732248 | |
DEBU[0000] created scoped scope new=libstorage.client parentScopes=rexray, | |
INFO[0000] configured logging host=tcp://127.0.0.1:7979 libstorage.logging.httpRequests=true libstorage.logging.httpResponses=true libstorage.logging.level=debug time=1477767732253 | |
DEBU[0000] got configured host address host=tcp://127.0.0. |