func expectRegexTimeoutWithOutput(p *gexpect.ExpectSubprocess, searchPattern string, timeout time.Duration) ([]string, string, error) { return p.ExpectTimeoutRegexFindWithOutput(searchPattern, timeout) }