Skip to content

tomolse is deploying the project #462

tomolse is deploying the project

tomolse is deploying the project #462

Triggered via pull request February 6, 2025 13:05
@tomolsetomolse
opened #62
MLT-77
Status Failure
Total duration 1m 52s
Artifacts

deploy-project.yaml

on: pull_request
Build and Test the Project
1m 37s
Build and Test the Project
Build and Publish the Docker Image
0s
Build and Publish the Docker Image
Deploy to Kubernetes Prod
0s
Deploy to Kubernetes Prod
Deploy to Kubernetes Stage
0s
Deploy to Kubernetes Stage
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
no.nb.mlt.wls.infrastructure.callbacks.InventoryNotifierAdapterTest ► should send callback on orderChange: src/test/kotlin/no/nb/mlt/wls/infrastructure/callbacks/InventoryNotifierAdapterTest.kt#L124
Failed test found in: target/surefire-reports/TEST-no.nb.mlt.wls.infrastructure.callbacks.InventoryNotifierAdapterTest.xml Error: com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException:
no.nb.mlt.wls.item.controller.ItemControllerTest ► : target/surefire-reports/TEST-no.nb.mlt.wls.item.controller.ItemControllerTest.xml#L0
Failed test found in: target/surefire-reports/TEST-no.nb.mlt.wls.item.controller.ItemControllerTest.xml Error: org.junit.jupiter.api.extension.ParameterResolutionException: Failed to resolve parameter [org.springframework.context.ApplicationContext applicationContext] in constructor [public no.nb.mlt.wls.item.controller.ItemControllerTest(org.springframework.context.ApplicationContext,no.nb.mlt.wls.infrastructure.repositories.item.ItemMongoRepository)]: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [ReactiveWebMergedContextConfiguration@22265a8d testClass = no.nb.mlt.wls.item.controller.ItemControllerTest, locations = [], classes = [no.nb.mlt.wls.HermesApplication], contextInitializerClasses = [no.nb.mlt.wls.TestcontainerInitializer], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true", "server.port=0"], contextCustomizers = [[ImportsContextCustomizer@492939b key = [@no.nb.mlt.wls.EnableTestcontainers(), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.boot.test.autoconfigure.properties.PropertyMapping(skip=NO, value="spring.test.webtestclient"), @org.springframework.data.mongodb.repository.config.EnableMongoRepositories(basePackageClasses={}, basePackages={}, considerNestedRepositories=false, createIndexesForQueryMethods=false, excludeFilters={}, includeFilters={}, mongoTemplateRef="mongoTemplate", namedQueriesLocation="", queryLookupStrategy=CREATE_IF_NOT_FOUND, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.springframework.data.mongodb.repository.support.MongoRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", value={"no.nb.mlt.wls"}), @org.springframework.test.context.BootstrapWith(value=org.springframework.boot.test.context.SpringBootTestContextBootstrapper.class), @org.springframework.boot.autoconfigure.ImportAutoConfiguration(classes={}, exclude={}, value={}), @org.springframework.boot.test.autoconfigure.web.reactive.AutoConfigureWebTestClient(timeout=""), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={no.nb.mlt.wls.TestcontainerInitializer.class}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value={org.springframework.boot.autoconfigure.ImportAutoConfigurationImportSelector.class}), @org.springframework.boot.test.context.SpringBootTest(args={}, classes={}, properties={}, useMainMethod=NEVER, value={}, webEnvironment=RANDOM_PORT), @org.springframework.context.annotation.Import(value={org.springframework.data.mongodb.repository.config.MongoRepositoriesRegistrar.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@2d84cb86, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@7c28c1, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@71c905a3, org.springframework.boot.test.web.reactive.server.WebTestClientContextCustomizer@4bff2185, org.springframework.boot.test.web.reactor.netty.DisableReactorResourceFactoryGlobalResourcesContextCustomizerFactory$DisableReactorResourceFactoryGlobalResourcesContextCustomizerCustomizer@59942b48, org.springframework.boot.test.autoconfigure.OnFailureConditionReportContextCustomizerFactory$OnFailureConditionReportContextCustomizer@18a645fd, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@ec54a5c9, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@68809cc7, MockkContextCustomizer(definitions=[[MockkDefinition@16433d56 name = [null], typeToMock = no.nb.mlt.wls.infrastructure.synq.SynqAdapter, extraInterfaces = set[[empty]], clear = AFTER]]), org.springframework.boot.test.context.SpringBootTestAnnotation@5dd64df5], contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
no.nb.mlt.wls.order.controller.OrderControllerTest ► : target/surefire-reports/TEST-no.nb.mlt.wls.order.controller.OrderControllerTest.xml#L0
Failed test found in: target/surefire-reports/TEST-no.nb.mlt.wls.order.controller.OrderControllerTest.xml Error: org.junit.jupiter.api.extension.ParameterResolutionException: Failed to resolve parameter [no.nb.mlt.wls.infrastructure.repositories.item.ItemMongoRepository itemMongoRepository] in constructor [public no.nb.mlt.wls.order.controller.OrderControllerTest(no.nb.mlt.wls.infrastructure.repositories.item.ItemMongoRepository,org.springframework.context.ApplicationContext,no.nb.mlt.wls.infrastructure.repositories.order.OrderMongoRepository)]: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [ReactiveWebMergedContextConfiguration@5cb9ef8a testClass = no.nb.mlt.wls.order.controller.OrderControllerTest, locations = [], classes = [no.nb.mlt.wls.HermesApplication], contextInitializerClasses = [no.nb.mlt.wls.TestcontainerInitializer], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true", "server.port=0"], contextCustomizers = [[ImportsContextCustomizer@538c823c key = [@no.nb.mlt.wls.EnableTestcontainers(), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.boot.test.autoconfigure.properties.PropertyMapping(skip=NO, value="spring.test.webtestclient"), @org.springframework.data.mongodb.repository.config.EnableMongoRepositories(basePackageClasses={}, basePackages={}, considerNestedRepositories=false, createIndexesForQueryMethods=false, excludeFilters={}, includeFilters={}, mongoTemplateRef="mongoTemplate", namedQueriesLocation="", queryLookupStrategy=CREATE_IF_NOT_FOUND, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.springframework.data.mongodb.repository.support.MongoRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", value={"no.nb.mlt.wls"}), @org.springframework.test.context.BootstrapWith(value=org.springframework.boot.test.context.SpringBootTestContextBootstrapper.class), @org.springframework.boot.autoconfigure.ImportAutoConfiguration(classes={}, exclude={}, value={}), @org.springframework.boot.test.autoconfigure.web.reactive.AutoConfigureWebTestClient(timeout=""), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={no.nb.mlt.wls.TestcontainerInitializer.class}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value={org.springframework.boot.autoconfigure.ImportAutoConfigurationImportSelector.class}), @org.springframework.boot.test.context.SpringBootTest(args={}, classes={}, properties={}, useMainMethod=NEVER, value={}, webEnvironment=RANDOM_PORT), @org.springframework.context.annotation.Import(value={org.springframework.data.mongodb.repository.config.MongoRepositoriesRegistrar.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@2d84cb86, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@7c28c1, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@71c905a3, org.springframework.boot.test.web.reactive.server.WebTestClientContextCustomizer@4bff2185, org.springframework.boot.test.web.reactor.netty.DisableReactorResourceFactoryGlobalResourcesContextCustomizerFactory$DisableReactorResourceFactoryGlobalResourcesContextCustomizerCustomizer@59942b48, org.springframework.boot.test.autoconfigure.OnFailureConditionReportContextCustomizerFactory$OnFailureConditionReportContextCustomizer@18a645fd, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@ec54a5c9, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@68809cc7, MockkContextCustomizer(definitions=[[MockkDefinition@1ed43328 name = [null], typeToMock = no.nb.mlt.wls.infrastructure.synq.SynqAdapter, extraInterfaces = set[[empty]], clear = AFTER]]), org.springframework.boot.test.context.SpringBootTestAnnotation@5dd64df5], contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
no.nb.mlt.wls.TraillingSlashRedirectTest ► : target/surefire-reports/TEST-no.nb.mlt.wls.TraillingSlashRedirectTest.xml#L0
Failed test found in: target/surefire-reports/TEST-no.nb.mlt.wls.TraillingSlashRedirectTest.xml Error: org.junit.jupiter.api.extension.ParameterResolutionException: Failed to resolve parameter [org.springframework.context.ApplicationContext applicationContext] in constructor [public no.nb.mlt.wls.TraillingSlashRedirectTest(org.springframework.context.ApplicationContext,no.nb.mlt.wls.infrastructure.repositories.item.ItemMongoRepository)]: Failed to load ApplicationContext for [ReactiveWebMergedContextConfiguration@5702e6f3 testClass = no.nb.mlt.wls.TraillingSlashRedirectTest, locations = [], classes = [no.nb.mlt.wls.HermesApplication], contextInitializerClasses = [no.nb.mlt.wls.TestcontainerInitializer], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true", "server.port=0"], contextCustomizers = [[ImportsContextCustomizer@5687e92d key = [@no.nb.mlt.wls.EnableTestcontainers(), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.boot.test.autoconfigure.properties.PropertyMapping(skip=NO, value="spring.test.webtestclient"), @org.springframework.data.mongodb.repository.config.EnableMongoRepositories(basePackageClasses={}, basePackages={}, considerNestedRepositories=false, createIndexesForQueryMethods=false, excludeFilters={}, includeFilters={}, mongoTemplateRef="mongoTemplate", namedQueriesLocation="", queryLookupStrategy=CREATE_IF_NOT_FOUND, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.springframework.data.mongodb.repository.support.MongoRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", value={"no.nb.mlt.wls"}), @org.springframework.test.context.BootstrapWith(value=org.springframework.boot.test.context.SpringBootTestContextBootstrapper.class), @org.springframework.boot.autoconfigure.ImportAutoConfiguration(classes={}, exclude={}, value={}), @org.springframework.boot.test.autoconfigure.web.reactive.AutoConfigureWebTestClient(timeout=""), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={no.nb.mlt.wls.TestcontainerInitializer.class}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value={org.springframework.boot.autoconfigure.ImportAutoConfigurationImportSelector.class}), @org.springframework.boot.test.context.SpringBootTest(args={}, classes={}, properties={}, useMainMethod=NEVER, value={}, webEnvironment=RANDOM_PORT), @org.springframework.context.annotation.Import(value={org.springframework.data.mongodb.repository.config.MongoRepositoriesRegistrar.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@2d84cb86, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@7c28c1, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@71c905a3, org.springframework.boot.test.web.reactive.server.WebTestClientContextCustomizer@4bff2185, org.springframework.boot.test.web.reactor.netty.DisableReactorResourceFactoryGlobalResourcesContextCustomizerFactory$DisableReactorResourceFactoryGlobalResourcesContextCustomizerCustomizer@59942b48, org.springframework.boot.test.autoconfigure.OnFailureConditionReportContextCustomizerFactory$OnFailureConditionReportContextCustomizer@18a645fd, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@ec54a5c9, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@68809cc7, MockkContextCustomizer(definitions=[[MockkDefinition@56114349 name = [null], typeToMock = no.nb.mlt.wls.infrastructure.synq.SynqAdapter, extraInterfaces = set[[empty]], clear = AFTER]]), org.springframework.boot.test.context.SpringBootTestAnnotation@5dd64df5], contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
Build and Test the Project
Process completed with exit code 1.
Build and Test the Project
Failed test were found and 'fail-on-error' option is set to true
Build and Test the Project
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.321.0. Please update to the latest version 2.322.0