More details of the release in https://wiki.openmrs.org/x/i4DTAw
Build: #919 was successful
Job: Test against 2.2 was successful
Build log
The build generated 2,122 lines of output.The output is too long and has been truncated to the last 1,000 lines. Download or view full build log.
03-Sep-2024 22:11:36 | at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) |
03-Sep-2024 22:11:36 | at org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks.evaluate(RunAfterTestMethodCallbacks.java:82) |
03-Sep-2024 22:11:36 | at org.springframework.test.context.junit4.statements.SpringRepeat.evaluate(SpringRepeat.java:73) |
03-Sep-2024 22:11:36 | at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) |
03-Sep-2024 22:11:36 | at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:217) |
03-Sep-2024 22:11:36 | at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:83) |
03-Sep-2024 22:11:36 | at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) |
03-Sep-2024 22:11:36 | at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) |
03-Sep-2024 22:11:36 | at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) |
03-Sep-2024 22:11:36 | at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) |
03-Sep-2024 22:11:36 | at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) |
03-Sep-2024 22:11:36 | at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61) |
03-Sep-2024 22:11:36 | at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) |
03-Sep-2024 22:11:36 | at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:68) |
03-Sep-2024 22:11:36 | at org.junit.runners.ParentRunner.run(ParentRunner.java:363) |
03-Sep-2024 22:11:36 | at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:163) |
03-Sep-2024 22:11:36 | at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:59) |
03-Sep-2024 22:11:36 | at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:115) |
03-Sep-2024 22:11:36 | at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:102) |
03-Sep-2024 22:11:36 | at org.apache.maven.surefire.Surefire.run(Surefire.java:180) |
03-Sep-2024 22:11:36 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) |
03-Sep-2024 22:11:36 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) |
03-Sep-2024 22:11:36 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) |
03-Sep-2024 22:11:36 | at java.lang.reflect.Method.invoke(Method.java:498) |
03-Sep-2024 22:11:36 | at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:350) |
03-Sep-2024 22:11:36 | at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1021) |
03-Sep-2024 22:11:36 | Caused by: org.hibernate.exception.GenericJDBCException: error executing work |
03-Sep-2024 22:11:36 | at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:54) |
03-Sep-2024 22:11:36 | at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:126) |
03-Sep-2024 22:11:36 | at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:112) |
03-Sep-2024 22:11:36 | at org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl.coordinateWork(JdbcCoordinatorImpl.java:318) |
03-Sep-2024 22:11:36 | at org.hibernate.internal.SessionImpl.doWork(SessionImpl.java:2095) |
03-Sep-2024 22:11:36 | at org.hibernate.internal.SessionImpl.doWork(SessionImpl.java:2080) |
03-Sep-2024 22:11:36 | at org.openmrs.api.db.hibernate.DbSession.doWork(DbSession.java:1005) |
03-Sep-2024 22:11:36 | at org.openmrs.module.reporting.evaluation.querybuilder.SqlQueryBuilder.evaluateToList(SqlQueryBuilder.java:167) |
03-Sep-2024 22:11:36 | ... 106 more |
03-Sep-2024 22:11:36 | Caused by: org.h2.jdbc.JdbcSQLException: Method is only allowed for a query. Use execute or executeUpdate instead of executeQuery; SQL statement: |
03-Sep-2024 22:11:36 | update person set gender='F' [90002-173] |
03-Sep-2024 22:11:36 | at org.h2.message.DbException.getJdbcSQLException(DbException.java:331) |
03-Sep-2024 22:11:36 | at org.h2.message.DbException.get(DbException.java:171) |
03-Sep-2024 22:11:36 | at org.h2.message.DbException.get(DbException.java:148) |
03-Sep-2024 22:11:36 | at org.h2.message.DbException.get(DbException.java:137) |
03-Sep-2024 22:11:36 | at org.h2.command.Prepared.query(Prepared.java:211) |
03-Sep-2024 22:11:36 | at org.h2.command.CommandContainer.query(CommandContainer.java:91) |
03-Sep-2024 22:11:36 | at org.h2.command.Command.executeQuery(Command.java:195) |
03-Sep-2024 22:11:36 | at org.h2.jdbc.JdbcPreparedStatement.executeQuery(JdbcPreparedStatement.java:106) |
03-Sep-2024 22:11:36 | at com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.executeQuery(NewProxyPreparedStatement.java:116) |
03-Sep-2024 22:11:36 | at org.openmrs.module.reporting.evaluation.querybuilder.SqlQueryBuilder$2.execute(SqlQueryBuilder.java:174) |
03-Sep-2024 22:11:36 | at org.hibernate.jdbc.WorkExecutor.executeWork(WorkExecutor.java:54) |
03-Sep-2024 22:11:36 | at org.hibernate.internal.SessionImpl$2.accept(SessionImpl.java:2076) |
03-Sep-2024 22:11:36 | at org.hibernate.internal.SessionImpl$2.accept(SessionImpl.java:2073) |
03-Sep-2024 22:11:36 | at org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl.coordinateWork(JdbcCoordinatorImpl.java:313) |
03-Sep-2024 22:11:36 | ... 110 more |
03-Sep-2024 22:11:36 | Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.93 sec |
03-Sep-2024 22:11:36 | Running org.openmrs.module.reporting.evaluation.service.EvaluationServiceTest |
03-Sep-2024 22:11:37 | Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.998 sec |
03-Sep-2024 22:11:37 | Running org.openmrs.module.reporting.data.obs.evaluator.EncounterToObsDataEvaluatorTest |
03-Sep-2024 22:11:38 | Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.24 sec |
03-Sep-2024 22:11:38 | Running org.openmrs.module.reporting.query.encounter.evaluator.MappedParametersEncounterQueryEvaluatorTest |
03-Sep-2024 22:11:38 | Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 sec |
03-Sep-2024 22:11:38 | Running org.openmrs.module.reporting.validator.InStateCohortDefinitionValidatorTest |
03-Sep-2024 22:11:38 | Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec |
03-Sep-2024 22:11:38 | Running org.openmrs.module.reporting.common.ReflectionUtilTest |
03-Sep-2024 22:11:38 | Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec |
03-Sep-2024 22:11:38 | Running org.openmrs.module.reporting.template.HandlebarsHelpersTest |
03-Sep-2024 22:11:38 | Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec |
03-Sep-2024 22:11:38 | Running org.openmrs.module.reporting.data.visit.evaluator.VisitIdDataEvaluatorTest |
03-Sep-2024 22:11:38 | Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.144 sec |
03-Sep-2024 22:11:38 | Running org.openmrs.module.reporting.cohort.definition.evaluator.ConditionalParameterCohortDefinitionEvaluatorTest |
03-Sep-2024 22:11:38 | Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 sec |
03-Sep-2024 22:11:38 | Running org.openmrs.module.reporting.data.patient.evaluator.CurrentPatientStateDataEvaluatorTest |
03-Sep-2024 22:11:38 | Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 sec |
03-Sep-2024 22:11:38 | Running org.openmrs.module.reporting.data.encounter.evaluator.ObsOnSameDateEncounterDataEvaluatorTest |
03-Sep-2024 22:11:39 | Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.387 sec |
03-Sep-2024 22:11:39 | Running org.openmrs.module.reporting.cohort.query.service.CohortQueryServiceTest |
03-Sep-2024 22:11:39 | Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 sec |
03-Sep-2024 22:11:39 | Running org.openmrs.module.reporting.data.person.evaluator.ObsForPersonDataEvaluatorTest |
03-Sep-2024 22:11:39 | Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.5 sec |
03-Sep-2024 22:11:39 | Running org.openmrs.module.reporting.validator.StaticCohortDefinitionValidatorTest |
03-Sep-2024 22:11:39 | Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec |
03-Sep-2024 22:11:39 | Running org.openmrs.module.reporting.dataset.definition.evaluator.EncounterDataSetEvaluatorTest |
03-Sep-2024 22:11:39 | ENCOUNTER ID EMR ID BIRTHDATE ENCOUNTER DATE Age At Start Age At End |
03-Sep-2024 22:11:39 | ------------ ------ ------------ -------------- ------------ ---------- |
03-Sep-2024 22:11:39 | 3 7 ~25/Aug/1976 01/Aug/2008 33 34 |
03-Sep-2024 22:11:39 | 4 7 ~25/Aug/1976 15/Aug/2008 33 34 |
03-Sep-2024 22:11:39 | 5 7 ~25/Aug/1976 19/Aug/2008 33 34 |
03-Sep-2024 22:11:39 | 6 20 08/Feb/1925 19/Aug/2009 80 80 |
03-Sep-2024 22:11:39 | 7 21 ~08/Jun/1959 19/Aug/2009 50 51 |
03-Sep-2024 22:11:39 | 8 21 ~08/Jun/1959 19/Sep/2009 50 51 |
03-Sep-2024 22:11:39 | 9 22 08/Jul/1997 19/Sep/2009 12 13 |
03-Sep-2024 22:11:39 | 10 22 08/Jul/1997 19/Oct/2009 12 13 |
03-Sep-2024 22:11:39 | 11 23 08/Nov/2000 19/Aug/2009 9 10 |
03-Sep-2024 22:11:39 | 12 24 08/Dec/2006 19/Sep/2009 3 4 |
03-Sep-2024 22:11:39 | Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.217 sec |
03-Sep-2024 22:11:39 | Running org.openmrs.module.reporting.data.person.evaluator.BirthdateDataEvaluatorTest |
03-Sep-2024 22:11:40 | Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 sec |
03-Sep-2024 22:11:40 | Running org.openmrs.module.reporting.cohort.definition.evaluator.EncounterCohortDefinitionEvaluatorTest |
03-Sep-2024 22:11:40 | Tests run: 9, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.913 sec |
03-Sep-2024 22:11:40 | Running org.openmrs.module.reporting.cohort.definition.evaluator.GenderCohortDefinitionEvaluatorTest |
03-Sep-2024 22:11:41 | Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.643 sec |
03-Sep-2024 22:11:41 | Running org.openmrs.module.reporting.data.person.evaluator.PreferredAddressDataEvaluatorTest |
03-Sep-2024 22:11:41 | Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 sec |
03-Sep-2024 22:11:41 | Running org.openmrs.module.reporting.data.converter.BirthdateConverterTest |
03-Sep-2024 22:11:41 | Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec |
03-Sep-2024 22:11:41 | Running org.openmrs.module.reporting.data.patient.evaluator.ProgramStatesForPatientDataEvaluatorTest |
03-Sep-2024 22:11:42 | Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.832 sec |
03-Sep-2024 22:11:42 | Running org.openmrs.module.reporting.cohort.definition.evaluator.AgeCohortDefinitionEvaluatorTest |
03-Sep-2024 22:11:42 | Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.324 sec |
03-Sep-2024 22:11:42 | Running org.openmrs.module.reporting.data.visit.library.BuiltInVisitDataLibraryTest |
03-Sep-2024 22:11:42 | Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 sec |
03-Sep-2024 22:11:42 | Running org.openmrs.module.reporting.data.encounter.evaluator.EncounterLocationDataEvaluatorTest |
03-Sep-2024 22:11:43 | Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.347 sec |
03-Sep-2024 22:11:43 | Running org.openmrs.module.reporting.data.obs.evaluator.PersonToObsEvaluatorTest |
03-Sep-2024 22:11:43 | Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.324 sec |
03-Sep-2024 22:11:43 | Running org.openmrs.module.reporting.cohort.definition.evaluator.NumericObsCohortDefinitionEvaluatorTest |
03-Sep-2024 22:11:44 | Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.122 sec |
03-Sep-2024 22:11:44 | Running org.openmrs.module.reporting.common.DateRangeTest |
03-Sep-2024 22:11:44 | Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec |
03-Sep-2024 22:11:44 | Running org.openmrs.module.reporting.indicator.QueryCountIndicatorEvaluatorTest |
03-Sep-2024 22:11:45 | Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.283 sec |
03-Sep-2024 22:11:45 | Running org.openmrs.module.reporting.data.encounter.evaluator.ObsForEncounterEvaluatorTest |
03-Sep-2024 22:11:45 | Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.68 sec |
03-Sep-2024 22:11:45 | Running org.openmrs.module.reporting.common.DateUtilTest |
03-Sep-2024 22:11:45 | Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 sec |
03-Sep-2024 22:11:45 | Running org.openmrs.module.reporting.data.patient.evaluator.DrugOrdersForPatientDataEvaluatorTest |
03-Sep-2024 22:11:47 | Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.379 sec |
03-Sep-2024 22:11:47 | Running org.openmrs.module.reporting.query.encounter.evaluator.MappedParametersObsQueryEvaluatorTest |
03-Sep-2024 22:11:47 | Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.447 sec |
03-Sep-2024 22:11:47 | Running org.openmrs.module.reporting.serializer.ReportingSerializerTest |
03-Sep-2024 22:11:47 | Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.127 sec |
03-Sep-2024 22:11:47 | Running org.openmrs.module.reporting.dataset.definition.evaluator.CohortCrossTabDataSetEvaluatorTest |
03-Sep-2024 22:11:47 | Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132 sec |
03-Sep-2024 22:11:47 | Running org.openmrs.module.reporting.query.person.service.PersonQueryServiceImplTest |
03-Sep-2024 22:11:48 | Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.168 sec |
03-Sep-2024 22:11:48 | Running org.openmrs.module.reporting.dataset.definition.evaluator.MySqlDataSetEvaluatorTest |
03-Sep-2024 22:11:48 | Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 sec |
03-Sep-2024 22:11:48 | Running org.openmrs.module.reporting.report.renderer.TextTemplateRendererTest |
03-Sep-2024 22:11:48 | Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.737 sec |
03-Sep-2024 22:11:48 | Running org.openmrs.module.reporting.validator.InverseCohortDefinitionValidatorTest |
03-Sep-2024 22:11:48 | Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec |
03-Sep-2024 22:11:48 | Running org.openmrs.module.reporting.validator.PatientStateCohortDefinitionValidatorTest |
03-Sep-2024 22:11:48 | Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec |
03-Sep-2024 22:11:48 | Running org.openmrs.module.reporting.query.encounter.evaluator.ObsForEncounterQueryEvaluatorTest |
03-Sep-2024 22:11:49 | Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.547 sec |
03-Sep-2024 22:11:49 | Running org.openmrs.module.reporting.report.service.db.PropertiesTypeTest |
03-Sep-2024 22:11:49 | Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec |
03-Sep-2024 22:11:49 | Running org.openmrs.module.reporting.data.encounter.service.EncounterDataServiceImplTest |
03-Sep-2024 22:11:49 | Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.129 sec |
03-Sep-2024 22:11:49 | Running org.openmrs.module.reporting.cohort.definition.evaluator.MappedParametersCohortDefinitionEvaluatorTest |
03-Sep-2024 22:11:49 | Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 sec |
03-Sep-2024 22:11:49 | Running org.openmrs.module.reporting.data.encounter.evaluator.ConvertedEncounterDataEvaluatorTest |
03-Sep-2024 22:11:49 | Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 sec |
03-Sep-2024 22:11:49 | Running org.openmrs.module.reporting.data.converter.ListConverterTest |
03-Sep-2024 22:11:49 | Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec |
03-Sep-2024 22:11:49 | Running org.openmrs.module.reporting.data.patient.evaluator.PatientIdentifierDataEvaluatorTest |
03-Sep-2024 22:11:49 | Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.269 sec |
03-Sep-2024 22:11:49 | Running org.openmrs.module.reporting.data.converter.ObsFromObsGroupConverterTest |
03-Sep-2024 22:11:49 | Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec |
03-Sep-2024 22:11:49 | Running org.openmrs.module.reporting.common.AgeTest |
03-Sep-2024 22:11:49 | Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec |
03-Sep-2024 22:11:49 | Running org.openmrs.module.reporting.evaluation.CachingCohortDefinitionTest |
03-Sep-2024 22:11:50 | Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 sec |
03-Sep-2024 22:11:50 | Running org.openmrs.module.reporting.config.ReportLoaderIntegrationTest |
03-Sep-2024 22:11:50 | Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.808 sec |
03-Sep-2024 22:11:50 | Running org.openmrs.module.reporting.common.TestUtil |
03-Sep-2024 22:11:50 | Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec |
03-Sep-2024 22:11:50 | Running org.openmrs.module.reporting.query.encounter.evaluator.CompositionEncounterQueryEvaluatorTest |
03-Sep-2024 22:11:51 | Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.309 sec |
03-Sep-2024 22:11:51 | Running org.openmrs.module.reporting.definition.library.implementerconfigured.ImplementerConfiguredVisitDataDefinitionLibraryTest |
03-Sep-2024 22:11:51 | Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec |
03-Sep-2024 22:11:51 | Running org.openmrs.module.reporting.common.ObjectUtilTest |
03-Sep-2024 22:11:51 | Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.355 sec |
03-Sep-2024 22:11:51 | Running org.openmrs.module.reporting.data.person.evaluator.AgeDataEvaluatorTest |
03-Sep-2024 22:11:51 | Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.149 sec |
03-Sep-2024 22:11:51 | Running org.openmrs.module.reporting.evaluation.querybuilder.HqlQueryBuilderTest |
03-Sep-2024 22:11:54 | Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.365 sec |
03-Sep-2024 22:11:54 | Running org.openmrs.module.reporting.data.visit.evaluator.ObsForVisitDataEvaluatorTest |
03-Sep-2024 22:11:54 | Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.314 sec |
03-Sep-2024 22:11:54 | Running org.openmrs.module.reporting.query.encounter.evaluator.MostRecentEncounterForPatientQueryEvaluatorTest |
03-Sep-2024 22:11:54 | Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 sec |
03-Sep-2024 22:11:54 | Running org.openmrs.module.reporting.cohort.definition.evaluator.OptionalParameterCohortDefinitionEvaluatorTest |
03-Sep-2024 22:11:54 | Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.154 sec |
03-Sep-2024 22:11:54 | Running org.openmrs.module.reporting.report.util.SqlUtilsTest |
03-Sep-2024 22:11:54 | Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec |
03-Sep-2024 22:11:54 | Running org.openmrs.module.reporting.validator.InProgramCohortDefinitionValidatorTest |
03-Sep-2024 22:11:54 | Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec |
03-Sep-2024 22:11:54 | Running org.openmrs.module.reporting.data.obs.evaluator.PatientToObsDataEvaluatorTest |
03-Sep-2024 22:11:55 | Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.39 sec |
03-Sep-2024 22:11:55 | Running org.openmrs.module.reporting.definition.library.BaseDefinitionLibraryTest |
03-Sep-2024 22:11:55 | Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec |
03-Sep-2024 22:11:55 | Running org.openmrs.module.reporting.data.person.evaluator.PersonAttributeDataEvaluatorTest |
03-Sep-2024 22:11:55 | Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 sec |
03-Sep-2024 22:11:55 | Running org.openmrs.module.reporting.data.person.evaluator.PreferredNameDataEvaluatorTest |
03-Sep-2024 22:11:55 | Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.227 sec |
03-Sep-2024 22:11:55 | Running org.openmrs.module.reporting.definition.library.implementerconfigured.ImplementerConfiguredCohortDefinitionLibraryTest |
03-Sep-2024 22:11:55 | Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.15 sec |
03-Sep-2024 22:11:55 | Running org.openmrs.module.reporting.evaluation.parameter.ParameterUtilTest |
03-Sep-2024 22:11:55 | Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 sec |
03-Sep-2024 22:11:55 | Running org.openmrs.module.reporting.data.encounter.library.BuiltInEncounterDataLibraryTest |
03-Sep-2024 22:11:55 | Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.175 sec |
03-Sep-2024 22:11:55 | Running org.openmrs.module.reporting.cohort.definition.evaluator.ScriptedCohortDefinitionEvaluatorTest |
03-Sep-2024 22:11:55 | Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 sec |
03-Sep-2024 22:11:55 | Running org.openmrs.module.reporting.data.converter.PersonNameConverterTest |
03-Sep-2024 22:11:55 | Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec |
03-Sep-2024 22:11:55 | Running org.openmrs.module.reporting.definition.library.AllDefinitionLibrariesComponentTest |
03-Sep-2024 22:11:55 | Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec |
03-Sep-2024 22:11:55 | Running org.openmrs.module.reporting.data.person.evaluator.VitalStatusDataEvaluatorTest |
03-Sep-2024 22:11:56 | Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.137 sec |
03-Sep-2024 22:11:56 | Running org.openmrs.module.reporting.cohort.definition.evaluator.TextObsCohortDefinitionEvaluatorTest |
03-Sep-2024 22:11:56 | Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.251 sec |
03-Sep-2024 22:11:56 | Running org.openmrs.module.reporting.dataset.definition.evaluator.PatientDataSetEvaluatorTest |
03-Sep-2024 22:11:57 | Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.92 sec |
03-Sep-2024 22:11:57 | Running org.openmrs.module.reporting.data.encounter.evaluator.AuditInfoEncounterDataEvaluatorTest |
03-Sep-2024 22:11:57 | Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec |
03-Sep-2024 22:11:57 | Running org.openmrs.module.reporting.data.patient.evaluator.LogicDataEvaluatorTest |
03-Sep-2024 22:11:57 | Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 sec |
03-Sep-2024 22:11:57 | Running org.openmrs.module.reporting.data.visit.evaluator.PersonToVisitDataEvaluatorTest |
03-Sep-2024 22:11:57 | Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.284 sec |
03-Sep-2024 22:11:57 | Running org.openmrs.module.reporting.cohort.definition.evaluator.DateObsCohortDefinitionEvaluatorTest |
03-Sep-2024 22:11:57 | Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.246 sec |
03-Sep-2024 22:11:57 | Running org.openmrs.module.reporting.cohort.definition.evaluator.VisitCohortDefinitionEvaluatorTest |
03-Sep-2024 22:11:58 | Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.231 sec |
03-Sep-2024 22:11:58 | Running org.openmrs.module.reporting.data.encounter.evaluator.AgeAtEncounterDataEvaluatorTest |
03-Sep-2024 22:11:58 | Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 sec |
03-Sep-2024 22:11:58 | Running org.openmrs.module.reporting.indicator.CohortIndicatorDataSetEvaluatorTest |
03-Sep-2024 22:11:58 | Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 sec |
03-Sep-2024 22:11:58 | Running org.openmrs.module.reporting.data.person.evaluator.ObsActiveListPersonDataEvaluatorTest |
03-Sep-2024 22:11:58 | Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.128 sec |
03-Sep-2024 22:11:58 | Running org.openmrs.module.reporting.common.ExcelUtilTest |
03-Sep-2024 22:11:58 | Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.312 sec |
03-Sep-2024 22:11:58 | Running org.openmrs.module.reporting.data.obs.evaluator.GroupMemberObsDataEvaluatorTest |
03-Sep-2024 22:11:59 | Tests run: 5, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.463 sec |
03-Sep-2024 22:11:59 | Running org.openmrs.module.reporting.query.visit.evaluator.BasicVisitQueryEvaluatorTest |
03-Sep-2024 22:11:59 | Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.405 sec |
03-Sep-2024 22:11:59 | Running org.openmrs.module.reporting.common.ExcelBuilderTest |
03-Sep-2024 22:12:02 | Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.238 sec |
03-Sep-2024 22:12:02 | Running org.openmrs.module.reporting.query.obs.evaluator.AllObsQueryEvaluatorTest |
03-Sep-2024 22:12:03 | Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.607 sec |
03-Sep-2024 22:12:03 | Running org.openmrs.module.reporting.cohort.definition.evaluator.AllPatientsCohortDefinitionEvaluatorTest |
03-Sep-2024 22:12:03 | Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.129 sec |
03-Sep-2024 22:12:03 | Running org.openmrs.module.reporting.data.encounter.evaluator.SimultaneousEncountersDataEvaluatorTest |
03-Sep-2024 22:12:03 | Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 sec |
03-Sep-2024 22:12:03 | Running org.openmrs.module.reporting.validator.ProgramEnrollmentCohortDefinitionValidatorTest |
03-Sep-2024 22:12:03 | Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec |
03-Sep-2024 22:12:03 | Running org.openmrs.module.reporting.evaluation.EvaluationContextTest |
03-Sep-2024 22:12:03 | Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 sec |
03-Sep-2024 22:12:03 | Running org.openmrs.module.reporting.data.patient.evaluator.PreferredIdentifierDataEvaluatorTest |
03-Sep-2024 22:12:03 | Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.171 sec |
03-Sep-2024 22:12:03 | Running org.openmrs.module.reporting.data.encounter.evaluator.EncounterVisitDataEvaluatorTest |
03-Sep-2024 22:12:03 | Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 sec |
03-Sep-2024 22:12:03 | Running org.openmrs.module.reporting.query.obs.service.ObsQueryServiceImplTest |
03-Sep-2024 22:12:04 | Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.07 sec |
03-Sep-2024 22:12:04 | Running org.openmrs.module.reporting.data.patient.library.BuiltInPatientDataLibraryTest |
03-Sep-2024 22:12:04 | Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 sec |
03-Sep-2024 22:12:04 | Running org.openmrs.module.reporting.indicator.util.IndicatorUtilTest |
03-Sep-2024 22:12:04 | Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec |
03-Sep-2024 22:12:04 | Running org.openmrs.module.reporting.cohort.definition.evaluator.EvaluatableCohortDefinitionEvaluatorTest |
03-Sep-2024 22:12:04 | Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec |
03-Sep-2024 22:12:04 | Running org.openmrs.module.reporting.data.patient.evaluator.ConvertedPatientDataEvaluatorTest |
03-Sep-2024 22:12:04 | Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.13 sec |
03-Sep-2024 22:12:04 | Running org.openmrs.module.reporting.cohort.definition.evaluator.CompositionCohortDefinitionEvaluatorTest |
03-Sep-2024 22:12:04 | Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.281 sec |
03-Sep-2024 22:12:04 | Running org.openmrs.module.reporting.data.converter.MapConverterTest |
03-Sep-2024 22:12:04 | Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec |
03-Sep-2024 22:12:04 | Running org.openmrs.module.reporting.data.patient.evaluator.EncountersForPatientDataEvaluatorTest |
03-Sep-2024 22:12:04 | Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 sec |
03-Sep-2024 22:12:04 | Running org.openmrs.module.reporting.indicator.SqlIndicatorTest |
03-Sep-2024 22:12:04 | ERROR - EvaluationProfiler.log(111) |2024-09-03 22:12:04,807| 1345 2024-09-03 22:12:04.807 > ERROR EVALUATING_DEFINITION SqlIndicator[sql=SELECT distinct(.222) as res, 33 as res2 from patient]: Failed to evaluate sql because: |
03-Sep-2024 22:12:04 | Unable to evaluate to a single value. Exactly one column must be defined. |
03-Sep-2024 22:12:04 | org.openmrs.module.reporting.evaluation.EvaluationException: Failed to evaluate sql because: |
03-Sep-2024 22:12:04 | Unable to evaluate to a single value. Exactly one column must be defined. |
03-Sep-2024 22:12:04 | at org.openmrs.module.reporting.indicator.evaluator.SqlIndicatorEvaluator.evaluateSql(SqlIndicatorEvaluator.java:57) |
03-Sep-2024 22:12:04 | at org.openmrs.module.reporting.indicator.evaluator.SqlIndicatorEvaluator.evaluate(SqlIndicatorEvaluator.java:41) |
03-Sep-2024 22:12:04 | at org.openmrs.module.reporting.indicator.evaluator.SqlIndicatorEvaluator.evaluate(SqlIndicatorEvaluator.java:28) |
03-Sep-2024 22:12:04 | at org.openmrs.module.reporting.definition.service.BaseDefinitionService.executeEvaluator(BaseDefinitionService.java:369) |
03-Sep-2024 22:12:04 | at org.openmrs.module.reporting.definition.service.BaseDefinitionService.evaluateBypassingExclusionOfTestPatients(BaseDefinitionService.java:264) |
03-Sep-2024 22:12:04 | at org.openmrs.module.reporting.definition.service.BaseDefinitionService.evaluate(BaseDefinitionService.java:229) |
03-Sep-2024 22:12:04 | at org.openmrs.module.reporting.indicator.service.IndicatorServiceImpl.evaluate(IndicatorServiceImpl.java:41) |
03-Sep-2024 22:12:04 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) |
03-Sep-2024 22:12:04 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) |
03-Sep-2024 22:12:04 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) |
03-Sep-2024 22:12:04 | at java.lang.reflect.Method.invoke(Method.java:498) |
03-Sep-2024 22:12:04 | at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317) |
03-Sep-2024 22:12:04 | at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190) |
03-Sep-2024 22:12:04 | at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) |
03-Sep-2024 22:12:04 | at org.springframework.cache.interceptor.CacheInterceptor$1.invoke(CacheInterceptor.java:52) |
03-Sep-2024 22:12:04 | at org.springframework.cache.interceptor.CacheAspectSupport.execute(CacheAspectSupport.java:303) |
03-Sep-2024 22:12:04 | at org.springframework.cache.interceptor.CacheInterceptor.invoke(CacheInterceptor.java:61) |
03-Sep-2024 22:12:04 | at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) |
03-Sep-2024 22:12:04 | at org.openmrs.aop.LoggingAdvice.invoke(LoggingAdvice.java:122) |
03-Sep-2024 22:12:04 | at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) |
03-Sep-2024 22:12:04 | at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52) |
03-Sep-2024 22:12:04 | at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) |
03-Sep-2024 22:12:04 | at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52) |
03-Sep-2024 22:12:04 | at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) |
03-Sep-2024 22:12:04 | at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207) |
03-Sep-2024 22:12:04 | at com.sun.proxy.$Proxy46.evaluate(Unknown Source) |
03-Sep-2024 22:12:04 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) |
03-Sep-2024 22:12:04 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) |
03-Sep-2024 22:12:04 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) |
03-Sep-2024 22:12:04 | at java.lang.reflect.Method.invoke(Method.java:498) |
03-Sep-2024 22:12:04 | at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317) |
03-Sep-2024 22:12:04 | at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:201) |
03-Sep-2024 22:12:04 | at com.sun.proxy.$Proxy161.evaluate(Unknown Source) |
03-Sep-2024 22:12:04 | at org.openmrs.module.reporting.indicator.SqlIndicatorTest.assertIndicatorValue(SqlIndicatorTest.java:94) |
03-Sep-2024 22:12:04 | at org.openmrs.module.reporting.indicator.SqlIndicatorTest.assertIndicatorValue(SqlIndicatorTest.java:103) |
03-Sep-2024 22:12:04 | at org.openmrs.module.reporting.indicator.SqlIndicatorTest.assertIndicatorValue(SqlIndicatorTest.java:114) |
03-Sep-2024 22:12:04 | at org.openmrs.module.reporting.indicator.SqlIndicatorTest.assertIndicatorValue(SqlIndicatorTest.java:107) |
03-Sep-2024 22:12:04 | at org.openmrs.module.reporting.indicator.SqlIndicatorTest.sqlIndicator_shouldNotAllowQueriesThatReturnMoreThanOneColumn(SqlIndicatorTest.java:85) |
03-Sep-2024 22:12:04 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) |
03-Sep-2024 22:12:04 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) |
03-Sep-2024 22:12:04 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) |
03-Sep-2024 22:12:04 | at java.lang.reflect.Method.invoke(Method.java:498) |
03-Sep-2024 22:12:04 | at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) |
03-Sep-2024 22:12:04 | at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) |
03-Sep-2024 22:12:04 | at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) |
03-Sep-2024 22:12:04 | at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) |
03-Sep-2024 22:12:04 | at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19) |
03-Sep-2024 22:12:04 | at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) |
03-Sep-2024 22:12:04 | at org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks.evaluate(RunBeforeTestMethodCallbacks.java:73) |
03-Sep-2024 22:12:04 | at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) |
03-Sep-2024 22:12:04 | at org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks.evaluate(RunAfterTestMethodCallbacks.java:82) |
03-Sep-2024 22:12:04 | at org.springframework.test.context.junit4.statements.SpringRepeat.evaluate(SpringRepeat.java:73) |
03-Sep-2024 22:12:04 | at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) |
03-Sep-2024 22:12:04 | at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:217) |
03-Sep-2024 22:12:04 | at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:83) |
03-Sep-2024 22:12:04 | at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) |
03-Sep-2024 22:12:04 | at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) |
03-Sep-2024 22:12:04 | at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) |
03-Sep-2024 22:12:04 | at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) |
03-Sep-2024 22:12:04 | at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) |
03-Sep-2024 22:12:04 | at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61) |
03-Sep-2024 22:12:04 | at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) |
03-Sep-2024 22:12:04 | at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:68) |
03-Sep-2024 22:12:04 | at org.junit.runners.ParentRunner.run(ParentRunner.java:363) |
03-Sep-2024 22:12:04 | at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:163) |
03-Sep-2024 22:12:04 | at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:59) |
03-Sep-2024 22:12:04 | at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:115) |
03-Sep-2024 22:12:04 | at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:102) |
03-Sep-2024 22:12:04 | at org.apache.maven.surefire.Surefire.run(Surefire.java:180) |
03-Sep-2024 22:12:04 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) |
03-Sep-2024 22:12:04 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) |
03-Sep-2024 22:12:04 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) |
03-Sep-2024 22:12:04 | at java.lang.reflect.Method.invoke(Method.java:498) |
03-Sep-2024 22:12:04 | at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:350) |
03-Sep-2024 22:12:04 | at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1021) |
03-Sep-2024 22:12:04 | Caused by: java.lang.IllegalArgumentException: Unable to evaluate to a single value. Exactly one column must be defined. |
03-Sep-2024 22:12:04 | at org.openmrs.module.reporting.evaluation.service.EvaluationServiceImpl.evaluateToObject(EvaluationServiceImpl.java:90) |
03-Sep-2024 22:12:04 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) |
03-Sep-2024 22:12:04 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) |
03-Sep-2024 22:12:04 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) |
03-Sep-2024 22:12:04 | at java.lang.reflect.Method.invoke(Method.java:498) |
03-Sep-2024 22:12:04 | at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317) |
03-Sep-2024 22:12:04 | at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190) |
03-Sep-2024 22:12:04 | at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) |
03-Sep-2024 22:12:04 | at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) |
03-Sep-2024 22:12:04 | at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) |
03-Sep-2024 22:12:04 | at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) |
03-Sep-2024 22:12:04 | at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) |
03-Sep-2024 22:12:04 | at org.springframework.cache.interceptor.CacheInterceptor$1.invoke(CacheInterceptor.java:52) |
03-Sep-2024 22:12:04 | at org.springframework.cache.interceptor.CacheAspectSupport.execute(CacheAspectSupport.java:303) |
03-Sep-2024 22:12:04 | at org.springframework.cache.interceptor.CacheInterceptor.invoke(CacheInterceptor.java:61) |
03-Sep-2024 22:12:04 | at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) |
03-Sep-2024 22:12:04 | at org.openmrs.aop.LoggingAdvice.invoke(LoggingAdvice.java:122) |
03-Sep-2024 22:12:04 | at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) |
03-Sep-2024 22:12:04 | at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52) |
03-Sep-2024 22:12:04 | at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) |
03-Sep-2024 22:12:04 | at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52) |
03-Sep-2024 22:12:04 | at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) |
03-Sep-2024 22:12:04 | at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207) |
03-Sep-2024 22:12:04 | at com.sun.proxy.$Proxy33.evaluateToObject(Unknown Source) |
03-Sep-2024 22:12:04 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) |
03-Sep-2024 22:12:04 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) |
03-Sep-2024 22:12:04 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) |
03-Sep-2024 22:12:04 | at java.lang.reflect.Method.invoke(Method.java:498) |
03-Sep-2024 22:12:04 | at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317) |
03-Sep-2024 22:12:04 | at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190) |
03-Sep-2024 22:12:04 | at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) |
03-Sep-2024 22:12:04 | at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) |
03-Sep-2024 22:12:04 | at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) |
03-Sep-2024 22:12:04 | at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) |
03-Sep-2024 22:12:04 | at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) |
03-Sep-2024 22:12:04 | at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207) |
03-Sep-2024 22:12:04 | at com.sun.proxy.$Proxy139.evaluateToObject(Unknown Source) |
03-Sep-2024 22:12:04 | at org.openmrs.module.reporting.indicator.evaluator.SqlIndicatorEvaluator.evaluateSql(SqlIndicatorEvaluator.java:54) |
03-Sep-2024 22:12:04 | ... 74 more |
03-Sep-2024 22:12:04 | ERROR - EvaluationProfiler.log(111) |2024-09-03 22:12:04,991| 1353 2024-09-03 22:12:04.991 > ERROR EVALUATING_DEFINITION SqlIndicator[sql=SELECT person_id from person]: Failed to evaluate sql because: |
03-Sep-2024 22:12:04 | Unable to evaluate to a single value. Exactly one row must be returned by query. |
03-Sep-2024 22:12:04 | org.openmrs.module.reporting.evaluation.EvaluationException: Failed to evaluate sql because: |
03-Sep-2024 22:12:04 | Unable to evaluate to a single value. Exactly one row must be returned by query. |
03-Sep-2024 22:12:04 | at org.openmrs.module.reporting.indicator.evaluator.SqlIndicatorEvaluator.evaluateSql(SqlIndicatorEvaluator.java:57) |
03-Sep-2024 22:12:04 | at org.openmrs.module.reporting.indicator.evaluator.SqlIndicatorEvaluator.evaluate(SqlIndicatorEvaluator.java:41) |
03-Sep-2024 22:12:04 | at org.openmrs.module.reporting.indicator.evaluator.SqlIndicatorEvaluator.evaluate(SqlIndicatorEvaluator.java:28) |
03-Sep-2024 22:12:04 | at org.openmrs.module.reporting.definition.service.BaseDefinitionService.executeEvaluator(BaseDefinitionService.java:369) |
03-Sep-2024 22:12:04 | at org.openmrs.module.reporting.definition.service.BaseDefinitionService.evaluateBypassingExclusionOfTestPatients(BaseDefinitionService.java:264) |
03-Sep-2024 22:12:04 | at org.openmrs.module.reporting.definition.service.BaseDefinitionService.evaluate(BaseDefinitionService.java:229) |
03-Sep-2024 22:12:04 | at org.openmrs.module.reporting.indicator.service.IndicatorServiceImpl.evaluate(IndicatorServiceImpl.java:41) |
03-Sep-2024 22:12:04 | at sun.reflect.GeneratedMethodAccessor1250.invoke(Unknown Source) |
03-Sep-2024 22:12:04 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) |
03-Sep-2024 22:12:04 | at java.lang.reflect.Method.invoke(Method.java:498) |
03-Sep-2024 22:12:04 | at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317) |
03-Sep-2024 22:12:04 | at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190) |
03-Sep-2024 22:12:04 | at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) |
03-Sep-2024 22:12:04 | at org.springframework.cache.interceptor.CacheInterceptor$1.invoke(CacheInterceptor.java:52) |
03-Sep-2024 22:12:04 | at org.springframework.cache.interceptor.CacheAspectSupport.execute(CacheAspectSupport.java:303) |
03-Sep-2024 22:12:04 | at org.springframework.cache.interceptor.CacheInterceptor.invoke(CacheInterceptor.java:61) |
03-Sep-2024 22:12:04 | at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) |
03-Sep-2024 22:12:04 | at org.openmrs.aop.LoggingAdvice.invoke(LoggingAdvice.java:122) |
03-Sep-2024 22:12:04 | at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) |
03-Sep-2024 22:12:04 | at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52) |
03-Sep-2024 22:12:04 | at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) |
03-Sep-2024 22:12:04 | at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52) |
03-Sep-2024 22:12:04 | at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) |
03-Sep-2024 22:12:04 | at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207) |
03-Sep-2024 22:12:04 | at com.sun.proxy.$Proxy46.evaluate(Unknown Source) |
03-Sep-2024 22:12:04 | at sun.reflect.GeneratedMethodAccessor1250.invoke(Unknown Source) |
03-Sep-2024 22:12:04 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) |
03-Sep-2024 22:12:04 | at java.lang.reflect.Method.invoke(Method.java:498) |
03-Sep-2024 22:12:04 | at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317) |
03-Sep-2024 22:12:04 | at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:201) |
03-Sep-2024 22:12:04 | at com.sun.proxy.$Proxy161.evaluate(Unknown Source) |
03-Sep-2024 22:12:04 | at org.openmrs.module.reporting.indicator.SqlIndicatorTest.assertIndicatorValue(SqlIndicatorTest.java:94) |
03-Sep-2024 22:12:04 | at org.openmrs.module.reporting.indicator.SqlIndicatorTest.assertIndicatorValue(SqlIndicatorTest.java:103) |
03-Sep-2024 22:12:04 | at org.openmrs.module.reporting.indicator.SqlIndicatorTest.assertIndicatorValue(SqlIndicatorTest.java:114) |
03-Sep-2024 22:12:04 | at org.openmrs.module.reporting.indicator.SqlIndicatorTest.assertIndicatorValue(SqlIndicatorTest.java:107) |
03-Sep-2024 22:12:04 | at org.openmrs.module.reporting.indicator.SqlIndicatorTest.sqlIndicator_shouldNotAllowQueriesThatReturnMoreThanOneRow(SqlIndicatorTest.java:90) |
03-Sep-2024 22:12:04 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) |
03-Sep-2024 22:12:04 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) |
03-Sep-2024 22:12:04 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) |
03-Sep-2024 22:12:04 | at java.lang.reflect.Method.invoke(Method.java:498) |
03-Sep-2024 22:12:04 | at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) |
03-Sep-2024 22:12:04 | at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) |
03-Sep-2024 22:12:04 | at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) |
03-Sep-2024 22:12:04 | at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) |
03-Sep-2024 22:12:04 | at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19) |
03-Sep-2024 22:12:04 | at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) |
03-Sep-2024 22:12:04 | at org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks.evaluate(RunBeforeTestMethodCallbacks.java:73) |
03-Sep-2024 22:12:04 | at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) |
03-Sep-2024 22:12:04 | at org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks.evaluate(RunAfterTestMethodCallbacks.java:82) |
03-Sep-2024 22:12:04 | at org.springframework.test.context.junit4.statements.SpringRepeat.evaluate(SpringRepeat.java:73) |
03-Sep-2024 22:12:04 | at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) |
03-Sep-2024 22:12:04 | at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:217) |
03-Sep-2024 22:12:04 | at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:83) |
03-Sep-2024 22:12:04 | at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) |
03-Sep-2024 22:12:04 | at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) |
03-Sep-2024 22:12:04 | at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) |
03-Sep-2024 22:12:04 | at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) |
03-Sep-2024 22:12:04 | at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) |
03-Sep-2024 22:12:04 | at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61) |
03-Sep-2024 22:12:04 | at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) |
03-Sep-2024 22:12:04 | at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:68) |
03-Sep-2024 22:12:04 | at org.junit.runners.ParentRunner.run(ParentRunner.java:363) |
03-Sep-2024 22:12:04 | at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:163) |
03-Sep-2024 22:12:04 | at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:59) |
03-Sep-2024 22:12:04 | at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:115) |
03-Sep-2024 22:12:04 | at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:102) |
03-Sep-2024 22:12:04 | at org.apache.maven.surefire.Surefire.run(Surefire.java:180) |
03-Sep-2024 22:12:04 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) |
03-Sep-2024 22:12:04 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) |
03-Sep-2024 22:12:04 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) |
03-Sep-2024 22:12:04 | at java.lang.reflect.Method.invoke(Method.java:498) |
03-Sep-2024 22:12:04 | at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:350) |
03-Sep-2024 22:12:04 | at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1021) |
03-Sep-2024 22:12:04 | Caused by: java.lang.IllegalArgumentException: Unable to evaluate to a single value. Exactly one row must be returned by query. |
03-Sep-2024 22:12:04 | at org.openmrs.module.reporting.evaluation.service.EvaluationServiceImpl.evaluateToObject(EvaluationServiceImpl.java:86) |
03-Sep-2024 22:12:04 | at sun.reflect.GeneratedMethodAccessor1253.invoke(Unknown Source) |
03-Sep-2024 22:12:04 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) |
03-Sep-2024 22:12:04 | at java.lang.reflect.Method.invoke(Method.java:498) |
03-Sep-2024 22:12:04 | at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317) |
03-Sep-2024 22:12:04 | at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190) |
03-Sep-2024 22:12:04 | at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) |
03-Sep-2024 22:12:04 | at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) |
03-Sep-2024 22:12:04 | at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) |
03-Sep-2024 22:12:04 | at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) |
03-Sep-2024 22:12:04 | at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) |
03-Sep-2024 22:12:04 | at org.springframework.cache.interceptor.CacheInterceptor$1.invoke(CacheInterceptor.java:52) |
03-Sep-2024 22:12:04 | at org.springframework.cache.interceptor.CacheAspectSupport.execute(CacheAspectSupport.java:303) |
03-Sep-2024 22:12:04 | at org.springframework.cache.interceptor.CacheInterceptor.invoke(CacheInterceptor.java:61) |
03-Sep-2024 22:12:04 | at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) |
03-Sep-2024 22:12:04 | at org.openmrs.aop.LoggingAdvice.invoke(LoggingAdvice.java:122) |
03-Sep-2024 22:12:04 | at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) |
03-Sep-2024 22:12:04 | at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52) |
03-Sep-2024 22:12:04 | at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) |
03-Sep-2024 22:12:04 | at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52) |
03-Sep-2024 22:12:04 | at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) |
03-Sep-2024 22:12:04 | at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207) |
03-Sep-2024 22:12:04 | at com.sun.proxy.$Proxy33.evaluateToObject(Unknown Source) |
03-Sep-2024 22:12:04 | at sun.reflect.GeneratedMethodAccessor1253.invoke(Unknown Source) |
03-Sep-2024 22:12:04 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) |
03-Sep-2024 22:12:04 | at java.lang.reflect.Method.invoke(Method.java:498) |
03-Sep-2024 22:12:04 | at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317) |
03-Sep-2024 22:12:04 | at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190) |
03-Sep-2024 22:12:04 | at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) |
03-Sep-2024 22:12:04 | at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) |
03-Sep-2024 22:12:04 | at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) |
03-Sep-2024 22:12:04 | at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) |
03-Sep-2024 22:12:04 | at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) |
03-Sep-2024 22:12:04 | at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207) |
03-Sep-2024 22:12:04 | at com.sun.proxy.$Proxy139.evaluateToObject(Unknown Source) |
03-Sep-2024 22:12:04 | at org.openmrs.module.reporting.indicator.evaluator.SqlIndicatorEvaluator.evaluateSql(SqlIndicatorEvaluator.java:54) |
03-Sep-2024 22:12:04 | ... 72 more |
03-Sep-2024 22:12:05 | Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.491 sec |
03-Sep-2024 22:12:05 | Running org.openmrs.module.reporting.report.renderer.ExcelTemplateRendererTest |
03-Sep-2024 22:12:05 | Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 sec |
03-Sep-2024 22:12:05 | Running org.openmrs.module.reporting.cohort.CohortsTest |
03-Sep-2024 22:12:05 | Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec |
03-Sep-2024 22:12:05 | Running org.openmrs.module.reporting.data.converter.StringConverterTest |
03-Sep-2024 22:12:05 | Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec |
03-Sep-2024 22:12:05 | Running org.openmrs.module.reporting.dataset.definition.evaluator.RepeatPerTimePeriodDataSetEvaluatorTest |
03-Sep-2024 22:12:05 | Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec |
03-Sep-2024 22:12:05 | Running org.openmrs.module.reporting.data.JoinDataDefinitionTest |
03-Sep-2024 22:12:05 | Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec |
03-Sep-2024 22:12:05 | Running org.openmrs.module.reporting.query.obs.evaluator.BasicObsQueryEvaluatorTest |
03-Sep-2024 22:12:05 | Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 sec |
03-Sep-2024 22:12:05 | Running org.openmrs.module.reporting.query.person.evaluator.PatientPersonQueryEvaluatorTest |
03-Sep-2024 22:12:05 | Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 sec |
03-Sep-2024 22:12:05 | Running org.openmrs.module.reporting.config.ReportLoaderTest |
03-Sep-2024 22:12:05 | Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec |
03-Sep-2024 22:12:05 | Running org.openmrs.module.reporting.data.patient.evaluator.ScriptedCompositionPatientDataEvaluatorTest |
03-Sep-2024 22:12:05 | Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.171 sec |
03-Sep-2024 22:12:05 | Running org.openmrs.module.reporting.definition.library.implementerconfigured.ImplementerConfiguredEncounterDataDefinitionLibraryTest |
03-Sep-2024 22:12:05 | Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec |
03-Sep-2024 22:12:05 | Running org.openmrs.module.reporting.data.encounter.evaluator.PersonToEncounterDataEvaluatorTest |
03-Sep-2024 22:12:05 | Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.193 sec |
03-Sep-2024 22:12:05 | Running org.openmrs.module.reporting.data.visit.evaluator.PatientToVisitDataEvaluatorTest |
03-Sep-2024 22:12:05 | {1=102, 4=12345K} |
03-Sep-2024 22:12:05 | Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.2 sec |
03-Sep-2024 22:12:05 | Running org.openmrs.module.reporting.cohort.definition.evaluator.InProgramCohortDefinitionEvaluatorTest |
03-Sep-2024 22:12:06 | Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.362 sec |
03-Sep-2024 22:12:06 | Running org.openmrs.module.reporting.calculation.PatientDataCalculationBehaviorTest |
03-Sep-2024 22:12:06 | Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.211 sec |
03-Sep-2024 22:12:06 | Running org.openmrs.module.reporting.validator.CompositionCohortDefinitionValidatorTest |
03-Sep-2024 22:12:06 | Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec |
03-Sep-2024 22:12:06 | Running org.openmrs.module.reporting.dataset.definition.evaluator.CohortIndicatorDataSetEvaluatorTest |
03-Sep-2024 22:12:06 | Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 sec |
03-Sep-2024 22:12:06 | Running org.openmrs.module.reporting.query.encounter.evaluator.AuditEncounterQueryEvaluatorTest |
03-Sep-2024 22:12:07 | Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.409 sec |
03-Sep-2024 22:12:07 | Running org.openmrs.module.reporting.indicator.aggregation.AggregationTest |
03-Sep-2024 22:12:07 | Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec |
03-Sep-2024 22:12:07 | Running org.openmrs.module.reporting.definition.service.DefinitionServiceTest |
03-Sep-2024 22:12:07 | Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec |
03-Sep-2024 22:12:07 | Running org.openmrs.module.reporting.data.person.evaluator.ConvertedPersonDataEvaluatorTest |
03-Sep-2024 22:12:07 | Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 sec |
03-Sep-2024 22:12:07 | Running org.openmrs.module.reporting.query.encounter.evaluator.SqlEncounterQueryEvaluatorTest |
03-Sep-2024 22:12:07 | Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.184 sec |
03-Sep-2024 22:12:07 | Running org.openmrs.module.reporting.report.renderer.CsvReportRendererTest |
03-Sep-2024 22:12:07 | Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec |
03-Sep-2024 22:12:07 | Running org.openmrs.module.reporting.dataset.definition.evaluator.VisitDataSetEvaluatorTest |
03-Sep-2024 22:12:07 | VISIT ID EMR ID BIRTHDATE |
03-Sep-2024 22:12:07 | -------- ------ ----------- |
03-Sep-2024 22:12:07 | 1 2 08/Apr/1975 |
03-Sep-2024 22:12:07 | 2 2 08/Apr/1975 |
03-Sep-2024 22:12:07 | 3 2 08/Apr/1975 |
03-Sep-2024 22:12:07 | 4 6 27/May/2007 |
03-Sep-2024 22:12:07 | 5 6 27/May/2007 |
03-Sep-2024 22:12:07 | Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 sec |
03-Sep-2024 22:12:07 | Running org.openmrs.module.reporting.dataset.definition.evaluator.LogicDataSetEvaluatorTest |
03-Sep-2024 22:12:07 | Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 sec |
03-Sep-2024 22:12:07 | Running org.openmrs.module.reporting.cohort.definition.evaluator.BirthAndDeathCohortDefinitionEvaluatorTest |
03-Sep-2024 22:12:07 | Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.567 sec |
03-Sep-2024 22:12:07 | Running org.openmrs.module.reporting.data.person.evaluator.PersonIdDataEvaluatorTest |
03-Sep-2024 22:12:08 | Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 sec |
03-Sep-2024 22:12:08 | Running org.openmrs.module.reporting.data.encounter.evaluator.SqlEncounterDataEvaluatorTest |
03-Sep-2024 22:12:08 | Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 sec |
03-Sep-2024 22:12:08 | Running org.openmrs.module.reporting.data.converter.PersonAddressConverterTest |
03-Sep-2024 22:12:08 | Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec |
03-Sep-2024 22:12:08 | Running org.openmrs.module.reporting.common.DelimitedKeyComparatorTest |
03-Sep-2024 22:12:08 | Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec |
03-Sep-2024 22:12:08 | Running org.openmrs.module.reporting.data.converter.AttributeValueConverterTest |
03-Sep-2024 22:12:08 | Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 sec |
03-Sep-2024 22:12:08 | Running org.openmrs.module.reporting.data.obs.evaluator.ConvertedObsDataEvaluatorTest |
03-Sep-2024 22:12:08 | Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 sec |
03-Sep-2024 22:12:08 | Running org.openmrs.module.reporting.query.person.evaluator.SqlPersonQueryEvaluatorTest |
03-Sep-2024 22:12:08 | Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.126 sec |
03-Sep-2024 22:12:08 | Running org.openmrs.module.reporting.query.person.evaluator.AllPersonQueryEvaluatorTest |
03-Sep-2024 22:12:08 | Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.359 sec |
03-Sep-2024 22:12:08 | Running org.openmrs.module.reporting.dataset.definition.evaluator.SqlFileDataSetEvaluatorTest |
03-Sep-2024 22:12:09 | Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.245 sec |
03-Sep-2024 22:12:09 | Running org.openmrs.module.reporting.data.person.evaluator.AgeAtDateOfOtherDataEvaluatorTest |
03-Sep-2024 22:12:09 | Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.468 sec |
03-Sep-2024 22:12:09 | Running org.openmrs.module.reporting.indicator.PeriodIndicatorReportTest |
03-Sep-2024 22:12:09 | Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.297 sec |
03-Sep-2024 22:12:09 | Running org.openmrs.module.reporting.report.renderer.DelimitedTextReportRendererTest |
03-Sep-2024 22:12:09 | Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.203 sec |
03-Sep-2024 22:12:09 | Running org.openmrs.module.reporting.data.patient.evaluator.PatientObjectDataEvaluatorTest |
03-Sep-2024 22:12:10 | Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 sec |
03-Sep-2024 22:12:10 | Running org.openmrs.module.reporting.data.patient.evaluator.TestPatientCalculation |
03-Sep-2024 22:12:10 | Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 sec |
03-Sep-2024 22:12:10 | Running org.openmrs.module.reporting.validator.SqlCohortDefinitionValidatorTest |
03-Sep-2024 22:12:10 | Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec |
03-Sep-2024 22:12:10 | Running org.openmrs.module.reporting.cohort.definition.evaluator.PatientStateCohortDefinitionEvaluatorTest |
03-Sep-2024 22:12:10 | Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.742 sec |
03-Sep-2024 22:12:10 | Running org.openmrs.module.reporting.data.converter.NullValueConverterTest |
03-Sep-2024 22:12:10 | Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec |
03-Sep-2024 22:12:10 | Running org.openmrs.module.reporting.query.encounter.evaluator.ConditionalParameterEncounterQueryEvaluatorTest |
03-Sep-2024 22:12:10 | Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 sec |
03-Sep-2024 22:12:10 | Running org.openmrs.module.reporting.report.service.TestReportProcessor |
03-Sep-2024 22:12:10 | Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec |
03-Sep-2024 22:12:10 | Running org.openmrs.module.reporting.common.FractionTest |
03-Sep-2024 22:12:10 | Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec |
03-Sep-2024 22:12:10 | Running org.openmrs.module.reporting.report.renderer.ReportDesignRendererTest |
03-Sep-2024 22:12:10 | Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec |
03-Sep-2024 22:12:10 | Running org.openmrs.module.reporting.data.patient.evaluator.ProgramEnrollmentsForPatientDataEvaluatorTest |
03-Sep-2024 22:12:11 | Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.731 sec |
03-Sep-2024 22:12:11 | Running org.openmrs.module.reporting.data.visit.evaluator.OrderForVisitDataEvaluatorTest |
03-Sep-2024 22:12:11 | Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec |
03-Sep-2024 22:12:11 | Running org.openmrs.module.reporting.report.util.SqlScriptParserTest |
03-Sep-2024 22:12:11 | Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec |
03-Sep-2024 22:12:11 | Running org.openmrs.module.reporting.definition.library.implementerconfigured.ImplementerConfiguredDataSetDefinitionLibraryTest |
03-Sep-2024 22:12:11 | Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.172 sec |
03-Sep-2024 22:12:11 | Running org.openmrs.module.reporting.cohort.definition.evaluator.PresenceOrAbsenceCohortDefinitionEvaluatorTest |
03-Sep-2024 22:12:12 | Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.336 sec |
03-Sep-2024 22:12:12 | Running org.openmrs.module.reporting.report.definition.service.ReportDefinitionServiceImplTest |
03-Sep-2024 22:12:12 | Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 sec |
03-Sep-2024 22:12:12 | Running org.openmrs.module.reporting.data.converter.ObsValueTextAsCodedConverterTest |
03-Sep-2024 22:12:12 | Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec |
03-Sep-2024 22:12:12 | Running org.openmrs.module.reporting.cohort.definition.service.BaseCohortDefinitionServiceTest |
03-Sep-2024 22:12:12 | Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 sec |
03-Sep-2024 22:12:12 | Running org.openmrs.module.reporting.cohort.definition.evaluator.InStateCohortDefinitionEvaluatorTest |
03-Sep-2024 22:12:12 | Cohort: Cohort id=null size=2 |
03-Sep-2024 22:12:13 | Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.884 sec |
03-Sep-2024 22:12:13 | Running org.openmrs.module.reporting.data.patient.evaluator.DefinitionLibraryPatientDataEvaluatorTest |
03-Sep-2024 22:12:13 | Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.274 sec |
03-Sep-2024 22:12:13 | Running org.openmrs.module.reporting.cohort.definition.evaluator.DefinitionLibraryCohortDefinitionEvaluatorTest |
03-Sep-2024 22:12:13 | Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.278 sec |
03-Sep-2024 22:12:13 | Running org.openmrs.module.reporting.dataset.definition.evaluator.CohortsWithVaryingParametersDataSetEvaluatorTest |
03-Sep-2024 22:12:14 | Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 sec |
03-Sep-2024 22:12:14 | Running org.openmrs.module.reporting.dataset.definition.evaluator.ObsDataSetEvaluatorTest |
03-Sep-2024 22:12:14 | Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.139 sec |
03-Sep-2024 22:12:14 | Running org.openmrs.module.reporting.data.patient.evaluator.SqlPatientDataEvaluatorTest |
03-Sep-2024 22:12:14 | Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 sec |
03-Sep-2024 22:12:14 | Running org.openmrs.module.reporting.data.converter.PrivilegedDataConverterTest |
03-Sep-2024 22:12:15 | Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.067 sec |
03-Sep-2024 22:12:15 | Running org.openmrs.module.reporting.data.patient.evaluator.PatientCalculationDataEvaluatorTest |
03-Sep-2024 22:12:15 | ERROR - EvaluationProfiler.log(111) |2024-09-03 22:12:15,358| 1777 2024-09-03 22:12:15.358 > ERROR EVALUATING_DEFINITION PatientCalculationDataDefinition[Example]: Failed to evaluate No PatientCalculation found on this PatientCalculationDataDefinition |
03-Sep-2024 22:12:15 | org.openmrs.module.reporting.evaluation.EvaluationException: Failed to evaluate No PatientCalculation found on this PatientCalculationDataDefinition |
03-Sep-2024 22:12:15 | at org.openmrs.module.reporting.data.patient.evaluator.PatientCalculationDataEvaluator.evaluate(PatientCalculationDataEvaluator.java:50) |
03-Sep-2024 22:12:15 | at org.openmrs.module.reporting.data.patient.evaluator.PatientCalculationDataEvaluator.evaluate(PatientCalculationDataEvaluator.java:34) |
03-Sep-2024 22:12:15 | at org.openmrs.module.reporting.definition.service.BaseDefinitionService.executeEvaluator(BaseDefinitionService.java:369) |
03-Sep-2024 22:12:15 | at org.openmrs.module.reporting.data.patient.service.PatientDataServiceImpl.executeEvaluator(PatientDataServiceImpl.java:66) |
03-Sep-2024 22:12:15 | at org.openmrs.module.reporting.data.patient.service.PatientDataServiceImpl.executeEvaluator(PatientDataServiceImpl.java:34) |
03-Sep-2024 22:12:15 | at org.openmrs.module.reporting.definition.service.BaseDefinitionService.evaluateBypassingExclusionOfTestPatients(BaseDefinitionService.java:264) |
03-Sep-2024 22:12:15 | at org.openmrs.module.reporting.definition.service.BaseDefinitionService.evaluate(BaseDefinitionService.java:229) |
03-Sep-2024 22:12:15 | at org.openmrs.module.reporting.data.patient.service.PatientDataServiceImpl.evaluate(PatientDataServiceImpl.java:48) |
03-Sep-2024 22:12:15 | at sun.reflect.GeneratedMethodAccessor892.invoke(Unknown Source) |
03-Sep-2024 22:12:15 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) |
03-Sep-2024 22:12:15 | at java.lang.reflect.Method.invoke(Method.java:498) |
03-Sep-2024 22:12:15 | at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317) |
03-Sep-2024 22:12:15 | at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190) |
03-Sep-2024 22:12:15 | at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) |
03-Sep-2024 22:12:15 | at org.springframework.cache.interceptor.CacheInterceptor$1.invoke(CacheInterceptor.java:52) |
03-Sep-2024 22:12:15 | at org.springframework.cache.interceptor.CacheAspectSupport.execute(CacheAspectSupport.java:303) |
03-Sep-2024 22:12:15 | at org.springframework.cache.interceptor.CacheInterceptor.invoke(CacheInterceptor.java:61) |
03-Sep-2024 22:12:15 | at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) |
03-Sep-2024 22:12:15 | at org.openmrs.aop.LoggingAdvice.invoke(LoggingAdvice.java:122) |
03-Sep-2024 22:12:15 | at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) |
03-Sep-2024 22:12:15 | at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52) |
03-Sep-2024 22:12:15 | at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) |
03-Sep-2024 22:12:15 | at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52) |
03-Sep-2024 22:12:15 | at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) |
03-Sep-2024 22:12:15 | at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207) |
03-Sep-2024 22:12:15 | at com.sun.proxy.$Proxy36.evaluate(Unknown Source) |
03-Sep-2024 22:12:15 | at sun.reflect.GeneratedMethodAccessor892.invoke(Unknown Source) |
03-Sep-2024 22:12:15 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) |
03-Sep-2024 22:12:15 | at java.lang.reflect.Method.invoke(Method.java:498) |
03-Sep-2024 22:12:15 | at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317) |
03-Sep-2024 22:12:15 | at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:201) |
03-Sep-2024 22:12:15 | at com.sun.proxy.$Proxy146.evaluate(Unknown Source) |
03-Sep-2024 22:12:15 | at org.openmrs.module.reporting.data.patient.evaluator.PatientCalculationDataEvaluatorTest.evaluate_shouldThrowAnErrorIfNoCalculationRegistrationExistsOnTheDefinition(PatientCalculationDataEvaluatorTest.java:90) |
03-Sep-2024 22:12:15 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) |
03-Sep-2024 22:12:15 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) |
03-Sep-2024 22:12:15 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) |
03-Sep-2024 22:12:15 | at java.lang.reflect.Method.invoke(Method.java:498) |
03-Sep-2024 22:12:15 | at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) |
03-Sep-2024 22:12:15 | at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) |
03-Sep-2024 22:12:15 | at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) |
03-Sep-2024 22:12:15 | at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) |
03-Sep-2024 22:12:15 | at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19) |
03-Sep-2024 22:12:15 | at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) |
03-Sep-2024 22:12:15 | at org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks.evaluate(RunBeforeTestMethodCallbacks.java:73) |
03-Sep-2024 22:12:15 | at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) |
03-Sep-2024 22:12:15 | at org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks.evaluate(RunAfterTestMethodCallbacks.java:82) |
03-Sep-2024 22:12:15 | at org.springframework.test.context.junit4.statements.SpringRepeat.evaluate(SpringRepeat.java:73) |
03-Sep-2024 22:12:15 | at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) |
03-Sep-2024 22:12:15 | at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:217) |
03-Sep-2024 22:12:15 | at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:83) |
03-Sep-2024 22:12:15 | at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) |
03-Sep-2024 22:12:15 | at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) |
03-Sep-2024 22:12:15 | at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) |
03-Sep-2024 22:12:15 | at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) |
03-Sep-2024 22:12:15 | at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) |
03-Sep-2024 22:12:15 | at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61) |
03-Sep-2024 22:12:15 | at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) |
03-Sep-2024 22:12:15 | at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:68) |
03-Sep-2024 22:12:15 | at org.junit.runners.ParentRunner.run(ParentRunner.java:363) |
03-Sep-2024 22:12:15 | at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:163) |
03-Sep-2024 22:12:15 | at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:59) |
03-Sep-2024 22:12:15 | at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:115) |
03-Sep-2024 22:12:15 | at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:102) |
03-Sep-2024 22:12:15 | at org.apache.maven.surefire.Surefire.run(Surefire.java:180) |
03-Sep-2024 22:12:15 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) |
03-Sep-2024 22:12:15 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) |
03-Sep-2024 22:12:15 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) |
03-Sep-2024 22:12:15 | at java.lang.reflect.Method.invoke(Method.java:498) |
03-Sep-2024 22:12:15 | at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:350) |
03-Sep-2024 22:12:15 | at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1021) |
03-Sep-2024 22:12:15 | Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.179 sec |
03-Sep-2024 22:12:15 | Running org.openmrs.module.reporting.data.converter.DateConverterTest |
03-Sep-2024 22:12:15 | Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec |
03-Sep-2024 22:12:15 | Running org.openmrs.module.reporting.dataset.definition.evaluator.EncounterAndObsDataSetEvaluatorTest |
03-Sep-2024 22:12:15 | Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 sec |
03-Sep-2024 22:12:15 | Running org.openmrs.module.reporting.data.encounter.evaluator.PatientToEncounterDataEvaluatorTest |
03-Sep-2024 22:12:15 | Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.261 sec |
03-Sep-2024 22:12:15 | Running org.openmrs.module.reporting.data.patient.evaluator.PatientIdDataEvaluatorTest |
03-Sep-2024 22:12:15 | Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 sec |
03-Sep-2024 22:12:15 | Running org.openmrs.module.reporting.data.person.evaluator.RelationshipsForPersonDataEvaluatorTest |
03-Sep-2024 22:12:16 | Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.223 sec |
03-Sep-2024 22:12:16 | Running org.openmrs.module.reporting.data.patient.evaluator.PersonToPatientDataEvaluatorTest |
03-Sep-2024 22:12:16 | Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 sec |
03-Sep-2024 22:12:16 | Running org.openmrs.module.reporting.data.patient.service.PatientDataServiceImplTest |
03-Sep-2024 22:12:17 | Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.801 sec |
03-Sep-2024 22:12:17 | |
03-Sep-2024 22:12:17 | Results : |
03-Sep-2024 22:12:17 | |
03-Sep-2024 22:12:17 | Tests run: 734, Failures: 0, Errors: 0, Skipped: 13 |
03-Sep-2024 22:12:17 | |
03-Sep-2024 22:12:17 | [INFO] |
03-Sep-2024 22:12:17 | [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ reporting-api-tests --- |
03-Sep-2024 22:12:17 | [WARNING] JAR will be empty - no content was marked for inclusion! |
03-Sep-2024 22:12:17 | [INFO] Building jar: /home/bamboo-agent/bamboo-agent/xml-data/build-dir/REP-REP-TA2/api-tests/target/reporting-api-tests-1.27.0-SNAPSHOT.jar |
03-Sep-2024 22:12:17 | [INFO] |
03-Sep-2024 22:12:17 | [INFO] --- maven-jar-plugin:2.4:test-jar (default) @ reporting-api-tests --- |
03-Sep-2024 22:12:17 | [INFO] Building jar: /home/bamboo-agent/bamboo-agent/xml-data/build-dir/REP-REP-TA2/api-tests/target/reporting-api-tests-1.27.0-SNAPSHOT-tests.jar |
03-Sep-2024 22:12:17 | [INFO] |
03-Sep-2024 22:12:17 | [INFO] ---------------< org.openmrs.module:reporting-api-1.10 >---------------- |
03-Sep-2024 22:12:17 | [INFO] Building reporting Module api 1.10 1.27.0-SNAPSHOT [6/9] |
03-Sep-2024 22:12:17 | [INFO] --------------------------------[ jar ]--------------------------------- |
03-Sep-2024 22:12:17 | [INFO] |
03-Sep-2024 22:12:17 | [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ reporting-api-1.10 --- |
03-Sep-2024 22:12:17 | [INFO] |
03-Sep-2024 22:12:17 | [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ reporting-api-1.10 --- |
03-Sep-2024 22:12:17 | [INFO] Using 'UTF-8' encoding to copy filtered resources. |
03-Sep-2024 22:12:17 | [INFO] skip non existing resourceDirectory /home/bamboo-agent/bamboo-agent/xml-data/build-dir/REP-REP-TA2/api-1.10/src/main/resources |
03-Sep-2024 22:12:17 | [INFO] |
03-Sep-2024 22:12:17 | [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ reporting-api-1.10 --- |
03-Sep-2024 22:12:17 | [INFO] Changes detected - recompiling the module! |
03-Sep-2024 22:12:17 | [INFO] Compiling 3 source files to /home/bamboo-agent/bamboo-agent/xml-data/build-dir/REP-REP-TA2/api-1.10/target/classes |
03-Sep-2024 22:12:17 | [INFO] |
03-Sep-2024 22:12:17 | [INFO] --- build-helper-maven-plugin:1.7:parse-version (default) @ reporting-api-1.10 --- |
03-Sep-2024 22:12:17 | [INFO] |
03-Sep-2024 22:12:17 | [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ reporting-api-1.10 --- |
03-Sep-2024 22:12:17 | [INFO] Using 'UTF-8' encoding to copy filtered resources. |
03-Sep-2024 22:12:17 | [INFO] Copying 1 resource |
03-Sep-2024 22:12:17 | [INFO] Copying 0 resource |
03-Sep-2024 22:12:17 | [INFO] |
03-Sep-2024 22:12:17 | [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ reporting-api-1.10 --- |
03-Sep-2024 22:12:17 | [INFO] Changes detected - recompiling the module! |
03-Sep-2024 22:12:17 | [INFO] Compiling 2 source files to /home/bamboo-agent/bamboo-agent/xml-data/build-dir/REP-REP-TA2/api-1.10/target/test-classes |
03-Sep-2024 22:12:17 | [WARNING] /home/bamboo-agent/bamboo-agent/xml-data/build-dir/REP-REP-TA2/api-1.10/src/test/java/org/openmrs/module/reporting/cohort/definition/evaluator/DrugOrderCohortDefinitionEvaluatorTest.java: /home/bamboo-agent/bamboo-agent/xml-data/build-dir/REP-REP-TA2/api-1.10/src/test/java/org/openmrs/module/reporting/cohort/definition/evaluator/DrugOrderCohortDefinitionEvaluatorTest.java uses or overrides a deprecated API. |
03-Sep-2024 22:12:17 | [WARNING] /home/bamboo-agent/bamboo-agent/xml-data/build-dir/REP-REP-TA2/api-1.10/src/test/java/org/openmrs/module/reporting/cohort/definition/evaluator/DrugOrderCohortDefinitionEvaluatorTest.java: Recompile with -Xlint:deprecation for details. |
03-Sep-2024 22:12:17 | [WARNING] /home/bamboo-agent/bamboo-agent/xml-data/build-dir/REP-REP-TA2/api-1.10/src/test/java/org/openmrs/module/reporting/cohort/definition/evaluator/DrugOrderCohortDefinitionEvaluatorTest.java: /home/bamboo-agent/bamboo-agent/xml-data/build-dir/REP-REP-TA2/api-1.10/src/test/java/org/openmrs/module/reporting/cohort/definition/evaluator/DrugOrderCohortDefinitionEvaluatorTest.java uses unchecked or unsafe operations. |
03-Sep-2024 22:12:17 | [WARNING] /home/bamboo-agent/bamboo-agent/xml-data/build-dir/REP-REP-TA2/api-1.10/src/test/java/org/openmrs/module/reporting/cohort/definition/evaluator/DrugOrderCohortDefinitionEvaluatorTest.java: Recompile with -Xlint:unchecked for details. |
03-Sep-2024 22:12:17 | [INFO] |
03-Sep-2024 22:12:17 | [INFO] --- maven-surefire-plugin:2.5:test (default-test) @ reporting-api-1.10 --- |
03-Sep-2024 22:12:17 | [INFO] Surefire report directory: /home/bamboo-agent/bamboo-agent/xml-data/build-dir/REP-REP-TA2/api-1.10/target/surefire-reports |
03-Sep-2024 22:12:18 | OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0 |
03-Sep-2024 22:12:18 | |
03-Sep-2024 22:12:18 | ------------------------------------------------------- |
03-Sep-2024 22:12:18 | T E S T S |
03-Sep-2024 22:12:18 | ------------------------------------------------------- |
03-Sep-2024 22:12:18 | Running org.openmrs.module.reporting.cohort.definition.evaluator.DrugOrderCohortDefinitionEvaluatorTest |
03-Sep-2024 22:12:18 | log4j:WARN No appenders could be found for logger (org.springframework.test.context.junit4.SpringJUnit4ClassRunner). |
03-Sep-2024 22:12:18 | log4j:WARN Please initialize the log4j system properly. |
03-Sep-2024 22:12:32 | Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.621 sec |
03-Sep-2024 22:12:32 | Running org.openmrs.module.reporting.cohort.definition.library.BuiltInCohortDefinitionLibrary1_10Test |
03-Sep-2024 22:12:32 | Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec |
03-Sep-2024 22:12:32 | |
03-Sep-2024 22:12:32 | Results : |
03-Sep-2024 22:12:32 | |
03-Sep-2024 22:12:32 | Tests run: 19, Failures: 0, Errors: 0, Skipped: 0 |
03-Sep-2024 22:12:32 | |
03-Sep-2024 22:12:32 | [INFO] |
03-Sep-2024 22:12:32 | [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ reporting-api-1.10 --- |
03-Sep-2024 22:12:32 | [INFO] Building jar: /home/bamboo-agent/bamboo-agent/xml-data/build-dir/REP-REP-TA2/api-1.10/target/reporting-api-1.10-1.27.0-SNAPSHOT.jar |
03-Sep-2024 22:12:32 | [INFO] |
03-Sep-2024 22:12:32 | [INFO] --- maven-jar-plugin:2.4:test-jar (default) @ reporting-api-1.10 --- |
03-Sep-2024 22:12:32 | [INFO] Building jar: /home/bamboo-agent/bamboo-agent/xml-data/build-dir/REP-REP-TA2/api-1.10/target/reporting-api-1.10-1.27.0-SNAPSHOT-tests.jar |
03-Sep-2024 22:12:32 | [INFO] |
03-Sep-2024 22:12:32 | [INFO] ----------------< org.openmrs.module:reporting-api-2.2 >---------------- |
03-Sep-2024 22:12:32 | [INFO] Building reporting Module api 2.2 1.27.0-SNAPSHOT [7/9] |
03-Sep-2024 22:12:32 | [INFO] --------------------------------[ jar ]--------------------------------- |
03-Sep-2024 22:12:32 | [INFO] |
03-Sep-2024 22:12:32 | [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ reporting-api-2.2 --- |
03-Sep-2024 22:12:32 | [INFO] |
03-Sep-2024 22:12:32 | [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ reporting-api-2.2 --- |
03-Sep-2024 22:12:32 | [INFO] Using 'UTF-8' encoding to copy filtered resources. |
03-Sep-2024 22:12:32 | [INFO] skip non existing resourceDirectory /home/bamboo-agent/bamboo-agent/xml-data/build-dir/REP-REP-TA2/api-2.2/src/main/resources |
03-Sep-2024 22:12:32 | [INFO] |
03-Sep-2024 22:12:32 | [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ reporting-api-2.2 --- |
03-Sep-2024 22:12:32 | [INFO] Changes detected - recompiling the module! |
03-Sep-2024 22:12:32 | [INFO] Compiling 3 source files to /home/bamboo-agent/bamboo-agent/xml-data/build-dir/REP-REP-TA2/api-2.2/target/classes |
03-Sep-2024 22:12:32 | [INFO] |
03-Sep-2024 22:12:32 | [INFO] --- build-helper-maven-plugin:1.7:parse-version (default) @ reporting-api-2.2 --- |
03-Sep-2024 22:12:32 | [INFO] |
03-Sep-2024 22:12:32 | [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ reporting-api-2.2 --- |
03-Sep-2024 22:12:32 | [INFO] Using 'UTF-8' encoding to copy filtered resources. |
03-Sep-2024 22:12:32 | [INFO] Copying 1 resource |
03-Sep-2024 22:12:32 | [INFO] Copying 0 resource |
03-Sep-2024 22:12:32 | [INFO] |
03-Sep-2024 22:12:32 | [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ reporting-api-2.2 --- |
03-Sep-2024 22:12:32 | [INFO] Changes detected - recompiling the module! |
03-Sep-2024 22:12:32 | [INFO] Compiling 2 source files to /home/bamboo-agent/bamboo-agent/xml-data/build-dir/REP-REP-TA2/api-2.2/target/test-classes |
03-Sep-2024 22:12:32 | [INFO] |
03-Sep-2024 22:12:32 | [INFO] --- maven-surefire-plugin:2.5:test (default-test) @ reporting-api-2.2 --- |
03-Sep-2024 22:12:32 | [INFO] Surefire report directory: /home/bamboo-agent/bamboo-agent/xml-data/build-dir/REP-REP-TA2/api-2.2/target/surefire-reports |
03-Sep-2024 22:12:32 | OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0 |
03-Sep-2024 22:12:32 | |
03-Sep-2024 22:12:32 | ------------------------------------------------------- |
03-Sep-2024 22:12:32 | T E S T S |
03-Sep-2024 22:12:32 | ------------------------------------------------------- |
03-Sep-2024 22:12:32 | Running org.openmrs.module.reporting.cohort.definition.evaluator.ConditionCohortDefinitionEvaluatorTest |
03-Sep-2024 22:12:33 | log4j:WARN No appenders could be found for logger (org.springframework.test.context.junit4.SpringJUnit4ClassRunner). |
03-Sep-2024 22:12:33 | log4j:WARN Please initialize the log4j system properly. |
03-Sep-2024 22:12:45 | Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.89 sec |
03-Sep-2024 22:12:45 | Running org.openmrs.module.reporting.cohort.definition.library.BuiltInCohortDefinitionLibrary2_2Test |
03-Sep-2024 22:12:45 | Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec |
03-Sep-2024 22:12:45 | |
03-Sep-2024 22:12:45 | Results : |
03-Sep-2024 22:12:45 | |
03-Sep-2024 22:12:45 | Tests run: 13, Failures: 0, Errors: 0, Skipped: 0 |
03-Sep-2024 22:12:45 | |
03-Sep-2024 22:12:45 | [INFO] |
03-Sep-2024 22:12:45 | [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ reporting-api-2.2 --- |
03-Sep-2024 22:12:45 | [INFO] Building jar: /home/bamboo-agent/bamboo-agent/xml-data/build-dir/REP-REP-TA2/api-2.2/target/reporting-api-2.2-1.27.0-SNAPSHOT.jar |
03-Sep-2024 22:12:45 | [INFO] |
03-Sep-2024 22:12:45 | [INFO] --- maven-jar-plugin:2.4:test-jar (default) @ reporting-api-2.2 --- |
03-Sep-2024 22:12:45 | [INFO] Building jar: /home/bamboo-agent/bamboo-agent/xml-data/build-dir/REP-REP-TA2/api-2.2/target/reporting-api-2.2-1.27.0-SNAPSHOT-tests.jar |
03-Sep-2024 22:12:45 | [INFO] |
03-Sep-2024 22:12:45 | [INFO] ----------------< org.openmrs.module:reporting-api-2.4 >---------------- |
03-Sep-2024 22:12:45 | [INFO] Building reporting Module api 2.4 1.27.0-SNAPSHOT [8/9] |
03-Sep-2024 22:12:45 | [INFO] --------------------------------[ jar ]--------------------------------- |
03-Sep-2024 22:12:46 | [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/javassist/javassist/3.27.0-GA/javassist-3.27.0-GA.pom |
03-Sep-2024 22:12:46 | [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/javassist/javassist/3.27.0-GA/javassist-3.27.0-GA.pom (11 kB at 17 kB/s) |
03-Sep-2024 22:12:47 | [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom |
03-Sep-2024 22:12:47 | [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom (13 kB at 37 kB/s) |
03-Sep-2024 22:12:47 | [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.pom |
03-Sep-2024 22:12:47 | [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.pom (1.7 kB at 6.9 kB/s) |
03-Sep-2024 22:12:47 | [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/powermock/powermock-module-junit4/2.0.7/powermock-module-junit4-2.0.7.pom |
03-Sep-2024 22:12:48 | [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/powermock/powermock-module-junit4/2.0.7/powermock-module-junit4-2.0.7.pom (7.3 kB at 30 kB/s) |
03-Sep-2024 22:12:48 | [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/powermock/powermock-module-junit4-common/2.0.7/powermock-module-junit4-common-2.0.7.pom |
03-Sep-2024 22:12:48 | [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/powermock/powermock-module-junit4-common/2.0.7/powermock-module-junit4-common-2.0.7.pom (7.5 kB at 31 kB/s) |
03-Sep-2024 22:12:48 | [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/powermock/powermock-reflect/2.0.7/powermock-reflect-2.0.7.pom |
03-Sep-2024 22:12:48 | [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/powermock/powermock-reflect/2.0.7/powermock-reflect-2.0.7.pom (7.2 kB at 29 kB/s) |
03-Sep-2024 22:12:48 | [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/powermock/powermock-core/2.0.7/powermock-core-2.0.7.pom |
03-Sep-2024 22:12:48 | [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/powermock/powermock-core/2.0.7/powermock-core-2.0.7.pom (7.3 kB at 30 kB/s) |
03-Sep-2024 22:12:48 | [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/powermock/powermock-api-mockito2/2.0.7/powermock-api-mockito2-2.0.7.pom |
03-Sep-2024 22:12:49 | [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/powermock/powermock-api-mockito2/2.0.7/powermock-api-mockito2-2.0.7.pom (7.3 kB at 30 kB/s) |
03-Sep-2024 22:12:49 | [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/powermock/powermock-api-support/2.0.7/powermock-api-support-2.0.7.pom |
03-Sep-2024 22:12:49 | [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/powermock/powermock-api-support/2.0.7/powermock-api-support-2.0.7.pom (7.0 kB at 28 kB/s) |
03-Sep-2024 22:12:49 | [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar |
03-Sep-2024 22:12:49 | [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/net/bytebuddy/byte-buddy/1.10.10/byte-buddy-1.10.10.jar |
03-Sep-2024 22:12:49 | [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/mockito/mockito-core/3.5.11/mockito-core-3.5.11.jar |
03-Sep-2024 22:12:49 | [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/net/bytebuddy/byte-buddy-agent/1.10.13/byte-buddy-agent-1.10.13.jar |
03-Sep-2024 22:12:49 | [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/objenesis/objenesis/3.1/objenesis-3.1.jar |
03-Sep-2024 22:12:49 | [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar (7.7 kB at 26 kB/s) |
03-Sep-2024 22:12:49 | [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/powermock/powermock-module-junit4/2.0.7/powermock-module-junit4-2.0.7.jar |
03-Sep-2024 22:12:50 | [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/powermock/powermock-module-junit4/2.0.7/powermock-module-junit4-2.0.7.jar (48 kB at 78 kB/s) |
03-Sep-2024 22:12:50 | [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/powermock/powermock-module-junit4-common/2.0.7/powermock-module-junit4-common-2.0.7.jar |
03-Sep-2024 22:12:50 | [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/objenesis/objenesis/3.1/objenesis-3.1.jar (60 kB at 83 kB/s) |
03-Sep-2024 22:12:50 | [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/powermock/powermock-reflect/2.0.7/powermock-reflect-2.0.7.jar |
03-Sep-2024 22:12:50 | [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/powermock/powermock-module-junit4-common/2.0.7/powermock-module-junit4-common-2.0.7.jar (18 kB at 20 kB/s) |
03-Sep-2024 22:12:50 | [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/powermock/powermock-core/2.0.7/powermock-core-2.0.7.jar |
03-Sep-2024 22:12:50 | [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/powermock/powermock-reflect/2.0.7/powermock-reflect-2.0.7.jar (68 kB at 63 kB/s) |
03-Sep-2024 22:12:50 | [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/powermock/powermock-api-mockito2/2.0.7/powermock-api-mockito2-2.0.7.jar |
03-Sep-2024 22:12:50 | [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/net/bytebuddy/byte-buddy-agent/1.10.13/byte-buddy-agent-1.10.13.jar (259 kB at 185 kB/s) |
03-Sep-2024 22:12:50 | [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/powermock/powermock-api-support/2.0.7/powermock-api-support-2.0.7.jar |
03-Sep-2024 22:12:50 | [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/powermock/powermock-api-mockito2/2.0.7/powermock-api-mockito2-2.0.7.jar (88 kB at 61 kB/s) |
03-Sep-2024 22:12:51 | [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/powermock/powermock-core/2.0.7/powermock-core-2.0.7.jar (201 kB at 137 kB/s) |
03-Sep-2024 22:12:51 | [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/powermock/powermock-api-support/2.0.7/powermock-api-support-2.0.7.jar (22 kB at 12 kB/s) |
03-Sep-2024 22:12:51 | [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/net/bytebuddy/byte-buddy/1.10.10/byte-buddy-1.10.10.jar (3.5 MB at 1.9 MB/s) |
03-Sep-2024 22:12:52 | [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/mockito/mockito-core/3.5.11/mockito-core-3.5.11.jar (672 kB at 246 kB/s) |
03-Sep-2024 22:12:52 | [INFO] |
03-Sep-2024 22:12:52 | [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ reporting-api-2.4 --- |
03-Sep-2024 22:12:52 | [INFO] |
03-Sep-2024 22:12:52 | [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ reporting-api-2.4 --- |
03-Sep-2024 22:12:52 | [INFO] Using 'UTF-8' encoding to copy filtered resources. |
03-Sep-2024 22:12:52 | [INFO] skip non existing resourceDirectory /home/bamboo-agent/bamboo-agent/xml-data/build-dir/REP-REP-TA2/api-2.4/src/main/resources |
03-Sep-2024 22:12:52 | [INFO] |
03-Sep-2024 22:12:52 | [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ reporting-api-2.4 --- |
03-Sep-2024 22:12:52 | [INFO] Changes detected - recompiling the module! |
03-Sep-2024 22:12:52 | [INFO] Compiling 4 source files to /home/bamboo-agent/bamboo-agent/xml-data/build-dir/REP-REP-TA2/api-2.4/target/classes |
03-Sep-2024 22:12:52 | [INFO] |
03-Sep-2024 22:12:52 | [INFO] --- build-helper-maven-plugin:1.7:parse-version (default) @ reporting-api-2.4 --- |
03-Sep-2024 22:12:52 | [INFO] |
03-Sep-2024 22:12:52 | [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ reporting-api-2.4 --- |
03-Sep-2024 22:12:52 | [INFO] Using 'UTF-8' encoding to copy filtered resources. |
03-Sep-2024 22:12:52 | [INFO] skip non existing resourceDirectory /home/bamboo-agent/bamboo-agent/xml-data/build-dir/REP-REP-TA2/api-2.4/src/test/resources |
03-Sep-2024 22:12:52 | [INFO] skip non existing resourceDirectory /home/bamboo-agent/bamboo-agent/xml-data/build-dir/REP-REP-TA2/api-2.4/src/test/resources |
03-Sep-2024 22:12:52 | [INFO] |
03-Sep-2024 22:12:52 | [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ reporting-api-2.4 --- |
03-Sep-2024 22:12:52 | [INFO] No sources to compile |
03-Sep-2024 22:12:52 | [INFO] |
03-Sep-2024 22:12:52 | [INFO] --- maven-surefire-plugin:2.5:test (default-test) @ reporting-api-2.4 --- |
03-Sep-2024 22:12:52 | [INFO] No tests to run. |
03-Sep-2024 22:12:52 | [INFO] |
03-Sep-2024 22:12:52 | [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ reporting-api-2.4 --- |
03-Sep-2024 22:12:52 | [INFO] Building jar: /home/bamboo-agent/bamboo-agent/xml-data/build-dir/REP-REP-TA2/api-2.4/target/reporting-api-2.4-1.27.0-SNAPSHOT.jar |
03-Sep-2024 22:12:52 | [INFO] |
03-Sep-2024 22:12:52 | [INFO] --- maven-jar-plugin:2.4:test-jar (default) @ reporting-api-2.4 --- |
03-Sep-2024 22:12:52 | [WARNING] JAR will be empty - no content was marked for inclusion! |
03-Sep-2024 22:12:52 | [INFO] Building jar: /home/bamboo-agent/bamboo-agent/xml-data/build-dir/REP-REP-TA2/api-2.4/target/reporting-api-2.4-1.27.0-SNAPSHOT-tests.jar |
03-Sep-2024 22:12:52 | [INFO] |
03-Sep-2024 22:12:52 | [INFO] -----------------< org.openmrs.module:reporting-omod >------------------ |
03-Sep-2024 22:12:52 | [INFO] Building Reporting OMOD 1.27.0-SNAPSHOT [9/9] |
03-Sep-2024 22:12:52 | [INFO] --------------------------------[ jar ]--------------------------------- |
03-Sep-2024 22:12:52 | [INFO] |
03-Sep-2024 22:12:52 | [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ reporting-omod --- |
03-Sep-2024 22:12:52 | [INFO] |
03-Sep-2024 22:12:52 | [INFO] --- maven-openmrs-plugin:1.0.1:initialize-module (init) @ reporting-omod --- |
03-Sep-2024 22:12:52 | [INFO] |
03-Sep-2024 22:12:52 | [INFO] --- maven-dependency-plugin:2.8:unpack-dependencies (Expand resources) @ reporting-omod --- |
03-Sep-2024 22:12:53 | [INFO] Unpacking /home/bamboo-agent/bamboo-agent/xml-data/build-dir/REP-REP-TA2/api/target/reporting-api-1.27.0-SNAPSHOT.jar to /home/bamboo-agent/bamboo-agent/xml-data/build-dir/REP-REP-TA2/omod/target/classes with includes "**\/*.xml,**\/*.properties" and excludes "" |
03-Sep-2024 22:12:53 | [INFO] |
03-Sep-2024 22:12:53 | [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ reporting-omod --- |
03-Sep-2024 22:12:53 | [INFO] Using 'UTF-8' encoding to copy filtered resources. |
03-Sep-2024 22:12:53 | [INFO] Copying 0 resource |
03-Sep-2024 22:12:53 | [INFO] Copying 2 resources |
03-Sep-2024 22:12:53 | [INFO] Copying 225 resources to web/module |
03-Sep-2024 22:12:53 | [INFO] Copying 225 resources to web/module |
03-Sep-2024 22:12:53 | [INFO] |
03-Sep-2024 22:12:53 | [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ reporting-omod --- |
03-Sep-2024 22:12:53 | [INFO] Changes detected - recompiling the module! |
03-Sep-2024 22:12:53 | [INFO] Compiling 115 source files to /home/bamboo-agent/bamboo-agent/xml-data/build-dir/REP-REP-TA2/omod/target/classes |
03-Sep-2024 22:12:53 | [WARNING] /home/bamboo-agent/bamboo-agent/xml-data/build-dir/REP-REP-TA2/omod/src/main/java/org/openmrs/module/reporting/web/reports/RunReportListController.java: Some input files use or override a deprecated API. |
03-Sep-2024 22:12:53 | [WARNING] /home/bamboo-agent/bamboo-agent/xml-data/build-dir/REP-REP-TA2/omod/src/main/java/org/openmrs/module/reporting/web/reports/RunReportListController.java: Recompile with -Xlint:deprecation for details. |
03-Sep-2024 22:12:53 | [WARNING] /home/bamboo-agent/bamboo-agent/xml-data/build-dir/REP-REP-TA2/omod/src/main/java/org/openmrs/module/reporting/web/datasets/PatientDataSetEditor.java: Some input files use unchecked or unsafe operations. |
03-Sep-2024 22:12:53 | [WARNING] /home/bamboo-agent/bamboo-agent/xml-data/build-dir/REP-REP-TA2/omod/src/main/java/org/openmrs/module/reporting/web/datasets/PatientDataSetEditor.java: Recompile with -Xlint:unchecked for details. |
03-Sep-2024 22:12:53 | [INFO] |
03-Sep-2024 22:12:53 | [INFO] --- build-helper-maven-plugin:1.7:parse-version (default) @ reporting-omod --- |
03-Sep-2024 22:12:53 | [INFO] |
03-Sep-2024 22:12:53 | [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ reporting-omod --- |
03-Sep-2024 22:12:53 | [INFO] Using 'UTF-8' encoding to copy filtered resources. |
03-Sep-2024 22:12:53 | [INFO] skip non existing resourceDirectory /home/bamboo-agent/bamboo-agent/xml-data/build-dir/REP-REP-TA2/omod/src/test/resources |
03-Sep-2024 22:12:53 | [INFO] skip non existing resourceDirectory /home/bamboo-agent/bamboo-agent/xml-data/build-dir/REP-REP-TA2/omod/src/test/resources |
03-Sep-2024 22:12:53 | [INFO] |
03-Sep-2024 22:12:53 | [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ reporting-omod --- |
03-Sep-2024 22:12:53 | [INFO] No sources to compile |
03-Sep-2024 22:12:53 | [INFO] |
03-Sep-2024 22:12:53 | [INFO] --- maven-surefire-plugin:2.5:test (default-test) @ reporting-omod --- |
03-Sep-2024 22:12:53 | [INFO] No tests to run. |
03-Sep-2024 22:12:53 | [INFO] |
03-Sep-2024 22:12:53 | [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ reporting-omod --- |
03-Sep-2024 22:12:53 | [INFO] Building jar: /home/bamboo-agent/bamboo-agent/xml-data/build-dir/REP-REP-TA2/omod/target/reporting-1.27.0-SNAPSHOT.jar |
03-Sep-2024 22:12:54 | [INFO] |
03-Sep-2024 22:12:54 | [INFO] --- maven-openmrs-plugin:1.0.1:package-module (pack) @ reporting-omod --- |
03-Sep-2024 22:12:54 | [INFO] Packaging OpenMRS module |
03-Sep-2024 22:12:54 | [INFO] Building jar: /home/bamboo-agent/bamboo-agent/xml-data/build-dir/REP-REP-TA2/omod/target/reporting-1.27.0-SNAPSHOT.omod |
03-Sep-2024 22:12:55 | [INFO] |
03-Sep-2024 22:12:55 | [INFO] --- maven-jar-plugin:2.4:test-jar (default) @ reporting-omod --- |
03-Sep-2024 22:12:55 | [WARNING] JAR will be empty - no content was marked for inclusion! |
03-Sep-2024 22:12:55 | [INFO] Building jar: /home/bamboo-agent/bamboo-agent/xml-data/build-dir/REP-REP-TA2/omod/target/reporting-1.27.0-SNAPSHOT-tests.jar |
03-Sep-2024 22:12:55 | [INFO] ------------------------------------------------------------------------ |
03-Sep-2024 22:12:55 | [INFO] Reactor Summary for Reporting 1.27.0-SNAPSHOT: |
03-Sep-2024 22:12:55 | [INFO] |
03-Sep-2024 22:12:55 | [INFO] Reporting .......................................... SUCCESS [ 2.990 s] |
03-Sep-2024 22:12:55 | [INFO] Reporting API ...................................... SUCCESS [ 18.650 s] |
03-Sep-2024 22:12:55 | [INFO] reporting Module api 1.9 ........................... SUCCESS [ 2.193 s] |
03-Sep-2024 22:12:55 | [INFO] reporting Module api 2.0 ........................... SUCCESS [ 1.398 s] |
03-Sep-2024 22:12:55 | [INFO] reporting API Tests ................................ SUCCESS [01:11 min] |
03-Sep-2024 22:12:55 | [INFO] reporting Module api 1.10 .......................... SUCCESS [ 14.693 s] |
03-Sep-2024 22:12:55 | [INFO] reporting Module api 2.2 ........................... SUCCESS [ 13.768 s] |
03-Sep-2024 22:12:55 | [INFO] reporting Module api 2.4 ........................... SUCCESS [ 6.770 s] |
03-Sep-2024 22:12:55 | [INFO] Reporting OMOD ..................................... SUCCESS [ 2.545 s] |
03-Sep-2024 22:12:55 | [INFO] ------------------------------------------------------------------------ |
03-Sep-2024 22:12:55 | [INFO] BUILD SUCCESS |
03-Sep-2024 22:12:55 | [INFO] ------------------------------------------------------------------------ |
03-Sep-2024 22:12:55 | [INFO] Total time: 02:19 min |
03-Sep-2024 22:12:55 | [INFO] Finished at: 2024-09-03T22:12:55Z |
03-Sep-2024 22:12:55 | [INFO] ------------------------------------------------------------------------ |
03-Sep-2024 22:12:55 | Parsing test results under /home/bamboo-agent/bamboo-agent/xml-data/build-dir/REP-REP-TA2... |
03-Sep-2024 22:12:56 | Finished task 'Maven 3.x' with result: Success |
03-Sep-2024 22:12:56 | Running post build plugin 'Docker Container Cleanup' |
03-Sep-2024 22:12:56 | Running post build plugin 'NCover Results Collector' |
03-Sep-2024 22:12:56 | Running post build plugin 'Build Results Label Collector' |
03-Sep-2024 22:12:56 | Running post build plugin 'Clover Results Collector' |
03-Sep-2024 22:12:56 | Running post build plugin 'npm Cache Cleanup' |
03-Sep-2024 22:12:56 | Running post build plugin 'Artifact Copier' |
03-Sep-2024 22:12:56 | Finalising the build... |
03-Sep-2024 22:12:56 | Stopping timer. |
03-Sep-2024 22:12:56 | Build REP-REP-TA2-919 completed. |
03-Sep-2024 22:12:56 | Running on server: post build plugin 'Build Hanging Detection Configuration' |
03-Sep-2024 22:12:56 | Running on server: post build plugin 'NCover Results Collector' |
03-Sep-2024 22:12:56 | Running on server: post build plugin 'Build Labeller' |
03-Sep-2024 22:12:56 | Running on server: post build plugin 'Clover Delta Calculator' |
03-Sep-2024 22:12:56 | Running on server: post build plugin 'Maven Dependencies Postprocessor' |
03-Sep-2024 22:12:56 | All post build plugins have finished |
03-Sep-2024 22:12:56 | Generating build results summary... |
03-Sep-2024 22:12:56 | Saving build results to disk... |
03-Sep-2024 22:12:56 | Store variable context... |
03-Sep-2024 22:12:56 | Finished building REP-REP-TA2-919. |