Lines Matching refs:Errorf
157 return fmt.Errorf("target parameters are not filled in")
160 return fmt.Errorf("config param workdir is empty")
164 return fmt.Errorf("config param syzkaller is empty")
170 return fmt.Errorf("config param http is empty")
173 return fmt.Errorf("config param type is empty")
176 return fmt.Errorf("bad config param procs: '%v', want [1, 32]", cfg.Procs)
181 return fmt.Errorf("config param sandbox must contain one of none/setuid/namespace")
193 return fmt.Errorf("hub_client is set, but name/hub_addr/hub_key is empty")
198 return fmt.Errorf("dashboard_client is set, but name/dashboard_addr/dashboard_key is empty")
206 return fmt.Errorf("bad config syzkaller param: ssh user is empty")
216 return fmt.Errorf("sshkey %v is unprotected, ssh will reject it, do chmod 0600", cfg.SSHKey)
224 return fmt.Errorf("unsupported OS/arch: %v/%v", cfg.TargetOS, cfg.TargetArch)
235 return fmt.Errorf("bad config syzkaller param: can't find %v", cfg.SyzFuzzerBin)
238 return fmt.Errorf("bad config syzkaller param: can't find %v", cfg.SyzExecprogBin)
241 return fmt.Errorf("bad config syzkaller param: can't find %v", cfg.SyzExecutorBin)
248 return "", "", "", fmt.Errorf("target is empty")
252 return "", "", "", fmt.Errorf("bad config param target")
275 return nil, fmt.Errorf("unknown enabled syscall: %v", c)
292 return nil, fmt.Errorf("unknown disabled syscall: %v", c)
296 return nil, fmt.Errorf("all syscalls are disabled by disable_syscalls in config")