[ https://issues.apache.org/jira/browse/KUDU-2223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16261314#comment-16261314 ]
Nacho García Fernández edited comment on KUDU-2223 at 11/21/17 7:11 PM: ------------------------------------------------------------------------ Example of surefire logs: {code:java} 19:58:04.892 [INFO - Time-limited test] (MiniKuduCluster.java:145) Starting process: [/Users/0xNacho/dev/github/kudu/build/latest/bin/kudu, test, mini_cluster, --serialization=pb] 19:58:05.054 [DEBUG - Time-limited test] (MiniKuduCluster.java:113) Request: create_cluster { num_masters: 3 num_tservers: 0 enable_kerberos: false } 19:58:05.063 [DEBUG - Time-limited test] (MiniKuduCluster.java:123) Response: 19:58:05.063 [DEBUG - Time-limited test] (MiniKuduCluster.java:113) Request: start_cluster { } 19:58:05.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) I1121 19:58:05.079746 3212440512 external_mini_cluster.cc:771] Running /Users/0xNacho/dev/github/kudu/build/latest/bin/kudu-master 19:58:05.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) /Users/0xNacho/dev/github/kudu/build/latest/bin/kudu-master 19:58:05.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --fs_wal_dir=/tmp/kudutest-214522293/minicluster-data/master-0/wal 19:58:05.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --fs_data_dirs=/tmp/kudutest-214522293/minicluster-data/master-0/data 19:58:05.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --block_manager=file 19:58:05.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --webserver_interface=localhost 19:58:05.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --ipki_ca_key_size=1024 19:58:05.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --tsk_num_rsa_bits=512 19:58:05.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --rpc_bind_addresses=127.0.0.1:11030 19:58:05.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --webserver_interface=127.0.0.1 19:58:05.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --webserver_port=0 19:58:05.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --never_fsync 19:58:05.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --ipki_server_key_size=1024 19:58:05.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --enable_minidumps=false 19:58:05.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --redact=none 19:58:05.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --metrics_log_interval_ms=1000 19:58:05.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --logtostderr 19:58:05.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --logbuflevel=-1 19:58:05.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --log_dir=/tmp/kudutest-214522293/minicluster-data/master-0/logs 19:58:05.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --server_dump_info_path=/tmp/kudutest-214522293/minicluster-data/master-0/data/info.pb 19:58:05.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --server_dump_info_format=pb 19:58:05.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --rpc_server_allow_ephemeral_ports 19:58:05.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --unlock_experimental_flags 19:58:05.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --unlock_unsafe_flags 19:58:05.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --master_addresses=127.0.0.1:11030,127.0.0.1:11031,127.0.0.1:11032 with env {} 19:58:05.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) WARNING: Logging before InitGoogleLogging() is written to STDERR 19:58:05.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) W1121 19:58:05.095039 3212440512 flags.cc:391] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true 19:58:05.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) W1121 19:58:05.095845 3212440512 flags.cc:391] Enabled unsafe flag: --never_fsync=true 19:58:05.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) W1121 19:58:05.096652 3212440512 flags.cc:391] Enabled experimental flag: --ipki_ca_key_size=1024 19:58:05.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) W1121 19:58:05.096664 3212440512 flags.cc:391] Enabled experimental flag: --ipki_server_key_size=1024 19:58:05.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) W1121 19:58:05.096679 3212440512 flags.cc:391] Enabled experimental flag: --tsk_num_rsa_bits=512 19:58:05.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) I1121 19:58:05.097530 3212440512 master_main.cc:66] Master server non-default flags: 19:58:05.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --fs_data_dirs=/tmp/kudutest-214522293/minicluster-data/master-0/data 19:58:05.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --fs_wal_dir=/tmp/kudutest-214522293/minicluster-data/master-0/wal 19:58:05.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --ipki_ca_key_size=1024 19:58:05.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --master_addresses=127.0.0.1:11030,127.0.0.1:11031,127.0.0.1:11032 19:58:05.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --ipki_server_key_size=1024 19:58:05.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --tsk_num_rsa_bits=512 19:58:05.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --rpc_bind_addresses=127.0.0.1:11030 19:58:05.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --rpc_server_allow_ephemeral_ports=true 19:58:05.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --metrics_log_interval_ms=1000 19:58:05.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --server_dump_info_format=pb 19:58:05.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --server_dump_info_path=/tmp/kudutest-214522293/minicluster-data/master-0/data/info.pb 19:58:05.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --webserver_interface=127.0.0.1 19:58:05.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --webserver_port=0 19:58:05.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --never_fsync=true 19:58:05.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --heap_profile_path=/tmp/kudu-master.93764 19:58:05.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --redact=none 19:58:05.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --unlock_experimental_flags=true 19:58:05.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --unlock_unsafe_flags=true 19:58:05.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --log_dir=/tmp/kudutest-214522293/minicluster-data/master-0/logs 19:58:05.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --logbuflevel=-1 19:58:05.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --logtostderr=true 19:58:05.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) Master server version: 19:58:05.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) kudu 1.6.0-SNAPSHOT 19:58:05.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) revision a4642a41e5db7a7a887b39c1cb661a6de1dca47e-dirty 19:58:05.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) build type RELEASE 19:58:05.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) built by 0xNacho at 21 Nov 2017 10:29:13 CET on AMAC02V924ZG8WL 19:58:05.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) I1121 19:58:05.103987 3212440512 master_main.cc:73] Initializing master server... 19:58:05.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) W1121 19:58:05.104113 3212440512 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters. 19:58:05.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) I1121 19:58:05.104305 3212440512 server_base.cc:229] Could not load existing FS layout: Not found: /private/tmp/kudutest-214522293/minicluster-data/master-0/data/instance: No such file or directory (error 2) 19:58:05.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) I1121 19:58:05.104315 3212440512 server_base.cc:230] Creating new FS layout 19:58:05.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) I1121 19:58:05.109298 3212440512 fs_manager.cc:565] Generated new instance metadata in path /private/tmp/kudutest-214522293/minicluster-data/master-0/data/instance: 19:58:05.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) uuid: "b109f7bed7c44638b7514fc811380729" 19:58:05.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) format_stamp: "Formatted at 2017-11-21 18:58:05 on AMAC02V924ZG8WL" 19:58:05.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) I1121 19:58:05.109688 3212440512 fs_manager.cc:565] Generated new instance metadata in path /private/tmp/kudutest-214522293/minicluster-data/master-0/wal/instance: 19:58:05.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) uuid: "b109f7bed7c44638b7514fc811380729" 19:58:05.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) format_stamp: "Formatted at 2017-11-21 18:58:05 on AMAC02V924ZG8WL" 19:58:05.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) I1121 19:58:05.114830 3212440512 fs_manager.cc:469] Time spent creating directory manager: real 0.005s user 0.000s sys 0.004s 19:58:05.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) I1121 19:58:05.115036 3212440512 env_posix.cc:1591] Raising process file limit from 7168 to 10000 19:58:05.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) I1121 19:58:05.115070 3212440512 file_cache.cc:470] Constructed file cache fbm with capacity 4000 19:58:05.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) I1121 19:58:05.115147 3212440512 fs_manager.cc:382] Time spent opening block manager: real 0.000s user 0.000s sys 0.000s 19:58:05.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) I1121 19:58:05.115170 3212440512 fs_manager.cc:402] Opened local filesystem: /private/tmp/kudutest-214522293/minicluster-data/master-0/data,/private/tmp/kudutest-214522293/minicluster-data/master-0/wal 19:58:05.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) uuid: "b109f7bed7c44638b7514fc811380729" 19:58:05.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) format_stamp: "Formatted at 2017-11-21 18:58:05 on AMAC02V924ZG8WL" 19:58:05.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) I1121 19:58:05.115209 3212440512 fs_report.cc:347] Block manager report 19:58:05.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) -------------------- 19:58:05.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) 1 data directories: /private/tmp/kudutest-214522293/minicluster-data/master-0/data/data 19:58:05.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) Total live blocks: 0 19:58:05.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) Total live bytes: 0 19:58:05.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) Total live bytes (after alignment): 0 19:58:05.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) Total number of LBM containers: 0 (0 full) 19:58:05.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) Did not check for missing blocks 19:58:05.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) Did not check for orphaned blocks 19:58:05.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) Did not check for full LBM containers with extra space 19:58:05.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) Did not check for incomplete LBM containers 19:58:05.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) Did not check for malformed LBM records 19:58:05.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) Did not check for misaligned LBM blocks 19:58:05.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) Did not check for partial LBM records 19:58:05.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) F1121 19:58:05.138643 3212440512 master_main.cc:74] Check failed: _s.ok() Bad status: Network error: could not determine FQDN for CSR: unable to look up canonical hostname for localhost 'AMAC02V924ZG8WL': nodename nor servname provided, or not known 19:58:05.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) *** Check failure stack trace: *** 19:58:05.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) @ 0x1018701b5 google::LogMessage::Flush() 19:58:05.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) @ 0x10187408f google::LogMessageFatal::~LogMessageFatal() 19:58:05.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) @ 0x101870df9 google::LogMessageFatal::~LogMessageFatal() 19:58:05.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) @ 0x10180c3e6 main 19:58:05.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) @ 0x7fffb6882235 start 19:58:05.150 [DEBUG - Time-limited test] (MiniKuduCluster.java:123) Response: error { code: RUNTIME_ERROR message: "Failed to add distributed masters: Unable to start Master at index 0: /Users/0xNacho/dev/github/kudu/build/latest/bin/kudu-master: process exited on signal 6" } 19:58:05.158 [INFO - Time-limited test] (MiniKuduCluster.java:145) Starting process: [/Users/0xNacho/dev/github/kudu/build/latest/bin/kudu, test, mini_cluster, --serialization=pb] 19:58:05.165 [DEBUG - Time-limited test] (MiniKuduCluster.java:113) Request: create_cluster { num_masters: 1 num_tservers: 0 enable_kerberos: false extra_master_flags: "--master_support_connect_to_master_rpc=0" } 19:58:05.178 [DEBUG - Time-limited test] (MiniKuduCluster.java:123) Response: 19:58:05.179 [DEBUG - Time-limited test] (MiniKuduCluster.java:113) Request: start_cluster { } 19:58:05.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) I1121 19:58:05.193958 3212440512 external_mini_cluster.cc:771] Running /Users/0xNacho/dev/github/kudu/build/latest/bin/kudu-master 19:58:05.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) /Users/0xNacho/dev/github/kudu/build/latest/bin/kudu-master 19:58:05.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --fs_wal_dir=/tmp/kudutest-214522293/minicluster-data/master-0/wal 19:58:05.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --fs_data_dirs=/tmp/kudutest-214522293/minicluster-data/master-0/data 19:58:05.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --block_manager=file 19:58:05.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --webserver_interface=localhost 19:58:05.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --ipki_ca_key_size=1024 19:58:05.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --tsk_num_rsa_bits=512 19:58:05.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --rpc_bind_addresses=127.0.0.1:0 19:58:05.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --webserver_interface=127.0.0.1 19:58:05.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --webserver_port=0 19:58:05.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --never_fsync 19:58:05.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --ipki_server_key_size=1024 19:58:05.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --enable_minidumps=false 19:58:05.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --redact=none 19:58:05.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --metrics_log_interval_ms=1000 19:58:05.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --logtostderr 19:58:05.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --logbuflevel=-1 19:58:05.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --log_dir=/tmp/kudutest-214522293/minicluster-data/master-0/logs 19:58:05.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --server_dump_info_path=/tmp/kudutest-214522293/minicluster-data/master-0/data/info.pb 19:58:05.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --server_dump_info_format=pb 19:58:05.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --rpc_server_allow_ephemeral_ports 19:58:05.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --unlock_experimental_flags 19:58:05.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --unlock_unsafe_flags 19:58:05.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --master_support_connect_to_master_rpc=0 with env {} 19:58:05.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) WARNING: Logging before InitGoogleLogging() is written to STDERR 19:58:05.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) W1121 19:58:05.209295 3212440512 flags.cc:391] Enabled unsafe flag: --master_support_connect_to_master_rpc=false 19:58:05.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) W1121 19:58:05.209887 3212440512 flags.cc:391] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true 19:58:05.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) W1121 19:58:05.209895 3212440512 flags.cc:391] Enabled unsafe flag: --never_fsync=true 19:58:05.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) W1121 19:58:05.210657 3212440512 flags.cc:391] Enabled experimental flag: --ipki_ca_key_size=1024 19:58:05.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) W1121 19:58:05.210669 3212440512 flags.cc:391] Enabled experimental flag: --ipki_server_key_size=1024 19:58:05.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) W1121 19:58:05.210672 3212440512 flags.cc:391] Enabled experimental flag: --tsk_num_rsa_bits=512 19:58:05.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) I1121 19:58:05.211539 3212440512 master_main.cc:66] Master server non-default flags: 19:58:05.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --fs_data_dirs=/tmp/kudutest-214522293/minicluster-data/master-0/data 19:58:05.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --fs_wal_dir=/tmp/kudutest-214522293/minicluster-data/master-0/wal 19:58:05.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --ipki_ca_key_size=1024 19:58:05.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --master_support_connect_to_master_rpc=false 19:58:05.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --ipki_server_key_size=1024 19:58:05.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --tsk_num_rsa_bits=512 19:58:05.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --rpc_bind_addresses=127.0.0.1:0 19:58:05.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --rpc_server_allow_ephemeral_ports=true 19:58:05.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --metrics_log_interval_ms=1000 19:58:05.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --server_dump_info_format=pb 19:58:05.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --server_dump_info_path=/tmp/kudutest-214522293/minicluster-data/master-0/data/info.pb 19:58:05.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --webserver_interface=127.0.0.1 19:58:05.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --webserver_port=0 19:58:05.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --never_fsync=true 19:58:05.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --heap_profile_path=/tmp/kudu-master.93766 19:58:05.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --redact=none 19:58:05.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --unlock_experimental_flags=true 19:58:05.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --unlock_unsafe_flags=true 19:58:05.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --log_dir=/tmp/kudutest-214522293/minicluster-data/master-0/logs 19:58:05.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --logbuflevel=-1 19:58:05.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --logtostderr=true 19:58:05.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) Master server version: 19:58:05.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) kudu 1.6.0-SNAPSHOT 19:58:05.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) revision a4642a41e5db7a7a887b39c1cb661a6de1dca47e-dirty 19:58:05.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) build type RELEASE 19:58:05.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) built by 0xNacho at 21 Nov 2017 10:29:13 CET on AMAC02V924ZG8WL 19:58:05.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) I1121 19:58:05.218261 3212440512 master_main.cc:73] Initializing master server... 19:58:05.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) W1121 19:58:05.218403 3212440512 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters. 19:58:05.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) I1121 19:58:05.218636 3212440512 server_base.cc:229] Could not load existing FS layout: Not found: /private/tmp/kudutest-214522293/minicluster-data/master-0/data/instance: No such file or directory (error 2) 19:58:05.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) I1121 19:58:05.218650 3212440512 server_base.cc:230] Creating new FS layout 19:58:05.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) I1121 19:58:05.223819 3212440512 fs_manager.cc:565] Generated new instance metadata in path /private/tmp/kudutest-214522293/minicluster-data/master-0/data/instance: 19:58:05.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) uuid: "00dfe7bf970a4992b82ce80a0dc8a1f6" 19:58:05.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) format_stamp: "Formatted at 2017-11-21 18:58:05 on AMAC02V924ZG8WL" 19:58:05.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) I1121 19:58:05.224227 3212440512 fs_manager.cc:565] Generated new instance metadata in path /private/tmp/kudutest-214522293/minicluster-data/master-0/wal/instance: 19:58:05.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) uuid: "00dfe7bf970a4992b82ce80a0dc8a1f6" 19:58:05.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) format_stamp: "Formatted at 2017-11-21 18:58:05 on AMAC02V924ZG8WL" 19:58:05.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) I1121 19:58:05.229063 3212440512 fs_manager.cc:469] Time spent creating directory manager: real 0.005s user 0.000s sys 0.004s 19:58:05.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) I1121 19:58:05.229240 3212440512 env_posix.cc:1591] Raising process file limit from 7168 to 10000 19:58:05.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) I1121 19:58:05.229267 3212440512 file_cache.cc:470] Constructed file cache fbm with capacity 4000 19:58:05.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) I1121 19:58:05.229327 3212440512 fs_manager.cc:382] Time spent opening block manager: real 0.000s user 0.000s sys 0.000s 19:58:05.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) I1121 19:58:05.229339 3212440512 fs_manager.cc:402] Opened local filesystem: /private/tmp/kudutest-214522293/minicluster-data/master-0/data,/private/tmp/kudutest-214522293/minicluster-data/master-0/wal 19:58:05.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) uuid: "00dfe7bf970a4992b82ce80a0dc8a1f6" 19:58:05.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) format_stamp: "Formatted at 2017-11-21 18:58:05 on AMAC02V924ZG8WL" 19:58:05.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) I1121 19:58:05.229364 3212440512 fs_report.cc:347] Block manager report 19:58:05.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) -------------------- 19:58:05.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) 1 data directories: /private/tmp/kudutest-214522293/minicluster-data/master-0/data/data 19:58:05.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) Total live blocks: 0 19:58:05.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) Total live bytes: 0 19:58:05.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) Total live bytes (after alignment): 0 19:58:05.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) Total number of LBM containers: 0 (0 full) 19:58:05.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) Did not check for missing blocks 19:58:05.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) Did not check for orphaned blocks 19:58:05.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) Did not check for full LBM containers with extra space 19:58:05.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) Did not check for incomplete LBM containers 19:58:05.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) Did not check for malformed LBM records 19:58:05.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) Did not check for misaligned LBM blocks 19:58:05.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) Did not check for partial LBM records 19:58:05.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) F1121 19:58:05.252112 3212440512 master_main.cc:74] Check failed: _s.ok() Bad status: Network error: could not determine FQDN for CSR: unable to look up canonical hostname for localhost 'AMAC02V924ZG8WL': nodename nor servname provided, or not known 19:58:05.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) *** Check failure stack trace: *** 19:58:05.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) @ 0x1020101b5 google::LogMessage::Flush() 19:58:05.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) @ 0x10201408f google::LogMessageFatal::~LogMessageFatal() 19:58:05.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) @ 0x102010df9 google::LogMessageFatal::~LogMessageFatal() 19:58:05.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) @ 0x101fac3e6 main 19:58:05.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) @ 0x7fffb6882235 start 19:58:05.262 [DEBUG - Time-limited test] (MiniKuduCluster.java:123) Response: error { code: RUNTIME_ERROR message: "Failed to start a single Master: /Users/0xNacho/dev/github/kudu/build/latest/bin/kudu-master: process exited on signal 6" } 19:58:05.307 [DEBUG - Time-limited test] (ConnectToCluster.java:317) Callback already invoked, discarding response(role: LEADER ) from 1:9000 19:58:05.307 [WARN - Time-limited test] (ConnectToCluster.java:347) Error receiving response from 0:9000 org.apache.kudu.client.NonRecoverableException: at org.apache.kudu.client.TestConnectToCluster.testAggregateResponses(TestConnectToCluster.java:124) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:298) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:292) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 19:58:05.309 [WARN - Time-limited test] (ConnectToCluster.java:347) Error receiving response from 0:9000 org.apache.kudu.client.NonRecoverableException: at org.apache.kudu.client.TestConnectToCluster.testAggregateResponses(TestConnectToCluster.java:124) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:298) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:292) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 19:58:05.309 [WARN - Time-limited test] (ConnectToCluster.java:347) Error receiving response from 1:9000 org.apache.kudu.client.NonRecoverableException: at org.apache.kudu.client.TestConnectToCluster.testAggregateResponses(TestConnectToCluster.java:124) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:298) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:292) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 19:58:05.310 [WARN - Time-limited test] (ConnectToCluster.java:347) Error receiving response from 0:9000 org.apache.kudu.client.NonRecoverableException: at org.apache.kudu.client.TestConnectToCluster.testAggregateResponses(TestConnectToCluster.java:124) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:298) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:292) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 19:58:05.310 [WARN - Time-limited test] (ConnectToCluster.java:347) Error receiving response from 2:9000 org.apache.kudu.client.NonRecoverableException: at org.apache.kudu.client.TestConnectToCluster.testAggregateResponses(TestConnectToCluster.java:124) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:298) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:292) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 19:58:05.312 [WARN - Time-limited test] (ConnectToCluster.java:264) None of the provided masters 0:9000,1:9000,2:9000 is a leader; will retry 19:58:05.312 [WARN - Time-limited test] (ConnectToCluster.java:347) Error receiving response from 2:9000 org.apache.kudu.client.NonRecoverableException: at org.apache.kudu.client.TestConnectToCluster.testAggregateResponses(TestConnectToCluster.java:124) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:298) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:292) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 19:58:05.313 [WARN - Time-limited test] (ConnectToCluster.java:267) Unable to find the leader master 0:9000,1:9000,2:9000; will retry 19:58:05.313 [WARN - Time-limited test] (ConnectToCluster.java:347) Error receiving response from 0:9000 org.apache.kudu.client.NonRecoverableException: at org.apache.kudu.client.TestConnectToCluster.testAggregateResponses(TestConnectToCluster.java:124) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:298) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:292) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 19:58:05.313 [WARN - Time-limited test] (ConnectToCluster.java:347) Error receiving response from 2:9000 org.apache.kudu.client.NonRecoverableException: at org.apache.kudu.client.TestConnectToCluster.testAggregateResponses(TestConnectToCluster.java:124) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:298) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:292) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 19:58:05.314 [WARN - Time-limited test] (ConnectToCluster.java:267) Unable to find the leader master 0:9000,1:9000,2:9000; will retry 19:58:05.314 [WARN - Time-limited test] (ConnectToCluster.java:347) Error receiving response from 0:9000 org.apache.kudu.client.RecoverableException: at org.apache.kudu.client.TestConnectToCluster.testAggregateResponses(TestConnectToCluster.java:126) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:298) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:292) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 19:58:05.314 [WARN - Time-limited test] (ConnectToCluster.java:347) Error receiving response from 1:9000 org.apache.kudu.client.NonRecoverableException: at org.apache.kudu.client.TestConnectToCluster.testAggregateResponses(TestConnectToCluster.java:124) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:298) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:292) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 19:58:05.314 [WARN - Time-limited test] (ConnectToCluster.java:267) Unable to find the leader master 0:9000,1:9000,2:9000; will retry 19:58:05.314 [WARN - Time-limited test] (ConnectToCluster.java:347) Error receiving response from 0:9000 org.apache.kudu.client.RecoverableException: at org.apache.kudu.client.TestConnectToCluster.testAggregateResponses(TestConnectToCluster.java:126) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:298) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:292) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 19:58:05.315 [WARN - Time-limited test] (ConnectToCluster.java:347) Error receiving response from 1:9000 org.apache.kudu.client.RecoverableException: at org.apache.kudu.client.TestConnectToCluster.testAggregateResponses(TestConnectToCluster.java:126) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:298) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:292) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 19:58:05.315 [WARN - Time-limited test] (ConnectToCluster.java:347) Error receiving response from 2:9000 org.apache.kudu.client.RecoverableException: at org.apache.kudu.client.TestConnectToCluster.testAggregateResponses(TestConnectToCluster.java:126) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:298) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:292) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 19:58:05.315 [WARN - Time-limited test] (ConnectToCluster.java:267) Unable to find the leader master 0:9000,1:9000,2:9000; will retry 19:58:05.315 [WARN - Time-limited test] (ConnectToCluster.java:347) Error receiving response from 0:9000 org.apache.kudu.client.RecoverableException: at org.apache.kudu.client.TestConnectToCluster.testAggregateResponses(TestConnectToCluster.java:126) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:298) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:292) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 19:58:05.316 [WARN - Time-limited test] (ConnectToCluster.java:347) Error receiving response from 1:9000 org.apache.kudu.client.NonRecoverableException: at org.apache.kudu.client.TestConnectToCluster.testAggregateResponses(TestConnectToCluster.java:124) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:298) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:292) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 19:58:05.316 [WARN - Time-limited test] (ConnectToCluster.java:347) Error receiving response from 2:9000 org.apache.kudu.client.NonRecoverableException: at org.apache.kudu.client.TestConnectToCluster.testAggregateResponses(TestConnectToCluster.java:124) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:298) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:292) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 19:58:05.316 [WARN - Time-limited test] (ConnectToCluster.java:267) Unable to find the leader master 0:9000,1:9000,2:9000; will retry 19:58:05.316 [WARN - Time-limited test] (ConnectToCluster.java:347) Error receiving response from 0:9000 org.apache.kudu.client.NonRecoverableException: at org.apache.kudu.client.TestConnectToCluster.testAggregateResponses(TestConnectToCluster.java:124) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:298) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:292) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 19:58:05.317 [WARN - Time-limited test] (ConnectToCluster.java:347) Error receiving response from 1:9000 org.apache.kudu.client.NonRecoverableException: at org.apache.kudu.client.TestConnectToCluster.testAggregateResponses(TestConnectToCluster.java:124) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:298) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:292) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 19:58:05.317 [WARN - Time-limited test] (ConnectToCluster.java:347) Error receiving response from 2:9000 org.apache.kudu.client.NonRecoverableException: at org.apache.kudu.client.TestConnectToCluster.testAggregateResponses(TestConnectToCluster.java:124) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:298) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:292) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) {code} If I try to start the kudu-master manually, I get: {code:java} calhost 'MY_HOSTNAME': nodename nor servname provided, or not known *** Check failure stack trace: *** @ 0x10deae1b5 google::LogMessage::Flush() @ 0x10deb208f google::LogMessageFatal::~LogMessageFatal() @ 0x10deaedf9 google::LogMessageFatal::~LogMessageFatal() @ 0x10de4a3e6 main @ 0x7fffb6882235 start @ 0x3 (unknown) {code} So, in order to fix this, I added the following lines to my /etc/hosts file: {code:java} 127.0.0.1 localhost MY_HOSTNAME 255.255.255.255 broadcasthost ::1 localhost MY_HOSTNAME {code} Now, if I try to start kudu-master one more time, I get a different error: {code:java} ./kudu-master -fs-wal-dir /tmp/master E1121 20:07:42.265756 288038912 master.cc:189] Unable to init master catalog manager: Not found: Unable to initialize catalog manager: Failed to initialize sys tables async: Could not load tablet metadata from /private/tmp/master/tablet-meta/00000000000000000000000000000000: /private/tmp/master/tablet-meta/00000000000000000000000000000000: No such file or directory (error 2) F1121 20:07:42.265815 3212440512 master_main.cc:77] Check failed: _s.ok() Bad status: Not found: Unable to initialize catalog manager: Failed to initialize sys tables async: Could not load tablet metadata from /private/tmp/master/tablet-meta/00000000000000000000000000000000: /private/tmp/master/tablet-meta/00000000000000000000000000000000: No such file or directory (error 2) *** Check failure stack trace: *** @ 0x105ab91b5 google::LogMessage::Flush() @ 0x105abd08f google::LogMessageFatal::~LogMessageFatal() @ 0x105ab9df9 google::LogMessageFatal::~LogMessageFatal() @ 0x105a553e6 main @ 0x7fffb6882235 start @ 0x3 (unknown) [1] 95227 abort ./kudu-master -fs-wal-dir /tmp/master {code} was (Author: 0xnacho): Example of surefire logs: {code:java} 19:58:04.892 [INFO - Time-limited test] (MiniKuduCluster.java:145) Starting process: [/Users/0xNacho/dev/github/kudu/build/latest/bin/kudu, test, mini_cluster, --serialization=pb] 19:58:05.054 [DEBUG - Time-limited test] (MiniKuduCluster.java:113) Request: create_cluster { num_masters: 3 num_tservers: 0 enable_kerberos: false } 19:58:05.063 [DEBUG - Time-limited test] (MiniKuduCluster.java:123) Response: 19:58:05.063 [DEBUG - Time-limited test] (MiniKuduCluster.java:113) Request: start_cluster { } 19:58:05.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) I1121 19:58:05.079746 3212440512 external_mini_cluster.cc:771] Running /Users/0xNacho/dev/github/kudu/build/latest/bin/kudu-master 19:58:05.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) /Users/0xNacho/dev/github/kudu/build/latest/bin/kudu-master 19:58:05.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --fs_wal_dir=/tmp/kudutest-214522293/minicluster-data/master-0/wal 19:58:05.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --fs_data_dirs=/tmp/kudutest-214522293/minicluster-data/master-0/data 19:58:05.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --block_manager=file 19:58:05.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --webserver_interface=localhost 19:58:05.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --ipki_ca_key_size=1024 19:58:05.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --tsk_num_rsa_bits=512 19:58:05.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --rpc_bind_addresses=127.0.0.1:11030 19:58:05.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --webserver_interface=127.0.0.1 19:58:05.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --webserver_port=0 19:58:05.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --never_fsync 19:58:05.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --ipki_server_key_size=1024 19:58:05.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --enable_minidumps=false 19:58:05.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --redact=none 19:58:05.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --metrics_log_interval_ms=1000 19:58:05.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --logtostderr 19:58:05.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --logbuflevel=-1 19:58:05.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --log_dir=/tmp/kudutest-214522293/minicluster-data/master-0/logs 19:58:05.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --server_dump_info_path=/tmp/kudutest-214522293/minicluster-data/master-0/data/info.pb 19:58:05.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --server_dump_info_format=pb 19:58:05.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --rpc_server_allow_ephemeral_ports 19:58:05.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --unlock_experimental_flags 19:58:05.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --unlock_unsafe_flags 19:58:05.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --master_addresses=127.0.0.1:11030,127.0.0.1:11031,127.0.0.1:11032 with env {} 19:58:05.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) WARNING: Logging before InitGoogleLogging() is written to STDERR 19:58:05.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) W1121 19:58:05.095039 3212440512 flags.cc:391] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true 19:58:05.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) W1121 19:58:05.095845 3212440512 flags.cc:391] Enabled unsafe flag: --never_fsync=true 19:58:05.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) W1121 19:58:05.096652 3212440512 flags.cc:391] Enabled experimental flag: --ipki_ca_key_size=1024 19:58:05.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) W1121 19:58:05.096664 3212440512 flags.cc:391] Enabled experimental flag: --ipki_server_key_size=1024 19:58:05.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) W1121 19:58:05.096679 3212440512 flags.cc:391] Enabled experimental flag: --tsk_num_rsa_bits=512 19:58:05.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) I1121 19:58:05.097530 3212440512 master_main.cc:66] Master server non-default flags: 19:58:05.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --fs_data_dirs=/tmp/kudutest-214522293/minicluster-data/master-0/data 19:58:05.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --fs_wal_dir=/tmp/kudutest-214522293/minicluster-data/master-0/wal 19:58:05.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --ipki_ca_key_size=1024 19:58:05.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --master_addresses=127.0.0.1:11030,127.0.0.1:11031,127.0.0.1:11032 19:58:05.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --ipki_server_key_size=1024 19:58:05.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --tsk_num_rsa_bits=512 19:58:05.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --rpc_bind_addresses=127.0.0.1:11030 19:58:05.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --rpc_server_allow_ephemeral_ports=true 19:58:05.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --metrics_log_interval_ms=1000 19:58:05.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --server_dump_info_format=pb 19:58:05.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --server_dump_info_path=/tmp/kudutest-214522293/minicluster-data/master-0/data/info.pb 19:58:05.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --webserver_interface=127.0.0.1 19:58:05.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --webserver_port=0 19:58:05.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --never_fsync=true 19:58:05.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --heap_profile_path=/tmp/kudu-master.93764 19:58:05.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --redact=none 19:58:05.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --unlock_experimental_flags=true 19:58:05.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --unlock_unsafe_flags=true 19:58:05.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --log_dir=/tmp/kudutest-214522293/minicluster-data/master-0/logs 19:58:05.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --logbuflevel=-1 19:58:05.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --logtostderr=true 19:58:05.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) Master server version: 19:58:05.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) kudu 1.6.0-SNAPSHOT 19:58:05.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) revision a4642a41e5db7a7a887b39c1cb661a6de1dca47e-dirty 19:58:05.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) build type RELEASE 19:58:05.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) built by 0xNacho at 21 Nov 2017 10:29:13 CET on AMAC02V924ZG8WL 19:58:05.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) I1121 19:58:05.103987 3212440512 master_main.cc:73] Initializing master server... 19:58:05.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) W1121 19:58:05.104113 3212440512 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters. 19:58:05.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) I1121 19:58:05.104305 3212440512 server_base.cc:229] Could not load existing FS layout: Not found: /private/tmp/kudutest-214522293/minicluster-data/master-0/data/instance: No such file or directory (error 2) 19:58:05.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) I1121 19:58:05.104315 3212440512 server_base.cc:230] Creating new FS layout 19:58:05.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) I1121 19:58:05.109298 3212440512 fs_manager.cc:565] Generated new instance metadata in path /private/tmp/kudutest-214522293/minicluster-data/master-0/data/instance: 19:58:05.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) uuid: "b109f7bed7c44638b7514fc811380729" 19:58:05.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) format_stamp: "Formatted at 2017-11-21 18:58:05 on AMAC02V924ZG8WL" 19:58:05.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) I1121 19:58:05.109688 3212440512 fs_manager.cc:565] Generated new instance metadata in path /private/tmp/kudutest-214522293/minicluster-data/master-0/wal/instance: 19:58:05.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) uuid: "b109f7bed7c44638b7514fc811380729" 19:58:05.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) format_stamp: "Formatted at 2017-11-21 18:58:05 on AMAC02V924ZG8WL" 19:58:05.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) I1121 19:58:05.114830 3212440512 fs_manager.cc:469] Time spent creating directory manager: real 0.005s user 0.000s sys 0.004s 19:58:05.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) I1121 19:58:05.115036 3212440512 env_posix.cc:1591] Raising process file limit from 7168 to 10000 19:58:05.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) I1121 19:58:05.115070 3212440512 file_cache.cc:470] Constructed file cache fbm with capacity 4000 19:58:05.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) I1121 19:58:05.115147 3212440512 fs_manager.cc:382] Time spent opening block manager: real 0.000s user 0.000s sys 0.000s 19:58:05.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) I1121 19:58:05.115170 3212440512 fs_manager.cc:402] Opened local filesystem: /private/tmp/kudutest-214522293/minicluster-data/master-0/data,/private/tmp/kudutest-214522293/minicluster-data/master-0/wal 19:58:05.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) uuid: "b109f7bed7c44638b7514fc811380729" 19:58:05.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) format_stamp: "Formatted at 2017-11-21 18:58:05 on AMAC02V924ZG8WL" 19:58:05.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) I1121 19:58:05.115209 3212440512 fs_report.cc:347] Block manager report 19:58:05.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) -------------------- 19:58:05.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) 1 data directories: /private/tmp/kudutest-214522293/minicluster-data/master-0/data/data 19:58:05.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) Total live blocks: 0 19:58:05.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) Total live bytes: 0 19:58:05.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) Total live bytes (after alignment): 0 19:58:05.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) Total number of LBM containers: 0 (0 full) 19:58:05.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) Did not check for missing blocks 19:58:05.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) Did not check for orphaned blocks 19:58:05.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) Did not check for full LBM containers with extra space 19:58:05.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) Did not check for incomplete LBM containers 19:58:05.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) Did not check for malformed LBM records 19:58:05.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) Did not check for misaligned LBM blocks 19:58:05.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) Did not check for partial LBM records 19:58:05.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) F1121 19:58:05.138643 3212440512 master_main.cc:74] Check failed: _s.ok() Bad status: Network error: could not determine FQDN for CSR: unable to look up canonical hostname for localhost 'AMAC02V924ZG8WL': nodename nor servname provided, or not known 19:58:05.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) *** Check failure stack trace: *** 19:58:05.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) @ 0x1018701b5 google::LogMessage::Flush() 19:58:05.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) @ 0x10187408f google::LogMessageFatal::~LogMessageFatal() 19:58:05.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) @ 0x101870df9 google::LogMessageFatal::~LogMessageFatal() 19:58:05.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) @ 0x10180c3e6 main 19:58:05.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) @ 0x7fffb6882235 start 19:58:05.150 [DEBUG - Time-limited test] (MiniKuduCluster.java:123) Response: error { code: RUNTIME_ERROR message: "Failed to add distributed masters: Unable to start Master at index 0: /Users/0xNacho/dev/github/kudu/build/latest/bin/kudu-master: process exited on signal 6" } 19:58:05.158 [INFO - Time-limited test] (MiniKuduCluster.java:145) Starting process: [/Users/0xNacho/dev/github/kudu/build/latest/bin/kudu, test, mini_cluster, --serialization=pb] 19:58:05.165 [DEBUG - Time-limited test] (MiniKuduCluster.java:113) Request: create_cluster { num_masters: 1 num_tservers: 0 enable_kerberos: false extra_master_flags: "--master_support_connect_to_master_rpc=0" } 19:58:05.178 [DEBUG - Time-limited test] (MiniKuduCluster.java:123) Response: 19:58:05.179 [DEBUG - Time-limited test] (MiniKuduCluster.java:113) Request: start_cluster { } 19:58:05.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) I1121 19:58:05.193958 3212440512 external_mini_cluster.cc:771] Running /Users/0xNacho/dev/github/kudu/build/latest/bin/kudu-master 19:58:05.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) /Users/0xNacho/dev/github/kudu/build/latest/bin/kudu-master 19:58:05.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --fs_wal_dir=/tmp/kudutest-214522293/minicluster-data/master-0/wal 19:58:05.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --fs_data_dirs=/tmp/kudutest-214522293/minicluster-data/master-0/data 19:58:05.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --block_manager=file 19:58:05.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --webserver_interface=localhost 19:58:05.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --ipki_ca_key_size=1024 19:58:05.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --tsk_num_rsa_bits=512 19:58:05.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --rpc_bind_addresses=127.0.0.1:0 19:58:05.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --webserver_interface=127.0.0.1 19:58:05.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --webserver_port=0 19:58:05.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --never_fsync 19:58:05.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --ipki_server_key_size=1024 19:58:05.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --enable_minidumps=false 19:58:05.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --redact=none 19:58:05.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --metrics_log_interval_ms=1000 19:58:05.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --logtostderr 19:58:05.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --logbuflevel=-1 19:58:05.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --log_dir=/tmp/kudutest-214522293/minicluster-data/master-0/logs 19:58:05.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --server_dump_info_path=/tmp/kudutest-214522293/minicluster-data/master-0/data/info.pb 19:58:05.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --server_dump_info_format=pb 19:58:05.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --rpc_server_allow_ephemeral_ports 19:58:05.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --unlock_experimental_flags 19:58:05.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --unlock_unsafe_flags 19:58:05.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --master_support_connect_to_master_rpc=0 with env {} 19:58:05.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) WARNING: Logging before InitGoogleLogging() is written to STDERR 19:58:05.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) W1121 19:58:05.209295 3212440512 flags.cc:391] Enabled unsafe flag: --master_support_connect_to_master_rpc=false 19:58:05.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) W1121 19:58:05.209887 3212440512 flags.cc:391] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true 19:58:05.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) W1121 19:58:05.209895 3212440512 flags.cc:391] Enabled unsafe flag: --never_fsync=true 19:58:05.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) W1121 19:58:05.210657 3212440512 flags.cc:391] Enabled experimental flag: --ipki_ca_key_size=1024 19:58:05.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) W1121 19:58:05.210669 3212440512 flags.cc:391] Enabled experimental flag: --ipki_server_key_size=1024 19:58:05.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) W1121 19:58:05.210672 3212440512 flags.cc:391] Enabled experimental flag: --tsk_num_rsa_bits=512 19:58:05.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) I1121 19:58:05.211539 3212440512 master_main.cc:66] Master server non-default flags: 19:58:05.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --fs_data_dirs=/tmp/kudutest-214522293/minicluster-data/master-0/data 19:58:05.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --fs_wal_dir=/tmp/kudutest-214522293/minicluster-data/master-0/wal 19:58:05.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --ipki_ca_key_size=1024 19:58:05.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --master_support_connect_to_master_rpc=false 19:58:05.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --ipki_server_key_size=1024 19:58:05.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --tsk_num_rsa_bits=512 19:58:05.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --rpc_bind_addresses=127.0.0.1:0 19:58:05.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --rpc_server_allow_ephemeral_ports=true 19:58:05.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --metrics_log_interval_ms=1000 19:58:05.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --server_dump_info_format=pb 19:58:05.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --server_dump_info_path=/tmp/kudutest-214522293/minicluster-data/master-0/data/info.pb 19:58:05.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --webserver_interface=127.0.0.1 19:58:05.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --webserver_port=0 19:58:05.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --never_fsync=true 19:58:05.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --heap_profile_path=/tmp/kudu-master.93766 19:58:05.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --redact=none 19:58:05.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --unlock_experimental_flags=true 19:58:05.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --unlock_unsafe_flags=true 19:58:05.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --log_dir=/tmp/kudutest-214522293/minicluster-data/master-0/logs 19:58:05.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --logbuflevel=-1 19:58:05.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) --logtostderr=true 19:58:05.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) Master server version: 19:58:05.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) kudu 1.6.0-SNAPSHOT 19:58:05.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) revision a4642a41e5db7a7a887b39c1cb661a6de1dca47e-dirty 19:58:05.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) build type RELEASE 19:58:05.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) built by 0xNacho at 21 Nov 2017 10:29:13 CET on AMAC02V924ZG8WL 19:58:05.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) I1121 19:58:05.218261 3212440512 master_main.cc:73] Initializing master server... 19:58:05.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) W1121 19:58:05.218403 3212440512 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters. 19:58:05.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) I1121 19:58:05.218636 3212440512 server_base.cc:229] Could not load existing FS layout: Not found: /private/tmp/kudutest-214522293/minicluster-data/master-0/data/instance: No such file or directory (error 2) 19:58:05.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) I1121 19:58:05.218650 3212440512 server_base.cc:230] Creating new FS layout 19:58:05.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) I1121 19:58:05.223819 3212440512 fs_manager.cc:565] Generated new instance metadata in path /private/tmp/kudutest-214522293/minicluster-data/master-0/data/instance: 19:58:05.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) uuid: "00dfe7bf970a4992b82ce80a0dc8a1f6" 19:58:05.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) format_stamp: "Formatted at 2017-11-21 18:58:05 on AMAC02V924ZG8WL" 19:58:05.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) I1121 19:58:05.224227 3212440512 fs_manager.cc:565] Generated new instance metadata in path /private/tmp/kudutest-214522293/minicluster-data/master-0/wal/instance: 19:58:05.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) uuid: "00dfe7bf970a4992b82ce80a0dc8a1f6" 19:58:05.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) format_stamp: "Formatted at 2017-11-21 18:58:05 on AMAC02V924ZG8WL" 19:58:05.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) I1121 19:58:05.229063 3212440512 fs_manager.cc:469] Time spent creating directory manager: real 0.005s user 0.000s sys 0.004s 19:58:05.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) I1121 19:58:05.229240 3212440512 env_posix.cc:1591] Raising process file limit from 7168 to 10000 19:58:05.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) I1121 19:58:05.229267 3212440512 file_cache.cc:470] Constructed file cache fbm with capacity 4000 19:58:05.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) I1121 19:58:05.229327 3212440512 fs_manager.cc:382] Time spent opening block manager: real 0.000s user 0.000s sys 0.000s 19:58:05.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) I1121 19:58:05.229339 3212440512 fs_manager.cc:402] Opened local filesystem: /private/tmp/kudutest-214522293/minicluster-data/master-0/data,/private/tmp/kudutest-214522293/minicluster-data/master-0/wal 19:58:05.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) uuid: "00dfe7bf970a4992b82ce80a0dc8a1f6" 19:58:05.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) format_stamp: "Formatted at 2017-11-21 18:58:05 on AMAC02V924ZG8WL" 19:58:05.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) I1121 19:58:05.229364 3212440512 fs_report.cc:347] Block manager report 19:58:05.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) -------------------- 19:58:05.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) 1 data directories: /private/tmp/kudutest-214522293/minicluster-data/master-0/data/data 19:58:05.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) Total live blocks: 0 19:58:05.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) Total live bytes: 0 19:58:05.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) Total live bytes (after alignment): 0 19:58:05.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) Total number of LBM containers: 0 (0 full) 19:58:05.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) Did not check for missing blocks 19:58:05.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) Did not check for orphaned blocks 19:58:05.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) Did not check for full LBM containers with extra space 19:58:05.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) Did not check for incomplete LBM containers 19:58:05.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) Did not check for malformed LBM records 19:58:05.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) Did not check for misaligned LBM blocks 19:58:05.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) Did not check for partial LBM records 19:58:05.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) F1121 19:58:05.252112 3212440512 master_main.cc:74] Check failed: _s.ok() Bad status: Network error: could not determine FQDN for CSR: unable to look up canonical hostname for localhost 'AMAC02V924ZG8WL': nodename nor servname provided, or not known 19:58:05.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) *** Check failure stack trace: *** 19:58:05.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) @ 0x1020101b5 google::LogMessage::Flush() 19:58:05.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) @ 0x10201408f google::LogMessageFatal::~LogMessageFatal() 19:58:05.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) @ 0x102010df9 google::LogMessageFatal::~LogMessageFatal() 19:58:05.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) @ 0x101fac3e6 main 19:58:05.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:437) @ 0x7fffb6882235 start 19:58:05.262 [DEBUG - Time-limited test] (MiniKuduCluster.java:123) Response: error { code: RUNTIME_ERROR message: "Failed to start a single Master: /Users/0xNacho/dev/github/kudu/build/latest/bin/kudu-master: process exited on signal 6" } 19:58:05.307 [DEBUG - Time-limited test] (ConnectToCluster.java:317) Callback already invoked, discarding response(role: LEADER ) from 1:9000 19:58:05.307 [WARN - Time-limited test] (ConnectToCluster.java:347) Error receiving response from 0:9000 org.apache.kudu.client.NonRecoverableException: at org.apache.kudu.client.TestConnectToCluster.testAggregateResponses(TestConnectToCluster.java:124) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:298) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:292) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 19:58:05.309 [WARN - Time-limited test] (ConnectToCluster.java:347) Error receiving response from 0:9000 org.apache.kudu.client.NonRecoverableException: at org.apache.kudu.client.TestConnectToCluster.testAggregateResponses(TestConnectToCluster.java:124) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:298) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:292) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 19:58:05.309 [WARN - Time-limited test] (ConnectToCluster.java:347) Error receiving response from 1:9000 org.apache.kudu.client.NonRecoverableException: at org.apache.kudu.client.TestConnectToCluster.testAggregateResponses(TestConnectToCluster.java:124) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:298) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:292) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 19:58:05.310 [WARN - Time-limited test] (ConnectToCluster.java:347) Error receiving response from 0:9000 org.apache.kudu.client.NonRecoverableException: at org.apache.kudu.client.TestConnectToCluster.testAggregateResponses(TestConnectToCluster.java:124) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:298) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:292) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 19:58:05.310 [WARN - Time-limited test] (ConnectToCluster.java:347) Error receiving response from 2:9000 org.apache.kudu.client.NonRecoverableException: at org.apache.kudu.client.TestConnectToCluster.testAggregateResponses(TestConnectToCluster.java:124) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:298) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:292) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 19:58:05.312 [WARN - Time-limited test] (ConnectToCluster.java:264) None of the provided masters 0:9000,1:9000,2:9000 is a leader; will retry 19:58:05.312 [WARN - Time-limited test] (ConnectToCluster.java:347) Error receiving response from 2:9000 org.apache.kudu.client.NonRecoverableException: at org.apache.kudu.client.TestConnectToCluster.testAggregateResponses(TestConnectToCluster.java:124) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:298) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:292) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 19:58:05.313 [WARN - Time-limited test] (ConnectToCluster.java:267) Unable to find the leader master 0:9000,1:9000,2:9000; will retry 19:58:05.313 [WARN - Time-limited test] (ConnectToCluster.java:347) Error receiving response from 0:9000 org.apache.kudu.client.NonRecoverableException: at org.apache.kudu.client.TestConnectToCluster.testAggregateResponses(TestConnectToCluster.java:124) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:298) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:292) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 19:58:05.313 [WARN - Time-limited test] (ConnectToCluster.java:347) Error receiving response from 2:9000 org.apache.kudu.client.NonRecoverableException: at org.apache.kudu.client.TestConnectToCluster.testAggregateResponses(TestConnectToCluster.java:124) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:298) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:292) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 19:58:05.314 [WARN - Time-limited test] (ConnectToCluster.java:267) Unable to find the leader master 0:9000,1:9000,2:9000; will retry 19:58:05.314 [WARN - Time-limited test] (ConnectToCluster.java:347) Error receiving response from 0:9000 org.apache.kudu.client.RecoverableException: at org.apache.kudu.client.TestConnectToCluster.testAggregateResponses(TestConnectToCluster.java:126) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:298) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:292) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 19:58:05.314 [WARN - Time-limited test] (ConnectToCluster.java:347) Error receiving response from 1:9000 org.apache.kudu.client.NonRecoverableException: at org.apache.kudu.client.TestConnectToCluster.testAggregateResponses(TestConnectToCluster.java:124) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:298) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:292) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 19:58:05.314 [WARN - Time-limited test] (ConnectToCluster.java:267) Unable to find the leader master 0:9000,1:9000,2:9000; will retry 19:58:05.314 [WARN - Time-limited test] (ConnectToCluster.java:347) Error receiving response from 0:9000 org.apache.kudu.client.RecoverableException: at org.apache.kudu.client.TestConnectToCluster.testAggregateResponses(TestConnectToCluster.java:126) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:298) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:292) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 19:58:05.315 [WARN - Time-limited test] (ConnectToCluster.java:347) Error receiving response from 1:9000 org.apache.kudu.client.RecoverableException: at org.apache.kudu.client.TestConnectToCluster.testAggregateResponses(TestConnectToCluster.java:126) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:298) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:292) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 19:58:05.315 [WARN - Time-limited test] (ConnectToCluster.java:347) Error receiving response from 2:9000 org.apache.kudu.client.RecoverableException: at org.apache.kudu.client.TestConnectToCluster.testAggregateResponses(TestConnectToCluster.java:126) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:298) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:292) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 19:58:05.315 [WARN - Time-limited test] (ConnectToCluster.java:267) Unable to find the leader master 0:9000,1:9000,2:9000; will retry 19:58:05.315 [WARN - Time-limited test] (ConnectToCluster.java:347) Error receiving response from 0:9000 org.apache.kudu.client.RecoverableException: at org.apache.kudu.client.TestConnectToCluster.testAggregateResponses(TestConnectToCluster.java:126) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:298) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:292) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 19:58:05.316 [WARN - Time-limited test] (ConnectToCluster.java:347) Error receiving response from 1:9000 org.apache.kudu.client.NonRecoverableException: at org.apache.kudu.client.TestConnectToCluster.testAggregateResponses(TestConnectToCluster.java:124) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:298) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:292) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 19:58:05.316 [WARN - Time-limited test] (ConnectToCluster.java:347) Error receiving response from 2:9000 org.apache.kudu.client.NonRecoverableException: at org.apache.kudu.client.TestConnectToCluster.testAggregateResponses(TestConnectToCluster.java:124) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:298) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:292) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 19:58:05.316 [WARN - Time-limited test] (ConnectToCluster.java:267) Unable to find the leader master 0:9000,1:9000,2:9000; will retry 19:58:05.316 [WARN - Time-limited test] (ConnectToCluster.java:347) Error receiving response from 0:9000 org.apache.kudu.client.NonRecoverableException: at org.apache.kudu.client.TestConnectToCluster.testAggregateResponses(TestConnectToCluster.java:124) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:298) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:292) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 19:58:05.317 [WARN - Time-limited test] (ConnectToCluster.java:347) Error receiving response from 1:9000 org.apache.kudu.client.NonRecoverableException: at org.apache.kudu.client.TestConnectToCluster.testAggregateResponses(TestConnectToCluster.java:124) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:298) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:292) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 19:58:05.317 [WARN - Time-limited test] (ConnectToCluster.java:347) Error receiving response from 2:9000 org.apache.kudu.client.NonRecoverableException: at org.apache.kudu.client.TestConnectToCluster.testAggregateResponses(TestConnectToCluster.java:124) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:298) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:292) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) {code} If I try to start the kudu-master manually, I get: {code:java} calhost 'MY_HOSTNAME': nodename nor servname provided, or not known *** Check failure stack trace: *** @ 0x10deae1b5 google::LogMessage::Flush() @ 0x10deb208f google::LogMessageFatal::~LogMessageFatal() @ 0x10deaedf9 google::LogMessageFatal::~LogMessageFatal() @ 0x10de4a3e6 main @ 0x7fffb6882235 start @ 0x3 (unknown) {code} So, in order to fix this, I added the following lines to my /etc/hosts file: {code:java} 127.0.0.1 localhost AMAC02V924ZG8WL 255.255.255.255 broadcasthost ::1 localhost AMAC02V924ZG8WL {code} Now, if I try to start kudu-master one more time, I get a different error: {code:java} ./kudu-master -fs-wal-dir /tmp/master E1121 20:07:42.265756 288038912 master.cc:189] Unable to init master catalog manager: Not found: Unable to initialize catalog manager: Failed to initialize sys tables async: Could not load tablet metadata from /private/tmp/master/tablet-meta/00000000000000000000000000000000: /private/tmp/master/tablet-meta/00000000000000000000000000000000: No such file or directory (error 2) F1121 20:07:42.265815 3212440512 master_main.cc:77] Check failed: _s.ok() Bad status: Not found: Unable to initialize catalog manager: Failed to initialize sys tables async: Could not load tablet metadata from /private/tmp/master/tablet-meta/00000000000000000000000000000000: /private/tmp/master/tablet-meta/00000000000000000000000000000000: No such file or directory (error 2) *** Check failure stack trace: *** @ 0x105ab91b5 google::LogMessage::Flush() @ 0x105abd08f google::LogMessageFatal::~LogMessageFatal() @ 0x105ab9df9 google::LogMessageFatal::~LogMessageFatal() @ 0x105a553e6 main @ 0x7fffb6882235 start @ 0x3 (unknown) [1] 95227 abort ./kudu-master -fs-wal-dir /tmp/master {code} > Failed to add distributed masters: Unable to start Master at index 0 > -------------------------------------------------------------------- > > Key: KUDU-2223 > URL: https://issues.apache.org/jira/browse/KUDU-2223 > Project: Kudu > Issue Type: Bug > Components: build, java > Affects Versions: 1.6.0 > Reporter: Nacho García Fernández > > After successfully building Kudu on my OSX, I try to run the mvn verify > command in the java submodule, but I get the following exception: > {code:java} > [INFO] ------------------------------------------------------- > [INFO] T E S T S > [INFO] ------------------------------------------------------- > [INFO] Running org.apache.kudu.client.TestAlterTable > [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.42 > s <<< FAILURE! - in org.apache.kudu.client.TestAlterTable > [ERROR] org.apache.kudu.client.TestAlterTable Time elapsed: 0.42 s <<< > ERROR! > org.apache.kudu.client.NonRecoverableException: Failed to add distributed > masters: Unable to start Master at index 0: > /Users/0xNacho/dev/github/kudu/build/latest/bin/kudu-master: process exited > on signal 6 > [INFO] Running org.apache.kudu.client.TestAsyncKuduClient > [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.644 > s <<< FAILURE! - in org.apache.kudu.client.TestAsyncKuduClient > [ERROR] org.apache.kudu.client.TestAsyncKuduClient Time elapsed: 0.644 s > <<< ERROR! > org.apache.kudu.client.NonRecoverableException: Failed to add distributed > masters: Unable to start Master at index 0: > /Users/0xNacho/dev/github/kudu/build/latest/bin/kudu-master: process exited > on signal 6 > at > org.apache.kudu.client.TestAsyncKuduClient.setUpBeforeClass(TestAsyncKuduClient.java:45) > [INFO] Running org.apache.kudu.client.TestAsyncKuduSession > [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.478 > s <<< FAILURE! - in org.apache.kudu.client.TestAsyncKuduSession > [ERROR] org.apache.kudu.client.TestAsyncKuduSession Time elapsed: 0.478 s > <<< ERROR! > org.apache.kudu.client.NonRecoverableException: Failed to add distributed > masters: Unable to start Master at index 0: > /Users/0xNacho/dev/github/kudu/build/latest/bin/kudu-master: process exited > on signal 6 > at > org.apache.kudu.client.TestAsyncKuduSession.setUpBeforeClass(TestAsyncKuduSession.java:59) > [INFO] Running org.apache.kudu.client.TestAuthnTokenReacquire > [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.601 > s <<< FAILURE! - in org.apache.kudu.client.TestAuthnTokenReacquire > [ERROR] org.apache.kudu.client.TestAuthnTokenReacquire Time elapsed: 0.601 s > <<< ERROR! > org.apache.kudu.client.NonRecoverableException: Failed to add distributed > masters: Unable to start Master at index 0: > /Users/0xNacho/dev/github/kudu/build/latest/bin/kudu-master: process exited > on signal 6 > at > org.apache.kudu.client.TestAuthnTokenReacquire.setUpBeforeClass(TestAuthnTokenReacquire.java:55) > [INFO] Running org.apache.kudu.client.TestAuthnTokenReacquireOpen > [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.865 > s <<< FAILURE! - in org.apache.kudu.client.TestAuthnTokenReacquireOpen > [ERROR] org.apache.kudu.client.TestAuthnTokenReacquireOpen Time elapsed: > 0.865 s <<< ERROR! > org.apache.kudu.client.NonRecoverableException: Failed to start a single > Master: /Users/0xNacho/dev/github/kudu/build/latest/bin/kudu-master: process > exited on signal 6 > at > org.apache.kudu.client.TestAuthnTokenReacquireOpen.setUpBeforeClass(TestAuthnTokenReacquireOpen.java:58) > [INFO] Running org.apache.kudu.client.TestBitSet > [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 > s - in org.apache.kudu.client.TestBitSet > [INFO] Running org.apache.kudu.client.TestBytes > [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 > s - in org.apache.kudu.client.TestBytes > [INFO] Running org.apache.kudu.client.TestClientFailoverSupport > [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.399 > s <<< FAILURE! - in org.apache.kudu.client.TestClientFailoverSupport > [ERROR] org.apache.kudu.client.TestClientFailoverSupport Time elapsed: 0.399 > s <<< ERROR! > org.apache.kudu.client.NonRecoverableException: Failed to add distributed > masters: Unable to start Master at index 0: > /Users/0xNacho/dev/github/kudu/build/latest/bin/kudu-master: process exited > on signal 6 > at > org.apache.kudu.client.TestClientFailoverSupport.setUpBeforeClass(TestClientFailoverSupport.java:35) > [INFO] Running org.apache.kudu.client.TestColumnRangePredicate > [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 > s - in org.apache.kudu.client.TestColumnRangePredicate > [INFO] Running org.apache.kudu.client.TestConnectionCache > [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.43 > s <<< FAILURE! - in org.apache.kudu.client.TestConnectionCache > [ERROR] test(org.apache.kudu.client.TestConnectionCache) Time elapsed: 0.375 > s <<< ERROR! > org.apache.kudu.client.NonRecoverableException: Failed to add distributed > masters: Unable to start Master at index 0: > /Users/0xNacho/dev/github/kudu/build/latest/bin/kudu-master: process exited > on signal 6 > at > org.apache.kudu.client.TestConnectionCache.test(TestConnectionCache.java:40) > [INFO] Running org.apache.kudu.client.TestConnectToCluster > [ERROR] Tests run: 3, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.649 > s <<< FAILURE! - in org.apache.kudu.client.TestConnectToCluster > [ERROR] > testConnectToOneOfManyMasters(org.apache.kudu.client.TestConnectToCluster) > Time elapsed: 0.351 s <<< ERROR! > org.apache.kudu.client.NonRecoverableException: Failed to add distributed > masters: Unable to start Master at index 0: > /Users/0xNacho/dev/github/kudu/build/latest/bin/kudu-master: process exited > on signal 6 > at > org.apache.kudu.client.TestConnectToCluster.testConnectToOneOfManyMasters(TestConnectToCluster.java:82) > [ERROR] testFallbackConnectRpc(org.apache.kudu.client.TestConnectToCluster) > Time elapsed: 0.156 s <<< ERROR! > org.apache.kudu.client.NonRecoverableException: Failed to start a single > Master: /Users/0xNacho/dev/github/kudu/build/latest/bin/kudu-master: process > exited on signal 6 > at > org.apache.kudu.client.TestConnectToCluster.testFallbackConnectRpc(TestConnectToCluster.java:55) > [INFO] Running org.apache.kudu.client.TestDeadlineTracker > [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 > s - in org.apache.kudu.client.TestDeadlineTracker > [INFO] Running org.apache.kudu.client.TestErrorCollector > [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 > s - in org.apache.kudu.client.TestErrorCollector > [INFO] Running org.apache.kudu.client.TestFlexiblePartitioning > [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.446 > s <<< FAILURE! - in org.apache.kudu.client.TestFlexiblePartitioning > [ERROR] org.apache.kudu.client.TestFlexiblePartitioning Time elapsed: 0.446 > s <<< ERROR! > org.apache.kudu.client.NonRecoverableException: Failed to add distributed > masters: Unable to start Master at index 0: > /Users/0xNacho/dev/github/kudu/build/latest/bin/kudu-master: process exited > on signal 6 > [INFO] Running org.apache.kudu.client.TestHandleTooBusy > [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.443 > s <<< FAILURE! - in org.apache.kudu.client.TestHandleTooBusy > [ERROR] org.apache.kudu.client.TestHandleTooBusy Time elapsed: 0.443 s <<< > ERROR! > org.apache.kudu.client.NonRecoverableException: Failed to add distributed > masters: Unable to start Master at index 0: > /Users/0xNacho/dev/github/kudu/build/latest/bin/kudu-master: process exited > on signal 6 > at > org.apache.kudu.client.TestHandleTooBusy.setUpBeforeClass(TestHandleTooBusy.java:46) > [INFO] Running org.apache.kudu.client.TestHybridTime > [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.464 > s <<< FAILURE! - in org.apache.kudu.client.TestHybridTime > [ERROR] org.apache.kudu.client.TestHybridTime Time elapsed: 0.464 s <<< > ERROR! > org.apache.kudu.client.NonRecoverableException: Failed to add distributed > masters: Unable to start Master at index 0: > /Users/0xNacho/dev/github/kudu/build/latest/bin/kudu-master: process exited > on signal 6 > at > org.apache.kudu.client.TestHybridTime.setUpBeforeClass(TestHybridTime.java:64) > [INFO] Running org.apache.kudu.client.TestKeyEncoding > [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.523 > s <<< FAILURE! - in org.apache.kudu.client.TestKeyEncoding > [ERROR] org.apache.kudu.client.TestKeyEncoding Time elapsed: 0.523 s <<< > ERROR! > org.apache.kudu.client.NonRecoverableException: Failed to add distributed > masters: Unable to start Master at index 0: > /Users/0xNacho/dev/github/kudu/build/latest/bin/kudu-master: process exited > on signal 6 > [INFO] Running org.apache.kudu.client.TestKuduClient > [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.524 > s <<< FAILURE! - in org.apache.kudu.client.TestKuduClient > [ERROR] org.apache.kudu.client.TestKuduClient Time elapsed: 0.524 s <<< > ERROR! > org.apache.kudu.client.NonRecoverableException: Failed to add distributed > masters: Unable to start Master at index 0: > /Users/0xNacho/dev/github/kudu/build/latest/bin/kudu-master: process exited > on signal 6 > [INFO] Running org.apache.kudu.client.TestKuduPredicate > [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.133 > s - in org.apache.kudu.client.TestKuduPredicate > [INFO] Running org.apache.kudu.client.TestKuduSession > [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.426 > s <<< FAILURE! - in org.apache.kudu.client.TestKuduSession > [ERROR] org.apache.kudu.client.TestKuduSession Time elapsed: 0.426 s <<< > ERROR! > org.apache.kudu.client.NonRecoverableException: Failed to add distributed > masters: Unable to start Master at index 0: > /Users/0xNacho/dev/github/kudu/build/latest/bin/kudu-master: process exited > on signal 6 > [INFO] Running org.apache.kudu.client.TestKuduTable > [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.429 > s <<< FAILURE! - in org.apache.kudu.client.TestKuduTable > [ERROR] org.apache.kudu.client.TestKuduTable Time elapsed: 0.429 s <<< > ERROR! > org.apache.kudu.client.NonRecoverableException: Failed to add distributed > masters: Unable to start Master at index 0: > /Users/0xNacho/dev/github/kudu/build/latest/bin/kudu-master: process exited > on signal 6 > at > org.apache.kudu.client.TestKuduTable.setUpBeforeClass(TestKuduTable.java:48) > [INFO] Running org.apache.kudu.client.TestLeaderFailover > [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.472 > s <<< FAILURE! - in org.apache.kudu.client.TestLeaderFailover > [ERROR] org.apache.kudu.client.TestLeaderFailover Time elapsed: 0.472 s <<< > ERROR! > org.apache.kudu.client.NonRecoverableException: Failed to add distributed > masters: Unable to start Master at index 0: > /Users/0xNacho/dev/github/kudu/build/latest/bin/kudu-master: process exited > on signal 6 > at > org.apache.kudu.client.TestLeaderFailover.setUpBeforeClass(TestLeaderFailover.java:33) > [INFO] Running org.apache.kudu.client.TestMasterFailover > [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.509 > s <<< FAILURE! - in org.apache.kudu.client.TestMasterFailover > [ERROR] org.apache.kudu.client.TestMasterFailover Time elapsed: 0.508 s <<< > ERROR! > org.apache.kudu.client.NonRecoverableException: Failed to add distributed > masters: Unable to start Master at index 0: > /Users/0xNacho/dev/github/kudu/build/latest/bin/kudu-master: process exited > on signal 6 > [INFO] Running org.apache.kudu.client.TestMiniKuduCluster > [ERROR] Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.936 > s <<< FAILURE! - in org.apache.kudu.client.TestMiniKuduCluster > [ERROR] test(org.apache.kudu.client.TestMiniKuduCluster) Time elapsed: 0.517 > s <<< ERROR! > org.apache.kudu.client.NonRecoverableException: Failed to start a single > Master: /Users/0xNacho/dev/github/kudu/build/latest/bin/kudu-master: process > exited on signal 6 > at > org.apache.kudu.client.TestMiniKuduCluster.test(TestMiniKuduCluster.java:39) > [ERROR] testKerberos(org.apache.kudu.client.TestMiniKuduCluster) Time > elapsed: 0.355 s <<< ERROR! > org.apache.kudu.client.NonRecoverableException: Failed to start a single > Master: /Users/0xNacho/dev/github/kudu/build/latest/bin/kudu-master: process > exited on signal 6 > at > org.apache.kudu.client.TestMiniKuduCluster.testKerberos(TestMiniKuduCluster.java:80) > [INFO] Running org.apache.kudu.client.TestMultipleLeaderFailover > [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.525 > s <<< FAILURE! - in org.apache.kudu.client.TestMultipleLeaderFailover > [ERROR] org.apache.kudu.client.TestMultipleLeaderFailover Time elapsed: > 0.524 s <<< ERROR! > org.apache.kudu.client.NonRecoverableException: Failed to add distributed > masters: Unable to start Master at index 0: > /Users/0xNacho/dev/github/kudu/build/latest/bin/kudu-master: process exited > on signal 6 > at > org.apache.kudu.client.TestMultipleLeaderFailover.setUpBeforeClass(TestMultipleLeaderFailover.java:34) > {code} > It seems like Kudu master cannot be started due to some reason.... > OS details: > {code:java} > mvn test -X > Apache Maven 3.5.0 (ff8f5e7444045639af65f6095c62210b5713f426; > 2017-04-03T21:39:06+02:00) > Maven home: /usr/local/Cellar/maven/3.5.0/libexec > Java version: 1.8.0_144, vendor: Oracle Corporation > Java home: > /Library/Java/JavaVirtualMachines/jdk1.8.0_144.jdk/Contents/Home/jre > Default locale: en_US, platform encoding: UTF-8 > OS name: "mac os x", version: "10.12.6", arch: "x86_64", family: "mac" > {code} -- This message was sent by Atlassian JIRA (v6.4.14#64029)