joe kirchoff
a20c9fbb9e
UnrealBuildTool: Format documents, remove and sort usings
...
#rnx
[CL 32700883 by joe kirchoff in ue5-main branch]
2024-04-03 12:22:43 -04:00
ryan hummer
82c21e2aed
Fixing mac system matcher
...
#rnx
#rb none
[CL 32377997 by ryan hummer in ue5-main branch]
2024-03-20 15:29:18 -04:00
jim casale
e25a4eeea5
Adding Systemic matcher to out of heap memory errors
...
#jira UE-168223
#rnx
#rb Ryan.Hummer
[CL 32377797 by jim casale in ue5-main branch]
2024-03-20 15:19:42 -04:00
ryan hummer
db9fe61839
Add event matcher to temporarily silence a xcode warning
...
#rnx
#rb none
[CL 32364133 by ryan hummer in ue5-main branch]
2024-03-20 09:52:38 -04:00
ben marsh
047a9fc105
Horde: Fix static analysis warning.
...
[CL 31188137 by ben marsh in ue5-main branch]
2024-02-05 15:55:15 -05:00
ben marsh
5468687551
Horde: Add Meziantou.Analyzer to Horde.Agent and Horde.Server. Many rules currently disabled; will re-enable and fix up some in subsequent commits.
...
[CL 31186356 by ben marsh in ue5-main branch]
2024-02-05 15:12:50 -05:00
ben marsh
ae57e1c7ab
Fix warnings being parsed as errors (due to "Warning" appearing capitalized).
...
#jira
[CL 29653177 by ben marsh in ue5-main branch]
2023-11-10 15:38:33 -05:00
ben marsh
9d4a134148
Horde: Prevent C# compile errors matching lines where the compiler is writing output files.
...
#jira
[CL 28720748 by ben marsh in ue5-main branch]
2023-10-12 14:34:42 -04:00
Ben Marsh
abf0872077
Horde: Enable more style warnings at build time.
...
[CL 27945357 by Ben Marsh in ue5-main branch]
2023-09-16 12:04:36 -04:00
Ben Marsh
3144ec18d7
UBT: Update editorconfig to suppress warnings for log matchers linked from Horde project.
...
[CL 27828513 by Ben Marsh in ue5-main branch]
2023-09-13 09:40:00 -04:00
Ben Marsh
f074d2fec8
Restore missing using statement. UBT does not build with implicit usings.
...
[CL 27827837 by Ben Marsh in ue5-main branch]
2023-09-13 09:20:01 -04:00
Ben Marsh
361b4a9555
Horde: Fix some random static analyzer messages.
...
[CL 27827663 by Ben Marsh in ue5-main branch]
2023-09-13 09:12:25 -04:00
Ben Marsh
c74a34b764
Horde: Better matching for UAT/UBT compile errors at startup.
...
- Messages saying "XXX failed to compile" from RunUAT.bat/RunUBT.bat are now grouped with regular compile erorrs, and hidden if more contextual messages are available.
- Summary saying "N warning(s)" and "N error(s)" are hidden by default.
[CL 27642876 by Ben Marsh in ue5-main branch]
2023-09-06 13:42:06 -04:00
joe kirchoff
36d266e932
UnrealBuildTool: Automated code cleanup
...
#rnx
#preflight 6476799e947ff6973c225619
[CL 25693241 by joe kirchoff in ue5-main branch]
2023-05-30 18:38:07 -04:00
Ben Marsh
0ede5eada2
UBT: Match engine-style script errors in logs.
...
#preflight none
[CL 25330216 by Ben Marsh in ue5-main branch]
2023-05-03 21:04:34 -04:00
Ryan Hummer
727a070f22
Updating XGE coordinator event matchers
...
Coordinator message changed, also adding a post build summary regex to catch messages as well to tag as systemic
#rnx
#jira none
#rb bryan.johnson
#preflight none
[CL 24786514 by Ryan Hummer in ue5-main branch]
2023-03-24 16:26:15 -04:00
carl bystrom
7cbfddd205
UBT: Remove XGE task metadata extraction
...
Current regex matchers potentially caused a slowdown in cooks. Also, this approach of grabbing metrics cannot be applied for cooker-based XGE tasks, so removing this completely in favor of using *.ib_mon files is for the better.
#preflight none
[CL 23909576 by carl bystrom in ue5-main branch]
2023-01-30 11:58:15 -05:00
carl bystrom
fe2e958407
UBT: Fix seconds vs milliseconds parsing of XGE metadata
...
#preflight none
[CL 23830026 by carl bystrom in ue5-main branch]
2023-01-24 09:32:32 -05:00
carl bystrom
e3f2eedf8a
Horde: Handle unset agent name in XGE metadata metrics
...
#preflight 63cf0da83a03cb0bbf199411
[CL 23823665 by carl bystrom in ue5-main branch]
2023-01-23 17:54:29 -05:00
carl bystrom
7bd481560d
Horde: Extract XGE task metadata as structured log events
...
As a start, they are logged to the agent process logger (as opposed to job logger).
#preflight 63cecac6976daa618c16edde
[CL 23816331 by carl bystrom in ue5-main branch]
2023-01-23 13:00:45 -05:00
Josh Engebretson
dc033f1ab0
Horde: Fix fatal link warnings not having error issue severity
...
#jira none
#rnx
#preflight none
[CL 22598370 by Josh Engebretson in ue5-main branch]
2022-10-18 09:39:51 -04:00
Josh Engebretson
058ba28ad4
Horde: Add UBT matchers for additional XGE messages, with test
...
#jira none
#rnx
#preflight none
#fyi ryan.hummer
[CL 22435527 by Josh Engebretson in ue5-main branch]
2022-10-10 14:34:10 -04:00
Ben Marsh
f02930fb9c
UBT: Add a matcher for Verse errors.
...
#preflight none
[CL 22142130 by Ben Marsh in ue5-main branch]
2022-09-22 15:04:30 -04:00
Ryan Hummer
730c61da7b
Adding a known compile log event for an xcode library
...
It comes from sterr so needs to be outside the normal warning/error checking in the CompilerEventMatcher
#rnx
#jira UE-163741
#rb ben.marsh
#preflight 63221b3347741a7dbd834069
[CL 22021414 by Ryan Hummer in ue5-main branch]
2022-09-14 20:52:50 -04:00
Ben Marsh
8e8db2a5de
UBT: Add a matcher for XGE errors.
...
#preflight none
[CL 21817422 by Ben Marsh in ue5-main branch]
2022-09-06 10:50:38 -04:00