NuGet Package Deploy #21
Annotations
5 errors and 20 warnings
build
The file '/home/runner/work/LNUnit/LNUnit/LNBolt/bin/Release/net8.0/LNBolt.dll' to be packed was not found on disk.
|
build
Process completed with exit code 1.
|
LNUnit.Tests.AbcLightningAbstractTestsBoltDb("boltdb","lightninglabs/lnd","daily-testing-only","/root/.lnd",True) ► VirtualNodeInvoicePaymentFlowDemo:
LNUnit.Tests/Abstract/AbcLightningAbstractTests.cs#L308
Failed test found in:
coverage/test-results.trx
Error:
Expected: 10
But was: 3996539
|
LNUnit.Tests.Abstract.DockerTest ► BuildBitcoin_27_0_rc1_DockerImage:
LNUnit/Setup/DockerHelper.cs#L108
Failed test found in:
coverage/test-results.trx
Error:
System.IO.DirectoryNotFoundException : Could not find a part of the path '/home/runner/work/LNUnit/LNUnit/Docker/bitcoin/27.0rc1'.
|
LNUnit.Tests.Fixture.AbcLightningAbstractTestsPostgres("postgres","lightninglabs/lnd","daily-testing-only","/root/.lnd",True) ► VirtualNodeInvoicePaymentFlowDemo:
LNUnit.Tests/Abstract/AbcLightningAbstractTests.cs#L245
Failed test found in:
coverage/test-results.trx
Error:
System.InvalidOperationException : Secure key is already initialized.
|
build:
LNUnit.LND/LNDHTLCMonitor.cs#L13
Cannot convert null literal to non-nullable reference type.
|
build:
LNUnit.LND/LNDStateMonitor.cs#L13
Cannot convert null literal to non-nullable reference type.
|
build:
LNUnit.LND/LNDNodePool.cs#L261
Cannot convert null literal to non-nullable reference type.
|
build:
LNUnit.LND/LoopConnection.cs#L23
Possible null reference argument for parameter 'tlsCertBase64' in 'void LoopConnection.StartWithBase64(string tlsCertBase64, string macaroonBase64, string host)'.
|
build:
LNUnit.LND/LoopConnection.cs#L23
Possible null reference argument for parameter 'macaroonBase64' in 'void LoopConnection.StartWithBase64(string tlsCertBase64, string macaroonBase64, string host)'.
|
build:
LNUnit.LND/LoopConnection.cs#L19
Non-nullable property 'Host' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
LNUnit.LND/LoopConnection.cs#L19
Non-nullable property 'gRPCChannel' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
LNUnit.LND/LoopConnection.cs#L19
Non-nullable property 'SwapClient' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
LNUnit.LND/LNDStateMonitor.cs#L41
The variable 'e' is declared but never used
|
build:
LNUnit.LND/LNDSimpleHtlcInterceptorHandler.cs#L65
The variable 'e' is declared but never used
|
build:
LNBolt/ECKeyPair.cs#L681
Nullability of reference types in type of parameter 'other' of 'int ECKeyPair.CompareTo(ECKeyPair other)' doesn't match implicitly implemented member 'int IComparable<ECKeyPair>.CompareTo(ECKeyPair? other)' (possibly because of nullability attributes).
|
build:
LNBolt/ECKeyPair.cs#L657
Possible null reference return.
|
build:
LNBolt/BOLT11/Bech32.cs#L82
Cannot convert null literal to non-nullable reference type.
|
build:
LNBolt/BOLT11/Bech32.cs#L95
Cannot convert null literal to non-nullable reference type.
|
build:
LNBolt/BOLT11/Bech32.cs#L96
Cannot convert null literal to non-nullable reference type.
|
build:
LNBolt/BOLT11/Bech32.cs#L105
Cannot convert null literal to non-nullable reference type.
|
build:
LNBolt/BOLT11/Bech32.cs#L106
Cannot convert null literal to non-nullable reference type.
|
build:
LNBolt/BOLT11/Bech32.cs#L117
Cannot convert null literal to non-nullable reference type.
|
build:
LNBolt/BOLT11/Bech32.cs#L125
Cannot convert null literal to non-nullable reference type.
|
build:
LNBolt/BOLT11/Bech32.cs#L146
Possible null reference return.
|