Skip to content

Instantly share code, notes, and snippets.

@fenollp
Created February 25, 2016 08:55
Show Gist options
  • Save fenollp/9b8cc51399b34f3640e4 to your computer and use it in GitHub Desktop.
Save fenollp/9b8cc51399b34f3640e4 to your computer and use it in GitHub Desktop.
compiling kazoo 2915ccc7f00f2f9a0e0e8d37d5eef136e52f7853
$ git clone [email protected]:2600hz/kazoo.git && cd kazoo && git checkout 2915ccc7f00f2f9a0e0e8d37d5eef136e52f7853 && make
wget 'https://raw.githubusercontent.com/ninenines/erlang.mk/'2.0.0-pre.2'/erlang.mk' -O ./erlang.mk
mkdir deps
make -f erlang.mk deps
make[1]: Entering directory '/home/pete/kazoo'
git clone https://github.com/ninenines/erlang.mk .erlang.mk.build
if [ -f build.config ]; then cp build.config .erlang.mk.build; fi
cd .erlang.mk.build && make
make[2]: Entering directory '/home/pete/kazoo/.erlang.mk.build'
awk 'FNR==1 && NR!=1{print ""}1' core/core.mk index/*.mk core/index.mk core/deps.mk plugins/erlydtl.mk plugins/protobuffs.mk core/erlc.mk core/docs.mk core/rel.mk core/test.mk core/compat.mk plugins/asciidoc.mk plugins/bootstrap.mk plugins/c_src.mk plugins/ci.mk plugins/ct.mk plugins/dialyzer.mk plugins/edoc.mk plugins/escript.mk plugins/eunit.mk plugins/relx.mk plugins/shell.mk plugins/triq.mk plugins/xref.mk plugins/cover.mk \
| sed 's/^ERLANG_MK_VERSION = .*/ERLANG_MK_VERSION = 2.0.0-pre.2-81-gbb6b947/' > erlang.mk
make[2]: Leaving directory '/home/pete/kazoo/.erlang.mk.build'
cp .erlang.mk.build/erlang.mk ./erlang.mk
rm -rf .erlang.mk.build
make[1]: Leaving directory '/home/pete/kazoo'
cp ./make/Makefile.deps deps/Makefile
make -C deps/ all
make[1]: Entering directory '/home/pete/kazoo/deps'
DEP lager
make[2]: Entering directory '/home/pete/kazoo/deps/.erlang.mk/rebar'
./bootstrap
Recompile: src/rebar
Recompile: src/rebar_abnfc_compiler
Recompile: src/rebar_app_utils
Recompile: src/rebar_appups
Recompile: src/rebar_asn1_compiler
Recompile: src/rebar_base_compiler
Recompile: src/rebar_cleaner
Recompile: src/rebar_config
Recompile: src/rebar_core
Recompile: src/rebar_cover_utils
Recompile: src/rebar_ct
Recompile: src/rebar_deps
Recompile: src/rebar_dia_compiler
Recompile: src/rebar_edoc
Recompile: src/rebar_erlc_compiler
Recompile: src/rebar_erlydtl_compiler
Recompile: src/rebar_escripter
Recompile: src/rebar_eunit
Recompile: src/rebar_file_utils
Recompile: src/rebar_getopt
Recompile: src/rebar_lfe_compiler
Recompile: src/rebar_log
Recompile: src/rebar_metacmds
Recompile: src/rebar_mustache
Recompile: src/rebar_neotoma_compiler
Recompile: src/rebar_otp_app
Recompile: src/rebar_otp_appup
Recompile: src/rebar_port_compiler
Recompile: src/rebar_proto_compiler
Recompile: src/rebar_proto_gpb_compiler
Recompile: src/rebar_protobuffs_compiler
Recompile: src/rebar_qc
Recompile: src/rebar_rel_utils
Recompile: src/rebar_reltool
Recompile: src/rebar_require_vsn
Recompile: src/rebar_shell
Recompile: src/rebar_subdirs
Recompile: src/rebar_templater
Recompile: src/rebar_upgrade
Recompile: src/rebar_utils
Recompile: src/rebar_xref
==> rebar (compile)
==> rebar (escriptize)
Congratulations! You now have a self-contained script called "rebar" in
your current working directory. Place this script anywhere in your path
and you can use rebar to build OTP-compliant apps.
make[2]: Leaving directory '/home/pete/kazoo/deps/.erlang.mk/rebar'
/home/pete/kazoo/deps
DEP eiconv
DEP gen_smtp
DEP amqp_client
DEP cowboy
DEP jesse
DEP jiffy
DEP certifi
DEP couchbeam
DEP wsock
DEP zucchini
DEP erlsom
DEP erlydtl
DEP exml
DEP escalus
DEP folsom
DEP detergent
DEP erlang_localtime
DEP nklib
DEP nksip
DEP gproc
DEP poolboy
DEP syslog
DEP lager_syslog
DEP eflame
DEP socketio
DEP hep
DEP ecsv
make[2]: Entering directory '/home/pete/kazoo/deps/lager'
DEP goldrush
make[3]: Entering directory '/home/pete/kazoo/deps/goldrush'
DEPEND goldrush.d
ERLC glc.erl glc_code.erl glc_lib.erl glc_ops.erl gr_app.erl gr_context.erl gr_counter.erl gr_counter_sup.erl gr_manager.erl gr_manager_sup.erl gr_param.erl gr_param_sup.erl gr_sup.erl gre.erl
APP goldrush.app.src
make[3]: Leaving directory '/home/pete/kazoo/deps/goldrush'
DEPEND lager.d
ERLC error_logger_lager_h.erl lager.erl lager_app.erl lager_backend_throttle.erl lager_common_test_backend.erl lager_config.erl lager_console_backend.erl lager_crash_log.erl lager_default_formatter.erl lager_file_backend.erl lager_format.erl lager_handler_watcher.erl lager_handler_watcher_sup.erl lager_msg.erl lager_stdlib.erl lager_sup.erl lager_transform.erl lager_trunc_io.erl lager_util.erl
APP lager.app.src
make[2]: Leaving directory '/home/pete/kazoo/deps/lager'
make[2]: Entering directory '/home/pete/kazoo/deps/eiconv'
make -f c_src/Makefile.erlang.mk
make[3]: Entering directory '/home/pete/kazoo/deps/eiconv'
cc -c -o c_src/eiconv_nif.o c_src/eiconv_nif.c -finline-functions -Wall -fPIC -I "/home/pete/.bin/builds/otp/18.2.1/erts-7.2.1/include" -I "/home/pete/.bin/builds/otp/18.2.1/lib/erl_interface-3.8.1/include" -fPIC
cc -o priv/eiconv_nif.so c_src/eiconv_nif.o -L "/home/pete/.bin/builds/otp/18.2.1/lib/erl_interface-3.8.1/lib" -lerl_interface -lei -shared
make[3]: Leaving directory '/home/pete/kazoo/deps/eiconv'
DEPEND eiconv.d
ERLC eiconv.erl iconv.erl
APP eiconv.app.src
make[2]: Leaving directory '/home/pete/kazoo/deps/eiconv'
make[2]: Entering directory '/home/pete/kazoo/deps/gen_smtp'
XYRL smtp_rfc822_parse.yrl
DEPEND gen_smtp.d
ERLC binstr.erl gen_smtp_application.erl gen_smtp_client.erl gen_smtp_server.erl gen_smtp_server_session.erl mimemail.erl smtp_rfc822_parse.erl smtp_server_example.erl smtp_util.erl socket.erl
Old inliner: threshold=0 functions=[{yeccpars2_17_,1},
{yeccpars2_14_,1},
{yeccpars2_13_,1},
{yeccpars2_12_,1},
{yeccpars2_11_,1},
{yeccpars2_10_,1},
{yeccpars2_9_,1},
{yeccpars2_7_,1},
{'yeccpars2_7_,',1},
{'yeccpars2_7_$end',1},
{yeccpars2_5_,1},
{yeccpars2_3_,1},
{yeccpars2_0_,1}]
src/smtp_server_example.erl:134: Warning: erlang:now/0: Deprecated BIF. See the "Time and Time Correction in Erlang" chapter of the ERTS User's Guide for more information.
src/smtp_util.erl:65: Warning: crypto:md5_mac/2 is deprecated and will be removed in in a future release; use crypto:hmac/3
src/smtp_util.erl:107: Warning: erlang:now/0: Deprecated BIF. See the "Time and Time Correction in Erlang" chapter of the ERTS User's Guide for more information.
src/smtp_util.erl:113: Warning: erlang:now/0: Deprecated BIF. See the "Time and Time Correction in Erlang" chapter of the ERTS User's Guide for more information.
APP gen_smtp.app.src
make[2]: Leaving directory '/home/pete/kazoo/deps/gen_smtp'
make[2]: Entering directory '/home/pete/kazoo/deps/amqp_client'
DEP rabbit_common
make[3]: Entering directory '/home/pete/kazoo/deps/rabbit_common'
DEP rabbitmq_codegen
GEN include/rabbit_framing.hrl
GEN src/rabbit_framing_amqp_0_8.erl
GEN src/rabbit_framing_amqp_0_9_1.erl
DEPEND rabbit_common.d
ERLC app_utils.erl credit_flow.erl gen_server2.erl mirrored_supervisor.erl mochijson2.erl pmon.erl priority_queue.erl rabbit_amqqueue.erl rabbit_auth_mechanism.erl rabbit_authn_backend.erl rabbit_authz_backend.erl rabbit_backing_queue.erl rabbit_basic.erl rabbit_binary_generator.erl rabbit_binary_parser.erl rabbit_channel.erl rabbit_channel_interceptor.erl rabbit_command_assembler.erl rabbit_control_misc.erl rabbit_data_coercion.erl rabbit_event.erl rabbit_exchange_decorator.erl rabbit_exchange_type.erl rabbit_framing_amqp_0_8.erl rabbit_framing_amqp_0_9_1.erl rabbit_heartbeat.erl rabbit_misc.erl rabbit_msg_store_index.erl rabbit_net.erl rabbit_networking.erl rabbit_nodes.erl rabbit_password_hashing.erl rabbit_policy_validator.erl rabbit_queue_collector.erl rabbit_queue_decorator.erl rabbit_queue_master_locator.erl rabbit_reader.erl rabbit_runtime_parameter.erl rabbit_writer.erl ssl_compat.erl supervisor2.erl time_compat.erl
APP rabbit_common.app.src
make[3]: Leaving directory '/home/pete/kazoo/deps/rabbit_common'
DEPEND amqp_client.d
ERLC amqp_auth_mechanisms.erl amqp_channel.erl amqp_channel_sup.erl amqp_channel_sup_sup.erl amqp_channels_manager.erl amqp_client.erl amqp_connection.erl amqp_connection_sup.erl amqp_connection_type_sup.erl amqp_direct_connection.erl amqp_direct_consumer.erl amqp_gen_connection.erl amqp_gen_consumer.erl amqp_main_reader.erl amqp_network_connection.erl amqp_rpc_client.erl amqp_rpc_server.erl amqp_selective_consumer.erl amqp_sup.erl amqp_uri.erl rabbit_routing_util.erl uri_parser.erl
APP amqp_client.app.src
make[2]: Leaving directory '/home/pete/kazoo/deps/amqp_client'
make[2]: Entering directory '/home/pete/kazoo/deps/cowboy'
DEP cowlib
DEP ranch
make[3]: Entering directory '/home/pete/kazoo/deps/cowlib'
DEPEND cowlib.d
ERLC cow_cookie.erl cow_date.erl cow_http.erl cow_http_hd.erl cow_http_te.erl cow_mimetypes.erl cow_multipart.erl cow_qs.erl cow_spdy.erl
APP cowlib.app.src
make[3]: Leaving directory '/home/pete/kazoo/deps/cowlib'
make[3]: Entering directory '/home/pete/kazoo/deps/ranch'
DEPEND ranch.d
ERLC ranch.erl ranch_acceptor.erl ranch_acceptors_sup.erl ranch_app.erl ranch_conns_sup.erl ranch_listener_sup.erl ranch_protocol.erl ranch_server.erl ranch_ssl.erl ranch_sup.erl ranch_tcp.erl ranch_transport.erl
APP ranch.app.src
make[3]: Leaving directory '/home/pete/kazoo/deps/ranch'
DEPEND cowboy.d
ERLC cowboy.erl cowboy_app.erl cowboy_bstr.erl cowboy_clock.erl cowboy_handler.erl cowboy_http.erl cowboy_http_handler.erl cowboy_loop_handler.erl cowboy_middleware.erl cowboy_protocol.erl cowboy_req.erl cowboy_rest.erl cowboy_router.erl cowboy_spdy.erl cowboy_static.erl cowboy_sub_protocol.erl cowboy_sup.erl cowboy_websocket.erl cowboy_websocket_handler.erl
APP cowboy.app.src
make[2]: Leaving directory '/home/pete/kazoo/deps/cowboy'
make[2]: Entering directory '/home/pete/kazoo/deps/jesse'
DEP jsx
make[3]: Entering directory '/home/pete/kazoo/deps/jsx'
DEPEND jsx.d
ERLC jsx.erl jsx_config.erl jsx_consult.erl jsx_decoder.erl jsx_encoder.erl jsx_parser.erl jsx_to_json.erl jsx_to_term.erl jsx_verify.erl
Old inliner: threshold=0 functions=[{doublequote,5},
{singlequote,5},
{maybe_replace,2},
{format_number,1},
{handle_event,3}]
APP jsx.app.src
make[3]: Leaving directory '/home/pete/kazoo/deps/jsx'
DEPEND jesse.d
ERLC jesse.erl jesse_cli.erl jesse_database.erl jesse_error.erl jesse_json_path.erl jesse_lib.erl jesse_schema_validator.erl jesse_state.erl jesse_validator_draft3.erl jesse_validator_draft4.erl
APP jesse.app.src
make[2]: Leaving directory '/home/pete/kazoo/deps/jesse'
make[2]: Entering directory '/home/pete/kazoo/deps/jiffy'
make -f c_src/Makefile.erlang.mk
make[3]: Entering directory '/home/pete/kazoo/deps/jiffy'
cc -c -o c_src/decoder.o c_src/decoder.c -Ic_src/ -g -Wall -O3 -fno-strict-aliasing -finline-functions -Wall -fPIC -I "/home/pete/.bin/builds/otp/18.2.1/erts-7.2.1/include" -I "/home/pete/.bin/builds/otp/18.2.1/lib/erl_interface-3.8.1/include" -fPIC
cc -c -o c_src/encoder.o c_src/encoder.c -Ic_src/ -g -Wall -O3 -fno-strict-aliasing -finline-functions -Wall -fPIC -I "/home/pete/.bin/builds/otp/18.2.1/erts-7.2.1/include" -I "/home/pete/.bin/builds/otp/18.2.1/lib/erl_interface-3.8.1/include" -fPIC
cc -c -o c_src/utf8.o c_src/utf8.c -Ic_src/ -g -Wall -O3 -fno-strict-aliasing -finline-functions -Wall -fPIC -I "/home/pete/.bin/builds/otp/18.2.1/erts-7.2.1/include" -I "/home/pete/.bin/builds/otp/18.2.1/lib/erl_interface-3.8.1/include" -fPIC
cc -c -o c_src/util.o c_src/util.c -Ic_src/ -g -Wall -O3 -fno-strict-aliasing -finline-functions -Wall -fPIC -I "/home/pete/.bin/builds/otp/18.2.1/erts-7.2.1/include" -I "/home/pete/.bin/builds/otp/18.2.1/lib/erl_interface-3.8.1/include" -fPIC
cc -c -o c_src/jiffy.o c_src/jiffy.c -Ic_src/ -g -Wall -O3 -fno-strict-aliasing -finline-functions -Wall -fPIC -I "/home/pete/.bin/builds/otp/18.2.1/erts-7.2.1/include" -I "/home/pete/.bin/builds/otp/18.2.1/lib/erl_interface-3.8.1/include" -fPIC
g++ -c -o c_src/doubles.o c_src/doubles.cc -Ic_src/ -g -Wall -O3 -finline-functions -Wall -fPIC -I "/home/pete/.bin/builds/otp/18.2.1/erts-7.2.1/include" -I "/home/pete/.bin/builds/otp/18.2.1/lib/erl_interface-3.8.1/include" -fPIC
g++ -c -o c_src/double-conversion/strtod.o c_src/double-conversion/strtod.cc -Ic_src/ -g -Wall -O3 -finline-functions -Wall -fPIC -I "/home/pete/.bin/builds/otp/18.2.1/erts-7.2.1/include" -I "/home/pete/.bin/builds/otp/18.2.1/lib/erl_interface-3.8.1/include" -fPIC
g++ -c -o c_src/double-conversion/double-conversion.o c_src/double-conversion/double-conversion.cc -Ic_src/ -g -Wall -O3 -finline-functions -Wall -fPIC -I "/home/pete/.bin/builds/otp/18.2.1/erts-7.2.1/include" -I "/home/pete/.bin/builds/otp/18.2.1/lib/erl_interface-3.8.1/include" -fPIC
g++ -c -o c_src/double-conversion/fast-dtoa.o c_src/double-conversion/fast-dtoa.cc -Ic_src/ -g -Wall -O3 -finline-functions -Wall -fPIC -I "/home/pete/.bin/builds/otp/18.2.1/erts-7.2.1/include" -I "/home/pete/.bin/builds/otp/18.2.1/lib/erl_interface-3.8.1/include" -fPIC
g++ -c -o c_src/double-conversion/cached-powers.o c_src/double-conversion/cached-powers.cc -Ic_src/ -g -Wall -O3 -finline-functions -Wall -fPIC -I "/home/pete/.bin/builds/otp/18.2.1/erts-7.2.1/include" -I "/home/pete/.bin/builds/otp/18.2.1/lib/erl_interface-3.8.1/include" -fPIC
g++ -c -o c_src/double-conversion/bignum.o c_src/double-conversion/bignum.cc -Ic_src/ -g -Wall -O3 -finline-functions -Wall -fPIC -I "/home/pete/.bin/builds/otp/18.2.1/erts-7.2.1/include" -I "/home/pete/.bin/builds/otp/18.2.1/lib/erl_interface-3.8.1/include" -fPIC
g++ -c -o c_src/double-conversion/fixed-dtoa.o c_src/double-conversion/fixed-dtoa.cc -Ic_src/ -g -Wall -O3 -finline-functions -Wall -fPIC -I "/home/pete/.bin/builds/otp/18.2.1/erts-7.2.1/include" -I "/home/pete/.bin/builds/otp/18.2.1/lib/erl_interface-3.8.1/include" -fPIC
g++ -c -o c_src/double-conversion/bignum-dtoa.o c_src/double-conversion/bignum-dtoa.cc -Ic_src/ -g -Wall -O3 -finline-functions -Wall -fPIC -I "/home/pete/.bin/builds/otp/18.2.1/erts-7.2.1/include" -I "/home/pete/.bin/builds/otp/18.2.1/lib/erl_interface-3.8.1/include" -fPIC
g++ -c -o c_src/double-conversion/diy-fp.o c_src/double-conversion/diy-fp.cc -Ic_src/ -g -Wall -O3 -finline-functions -Wall -fPIC -I "/home/pete/.bin/builds/otp/18.2.1/erts-7.2.1/include" -I "/home/pete/.bin/builds/otp/18.2.1/lib/erl_interface-3.8.1/include" -fPIC
cc -o priv/jiffy.so c_src/decoder.o c_src/encoder.o c_src/utf8.o c_src/util.o c_src/jiffy.o c_src/doubles.o c_src/double-conversion/strtod.o c_src/double-conversion/double-conversion.o c_src/double-conversion/fast-dtoa.o c_src/double-conversion/cached-powers.o c_src/double-conversion/bignum.o c_src/double-conversion/fixed-dtoa.o c_src/double-conversion/bignum-dtoa.o c_src/double-conversion/diy-fp.o -lstdc++ -L "/home/pete/.bin/builds/otp/18.2.1/lib/erl_interface-3.8.1/lib" -lerl_interface -lei -shared
make[3]: Leaving directory '/home/pete/kazoo/deps/jiffy'
DEPEND jiffy.d
ERLC jiffy.erl jiffy_utf8.erl
APP jiffy.app.src
make[2]: Leaving directory '/home/pete/kazoo/deps/jiffy'
make[2]: Entering directory '/home/pete/kazoo/deps/certifi'
DEPEND certifi.d
ERLC certifi.erl certifi_cacerts.erl certifi_weak.erl
APP certifi.app.src
make[2]: Leaving directory '/home/pete/kazoo/deps/certifi'
make[2]: Entering directory '/home/pete/kazoo/deps/couchbeam'
DEP hackney
make[3]: Entering directory '/home/pete/kazoo/deps/hackney'
DEP idna
DEP mimerl
DEP ssl_verify_hostname
make[4]: Entering directory '/home/pete/kazoo/deps/idna'
Recompile: src/punycode
Recompile: src/idna_unicode_data
Recompile: src/idna_unicode
Recompile: src/idna_ucs
Recompile: src/idna
make[4]: Leaving directory '/home/pete/kazoo/deps/idna'
make[4]: Entering directory '/home/pete/kazoo/deps/mimerl'
DEPEND mimerl.d
ERLC mimerl.erl
APP mimerl.app.src
make[4]: Leaving directory '/home/pete/kazoo/deps/mimerl'
make[4]: Entering directory '/home/pete/kazoo/deps/ssl_verify_hostname'
DEPEND ssl_verify_hostname.d
ERLC ssl_verify_hostname.erl
APP ssl_verify_hostname.app.src
make[4]: Leaving directory '/home/pete/kazoo/deps/ssl_verify_hostname'
DEPEND hackney.d
ERLC hackney.erl hackney_app.erl hackney_manager.erl hackney_stream.erl hackney_sup.erl hackney_trace.erl hackney_util.erl hackney_bstr.erl hackney_cookie.erl hackney_date.erl hackney_headers.erl hackney_http.erl hackney_multipart.erl hackney_request.erl hackney_response.erl hackney_url.erl hackney_dummy_metrics.erl hackney_exometer_metrics.erl hackney_folsom_metrics.erl hackney_connect.erl hackney_http_connect.erl hackney_pool.erl hackney_pool_handler.erl hackney_socks5.erl hackney_ssl_transport.erl hackney_tcp_transport.erl
APP hackney.app.src
make[3]: Leaving directory '/home/pete/kazoo/deps/hackney'
DEPEND couchbeam.d
ERLC couchbeam.erl couchbeam_app.erl couchbeam_attachments.erl couchbeam_changes.erl couchbeam_changes_stream.erl couchbeam_changes_sup.erl couchbeam_doc.erl couchbeam_ejson.erl couchbeam_httpc.erl couchbeam_sup.erl couchbeam_util.erl couchbeam_uuids.erl couchbeam_view.erl couchbeam_view_stream.erl couchbeam_view_sup.erl gen_changes.erl
APP couchbeam.app.src
make[2]: Leaving directory '/home/pete/kazoo/deps/couchbeam'
make[2]: Entering directory '/home/pete/kazoo/deps/wsock'
DEPEND wsock.d
ERLC wsock_framing.erl wsock_handshake.erl wsock_http.erl wsock_http_message_data.erl wsock_key.erl wsock_message.erl
APP wsock.app.src
make[2]: Leaving directory '/home/pete/kazoo/deps/wsock'
make[2]: Entering directory '/home/pete/kazoo/deps/zucchini'
XYRL zucchini_lexer.xrl zucchini_parser.yrl
Parsing file src/zucchini_lexer.xrl, contained 12 rules.
NFA contains 94 states, DFA contains 22 states, minimised to 20 states.
Writing file src/zucchini_lexer.erl, ok
DEPEND zucchini.d
ERLC zucchini.erl zucchini_lexer.erl zucchini_parser.erl
Old inliner: threshold=0 functions=[{yyaction_11,0},
{yyaction_10,0},
{yyaction_9,2},
{yyaction_8,2},
{yyaction_7,2},
{yyaction_6,2},
{yyaction_5,2},
{yyaction_4,3},
{yyaction_3,3},
{yyaction_2,1},
{yyaction_1,1},
{yyaction_0,1},
{to_string,1},
{to_float,1},
{to_integer,1},
{to_atom,1},
{to_key,2}]
Old inliner: threshold=0 functions=[{yeccpars2_12_,1},
{yeccpars2_11_,1},
{yeccpars2_10_,1},
{yeccpars2_7_,1},
{yeccpars2_6_,1},
{yeccpars2_2_,1},
{value_of,1}]
APP zucchini.app.src
make[2]: Leaving directory '/home/pete/kazoo/deps/zucchini'
make[2]: Entering directory '/home/pete/kazoo/deps/erlsom'
DEPEND erlsom.d
ERLC erlsom.erl erlsom_add.erl erlsom_compile.erl erlsom_example_value.erl erlsom_lib.erl erlsom_parse.erl erlsom_parseXsd.erl erlsom_pass2.erl erlsom_sax.erl erlsom_sax_latin1.erl erlsom_sax_latin9.erl erlsom_sax_lib.erl erlsom_sax_list.erl erlsom_sax_utf16be.erl erlsom_sax_utf16le.erl erlsom_sax_utf8.erl erlsom_simple_form.erl erlsom_type2xsd.erl erlsom_ucs.erl erlsom_write.erl erlsom_writeHrl.erl ucs.erl
APP erlsom.app.src
make[2]: Leaving directory '/home/pete/kazoo/deps/erlsom'
make[2]: Entering directory '/home/pete/kazoo/deps/erlydtl'
XYRL erlydtl_parser.yrl
*** Conflicts resolved by operator precedences:
Parse action conflict scanning symbol and_keyword in state 182:
Reduce to Unot from not_keyword IfExpression (rule 117 at line 385)
vs.
shift to state 183, adding right sisters to IfExpression.
Resolved in favor of reduce.
Parse action conflict scanning symbol or_keyword in state 182:
Reduce to Unot from not_keyword IfExpression (rule 117 at line 385)
vs.
shift to state 184, adding right sisters to IfExpression.
Resolved in favor of reduce.
Parse action conflict scanning symbol and_keyword in state 185:
Reduce to IfExpression from IfExpression or_keyword IfExpression (rule 114 at line 381)
vs.
shift to state 183, adding right sisters to IfExpression.
Resolved in favor of shift.
Parse action conflict scanning symbol or_keyword in state 185:
Reduce to IfExpression from IfExpression or_keyword IfExpression (rule 114 at line 381)
vs.
shift to state 184, adding right sisters to IfExpression.
Resolved in favor of reduce.
Parse action conflict scanning symbol and_keyword in state 186:
Reduce to IfExpression from IfExpression and_keyword IfExpression (rule 115 at line 382)
vs.
shift to state 183, adding right sisters to IfExpression.
Resolved in favor of reduce.
Parse action conflict scanning symbol or_keyword in state 186:
Reduce to IfExpression from IfExpression and_keyword IfExpression (rule 115 at line 382)
vs.
shift to state 184, adding right sisters to IfExpression.
Resolved in favor of reduce.
*** End of resolved conflicts
DEPEND erlydtl.d
DEPEND erlydtl.d
ERLC erlydtl.erl erlydtl_beam_compiler.erl erlydtl_compiler.erl erlydtl_compiler_utils.erl erlydtl_contrib_humanize.erl erlydtl_deps.erl erlydtl_filters.erl erlydtl_library.erl erlydtl_parser.erl erlydtl_runtime.erl erlydtl_scanner.erl erlydtl_time_compat.erl erlydtl_unparser.erl erlydtl_dateformat.erl erlydtl_slice.erl i18n_manager.erl po_generator.erl po_scanner.erl sources_parser.erl
Old inliner: threshold=0 functions=[{yeccpars2_380_,1},
{yeccpars2_377_,1},
{yeccpars2_375_,1},
{yeccpars2_372_,1},
{yeccpars2_369_,1},
{yeccpars2_367_,1},
{yeccpars2_364_,1},
{yeccpars2_363_,1},
{yeccpars2_360_,1},
{yeccpars2_358_,1},
{yeccpars2_355_,1},
{yeccpars2_354_,1},
{yeccpars2_351_,1},
{yeccpars2_349_,1},
{yeccpars2_346_,1},
{yeccpars2_345_,1},
{yeccpars2_343_,1},
{yeccpars2_340_,1},
{yeccpars2_338_,1},
{yeccpars2_337_,1},
{yeccpars2_336_,1},
{yeccpars2_334_,1},
{yeccpars2_332_,1},
{yeccpars2_331_,1},
{yeccpars2_326_,1},
{yeccpars2_325_,1},
{yeccpars2_324_,1},
{yeccpars2_323_,1},
{yeccpars2_320_,1},
{yeccpars2_318_,1},
{yeccpars2_317_,1},
{yeccpars2_313_,1},
{yeccpars2_312_,1},
{yeccpars2_310_,1},
{yeccpars2_307_,1},
{yeccpars2_305_,1},
{yeccpars2_302_,1},
{yeccpars2_299_,1},
{yeccpars2_297_,1},
{yeccpars2_296_,1},
{yeccpars2_292_,1},
{yeccpars2_291_,1},
{yeccpars2_290_,1},
{yeccpars2_289_,1},
{yeccpars2_287_,1},
{yeccpars2_286_,1},
{yeccpars2_283_,1},
{yeccpars2_280_,1},
{yeccpars2_278_,1},
{yeccpars2_275_,1},
{yeccpars2_273_,1},
{yeccpars2_271_,1},
{yeccpars2_269_,1},
{yeccpars2_268_,1},
{yeccpars2_267_,1},
{yeccpars2_266_,1},
{yeccpars2_265_,1},
{yeccpars2_264_,1},
{yeccpars2_263_,1},
{yeccpars2_262_,1},
{yeccpars2_261_,1},
{yeccpars2_260_,1},
{yeccpars2_256_,1},
{yeccpars2_253_,1},
{yeccpars2_251_,1},
{yeccpars2_250_,1},
{yeccpars2_249_,1},
{yeccpars2_248_,1},
{yeccpars2_247_,1},
{yeccpars2_246_,1},
{yeccpars2_245_,1},
{yeccpars2_242_,1},
{yeccpars2_241_,1},
{yeccpars2_240_,1},
{yeccpars2_239_,1},
{yeccpars2_237_,1},
{yeccpars2_236_,1},
{yeccpars2_235_,1},
{yeccpars2_233_,1},
{yeccpars2_232_,1},
{yeccpars2_230_,1},
{yeccpars2_228_,1},
{yeccpars2_226_,1},
{yeccpars2_225_,1},
{yeccpars2_224_,1},
{yeccpars2_221_,1},
{yeccpars2_220_,1},
{yeccpars2_217_,1},
{yeccpars2_216_,1},
{yeccpars2_214_,1},
{yeccpars2_212_,1},
{yeccpars2_211_,1},
{yeccpars2_209_,1},
{yeccpars2_207_,1},
{yeccpars2_206_,1},
{yeccpars2_205_,1},
{yeccpars2_204_,1},
{yeccpars2_203_,1},
{yeccpars2_202_,1},
{yeccpars2_201_,1},
{yeccpars2_200_,1},
{yeccpars2_199_,1},
{yeccpars2_189_,1},
{yeccpars2_188_,1},
{yeccpars2_186_,1},
{yeccpars2_185_,1},
{yeccpars2_182_,1},
{yeccpars2_176_,1},
{yeccpars2_175_,1},
{yeccpars2_174_,1},
{yeccpars2_173_,1},
{yeccpars2_171_,1},
{yeccpars2_167_,1},
{yeccpars2_163_,1},
{yeccpars2_162_,1},
{yeccpars2_160_,1},
{yeccpars2_158_,1},
{yeccpars2_156_,1},
{yeccpars2_154_,1},
{yeccpars2_152_,1},
{yeccpars2_149_,1},
{yeccpars2_148_,1},
{yeccpars2_147_,1},
{yeccpars2_145_,1},
{yeccpars2_143_,1},
{yeccpars2_137_,1},
{yeccpars2_133_,1},
{yeccpars2_132_,1},
{yeccpars2_131_,1},
{yeccpars2_127_,1},
{yeccpars2_117_,1},
{yeccpars2_116_,1},
{yeccpars2_114_,1},
{yeccpars2_112_,1},
{yeccpars2_108_,1},
{yeccpars2_105_,1},
{yeccpars2_101_,1},
{yeccpars2_100_,1},
{yeccpars2_99_,1},
{yeccpars2_96_,1},
{yeccpars2_94_,1},
{yeccpars2_86_,1},
{yeccpars2_79_,1},
{yeccpars2_70_,1},
{yeccpars2_67_,1},
{yeccpars2_66_,1},
{yeccpars2_65_,1},
{yeccpars2_63_,1},
{yeccpars2_62_,1},
{yeccpars2_60_,1},
{yeccpars2_59_,1},
{yeccpars2_58_,1},
{yeccpars2_56_,1},
{yeccpars2_51_,1},
{yeccpars2_46_,1},
{yeccpars2_42_,1},
{yeccpars2_41_,1},
{yeccpars2_40_,1},
{yeccpars2_39_,1},
{yeccpars2_38_,1},
{yeccpars2_37_,1},
{yeccpars2_36_,1},
{yeccpars2_35_,1},
{yeccpars2_34_,1},
{yeccpars2_33_,1},
{yeccpars2_32_,1},
{yeccpars2_31_,1},
{yeccpars2_30_,1},
{yeccpars2_29_,1},
{yeccpars2_28_,1},
{yeccpars2_27_,1},
{yeccpars2_26_,1},
{yeccpars2_25_,1},
{yeccpars2_24_,1},
{yeccpars2_23_,1},
{yeccpars2_22_,1},
{yeccpars2_21_,1},
{yeccpars2_20_,1},
{yeccpars2_19_,1},
{yeccpars2_18_,1},
{yeccpars2_17_,1},
{yeccpars2_16_,1},
{yeccpars2_15_,1},
{yeccpars2_14_,1},
{yeccpars2_13_,1},
{yeccpars2_12_,1},
{yeccpars2_11_,1},
{yeccpars2_10_,1},
{yeccpars2_9_,1},
{yeccpars2_8_,1},
{yeccpars2_7_,1},
{yeccpars2_6_,1},
{yeccpars2_5_,1},
{yeccpars2_4_,1},
{yeccpars2_3_,1},
{yeccpars2_2_,1},
{yeccpars2_0_,1}]
APP erlydtl.app.src
make[2]: Leaving directory '/home/pete/kazoo/deps/erlydtl'
make[2]: Entering directory '/home/pete/kazoo/deps/exml'
make -f c_src/Makefile.erlang.mk
make[3]: Entering directory '/home/pete/kazoo/deps/exml'
cc -c -o c_src/exml_utils.o c_src/exml_utils.c -g -Wall -finline-functions -Wall -fPIC -I "/home/pete/.bin/builds/otp/18.2.1/erts-7.2.1/include" -I "/home/pete/.bin/builds/otp/18.2.1/lib/erl_interface-3.8.1/include" -fPIC
cc -c -o c_src/exml_event.o c_src/exml_event.c -g -Wall -finline-functions -Wall -fPIC -I "/home/pete/.bin/builds/otp/18.2.1/erts-7.2.1/include" -I "/home/pete/.bin/builds/otp/18.2.1/lib/erl_interface-3.8.1/include" -fPIC
cc -o priv/exml_event.so c_src/exml_utils.o c_src/exml_event.o -fPIC -lexpat -L "/home/pete/.bin/builds/otp/18.2.1/lib/erl_interface-3.8.1/lib" -lerl_interface -lei -shared
cc -c -o c_src/exml_escape.o c_src/exml_escape.c -g -Wall -finline-functions -Wall -fPIC -I "/home/pete/.bin/builds/otp/18.2.1/erts-7.2.1/include" -I "/home/pete/.bin/builds/otp/18.2.1/lib/erl_interface-3.8.1/include" -fPIC
cc -o priv/exml_escape.so c_src/exml_utils.o c_src/exml_escape.o -fPIC -L "/home/pete/.bin/builds/otp/18.2.1/lib/erl_interface-3.8.1/lib" -lerl_interface -lei -shared
make[3]: Leaving directory '/home/pete/kazoo/deps/exml'
DEPEND exml.d
ERLC exml.erl exml_event.erl exml_query.erl exml_stream.erl
APP exml.app.src
make[2]: Leaving directory '/home/pete/kazoo/deps/exml'
make[2]: Entering directory '/home/pete/kazoo/deps/escalus'
DEP base16
DEP fusco
DEP wsecli
DEP mustache
make[3]: Entering directory '/home/pete/kazoo/deps/base16'
DEPEND base16.d
ERLC base16.erl
APP base16.app.src
make[3]: Leaving directory '/home/pete/kazoo/deps/base16'
make[3]: Entering directory '/home/pete/kazoo/deps/fusco'
DEPEND fusco.d
ERLC fusco.erl fusco_binary.erl fusco_cp.erl fusco_lib.erl fusco_protocol.erl fusco_sock.erl
APP fusco.app.src
make[3]: Leaving directory '/home/pete/kazoo/deps/fusco'
make[3]: Entering directory '/home/pete/kazoo/deps/wsecli'
DEP hamcrest
/home/pete/kazoo/deps/hamcrest
rebar plugin eqc_resolver step preprocess ret {ok,[]}
make[4]: Entering directory '/home/pete/kazoo/deps/hamcrest'
DEPEND hamcrest.d
ERLC hamcrest.erl hamcrest_matchers.erl hamcrest_term.erl
APP hamcrest.app.src
make[4]: Leaving directory '/home/pete/kazoo/deps/hamcrest'
DEPEND wsecli.d
ERLC wsecli.erl wsecli_app.erl wsecli_socket.erl wsecli_socket_plain.erl wsecli_socket_ssl.erl wsecli_sup.erl
APP wsecli.app.src
make[3]: Leaving directory '/home/pete/kazoo/deps/wsecli'
make[3]: Entering directory '/home/pete/kazoo/deps/mustache'
DEPEND mustache.d
ERLC mustache.erl mustache_ctx.erl
APP mustache.app.src
make[3]: Leaving directory '/home/pete/kazoo/deps/mustache'
DEPEND escalus.d
ERLC csvkv.erl escalus.erl escalus_app.erl escalus_assert.erl escalus_auth.erl escalus_bosh.erl escalus_cleaner.erl escalus_client.erl escalus_compat.erl escalus_config.erl escalus_connection.erl escalus_ct.erl escalus_ejabberd.erl escalus_event.erl escalus_history_h.erl escalus_mongooseim.erl escalus_new_assert.erl escalus_overridables.erl escalus_pred.erl escalus_server.erl escalus_session.erl escalus_stanza.erl escalus_story.erl escalus_sup.erl escalus_tcp.erl escalus_user_db.erl escalus_users.erl escalus_utils.erl escalus_ws.erl scram.erl
src/escalus_bosh.erl:257: Warning: erlang:now/0: Deprecated BIF. See the "Time and Time Correction in Erlang" chapter of the ERTS User's Guide for more information.
src/escalus_history_h.erl:64: Warning: erlang:now/0: Deprecated BIF. See the "Time and Time Correction in Erlang" chapter of the ERTS User's Guide for more information.
src/escalus_history_h.erl:68: Warning: erlang:now/0: Deprecated BIF. See the "Time and Time Correction in Erlang" chapter of the ERTS User's Guide for more information.
src/escalus_session.erl:145: Warning: variable 'Props' is unused
src/escalus_stanza.erl:711: Warning: function start_elem/1 is unused
src/escalus_stanza.erl:714: Warning: function end_elem/1 is unused
src/escalus_stanza.erl:717: Warning: function with_elem/1 is unused
APP escalus.app.src
make[2]: Leaving directory '/home/pete/kazoo/deps/escalus'
make[2]: Entering directory '/home/pete/kazoo/deps/folsom'
DEP bear
make[3]: Entering directory '/home/pete/kazoo/deps/bear'
DEPEND bear.d
ERLC bear.erl
APP bear.app.src
make[3]: Leaving directory '/home/pete/kazoo/deps/bear'
DEPEND folsom.d
ERLC folsom.erl folsom_ets.erl folsom_ewma.erl folsom_meter_timer_server.erl folsom_metrics.erl folsom_metrics_counter.erl folsom_metrics_duration.erl folsom_metrics_gauge.erl folsom_metrics_histogram.erl folsom_metrics_histogram_ets.erl folsom_metrics_history.erl folsom_metrics_meter.erl folsom_metrics_meter_reader.erl folsom_metrics_spiral.erl folsom_sample.erl folsom_sample_exdec.erl folsom_sample_none.erl folsom_sample_slide.erl folsom_sample_slide_server.erl folsom_sample_slide_sorted.erl folsom_sample_slide_sup.erl folsom_sample_slide_uniform.erl folsom_sample_uniform.erl folsom_sup.erl folsom_utils.erl folsom_vm_metrics.erl
APP folsom.app.src
make[2]: Leaving directory '/home/pete/kazoo/deps/folsom'
make[2]: Entering directory '/home/pete/kazoo/deps/detergent'
DEPEND detergent.d
ERLC detergent.erl detergent_dime.erl detergent_server.erl
APP detergent.app.src
make[2]: Leaving directory '/home/pete/kazoo/deps/detergent'
make[2]: Entering directory '/home/pete/kazoo/deps/erlang_localtime'
DEPEND erlang_localtime.d
ERLC ibuild.erl localtime.erl localtime_dst.erl
APP erlang_localtime.app.src
make[2]: Leaving directory '/home/pete/kazoo/deps/erlang_localtime'
make[2]: Entering directory '/home/pete/kazoo/deps/nklib'
DEPEND nklib.d
ERLC nklib.erl nklib_app.erl nklib_code.erl nklib_config.erl nklib_counters.erl nklib_exec.erl nklib_gen_server.erl nklib_headers.erl nklib_json.erl nklib_log.erl nklib_parse.erl nklib_parse_tokens.erl nklib_parse_uri.erl nklib_proc.erl nklib_reglist.erl nklib_sort.erl nklib_store.erl nklib_sup.erl nklib_unparse.erl nklib_util.erl
APP nklib.app.src
make[2]: Leaving directory '/home/pete/kazoo/deps/nklib'
make[2]: Entering directory '/home/pete/kazoo/deps/nksip'
DEP nkservice
make[3]: Entering directory '/home/pete/kazoo/deps/nkservice'
DEP nkpacket
DEP nkdocker
make[4]: Entering directory '/home/pete/kazoo/deps/nkpacket'
DEP gun
make[5]: Entering directory '/home/pete/kazoo/deps/gun'
DEPEND gun.d
ERLC gun.erl gun_app.erl gun_http.erl gun_spdy.erl gun_sup.erl gun_ws.erl
src/gun.erl:486: Warning: ssl:negotiated_next_protocol/1 is deprecated and will be removed in in a future release; use ssl:negotiated_protocol/1
APP gun.app.src
make[5]: Leaving directory '/home/pete/kazoo/deps/gun'
DEPEND nkpacket.d
ERLC nkpacket.erl nkpacket_app.erl nkpacket_config_cache.erl nkpacket_connection.erl nkpacket_connection_lib.erl nkpacket_connection_ws.erl nkpacket_cowboy.erl nkpacket_cowboy_static.erl nkpacket_dns.erl nkpacket_protocol.erl nkpacket_protocol_http.erl nkpacket_stun.erl nkpacket_sup.erl nkpacket_syntax.erl nkpacket_transport.erl nkpacket_transport_http.erl nkpacket_transport_sctp.erl nkpacket_transport_tcp.erl nkpacket_transport_udp.erl nkpacket_transport_ws.erl nkpacket_util.erl
src/nkpacket_transport_udp.erl:168: Warning: the call to self/0 has no effect
src/nkpacket_transport_udp.erl:168: Warning: variable 'Self' is unused
APP nkpacket.app.src
make[4]: Leaving directory '/home/pete/kazoo/deps/nkpacket'
make[4]: Entering directory '/home/pete/kazoo/deps/nkdocker'
DEPEND nkdocker.d
ERLC nkdocker.erl nkdocker_app.erl nkdocker_opts.erl nkdocker_protocol.erl nkdocker_server.erl nkdocker_sup.erl nkdocker_tar.erl nkdocker_util.erl
src/nkdocker_protocol.erl:24: Warning: behaviour nkpacket_protocol undefined
src/nkdocker_tar.erl:26: Warning: erlang:now/0: Deprecated BIF. See the "Time and Time Correction in Erlang" chapter of the ERTS User's Guide for more information.
APP nkdocker.app.src
make[4]: Leaving directory '/home/pete/kazoo/deps/nkdocker'
DEPEND nkservice.d
ERLC nkservice.erl nkservice_app.erl nkservice_cache.erl nkservice_callbacks.erl nkservice_cluster.erl nkservice_plugin.erl nkservice_server.erl nkservice_service.erl nkservice_service_sup.erl nkservice_sup.erl nkservice_syntax.erl nkservice_transport_sup.erl nkservice_util.erl
APP nkservice.app.src
make[3]: Leaving directory '/home/pete/kazoo/deps/nkservice'
DEPEND nksip.d
ERLC nksip.erl nksip_app.erl nksip_auth.erl nksip_call.erl nksip_call_dialog.erl nksip_call_event.erl nksip_call_fork.erl nksip_call_lib.erl nksip_call_proxy.erl nksip_call_srv.erl nksip_call_uac.erl nksip_call_uac_dialog.erl nksip_call_uac_make.erl nksip_call_uac_reply.erl nksip_call_uac_resp.erl nksip_call_uac_send.erl nksip_call_uac_timer.erl nksip_call_uac_transp.erl nksip_call_uas.erl nksip_call_uas_dialog.erl nksip_call_uas_make.erl nksip_call_uas_process.erl nksip_call_uas_reply.erl nksip_call_uas_route.erl nksip_call_uas_timer.erl nksip_call_uas_transp.erl nksip_call_worker.erl nksip_callbacks.erl nksip_config_cache.erl nksip_dialog.erl nksip_dialog_lib.erl nksip_headers.erl nksip_parse.erl nksip_parse_header.erl nksip_parse_sipmsg.erl nksip_parse_via.erl nksip_protocol.erl nksip_reply.erl nksip_request.erl nksip_response.erl nksip_router.erl nksip_sdp.erl nksip_sipmsg.erl nksip_subscription.erl nksip_subscription_lib.erl nksip_sup.erl nksip_syntax.erl nksip_uac.erl nksip_unparse.erl nksip_util.erl
src/nksip_parse.erl:163: Warning: a term is constructed, but never used
src/nksip_parse.erl:224: Warning: a term is constructed, but never used
src/nksip_protocol.erl:24: Warning: behaviour nkpacket_protocol undefined
APP nksip.app.src
make[2]: Leaving directory '/home/pete/kazoo/deps/nksip'
make[2]: Entering directory '/home/pete/kazoo/deps/gproc'
DEPEND gproc.d
ERLC gproc.erl gproc_app.erl gproc_bcast.erl gproc_dist.erl gproc_info.erl gproc_init.erl gproc_lib.erl gproc_monitor.erl gproc_pool.erl gproc_ps.erl gproc_pt.erl gproc_sup.erl
src/gproc_dist.erl:23: Warning: behaviour gen_leader undefined
APP gproc.app.src
make[2]: Leaving directory '/home/pete/kazoo/deps/gproc'
make[2]: Entering directory '/home/pete/kazoo/deps/poolboy'
DEPEND poolboy.d
ERLC poolboy.erl poolboy_sup.erl poolboy_worker.erl
APP poolboy.app.src
make[2]: Leaving directory '/home/pete/kazoo/deps/poolboy'
make[2]: Entering directory '/home/pete/kazoo/deps/syslog'
make -f c_src/Makefile.erlang.mk
make[3]: Entering directory '/home/pete/kazoo/deps/syslog'
cc -c -o c_src/syslog_drv.o c_src/syslog_drv.c -finline-functions -Wall -fPIC -I "/home/pete/.bin/builds/otp/18.2.1/erts-7.2.1/include" -I "/home/pete/.bin/builds/otp/18.2.1/lib/erl_interface-3.8.1/include" -fPIC
cc -o priv/syslog_drv.so c_src/syslog_drv.o -L "/home/pete/.bin/builds/otp/18.2.1/lib/erl_interface-3.8.1/lib" -lerl_interface -lei -shared
make[3]: Leaving directory '/home/pete/kazoo/deps/syslog'
DEPEND syslog.d
ERLC syslog.erl syslog_app.erl syslog_sup.erl
APP syslog.app.src
make[2]: Leaving directory '/home/pete/kazoo/deps/syslog'
make[2]: Entering directory '/home/pete/kazoo/deps/lager_syslog'
DEPEND lager_syslog.d
ERLC lager_syslog_backend.erl
APP lager_syslog.app.src
make[2]: Leaving directory '/home/pete/kazoo/deps/lager_syslog'
make[2]: Entering directory '/home/pete/kazoo/deps/eflame'
DEPEND eflame.d
ERLC eflame.erl eflame2.erl eflame_app.erl eflame_sup.erl
APP eflame.app.src
make[2]: Leaving directory '/home/pete/kazoo/deps/eflame'
make[2]: Entering directory '/home/pete/kazoo/deps/socketio'
DEPEND socketio.d
ERLC socketio.erl socketio_data_protocol.erl socketio_handler.erl socketio_session.erl socketio_session_sup.erl socketio_sup.erl uuids.erl
src/uuids.erl:41: Warning: erlang:now/0: Deprecated BIF. See the "Time and Time Correction in Erlang" chapter of the ERTS User's Guide for more information.
APP socketio.app.src
make[2]: Leaving directory '/home/pete/kazoo/deps/socketio'
make[2]: Entering directory '/home/pete/kazoo/deps/hep'
DEPEND hep.d
ERLC hep.erl hep_util.erl hep_v1.erl hep_v2.erl hep_v3.erl
APP hep.app.src
make[2]: Leaving directory '/home/pete/kazoo/deps/hep'
make[2]: Entering directory '/home/pete/kazoo/deps/ecsv'
DEPEND ecsv.d
ERLC ecsv.erl ecsv_parser.erl ecsv_reader.erl
APP ecsv.app.src
make[2]: Leaving directory '/home/pete/kazoo/deps/ecsv'
make[1]: Leaving directory '/home/pete/kazoo/deps'
make -C core all
make[1]: Entering directory '/home/pete/kazoo/core'
make -C whistle/ all
make[2]: Entering directory '/home/pete/kazoo/core/whistle'
ERL_LIBS=/home/pete/.bin/builds/erl_libs:../../deps:../../core erlc -v +debug_info -Iinclude -Isrc -Werror +warn_export_all +warn_unused_import +warn_unused_vars -pa ebin/ -pa ../../core/whistle/ebin -pa ../../deps/lager/ebin -o ebin/ src/kazoo_transform.erl src/*.erl src/api/*.erl
make[2]: Leaving directory '/home/pete/kazoo/core/whistle'
make -C whistle_apps all
make[2]: Entering directory '/home/pete/kazoo/core/whistle_apps'
ERL_LIBS=/home/pete/.bin/builds/erl_libs:../../deps:../../core erlc -v +debug_info -Iinclude -Isrc -Werror +warn_export_all +warn_unused_import +warn_unused_vars -pa ebin/ -pa ../../core/whistle/ebin -pa ../../deps/lager/ebin -o ebin/ src/*.erl
checking priv/couchdb/views/search.json
checking priv/couchdb/views/accounts.json
checking priv/couchdb/views/reseller.json
checking priv/couchdb/views/maintenance.json
checking priv/couchdb/views/inum.json
checking priv/couchdb/views/faxes.json
make[2]: Leaving directory '/home/pete/kazoo/core/whistle_apps'
make -C whistle_amqp all
make[2]: Entering directory '/home/pete/kazoo/core/whistle_amqp'
ERL_LIBS=/home/pete/.bin/builds/erl_libs:../../deps:../../core erlc -v +debug_info -Iinclude -Isrc -Werror +warn_export_all +warn_unused_import +warn_unused_vars -pa ebin/ -pa ../../core/whistle/ebin -pa ../../deps/lager/ebin -o ebin/ src/*.erl
make[2]: Leaving directory '/home/pete/kazoo/core/whistle_amqp'
make -C braintree all
make[2]: Entering directory '/home/pete/kazoo/core/braintree'
ERL_LIBS=/home/pete/.bin/builds/erl_libs:../../deps:../../core erlc -v +debug_info -Iinclude -Isrc -Werror +warn_export_all +warn_unused_import +warn_unused_vars -pa ebin/ -pa ../../core/whistle/ebin -pa ../../deps/lager/ebin -o ebin/ src/*.erl
make[2]: Leaving directory '/home/pete/kazoo/core/braintree'
make -C whistle_couch all
make[2]: Entering directory '/home/pete/kazoo/core/whistle_couch'
ERL_LIBS=/home/pete/.bin/builds/erl_libs:../../deps:../../core erlc -v +debug_info -Iinclude -Isrc -Werror +warn_export_all +warn_unused_import +warn_unused_vars -pa ebin/ -pa ../../core/whistle/ebin -pa ../../deps/lager/ebin -o ebin/ src/wh_gen_changes.erl src/*.erl
make[2]: Leaving directory '/home/pete/kazoo/core/whistle_couch'
make -C whistle_stats all
make[2]: Entering directory '/home/pete/kazoo/core/whistle_stats'
ERL_LIBS=/home/pete/.bin/builds/erl_libs:../../deps:../../core erlc -v +debug_info -Iinclude -Isrc -Werror +warn_export_all +warn_unused_import +warn_unused_vars -pa ebin/ -pa ../../core/whistle/ebin -pa ../../deps/lager/ebin -o ebin/ src/*.erl
make[2]: Leaving directory '/home/pete/kazoo/core/whistle_stats'
make -C kazoo_bindings all
make[2]: Entering directory '/home/pete/kazoo/core/kazoo_bindings'
ERL_LIBS=/home/pete/.bin/builds/erl_libs:../../deps:../../core erlc -v +debug_info -Iinclude -Isrc -Werror +warn_export_all +warn_unused_import +warn_unused_vars -pa ebin/ -pa ../../core/whistle/ebin -pa ../../deps/lager/ebin -o ebin/ src/*.erl
make[2]: Leaving directory '/home/pete/kazoo/core/kazoo_bindings'
make -C whistle_number_manager all
make[2]: Entering directory '/home/pete/kazoo/core/whistle_number_manager'
ERL_LIBS=/home/pete/.bin/builds/erl_libs:../../deps:../../core erlc -v +debug_info -Iinclude -Isrc -Werror +warn_export_all +warn_unused_import +warn_unused_vars -pa ebin/ -pa ../../core/whistle/ebin -pa ../../deps/lager/ebin -o ebin/ src/*.erl src/*/*.erl
checking priv/couchdb/views/numbers.json
checking priv/couchdb/views/managed.json
make[2]: Leaving directory '/home/pete/kazoo/core/whistle_number_manager'
make -C whistle_config all
make[2]: Entering directory '/home/pete/kazoo/core/whistle_config'
ERL_LIBS=/home/pete/.bin/builds/erl_libs:../../deps:../../core erlc -v +debug_info -Iinclude -Isrc -Werror +warn_export_all +warn_unused_import +warn_unused_vars -pa ebin/ -pa ../../core/whistle/ebin -pa ../../deps/lager/ebin -o ebin/ src/*.erl
make[2]: Leaving directory '/home/pete/kazoo/core/whistle_config'
make -C whistle all
make[2]: Entering directory '/home/pete/kazoo/core/whistle'
make[2]: Leaving directory '/home/pete/kazoo/core/whistle'
make -C kazoo_token_buckets all
make[2]: Entering directory '/home/pete/kazoo/core/kazoo_token_buckets'
ERL_LIBS=/home/pete/.bin/builds/erl_libs:../../deps:../../core erlc -v +debug_info -Iinclude -Isrc -Werror +warn_export_all +warn_unused_import +warn_unused_vars -pa ebin/ -pa ../../core/whistle/ebin -pa ../../deps/lager/ebin -o ebin/ src/*.erl
make[2]: Leaving directory '/home/pete/kazoo/core/kazoo_token_buckets'
make -C kazoo_sip all
make[2]: Entering directory '/home/pete/kazoo/core/kazoo_sip'
ERL_LIBS=/home/pete/.bin/builds/erl_libs:../../deps:../../core erlc -v +debug_info -Iinclude -Isrc -Werror +warn_export_all +warn_unused_import +warn_unused_vars -pa ebin/ -pa ../../core/whistle/ebin -pa ../../deps/lager/ebin -o ebin/ src/*.erl
make[2]: Leaving directory '/home/pete/kazoo/core/kazoo_sip'
make -C apns all
make[2]: Entering directory '/home/pete/kazoo/core/apns'
ERL_LIBS=/home/pete/.bin/builds/erl_libs:../../deps:../../core erlc -v +debug_info -Iinclude -Isrc -Werror +warn_export_all +warn_unused_import +warn_unused_vars -pa ebin/ -pa ../../core/whistle/ebin -pa ../../deps/lager/ebin -o ebin/ src/*.erl
make[2]: Leaving directory '/home/pete/kazoo/core/apns'
make -C kazoo_xml all
make[2]: Entering directory '/home/pete/kazoo/core/kazoo_xml'
ERL_LIBS=/home/pete/.bin/builds/erl_libs:../../deps:../../core erlc -v +debug_info -Iinclude -Isrc -Werror +warn_export_all +warn_unused_import +warn_unused_vars -pa ebin/ -pa ../../core/whistle/ebin -pa ../../deps/lager/ebin -o ebin/ src/*.erl
make[2]: Leaving directory '/home/pete/kazoo/core/kazoo_xml'
make -C webseq all
make[2]: Entering directory '/home/pete/kazoo/core/webseq'
ERL_LIBS=/home/pete/.bin/builds/erl_libs:../../deps:../../core erlc -v +debug_info -Iinclude -Isrc -Werror +warn_export_all +warn_unused_import +warn_unused_vars -pa ebin/ -pa ../../core/whistle/ebin -pa ../../deps/lager/ebin -o ebin/ src/*.erl
checking priv/couchdb/views/webseq.json
make[2]: Leaving directory '/home/pete/kazoo/core/webseq'
make -C amqp_cron all
make[2]: Entering directory '/home/pete/kazoo/core/amqp_cron'
ERL_LIBS=/home/pete/.bin/builds/erl_libs:../../deps:../../core erlc -v +debug_info -Iinclude -Isrc -Werror +warn_export_all +warn_unused_import +warn_unused_vars -pa ebin/ -pa ../../core/whistle/ebin -pa ../../deps/lager/ebin -o ebin/ src/*.erl
make[2]: Leaving directory '/home/pete/kazoo/core/amqp_cron'
make -C kazoo_modb all
make[2]: Entering directory '/home/pete/kazoo/core/kazoo_modb'
ERL_LIBS=/home/pete/.bin/builds/erl_libs:../../deps:../../core erlc -v +debug_info -Iinclude -Isrc -Werror +warn_export_all +warn_unused_import +warn_unused_vars -pa ebin/ -pa ../../core/whistle/ebin -pa ../../deps/lager/ebin -o ebin/ src/*.erl
checking priv/couchdb/views/ledgers.json
checking priv/couchdb/views/clicktocall.json
checking priv/couchdb/views/recordings.json
checking priv/couchdb/views/cdrs.json
checking priv/couchdb/views/resources.json
checking priv/couchdb/views/pivot.json
checking priv/couchdb/views/notifications.json
checking priv/couchdb/views/services.json
checking priv/couchdb/views/sms.json
checking priv/couchdb/views/transactions.json
checking priv/couchdb/views/faxes.json
checking priv/couchdb/views/webhooks.json
make[2]: Leaving directory '/home/pete/kazoo/core/kazoo_modb'
make -C kazoo_caches all
make[2]: Entering directory '/home/pete/kazoo/core/kazoo_caches'
ERL_LIBS=/home/pete/.bin/builds/erl_libs:../../deps:../../core erlc -v +debug_info -Iinclude -Isrc -Werror +warn_export_all +warn_unused_import +warn_unused_vars -pa ebin/ -pa ../../core/whistle/ebin -pa ../../deps/lager/ebin -o ebin/ src/*.erl
make[2]: Leaving directory '/home/pete/kazoo/core/kazoo_caches'
make -C kazoo_etsmgr all
make[2]: Entering directory '/home/pete/kazoo/core/kazoo_etsmgr'
ERL_LIBS=/home/pete/.bin/builds/erl_libs:../../deps:../../core erlc -v +debug_info -Iinclude -Isrc -Werror +warn_export_all +warn_unused_import +warn_unused_vars -pa ebin/ -pa ../../core/whistle/ebin -pa ../../deps/lager/ebin -o ebin/ src/*.erl
make[2]: Leaving directory '/home/pete/kazoo/core/kazoo_etsmgr'
make -C kazoo_ips all
make[2]: Entering directory '/home/pete/kazoo/core/kazoo_ips'
ERL_LIBS=/home/pete/.bin/builds/erl_libs:../../deps:../../core erlc -v +debug_info -Iinclude -Isrc -Werror +warn_export_all +warn_unused_import +warn_unused_vars -pa ebin/ -pa ../../core/whistle/ebin -pa ../../deps/lager/ebin -o ebin/ src/*.erl
checking priv/couchdb/views/dedicated_ips.json
make[2]: Leaving directory '/home/pete/kazoo/core/kazoo_ips'
make -C kazoo_documents all
make[2]: Entering directory '/home/pete/kazoo/core/kazoo_documents'
ERL_LIBS=/home/pete/.bin/builds/erl_libs:../../deps:../../core erlc -v +debug_info -Iinclude -Isrc -Werror +warn_export_all +warn_unused_import +warn_unused_vars -pa ebin/ -pa ../../core/whistle/ebin -pa ../../deps/lager/ebin -o ebin/ src/*.erl
checking priv/fixtures/domains.json
make[2]: Leaving directory '/home/pete/kazoo/core/kazoo_documents'
make -C kazoo_web all
make[2]: Entering directory '/home/pete/kazoo/core/kazoo_web'
ERL_LIBS=/home/pete/.bin/builds/erl_libs:../../deps:../../core erlc -v +debug_info -Iinclude -Isrc -Werror +warn_export_all +warn_unused_import +warn_unused_vars -pa ebin/ -pa ../../core/whistle/ebin -pa ../../deps/lager/ebin -o ebin/ src/*.erl
make[2]: Leaving directory '/home/pete/kazoo/core/kazoo_web'
make -C amqp_leader all
make[2]: Entering directory '/home/pete/kazoo/core/amqp_leader'
ERL_LIBS=/home/pete/.bin/builds/erl_libs:../../deps:../../core erlc -v +debug_info -Iinclude -Isrc -Werror +warn_export_all +warn_unused_import +warn_unused_vars -pa ebin/ -pa ../../core/whistle/ebin -pa ../../deps/lager/ebin -o ebin/ src/*.erl
make[2]: Leaving directory '/home/pete/kazoo/core/amqp_leader'
make -C whistle_services all
make[2]: Entering directory '/home/pete/kazoo/core/whistle_services'
ERL_LIBS=/home/pete/.bin/builds/erl_libs:../../deps:../../core erlc -v +debug_info -Iinclude -Isrc -Werror +warn_export_all +warn_unused_import +warn_unused_vars -pa ebin/ -pa ../../core/whistle/ebin -pa ../../deps/lager/ebin -o ebin/ src/*.erl src/*/*.erl
checking priv/couchdb/views/services.json
checking priv/example_service_plan_2.json
checking priv/example_account_services.json
checking priv/example_service_plan_1.json
make[2]: Leaving directory '/home/pete/kazoo/core/whistle_services'
make -C gcm all
make[2]: Entering directory '/home/pete/kazoo/core/gcm'
ERL_LIBS=/home/pete/.bin/builds/erl_libs:../../deps:../../core erlc -v +debug_info -Iinclude -Isrc -Werror +warn_export_all +warn_unused_import +warn_unused_vars -pa ebin/ -pa ../../core/whistle/ebin -pa ../../deps/lager/ebin -o ebin/ src/*.erl
make[2]: Leaving directory '/home/pete/kazoo/core/gcm'
make -C kazoo_ledgers all
make[2]: Entering directory '/home/pete/kazoo/core/kazoo_ledgers'
ERL_LIBS=/home/pete/.bin/builds/erl_libs:../../deps:../../core erlc -v +debug_info -Iinclude -Isrc -Werror +warn_export_all +warn_unused_import +warn_unused_vars -pa ebin/ -pa ../../core/whistle/ebin -pa ../../deps/lager/ebin -o ebin/ src/*.erl
make[2]: Leaving directory '/home/pete/kazoo/core/kazoo_ledgers'
make -C whistle_media all
make[2]: Entering directory '/home/pete/kazoo/core/whistle_media'
ERL_LIBS=/home/pete/.bin/builds/erl_libs:../../deps:../../core erlc -v +debug_info -Iinclude -Isrc -Werror +warn_export_all +warn_unused_import +warn_unused_vars -pa ebin/ -pa ../../core/whistle/ebin -pa ../../deps/lager/ebin -o ebin/ src/*.erl
make[2]: Leaving directory '/home/pete/kazoo/core/whistle_media'
make -C kazoo_oauth all
make[2]: Entering directory '/home/pete/kazoo/core/kazoo_oauth'
ERL_LIBS=/home/pete/.bin/builds/erl_libs:../../deps:../../core erlc -v +debug_info -Iinclude -Isrc -Werror +warn_export_all +warn_unused_import +warn_unused_vars -pa ebin/ -pa ../../core/whistle/ebin -pa ../../deps/lager/ebin -o ebin/ src/*.erl
checking priv/couchdb/google.json
make[2]: Leaving directory '/home/pete/kazoo/core/kazoo_oauth'
make -C whistle_transactions all
make[2]: Entering directory '/home/pete/kazoo/core/whistle_transactions'
ERL_LIBS=/home/pete/.bin/builds/erl_libs:../../deps:../../core erlc -v +debug_info -Iinclude -Isrc -Werror +warn_export_all +warn_unused_import +warn_unused_vars -pa ebin/ -pa ../../core/whistle/ebin -pa ../../deps/lager/ebin -o ebin/ src/*.erl
make[2]: Leaving directory '/home/pete/kazoo/core/whistle_transactions'
make -C kazoo_translator all
make[2]: Entering directory '/home/pete/kazoo/core/kazoo_translator'
ERL_LIBS=/home/pete/.bin/builds/erl_libs:../../deps:../../core erlc -v +debug_info -Iinclude -Isrc -Werror +warn_export_all +warn_unused_import +warn_unused_vars -pa ebin/ -pa ../../core/whistle/ebin -pa ../../deps/lager/ebin -o ebin/ src/*.erl src/*/*.erl
make[2]: Leaving directory '/home/pete/kazoo/core/kazoo_translator'
make[1]: Leaving directory '/home/pete/kazoo/core'
make -C applications all
make[1]: Entering directory '/home/pete/kazoo/applications'
make -C ecallmgr all
make[2]: Entering directory '/home/pete/kazoo/applications/ecallmgr'
ERL_LIBS=/home/pete/.bin/builds/erl_libs:../../deps:../../core erlc -v +debug_info -Iinclude -Isrc -Werror +warn_export_all +warn_unused_import +warn_unused_vars -pa ebin/ -pa ../../core/whistle/ebin -pa ../../deps/lager/ebin -o ebin/ src/*.erl
make[2]: Leaving directory '/home/pete/kazoo/applications/ecallmgr'
make -C trunkstore all
make[2]: Entering directory '/home/pete/kazoo/applications/trunkstore'
ERL_LIBS=/home/pete/.bin/builds/erl_libs:../../deps:../../core erlc -v +debug_info -Iinclude -Isrc -Werror +warn_export_all +warn_unused_import +warn_unused_vars -pa ebin/ -pa ../../core/whistle/ebin -pa ../../deps/lager/ebin -o ebin/ src/*.erl
checking priv/couchdb/accounts.json
checking priv/couchdb/lookupuser.json
checking priv/couchdb/lookupuserauth.json
checking priv/couchdb/lookupdid.json
checking priv/couchdb/credit.json
checking priv/couchdb/carriers.json
checking priv/couchdb/rates.json
checking priv/couchdb/lookuprates.json
checking priv/couchdb/lookupmonitor.json
checking priv/couchdb/lookupipauth.json
checking priv/couchdb/ts_cdr.json
checking priv/couchdb/trunks.json
checking priv/couchdb/filter.json
make[2]: Leaving directory '/home/pete/kazoo/applications/trunkstore'
make -C acdc all
make[2]: Entering directory '/home/pete/kazoo/applications/acdc'
ERL_LIBS=/home/pete/.bin/builds/erl_libs:../../deps:../../core erlc -v +debug_info -Iinclude -Isrc -Werror +warn_export_all +warn_unused_import +warn_unused_vars -pa ebin/ -pa ../../core/whistle/ebin -pa ../../deps/lager/ebin -o ebin/ src/*.erl
checking priv/couchdb/views/agent_stats.json
checking priv/couchdb/views/call_stats.json
make[2]: Leaving directory '/home/pete/kazoo/applications/acdc'
make -C doodle all
make[2]: Entering directory '/home/pete/kazoo/applications/doodle'
ERL_LIBS=/home/pete/.bin/builds/erl_libs:../../deps:../../core erlc -v +debug_info -Iinclude -Isrc -Werror +warn_export_all +warn_unused_import +warn_unused_vars -pa ebin/ -pa ../../core/whistle/ebin -pa ../../deps/lager/ebin -o ebin/ src/*.erl src/*/*.erl
checking priv/couchdb/reschedule.json
checking priv/couchdb/views/jobs.json
make[2]: Leaving directory '/home/pete/kazoo/applications/doodle'
make -C fax all
make[2]: Entering directory '/home/pete/kazoo/applications/fax'
ERL_LIBS=/home/pete/.bin/builds/erl_libs:../../deps:../../core erlc -v +debug_info -Iinclude -Isrc -Werror +warn_export_all +warn_unused_import +warn_unused_vars -pa ebin/ -pa ../../core/whistle/ebin -pa ../../deps/lager/ebin -o ebin/ src/*.erl
checking priv/couchdb/views/faxbox.json
checking priv/couchdb/views/faxes.json
checking priv/cloud/printer.json
make[2]: Leaving directory '/home/pete/kazoo/applications/fax'
make -C crossbar all
make[2]: Entering directory '/home/pete/kazoo/applications/crossbar'
ERL_LIBS=/home/pete/.bin/builds/erl_libs:../../deps:../../core erlc -v +debug_info -Iinclude -Isrc -Werror +warn_export_all +warn_unused_import +warn_unused_vars -pa ebin/ -pa ../../core/whistle/ebin -pa ../../deps/lager/ebin -o ebin/ src/*.erl src/*/*.erl
checking priv/couchdb/fixtures/611.json
checking priv/couchdb/fixtures/611.device.json
checking priv/couchdb/fixtures/611.callflow.json
checking priv/couchdb/schemas/callflows.lookupcidname.json
checking priv/couchdb/schemas/vmboxes.json
checking priv/couchdb/schemas/domains.json
checking priv/couchdb/schemas/connectivity.json
checking priv/couchdb/schemas/callflows.nomorobo.json
checking priv/couchdb/schemas/ledgers.json
checking priv/couchdb/schemas/provisioner_v5.json
checking priv/couchdb/schemas/callflows.json
checking priv/couchdb/schemas/whitelabels.json
checking priv/couchdb/schemas/menus.json
checking priv/couchdb/schemas/callflows.language.json
checking priv/couchdb/schemas/notify.callback.json
checking priv/couchdb/schemas/port_requests.json
checking priv/couchdb/schemas/accounts.json
checking priv/couchdb/schemas/token_restrictions.json
checking priv/couchdb/schemas/devices.json
checking priv/couchdb/schemas/clicktocall.json
checking priv/couchdb/schemas/conferences.json
checking priv/couchdb/schemas/trunkstore.json
checking priv/couchdb/schemas/callflows.pivot.json
checking priv/couchdb/schemas/allotments.json
checking priv/couchdb/schemas/callflows.response.json
checking priv/couchdb/schemas/device_rate_limits.json
checking priv/couchdb/schemas/media.json
checking priv/couchdb/schemas/callflows.record_call.json
checking priv/couchdb/schemas/cccps.json
checking priv/couchdb/schemas/dialplans.json
checking priv/couchdb/schemas/callflows.send_dtmf.json
checking priv/couchdb/schemas/temporal_rules_sets.json
checking priv/couchdb/schemas/cdrs.json
checking priv/couchdb/schemas/acls.json
checking priv/couchdb/schemas/lists.json
checking priv/couchdb/schemas/resources.json
checking priv/couchdb/schemas/audit_logs.json
checking priv/couchdb/schemas/call_waiting.json
checking priv/couchdb/schemas/limits.json
checking priv/couchdb/schemas/service_plans.json
checking priv/couchdb/schemas/caller_id.json
checking priv/couchdb/schemas/notifications.json
checking priv/couchdb/schemas/callflows.tts.json
checking priv/couchdb/schemas/temporal_rules.json
checking priv/couchdb/schemas/phone_numbers.json
checking priv/couchdb/schemas/bookkeepers.json
checking priv/couchdb/schemas/directories.json
checking priv/couchdb/schemas/webhook_attempts.json
checking priv/couchdb/schemas/blacklists.json
checking priv/couchdb/schemas/callflows.conference.json
checking priv/couchdb/schemas/app.json
checking priv/couchdb/schemas/queue_update.json
checking priv/couchdb/schemas/access_lists.json
checking priv/couchdb/schemas/list_entries.json
checking priv/couchdb/schemas/api_auth.json
checking priv/couchdb/schemas/user_auth_recovery.json
checking priv/couchdb/schemas/faxbox.json
checking priv/couchdb/schemas/callflows.manual_presence.json
checking priv/couchdb/schemas/user_auth.json
checking priv/couchdb/schemas/rates.json
checking priv/couchdb/schemas/callflows.collect_dtmf.json
checking priv/couchdb/schemas/sms.json
checking priv/couchdb/schemas/domain_hosts.json
checking priv/couchdb/schemas/shared_auth.json
checking priv/couchdb/schemas/metaflows.json
checking priv/couchdb/schemas/faxes.json
checking priv/couchdb/schemas/webhooks.json
checking priv/couchdb/schemas/callflows.ring_group.json
checking priv/couchdb/schemas/resource_jobs.json
checking priv/couchdb/schemas/account_rate_limits.json
checking priv/couchdb/schemas/users.json
checking priv/couchdb/schemas/queues.json
checking priv/couchdb/schemas/profile.json
checking priv/couchdb/schemas/ubiquiti_auth.json
checking priv/couchdb/views/global_resources.json
checking priv/couchdb/views/port_requests.json
checking priv/couchdb/views/system_config.json
checking priv/couchdb/views/signup.json
checking priv/couchdb/views/cccps.json
checking priv/couchdb/views/resources.json
checking priv/couchdb/views/alerts.json
checking priv/couchdb/views/acdc.json
checking priv/couchdb/views/user_auth.json
checking priv/couchdb/views/rates.json
checking priv/couchdb/views/ts_accounts.json
checking priv/couchdb/views/ts_users.json
checking priv/couchdb/views/webhooks.json
checking priv/couchdb/views/token_auth.json
checking priv/couchdb/account/whitelabel.json
checking priv/couchdb/account/vmboxes.json
checking priv/couchdb/account/search.json
checking priv/couchdb/account/apps_store.json
checking priv/couchdb/account/agents.json
checking priv/couchdb/account/callflows.json
checking priv/couchdb/account/menus.json
checking priv/couchdb/account/c2c.json
checking priv/couchdb/account/devices.json
checking priv/couchdb/account/conferences.json
checking priv/couchdb/account/trunkstore.json
checking priv/couchdb/account/mobile.json
checking priv/couchdb/account/media.json
checking priv/couchdb/account/cccps.json
checking priv/couchdb/account/acdc_stats.json
checking priv/couchdb/account/temporal_rules_sets.json
checking priv/couchdb/account/cdrs.json
checking priv/couchdb/account/lists.json
checking priv/couchdb/account/contact_list.json
checking priv/couchdb/account/servers.json
checking priv/couchdb/account/resources.json
checking priv/couchdb/account/provisioner_templates.json
checking priv/couchdb/account/pivot.json
checking priv/couchdb/account/service_plans.json
checking priv/couchdb/account/notifications.json
checking priv/couchdb/account/temporal_rules.json
checking priv/couchdb/account/services.json
checking priv/couchdb/account/groups.json
checking priv/couchdb/account/directories.json
checking priv/couchdb/account/blacklists.json
checking priv/couchdb/account/access_lists.json
checking priv/couchdb/account/hotdesks.json
checking priv/couchdb/account/faxbox.json
checking priv/couchdb/account/rate_limits.json
checking priv/couchdb/account/metaflows.json
checking priv/couchdb/account/transactions.json
checking priv/couchdb/account/faxes.json
checking priv/couchdb/account/account.json
checking priv/couchdb/account/users.json
checking priv/couchdb/account/queues.json
make[2]: Leaving directory '/home/pete/kazoo/applications/crossbar'
make -C spyvsspy all
make[2]: Entering directory '/home/pete/kazoo/applications/spyvsspy'
ERL_LIBS=/home/pete/.bin/builds/erl_libs:../../deps:../../core erlc -v +debug_info -Iinclude -Isrc -Werror +warn_export_all +warn_unused_import +warn_unused_vars -pa ebin/ -pa ../../core/whistle/ebin -pa ../../deps/lager/ebin -o ebin/ src/*.erl
make[2]: Leaving directory '/home/pete/kazoo/applications/spyvsspy'
make -C registrar all
make[2]: Entering directory '/home/pete/kazoo/applications/registrar'
gcc -I/home/pete/.bin/builds/otp/18.2.1/bin/../erts-7.2.1/include -fpic -shared c_src/comp128.c -o priv/comp128.so
ERL_LIBS=/home/pete/.bin/builds/erl_libs:../../deps:../../core erlc -v +debug_info -Iinclude -Isrc -Werror +warn_export_all +warn_unused_import +warn_unused_vars -pa ebin/ -pa ../../core/whistle/ebin -pa ../../deps/lager/ebin -o ebin/ src/*.erl
checking priv/couchdb/registrations.json
checking priv/couchdb/auth.json
make[2]: Leaving directory '/home/pete/kazoo/applications/registrar'
make -C jonny5 all
make[2]: Entering directory '/home/pete/kazoo/applications/jonny5'
ERL_LIBS=/home/pete/.bin/builds/erl_libs:../../deps:../../core erlc -v +debug_info -Iinclude -Isrc -Werror +warn_export_all +warn_unused_import +warn_unused_vars -pa ebin/ -pa ../../core/whistle/ebin -pa ../../deps/lager/ebin -o ebin/ src/*.erl
checking priv/couchdb/views/allotments.json
make[2]: Leaving directory '/home/pete/kazoo/applications/jonny5'
make -C media_mgr all
make[2]: Entering directory '/home/pete/kazoo/applications/media_mgr'
ERL_LIBS=/home/pete/.bin/builds/erl_libs:../../deps:../../core erlc -v +debug_info -Iinclude -Isrc -Werror +warn_export_all +warn_unused_import +warn_unused_vars -pa ebin/ -pa ../../core/whistle/ebin -pa ../../deps/lager/ebin -o ebin/ src/*.erl
make[2]: Leaving directory '/home/pete/kazoo/applications/media_mgr'
make -C skel all
make[2]: Entering directory '/home/pete/kazoo/applications/skel'
ERL_LIBS=/home/pete/.bin/builds/erl_libs:../../deps:../../core erlc -v +debug_info -Iinclude -Isrc -Werror +warn_export_all +warn_unused_import +warn_unused_vars -pa ebin/ -pa ../../core/whistle/ebin -pa ../../deps/lager/ebin -o ebin/ src/*.erl
make[2]: Leaving directory '/home/pete/kazoo/applications/skel'
make -C conference all
make[2]: Entering directory '/home/pete/kazoo/applications/conference'
ERL_LIBS=/home/pete/.bin/builds/erl_libs:../../deps:../../core erlc -v +debug_info -Iinclude -Isrc -Werror +warn_export_all +warn_unused_import +warn_unused_vars -pa ebin/ -pa ../../core/whistle/ebin -pa ../../deps/lager/ebin -o ebin/ src/*.erl
checking priv/couchdb/views/conference.json
make[2]: Leaving directory '/home/pete/kazoo/applications/conference'
make -C sysconf all
make[2]: Entering directory '/home/pete/kazoo/applications/sysconf'
ERL_LIBS=/home/pete/.bin/builds/erl_libs:../../deps:../../core erlc -v +debug_info -Iinclude -Isrc -Werror +warn_export_all +warn_unused_import +warn_unused_vars -pa ebin/ -pa ../../core/whistle/ebin -pa ../../deps/lager/ebin -o ebin/ src/*.erl
make[2]: Leaving directory '/home/pete/kazoo/applications/sysconf'
make -C blackhole all
make[2]: Entering directory '/home/pete/kazoo/applications/blackhole'
ERL_LIBS=/home/pete/.bin/builds/erl_libs:../../deps:../../core erlc -v +debug_info -Iinclude -Isrc -Werror +warn_export_all +warn_unused_import +warn_unused_vars -pa ebin/ -pa ../../core/whistle/ebin -pa ../../deps/lager/ebin -o ebin/ src/*.erl src/*/*.erl
make[2]: Leaving directory '/home/pete/kazoo/applications/blackhole'
make -C konami all
make[2]: Entering directory '/home/pete/kazoo/applications/konami'
ERL_LIBS=/home/pete/.bin/builds/erl_libs:../../deps:../../core erlc -v +debug_info -Iinclude -Isrc -Werror +warn_export_all +warn_unused_import +warn_unused_vars -pa ebin/ -pa ../../core/whistle/ebin -pa ../../deps/lager/ebin -o ebin/ src/*.erl src/*/*.erl
make[2]: Leaving directory '/home/pete/kazoo/applications/konami'
make -C webhooks all
make[2]: Entering directory '/home/pete/kazoo/applications/webhooks'
ERL_LIBS=/home/pete/.bin/builds/erl_libs:../../deps:../../core erlc -v +debug_info -Iinclude -Isrc -Werror +warn_export_all +warn_unused_import +warn_unused_vars -pa ebin/ -pa ../../core/whistle/ebin -pa ../../deps/lager/ebin -o ebin/ src/*.erl src/*/*.erl
checking priv/couchdb/webhooks.json
make[2]: Leaving directory '/home/pete/kazoo/applications/webhooks'
make -C callflow all
make[2]: Entering directory '/home/pete/kazoo/applications/callflow'
ERL_LIBS=/home/pete/.bin/builds/erl_libs:../../deps:../../core erlc -v +debug_info -Iinclude -Isrc -Werror +warn_export_all +warn_unused_import +warn_unused_vars -pa ebin/ -pa ../../core/whistle/ebin -pa ../../deps/lager/ebin -o ebin/ src/*.erl src/*/*.erl
checking priv/couchdb/views/attributes.json
checking priv/couchdb/views/callflow.json
make[2]: Leaving directory '/home/pete/kazoo/applications/callflow'
make -C stats all
make[2]: Entering directory '/home/pete/kazoo/applications/stats'
ERL_LIBS=/home/pete/.bin/builds/erl_libs:../../deps:../../core erlc -v +debug_info -Iinclude -Isrc -Werror +warn_export_all +warn_unused_import +warn_unused_vars -pa ebin/ -pa ../../core/whistle/ebin -pa ../../deps/lager/ebin -o ebin/ src/*.erl
make[2]: Leaving directory '/home/pete/kazoo/applications/stats'
make -C camper all
make[2]: Entering directory '/home/pete/kazoo/applications/camper'
ERL_LIBS=/home/pete/.bin/builds/erl_libs:../../deps:../../core erlc -v +debug_info -Iinclude -Isrc -Werror +warn_export_all +warn_unused_import +warn_unused_vars -pa ebin/ -pa ../../core/whistle/ebin -pa ../../deps/lager/ebin -o ebin/ src/*.erl
make[2]: Leaving directory '/home/pete/kazoo/applications/camper'
make -C cdr all
make[2]: Entering directory '/home/pete/kazoo/applications/cdr'
ERL_LIBS=/home/pete/.bin/builds/erl_libs:../../deps:../../core erlc -v +debug_info -Iinclude -Isrc -Werror +warn_export_all +warn_unused_import +warn_unused_vars -pa ebin/ -pa ../../core/whistle/ebin -pa ../../deps/lager/ebin -o ebin/ src/*.erl
checking priv/couchdb/cdr.json
checking priv/couchdb/fixtures/cdr.json
checking priv/couchdb/views/cdrmigrate.json
make[2]: Leaving directory '/home/pete/kazoo/applications/cdr'
make -C call_inspector all
make[2]: Entering directory '/home/pete/kazoo/applications/call_inspector'
ERL_LIBS=/home/pete/.bin/builds/erl_libs:../../deps:../../core erlc -v +debug_info -Iinclude -Isrc -Werror +warn_export_all +warn_unused_import +warn_unused_vars -pa ebin/ -pa ../../core/whistle/ebin -pa ../../deps/lager/ebin -o ebin/ src/*.erl src/*/*.erl
make[2]: Leaving directory '/home/pete/kazoo/applications/call_inspector'
make -C pusher all
make[2]: Entering directory '/home/pete/kazoo/applications/pusher'
ERL_LIBS=/home/pete/.bin/builds/erl_libs:../../deps:../../core erlc -v +debug_info -Iinclude -Isrc -Werror +warn_export_all +warn_unused_import +warn_unused_vars -pa ebin/ -pa ../../core/whistle/ebin -pa ../../deps/lager/ebin -o ebin/ src/*.erl src/*/*.erl
make[2]: Leaving directory '/home/pete/kazoo/applications/pusher'
make -C stepswitch all
make[2]: Entering directory '/home/pete/kazoo/applications/stepswitch'
ERL_LIBS=/home/pete/.bin/builds/erl_libs:../../deps:../../core erlc -v +debug_info -Iinclude -Isrc -Werror +warn_export_all +warn_unused_import +warn_unused_vars -pa ebin/ -pa ../../core/whistle/ebin -pa ../../deps/lager/ebin -o ebin/ src/*.erl
make[2]: Leaving directory '/home/pete/kazoo/applications/stepswitch'
make -C notify all
make[2]: Entering directory '/home/pete/kazoo/applications/notify'
ERL_LIBS=/home/pete/.bin/builds/erl_libs:../../deps:../../core erlc -v +debug_info -Iinclude -Isrc -Werror +warn_export_all +warn_unused_import +warn_unused_vars -pa ebin/ -pa ../../core/whistle/ebin -pa ../../deps/lager/ebin -o ebin/ src/*.erl
checking priv/couchdb/views/notify.json
make[2]: Leaving directory '/home/pete/kazoo/applications/notify'
make -C dth all
make[2]: Entering directory '/home/pete/kazoo/applications/dth'
ERL_LIBS=/home/pete/.bin/builds/erl_libs:../../deps:../../core erlc -v +debug_info -Iinclude -Isrc -Werror +warn_export_all +warn_unused_import +warn_unused_vars -pa ebin/ -pa ../../core/whistle/ebin -pa ../../deps/lager/ebin -o ebin/ src/*.erl
make[2]: Leaving directory '/home/pete/kazoo/applications/dth'
make -C omnipresence all
make[2]: Entering directory '/home/pete/kazoo/applications/omnipresence'
ERL_LIBS=/home/pete/.bin/builds/erl_libs:../../deps:../../core erlc -v +debug_info -Iinclude -Isrc -Werror +warn_export_all +warn_unused_import +warn_unused_vars -pa ebin/ -pa ../../core/whistle/ebin -pa ../../deps/lager/ebin -o ebin/ src/*.erl
make[2]: Leaving directory '/home/pete/kazoo/applications/omnipresence'
make -C pivot all
make[2]: Entering directory '/home/pete/kazoo/applications/pivot'
ERL_LIBS=/home/pete/.bin/builds/erl_libs:../../deps:../../core erlc -v +debug_info -Iinclude -Isrc -Werror +warn_export_all +warn_unused_import +warn_unused_vars -pa ebin/ -pa ../../core/whistle/ebin -pa ../../deps/lager/ebin -o ebin/ src/*.erl
make[2]: Leaving directory '/home/pete/kazoo/applications/pivot'
make -C reorder all
make[2]: Entering directory '/home/pete/kazoo/applications/reorder'
ERL_LIBS=/home/pete/.bin/builds/erl_libs:../../deps:../../core erlc -v +debug_info -Iinclude -Isrc -Werror +warn_export_all +warn_unused_import +warn_unused_vars -pa ebin/ -pa ../../core/whistle/ebin -pa ../../deps/lager/ebin -o ebin/ src/*.erl
make[2]: Leaving directory '/home/pete/kazoo/applications/reorder'
make -C ananke all
make[2]: Entering directory '/home/pete/kazoo/applications/ananke'
ERL_LIBS=/home/pete/.bin/builds/erl_libs:../../deps:../../core erlc -v +debug_info -Iinclude -Isrc -Werror +warn_export_all +warn_unused_import +warn_unused_vars -pa ebin/ -pa ../../core/whistle/ebin -pa ../../deps/lager/ebin -o ebin/ src/*.erl
make[2]: Leaving directory '/home/pete/kazoo/applications/ananke'
make -C frontier all
make[2]: Entering directory '/home/pete/kazoo/applications/frontier'
ERL_LIBS=/home/pete/.bin/builds/erl_libs:../../deps:../../core erlc -v +debug_info -Iinclude -Isrc -Werror +warn_export_all +warn_unused_import +warn_unused_vars -pa ebin/ -pa ../../core/whistle/ebin -pa ../../deps/lager/ebin -o ebin/ src/*.erl
make[2]: Leaving directory '/home/pete/kazoo/applications/frontier'
make -C milliwatt all
make[2]: Entering directory '/home/pete/kazoo/applications/milliwatt'
ERL_LIBS=/home/pete/.bin/builds/erl_libs:../../deps:../../core erlc -v +debug_info -Iinclude -Isrc -Werror +warn_export_all +warn_unused_import +warn_unused_vars -pa ebin/ -pa ../../core/whistle/ebin -pa ../../deps/lager/ebin -o ebin/ src/*.erl
make[2]: Leaving directory '/home/pete/kazoo/applications/milliwatt'
make -C hangups all
make[2]: Entering directory '/home/pete/kazoo/applications/hangups'
ERL_LIBS=/home/pete/.bin/builds/erl_libs:../../deps:../../core erlc -v +debug_info -Iinclude -Isrc -Werror +warn_export_all +warn_unused_import +warn_unused_vars -pa ebin/ -pa ../../core/whistle/ebin -pa ../../deps/lager/ebin -o ebin/ src/*.erl
make[2]: Leaving directory '/home/pete/kazoo/applications/hangups'
make -C teletype all
make[2]: Entering directory '/home/pete/kazoo/applications/teletype'
ERL_LIBS=/home/pete/.bin/builds/erl_libs:../../deps:../../core erlc -v +debug_info -Iinclude -Isrc -Werror +warn_export_all +warn_unused_import +warn_unused_vars -pa ebin/ -pa ../../core/whistle/ebin -pa ../../deps/lager/ebin -o ebin/ src/*.erl src/*/*.erl
checking priv/preview_data/voicemail.json
checking priv/preview_data/port_request.json
checking priv/preview_data/webhook.json
checking priv/preview_data/fax.json
checking priv/preview_data/account.json
checking priv/preview_data/user.json
checking priv/couchdb/views/notifications.json
make[2]: Leaving directory '/home/pete/kazoo/applications/teletype'
make -C hotornot all
make[2]: Entering directory '/home/pete/kazoo/applications/hotornot'
ERL_LIBS=/home/pete/.bin/builds/erl_libs:../../deps:../../core erlc -v +debug_info -Iinclude -Isrc -Werror +warn_export_all +warn_unused_import +warn_unused_vars -pa ebin/ -pa ../../core/whistle/ebin -pa ../../deps/lager/ebin -o ebin/ src/*.erl
make[2]: Leaving directory '/home/pete/kazoo/applications/hotornot'
make -C cccp all
make[2]: Entering directory '/home/pete/kazoo/applications/cccp'
ERL_LIBS=/home/pete/.bin/builds/erl_libs:../../deps:../../core erlc -v +debug_info -Iinclude -Isrc -Werror +warn_export_all +warn_unused_import +warn_unused_vars -pa ebin/ -pa ../../core/whistle/ebin -pa ../../deps/lager/ebin -o ebin/ src/*.erl
make[2]: Leaving directory '/home/pete/kazoo/applications/cccp'
make[1]: Leaving directory '/home/pete/kazoo/applications'
cp rel/args rel/dev-vm.args
$ make
make -C deps/ all
make[1]: Entering directory '/home/pete/kazoo/deps'
make[2]: Entering directory '/home/pete/kazoo/deps/lager'
make[3]: Entering directory '/home/pete/kazoo/deps/goldrush'
make[3]: Leaving directory '/home/pete/kazoo/deps/goldrush'
DEPEND lager.d
make[2]: Leaving directory '/home/pete/kazoo/deps/lager'
make[2]: Entering directory '/home/pete/kazoo/deps/eiconv'
make -f c_src/Makefile.erlang.mk
make[3]: Entering directory '/home/pete/kazoo/deps/eiconv'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/pete/kazoo/deps/eiconv'
make[2]: Leaving directory '/home/pete/kazoo/deps/eiconv'
make[2]: Entering directory '/home/pete/kazoo/deps/gen_smtp'
make[2]: Leaving directory '/home/pete/kazoo/deps/gen_smtp'
make[2]: Entering directory '/home/pete/kazoo/deps/amqp_client'
make[3]: Entering directory '/home/pete/kazoo/deps/rabbit_common'
DEPEND rabbit_common.d
make[3]: Leaving directory '/home/pete/kazoo/deps/rabbit_common'
DEPEND amqp_client.d
make[2]: Leaving directory '/home/pete/kazoo/deps/amqp_client'
make[2]: Entering directory '/home/pete/kazoo/deps/cowboy'
make[3]: Entering directory '/home/pete/kazoo/deps/cowlib'
make[3]: Leaving directory '/home/pete/kazoo/deps/cowlib'
make[3]: Entering directory '/home/pete/kazoo/deps/ranch'
DEPEND ranch.d
make[3]: Leaving directory '/home/pete/kazoo/deps/ranch'
DEPEND cowboy.d
make[2]: Leaving directory '/home/pete/kazoo/deps/cowboy'
make[2]: Entering directory '/home/pete/kazoo/deps/jesse'
make[3]: Entering directory '/home/pete/kazoo/deps/jsx'
make[3]: Leaving directory '/home/pete/kazoo/deps/jsx'
make[2]: Leaving directory '/home/pete/kazoo/deps/jesse'
make[2]: Entering directory '/home/pete/kazoo/deps/jiffy'
make -f c_src/Makefile.erlang.mk
make[3]: Entering directory '/home/pete/kazoo/deps/jiffy'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/pete/kazoo/deps/jiffy'
make[2]: Leaving directory '/home/pete/kazoo/deps/jiffy'
make[2]: Entering directory '/home/pete/kazoo/deps/certifi'
make[2]: Leaving directory '/home/pete/kazoo/deps/certifi'
make[2]: Entering directory '/home/pete/kazoo/deps/couchbeam'
make[3]: Entering directory '/home/pete/kazoo/deps/hackney'
make[4]: Entering directory '/home/pete/kazoo/deps/idna'
Recompile: src/punycode
Recompile: src/idna_unicode_data
Recompile: src/idna_unicode
Recompile: src/idna_ucs
Recompile: src/idna
make[4]: Leaving directory '/home/pete/kazoo/deps/idna'
make[4]: Entering directory '/home/pete/kazoo/deps/mimerl'
make[4]: Leaving directory '/home/pete/kazoo/deps/mimerl'
make[4]: Entering directory '/home/pete/kazoo/deps/ssl_verify_hostname'
make[4]: Leaving directory '/home/pete/kazoo/deps/ssl_verify_hostname'
make[3]: Leaving directory '/home/pete/kazoo/deps/hackney'
make[2]: Leaving directory '/home/pete/kazoo/deps/couchbeam'
make[2]: Entering directory '/home/pete/kazoo/deps/wsock'
make[2]: Leaving directory '/home/pete/kazoo/deps/wsock'
make[2]: Entering directory '/home/pete/kazoo/deps/zucchini'
make[2]: Leaving directory '/home/pete/kazoo/deps/zucchini'
make[2]: Entering directory '/home/pete/kazoo/deps/erlsom'
DEPEND erlsom.d
make[2]: Leaving directory '/home/pete/kazoo/deps/erlsom'
make[2]: Entering directory '/home/pete/kazoo/deps/erlydtl'
make[2]: Leaving directory '/home/pete/kazoo/deps/erlydtl'
make[2]: Entering directory '/home/pete/kazoo/deps/exml'
make -f c_src/Makefile.erlang.mk
make[3]: Entering directory '/home/pete/kazoo/deps/exml'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/pete/kazoo/deps/exml'
make[2]: Leaving directory '/home/pete/kazoo/deps/exml'
make[2]: Entering directory '/home/pete/kazoo/deps/escalus'
make[3]: Entering directory '/home/pete/kazoo/deps/base16'
make[3]: Leaving directory '/home/pete/kazoo/deps/base16'
make[3]: Entering directory '/home/pete/kazoo/deps/fusco'
DEPEND fusco.d
make[3]: Leaving directory '/home/pete/kazoo/deps/fusco'
make[3]: Entering directory '/home/pete/kazoo/deps/wsecli'
make[4]: Entering directory '/home/pete/kazoo/deps/hamcrest'
make[4]: Leaving directory '/home/pete/kazoo/deps/hamcrest'
make[3]: Leaving directory '/home/pete/kazoo/deps/wsecli'
make[3]: Entering directory '/home/pete/kazoo/deps/mustache'
make[3]: Leaving directory '/home/pete/kazoo/deps/mustache'
DEPEND escalus.d
make[2]: Leaving directory '/home/pete/kazoo/deps/escalus'
make[2]: Entering directory '/home/pete/kazoo/deps/folsom'
make[3]: Entering directory '/home/pete/kazoo/deps/bear'
make[3]: Leaving directory '/home/pete/kazoo/deps/bear'
make[2]: Leaving directory '/home/pete/kazoo/deps/folsom'
make[2]: Entering directory '/home/pete/kazoo/deps/detergent'
make[2]: Leaving directory '/home/pete/kazoo/deps/detergent'
make[2]: Entering directory '/home/pete/kazoo/deps/erlang_localtime'
make[2]: Leaving directory '/home/pete/kazoo/deps/erlang_localtime'
make[2]: Entering directory '/home/pete/kazoo/deps/nklib'
make[2]: Leaving directory '/home/pete/kazoo/deps/nklib'
make[2]: Entering directory '/home/pete/kazoo/deps/nksip'
make[3]: Entering directory '/home/pete/kazoo/deps/nkservice'
make[4]: Entering directory '/home/pete/kazoo/deps/nkpacket'
make[5]: Entering directory '/home/pete/kazoo/deps/gun'
make[5]: Leaving directory '/home/pete/kazoo/deps/gun'
make[4]: Leaving directory '/home/pete/kazoo/deps/nkpacket'
make[4]: Entering directory '/home/pete/kazoo/deps/nkdocker'
make[4]: Leaving directory '/home/pete/kazoo/deps/nkdocker'
make[3]: Leaving directory '/home/pete/kazoo/deps/nkservice'
make[2]: Leaving directory '/home/pete/kazoo/deps/nksip'
make[2]: Entering directory '/home/pete/kazoo/deps/gproc'
make[2]: Leaving directory '/home/pete/kazoo/deps/gproc'
make[2]: Entering directory '/home/pete/kazoo/deps/poolboy'
make[2]: Leaving directory '/home/pete/kazoo/deps/poolboy'
make[2]: Entering directory '/home/pete/kazoo/deps/syslog'
make -f c_src/Makefile.erlang.mk
make[3]: Entering directory '/home/pete/kazoo/deps/syslog'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/pete/kazoo/deps/syslog'
make[2]: Leaving directory '/home/pete/kazoo/deps/syslog'
make[2]: Entering directory '/home/pete/kazoo/deps/lager_syslog'
make[2]: Leaving directory '/home/pete/kazoo/deps/lager_syslog'
make[2]: Entering directory '/home/pete/kazoo/deps/eflame'
make[2]: Leaving directory '/home/pete/kazoo/deps/eflame'
make[2]: Entering directory '/home/pete/kazoo/deps/socketio'
make[2]: Leaving directory '/home/pete/kazoo/deps/socketio'
make[2]: Entering directory '/home/pete/kazoo/deps/hep'
make[2]: Leaving directory '/home/pete/kazoo/deps/hep'
make[2]: Entering directory '/home/pete/kazoo/deps/ecsv'
make[2]: Leaving directory '/home/pete/kazoo/deps/ecsv'
make[1]: Leaving directory '/home/pete/kazoo/deps'
make -C core all
make[1]: Entering directory '/home/pete/kazoo/core'
make -C whistle/ all
make[2]: Entering directory '/home/pete/kazoo/core/whistle'
make[2]: Leaving directory '/home/pete/kazoo/core/whistle'
make -C whistle_apps all
make[2]: Entering directory '/home/pete/kazoo/core/whistle_apps'
checking priv/couchdb/views/search.json
checking priv/couchdb/views/accounts.json
checking priv/couchdb/views/reseller.json
checking priv/couchdb/views/maintenance.json
checking priv/couchdb/views/inum.json
checking priv/couchdb/views/faxes.json
make[2]: Leaving directory '/home/pete/kazoo/core/whistle_apps'
make -C whistle_amqp all
make[2]: Entering directory '/home/pete/kazoo/core/whistle_amqp'
make[2]: Leaving directory '/home/pete/kazoo/core/whistle_amqp'
make -C braintree all
make[2]: Entering directory '/home/pete/kazoo/core/braintree'
make[2]: Leaving directory '/home/pete/kazoo/core/braintree'
make -C whistle_couch all
make[2]: Entering directory '/home/pete/kazoo/core/whistle_couch'
make[2]: Leaving directory '/home/pete/kazoo/core/whistle_couch'
make -C whistle_stats all
make[2]: Entering directory '/home/pete/kazoo/core/whistle_stats'
make[2]: Leaving directory '/home/pete/kazoo/core/whistle_stats'
make -C kazoo_bindings all
make[2]: Entering directory '/home/pete/kazoo/core/kazoo_bindings'
make[2]: Leaving directory '/home/pete/kazoo/core/kazoo_bindings'
make -C whistle_number_manager all
make[2]: Entering directory '/home/pete/kazoo/core/whistle_number_manager'
checking priv/couchdb/views/numbers.json
checking priv/couchdb/views/managed.json
make[2]: Leaving directory '/home/pete/kazoo/core/whistle_number_manager'
make -C whistle_config all
make[2]: Entering directory '/home/pete/kazoo/core/whistle_config'
make[2]: Leaving directory '/home/pete/kazoo/core/whistle_config'
make -C whistle all
make[2]: Entering directory '/home/pete/kazoo/core/whistle'
make[2]: Leaving directory '/home/pete/kazoo/core/whistle'
make -C kazoo_token_buckets all
make[2]: Entering directory '/home/pete/kazoo/core/kazoo_token_buckets'
make[2]: Leaving directory '/home/pete/kazoo/core/kazoo_token_buckets'
make -C kazoo_sip all
make[2]: Entering directory '/home/pete/kazoo/core/kazoo_sip'
make[2]: Leaving directory '/home/pete/kazoo/core/kazoo_sip'
make -C apns all
make[2]: Entering directory '/home/pete/kazoo/core/apns'
make[2]: Leaving directory '/home/pete/kazoo/core/apns'
make -C kazoo_xml all
make[2]: Entering directory '/home/pete/kazoo/core/kazoo_xml'
make[2]: Leaving directory '/home/pete/kazoo/core/kazoo_xml'
make -C webseq all
make[2]: Entering directory '/home/pete/kazoo/core/webseq'
checking priv/couchdb/views/webseq.json
make[2]: Leaving directory '/home/pete/kazoo/core/webseq'
make -C amqp_cron all
make[2]: Entering directory '/home/pete/kazoo/core/amqp_cron'
make[2]: Leaving directory '/home/pete/kazoo/core/amqp_cron'
make -C kazoo_modb all
make[2]: Entering directory '/home/pete/kazoo/core/kazoo_modb'
checking priv/couchdb/views/ledgers.json
checking priv/couchdb/views/clicktocall.json
checking priv/couchdb/views/recordings.json
checking priv/couchdb/views/cdrs.json
checking priv/couchdb/views/resources.json
checking priv/couchdb/views/pivot.json
checking priv/couchdb/views/notifications.json
checking priv/couchdb/views/services.json
checking priv/couchdb/views/sms.json
checking priv/couchdb/views/transactions.json
checking priv/couchdb/views/faxes.json
checking priv/couchdb/views/webhooks.json
make[2]: Leaving directory '/home/pete/kazoo/core/kazoo_modb'
make -C kazoo_caches all
make[2]: Entering directory '/home/pete/kazoo/core/kazoo_caches'
make[2]: Leaving directory '/home/pete/kazoo/core/kazoo_caches'
make -C kazoo_etsmgr all
make[2]: Entering directory '/home/pete/kazoo/core/kazoo_etsmgr'
make[2]: Leaving directory '/home/pete/kazoo/core/kazoo_etsmgr'
make -C kazoo_ips all
make[2]: Entering directory '/home/pete/kazoo/core/kazoo_ips'
checking priv/couchdb/views/dedicated_ips.json
make[2]: Leaving directory '/home/pete/kazoo/core/kazoo_ips'
make -C kazoo_documents all
make[2]: Entering directory '/home/pete/kazoo/core/kazoo_documents'
checking priv/fixtures/domains.json
make[2]: Leaving directory '/home/pete/kazoo/core/kazoo_documents'
make -C kazoo_web all
make[2]: Entering directory '/home/pete/kazoo/core/kazoo_web'
make[2]: Leaving directory '/home/pete/kazoo/core/kazoo_web'
make -C amqp_leader all
make[2]: Entering directory '/home/pete/kazoo/core/amqp_leader'
make[2]: Leaving directory '/home/pete/kazoo/core/amqp_leader'
make -C whistle_services all
make[2]: Entering directory '/home/pete/kazoo/core/whistle_services'
checking priv/couchdb/views/services.json
checking priv/example_service_plan_2.json
checking priv/example_account_services.json
checking priv/example_service_plan_1.json
make[2]: Leaving directory '/home/pete/kazoo/core/whistle_services'
make -C gcm all
make[2]: Entering directory '/home/pete/kazoo/core/gcm'
make[2]: Leaving directory '/home/pete/kazoo/core/gcm'
make -C kazoo_ledgers all
make[2]: Entering directory '/home/pete/kazoo/core/kazoo_ledgers'
make[2]: Leaving directory '/home/pete/kazoo/core/kazoo_ledgers'
make -C whistle_media all
make[2]: Entering directory '/home/pete/kazoo/core/whistle_media'
make[2]: Leaving directory '/home/pete/kazoo/core/whistle_media'
make -C kazoo_oauth all
make[2]: Entering directory '/home/pete/kazoo/core/kazoo_oauth'
checking priv/couchdb/google.json
make[2]: Leaving directory '/home/pete/kazoo/core/kazoo_oauth'
make -C whistle_transactions all
make[2]: Entering directory '/home/pete/kazoo/core/whistle_transactions'
make[2]: Leaving directory '/home/pete/kazoo/core/whistle_transactions'
make -C kazoo_translator all
make[2]: Entering directory '/home/pete/kazoo/core/kazoo_translator'
make[2]: Leaving directory '/home/pete/kazoo/core/kazoo_translator'
make[1]: Leaving directory '/home/pete/kazoo/core'
make -C applications all
make[1]: Entering directory '/home/pete/kazoo/applications'
make -C ecallmgr all
make[2]: Entering directory '/home/pete/kazoo/applications/ecallmgr'
make[2]: Leaving directory '/home/pete/kazoo/applications/ecallmgr'
make -C trunkstore all
make[2]: Entering directory '/home/pete/kazoo/applications/trunkstore'
checking priv/couchdb/accounts.json
checking priv/couchdb/lookupuser.json
checking priv/couchdb/lookupuserauth.json
checking priv/couchdb/lookupdid.json
checking priv/couchdb/credit.json
checking priv/couchdb/carriers.json
checking priv/couchdb/rates.json
checking priv/couchdb/lookuprates.json
checking priv/couchdb/lookupmonitor.json
checking priv/couchdb/lookupipauth.json
checking priv/couchdb/ts_cdr.json
checking priv/couchdb/trunks.json
checking priv/couchdb/filter.json
make[2]: Leaving directory '/home/pete/kazoo/applications/trunkstore'
make -C acdc all
make[2]: Entering directory '/home/pete/kazoo/applications/acdc'
checking priv/couchdb/views/agent_stats.json
checking priv/couchdb/views/call_stats.json
make[2]: Leaving directory '/home/pete/kazoo/applications/acdc'
make -C doodle all
make[2]: Entering directory '/home/pete/kazoo/applications/doodle'
checking priv/couchdb/reschedule.json
checking priv/couchdb/views/jobs.json
make[2]: Leaving directory '/home/pete/kazoo/applications/doodle'
make -C fax all
make[2]: Entering directory '/home/pete/kazoo/applications/fax'
checking priv/couchdb/views/faxbox.json
checking priv/couchdb/views/faxes.json
checking priv/cloud/printer.json
make[2]: Leaving directory '/home/pete/kazoo/applications/fax'
make -C crossbar all
make[2]: Entering directory '/home/pete/kazoo/applications/crossbar'
checking priv/couchdb/fixtures/611.json
checking priv/couchdb/fixtures/611.device.json
checking priv/couchdb/fixtures/611.callflow.json
checking priv/couchdb/schemas/callflows.lookupcidname.json
checking priv/couchdb/schemas/vmboxes.json
checking priv/couchdb/schemas/domains.json
checking priv/couchdb/schemas/connectivity.json
checking priv/couchdb/schemas/callflows.nomorobo.json
checking priv/couchdb/schemas/ledgers.json
checking priv/couchdb/schemas/provisioner_v5.json
checking priv/couchdb/schemas/callflows.json
checking priv/couchdb/schemas/whitelabels.json
checking priv/couchdb/schemas/menus.json
checking priv/couchdb/schemas/callflows.language.json
checking priv/couchdb/schemas/notify.callback.json
checking priv/couchdb/schemas/port_requests.json
checking priv/couchdb/schemas/accounts.json
checking priv/couchdb/schemas/token_restrictions.json
checking priv/couchdb/schemas/devices.json
checking priv/couchdb/schemas/clicktocall.json
checking priv/couchdb/schemas/conferences.json
checking priv/couchdb/schemas/trunkstore.json
checking priv/couchdb/schemas/callflows.pivot.json
checking priv/couchdb/schemas/allotments.json
checking priv/couchdb/schemas/callflows.response.json
checking priv/couchdb/schemas/device_rate_limits.json
checking priv/couchdb/schemas/media.json
checking priv/couchdb/schemas/callflows.record_call.json
checking priv/couchdb/schemas/cccps.json
checking priv/couchdb/schemas/dialplans.json
checking priv/couchdb/schemas/callflows.send_dtmf.json
checking priv/couchdb/schemas/temporal_rules_sets.json
checking priv/couchdb/schemas/cdrs.json
checking priv/couchdb/schemas/acls.json
checking priv/couchdb/schemas/lists.json
checking priv/couchdb/schemas/resources.json
checking priv/couchdb/schemas/audit_logs.json
checking priv/couchdb/schemas/call_waiting.json
checking priv/couchdb/schemas/limits.json
checking priv/couchdb/schemas/service_plans.json
checking priv/couchdb/schemas/caller_id.json
checking priv/couchdb/schemas/notifications.json
checking priv/couchdb/schemas/callflows.tts.json
checking priv/couchdb/schemas/temporal_rules.json
checking priv/couchdb/schemas/phone_numbers.json
checking priv/couchdb/schemas/bookkeepers.json
checking priv/couchdb/schemas/directories.json
checking priv/couchdb/schemas/webhook_attempts.json
checking priv/couchdb/schemas/blacklists.json
checking priv/couchdb/schemas/callflows.conference.json
checking priv/couchdb/schemas/app.json
checking priv/couchdb/schemas/queue_update.json
checking priv/couchdb/schemas/access_lists.json
checking priv/couchdb/schemas/list_entries.json
checking priv/couchdb/schemas/api_auth.json
checking priv/couchdb/schemas/user_auth_recovery.json
checking priv/couchdb/schemas/faxbox.json
checking priv/couchdb/schemas/callflows.manual_presence.json
checking priv/couchdb/schemas/user_auth.json
checking priv/couchdb/schemas/rates.json
checking priv/couchdb/schemas/callflows.collect_dtmf.json
checking priv/couchdb/schemas/sms.json
checking priv/couchdb/schemas/domain_hosts.json
checking priv/couchdb/schemas/shared_auth.json
checking priv/couchdb/schemas/metaflows.json
checking priv/couchdb/schemas/faxes.json
checking priv/couchdb/schemas/webhooks.json
checking priv/couchdb/schemas/callflows.ring_group.json
checking priv/couchdb/schemas/resource_jobs.json
checking priv/couchdb/schemas/account_rate_limits.json
checking priv/couchdb/schemas/users.json
checking priv/couchdb/schemas/queues.json
checking priv/couchdb/schemas/profile.json
checking priv/couchdb/schemas/ubiquiti_auth.json
checking priv/couchdb/views/global_resources.json
checking priv/couchdb/views/port_requests.json
checking priv/couchdb/views/system_config.json
checking priv/couchdb/views/signup.json
checking priv/couchdb/views/cccps.json
checking priv/couchdb/views/resources.json
checking priv/couchdb/views/alerts.json
checking priv/couchdb/views/acdc.json
checking priv/couchdb/views/user_auth.json
checking priv/couchdb/views/rates.json
checking priv/couchdb/views/ts_accounts.json
checking priv/couchdb/views/ts_users.json
checking priv/couchdb/views/webhooks.json
checking priv/couchdb/views/token_auth.json
checking priv/couchdb/account/whitelabel.json
checking priv/couchdb/account/vmboxes.json
checking priv/couchdb/account/search.json
checking priv/couchdb/account/apps_store.json
checking priv/couchdb/account/agents.json
checking priv/couchdb/account/callflows.json
checking priv/couchdb/account/menus.json
checking priv/couchdb/account/c2c.json
checking priv/couchdb/account/devices.json
checking priv/couchdb/account/conferences.json
checking priv/couchdb/account/trunkstore.json
checking priv/couchdb/account/mobile.json
checking priv/couchdb/account/media.json
checking priv/couchdb/account/cccps.json
checking priv/couchdb/account/acdc_stats.json
checking priv/couchdb/account/temporal_rules_sets.json
checking priv/couchdb/account/cdrs.json
checking priv/couchdb/account/lists.json
checking priv/couchdb/account/contact_list.json
checking priv/couchdb/account/servers.json
checking priv/couchdb/account/resources.json
checking priv/couchdb/account/provisioner_templates.json
checking priv/couchdb/account/pivot.json
checking priv/couchdb/account/service_plans.json
checking priv/couchdb/account/notifications.json
checking priv/couchdb/account/temporal_rules.json
checking priv/couchdb/account/services.json
checking priv/couchdb/account/groups.json
checking priv/couchdb/account/directories.json
checking priv/couchdb/account/blacklists.json
checking priv/couchdb/account/access_lists.json
checking priv/couchdb/account/hotdesks.json
checking priv/couchdb/account/faxbox.json
checking priv/couchdb/account/rate_limits.json
checking priv/couchdb/account/metaflows.json
checking priv/couchdb/account/transactions.json
checking priv/couchdb/account/faxes.json
checking priv/couchdb/account/account.json
checking priv/couchdb/account/users.json
checking priv/couchdb/account/queues.json
make[2]: Leaving directory '/home/pete/kazoo/applications/crossbar'
make -C spyvsspy all
make[2]: Entering directory '/home/pete/kazoo/applications/spyvsspy'
make[2]: Leaving directory '/home/pete/kazoo/applications/spyvsspy'
make -C registrar all
make[2]: Entering directory '/home/pete/kazoo/applications/registrar'
checking priv/couchdb/registrations.json
checking priv/couchdb/auth.json
make[2]: Leaving directory '/home/pete/kazoo/applications/registrar'
make -C jonny5 all
make[2]: Entering directory '/home/pete/kazoo/applications/jonny5'
checking priv/couchdb/views/allotments.json
make[2]: Leaving directory '/home/pete/kazoo/applications/jonny5'
make -C media_mgr all
make[2]: Entering directory '/home/pete/kazoo/applications/media_mgr'
make[2]: Leaving directory '/home/pete/kazoo/applications/media_mgr'
make -C skel all
make[2]: Entering directory '/home/pete/kazoo/applications/skel'
make[2]: Leaving directory '/home/pete/kazoo/applications/skel'
make -C conference all
make[2]: Entering directory '/home/pete/kazoo/applications/conference'
checking priv/couchdb/views/conference.json
make[2]: Leaving directory '/home/pete/kazoo/applications/conference'
make -C sysconf all
make[2]: Entering directory '/home/pete/kazoo/applications/sysconf'
make[2]: Leaving directory '/home/pete/kazoo/applications/sysconf'
make -C blackhole all
make[2]: Entering directory '/home/pete/kazoo/applications/blackhole'
make[2]: Leaving directory '/home/pete/kazoo/applications/blackhole'
make -C konami all
make[2]: Entering directory '/home/pete/kazoo/applications/konami'
make[2]: Leaving directory '/home/pete/kazoo/applications/konami'
make -C webhooks all
make[2]: Entering directory '/home/pete/kazoo/applications/webhooks'
checking priv/couchdb/webhooks.json
make[2]: Leaving directory '/home/pete/kazoo/applications/webhooks'
make -C callflow all
make[2]: Entering directory '/home/pete/kazoo/applications/callflow'
checking priv/couchdb/views/attributes.json
checking priv/couchdb/views/callflow.json
make[2]: Leaving directory '/home/pete/kazoo/applications/callflow'
make -C stats all
make[2]: Entering directory '/home/pete/kazoo/applications/stats'
make[2]: Leaving directory '/home/pete/kazoo/applications/stats'
make -C camper all
make[2]: Entering directory '/home/pete/kazoo/applications/camper'
make[2]: Leaving directory '/home/pete/kazoo/applications/camper'
make -C cdr all
make[2]: Entering directory '/home/pete/kazoo/applications/cdr'
checking priv/couchdb/cdr.json
checking priv/couchdb/fixtures/cdr.json
checking priv/couchdb/views/cdrmigrate.json
make[2]: Leaving directory '/home/pete/kazoo/applications/cdr'
make -C call_inspector all
make[2]: Entering directory '/home/pete/kazoo/applications/call_inspector'
make[2]: Leaving directory '/home/pete/kazoo/applications/call_inspector'
make -C pusher all
make[2]: Entering directory '/home/pete/kazoo/applications/pusher'
make[2]: Leaving directory '/home/pete/kazoo/applications/pusher'
make -C stepswitch all
make[2]: Entering directory '/home/pete/kazoo/applications/stepswitch'
make[2]: Leaving directory '/home/pete/kazoo/applications/stepswitch'
make -C notify all
make[2]: Entering directory '/home/pete/kazoo/applications/notify'
checking priv/couchdb/views/notify.json
make[2]: Leaving directory '/home/pete/kazoo/applications/notify'
make -C dth all
make[2]: Entering directory '/home/pete/kazoo/applications/dth'
make[2]: Leaving directory '/home/pete/kazoo/applications/dth'
make -C omnipresence all
make[2]: Entering directory '/home/pete/kazoo/applications/omnipresence'
make[2]: Leaving directory '/home/pete/kazoo/applications/omnipresence'
make -C pivot all
make[2]: Entering directory '/home/pete/kazoo/applications/pivot'
make[2]: Leaving directory '/home/pete/kazoo/applications/pivot'
make -C reorder all
make[2]: Entering directory '/home/pete/kazoo/applications/reorder'
make[2]: Leaving directory '/home/pete/kazoo/applications/reorder'
make -C ananke all
make[2]: Entering directory '/home/pete/kazoo/applications/ananke'
make[2]: Leaving directory '/home/pete/kazoo/applications/ananke'
make -C frontier all
make[2]: Entering directory '/home/pete/kazoo/applications/frontier'
make[2]: Leaving directory '/home/pete/kazoo/applications/frontier'
make -C milliwatt all
make[2]: Entering directory '/home/pete/kazoo/applications/milliwatt'
make[2]: Leaving directory '/home/pete/kazoo/applications/milliwatt'
make -C hangups all
make[2]: Entering directory '/home/pete/kazoo/applications/hangups'
make[2]: Leaving directory '/home/pete/kazoo/applications/hangups'
make -C teletype all
make[2]: Entering directory '/home/pete/kazoo/applications/teletype'
checking priv/preview_data/voicemail.json
checking priv/preview_data/port_request.json
checking priv/preview_data/webhook.json
checking priv/preview_data/fax.json
checking priv/preview_data/account.json
checking priv/preview_data/user.json
checking priv/couchdb/views/notifications.json
make[2]: Leaving directory '/home/pete/kazoo/applications/teletype'
make -C hotornot all
make[2]: Entering directory '/home/pete/kazoo/applications/hotornot'
make[2]: Leaving directory '/home/pete/kazoo/applications/hotornot'
make -C cccp all
make[2]: Entering directory '/home/pete/kazoo/applications/cccp'
make[2]: Leaving directory '/home/pete/kazoo/applications/cccp'
make[1]: Leaving directory '/home/pete/kazoo/applications'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment