Since 993739e494005416ed5e506d6358060c2d29f02e you check if a template actually rendered, which does not happen if there is no difference to the already generated template on file. This causes consul-template to hang when using -once. Even if one of the Consul Keys in the template changes, the runner does not continue.
Version 0.19.1.
Works correctly in 0.19.0. Probably introduced with 993739e494005416ed5e506d6358060c2d29f02e.
{{ key "anykey" }}
consul-template -once -log-level=trace -template "path/to/template.tpl:output"
First run:
2017/08/29 11:19:50.610016 [INFO] consul-template v0.19.1.dev (a6369e8)
2017/08/29 11:19:50.610029 [INFO] (runner) creating new runner (dry: false, once: true)
2017/08/29 11:19:50.610409 [DEBUG] (runner) final config: {"Consul":{"Address":"","Auth":{"Enabled":false,"Username":"","Password":""},"Retry":{"Attempts":12,"Backoff":250000000,"MaxBackoff":60000000000,"Enabled":true},"SSL":{"CaCert":"","CaPath":"","Cert":"","Enabled":false,"Key":"","ServerName":"","Verify":true},"Token":"","Transport":{"DialKeepAlive":30000000000,"DialTimeout":30000000000,"DisableKeepAlives":false,"IdleConnTimeout":90000000000,"MaxIdleConns":100,"MaxIdleConnsPerHost":5,"TLSHandshakeTimeout":10000000000}},"Dedup":{"Enabled":false,"MaxStale":2000000000,"Prefix":"consul-template/dedup/","TTL":15000000000},"Exec":{"Command":"","Enabled":false,"Env":{"Blacklist":[],"Custom":[],"Pristine":false,"Whitelist":[]},"KillSignal":2,"KillTimeout":30000000000,"ReloadSignal":null,"Splay":0,"Timeout":0},"KillSignal":2,"LogLevel":"trace","MaxStale":2000000000,"PidFile":"","ReloadSignal":1,"Syslog":{"Enabled":false,"Facility":"LOCAL0"},"Templates":[{"Backup":false,"Command":"","CommandTimeout":30000000000,"Contents":"","Destination":"test","ErrMissingKey":false,"Exec":{"Command":"","Enabled":false,"Env":{"Blacklist":[],"Custom":[],"Pristine":false,"Whitelist":[]},"KillSignal":2,"KillTimeout":30000000000,"ReloadSignal":null,"Splay":0,"Timeout":30000000000},"Perms":420,"Source":"test.tpl","Wait":{"Enabled":false,"Min":0,"Max":0},"LeftDelim":"","RightDelim":""}],"Vault":{"Address":"","Enabled":false,"Grace":300000000000,"RenewToken":true,"Retry":{"Attempts":12,"Backoff":250000000,"MaxBackoff":60000000000,"Enabled":true},"SSL":{"CaCert":"","CaPath":"","Cert":"","Enabled":true,"Key":"","ServerName":"","Verify":true},"Transport":{"DialKeepAlive":30000000000,"DialTimeout":30000000000,"DisableKeepAlives":false,"IdleConnTimeout":90000000000,"MaxIdleConns":100,"MaxIdleConnsPerHost":5,"TLSHandshakeTimeout":10000000000},"UnwrapToken":false},"Wait":{"Enabled":false,"Min":0,"Max":0}}
2017/08/29 11:19:50.610453 [INFO] (runner) creating watcher
2017/08/29 11:19:50.610566 [INFO] (runner) starting
2017/08/29 11:19:50.610583 [DEBUG] (runner) running initial templates
2017/08/29 11:19:50.610590 [INFO] (runner) initiating run
2017/08/29 11:19:50.610657 [DEBUG] (runner) checking template 4a4e4f24487a092d3e74ff0a7f1337f2
2017/08/29 11:19:50.610898 [DEBUG] (runner) was not watching 1 dependencies
2017/08/29 11:19:50.610922 [DEBUG] (watcher) adding kv.block(test)
2017/08/29 11:19:50.610932 [TRACE] (watcher) kv.block(test) starting
2017/08/29 11:19:50.610941 [DEBUG] (runner) diffing and updating dependencies
2017/08/29 11:19:50.610949 [DEBUG] (runner) watching 1 dependencies
2017/08/29 11:19:50.610984 [TRACE] (view) kv.block(test) starting fetch
2017/08/29 11:19:50.611004 [TRACE] kv.block(test): GET /v1/kv/test?stale=true&wait=1m0s
2017/08/29 11:19:50.612309 [TRACE] kv.block(test): returned "test"
2017/08/29 11:19:50.612322 [TRACE] (view) kv.block(test) marking successful data response
2017/08/29 11:19:50.612342 [TRACE] (view) kv.block(test) successful contact, resetting retries
2017/08/29 11:19:50.612347 [TRACE] (view) kv.block(test) received data
2017/08/29 11:19:50.612365 [DEBUG] (runner) receiving dependency kv.block(test)
2017/08/29 11:19:50.612384 [INFO] (runner) initiating run
2017/08/29 11:19:50.612389 [DEBUG] (runner) checking template 4a4e4f24487a092d3e74ff0a7f1337f2
2017/08/29 11:19:50.612558 [DEBUG] (runner) rendering "test.tpl" => "test"
2017/08/29 11:19:50.614694 [INFO] (runner) rendered "test.tpl" => "test"
2017/08/29 11:19:50.614718 [DEBUG] (runner) diffing and updating dependencies
2017/08/29 11:19:50.614728 [DEBUG] (runner) kv.block(test) is still needed
2017/08/29 11:19:50.614737 [DEBUG] (runner) watching 1 dependencies
2017/08/29 11:19:50.614743 [DEBUG] (runner) all templates rendered
2017/08/29 11:19:50.614749 [INFO] (runner) once mode and all templates rendered
2017/08/29 11:19:50.614755 [INFO] (runner) stopping
2017/08/29 11:19:50.614761 [DEBUG] (runner) stopping watcher
2017/08/29 11:19:50.614774 [DEBUG] (watcher) stopping all views
2017/08/29 11:19:50.614782 [TRACE] (watcher) stopping kv.block(test)
Second run:
2017/08/29 11:20:43.315528 [INFO] consul-template v0.19.1.dev (a6369e8)
2017/08/29 11:20:43.315568 [INFO] (runner) creating new runner (dry: false, once: true)
2017/08/29 11:20:43.316370 [DEBUG] (runner) final config: {"Consul":{"Address":"","Auth":{"Enabled":false,"Username":"","Password":""},"Retry":{"Attempts":12,"Backoff":250000000,"MaxBackoff":60000000000,"Enabled":true},"SSL":{"CaCert":"","CaPath":"","Cert":"","Enabled":false,"Key":"","ServerName":"","Verify":true},"Token":"","Transport":{"DialKeepAlive":30000000000,"DialTimeout":30000000000,"DisableKeepAlives":false,"IdleConnTimeout":90000000000,"MaxIdleConns":100,"MaxIdleConnsPerHost":5,"TLSHandshakeTimeout":10000000000}},"Dedup":{"Enabled":false,"MaxStale":2000000000,"Prefix":"consul-template/dedup/","TTL":15000000000},"Exec":{"Command":"","Enabled":false,"Env":{"Blacklist":[],"Custom":[],"Pristine":false,"Whitelist":[]},"KillSignal":2,"KillTimeout":30000000000,"ReloadSignal":null,"Splay":0,"Timeout":0},"KillSignal":2,"LogLevel":"trace","MaxStale":2000000000,"PidFile":"","ReloadSignal":1,"Syslog":{"Enabled":false,"Facility":"LOCAL0"},"Templates":[{"Backup":false,"Command":"","CommandTimeout":30000000000,"Contents":"","Destination":"test","ErrMissingKey":false,"Exec":{"Command":"","Enabled":false,"Env":{"Blacklist":[],"Custom":[],"Pristine":false,"Whitelist":[]},"KillSignal":2,"KillTimeout":30000000000,"ReloadSignal":null,"Splay":0,"Timeout":30000000000},"Perms":420,"Source":"test.tpl","Wait":{"Enabled":false,"Min":0,"Max":0},"LeftDelim":"","RightDelim":""}],"Vault":{"Address":"","Enabled":false,"Grace":300000000000,"RenewToken":true,"Retry":{"Attempts":12,"Backoff":250000000,"MaxBackoff":60000000000,"Enabled":true},"SSL":{"CaCert":"","CaPath":"","Cert":"","Enabled":true,"Key":"","ServerName":"","Verify":true},"Transport":{"DialKeepAlive":30000000000,"DialTimeout":30000000000,"DisableKeepAlives":false,"IdleConnTimeout":90000000000,"MaxIdleConns":100,"MaxIdleConnsPerHost":5,"TLSHandshakeTimeout":10000000000},"UnwrapToken":false},"Wait":{"Enabled":false,"Min":0,"Max":0}}
2017/08/29 11:20:43.316468 [INFO] (runner) creating watcher
2017/08/29 11:20:43.316694 [INFO] (runner) starting
2017/08/29 11:20:43.316772 [DEBUG] (runner) running initial templates
2017/08/29 11:20:43.316797 [INFO] (runner) initiating run
2017/08/29 11:20:43.316891 [DEBUG] (runner) checking template 4a4e4f24487a092d3e74ff0a7f1337f2
2017/08/29 11:20:43.317891 [DEBUG] (runner) was not watching 1 dependencies
2017/08/29 11:20:43.317993 [DEBUG] (watcher) adding kv.block(test)
2017/08/29 11:20:43.318040 [TRACE] (watcher) kv.block(test) starting
2017/08/29 11:20:43.318078 [DEBUG] (runner) diffing and updating dependencies
2017/08/29 11:20:43.318115 [DEBUG] (runner) watching 1 dependencies
2017/08/29 11:20:43.318244 [TRACE] (view) kv.block(test) starting fetch
2017/08/29 11:20:43.318314 [TRACE] kv.block(test): GET /v1/kv/test?stale=true&wait=1m0s
2017/08/29 11:20:43.321079 [TRACE] kv.block(test): returned "test"
2017/08/29 11:20:43.321114 [TRACE] (view) kv.block(test) marking successful data response
2017/08/29 11:20:43.321138 [TRACE] (view) kv.block(test) successful contact, resetting retries
2017/08/29 11:20:43.321156 [TRACE] (view) kv.block(test) received data
2017/08/29 11:20:43.321180 [DEBUG] (runner) receiving dependency kv.block(test)
2017/08/29 11:20:43.321199 [INFO] (runner) initiating run
2017/08/29 11:20:43.321214 [DEBUG] (runner) checking template 4a4e4f24487a092d3e74ff0a7f1337f2
2017/08/29 11:20:43.321647 [DEBUG] (runner) rendering "test.tpl" => "test"
2017/08/29 11:20:43.321746 [DEBUG] (runner) diffing and updating dependencies
2017/08/29 11:20:43.321765 [DEBUG] (runner) kv.block(test) is still needed
2017/08/29 11:20:43.321782 [DEBUG] (runner) watching 1 dependencies
STUCK HERE FOREVER...
Consul-template should exit after the template has been rendered, or if there are no difference to the already rendered template on file.
Consul-template gets stuck in an infinite loop.
Same here with same Consul-Template version.
Sometimes it works, sometimes it gets stuck.
Same problem with 0.19.2
Yeah, same problem for me with 0.19.2 too unfortunately. None of the tries are successful, always fails.
I'm also seeing hangs with 0.19.2 on templates that worked without problems before.
Working on it. For now, please use 0.19.0
I noticed that this was closed, but I am still seeing this behavior in 0.19.4. What information do you need in order to debug this?
Same here on 0.19.4 :\
My usage looks something like this:
echo 'Starting Config Generation'
/usr/local/bin/consul-template -log-level debug \
-once \
-consul-addr "${CONSUL_URL}" \
-template '/templates/config.php.ctmpl:/config/config.php' \
&& echo 'Finished Config Generation' \
|| echo 'Error during config generation'
Also my config file is not getting generated.
My debug log looks like this:
Starting Config Generation
2018/05/09 23:51:12.934070 [INFO] consul-template v0.19.4 (68b1da2)
2018/05/09 23:51:12.934146 [INFO] (runner) creating new runner (dry: false, once: true)
2018/05/09 23:51:12.934661 [DEBUG] (runner) final config: {"Consul":{"Address":"172.20.6.234:8500","Auth":{"Enabled":false,"Username":"","Password":""},"Retry":{"Attempts":12,"Backoff":250000000,"MaxBackoff":60000000000,"Enabled":true},"SSL":{"CaCert":"","CaPath":"","Cert":"","Enabled":false,"Key":"","ServerName":"","Verify":true},"Token":"","Transport":{"DialKeepAlive":30000000000,"DialTimeout":30000000000,"DisableKeepAlives":false,"IdleConnTimeout":90000000000,"MaxIdleConns":100,"MaxIdleConnsPerHost":9,"TLSHandshakeTimeout":10000000000}},"Dedup":{"Enabled":false,"MaxStale":2000000000,"Prefix":"consul-template/dedup/","TTL":15000000000},"Exec":{"Command":"","Enabled":false,"Env":{"Blacklist":[],"Custom":[],"Pristine":false,"Whitelist":[]},"KillSignal":2,"KillTimeout":30000000000,"ReloadSignal":null,"Splay":0,"Timeout":0},"KillSignal":2,"LogLevel":"debug","MaxStale":2000000000,"PidFile":"","ReloadSignal":1,"Syslog":{"Enabled":false,"Facility":"LOCAL0"},"Templates":[{"Backup":false,"Command":"","CommandTimeout":30000000000,"Contents":"","CreateDestDirs":true,"Destination":"/config/config.php","ErrMissingKey":false,"Exec":{"Command":"","Enabled":false,"Env":{"Blacklist":[],"Custom":[],"Pristine":false,"Whitelist":[]},"KillSignal":2,"KillTimeout":30000000000,"ReloadSignal":null,"Splay":0,"Timeout":30000000000},"Perms":0,"Source":"/templates/config.php.ctmpl","Wait":{"Enabled":false,"Min":0,"Max":0},"LeftDelim":"","RightDelim":""}],"Vault":{"Address":"","Enabled":false,"Grace":15000000000,"RenewToken":true,"Retry":{"Attempts":12,"Backoff":250000000,"MaxBackoff":60000000000,"Enabled":true},"SSL":{"CaCert":"","CaPath":"","Cert":"","Enabled":true,"Key":"","ServerName":"","Verify":true},"Transport":{"DialKeepAlive":30000000000,"DialTimeout":30000000000,"DisableKeepAlives":false,"IdleConnTimeout":90000000000,"MaxIdleConns":100,"MaxIdleConnsPerHost":9,"TLSHandshakeTimeout":10000000000},"UnwrapToken":false},"Wait":{"Enabled":false,"Min":0,"Max":0}}
2018/05/09 23:51:12.934715 [INFO] (runner) creating watcher
2018/05/09 23:51:12.934935 [INFO] (runner) starting
2018/05/09 23:51:12.934962 [DEBUG] (runner) running initial templates
2018/05/09 23:51:12.934973 [INFO] (runner) initiating run
2018/05/09 23:51:12.935004 [DEBUG] (runner) checking template 56fc083d5f58a4e1e5df07acc8c038cb
2018/05/09 23:51:12.939871 [DEBUG] (runner) was not watching 84 dependencies
2018/05/09 23:51:12.939934 [DEBUG] (watcher) adding kv.block(com.vendor/config/docker/alpha_php.json/kong_oauth_endpoint)
2018/05/09 23:51:12.939982 [DEBUG] (watcher) adding kv.block(com.vendor/config/docker/alpha_php.json/kong_int_oauth_endpoint)
2018/05/09 23:51:12.939992 [DEBUG] (watcher) adding kv.block(com.vendor/config/docker/alpha_php.json/adds_kong_client_id)
2018/05/09 23:51:12.940033 [DEBUG] (watcher) adding kv.block(com.vendor/config/docker/alpha_php.json/adds_kong_client_secret)
2018/05/09 23:51:12.940050 [DEBUG] (watcher) adding kv.block(com.vendor/config/docker/alpha_php.json/adds_kong_ssl_verifyhostpeer)
2018/05/09 23:51:12.940066 [DEBUG] (watcher) adding kv.block(com.vendor/config/docker/alpha_php.json/adds_kong_api_key)
2018/05/09 23:51:12.940116 [DEBUG] (watcher) adding kv.block(com.vendor/config/docker/alpha_php.json/vendor_idp_oauth_endpoint)
2018/05/09 23:51:12.940145 [DEBUG] (watcher) adding kv.block(com.vendor/config/docker/alpha_php.json/vendor_idp_saml_endpoint)
2018/05/09 23:51:12.940209 [DEBUG] (watcher) adding kv.block(com.vendor/config/docker/alpha_php.json/salesforce_endpoint)
2018/05/09 23:51:12.940316 [DEBUG] (watcher) adding kv.block(com.vendor/config/docker/alpha_php.json/amc_kong_client)
2018/05/09 23:51:12.940343 [DEBUG] (watcher) adding kv.block(com.vendor/config/docker/alpha_php.json/amc_kong_secret)
2018/05/09 23:51:12.940449 [DEBUG] (watcher) adding kv.block(com.vendor/config/docker/alpha_php.json/address_verification_endpoint)
2018/05/09 23:51:12.940502 [DEBUG] (watcher) adding kv.block(com.vendor/config/docker/alpha_php.json/order_bridge_endpoint)
2018/05/09 23:51:12.940519 [DEBUG] (watcher) adding kv.block(com.vendor/config/docker/alpha_php.json/adds_debug_flag)
2018/05/09 23:51:12.940950 [DEBUG] (watcher) adding kv.block(com.vendor/config/docker/alpha_php.json/adds_log)
2018/05/09 23:51:12.942331 [DEBUG] (watcher) adding kv.block(com.vendor/config/docker/alpha_php.json/ci_amc_file_base)
2018/05/09 23:51:12.942358 [DEBUG] (watcher) adding kv.block(com.vendor/config/docker/alpha_php.json/db_database)
2018/05/09 23:51:12.942378 [DEBUG] (watcher) adding kv.block(com.vendor/config/docker/alpha_php.json/db_prefix)
2018/05/09 23:51:12.942395 [DEBUG] (watcher) adding kv.block(com.vendor/config/docker/alpha_php.json/db_report_database)
2018/05/09 23:51:12.942414 [DEBUG] (watcher) adding kv.block(com.vendor/config/docker/alpha_php.json/db_report_server)
2018/05/09 23:51:12.942431 [DEBUG] (watcher) adding kv.block(com.vendor/config/docker/alpha_php.json/db_report_server_password)
2018/05/09 23:51:12.942443 [DEBUG] (watcher) adding kv.block(com.vendor/config/docker/alpha_php.json/db_report_server_username)
2018/05/09 23:51:12.942490 [DEBUG] (watcher) adding kv.block(com.vendor/config/docker/alpha_php.json/db_server)
2018/05/09 23:51:12.942505 [DEBUG] (watcher) adding kv.block(com.vendor/config/docker/alpha_php.json/db_server_password)
2018/05/09 23:51:12.942524 [DEBUG] (watcher) adding kv.block(com.vendor/config/docker/alpha_php.json/db_server_username)
2018/05/09 23:51:12.942568 [DEBUG] (watcher) adding kv.block(com.vendor/config/docker/alpha_php.json/dbbilling_database)
2018/05/09 23:51:12.942587 [DEBUG] (watcher) adding kv.block(com.vendor/config/docker/alpha_php.json/dbbilling_schema_dynamic)
2018/05/09 23:51:12.942810 [DEBUG] (watcher) adding kv.block(com.vendor/config/docker/alpha_php.json/dbbilling_schema_static)
2018/05/09 23:51:12.942835 [DEBUG] (watcher) adding kv.block(com.vendor/config/docker/alpha_php.json/dbbilling_server)
2018/05/09 23:51:12.942847 [DEBUG] (watcher) adding kv.block(com.vendor/config/docker/alpha_php.json/dbbilling_server_password)
2018/05/09 23:51:12.942883 [DEBUG] (watcher) adding kv.block(com.vendor/config/docker/alpha_php.json/dbbilling_server_username)
2018/05/09 23:51:12.942904 [DEBUG] (watcher) adding kv.block(com.vendor/config/docker/alpha_php.json/dbpg_server)
2018/05/09 23:51:12.942927 [DEBUG] (watcher) adding kv.block(com.vendor/config/docker/alpha_php.json/dbpg_server_password)
2018/05/09 23:51:12.942980 [DEBUG] (watcher) adding kv.block(com.vendor/config/docker/alpha_php.json/dbpg_server_schema)
2018/05/09 23:51:12.943079 [DEBUG] (watcher) adding kv.block(com.vendor/config/docker/alpha_php.json/dbpg_server_username)
2018/05/09 23:51:12.943114 [DEBUG] (watcher) adding kv.block(com.vendor/config/docker/alpha_php.json/dbro_database)
2018/05/09 23:51:12.945850 [DEBUG] (watcher) adding kv.block(com.vendor/config/docker/alpha_php.json/dbro_server)
2018/05/09 23:51:12.945865 [DEBUG] (watcher) adding kv.block(com.vendor/config/docker/alpha_php.json/dbro_server_password)
2018/05/09 23:51:12.945904 [DEBUG] (watcher) adding kv.block(com.vendor/config/docker/alpha_php.json/dbro_server_username)
2018/05/09 23:51:12.945911 [DEBUG] (watcher) adding kv.block(com.vendor/config/docker/alpha_php.json/dbtest_database)
2018/05/09 23:51:12.945917 [DEBUG] (watcher) adding kv.block(com.vendor/config/docker/alpha_php.json/dbtest_server)
2018/05/09 23:51:12.946006 [DEBUG] (watcher) adding kv.block(com.vendor/config/docker/alpha_php.json/dbtest_server_password)
2018/05/09 23:51:12.946024 [DEBUG] (watcher) adding kv.block(com.vendor/config/docker/alpha_php.json/dbtest_server_username)
2018/05/09 23:51:12.946036 [DEBUG] (watcher) adding kv.block(com.vendor/config/docker/alpha_php.json/dds_file_base)
2018/05/09 23:51:12.946053 [DEBUG] (watcher) adding kv.block(com.vendor/config/docker/alpha_php.json/did_tracking_url)
2018/05/09 23:51:12.946088 [DEBUG] (watcher) adding kv.block(com.vendor/config/docker/alpha_php.json/doctracker_location)
2018/05/09 23:51:12.946118 [DEBUG] (watcher) adding kv.block(com.vendor/config/docker/alpha_php.json/doctracker_location_demo)
2018/05/09 23:51:12.946203 [DEBUG] (watcher) adding kv.block(com.vendor/config/docker/alpha_php.json/document_conversion_api_uri)
2018/05/09 23:51:12.946218 [DEBUG] (watcher) adding kv.block(com.vendor/config/docker/alpha_php.json/dtdbro_host)
2018/05/09 23:51:12.946224 [DEBUG] (watcher) adding kv.block(com.vendor/config/docker/alpha_php.json/dtdbro_name)
2018/05/09 23:51:12.946230 [DEBUG] (watcher) adding kv.block(com.vendor/config/docker/alpha_php.json/dtdbro_pass)
2018/05/09 23:51:12.946243 [DEBUG] (watcher) adding kv.block(com.vendor/config/docker/alpha_php.json/dtdbro_user)
2018/05/09 23:51:12.946263 [DEBUG] (watcher) adding kv.block(com.vendor/config/docker/alpha_php.json/elastic_search_location)
2018/05/09 23:51:12.946540 [DEBUG] (watcher) adding kv.block(com.vendor/config/docker/alpha_php.json/exchange_base)
2018/05/09 23:51:12.946559 [DEBUG] (watcher) adding kv.block(com.vendor/config/docker/alpha_php.json/exchange_cookie_domain)
2018/05/09 23:51:12.946567 [DEBUG] (watcher) adding kv.block(com.vendor/config/docker/alpha_php.json/fd_sslkeypasswd)
2018/05/09 23:51:12.946574 [DEBUG] (watcher) adding kv.block(com.vendor/config/docker/alpha_php.json/fd_storenum)
2018/05/09 23:51:12.946590 [DEBUG] (watcher) adding kv.block(com.vendor/config/docker/alpha_php.json/fd_userpwd)
2018/05/09 23:51:12.946603 [DEBUG] (watcher) adding kv.block(com.vendor/config/docker/alpha_php.json/file_base)
2018/05/09 23:51:12.946610 [DEBUG] (watcher) adding kv.block(com.vendor/config/docker/alpha_php.json/http_base)
2018/05/09 23:51:12.946621 [DEBUG] (watcher) adding kv.block(com.vendor/config/docker/alpha_php.json/https_443_server)
2018/05/09 23:51:12.946643 [DEBUG] (watcher) adding kv.block(com.vendor/config/docker/alpha_php.json/kestrel_base)
2018/05/09 23:51:12.946658 [DEBUG] (watcher) adding kv.block(com.vendor/config/docker/alpha_php.json/kestrel_port)
2018/05/09 23:51:12.946666 [DEBUG] (watcher) adding kv.block(com.vendor/config/docker/alpha_php.json/parature_admin_email)
2018/05/09 23:51:12.946672 [DEBUG] (watcher) adding kv.block(com.vendor/config/docker/alpha_php.json/parature_api_subject)
2018/05/09 23:51:12.946682 [DEBUG] (watcher) adding kv.block(com.vendor/config/docker/alpha_php.json/parature_api_uri)
2018/05/09 23:51:12.946688 [DEBUG] (watcher) adding kv.block(com.vendor/config/docker/alpha_php.json/parature_department_id)
2018/05/09 23:51:12.946770 [DEBUG] (watcher) adding kv.block(com.vendor/config/docker/alpha_php.json/parature_idp_adapter_instance)
2018/05/09 23:51:12.946793 [DEBUG] (watcher) adding kv.block(com.vendor/config/docker/alpha_php.json/parature_instance_id)
2018/05/09 23:51:12.946805 [DEBUG] (watcher) adding kv.block(com.vendor/config/docker/alpha_php.json/parature_passthrough_endpoint)
2018/05/09 23:51:12.946815 [DEBUG] (watcher) adding kv.block(com.vendor/config/docker/alpha_php.json/parature_passthrough_instance_id)
2018/05/09 23:51:12.950932 [DEBUG] (watcher) adding kv.block(com.vendor/config/docker/alpha_php.json/parature_support_domain)
2018/05/09 23:51:12.965232 [DEBUG] (watcher) adding kv.block(com.vendor/config/docker/alpha_php.json/payment_gateway_api_url)
2018/05/09 23:51:12.965278 [DEBUG] (watcher) adding kv.block(com.vendor/config/docker/alpha_php.json/servlet_base)
2018/05/09 23:51:12.965297 [DEBUG] (watcher) adding kv.block(com.vendor/config/docker/alpha_php.json/use_pconnect)
2018/05/09 23:51:12.965318 [DEBUG] (watcher) adding kv.block(com.vendor/config/docker/alpha_php.json/ws_app_base)
2018/05/09 23:51:12.965336 [DEBUG] (watcher) adding kv.block(com.vendor/config/docker/alpha_php.json/ws_base)
2018/05/09 23:51:12.965354 [DEBUG] (watcher) adding kv.block(com.vendor/config/docker/alpha_php.json/ws_lc_base)
2018/05/09 23:51:12.965371 [DEBUG] (watcher) adding kv.block(com.vendor/config/docker/alpha_php.json/ws_api_base)
2018/05/09 23:51:12.965389 [DEBUG] (watcher) adding kv.block(com.vendor/config/docker/alpha_php.json/wsdl_adds2_location)
2018/05/09 23:51:12.965415 [DEBUG] (watcher) adding kv.block(com.vendor/config/docker/alpha_php.json/wsdl_location)
2018/05/09 23:51:12.965435 [DEBUG] (watcher) adding kv.block(com.vendor/config/docker/alpha_php.json/wsdl_pdflib_location)
2018/05/09 23:51:12.965456 [DEBUG] (watcher) adding kv.block(com.vendor/config/docker/alpha_php.json/vendor_idp_internal_system_user_endpoint)
2018/05/09 23:51:12.965476 [DEBUG] (watcher) adding kv.block(com.vendor/config/docker/alpha_php.json/data_storage_api_uri)
2018/05/09 23:51:12.965512 [DEBUG] (runner) diffing and updating dependencies
2018/05/09 23:51:12.965531 [DEBUG] (runner) watching 84 dependencies
2018/05/09 23:51:12.965549 [DEBUG] (runner) receiving dependency kv.block(com.vendor/config/docker/alpha_php.json/db_report_server_password)
2018/05/09 23:51:12.965571 [DEBUG] (runner) receiving dependency kv.block(com.vendor/config/docker/alpha_php.json/order_bridge_endpoint)
2018/05/09 23:51:12.965583 [DEBUG] (runner) receiving dependency kv.block(com.vendor/config/docker/alpha_php.json/address_verification_endpoint)
2018/05/09 23:51:12.965592 [DEBUG] (runner) receiving dependency kv.block(com.vendor/config/docker/alpha_php.json/adds_kong_ssl_verifyhostpeer)
2018/05/09 23:51:12.965606 [DEBUG] (runner) receiving dependency kv.block(com.vendor/config/docker/alpha_php.json/db_report_server_username)
2018/05/09 23:51:12.965620 [DEBUG] (runner) receiving dependency kv.block(com.vendor/config/docker/alpha_php.json/adds_debug_flag)
2018/05/09 23:51:12.965633 [DEBUG] (runner) receiving dependency kv.block(com.vendor/config/docker/alpha_php.json/kong_oauth_endpoint)
2018/05/09 23:51:12.965647 [DEBUG] (runner) receiving dependency kv.block(com.vendor/config/docker/alpha_php.json/db_report_database)
2018/05/09 23:51:12.965667 [DEBUG] (runner) receiving dependency kv.block(com.vendor/config/docker/alpha_php.json/adds_kong_client_secret)
2018/05/09 23:51:12.968214 [DEBUG] (runner) receiving dependency kv.block(com.vendor/config/docker/alpha_php.json/adds_kong_client_id)
2018/05/09 23:51:12.968254 [DEBUG] (runner) receiving dependency kv.block(com.vendor/config/docker/alpha_php.json/adds_log)
2018/05/09 23:51:12.968274 [DEBUG] (runner) receiving dependency kv.block(com.vendor/config/docker/alpha_php.json/adds_kong_api_key)
2018/05/09 23:51:12.968285 [DEBUG] (runner) receiving dependency kv.block(com.vendor/config/docker/alpha_php.json/dtdbro_user)
2018/05/09 23:51:12.968299 [DEBUG] (runner) receiving dependency kv.block(com.vendor/config/docker/alpha_php.json/ci_amc_file_base)
2018/05/09 23:51:12.968322 [DEBUG] (runner) receiving dependency kv.block(com.vendor/config/docker/alpha_php.json/dbbilling_schema_dynamic)
2018/05/09 23:51:12.968331 [DEBUG] (runner) receiving dependency kv.block(com.vendor/config/docker/alpha_php.json/dbbilling_database)
2018/05/09 23:51:12.968339 [DEBUG] (runner) receiving dependency kv.block(com.vendor/config/docker/alpha_php.json/dbpg_server)
2018/05/09 23:51:12.968347 [DEBUG] (runner) receiving dependency kv.block(com.vendor/config/docker/alpha_php.json/db_server_password)
2018/05/09 23:51:12.968355 [DEBUG] (runner) receiving dependency kv.block(com.vendor/config/docker/alpha_php.json/db_report_server)
2018/05/09 23:51:12.968363 [DEBUG] (runner) receiving dependency kv.block(com.vendor/config/docker/alpha_php.json/dbpg_server_schema)
2018/05/09 23:51:12.968372 [DEBUG] (runner) receiving dependency kv.block(com.vendor/config/docker/alpha_php.json/db_database)
2018/05/09 23:51:12.968382 [DEBUG] (runner) receiving dependency kv.block(com.vendor/config/docker/alpha_php.json/dbbilling_server_password)
2018/05/09 23:51:12.968391 [DEBUG] (runner) receiving dependency kv.block(com.vendor/config/docker/alpha_php.json/db_prefix)
2018/05/09 23:51:12.968399 [DEBUG] (runner) receiving dependency kv.block(com.vendor/config/docker/alpha_php.json/db_server_username)
2018/05/09 23:51:12.968408 [DEBUG] (runner) receiving dependency kv.block(com.vendor/config/docker/alpha_php.json/db_server)
2018/05/09 23:51:12.968453 [INFO] (runner) initiating run
2018/05/09 23:51:12.968464 [DEBUG] (runner) checking template 56fc083d5f58a4e1e5df07acc8c038cb
2018/05/09 23:51:12.978285 [DEBUG] (runner) missing data for 59 dependencies
2018/05/09 23:51:12.978314 [DEBUG] (runner) diffing and updating dependencies
2018/05/09 23:51:12.978325 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/dbpg_server) is still needed
2018/05/09 23:51:12.978331 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/dbro_server) is still needed
2018/05/09 23:51:12.978336 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/dtdbro_user) is still needed
2018/05/09 23:51:12.978355 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/exchange_cookie_domain) is still needed
2018/05/09 23:51:12.978362 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/parature_passthrough_instance_id) is still needed
2018/05/09 23:51:12.978367 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/adds_log) is still needed
2018/05/09 23:51:12.978372 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/db_database) is still needed
2018/05/09 23:51:12.978377 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/kestrel_port) is still needed
2018/05/09 23:51:12.978382 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/vendor_idp_internal_system_user_endpoint) is still needed
2018/05/09 23:51:12.978386 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/data_storage_api_uri) is still needed
2018/05/09 23:51:12.978390 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/adds_debug_flag) is still needed
2018/05/09 23:51:12.978401 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/db_server_password) is still needed
2018/05/09 23:51:12.978407 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/dbpg_server_password) is still needed
2018/05/09 23:51:12.978414 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/dds_file_base) is still needed
2018/05/09 23:51:12.978419 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/doctracker_location_demo) is still needed
2018/05/09 23:51:12.978428 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/dbro_database) is still needed
2018/05/09 23:51:12.978547 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/dbtest_server_password) is still needed
2018/05/09 23:51:12.978554 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/use_pconnect) is still needed
2018/05/09 23:51:12.978560 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/dbbilling_database) is still needed
2018/05/09 23:51:12.978574 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/file_base) is still needed
2018/05/09 23:51:12.978580 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/parature_admin_email) is still needed
2018/05/09 23:51:12.978661 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/servlet_base) is still needed
2018/05/09 23:51:12.978699 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/wsdl_pdflib_location) is still needed
2018/05/09 23:51:12.978709 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/dbtest_database) is still needed
2018/05/09 23:51:12.978712 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/dbtest_server_username) is still needed
2018/05/09 23:51:12.978716 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/db_report_database) is still needed
2018/05/09 23:51:12.978718 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/db_server_username) is still needed
2018/05/09 23:51:12.978722 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/dbbilling_server) is still needed
2018/05/09 23:51:12.978725 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/dbpg_server_schema) is still needed
2018/05/09 23:51:12.978728 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/dbro_server_username) is still needed
2018/05/09 23:51:12.978732 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/exchange_base) is still needed
2018/05/09 23:51:12.978735 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/parature_instance_id) is still needed
2018/05/09 23:51:12.978741 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/adds_kong_api_key) is still needed
2018/05/09 23:51:12.978744 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/salesforce_endpoint) is still needed
2018/05/09 23:51:12.978748 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/dbbilling_schema_dynamic) is still needed
2018/05/09 23:51:12.978751 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/dbbilling_server_password) is still needed
2018/05/09 23:51:12.978782 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/dtdbro_pass) is still needed
2018/05/09 23:51:12.978797 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/kong_int_oauth_endpoint) is still needed
2018/05/09 23:51:12.978801 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/document_conversion_api_uri) is still needed
2018/05/09 23:51:12.978804 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/dtdbro_host) is still needed
2018/05/09 23:51:12.978808 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/parature_passthrough_endpoint) is still needed
2018/05/09 23:51:12.978811 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/ws_api_base) is still needed
2018/05/09 23:51:12.978814 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/adds_kong_client_id) is still needed
2018/05/09 23:51:12.978818 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/vendor_idp_oauth_endpoint) is still needed
2018/05/09 23:51:12.978825 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/dtdbro_name) is still needed
2018/05/09 23:51:12.978828 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/elastic_search_location) is still needed
2018/05/09 23:51:12.978839 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/parature_department_id) is still needed
2018/05/09 23:51:12.978876 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/dbbilling_schema_static) is still needed
2018/05/09 23:51:12.978910 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/dbbilling_server_username) is still needed
2018/05/09 23:51:12.978914 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/dbro_server_password) is still needed
2018/05/09 23:51:12.978917 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/adds_kong_client_secret) is still needed
2018/05/09 23:51:12.978921 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/adds_kong_ssl_verifyhostpeer) is still needed
2018/05/09 23:51:12.978924 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/amc_kong_client) is still needed
2018/05/09 23:51:12.978928 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/ci_amc_file_base) is still needed
2018/05/09 23:51:12.978959 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/db_report_server) is still needed
2018/05/09 23:51:12.978974 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/ws_base) is still needed
2018/05/09 23:51:12.978981 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/ws_lc_base) is still needed
2018/05/09 23:51:12.978991 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/dbtest_server) is still needed
2018/05/09 23:51:12.978995 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/https_443_server) is still needed
2018/05/09 23:51:12.978998 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/kestrel_base) is still needed
2018/05/09 23:51:12.979002 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/parature_idp_adapter_instance) is still needed
2018/05/09 23:51:12.979005 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/payment_gateway_api_url) is still needed
2018/05/09 23:51:12.979008 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/kong_oauth_endpoint) is still needed
2018/05/09 23:51:12.979011 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/did_tracking_url) is still needed
2018/05/09 23:51:12.979014 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/doctracker_location) is still needed
2018/05/09 23:51:12.979038 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/vendor_idp_saml_endpoint) is still needed
2018/05/09 23:51:12.979046 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/parature_support_domain) is still needed
2018/05/09 23:51:12.979089 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/db_report_server_password) is still needed
2018/05/09 23:51:12.979101 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/parature_api_subject) is still needed
2018/05/09 23:51:12.979105 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/parature_api_uri) is still needed
2018/05/09 23:51:12.979108 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/db_server) is still needed
2018/05/09 23:51:12.979111 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/wsdl_adds2_location) is still needed
2018/05/09 23:51:12.979114 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/amc_kong_secret) is still needed
2018/05/09 23:51:12.979117 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/order_bridge_endpoint) is still needed
2018/05/09 23:51:12.979121 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/db_prefix) is still needed
2018/05/09 23:51:12.979124 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/dbpg_server_username) is still needed
2018/05/09 23:51:12.979127 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/http_base) is still needed
2018/05/09 23:51:12.979130 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/ws_app_base) is still needed
2018/05/09 23:51:12.979133 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/wsdl_location) is still needed
2018/05/09 23:51:12.979137 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/address_verification_endpoint) is still needed
2018/05/09 23:51:12.979170 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/db_report_server_username) is still needed
2018/05/09 23:51:12.979181 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/fd_sslkeypasswd) is still needed
2018/05/09 23:51:12.979184 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/fd_storenum) is still needed
2018/05/09 23:51:12.979188 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/fd_userpwd) is still needed
2018/05/09 23:51:12.979194 [DEBUG] (runner) watching 84 dependencies
2018/05/09 23:51:12.979201 [DEBUG] (runner) receiving dependency kv.block(com.vendor/config/docker/alpha_php.json/dbro_server)
2018/05/09 23:51:12.979208 [DEBUG] (runner) receiving dependency kv.block(com.vendor/config/docker/alpha_php.json/dbpg_server_password)
2018/05/09 23:51:12.979225 [DEBUG] (runner) receiving dependency kv.block(com.vendor/config/docker/alpha_php.json/dbbilling_server_username)
2018/05/09 23:51:12.979241 [DEBUG] (runner) receiving dependency kv.block(com.vendor/config/docker/alpha_php.json/dbtest_server_username)
2018/05/09 23:51:12.979798 [DEBUG] (runner) receiving dependency kv.block(com.vendor/config/docker/alpha_php.json/dbro_database)
2018/05/09 23:51:12.979844 [DEBUG] (runner) receiving dependency kv.block(com.vendor/config/docker/alpha_php.json/elastic_search_location)
2018/05/09 23:51:12.979877 [DEBUG] (runner) receiving dependency kv.block(com.vendor/config/docker/alpha_php.json/dbtest_database)
2018/05/09 23:51:12.979902 [DEBUG] (runner) receiving dependency kv.block(com.vendor/config/docker/alpha_php.json/parature_passthrough_instance_id)
2018/05/09 23:51:12.979947 [DEBUG] (runner) receiving dependency kv.block(com.vendor/config/docker/alpha_php.json/dtdbro_pass)
2018/05/09 23:51:12.979962 [DEBUG] (runner) receiving dependency kv.block(com.vendor/config/docker/alpha_php.json/dbbilling_server)
2018/05/09 23:51:12.979980 [DEBUG] (runner) receiving dependency kv.block(com.vendor/config/docker/alpha_php.json/http_base)
2018/05/09 23:51:12.979996 [DEBUG] (runner) receiving dependency kv.block(com.vendor/config/docker/alpha_php.json/parature_support_domain)
2018/05/09 23:51:12.980022 [DEBUG] (runner) receiving dependency kv.block(com.vendor/config/docker/alpha_php.json/exchange_base)
2018/05/09 23:51:12.980073 [DEBUG] (runner) receiving dependency kv.block(com.vendor/config/docker/alpha_php.json/dtdbro_host)
2018/05/09 23:51:12.980104 [DEBUG] (runner) receiving dependency kv.block(com.vendor/config/docker/alpha_php.json/kestrel_base)
2018/05/09 23:51:12.980131 [DEBUG] (runner) receiving dependency kv.block(com.vendor/config/docker/alpha_php.json/parature_api_uri)
2018/05/09 23:51:12.980173 [DEBUG] (runner) receiving dependency kv.block(com.vendor/config/docker/alpha_php.json/dtdbro_name)
2018/05/09 23:51:12.980195 [DEBUG] (runner) receiving dependency kv.block(com.vendor/config/docker/alpha_php.json/parature_api_subject)
2018/05/09 23:51:12.980221 [DEBUG] (runner) receiving dependency kv.block(com.vendor/config/docker/alpha_php.json/parature_idp_adapter_instance)
2018/05/09 23:51:12.980240 [DEBUG] (runner) receiving dependency kv.block(com.vendor/config/docker/alpha_php.json/ws_lc_base)
2018/05/09 23:51:12.980255 [DEBUG] (runner) receiving dependency kv.block(com.vendor/config/docker/alpha_php.json/https_443_server)
2018/05/09 23:51:12.980269 [DEBUG] (runner) receiving dependency kv.block(com.vendor/config/docker/alpha_php.json/parature_department_id)
2018/05/09 23:51:12.980310 [DEBUG] (runner) receiving dependency kv.block(com.vendor/config/docker/alpha_php.json/did_tracking_url)
2018/05/09 23:51:12.980331 [DEBUG] (runner) receiving dependency kv.block(com.vendor/config/docker/alpha_php.json/dbro_server_username)
2018/05/09 23:51:12.980390 [DEBUG] (runner) receiving dependency kv.block(com.vendor/config/docker/alpha_php.json/dbtest_server)
2018/05/09 23:51:12.980409 [DEBUG] (runner) receiving dependency kv.block(com.vendor/config/docker/alpha_php.json/servlet_base)
2018/05/09 23:51:12.980462 [DEBUG] (runner) receiving dependency kv.block(com.vendor/config/docker/alpha_php.json/document_conversion_api_uri)
2018/05/09 23:51:12.980478 [DEBUG] (runner) receiving dependency kv.block(com.vendor/config/docker/alpha_php.json/dds_file_base)
2018/05/09 23:51:12.980541 [DEBUG] (runner) receiving dependency kv.block(com.vendor/config/docker/alpha_php.json/data_storage_api_uri)
2018/05/09 23:51:12.980743 [DEBUG] (runner) receiving dependency kv.block(com.vendor/config/docker/alpha_php.json/wsdl_location)
2018/05/09 23:51:12.980770 [DEBUG] (runner) receiving dependency kv.block(com.vendor/config/docker/alpha_php.json/dbtest_server_password)
2018/05/09 23:51:12.980801 [DEBUG] (runner) receiving dependency kv.block(com.vendor/config/docker/alpha_php.json/doctracker_location_demo)
2018/05/09 23:51:12.980840 [DEBUG] (runner) receiving dependency kv.block(com.vendor/config/docker/alpha_php.json/vendor_idp_internal_system_user_endpoint)
2018/05/09 23:51:12.980860 [DEBUG] (runner) receiving dependency kv.block(com.vendor/config/docker/alpha_php.json/exchange_cookie_domain)
2018/05/09 23:51:12.980878 [DEBUG] (runner) receiving dependency kv.block(com.vendor/config/docker/alpha_php.json/parature_passthrough_endpoint)
2018/05/09 23:51:12.980920 [DEBUG] (runner) receiving dependency kv.block(com.vendor/config/docker/alpha_php.json/ws_app_base)
2018/05/09 23:51:12.980933 [INFO] (runner) initiating run
2018/05/09 23:51:12.980941 [DEBUG] (runner) checking template 56fc083d5f58a4e1e5df07acc8c038cb
2018/05/09 23:51:12.990200 [DEBUG] (runner) missing data for 23 dependencies
2018/05/09 23:51:12.990230 [DEBUG] (runner) diffing and updating dependencies
2018/05/09 23:51:12.990238 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/adds_kong_client_id) is still needed
2018/05/09 23:51:12.990242 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/adds_kong_ssl_verifyhostpeer) is still needed
2018/05/09 23:51:12.990245 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/adds_debug_flag) is still needed
2018/05/09 23:51:12.990248 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/ci_amc_file_base) is still needed
2018/05/09 23:51:12.990252 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/parature_department_id) is still needed
2018/05/09 23:51:12.990255 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/parature_instance_id) is still needed
2018/05/09 23:51:12.990258 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/ws_lc_base) is still needed
2018/05/09 23:51:12.990268 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/kong_int_oauth_endpoint) is still needed
2018/05/09 23:51:12.990272 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/dbbilling_server_password) is still needed
2018/05/09 23:51:12.990275 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/dbpg_server_schema) is still needed
2018/05/09 23:51:12.990278 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/dbro_server_password) is still needed
2018/05/09 23:51:12.990281 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/dds_file_base) is still needed
2018/05/09 23:51:12.990285 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/elastic_search_location) is still needed
2018/05/09 23:51:12.990289 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/salesforce_endpoint) is still needed
2018/05/09 23:51:12.990292 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/parature_idp_adapter_instance) is still needed
2018/05/09 23:51:12.990295 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/db_report_server_username) is still needed
2018/05/09 23:51:12.990299 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/payment_gateway_api_url) is still needed
2018/05/09 23:51:12.990302 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/servlet_base) is still needed
2018/05/09 23:51:12.990305 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/wsdl_adds2_location) is still needed
2018/05/09 23:51:12.990313 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/vendor_idp_internal_system_user_endpoint) is still needed
2018/05/09 23:51:12.990316 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/vendor_idp_saml_endpoint) is still needed
2018/05/09 23:51:12.990322 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/db_server_username) is still needed
2018/05/09 23:51:12.990326 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/dbro_database) is still needed
2018/05/09 23:51:12.990329 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/dbtest_database) is still needed
2018/05/09 23:51:12.990332 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/dtdbro_pass) is still needed
2018/05/09 23:51:12.990336 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/kong_oauth_endpoint) is still needed
2018/05/09 23:51:12.990342 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/dbbilling_server) is still needed
2018/05/09 23:51:12.990345 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/dbbilling_server_username) is still needed
2018/05/09 23:51:12.990348 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/fd_sslkeypasswd) is still needed
2018/05/09 23:51:12.990351 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/db_report_server) is still needed
2018/05/09 23:51:12.990355 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/doctracker_location) is still needed
2018/05/09 23:51:12.990358 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/document_conversion_api_uri) is still needed
2018/05/09 23:51:12.990364 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/exchange_cookie_domain) is still needed
2018/05/09 23:51:12.990367 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/dbpg_server) is still needed
2018/05/09 23:51:12.990370 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/db_report_server_password) is still needed
2018/05/09 23:51:12.990373 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/dbpg_server_username) is still needed
2018/05/09 23:51:12.990377 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/file_base) is still needed
2018/05/09 23:51:12.990380 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/parature_api_subject) is still needed
2018/05/09 23:51:12.990383 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/vendor_idp_oauth_endpoint) is still needed
2018/05/09 23:51:12.990386 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/db_server_password) is still needed
2018/05/09 23:51:12.990389 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/dbbilling_schema_dynamic) is still needed
2018/05/09 23:51:12.990393 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/doctracker_location_demo) is still needed
2018/05/09 23:51:12.990396 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/amc_kong_secret) is still needed
2018/05/09 23:51:12.990399 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/fd_userpwd) is still needed
2018/05/09 23:51:12.990403 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/db_prefix) is still needed
2018/05/09 23:51:12.990414 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/db_report_database) is still needed
2018/05/09 23:51:12.991134 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/kestrel_base) is still needed
2018/05/09 23:51:12.991138 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/parature_passthrough_endpoint) is still needed
2018/05/09 23:51:12.991142 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/parature_passthrough_instance_id) is still needed
2018/05/09 23:51:12.991145 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/use_pconnect) is still needed
2018/05/09 23:51:12.991148 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/amc_kong_client) is still needed
2018/05/09 23:51:12.991156 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/dbpg_server_password) is still needed
2018/05/09 23:51:12.991160 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/did_tracking_url) is still needed
2018/05/09 23:51:12.991163 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/fd_storenum) is still needed
2018/05/09 23:51:12.991166 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/kestrel_port) is still needed
2018/05/09 23:51:12.991169 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/parature_admin_email) is still needed
2018/05/09 23:51:12.991172 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/parature_support_domain) is still needed
2018/05/09 23:51:12.991176 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/ws_api_base) is still needed
2018/05/09 23:51:12.991181 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/adds_kong_client_secret) is still needed
2018/05/09 23:51:12.991188 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/dtdbro_host) is still needed
2018/05/09 23:51:12.991192 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/exchange_base) is still needed
2018/05/09 23:51:12.991195 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/http_base) is still needed
2018/05/09 23:51:12.991198 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/data_storage_api_uri) is still needed
2018/05/09 23:51:12.991201 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/adds_log) is still needed
2018/05/09 23:51:12.991208 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/db_database) is still needed
2018/05/09 23:51:12.991211 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/dbbilling_database) is still needed
2018/05/09 23:51:12.991215 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/dbro_server_username) is still needed
2018/05/09 23:51:12.991218 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/dbtest_server_password) is still needed
2018/05/09 23:51:12.991221 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/dbtest_server_username) is still needed
2018/05/09 23:51:12.991224 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/dtdbro_user) is still needed
2018/05/09 23:51:12.991231 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/https_443_server) is still needed
2018/05/09 23:51:12.991234 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/address_verification_endpoint) is still needed
2018/05/09 23:51:12.991237 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/ws_base) is still needed
2018/05/09 23:51:12.991241 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/ws_app_base) is still needed
2018/05/09 23:51:12.991244 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/order_bridge_endpoint) is still needed
2018/05/09 23:51:12.991248 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/db_server) is still needed
2018/05/09 23:51:12.991254 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/dbbilling_schema_static) is still needed
2018/05/09 23:51:12.991257 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/dtdbro_name) is still needed
2018/05/09 23:51:12.991260 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/parature_api_uri) is still needed
2018/05/09 23:51:12.991264 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/wsdl_location) is still needed
2018/05/09 23:51:12.991267 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/adds_kong_api_key) is still needed
2018/05/09 23:51:12.991270 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/dbtest_server) is still needed
2018/05/09 23:51:12.991273 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/wsdl_pdflib_location) is still needed
2018/05/09 23:51:12.991276 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/dbro_server) is still needed
2018/05/09 23:51:12.991282 [DEBUG] (runner) watching 84 dependencies
2018/05/09 23:51:12.991294 [DEBUG] (runner) receiving dependency kv.block(com.vendor/config/docker/alpha_php.json/kestrel_port)
2018/05/09 23:51:12.991301 [DEBUG] (runner) receiving dependency kv.block(com.vendor/config/docker/alpha_php.json/fd_storenum)
2018/05/09 23:51:12.991309 [DEBUG] (runner) receiving dependency kv.block(com.vendor/config/docker/alpha_php.json/fd_sslkeypasswd)
2018/05/09 23:51:12.991315 [DEBUG] (runner) receiving dependency kv.block(com.vendor/config/docker/alpha_php.json/use_pconnect)
2018/05/09 23:51:12.991320 [DEBUG] (runner) receiving dependency kv.block(com.vendor/config/docker/alpha_php.json/wsdl_pdflib_location)
2018/05/09 23:51:12.991327 [DEBUG] (runner) receiving dependency kv.block(com.vendor/config/docker/alpha_php.json/payment_gateway_api_url)
2018/05/09 23:51:12.991332 [DEBUG] (runner) receiving dependency kv.block(com.vendor/config/docker/alpha_php.json/dbpg_server_username)
2018/05/09 23:51:12.991341 [DEBUG] (runner) receiving dependency kv.block(com.vendor/config/docker/alpha_php.json/doctracker_location)
2018/05/09 23:51:12.991346 [DEBUG] (runner) receiving dependency kv.block(com.vendor/config/docker/alpha_php.json/file_base)
2018/05/09 23:51:12.991351 [DEBUG] (runner) receiving dependency kv.block(com.vendor/config/docker/alpha_php.json/ws_base)
2018/05/09 23:51:12.991358 [DEBUG] (runner) receiving dependency kv.block(com.vendor/config/docker/alpha_php.json/dbro_server_password)
2018/05/09 23:51:12.991363 [DEBUG] (runner) receiving dependency kv.block(com.vendor/config/docker/alpha_php.json/fd_userpwd)
2018/05/09 23:51:12.991368 [DEBUG] (runner) receiving dependency kv.block(com.vendor/config/docker/alpha_php.json/dbbilling_schema_static)
2018/05/09 23:51:12.991377 [DEBUG] (runner) receiving dependency kv.block(com.vendor/config/docker/alpha_php.json/parature_instance_id)
2018/05/09 23:51:12.991382 [DEBUG] (runner) receiving dependency kv.block(com.vendor/config/docker/alpha_php.json/parature_admin_email)
2018/05/09 23:51:12.991390 [DEBUG] (runner) receiving dependency kv.block(com.vendor/config/docker/alpha_php.json/wsdl_adds2_location)
2018/05/09 23:51:12.991394 [INFO] (runner) initiating run
2018/05/09 23:51:12.991397 [DEBUG] (runner) checking template 56fc083d5f58a4e1e5df07acc8c038cb
2018/05/09 23:51:12.994612 [DEBUG] (runner) missing data for 7 dependencies
2018/05/09 23:51:12.994636 [DEBUG] (runner) diffing and updating dependencies
2018/05/09 23:51:12.994645 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/ws_base) is still needed
2018/05/09 23:51:12.994648 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/dbbilling_database) is still needed
2018/05/09 23:51:12.994651 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/dbro_database) is still needed
2018/05/09 23:51:12.994655 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/dtdbro_pass) is still needed
2018/05/09 23:51:12.994658 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/use_pconnect) is still needed
2018/05/09 23:51:12.994661 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/doctracker_location_demo) is still needed
2018/05/09 23:51:12.994667 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/fd_storenum) is still needed
2018/05/09 23:51:12.994671 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/parature_department_id) is still needed
2018/05/09 23:51:12.994675 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/parature_passthrough_endpoint) is still needed
2018/05/09 23:51:12.994678 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/adds_kong_client_secret) is still needed
2018/05/09 23:51:12.994681 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/dbbilling_server_password) is still needed
2018/05/09 23:51:12.994684 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/dbpg_server_username) is still needed
2018/05/09 23:51:12.994688 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/dds_file_base) is still needed
2018/05/09 23:51:12.994691 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/ws_app_base) is still needed
2018/05/09 23:51:12.994694 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/data_storage_api_uri) is still needed
2018/05/09 23:51:12.994697 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/salesforce_endpoint) is still needed
2018/05/09 23:51:12.994700 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/order_bridge_endpoint) is still needed
2018/05/09 23:51:12.994703 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/db_database) is still needed
2018/05/09 23:51:12.994707 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/kestrel_base) is still needed
2018/05/09 23:51:12.994717 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/db_prefix) is still needed
2018/05/09 23:51:12.994721 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/db_report_server) is still needed
2018/05/09 23:51:12.994724 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/dbpg_server_password) is still needed
2018/05/09 23:51:12.994727 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/file_base) is still needed
2018/05/09 23:51:12.994730 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/dtdbro_name) is still needed
2018/05/09 23:51:12.994734 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/wsdl_pdflib_location) is still needed
2018/05/09 23:51:12.994737 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/db_report_server_password) is still needed
2018/05/09 23:51:12.994763 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/dbro_server_password) is still needed
2018/05/09 23:51:12.994775 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/dbtest_server_username) is still needed
2018/05/09 23:51:12.994779 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/document_conversion_api_uri) is still needed
2018/05/09 23:51:12.994782 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/fd_userpwd) is still needed
2018/05/09 23:51:12.994786 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/servlet_base) is still needed
2018/05/09 23:51:12.994789 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/ws_api_base) is still needed
2018/05/09 23:51:12.994796 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/kong_int_oauth_endpoint) is still needed
2018/05/09 23:51:12.994799 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/vendor_idp_oauth_endpoint) is still needed
2018/05/09 23:51:12.994803 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/vendor_idp_saml_endpoint) is still needed
2018/05/09 23:51:12.995043 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/db_server_password) is still needed
2018/05/09 23:51:12.995058 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/dbpg_server_schema) is still needed
2018/05/09 23:51:12.995062 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/dbro_server_username) is still needed
2018/05/09 23:51:12.995065 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/amc_kong_secret) is still needed
2018/05/09 23:51:12.995068 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/adds_log) is still needed
2018/05/09 23:51:12.995072 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/db_server_username) is still needed
2018/05/09 23:51:12.995074 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/dbpg_server) is still needed
2018/05/09 23:51:12.995082 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/parature_idp_adapter_instance) is still needed
2018/05/09 23:51:12.995086 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/wsdl_adds2_location) is still needed
2018/05/09 23:51:12.995089 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/wsdl_location) is still needed
2018/05/09 23:51:12.995111 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/db_report_database) is still needed
2018/05/09 23:51:12.995122 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/dbbilling_schema_dynamic) is still needed
2018/05/09 23:51:12.995126 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/doctracker_location) is still needed
2018/05/09 23:51:12.995129 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/parature_admin_email) is still needed
2018/05/09 23:51:12.995133 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/ci_amc_file_base) is still needed
2018/05/09 23:51:12.995139 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/dbro_server) is still needed
2018/05/09 23:51:12.995143 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/elastic_search_location) is still needed
2018/05/09 23:51:12.995147 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/vendor_idp_internal_system_user_endpoint) is still needed
2018/05/09 23:51:12.995154 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/parature_instance_id) is still needed
2018/05/09 23:51:12.995184 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/adds_kong_client_id) is still needed
2018/05/09 23:51:12.995194 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/dbbilling_schema_static) is still needed
2018/05/09 23:51:12.995198 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/dbtest_database) is still needed
2018/05/09 23:51:12.995202 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/exchange_base) is still needed
2018/05/09 23:51:12.995211 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/kestrel_port) is still needed
2018/05/09 23:51:12.995214 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/parature_api_uri) is still needed
2018/05/09 23:51:12.995218 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/parature_passthrough_instance_id) is still needed
2018/05/09 23:51:12.995224 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/kong_oauth_endpoint) is still needed
2018/05/09 23:51:12.995228 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/dbtest_server) is still needed
2018/05/09 23:51:12.995256 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/did_tracking_url) is still needed
2018/05/09 23:51:12.995260 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/http_base) is still needed
2018/05/09 23:51:12.995264 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/parature_support_domain) is still needed
2018/05/09 23:51:12.995267 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/db_report_server_username) is still needed
2018/05/09 23:51:12.995270 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/dbtest_server_password) is still needed
2018/05/09 23:51:12.995273 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/dtdbro_host) is still needed
2018/05/09 23:51:12.995276 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/fd_sslkeypasswd) is still needed
2018/05/09 23:51:12.995279 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/adds_kong_api_key) is still needed
2018/05/09 23:51:12.995283 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/address_verification_endpoint) is still needed
2018/05/09 23:51:12.995286 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/https_443_server) is still needed
2018/05/09 23:51:12.995289 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/parature_api_subject) is still needed
2018/05/09 23:51:12.995292 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/payment_gateway_api_url) is still needed
2018/05/09 23:51:12.995309 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/ws_lc_base) is still needed
2018/05/09 23:51:12.995316 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/amc_kong_client) is still needed
2018/05/09 23:51:12.995319 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/dbbilling_server) is still needed
2018/05/09 23:51:12.995322 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/dbbilling_server_username) is still needed
2018/05/09 23:51:12.995326 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/exchange_cookie_domain) is still needed
2018/05/09 23:51:12.995330 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/adds_kong_ssl_verifyhostpeer) is still needed
2018/05/09 23:51:12.995333 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/adds_debug_flag) is still needed
2018/05/09 23:51:12.995336 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/db_server) is still needed
2018/05/09 23:51:12.995411 [DEBUG] (runner) kv.block(com.vendor/config/docker/alpha_php.json/dtdbro_user) is still needed
2018/05/09 23:51:12.995422 [DEBUG] (runner) watching 84 dependencies
nvm ... i've got it figured out. we must have been on a version older than 0.18.0 because we were using key and we have a handful of properties that apparently do not exist. I've refactored to use keyOrDefault and it works as expected now.
Most helpful comment
Working on it. For now, please use 0.19.0