Skip to content

Slotted array vectorized #1248

Slotted array vectorized

Slotted array vectorized #1248

Triggered via pull request July 24, 2024 12:54
Status Failure
Total duration 20m 24s
Artifacts

tests.yml

on: pull_request
Run Paprika tests
20m 13s
Run Paprika tests
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
Run Paprika tests
The job running on runner GitHub Actions 68 has exceeded the maximum execution time of 20 minutes.
Run Paprika tests
The operation was canceled.
Run Paprika tests: src/Paprika/Chain/Blockchain.cs#L64
Non-nullable event 'Flushed' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
Run Paprika tests: src/Paprika/Chain/Blockchain.cs#L64
Non-nullable event 'FlusherFailure' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
Run Paprika tests: src/Paprika/Utils/Metrics.cs#L200
Non-nullable property 'DbSize' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Run Paprika tests: src/Paprika/Utils/Metrics.cs#L188
Non-nullable property 'TotalMerkle' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Run Paprika tests: src/Paprika/Utils/Metrics.cs#L191
Non-nullable property 'StateProcessing' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Run Paprika tests: src/Paprika/Utils/Metrics.cs#L194
Non-nullable property 'StorageProcessing' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Run Paprika tests: src/Paprika/Chain/Blockchain.cs#L1861
Possible null reference assignment.
Run Paprika tests: src/Paprika/Chain/Blockchain.cs#L1918
Possible null reference argument for parameter 'item' in 'void List<ReadOnlyState>.Add(ReadOnlyState item)'.
Run Paprika tests: src/Paprika/Utils/Metrics.cs#L150
Parameter 'instrument' is unread.
Run Paprika tests: src/Paprika/Chain/Blockchain.cs#L1593
Possible null reference argument for parameter 'pool' in 'void BitMapFilter<OfN>.Return(BufferPool pool)'.