Skip to content

Instantly share code, notes, and snippets.

@thumbot
Created December 1, 2016 19:47
Show Gist options
  • Save thumbot/5db4c214c372d33667317a7873175af1 to your computer and use it in GitHub Desktop.
Save thumbot/5db4c214c372d33667317a7873175af1 to your computer and use it in GitHub Desktop.
./rebar compile
==> develop.d3881e8.enable_thumbs.4fa1787 (compile)
make[1]: Entering directory `/tmp/thumbs/develop.d3881e8.enable_thumbs.4fa1787'
cd c_src; make
make[2]: Entering directory `/tmp/thumbs/develop.d3881e8.enable_thumbs.4fa1787/c_src'
make[2]: Nothing to be done for `js'.
make[2]: Leaving directory `/tmp/thumbs/develop.d3881e8.enable_thumbs.4fa1787/c_src'
make[1]: Leaving directory `/tmp/thumbs/develop.d3881e8.enable_thumbs.4fa1787'
./rebar eunit skip_deps=true
==> develop.d3881e8.enable_thumbs.4fa1787 (eunit)
Compiled test/driver_tests.erl
Compiled test/test_util.erl
Compiled test/eval_tests.erl
Compiled src/erlang_js_sup.erl
Compiled src/js_cache.erl
Compiled test/test_suite.erl
Compiled src/js_drv_comm.erl
Compiled src/js_driver.erl
Compiled src/js.erl
Compiled src/js_memory.erl
Compiled src/js_mochinum.erl
Compiled src/erlang_js.erl
Compiled src/js_benchmark.erl
Compiled src/js_mochijson2.erl
=PROGRESS REPORT==== 1-Dec-2016::11:47:02 ===
supervisor: {local,sasl_safe_sup}
started: [{pid,<0.224.0>},
{name,alarm_handler},
{mfargs,{alarm_handler,start_link,[]}},
{restart_type,permanent},
{shutdown,2000},
{child_type,worker}]
=PROGRESS REPORT==== 1-Dec-2016::11:47:02 ===
supervisor: {local,sasl_safe_sup}
started: [{pid,<0.225.0>},
{name,overload},
{mfargs,{overload,start_link,[]}},
{restart_type,permanent},
{shutdown,2000},
{child_type,worker}]
=PROGRESS REPORT==== 1-Dec-2016::11:47:02 ===
supervisor: {local,sasl_sup}
started: [{pid,<0.223.0>},
{name,sasl_safe_sup},
{mfargs,
{supervisor,start_link,
[{local,sasl_safe_sup},sasl,safe]}},
{restart_type,permanent},
{shutdown,infinity},
{child_type,supervisor}]
=PROGRESS REPORT==== 1-Dec-2016::11:47:02 ===
supervisor: {local,sasl_sup}
started: [{pid,<0.226.0>},
{name,release_handler},
{mfargs,{release_handler,start_link,[]}},
{restart_type,permanent},
{shutdown,2000},
{child_type,worker}]
=PROGRESS REPORT==== 1-Dec-2016::11:47:02 ===
application: sasl
started_at: nonode@nohost
=PROGRESS REPORT==== 1-Dec-2016::11:47:02 ===
supervisor: {local,erlang_js_sup}
started: [{pid,<0.232.0>},
{name,cache},
{mfargs,{js_cache,start_link,[]}},
{restart_type,permanent},
{shutdown,2000},
{child_type,worker}]
=PROGRESS REPORT==== 1-Dec-2016::11:47:02 ===
application: erlang_js
started_at: nonode@nohost
All 55 tests passed.
Cover analysis: /tmp/thumbs/develop.d3881e8.enable_thumbs.4fa1787/.eunit/index.html
=INFO REPORT==== 1-Dec-2016::11:47:03 ===
application: erlang_js
exited: stopped
type: temporary
=INFO REPORT==== 1-Dec-2016::11:47:03 ===
application: sasl
exited: stopped
type: temporary
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment