Created
October 5, 2017 13:17
-
-
Save quantumproducer/2c46dde85dc6c51ee0e53994b66032c3 to your computer and use it in GitHub Desktop.
success
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
d tunn~/d tunnel | |
~/tunnel/ls | |
Makefile deps erlang.mk rel src tunnel.d | |
_rel ebin oldh relx.config static | |
~/tunnel/gmake run | |
gmake[1]: Entering directory '/Users/quantum/tunnel/deps/cowboy' | |
gmake[2]: Entering directory '/Users/quantum/tunnel/deps/cowlib' | |
gmake[2]: Leaving directory '/Users/quantum/tunnel/deps/cowlib' | |
gmake[2]: Entering directory '/Users/quantum/tunnel/deps/ranch' | |
gmake[2]: Leaving directory '/Users/quantum/tunnel/deps/ranch' | |
GEN rebar.config | |
gmake[1]: Leaving directory '/Users/quantum/tunnel/deps/cowboy' | |
gmake[1]: Entering directory '/Users/quantum/tunnel/deps/jiffy' | |
CC=gcc ./enc compile | |
gmake -f c_src/Makefile.erlang.mk | |
gmake[2]: Entering directory '/Users/quantum/tunnel/deps/jiffy' | |
gmake[2]: Nothing to be done for 'all'. | |
gmake[2]: Leaving directory '/Users/quantum/tunnel/deps/jiffy' | |
gmake[1]: Leaving directory '/Users/quantum/tunnel/deps/jiffy' | |
===> Starting relx build process ... | |
===> Resolving OTP Applications from directories: | |
/Users/quantum/tunnel/ebin | |
/Users/quantum/tunnel/deps | |
/usr/local/Cellar/erlang/19.2/lib/erlang/lib | |
/Users/quantum/tunnel/apps | |
/Users/quantum/tunnel/_rel | |
===> Resolved tunnel_release-1 | |
===> Including Erts from /usr/local/Cellar/erlang/19.2/lib/erlang | |
===> release successfully created! | |
===> tarball /Users/quantum/tunnel/_rel/tunnel_release/tunnel_release-1.tar.gz successfully created! | |
Exec: /Users/quantum/tunnel/_rel/tunnel_release/erts-8.2/bin/erlexec -boot /Users/quantum/tunnel/_rel/tunnel_release/releases/1/tunnel_release -mode embedded -boot_var ERTS_LIB_DIR /Users/quantum/tunnel/_rel/tunnel_release/erts-8.2/../lib -config /Users/quantum/tunnel/_rel/tunnel_release/releases/1/sys.config -args_file /Users/quantum/tunnel/_rel/tunnel_release/releases/1/vm.args -- console | |
Root: /Users/quantum/tunnel/_rel/tunnel_release | |
/Users/quantum/tunnel/_rel/tunnel_release | |
heart_beat_kill_pid = 1659 | |
Erlang/OTP 19 [erts-8.2] [source] [64-bit] [smp:8:8] [async-threads:10] [hipe] [kernel-poll:false] [dtrace] | |
=PROGRESS REPORT==== 5-Oct-2017::09:16:14 === | |
supervisor: {local,sasl_safe_sup} | |
started: [{pid,<0.496.0>}, | |
{id,alarm_handler}, | |
{mfargs,{alarm_handler,start_link,[]}}, | |
{restart_type,permanent}, | |
{shutdown,2000}, | |
{child_type,worker}] | |
=PROGRESS REPORT==== 5-Oct-2017::09:16:14 === | |
supervisor: {local,sasl_sup} | |
started: [{pid,<0.495.0>}, | |
{id,sasl_safe_sup}, | |
{mfargs, | |
{supervisor,start_link, | |
[{local,sasl_safe_sup},sasl,safe]}}, | |
{restart_type,permanent}, | |
{shutdown,infinity}, | |
{child_type,supervisor}] | |
=PROGRESS REPORT==== 5-Oct-2017::09:16:14 === | |
supervisor: {local,sasl_sup} | |
started: [{pid,<0.497.0>}, | |
{id,release_handler}, | |
{mfargs,{release_handler,start_link,[]}}, | |
{restart_type,permanent}, | |
{shutdown,2000}, | |
{child_type,worker}] | |
=PROGRESS REPORT==== 5-Oct-2017::09:16:14 === | |
application: sasl | |
started_at: 'tunnel@127.0.0.1' | |
=PROGRESS REPORT==== 5-Oct-2017::09:16:14 === | |
supervisor: {local,runtime_tools_sup} | |
started: [{pid,<0.503.0>}, | |
{id,ttb_autostart}, | |
{mfargs,{ttb_autostart,start_link,[]}}, | |
{restart_type,temporary}, | |
{shutdown,3000}, | |
{child_type,worker}] | |
=PROGRESS REPORT==== 5-Oct-2017::09:16:14 === | |
application: runtime_tools | |
started_at: 'tunnel@127.0.0.1' | |
Eshell V8.2 (abort with ^G) | |
(tunnel@127.0.0.1)1> | |
BREAK: (a)bort (c)ontinue (p)roc info (i)nfo (l)oaded | |
(v)ersion (k)ill (D)b-tables (d)istribution | |
^C | |
heart: Thu Oct 5 09:16:26 2017: Erlang has closed. | |
heart: Thu Oct 5 09:16:26 2017: Would reboot. Terminating. | |
~/tunnel/ | |
~/tunnel/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment