Skip to content

Instantly share code, notes, and snippets.

@shosti
Created September 18, 2015 22:18
Show Gist options
  • Save shosti/fbb9b146f4190691e90c to your computer and use it in GitHub Desktop.
Save shosti/fbb9b146f4190691e90c to your computer and use it in GitHub Desktop.
2015-09-18T22:16:07.408595+00:00 heroku[test.1]: Starting process with command `bin/start-stunnel go-test`
2015-09-18T22:16:08.007127+00:00 heroku[test.1]: State changed from starting to up
2015-09-18T22:16:08.809883+00:00 app[test.1]: buildpack=stunnel at=stunnel-enabled
2015-09-18T22:16:08.810010+00:00 app[test.1]: buildpack=stunnel at=config-gen-start
2015-09-18T22:16:09.958501+00:00 app[test.1]: buildpack=stunnel at=config-gen-end
2015-09-18T22:16:09.967461+00:00 app[test.1]: buildpack=stunnel at=stunnel-launched pid=19 signal=SIGINT
2015-09-18T22:16:09.968064+00:00 app[test.1]: buildpack=stunnel at=app-launched pid=20
2015-09-18T22:16:09.972711+00:00 app[test.1]: Connecting to host 127.0.0.1:6371 (full host: redis://h:p3nf66qcvest85f1o7076ejocn@127.0.0.1:6371)
2015-09-18T22:16:09.974160+00:00 app[test.1]: buildpack=stunnel at=app-end
2015-09-18T22:16:09.974166+00:00 app[test.1]: buildpack=stunnel at=exit process=app
2015-09-18T22:16:09.976195+00:00 app[test.1]: buildpack=stunnel at=kill-app pid=20
2015-09-18T22:16:09.976236+00:00 app[test.1]: bin/start-stunnel: line 49: kill: (-20) - No such process
2015-09-18T22:16:09.954044+00:00 app[test.1]: Setting REDIS_URL_STUNNEL config var
2015-09-18T22:16:09.962438+00:00 app[test.1]: buildpack=stunnel at=config-gen-override REDIS_URL
2015-09-18T22:16:09.967644+00:00 app[test.1]: buildpack=stunnel at=stunnel-start
2015-09-18T22:16:09.968711+00:00 app[test.1]: buildpack=stunnel at=app-start
2015-09-18T22:16:09.972983+00:00 app[test.1]: Connect error: dial tcp 127.0.0.1:6371: getsockopt: connection refused
2015-09-18T22:16:09.976254+00:00 app[test.1]: buildpack=stunnel at=wait-app pid=20
2015-09-18T22:16:09.976327+00:00 app[test.1]: buildpack=stunnel at=kill-aux name=stunnel pid=19 signal=SIGINT
2015-09-18T22:16:09.976847+00:00 app[test.1]: buildpack=stunnel at=stunnel-end
2015-09-18T22:16:10.716730+00:00 heroku[test.1]: State changed from up to crashed
2015-09-18T22:16:10.717830+00:00 heroku[test.1]: State changed from crashed to starting
2015-09-18T22:16:10.708456+00:00 heroku[test.1]: Process exited with status 0
2015-09-18T22:16:12.858781+00:00 heroku[test.1]: Starting process with command `bin/start-stunnel go-test`
2015-09-18T22:16:13.574338+00:00 heroku[test.1]: State changed from starting to up
2015-09-18T22:16:15.573670+00:00 app[test.1]: buildpack=stunnel at=stunnel-enabled
2015-09-18T22:16:15.573884+00:00 app[test.1]: buildpack=stunnel at=config-gen-start
2015-09-18T22:16:15.617775+00:00 app[test.1]: Setting REDIS_URL_STUNNEL config var
2015-09-18T22:16:15.665609+00:00 app[test.1]: buildpack=stunnel at=config-gen-override REDIS_URL
2015-09-18T22:16:15.687438+00:00 app[test.1]: buildpack=stunnel at=app-launched pid=20
2015-09-18T22:16:15.691662+00:00 app[test.1]: buildpack=stunnel at=stunnel-start
2015-09-18T22:16:15.730199+00:00 app[test.1]: Connect error: dial tcp 127.0.0.1:6371: getsockopt: connection refused
2015-09-18T22:16:15.750207+00:00 app[test.1]: buildpack=stunnel at=app-end
2015-09-18T22:16:15.645569+00:00 app[test.1]: buildpack=stunnel at=config-gen-end
2015-09-18T22:16:15.686681+00:00 app[test.1]: buildpack=stunnel at=stunnel-launched pid=19 signal=SIGINT
2015-09-18T22:16:15.690383+00:00 app[test.1]: buildpack=stunnel at=app-start
2015-09-18T22:16:15.729980+00:00 app[test.1]: Connecting to host 127.0.0.1:6371 (full host: redis://h:p3nf66qcvest85f1o7076ejocn@127.0.0.1:6371)
2015-09-18T22:16:15.749555+00:00 app[test.1]: buildpack=stunnel at=exit process=app
2015-09-18T22:16:15.773589+00:00 app[test.1]: buildpack=stunnel at=kill-app pid=20
2015-09-18T22:16:15.773631+00:00 app[test.1]: bin/start-stunnel: line 49: kill: (-20) - No such process
2015-09-18T22:16:15.773652+00:00 app[test.1]: buildpack=stunnel at=wait-app pid=20
2015-09-18T22:16:15.773730+00:00 app[test.1]: buildpack=stunnel at=kill-aux name=stunnel pid=19 signal=SIGINT
2015-09-18T22:16:16.587722+00:00 heroku[test.1]: State changed from up to crashed
2015-09-18T22:16:16.572153+00:00 heroku[test.1]: Process exited with status 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment