-
-
Save thumbot/b6a97e313841f5eedca15069cc28bedb to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
./rebar get-deps | |
==> getopt (get-deps) | |
==> goldrush (get-deps) | |
==> lager (get-deps) | |
==> neotoma (get-deps) | |
==> develop.4f436ba.enable_thumbs.c2a6e4d (get-deps) | |
./rebar compile | |
==> getopt (compile) | |
==> goldrush (compile) | |
==> lager (compile) | |
==> neotoma (compile) | |
==> develop.4f436ba.enable_thumbs.c2a6e4d (compile) | |
==> getopt (escriptize) | |
==> goldrush (escriptize) | |
==> lager (escriptize) | |
==> neotoma (escriptize) | |
==> develop.4f436ba.enable_thumbs.c2a6e4d (escriptize) | |
./rebar eunit skip_deps=true | |
==> develop.4f436ba.enable_thumbs.c2a6e4d (eunit) | |
Compiled test/cuttlefish_escript_integration_tests.erl | |
Compiled test/cuttlefish_lager_test_backend.erl | |
Compiled test/cuttlefish_integration_test.erl | |
Compiled test/cuttlefish_test_group_leader.erl | |
Compiled test/cuttlefish_nested_schema_test.erl | |
Compiled test/erlang_vm_schema_tests.erl | |
Compiled test/cuttlefish_escript_test.erl | |
Compiled src/cuttlefish_util.erl | |
Compiled src/cuttlefish_conf.erl | |
Compiled src/cuttlefish.erl | |
Compiled src/cuttlefish_duration_parse.erl | |
Compiled src/cuttlefish_flag.erl | |
Compiled src/cuttlefish_duration.erl | |
Compiled src/cuttlefish_rebar_plugin.erl | |
Compiled src/cuttlefish_effective.erl | |
Compiled src/cuttlefish_unit.erl | |
Compiled src/cuttlefish_vmargs.erl | |
Compiled src/cuttlefish_generator.erl | |
Compiled src/cuttlefish_validator.erl | |
Compiled src/cuttlefish_bytesize.erl | |
Compiled src/cuttlefish_datatypes.erl | |
Compiled src/lager_stderr_backend.erl | |
Compiled src/cuttlefish_advanced.erl | |
Compiled src/cuttlefish_error.erl | |
Compiled src/cuttlefish_enum.erl | |
Compiled src/cuttlefish_escript.erl | |
Compiled src/cuttlefish_mapping.erl | |
Compiled src/cuttlefish_schema.erl | |
Compiled src/cuttlefish_translation.erl | |
Compiled src/conf_parse.erl | |
Compiled src/cuttlefish_variable.erl | |
======================== EUnit ======================== | |
module 'cuttlefish_conf' | |
cuttlefish_conf: generate_element_test...ok | |
cuttlefish_conf: generate_conf_default_test...ok | |
cuttlefish_conf: generate_dollar_test...ok | |
cuttlefish_conf: generate_comments_test...ok | |
cuttlefish_conf: duplicates_test...[0.001 s] ok | |
cuttlefish_conf: duplicates_multi_test...[0.002 s] ok | |
cuttlefish_conf: files_one_nonent_test...[0.001 s] ok | |
cuttlefish_conf: files_incomplete_parse_test...[0.001 s] ok | |
cuttlefish_conf: generate_element_level_advanced_test...07:28:35.061 [info] Application lager started on node nonode@nohost | |
07:28:35.061 [warning] {level, advanced} has been deprecated. Use 'hidden' or '{hidden, true}' | |
[0.100 s] ok | |
cuttlefish_conf: generate_element_level_intermediate_test...07:28:35.102 [info] Application lager started on node nonode@nohost | |
07:28:35.102 [warning] {level, intermediate} has been deprecated. Use 'hidden' or '{hidden, true}' | |
[0.032 s] ok | |
cuttlefish_conf: generate_element_hidden_test...07:28:35.121 [info] Application lager started on node nonode@nohost | |
[0.016 s] ok | |
[done in 0.186 s] | |
module 'cuttlefish_util' | |
cuttlefish_util: replace_proplist_value_test...ok | |
cuttlefish_util: replace_proplist_value_when_undefined_test...ok | |
cuttlefish_util: levenshtein_test...ok | |
cuttlefish_util: print_error_test...[0.009 s] ok | |
cuttlefish_util: ceiling_test...ok | |
[done in 0.024 s] | |
module 'cuttlefish_duration_parse' | |
module 'lager_stderr_backend' | |
lager_stderr_backend: console_log_test_ (regular console logging)...ok | |
lager_stderr_backend: console_log_test_ (verbose console logging)...ok | |
lager_stderr_backend: console_log_test_ (custom format console logging)...ok | |
lager_stderr_backend: console_log_test_ (blacklisting a loglevel works)...[0.493 s] ok | |
lager_stderr_backend: console_log_test_ (whitelisting a loglevel works)...[0.492 s] ok | |
lager_stderr_backend: set_loglevel_test_ (Get/set loglevel test)...ok | |
lager_stderr_backend: set_loglevel_test_ (Get/set invalid loglevel test)...ok | |
[done in 1.073 s] | |
module 'cuttlefish_datatypes' | |
cuttlefish_datatypes: to_string_atom_test...ok | |
cuttlefish_datatypes: to_string_integer_test...ok | |
cuttlefish_datatypes: to_string_ip_test...ok | |
cuttlefish_datatypes: to_string_enum_test...ok | |
cuttlefish_datatypes: to_string_string_test...ok | |
cuttlefish_datatypes: to_string_duration_test...ok | |
cuttlefish_datatypes: to_string_bytesize_test...ok | |
cuttlefish_datatypes: to_string_percent_integer_test...ok | |
cuttlefish_datatypes: to_string_percent_float_test...ok | |
cuttlefish_datatypes: to_string_float_test...ok | |
cuttlefish_datatypes: to_string_extended_type_test...ok | |
cuttlefish_datatypes: to_string_unsupported_datatype_test...ok | |
cuttlefish_datatypes: from_string_atom_test...ok | |
cuttlefish_datatypes: from_string_integer_test...ok | |
cuttlefish_datatypes: from_string_ip_test...ok | |
cuttlefish_datatypes: from_string_enum_test...ok | |
cuttlefish_datatypes: from_string_duration_test...ok | |
cuttlefish_datatypes: from_string_duration_secs_test...ok | |
cuttlefish_datatypes: from_string_percent_integer_test...ok | |
cuttlefish_datatypes: from_string_percent_float_test...ok | |
cuttlefish_datatypes: from_string_float_test...ok | |
cuttlefish_datatypes: from_string_string_test...ok | |
cuttlefish_datatypes: from_string_unsupported_datatype_test...ok | |
cuttlefish_datatypes: is_supported_test...ok | |
cuttlefish_datatypes: is_extended_test...ok | |
[done in 0.075 s] | |
module 'cuttlefish_error' | |
cuttlefish_error: is_error_test...ok | |
cuttlefish_error: contains_error_test...ok | |
cuttlefish_error: filter_test...ok | |
cuttlefish_error: errorlist_maybe_test...ok | |
[done in 0.012 s] | |
module 'cuttlefish_lager_test_backend' | |
module 'cuttlefish_bytesize' | |
cuttlefish_bytesize: to_string_test...ok | |
cuttlefish_bytesize: parse_test...ok | |
[done in 0.006 s] | |
module 'cuttlefish_test_group_leader' | |
module 'cuttlefish_schema' | |
cuttlefish_schema: percent_stripper_test...ok | |
cuttlefish_schema: comment_parser_test...ok | |
cuttlefish_schema: bad_file_test...07:28:36.525 [error] Error scanning erlang near line 10 | |
07:28:36.525 [error] Error parsing schema: ../test/bad_erlang.schema | |
[0.009 s] ok | |
cuttlefish_schema: parse_invalid_erlang_test... | |
=INFO REPORT==== 6-Feb-2017::07:28:36 === | |
application: lager | |
exited: stopped | |
type: permanent | |
07:28:36.544 [error] Schema parse error near line number 4: syntax error before: '}' | |
[0.016 s] ok | |
cuttlefish_schema: parse_bad_datatype_test... | |
=INFO REPORT==== 6-Feb-2017::07:28:36 === | |
application: lager | |
exited: stopped | |
type: permanent | |
[0.009 s] ok | |
cuttlefish_schema: files_test...[0.002 s] ok | |
cuttlefish_schema: get_see_test...ok | |
cuttlefish_schema: see_test...ok | |
cuttlefish_schema: strings_filtration_test...07:28:36.573 [error] Schema parse error near line number 1: syntax error before: | |
ok | |
07:28:36.573 [error] Unknown parse return: {mapping, | |
{mapping,"a",[{datatype,unsupported_datatype}]}} | |
cuttlefish_schema: error_test...ok | |
cuttlefish_schema: merge_across_multiple_schemas_test...ok | |
[done in 0.070 s] | |
module 'cuttlefish_unit' | |
cuttlefish_unit: path_test...ok | |
cuttlefish_unit: multiple_schema_generate_templated_config_test...07:28:36.626 [error] [{app,[{c,"/c"}]},{app_a,[{setting_b,"/c/mustache/a.b"}]}] | |
[0.024 s] ok | |
[done in 0.030 s] | |
module 'cuttlefish_validator' | |
cuttlefish_validator: parse_test...ok | |
cuttlefish_validator: getter_test...ok | |
cuttlefish_validator: replace_test...ok | |
cuttlefish_validator: remove_duplicates_test...ok | |
cuttlefish_validator: parse_error_test...ok | |
cuttlefish_validator: is_validator_test...ok | |
[done in 0.018 s] | |
cuttlefish_nested_schema_test: nested_schema_test (module 'cuttlefish_nested_schema_test')...[0.001 s] ok | |
module 'cuttlefish_enum' | |
cuttlefish_enum: parse_test...ok | |
cuttlefish_enum: assuage_enum_test...ok | |
cuttlefish_enum: assuage_enum_error_test...ok | |
[done in 0.009 s] | |
module 'cuttlefish_translation' | |
cuttlefish_translation: parse_test...ok | |
cuttlefish_translation: getter_test...ok | |
cuttlefish_translation: replace_test...ok | |
cuttlefish_translation: parse_and_merge_test...ok | |
cuttlefish_translation: parse_error_test...ok | |
cuttlefish_translation: parse_empty_test...ok | |
cuttlefish_translation: parse_and_merge_empty_test...ok | |
cuttlefish_translation: is_translation_test...ok | |
[done in 0.024 s] | |
module 'cuttlefish_generator' | |
cuttlefish_generator: bad_conf_test...ok | |
cuttlefish_generator: add_defaults_test...ok | |
cuttlefish_generator: map_test...[0.070 s] ok | |
cuttlefish_generator: minimal_map_test...[0.024 s] ok | |
cuttlefish_generator: apply_mappings_test...ok | |
cuttlefish_generator: find_mapping_test...ok | |
cuttlefish_generator: multiple_hard_match_test...ok | |
cuttlefish_generator: apply_mappings_translations_dropped_correctly_test...ok | |
cuttlefish_generator: apply_mappings_translations_dropped_correctly_mixed_test...ok | |
cuttlefish_generator: apply_mappings_translations_dropped_correctly_mixed2_test...07:28:36.908 [error] You've tried to set conf.other, but there is no setting with that name. | |
ok | |
07:28:36.908 [error] Did you mean one of these? | |
07:28:36.908 [error] conf.key | |
cuttlefish_generator: transform_datatypes_not_found_test...ok | |
cuttlefish_generator: validation_test...ok | |
cuttlefish_generator: throw_unset_test...ok | |
cuttlefish_generator: bad_prefix_match_test...ok | |
cuttlefish_generator: extended_datatypes_test...[0.001 s] ok | |
cuttlefish_generator: not_found_test...ok | |
cuttlefish_generator: invalid_test...ok | |
cuttlefish_generator: value_sub_test...ok | |
cuttlefish_generator: value_sub_infinite_loop_test...ok | |
cuttlefish_generator: value_sub_not_found_test...ok | |
cuttlefish_generator: value_sub_whitespace_test...ok | |
cuttlefish_generator: value_sub_multiple_sub_test...ok | |
cuttlefish_generator: value_sub_error_in_second_sub_test...ok | |
cuttlefish_generator: value_sub_false_circle_test...ok | |
cuttlefish_generator: value_sub_paren_test...ok | |
[done in 0.170 s] | |
module 'cuttlefish_mapping' | |
cuttlefish_mapping: mapping_test...ok | |
cuttlefish_mapping: replace_test...ok | |
cuttlefish_mapping: validators_test...ok | |
cuttlefish_mapping: parse_and_merge_test...ok | |
cuttlefish_mapping: smart_merge_test...ok | |
cuttlefish_mapping: accidentally_used_strings_for_enums_test...ok | |
cuttlefish_mapping: parse_error_test...ok | |
cuttlefish_mapping: is_mapping_test...ok | |
cuttlefish_mapping: extended_types_parse_test...ok | |
cuttlefish_mapping: datatype_cannot_be_empty_list_test...ok | |
[done in 0.030 s] | |
cuttlefish_escript: zero_pad_test (module 'cuttlefish_escript')...ok | |
module 'cuttlefish_rebar_plugin' | |
module 'cuttlefish_integration_test' | |
cuttlefish_integration_test: generated_conf_file_test...07:28:37.092 [warning] {level, advanced} has been deprecated. Use 'hidden' or '{hidden, true}' | |
07:28:37.094 [warning] {level, advanced} has been deprecated. Use 'hidden' or '{hidden, true}' | |
07:28:37.094 [warning] {level, advanced} has been deprecated. Use 'hidden' or '{hidden, true}' | |
07:28:37.094 [warning] {level, advanced} has been deprecated. Use 'hidden' or '{hidden, true}' | |
07:28:37.094 [warning] {level, advanced} has been deprecated. Use 'hidden' or '{hidden, true}' | |
07:28:37.094 [warning] {level, advanced} has been deprecated. Use 'hidden' or '{hidden, true}' | |
07:28:37.094 [warning] {level, advanced} has been deprecated. Use 'hidden' or '{hidden, true}' | |
07:28:37.094 [warning] {level, advanced} has been deprecated. Use 'hidden' or '{hidden, true}' | |
07:28:37.094 [warning] {level, advanced} has been deprecated. Use 'hidden' or '{hidden, true}' | |
07:28:37.094 [warning] {level, advanced} has been deprecated. Use 'hidden' or '{hidden, true}' | |
07:28:37.094 [warning] {level, advanced} has been deprecated. Use 'hidden' or '{hidden, true}' | |
07:28:37.095 [warning] {level, advanced} has been deprecated. Use 'hidden' or '{hidden, true}' | |
07:28:37.095 [warning] {level, advanced} has been deprecated. Use 'hidden' or '{hidden, true}' | |
07:28:37.095 [warning] {level, advanced} has been deprecated. Use 'hidden' or '{hidden, true}' | |
07:28:37.095 [warning] {level, advanced} has been deprecated. Use 'hidden' or '{hidden, true}' | |
07:28:37.095 [warning] {level, advanced} has been deprecated. Use 'hidden' or '{hidden, true}' | |
07:28:37.095 [warning] {level, advanced} has been deprecated. Use 'hidden' or '{hidden, true}' | |
07:28:37.095 [warning] {level, advanced} has been deprecated. Use 'hidden' or '{hidden, true}' | |
07:28:37.095 [warning] {level, advanced} has been deprecated. Use 'hidden' or '{hidden, true}' | |
07:28:37.095 [warning] {level, advanced} has been deprecated. Use 'hidden' or '{hidden, true}' | |
07:28:37.095 [warning] {level, advanced} has been deprecated. Use 'hidden' or '{hidden, true}' | |
07:28:37.095 [warning] {level, advanced} has been deprecated. Use 'hidden' or '{hidden, true}' | |
07:28:37.095 [warning] {level, advanced} has been deprecated. Use 'hidden' or '{hidden, true}' | |
07:28:37.095 [warning] {level, advanced} has been deprecated. Use 'hidden' or '{hidden, true}' | |
07:28:37.095 [warning] {level, advanced} has been deprecated. Use 'hidden' or '{hidden, true}' | |
07:28:37.095 [warning] {level, advanced} has been deprecated. Use 'hidden' or '{hidden, true}' | |
07:28:37.095 [warning] {level, advanced} has been deprecated. Use 'hidden' or '{hidden, true}' | |
07:28:37.095 [warning] {level, advanced} has been deprecated. Use 'hidden' or '{hidden, true}' | |
07:28:37.095 [warning] {level, advanced} has been deprecated. Use 'hidden' or '{hidden, true}' | |
07:28:37.095 [warning] {level, advanced} has been deprecated. Use 'hidden' or '{hidden, true}' | |
07:28:37.095 [warning] {level, advanced} has been deprecated. Use 'hidden' or '{hidden, true}' | |
07:28:37.096 [warning] {level, advanced} has been deprecated. Use 'hidden' or '{hidden, true}' | |
07:28:37.096 [warning] {level, advanced} has been deprecated. Use 'hidden' or '{hidden, true}' | |
07:28:37.096 [warning] {level, advanced} has been deprecated. Use 'hidden' or '{hidden, true}' | |
07:28:37.096 [warning] {level, advanced} has been deprecated. Use 'hidden' or '{hidden, true}' | |
07:28:37.096 [warning] {level, advanced} has been deprecated. Use 'hidden' or '{hidden, true}' | |
07:28:37.096 [warning] {level, advanced} has been deprecated. Use 'hidden' or '{hidden, true}' | |
07:28:37.096 [warning] {level, advanced} has been deprecated. Use 'hidden' or '{hidden, true}' | |
07:28:37.096 [warning] {level, advanced} has been deprecated. Use 'hidden' or '{hidden, true}' | |
07:28:37.096 [warning] {level, advanced} has been deprecated. Use 'hidden' or '{hidden, true}' | |
07:28:37.096 [warning] {level, advanced} has been deprecated. Use 'hidden' or '{hidden, true}' | |
[0.464 s] ok | |
cuttlefish_integration_test: generated_config_file_test...[0.061 s] ok | |
cuttlefish_integration_test: breaks_on_fuzzy_and_strict_match_test...07:28:37.625 [error] Both fuzzy and strict match! should not happen | |
[0.027 s] ok | |
cuttlefish_integration_test: breaks_on_rhs_not_found_test...[0.025 s] ok | |
cuttlefish_integration_test: breaks_on_rhs_infinite_loop_test...[0.026 s] ok | |
cuttlefish_integration_test: breaks_on_bad_enum_test...[0.053 s] ok | |
cuttlefish_integration_test: breaks_on_bad_validation_test...07:28:37.794 [error] ring_size invalid, not a power of 2 greater than 1 | |
[0.053 s] ok | |
cuttlefish_integration_test: all_the_marbles_test...[0.065 s] ok | |
cuttlefish_integration_test: multibackend_test...07:28:38.239 [info] BitcaskProps: [{io_mode,erlang},{expiry_grace_time,0},{require_hint_crc,true},{expiry_secs,-1},{max_fold_puts,0},{max_fold_age,-1},{small_file_threshold,10485760},{dead_bytes_threshold,134217728},{frag_threshold,40},{dead_bytes_merge_trigger,536870912},{frag_merge_trigger,60},{max_file_size,2147483648},{open_timeout,4},{data_root,"/path/to/dat/cask"},{sync_strategy,none},{merge_window,always}] | |
[0.374 s] ok | |
cuttlefish_integration_test: unset_translation_test...07:28:38.243 [info] [{erlang,[{key,8}]}] | |
[0.001 s] ok | |
cuttlefish_integration_test: not_found_error_test...ok | |
cuttlefish_integration_test: duration_test...[0.002 s] ok | |
[done in 1.188 s] | |
module 'cuttlefish_effective' | |
cuttlefish_effective: probably_the_most_important_test...ok | |
cuttlefish_effective: process_advanced_test...ok | |
cuttlefish_effective: build_with_sub_test...ok | |
cuttlefish_effective: proplist_to_kvcpath_test...ok | |
cuttlefish_effective: proplists_to_kvcpath_riak_core_test...ok | |
[done in 0.015 s] | |
module 'cuttlefish_escript_test' | |
cuttlefish_escript_test: describe_test_ (`cuttlefish describe` prints documentation)...[0.037 s] ok | |
cuttlefish_escript_test: describe_test_ (`cuttlefish describe` prints datatype's valid values)...[0.040 s] ok | |
cuttlefish_escript_test: describe_test_ (`cuttlefish describe` prints default)...[0.037 s] ok | |
cuttlefish_escript_test: describe_test_ (`cuttlefish describe` prints configured value)...[0.039 s] ok | |
cuttlefish_escript_test: describe_test_ (`cuttlefish describe` prints erlang application key)...[0.037 s] ok | |
cuttlefish_escript_test: describe_test_ (`cuttlefish describe` prints message when no default exists)...[0.038 s] ok | |
cuttlefish_escript_test: describe_test_ (`cuttlefish describe` prints message when value not configured)...[0.038 s] ok | |
[done in 0.287 s] | |
module 'cuttlefish_duration' | |
cuttlefish_duration: milliseconds_test...ok | |
cuttlefish_duration: seconds_test...ok | |
cuttlefish_duration: parse_test...[0.008 s] ok | |
cuttlefish_duration: parse_2_test...ok | |
cuttlefish_duration: to_string_test...ok | |
cuttlefish_duration: parse_error_test...ok | |
[done in 0.026 s] | |
cuttlefish: otp_test (module 'cuttlefish')...ok | |
module 'cuttlefish_variable' | |
cuttlefish_variable: tokenize_variable_key_test...ok | |
cuttlefish_variable: split_variable_on_match_test...ok | |
cuttlefish_variable: variable_match_replace_test...ok | |
cuttlefish_variable: fuzzy_variable_match_test...ok | |
cuttlefish_variable: matches_for_variable_def_test...ok | |
cuttlefish_variable: filter_by_variable_starts_with_test...ok | |
cuttlefish_variable:258: variable_roundtrip_test_.......................................................................................................(x10)....................................................................................................(x100)...........................................................(x1)... | |
Time limit reached: 3.0 seconds. | |
OK, passed 7003 tests | |
[4.588 s] ok | |
[done in 4.609 s] | |
cuttlefish_vmargs: stringify_test (module 'cuttlefish_vmargs')...ok | |
module 'cuttlefish_flag' | |
cuttlefish_flag: parse_test...ok | |
cuttlefish_flag: to_string_test...ok | |
[done in 0.006 s] | |
cuttlefish_advanced: overlay_test (module 'cuttlefish_advanced')...ok | |
module 'conf_parse' | |
conf_parse: file_test...[0.008 s] ok | |
conf_parse: utf8_test...[0.001 s] ok | |
[done in 0.015 s] | |
module 'cuttlefish_escript_integration_tests' | |
cuttlefish_escript_integration_tests: escript_utf8_test... | |
=INFO REPORT==== 6-Feb-2017::07:28:43 === | |
application: lager | |
exited: stopped | |
type: permanent | |
07:28:43.419 [error] ../test_fixtures/escript_utf8_test/etc/utf8.conf: Error converting value on line #1 to latin1 | |
[0.013 s] ok | |
cuttlefish_escript_integration_tests: advanced_config_format_test... | |
=INFO REPORT==== 6-Feb-2017::07:28:43 === | |
application: lager | |
exited: stopped | |
type: permanent | |
07:28:43.435 [error] Error parsing ../test_fixtures/acformat/etc/advanced.config, incorrect format: [[a],[b]] | |
[0.012 s] ok | |
cuttlefish_escript_integration_tests:71: escript_prune...ok | |
cuttlefish_escript_integration_tests:72: escript_prune...ok | |
cuttlefish_escript_integration_tests:87: compare_lists...ok | |
cuttlefish_escript_integration_tests:87: compare_lists...ok | |
cuttlefish_escript_integration_tests:71: escript_prune...ok | |
cuttlefish_escript_integration_tests:72: escript_prune...ok | |
cuttlefish_escript_integration_tests:87: compare_lists...ok | |
cuttlefish_escript_integration_tests:87: compare_lists...ok | |
cuttlefish_escript_integration_tests:71: escript_prune...ok | |
cuttlefish_escript_integration_tests:72: escript_prune...ok | |
cuttlefish_escript_integration_tests:87: compare_lists...ok | |
cuttlefish_escript_integration_tests:87: compare_lists...ok | |
cuttlefish_escript_integration_tests:71: escript_prune...ok | |
cuttlefish_escript_integration_tests:72: escript_prune...ok | |
cuttlefish_escript_integration_tests:87: compare_lists...ok | |
cuttlefish_escript_integration_tests:87: compare_lists...ok | |
cuttlefish_escript_integration_tests:71: escript_prune...ok | |
cuttlefish_escript_integration_tests:72: escript_prune...ok | |
cuttlefish_escript_integration_tests:87: compare_lists...ok | |
cuttlefish_escript_integration_tests:87: compare_lists...ok | |
cuttlefish_escript_integration_tests:71: escript_prune...ok | |
cuttlefish_escript_integration_tests:72: escript_prune...ok | |
cuttlefish_escript_integration_tests:87: compare_lists...ok | |
cuttlefish_escript_integration_tests:87: compare_lists...ok | |
cuttlefish_escript_integration_tests:71: escript_prune...ok | |
cuttlefish_escript_integration_tests:72: escript_prune...ok | |
cuttlefish_escript_integration_tests:87: compare_lists...ok | |
cuttlefish_escript_integration_tests:87: compare_lists...ok | |
cuttlefish_escript_integration_tests:71: escript_prune...ok | |
cuttlefish_escript_integration_tests:72: escript_prune...ok | |
cuttlefish_escript_integration_tests:87: compare_lists...ok | |
cuttlefish_escript_integration_tests:87: compare_lists...ok | |
cuttlefish_escript_integration_tests:71: escript_prune...ok | |
cuttlefish_escript_integration_tests:72: escript_prune...ok | |
cuttlefish_escript_integration_tests:87: compare_lists...ok | |
cuttlefish_escript_integration_tests:87: compare_lists...ok | |
cuttlefish_escript_integration_tests:71: escript_prune...ok | |
cuttlefish_escript_integration_tests:72: escript_prune...ok | |
cuttlefish_escript_integration_tests:87: compare_lists...ok | |
cuttlefish_escript_integration_tests:87: compare_lists...ok | |
cuttlefish_escript_integration_tests:71: escript_prune...ok | |
cuttlefish_escript_integration_tests:72: escript_prune...ok | |
cuttlefish_escript_integration_tests:87: compare_lists...ok | |
cuttlefish_escript_integration_tests:87: compare_lists...ok | |
cuttlefish_escript_integration_tests:71: escript_prune...ok | |
cuttlefish_escript_integration_tests:72: escript_prune...ok | |
cuttlefish_escript_integration_tests:87: compare_lists...ok | |
cuttlefish_escript_integration_tests:87: compare_lists...ok | |
cuttlefish_escript_integration_tests:71: escript_prune...ok | |
cuttlefish_escript_integration_tests:72: escript_prune...ok | |
cuttlefish_escript_integration_tests:87: compare_lists...ok | |
cuttlefish_escript_integration_tests:87: compare_lists...ok | |
cuttlefish_escript_integration_tests:71: escript_prune...ok | |
cuttlefish_escript_integration_tests:72: escript_prune...ok | |
cuttlefish_escript_integration_tests:87: compare_lists...ok | |
cuttlefish_escript_integration_tests:87: compare_lists...ok | |
cuttlefish_escript_integration_tests:71: escript_prune...ok | |
cuttlefish_escript_integration_tests:72: escript_prune...ok | |
cuttlefish_escript_integration_tests:87: compare_lists...ok | |
cuttlefish_escript_integration_tests:87: compare_lists...ok | |
cuttlefish_escript_integration_tests:71: escript_prune...ok | |
cuttlefish_escript_integration_tests:72: escript_prune...ok | |
cuttlefish_escript_integration_tests:87: compare_lists...ok | |
cuttlefish_escript_integration_tests:87: compare_lists...ok | |
cuttlefish_escript_integration_tests:71: escript_prune...ok | |
cuttlefish_escript_integration_tests:72: escript_prune...ok | |
cuttlefish_escript_integration_tests:87: compare_lists...ok | |
cuttlefish_escript_integration_tests:87: compare_lists...ok | |
cuttlefish_escript_integration_tests:71: escript_prune...ok | |
cuttlefish_escript_integration_tests:72: escript_prune...ok | |
cuttlefish_escript_integration_tests:87: compare_lists...ok | |
cuttlefish_escript_integration_tests:87: compare_lists...ok | |
cuttlefish_escript_integration_tests:71: escript_prune...ok | |
cuttlefish_escript_integration_tests:72: escript_prune...ok | |
cuttlefish_escript_integration_tests:87: compare_lists...ok | |
cuttlefish_escript_integration_tests:87: compare_lists...ok | |
cuttlefish_escript_integration_tests:71: escript_prune...ok | |
cuttlefish_escript_integration_tests:72: escript_prune...ok | |
cuttlefish_escript_integration_tests:87: compare_lists...ok | |
cuttlefish_escript_integration_tests:87: compare_lists...ok | |
cuttlefish_escript_integration_tests:71: escript_prune...ok | |
cuttlefish_escript_integration_tests:72: escript_prune...ok | |
cuttlefish_escript_integration_tests:87: compare_lists...ok | |
cuttlefish_escript_integration_tests:87: compare_lists...ok | |
cuttlefish_escript_integration_tests:71: escript_prune...ok | |
cuttlefish_escript_integration_tests:72: escript_prune...ok | |
cuttlefish_escript_integration_tests:87: compare_lists...ok | |
cuttlefish_escript_integration_tests:87: compare_lists...ok | |
cuttlefish_escript_integration_tests:71: escript_prune...ok | |
cuttlefish_escript_integration_tests:72: escript_prune...ok | |
cuttlefish_escript_integration_tests:87: compare_lists...ok | |
cuttlefish_escript_integration_tests:87: compare_lists...ok | |
cuttlefish_escript_integration_tests:71: escript_prune...ok | |
cuttlefish_escript_integration_tests:72: escript_prune...ok | |
cuttlefish_escript_integration_tests:87: compare_lists...ok | |
cuttlefish_escript_integration_tests:87: compare_lists...ok | |
cuttlefish_escript_integration_tests:71: escript_prune...ok | |
cuttlefish_escript_integration_tests:72: escript_prune...ok | |
cuttlefish_escript_integration_tests:87: compare_lists...ok | |
cuttlefish_escript_integration_tests:87: compare_lists...ok | |
cuttlefish_escript_integration_tests:71: escript_prune...ok | |
cuttlefish_escript_integration_tests:72: escript_prune...ok | |
cuttlefish_escript_integration_tests:87: compare_lists...ok | |
cuttlefish_escript_integration_tests:87: compare_lists...ok | |
cuttlefish_escript_integration_tests:71: escript_prune...ok | |
cuttlefish_escript_integration_tests:72: escript_prune...ok | |
cuttlefish_escript_integration_tests:87: compare_lists...ok | |
cuttlefish_escript_integration_tests:87: compare_lists...ok | |
cuttlefish_escript_integration_tests:71: escript_prune...ok | |
cuttlefish_escript_integration_tests:72: escript_prune...ok | |
cuttlefish_escript_integration_tests:87: compare_lists...ok | |
cuttlefish_escript_integration_tests:87: compare_lists...ok | |
cuttlefish_escript_integration_tests:71: escript_prune...ok | |
cuttlefish_escript_integration_tests:72: escript_prune...ok | |
cuttlefish_escript_integration_tests:87: compare_lists...ok | |
cuttlefish_escript_integration_tests:87: compare_lists...ok | |
cuttlefish_escript_integration_tests:71: escript_prune...ok | |
cuttlefish_escript_integration_tests:72: escript_prune...ok | |
cuttlefish_escript_integration_tests:87: compare_lists...ok | |
cuttlefish_escript_integration_tests:87: compare_lists...ok | |
[done in 33.488 s] | |
module 'erlang_vm_schema_tests' | |
erlang_vm_schema_tests: basic_schema_test...[0.036 s] ok | |
erlang_vm_schema_tests: override_schema_test...[0.036 s] ok | |
erlang_vm_schema_tests: erlang_scheduler_test...[0.136 s] ok | |
erlang_vm_schema_tests: async_threads_stack_size_test...07:29:17.214 [error] erlang.async_threads.stack_size invalid, must be in the range of 128KB to 64MB | |
07:29:17.248 [error] erlang.async_threads.stack_size invalid, must be in the range of 128KB to 64MB | |
07:29:17.282 [error] erlang.async_threads.stack_size invalid, must be divisible by 8 | |
07:29:17.283 [error] erlang.async_threads.stack_size invalid, must be in the range of 128KB to 64MB | |
[0.171 s] ok | |
erlang_vm_schema_tests: inet_dist_use_interface_test...07:29:17.422 [error] erlang.distribution.interface invalid, must be a valid IPv4 or IPv6 address | |
07:29:17.457 [error] erlang.distribution.interface invalid, must be a valid IPv4 or IPv6 address | |
07:29:17.491 [error] erlang.distribution.interface invalid, must be a valid IPv4 or IPv6 address | |
07:29:17.524 [error] erlang.distribution.interface invalid, must be a valid IPv4 or IPv6 address | |
[0.238 s] ok | |
[done in 0.632 s] | |
======================================================= | |
All 292 tests passed. | |
Cover analysis: /tmp/thumbs/develop.4f436ba.enable_thumbs.c2a6e4d/.eunit/index.html | |
=INFO REPORT==== 6-Feb-2017::07:29:19 === | |
application: lager | |
exited: stopped | |
type: permanent | |
=INFO REPORT==== 6-Feb-2017::07:29:19 === | |
application: goldrush | |
exited: killed | |
type: permanent |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment