Something #105
tests.yml
on: pull_request
dotnet-bxes-unit-tests
6m 47s
rust-bxes-unit-tests
3m 3s
dotnet-procfiler-unit-tests
22m 6s
rust-ficus-unit-tests
5m 58s
ficus-integration-tests
4m 58s
online-procfiler-tests
3m 26s
ficus-kafka-integration-tests
6m 16s
Annotations
2 errors and 43 warnings
|
online-procfiler-tests
Process completed with exit code 1.
|
|
dotnet-bxes-unit-tests
Process completed with exit code 1.
|
|
rust-bxes-unit-tests
unexpected `cfg` condition value: `wasm32`
|
|
rust-bxes-unit-tests
unexpected `cfg` condition value: `wasm32`
|
|
rust-bxes-unit-tests
unused imports: `ErrorKind` and `Error`
|
|
rust-bxes-unit-tests
unused import: `Cursor`
|
|
rust-bxes-unit-tests
unused import: `std::hash::Hash`
|
|
rust-bxes-unit-tests
unused import: `std::ptr::read`
|
|
rust-bxes-unit-tests
unused import: `ToPrimitive`
|
|
rust-bxes-unit-tests
unused import: `fmt::Display`
|
|
rust-bxes-unit-tests
function `is_value_attribute` is never used
|
|
rust-bxes-unit-tests
unreachable pattern
|
|
online-procfiler-tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
ficus-integration-tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
rust-ficus-unit-tests:
bxes/src/rust/bxes/src/binary_rw/core.rs#L97
unexpected `cfg` condition value: `wasm32`
|
|
rust-ficus-unit-tests:
bxes/src/rust/bxes/src/binary_rw/core.rs#L267
unexpected `cfg` condition value: `wasm32`
|
|
rust-ficus-unit-tests:
bxes/src/rust/bxes/src/binary_rw/cursor_stream.rs#L3
unused imports: `ErrorKind` and `Error`
|
|
rust-ficus-unit-tests:
bxes/src/rust/bxes/src/binary_rw/file_stream.rs#L4
unused import: `Cursor`
|
|
rust-ficus-unit-tests:
bxes/src/rust/bxes/src/models/domain/bxes_log_metadata.rs#L1
unused import: `std::hash::Hash`
|
|
rust-ficus-unit-tests:
bxes/src/rust/bxes/src/read/multiple_files_bxes_reader.rs#L10
unused import: `std::ptr::read`
|
|
rust-ficus-unit-tests:
bxes/src/rust/bxes/src/read/read_utils.rs#L1
unused import: `ToPrimitive`
|
|
rust-ficus-unit-tests:
bxes/src/rust/bxes/src/writer/errors.rs#L1
unused import: `fmt::Display`
|
|
rust-ficus-unit-tests:
bxes/src/rust/bxes/src/writer/writer_utils.rs#L215
function `is_value_attribute` is never used
|
|
rust-ficus-unit-tests:
bxes/src/rust/bxes_kafka/src/consumer/bxes_kafka_consumer.rs#L85
constant `uuid_length` should have an upper case name
|
|
ficus-kafka-integration-tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
dotnet-bxes-unit-tests:
bxes/src/csharp/Bxes/Models/Domain/Values/Lifecycle/StandardXesLifecycle.cs#L6
Parameter 'StandardLifecycleValues value' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well.
|
|
dotnet-bxes-unit-tests:
bxes/src/csharp/Bxes/Utils/DictionaryUtils.cs#L19
Dereference of a possibly null reference.
|
|
dotnet-bxes-unit-tests:
bxes/src/csharp/Bxes/Utils/ListExtensions.cs#L12
Dereference of a possibly null reference.
|
|
dotnet-bxes-unit-tests:
bxes/src/csharp/Bxes/Models/Domain/Values/Lifecycle/BrafLifecycle.cs#L5
Parameter 'BrafLifecycleValues value' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well.
|
|
dotnet-bxes-unit-tests:
bxes/src/csharp/Bxes/Models/Domain/Values/BxesStringValue.cs#L5
Parameter 'string value' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well.
|
|
dotnet-bxes-unit-tests:
bxes/src/csharp/Bxes/Models/Domain/BxesValues.cs#L63
Possible null reference return.
|
|
dotnet-bxes-unit-tests:
bxes/src/csharp/Bxes/Models/Domain/Values/BxesSoftwareEventTypeValue.cs#L17
Parameter 'SoftwareEventTypeValues values' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well.
|
|
dotnet-bxes-unit-tests:
bxes/src/csharp/Bxes/Models/Domain/Values/BxesDriversListValue.cs#L14
Parameter 'List<BxesDriver> drivers' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well.
|
|
dotnet-bxes-unit-tests:
bxes/src/csharp/Bxes/Models/Domain/Values/BxesArtifactModelsListValue.cs#L14
Parameter 'List<BxesArtifactItem> items' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well.
|
|
dotnet-bxes-unit-tests:
bxes/src/csharp/Bxes.IntegrationTests/InMemoryLogsTests/InMemoryLogsTest.cs#L42
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
|
|
dotnet-procfiler-unit-tests:
bxes/src/csharp/Bxes/Models/Domain/Values/Lifecycle/StandardXesLifecycle.cs#L6
Parameter 'StandardLifecycleValues value' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well.
|
|
dotnet-procfiler-unit-tests:
bxes/src/csharp/Bxes/Models/Domain/Values/Lifecycle/BrafLifecycle.cs#L5
Parameter 'BrafLifecycleValues value' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well.
|
|
dotnet-procfiler-unit-tests:
bxes/src/csharp/Bxes/Utils/ListExtensions.cs#L12
Dereference of a possibly null reference.
|
|
dotnet-procfiler-unit-tests:
bxes/src/csharp/Bxes/Utils/DictionaryUtils.cs#L19
Dereference of a possibly null reference.
|
|
dotnet-procfiler-unit-tests:
bxes/src/csharp/Bxes/Models/Domain/Values/BxesStringValue.cs#L5
Parameter 'string value' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well.
|
|
dotnet-procfiler-unit-tests:
bxes/src/csharp/Bxes/Models/Domain/Values/BxesSoftwareEventTypeValue.cs#L17
Parameter 'SoftwareEventTypeValues values' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well.
|
|
dotnet-procfiler-unit-tests:
bxes/src/csharp/Bxes/Models/Domain/Values/BxesDriversListValue.cs#L14
Parameter 'List<BxesDriver> drivers' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well.
|
|
dotnet-procfiler-unit-tests:
bxes/src/csharp/Bxes/Models/Domain/Values/BxesArtifactModelsListValue.cs#L14
Parameter 'List<BxesArtifactItem> items' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well.
|
|
dotnet-procfiler-unit-tests:
bxes/src/csharp/Bxes/Models/Domain/BxesValues.cs#L63
Possible null reference return.
|
|
dotnet-procfiler-unit-tests:
Procfiler/src/dotnet/Core/CommandLine/ProcfilerException.cs#L11
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|