Skip to content

Accommodate API changes #5802

Accommodate API changes

Accommodate API changes #5802

Triggered via push September 13, 2023 00:16
Status Failure
Total duration 10m 47s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

build.yml

on: push
Matrix: build-and-tests
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 40 warnings
build-and-tests (DevEx)
Process completed with exit code 1.
build-and-tests (DevEx)
The job was canceled because "ubuntu-20_04_DevEx" failed.
build-and-tests (DevEx)
The operation was canceled.
build-and-tests (Release)
The job was canceled because "ubuntu-20_04_DevEx" failed.
build-and-tests (Release)
The operation was canceled.
build-and-tests (Release)
The job was canceled because "ubuntu-20_04_DevEx" failed.
build-and-tests (Release)
The operation was canceled.
build-and-tests (DevEx): Lib9c/.Lib9c.StateService.Shared/RemoteEvaluationResponse.cs#L5
Non-nullable property 'Evaluations' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-tests (DevEx): Lib9c/.Lib9c.StateService.Shared/RemoteEvaluationRequest.cs#L5
Non-nullable property 'PreEvaluationBlock' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-tests (DevEx): Lib9c/.Libplanet.Extensions.RemoteBlockChainStates/RemoteBlockState.cs#L104
Possible null reference argument for parameter 'source' in 'IEnumerable<string> Enumerable.Select<Address, string>(IEnumerable<Address> source, Func<Address, string> selector)'.
build-and-tests (DevEx): Lib9c/.Libplanet.Extensions.RemoteBlockChainStates/RemoteBlockState.cs#L112
Possible null reference argument for parameter 'source' in 'IEnumerable<string> Enumerable.Select<Address, string>(IEnumerable<Address> source, Func<Address, string> selector)'.
build-and-tests (DevEx): Lib9c/.Libplanet.Extensions.RemoteBlockChainStates/RemoteBlockState.cs#L174
Non-nullable property 'StateQuery' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-tests (DevEx): Lib9c/.Libplanet.Extensions.RemoteBlockChainStates/RemoteBlockState.cs#L179
Non-nullable property 'States' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-tests (DevEx): Lib9c/.Libplanet.Extensions.RemoteBlockChainStates/RemoteBlockState.cs#L184
Non-nullable property 'StateQuery' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-tests (DevEx): Lib9c/.Libplanet.Extensions.RemoteBlockChainStates/RemoteBlockState.cs#L189
Non-nullable property 'Balance' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-tests (DevEx): Lib9c/.Lib9c.StateService.Shared/RemoteEvaluationRequest.cs#L5
Non-nullable property 'PreEvaluationBlock' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-tests (DevEx): Lib9c/.Lib9c.StateService.Shared/RemoteEvaluationResponse.cs#L5
Non-nullable property 'Evaluations' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-tests (DevEx): Lib9c/.Libplanet.Extensions.ActionEvaluatorCommonComponents/AccountStateDelta.cs#L45
Non-nullable property 'BaseState' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-tests (DevEx): Lib9c/.Libplanet.Extensions.ActionEvaluatorCommonComponents/AccountStateDelta.cs#L45
Non-nullable property 'TotalUpdatedFungibleAssets' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-tests (DevEx): Lib9c/.Libplanet.Extensions.ActionEvaluatorCommonComponents/AccountStateDelta.cs#L63
Non-nullable property 'BaseState' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-tests (DevEx): Lib9c/.Libplanet.Extensions.ActionEvaluatorCommonComponents/AccountStateDelta.cs#L63
Non-nullable property 'TotalUpdatedFungibleAssets' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-tests (DevEx): Lib9c/Lib9c.Policy/NCStagePolicy.cs#L125
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-tests (DevEx): Lib9c/Lib9c.Policy/NCStagePolicy.cs#L125
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-tests (DevEx): Lib9c/Lib9c.Policy/Policy/BlockPolicySource.cs#L59
Cannot convert null literal to non-nullable reference type.
build-and-tests (Release): Lib9c/.Lib9c.StateService.Shared/RemoteEvaluationRequest.cs#L5
Non-nullable property 'PreEvaluationBlock' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-tests (Release): Lib9c/.Lib9c.StateService.Shared/RemoteEvaluationResponse.cs#L5
Non-nullable property 'Evaluations' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-tests (Release): Lib9c/.Libplanet.Extensions.ActionEvaluatorCommonComponents/AccountStateDelta.cs#L45
Non-nullable property 'BaseState' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-tests (Release): Lib9c/.Libplanet.Extensions.ActionEvaluatorCommonComponents/AccountStateDelta.cs#L45
Non-nullable property 'TotalUpdatedFungibleAssets' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-tests (Release): Lib9c/.Libplanet.Extensions.ActionEvaluatorCommonComponents/AccountStateDelta.cs#L63
Non-nullable property 'BaseState' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-tests (Release): Lib9c/.Libplanet.Extensions.ActionEvaluatorCommonComponents/AccountStateDelta.cs#L63
Non-nullable property 'TotalUpdatedFungibleAssets' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-tests (Release): Lib9c/.Libplanet.Extensions.RemoteBlockChainStates/RemoteBlockState.cs#L104
Possible null reference argument for parameter 'source' in 'IEnumerable<string> Enumerable.Select<Address, string>(IEnumerable<Address> source, Func<Address, string> selector)'.
build-and-tests (Release): Lib9c/.Lib9c.StateService.Shared/RemoteEvaluationRequest.cs#L5
Non-nullable property 'PreEvaluationBlock' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-tests (Release): Lib9c/.Lib9c.StateService.Shared/RemoteEvaluationResponse.cs#L5
Non-nullable property 'Evaluations' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-tests (Release): Lib9c/.Libplanet.Extensions.RemoteBlockChainStates/RemoteBlockState.cs#L104
Possible null reference argument for parameter 'source' in 'IEnumerable<string> Enumerable.Select<Address, string>(IEnumerable<Address> source, Func<Address, string> selector)'.
build-and-tests (Release): Lib9c/.Libplanet.Extensions.RemoteBlockChainStates/RemoteBlockState.cs#L112
Possible null reference argument for parameter 'source' in 'IEnumerable<string> Enumerable.Select<Address, string>(IEnumerable<Address> source, Func<Address, string> selector)'.
build-and-tests (Release): Lib9c/.Libplanet.Extensions.RemoteBlockChainStates/RemoteBlockState.cs#L219
Non-nullable property 'PublicKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-tests (Release): Lib9c/.Libplanet.Extensions.RemoteBlockChainStates/RemoteBlockState.cs#L214
Non-nullable property 'Validators' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-tests (Release): Lib9c/.Libplanet.Extensions.RemoteBlockChainStates/RemoteBlockState.cs#L209
Non-nullable property 'StateQuery' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-tests (Release): Lib9c/.Libplanet.Extensions.RemoteBlockChainStates/RemoteBlockState.cs#L204
Non-nullable property 'TotalSupply' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.