Skip to content

Fix elapsed format #9601

Fix elapsed format

Fix elapsed format #9601

Triggered via push July 25, 2023 08:58
Status Failure
Total duration 23m 32s
Artifacts

main.yml

on: push
build-for-unity
3m 19s
build-for-unity
release
0s
release
update-submodule
0s
update-submodule
Matrix: build-and-test
Fit to window
Zoom out
Zoom in

Annotations

1 error and 20 warnings
build-and-test (Release)
Process completed with exit code 1.
build-for-unity: .Lib9c.Miner.Tests/CustomActionsDeserializableValidatorTest.cs#L79
Dereference of a possibly null reference.
build-for-unity: .Lib9c.Miner.Tests/CustomActionsDeserializableValidatorTest.cs#L87
Dereference of a possibly null reference.
build-for-unity: .Lib9c.Miner.Tests/CustomActionsDeserializableValidatorTest.cs#L62
Non-nullable property 'UpdatedAddresses' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-for-unity: .Lib9c.Miner.Tests/CustomActionsDeserializableValidatorTest.cs#L64
Non-nullable property 'PublicKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-for-unity: .Lib9c.Miner.Tests/CustomActionsDeserializableValidatorTest.cs#L74
Non-nullable property 'Signature' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-for-unity: Lib9c.Policy/Policy/NCBlockPolicy.cs#L16
Cannot convert null literal to non-nullable reference type.
build-for-unity: Lib9c.Policy/Policy/NCBlockPolicy.cs#L18
Cannot convert null literal to non-nullable reference type.
build-for-unity: Lib9c.Policy/Policy/NCBlockPolicy.cs#L19
Cannot convert null literal to non-nullable reference type.
build-for-unity: Lib9c.Policy/Policy/NCBlockPolicy.cs#L20
Cannot convert null literal to non-nullable reference type.
build-for-unity: Lib9c.Policy/Policy/NCBlockPolicy.cs#L21
Cannot convert null literal to non-nullable reference type.
build-and-test (Release): Lib9c.Policy/NCStagePolicy.cs#L120
Nullability of reference types in type of parameter 'x' of 'int TxComparer.Compare(Transaction x, Transaction y)' doesn't match implicitly implemented member 'int IComparer<Transaction>.Compare(Transaction? x, Transaction? y)' (possibly because of nullability attributes).
build-and-test (Release): Lib9c.Policy/NCStagePolicy.cs#L120
Nullability of reference types in type of parameter 'y' of 'int TxComparer.Compare(Transaction x, Transaction y)' doesn't match implicitly implemented member 'int IComparer<Transaction>.Compare(Transaction? x, Transaction? y)' (possibly because of nullability attributes).
build-and-test (Release): Lib9c.Policy/Policy/BlockPolicySource.cs#L59
Cannot convert null literal to non-nullable reference type.
build-and-test (Release): Lib9c.Policy/Policy/NCBlockPolicy.cs#L16
Cannot convert null literal to non-nullable reference type.
build-and-test (Release): Lib9c.Policy/Policy/NCBlockPolicy.cs#L18
Cannot convert null literal to non-nullable reference type.
build-and-test (Release): Lib9c.Policy/Policy/NCBlockPolicy.cs#L19
Cannot convert null literal to non-nullable reference type.
build-and-test (Release): Lib9c.Policy/Policy/NCBlockPolicy.cs#L20
Cannot convert null literal to non-nullable reference type.
build-and-test (Release): Lib9c.Policy/Policy/NCBlockPolicy.cs#L21
Cannot convert null literal to non-nullable reference type.
build-and-test (Release): Lib9c.Policy/Policy/NCBlockPolicy.cs#L22
Cannot convert null literal to non-nullable reference type.
build-and-test (Release): Lib9c.Policy/NCStagePolicy.cs#L53
Possible null reference return.