Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[New Output] Target encountered an error #349

Open
weisunOW opened this issue Jan 9, 2025 · 0 comments
Open

[New Output] Target encountered an error #349

weisunOW opened this issue Jan 9, 2025 · 0 comments

Comments

@weisunOW
Copy link
Contributor

weisunOW commented Jan 9, 2025

What's the uncaptured output?

Target encountered an error, this error occasionally occurs in my UI tests pipelines.

	UITests-Runner (25705) encountered an error (Early unexpected exit, operation never finished bootstrapping - no restart will be attempted. (Underlying Error: Test crashed with signal kill before starting test execution.))

OR

	UITests-Runner (25705) encountered an error (Early unexpected exit, operation never finished bootstrapping - no restart will be attempted.)

Suggested Regex

[ \t]*(.*?)\((\d+)\) encountered an error \((.*?)(\(Underlying Error:\s*(.*?)\))?\)

There are 4 capture groups to match

  • target name
  • process id? (may be omitted)
  • message
  • underlying error description

Suggested Output

No response

Additional Context

Examples on regex101.com https://regex101.com/r/NKP8gr/1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant