ignore copy error for build test #21
Annotations
1 error and 21 warnings
Test Agent Linux
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test Agent Linux:
Payload_Type/athena/athena/agent_code/Agent/Managers/MessageManager.cs#L219
Nullability of reference types in type of parameter 'job' of 'bool MessageManager.TryGetJob(string task_id, out ServerJob? job)' doesn't match implicitly implemented member 'bool IMessageManager.TryGetJob(string task_id, out ServerJob job)' (possibly because of nullability attributes).
|
Test Agent Linux:
Payload_Type/athena/athena/agent_code/Agent/Config/ContainerProvider.cs#L12
Non-nullable property 'Container' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Test Agent Linux:
Payload_Type/athena/athena/agent_code/Agent/Agent.cs#L18
Cannot convert null literal to non-nullable reference type.
|
Test Agent Linux:
Payload_Type/athena/athena/agent_code/Agent/Agent.cs#L30
Nullability of reference types in type of parameter 'sender' of 'void Agent.OnTaskingReceived(object sender, TaskingReceivedArgs args)' doesn't match the target delegate 'EventHandler<TaskingReceivedArgs>' (possibly because of nullability attributes).
|
Test Agent Linux:
Payload_Type/athena/athena/agent_code/Agent/Managers/MessageManager.cs#L27
Non-nullable field 'origStdOut' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Test Agent Linux:
Payload_Type/athena/athena/agent_code/Agent/Managers/MessageManager.cs#L31
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Test Agent Linux:
Payload_Type/athena/athena/agent_code/Agent/Managers/MessageManager.cs#L50
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Test Agent Linux:
Payload_Type/athena/athena/agent_code/Agent/Managers/MessageManager.cs#L55
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Test Agent Linux:
Payload_Type/athena/athena/agent_code/Agent/Managers/MessageManager.cs#L59
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Test Agent Linux:
Payload_Type/athena/athena/agent_code/Agent/Agent.cs#L43
The variable 'e' is declared but never used
|
Build Agent Linux
For projects targeting .NET 8.0 and higher, specifying a RuntimeIdentifier will no longer produce a self contained app by default. To continue building self-contained apps, set the SelfContained property to true or use the --self-contained argument.
|
Build Agent Linux
For projects targeting .NET 8.0 and higher, specifying a RuntimeIdentifier will no longer produce a self contained app by default. To continue building self-contained apps, set the SelfContained property to true or use the --self-contained argument.
|
Build Agent Linux
For projects targeting .NET 8.0 and higher, specifying a RuntimeIdentifier will no longer produce a self contained app by default. To continue building self-contained apps, set the SelfContained property to true or use the --self-contained argument.
|
Build Agent Linux:
Payload_Type/athena/athena/agent_code/Tests/Agent.Tests.Defender/DefenderTests/Checker/Checkers/DefenderScanner.cs#L146
Non-nullable property 'Signature' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build Agent Linux:
Payload_Type/athena/athena/agent_code/Tests/Agent.Tests.Defender/DefenderTests/Checker/Checkers/DefenderScanner.cs#L17
Non-nullable field 'FilePath' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build Agent Linux:
Payload_Type/athena/athena/agent_code/Tests/Agent.Tests.Defender/DefenderTests/Checker/Checkers/DefenderScanner.cs#L17
Non-nullable property 'result' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build Agent Linux:
Payload_Type/athena/athena/agent_code/Tests/Agent.Tests.Defender/DefenderTests/DefenderTests.cs#L17
Dereference of a possibly null reference.
|
Build Agent Linux:
Payload_Type/athena/athena/agent_code/Tests/Agent.Tests.Defender/DefenderTests/DefenderTests.cs#L17
Dereference of a possibly null reference.
|
Build Agent Linux:
Payload_Type/athena/athena/agent_code/Tests/Agent.Tests.Defender/DefenderTests/DefenderTests.cs#L17
Dereference of a possibly null reference.
|
Build Agent Linux:
Payload_Type/athena/athena/agent_code/Tests/Agent.Tests.Defender/DefenderTests/DefenderTests.cs#L17
Dereference of a possibly null reference.
|
The logs for this run have expired and are no longer available.
Loading