Skip to content

Something

Something #98

Triggered via pull request December 9, 2024 22:23
@aerooneqqaerooneqq
synchronize #24
something
Status Success
Total duration 21m 32s
Artifacts

tests.yml

on: pull_request
dotnet-bxes-unit-tests
4m 53s
dotnet-bxes-unit-tests
rust-bxes-unit-tests
2m 45s
rust-bxes-unit-tests
dotnet-procfiler-unit-tests
21m 19s
dotnet-procfiler-unit-tests
rust-ficus-unit-tests
5m 21s
rust-ficus-unit-tests
ficus-integration-tests
4m 54s
ficus-integration-tests
online-procfiler-tests
3m 37s
online-procfiler-tests
ficus-kafka-integration-tests
5m 45s
ficus-kafka-integration-tests
Fit to window
Zoom out
Zoom in

Annotations

52 warnings
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
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/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/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/Utils/ListExtensions.cs#L12
Dereference of a possibly null reference.
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/Models/Domain/BxesValues.cs#L63
Possible null reference return.
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/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/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/Utils/ListExtensions.cs#L12
Dereference of a possibly null reference.
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/Models/Domain/BxesValues.cs#L63
Possible null reference return.
dotnet-bxes-unit-tests: Ficus/src/front/FicusFrontend/FicusFrontend/Components/SidebarList/SidebarList.razor#L51
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
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/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-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/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/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.IntegrationTests/InMemoryLogsTests/InMemoryLogsTest.cs#L42
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.