Skip to content

Instantly share code, notes, and snippets.

@viktor-evdokimov
Created May 31, 2016 23:03
Show Gist options
  • Save viktor-evdokimov/00967e3f0469130a42549a2e9680cd7c to your computer and use it in GitHub Desktop.
Save viktor-evdokimov/00967e3f0469130a42549a2e9680cd7c to your computer and use it in GitHub Desktop.
+ case "$(lsb_release -si)" in
++ lsb_release -si
+ export DOKKU_DISTRO=ubuntu
+ DOKKU_DISTRO=ubuntu
+ export DOKKU_IMAGE=gliderlabs/herokuish
+ DOKKU_IMAGE=gliderlabs/herokuish
+ export DOKKU_LIB_ROOT=/var/lib/dokku
+ DOKKU_LIB_ROOT=/var/lib/dokku
+ export PLUGIN_PATH=/var/lib/dokku/plugins
+ PLUGIN_PATH=/var/lib/dokku/plugins
+ export PLUGIN_AVAILABLE_PATH=/var/lib/dokku/plugins/available
+ PLUGIN_AVAILABLE_PATH=/var/lib/dokku/plugins/available
+ export PLUGIN_ENABLED_PATH=/var/lib/dokku/plugins/enabled
+ PLUGIN_ENABLED_PATH=/var/lib/dokku/plugins/enabled
+ export PLUGIN_CORE_PATH=/var/lib/dokku/core-plugins
+ PLUGIN_CORE_PATH=/var/lib/dokku/core-plugins
+ export PLUGIN_CORE_AVAILABLE_PATH=/var/lib/dokku/core-plugins/available
+ PLUGIN_CORE_AVAILABLE_PATH=/var/lib/dokku/core-plugins/available
+ export PLUGIN_CORE_ENABLED_PATH=/var/lib/dokku/core-plugins/enabled
+ PLUGIN_CORE_ENABLED_PATH=/var/lib/dokku/core-plugins/enabled
+ export DOKKU_API_VERSION=1
+ DOKKU_API_VERSION=1
+ export DOKKU_NOT_IMPLEMENTED_EXIT=10
+ DOKKU_NOT_IMPLEMENTED_EXIT=10
+ export DOKKU_VALID_EXIT=0
+ DOKKU_VALID_EXIT=0
+ export DOKKU_LOGS_DIR=/var/log/dokku
+ DOKKU_LOGS_DIR=/var/log/dokku
+ export DOKKU_EVENTS_LOGFILE=/var/log/dokku/events.log
+ DOKKU_EVENTS_LOGFILE=/var/log/dokku/events.log
+ export DOKKU_CONTAINER_LABEL=dokku
+ DOKKU_CONTAINER_LABEL=dokku
+ export DOKKU_GLOBAL_RUN_ARGS=--label=dokku
+ DOKKU_GLOBAL_RUN_ARGS=--label=dokku
+ source /var/lib/dokku/core-plugins/available/common/functions
++ set -eo pipefail
++ [[ -n 1 ]]
++ set -x
+ parse_args git-receive-pack ''\''test-app'\'''
+ declare 'desc=top-level cli arg parser'
+ local next_index=1
+ local skip=false
+ args=("$@")
+ local args
+ for arg in '"$@"'
+ false
+ case "$arg" in
+ local next_index=2
+ for arg in '"$@"'
+ false
+ case "$arg" in
+ local next_index=3
+ return 0
+ args=("$@")
+ [[ git-receive-pack =~ ^--.* ]]
+ has_tty
+ declare 'desc=return 0 if we have a tty'
++ /usr/bin/tty
++ true
+ [[ not a tty == \n\o\t\ \a\ \t\t\y ]]
+ return 1
+ DOKKU_QUIET_OUTPUT=1
++ id -un
+ [[ dokku != \d\o\k\k\u ]]
++ id -un
+ [[ dokku != \r\o\o\t ]]
+ [[ git-receive-pack =~ ^plugin:.* ]]
+ [[ -n git-receive-pack 'test-app' ]]
+ export -n SSH_ORIGINAL_COMMAND
+ [[ git-receive-pack =~ config-* ]]
+ [[ git-receive-pack =~ docker-options* ]]
+ set -f
+ /usr/local/bin/dokku git-receive-pack ''\''test-app'\'''
+ case "$(lsb_release -si)" in
++ lsb_release -si
+ export DOKKU_DISTRO=ubuntu
+ DOKKU_DISTRO=ubuntu
+ export DOKKU_IMAGE=gliderlabs/herokuish
+ DOKKU_IMAGE=gliderlabs/herokuish
+ export DOKKU_LIB_ROOT=/var/lib/dokku
+ DOKKU_LIB_ROOT=/var/lib/dokku
+ export PLUGIN_PATH=/var/lib/dokku/plugins
+ PLUGIN_PATH=/var/lib/dokku/plugins
+ export PLUGIN_AVAILABLE_PATH=/var/lib/dokku/plugins/available
+ PLUGIN_AVAILABLE_PATH=/var/lib/dokku/plugins/available
+ export PLUGIN_ENABLED_PATH=/var/lib/dokku/plugins/enabled
+ PLUGIN_ENABLED_PATH=/var/lib/dokku/plugins/enabled
+ export PLUGIN_CORE_PATH=/var/lib/dokku/core-plugins
+ PLUGIN_CORE_PATH=/var/lib/dokku/core-plugins
+ export PLUGIN_CORE_AVAILABLE_PATH=/var/lib/dokku/core-plugins/available
+ PLUGIN_CORE_AVAILABLE_PATH=/var/lib/dokku/core-plugins/available
+ export PLUGIN_CORE_ENABLED_PATH=/var/lib/dokku/core-plugins/enabled
+ PLUGIN_CORE_ENABLED_PATH=/var/lib/dokku/core-plugins/enabled
+ export DOKKU_API_VERSION=1
+ DOKKU_API_VERSION=1
+ export DOKKU_NOT_IMPLEMENTED_EXIT=10
+ DOKKU_NOT_IMPLEMENTED_EXIT=10
+ export DOKKU_VALID_EXIT=0
+ DOKKU_VALID_EXIT=0
+ export DOKKU_LOGS_DIR=/var/log/dokku
+ DOKKU_LOGS_DIR=/var/log/dokku
+ export DOKKU_EVENTS_LOGFILE=/var/log/dokku/events.log
+ DOKKU_EVENTS_LOGFILE=/var/log/dokku/events.log
+ export DOKKU_CONTAINER_LABEL=dokku
+ DOKKU_CONTAINER_LABEL=dokku
+ export DOKKU_GLOBAL_RUN_ARGS=--label=dokku
+ DOKKU_GLOBAL_RUN_ARGS=--label=dokku
+ source /var/lib/dokku/core-plugins/available/common/functions
++ set -eo pipefail
++ [[ -n 1 ]]
++ set -x
+ parse_args git-receive-pack ''\''test-app'\'''
+ declare 'desc=top-level cli arg parser'
+ local next_index=1
+ local skip=false
+ args=("$@")
+ local args
+ for arg in '"$@"'
+ false
+ case "$arg" in
+ local next_index=2
+ for arg in '"$@"'
+ false
+ case "$arg" in
+ local next_index=3
+ return 0
+ args=("$@")
+ [[ git-receive-pack =~ ^--.* ]]
+ has_tty
+ declare 'desc=return 0 if we have a tty'
++ /usr/bin/tty
++ true
+ [[ not a tty == \n\o\t\ \a\ \t\t\y ]]
+ return 1
+ DOKKU_QUIET_OUTPUT=1
++ id -un
+ [[ dokku != \d\o\k\k\u ]]
++ id -un
+ [[ dokku != \r\o\o\t ]]
+ [[ git-receive-pack =~ ^plugin:.* ]]
+ [[ -n '' ]]
+ dokku_auth git-receive-pack ''\''test-app'\'''
+ declare 'desc=calls user-auth plugin trigger'
+ export SSH_USER=dokku
+ SSH_USER=dokku
+ export SSH_NAME=vittore-imac
+ SSH_NAME=vittore-imac
+ plugn trigger user-auth dokku vittore-imac git-receive-pack ''\''test-app'\'''
+ return 0
+ case "$1" in
+ execute_dokku_cmd git-receive-pack ''\''test-app'\'''
+ declare 'desc=executes dokku sub-commands'
+ local PLUGIN_NAME=git-receive-pack
+ local PLUGIN_CMD=git-receive-pack
+ local implemented=0
+ local script
+ argv=("$@")
+ local argv
+ case "$PLUGIN_NAME" in
++ readlink -f /var/lib/dokku/plugins/enabled/git-receive-pack
+ [[ /var/lib/dokku/plugins/enabled/git-receive-pack == *core-plugins* ]]
+ [[ -x /var/lib/dokku/plugins/enabled/git-receive-pack/subcommands/default ]]
+ [[ -x /var/lib/dokku/plugins/enabled/git-receive-pack/subcommands/git-receive-pack ]]
+ [[ -x /var/lib/dokku/plugins/enabled/git-receive-pack/subcommands/git-receive-pack ]]
+ [[ 0 -eq 0 ]]
+ for script in '$PLUGIN_ENABLED_PATH/*/commands'
+ set +e
+ /var/lib/dokku/plugins/enabled/00_dokku-standard/commands git-receive-pack ''\''test-app'\'''
+ exit_code=10
+ set -e
+ [[ 10 -eq 10 ]]
+ continue
+ for script in '$PLUGIN_ENABLED_PATH/*/commands'
+ set +e
+ /var/lib/dokku/plugins/enabled/20_events/commands git-receive-pack ''\''test-app'\'''
+ exit_code=10
+ set -e
+ [[ 10 -eq 10 ]]
+ continue
+ for script in '$PLUGIN_ENABLED_PATH/*/commands'
+ set +e
+ /var/lib/dokku/plugins/enabled/apps/commands git-receive-pack ''\''test-app'\'''
+ exit_code=10
+ set -e
+ [[ 10 -eq 10 ]]
+ continue
+ for script in '$PLUGIN_ENABLED_PATH/*/commands'
+ set +e
+ /var/lib/dokku/plugins/enabled/certs/commands git-receive-pack ''\''test-app'\'''
+ exit_code=10
+ set -e
+ [[ 10 -eq 10 ]]
+ continue
+ for script in '$PLUGIN_ENABLED_PATH/*/commands'
+ set +e
+ /var/lib/dokku/plugins/enabled/checks/commands git-receive-pack ''\''test-app'\'''
+ exit_code=10
+ set -e
+ [[ 10 -eq 10 ]]
+ continue
+ for script in '$PLUGIN_ENABLED_PATH/*/commands'
+ set +e
+ /var/lib/dokku/plugins/enabled/config/commands git-receive-pack ''\''test-app'\'''
+ exit_code=10
+ set -e
+ [[ 10 -eq 10 ]]
+ continue
+ for script in '$PLUGIN_ENABLED_PATH/*/commands'
+ set +e
+ /var/lib/dokku/plugins/enabled/docker-options/commands git-receive-pack ''\''test-app'\'''
+ exit_code=10
+ set -e
+ [[ 10 -eq 10 ]]
+ continue
+ for script in '$PLUGIN_ENABLED_PATH/*/commands'
+ set +e
+ /var/lib/dokku/plugins/enabled/domains/commands git-receive-pack ''\''test-app'\'''
+ exit_code=10
+ set -e
+ [[ 10 -eq 10 ]]
+ continue
+ for script in '$PLUGIN_ENABLED_PATH/*/commands'
+ set +e
+ /var/lib/dokku/plugins/enabled/enter/commands git-receive-pack ''\''test-app'\'''
+ exit_code=10
+ set -e
+ [[ 10 -eq 10 ]]
+ continue
+ for script in '$PLUGIN_ENABLED_PATH/*/commands'
+ set +e
+ /var/lib/dokku/plugins/enabled/git/commands git-receive-pack ''\''test-app'\'''
+ source /var/lib/dokku/core-plugins/available/common/functions
++ set -eo pipefail
++ [[ -n 1 ]]
++ set -x
+ source /var/lib/dokku/plugins/available/apps/functions
++ set -eo pipefail
++ [[ -n 1 ]]
++ set -x
++ source /var/lib/dokku/core-plugins/available/common/functions
+++ set -eo pipefail
+++ [[ -n 1 ]]
+++ set -x
+ source /var/lib/dokku/plugins/available/config/functions
++ set -eo pipefail
++ [[ -n 1 ]]
++ set -x
++ source /var/lib/dokku/core-plugins/available/common/functions
+++ set -eo pipefail
+++ [[ -n 1 ]]
+++ set -x
+ case "$1" in
+ git_glob_cmd git-receive-pack ''\''test-app'\'''
+ declare 'desc=catch-all for any other git-* commands'
+ local 'cmd=git-*'
++ echo ''\''test-app'\'''
++ perl -pe 's/(?<!\\)'\''//g'
++ sed 's/\\'\''/'\''/g'
++ sed 's/^\///g'
+ local APP=test-app
+ local APP_PATH=/home/dokku/test-app
+ [[ git-receive-pack == \g\i\t\-\r\e\c\e\i\v\e\-\p\a\c\k ]]
+ [[ ! -d /home/dokku/test-app/refs ]]
+ [[ git-receive-pack == \g\i\t\-\r\e\c\e\i\v\e\-\p\a\c\k ]]
+ local 'args=git-receive-pack '\''/home/dokku/test-app'\'''
+ git-shell -c 'git-receive-pack '\''/home/dokku/test-app'\'''
remote: + case "$(lsb_release -si)" in
remote: ++ lsb_release -si
remote: + export DOKKU_DISTRO=ubuntu
remote: + DOKKU_DISTRO=ubuntu
remote: + export DOKKU_IMAGE=gliderlabs/herokuish
remote: + DOKKU_IMAGE=gliderlabs/herokuish
remote: + export DOKKU_LIB_ROOT=/var/lib/dokku
remote: + DOKKU_LIB_ROOT=/var/lib/dokku
remote: + export PLUGIN_PATH=/var/lib/dokku/plugins
remote: + PLUGIN_PATH=/var/lib/dokku/plugins
remote: + export PLUGIN_AVAILABLE_PATH=/var/lib/dokku/plugins/available
remote: + PLUGIN_AVAILABLE_PATH=/var/lib/dokku/plugins/available
remote: + export PLUGIN_ENABLED_PATH=/var/lib/dokku/plugins/enabled
remote: + PLUGIN_ENABLED_PATH=/var/lib/dokku/plugins/enabled
remote: + export PLUGIN_CORE_PATH=/var/lib/dokku/core-plugins
remote: + PLUGIN_CORE_PATH=/var/lib/dokku/core-plugins
remote: + export PLUGIN_CORE_AVAILABLE_PATH=/var/lib/dokku/core-plugins/available
remote: + PLUGIN_CORE_AVAILABLE_PATH=/var/lib/dokku/core-plugins/available
remote: + export PLUGIN_CORE_ENABLED_PATH=/var/lib/dokku/core-plugins/enabled
remote: + PLUGIN_CORE_ENABLED_PATH=/var/lib/dokku/core-plugins/enabled
remote: + export DOKKU_API_VERSION=1
remote: + DOKKU_API_VERSION=1
remote: + export DOKKU_NOT_IMPLEMENTED_EXIT=10
remote: + DOKKU_NOT_IMPLEMENTED_EXIT=10
remote: + export DOKKU_VALID_EXIT=0
remote: + DOKKU_VALID_EXIT=0
remote: + export DOKKU_LOGS_DIR=/var/log/dokku
remote: + DOKKU_LOGS_DIR=/var/log/dokku
remote: + export DOKKU_EVENTS_LOGFILE=/var/log/dokku/events.log
remote: + DOKKU_EVENTS_LOGFILE=/var/log/dokku/events.log
remote: + export DOKKU_CONTAINER_LABEL=dokku
remote: + DOKKU_CONTAINER_LABEL=dokku
remote: + export DOKKU_GLOBAL_RUN_ARGS=--label=dokku
remote: + DOKKU_GLOBAL_RUN_ARGS=--label=dokku
remote: + source /var/lib/dokku/core-plugins/available/common/functions
remote: ++ set -eo pipefail
remote: ++ [[ -n 1 ]]
remote: ++ set -x
remote: + parse_args git-hook test-app
remote: + declare 'desc=top-level cli arg parser'
remote: + local next_index=1
remote: + local skip=false
remote: + args=("$@")
remote: + local args
remote: + for arg in '"$@"'
remote: + false
remote: + case "$arg" in
remote: + local next_index=2
remote: + for arg in '"$@"'
remote: + false
remote: + case "$arg" in
remote: + local next_index=3
remote: + return 0
remote: + args=("$@")
remote: + [[ git-hook =~ ^--.* ]]
remote: + has_tty
remote: + declare 'desc=return 0 if we have a tty'
remote: ++ /usr/bin/tty
remote: ++ true
remote: + [[ not a tty == \n\o\t\ \a\ \t\t\y ]]
remote: + return 1
remote: + DOKKU_QUIET_OUTPUT=1
remote: ++ id -un
remote: + [[ dokku != \d\o\k\k\u ]]
remote: ++ id -un
remote: + [[ dokku != \r\o\o\t ]]
remote: + [[ git-hook =~ ^plugin:.* ]]
remote: + [[ -n '' ]]
remote: + dokku_auth git-hook test-app
remote: + declare 'desc=calls user-auth plugin trigger'
remote: + export SSH_USER=dokku
remote: + SSH_USER=dokku
remote: + export SSH_NAME=vittore-imac
remote: + SSH_NAME=vittore-imac
remote: + plugn trigger user-auth dokku vittore-imac git-hook test-app
remote: + return 0
remote: + case "$1" in
remote: + execute_dokku_cmd git-hook test-app
remote: + declare 'desc=executes dokku sub-commands'
remote: + local PLUGIN_NAME=git-hook
remote: + local PLUGIN_CMD=git-hook
remote: + local implemented=0
remote: + local script
remote: + argv=("$@")
remote: + local argv
remote: + case "$PLUGIN_NAME" in
remote: ++ readlink -f /var/lib/dokku/plugins/enabled/git-hook
remote: + [[ /var/lib/dokku/plugins/enabled/git-hook == *core-plugins* ]]
remote: + [[ -x /var/lib/dokku/plugins/enabled/git-hook/subcommands/default ]]
remote: + [[ -x /var/lib/dokku/plugins/enabled/git-hook/subcommands/git-hook ]]
remote: + [[ -x /var/lib/dokku/plugins/enabled/git-hook/subcommands/git-hook ]]
remote: + [[ 0 -eq 0 ]]
remote: + for script in '$PLUGIN_ENABLED_PATH/*/commands'
remote: + set +e
remote: + /var/lib/dokku/plugins/enabled/00_dokku-standard/commands git-hook test-app
remote: + exit_code=10
remote: + set -e
remote: + [[ 10 -eq 10 ]]
remote: + continue
remote: + for script in '$PLUGIN_ENABLED_PATH/*/commands'
remote: + set +e
remote: + /var/lib/dokku/plugins/enabled/20_events/commands git-hook test-app
remote: + exit_code=10
remote: + set -e
remote: + [[ 10 -eq 10 ]]
remote: + continue
remote: + for script in '$PLUGIN_ENABLED_PATH/*/commands'
remote: + set +e
remote: + /var/lib/dokku/plugins/enabled/apps/commands git-hook test-app
remote: + exit_code=10
remote: + set -e
remote: + [[ 10 -eq 10 ]]
remote: + continue
remote: + for script in '$PLUGIN_ENABLED_PATH/*/commands'
remote: + set +e
remote: + /var/lib/dokku/plugins/enabled/certs/commands git-hook test-app
remote: + exit_code=10
remote: + set -e
remote: + [[ 10 -eq 10 ]]
remote: + continue
remote: + for script in '$PLUGIN_ENABLED_PATH/*/commands'
remote: + set +e
remote: + /var/lib/dokku/plugins/enabled/checks/commands git-hook test-app
remote: + exit_code=10
remote: + set -e
remote: + [[ 10 -eq 10 ]]
remote: + continue
remote: + for script in '$PLUGIN_ENABLED_PATH/*/commands'
remote: + set +e
remote: + /var/lib/dokku/plugins/enabled/config/commands git-hook test-app
remote: + exit_code=10
remote: + set -e
remote: + [[ 10 -eq 10 ]]
remote: + continue
remote: + for script in '$PLUGIN_ENABLED_PATH/*/commands'
remote: + set +e
remote: + /var/lib/dokku/plugins/enabled/docker-options/commands git-hook test-app
remote: + exit_code=10
remote: + set -e
remote: + [[ 10 -eq 10 ]]
remote: + continue
remote: + for script in '$PLUGIN_ENABLED_PATH/*/commands'
remote: + set +e
remote: + /var/lib/dokku/plugins/enabled/domains/commands git-hook test-app
remote: + exit_code=10
remote: + set -e
remote: + [[ 10 -eq 10 ]]
remote: + continue
remote: + for script in '$PLUGIN_ENABLED_PATH/*/commands'
remote: + set +e
remote: + /var/lib/dokku/plugins/enabled/enter/commands git-hook test-app
remote: + exit_code=10
remote: + set -e
remote: + [[ 10 -eq 10 ]]
remote: + continue
remote: + for script in '$PLUGIN_ENABLED_PATH/*/commands'
remote: + set +e
remote: + /var/lib/dokku/plugins/enabled/git/commands git-hook test-app
remote: + source /var/lib/dokku/core-plugins/available/common/functions
remote: ++ set -eo pipefail
remote: ++ [[ -n 1 ]]
remote: ++ set -x
remote: + source /var/lib/dokku/plugins/available/apps/functions
remote: ++ set -eo pipefail
remote: ++ [[ -n 1 ]]
remote: ++ set -x
remote: ++ source /var/lib/dokku/core-plugins/available/common/functions
remote: +++ set -eo pipefail
remote: +++ [[ -n 1 ]]
remote: +++ set -x
remote: + source /var/lib/dokku/plugins/available/config/functions
remote: ++ set -eo pipefail
remote: ++ [[ -n 1 ]]
remote: ++ set -x
remote: ++ source /var/lib/dokku/core-plugins/available/common/functions
remote: +++ set -eo pipefail
remote: +++ [[ -n 1 ]]
remote: +++ set -x
remote: + case "$1" in
remote: + git_hook_cmd git-hook test-app
remote: + declare 'desc=kick off receive-app trigger from git prereceive hook'
remote: + local cmd=git-hook
remote: + local APP=test-app
remote: + local oldrev newrev refname
remote: + read -r oldrev newrev refname
remote: + [[ refs/heads/master = \r\e\f\s\/\h\e\a\d\s\/\m\a\s\t\e\r ]]
remote: + plugn trigger receive-app test-app 468df864a3ece9fd9e61bfa24acf2d525dcd587e
remote: + source /var/lib/dokku/core-plugins/available/common/functions
remote: ++ set -eo pipefail
remote: ++ [[ -n 1 ]]
remote: ++ set -x
remote: + [[ ! -n '' ]]
remote: + source /var/lib/dokku/core-plugins/available/common/functions
remote: ++ set -eo pipefail
remote: ++ [[ -n 1 ]]
remote: ++ set -x
remote: + git_receive_app test-app 468df864a3ece9fd9e61bfa24acf2d525dcd587e
remote: + declare 'desc=git receive-app plugin trigger'
remote: + local trigger=git_receive_app
remote: + local APP=test-app
remote: + local REV=468df864a3ece9fd9e61bfa24acf2d525dcd587e
remote: + [[ ! -d /home/dokku/test-app/refs ]]
remote: + dokku git-build test-app 468df864a3ece9fd9e61bfa24acf2d525dcd587e
remote: + case "$(lsb_release -si)" in
remote: ++ lsb_release -si
remote: + export DOKKU_DISTRO=ubuntu
remote: + DOKKU_DISTRO=ubuntu
remote: + export DOKKU_IMAGE=gliderlabs/herokuish
remote: + DOKKU_IMAGE=gliderlabs/herokuish
remote: + export DOKKU_LIB_ROOT=/var/lib/dokku
remote: + DOKKU_LIB_ROOT=/var/lib/dokku
remote: + export PLUGIN_PATH=/var/lib/dokku/plugins
remote: + PLUGIN_PATH=/var/lib/dokku/plugins
remote: + export PLUGIN_AVAILABLE_PATH=/var/lib/dokku/plugins/available
remote: + PLUGIN_AVAILABLE_PATH=/var/lib/dokku/plugins/available
remote: + export PLUGIN_ENABLED_PATH=/var/lib/dokku/plugins/enabled
remote: + PLUGIN_ENABLED_PATH=/var/lib/dokku/plugins/enabled
remote: + export PLUGIN_CORE_PATH=/var/lib/dokku/core-plugins
remote: + PLUGIN_CORE_PATH=/var/lib/dokku/core-plugins
remote: + export PLUGIN_CORE_AVAILABLE_PATH=/var/lib/dokku/core-plugins/available
remote: + PLUGIN_CORE_AVAILABLE_PATH=/var/lib/dokku/core-plugins/available
remote: + export PLUGIN_CORE_ENABLED_PATH=/var/lib/dokku/core-plugins/enabled
remote: + PLUGIN_CORE_ENABLED_PATH=/var/lib/dokku/core-plugins/enabled
remote: + export DOKKU_API_VERSION=1
remote: + DOKKU_API_VERSION=1
remote: + export DOKKU_NOT_IMPLEMENTED_EXIT=10
remote: + DOKKU_NOT_IMPLEMENTED_EXIT=10
remote: + export DOKKU_VALID_EXIT=0
remote: + DOKKU_VALID_EXIT=0
remote: + export DOKKU_LOGS_DIR=/var/log/dokku
remote: + DOKKU_LOGS_DIR=/var/log/dokku
remote: + export DOKKU_EVENTS_LOGFILE=/var/log/dokku/events.log
remote: + DOKKU_EVENTS_LOGFILE=/var/log/dokku/events.log
remote: + export DOKKU_CONTAINER_LABEL=dokku
remote: + DOKKU_CONTAINER_LABEL=dokku
remote: + export DOKKU_GLOBAL_RUN_ARGS=--label=dokku
remote: + DOKKU_GLOBAL_RUN_ARGS=--label=dokku
remote: + source /var/lib/dokku/core-plugins/available/common/functions
remote: ++ set -eo pipefail
remote: ++ [[ -n 1 ]]
remote: ++ set -x
remote: + parse_args git-build test-app 468df864a3ece9fd9e61bfa24acf2d525dcd587e
remote: + declare 'desc=top-level cli arg parser'
remote: + local next_index=1
remote: + local skip=false
remote: + args=("$@")
remote: + local args
remote: + for arg in '"$@"'
remote: + false
remote: + case "$arg" in
remote: + local next_index=2
remote: + for arg in '"$@"'
remote: + false
remote: + case "$arg" in
remote: + local next_index=3
remote: + for arg in '"$@"'
remote: + false
remote: + case "$arg" in
remote: + local next_index=4
remote: + return 0
remote: + args=("$@")
remote: + [[ git-build =~ ^--.* ]]
remote: + has_tty
remote: + declare 'desc=return 0 if we have a tty'
remote: ++ /usr/bin/tty
remote: ++ true
remote: + [[ not a tty == \n\o\t\ \a\ \t\t\y ]]
remote: + return 1
remote: + DOKKU_QUIET_OUTPUT=1
remote: ++ id -un
remote: + [[ dokku != \d\o\k\k\u ]]
remote: ++ id -un
remote: + [[ dokku != \r\o\o\t ]]
remote: + [[ git-build =~ ^plugin:.* ]]
remote: + [[ -n '' ]]
remote: + dokku_auth git-build test-app 468df864a3ece9fd9e61bfa24acf2d525dcd587e
remote: + declare 'desc=calls user-auth plugin trigger'
remote: + export SSH_USER=dokku
remote: + SSH_USER=dokku
remote: + export SSH_NAME=vittore-imac
remote: + SSH_NAME=vittore-imac
remote: + plugn trigger user-auth dokku vittore-imac git-build test-app 468df864a3ece9fd9e61bfa24acf2d525dcd587e
remote: + return 0
remote: + case "$1" in
remote: + execute_dokku_cmd git-build test-app 468df864a3ece9fd9e61bfa24acf2d525dcd587e
remote: + declare 'desc=executes dokku sub-commands'
remote: + local PLUGIN_NAME=git-build
remote: + local PLUGIN_CMD=git-build
remote: + local implemented=0
remote: + local script
remote: + argv=("$@")
remote: + local argv
remote: + case "$PLUGIN_NAME" in
remote: ++ readlink -f /var/lib/dokku/plugins/enabled/git-build
remote: + [[ /var/lib/dokku/plugins/enabled/git-build == *core-plugins* ]]
remote: + [[ -x /var/lib/dokku/plugins/enabled/git-build/subcommands/default ]]
remote: + [[ -x /var/lib/dokku/plugins/enabled/git-build/subcommands/git-build ]]
remote: + [[ -x /var/lib/dokku/plugins/enabled/git-build/subcommands/git-build ]]
remote: + [[ 0 -eq 0 ]]
remote: + for script in '$PLUGIN_ENABLED_PATH/*/commands'
remote: + set +e
remote: + /var/lib/dokku/plugins/enabled/00_dokku-standard/commands git-build test-app 468df864a3ece9fd9e61bfa24acf2d525dcd587e
remote: + exit_code=10
remote: + set -e
remote: + [[ 10 -eq 10 ]]
remote: + continue
remote: + for script in '$PLUGIN_ENABLED_PATH/*/commands'
remote: + set +e
remote: + /var/lib/dokku/plugins/enabled/20_events/commands git-build test-app 468df864a3ece9fd9e61bfa24acf2d525dcd587e
remote: + exit_code=10
remote: + set -e
remote: + [[ 10 -eq 10 ]]
remote: + continue
remote: + for script in '$PLUGIN_ENABLED_PATH/*/commands'
remote: + set +e
remote: + /var/lib/dokku/plugins/enabled/apps/commands git-build test-app 468df864a3ece9fd9e61bfa24acf2d525dcd587e
remote: + exit_code=10
remote: + set -e
remote: + [[ 10 -eq 10 ]]
remote: + continue
remote: + for script in '$PLUGIN_ENABLED_PATH/*/commands'
remote: + set +e
remote: + /var/lib/dokku/plugins/enabled/certs/commands git-build test-app 468df864a3ece9fd9e61bfa24acf2d525dcd587e
remote: + exit_code=10
remote: + set -e
remote: + [[ 10 -eq 10 ]]
remote: + continue
remote: + for script in '$PLUGIN_ENABLED_PATH/*/commands'
remote: + set +e
remote: + /var/lib/dokku/plugins/enabled/checks/commands git-build test-app 468df864a3ece9fd9e61bfa24acf2d525dcd587e
remote: + exit_code=10
remote: + set -e
remote: + [[ 10 -eq 10 ]]
remote: + continue
remote: + for script in '$PLUGIN_ENABLED_PATH/*/commands'
remote: + set +e
remote: + /var/lib/dokku/plugins/enabled/config/commands git-build test-app 468df864a3ece9fd9e61bfa24acf2d525dcd587e
remote: + exit_code=10
remote: + set -e
remote: + [[ 10 -eq 10 ]]
remote: + continue
remote: + for script in '$PLUGIN_ENABLED_PATH/*/commands'
remote: + set +e
remote: + /var/lib/dokku/plugins/enabled/docker-options/commands git-build test-app 468df864a3ece9fd9e61bfa24acf2d525dcd587e
remote: + exit_code=10
remote: + set -e
remote: + [[ 10 -eq 10 ]]
remote: + continue
remote: + for script in '$PLUGIN_ENABLED_PATH/*/commands'
remote: + set +e
remote: + /var/lib/dokku/plugins/enabled/domains/commands git-build test-app 468df864a3ece9fd9e61bfa24acf2d525dcd587e
remote: + exit_code=10
remote: + set -e
remote: + [[ 10 -eq 10 ]]
remote: + continue
remote: + for script in '$PLUGIN_ENABLED_PATH/*/commands'
remote: + set +e
remote: + /var/lib/dokku/plugins/enabled/enter/commands git-build test-app 468df864a3ece9fd9e61bfa24acf2d525dcd587e
remote: + exit_code=10
remote: + set -e
remote: + [[ 10 -eq 10 ]]
remote: + continue
remote: + for script in '$PLUGIN_ENABLED_PATH/*/commands'
remote: + set +e
remote: + /var/lib/dokku/plugins/enabled/git/commands git-build test-app 468df864a3ece9fd9e61bfa24acf2d525dcd587e
remote: + source /var/lib/dokku/core-plugins/available/common/functions
remote: ++ set -eo pipefail
remote: ++ [[ -n 1 ]]
remote: ++ set -x
remote: + source /var/lib/dokku/plugins/available/apps/functions
remote: ++ set -eo pipefail
remote: ++ [[ -n 1 ]]
remote: ++ set -x
remote: ++ source /var/lib/dokku/core-plugins/available/common/functions
remote: +++ set -eo pipefail
remote: +++ [[ -n 1 ]]
remote: +++ set -x
remote: + source /var/lib/dokku/plugins/available/config/functions
remote: ++ set -eo pipefail
remote: ++ [[ -n 1 ]]
remote: ++ set -x
remote: ++ source /var/lib/dokku/core-plugins/available/common/functions
remote: +++ set -eo pipefail
remote: +++ [[ -n 1 ]]
remote: +++ set -x
remote: + case "$1" in
remote: + git_build_cmd git-build test-app 468df864a3ece9fd9e61bfa24acf2d525dcd587e
remote: + declare 'desc=lock git-build'
remote: + local cmd=git-build
remote: + local APP=test-app
remote: + local APP_BUILD_LOCK=/home/dokku/test-app/.build.lock
remote: + local 'APP_BUILD_LOCK_MSG=test-app is currently being deployed or locked. Waiting...'
remote: ++ flock -n /home/dokku/test-app/.build.lock true
remote: ++ echo 0
remote: + [[ 0 -ne 0 ]]
remote: + shift 1
remote: + flock -o /home/dokku/test-app/.build.lock dokku git-build-locked test-app 468df864a3ece9fd9e61bfa24acf2d525dcd587e
remote: + case "$(lsb_release -si)" in
remote: ++ lsb_release -si
remote: + export DOKKU_DISTRO=ubuntu
remote: + DOKKU_DISTRO=ubuntu
remote: + export DOKKU_IMAGE=gliderlabs/herokuish
remote: + DOKKU_IMAGE=gliderlabs/herokuish
remote: + export DOKKU_LIB_ROOT=/var/lib/dokku
remote: + DOKKU_LIB_ROOT=/var/lib/dokku
remote: + export PLUGIN_PATH=/var/lib/dokku/plugins
remote: + PLUGIN_PATH=/var/lib/dokku/plugins
remote: + export PLUGIN_AVAILABLE_PATH=/var/lib/dokku/plugins/available
remote: + PLUGIN_AVAILABLE_PATH=/var/lib/dokku/plugins/available
remote: + export PLUGIN_ENABLED_PATH=/var/lib/dokku/plugins/enabled
remote: + PLUGIN_ENABLED_PATH=/var/lib/dokku/plugins/enabled
remote: + export PLUGIN_CORE_PATH=/var/lib/dokku/core-plugins
remote: + PLUGIN_CORE_PATH=/var/lib/dokku/core-plugins
remote: + export PLUGIN_CORE_AVAILABLE_PATH=/var/lib/dokku/core-plugins/available
remote: + PLUGIN_CORE_AVAILABLE_PATH=/var/lib/dokku/core-plugins/available
remote: + export PLUGIN_CORE_ENABLED_PATH=/var/lib/dokku/core-plugins/enabled
remote: + PLUGIN_CORE_ENABLED_PATH=/var/lib/dokku/core-plugins/enabled
remote: + export DOKKU_API_VERSION=1
remote: + DOKKU_API_VERSION=1
remote: + export DOKKU_NOT_IMPLEMENTED_EXIT=10
remote: + DOKKU_NOT_IMPLEMENTED_EXIT=10
remote: + export DOKKU_VALID_EXIT=0
remote: + DOKKU_VALID_EXIT=0
remote: + export DOKKU_LOGS_DIR=/var/log/dokku
remote: + DOKKU_LOGS_DIR=/var/log/dokku
remote: + export DOKKU_EVENTS_LOGFILE=/var/log/dokku/events.log
remote: + DOKKU_EVENTS_LOGFILE=/var/log/dokku/events.log
remote: + export DOKKU_CONTAINER_LABEL=dokku
remote: + DOKKU_CONTAINER_LABEL=dokku
remote: + export DOKKU_GLOBAL_RUN_ARGS=--label=dokku
remote: + DOKKU_GLOBAL_RUN_ARGS=--label=dokku
remote: + source /var/lib/dokku/core-plugins/available/common/functions
remote: ++ set -eo pipefail
remote: ++ [[ -n 1 ]]
remote: ++ set -x
remote: + parse_args git-build-locked test-app 468df864a3ece9fd9e61bfa24acf2d525dcd587e
remote: + declare 'desc=top-level cli arg parser'
remote: + local next_index=1
remote: + local skip=false
remote: + args=("$@")
remote: + local args
remote: + for arg in '"$@"'
remote: + false
remote: + case "$arg" in
remote: + local next_index=2
remote: + for arg in '"$@"'
remote: + false
remote: + case "$arg" in
remote: + local next_index=3
remote: + for arg in '"$@"'
remote: + false
remote: + case "$arg" in
remote: + local next_index=4
remote: + return 0
remote: + args=("$@")
remote: + [[ git-build-locked =~ ^--.* ]]
remote: + has_tty
remote: + declare 'desc=return 0 if we have a tty'
remote: ++ /usr/bin/tty
remote: ++ true
remote: + [[ not a tty == \n\o\t\ \a\ \t\t\y ]]
remote: + return 1
remote: + DOKKU_QUIET_OUTPUT=1
remote: ++ id -un
remote: + [[ dokku != \d\o\k\k\u ]]
remote: ++ id -un
remote: + [[ dokku != \r\o\o\t ]]
remote: + [[ git-build-locked =~ ^plugin:.* ]]
remote: + [[ -n '' ]]
remote: + dokku_auth git-build-locked test-app 468df864a3ece9fd9e61bfa24acf2d525dcd587e
remote: + declare 'desc=calls user-auth plugin trigger'
remote: + export SSH_USER=dokku
remote: + SSH_USER=dokku
remote: + export SSH_NAME=vittore-imac
remote: + SSH_NAME=vittore-imac
remote: + plugn trigger user-auth dokku vittore-imac git-build-locked test-app 468df864a3ece9fd9e61bfa24acf2d525dcd587e
remote: + return 0
remote: + case "$1" in
remote: + execute_dokku_cmd git-build-locked test-app 468df864a3ece9fd9e61bfa24acf2d525dcd587e
remote: + declare 'desc=executes dokku sub-commands'
remote: + local PLUGIN_NAME=git-build-locked
remote: + local PLUGIN_CMD=git-build-locked
remote: + local implemented=0
remote: + local script
remote: + argv=("$@")
remote: + local argv
remote: + case "$PLUGIN_NAME" in
remote: ++ readlink -f /var/lib/dokku/plugins/enabled/git-build-locked
remote: + [[ /var/lib/dokku/plugins/enabled/git-build-locked == *core-plugins* ]]
remote: + [[ -x /var/lib/dokku/plugins/enabled/git-build-locked/subcommands/default ]]
remote: + [[ -x /var/lib/dokku/plugins/enabled/git-build-locked/subcommands/git-build-locked ]]
remote: + [[ -x /var/lib/dokku/plugins/enabled/git-build-locked/subcommands/git-build-locked ]]
remote: + [[ 0 -eq 0 ]]
remote: + for script in '$PLUGIN_ENABLED_PATH/*/commands'
remote: + set +e
remote: + /var/lib/dokku/plugins/enabled/00_dokku-standard/commands git-build-locked test-app 468df864a3ece9fd9e61bfa24acf2d525dcd587e
remote: + exit_code=10
remote: + set -e
remote: + [[ 10 -eq 10 ]]
remote: + continue
remote: + for script in '$PLUGIN_ENABLED_PATH/*/commands'
remote: + set +e
remote: + /var/lib/dokku/plugins/enabled/20_events/commands git-build-locked test-app 468df864a3ece9fd9e61bfa24acf2d525dcd587e
remote: + exit_code=10
remote: + set -e
remote: + [[ 10 -eq 10 ]]
remote: + continue
remote: + for script in '$PLUGIN_ENABLED_PATH/*/commands'
remote: + set +e
remote: + /var/lib/dokku/plugins/enabled/apps/commands git-build-locked test-app 468df864a3ece9fd9e61bfa24acf2d525dcd587e
remote: + exit_code=10
remote: + set -e
remote: + [[ 10 -eq 10 ]]
remote: + continue
remote: + for script in '$PLUGIN_ENABLED_PATH/*/commands'
remote: + set +e
remote: + /var/lib/dokku/plugins/enabled/certs/commands git-build-locked test-app 468df864a3ece9fd9e61bfa24acf2d525dcd587e
remote: + exit_code=10
remote: + set -e
remote: + [[ 10 -eq 10 ]]
remote: + continue
remote: + for script in '$PLUGIN_ENABLED_PATH/*/commands'
remote: + set +e
remote: + /var/lib/dokku/plugins/enabled/checks/commands git-build-locked test-app 468df864a3ece9fd9e61bfa24acf2d525dcd587e
remote: + exit_code=10
remote: + set -e
remote: + [[ 10 -eq 10 ]]
remote: + continue
remote: + for script in '$PLUGIN_ENABLED_PATH/*/commands'
remote: + set +e
remote: + /var/lib/dokku/plugins/enabled/config/commands git-build-locked test-app 468df864a3ece9fd9e61bfa24acf2d525dcd587e
remote: + exit_code=10
remote: + set -e
remote: + [[ 10 -eq 10 ]]
remote: + continue
remote: + for script in '$PLUGIN_ENABLED_PATH/*/commands'
remote: + set +e
remote: + /var/lib/dokku/plugins/enabled/docker-options/commands git-build-locked test-app 468df864a3ece9fd9e61bfa24acf2d525dcd587e
remote: + exit_code=10
remote: + set -e
remote: + [[ 10 -eq 10 ]]
remote: + continue
remote: + for script in '$PLUGIN_ENABLED_PATH/*/commands'
remote: + set +e
remote: + /var/lib/dokku/plugins/enabled/domains/commands git-build-locked test-app 468df864a3ece9fd9e61bfa24acf2d525dcd587e
remote: + exit_code=10
remote: + set -e
remote: + [[ 10 -eq 10 ]]
remote: + continue
remote: + for script in '$PLUGIN_ENABLED_PATH/*/commands'
remote: + set +e
remote: + /var/lib/dokku/plugins/enabled/enter/commands git-build-locked test-app 468df864a3ece9fd9e61bfa24acf2d525dcd587e
remote: + exit_code=10
remote: + set -e
remote: + [[ 10 -eq 10 ]]
remote: + continue
remote: + for script in '$PLUGIN_ENABLED_PATH/*/commands'
remote: + set +e
remote: + /var/lib/dokku/plugins/enabled/git/commands git-build-locked test-app 468df864a3ece9fd9e61bfa24acf2d525dcd587e
remote: + source /var/lib/dokku/core-plugins/available/common/functions
remote: ++ set -eo pipefail
remote: ++ [[ -n 1 ]]
remote: ++ set -x
remote: + source /var/lib/dokku/plugins/available/apps/functions
remote: ++ set -eo pipefail
remote: ++ [[ -n 1 ]]
remote: ++ set -x
remote: ++ source /var/lib/dokku/core-plugins/available/common/functions
remote: +++ set -eo pipefail
remote: +++ [[ -n 1 ]]
remote: +++ set -x
remote: + source /var/lib/dokku/plugins/available/config/functions
remote: ++ set -eo pipefail
remote: ++ [[ -n 1 ]]
remote: ++ set -x
remote: ++ source /var/lib/dokku/core-plugins/available/common/functions
remote: +++ set -eo pipefail
remote: +++ [[ -n 1 ]]
remote: +++ set -x
remote: + case "$1" in
remote: + git_build_locked_cmd git-build-locked test-app 468df864a3ece9fd9e61bfa24acf2d525dcd587e
remote: + declare 'desc=setup and call git_build_app_repo'
remote: + local cmd=git-build-locked
remote: + local APP=test-app
remote: + [[ 3 -ge 3 ]]
remote: + local REF=468df864a3ece9fd9e61bfa24acf2d525dcd587e
remote: + git_build_app_repo test-app 468df864a3ece9fd9e61bfa24acf2d525dcd587e
remote: + declare 'desc=builds local git app repo for app'
remote: + verify_app_name test-app
remote: + declare 'desc=verify app name format and app existence'
remote: + local APP=test-app
remote: + [[ ! -n test-app ]]
remote: + [[ ! test-app =~ ^[a-z].* ]]
remote: + [[ ! -d /home/dokku/test-app ]]
remote: + return 0
remote: + local APP=test-app
remote: + local REV=468df864a3ece9fd9e61bfa24acf2d525dcd587e
remote: ++ mktemp -d -t dokku_git.XXXX
remote: + local TMP_WORK_DIR=/tmp/dokku_git.QYBf
remote: + trap 'rm -rf "$TMP_WORK_DIR" > /dev/null' RETURN INT TERM EXIT
remote: + local TMP_TAG=dokku/468df864a3ece9fd9e61bfa24acf2d525dcd587e
remote: + chmod 755 /tmp/dokku_git.QYBf
remote: + unset GIT_DIR GIT_WORK_TREE
remote: + pushd /tmp/dokku_git.QYBf
remote: + [[ ! -d /home/dokku/test-app ]]
remote: + GIT_DIR=/home/dokku/test-app
remote: + git tag -d dokku/468df864a3ece9fd9e61bfa24acf2d525dcd587e
remote: + true
remote: + GIT_DIR=/home/dokku/test-app
remote: + git tag dokku/468df864a3ece9fd9e61bfa24acf2d525dcd587e 468df864a3ece9fd9e61bfa24acf2d525dcd587e
remote: + git init
remote: + git config advice.detachedHead false
remote: + git remote add origin /home/dokku/test-app
remote: + git fetch --depth=1 origin refs/tags/dokku/468df864a3ece9fd9e61bfa24acf2d525dcd587e
remote: + git reset --hard FETCH_HEAD
remote: + git submodule update --init --recursive
remote: + GIT_DIR=/home/dokku/test-app
remote: + git tag -d dokku/468df864a3ece9fd9e61bfa24acf2d525dcd587e
remote: + find -name .git -prune -exec rm -rf '{}' ';'
remote: + [[ -f Dockerfile ]]
remote: + plugn trigger pre-receive-app test-app herokuish /tmp/dokku_git.QYBf 468df864a3ece9fd9e61bfa24acf2d525dcd587e
remote: + source /var/lib/dokku/core-plugins/available/common/functions
remote: ++ set -eo pipefail
remote: ++ [[ -n 1 ]]
remote: ++ set -x
remote: + [[ ! -n '' ]]
remote: + dokku receive test-app herokuish /tmp/dokku_git.QYBf
remote: + sed -u 's/^//'
remote: + case "$(lsb_release -si)" in
remote: ++ lsb_release -si
remote: + export DOKKU_DISTRO=ubuntu
remote: + DOKKU_DISTRO=ubuntu
remote: + export DOKKU_IMAGE=gliderlabs/herokuish
remote: + DOKKU_IMAGE=gliderlabs/herokuish
remote: + export DOKKU_LIB_ROOT=/var/lib/dokku
remote: + DOKKU_LIB_ROOT=/var/lib/dokku
remote: + export PLUGIN_PATH=/var/lib/dokku/plugins
remote: + PLUGIN_PATH=/var/lib/dokku/plugins
remote: + export PLUGIN_AVAILABLE_PATH=/var/lib/dokku/plugins/available
remote: + PLUGIN_AVAILABLE_PATH=/var/lib/dokku/plugins/available
remote: + export PLUGIN_ENABLED_PATH=/var/lib/dokku/plugins/enabled
remote: + PLUGIN_ENABLED_PATH=/var/lib/dokku/plugins/enabled
remote: + export PLUGIN_CORE_PATH=/var/lib/dokku/core-plugins
remote: + PLUGIN_CORE_PATH=/var/lib/dokku/core-plugins
remote: + export PLUGIN_CORE_AVAILABLE_PATH=/var/lib/dokku/core-plugins/available
remote: + PLUGIN_CORE_AVAILABLE_PATH=/var/lib/dokku/core-plugins/available
remote: + export PLUGIN_CORE_ENABLED_PATH=/var/lib/dokku/core-plugins/enabled
remote: + PLUGIN_CORE_ENABLED_PATH=/var/lib/dokku/core-plugins/enabled
remote: + export DOKKU_API_VERSION=1
remote: + DOKKU_API_VERSION=1
remote: + export DOKKU_NOT_IMPLEMENTED_EXIT=10
remote: + DOKKU_NOT_IMPLEMENTED_EXIT=10
remote: + export DOKKU_VALID_EXIT=0
remote: + DOKKU_VALID_EXIT=0
remote: + export DOKKU_LOGS_DIR=/var/log/dokku
remote: + DOKKU_LOGS_DIR=/var/log/dokku
remote: + export DOKKU_EVENTS_LOGFILE=/var/log/dokku/events.log
remote: + DOKKU_EVENTS_LOGFILE=/var/log/dokku/events.log
remote: + export DOKKU_CONTAINER_LABEL=dokku
remote: + DOKKU_CONTAINER_LABEL=dokku
remote: + export DOKKU_GLOBAL_RUN_ARGS=--label=dokku
remote: + DOKKU_GLOBAL_RUN_ARGS=--label=dokku
remote: + source /var/lib/dokku/core-plugins/available/common/functions
remote: ++ set -eo pipefail
remote: ++ [[ -n 1 ]]
remote: ++ set -x
remote: + parse_args receive test-app herokuish /tmp/dokku_git.QYBf
remote: + declare 'desc=top-level cli arg parser'
remote: + local next_index=1
remote: + local skip=false
remote: + args=("$@")
remote: + local args
remote: + for arg in '"$@"'
remote: + false
remote: + case "$arg" in
remote: + local next_index=2
remote: + for arg in '"$@"'
remote: + false
remote: + case "$arg" in
remote: + local next_index=3
remote: + for arg in '"$@"'
remote: + false
remote: + case "$arg" in
remote: + local next_index=4
remote: + for arg in '"$@"'
remote: + false
remote: + case "$arg" in
remote: + local next_index=5
remote: + return 0
remote: + args=("$@")
remote: + [[ receive =~ ^--.* ]]
remote: + has_tty
remote: + declare 'desc=return 0 if we have a tty'
remote: ++ /usr/bin/tty
remote: ++ true
remote: + [[ not a tty == \n\o\t\ \a\ \t\t\y ]]
remote: + return 1
remote: + DOKKU_QUIET_OUTPUT=1
remote: ++ id -un
remote: + [[ dokku != \d\o\k\k\u ]]
remote: ++ id -un
remote: + [[ dokku != \r\o\o\t ]]
remote: + [[ receive =~ ^plugin:.* ]]
remote: + [[ -n '' ]]
remote: + dokku_auth receive test-app herokuish /tmp/dokku_git.QYBf
remote: + declare 'desc=calls user-auth plugin trigger'
remote: + export SSH_USER=dokku
remote: + SSH_USER=dokku
remote: + export SSH_NAME=vittore-imac
remote: + SSH_NAME=vittore-imac
remote: + plugn trigger user-auth dokku vittore-imac receive test-app herokuish /tmp/dokku_git.QYBf
remote: + return 0
remote: + case "$1" in
remote: + execute_dokku_cmd receive test-app herokuish /tmp/dokku_git.QYBf
remote: + declare 'desc=executes dokku sub-commands'
remote: + local PLUGIN_NAME=receive
remote: + local PLUGIN_CMD=receive
remote: + local implemented=0
remote: + local script
remote: + argv=("$@")
remote: + local argv
remote: + case "$PLUGIN_NAME" in
remote: + local PLUGIN_NAME=00_dokku-standard
remote: ++ readlink -f /var/lib/dokku/plugins/enabled/00_dokku-standard
remote: + [[ /var/lib/dokku/core-plugins/available/00_dokku-standard == *core-plugins* ]]
remote: + [[ receive == \r\e\c\e\i\v\e ]]
remote: + shift 1
remote: + [[ ! -z '' ]]
remote: + set -- receive test-app herokuish /tmp/dokku_git.QYBf
remote: + [[ -x /var/lib/dokku/plugins/enabled/00_dokku-standard/subcommands/default ]]
remote: + [[ -x /var/lib/dokku/plugins/enabled/00_dokku-standard/subcommands/receive ]]
remote: + /var/lib/dokku/plugins/enabled/00_dokku-standard/subcommands/receive receive test-app herokuish /tmp/dokku_git.QYBf
remote: + source /var/lib/dokku/core-plugins/available/common/functions
remote: ++ set -eo pipefail
remote: ++ [[ -n 1 ]]
remote: ++ set -x
remote: + source /var/lib/dokku/plugins/available/config/functions
remote: ++ set -eo pipefail
remote: ++ [[ -n 1 ]]
remote: ++ set -x
remote: ++ source /var/lib/dokku/core-plugins/available/common/functions
remote: +++ set -eo pipefail
remote: +++ [[ -n 1 ]]
remote: +++ set -x
remote: + dokku_receive_cmd receive test-app herokuish /tmp/dokku_git.QYBf
remote: + declare 'desc=receives an app kicks off deploy process'
remote: + local cmd=receive
remote: + local APP=test-app
remote: ++ get_app_image_name test-app
remote: ++ declare 'desc=return image identifier for a given app, tag tuple. validate if tag is presented'
remote: ++ local APP=test-app
remote: ++ local IMAGE_TAG=
remote: +++ get_app_image_repo test-app
remote: +++ declare 'desc=central definition of image repo pattern'
remote: +++ local APP=test-app
remote: +++ local IMAGE_REPO=dokku/test-app
remote: +++ [[ -z test-app ]]
remote: +++ echo dokku/test-app
remote: ++ local IMAGE_REPO=dokku/test-app
remote: ++ [[ -z test-app ]]
remote: ++ [[ -n '' ]]
remote: ++ local IMAGE=dokku/test-app:latest
remote: ++ echo dokku/test-app:latest
remote: + local IMAGE=dokku/test-app:latest
remote: + local IMAGE_SOURCE_TYPE=herokuish
remote: + local TMP_WORK_DIR=/tmp/dokku_git.QYBf
remote: + [[ -z '' ]]
remote: + dokku_log_info1 'Cleaning up...'
remote: + declare 'desc=log info1 formatter'
remote: + echo '-----> Cleaning up...'
remote: -----> Cleaning up...
remote: + docker_cleanup
remote: + declare 'desc=cleans up all exited/dead containers and removes all dangling images'
remote: ++ docker ps -a -f status=exited -f label=dokku -q
remote: + docker rm 00c463576707 b5da9562b7f9 64da01569bdc 2a9b20960b12
remote: ++ docker ps -a -f status=dead -f label=dokku -q
remote: + docker rm
remote: + true
remote: + dokku_log_info1 'Building test-app from herokuish...'
remote: + declare 'desc=log info1 formatter'
remote: + echo '-----> Building test-app from herokuish...'
remote: + config_set --no-restart test-app DOKKU_APP_TYPE=herokuish
remote: -----> Building test-app from herokuish...
remote: ++ docker images -f dangling=true -q
remote: + docker rmi 1a57f6baba55 e9327e3ddd4d 65dffd471e7e
remote: + dokku build test-app herokuish /tmp/dokku_git.QYBf
remote: + case "$(lsb_release -si)" in
remote: ++ lsb_release -si
remote: + export DOKKU_DISTRO=ubuntu
remote: + DOKKU_DISTRO=ubuntu
remote: + export DOKKU_IMAGE=gliderlabs/herokuish
remote: + DOKKU_IMAGE=gliderlabs/herokuish
remote: + export DOKKU_LIB_ROOT=/var/lib/dokku
remote: + DOKKU_LIB_ROOT=/var/lib/dokku
remote: + export PLUGIN_PATH=/var/lib/dokku/plugins
remote: + PLUGIN_PATH=/var/lib/dokku/plugins
remote: + export PLUGIN_AVAILABLE_PATH=/var/lib/dokku/plugins/available
remote: + PLUGIN_AVAILABLE_PATH=/var/lib/dokku/plugins/available
remote: + export PLUGIN_ENABLED_PATH=/var/lib/dokku/plugins/enabled
remote: + PLUGIN_ENABLED_PATH=/var/lib/dokku/plugins/enabled
remote: + export PLUGIN_CORE_PATH=/var/lib/dokku/core-plugins
remote: + PLUGIN_CORE_PATH=/var/lib/dokku/core-plugins
remote: + export PLUGIN_CORE_AVAILABLE_PATH=/var/lib/dokku/core-plugins/available
remote: + PLUGIN_CORE_AVAILABLE_PATH=/var/lib/dokku/core-plugins/available
remote: + export PLUGIN_CORE_ENABLED_PATH=/var/lib/dokku/core-plugins/enabled
remote: + PLUGIN_CORE_ENABLED_PATH=/var/lib/dokku/core-plugins/enabled
remote: + export DOKKU_API_VERSION=1
remote: + DOKKU_API_VERSION=1
remote: + export DOKKU_NOT_IMPLEMENTED_EXIT=10
remote: + DOKKU_NOT_IMPLEMENTED_EXIT=10
remote: + export DOKKU_VALID_EXIT=0
remote: + DOKKU_VALID_EXIT=0
remote: + export DOKKU_LOGS_DIR=/var/log/dokku
remote: + DOKKU_LOGS_DIR=/var/log/dokku
remote: + export DOKKU_EVENTS_LOGFILE=/var/log/dokku/events.log
remote: + DOKKU_EVENTS_LOGFILE=/var/log/dokku/events.log
remote: + export DOKKU_CONTAINER_LABEL=dokku
remote: + DOKKU_CONTAINER_LABEL=dokku
remote: + export DOKKU_GLOBAL_RUN_ARGS=--label=dokku
remote: + DOKKU_GLOBAL_RUN_ARGS=--label=dokku
remote: + source /var/lib/dokku/core-plugins/available/common/functions
remote: ++ set -eo pipefail
remote: ++ [[ -n 1 ]]
remote: ++ set -x
remote: + parse_args build test-app herokuish /tmp/dokku_git.QYBf
remote: + declare 'desc=top-level cli arg parser'
remote: + local next_index=1
remote: + local skip=false
remote: + args=("$@")
remote: + local args
remote: + for arg in '"$@"'
remote: + false
remote: + case "$arg" in
remote: + local next_index=2
remote: + for arg in '"$@"'
remote: + false
remote: + case "$arg" in
remote: + local next_index=3
remote: + for arg in '"$@"'
remote: + false
remote: + case "$arg" in
remote: + local next_index=4
remote: + for arg in '"$@"'
remote: + false
remote: + case "$arg" in
remote: + local next_index=5
remote: + return 0
remote: + args=("$@")
remote: + [[ build =~ ^--.* ]]
remote: + has_tty
remote: + declare 'desc=return 0 if we have a tty'
remote: ++ /usr/bin/tty
remote: ++ true
remote: + [[ not a tty == \n\o\t\ \a\ \t\t\y ]]
remote: + return 1
remote: + DOKKU_QUIET_OUTPUT=1
remote: ++ id -un
remote: + [[ dokku != \d\o\k\k\u ]]
remote: ++ id -un
remote: + [[ dokku != \r\o\o\t ]]
remote: + [[ build =~ ^plugin:.* ]]
remote: + [[ -n '' ]]
remote: + dokku_auth build test-app herokuish /tmp/dokku_git.QYBf
remote: + declare 'desc=calls user-auth plugin trigger'
remote: + export SSH_USER=dokku
remote: + SSH_USER=dokku
remote: + export SSH_NAME=vittore-imac
remote: + SSH_NAME=vittore-imac
remote: + plugn trigger user-auth dokku vittore-imac build test-app herokuish /tmp/dokku_git.QYBf
remote: + return 0
remote: + case "$1" in
remote: + execute_dokku_cmd build test-app herokuish /tmp/dokku_git.QYBf
remote: + declare 'desc=executes dokku sub-commands'
remote: + local PLUGIN_NAME=build
remote: + local PLUGIN_CMD=build
remote: + local implemented=0
remote: + local script
remote: + argv=("$@")
remote: + local argv
remote: + case "$PLUGIN_NAME" in
remote: + local PLUGIN_NAME=00_dokku-standard
remote: ++ readlink -f /var/lib/dokku/plugins/enabled/00_dokku-standard
remote: + [[ /var/lib/dokku/core-plugins/available/00_dokku-standard == *core-plugins* ]]
remote: + [[ build == \b\u\i\l\d ]]
remote: + shift 1
remote: + [[ ! -z '' ]]
remote: + set -- build test-app herokuish /tmp/dokku_git.QYBf
remote: + [[ -x /var/lib/dokku/plugins/enabled/00_dokku-standard/subcommands/default ]]
remote: + [[ -x /var/lib/dokku/plugins/enabled/00_dokku-standard/subcommands/build ]]
remote: + /var/lib/dokku/plugins/enabled/00_dokku-standard/subcommands/build build test-app herokuish /tmp/dokku_git.QYBf
remote: + source /var/lib/dokku/core-plugins/available/common/functions
remote: ++ set -eo pipefail
remote: ++ [[ -n 1 ]]
remote: ++ set -x
remote: + source /var/lib/dokku/plugins/available/config/functions
remote: ++ set -eo pipefail
remote: ++ [[ -n 1 ]]
remote: ++ set -x
remote: ++ source /var/lib/dokku/core-plugins/available/common/functions
remote: +++ set -eo pipefail
remote: +++ [[ -n 1 ]]
remote: +++ set -x
remote: + dokku_build_cmd build test-app herokuish /tmp/dokku_git.QYBf
remote: + declare 'desc=build phase'
remote: + local cmd=build
remote: + local APP=test-app
remote: + local IMAGE_SOURCE_TYPE=herokuish
remote: + local TMP_WORK_DIR=/tmp/dokku_git.QYBf
remote: ++ get_app_image_name test-app
remote: ++ declare 'desc=return image identifier for a given app, tag tuple. validate if tag is presented'
remote: ++ local APP=test-app
remote: ++ local IMAGE_TAG=
remote: +++ get_app_image_repo test-app
remote: +++ declare 'desc=central definition of image repo pattern'
remote: +++ local APP=test-app
remote: +++ local IMAGE_REPO=dokku/test-app
remote: +++ [[ -z test-app ]]
remote: +++ echo dokku/test-app
remote: ++ local IMAGE_REPO=dokku/test-app
remote: ++ [[ -z test-app ]]
remote: ++ [[ -n '' ]]
remote: ++ local IMAGE=dokku/test-app:latest
remote: ++ echo dokku/test-app:latest
remote: + local IMAGE=dokku/test-app:latest
remote: + verify_app_name test-app
remote: + declare 'desc=verify app name format and app existence'
remote: + local APP=test-app
remote: + [[ ! -n test-app ]]
remote: + [[ ! test-app =~ ^[a-z].* ]]
remote: + [[ ! -d /home/dokku/test-app ]]
remote: + return 0
remote: + local CACHE_DIR=/home/dokku/test-app/cache
remote: ++ config_export app test-app
remote: ++ declare 'desc=returns export command for config variable of specified type (app/global)'
remote: ++ local CONFIG_TYPE=app
remote: ++ local APP=test-app
remote: ++ local ENV_FILE=/home/dokku/test-app/ENV
remote: ++ [[ app == \g\l\o\b\a\l ]]
remote: ++ [[ ! -f /home/dokku/test-app/ENV ]]
remote: ++ [[ ! -s /home/dokku/test-app/ENV ]]
remote: +++ grep -Eo 'export ([a-zA-Z_][a-zA-Z0-9_]*=.*)' /home/dokku/test-app/ENV
remote: +++ cut '-d ' -f2-
remote: ++ local 'VARS=DOKKU_APP_TYPE='\''herokuish'\'''
remote: ++ echo 'DOKKU_APP_TYPE='\''herokuish'\'''
remote: ++ awk '{print "export " $0}'
remote: ++ return 0
remote: + eval 'export DOKKU_APP_TYPE='\''herokuish'\'''
remote: ++ export DOKKU_APP_TYPE=herokuish
remote: ++ DOKKU_APP_TYPE=herokuish
remote: + pushd /tmp/dokku_git.QYBf
remote: + case "$IMAGE_SOURCE_TYPE" in
remote: ++ tar -c .
remote: ++ docker run --label=dokku -i -a stdin gliderlabs/herokuish /bin/bash -c 'mkdir -p /app && tar -xC /app'
remote: + local id=d2defdacb1071e05bd9468a9a2b4b95713723cab0e6d6b1bbfe3b34cb842c147
remote: ++ docker wait d2defdacb1071e05bd9468a9a2b4b95713723cab0e6d6b1bbfe3b34cb842c147
remote: + test 0 -eq 0
remote: + docker commit d2defdacb1071e05bd9468a9a2b4b95713723cab0e6d6b1bbfe3b34cb842c147 dokku/test-app:latest
remote: + [[ -d /home/dokku/test-app/cache ]]
remote: + plugn trigger pre-build-buildpack test-app
remote: + source /var/lib/dokku/core-plugins/available/common/functions
remote: ++ set -eo pipefail
remote: ++ [[ -n 1 ]]
remote: ++ set -x
remote: + [[ ! -n '' ]]
remote: + source /var/lib/dokku/core-plugins/available/common/functions
remote: ++ set -eo pipefail
remote: ++ [[ -n 1 ]]
remote: ++ set -x
remote: + source /var/lib/dokku/plugins/available/config/functions
remote: ++ set -eo pipefail
remote: ++ [[ -n 1 ]]
remote: ++ set -x
remote: ++ source /var/lib/dokku/core-plugins/available/common/functions
remote: +++ set -eo pipefail
remote: +++ [[ -n 1 ]]
remote: +++ set -x
remote: + build_env_pre_build_buildpack test-app
remote: + declare 'desc=build-env pre-build-buildpack plugin trigger'
remote: + local trigger=build_env_pre_build_buildpack
remote: + local APP=test-app
remote: ++ get_app_image_name test-app
remote: ++ declare 'desc=return image identifier for a given app, tag tuple. validate if tag is presented'
remote: ++ local APP=test-app
remote: ++ local IMAGE_TAG=
remote: +++ get_app_image_repo test-app
remote: +++ declare 'desc=central definition of image repo pattern'
remote: +++ local APP=test-app
remote: +++ local IMAGE_REPO=dokku/test-app
remote: +++ [[ -z test-app ]]
remote: +++ echo dokku/test-app
remote: ++ local IMAGE_REPO=dokku/test-app
remote: ++ [[ -z test-app ]]
remote: ++ [[ -n '' ]]
remote: ++ local IMAGE=dokku/test-app:latest
remote: ++ echo dokku/test-app:latest
remote: + local IMAGE=dokku/test-app:latest
remote: + local BUILD_ENV=
remote: + verify_app_name test-app
remote: + declare 'desc=verify app name format and app existence'
remote: + local APP=test-app
remote: + [[ ! -n test-app ]]
remote: + [[ ! test-app =~ ^[a-z].* ]]
remote: + [[ ! -d /home/dokku/test-app ]]
remote: + return 0
remote: ++ config_get --global CURL_CONNECT_TIMEOUT
remote: ++ declare 'desc=get value of given config var'
remote: ++ [[ --global == \c\o\n\f\i\g\:\g\e\t ]]
remote: ++ set -- config:get --global CURL_CONNECT_TIMEOUT
remote: ++ config_parse_args config:get --global CURL_CONNECT_TIMEOUT
remote: ++ declare 'desc=parse config plugin args'
remote: ++ unset APP ENV_FILE DOKKU_CONFIG_TYPE DOKKU_CONFIG_RESTART
remote: ++ case "$2" in
remote: ++ ENV_FILE=/home/dokku/ENV
remote: ++ DOKKU_CONFIG_TYPE=global
remote: ++ DOKKU_CONFIG_RESTART=false
remote: ++ APP=test-app
remote: ++ ENV_FILE=/home/dokku/ENV
remote: ++ DOKKU_CONFIG_TYPE=global
remote: ++ DOKKU_CONFIG_RESTART=false
remote: ++ [[ global = \a\p\p ]]
remote: ++ export APP ENV_FILE DOKKU_CONFIG_TYPE DOKKU_CONFIG_RESTART
remote: ++ [[ -z CURL_CONNECT_TIMEOUT ]]
remote: ++ config_create /home/dokku/ENV
remote: ++ declare 'desc=create config env file'
remote: ++ local ENV_FILE=/home/dokku/ENV
remote: ++ [[ -f /home/dokku/ENV ]]
remote: ++ [[ ! -s /home/dokku/ENV ]]
remote: ++ local KEY=CURL_CONNECT_TIMEOUT
remote: ++ grep -Eo 'export ([a-zA-Z_][a-zA-Z0-9_]*=.*)' /home/dokku/ENV
remote: ++ grep '^export CURL_CONNECT_TIMEOUT='
remote: ++ cut -d= -f2-
remote: ++ sed -e 's/^'\''//' -e 's/'\''$//'
remote: + [[ -z 5 ]]
remote: ++ config_get --global CURL_TIMEOUT
remote: ++ declare 'desc=get value of given config var'
remote: ++ [[ --global == \c\o\n\f\i\g\:\g\e\t ]]
remote: ++ set -- config:get --global CURL_TIMEOUT
remote: ++ config_parse_args config:get --global CURL_TIMEOUT
remote: ++ declare 'desc=parse config plugin args'
remote: ++ unset APP ENV_FILE DOKKU_CONFIG_TYPE DOKKU_CONFIG_RESTART
remote: ++ case "$2" in
remote: ++ ENV_FILE=/home/dokku/ENV
remote: ++ DOKKU_CONFIG_TYPE=global
remote: ++ DOKKU_CONFIG_RESTART=false
remote: ++ APP=test-app
remote: ++ ENV_FILE=/home/dokku/ENV
remote: ++ DOKKU_CONFIG_TYPE=global
remote: ++ DOKKU_CONFIG_RESTART=false
remote: ++ [[ global = \a\p\p ]]
remote: ++ export APP ENV_FILE DOKKU_CONFIG_TYPE DOKKU_CONFIG_RESTART
remote: ++ [[ -z CURL_TIMEOUT ]]
remote: ++ config_create /home/dokku/ENV
remote: ++ declare 'desc=create config env file'
remote: ++ local ENV_FILE=/home/dokku/ENV
remote: ++ [[ -f /home/dokku/ENV ]]
remote: ++ [[ ! -s /home/dokku/ENV ]]
remote: ++ local KEY=CURL_TIMEOUT
remote: ++ grep -Eo 'export ([a-zA-Z_][a-zA-Z0-9_]*=.*)' /home/dokku/ENV
remote: ++ grep '^export CURL_TIMEOUT='
remote: ++ cut -d= -f2-
remote: ++ sed -e 's/^'\''//' -e 's/'\''$//'
remote: + [[ -z 30 ]]
remote: ++ config_export global
remote: ++ declare 'desc=returns export command for config variable of specified type (app/global)'
remote: ++ local CONFIG_TYPE=global
remote: ++ local APP=
remote: ++ local ENV_FILE=/home/dokku//ENV
remote: ++ [[ global == \g\l\o\b\a\l ]]
remote: ++ local ENV_FILE=/home/dokku/ENV
remote: ++ [[ ! -f /home/dokku/ENV ]]
remote: ++ [[ ! -s /home/dokku/ENV ]]
remote: +++ grep -Eo 'export ([a-zA-Z_][a-zA-Z0-9_]*=.*)' /home/dokku/ENV
remote: +++ cut '-d ' -f2-
remote: ++ local 'VARS=CURL_CONNECT_TIMEOUT='\''5'\''
remote: CURL_TIMEOUT='\''30'\''
remote: DOKKU='\''1'\''
remote: SPARKPOST_API_KEY='\''545f29e5ee3ca464fc76500d3bc54e52636299f8'\'''
remote: ++ echo 'CURL_CONNECT_TIMEOUT='\''5'\''
remote: CURL_TIMEOUT='\''30'\''
remote: DOKKU='\''1'\''
remote: SPARKPOST_API_KEY='\''545f29e5ee3ca464fc76500d3bc54e52636299f8'\'''
remote: ++ awk '{print "export " $0}'
remote: ++ return 0
remote: + [[ -n export CURL_CONNECT_TIMEOUT='5'
remote: export CURL_TIMEOUT='30'
remote: export DOKKU='1'
remote: export SPARKPOST_API_KEY='545f29e5ee3ca464fc76500d3bc54e52636299f8' ]]
remote: + local 'BUILD_ENV+=
remote: '
remote: ++ config_export global
remote: ++ declare 'desc=returns export command for config variable of specified type (app/global)'
remote: ++ local CONFIG_TYPE=global
remote: ++ local APP=
remote: ++ local ENV_FILE=/home/dokku//ENV
remote: ++ [[ global == \g\l\o\b\a\l ]]
remote: ++ local ENV_FILE=/home/dokku/ENV
remote: ++ [[ ! -f /home/dokku/ENV ]]
remote: ++ [[ ! -s /home/dokku/ENV ]]
remote: +++ grep -Eo 'export ([a-zA-Z_][a-zA-Z0-9_]*=.*)' /home/dokku/ENV
remote: +++ cut '-d ' -f2-
remote: ++ local 'VARS=CURL_CONNECT_TIMEOUT='\''5'\''
remote: CURL_TIMEOUT='\''30'\''
remote: DOKKU='\''1'\''
remote: SPARKPOST_API_KEY='\''545f29e5ee3ca464fc76500d3bc54e52636299f8'\'''
remote: ++ echo 'CURL_CONNECT_TIMEOUT='\''5'\''
remote: CURL_TIMEOUT='\''30'\''
remote: DOKKU='\''1'\''
remote: SPARKPOST_API_KEY='\''545f29e5ee3ca464fc76500d3bc54e52636299f8'\'''
remote: ++ awk '{print "export " $0}'
remote: ++ return 0
remote: + local 'BUILD_ENV+=export CURL_CONNECT_TIMEOUT='\''5'\''
remote: export CURL_TIMEOUT='\''30'\''
remote: export DOKKU='\''1'\''
remote: export SPARKPOST_API_KEY='\''545f29e5ee3ca464fc76500d3bc54e52636299f8'\'''
remote: + local 'BUILD_ENV+=
remote: '
remote: ++ config_export app test-app
remote: ++ declare 'desc=returns export command for config variable of specified type (app/global)'
remote: ++ local CONFIG_TYPE=app
remote: ++ local APP=test-app
remote: ++ local ENV_FILE=/home/dokku/test-app/ENV
remote: ++ [[ app == \g\l\o\b\a\l ]]
remote: ++ [[ ! -f /home/dokku/test-app/ENV ]]
remote: ++ [[ ! -s /home/dokku/test-app/ENV ]]
remote: +++ grep -Eo 'export ([a-zA-Z_][a-zA-Z0-9_]*=.*)' /home/dokku/test-app/ENV
remote: +++ cut '-d ' -f2-
remote: ++ local 'VARS=DOKKU_APP_TYPE='\''herokuish'\'''
remote: ++ echo 'DOKKU_APP_TYPE='\''herokuish'\'''
remote: ++ awk '{print "export " $0}'
remote: ++ return 0
remote: + [[ -n export DOKKU_APP_TYPE='herokuish' ]]
remote: + local 'BUILD_ENV+=
remote: '
remote: ++ config_export app test-app
remote: ++ declare 'desc=returns export command for config variable of specified type (app/global)'
remote: ++ local CONFIG_TYPE=app
remote: ++ local APP=test-app
remote: ++ local ENV_FILE=/home/dokku/test-app/ENV
remote: ++ [[ app == \g\l\o\b\a\l ]]
remote: ++ [[ ! -f /home/dokku/test-app/ENV ]]
remote: ++ [[ ! -s /home/dokku/test-app/ENV ]]
remote: +++ grep -Eo 'export ([a-zA-Z_][a-zA-Z0-9_]*=.*)' /home/dokku/test-app/ENV
remote: +++ cut '-d ' -f2-
remote: ++ local 'VARS=DOKKU_APP_TYPE='\''herokuish'\'''
remote: ++ echo 'DOKKU_APP_TYPE='\''herokuish'\'''
remote: ++ awk '{print "export " $0}'
remote: ++ return 0
remote: + local 'BUILD_ENV+=export DOKKU_APP_TYPE='\''herokuish'\'''
remote: + local 'BUILD_ENV+=
remote: '
remote: + [[ ! -z
remote: export CURL_CONNECT_TIMEOUT='5'
remote: export CURL_TIMEOUT='30'
remote: export DOKKU='1'
remote: export SPARKPOST_API_KEY='545f29e5ee3ca464fc76500d3bc54e52636299f8'
remote:
remote: export DOKKU_APP_TYPE='herokuish'
remote: ]]
remote: + dokku_log_info1 'Adding BUILD_ENV to build environment...'
remote: + declare 'desc=log info1 formatter'
remote: + echo '-----> Adding BUILD_ENV to build environment...'
remote: -----> Adding BUILD_ENV to build environment...
remote: ++ echo export 'CURL_CONNECT_TIMEOUT='\''5'\''' export 'CURL_TIMEOUT='\''30'\''' export 'DOKKU='\''1'\''' export 'SPARKPOST_API_KEY='\''545f29e5ee3ca464fc76500d3bc54e52636299f8'\''' export 'DOKKU_APP_TYPE='\''herokuish'\'''
remote: ++ sed -e 's@export @@g' -e 's@\\n@ @g'
remote: +++ cat
remote: ++ docker run --label=dokku -i -a stdin dokku/test-app:latest /bin/bash -c 'for ENV_VAR in CURL_CONNECT_TIMEOUT='\''5'\'' CURL_TIMEOUT='\''30'\'' DOKKU='\''1'\'' SPARKPOST_API_KEY='\''545f29e5ee3ca464fc76500d3bc54e52636299f8'\'' DOKKU_APP_TYPE='\''herokuish'\''; do echo $ENV_VAR |sed '\''s@^\([^=]*\)=\(.*\)$@echo \"\2\" >/tmp/env/\1@g'\'' >>/tmp/set_env.sh; done && mkdir -p /tmp/env && /bin/bash /tmp/set_env.sh'
remote: + local id=1baf13479835b548f36f4a13c146ce040108528f98bac967af26c8054ce3b832
remote: ++ docker wait 1baf13479835b548f36f4a13c146ce040108528f98bac967af26c8054ce3b832
remote: + test 0 -eq 0
remote: + docker commit 1baf13479835b548f36f4a13c146ce040108528f98bac967af26c8054ce3b832 dokku/test-app:latest
remote: ++ echo -e '
remote: export CURL_CONNECT_TIMEOUT='\''5'\''
remote: export CURL_TIMEOUT='\''30'\''
remote: export DOKKU='\''1'\''
remote: export SPARKPOST_API_KEY='\''545f29e5ee3ca464fc76500d3bc54e52636299f8'\''
remote:
remote: export DOKKU_APP_TYPE='\''herokuish'\''
remote: '
remote: ++ docker run --label=dokku -i -a stdin dokku/test-app:latest /bin/bash -c 'cat >> /app/.env'
remote: + local id=858b89cfffb48562b50a65ade7f6ab4982d510c8751dd276b6d016fd9fe50667
remote: ++ docker wait 858b89cfffb48562b50a65ade7f6ab4982d510c8751dd276b6d016fd9fe50667
remote: + test 0 -eq 0
remote: + docker commit 858b89cfffb48562b50a65ade7f6ab4982d510c8751dd276b6d016fd9fe50667 dokku/test-app:latest
remote: ++ :
remote: ++ plugn trigger docker-args-build test-app herokuish
remote: + source /var/lib/dokku/core-plugins/available/common/functions
remote: ++ set -eo pipefail
remote: ++ [[ -n 1 ]]
remote: ++ set -x
remote: + [[ ! -n '' ]]
remote: + docker_args test-app herokuish
remote: + declare 'desc=docker args plugin trigger'
remote: + local trigger=/var/lib/dokku/plugins/enabled/docker-options/docker-args-build
remote: ++ cat
remote: + local STDIN=
remote: + local APP=test-app
remote: + local IMAGE_SOURCE_TYPE=herokuish
remote: + case "$0" in
remote: + local PHASE=BUILD
remote: + local FILE_PREFIX=DOCKER_OPTIONS_
remote: + local PHASE_FILE_PATH=/home/dokku/test-app/DOCKER_OPTIONS_BUILD
remote: + local output=
remote: + [[ -f /home/dokku/test-app/DOCKER_OPTIONS_BUILD ]]
remote: + echo -n ''
remote: + local DOCKER_ARGS=
remote: + [[ -n 1 ]]
remote: + DOCKER_ARGS+=' -e TRACE=true '
remote: ++ docker run --label=dokku -d -v /home/dokku/test-app/cache:/cache -e CACHE_PATH=/cache -e TRACE=true dokku/test-app:latest /build
remote: + local id=1821e1a7a780a822b83ac3d575732d05e81f4d1a79725344eb38e41c93e0b120
remote: + docker attach 1821e1a7a780a822b83ac3d575732d05e81f4d1a79725344eb38e41c93e0b120
remote: ++ for k in '"${!CMDS[@]}"'
remote: ++ echo :version
remote: ++ for k in '"${!CMDS[@]}"'
remote: ++ echo :help
remote: ++ for k in '"${!CMDS[@]}"'
remote: ++ echo buildpack:install
remote: ++ for k in '"${!CMDS[@]}"'
remote: ++ echo :test
remote: ++ for k in '"${!CMDS[@]}"'
remote: ++ ++ echo :buildpack
remote: sort++
remote: for k in '"${!CMDS[@]}"'
remote: ++ echo :paths
remote: ++ for k in '"${!CMDS[@]}"'
remote: ++ echo slug
remote: ++ for k in '"${!CMDS[@]}"'
remote: ++ echo :slug
remote: ++ for k in '"${!CMDS[@]}"'
remote: ++ echo buildpack
remote: ++ for k in '"${!CMDS[@]}"'
remote: ++ echo buildpack:list
remote: ++ for k in '"${!CMDS[@]}"'
remote: ++ echo buildpack:build
remote: ++ grep -v :
remote: + for n in '$(cmd-list-ns)'
remote: + echo slug-import
remote: + grep '^buildpack-'
remote: + for n in '$(cmd-list-ns)'
remote: + echo slug-import
remote: + grep '^slug-'
remote: + ns=slug
remote: + CMDS["$ns:${as/#$ns-/}"]=slug-import
remote: + cmd-export slug-generate
remote: + declare 'desc=Exports a function as a command'
remote: + declare fn=slug-generate as=slug-generate
remote: + local ns=
remote: ++ cmd-list-ns
remote: ++ ++ for k in '"${!CMDS[@]}"'
remote: ++ echo :version
remote: ++ sort
remote: grep -v ++ :for k in
remote: '"${!CMDS[@]}"'
remote: ++ echo :help
remote: ++ for k in '"${!CMDS[@]}"'
remote: ++ echo buildpack:install
remote: ++ for k in '"${!CMDS[@]}"'
remote: ++ echo :test
remote: ++ for k in '"${!CMDS[@]}"'
remote: ++ echo :buildpack
remote: ++ for k in '"${!CMDS[@]}"'
remote: ++ echo :paths
remote: ++ for k in '"${!CMDS[@]}"'
remote: ++ echo slug
remote: ++ for k in '"${!CMDS[@]}"'
remote: ++ echo :slug
remote: ++ for k in '"${!CMDS[@]}"'
remote: ++ echo buildpack
remote: ++ for k in '"${!CMDS[@]}"'
remote: ++ echo slug:import
remote: ++ for k in '"${!CMDS[@]}"'
remote: ++ echo buildpack:list
remote: ++ for k in '"${!CMDS[@]}"'
remote: ++ echo buildpack:build
remote: + for n in '$(cmd-list-ns)'
remote: + echo slug-generate
remote: + grep '^buildpack-'
remote: + for n in '$(cmd-list-ns)'
remote: + echo slug-generate
remote: + grep '^slug-'
remote: + ns=slug
remote: + CMDS["$ns:${as/#$ns-/}"]=slug-generate
remote: + cmd-export slug-export
remote: + declare 'desc=Exports a function as a command'
remote: + declare fn=slug-export as=slug-export
remote: + local ns=
remote: ++ cmd-list-ns
remote: ++ grep -v :
remote: ++ for k in '"${!CMDS[@]}"'
remote: ++ echo :version
remote: ++ sort
remote: ++ for k in '"${!CMDS[@]}"'
remote: ++ echo :help
remote: ++ for k in '"${!CMDS[@]}"'
remote: ++ echo buildpack:install
remote: ++ for k in '"${!CMDS[@]}"'
remote: ++ echo :test
remote: ++ for k in '"${!CMDS[@]}"'
remote: ++ echo slug:generate
remote: ++ for k in '"${!CMDS[@]}"'
remote: ++ echo :buildpack
remote: ++ for k in '"${!CMDS[@]}"'
remote: ++ echo :paths
remote: ++ for k in '"${!CMDS[@]}"'
remote: ++ echo slug
remote: ++ for k in '"${!CMDS[@]}"'
remote: ++ echo :slug
remote: ++ for k in '"${!CMDS[@]}"'
remote: ++ echo buildpack
remote: ++ for k in '"${!CMDS[@]}"'
remote: ++ echo slug:import
remote: ++ for k in '"${!CMDS[@]}"'
remote: ++ echo buildpack:list
remote: ++ for k in '"${!CMDS[@]}"'
remote: ++ echo buildpack:build
remote: + for n in '$(cmd-list-ns)'
remote: + echo slug-export
remote: + grep '^buildpack-'
remote: + for n in '$(cmd-list-ns)'
remote: + echo slug-export
remote: + grep '^slug-'
remote: + ns=slug
remote: + CMDS["$ns:${as/#$ns-/}"]=slug-export
remote: + cmd-export-ns procfile 'Use Procfiles and run app commands'
remote: + declare ns=procfile 'desc=Use Procfiles and run app commands'
remote: + eval 'procfile() {
remote: declare desc="Use Procfiles and run app commands"
remote: cmd-ns procfile "$@";
remote: }'
remote: + cmd-export procfile
remote: + declare 'desc=Exports a function as a command'
remote: + declare fn=procfile as=procfile
remote: + local ns=
remote: ++ cmd-list-ns
remote: ++ grep -v :
remote: ++ ++ sort
remote: for k in '"${!CMDS[@]}"'
remote: ++ echo :version
remote: ++ for k in '"${!CMDS[@]}"'
remote: ++ echo :help
remote: ++ for k in '"${!CMDS[@]}"'
remote: ++ echo buildpack:install
remote: ++ for k in '"${!CMDS[@]}"'
remote: ++ echo :test
remote: ++ for k in '"${!CMDS[@]}"'
remote: ++ echo slug:generate
remote: ++ for k in '"${!CMDS[@]}"'
remote: ++ echo :buildpack
remote: ++ for k in '"${!CMDS[@]}"'
remote: ++ echo :paths
remote: ++ for k in '"${!CMDS[@]}"'
remote: ++ echo slug
remote: ++ for k in '"${!CMDS[@]}"'
remote: ++ echo :slug
remote: ++ for k in '"${!CMDS[@]}"'
remote: ++ echo buildpack
remote: ++ for k in '"${!CMDS[@]}"'
remote: ++ echo slug:import
remote: ++ for k in '"${!CMDS[@]}"'
remote: ++ echo buildpack:list
remote: ++ for k in '"${!CMDS[@]}"'
remote: ++ echo slug:export
remote: ++ for k in '"${!CMDS[@]}"'
remote: ++ echo buildpack:build
remote: + for n in '$(cmd-list-ns)'
remote: + echo procfile
remote: + grep '^buildpack-'
remote: + for n in '$(cmd-list-ns)'
remote: + echo procfile
remote: + grep '^slug-'
remote: + CMDS["$ns:${as/#$ns-/}"]=procfile
remote: + CMDS["$1"]=procfile
remote: + cmd-export procfile-start
remote: + declare 'desc=Exports a function as a command'
remote: + declare fn=procfile-start as=procfile-start
remote: + local ns=
remote: ++ cmd-list-ns
remote: ++ ++ grep for k in ++ sort'"${!CMDS[@]}"'
remote:
remote: ++ -v :
remote: echo :version
remote: ++ for k in '"${!CMDS[@]}"'
remote: ++ echo :help
remote: ++ for k in '"${!CMDS[@]}"'
remote: ++ echo :procfile
remote: ++ for k in '"${!CMDS[@]}"'
remote: ++ echo buildpack:install
remote: ++ for k in '"${!CMDS[@]}"'
remote: ++ echo :test
remote: ++ for k in '"${!CMDS[@]}"'
remote: ++ echo slug:generate
remote: ++ for k in '"${!CMDS[@]}"'
remote: ++ echo :buildpack
remote: ++ for k in '"${!CMDS[@]}"'
remote: ++ echo :paths
remote: ++ for k in '"${!CMDS[@]}"'
remote: ++ echo slug
remote: ++ for k in '"${!CMDS[@]}"'
remote: ++ echo :slug
remote: ++ for k in '"${!CMDS[@]}"'
remote: ++ echo buildpack
remote: ++ for k in '"${!CMDS[@]}"'
remote: ++ echo slug:import
remote: ++ for k in '"${!CMDS[@]}"'
remote: ++ echo buildpack:list
remote: ++ for k in '"${!CMDS[@]}"'
remote: ++ echo slug:export
remote: ++ for k in '"${!CMDS[@]}"'
remote: ++ echo buildpack:build
remote: ++ for k in '"${!CMDS[@]}"'
remote: ++ echo procfile
remote: + for n in '$(cmd-list-ns)'
remote: + echo procfile-start
remote: + grep '^buildpack-'
remote: + for n in '$(cmd-list-ns)'
remote: + echo procfile-start
remote: + grep '^procfile-'
remote: + ns=procfile
remote: + for n in '$(cmd-list-ns)'
remote: + echo procfile-start
remote: + grep '^slug-'
remote: + CMDS["$ns:${as/#$ns-/}"]=procfile-start
remote: + cmd-export procfile-exec
remote: + declare 'desc=Exports a function as a command'
remote: + declare fn=procfile-exec as=procfile-exec
remote: + local ns=
remote: ++ cmd-list-ns
remote: ++ ++ sort
remote: for k in '"${!CMDS[@]}"'
remote: ++ echo ++ grep :version-v :
remote:
remote: ++ for k in '"${!CMDS[@]}"'
remote: ++ echo :help
remote: ++ for k in '"${!CMDS[@]}"'
remote: ++ echo :procfile
remote: ++ for k in '"${!CMDS[@]}"'
remote: ++ echo buildpack:install
remote: ++ for k in '"${!CMDS[@]}"'
remote: ++ echo procfile:start
remote: ++ for k in '"${!CMDS[@]}"'
remote: ++ echo :test
remote: ++ for k in '"${!CMDS[@]}"'
remote: ++ echo slug:generate
remote: ++ for k in '"${!CMDS[@]}"'
remote: ++ echo :buildpack
remote: ++ for k in '"${!CMDS[@]}"'
remote: ++ echo :paths
remote: ++ for k in '"${!CMDS[@]}"'
remote: ++ echo slug
remote: ++ for k in '"${!CMDS[@]}"'
remote: ++ echo :slug
remote: ++ for k in '"${!CMDS[@]}"'
remote: ++ echo buildpack
remote: ++ for k in '"${!CMDS[@]}"'
remote: ++ echo slug:import
remote: ++ for k in '"${!CMDS[@]}"'
remote: ++ echo buildpack:list
remote: ++ for k in '"${!CMDS[@]}"'
remote: ++ echo slug:export
remote: ++ for k in '"${!CMDS[@]}"'
remote: ++ echo buildpack:build
remote: ++ for k in '"${!CMDS[@]}"'
remote: ++ echo procfile
remote: + for n in '$(cmd-list-ns)'
remote: + echo procfile-exec
remote: + grep '^buildpack-'
remote: + for n in '$(cmd-list-ns)'
remote: + echo procfile-exec
remote: + grep '^procfile-'
remote: + ns=procfile
remote: + for n in '$(cmd-list-ns)'
remote: + echo procfile-exec
remote: + grep '^slug-'
remote: + CMDS["$ns:${as/#$ns-/}"]=procfile-exec
remote: + cmd-export procfile-parse
remote: + declare 'desc=Exports a function as a command'
remote: + declare fn=procfile-parse as=procfile-parse
remote: + local ns=
remote: ++ cmd-list-ns
remote: ++ ++ grep -v :
remote: for k in '"${!CMDS[@]}"'
remote: ++ echo :version++ sort
remote:
remote: ++ for k in '"${!CMDS[@]}"'
remote: ++ echo :help
remote: ++ for k in '"${!CMDS[@]}"'
remote: ++ echo :procfile
remote: ++ for k in '"${!CMDS[@]}"'
remote: ++ echo buildpack:install
remote: ++ for k in '"${!CMDS[@]}"'
remote: ++ echo procfile:start
remote: ++ for k in '"${!CMDS[@]}"'
remote: ++ echo :test
remote: ++ for k in '"${!CMDS[@]}"'
remote: ++ echo slug:generate
remote: ++ for k in '"${!CMDS[@]}"'
remote: ++ echo :buildpack
remote: ++ for k in '"${!CMDS[@]}"'
remote: ++ echo :paths
remote: ++ for k in '"${!CMDS[@]}"'
remote: ++ echo slug
remote: ++ for k in '"${!CMDS[@]}"'
remote: ++ echo :slug
remote: ++ for k in '"${!CMDS[@]}"'
remote: ++ echo buildpack
remote: ++ for k in '"${!CMDS[@]}"'
remote: ++ echo slug:import
remote: ++ for k in '"${!CMDS[@]}"'
remote: ++ echo buildpack:list
remote: ++ for k in '"${!CMDS[@]}"'
remote: ++ echo slug:export
remote: ++ for k in '"${!CMDS[@]}"'
remote: ++ echo buildpack:build
remote: ++ for k in '"${!CMDS[@]}"'
remote: ++ echo procfile:exec
remote: ++ for k in '"${!CMDS[@]}"'
remote: ++ echo procfile
remote: + for n in '$(cmd-list-ns)'
remote: + echo procfile-parse
remote: + grep '^buildpack-'
remote: + for n in '$(cmd-list-ns)'
remote: + echo procfile-parse
remote: + grep '^procfile-'
remote: + ns=procfile
remote: + for n in '$(cmd-list-ns)'
remote: + echo procfile-parse
remote: + grep '^slug-'
remote: + CMDS["$ns:${as/#$ns-/}"]=procfile-parse
remote: + case "$SELF" in
remote: + buildpack-build
remote: + declare 'desc=Build an application using installed buildpacks'
remote: + ensure-paths
remote: + mkdir -p /app /tmp/env /tmp/build /cache /tmp/buildpacks
remote: + [[ -n '' ]]
remote: + randomize-unprivileged
remote: + local userid=31153
remote: + local username=u31153
remote: + addgroup --quiet --gid 31153 u31153
remote: + adduser --shell /bin/bash --disabled-password --force-badname --no-create-home --uid 31153 --gid 31153 --gecos '' --quiet --home /app u31153
remote: + unprivileged_user=u31153
remote: + unprivileged_group=u31153
remote: + buildpack-setup
remote: + export APP_DIR=/app
remote: + APP_DIR=/app
remote: + export HOME=/app
remote: + HOME=/app
remote: + export REQUEST_ID=build-7156
remote: + REQUEST_ID=build-7156
remote: + export STACK=cedar-14
remote: + STACK=cedar-14
remote: + cp -r /app/. /tmp/build
remote: + usermod --home /app u31153
remote: + chown -R u31153:u31153 /app /tmp/build /cache /tmp/buildpacks
remote: + export CURL_CONNECT_TIMEOUT=30
remote: + CURL_CONNECT_TIMEOUT=30
remote: + export CURL_TIMEOUT=180
remote: + CURL_TIMEOUT=180
remote: + [[ -f /app/.env ]]
remote: + source /app/.env
remote: ++ export CURL_CONNECT_TIMEOUT=5
remote: ++ CURL_CONNECT_TIMEOUT=5
remote: ++ export CURL_TIMEOUT=30
remote: ++ CURL_TIMEOUT=30
remote: ++ export DOKKU=1
remote: ++ DOKKU=1
remote: ++ export SPARKPOST_API_KEY=545f29e5ee3ca464fc76500d3bc54e52636299f8
remote: ++ SPARKPOST_API_KEY=545f29e5ee3ca464fc76500d3bc54e52636299f8
remote: ++ export DOKKU_APP_TYPE=herokuish
remote: ++ DOKKU_APP_TYPE=herokuish
remote: + buildpack-execute
remote: + [[ -n '' ]]
remote: + ls /tmp/buildpacks/heroku-buildpack-multi
remote: + indent
remote: + read line
remote: ++ unprivileged /tmp/buildpacks/heroku-buildpack-multi/bin/detect /tmp/build
remote: ++ setuidgid u31153 /tmp/buildpacks/heroku-buildpack-multi/bin/detect /tmp/build
remote: + selected_name='no .buildpacks file'
remote: + [[ ! -n '' ]]
remote: + buildpacks=($buildpack_path/*)
remote: + local buildpacks
remote: + for buildpack in '"${buildpacks[@]}"'
remote: ++ unprivileged /tmp/buildpacks/buildpack-nginx/bin/detect /tmp/build
remote: ++ setuidgid u31153 /tmp/buildpacks/buildpack-nginx/bin/detect /tmp/build
remote: + selected_name=
remote: + for buildpack in '"${buildpacks[@]}"'
remote: ++ unprivileged /tmp/buildpacks/heroku-buildpack-clojure/bin/detect /tmp/build
remote: ++ setuidgid u31153 /tmp/buildpacks/heroku-buildpack-clojure/bin/detect /tmp/build
remote: + selected_name=no
remote: + for buildpack in '"${buildpacks[@]}"'
remote: ++ unprivileged /tmp/buildpacks/heroku-buildpack-erlang/bin/detect /tmp/build
remote: ++ setuidgid u31153 /tmp/buildpacks/heroku-buildpack-erlang/bin/detect /tmp/build
remote: + selected_name=
remote: + for buildpack in '"${buildpacks[@]}"'
remote: ++ unprivileged /tmp/buildpacks/heroku-buildpack-go/bin/detect /tmp/build
remote: ++ setuidgid u31153 /tmp/buildpacks/heroku-buildpack-go/bin/detect /tmp/build
remote: + selected_name=
remote: + for buildpack in '"${buildpacks[@]}"'
remote: ++ unprivileged /tmp/buildpacks/heroku-buildpack-gradle/bin/detect /tmp/build
remote: ++ setuidgid u31153 /tmp/buildpacks/heroku-buildpack-gradle/bin/detect /tmp/build
remote: + selected_name=no
remote: + for buildpack in '"${buildpacks[@]}"'
remote: ++ unprivileged /tmp/buildpacks/heroku-buildpack-grails/bin/detect /tmp/build
remote: ++ setuidgid u31153 /tmp/buildpacks/heroku-buildpack-grails/bin/detect /tmp/build
remote: + selected_name=no
remote: + for buildpack in '"${buildpacks[@]}"'
remote: ++ unprivileged /tmp/buildpacks/heroku-buildpack-java/bin/detect /tmp/build
remote: ++ setuidgid u31153 /tmp/buildpacks/heroku-buildpack-java/bin/detect /tmp/build
remote: + selected_name=no
remote: + for buildpack in '"${buildpacks[@]}"'
remote: ++ unprivileged /tmp/buildpacks/heroku-buildpack-multi/bin/detect /tmp/build
remote: ++ setuidgid u31153 /tmp/buildpacks/heroku-buildpack-multi/bin/detect /tmp/build
remote: + selected_name='no .buildpacks file'
remote: + for buildpack in '"${buildpacks[@]}"'
remote: ++ unprivileged /tmp/buildpacks/heroku-buildpack-nodejs/bin/detect /tmp/build
remote: ++ setuidgid u31153 /tmp/buildpacks/heroku-buildpack-nodejs/bin/detect /tmp/build
remote: + selected_name=
remote: + for buildpack in '"${buildpacks[@]}"'
remote: ++ unprivileged /tmp/buildpacks/heroku-buildpack-php/bin/detect /tmp/build
remote: ++ setuidgid u31153 /tmp/buildpacks/heroku-buildpack-php/bin/detect /tmp/build
remote: + selected_name=
remote: + for buildpack in '"${buildpacks[@]}"'
remote: ++ unprivileged /tmp/buildpacks/heroku-buildpack-play/bin/detect /tmp/build
remote: ++ setuidgid u31153 /tmp/buildpacks/heroku-buildpack-play/bin/detect /tmp/build
remote: + selected_name=no
remote: + for buildpack in '"${buildpacks[@]}"'
remote: ++ unprivileged /tmp/buildpacks/heroku-buildpack-python/bin/detect /tmp/build
remote: ++ setuidgid u31153 /tmp/buildpacks/heroku-buildpack-python/bin/detect /tmp/build
remote: + selected_name=Python
remote: + selected_path=/tmp/buildpacks/heroku-buildpack-python
remote: + break
remote: + [[ -n /tmp/buildpacks/heroku-buildpack-python ]]
remote: + [[ -n Python ]]
remote: + title 'Python app detected'
remote: + echo '----->' Python app detected
remote: + cd /tmp/build
remote: + unprivileged /tmp/buildpacks/heroku-buildpack-python/bin/compile /tmp/build /cache /tmp/env
remote: + [[ -----> Python app detected+ == setuidgid u31153 /tmp/buildpacks/heroku-buildpack-python/bin/compile /tmp/build /cache /tmp/env
remote: --* ]]
remote: + [[ -----> Python app detected == ==* ]]
remote: + echo ' ' '-----> Python app detected'
remote: + read line
remote:  -----> Python app detected
remote: + [[ ! Warning: Your application is missing a Procfile. This file tells Heroku how to run your application. == --* ]]
remote: + [[ ! Warning: Your application is missing a Procfile. This file tells Heroku how to run your application. == ==* ]]
remote: + echo ' ' '! Warning: Your application is missing a Procfile. This file tells Heroku how to run your application.'
remote:  ! Warning: Your application is missing a Procfile. This file tells Heroku how to run your application.
remote: + read line
remote: + [[ ! Learn more: https://devcenter.heroku.com/articles/procfile == --* ]]
remote: + [[ ! Learn more: https://devcenter.heroku.com/articles/procfile == ==* ]]
remote: + echo ' ' '! Learn more: https://devcenter.heroku.com/articles/procfile'
remote: + read line
remote:  ! Learn more: https://devcenter.heroku.com/articles/procfile
remote: + [[ -----> Installing python-2.7.11 == --* ]]
remote: + echo '----->' Installing python-2.7.11
remote: + read line
remote: -----> Installing python-2.7.11
remote: + [[ $ pip install -r requirements.txt == --* ]]
remote:  $ pip install -r requirements.txt
remote: + [[ $ pip install -r requirements.txt == ==* ]]
remote: + echo ' ' '$ pip install -r requirements.txt'
remote: + read line
remote: + [[ Collecting Flask==0.10.1 (from -r requirements.txt (line 1)) == --* ]]
remote: + [[ Collecting Flask==0.10.1 (from -r requirements.txt (line 1)) == ==* ]]
remote: + echo ' ' 'Collecting Flask==0.10.1 (from -r requirements.txt (line 1))'
remote: + read line
remote:  Collecting Flask==0.10.1 (from -r requirements.txt (line 1))
remote: + [[ Downloading Flask-0.10.1.tar.gz (544kB) == --* Downloading Flask-0.10.1.tar.gz (544kB)
remote: ]]
remote: + [[ Downloading Flask-0.10.1.tar.gz (544kB) == ==* ]]
remote: + echo ' ' 'Downloading Flask-0.10.1.tar.gz (544kB)'
remote: + read line
remote: + [[ Collecting Flask-SQLAlchemy==1.0 (from -r requirements.txt (line 2)) == --* ]]
remote: + [[ Collecting Flask-SQLAlchemy==1.0 (from -r requirements.txt (line 2)) == ==* ]]
remote: + echo ' ' 'Collecting Flask-SQLAlchemy==1.0 (from -r requirements.txt (line 2))'
remote: + read line
remote:  Collecting Flask-SQLAlchemy==1.0 (from -r requirements.txt (line 2))
remote:  Downloading Flask-SQLAlchemy-1.0.tar.gz (92kB)
remote: + [[ Downloading Flask-SQLAlchemy-1.0.tar.gz (92kB) == --* ]]
remote: + [[ Downloading Flask-SQLAlchemy-1.0.tar.gz (92kB) == ==* ]]
remote: + echo ' ' 'Downloading Flask-SQLAlchemy-1.0.tar.gz (92kB)'
remote: + read line
remote:  Collecting Flask-WTF==0.9.4 (from -r requirements.txt (line 3))
remote: + [[ Collecting Flask-WTF==0.9.4 (from -r requirements.txt (line 3)) == --* ]]
remote: + [[ Collecting Flask-WTF==0.9.4 (from -r requirements.txt (line 3)) == ==* ]]
remote: + echo ' ' 'Collecting Flask-WTF==0.9.4 (from -r requirements.txt (line 3))'
remote: + read line
remote: + [[ Downloading Flask-WTF-0.9.4.tar.gz (245kB) == --* ]]
remote: + [[ Downloading Flask-WTF-0.9.4.tar.gz (245kB) == ==* ]]
remote: + echo ' ' 'Downloading Flask-WTF-0.9.4.tar.gz (245kB)'
remote: + read line
remote:  Downloading Flask-WTF-0.9.4.tar.gz (245kB)
remote: + [[ Collecting Jinja2==2.7.1 (from -r requirements.txt (line 4)) == --* ]]
remote: + [[ Collecting Jinja2==2.7.1 (from -r requirements.txt (line 4)) == ==* ]]
remote: + echo ' ' 'Collecting Jinja2==2.7.1 (from -r requirements.txt (line 4))'
remote: + read line
remote:  Collecting Jinja2==2.7.1 (from -r requirements.txt (line 4))
remote: + [[ Downloading Jinja2-2.7.1.tar.gz (377kB) == --* ]]
remote: + [[ Downloading Jinja2-2.7.1.tar.gz (377kB) == ==* ]]
remote: + echo ' ' 'Downloading Jinja2-2.7.1.tar.gz (377kB)'
remote: + read line
remote:  Downloading Jinja2-2.7.1.tar.gz (377kB)
remote: + [[ Collecting MarkupSafe==0.18 (from -r requirements.txt (line 5)) == --* ]]
remote: + [[ Collecting MarkupSafe==0.18 (from -r requirements.txt (line 5)) == ==* ]]
remote: + echo ' ' 'Collecting MarkupSafe==0.18 (from -r requirements.txt (line 5))'
remote: + read line
remote:  Collecting MarkupSafe==0.18 (from -r requirements.txt (line 5))
remote: + [[ Downloading MarkupSafe-0.18.tar.gz == --* ]]
remote: + [[ Downloading MarkupSafe-0.18.tar.gz == ==* ]]
remote: + echo ' ' 'Downloading MarkupSafe-0.18.tar.gz'
remote: + read line
remote:  Downloading MarkupSafe-0.18.tar.gz
remote: + [[ Collecting PyYAML==3.10 (from -r requirements.txt (line 6)) == --* ]]
remote: + [[ Collecting PyYAML==3.10 (from -r requirements.txt (line 6)) == ==* ]]
remote: + echo ' ' 'Collecting PyYAML==3.10 (from -r requirements.txt (line 6))'
remote: + read line
remote:  Collecting PyYAML==3.10 (from -r requirements.txt (line 6))
remote: + [[ Downloading PyYAML-3.10.tar.gz (241kB) == --* ]]
remote: + [[ Downloading PyYAML-3.10.tar.gz (241kB) == ==* ]]
remote: + echo ' ' 'Downloading PyYAML-3.10.tar.gz (241kB)'
remote: + read line
remote:  Downloading PyYAML-3.10.tar.gz (241kB)
remote: + [[ Collecting SQLAlchemy==0.9.1 (from -r requirements.txt (line 7)) == --* ]]
remote: + [[ Collecting SQLAlchemy==0.9.1 (from -r requirements.txt (line 7)) == ==* ]]
remote: + echo ' ' 'Collecting SQLAlchemy==0.9.1 (from -r requirements.txt (line 7))'
remote: + read line
remote:  Collecting SQLAlchemy==0.9.1 (from -r requirements.txt (line 7))
remote: + [[ Downloading SQLAlchemy-0.9.1.tar.gz (4.3MB) == --* ]]
remote: + [[ Downloading SQLAlchemy-0.9.1.tar.gz (4.3MB) == ==* ]]
remote: + echo ' ' 'Downloading SQLAlchemy-0.9.1.tar.gz (4.3MB)'
remote: + read line
remote:  Downloading SQLAlchemy-0.9.1.tar.gz (4.3MB)
remote: + [[ Collecting WTForms==1.0.5 (from -r requirements.txt (line 8)) == --* ]]
remote: + [[ Collecting WTForms==1.0.5 (from -r requirements.txt (line 8)) == ==* ]]
remote: + echo ' ' 'Collecting WTForms==1.0.5 (from -r requirements.txt (line 8))'
remote: + read line
remote:  Collecting WTForms==1.0.5 (from -r requirements.txt (line 8))
remote: + [[ Downloading WTForms-1.0.5-py27-none-any.whl (142kB) == --* ]]
remote: + [[ Downloading WTForms-1.0.5-py27-none-any.whl (142kB) == ==* ]]
remote: + echo ' ' 'Downloading WTForms-1.0.5-py27-none-any.whl (142kB)'
remote: + read line
remote:  Downloading WTForms-1.0.5-py27-none-any.whl (142kB)
remote: + [[ Collecting Werkzeug==0.9.4 (from -r requirements.txt (line 9)) == --* ]]
remote: + [[ Collecting Werkzeug==0.9.4 (from -r requirements.txt (line 9)) == ==* ]]
remote: + echo ' ' 'Collecting Werkzeug==0.9.4 (from -r requirements.txt (line 9))'
remote: + read line
remote:  Collecting Werkzeug==0.9.4 (from -r requirements.txt (line 9))
remote: + [[ Downloading Werkzeug-0.9.4.tar.gz (1.1MB) == --* ]]
remote: + [[ Downloading Werkzeug-0.9.4.tar.gz (1.1MB) == ==* ]]
remote: + echo ' ' 'Downloading Werkzeug-0.9.4.tar.gz (1.1MB)'
remote: + read line
remote:  Downloading Werkzeug-0.9.4.tar.gz (1.1MB)
remote: + [[ Collecting ansible==1.4.4 (from -r requirements.txt (line 10)) == --* ]]
remote: + [[ Collecting ansible==1.4.4 (from -r requirements.txt (line 10)) == ==* ]]
remote: + echo ' ' 'Collecting ansible==1.4.4 (from -r requirements.txt (line 10))'
remote: + read line
remote:  Collecting ansible==1.4.4 (from -r requirements.txt (line 10))
remote:  Downloading ansible-1.4.4.tar.gz (578kB)
remote: + [[ Downloading ansible-1.4.4.tar.gz (578kB) == --* ]]
remote: + [[ Downloading ansible-1.4.4.tar.gz (578kB) == ==* ]]
remote: + echo ' ' 'Downloading ansible-1.4.4.tar.gz (578kB)'
remote: + read line
remote:  Collecting ecdsa==0.10 (from -r requirements.txt (line 11))
remote: + [[ Collecting ecdsa==0.10 (from -r requirements.txt (line 11)) == --* ]]
remote: + [[ Collecting ecdsa==0.10 (from -r requirements.txt (line 11)) == ==* ]]
remote: + echo ' ' 'Collecting ecdsa==0.10 (from -r requirements.txt (line 11))'
remote: + read line
remote: + [[ Downloading ecdsa-0.10.tar.gz (45kB) == --* ]]
remote: + [[ Downloading ecdsa-0.10.tar.gz (45kB) == ==* ]]
remote: + echo ' ' 'Downloading ecdsa-0.10.tar.gz (45kB)'
remote: + read line
remote:  Downloading ecdsa-0.10.tar.gz (45kB)
remote: + [[ Collecting httplib2==0.8 (from -r requirements.txt (line 12)) == --* ]]
remote: + [[ Collecting httplib2==0.8 (from -r requirements.txt (line 12)) == ==* ]]
remote: + echo ' ' 'Collecting httplib2==0.8 (from -r requirements.txt (line 12))'
remote: + read line
remote:  Collecting httplib2==0.8 (from -r requirements.txt (line 12))
remote: + [[ Downloading httplib2-0.8.zip (116kB) == --* ]]
remote: + [[ Downloading httplib2-0.8.zip (116kB) == ==* ]]
remote: + echo ' ' 'Downloading httplib2-0.8.zip (116kB)'
remote: + read line
remote:  Downloading httplib2-0.8.zip (116kB)
remote: + [[ Collecting itsdangerous==0.23 (from -r requirements.txt (line 13)) == --* ]]
remote: + [[ Collecting itsdangerous==0.23 (from -r requirements.txt (line 13)) == ==* ]]
remote: + echo ' ' 'Collecting itsdangerous==0.23 (from -r requirements.txt (line 13))'
remote: + read line
remote:  Collecting itsdangerous==0.23 (from -r requirements.txt (line 13))
remote: + [[ Downloading itsdangerous-0.23.tar.gz (46kB) == --* ]]
remote: + [[ Downloading itsdangerous-0.23.tar.gz (46kB) == ==* ]]
remote: + echo ' ' 'Downloading itsdangerous-0.23.tar.gz (46kB)'
remote: + read line
remote:  Downloading itsdangerous-0.23.tar.gz (46kB)
remote: + [[ Collecting paramiko==1.12.1 (from -r requirements.txt (line 14)) == --* ]]
remote: + [[ Collecting paramiko==1.12.1 (from -r requirements.txt (line 14)) == ==* ]]
remote: + echo ' ' 'Collecting paramiko==1.12.1 (from -r requirements.txt (line 14))'
remote: + read line
remote:  Collecting paramiko==1.12.1 (from -r requirements.txt (line 14))
remote: + [[ Downloading paramiko-1.12.1.tar.gz (860kB) == --* ]]
remote: + [[ Downloading paramiko-1.12.1.tar.gz (860kB) == ==* ]]
remote: + echo ' ' 'Downloading paramiko-1.12.1.tar.gz (860kB)'
remote: + read line
remote:  Downloading paramiko-1.12.1.tar.gz (860kB)
remote: + [[ Collecting pycrypto==2.6.1 (from -r requirements.txt (line 15)) == --* ]]
remote: + [[ Collecting pycrypto==2.6.1 (from -r requirements.txt (line 15)) == ==* ]]
remote: + echo ' ' 'Collecting pycrypto==2.6.1 (from -r requirements.txt (line 15))'
remote: + read line
remote:  Collecting pycrypto==2.6.1 (from -r requirements.txt (line 15))
remote: + [[ Downloading pycrypto-2.6.1.tar.gz (446kB) == --* ]]
remote: + [[ Downloading pycrypto-2.6.1.tar.gz (446kB) == ==* ]]
remote: + echo ' ' 'Downloading pycrypto-2.6.1.tar.gz (446kB)'
remote: + read line
remote:  Downloading pycrypto-2.6.1.tar.gz (446kB)
remote: + [[ Collecting pymssql==2.0.1 (from -r requirements.txt (line 16)) == --* ]]
remote: + [[ Collecting pymssql==2.0.1 (from -r requirements.txt (line 16)) == ==* ]]
remote: + echo ' ' 'Collecting pymssql==2.0.1 (from -r requirements.txt (line 16))'
remote: + read line
remote:  Collecting pymssql==2.0.1 (from -r requirements.txt (line 16))
remote:  Downloading pymssql-2.0.1.tar.gz (2.4MB)
remote: + [[ Downloading pymssql-2.0.1.tar.gz (2.4MB) == --* ]]
remote: + [[ Downloading pymssql-2.0.1.tar.gz (2.4MB) == ==* ]]
remote: + echo ' ' 'Downloading pymssql-2.0.1.tar.gz (2.4MB)'
remote: + read line
remote: + [[ Collecting python-dateutil==2.2 (from -r requirements.txt (line 17)) == --* ]]
remote: + [[ Collecting python-dateutil==2.2 (from -r requirements.txt (line 17)) == ==* ]]
remote: + echo ' ' 'Collecting python-dateutil==2.2 (from -r requirements.txt (line 17))'
remote: + read line
remote:  Collecting python-dateutil==2.2 (from -r requirements.txt (line 17))
remote: + [[ Downloading python-dateutil-2.2.tar.gz (259kB) == --* ]]
remote: + [[ Downloading python-dateutil-2.2.tar.gz (259kB) == ==* ]]
remote: + echo ' ' 'Downloading python-dateutil-2.2.tar.gz (259kB)'
remote:  Downloading python-dateutil-2.2.tar.gz (259kB)
remote: + read line
remote: + [[ Collecting requests==2.2.1 (from -r requirements.txt (line 18)) == --* ]]
remote: + [[ Collecting requests==2.2.1 (from -r requirements.txt (line 18)) == ==* ]]
remote: + echo ' ' 'Collecting requests==2.2.1 (from -r requirements.txt (line 18))'
remote: + read line
remote:  Collecting requests==2.2.1 (from -r requirements.txt (line 18))
remote:  Downloading requests-2.2.1-py2.py3-none-any.whl (625kB)
remote: + [[ Downloading requests-2.2.1-py2.py3-none-any.whl (625kB) == --* ]]
remote: + [[ Downloading requests-2.2.1-py2.py3-none-any.whl (625kB) == ==* ]]
remote: + echo ' ' 'Downloading requests-2.2.1-py2.py3-none-any.whl (625kB)'
remote: + read line
remote: + [[ Collecting six==1.5.2 (from -r requirements.txt (line 19)) == --* ]]
remote: + [[ Collecting six==1.5.2 (from -r requirements.txt (line 19)) == ==* ]]
remote: + echo ' ' 'Collecting six==1.5.2 (from -r requirements.txt (line 19))'
remote: + read line
remote:  Collecting six==1.5.2 (from -r requirements.txt (line 19))
remote: + [[ Downloading six-1.5.2-py2.py3-none-any.whl == --* ]]
remote: + [[ Downloading six-1.5.2-py2.py3-none-any.whl == ==* ]]
remote: + echo ' ' 'Downloading six-1.5.2-py2.py3-none-any.whl'
remote: + read line
remote:  Downloading six-1.5.2-py2.py3-none-any.whl
remote: + [[ Installing collected packages: Werkzeug, MarkupSafe, Jinja2, itsdangerous, Flask, SQLAlchemy, Flask-SQLAlchemy, WTForms, Flask-WTF, PyYAML, pycrypto, ecdsa, paramiko, httplib2, ansible, pymssql, six, python-dateutil, requests == --* ]]
remote: + [[ Installing collected packages: Werkzeug, MarkupSafe, Jinja2, itsdangerous, Flask, SQLAlchemy, Flask-SQLAlchemy, WTForms, Flask-WTF, PyYAML, pycrypto, ecdsa, paramiko, httplib2, ansible, pymssql, six, python-dateutil, requests == ==* ]]
remote: + echo ' ' 'Installing collected packages: Werkzeug, MarkupSafe, Jinja2, itsdangerous, Flask, SQLAlchemy, Flask-SQLAlchemy, WTForms, Flask-WTF, PyYAML, pycrypto, ecdsa, paramiko, httplib2, ansible, pymssql, six, python-dateutil, requests'
remote: + read line
remote:  Installing collected packages: Werkzeug, MarkupSafe, Jinja2, itsdangerous, Flask, SQLAlchemy, Flask-SQLAlchemy, WTForms, Flask-WTF, PyYAML, pycrypto, ecdsa, paramiko, httplib2, ansible, pymssql, six, python-dateutil, requests
remote:  Running setup.py install for Werkzeug: started
remote: + [[ Running setup.py install for Werkzeug: started == --* ]]
remote: + [[ Running setup.py install for Werkzeug: started == ==* ]]
remote: + echo ' ' 'Running setup.py install for Werkzeug: started'
remote: + read line
remote: + [[ [?25l Running setup.py install for Werkzeug: finished with status 'done' == --* ]]
remote: + [[ [?25l Running setup.py install for Werkzeug: finished with status 'done' == ==* ]]
remote: + echo ' ' '[?25l Running setup.py install for Werkzeug: finished with status '\''done'\'''
remote: + read line
remote:  [?25l Running setup.py install for Werkzeug: finished with status 'done'
remote: + [[ [?25h Running setup.py install for MarkupSafe: started == --* ]]
remote: + [[ [?25h Running setup.py install for MarkupSafe: started == ==* ]]
remote: + echo ' ' '[?25h Running setup.py install for MarkupSafe: started'
remote: + read line
remote:  [?25h Running setup.py install for MarkupSafe: started
remote: + [[ [?25l Running setup.py install for MarkupSafe: finished with status 'done' == --* ]]
remote: + [[ [?25l Running setup.py install for MarkupSafe: finished with status 'done' == ==* ]]
remote: + echo ' ' '[?25l Running setup.py install for MarkupSafe: finished with status '\''done'\'''
remote:  [?25l Running setup.py install for MarkupSafe: finished with status 'done'
remote: + read line
remote:  [?25h Running setup.py install for Jinja2: started
remote: + [[ [?25h Running setup.py install for Jinja2: started == --* ]]
remote: + [[ [?25h Running setup.py install for Jinja2: started == ==* ]]
remote: + echo ' ' '[?25h Running setup.py install for Jinja2: started'
remote: + read line
remote: + [[ [?25l Running setup.py install for Jinja2: finished with status 'done' == --* ]]
remote: + [[ [?25l Running setup.py install for Jinja2: finished with status 'done' == ==* ]]
remote: + echo ' ' '[?25l Running setup.py install for Jinja2: finished with status '\''done'\'''
remote: + read line
remote:  [?25l Running setup.py install for Jinja2: finished with status 'done'
remote: + [[ [?25h Running setup.py install for itsdangerous: started == --* ]]
remote: + [[ [?25h Running setup.py install for itsdangerous: started == ==* ]]
remote: + echo ' ' '[?25h Running setup.py install for itsdangerous: started'
remote: + read line
remote:  [?25h Running setup.py install for itsdangerous: started
remote: + [[ [?25l Running setup.py install for itsdangerous: finished with status 'done' == --* ]]
remote: + [[ [?25l Running setup.py install for itsdangerous: finished with status 'done' == ==* ]]
remote: + echo ' ' '[?25l Running setup.py install for itsdangerous: finished with status '\''done'\'''
remote: + read line
remote:  [?25l Running setup.py install for itsdangerous: finished with status 'done'
remote:  [?25h Running setup.py install for Flask: started
remote: + [[ [?25h Running setup.py install for Flask: started == --* ]]
remote: + [[ [?25h Running setup.py install for Flask: started == ==* ]]
remote: + echo ' ' '[?25h Running setup.py install for Flask: started'
remote: + read line
remote: + [[ [?25l Running setup.py install for Flask: finished with status 'done' == --* ]]
remote: + [[ [?25l Running setup.py install for Flask: finished with status 'done' == ==* ]]
remote: + echo ' ' '[?25l Running setup.py install for Flask: finished with status '\''done'\'''
remote: + read line
remote:  [?25l Running setup.py install for Flask: finished with status 'done'
remote: + [[ [?25h Running setup.py install for SQLAlchemy: started == --* ]]
remote: + [[ [?25h Running setup.py install for SQLAlchemy: started == ==* ]]
remote: + echo ' ' '[?25h Running setup.py install for SQLAlchemy: started'
remote: + read line
remote:  [?25h Running setup.py install for SQLAlchemy: started
remote: + [[ [?25l Running setup.py install for SQLAlchemy: finished with status 'done' == --* ]]
remote: + [[ [?25l Running setup.py install for SQLAlchemy: finished with status 'done' == ==* ]]
remote: + echo ' ' '[?25l Running setup.py install for SQLAlchemy: finished with status '\''done'\'''
remote: + read line
remote:  [?25l Running setup.py install for SQLAlchemy: finished with status 'done'
remote: + [[ [?25h Running setup.py install for Flask-SQLAlchemy: started == --* ]]
remote: + [[ [?25h Running setup.py install for Flask-SQLAlchemy: started == ==* ]]
remote: + echo ' ' '[?25h Running setup.py install for Flask-SQLAlchemy: started'
remote: + read line
remote:  [?25h Running setup.py install for Flask-SQLAlchemy: started
remote: + [[ [?25l Running setup.py install for Flask-SQLAlchemy: finished with status 'done' == --* ]]
remote: + [[ [?25l Running setup.py install for Flask-SQLAlchemy: finished with status 'done' == ==* ]]
remote: + echo ' ' '[?25l Running setup.py install for Flask-SQLAlchemy: finished with status '\''done'\'''
remote: + read line
remote:  [?25l Running setup.py install for Flask-SQLAlchemy: finished with status 'done'
remote: + [[ [?25h Running setup.py install for Flask-WTF: started == --* ]]
remote: + [[ [?25h Running setup.py install for Flask-WTF: started == ==* ]]
remote: + echo ' ' '[?25h Running setup.py install for Flask-WTF: started'
remote: + read line
remote:  [?25h Running setup.py install for Flask-WTF: started
remote: + [[ [?25l Running setup.py install for Flask-WTF: finished with status 'done' == --* ]]
remote: + [[ [?25l Running setup.py install for Flask-WTF: finished with status 'done' == ==* ]]
remote: + echo ' ' '[?25l Running setup.py install for Flask-WTF: finished with status '\''done'\'''
remote:  [?25l Running setup.py install for Flask-WTF: finished with status 'done'
remote: + read line
remote: + [[ [?25h Running setup.py install for PyYAML: started == --* ]]
remote: + [[ [?25h Running setup.py install for PyYAML: started == ==* ]]
remote: + echo ' ' '[?25h Running setup.py install for PyYAML: started'
remote: + read line
remote:  [?25h Running setup.py install for PyYAML: started
remote: + [[ [?25l Running setup.py install for PyYAML: finished with status 'done' == --* ]]
remote: + [[ [?25l Running setup.py install for PyYAML: finished with status 'done' == ==* ]]
remote: + echo ' ' '[?25l Running setup.py install for PyYAML: finished with status '\''done'\'''
remote: + read line
remote:  [?25l Running setup.py install for PyYAML: finished with status 'done'
remote: + [[ [?25h Running setup.py install for pycrypto: started == --* ]]
remote: + [[ [?25h Running setup.py install for pycrypto: started == ==* ]]
remote: + echo ' ' '[?25h Running setup.py install for pycrypto: started'
remote: + read line
remote:  [?25h Running setup.py install for pycrypto: started
remote: + [[ [?25l Running setup.py install for pycrypto: finished with status 'done' == --* ]]
remote: + [[ [?25l Running setup.py install for pycrypto: finished with status 'done' == ==* ]]
remote: + echo ' ' '[?25l Running setup.py install for pycrypto: finished with status '\''done'\'''
remote: + read line
remote:  [?25l Running setup.py install for pycrypto: finished with status 'done'
remote: + [[ [?25h Running setup.py install for ecdsa: started == --* ]]
remote: + [[ [?25h Running setup.py install for ecdsa: started == ==* ]]
remote: + echo ' ' '[?25h Running setup.py install for ecdsa: started'
remote: + read line
remote:  [?25h Running setup.py install for ecdsa: started
remote: + [[ [?25l Running setup.py install for ecdsa: finished with status 'done' == --* ]]
remote: + [[ [?25l Running setup.py install for ecdsa: finished with status 'done' == ==* ]]
remote: + echo ' ' '[?25l Running setup.py install for ecdsa: finished with status '\''done'\'''
remote:  [?25l Running setup.py install for ecdsa: finished with status 'done'
remote: + read line
remote: + [[ [?25h Running setup.py install for paramiko: started == --* ]]
remote: + [[ [?25h Running setup.py install for paramiko: started == ==* ]]
remote: + echo ' ' '[?25h Running setup.py install for paramiko: started'
remote:  [?25h Running setup.py install for paramiko: started
remote: + read line
remote: + [[ [?25l Running setup.py install for paramiko: finished with status 'done' == --* ]]
remote: + [[ [?25l Running setup.py install for paramiko: finished with status 'done' == ==* ]]
remote: + echo ' ' '[?25l Running setup.py install for paramiko: finished with status '\''done'\'''
remote: + read line
remote:  [?25l Running setup.py install for paramiko: finished with status 'done'
remote: + [[ [?25h Running setup.py install for httplib2: started == --* ]]
remote: + [[ [?25h Running setup.py install for httplib2: started == ==* ]]
remote: + echo ' ' '[?25h Running setup.py install for httplib2: started'
remote: + read line
remote:  [?25h Running setup.py install for httplib2: started
remote: + [[ [?25l Running setup.py install for httplib2: finished with status 'done' == --* ]]
remote: + [[ [?25l Running setup.py install for httplib2: finished with status 'done' == ==* ]]
remote: + echo ' ' '[?25l Running setup.py install for httplib2: finished with status '\''done'\'''
remote: + read line
remote:  [?25l Running setup.py install for httplib2: finished with status 'done'
remote: + [[ [?25h Running setup.py install for ansible: started == --* ]]
remote: + [[ [?25h Running setup.py install for ansible: started == ==* ]]
remote: + echo ' ' '[?25h Running setup.py install for ansible: started'
remote: + read line
remote:  [?25h Running setup.py install for ansible: started
remote: + [[ [?25l Running setup.py install for ansible: finished with status 'error' == --* ]]
remote: + [[ [?25l Running setup.py install for ansible: finished with status 'error' == ==* ]]
remote: + echo ' ' '[?25l Running setup.py install for ansible: finished with status '\''error'\'''
remote: + read line
remote:  [?25l Running setup.py install for ansible: finished with status 'error'
remote: + [[ Complete output from command /app/.heroku/python/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-W6JtgH/ansible/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('rn', 'n'), __file__, 'exec'))" install --record /tmp/pip-vYShfq-record/install-record.txt --single-version-externally-managed --compile: == --* ]]
remote: + [[ Complete output from command /app/.heroku/python/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-W6JtgH/ansible/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('rn', 'n'), __file__, 'exec'))" install --record /tmp/pip-vYShfq-record/install-record.txt --single-version-externally-managed --compile: == ==* ]]
remote: + echo ' ' 'Complete output from command /app/.heroku/python/bin/python -u -c "import setuptools, tokenize;__file__='\''/tmp/pip-build-W6JtgH/ansible/setup.py'\'';exec(compile(getattr(tokenize, '\''open'\'', open)(__file__).read().replace('\''rn'\'', '\''n'\''), __file__, '\''exec'\''))" install --record /tmp/pip-vYShfq-record/install-record.txt --single-version-externally-managed --compile:'
remote:  Complete output from command /app/.heroku/python/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-W6JtgH/ansible/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('rn', 'n'), __file__, 'exec'))" install --record /tmp/pip-vYShfq-record/install-record.txt --single-version-externally-managed --compile:
remote: + read line
remote: + [[ running install == --* ]]
remote: + [[ running install == ==* ]]
remote: + echo ' ' 'running install'
remote: + read line
remote: + [[ running build == --* ]]
remote: + [[ running build running install
remote:  running build
remote: == ==* ]]
remote: + echo ' ' 'running build'
remote: + read line
remote: + [[ running build_py == --* ]]
remote: + [[ running build_py == ==* ]]
remote: + echo ' ' 'running build_py'
remote: + read line
remote: + [[ creating build == --* ]]
remote: + [[ creating build == ==* ]]
remote: + echo ' ' 'creating build'
remote: + read line
remote: + [[ creating build/lib == --* ]]
remote: + [[ creating build/lib == ==* ]]
remote: + echo ' ' 'creating build/lib'
remote: + read line
remote: +  running build_py
remote:  creating build
remote:  creating build/lib
remote:  creating build/lib/ansible
remote:  copying lib/ansible/__init__.py -> build/lib/ansible
remote: [[ creating build/lib/ansible == --* ]]
remote: + [[ creating build/lib/ansible == ==* ]]
remote: + echo ' ' 'creating build/lib/ansible'
remote: + read line
remote: + [[ copying lib/ansible/__init__.py -> build/lib/ansible == --* ]]
remote: + [[ copying lib/ansible/__init__.py -> build/lib/ansible == ==* ]]
remote: + echo ' ' 'copying lib/ansible/__init__.py -> build/lib/ansible'
remote: + read line
remote: + [[ copying lib/ansible/constants.py -> build/lib/ansible == --* ]]
remote: + [[ copying lib/ansible/constants.py -> build/lib/ansible == ==* ]]
remote:  copying lib/ansible/constants.py -> build/lib/ansible
remote: + echo ' ' 'copying lib/ansible/constants.py -> build/lib/ansible'
remote: + read line
remote: + [[ copying lib/ansible/module_common.py -> build/lib/ansible == --* ]]
remote: + [[ copying lib/ansible/module_common.py -> build/lib/ansible == ==* ]]
remote: + echo ' ' 'copying lib/ansible/module_common.py -> build/lib/ansible'
remote: + read line
remote: + [[  copying lib/ansible/module_common.py -> build/lib/ansible
remote: copying lib/ansible/callbacks.py -> build/lib/ansible == --* ]]
remote: + [[ copying lib/ansible/callbacks.py -> build/lib/ansible == ==* ]]
remote: + echo ' ' 'copying lib/ansible/callbacks.py -> build/lib/ansible'
remote: + read line
remote: + [[ copying lib/ansible/color.py -> build/lib/ansible == --* ]]
remote: + [[ copying lib/ansible/color.py -> build/lib/ansible == ==* ]]
remote: + echo ' ' 'copying lib/ansible/color.py -> build/lib/ansible'
remote: + read line
remote: + [[ copying lib/ansible/errors.py -> build/lib/ansible == --* ]]
remote: + [[ copying lib/ansible/errors.py -> build/lib/ansible == ==* ]]
remote: + echo ' ' 'copying lib/ansible/errors.py -> build/lib/ansible'
remote: + read line
remote:  copying lib/ansible/callbacks.py -> build/lib/ansible
remote:  copying lib/ansible/color.py -> build/lib/ansible
remote:  copying lib/ansible/errors.py -> build/lib/ansible
remote:  creating build/lib/ansible/utils
remote:  copying lib/ansible/utils/__init__.py -> build/lib/ansible/utils
remote:  copying lib/ansible/utils/template.py -> build/lib/ansible/utils
remote: + [[ creating build/lib/ansible/utils == --* ]]
remote: + [[ creating build/lib/ansible/utils == ==* ]]
remote: + echo ' ' 'creating build/lib/ansible/utils'
remote: + read line
remote: + [[ copying lib/ansible/utils/__init__.py -> build/lib/ansible/utils == --* ]]
remote: + [[ copying lib/ansible/utils/__init__.py -> build/lib/ansible/utils == ==* ]]
remote: + echo ' ' 'copying lib/ansible/utils/__init__.py -> build/lib/ansible/utils'
remote: + read line
remote: + [[ copying lib/ansible/utils/template.py -> build/lib/ansible/utils == --* ]]
remote: + [[ copying lib/ansible/utils/template.py -> build/lib/ansible/utils == ==* ]]
remote: + echo ' ' 'copying lib/ansible/utils/template.py -> build/lib/ansible/utils'
remote: + read line
remote: + [[ copying lib/ansible/utils/plugins.py -> build/lib/ansible/utils == --* ]]
remote: + [[ copying lib/ansible/utils/plugins.py -> build/lib/ansible/utils == ==* ]]
remote: + echo ' ' 'copying lib/ansible/utils/plugins.py -> build/lib/ansible/utils'
remote: + read line
remote: + [[ copying lib/ansible/utils/module_docs.py -> build/lib/ansible/utils == --* ]]
remote: + [[ copying lib/ansible/utils/module_docs.py -> build/lib/ansible/utils == ==* ]]
remote: + echo ' ' 'copying lib/ansible/utils/module_docs.py -> build/lib/ansible/utils'
remote: + read line
remote: + [[ creating build/lib/ansible/inventory == --* ]]
remote: + [[ creating build/lib/ansible/inventory == ==* ]]
remote: + echo ' ' 'creating build/lib/ansible/inventory'
remote: + read line
remote: + [[ copying lib/ansible/inventory/__init__.py -> build/lib/ansible/inventory == --* ]]
remote: + [[ copying lib/ansible/inventory/__init__.py -> build/lib/ansible/inventory == ==* ]]
remote: + echo ' ' 'copying lib/ansible/inventory/__init__.py -> build/lib/ansible/inventory'
remote: + read line
remote: + [[ copying lib/ansible/inventory/group.py -> build/lib/ansible/inventory == --* ]]
remote: + [[ copying lib/ansible/inventory/group.py -> build/lib/ansible/inventory == ==* ]]
remote: + echo ' ' 'copying lib/ansible/inventory/group.py -> build/lib/ansible/inventory'
remote: + read line
remote: + [[ copying lib/ansible/inventory/ini.py -> build/lib/ansible/inventory == --* ]]
remote: + [[ copying lib/ansible/inventory/ini.py -> build/lib/ansible/inventory == ==* ]]
remote: + echo ' ' 'copying lib/ansible/inventory/ini.py -> build/lib/ansible/inventory'
remote: + read line
remote: + [[ copying lib/ansible/inventory/expand_hosts.py -> build/lib/ansible/inventory == --* ]]
remote: + [[ copying lib/ansible/inventory/expand_hosts.py -> build/lib/ansible/inventory == ==* ]]
remote:  copying lib/ansible/utils/plugins.py -> build/lib/ansible/utils
remote:  copying lib/ansible/utils/module_docs.py -> build/lib/ansible/utils
remote:  creating build/lib/ansible/inventory
remote:  copying lib/ansible/inventory/__init__.py -> build/lib/ansible/inventory
remote:  copying lib/ansible/inventory/group.py -> build/lib/ansible/inventory
remote:  copying lib/ansible/inventory/ini.py -> build/lib/ansible/inventory
remote: + echo ' ' 'copying lib/ansible/inventory/expand_hosts.py -> build/lib/ansible/inventory'
remote: + read line
remote: + [[ copying lib/ansible/inventory/script.py -> build/lib/ansible/inventory == --* ]]
remote: + [[ copying lib/ansible/inventory/script.py -> build/lib/ansible/inventory == ==* ]]
remote: + echo ' ' 'copying lib/ansible/inventory/script.py -> build/lib/ansible/inventory'
remote: + read line
remote: + [[ copying lib/ansible/inventory/host.py -> build/lib/ansible/inventory == --* ]]
remote: + [[ copying lib/ansible/inventory/host.py -> build/lib/ansible/inventory == ==* ]]
remote: + echo ' ' 'copying lib/ansible/inventory/host.py -> build/lib/ansible/inventory'
remote: + read line
remote: + [[ copying lib/ansible/inventory/dir.py -> build/lib/ansible/inventory == --* ]]
remote: + [[ copying lib/ansible/inventory/dir.py -> build/lib/ansible/inventory == ==* ]]
remote: + echo ' ' 'copying lib/ansible/inventory/dir.py -> build/lib/ansible/inventory'
remote: + read line
remote: + [[ creating build/lib/ansible/inventory/vars_plugins == --* ]]
remote: + [[ creating build/lib/ansible/inventory/vars_plugins == ==* ]]
remote: + echo ' ' 'creating build/lib/ansible/inventory/vars_plugins'
remote: + read line
remote: + [[ copying lib/ansible/inventory/vars_plugins/__init__.py -> build/lib/ansible/inventory/vars_plugins == --* ]]
remote: + [[ copying lib/ansible/inventory/vars_plugins/__init__.py -> build/lib/ansible/inventory/vars_plugins == ==* ]]
remote: + echo ' ' 'copying lib/ansible/inventory/vars_plugins/__init__.py -> build/lib/ansible/inventory/vars_plugins'
remote: + read line
remote:  copying lib/ansible/inventory/expand_hosts.py -> build/lib/ansible/inventory
remote:  copying lib/ansible/inventory/script.py -> build/lib/ansible/inventory
remote:  copying lib/ansible/inventory/host.py -> build/lib/ansible/inventory
remote:  copying lib/ansible/inventory/dir.py -> build/lib/ansible/inventory
remote:  creating build/lib/ansible/inventory/vars_plugins
remote:  copying lib/ansible/inventory/vars_plugins/__init__.py -> build/lib/ansible/inventory/vars_plugins
remote:  copying lib/ansible/inventory/vars_plugins/group_vars.py -> build/lib/ansible/inventory/vars_plugins
remote:  creating build/lib/ansible/playbook
remote: + [[ copying lib/ansible/inventory/vars_plugins/group_vars.py -> build/lib/ansible/inventory/vars_plugins == --* ]]
remote: + [[ copying lib/ansible/inventory/vars_plugins/group_vars.py -> build/lib/ansible/inventory/vars_plugins == ==* ]]
remote: + echo ' ' 'copying lib/ansible/inventory/vars_plugins/group_vars.py -> build/lib/ansible/inventory/vars_plugins'
remote: + read line
remote: + [[ creating build/lib/ansible/playbook == --* ]]
remote: + [[ creating build/lib/ansible/playbook == ==* ]]
remote: + echo ' ' 'creating build/lib/ansible/playbook'
remote: + read line
remote: + [[ copying lib/ansible/playbook/__init__.py -> build/lib/ansible/playbook == --* ]]
remote: + [[ copying lib/ansible/playbook/__init__.py -> build/lib/ansible/playbook == ==* ]]
remote: + echo ' ' 'copying lib/ansible/playbook/__init__.py -> build/lib/ansible/playbook'
remote: + read line
remote: + [[ copying lib/ansible/playbook/play.py -> build/lib/ansible/playbook == --* ]]
remote: + [[ copying lib/ansible/playbook/play.py -> build/lib/ansible/playbook == ==* ]]
remote: + echo ' ' 'copying lib/ansible/playbook/play.py -> build/lib/ansible/playbook'
remote: + read line
remote: + [[ copying lib/ansible/playbook/task.py -> build/lib/ansible/playbook == --* ]]
remote: + [[ copying lib/ansible/playbook/task.py -> build/lib/ansible/playbook == ==* ]]
remote: + echo ' ' 'copying lib/ansible/playbook/task.py -> build/lib/ansible/playbook'
remote: + read line
remote: + [[ creating build/lib/ansible/runner == --* ]]
remote: + [[ creating build/lib/ansible/runner == ==* ]]
remote: + echo ' ' 'creating build/lib/ansible/runner'
remote: + read line
remote: + [[ copying lib/ansible/runner/__init__.py -> build/lib/ansible/runner == --* ]]
remote: + [[ copying lib/ansible/runner/__init__.py -> build/lib/ansible/runner == ==* ]]
remote: + echo ' ' 'copying lib/ansible/runner/__init__.py -> build/lib/ansible/runner'
remote: + read line
remote:  copying lib/ansible/playbook/__init__.py -> build/lib/ansible/playbook
remote:  copying lib/ansible/playbook/play.py -> build/lib/ansible/playbook
remote:  copying lib/ansible/playbook/task.py -> build/lib/ansible/playbook
remote:  creating build/lib/ansible/runner
remote:  copying lib/ansible/runner/__init__.py -> build/lib/ansible/runner
remote:  copying lib/ansible/runner/connection.py -> build/lib/ansible/runner
remote:  copying lib/ansible/runner/return_data.py -> build/lib/ansible/runner
remote: + [[ copying lib/ansible/runner/connection.py -> build/lib/ansible/runner == --* ]]
remote: + [[ copying lib/ansible/runner/connection.py -> build/lib/ansible/runner == ==* ]]
remote: + echo ' ' 'copying lib/ansible/runner/connection.py -> build/lib/ansible/runner'
remote: + read line
remote: + [[ copying lib/ansible/runner/return_data.py -> build/lib/ansible/runner == --* ]]
remote: + [[ copying lib/ansible/runner/return_data.py -> build/lib/ansible/runner == ==* ]]
remote: + echo ' ' 'copying lib/ansible/runner/return_data.py -> build/lib/ansible/runner'
remote: + read line
remote: + [[ copying lib/ansible/runner/poller.py -> build/lib/ansible/runner == --* ]]
remote: + [[ copying lib/ansible/runner/poller.py -> build/lib/ansible/runner == ==* ]]
remote: + echo ' ' 'copying lib/ansible/runner/poller.py -> build/lib/ansible/runner'
remote: + read line
remote: + [[ creating build/lib/ansible/runner/action_plugins == --* ]]
remote: + [[ creating build/lib/ansible/runner/action_plugins == ==* ]]
remote: + echo ' ' 'creating build/lib/ansible/runner/action_plugins'
remote: + read line
remote: + [[ copying lib/ansible/runner/action_plugins/pause.py -> build/lib/ansible/runner/action_plugins == --* ]]
remote: + [[ copying lib/ansible/runner/action_plugins/pause.py -> build/lib/ansible/runner/action_plugins == ==* ]]
remote: + echo ' ' 'copying lib/ansible/runner/action_plugins/pause.py -> build/lib/ansible/runner/action_plugins'
remote: + read line
remote: + [[ copying lib/ansible/runner/action_plugins/__init__.py -> build/lib/ansible/runner/action_plugins == --* ]]
remote: + [[ copying lib/ansible/runner/action_plugins/__init__.py -> build/lib/ansible/runner/action_plugins == ==* ]]
remote: + echo ' ' 'copying lib/ansible/runner/action_plugins/__init__.py -> build/lib/ansible/runner/action_plugins'
remote: + read line
remote: + [[ copying lib/ansible/runner/action_plugins/debug.py -> build/lib/ansible/runner/action_plugins == --* ]]
remote: + [[ copying lib/ansible/runner/action_plugins/debug.py -> build/lib/ansible/runner/action_plugins == ==* ]]
remote: + echo ' ' 'copying lib/ansible/runner/action_plugins/debug.py -> build/lib/ansible/runner/action_plugins'
remote: + read line
remote:  copying lib/ansible/runner/poller.py -> build/lib/ansible/runner
remote:  creating build/lib/ansible/runner/action_plugins
remote:  copying lib/ansible/runner/action_plugins/pause.py -> build/lib/ansible/runner/action_plugins
remote:  copying lib/ansible/runner/action_plugins/__init__.py -> build/lib/ansible/runner/action_plugins
remote:  copying lib/ansible/runner/action_plugins/debug.py -> build/lib/ansible/runner/action_plugins
remote:  copying lib/ansible/runner/action_plugins/synchronize.py -> build/lib/ansible/runner/action_plugins
remote:  copying lib/ansible/runner/action_plugins/copy.py -> build/lib/ansible/runner/action_plugins
remote: + [[ copying lib/ansible/runner/action_plugins/synchronize.py -> build/lib/ansible/runner/action_plugins == --* ]]
remote: + [[ copying lib/ansible/runner/action_plugins/synchronize.py -> build/lib/ansible/runner/action_plugins == ==* ]]
remote: + echo ' ' 'copying lib/ansible/runner/action_plugins/synchronize.py -> build/lib/ansible/runner/action_plugins'
remote: + read line
remote: + [[ copying lib/ansible/runner/action_plugins/copy.py -> build/lib/ansible/runner/action_plugins == --* ]]
remote: + [[ copying lib/ansible/runner/action_plugins/copy.py -> build/lib/ansible/runner/action_plugins == ==* ]]
remote: + echo ' ' 'copying lib/ansible/runner/action_plugins/copy.py -> build/lib/ansible/runner/action_plugins'
remote: + read line
remote: + [[ copying lib/ansible/runner/action_plugins/template.py -> build/lib/ansible/runner/action_plugins == --* ]]
remote: + [[ copying lib/ansible/runner/action_plugins/template.py -> build/lib/ansible/runner/action_plugins == ==* ]]
remote: + echo ' ' 'copying lib/ansible/runner/action_plugins/template.py -> build/lib/ansible/runner/action_plugins'
remote: + read line
remote: + [[ copying lib/ansible/runner/action_plugins/add_host.py -> build/lib/ansible/runner/action_plugins == --* ]]
remote: + [[ copying lib/ansible/runner/action_plugins/add_host.py -> build/lib/ansible/runner/action_plugins == ==* ]]
remote: + echo ' ' 'copying lib/ansible/runner/action_plugins/add_host.py -> build/lib/ansible/runner/action_plugins'
remote: + read line
remote: + [[ copying lib/ansible/runner/action_plugins/script.py -> build/lib/ansible/runner/action_plugins == --* ]]
remote: + [[ copying lib/ansible/runner/action_plugins/script.py -> build/lib/ansible/runner/action_plugins == ==* ]]
remote: + echo ' ' 'copying lib/ansible/runner/action_plugins/script.py -> build/lib/ansible/runner/action_plugins'
remote: + read line
remote: + [[ copying lib/ansible/runner/action_plugins/raw.py -> build/lib/ansible/runner/action_plugins == --* ]]
remote: + [[ copying lib/ansible/runner/action_plugins/raw.py -> build/lib/ansible/runner/action_plugins == ==* ]]
remote: + echo ' ' 'copying lib/ansible/runner/action_plugins/raw.py -> build/lib/ansible/runner/action_plugins'
remote: + read line
remote: + [[ copying lib/ansible/runner/action_plugins/group_by.py -> build/lib/ansible/runner/action_plugins == --* ]]
remote: + [[ copying lib/ansible/runner/action_plugins/group_by.py -> build/lib/ansible/runner/action_plugins == ==* ]]
remote:  copying lib/ansible/runner/action_plugins/template.py -> build/lib/ansible/runner/action_plugins
remote:  copying lib/ansible/runner/action_plugins/add_host.py -> build/lib/ansible/runner/action_plugins
remote:  copying lib/ansible/runner/action_plugins/script.py -> build/lib/ansible/runner/action_plugins
remote:  copying lib/ansible/runner/action_plugins/raw.py -> build/lib/ansible/runner/action_plugins
remote:  copying lib/ansible/runner/action_plugins/group_by.py -> build/lib/ansible/runner/action_plugins
remote:  copying lib/ansible/runner/action_plugins/unarchive.py -> build/lib/ansible/runner/action_plugins
remote:  copying lib/ansible/runner/action_plugins/fetch.py -> build/lib/ansible/runner/action_plugins
remote:  copying lib/ansible/runner/action_plugins/assemble.py -> build/lib/ansible/runner/action_plugins
remote:  copying lib/ansible/runner/action_plugins/async.py -> build/lib/ansible/runner/action_plugins
remote: + echo ' ' 'copying lib/ansible/runner/action_plugins/group_by.py -> build/lib/ansible/runner/action_plugins'
remote: + read line
remote: + [[ copying lib/ansible/runner/action_plugins/unarchive.py -> build/lib/ansible/runner/action_plugins == --* ]]
remote: + [[ copying lib/ansible/runner/action_plugins/unarchive.py -> build/lib/ansible/runner/action_plugins == ==* ]]
remote: + echo ' ' 'copying lib/ansible/runner/action_plugins/unarchive.py -> build/lib/ansible/runner/action_plugins'
remote: + read line
remote: + [[ copying lib/ansible/runner/action_plugins/fetch.py -> build/lib/ansible/runner/action_plugins == --* ]]
remote: + [[ copying lib/ansible/runner/action_plugins/fetch.py -> build/lib/ansible/runner/action_plugins == ==* ]]
remote: + echo ' ' 'copying lib/ansible/runner/action_plugins/fetch.py -> build/lib/ansible/runner/action_plugins'
remote: + read line
remote: + [[ copying lib/ansible/runner/action_plugins/assemble.py -> build/lib/ansible/runner/action_plugins == --* ]]
remote: + [[ copying lib/ansible/runner/action_plugins/assemble.py -> build/lib/ansible/runner/action_plugins == ==* ]]
remote: + echo ' ' 'copying lib/ansible/runner/action_plugins/assemble.py -> build/lib/ansible/runner/action_plugins'
remote: + read line
remote: + [[ copying lib/ansible/runner/action_plugins/async.py -> build/lib/ansible/runner/action_plugins == --* ]]
remote: + [[ copying lib/ansible/runner/action_plugins/async.py -> build/lib/ansible/runner/action_plugins == ==* ]]
remote: + echo ' ' 'copying lib/ansible/runner/action_plugins/async.py -> build/lib/ansible/runner/action_plugins'
remote: + read line
remote: + [[ copying lib/ansible/runner/action_plugins/include_vars.py -> build/lib/ansible/runner/action_plugins == --* ]]
remote: + [[ copying lib/ansible/runner/action_plugins/include_vars.py -> build/lib/ansible/runner/action_plugins == ==* ]]
remote: + echo ' ' 'copying lib/ansible/runner/action_plugins/include_vars.py -> build/lib/ansible/runner/action_plugins'
remote: + read line
remote:  copying lib/ansible/runner/action_plugins/include_vars.py -> build/lib/ansible/runner/action_plugins
remote:  copying lib/ansible/runner/action_plugins/fail.py -> build/lib/ansible/runner/action_plugins
remote:  copying lib/ansible/runner/action_plugins/set_fact.py -> build/lib/ansible/runner/action_plugins
remote:  copying lib/ansible/runner/action_plugins/normal.py -> build/lib/ansible/runner/action_plugins
remote:  creating build/lib/ansible/runner/lookup_plugins
remote: + [[ copying lib/ansible/runner/action_plugins/fail.py -> build/lib/ansible/runner/action_plugins == --* ]]
remote: + [[ copying lib/ansible/runner/action_plugins/fail.py -> build/lib/ansible/runner/action_plugins == ==* ]]
remote: + echo ' ' 'copying lib/ansible/runner/action_plugins/fail.py -> build/lib/ansible/runner/action_plugins'
remote: + read line
remote: + [[ copying lib/ansible/runner/action_plugins/set_fact.py -> build/lib/ansible/runner/action_plugins == --* ]]
remote: + [[ copying lib/ansible/runner/action_plugins/set_fact.py -> build/lib/ansible/runner/action_plugins == ==* ]]
remote: + echo ' ' 'copying lib/ansible/runner/action_plugins/set_fact.py -> build/lib/ansible/runner/action_plugins'
remote: + read line
remote: + [[ copying lib/ansible/runner/action_plugins/normal.py -> build/lib/ansible/runner/action_plugins == --* ]]
remote: + [[ copying lib/ansible/runner/action_plugins/normal.py -> build/lib/ansible/runner/action_plugins == ==* ]]
remote: + echo ' ' 'copying lib/ansible/runner/action_plugins/normal.py -> build/lib/ansible/runner/action_plugins'
remote: + read line
remote: + [[ creating build/lib/ansible/runner/lookup_plugins == --* ]]
remote: + [[ creating build/lib/ansible/runner/lookup_plugins == ==* ]]
remote: + echo ' ' 'creating build/lib/ansible/runner/lookup_plugins'
remote: + read line
remote: + [[ copying lib/ansible/runner/lookup_plugins/inventory_hostnames.py -> build/lib/ansible/runner/lookup_plugins == --* ]]
remote: + [[ copying lib/ansible/runner/lookup_plugins/inventory_hostnames.py -> build/lib/ansible/runner/lookup_plugins == ==* ]]
remote: + echo ' ' 'copying lib/ansible/runner/lookup_plugins/inventory_hostnames.py -> build/lib/ansible/runner/lookup_plugins'
remote: + read line
remote: + [[ copying lib/ansible/runner/lookup_plugins/lines.py -> build/lib/ansible/runner/lookup_plugins == --* ]]
remote:  copying lib/ansible/runner/lookup_plugins/inventory_hostnames.py -> build/lib/ansible/runner/lookup_plugins
remote:  copying lib/ansible/runner/lookup_plugins/lines.py -> build/lib/ansible/runner/lookup_plugins
remote:  copying lib/ansible/runner/lookup_plugins/__init__.py -> build/lib/ansible/runner/lookup_plugins
remote:  copying lib/ansible/runner/lookup_plugins/file.py -> build/lib/ansible/runner/lookup_plugins
remote:  copying lib/ansible/runner/lookup_plugins/items.py -> build/lib/ansible/runner/lookup_plugins
remote: + [[ copying lib/ansible/runner/lookup_plugins/lines.py -> build/lib/ansible/runner/lookup_plugins == ==* ]]
remote: + echo ' ' 'copying lib/ansible/runner/lookup_plugins/lines.py -> build/lib/ansible/runner/lookup_plugins'
remote: + read line
remote: + [[ copying lib/ansible/runner/lookup_plugins/__init__.py -> build/lib/ansible/runner/lookup_plugins == --* ]]
remote: + [[ copying lib/ansible/runner/lookup_plugins/__init__.py -> build/lib/ansible/runner/lookup_plugins == ==* ]]
remote: + echo ' ' 'copying lib/ansible/runner/lookup_plugins/__init__.py -> build/lib/ansible/runner/lookup_plugins'
remote: + read line
remote: + [[ copying lib/ansible/runner/lookup_plugins/file.py -> build/lib/ansible/runner/lookup_plugins == --* ]]
remote: + [[ copying lib/ansible/runner/lookup_plugins/file.py -> build/lib/ansible/runner/lookup_plugins == ==* ]]
remote: + echo ' ' 'copying lib/ansible/runner/lookup_plugins/file.py -> build/lib/ansible/runner/lookup_plugins'
remote: + read line
remote: + [[ copying lib/ansible/runner/lookup_plugins/items.py -> build/lib/ansible/runner/lookup_plugins == --* ]]
remote: + [[ copying lib/ansible/runner/lookup_plugins/items.py -> build/lib/ansible/runner/lookup_plugins == ==* ]]
remote: + echo ' ' 'copying lib/ansible/runner/lookup_plugins/items.py -> build/lib/ansible/runner/lookup_plugins'
remote: + read line
remote: + [[ copying lib/ansible/runner/lookup_plugins/subelements.py -> build/lib/ansible/runner/lookup_plugins == --* ]]
remote: + [[ copying lib/ansible/runner/lookup_plugins/subelements.py -> build/lib/ansible/runner/lookup_plugins == ==* ]]
remote: + echo ' ' 'copying lib/ansible/runner/lookup_plugins/subelements.py -> build/lib/ansible/runner/lookup_plugins'
remote: + read line
remote: + [[ copying lib/ansible/runner/lookup_plugins/password.py -> build/lib/ansible/runner/lookup_plugins == --* ]]
remote: + [[ copying lib/ansible/runner/lookup_plugins/password.py -> build/lib/ansible/runner/lookup_plugins == ==* ]]
remote: + echo ' ' 'copying lib/ansible/runner/lookup_plugins/password.py -> build/lib/ansible/runner/lookup_plugins'
remote: + read line
remote: + [[ copying lib/ansible/runner/lookup_plugins/sequence.py -> build/lib/ansible/runner/lookup_plugins == --* ]]
remote: + [[ copying lib/ansible/runner/lookup_plugins/sequence.py -> build/lib/ansible/runner/lookup_plugins == ==* ]]
remote: + echo ' ' 'copying lib/ansible/runner/lookup_plugins/sequence.py -> build/lib/ansible/runner/lookup_plugins'
remote: + read line
remote: + [[ copying lib/ansible/runner/lookup_plugins/fileglob.py -> build/lib/ansible/runner/lookup_plugins == --* ]]
remote: + [[ copying lib/ansible/runner/lookup_plugins/fileglob.py -> build/lib/ansible/runner/lookup_plugins == ==* ]]
remote: + echo ' ' 'copying lib/ansible/runner/lookup_plugins/fileglob.py -> build/lib/ansible/runner/lookup_plugins'
remote: + read line
remote:  copying lib/ansible/runner/lookup_plugins/subelements.py -> build/lib/ansible/runner/lookup_plugins
remote:  copying lib/ansible/runner/lookup_plugins/password.py -> build/lib/ansible/runner/lookup_plugins
remote:  copying lib/ansible/runner/lookup_plugins/sequence.py -> build/lib/ansible/runner/lookup_plugins
remote:  copying lib/ansible/runner/lookup_plugins/fileglob.py -> build/lib/ansible/runner/lookup_plugins
remote: + [[ copying lib/ansible/runner/lookup_plugins/first_found.py -> build/lib/ansible/runner/lookup_plugins == --* ]]
remote: + [[ copying lib/ansible/runner/lookup_plugins/first_found.py -> build/lib/ansible/runner/lookup_plugins == ==* ]]
remote: + echo ' ' 'copying lib/ansible/runner/lookup_plugins/first_found.py -> build/lib/ansible/runner/lookup_plugins'
remote: + read line
remote: + [[ copying lib/ansible/runner/lookup_plugins/dnstxt.py -> build/lib/ansible/runner/lookup_plugins == --* ]]
remote: + [[ copying lib/ansible/runner/lookup_plugins/dnstxt.py -> build/lib/ansible/runner/lookup_plugins == ==* ]]
remote: + echo ' ' 'copying lib/ansible/runner/lookup_plugins/dnstxt.py -> build/lib/ansible/runner/lookup_plugins'
remote: + read line
remote: + [[ copying lib/ansible/runner/lookup_plugins/indexed_items.py -> build/lib/ansible/runner/lookup_plugins == --* ]]
remote: + [[ copying lib/ansible/runner/lookup_plugins/indexed_items.py -> build/lib/ansible/runner/lookup_plugins == ==* ]]
remote: + echo ' ' 'copying lib/ansible/runner/lookup_plugins/indexed_items.py -> build/lib/ansible/runner/lookup_plugins'
remote: + read line
remote: + [[ copying lib/ansible/runner/lookup_plugins/template.py -> build/lib/ansible/runner/lookup_plugins == --* ]]
remote:  copying lib/ansible/runner/lookup_plugins/first_found.py -> build/lib/ansible/runner/lookup_plugins
remote:  copying lib/ansible/runner/lookup_plugins/dnstxt.py -> build/lib/ansible/runner/lookup_plugins
remote:  copying lib/ansible/runner/lookup_plugins/indexed_items.py -> build/lib/ansible/runner/lookup_plugins
remote: + [[ copying lib/ansible/runner/lookup_plugins/template.py -> build/lib/ansible/runner/lookup_plugins == ==* ]]
remote: + echo ' ' 'copying lib/ansible/runner/lookup_plugins/template.py -> build/lib/ansible/runner/lookup_plugins'
remote: + read line
remote: + [[ copying lib/ansible/runner/lookup_plugins/redis_kv.py -> build/lib/ansible/runner/lookup_plugins == --* ]]
remote: + [[ copying lib/ansible/runner/lookup_plugins/redis_kv.py -> build/lib/ansible/runner/lookup_plugins == ==* ]]
remote: + echo ' ' 'copying lib/ansible/runner/lookup_plugins/redis_kv.py -> build/lib/ansible/runner/lookup_plugins'
remote: + read line
remote: + [[ copying lib/ansible/runner/lookup_plugins/flattened.py -> build/lib/ansible/runner/lookup_plugins == --* ]]
remote: + [[ copying lib/ansible/runner/lookup_plugins/flattened.py -> build/lib/ansible/runner/lookup_plugins == ==* ]]
remote: + echo ' ' 'copying lib/ansible/runner/lookup_plugins/flattened.py -> build/lib/ansible/runner/lookup_plugins'
remote: + read line
remote: + [[ copying lib/ansible/runner/lookup_plugins/env.py -> build/lib/ansible/runner/lookup_plugins == --* ]]
remote: + [[ copying lib/ansible/runner/lookup_plugins/env.py -> build/lib/ansible/runner/lookup_plugins == ==* ]]
remote: + echo ' ' 'copying lib/ansible/runner/lookup_plugins/env.py -> build/lib/ansible/runner/lookup_plugins'
remote: + read line
remote:  copying lib/ansible/runner/lookup_plugins/template.py -> build/lib/ansible/runner/lookup_plugins
remote:  copying lib/ansible/runner/lookup_plugins/redis_kv.py -> build/lib/ansible/runner/lookup_plugins
remote:  copying lib/ansible/runner/lookup_plugins/flattened.py -> build/lib/ansible/runner/lookup_plugins
remote:  copying lib/ansible/runner/lookup_plugins/env.py -> build/lib/ansible/runner/lookup_plugins
remote: + [[ copying lib/ansible/runner/lookup_plugins/random_choice.py -> build/lib/ansible/runner/lookup_plugins == --* ]]
remote: + [[ copying lib/ansible/runner/lookup_plugins/random_choice.py -> build/lib/ansible/runner/lookup_plugins == ==* ]]
remote: + echo ' ' 'copying lib/ansible/runner/lookup_plugins/random_choice.py -> build/lib/ansible/runner/lookup_plugins'
remote: + read line
remote: + [[ copying lib/ansible/runner/lookup_plugins/pipe.py -> build/lib/ansible/runner/lookup_plugins == --* ]]
remote: + [[ copying lib/ansible/runner/lookup_plugins/pipe.py -> build/lib/ansible/runner/lookup_plugins == ==* ]]
remote: + echo ' ' 'copying lib/ansible/runner/lookup_plugins/pipe.py -> build/lib/ansible/runner/lookup_plugins'
remote: + read line
remote: + [[ copying lib/ansible/runner/lookup_plugins/etcd.py -> build/lib/ansible/runner/lookup_plugins == --* ]]
remote: + [[ copying lib/ansible/runner/lookup_plugins/etcd.py -> build/lib/ansible/runner/lookup_plugins == ==* ]]
remote: + echo ' ' 'copying lib/ansible/runner/lookup_plugins/etcd.py -> build/lib/ansible/runner/lookup_plugins'
remote: + read line
remote: + [[ copying lib/ansible/runner/lookup_plugins/nested.py -> build/lib/ansible/runner/lookup_plugins == --* ]]
remote: + [[ copying lib/ansible/runner/lookup_plugins/nested.py -> build/lib/ansible/runner/lookup_plugins == ==* ]]
remote: + echo ' ' 'copying lib/ansible/runner/lookup_plugins/nested.py -> build/lib/ansible/runner/lookup_plugins'
remote: + read line
remote:  copying lib/ansible/runner/lookup_plugins/random_choice.py -> build/lib/ansible/runner/lookup_plugins
remote:  copying lib/ansible/runner/lookup_plugins/pipe.py -> build/lib/ansible/runner/lookup_plugins
remote:  copying lib/ansible/runner/lookup_plugins/etcd.py -> build/lib/ansible/runner/lookup_plugins
remote:  copying lib/ansible/runner/lookup_plugins/nested.py -> build/lib/ansible/runner/lookup_plugins
remote: + [[ copying lib/ansible/runner/lookup_plugins/together.py -> build/lib/ansible/runner/lookup_plugins == --* ]]
remote: + [[ copying lib/ansible/runner/lookup_plugins/together.py -> build/lib/ansible/runner/lookup_plugins == ==* ]]
remote: + echo ' ' 'copying lib/ansible/runner/lookup_plugins/together.py -> build/lib/ansible/runner/lookup_plugins'
remote: + read line
remote: + [[ creating build/lib/ansible/runner/connection_plugins == --* ]]
remote: + [[ creating build/lib/ansible/runner/connection_plugins == ==* ]]
remote: + echo ' ' 'creating build/lib/ansible/runner/connection_plugins'
remote: + read line
remote: + [[ copying lib/ansible/runner/connection_plugins/__init__.py -> build/lib/ansible/runner/connection_plugins == --* ]]
remote: + [[ copying lib/ansible/runner/connection_plugins/__init__.py -> build/lib/ansible/runner/connection_plugins == ==* ]]
remote: + echo ' ' 'copying lib/ansible/runner/connection_plugins/__init__.py -> build/lib/ansible/runner/connection_plugins'
remote: + read line
remote: + [[ copying lib/ansible/runner/connection_plugins/ssh.py -> build/lib/ansible/runner/connection_plugins == --* ]]
remote: + [[ copying lib/ansible/runner/connection_plugins/ssh.py -> build/lib/ansible/runner/connection_plugins == ==* ]]
remote: + echo ' ' 'copying lib/ansible/runner/connection_plugins/ssh.py -> build/lib/ansible/runner/connection_plugins'
remote: + read line
remote:  copying lib/ansible/runner/lookup_plugins/together.py -> build/lib/ansible/runner/lookup_plugins
remote:  creating build/lib/ansible/runner/connection_plugins
remote:  copying lib/ansible/runner/connection_plugins/__init__.py -> build/lib/ansible/runner/connection_plugins
remote:  copying lib/ansible/runner/connection_plugins/ssh.py -> build/lib/ansible/runner/connection_plugins
remote: + [[ copying lib/ansible/runner/connection_plugins/fireball.py -> build/lib/ansible/runner/connection_plugins == --* ]]
remote: + [[ copying lib/ansible/runner/connection_plugins/fireball.py -> build/lib/ansible/runner/connection_plugins == ==* ]]
remote: + echo ' ' 'copying lib/ansible/runner/connection_plugins/fireball.py -> build/lib/ansible/runner/connection_plugins'
remote: + read line
remote: + [[ copying lib/ansible/runner/connection_plugins/paramiko_ssh.py -> build/lib/ansible/runner/connection_plugins == --* ]]
remote: + [[ copying lib/ansible/runner/connection_plugins/paramiko_ssh.py -> build/lib/ansible/runner/connection_plugins == ==* ]]
remote: + echo ' ' 'copying lib/ansible/runner/connection_plugins/paramiko_ssh.py -> build/lib/ansible/runner/connection_plugins'
remote: + read line
remote: + [[ copying lib/ansible/runner/connection_plugins/jail.py -> build/lib/ansible/runner/connection_plugins == --* ]]
remote: + [[ copying lib/ansible/runner/connection_plugins/jail.py -> build/lib/ansible/runner/connection_plugins == ==* ]]
remote: + echo ' ' 'copying lib/ansible/runner/connection_plugins/jail.py -> build/lib/ansible/runner/connection_plugins'
remote: + read line
remote: + [[ copying lib/ansible/runner/connection_plugins/funcd.py -> build/lib/ansible/runner/connection_plugins == --* ]]
remote: + [[ copying lib/ansible/runner/connection_plugins/funcd.py -> build/lib/ansible/runner/connection_plugins == ==* ]]
remote: + echo ' ' 'copying lib/ansible/runner/connection_plugins/funcd.py -> build/lib/ansible/runner/connection_plugins'
remote: + read line
remote:  copying lib/ansible/runner/connection_plugins/fireball.py -> build/lib/ansible/runner/connection_plugins
remote:  copying lib/ansible/runner/connection_plugins/paramiko_ssh.py -> build/lib/ansible/runner/connection_plugins
remote:  copying lib/ansible/runner/connection_plugins/jail.py -> build/lib/ansible/runner/connection_plugins
remote:  copying lib/ansible/runner/connection_plugins/funcd.py -> build/lib/ansible/runner/connection_plugins
remote:  copying lib/ansible/runner/connection_plugins/chroot.py -> build/lib/ansible/runner/connection_plugins
remote:  copying lib/ansible/runner/connection_plugins/accelerate.py -> build/lib/ansible/runner/connection_plugins
remote:  copying lib/ansible/runner/connection_plugins/local.py -> build/lib/ansible/runner/connection_plugins
remote:  creating build/lib/ansible/runner/filter_plugins
remote: + [[ copying lib/ansible/runner/connection_plugins/chroot.py -> build/lib/ansible/runner/connection_plugins == --* ]]
remote: + [[ copying lib/ansible/runner/connection_plugins/chroot.py -> build/lib/ansible/runner/connection_plugins == ==* ]]
remote: + echo ' ' 'copying lib/ansible/runner/connection_plugins/chroot.py -> build/lib/ansible/runner/connection_plugins'
remote: + read line
remote: + [[ copying lib/ansible/runner/connection_plugins/accelerate.py -> build/lib/ansible/runner/connection_plugins == --* ]]
remote: + [[ copying lib/ansible/runner/connection_plugins/accelerate.py -> build/lib/ansible/runner/connection_plugins == ==* ]]
remote: + echo ' ' 'copying lib/ansible/runner/connection_plugins/accelerate.py -> build/lib/ansible/runner/connection_plugins'
remote: + read line
remote: + [[ copying lib/ansible/runner/connection_plugins/local.py -> build/lib/ansible/runner/connection_plugins == --* ]]
remote: + [[ copying lib/ansible/runner/connection_plugins/local.py -> build/lib/ansible/runner/connection_plugins == ==* ]]
remote: + echo ' ' 'copying lib/ansible/runner/connection_plugins/local.py -> build/lib/ansible/runner/connection_plugins'
remote: + read line
remote: + [[ creating build/lib/ansible/runner/filter_plugins == --* ]]
remote: + [[ creating build/lib/ansible/runner/filter_plugins == ==* ]]
remote: + echo ' ' 'creating build/lib/ansible/runner/filter_plugins'
remote: + read line
remote: + [[ copying lib/ansible/runner/filter_plugins/__init__.py -> build/lib/ansible/runner/filter_plugins == --* ]]
remote:  copying lib/ansible/runner/filter_plugins/__init__.py -> build/lib/ansible/runner/filter_plugins
remote:  copying lib/ansible/runner/filter_plugins/core.py -> build/lib/ansible/runner/filter_plugins
remote:  creating build/lib/ansible/callback_plugins
remote:  copying lib/ansible/callback_plugins/__init__.py -> build/lib/ansible/callback_plugins
remote:  copying lib/ansible/callback_plugins/noop.py -> build/lib/ansible/callback_plugins
remote: + [[ copying lib/ansible/runner/filter_plugins/__init__.py -> build/lib/ansible/runner/filter_plugins == ==* ]]
remote: + echo ' ' 'copying lib/ansible/runner/filter_plugins/__init__.py -> build/lib/ansible/runner/filter_plugins'
remote: + read line
remote: + [[ copying lib/ansible/runner/filter_plugins/core.py -> build/lib/ansible/runner/filter_plugins == --* ]]
remote: + [[ copying lib/ansible/runner/filter_plugins/core.py -> build/lib/ansible/runner/filter_plugins == ==* ]]
remote: + echo ' ' 'copying lib/ansible/runner/filter_plugins/core.py -> build/lib/ansible/runner/filter_plugins'
remote: + read line
remote: + [[ creating build/lib/ansible/callback_plugins == --* ]]
remote: + [[ creating build/lib/ansible/callback_plugins == ==* ]]
remote: + echo ' ' 'creating build/lib/ansible/callback_plugins'
remote: + read line
remote: + [[ copying lib/ansible/callback_plugins/__init__.py -> build/lib/ansible/callback_plugins == --* ]]
remote: + [[ copying lib/ansible/callback_plugins/__init__.py -> build/lib/ansible/callback_plugins == ==* ]]
remote: + echo ' ' 'copying lib/ansible/callback_plugins/__init__.py -> build/lib/ansible/callback_plugins'
remote: + read line
remote: + [[ copying lib/ansible/callback_plugins/noop.py -> build/lib/ansible/callback_plugins == --* ]]
remote: + [[ copying lib/ansible/callback_plugins/noop.py -> build/lib/ansible/callback_plugins == ==* ]]
remote: + echo ' ' 'copying lib/ansible/callback_plugins/noop.py -> build/lib/ansible/callback_plugins'
remote: + read line
remote: + [[ creating build/lib/ansible/module_utils == --* ]]
remote: + [[ creating build/lib/ansible/module_utils == ==* ]]
remote: + echo ' ' 'creating build/lib/ansible/module_utils'
remote: + read line
remote: + [[ copying lib/ansible/module_utils/__init__.py -> build/lib/ansible/module_utils == --* ]]
remote: + [[ copying lib/ansible/module_utils/__init__.py -> build/lib/ansible/module_utils == ==* ]]
remote: + echo ' ' 'copying lib/ansible/module_utils/__init__.py -> build/lib/ansible/module_utils'
remote: + read line
remote: + [[ copying lib/ansible/module_utils/ec2.py -> build/lib/ansible/module_utils == --* ]]
remote: + [[ copying lib/ansible/module_utils/ec2.py -> build/lib/ansible/module_utils == ==* ]]
remote: + echo ' ' 'copying lib/ansible/module_utils/ec2.py -> build/lib/ansible/module_utils'
remote: + read line
remote: + [[ copying lib/ansible/module_utils/basic.py -> build/lib/ansible/module_utils == --* ]]
remote:  creating build/lib/ansible/module_utils
remote:  copying lib/ansible/module_utils/__init__.py -> build/lib/ansible/module_utils
remote:  copying lib/ansible/module_utils/ec2.py -> build/lib/ansible/module_utils
remote:  copying lib/ansible/module_utils/basic.py -> build/lib/ansible/module_utils
remote:  running build_scripts
remote:  creating build/scripts-2.7
remote: + [[ copying lib/ansible/module_utils/basic.py -> build/lib/ansible/module_utils == ==* ]]
remote: + echo ' ' 'copying lib/ansible/module_utils/basic.py -> build/lib/ansible/module_utils'
remote: + read line
remote: + [[ running build_scripts == --* ]]
remote: + [[ running build_scripts == ==* ]]
remote: + echo ' ' 'running build_scripts'
remote: + read line
remote: + [[ creating build/scripts-2.7 == --* ]]
remote: + [[ creating build/scripts-2.7 == ==* ]]
remote: + echo ' ' 'creating build/scripts-2.7'
remote: + read line
remote: + [[ copying and adjusting bin/ansible -> build/scripts-2.7 == --* ]]
remote: + [[ copying and adjusting bin/ansible -> build/scripts-2.7 == ==* ]]
remote: + echo ' ' 'copying and adjusting bin/ansible -> build/scripts-2.7'
remote: + read line
remote: + [[ copying and adjusting bin/ansible-playbook -> build/scripts-2.7 == --* ]]
remote: + [[ copying and adjusting bin/ansible-playbook -> build/scripts-2.7 == ==* ]]
remote: + echo ' ' 'copying and adjusting bin/ansible-playbook -> build/scripts-2.7'
remote: + read line
remote: + [[ copying and adjusting bin/ansible-pull -> build/scripts-2.7 == --* ]]
remote: + [[ copying and adjusting bin/ansible-pull -> build/scripts-2.7 == ==* ]]
remote: + echo ' ' 'copying and adjusting bin/ansible-pull -> build/scripts-2.7'
remote: + read line
remote: + [[ copying and adjusting bin/ansible-galaxy -> build/scripts-2.7 == --* ]]
remote: + [[ copying and adjusting bin/ansible-galaxy -> build/scripts-2.7 == ==* ]]
remote: + echo ' ' 'copying and adjusting bin/ansible-galaxy -> build/scripts-2.7'
remote: + read line
remote: + [[ copying and adjusting bin/ansible-doc -> build/scripts-2.7 == --* ]]
remote: + [[ copying and adjusting bin/ansible-doc -> build/scripts-2.7 == ==* ]]
remote: + echo ' ' 'copying and adjusting bin/ansible-doc -> build/scripts-2.7'
remote: + read line
remote: + [[ changing mode of build/scripts-2.7/ansible from 644 to 755 == --* ]]
remote: + [[ changing mode of build/scripts-2.7/ansible from 644 to 755 == ==* ]]
remote: + echo ' ' 'changing mode of build/scripts-2.7/ansible from 644 to 755'
remote: + read line
remote:  copying and adjusting bin/ansible -> build/scripts-2.7
remote:  copying and adjusting bin/ansible-playbook -> build/scripts-2.7
remote:  copying and adjusting bin/ansible-pull -> build/scripts-2.7
remote:  copying and adjusting bin/ansible-galaxy -> build/scripts-2.7
remote:  copying and adjusting bin/ansible-doc -> build/scripts-2.7
remote:  changing mode of build/scripts-2.7/ansible from 644 to 755
remote:  changing mode of build/scripts-2.7/ansible-playbook from 644 to 755
remote:  changing mode of build/scripts-2.7/ansible-pull from 644 to 755
remote:  changing mode of build/scripts-2.7/ansible-galaxy from 644 to 755
remote:  changing mode of build/scripts-2.7/ansible-doc from 644 to 755
remote:  running install_lib
remote:  creating /app/.heroku/python/lib/python2.7/site-packages/ansible
remote: + [[ changing mode of build/scripts-2.7/ansible-playbook from 644 to 755 == --* ]]
remote: + [[ changing mode of build/scripts-2.7/ansible-playbook from 644 to 755 == ==* ]]
remote: + echo ' ' 'changing mode of build/scripts-2.7/ansible-playbook from 644 to 755'
remote: + read line
remote: + [[ changing mode of build/scripts-2.7/ansible-pull from 644 to 755 == --* ]]
remote: + [[ changing mode of build/scripts-2.7/ansible-pull from 644 to 755 == ==* ]]
remote: + echo ' ' 'changing mode of build/scripts-2.7/ansible-pull from 644 to 755'
remote: + read line
remote: + [[ changing mode of build/scripts-2.7/ansible-galaxy from 644 to 755 == --* ]]
remote: + [[ changing mode of build/scripts-2.7/ansible-galaxy from 644 to 755 == ==* ]]
remote: + echo ' ' 'changing mode of build/scripts-2.7/ansible-galaxy from 644 to 755'
remote: + read line
remote: + [[ changing mode of build/scripts-2.7/ansible-doc from 644 to 755 == --* ]]
remote: + [[ changing mode of build/scripts-2.7/ansible-doc from 644 to 755 == ==* ]]
remote: + echo ' ' 'changing mode of build/scripts-2.7/ansible-doc from 644 to 755'
remote: + read line
remote: + [[ running install_lib == --* ]]
remote: + [[ running install_lib == ==* ]]
remote: + echo ' ' 'running install_lib'
remote: + read line
remote: + [[ creating /app/.heroku/python/lib/python2.7/site-packages/ansible == --* ]]
remote: + [[ creating /app/.heroku/python/lib/python2.7/site-packages/ansible == ==* ]]
remote: + echo ' ' 'creating /app/.heroku/python/lib/python2.7/site-packages/ansible'
remote: + read line
remote: + [[ copying build/lib/ansible/__init__.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible == --* ]]
remote: + [[ copying build/lib/ansible/__init__.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible == ==* ]]
remote: + echo ' ' 'copying build/lib/ansible/__init__.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible'
remote: + read line
remote: + [[ creating /app/.heroku/python/lib/python2.7/site-packages/ansible/playbook == --* ]]
remote: + [[ creating /app/.heroku/python/lib/python2.7/site-packages/ansible/playbook == ==* ]]
remote: + echo ' ' 'creating /app/.heroku/python/lib/python2.7/site-packages/ansible/playbook'
remote: + read line
remote: + [[ copying build/lib/ansible/playbook/__init__.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/playbook == --* ]]
remote: + [[ copying build/lib/ansible/playbook/__init__.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/playbook == ==* ]]
remote: + echo ' ' 'copying build/lib/ansible/playbook/__init__.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/playbook'
remote: + read line
remote: + [[ copying build/lib/ansible/playbook/play.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/playbook == --* ]]
remote: + [[ copying build/lib/ansible/playbook/play.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/playbook == ==* ]]
remote: + echo ' ' 'copying build/lib/ansible/playbook/play.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/playbook'
remote: + read line
remote:  copying build/lib/ansible/__init__.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible
remote:  creating /app/.heroku/python/lib/python2.7/site-packages/ansible/playbook
remote:  copying build/lib/ansible/playbook/__init__.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/playbook
remote:  copying build/lib/ansible/playbook/play.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/playbook
remote: + [[ copying build/lib/ansible/playbook/task.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/playbook == --* ]]
remote: + [[ copying build/lib/ansible/playbook/task.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/playbook == ==* ]]
remote: + echo ' ' 'copying build/lib/ansible/playbook/task.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/playbook'
remote: + read line
remote: + [[ copying build/lib/ansible/constants.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible == --* ]]
remote: + [[ copying build/lib/ansible/constants.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible == ==* ]]
remote: + echo ' ' 'copying build/lib/ansible/constants.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible'
remote: + read line
remote:  copying build/lib/ansible/playbook/task.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/playbook
remote:  copying build/lib/ansible/constants.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible
remote:  creating /app/.heroku/python/lib/python2.7/site-packages/ansible/callback_plugins
remote: + [[ creating /app/.heroku/python/lib/python2.7/site-packages/ansible/callback_plugins == --* ]]
remote: + [[ creating /app/.heroku/python/lib/python2.7/site-packages/ansible/callback_plugins == ==* ]]
remote: + echo ' ' 'creating /app/.heroku/python/lib/python2.7/site-packages/ansible/callback_plugins'
remote: + read line
remote:  copying build/lib/ansible/callback_plugins/__init__.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/callback_plugins
remote:  copying build/lib/ansible/callback_plugins/noop.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/callback_plugins
remote:  creating /app/.heroku/python/lib/python2.7/site-packages/ansible/utils
remote:  copying build/lib/ansible/utils/__init__.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/utils
remote: + [[ copying build/lib/ansible/callback_plugins/__init__.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/callback_plugins == --* ]]
remote: + [[ copying build/lib/ansible/callback_plugins/__init__.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/callback_plugins == ==* ]]
remote: + echo ' ' 'copying build/lib/ansible/callback_plugins/__init__.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/callback_plugins'
remote: + read line
remote: + [[ copying build/lib/ansible/callback_plugins/noop.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/callback_plugins == --* ]]
remote: + [[ copying build/lib/ansible/callback_plugins/noop.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/callback_plugins == ==* ]]
remote: + echo ' ' 'copying build/lib/ansible/callback_plugins/noop.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/callback_plugins'
remote: + read line
remote: + [[ creating /app/.heroku/python/lib/python2.7/site-packages/ansible/utils == --* ]]
remote: + [[ creating /app/.heroku/python/lib/python2.7/site-packages/ansible/utils == ==* ]]
remote: + echo ' ' 'creating /app/.heroku/python/lib/python2.7/site-packages/ansible/utils'
remote: + read line
remote: + [[ copying build/lib/ansible/utils/__init__.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/utils == --* ]]
remote: + [[ copying build/lib/ansible/utils/__init__.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/utils == ==* ]]
remote: + echo ' ' 'copying build/lib/ansible/utils/__init__.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/utils'
remote: + read line
remote: + [[ copying build/lib/ansible/utils/template.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/utils == --* ]]
remote: + [[ copying build/lib/ansible/utils/template.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/utils == ==* ]]
remote: + echo ' ' 'copying build/lib/ansible/utils/template.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/utils'
remote: + read line
remote: + [[ copying build/lib/ansible/utils/plugins.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/utils == --* ]]
remote: + [[ copying build/lib/ansible/utils/plugins.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/utils == ==* ]]
remote: + echo ' ' 'copying build/lib/ansible/utils/plugins.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/utils'
remote: + read line
remote:  copying build/lib/ansible/utils/template.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/utils
remote:  copying build/lib/ansible/utils/plugins.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/utils
remote:  copying build/lib/ansible/utils/module_docs.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/utils
remote:  creating /app/.heroku/python/lib/python2.7/site-packages/ansible/runner
remote:  copying build/lib/ansible/runner/__init__.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner
remote:  creating /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins
remote:  copying build/lib/ansible/runner/action_plugins/pause.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins
remote: + [[ copying build/lib/ansible/utils/module_docs.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/utils == --* ]]
remote: + [[ copying build/lib/ansible/utils/module_docs.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/utils == ==* ]]
remote: + echo ' ' 'copying build/lib/ansible/utils/module_docs.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/utils'
remote: + read line
remote: + [[ creating /app/.heroku/python/lib/python2.7/site-packages/ansible/runner == --* ]]
remote: + [[ creating /app/.heroku/python/lib/python2.7/site-packages/ansible/runner == ==* ]]
remote: + echo ' ' 'creating /app/.heroku/python/lib/python2.7/site-packages/ansible/runner'
remote: + read line
remote: + [[ copying build/lib/ansible/runner/__init__.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner == --* ]]
remote: + [[ copying build/lib/ansible/runner/__init__.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner == ==* ]]
remote: + echo ' ' 'copying build/lib/ansible/runner/__init__.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner'
remote: + read line
remote: + [[ creating /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins == --* ]]
remote: + [[ creating /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins == ==* ]]
remote: + echo ' ' 'creating /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins'
remote: + read line
remote: + [[ copying build/lib/ansible/runner/action_plugins/pause.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins == --* ]]
remote: + [[ copying build/lib/ansible/runner/action_plugins/pause.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins == ==* ]]
remote: + echo ' ' 'copying build/lib/ansible/runner/action_plugins/pause.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins'
remote: + read line
remote:  copying build/lib/ansible/runner/action_plugins/__init__.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins
remote: + [[ copying build/lib/ansible/runner/action_plugins/__init__.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins == --* ]]
remote: + [[ copying build/lib/ansible/runner/action_plugins/__init__.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins == ==* ]]
remote: + echo ' ' 'copying build/lib/ansible/runner/action_plugins/__init__.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins'
remote: + read line
remote: + [[ copying build/lib/ansible/runner/action_plugins/debug.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins == --* ]]
remote: + [[ copying build/lib/ansible/runner/action_plugins/debug.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins == ==* ]]
remote: + echo ' ' 'copying build/lib/ansible/runner/action_plugins/debug.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins'
remote: + read line
remote: + [[ copying build/lib/ansible/runner/action_plugins/synchronize.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins == --* ]]
remote: + [[ copying build/lib/ansible/runner/action_plugins/synchronize.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins == ==* ]]
remote: + echo ' ' 'copying build/lib/ansible/runner/action_plugins/synchronize.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins'
remote: + read line
remote: + [[ copying build/lib/ansible/runner/action_plugins/copy.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins == --* ]]
remote: + [[ copying build/lib/ansible/runner/action_plugins/copy.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins == ==* ]]
remote: + echo ' ' 'copying build/lib/ansible/runner/action_plugins/copy.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins'
remote: + read line
remote:  copying build/lib/ansible/runner/action_plugins/debug.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins
remote:  copying build/lib/ansible/runner/action_plugins/synchronize.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins
remote:  copying build/lib/ansible/runner/action_plugins/copy.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins
remote:  copying build/lib/ansible/runner/action_plugins/template.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins
remote:  copying build/lib/ansible/runner/action_plugins/add_host.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins
remote: + [[ copying build/lib/ansible/runner/action_plugins/template.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins == --* ]]
remote: + [[ copying build/lib/ansible/runner/action_plugins/template.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins == ==* ]]
remote: + echo ' ' 'copying build/lib/ansible/runner/action_plugins/template.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins'
remote: + read line
remote: + [[ copying build/lib/ansible/runner/action_plugins/add_host.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins == --* ]]
remote: + [[ copying build/lib/ansible/runner/action_plugins/add_host.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins == ==* ]]
remote: + echo ' ' 'copying build/lib/ansible/runner/action_plugins/add_host.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins'
remote: + read line
remote: + [[ copying build/lib/ansible/runner/action_plugins/script.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins == --* ]]
remote: + [[ copying build/lib/ansible/runner/action_plugins/script.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins == ==* ]]
remote: + echo ' ' 'copying build/lib/ansible/runner/action_plugins/script.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins'
remote: + read line
remote:  copying build/lib/ansible/runner/action_plugins/script.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins
remote: + [[ copying build/lib/ansible/runner/action_plugins/raw.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins == --* ]]
remote: + [[ copying build/lib/ansible/runner/action_plugins/raw.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins == ==* ]]
remote: + echo ' ' 'copying build/lib/ansible/runner/action_plugins/raw.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins'
remote: + read line
remote: + [[ copying build/lib/ansible/runner/action_plugins/group_by.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins == --* ]]
remote: + [[ copying build/lib/ansible/runner/action_plugins/group_by.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins == ==* ]]
remote: + echo ' ' 'copying build/lib/ansible/runner/action_plugins/group_by.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins'
remote: + read line
remote: + [[ copying build/lib/ansible/runner/action_plugins/unarchive.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins == --* ]]
remote: + [[ copying build/lib/ansible/runner/action_plugins/unarchive.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins == ==* ]]
remote: + echo ' ' 'copying build/lib/ansible/runner/action_plugins/unarchive.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins'
remote: + read line
remote:  copying build/lib/ansible/runner/action_plugins/raw.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins
remote:  copying build/lib/ansible/runner/action_plugins/group_by.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins
remote:  copying build/lib/ansible/runner/action_plugins/unarchive.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins
remote: + [[ copying build/lib/ansible/runner/action_plugins/fetch.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins == --* ]]
remote: + [[ copying build/lib/ansible/runner/action_plugins/fetch.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins == ==* ]]
remote: + echo ' ' 'copying build/lib/ansible/runner/action_plugins/fetch.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins'
remote: + read line
remote: + [[ copying build/lib/ansible/runner/action_plugins/assemble.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins == --* ]]
remote: + [[ copying build/lib/ansible/runner/action_plugins/assemble.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins == ==* ]]
remote: + echo ' ' 'copying build/lib/ansible/runner/action_plugins/assemble.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins'
remote: + read line
remote: + [[ copying build/lib/ansible/runner/action_plugins/async.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins == --* ]]
remote: + [[ copying build/lib/ansible/runner/action_plugins/async.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins == ==* ]]
remote: + echo ' ' 'copying build/lib/ansible/runner/action_plugins/async.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins'
remote: + read line
remote: + [[ copying build/lib/ansible/runner/action_plugins/include_vars.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins == --* ]]
remote: + [[ copying build/lib/ansible/runner/action_plugins/include_vars.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins == ==* ]]
remote: + echo ' ' 'copying build/lib/ansible/runner/action_plugins/include_vars.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins'
remote: + read line
remote:  copying build/lib/ansible/runner/action_plugins/fetch.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins
remote:  copying build/lib/ansible/runner/action_plugins/assemble.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins
remote:  copying build/lib/ansible/runner/action_plugins/async.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins
remote:  copying build/lib/ansible/runner/action_plugins/include_vars.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins
remote:  copying build/lib/ansible/runner/action_plugins/fail.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins
remote:  copying build/lib/ansible/runner/action_plugins/set_fact.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins
remote:  copying build/lib/ansible/runner/action_plugins/normal.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins
remote:  copying build/lib/ansible/runner/connection.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner
remote:  creating /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/connection_plugins
remote: + [[ copying build/lib/ansible/runner/action_plugins/fail.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins == --* ]]
remote: + [[ copying build/lib/ansible/runner/action_plugins/fail.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins == ==* ]]
remote: + echo ' ' 'copying build/lib/ansible/runner/action_plugins/fail.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins'
remote: + read line
remote: + [[ copying build/lib/ansible/runner/action_plugins/set_fact.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins == --* ]]
remote: + [[ copying build/lib/ansible/runner/action_plugins/set_fact.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins == ==* ]]
remote: + echo ' ' 'copying build/lib/ansible/runner/action_plugins/set_fact.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins'
remote: + read line
remote: + [[ copying build/lib/ansible/runner/action_plugins/normal.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins == --* ]]
remote: + [[ copying build/lib/ansible/runner/action_plugins/normal.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins == ==* ]]
remote: + echo ' ' 'copying build/lib/ansible/runner/action_plugins/normal.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins'
remote: + read line
remote: + [[ copying build/lib/ansible/runner/connection.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner == --* ]]
remote: + [[ copying build/lib/ansible/runner/connection.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner == ==* ]]
remote: + echo ' ' 'copying build/lib/ansible/runner/connection.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner'
remote: + read line
remote: + [[ creating /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/connection_plugins == --* ]]
remote: + [[ creating /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/connection_plugins == ==* ]]
remote: + echo ' ' 'creating /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/connection_plugins'
remote: + read line
remote: + [[ copying build/lib/ansible/runner/connection_plugins/__init__.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/connection_plugins == --* ]]
remote: + [[ copying build/lib/ansible/runner/connection_plugins/__init__.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/connection_plugins == ==* ]]
remote: + echo ' ' 'copying build/lib/ansible/runner/connection_plugins/__init__.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/connection_plugins'
remote: + read line
remote: + [[ copying build/lib/ansible/runner/connection_plugins/ssh.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/connection_plugins == --* ]]
remote: + [[ copying build/lib/ansible/runner/connection_plugins/ssh.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/connection_plugins == ==* ]]
remote: + echo ' ' 'copying build/lib/ansible/runner/connection_plugins/ssh.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/connection_plugins'
remote: + read line
remote: + [[ copying build/lib/ansible/runner/connection_plugins/fireball.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/connection_plugins == --* ]]
remote: + [[ copying build/lib/ansible/runner/connection_plugins/fireball.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/connection_plugins == ==* ]]
remote:  copying build/lib/ansible/runner/connection_plugins/__init__.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/connection_plugins
remote:  copying build/lib/ansible/runner/connection_plugins/ssh.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/connection_plugins
remote:  copying build/lib/ansible/runner/connection_plugins/fireball.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/connection_plugins
remote:  copying build/lib/ansible/runner/connection_plugins/paramiko_ssh.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/connection_plugins
remote:  copying build/lib/ansible/runner/connection_plugins/jail.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/connection_plugins
remote: + echo ' ' 'copying build/lib/ansible/runner/connection_plugins/fireball.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/connection_plugins'
remote: + read line
remote: + [[ copying build/lib/ansible/runner/connection_plugins/paramiko_ssh.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/connection_plugins == --* ]]
remote: + [[ copying build/lib/ansible/runner/connection_plugins/paramiko_ssh.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/connection_plugins == ==* ]]
remote: + echo ' ' 'copying build/lib/ansible/runner/connection_plugins/paramiko_ssh.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/connection_plugins'
remote: + read line
remote: + [[ copying build/lib/ansible/runner/connection_plugins/jail.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/connection_plugins == --* ]]
remote: + [[ copying build/lib/ansible/runner/connection_plugins/jail.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/connection_plugins == ==* ]]
remote: + echo ' ' 'copying build/lib/ansible/runner/connection_plugins/jail.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/connection_plugins'
remote: + read line
remote: + [[ copying build/lib/ansible/runner/connection_plugins/funcd.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/connection_plugins == --* ]]
remote: + [[ copying build/lib/ansible/runner/connection_plugins/funcd.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/connection_plugins == ==* ]]
remote: + echo ' ' 'copying build/lib/ansible/runner/connection_plugins/funcd.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/connection_plugins'
remote: + read line
remote: + [[ copying build/lib/ansible/runner/connection_plugins/chroot.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/connection_plugins == --* ]]
remote: + [[ copying build/lib/ansible/runner/connection_plugins/chroot.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/connection_plugins == ==* ]]
remote: + echo ' ' 'copying build/lib/ansible/runner/connection_plugins/chroot.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/connection_plugins'
remote: + read line
remote: + [[ copying build/lib/ansible/runner/connection_plugins/accelerate.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/connection_plugins == --* ]]
remote: + [[ copying build/lib/ansible/runner/connection_plugins/accelerate.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/connection_plugins == ==* ]]
remote: + echo ' ' 'copying build/lib/ansible/runner/connection_plugins/accelerate.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/connection_plugins'
remote:  copying build/lib/ansible/runner/connection_plugins/funcd.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/connection_plugins
remote:  copying build/lib/ansible/runner/connection_plugins/chroot.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/connection_plugins
remote:  copying build/lib/ansible/runner/connection_plugins/accelerate.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/connection_plugins
remote:  copying build/lib/ansible/runner/connection_plugins/local.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/connection_plugins
remote:  copying build/lib/ansible/runner/return_data.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner
remote:  creating /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/filter_plugins
remote:  copying build/lib/ansible/runner/filter_plugins/__init__.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/filter_plugins
remote: + read line
remote: + [[ copying build/lib/ansible/runner/connection_plugins/local.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/connection_plugins == --* ]]
remote: + [[ copying build/lib/ansible/runner/connection_plugins/local.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/connection_plugins == ==* ]]
remote: + echo ' ' 'copying build/lib/ansible/runner/connection_plugins/local.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/connection_plugins'
remote: + read line
remote: + [[ copying build/lib/ansible/runner/return_data.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner == --* ]]
remote: + [[ copying build/lib/ansible/runner/return_data.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner == ==* ]]
remote: + echo ' ' 'copying build/lib/ansible/runner/return_data.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner'
remote: + read line
remote: + [[ creating /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/filter_plugins == --* ]]
remote: + [[ creating /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/filter_plugins == ==* ]]
remote: + echo ' ' 'creating /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/filter_plugins'
remote: + read line
remote: + [[ copying build/lib/ansible/runner/filter_plugins/__init__.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/filter_plugins == --* ]]
remote: + [[ copying build/lib/ansible/runner/filter_plugins/__init__.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/filter_plugins == ==* ]]
remote: + echo ' ' 'copying build/lib/ansible/runner/filter_plugins/__init__.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/filter_plugins'
remote: + read line
remote: + [[ copying build/lib/ansible/runner/filter_plugins/core.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/filter_plugins == --* ]]
remote: + [[ copying build/lib/ansible/runner/filter_plugins/core.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/filter_plugins == ==* ]]
remote: + echo ' ' 'copying build/lib/ansible/runner/filter_plugins/core.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/filter_plugins'
remote: + read line
remote: + [[ creating /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins == --* ]]
remote: + [[ creating /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins == ==* ]]
remote: + echo ' ' 'creating /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins'
remote: + read line
remote:  copying build/lib/ansible/runner/filter_plugins/core.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/filter_plugins
remote:  creating /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins
remote:  copying build/lib/ansible/runner/lookup_plugins/inventory_hostnames.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins
remote:  copying build/lib/ansible/runner/lookup_plugins/lines.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins
remote:  copying build/lib/ansible/runner/lookup_plugins/__init__.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins
remote: + [[ copying build/lib/ansible/runner/lookup_plugins/inventory_hostnames.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins == --* ]]
remote: + [[ copying build/lib/ansible/runner/lookup_plugins/inventory_hostnames.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins == ==* ]]
remote: + echo ' ' 'copying build/lib/ansible/runner/lookup_plugins/inventory_hostnames.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins'
remote: + read line
remote: + [[ copying build/lib/ansible/runner/lookup_plugins/lines.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins == --* ]]
remote: + [[ copying build/lib/ansible/runner/lookup_plugins/lines.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins == ==* ]]
remote: + echo ' ' 'copying build/lib/ansible/runner/lookup_plugins/lines.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins'
remote: + read line
remote: + [[ copying build/lib/ansible/runner/lookup_plugins/__init__.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins == --* ]]
remote: + [[ copying build/lib/ansible/runner/lookup_plugins/__init__.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins == ==* ]]
remote: + echo ' ' 'copying build/lib/ansible/runner/lookup_plugins/__init__.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins'
remote: + read line
remote: + [[ copying build/lib/ansible/runner/lookup_plugins/file.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins == --* ]]
remote: + [[ copying build/lib/ansible/runner/lookup_plugins/file.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins == ==* ]]
remote: + echo ' ' 'copying build/lib/ansible/runner/lookup_plugins/file.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins'
remote: + read line
remote: + [[ copying build/lib/ansible/runner/lookup_plugins/items.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins == --* ]]
remote: + [[ copying build/lib/ansible/runner/lookup_plugins/items.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins == ==* ]]
remote: + echo ' ' 'copying build/lib/ansible/runner/lookup_plugins/items.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins'
remote: + read line
remote: + [[ copying build/lib/ansible/runner/lookup_plugins/subelements.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins == --* ]]
remote: + [[ copying build/lib/ansible/runner/lookup_plugins/subelements.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins == ==* ]]
remote: + echo ' ' 'copying build/lib/ansible/runner/lookup_plugins/subelements.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins'
remote: + read line
remote:  copying build/lib/ansible/runner/lookup_plugins/file.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins
remote:  copying build/lib/ansible/runner/lookup_plugins/items.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins
remote:  copying build/lib/ansible/runner/lookup_plugins/subelements.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins
remote:  copying build/lib/ansible/runner/lookup_plugins/password.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins
remote: + [[ copying build/lib/ansible/runner/lookup_plugins/password.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins == --* ]]
remote: + [[ copying build/lib/ansible/runner/lookup_plugins/password.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins == ==* ]]
remote: + echo ' ' 'copying build/lib/ansible/runner/lookup_plugins/password.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins'
remote: + read line
remote: + [[ copying build/lib/ansible/runner/lookup_plugins/sequence.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins == --* ]]
remote: + [[ copying build/lib/ansible/runner/lookup_plugins/sequence.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins == ==* ]]
remote: + echo ' ' 'copying build/lib/ansible/runner/lookup_plugins/sequence.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins'
remote: + read line
remote: + [[ copying build/lib/ansible/runner/lookup_plugins/fileglob.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins == --* ]]
remote: + [[ copying build/lib/ansible/runner/lookup_plugins/fileglob.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins == ==* ]]
remote: + echo ' ' 'copying build/lib/ansible/runner/lookup_plugins/fileglob.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins'
remote: + read line
remote: + [[ copying build/lib/ansible/runner/lookup_plugins/first_found.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins == --* ]]
remote: + [[ copying build/lib/ansible/runner/lookup_plugins/first_found.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins == ==* ]]
remote: + echo ' ' 'copying build/lib/ansible/runner/lookup_plugins/first_found.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins'
remote:  copying build/lib/ansible/runner/lookup_plugins/sequence.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins
remote:  copying build/lib/ansible/runner/lookup_plugins/fileglob.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins
remote:  copying build/lib/ansible/runner/lookup_plugins/first_found.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins
remote:  copying build/lib/ansible/runner/lookup_plugins/dnstxt.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins
remote: + read line
remote: + [[ copying build/lib/ansible/runner/lookup_plugins/dnstxt.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins == --* ]]
remote: + [[ copying build/lib/ansible/runner/lookup_plugins/dnstxt.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins == ==* ]]
remote: + echo ' ' 'copying build/lib/ansible/runner/lookup_plugins/dnstxt.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins'
remote: + read line
remote: + [[ copying build/lib/ansible/runner/lookup_plugins/indexed_items.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins == --* ]]
remote: + [[ copying build/lib/ansible/runner/lookup_plugins/indexed_items.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins == ==* ]]
remote: + echo ' ' 'copying build/lib/ansible/runner/lookup_plugins/indexed_items.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins'
remote: + read line
remote:  copying build/lib/ansible/runner/lookup_plugins/indexed_items.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins
remote:  copying build/lib/ansible/runner/lookup_plugins/template.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins
remote:  copying build/lib/ansible/runner/lookup_plugins/redis_kv.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins
remote: + [[ copying build/lib/ansible/runner/lookup_plugins/template.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins == --* ]]
remote: + [[ copying build/lib/ansible/runner/lookup_plugins/template.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins == ==* ]]
remote: + echo ' ' 'copying build/lib/ansible/runner/lookup_plugins/template.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins'
remote: + read line
remote: + [[ copying build/lib/ansible/runner/lookup_plugins/redis_kv.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins == --* ]]
remote: + [[ copying build/lib/ansible/runner/lookup_plugins/redis_kv.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins == ==* ]]
remote: + echo ' ' 'copying build/lib/ansible/runner/lookup_plugins/redis_kv.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins'
remote: + read line
remote:  copying build/lib/ansible/runner/lookup_plugins/flattened.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins
remote:  copying build/lib/ansible/runner/lookup_plugins/env.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins
remote:  copying build/lib/ansible/runner/lookup_plugins/random_choice.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins
remote: + [[ copying build/lib/ansible/runner/lookup_plugins/flattened.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins == --* ]]
remote: + [[ copying build/lib/ansible/runner/lookup_plugins/flattened.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins == ==* ]]
remote: + echo ' ' 'copying build/lib/ansible/runner/lookup_plugins/flattened.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins'
remote: + read line
remote: + [[ copying build/lib/ansible/runner/lookup_plugins/env.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins == --* ]]
remote: + [[ copying build/lib/ansible/runner/lookup_plugins/env.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins == ==* ]]
remote: + echo ' ' 'copying build/lib/ansible/runner/lookup_plugins/env.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins'
remote: + read line
remote: + [[ copying build/lib/ansible/runner/lookup_plugins/random_choice.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins == --* ]]
remote: + [[ copying build/lib/ansible/runner/lookup_plugins/random_choice.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins == ==* ]]
remote: + echo ' ' 'copying build/lib/ansible/runner/lookup_plugins/random_choice.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins'
remote: + read line
remote:  copying build/lib/ansible/runner/lookup_plugins/pipe.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins
remote:  copying build/lib/ansible/runner/lookup_plugins/etcd.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins
remote:  copying build/lib/ansible/runner/lookup_plugins/nested.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins
remote: + [[ copying build/lib/ansible/runner/lookup_plugins/pipe.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins == --* ]]
remote: + [[ copying build/lib/ansible/runner/lookup_plugins/pipe.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins == ==* ]]
remote: + echo ' ' 'copying build/lib/ansible/runner/lookup_plugins/pipe.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins'
remote: + read line
remote: + [[ copying build/lib/ansible/runner/lookup_plugins/etcd.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins == --* ]]
remote: + [[ copying build/lib/ansible/runner/lookup_plugins/etcd.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins == ==* ]]
remote: + echo ' ' 'copying build/lib/ansible/runner/lookup_plugins/etcd.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins'
remote: + read line
remote: + [[ copying build/lib/ansible/runner/lookup_plugins/nested.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins == --* ]]
remote: + [[ copying build/lib/ansible/runner/lookup_plugins/nested.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins == ==* ]]
remote: + echo ' ' 'copying build/lib/ansible/runner/lookup_plugins/nested.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins'
remote: + read line
remote: + [[ copying build/lib/ansible/runner/lookup_plugins/together.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins == --* ]]
remote: + [[ copying build/lib/ansible/runner/lookup_plugins/together.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins == ==* ]]
remote: + echo ' ' 'copying build/lib/ansible/runner/lookup_plugins/together.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins'
remote: + read line
remote: + [[ copying build/lib/ansible/runner/poller.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner == --* ]]
remote: + [[ copying build/lib/ansible/runner/poller.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner == ==* ]]
remote: + echo ' ' 'copying build/lib/ansible/runner/poller.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner'
remote: + read line
remote: + [[ copying build/lib/ansible/module_common.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible == --* ]]
remote: + [[ copying build/lib/ansible/module_common.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible == ==* ]]
remote: + echo ' ' 'copying build/lib/ansible/module_common.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible'
remote: + read line
remote:  copying build/lib/ansible/runner/lookup_plugins/together.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins
remote:  copying build/lib/ansible/runner/poller.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/runner
remote:  copying build/lib/ansible/module_common.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible
remote:  copying build/lib/ansible/callbacks.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible
remote:  creating /app/.heroku/python/lib/python2.7/site-packages/ansible/module_utils
remote:  copying build/lib/ansible/module_utils/__init__.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/module_utils
remote: + [[ copying build/lib/ansible/callbacks.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible == --* ]]
remote: + [[ copying build/lib/ansible/callbacks.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible == ==* ]]
remote: + echo ' ' 'copying build/lib/ansible/callbacks.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible'
remote: + read line
remote: + [[ creating /app/.heroku/python/lib/python2.7/site-packages/ansible/module_utils == --* ]]
remote: + [[ creating /app/.heroku/python/lib/python2.7/site-packages/ansible/module_utils == ==* ]]
remote: + echo ' ' 'creating /app/.heroku/python/lib/python2.7/site-packages/ansible/module_utils'
remote: + read line
remote: + [[ copying build/lib/ansible/module_utils/__init__.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/module_utils == --* ]]
remote: + [[ copying build/lib/ansible/module_utils/__init__.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/module_utils == ==* ]]
remote: + echo ' ' 'copying build/lib/ansible/module_utils/__init__.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/module_utils'
remote: + read line
remote: + [[ copying build/lib/ansible/module_utils/ec2.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/module_utils == --* ]]
remote: + [[ copying build/lib/ansible/module_utils/ec2.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/module_utils == ==* ]]
remote: + echo ' ' 'copying build/lib/ansible/module_utils/ec2.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/module_utils'
remote: + read line
remote:  copying build/lib/ansible/module_utils/ec2.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/module_utils
remote:  copying build/lib/ansible/module_utils/basic.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/module_utils
remote: + [[ copying build/lib/ansible/module_utils/basic.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/module_utils == --* ]]
remote: + [[ copying build/lib/ansible/module_utils/basic.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/module_utils == ==* ]]
remote: + echo ' ' 'copying build/lib/ansible/module_utils/basic.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/module_utils'
remote: + read line
remote: + [[ copying build/lib/ansible/color.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible == --* ]]
remote: + [[ copying build/lib/ansible/color.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible == ==* ]]
remote: + echo ' ' 'copying build/lib/ansible/color.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible'
remote: + read line
remote: + [[ copying build/lib/ansible/errors.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible == --* ]]
remote: + [[ copying build/lib/ansible/errors.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible == ==* ]]
remote: + echo ' ' 'copying build/lib/ansible/errors.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible'
remote: + read line
remote:  copying build/lib/ansible/color.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible
remote:  copying build/lib/ansible/errors.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible
remote:  creating /app/.heroku/python/lib/python2.7/site-packages/ansible/inventory
remote: + [[ creating /app/.heroku/python/lib/python2.7/site-packages/ansible/inventory == --* ]]
remote: + [[ creating /app/.heroku/python/lib/python2.7/site-packages/ansible/inventory == ==* ]]
remote: + echo ' ' 'creating /app/.heroku/python/lib/python2.7/site-packages/ansible/inventory'
remote: + read line
remote: + [[ copying build/lib/ansible/inventory/__init__.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/inventory == --* ]]
remote: + [[ copying build/lib/ansible/inventory/__init__.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/inventory == ==* ]]
remote: + echo ' ' 'copying build/lib/ansible/inventory/__init__.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/inventory'
remote: + read line
remote: + [[ copying build/lib/ansible/inventory/group.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/inventory == --* ]]
remote: + [[ copying build/lib/ansible/inventory/group.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/inventory == ==* ]]
remote: + echo ' ' 'copying build/lib/ansible/inventory/group.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/inventory'
remote: + read line
remote: + [[ copying build/lib/ansible/inventory/ini.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/inventory == --* ]]
remote: + [[ copying build/lib/ansible/inventory/ini.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/inventory == ==* ]]
remote: + echo ' ' 'copying build/lib/ansible/inventory/ini.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/inventory'
remote: + read line
remote: + [[ copying build/lib/ansible/inventory/expand_hosts.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/inventory == --* ]]
remote: + [[ copying build/lib/ansible/inventory/expand_hosts.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/inventory == ==* ]]
remote: + echo ' ' 'copying build/lib/ansible/inventory/expand_hosts.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/inventory'
remote: + read line
remote: + [[ copying build/lib/ansible/inventory/script.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/inventory == --* ]]
remote: + [[ copying build/lib/ansible/inventory/script.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/inventory == ==* ]]
remote: + echo ' ' 'copying build/lib/ansible/inventory/script.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/inventory'
remote: + read line
remote: + [[ creating /app/.heroku/python/lib/python2.7/site-packages/ansible/inventory/vars_plugins == --* ]]
remote: + [[ creating /app/.heroku/python/lib/python2.7/site-packages/ansible/inventory/vars_plugins == ==* ]]
remote: + echo ' ' 'creating /app/.heroku/python/lib/python2.7/site-packages/ansible/inventory/vars_plugins'
remote:  copying build/lib/ansible/inventory/__init__.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/inventory
remote:  copying build/lib/ansible/inventory/group.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/inventory
remote:  copying build/lib/ansible/inventory/ini.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/inventory
remote:  copying build/lib/ansible/inventory/expand_hosts.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/inventory
remote:  copying build/lib/ansible/inventory/script.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/inventory
remote:  creating /app/.heroku/python/lib/python2.7/site-packages/ansible/inventory/vars_plugins
remote: + read line
remote: + [[ copying build/lib/ansible/inventory/vars_plugins/__init__.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/inventory/vars_plugins == --* ]]
remote: + [[ copying build/lib/ansible/inventory/vars_plugins/__init__.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/inventory/vars_plugins == ==* ]]
remote: + echo ' ' 'copying build/lib/ansible/inventory/vars_plugins/__init__.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/inventory/vars_plugins'
remote: + read line
remote: + [[ copying build/lib/ansible/inventory/vars_plugins/group_vars.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/inventory/vars_plugins == --* ]]
remote: + [[ copying build/lib/ansible/inventory/vars_plugins/group_vars.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/inventory/vars_plugins == ==* ]]
remote: + echo ' ' 'copying build/lib/ansible/inventory/vars_plugins/group_vars.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/inventory/vars_plugins'
remote: + read line
remote: + [[ copying build/lib/ansible/inventory/host.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/inventory == --* ]]
remote: + [[ copying build/lib/ansible/inventory/host.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/inventory == ==* ]]
remote: + echo ' ' 'copying build/lib/ansible/inventory/host.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/inventory'
remote: + read line
remote: + [[ copying build/lib/ansible/inventory/dir.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/inventory == --* ]]
remote: + [[ copying build/lib/ansible/inventory/dir.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/inventory == ==* ]]
remote: + echo ' ' 'copying build/lib/ansible/inventory/dir.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/inventory'
remote: + read line
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/__init__.py to __init__.pyc == --* ]]
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/__init__.py to __init__.pyc == ==* ]]
remote: + echo ' ' 'byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/__init__.py to __init__.pyc'
remote: + read line
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/playbook/__init__.py to __init__.pyc == --* ]]
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/playbook/__init__.py to __init__.pyc == ==* ]]
remote: + echo ' ' 'byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/playbook/__init__.py to __init__.pyc'
remote: + read line
remote:  copying build/lib/ansible/inventory/vars_plugins/__init__.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/inventory/vars_plugins
remote:  copying build/lib/ansible/inventory/vars_plugins/group_vars.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/inventory/vars_plugins
remote:  copying build/lib/ansible/inventory/host.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/inventory
remote:  copying build/lib/ansible/inventory/dir.py -> /app/.heroku/python/lib/python2.7/site-packages/ansible/inventory
remote:  byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/__init__.py to __init__.pyc
remote:  byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/playbook/__init__.py to __init__.pyc
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/playbook/play.py to play.pyc == --* ]]
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/playbook/play.py to play.pyc == ==* ]]
remote: + echo ' ' 'byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/playbook/play.py to play.pyc'
remote: + read line
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/playbook/task.py to task.pyc == --* ]]
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/playbook/task.py to task.pyc == ==* ]]
remote: + echo ' ' 'byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/playbook/task.py to task.pyc'
remote: + read line
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/constants.py to constants.pyc == --* ]]
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/constants.py to constants.pyc == ==* ]]
remote: + echo ' ' 'byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/constants.py to constants.pyc'
remote: + read line
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/callback_plugins/__init__.py to __init__.pyc == --* ]]
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/callback_plugins/__init__.py to __init__.pyc == ==* ]]
remote: + echo ' ' 'byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/callback_plugins/__init__.py to __init__.pyc'
remote: + read line
remote:  byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/playbook/play.py to play.pyc
remote:  byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/playbook/task.py to task.pyc
remote:  byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/constants.py to constants.pyc
remote:  byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/callback_plugins/__init__.py to __init__.pyc
remote:  byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/callback_plugins/noop.py to noop.pyc
remote:  byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/utils/__init__.py to __init__.pyc
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/callback_plugins/noop.py to noop.pyc == --* ]]
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/callback_plugins/noop.py to noop.pyc == ==* ]]
remote: + echo ' ' 'byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/callback_plugins/noop.py to noop.pyc'
remote: + read line
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/utils/__init__.py to __init__.pyc == --* ]]
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/utils/__init__.py to __init__.pyc == ==* ]]
remote: + echo ' ' 'byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/utils/__init__.py to __init__.pyc'
remote: + read line
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/utils/template.py to template.pyc == --* ]]
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/utils/template.py to template.pyc == ==* ]]
remote: + echo ' ' 'byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/utils/template.py to template.pyc'
remote: + read line
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/utils/plugins.py to plugins.pyc == --* ]]
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/utils/plugins.py to plugins.pyc == ==* ]]
remote: + echo ' ' 'byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/utils/plugins.py to plugins.pyc'
remote: + read line
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/utils/module_docs.py to module_docs.pyc == --* ]]
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/utils/module_docs.py to module_docs.pyc == ==* ]]
remote: + echo ' ' 'byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/utils/module_docs.py to module_docs.pyc'
remote: + read line
remote:  byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/utils/template.py to template.pyc
remote:  byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/utils/plugins.py to plugins.pyc
remote:  byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/utils/module_docs.py to module_docs.pyc
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/__init__.py to __init__.pyc == --* ]]
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/__init__.py to __init__.pyc == ==* ]]
remote: + echo ' ' 'byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/__init__.py to __init__.pyc'
remote: + read line
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins/pause.py to pause.pyc == --* ]]
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins/pause.py to pause.pyc == ==* ]]
remote: + echo ' ' 'byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins/pause.py to pause.pyc'
remote: + read line
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins/__init__.py to __init__.pyc == --* ]]
remote:  byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/__init__.py to __init__.pyc
remote:  byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins/pause.py to pause.pyc
remote:  byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins/__init__.py to __init__.pyc
remote:  byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins/debug.py to debug.pyc
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins/__init__.py to __init__.pyc == ==* ]]
remote: + echo ' ' 'byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins/__init__.py to __init__.pyc'
remote: + read line
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins/debug.py to debug.pyc == --* ]]
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins/debug.py to debug.pyc == ==* ]]
remote: + echo ' ' 'byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins/debug.py to debug.pyc'
remote: + read line
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins/synchronize.py to synchronize.pyc == --* ]]
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins/synchronize.py to synchronize.pyc == ==* ]]
remote: + echo ' ' 'byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins/synchronize.py to synchronize.pyc'
remote: + read line
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins/copy.py to copy.pyc == --* ]]
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins/copy.py to copy.pyc == ==* ]]
remote: + echo ' ' 'byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins/copy.py to copy.pyc'
remote: + read line
remote:  byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins/synchronize.py to synchronize.pyc
remote:  byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins/copy.py to copy.pyc
remote:  byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins/template.py to template.pyc
remote:  byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins/add_host.py to add_host.pyc
remote:  byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins/script.py to script.pyc
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins/template.py to template.pyc == --* ]]
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins/template.py to template.pyc == ==* ]]
remote: + echo ' ' 'byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins/template.py to template.pyc'
remote: + read line
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins/add_host.py to add_host.pyc == --* ]]
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins/add_host.py to add_host.pyc == ==* ]]
remote: + echo ' ' 'byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins/add_host.py to add_host.pyc'
remote: + read line
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins/script.py to script.pyc == --* ]]
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins/script.py to script.pyc == ==* ]]
remote: + echo ' ' 'byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins/script.py to script.pyc'
remote: + read line
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins/raw.py to raw.pyc == --* ]]
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins/raw.py to raw.pyc == ==* ]]
remote: + echo ' ' 'byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins/raw.py to raw.pyc'
remote: + read line
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins/group_by.py to group_by.pyc == --* ]]
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins/group_by.py to group_by.pyc == ==* ]]
remote: + echo ' ' 'byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins/group_by.py to group_by.pyc'
remote: + read line
remote:  byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins/raw.py to raw.pyc
remote:  byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins/group_by.py to group_by.pyc
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins/unarchive.py to unarchive.pyc == --* ]]
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins/unarchive.py to unarchive.pyc == ==* ]]
remote: + echo ' ' 'byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins/unarchive.py to unarchive.pyc'
remote: + read line
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins/fetch.py to fetch.pyc == --* ]]
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins/fetch.py to fetch.pyc == ==* ]]
remote: + echo ' ' 'byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins/fetch.py to fetch.pyc'
remote: + read line
remote:  byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins/unarchive.py to unarchive.pyc
remote:  byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins/fetch.py to fetch.pyc
remote:  byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins/assemble.py to assemble.pyc
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins/assemble.py to assemble.pyc == --* ]]
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins/assemble.py to assemble.pyc == ==* ]]
remote: + echo ' ' 'byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins/assemble.py to assemble.pyc'
remote: + read line
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins/async.py to async.pyc == --* ]]
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins/async.py to async.pyc == ==* ]]
remote: + echo ' ' 'byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins/async.py to async.pyc'
remote: + read line
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins/include_vars.py to include_vars.pyc == --* ]]
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins/include_vars.py to include_vars.pyc == ==* ]]
remote: + echo ' ' 'byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins/include_vars.py to include_vars.pyc'
remote: + read line
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins/fail.py to fail.pyc == --* ]]
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins/fail.py to fail.pyc == ==* ]]
remote: + echo ' ' 'byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins/fail.py to fail.pyc'
remote: + read line
remote:  byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins/async.py to async.pyc
remote:  byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins/include_vars.py to include_vars.pyc
remote:  byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins/fail.py to fail.pyc
remote:  byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins/set_fact.py to set_fact.pyc
remote:  byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins/normal.py to normal.pyc
remote:  byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/connection.py to connection.pyc
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins/set_fact.py to set_fact.pyc == --* ]]
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins/set_fact.py to set_fact.pyc == ==* ]]
remote: + echo ' ' 'byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins/set_fact.py to set_fact.pyc'
remote: + read line
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins/normal.py to normal.pyc == --* ]]
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins/normal.py to normal.pyc == ==* ]]
remote: + echo ' ' 'byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/action_plugins/normal.py to normal.pyc'
remote: + read line
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/connection.py to connection.pyc == --* ]]
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/connection.py to connection.pyc == ==* ]]
remote: + echo ' ' 'byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/connection.py to connection.pyc'
remote: + read line
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/connection_plugins/__init__.py to __init__.pyc == --* ]]
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/connection_plugins/__init__.py to __init__.pyc == ==* ]]
remote: + echo ' ' 'byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/connection_plugins/__init__.py to __init__.pyc'
remote:  byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/connection_plugins/__init__.py to __init__.pyc
remote:  byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/connection_plugins/ssh.py to ssh.pyc
remote:  byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/connection_plugins/fireball.py to fireball.pyc
remote:  byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/connection_plugins/paramiko_ssh.py to paramiko_ssh.pyc
remote:  byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/connection_plugins/jail.py to jail.pyc
remote: + read line
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/connection_plugins/ssh.py to ssh.pyc == --* ]]
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/connection_plugins/ssh.py to ssh.pyc == ==* ]]
remote: + echo ' ' 'byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/connection_plugins/ssh.py to ssh.pyc'
remote: + read line
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/connection_plugins/fireball.py to fireball.pyc == --* ]]
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/connection_plugins/fireball.py to fireball.pyc == ==* ]]
remote: + echo ' ' 'byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/connection_plugins/fireball.py to fireball.pyc'
remote: + read line
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/connection_plugins/paramiko_ssh.py to paramiko_ssh.pyc == --* ]]
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/connection_plugins/paramiko_ssh.py to paramiko_ssh.pyc == ==* ]]
remote: + echo ' ' 'byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/connection_plugins/paramiko_ssh.py to paramiko_ssh.pyc'
remote: + read line
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/connection_plugins/jail.py to jail.pyc == --* ]]
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/connection_plugins/jail.py to jail.pyc == ==* ]]
remote: + echo ' ' 'byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/connection_plugins/jail.py to jail.pyc'
remote: + read line
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/connection_plugins/funcd.py to funcd.pyc == --* ]]
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/connection_plugins/funcd.py to funcd.pyc == ==* ]]
remote: + echo ' ' 'byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/connection_plugins/funcd.py to funcd.pyc'
remote: + read line
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/connection_plugins/chroot.py to chroot.pyc == --* ]]
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/connection_plugins/chroot.py to chroot.pyc == ==* ]]
remote: + echo ' ' 'byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/connection_plugins/chroot.py to chroot.pyc'
remote:  byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/connection_plugins/funcd.py to funcd.pyc
remote:  byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/connection_plugins/chroot.py to chroot.pyc
remote:  byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/connection_plugins/accelerate.py to accelerate.pyc
remote:  byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/connection_plugins/local.py to local.pyc
remote: + read line
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/connection_plugins/accelerate.py to accelerate.pyc == --* ]]
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/connection_plugins/accelerate.py to accelerate.pyc == ==* ]]
remote: + echo ' ' 'byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/connection_plugins/accelerate.py to accelerate.pyc'
remote: + read line
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/connection_plugins/local.py to local.pyc == --* ]]
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/connection_plugins/local.py to local.pyc == ==* ]]
remote: + echo ' ' 'byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/connection_plugins/local.py to local.pyc'
remote: + read line
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/return_data.py to return_data.pyc == --* ]]
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/return_data.py to return_data.pyc == ==* ]]
remote: + echo ' ' 'byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/return_data.py to return_data.pyc'
remote: + read line
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/filter_plugins/__init__.py to __init__.pyc == --* ]]
remote:  byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/return_data.py to return_data.pyc
remote:  byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/filter_plugins/__init__.py to __init__.pyc
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/filter_plugins/__init__.py to __init__.pyc == ==* ]]
remote: + echo ' ' 'byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/filter_plugins/__init__.py to __init__.pyc'
remote: + read line
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/filter_plugins/core.py to core.pyc == --* ]]
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/filter_plugins/core.py to core.pyc == ==* ]]
remote: + echo ' ' 'byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/filter_plugins/core.py to core.pyc'
remote:  byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/filter_plugins/core.py to core.pyc
remote:  byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins/inventory_hostnames.py to inventory_hostnames.pyc
remote:  byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins/lines.py to lines.pyc
remote: + read line
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins/inventory_hostnames.py to inventory_hostnames.pyc == --* ]]
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins/inventory_hostnames.py to inventory_hostnames.pyc == ==* ]]
remote: + echo ' ' 'byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins/inventory_hostnames.py to inventory_hostnames.pyc'
remote: + read line
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins/lines.py to lines.pyc == --* ]]
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins/lines.py to lines.pyc == ==* ]]
remote: + echo ' ' 'byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins/lines.py to lines.pyc'
remote: + read line
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins/__init__.py to __init__.pyc == --* ]]
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins/__init__.py to __init__.pyc == ==* ]]
remote:  byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins/__init__.py to __init__.pyc
remote:  byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins/file.py to file.pyc
remote:  byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins/items.py to items.pyc
remote: + echo ' ' 'byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins/__init__.py to __init__.pyc'
remote: + read line
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins/file.py to file.pyc == --* ]]
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins/file.py to file.pyc == ==* ]]
remote: + echo ' ' 'byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins/file.py to file.pyc'
remote: + read line
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins/items.py to items.pyc == --* ]]
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins/items.py to items.pyc == ==* ]]
remote: + echo ' ' 'byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins/items.py to items.pyc'
remote: + read line
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins/subelements.py to subelements.pyc == --* ]]
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins/subelements.py to subelements.pyc == ==* ]]
remote: + echo ' ' 'byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins/subelements.py to subelements.pyc'
remote: + read line
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins/password.py to password.pyc == --* ]]
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins/password.py to password.pyc == ==* ]]
remote: + echo ' ' 'byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins/password.py to password.pyc'
remote:  byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins/subelements.py to subelements.pyc
remote:  byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins/password.py to password.pyc
remote:  byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins/sequence.py to sequence.pyc
remote:  byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins/fileglob.py to fileglob.pyc
remote: + read line
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins/sequence.py to sequence.pyc == --* ]]
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins/sequence.py to sequence.pyc == ==* ]]
remote: + echo ' ' 'byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins/sequence.py to sequence.pyc'
remote: + read line
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins/fileglob.py to fileglob.pyc == --* ]]
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins/fileglob.py to fileglob.pyc == ==* ]]
remote: + echo ' ' 'byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins/fileglob.py to fileglob.pyc'
remote: + read line
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins/first_found.py to first_found.pyc == --* ]]
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins/first_found.py to first_found.pyc == ==* ]]
remote: + echo ' ' 'byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins/first_found.py to first_found.pyc'
remote: + read line
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins/dnstxt.py to dnstxt.pyc == --* ]]
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins/dnstxt.py to dnstxt.pyc == ==* ]]
remote: + echo ' ' 'byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins/dnstxt.py to dnstxt.pyc'
remote: + read line
remote:  byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins/first_found.py to first_found.pyc
remote:  byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins/dnstxt.py to dnstxt.pyc
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins/indexed_items.py to indexed_items.pyc == --* ]]
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins/indexed_items.py to indexed_items.pyc == ==* ]]
remote: + echo ' ' 'byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins/indexed_items.py to indexed_items.pyc'
remote: + read line
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins/template.py to template.pyc == --* ]]
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins/template.py to template.pyc == ==* ]]
remote: + echo ' ' 'byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins/template.py to template.pyc'
remote: + read line
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins/redis_kv.py to redis_kv.pyc == --* ]]
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins/redis_kv.py to redis_kv.pyc == ==* ]]
remote: + echo ' ' 'byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins/redis_kv.py to redis_kv.pyc'
remote: + read line
remote:  byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins/indexed_items.py to indexed_items.pyc
remote:  byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins/template.py to template.pyc
remote:  byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins/redis_kv.py to redis_kv.pyc
remote:  byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins/flattened.py to flattened.pyc
remote:  byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins/env.py to env.pyc
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins/flattened.py to flattened.pyc == --* ]]
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins/flattened.py to flattened.pyc == ==* ]]
remote: + echo ' ' 'byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins/flattened.py to flattened.pyc'
remote: + read line
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins/env.py to env.pyc == --* ]]
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins/env.py to env.pyc == ==* ]]
remote: + echo ' ' 'byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins/env.py to env.pyc'
remote: + read line
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins/random_choice.py to random_choice.pyc == --* ]]
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins/random_choice.py to random_choice.pyc == ==* ]]
remote: + echo ' ' 'byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins/random_choice.py to random_choice.pyc'
remote: + read line
remote:  byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins/random_choice.py to random_choice.pyc
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins/pipe.py to pipe.pyc == --* ]]
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins/pipe.py to pipe.pyc == ==* ]]
remote: + echo ' ' 'byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins/pipe.py to pipe.pyc'
remote: + read line
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins/etcd.py to etcd.pyc == --* ]]
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins/etcd.py to etcd.pyc == ==* ]]
remote: + echo ' ' 'byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins/etcd.py to etcd.pyc'
remote: + read line
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins/nested.py to nested.pyc == --* ]]
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins/nested.py to nested.pyc == ==* ]]
remote: + echo ' ' 'byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins/nested.py to nested.pyc'
remote: + read line
remote:  byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins/pipe.py to pipe.pyc
remote:  byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins/etcd.py to etcd.pyc
remote:  byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins/nested.py to nested.pyc
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins/together.py to together.pyc == --* ]]
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins/together.py to together.pyc == ==* ]]
remote: + echo ' ' 'byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins/together.py to together.pyc'
remote: + read line
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/poller.py to poller.pyc == --* ]]
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/poller.py to poller.pyc == ==* ]]
remote: + echo ' ' 'byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/poller.py to poller.pyc'
remote: + read line
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/module_common.py to module_common.pyc == --* ]]
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/module_common.py to module_common.pyc == ==* ]]
remote: + echo ' ' 'byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/module_common.py to module_common.pyc'
remote: + read line
remote:  byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/lookup_plugins/together.py to together.pyc
remote:  byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/runner/poller.py to poller.pyc
remote:  byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/module_common.py to module_common.pyc
remote:  byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/callbacks.py to callbacks.pyc
remote:  byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/module_utils/__init__.py to __init__.pyc
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/callbacks.py to callbacks.pyc == --* ]]
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/callbacks.py to callbacks.pyc == ==* ]]
remote: + echo ' ' 'byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/callbacks.py to callbacks.pyc'
remote: + read line
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/module_utils/__init__.py to __init__.pyc == --* ]]
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/module_utils/__init__.py to __init__.pyc == ==* ]]
remote: + echo ' ' 'byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/module_utils/__init__.py to __init__.pyc'
remote: + read line
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/module_utils/ec2.py to ec2.pyc == --* ]]
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/module_utils/ec2.py to ec2.pyc == ==* ]]
remote: + echo ' ' 'byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/module_utils/ec2.py to ec2.pyc'
remote: + read line
remote:  byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/module_utils/ec2.py to ec2.pyc
remote:  byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/module_utils/basic.py to basic.pyc
remote:  byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/color.py to color.pyc
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/module_utils/basic.py to basic.pyc == --* ]]
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/module_utils/basic.py to basic.pyc == ==* ]]
remote: + echo ' ' 'byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/module_utils/basic.py to basic.pyc'
remote: + read line
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/color.py to color.pyc == --* ]]
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/color.py to color.pyc == ==* ]]
remote: + echo ' ' 'byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/color.py to color.pyc'
remote: + read line
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/errors.py to errors.pyc == --* ]]
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/errors.py to errors.pyc == ==* ]]
remote:  byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/errors.py to errors.pyc
remote:  byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/inventory/__init__.py to __init__.pyc
remote:  byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/inventory/group.py to group.pyc
remote:  byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/inventory/ini.py to ini.pyc
remote:  byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/inventory/expand_hosts.py to expand_hosts.pyc
remote: + echo ' ' 'byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/errors.py to errors.pyc'
remote: + read line
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/inventory/__init__.py to __init__.pyc == --* ]]
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/inventory/__init__.py to __init__.pyc == ==* ]]
remote: + echo ' ' 'byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/inventory/__init__.py to __init__.pyc'
remote: + read line
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/inventory/group.py to group.pyc == --* ]]
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/inventory/group.py to group.pyc == ==* ]]
remote: + echo ' ' 'byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/inventory/group.py to group.pyc'
remote: + read line
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/inventory/ini.py to ini.pyc == --* ]]
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/inventory/ini.py to ini.pyc == ==* ]]
remote: + echo ' ' 'byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/inventory/ini.py to ini.pyc'
remote: + read line
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/inventory/expand_hosts.py to expand_hosts.pyc == --* ]]
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/inventory/expand_hosts.py to expand_hosts.pyc == ==* ]]
remote: + echo ' ' 'byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/inventory/expand_hosts.py to expand_hosts.pyc'
remote: + read line
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/inventory/script.py to script.pyc == --* ]]
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/inventory/script.py to script.pyc == ==* ]]
remote: + echo ' ' 'byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/inventory/script.py to script.pyc'
remote: + read line
remote:  byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/inventory/script.py to script.pyc
remote:  byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/inventory/vars_plugins/__init__.py to __init__.pyc
remote:  byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/inventory/vars_plugins/group_vars.py to group_vars.pyc
remote:  byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/inventory/host.py to host.pyc
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/inventory/vars_plugins/__init__.py to __init__.pyc == --* ]]
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/inventory/vars_plugins/__init__.py to __init__.pyc == ==* ]]
remote: + echo ' ' 'byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/inventory/vars_plugins/__init__.py to __init__.pyc'
remote: + read line
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/inventory/vars_plugins/group_vars.py to group_vars.pyc == --* ]]
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/inventory/vars_plugins/group_vars.py to group_vars.pyc == ==* ]]
remote: + echo ' ' 'byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/inventory/vars_plugins/group_vars.py to group_vars.pyc'
remote: + read line
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/inventory/host.py to host.pyc == --* ]]
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/inventory/host.py to host.pyc == ==* ]]
remote: + echo ' ' 'byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/inventory/host.py to host.pyc'
remote: + read line
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/inventory/dir.py to dir.pyc == --* ]]
remote: + [[ byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/inventory/dir.py to dir.pyc == ==* ]]
remote: + echo ' ' 'byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/inventory/dir.py to dir.pyc'
remote: + read line
remote: + [[ running install_data == --* ]]
remote: + [[ running install_data == ==* ]]
remote: + echo ' ' 'running install_data'
remote: + read line
remote:  byte-compiling /app/.heroku/python/lib/python2.7/site-packages/ansible/inventory/dir.py to dir.pyc
remote:  running install_data
remote: + [[ creating /usr/share/ansible == --* ]]
remote: + [[ creating /usr/share/ansible == ==* ]]
remote: + echo ' ' 'creating /usr/share/ansible'
remote: + read line
remote: + [[ error: could not create '/usr/share/ansible': Permission denied == --* ]]
remote: + [[ error: could not create '/usr/share/ansible': Permission denied == ==* ]]
remote: + echo ' ' 'error: could not create '\''/usr/share/ansible'\'': Permission denied'
remote: + read line
remote: + [[ '' == --* ]]
remote: + [[ '' == ==* ]]
remote: + echo ' ' ''
remote: + read line
remote: + [[ ---------------------------------------- == --* ]]
remote: + echo '----------------------------------------'
remote: + read line
remote:  creating /usr/share/ansible
remote:  error: could not create '/usr/share/ansible': Permission denied
remote: 
remote: ----------------------------------------
remote: + [[ [?25hCommand "/app/.heroku/python/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-W6JtgH/ansible/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('rn', 'n'), __file__, 'exec'))" install --record /tmp/pip-vYShfq-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-W6JtgH/ansible == --* ]]
remote: + [[ [?25hCommand "/app/.heroku/python/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-W6JtgH/ansible/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('rn', 'n'), __file__, 'exec'))" install --record /tmp/pip-vYShfq-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-W6JtgH/ansible == ==* ]]
remote: + echo ' ' '[?25hCommand "/app/.heroku/python/bin/python -u -c "import setuptools, tokenize;__file__='\''/tmp/pip-build-W6JtgH/ansible/setup.py'\'';exec(compile(getattr(tokenize, '\''open'\'', open)(__file__).read().replace('\''rn'\'', '\''n'\''), __file__, '\''exec'\''))" install --record /tmp/pip-vYShfq-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-W6JtgH/ansible'
remote: + read line
remote:  [?25hCommand "/app/.heroku/python/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-W6JtgH/ansible/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('rn', 'n'), __file__, 'exec'))" install --record /tmp/pip-vYShfq-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-W6JtgH/ansible
remote: + rm -rf /tmp/dokku_git.QYBf
remote: + exit_code=1
remote: + set -e
remote: + [[ 1 -eq 10 ]]
remote: + implemented=1
remote: + [[ 1 -ne 0 ]]
remote: + exit 1
remote: + exit_code=1
remote: + set -e
remote: + [[ 1 -eq 10 ]]
remote: + implemented=1
remote: + [[ 1 -ne 0 ]]
remote: + exit 1
remote: + exit_code=1
remote: + set -e
remote: + [[ 1 -eq 10 ]]
remote: + implemented=1
remote: + [[ 1 -ne 0 ]]
remote: + exit 1
+ exit_code=0
+ set -e
+ [[ 0 -eq 10 ]]
+ implemented=1
+ [[ 0 -ne 0 ]]
+ for script in '$PLUGIN_ENABLED_PATH/*/commands'
+ set +e
+ /var/lib/dokku/plugins/enabled/logs/commands git-receive-pack ''\''test-app'\'''
+ exit_code=10
+ set -e
+ [[ 10 -eq 10 ]]
+ continue
+ for script in '$PLUGIN_ENABLED_PATH/*/commands'
+ set +e
+ /var/lib/dokku/plugins/enabled/mongo/commands git-receive-pack ''\''test-app'\'''
+ exit_code=10
+ set -e
+ [[ 10 -eq 10 ]]
+ continue
+ for script in '$PLUGIN_ENABLED_PATH/*/commands'
+ set +e
+ /var/lib/dokku/plugins/enabled/nginx-vhosts/commands git-receive-pack ''\''test-app'\'''
+ exit_code=10
+ set -e
+ [[ 10 -eq 10 ]]
+ continue
+ for script in '$PLUGIN_ENABLED_PATH/*/commands'
+ set +e
+ /var/lib/dokku/plugins/enabled/plugin/commands git-receive-pack ''\''test-app'\'''
+ exit_code=10
+ set -e
+ [[ 10 -eq 10 ]]
+ continue
+ for script in '$PLUGIN_ENABLED_PATH/*/commands'
+ set +e
+ /var/lib/dokku/plugins/enabled/proxy/commands git-receive-pack ''\''test-app'\'''
+ exit_code=10
+ set -e
+ [[ 10 -eq 10 ]]
+ continue
+ for script in '$PLUGIN_ENABLED_PATH/*/commands'
+ set +e
+ /var/lib/dokku/plugins/enabled/ps/commands git-receive-pack ''\''test-app'\'''
+ exit_code=10
+ set -e
+ [[ 10 -eq 10 ]]
+ continue
+ for script in '$PLUGIN_ENABLED_PATH/*/commands'
+ set +e
+ /var/lib/dokku/plugins/enabled/redis/commands git-receive-pack ''\''test-app'\'''
+ PLUGIN_BASE_PATH=/var/lib/dokku/plugins
+ [[ -n 1 ]]
+ PLUGIN_BASE_PATH=/var/lib/dokku/plugins/enabled
+ source /var/lib/dokku/plugins/enabled/common/functions
++ set -eo pipefail
++ [[ -n 1 ]]
++ set -x
++ dirname /var/lib/dokku/plugins/enabled/redis/commands
+ source /var/lib/dokku/plugins/enabled/redis/functions
++ set -eo pipefail
++ [[ -n 1 ]]
++ set -x
+++ dirname /var/lib/dokku/plugins/enabled/redis/commands
++ source /var/lib/dokku/plugins/enabled/redis/config
+++ export REDIS_IMAGE=redis
+++ REDIS_IMAGE=redis
+++ export REDIS_IMAGE_VERSION=3.0.6
+++ REDIS_IMAGE_VERSION=3.0.6
+++ export REDIS_ROOT=/var/lib/dokku/services/redis
+++ REDIS_ROOT=/var/lib/dokku/services/redis
+++ export PLUGIN_COMMAND_PREFIX=redis
+++ PLUGIN_COMMAND_PREFIX=redis
+++ export PLUGIN_DATA_ROOT=/var/lib/dokku/services/redis
+++ PLUGIN_DATA_ROOT=/var/lib/dokku/services/redis
+++ PLUGIN_DATASTORE_PORTS=(6379)
+++ export PLUGIN_DATASTORE_PORTS
+++ export PLUGIN_DEFAULT_ALIAS=REDIS
+++ PLUGIN_DEFAULT_ALIAS=REDIS
+++ export PLUGIN_ALT_ALIAS=DOKKU_REDIS
+++ PLUGIN_ALT_ALIAS=DOKKU_REDIS
+++ export PLUGIN_IMAGE=redis
+++ PLUGIN_IMAGE=redis
+++ export PLUGIN_IMAGE_VERSION=3.0.6
+++ PLUGIN_IMAGE_VERSION=3.0.6
+++ export PLUGIN_SCHEME=redis
+++ PLUGIN_SCHEME=redis
+++ export PLUGIN_SERVICE=Redis
+++ PLUGIN_SERVICE=Redis
++ dirname /var/lib/dokku/plugins/enabled/redis/commands
+ source /var/lib/dokku/plugins/enabled/redis/config
++ export REDIS_IMAGE=redis
++ REDIS_IMAGE=redis
++ export REDIS_IMAGE_VERSION=3.0.6
++ REDIS_IMAGE_VERSION=3.0.6
++ export REDIS_ROOT=/var/lib/dokku/services/redis
++ REDIS_ROOT=/var/lib/dokku/services/redis
++ export PLUGIN_COMMAND_PREFIX=redis
++ PLUGIN_COMMAND_PREFIX=redis
++ export PLUGIN_DATA_ROOT=/var/lib/dokku/services/redis
++ PLUGIN_DATA_ROOT=/var/lib/dokku/services/redis
++ PLUGIN_DATASTORE_PORTS=(6379)
++ export PLUGIN_DATASTORE_PORTS
++ export PLUGIN_DEFAULT_ALIAS=REDIS
++ PLUGIN_DEFAULT_ALIAS=REDIS
++ export PLUGIN_ALT_ALIAS=DOKKU_REDIS
++ PLUGIN_ALT_ALIAS=DOKKU_REDIS
++ export PLUGIN_IMAGE=redis
++ PLUGIN_IMAGE=redis
++ export PLUGIN_IMAGE_VERSION=3.0.6
++ PLUGIN_IMAGE_VERSION=3.0.6
++ export PLUGIN_SCHEME=redis
++ PLUGIN_SCHEME=redis
++ export PLUGIN_SERVICE=Redis
++ PLUGIN_SERVICE=Redis
+ [[ git-receive-pack == redis:* ]]
+ [[ -d /var/lib/dokku/services/redis/* ]]
+ case "$1" in
+ exit 10
+ exit_code=10
+ set -e
+ [[ 10 -eq 10 ]]
+ continue
+ for script in '$PLUGIN_ENABLED_PATH/*/commands'
+ set +e
+ /var/lib/dokku/plugins/enabled/shell/commands git-receive-pack ''\''test-app'\'''
+ exit_code=10
+ set -e
+ [[ 10 -eq 10 ]]
+ continue
+ for script in '$PLUGIN_ENABLED_PATH/*/commands'
+ set +e
+ /var/lib/dokku/plugins/enabled/storage/commands git-receive-pack ''\''test-app'\'''
+ exit_code=10
+ set -e
+ [[ 10 -eq 10 ]]
+ continue
+ for script in '$PLUGIN_ENABLED_PATH/*/commands'
+ set +e
+ /var/lib/dokku/plugins/enabled/tags/commands git-receive-pack ''\''test-app'\'''
+ exit_code=10
+ set -e
+ [[ 10 -eq 10 ]]
+ continue
+ for script in '$PLUGIN_ENABLED_PATH/*/commands'
+ set +e
+ /var/lib/dokku/plugins/enabled/tar/commands git-receive-pack ''\''test-app'\'''
+ exit_code=10
+ set -e
+ [[ 10 -eq 10 ]]
+ continue
+ [[ 1 -eq 0 ]]
+ set +f
+ exit 0
To dokku@feliq.com:test-app
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'dokku@feliq.com:test-app'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment