• Home
  • Raw
  • Download

Lines Matching refs:Errorf

160 		return nil, fmt.Errorf("binary is empty string")
220 err0 = fmt.Errorf("failed to serialize: %v", err)
292 return nil, fmt.Errorf("failed to read number of calls")
297 return nil, fmt.Errorf("failed to read call %v reply", i)
302 return nil, fmt.Errorf("bad call %v index %v/%v", i, reply.index, len(info))
305 return nil, fmt.Errorf("wrong call %v num %v/%v", i, reply.num, num)
309 return nil, fmt.Errorf("duplicate reply for call %v/%v/%v", i, reply.index, reply.num)
314 return nil, fmt.Errorf("call %v/%v/%v: signal overflow: %v/%v",
318 return nil, fmt.Errorf("call %v/%v/%v: cover overflow: %v/%v",
338 return nil, fmt.Errorf("failed to read comp %v", i)
341 return nil, fmt.Errorf("bad comp %v type %v", i, typ)
355 return nil, fmt.Errorf("failed to read comp %v op", i)
466 return nil, fmt.Errorf("failed to create temp dir: %v", err)
485 return nil, fmt.Errorf("failed to chmod temp dir: %v", err)
492 return nil, fmt.Errorf("failed to create pipe: %v", err)
499 return nil, fmt.Errorf("failed to create pipe: %v", err)
507 return nil, fmt.Errorf("failed to create pipe: %v", err)
555 return nil, fmt.Errorf("failed to start executor binary: %v", err)
594 return c.handshakeError(fmt.Errorf("failed to write control pipe: %v", err))
606 read <- fmt.Errorf("bad handshake reply magic 0x%x", reply.magic)
620 return c.handshakeError(fmt.Errorf("not serving"))
627 err = fmt.Errorf("executor %v: %v\n%s", c.pid, err, output)
663 err0 = fmt.Errorf("executor %v: failed to write control pipe: %v", c.pid, err)
669 err0 = fmt.Errorf("executor %v: failed to write control pipe: %v", c.pid, err)
745 err0 = fmt.Errorf("executor %v: detected kernel bug", c.pid)
756 err0 = fmt.Errorf("executor %v: exit status %d", c.pid, exitStatus)