Feature/worker cluster #1003
Feature/worker cluster #1003
Build #20241207.5 had test failures
Details
- Failed: 261 (92.23%)
- Passed: 22 (7.77%)
- Other: 0 (0.00%)
- Total: 283
Annotations
Check failure on line 7444 in Build log
azure-pipelines / Portkey-Wallet.portkey-DID-server
Build log #L7444
Bash exited with code '1'.
Check failure on line 1 in CAServer.Contact.ContactTest.GetImTest
azure-pipelines / Portkey-Wallet.portkey-DID-server
CAServer.Contact.ContactTest.GetImTest
Volo.Abp.AbpInitializationException : An error occurred during the initialize Volo.Abp.Modularity.OnPreApplicationInitializationModuleLifecycleContributor phase of the module AElf.Indexing.Elasticsearch.AElfIndexingElasticsearchModule, AElf.Indexing.Elasticsearch, Version=0.0.16.0, Culture=neutral, PublicKeyToken=null: Object reference not set to an instance of an object.. See the inner exception for details.
---- System.NullReferenceException : Object reference not set to an instance of an object.
Raw output
at Volo.Abp.Modularity.ModuleManager.InitializeModules(ApplicationInitializationContext context)
at Volo.Abp.AbpApplicationBase.InitializeModules()
at Volo.Abp.Testing.AbpIntegratedTest`1..ctor()
at CAServer.CAServerTestBase`1..ctor()
at CAServer.CAServerApplicationTestBase..ctor() in /Users/runner/work/1/s/test/CAServer.Application.Tests/CAServerApplicationTestBase.cs:line 37
at CAServer.Contact.ContactTest..ctor() in /Users/runner/work/1/s/test/CAServer.Application.Tests/Contact/ContactTest.cs:line 43
at System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean wrapExceptions)
----- Inner Stack Trace -----
at AElf.Indexing.Elasticsearch.Services.ElasticIndexService.CreateIndexAsync(String indexName, Type type, Int32 shard, Int32 numberOfReplicas)
at AElf.Indexing.Elasticsearch.Services.EnsureIndexBuildService.HandleModuleAsync(Type type)
at AElf.Indexing.Elasticsearch.Services.EnsureIndexBuildService.<EnsureIndexesCreateAsync>b__4_0()
at Nito.AsyncEx.Synchronous.TaskExtensions.WaitAndUnwrapException(Task task)
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 System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread)
--- End of stack trace from previous location ---
at Nito.AsyncEx.Synchronous.TaskExtensions.WaitAndUnwrapException(Task task)
at Nito.AsyncEx.AsyncContext.Run(Func`1 action)
at Volo.Abp.Modularity.ModuleManager.InitializeModules(ApplicationInitializationContext context)
azure-pipelines / Portkey-Wallet.portkey-DID-server
CAServer.CAActivity.UserActivityAppServiceTests.GetTwoCaTransactions_Param_Empty_Test
Volo.Abp.AbpInitializationException : An error occurred during the initialize Volo.Abp.Modularity.OnPreApplicationInitializationModuleLifecycleContributor phase of the module AElf.Indexing.Elasticsearch.AElfIndexingElasticsearchModule, AElf.Indexing.Elasticsearch, Version=0.0.16.0, Culture=neutral, PublicKeyToken=null: Object reference not set to an instance of an object.. See the inner exception for details.
---- System.NullReferenceException : Object reference not set to an instance of an object.
Raw output
at Volo.Abp.Modularity.ModuleManager.InitializeModules(ApplicationInitializationContext context)
at Volo.Abp.AbpApplicationBase.InitializeModules()
at Volo.Abp.Testing.AbpIntegratedTest`1..ctor()
at CAServer.CAServerTestBase`1..ctor()
at CAServer.CAServerApplicationTestBase..ctor() in /Users/runner/work/1/s/test/CAServer.Application.Tests/CAServerApplicationTestBase.cs:line 37
at CAServer.CAActivity.UserActivityAppServiceTests..ctor() in /Users/runner/work/1/s/test/CAServer.Application.Tests/CAActivity/UserActivityAppServiceTests.cs:line 28
at System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean wrapExceptions)
----- Inner Stack Trace -----
at AElf.Indexing.Elasticsearch.Services.ElasticIndexService.CreateIndexAsync(String indexName, Type type, Int32 shard, Int32 numberOfReplicas)
at AElf.Indexing.Elasticsearch.Services.EnsureIndexBuildService.HandleModuleAsync(Type type)
at AElf.Indexing.Elasticsearch.Services.EnsureIndexBuildService.<EnsureIndexesCreateAsync>b__4_0()
at Nito.AsyncEx.Synchronous.TaskExtensions.WaitAndUnwrapException(Task task)
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 System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread)
--- End of stack trace from previous location ---
at Nito.AsyncEx.Synchronous.TaskExtensions.WaitAndUnwrapException(Task task)
at Nito.AsyncEx.AsyncContext.Run(Func`1 action)
at Volo.Abp.Modularity.ModuleManager.InitializeModules(ApplicationInitializationContext context)
Check failure on line 1 in CAServer.ThirdPart.Alchemy.AlchemyOrderAppServiceTest.SignatureTest
azure-pipelines / Portkey-Wallet.portkey-DID-server
CAServer.ThirdPart.Alchemy.AlchemyOrderAppServiceTest.SignatureTest
Volo.Abp.AbpInitializationException : An error occurred during the initialize Volo.Abp.Modularity.OnPreApplicationInitializationModuleLifecycleContributor phase of the module AElf.Indexing.Elasticsearch.AElfIndexingElasticsearchModule, AElf.Indexing.Elasticsearch, Version=0.0.16.0, Culture=neutral, PublicKeyToken=null: Object reference not set to an instance of an object.. See the inner exception for details.
---- System.NullReferenceException : Object reference not set to an instance of an object.
Raw output
at Volo.Abp.Modularity.ModuleManager.InitializeModules(ApplicationInitializationContext context)
at Volo.Abp.AbpApplicationBase.InitializeModules()
at Volo.Abp.Testing.AbpIntegratedTest`1..ctor()
at CAServer.CAServerTestBase`1..ctor()
at CAServer.CAServerApplicationTestBase..ctor(ITestOutputHelper output) in /Users/runner/work/1/s/test/CAServer.Application.Tests/CAServerApplicationTestBase.cs:line 32
at CAServer.ThirdPart.ThirdPartTestBase..ctor(ITestOutputHelper output) in /Users/runner/work/1/s/test/CAServer.Application.Tests/ThirdPart/ThirdPartTestBase.cs:line 29
at CAServer.ThirdPart.Alchemy.AlchemyOrderAppServiceTest..ctor(ITestOutputHelper output) in /Users/runner/work/1/s/test/CAServer.Application.Tests/ThirdPart/Alchemy/AlchemyOrderAppServiceTest.cs:line 20
at InvokeStub_AlchemyOrderAppServiceTest..ctor(Object, Object, IntPtr*)
at System.Reflection.ConstructorInvoker.Invoke(Object obj, IntPtr* args, BindingFlags invokeAttr)
----- Inner Stack Trace -----
at AElf.Indexing.Elasticsearch.Services.ElasticIndexService.CreateIndexAsync(String indexName, Type type, Int32 shard, Int32 numberOfReplicas)
at AElf.Indexing.Elasticsearch.Services.EnsureIndexBuildService.HandleModuleAsync(Type type)
at AElf.Indexing.Elasticsearch.Services.EnsureIndexBuildService.<EnsureIndexesCreateAsync>b__4_0()
at Nito.AsyncEx.Synchronous.TaskExtensions.WaitAndUnwrapException(Task task)
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 System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread)
--- End of stack trace from previous location ---
at Nito.AsyncEx.Synchronous.TaskExtensions.WaitAndUnwrapException(Task task)
at Nito.AsyncEx.AsyncContext.Run(Func`1 action)
at Volo.Abp.Modularity.ModuleManager.InitializeModules(ApplicationInitializationContext context)
azure-pipelines / Portkey-Wallet.portkey-DID-server
CAServer.ThirdPart.Alchemy.AlchemyOrderAppServiceTest.Signature_Verify_Error_Test
Volo.Abp.AbpInitializationException : An error occurred during the initialize Volo.Abp.Modularity.OnPreApplicationInitializationModuleLifecycleContributor phase of the module AElf.Indexing.Elasticsearch.AElfIndexingElasticsearchModule, AElf.Indexing.Elasticsearch, Version=0.0.16.0, Culture=neutral, PublicKeyToken=null: Object reference not set to an instance of an object.. See the inner exception for details.
---- System.NullReferenceException : Object reference not set to an instance of an object.
Raw output
at Volo.Abp.Modularity.ModuleManager.InitializeModules(ApplicationInitializationContext context)
at Volo.Abp.AbpApplicationBase.InitializeModules()
at Volo.Abp.AbpApplicationWithExternalServiceProvider.Initialize(IServiceProvider serviceProvider)
at Volo.Abp.Testing.AbpIntegratedTest`1..ctor()
at CAServer.CAServerTestBase`1..ctor()
at CAServer.CAServerApplicationTestBase..ctor(ITestOutputHelper output) in /Users/runner/work/1/s/test/CAServer.Application.Tests/CAServerApplicationTestBase.cs:line 32
at CAServer.ThirdPart.ThirdPartTestBase..ctor(ITestOutputHelper output) in /Users/runner/work/1/s/test/CAServer.Application.Tests/ThirdPart/ThirdPartTestBase.cs:line 29
at CAServer.ThirdPart.Alchemy.AlchemyOrderAppServiceTest..ctor(ITestOutputHelper output) in /Users/runner/work/1/s/test/CAServer.Application.Tests/ThirdPart/Alchemy/AlchemyOrderAppServiceTest.cs:line 20
at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
at System.Reflection.ConstructorInvoker.Invoke(Object obj, IntPtr* args, BindingFlags invokeAttr)
----- Inner Stack Trace -----
at AElf.Indexing.Elasticsearch.Services.ElasticIndexService.CreateIndexAsync(String indexName, Type type, Int32 shard, Int32 numberOfReplicas)
at AElf.Indexing.Elasticsearch.Services.EnsureIndexBuildService.HandleModuleAsync(Type type)
at AElf.Indexing.Elasticsearch.Services.EnsureIndexBuildService.<EnsureIndexesCreateAsync>b__4_0()
at Nito.AsyncEx.Synchronous.TaskExtensions.WaitAndUnwrapException(Task task)
at Nito.AsyncEx.AsyncContext.<>c__DisplayClass15_0.<Run>b__0(Task t)
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 System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread)
--- End of stack trace from previous location ---
at Nito.AsyncEx.Synchronous.TaskExtensions.WaitAndUnwrapException(Task task)
at Nito.AsyncEx.AsyncContext.Run(Func`1 action)
at Volo.Abp.Threading.AsyncHelper.RunSync(Func`1 action)
at AElf.Indexing.Elasticsearch.Services.EnsureIndexBuildService.EnsureIndexesCreateAsync()
at AElf.Indexing.Elasticsearch.AElfIndexingElasticsearchModule.OnPreApplicationInitialization(ApplicationInitializationContext context)
at Volo.Abp.Modularity.ModuleManager.InitializeModules(ApplicationInitializationContext context)