Skip to content

NuGet Package Deploy #21

NuGet Package Deploy

NuGet Package Deploy #21

GitHub Actions / Unit Tests failed Aug 27, 2024 in 1s

53 passed, 3 failed and 2 skipped

Tests failed

❌ coverage/test-results.trx

58 tests were completed in 427s with 53 passed, 3 failed and 2 skipped.

Test suite Passed Failed Skipped Time
LNUnit.Tests.AbcLightningAbstractTestsBoltDb("boltdb","lightninglabs/lnd","daily-testing-only","/root/.lnd",True) 23✅ 1❌ 1⚪ 133s
LNUnit.Tests.Abstract.DockerTest 7✅ 1❌ 657ms
LNUnit.Tests.Fixture.AbcLightningAbstractTestsPostgres("postgres","lightninglabs/lnd","daily-testing-only","/root/.lnd",True) 23✅ 1❌ 1⚪ 145s

❌ LNUnit.Tests.AbcLightningAbstractTestsBoltDb("boltdb","lightninglabs/lnd","daily-testing-only","/root/.lnd",True)

✅ ChannelAcceptorDeny
✅ CheckForSuccessButFailureReasonIsNotNone_LND_18_Bug
✅ CheckLNDVersion
✅ ExportGraph
✅ FailureInvoiceTimeout
✅ FailureNoRouteBecauseFeesAreTooHigh
✅ FailureReasonNoRoute
✅ GetChannelPointFromAliases
✅ GetChannelsFromAlias
✅ GetNodeConnectionFromPool
✅ GetPaymentFailureData
✅ HoldInvoice_Settlement
✅ InterceptorTest
✅ Keysend_To_Bob_PaymentsPerSecondMax_Threaded(1)
✅ Keysend_To_Bob_PaymentsPerSecondMax_Threaded(32)
✅ ListInvoiceAndPaymentNoDatePage
✅ ListInvoiceAndPaymentPaging
⚪ OnChannelEventBasics
✅ PoolRebalance
✅ SendMany_Onchain
✅ Successful
✅ SuccessfulKeysend
✅ UpdateChannelPolicy
✅ UpdateChannelPolicyPerNode
❌ VirtualNodeInvoicePaymentFlowDemo
	  Expected: 10
	  But was:  3996539
	

❌ LNUnit.Tests.Abstract.DockerTest

❌ BuildBitcoin_27_0_rc1_DockerImage
	System.IO.DirectoryNotFoundException : Could not find a part of the path '/home/runner/work/LNUnit/LNUnit/Docker/bitcoin/27.0rc1'.
✅ BuildDockerImage
✅ ComposeAndDestroyCluster
✅ CreateDestroyNetwork
✅ DetectGitlabRunner
✅ Docker_PullImage
✅ ListContainer
✅ MakeContainer

❌ LNUnit.Tests.Fixture.AbcLightningAbstractTestsPostgres("postgres","lightninglabs/lnd","daily-testing-only","/root/.lnd",True)

✅ ChannelAcceptorDeny
✅ CheckForSuccessButFailureReasonIsNotNone_LND_18_Bug
✅ CheckLNDVersion
✅ ExportGraph
✅ FailureInvoiceTimeout
✅ FailureNoRouteBecauseFeesAreTooHigh
✅ FailureReasonNoRoute
✅ GetChannelPointFromAliases
✅ GetChannelsFromAlias
✅ GetNodeConnectionFromPool
✅ GetPaymentFailureData
✅ HoldInvoice_Settlement
✅ InterceptorTest
✅ Keysend_To_Bob_PaymentsPerSecondMax_Threaded(1)
✅ Keysend_To_Bob_PaymentsPerSecondMax_Threaded(32)
✅ ListInvoiceAndPaymentNoDatePage
✅ ListInvoiceAndPaymentPaging
⚪ OnChannelEventBasics
✅ PoolRebalance
✅ SendMany_Onchain
✅ Successful
✅ SuccessfulKeysend
✅ UpdateChannelPolicy
✅ UpdateChannelPolicyPerNode
❌ VirtualNodeInvoicePaymentFlowDemo
	System.InvalidOperationException : Secure key is already initialized.

Annotations

Check failure on line 308 in LNUnit.Tests/Abstract/AbcLightningAbstractTests.cs

See this annotation in the file changed.

@github-actions github-actions / Unit Tests

LNUnit.Tests.AbcLightningAbstractTestsBoltDb("boltdb","lightninglabs/lnd","daily-testing-only","/root/.lnd",True) ► VirtualNodeInvoicePaymentFlowDemo

Failed test found in:
  coverage/test-results.trx
Error:
    Expected: 10
    But was:  3996539
  
Raw output
  Expected: 10
  But was:  3996539

   at LNUnit.Tests.Abstract.AbcLightningAbstractTests.VirtualNodeInvoicePaymentFlowDemo() in /home/runner/work/LNUnit/LNUnit/LNUnit.Tests/Abstract/AbcLightningAbstractTests.cs:line 308
   at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.BlockUntilCompleted()
   at NUnit.Framework.Internal.MessagePumpStrategy.NoMessagePumpStrategy.WaitForCompletion(AwaitAdapter awaiter)
   at NUnit.Framework.Internal.AsyncToSyncAdapter.Await(Func`1 invoke)
   at NUnit.Framework.Internal.Commands.TestMethodCommand.RunTestMethod(TestExecutionContext context)
   at NUnit.Framework.Internal.Commands.TestMethodCommand.Execute(TestExecutionContext context)
   at NUnit.Framework.Internal.Commands.BeforeAndAfterTestCommand.<>c__DisplayClass1_0.<Execute>b__0()
   at NUnit.Framework.Internal.Commands.DelegatingTestCommand.RunTestMethodInThreadAbortSafeZone(TestExecutionContext context, Action action)

1)    at LNUnit.Tests.Abstract.AbcLightningAbstractTests.VirtualNodeInvoicePaymentFlowDemo() in /home/runner/work/LNUnit/LNUnit/LNUnit.Tests/Abstract/AbcLightningAbstractTests.cs:line 308

Check failure on line 108 in LNUnit/Setup/DockerHelper.cs

See this annotation in the file changed.

@github-actions github-actions / Unit Tests

LNUnit.Tests.Abstract.DockerTest ► BuildBitcoin_27_0_rc1_DockerImage

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'.
Raw output
System.IO.DirectoryNotFoundException : Could not find a part of the path '/home/runner/work/LNUnit/LNUnit/Docker/bitcoin/27.0rc1'.
   at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound)
   at System.IO.Enumeration.FileSystemEnumerator`1.Init()
   at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized)
   at System.IO.Enumeration.FileSystemEnumerableFactory.UserFiles(String directory, String expression, EnumerationOptions options)
   at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options)
   at System.IO.Directory.GetFiles(String path, String searchPattern, EnumerationOptions enumerationOptions)
   at LNUnit.Setup.DockerHelper.MakeDockerTarFromFolder(String path) in /home/runner/work/LNUnit/LNUnit/LNUnit/Setup/DockerHelper.cs:line 108
   at LNUnit.Setup.DockerHelper.CreateDockerImageFromPath(DockerClient client, String path, List`1 tags) in /home/runner/work/LNUnit/LNUnit/LNUnit/Setup/DockerHelper.cs:line 95
   at LNUnit.Tests.Abstract.DockerTest.BuildBitcoin_27_0_rc1_DockerImage() in /home/runner/work/LNUnit/LNUnit/LNUnit.Tests/DockerTest.cs:line 124
   at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.GetResult()
   at NUnit.Framework.Internal.AsyncToSyncAdapter.Await(Func`1 invoke)
   at NUnit.Framework.Internal.Commands.TestMethodCommand.RunTestMethod(TestExecutionContext context)
   at NUnit.Framework.Internal.Commands.TestMethodCommand.Execute(TestExecutionContext context)
   at NUnit.Framework.Internal.Execution.SimpleWorkItem.<>c__DisplayClass4_0.<PerformWork>b__0()
   at NUnit.Framework.Internal.ContextUtils.<>c__DisplayClass1_0`1.<DoIsolated>b__0(Object _)
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location ---
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
   at NUnit.Framework.Internal.ContextUtils.DoIsolated(ContextCallback callback, Object state)
   at NUnit.Framework.Internal.ContextUtils.DoIsolated[T](Func`1 func)
   at NUnit.Framework.Internal.Execution.SimpleWorkItem.PerformWork()

Check failure on line 245 in LNUnit.Tests/Abstract/AbcLightningAbstractTests.cs

See this annotation in the file changed.

@github-actions github-actions / Unit Tests

LNUnit.Tests.Fixture.AbcLightningAbstractTestsPostgres("postgres","lightninglabs/lnd","daily-testing-only","/root/.lnd",True) ► VirtualNodeInvoicePaymentFlowDemo

Failed test found in:
  coverage/test-results.trx
Error:
  System.InvalidOperationException : Secure key is already initialized.
Raw output
System.InvalidOperationException : Secure key is already initialized.
   at NLightning.Common.Managers.SecureKeyManager.Initialize(Byte[] privateKey)
   at LNUnit.Tests.Abstract.AbcLightningAbstractTests.VirtualNodeInvoicePaymentFlowDemo() in /home/runner/work/LNUnit/LNUnit/LNUnit.Tests/Abstract/AbcLightningAbstractTests.cs:line 245
   at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.GetResult()
   at NUnit.Framework.Internal.AsyncToSyncAdapter.Await(Func`1 invoke)
   at NUnit.Framework.Internal.Commands.TestMethodCommand.RunTestMethod(TestExecutionContext context)
   at NUnit.Framework.Internal.Commands.TestMethodCommand.Execute(TestExecutionContext context)
   at NUnit.Framework.Internal.Commands.BeforeAndAfterTestCommand.<>c__DisplayClass1_0.<Execute>b__0()
   at NUnit.Framework.Internal.Commands.DelegatingTestCommand.RunTestMethodInThreadAbortSafeZone(TestExecutionContext context, Action action)