Сборка Maven не работает с тестами MUNIT и работает нормально без MUNIT - PullRequest
0 голосов
/ 05 февраля 2020

У меня приложение mavenized mule как проект домена в anypoint studio. Добавлены тесты мунит. Я могу запустить наборы тестов munit, и все тесты успешно завершены. Я могу создать и развернуть приложение при пропуске тестов munit (с -DskipMunitTests). Однако теперь я хочу, чтобы сборка включала тесты munit, но когда я удаляю -DskipMunitTests, я получаю следующую ошибку ...

Проблема началась после того, как мы обновили среду выполнения с 3.8.2 до 3.8.6. Ничего не изменилось, munits мудрый

время работы мул: 3.8.6 версия munit: 1.3.7 версия поддержки munit 3.9.1

[INFO] Scanning for projects...
[INFO] 
[INFO] ------------------------< edu.usf:sys-students >------------------------
[INFO] Building Mule sys-students Application 1.35.0
[INFO] --------------------------------[ mule ]--------------------------------
Downloading from Central: http://repo1.maven.org/maven2/edu/usf/core-utils-connector/1.0.0-SNAPSHOT/maven-metadata.xml
Downloading from mule-ee-releases: https://repository-master.mulesoft.org/nexus/content/repositories/releases-ee/edu/usf/core-utils-connector/1.0.0-SNAPSHOT/maven-metadata.xml
[WARNING] Could not transfer metadata edu.usf:core-utils-connector:1.0.0-SNAPSHOT/maven-metadata.xml from/to Central (http://repo1.maven.org/maven2/): Failed to transfer file http://repo1.maven.org/maven2/edu/usf/core-utils-connector/1.0.0-SNAPSHOT/maven-metadata.xml with status code 501
[WARNING] Could not transfer metadata edu.usf:core-utils-connector:1.0.0-SNAPSHOT/maven-metadata.xml from/to mule-ee-releases (https://repository-master.mulesoft.org/nexus/content/repositories/releases-ee/): Not authorized
[WARNING] Failure to transfer edu.usf:core-utils-connector:1.0.0-SNAPSHOT/maven-metadata.xml from http://repo1.maven.org/maven2/ was cached in the local repository, resolution will not be reattempted until the update interval of Central has elapsed or updates are forced. Original error: Could not transfer metadata edu.usf:core-utils-connector:1.0.0-SNAPSHOT/maven-metadata.xml from/to Central (http://repo1.maven.org/maven2/): Failed to transfer file http://repo1.maven.org/maven2/edu/usf/core-utils-connector/1.0.0-SNAPSHOT/maven-metadata.xml with status code 501
[WARNING] Failure to transfer edu.usf:core-utils-connector:1.0.0-SNAPSHOT/maven-metadata.xml from https://repository-master.mulesoft.org/nexus/content/repositories/releases-ee/ was cached in the local repository, resolution will not be reattempted until the update interval of mule-ee-releases has elapsed or updates are forced. Original error: Could not transfer metadata edu.usf:core-utils-connector:1.0.0-SNAPSHOT/maven-metadata.xml from/to mule-ee-releases (https://repository-master.mulesoft.org/nexus/content/repositories/releases-ee/): Not authorized
Downloading from mule-ee-releases: https://repository-master.mulesoft.org/nexus/content/repositories/releases-ee/commons-codec/commons-codec/maven-metadata.xml
[WARNING] Could not transfer metadata commons-codec:commons-codec/maven-metadata.xml from/to mule-ee-releases (https://repository-master.mulesoft.org/nexus/content/repositories/releases-ee/): Not authorized
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ sys-students ---
[INFO] Deleting /Users/charusnehakatta/Documents/workspace/sys-students/target
[INFO] 
[INFO] --- mule-app-maven-plugin:1.2:attach-test-resources (default-attach-test-resources) @ sys-students ---
[INFO] attaching test resource /Users/charusnehakatta/Documents/workspace/sys-students/src/main/app
[INFO] 
[INFO] --- build-helper-maven-plugin:1.7:add-resource (add-resource) @ sys-students ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ sys-students ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 29 resources
[INFO] Copying 48 resources
[INFO] skip non existing resourceDirectory /Users/charusnehakatta/Documents/workspace/sys-students/mappings
[INFO] Copying 98 resources
[INFO] 
[INFO] --- mule-app-maven-plugin:1.2:filter-resources (default-filter-resources) @ sys-students ---
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ sys-students ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /Users/charusnehakatta/Documents/workspace/sys-students/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ sys-students ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 21 resources
[INFO] Copying 57 resources
[INFO] Copying 48 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ sys-students ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ sys-students ---
[INFO] 
[INFO] --- munit-maven-plugin:1.3.7:test (test) @ sys-students ---
[INFO] Acquiring dynamic ports...
[INFO] Dynamic port definition [DONE]
[INFO] Mule working directory set to: /Users/charusnehakatta/Documents/workspace/sys-students/target/.mule
[org.mule.munit.remote.RemoteRunner]Run Started
Coverage port: 52800 resources: academichistory.xml,academicstanding.xml,account.xml,addresses.xml,admissionComments.xml,admissionDecisions.xml,advisors.xml,api.xml,applicants.xml,applications.xml,attributes.xml,campus.xml,checklists.xml,classification.xml,cohort.xml,comments.xml,concentrations.xml,contacts.xml,courseevaluations.xml,coursesections.xml,curriculums.xml,degreeaudits.xml,degrees.xml,email.xml,emergencycontacts.xml,exceptions.xml,financialaid.xml,global.xml,gpaAndHours.xml,holds.xml,housing.xml,idcard.xml,identity.xml,immunizations.xml,insurances.xml,international.xml,orientation.xml,persons.xml,priorinstitutions.xml,privacy.xml,registration.xml,registrationGroups.xml,studentInfo.xml,students.xml,terms.xml,testscores.xml 
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/Users/charusnehakatta/.m2/repository/org/apache/logging/log4j/log4j-slf4j-impl/2.8.2/log4j-slf4j-impl-2.8.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/Users/charusnehakatta/.m2/repository/org/slf4j/slf4j-log4j12/1.7.5/slf4j-log4j12-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [org.apache.logging.slf4j.Log4jLoggerFactory]
INFO  2020-02-04 15:51:42,420 [Thread-1] org.mule.munit.plugins.coverage.server.MunitCoverageServer: Waiting for coverage connection 
INFO  2020-02-04 15:51:42,429 [main] org.mule.munit.runner.MuleContextManager: Loading mule-app.properties ...
INFO  2020-02-04 15:51:42,469 [main] org.mule.munit.runner.domain.MunitDomainContextBuilder: Loading mule-deploy.properties ...
INFO  2020-02-04 15:51:42,617 [main] org.mule.lifecycle.AbstractLifecycleManager: Initialising RegistryBroker
INFO  2020-02-04 15:51:42,689 [main] org.mule.module.extension.internal.manager.DefaultExtensionManager: Starting discovery of extensions
INFO  2020-02-04 15:51:42,787 [main] org.mule.module.extension.internal.manager.DefaultExtensionManager: Discovered 1 extensions
INFO  2020-02-04 15:51:42,787 [main] org.mule.module.extension.internal.manager.DefaultExtensionManager: Registering extension validation (version 3.8)
INFO  2020-02-04 15:51:42,824 [main] org.mule.munit.runner.spring.config.MunitApplicationContext: Refreshing org.mule.munit.runner.spring.config.MunitApplicationContext@56c9bbd8: startup date [Tue Feb 04 15:51:42 EST 2020]; root of context hierarchy
INFO  2020-02-04 15:51:44,347 [main] org.springframework.context.support.PropertySourcesPlaceholderConfigurer: Loading properties file from class path resource [sys.students.local.properties]
INFO  2020-02-04 15:51:44,361 [main] org.springframework.context.support.PropertySourcesPlaceholderConfigurer: Loading properties file from class path resource [sys.students.local.properties]
INFO  2020-02-04 15:51:44,384 [main] org.mule.config.spring.processors.NoDevkitInjectorProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
WARN  2020-02-04 15:51:44,769 [main] org.mule.expression.DefaultExpressionManager: Expression string is not an expression.  Use isExpression(String) to validate first
WARN  2020-02-04 15:51:44,769 [main] org.mule.expression.DefaultExpressionManager: Expression string is not an expression.  Use isExpression(String) to validate first
INFO  2020-02-04 15:51:44,784 [MLog-Init-Reporter] com.mchange.v2.log.MLog: MLog clients using slf4j logging.
INFO  2020-02-04 15:51:44,838 [main] com.mchange.v2.c3p0.C3P0Registry: Initializing c3p0-0.9.5.2 [built 08-December-2015 22:06:04 -0800; debug? true; trace: 10]
WARN  2020-02-04 15:51:44,891 [main] org.mule.expression.DefaultExpressionManager: Expression string is not an expression.  Use isExpression(String) to validate first
WARN  2020-02-04 15:51:44,891 [main] org.mule.expression.DefaultExpressionManager: Expression string is not an expression.  Use isExpression(String) to validate first
WARN  2020-02-04 15:51:44,922 [main] org.mule.expression.DefaultExpressionManager: Expression string is not an expression.  Use isExpression(String) to validate first
WARN  2020-02-04 15:51:44,922 [main] org.mule.expression.DefaultExpressionManager: Expression string is not an expression.  Use isExpression(String) to validate first
WARN  2020-02-04 15:51:44,953 [main] org.mule.expression.DefaultExpressionManager: Expression string is not an expression.  Use isExpression(String) to validate first
WARN  2020-02-04 15:51:44,953 [main] org.mule.expression.DefaultExpressionManager: Expression string is not an expression.  Use isExpression(String) to validate first
WARN  2020-02-04 15:51:44,990 [main] org.mule.expression.DefaultExpressionManager: Expression string is not an expression.  Use isExpression(String) to validate first
WARN  2020-02-04 15:51:44,990 [main] org.mule.expression.DefaultExpressionManager: Expression string is not an expression.  Use isExpression(String) to validate first
WARN  2020-02-04 15:51:45,000 [main] org.mule.expression.DefaultExpressionManager: Expression string is not an expression.  Use isExpression(String) to validate first
WARN  2020-02-04 15:51:45,000 [main] org.mule.expression.DefaultExpressionManager: Expression string is not an expression.  Use isExpression(String) to validate first
WARN  2020-02-04 15:51:45,000 [main] org.mule.expression.DefaultExpressionManager: Expression string is not an expression.  Use isExpression(String) to validate first
WARN  2020-02-04 15:51:45,000 [main] org.mule.expression.DefaultExpressionManager: Expression string is not an expression.  Use isExpression(String) to validate first
WARN  2020-02-04 15:51:45,034 [main] org.mule.expression.DefaultExpressionManager: Expression string is not an expression.  Use isExpression(String) to validate first
WARN  2020-02-04 15:51:45,035 [main] org.mule.expression.DefaultExpressionManager: Expression string is not an expression.  Use isExpression(String) to validate first
WARN  2020-02-04 15:51:45,993 [main] org.mule.api.security.tls.TlsProperties: File tls-default.conf not found, using default configuration.
INFO  2020-02-04 15:51:46,341 [main] org.mule.util.journal.TransactionJournal: Using files for tx logs /Users/charusnehakatta/Documents/workspace/sys-students/target/.mule/queue-tx-log/tx1.log and /Users/charusnehakatta/Documents/workspace/sys-students/target/.mule/queue-tx-log/tx2.log
INFO  2020-02-04 15:51:46,346 [main] org.mule.util.journal.TransactionJournal: Using files for tx logs /Users/charusnehakatta/Documents/workspace/sys-students/target/.mule/queue-xa-tx-log/tx1.log and /Users/charusnehakatta/Documents/workspace/sys-students/target/.mule/queue-xa-tx-log/tx2.log
INFO  2020-02-04 15:51:46,424 [main] org.mule.lifecycle.AbstractLifecycleManager: Initialising model: _muleSystemModel
INFO  2020-02-04 15:51:46,428 [main] org.mule.construct.FlowConstructLifecycleManager: Initialising flow: getAccountFlow
INFO  2020-02-04 15:51:46,428 [main] org.mule.exception.DefaultMessagingExceptionStrategy: Initialising exception listener: org.mule.exception.DefaultMessagingExceptionStrategy@2ef041bb
INFO  2020-02-04 15:51:46,439 [main] org.mule.processor.SedaStageLifecycleManager: Initialising service: getAccountFlow.stage1
INFO  2020-02-04 15:51:46,448 [main] org.mule.construct.FlowConstructLifecycleManager: Initialising flow: getaccountReviewsInitialSub_Flow
INFO  2020-02-04 15:51:46,449 [main] org.mule.exception.CatchMessagingExceptionStrategy: Initialising exception listener: org.mule.exception.CatchMessagingExceptionStrategy@2342f1ff
INFO  2020-02-04 15:51:46,449 [main] org.mule.exception.DefaultMessagingExceptionStrategy: Initialising exception listener: org.mule.exception.DefaultMessagingExceptionStrategy@3303e89e
INFO  2020-02-04 15:51:46,451 [main] org.mule.processor.SedaStageLifecycleManager: Initialising service: getaccountReviewsInitialSub_Flow.stage1
INFO  2020-02-04 15:51:46,465 [main] org.mule.construct.FlowConstructLifecycleManager: Initialising flow: accountReviewsForHealthStudentsFlow
INFO  2020-02-04 15:51:46,465 [main] org.mule.exception.DefaultMessagingExceptionStrategy: Initialising exception listener: org.mule.exception.DefaultMessagingExceptionStrategy@2499b971
INFO  2020-02-04 15:51:46,467 [main] org.mule.processor.SedaStageLifecycleManager: Initialising service: accountReviewsForHealthStudentsFlow.stage1
INFO  2020-02-04 15:51:46,469 [main] org.mule.construct.FlowConstructLifecycleManager: Initialising flow: getPersonsFlow
INFO  2020-02-04 15:51:46,470 [main] org.mule.exception.DefaultMessagingExceptionStrategy: Initialising exception listener: org.mule.exception.DefaultMessagingExceptionStrategy@153cfd86
INFO  2020-02-04 15:51:46,471 [main] org.mule.processor.SedaStageLifecycleManager: Initialising service: getPersonsFlow.stage1
INFO  2020-02-04 15:51:46,471 [main] org.mule.construct.FlowConstructLifecycleManager: Initialising flow: getPersonsJSONOutputFlow
INFO  2020-02-04 15:51:46,471 [main] org.mule.exception.DefaultMessagingExceptionStrategy: Initialising exception listener: org.mule.exception.DefaultMessagingExceptionStrategy@41ece227
INFO  2020-02-04 15:51:46,473 [main] org.mule.processor.SedaStageLifecycleManager: Initialising service: getPersonsJSONOutputFlow.stage1
INFO  2020-02-04 15:51:46,473 [main] org.mule.construct.FlowConstructLifecycleManager: Initialising flow: getPersonsDBFlow
INFO  2020-02-04 15:51:46,473 [main] org.mule.exception.DefaultMessagingExceptionStrategy: Initialising exception listener: org.mule.exception.DefaultMessagingExceptionStrategy@58b97c15
INFO  2020-02-04 15:51:46,474 [main] org.mule.processor.SedaStageLifecycleManager: Initialising service: getPersonsDBFlow.stage1
INFO  2020-02-04 15:51:46,475 [main] org.mule.construct.FlowConstructLifecycleManager: Initialising flow: getPersonsByUsfIdFlow
INFO  2020-02-04 15:51:46,475 [main] org.mule.exception.DefaultMessagingExceptionStrategy: Initialising exception listener: org.mule.exception.DefaultMessagingExceptionStrategy@5896cb9c
INFO  2020-02-04 15:51:46,477 [main] org.mule.processor.SedaStageLifecycleManager: Initialising service: getPersonsByUsfIdFlow.stage1
INFO  2020-02-04 15:51:46,477 [main] org.mule.construct.FlowConstructLifecycleManager: Initialising flow: createPersonRecordFlow
INFO  2020-02-04 15:51:46,477 [main] org.mule.exception.DefaultMessagingExceptionStrategy: Initialising exception listener: org.mule.exception.DefaultMessagingExceptionStrategy@22ca1242
INFO  2020-02-04 15:51:46,478 [main] org.mule.processor.SedaStageLifecycleManager: Initialising service: createPersonRecordFlow.stage1
INFO  2020-02-04 15:51:46,479 [main] org.mule.construct.FlowConstructLifecycleManager: Initialising flow: getCurrentTermFlow
INFO  2020-02-04 15:51:46,479 [main] org.mule.exception.DefaultMessagingExceptionStrategy: Initialising exception listener: org.mule.exception.DefaultMessagingExceptionStrategy@255ed8e4
INFO  2020-02-04 15:51:46,480 [main] org.mule.processor.SedaStageLifecycleManager: Initialising service: getCurrentTermFlow.stage1
INFO  2020-02-04 15:51:46,480 [main] org.mule.construct.FlowConstructLifecycleManager: Initialising flow: getFutureTermFlow
INFO  2020-02-04 15:51:46,480 [main] org.mule.exception.DefaultMessagingExceptionStrategy: Initialising exception listener: org.mule.exception.DefaultMessagingExceptionStrategy@4492b393
INFO  2020-02-04 15:51:46,481 [main] org.mule.processor.SedaStageLifecycleManager: Initialising service: getFutureTermFlow.stage1
INFO  2020-02-04 15:51:46,482 [main] org.mule.construct.FlowConstructLifecycleManager: Initialising flow: getPrevTermFlow
INFO  2020-02-04 15:51:46,482 [main] org.mule.exception.DefaultMessagingExceptionStrategy: Initialising exception listener: org.mule.exception.DefaultMessagingExceptionStrategy@166ce247
INFO  2020-02-04 15:51:46,483 [main] org.mule.processor.SedaStageLifecycleManager: Initialising service: getPrevTermFlow.stage1
INFO  2020-02-04 15:51:46,483 [main] org.mule.construct.FlowConstructLifecycleManager: Initialising flow: academicTermsFlow
INFO  2020-02-04 15:51:46,484 [main] org.mule.exception.CatchMessagingExceptionStrategy: Initialising exception listener: org.mule.exception.CatchMessagingExceptionStrategy@1c2dd89b
INFO  2020-02-04 15:51:46,484 [main] org.mule.exception.CatchMessagingExceptionStrategy: Initialising exception listener: org.mule.exception.CatchMessagingExceptionStrategy@3ad847f8
INFO  2020-02-04 15:51:46,484 [main] org.mule.exception.DefaultMessagingExceptionStrategy: Initialising exception listener: org.mule.exception.DefaultMessagingExceptionStrategy@19faedcc
INFO  2020-02-04 15:51:46,485 [main] org.mule.processor.SedaStageLifecycleManager: Initialising service: academicTermsFlow.stage1
INFO  2020-02-04 15:51:46,486 [main] org.mule.construct.FlowConstructLifecycleManager: Initialising flow: getStudentLearnerRecordFlow
INFO  2020-02-04 15:51:46,486 [main] org.mule.exception.DefaultMessagingExceptionStrategy: Initialising exception listener: org.mule.exception.DefaultMessagingExceptionStrategy@5b665a30
INFO  2020-02-04 15:51:46,487 [main] org.mule.processor.SedaStageLifecycleManager: Initialising service: getStudentLearnerRecordFlow.stage1
INFO  2020-02-04 15:51:46,488 [main] org.mule.construct.FlowConstructLifecycleManager: Initialising flow: getPresenceOfFAFSAFlow
INFO  2020-02-04 15:51:46,488 [main] org.mule.exception.CatchMessagingExceptionStrategy: Initialising exception listener: org.mule.exception.CatchMessagingExceptionStrategy@67e6eb52
INFO  2020-02-04 15:51:46,488 [main] org.mule.exception.DefaultMessagingExceptionStrategy: Initialising exception listener: org.mule.exception.DefaultMessagingExceptionStrategy@3e8b8f0
INFO  2020-02-04 15:51:46,489 [main] org.mule.processor.SedaStageLifecycleManager: Initialising service: getPresenceOfFAFSAFlow.stage1
INFO  2020-02-04 15:51:46,492 [main] org.mule.construct.FlowConstructLifecycleManager: Initialising flow: accountReviews-test-suiteTest
INFO  2020-02-04 15:51:46,492 [main] org.mule.exception.DefaultMessagingExceptionStrategy: Initialising exception listener: org.mule.exception.DefaultMessagingExceptionStrategy@1209a0f
INFO  2020-02-04 15:51:46,494 [main] org.mule.processor.SedaStageLifecycleManager: Initialising service: accountReviews-test-suiteTest.stage1
INFO  2020-02-04 15:51:46,495 [main] org.mule.construct.FlowConstructLifecycleManager: Initialising flow: accountReviews-test-suite-accountReviewsForHealthStudentsFlowTest
INFO  2020-02-04 15:51:46,495 [main] org.mule.exception.DefaultMessagingExceptionStrategy: Initialising exception listener: org.mule.exception.DefaultMessagingExceptionStrategy@c11332b
INFO  2020-02-04 15:51:46,497 [main] org.mule.processor.SedaStageLifecycleManager: Initialising service: accountReviews-test-suite-accountReviewsForHealthStudentsFlowTest.stage1
INFO  2020-02-04 15:51:47,107 [main] org.mule.lifecycle.AbstractLifecycleManager: Disposing RegistryBroker
INFO  2020-02-04 15:51:47,108 [main] org.mule.construct.FlowConstructLifecycleManager: Disposing flow: getAccountFlow
INFO  2020-02-04 15:51:47,108 [main] org.mule.processor.SedaStageLifecycleManager: Disposing service: getAccountFlow.stage1
INFO  2020-02-04 15:51:47,109 [main] org.mule.construct.FlowConstructLifecycleManager: Disposing flow: getaccountReviewsInitialSub_Flow
INFO  2020-02-04 15:51:47,109 [main] org.mule.processor.SedaStageLifecycleManager: Disposing service: getaccountReviewsInitialSub_Flow.stage1
INFO  2020-02-04 15:51:47,109 [main] org.mule.construct.FlowConstructLifecycleManager: Disposing flow: accountReviewsForHealthStudentsFlow
INFO  2020-02-04 15:51:47,109 [main] org.mule.processor.SedaStageLifecycleManager: Disposing service: accountReviewsForHealthStudentsFlow.stage1
INFO  2020-02-04 15:51:47,110 [main] org.mule.construct.FlowConstructLifecycleManager: Disposing flow: getPersonsFlow
INFO  2020-02-04 15:51:47,110 [main] org.mule.processor.SedaStageLifecycleManager: Disposing service: getPersonsFlow.stage1
INFO  2020-02-04 15:51:47,110 [main] org.mule.construct.FlowConstructLifecycleManager: Disposing flow: getPersonsJSONOutputFlow
INFO  2020-02-04 15:51:47,110 [main] org.mule.processor.SedaStageLifecycleManager: Disposing service: getPersonsJSONOutputFlow.stage1
INFO  2020-02-04 15:51:47,110 [main] org.mule.construct.FlowConstructLifecycleManager: Disposing flow: getPersonsDBFlow
INFO  2020-02-04 15:51:47,110 [main] org.mule.processor.SedaStageLifecycleManager: Disposing service: getPersonsDBFlow.stage1
INFO  2020-02-04 15:51:47,110 [main] org.mule.construct.FlowConstructLifecycleManager: Disposing flow: getPersonsByUsfIdFlow
INFO  2020-02-04 15:51:47,110 [main] org.mule.processor.SedaStageLifecycleManager: Disposing service: getPersonsByUsfIdFlow.stage1
INFO  2020-02-04 15:51:47,111 [main] org.mule.construct.FlowConstructLifecycleManager: Disposing flow: createPersonRecordFlow
INFO  2020-02-04 15:51:47,111 [main] org.mule.processor.SedaStageLifecycleManager: Disposing service: createPersonRecordFlow.stage1
INFO  2020-02-04 15:51:47,111 [main] org.mule.construct.FlowConstructLifecycleManager: Disposing flow: getCurrentTermFlow
INFO  2020-02-04 15:51:47,111 [main] org.mule.processor.SedaStageLifecycleManager: Disposing service: getCurrentTermFlow.stage1
INFO  2020-02-04 15:51:47,111 [main] org.mule.construct.FlowConstructLifecycleManager: Disposing flow: getFutureTermFlow
INFO  2020-02-04 15:51:47,111 [main] org.mule.processor.SedaStageLifecycleManager: Disposing service: getFutureTermFlow.stage1
INFO  2020-02-04 15:51:47,111 [main] org.mule.construct.FlowConstructLifecycleManager: Disposing flow: getPrevTermFlow
INFO  2020-02-04 15:51:47,111 [main] org.mule.processor.SedaStageLifecycleManager: Disposing service: getPrevTermFlow.stage1
INFO  2020-02-04 15:51:47,111 [main] org.mule.construct.FlowConstructLifecycleManager: Disposing flow: academicTermsFlow
INFO  2020-02-04 15:51:47,112 [main] org.mule.processor.SedaStageLifecycleManager: Disposing service: academicTermsFlow.stage1
INFO  2020-02-04 15:51:47,112 [main] org.mule.construct.FlowConstructLifecycleManager: Disposing flow: getStudentLearnerRecordFlow
INFO  2020-02-04 15:51:47,112 [main] org.mule.processor.SedaStageLifecycleManager: Disposing service: getStudentLearnerRecordFlow.stage1
INFO  2020-02-04 15:51:47,112 [main] org.mule.construct.FlowConstructLifecycleManager: Disposing flow: getPresenceOfFAFSAFlow
INFO  2020-02-04 15:51:47,112 [main] org.mule.processor.SedaStageLifecycleManager: Disposing service: getPresenceOfFAFSAFlow.stage1
INFO  2020-02-04 15:51:47,112 [main] org.mule.construct.FlowConstructLifecycleManager: Disposing flow: accountReviews-test-suiteTest
INFO  2020-02-04 15:51:47,112 [main] org.mule.processor.SedaStageLifecycleManager: Disposing service: accountReviews-test-suiteTest.stage1
INFO  2020-02-04 15:51:47,113 [main] org.mule.construct.FlowConstructLifecycleManager: Disposing flow: accountReviews-test-suite-accountReviewsForHealthStudentsFlowTest
INFO  2020-02-04 15:51:47,113 [main] org.mule.processor.SedaStageLifecycleManager: Disposing service: accountReviews-test-suite-accountReviewsForHealthStudentsFlowTest.stage1
INFO  2020-02-04 15:51:47,114 [main] org.mule.lifecycle.AbstractLifecycleManager: Disposing model: _muleSystemModel
INFO  2020-02-04 15:51:47,178 [main] org.mule.munit.runner.spring.config.MunitApplicationContext: Closing org.mule.munit.runner.spring.config.MunitApplicationContext@56c9bbd8: startup date [Tue Feb 04 15:51:42 EST 2020]; root of context hierarchy
java.lang.RuntimeException: org.mule.api.config.ConfigurationException: Failed to invoke lifecycle phase "initialise" on object: org.mule.module.apikit.Configuration@273aaab7 (org.mule.api.lifecycle.InitialisationException)
    at org.mule.munit.runner.mule.SuiteRunner.<init>(SuiteRunner.java:59)
    at org.mule.munit.runner.mule.SuiteRunner.<init>(SuiteRunner.java:45)
    at org.mule.munit.remote.RemoteRunner.runTestSuite(RemoteRunner.java:75)
    at org.mule.munit.remote.RemoteRunner.run(RemoteRunner.java:55)
    at org.mule.munit.remote.RemoteRunner.main(RemoteRunner.java:39)
Caused by: org.mule.api.config.ConfigurationException: Failed to invoke lifecycle phase "initialise" on object: org.mule.module.apikit.Configuration@273aaab7 (org.mule.api.lifecycle.InitialisationException)
    at org.mule.config.builders.AbstractConfigurationBuilder.configure(AbstractConfigurationBuilder.java:49)
    at org.mule.config.builders.AbstractResourceConfigurationBuilder.configure(AbstractResourceConfigurationBuilder.java:69)
    at org.mule.context.DefaultMuleContextFactory$1.configure(DefaultMuleContextFactory.java:89)
    at org.mule.context.DefaultMuleContextFactory.doCreateMuleContext(DefaultMuleContextFactory.java:222)
    at org.mule.context.DefaultMuleContextFactory.createMuleContext(DefaultMuleContextFactory.java:81)
    at org.mule.munit.runner.MunitMuleContextFactory.createMuleContext(MunitMuleContextFactory.java:86)
    at org.mule.munit.runner.MuleContextManager.createMule(MuleContextManager.java:117)
    at org.mule.munit.runner.MuleContextManager.startMule(MuleContextManager.java:70)
    at org.mule.munit.runner.mule.SuiteRunner.<init>(SuiteRunner.java:53)
    ... 4 more
...