Skip to content

Remove Compression & Decompression from RLPMemo #1653

Remove Compression & Decompression from RLPMemo

Remove Compression & Decompression from RLPMemo #1653

Triggered via pull request January 6, 2025 06:15
Status Failure
Total duration 32s
Artifacts

tests.yml

on: pull_request
Run Paprika tests
22s
Run Paprika tests
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 11 warnings
Run Paprika tests: src/Paprika/Chain/Blockchain.cs#L2010
'RlpMemo' does not contain a definition for 'Size'
Run Paprika tests: src/Paprika/Chain/Blockchain.cs#L2017
Argument 1: cannot convert from 'Paprika.Crypto.Keccak' to 'System.ReadOnlySpan<byte>'
Run Paprika tests: src/Paprika/Chain/Blockchain.cs#L1502
'RlpMemo' does not contain a definition for 'Size'
Run Paprika tests: src/Paprika/Chain/Blockchain.cs#L1539
'RlpMemo' does not contain a definition for 'Decompress'
Run Paprika tests: src/Paprika/Merkle/ComputeMerkleBehavior.cs#L126
'RlpMemo' does not contain a definition for 'Size'
Run Paprika tests: src/Paprika/Merkle/ComputeMerkleBehavior.cs#L127
'RlpMemo' does not contain a definition for 'Decompress'
Run Paprika tests: src/Paprika/Merkle/ComputeMerkleBehavior.cs#L164
'RlpMemo' does not contain a definition for 'Size'
Run Paprika tests: src/Paprika/Merkle/ComputeMerkleBehavior.cs#L165
'RlpMemo' does not contain a definition for 'Decompress'
Run Paprika tests: src/Paprika/Merkle/ComputeMerkleBehavior.cs#L1409
'RlpMemo' does not contain a definition for 'Size'
Run Paprika tests: src/Paprika/Merkle/ComputeMerkleBehavior.cs#L1419
'RlpMemo' does not contain a definition for 'Decompress'
Run Paprika tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run Paprika tests: src/Paprika/Utils/Metrics.cs#L200
Non-nullable property 'DbSize' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or declaring the property as nullable.
Run Paprika tests: src/Paprika/Utils/Metrics.cs#L150
Parameter 'instrument' is unread.
Run Paprika tests: src/Paprika/Chain/Blockchain.cs#L67
Non-nullable event 'Flushed' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
Run Paprika tests: src/Paprika/Chain/Blockchain.cs#L67
Non-nullable event 'FlusherFailure' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
Run Paprika tests: src/Paprika/Store/StorageFanOut.cs#L397
This returns a parameter by reference 'key' but it is scoped to the current method
Run Paprika tests: src/Paprika/Chain/Blockchain.cs#L2326
Possible null reference assignment.
Run Paprika tests: src/Paprika/Chain/Blockchain.cs#L2383
Possible null reference argument for parameter 'item' in 'void List<ReadOnlyState>.Add(ReadOnlyState item)'.