Skip to content

Instantly share code, notes, and snippets.

@ermouth
Created October 10, 2015 20:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ermouth/314b08c86d56c349d09c to your computer and use it in GitHub Desktop.
Save ermouth/314b08c86d56c349d09c to your computer and use it in GitHub Desktop.
Barrel 010 build log
===> Cleaning out couch...
===> Cleaning out couch_changes...
===> Cleaning out couch_dbupdates...
===> Cleaning out couch_httpd...
===> Cleaning out couch_index...
===> Cleaning out couch_mrview...
===> Cleaning out couch_randomdoc...
===> Cleaning out couch_replicator...
===> Cleaning out geocouch...
===> Verifying dependencies...
===> Fetching gproc ({git,"https://github.com/uwiger/gproc.git",
{ref,"2b1b9ac870416469097af695de413afd5e78f66c"}})
===> Linking /Users/ermouth/couch21/barrel-010/_build/default/lib/gproc to /Users/ermouth/couch21/barrel-010/_build/prod/lib/gproc
===> Fetching hackney ({git,"https://github.com/benoitc/hackney",
{ref,
"002fe1bbae65a657b98719a11b14fee9116212eb"}})
===> Linking /Users/ermouth/couch21/barrel-010/_build/default/lib/hackney to /Users/ermouth/couch21/barrel-010/_build/prod/lib/hackney
===> Fetching ibrowse ({git,"https://github.com/rcouch/ibrowse",
{ref,
"e98527dee7785fe383c2a5c12ecfa1feaae386ab"}})
===> Linking /Users/ermouth/couch21/barrel-010/_build/default/lib/ibrowse to /Users/ermouth/couch21/barrel-010/_build/prod/lib/ibrowse
===> Fetching jiffy ({git,"https://github.com/barrel-db/jiffy.git",
{ref,"7e2b3a99795a665009b3eff15a42677e70e1c984"}})
===> Linking /Users/ermouth/couch21/barrel-010/_build/default/lib/jiffy to /Users/ermouth/couch21/barrel-010/_build/prod/lib/jiffy
===> Fetching lager ({git,"https://github.com/basho/lager.git",
{ref,"840acab51ebfb731de0137d9c6d41e7db4a12793"}})
===> Linking /Users/ermouth/couch21/barrel-010/_build/default/lib/lager to /Users/ermouth/couch21/barrel-010/_build/prod/lib/lager
===> Fetching mochiweb ({git,"https://github.com/mochi/mochiweb.git",
{ref,
"c3fb6aed018d47a9c313daa966657a157d88dbc6"}})
===> Linking /Users/ermouth/couch21/barrel-010/_build/default/lib/mochiweb to /Users/ermouth/couch21/barrel-010/_build/prod/lib/mochiweb
===> Fetching oauth ({git,"https://github.com/rcouch/couchdb-oauth",
{ref,"ab497ab815cb339c9f134b760d9671369cd34185"}})
===> Linking /Users/ermouth/couch21/barrel-010/_build/default/lib/oauth to /Users/ermouth/couch21/barrel-010/_build/prod/lib/oauth
===> Fetching snappy ({git,"https://github.com/rcouch/snappy.git",
{ref,
"ea07e546f8ae1aff9f126972cba9bc6d77c8a456"}})
===> Linking /Users/ermouth/couch21/barrel-010/_build/default/lib/snappy to /Users/ermouth/couch21/barrel-010/_build/prod/lib/snappy
===> Fetching ucol_nif ({git,"https://github.com/refuge/ucol_nif.git",
{ref,
"6a57495ae22db487d297f9d66e2fb94d52696d92"}})
===> Linking /Users/ermouth/couch21/barrel-010/_build/default/lib/ucol_nif to /Users/ermouth/couch21/barrel-010/_build/prod/lib/ucol_nif
===> Fetching goldrush ({git,"git://github.com/DeadZen/goldrush.git",
{ref,
"71e63212f12c25827e0c1b4198d37d5d018a7fec"}})
===> Linking /Users/ermouth/couch21/barrel-010/_build/default/lib/goldrush to /Users/ermouth/couch21/barrel-010/_build/prod/lib/goldrush
===> Fetching idna ({git,"https://github.com/benoitc/erlang-idna",
{ref,"c80afc2c3120010fd22287a3b2ef2bbbde57ff40"}})
===> Linking /Users/ermouth/couch21/barrel-010/_build/default/lib/idna to /Users/ermouth/couch21/barrel-010/_build/prod/lib/idna
===> Fetching ssl_verify_hostname ({git,
"https://github.com/deadtrickster/ssl_verify_hostname.erl",
{ref,
"1105981e2c3afb40dcda46163aa54c3f931a1e0b"}})
===> Linking /Users/ermouth/couch21/barrel-010/_build/default/lib/ssl_verify_hostname to /Users/ermouth/couch21/barrel-010/_build/prod/lib/ssl_verify_hostname
===> Bad packages index, try to fix with `rebar3 update`
===> Compiling snappy
Eshell V7.0.3 (abort with ^G)
1> ===> Compiling ucol_nif
Eshell V7.0.3 (abort with ^G)
1> cc /Users/ermouth/couch21/barrel-010/_build/default/lib/ucol_nif/c_src/ucol_nif.o -arch x86_64 -flat_namespace -undefined suppress -shared -L/usr/local/Cellar/erlang/18.0.3/lib/erlang/lib/erl_interface-3.8/lib -lerl_interface -lei -lpthread -lm -licucore -lstdc++ -o /Users/ermouth/couch21/barrel-010/_build/default/lib/ucol_nif/c_src/../priv/ucol_nif.so
===> Compiling oauth
===> Compiling mochiweb
===> Compiling goldrush
===> Compiling lager
===> Compiling jiffy
Eshell V7.0.3 (abort with ^G)
1> /Users/ermouth/couch21/barrel-010/_build/default/lib/jiffy/c_src/decoder.c:69:1: warning: no previous prototype for function 'dec_new' [-Wmissing-prototypes]
dec_new(ErlNifEnv* env)
^
/Users/ermouth/couch21/barrel-010/_build/default/lib/jiffy/c_src/decoder.c:107:1: warning: no previous prototype for function 'dec_init' [-Wmissing-prototypes]
dec_init(Decoder* d, ErlNifEnv* env, ERL_NIF_TERM arg, ErlNifBinary* bin)
^
/Users/ermouth/couch21/barrel-010/_build/default/lib/jiffy/c_src/decoder.c:138:1: warning: no previous prototype for function 'dec_error' [-Wmissing-prototypes]
dec_error(Decoder* d, const char* atom)
^
/Users/ermouth/couch21/barrel-010/_build/default/lib/jiffy/c_src/decoder.c:147:1: warning: no previous prototype for function 'dec_curr' [-Wmissing-prototypes]
dec_curr(Decoder* d)
^
/Users/ermouth/couch21/barrel-010/_build/default/lib/jiffy/c_src/decoder.c:153:1: warning: no previous prototype for function 'dec_top' [-Wmissing-prototypes]
dec_top(Decoder* d)
^
/Users/ermouth/couch21/barrel-010/_build/default/lib/jiffy/c_src/decoder.c:159:1: warning: no previous prototype for function 'dec_push' [-Wmissing-prototypes]
dec_push(Decoder* d, char val)
^
/Users/ermouth/couch21/barrel-010/_build/default/lib/jiffy/c_src/decoder.c:181:1: warning: no previous prototype for function 'dec_pop' [-Wmissing-prototypes]
dec_pop(Decoder* d, char val)
^
/Users/ermouth/couch21/barrel-010/_build/default/lib/jiffy/c_src/decoder.c:189:1: warning: no previous prototype for function 'dec_string' [-Wmissing-prototypes]
dec_string(Decoder* d, ERL_NIF_TERM* value)
^
/Users/ermouth/couch21/barrel-010/_build/default/lib/jiffy/c_src/decoder.c:368:1: warning: no previous prototype for function 'dec_number' [-Wmissing-prototypes]
dec_number(Decoder* d, ERL_NIF_TERM* value)
^
/Users/ermouth/couch21/barrel-010/_build/default/lib/jiffy/c_src/decoder.c:615:1: warning: no previous prototype for function 'make_empty_object' [-Wmissing-prototypes]
make_empty_object(ErlNifEnv* env, int ret_map)
^
/Users/ermouth/couch21/barrel-010/_build/default/lib/jiffy/c_src/decoder.c:627:1: warning: no previous prototype for function 'make_object' [-Wmissing-prototypes]
make_object(ErlNifEnv* env, ERL_NIF_TERM pairs, ERL_NIF_TERM* out, int ret_map)
^
/Users/ermouth/couch21/barrel-010/_build/default/lib/jiffy/c_src/decoder.c:663:1: warning: no previous prototype for function 'make_array' [-Wmissing-prototypes]
make_array(ErlNifEnv* env, ERL_NIF_TERM list)
^
12 warnings generated.
/Users/ermouth/couch21/barrel-010/_build/default/lib/jiffy/c_src/encoder.c:71:1: warning: no previous prototype for function 'enc_new' [-Wmissing-prototypes]
enc_new(ErlNifEnv* env)
^
/Users/ermouth/couch21/barrel-010/_build/default/lib/jiffy/c_src/encoder.c:104:1: warning: no previous prototype for function 'enc_init' [-Wmissing-prototypes]
enc_init(Encoder* e, ErlNifEnv* env)
^
/Users/ermouth/couch21/barrel-010/_build/default/lib/jiffy/c_src/encoder.c:121:1: warning: no previous prototype for function 'enc_error' [-Wmissing-prototypes]
enc_error(Encoder* e, const char* msg)
^
/Users/ermouth/couch21/barrel-010/_build/default/lib/jiffy/c_src/encoder.c:128:1: warning: no previous prototype for function 'enc_obj_error' [-Wmissing-prototypes]
enc_obj_error(Encoder* e, const char* msg, ERL_NIF_TERM obj)
^
/Users/ermouth/couch21/barrel-010/_build/default/lib/jiffy/c_src/encoder.c:151:1: warning: no previous prototype for function 'enc_result' [-Wmissing-prototypes]
enc_result(Encoder* e, ERL_NIF_TERM* value)
^
/Users/ermouth/couch21/barrel-010/_build/default/lib/jiffy/c_src/encoder.c:165:1: warning: no previous prototype for function 'enc_done' [-Wmissing-prototypes]
enc_done(Encoder* e, ERL_NIF_TERM* value)
^
/Users/ermouth/couch21/barrel-010/_build/default/lib/jiffy/c_src/encoder.c:533:1: warning: no previous prototype for function 'enc_map_to_ejson' [-Wmissing-prototypes]
enc_map_to_ejson(ErlNifEnv* env, ERL_NIF_TERM map, ERL_NIF_TERM* out)
^
7 warnings generated.
cc /Users/ermouth/couch21/barrel-010/_build/default/lib/jiffy/c_src/decoder.o /Users/ermouth/couch21/barrel-010/_build/default/lib/jiffy/c_src/double-conversion/bignum-dtoa.o /Users/ermouth/couch21/barrel-010/_build/default/lib/jiffy/c_src/double-conversion/bignum.o /Users/ermouth/couch21/barrel-010/_build/default/lib/jiffy/c_src/double-conversion/cached-powers.o /Users/ermouth/couch21/barrel-010/_build/default/lib/jiffy/c_src/double-conversion/diy-fp.o /Users/ermouth/couch21/barrel-010/_build/default/lib/jiffy/c_src/double-conversion/double-conversion.o /Users/ermouth/couch21/barrel-010/_build/default/lib/jiffy/c_src/double-conversion/fast-dtoa.o /Users/ermouth/couch21/barrel-010/_build/default/lib/jiffy/c_src/double-conversion/fixed-dtoa.o /Users/ermouth/couch21/barrel-010/_build/default/lib/jiffy/c_src/double-conversion/strtod.o /Users/ermouth/couch21/barrel-010/_build/default/lib/jiffy/c_src/doubles.o /Users/ermouth/couch21/barrel-010/_build/default/lib/jiffy/c_src/encoder.o /Users/ermouth/couch21/barrel-010/_build/default/lib/jiffy/c_src/jiffy.o /Users/ermouth/couch21/barrel-010/_build/default/lib/jiffy/c_src/utf8.o /Users/ermouth/couch21/barrel-010/_build/default/lib/jiffy/c_src/util.o -arch x86_64 -flat_namespace -undefined suppress -shared -L/usr/local/Cellar/erlang/18.0.3/lib/erlang/lib/erl_interface-3.8/lib -lerl_interface -lei -o /Users/ermouth/couch21/barrel-010/_build/default/lib/jiffy/c_src/../priv/jiffy.so
===> Compiling ibrowse
/Users/ermouth/couch21/barrel-010/_build/default/lib/ibrowse/src/ibrowse_lib.erl:372: Warning: erlang:now/0: Deprecated BIF. See the "Time and Time Correction in Erlang" chapter of the ERTS User's Guide for more information.
/Users/ermouth/couch21/barrel-010/_build/default/lib/ibrowse/src/ibrowse_http_client.erl:436: Warning: erlang:now/0: Deprecated BIF. See the "Time and Time Correction in Erlang" chapter of the ERTS User's Guide for more information.
/Users/ermouth/couch21/barrel-010/_build/default/lib/ibrowse/src/ibrowse_http_client.erl:1926: Warning: erlang:now/0: Deprecated BIF. See the "Time and Time Correction in Erlang" chapter of the ERTS User's Guide for more information.
===> Compiling ssl_verify_hostname
===> Compiling idna
===> Compiling hackney
===> Compiling gproc
/Users/ermouth/couch21/barrel-010/_build/default/lib/gproc/src/gproc_dist.erl:23: Warning: behaviour gen_leader undefined
cc -c -DXP_UNIX -I/usr/include -I/usr/local/include/js /Users/ermouth/couch21/barrel-010/apps/couch/c_src/couch_js/http.c
cc -c -DXP_UNIX -I/usr/include -I/usr/local/include/js /Users/ermouth/couch21/barrel-010/apps/couch/c_src/couch_js/main.c
cc -c -DXP_UNIX -I/usr/include -I/usr/local/include/js /Users/ermouth/couch21/barrel-010/apps/couch/c_src/couch_js/utf8.c
cc -c -DXP_UNIX -I/usr/include -I/usr/local/include/js /Users/ermouth/couch21/barrel-010/apps/couch/c_src/couch_js/util.c
cc /Users/ermouth/couch21/barrel-010/apps/couch/c_src/couch_js/http.o /Users/ermouth/couch21/barrel-010/apps/couch/c_src/couch_js/main.o /Users/ermouth/couch21/barrel-010/apps/couch/c_src/couch_js/utf8.o /Users/ermouth/couch21/barrel-010/apps/couch/c_src/couch_js/util.o -L/usr/local/lib -lmozjs185 -lcurl -o /Users/ermouth/couch21/barrel-010/apps/couch/c_src/couch_js/../../priv/couchjs
===> Compiling couch
/Users/ermouth/couch21/barrel-010/_build/prod/lib/couch/src/couch_uuids.erl:39: Warning: erlang:now/0: Deprecated BIF. See the "Time and Time Correction in Erlang" chapter of the ERTS User's Guide for more information.
/Users/ermouth/couch21/barrel-010/_build/prod/lib/couch/src/couch_util.erl:403: Warning: crypto:md5/1 is deprecated and will be removed in in a future release; use crypto:hash/2
/Users/ermouth/couch21/barrel-010/_build/prod/lib/couch/src/couch_util.erl:407: Warning: crypto:md5_init/0 is deprecated and will be removed in in a future release; use crypto:hash_init/1
/Users/ermouth/couch21/barrel-010/_build/prod/lib/couch/src/couch_util.erl:412: Warning: crypto:md5_update/2 is deprecated and will be removed in in a future release; use crypto:hash_update/2
/Users/ermouth/couch21/barrel-010/_build/prod/lib/couch/src/couch_util.erl:416: Warning: crypto:md5_final/1 is deprecated and will be removed in in a future release; use crypto:hash_final/1
/Users/ermouth/couch21/barrel-010/_build/prod/lib/couch/src/couch_task_status.erl:85: Warning: erlang:now/0: Deprecated BIF. See the "Time and Time Correction in Erlang" chapter of the ERTS User's Guide for more information.
/Users/ermouth/couch21/barrel-010/_build/prod/lib/couch/src/couch_task_status.erl:148: Warning: erlang:now/0: Deprecated BIF. See the "Time and Time Correction in Erlang" chapter of the ERTS User's Guide for more information.
/Users/ermouth/couch21/barrel-010/_build/prod/lib/couch/src/couch_stats_aggregator.erl:142: Warning: erlang:now/0: Deprecated BIF. See the "Time and Time Correction in Erlang" chapter of the ERTS User's Guide for more information.
/Users/ermouth/couch21/barrel-010/_build/prod/lib/couch/src/couch_server.erl:129: Warning: crypto:sha/1 is deprecated and will be removed in in a future release; use crypto:hash/2
/Users/ermouth/couch21/barrel-010/_build/prod/lib/couch/src/couch_passwords.erl:26: Warning: crypto:sha/1 is deprecated and will be removed in in a future release; use crypto:hash/2
/Users/ermouth/couch21/barrel-010/_build/prod/lib/couch/src/couch_passwords.erl:83: Warning: crypto:sha_mac/2 is deprecated and will be removed in in a future release; use crypto:hmac/3
/Users/ermouth/couch21/barrel-010/_build/prod/lib/couch/src/couch_passwords.erl:88: Warning: crypto:sha_mac/2 is deprecated and will be removed in in a future release; use crypto:hmac/3
/Users/ermouth/couch21/barrel-010/_build/prod/lib/couch/src/couch_os_daemons.erl:126: Warning: erlang:now/0: Deprecated BIF. See the "Time and Time Correction in Erlang" chapter of the ERTS User's Guide for more information.
/Users/ermouth/couch21/barrel-010/_build/prod/lib/couch/src/couch_os_daemons.erl:367: Warning: erlang:now/0: Deprecated BIF. See the "Time and Time Correction in Erlang" chapter of the ERTS User's Guide for more information.
/Users/ermouth/couch21/barrel-010/_build/prod/lib/couch/src/couch_db_updater.erl:462: Warning: erlang:now/0: Deprecated BIF. See the "Time and Time Correction in Erlang" chapter of the ERTS User's Guide for more information.
/Users/ermouth/couch21/barrel-010/_build/prod/lib/couch/src/couch_compaction_daemon.erl:177: Warning: variable 'ViewsMonRef' exported from 'case' (line 140)
/Users/ermouth/couch21/barrel-010/_build/prod/lib/couch/src/couch_btree.erl:321: Warning: variable 'NodeList' exported from 'case' (line 303)
/Users/ermouth/couch21/barrel-010/_build/prod/lib/couch/src/couch_auth_cache.erl:173: Warning: erlang:now/0: Deprecated BIF. See the "Time and Time Correction in Erlang" chapter of the ERTS User's Guide for more information.
/Users/ermouth/couch21/barrel-010/_build/prod/lib/couch/src/couch_auth_cache.erl:192: Warning: variable 'Ev' is unused
/Users/ermouth/couch21/barrel-010/_build/prod/lib/couch/src/couch_auth_cache.erl:271: Warning: erlang:now/0: Deprecated BIF. See the "Time and Time Correction in Erlang" chapter of the ERTS User's Guide for more information.
===> Compiling couch_httpd
/Users/ermouth/couch21/barrel-010/_build/prod/lib/couch_httpd/src/couch_httpd.erl:206: Warning: erlang:now/0: Deprecated BIF. See the "Time and Time Correction in Erlang" chapter of the ERTS User's Guide for more information.
/Users/ermouth/couch21/barrel-010/_build/prod/lib/couch_httpd/src/couch_httpd.erl:212: Warning: variable 'Headers' is unused
/Users/ermouth/couch21/barrel-010/_build/prod/lib/couch_httpd/src/couch_httpd.erl:349: Warning: erlang:now/0: Deprecated BIF. See the "Time and Time Correction in Erlang" chapter of the ERTS User's Guide for more information.
/Users/ermouth/couch21/barrel-010/_build/prod/lib/couch_httpd/src/couch_httpd.erl:581: Warning: variable 'Req' is unused
/Users/ermouth/couch21/barrel-010/_build/prod/lib/couch_httpd/src/couch_httpd_misc_handlers.erl:96: Warning: variable 'DbName' is unused
/Users/ermouth/couch21/barrel-010/_build/prod/lib/couch_httpd/src/couch_httpd_auth.erl:145: Warning: crypto:sha_mac/2 is deprecated and will be removed in in a future release; use crypto:hmac/3
/Users/ermouth/couch21/barrel-010/_build/prod/lib/couch_httpd/src/couch_httpd_auth.erl:186: Warning: crypto:sha_mac/2 is deprecated and will be removed in in a future release; use crypto:hmac/3
/Users/ermouth/couch21/barrel-010/_build/prod/lib/couch_httpd/src/couch_httpd_auth.erl:233: Warning: crypto:sha_mac/2 is deprecated and will be removed in in a future release; use crypto:hmac/3
/Users/ermouth/couch21/barrel-010/_build/prod/lib/couch_httpd/src/couch_httpd_auth.erl:362: Warning: erlang:now/0: Deprecated BIF. See the "Time and Time Correction in Erlang" chapter of the ERTS User's Guide for more information.
===> Compiling couch_dbupdates
===> Compiling couch_index
/Users/ermouth/couch21/barrel-010/_build/prod/lib/couch_index/src/couch_index_api.erl:15: Warning: function get/2 is unused
/Users/ermouth/couch21/barrel-010/_build/prod/lib/couch_index/src/couch_index_api.erl:15: Warning: variable 'Field' is unused
/Users/ermouth/couch21/barrel-010/_build/prod/lib/couch_index/src/couch_index_api.erl:15: Warning: variable 'State' is unused
/Users/ermouth/couch21/barrel-010/_build/prod/lib/couch_index/src/couch_index_api.erl:18: Warning: function init/2 is unused
/Users/ermouth/couch21/barrel-010/_build/prod/lib/couch_index/src/couch_index_api.erl:18: Warning: variable 'Db' is unused
/Users/ermouth/couch21/barrel-010/_build/prod/lib/couch_index/src/couch_index_api.erl:18: Warning: variable 'Ddoc' is unused
/Users/ermouth/couch21/barrel-010/_build/prod/lib/couch_index/src/couch_index_api.erl:21: Warning: function open/2 is unused
/Users/ermouth/couch21/barrel-010/_build/prod/lib/couch_index/src/couch_index_api.erl:21: Warning: variable 'Db' is unused
/Users/ermouth/couch21/barrel-010/_build/prod/lib/couch_index/src/couch_index_api.erl:21: Warning: variable 'State' is unused
/Users/ermouth/couch21/barrel-010/_build/prod/lib/couch_index/src/couch_index_api.erl:24: Warning: function close/1 is unused
/Users/ermouth/couch21/barrel-010/_build/prod/lib/couch_index/src/couch_index_api.erl:24: Warning: variable 'State' is unused
/Users/ermouth/couch21/barrel-010/_build/prod/lib/couch_index/src/couch_index_api.erl:27: Warning: function delete/1 is unused
/Users/ermouth/couch21/barrel-010/_build/prod/lib/couch_index/src/couch_index_api.erl:27: Warning: variable 'State' is unused
/Users/ermouth/couch21/barrel-010/_build/prod/lib/couch_index/src/couch_index_api.erl:30: Warning: function reset/1 is unused
/Users/ermouth/couch21/barrel-010/_build/prod/lib/couch_index/src/couch_index_api.erl:30: Warning: variable 'State' is unused
/Users/ermouth/couch21/barrel-010/_build/prod/lib/couch_index/src/couch_index_api.erl:34: Warning: function start_update/3 is unused
/Users/ermouth/couch21/barrel-010/_build/prod/lib/couch_index/src/couch_index_api.erl:34: Warning: variable 'NumChanges' is unused
/Users/ermouth/couch21/barrel-010/_build/prod/lib/couch_index/src/couch_index_api.erl:34: Warning: variable 'PurgedState' is unused
/Users/ermouth/couch21/barrel-010/_build/prod/lib/couch_index/src/couch_index_api.erl:37: Warning: function purge/4 is unused
/Users/ermouth/couch21/barrel-010/_build/prod/lib/couch_index/src/couch_index_api.erl:37: Warning: variable 'Db' is unused
/Users/ermouth/couch21/barrel-010/_build/prod/lib/couch_index/src/couch_index_api.erl:37: Warning: variable 'PurgeSeq' is unused
/Users/ermouth/couch21/barrel-010/_build/prod/lib/couch_index/src/couch_index_api.erl:37: Warning: variable 'PurgedIdRevs' is unused
/Users/ermouth/couch21/barrel-010/_build/prod/lib/couch_index/src/couch_index_api.erl:37: Warning: variable 'State' is unused
/Users/ermouth/couch21/barrel-010/_build/prod/lib/couch_index/src/couch_index_api.erl:40: Warning: function process_doc/3 is unused
/Users/ermouth/couch21/barrel-010/_build/prod/lib/couch_index/src/couch_index_api.erl:40: Warning: variable 'Doc' is unused
/Users/ermouth/couch21/barrel-010/_build/prod/lib/couch_index/src/couch_index_api.erl:40: Warning: variable 'Seq' is unused
/Users/ermouth/couch21/barrel-010/_build/prod/lib/couch_index/src/couch_index_api.erl:40: Warning: variable 'State' is unused
/Users/ermouth/couch21/barrel-010/_build/prod/lib/couch_index/src/couch_index_api.erl:43: Warning: function finish_update/1 is unused
/Users/ermouth/couch21/barrel-010/_build/prod/lib/couch_index/src/couch_index_api.erl:46: Warning: function commit/1 is unused
/Users/ermouth/couch21/barrel-010/_build/prod/lib/couch_index/src/couch_index_api.erl:46: Warning: variable 'State' is unused
/Users/ermouth/couch21/barrel-010/_build/prod/lib/couch_index/src/couch_index_api.erl:50: Warning: function compact/3 is unused
/Users/ermouth/couch21/barrel-010/_build/prod/lib/couch_index/src/couch_index_api.erl:50: Warning: variable 'Opts' is unused
/Users/ermouth/couch21/barrel-010/_build/prod/lib/couch_index/src/couch_index_api.erl:50: Warning: variable 'Parent' is unused
/Users/ermouth/couch21/barrel-010/_build/prod/lib/couch_index/src/couch_index_api.erl:50: Warning: variable 'State' is unused
/Users/ermouth/couch21/barrel-010/_build/prod/lib/couch_index/src/couch_index_api.erl:53: Warning: function swap_compacted/2 is unused
/Users/ermouth/couch21/barrel-010/_build/prod/lib/couch_index/src/couch_index_api.erl:53: Warning: variable 'NewState' is unused
/Users/ermouth/couch21/barrel-010/_build/prod/lib/couch_index/src/couch_index_api.erl:53: Warning: variable 'OldState' is unused
===> Compiling couch_mrview
/Users/ermouth/couch21/barrel-010/_build/prod/lib/couch_mrview/src/couch_mrview_util.erl:769: Warning: variable 'KV' is unused
/Users/ermouth/couch21/barrel-010/_build/prod/lib/couch_mrview/src/couch_mrview_http.erl:65: Warning: variable 'Args0' is unused
/Users/ermouth/couch21/barrel-010/_build/prod/lib/couch_mrview/src/couch_mrview_changes.erl:135: Warning: variable 'Pid' is unused
===> Compiling couch_randomdoc
===> Compiling couch_changes
/Users/ermouth/couch21/barrel-010/_build/prod/lib/couch_changes/src/couch_changes.erl:96: Warning: erlang:now/0: Deprecated BIF. See the "Time and Time Correction in Erlang" chapter of the ERTS User's Guide for more information.
/Users/ermouth/couch21/barrel-010/_build/prod/lib/couch_changes/src/couch_changes.erl:103: Warning: variable 'Self' is unused
/Users/ermouth/couch21/barrel-010/_build/prod/lib/couch_changes/src/couch_changes.erl:103: Warning: the call to self/0 has no effect
/Users/ermouth/couch21/barrel-010/_build/prod/lib/couch_changes/src/couch_changes.erl:165: Warning: variable 'Method' is unused
/Users/ermouth/couch21/barrel-010/_build/prod/lib/couch_changes/src/couch_changes.erl:168: Warning: variable 'Req' is unused
/Users/ermouth/couch21/barrel-010/_build/prod/lib/couch_changes/src/couch_changes.erl:186: Warning: variable 'Db' is unused
/Users/ermouth/couch21/barrel-010/_build/prod/lib/couch_changes/src/couch_changes.erl:647: Warning: erlang:now/0: Deprecated BIF. See the "Time and Time Correction in Erlang" chapter of the ERTS User's Guide for more information.
/Users/ermouth/couch21/barrel-010/_build/prod/lib/couch_changes/src/couch_changes.erl:656: Warning: erlang:now/0: Deprecated BIF. See the "Time and Time Correction in Erlang" chapter of the ERTS User's Guide for more information.
===> Compiling couch_replicator
/Users/ermouth/couch21/barrel-010/_build/prod/lib/couch_replicator/src/couch_replicator_worker.erl:74: Warning: erlang:now/0: Deprecated BIF. See the "Time and Time Correction in Erlang" chapter of the ERTS User's Guide for more information.
/Users/ermouth/couch21/barrel-010/_build/prod/lib/couch_replicator/src/couch_replicator_worker.erl:90: Warning: erlang:now/0: Deprecated BIF. See the "Time and Time Correction in Erlang" chapter of the ERTS User's Guide for more information.
/Users/ermouth/couch21/barrel-010/_build/prod/lib/couch_replicator/src/couch_replicator_worker.erl:243: Warning: erlang:now/0: Deprecated BIF. See the "Time and Time Correction in Erlang" chapter of the ERTS User's Guide for more information.
/Users/ermouth/couch21/barrel-010/_build/prod/lib/couch_replicator/src/couch_replicator_worker.erl:388: Warning: erlang:now/0: Deprecated BIF. See the "Time and Time Correction in Erlang" chapter of the ERTS User's Guide for more information.
/Users/ermouth/couch21/barrel-010/_build/prod/lib/couch_replicator/src/couch_replicator_worker.erl:520: Warning: erlang:now/0: Deprecated BIF. See the "Time and Time Correction in Erlang" chapter of the ERTS User's Guide for more information.
/Users/ermouth/couch21/barrel-010/_build/prod/lib/couch_replicator/src/couch_replicator_manager.erl:551: Warning: erlang:now/0: Deprecated BIF. See the "Time and Time Correction in Erlang" chapter of the ERTS User's Guide for more information.
/Users/ermouth/couch21/barrel-010/_build/prod/lib/couch_replicator/src/couch_replicator_api_wrap.erl:538: Warning: variable 'Options' is unused
===> Compiling geocouch
/Users/ermouth/couch21/barrel-010/_build/prod/lib/geocouch/src/vtree/vtree.erl:63: Warning: erlang:now/0: Deprecated BIF. See the "Time and Time Correction in Erlang" chapter of the ERTS User's Guide for more information.
/Users/ermouth/couch21/barrel-010/_build/prod/lib/geocouch/src/vtree/vtree.erl:84: Warning: erlang:now/0: Deprecated BIF. See the "Time and Time Correction in Erlang" chapter of the ERTS User's Guide for more information.
===> Starting relx build process ...
===> Resolving OTP Applications from directories:
/Users/ermouth/couch21/barrel-010/_build/prod/lib
/Users/ermouth/couch21/barrel-010/apps
/usr/local/Cellar/erlang/18.0.3/lib/erlang/lib
===> Resolved barrel-0.1.0
===> Including Erts from /usr/local/Cellar/erlang/18.0.3/lib/erlang
===> release successfully created!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment