Runs unit test and deploys artifacts to artifactory. More details of the release in https://wiki.openmrs.org/x/i4DTAw

Build: #123 was successful

Job: Release to Maven was successful

Stages & jobs

  1. Test module

  2. Release

    Requires a user to start manually

Build log

The build generated 6,363 lines of output.The output is too long and has been truncated to the last 1,000 lines. Download or view full build log.

20-Apr-2023 15:28:11     at net.revelc.code.formatter.json.JsonFormatter.doFormat (JsonFormatter.java:72)
20-Apr-2023 15:28:11     at net.revelc.code.formatter.AbstractCacheableFormatter.formatFile (AbstractCacheableFormatter.java:47)
20-Apr-2023 15:28:11     at net.revelc.code.formatter.FormatterMojo.doFormatFile (FormatterMojo.java:537)
20-Apr-2023 15:28:11     at net.revelc.code.formatter.FormatterMojo.formatFile (FormatterMojo.java:464)
20-Apr-2023 15:28:11     at net.revelc.code.formatter.FormatterMojo.execute (FormatterMojo.java:344)
20-Apr-2023 15:28:11     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
20-Apr-2023 15:28:11     at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
20-Apr-2023 15:28:11     at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
20-Apr-2023 15:28:11     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
20-Apr-2023 15:28:11     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
20-Apr-2023 15:28:11     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
20-Apr-2023 15:28:11     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
20-Apr-2023 15:28:11     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
20-Apr-2023 15:28:11     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
20-Apr-2023 15:28:11     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
20-Apr-2023 15:28:11     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
20-Apr-2023 15:28:11     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
20-Apr-2023 15:28:11     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
20-Apr-2023 15:28:11     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
20-Apr-2023 15:28:11     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
20-Apr-2023 15:28:11     at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
20-Apr-2023 15:28:11     at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
20-Apr-2023 15:28:11     at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
20-Apr-2023 15:28:11     at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
20-Apr-2023 15:28:11     at java.lang.reflect.Method.invoke (Method.java:498)
20-Apr-2023 15:28:11     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
20-Apr-2023 15:28:11     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
20-Apr-2023 15:28:11     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
20-Apr-2023 15:28:11     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
20-Apr-2023 15:28:11 [WARNING]
20-Apr-2023 15:28:11 com.fasterxml.jackson.core.JsonParseException: Illegal unquoted character ((CTRL-CHAR, code 10)): has to be escaped using backslash to be included in string value
20-Apr-2023 15:28:11 at [Source: (String)"[
20-Apr-2023 15:28:11     {
20-Apr-2023 15:28:11         "name": "datafilter_locationBasedVisitFilter",
20-Apr-2023 15:28:11         "targetClasses": ["org.openmrs.Visit"],
20-Apr-2023 15:28:11         "condition": "patient_id IN (
20-Apr-2023 15:28:11                         SELECT DISTINCT datafilter_ebm.entity_identifier FROM datafilter_entity_basis_map datafilter_ebm
20-Apr-2023 15:28:11                             WHERE datafilter_ebm.entity_type = 'org.openmrs.Patient'
20-Apr-2023 15:28:11                             AND datafilter_ebm.basis_type = 'org.openmrs.Location'
20-Apr-2023 15:28:11                             AND datafilter_ebm.basis_identifie"[truncated 5498 chars]; line: 5, column: 39]
20-Apr-2023 15:28:11     at com.fasterxml.jackson.core.JsonParser._constructError (JsonParser.java:1804)
20-Apr-2023 15:28:11     at com.fasterxml.jackson.core.base.ParserMinimalBase._reportError (ParserMinimalBase.java:669)
20-Apr-2023 15:28:11     at com.fasterxml.jackson.core.base.ParserMinimalBase._throwUnquotedSpace (ParserMinimalBase.java:633)
20-Apr-2023 15:28:11     at com.fasterxml.jackson.core.json.ReaderBasedJsonParser._finishString2 (ReaderBasedJsonParser.java:2047)
20-Apr-2023 15:28:11     at com.fasterxml.jackson.core.json.ReaderBasedJsonParser._finishString (ReaderBasedJsonParser.java:2018)
20-Apr-2023 15:28:11     at com.fasterxml.jackson.core.json.ReaderBasedJsonParser.getText (ReaderBasedJsonParser.java:278)
20-Apr-2023 15:28:11     at com.fasterxml.jackson.databind.deser.std.UntypedObjectDeserializer$Vanilla.deserialize (UntypedObjectDeserializer.java:672)
20-Apr-2023 15:28:11     at com.fasterxml.jackson.databind.deser.std.UntypedObjectDeserializer$Vanilla.mapObject (UntypedObjectDeserializer.java:895)
20-Apr-2023 15:28:11     at com.fasterxml.jackson.databind.deser.std.UntypedObjectDeserializer$Vanilla.deserialize (UntypedObjectDeserializer.java:654)
20-Apr-2023 15:28:11     at com.fasterxml.jackson.databind.deser.std.UntypedObjectDeserializer$Vanilla.mapArray (UntypedObjectDeserializer.java:811)
20-Apr-2023 15:28:11     at com.fasterxml.jackson.databind.deser.std.UntypedObjectDeserializer$Vanilla.deserialize (UntypedObjectDeserializer.java:668)
20-Apr-2023 15:28:11     at com.fasterxml.jackson.databind.ObjectMapper._readMapAndClose (ObjectMapper.java:4013)
20-Apr-2023 15:28:11     at com.fasterxml.jackson.databind.ObjectMapper.readValue (ObjectMapper.java:3004)
20-Apr-2023 15:28:11     at net.revelc.code.formatter.json.JsonFormatter.doFormat (JsonFormatter.java:72)
20-Apr-2023 15:28:11     at net.revelc.code.formatter.AbstractCacheableFormatter.formatFile (AbstractCacheableFormatter.java:47)
20-Apr-2023 15:28:11     at net.revelc.code.formatter.FormatterMojo.doFormatFile (FormatterMojo.java:537)
20-Apr-2023 15:28:11     at net.revelc.code.formatter.FormatterMojo.formatFile (FormatterMojo.java:464)
20-Apr-2023 15:28:11     at net.revelc.code.formatter.FormatterMojo.execute (FormatterMojo.java:344)
20-Apr-2023 15:28:11     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
20-Apr-2023 15:28:11     at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
20-Apr-2023 15:28:11     at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
20-Apr-2023 15:28:11     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
20-Apr-2023 15:28:11     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
20-Apr-2023 15:28:11     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
20-Apr-2023 15:28:11     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
20-Apr-2023 15:28:11     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
20-Apr-2023 15:28:11     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
20-Apr-2023 15:28:11     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
20-Apr-2023 15:28:11     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
20-Apr-2023 15:28:11     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
20-Apr-2023 15:28:11     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
20-Apr-2023 15:28:11     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
20-Apr-2023 15:28:11     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
20-Apr-2023 15:28:11     at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
20-Apr-2023 15:28:11     at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
20-Apr-2023 15:28:11     at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
20-Apr-2023 15:28:11     at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
20-Apr-2023 15:28:11     at java.lang.reflect.Method.invoke (Method.java:498)
20-Apr-2023 15:28:11     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
20-Apr-2023 15:28:11     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
20-Apr-2023 15:28:11     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
20-Apr-2023 15:28:11     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
20-Apr-2023 15:28:11 [WARNING]
20-Apr-2023 15:28:11 com.fasterxml.jackson.core.JsonParseException: Unexpected character ('/' (code 47)): maybe a (non-standard) comment? (not recognized as one since Feature 'ALLOW_COMMENTS' not enabled for parser)
20-Apr-2023 15:28:11 at [Source: (String)"[
20-Apr-2023 15:28:11     {
20-Apr-2023 15:28:11         "name": "datafilter_programBasedUserFilter",
20-Apr-2023 15:28:11         "targetClasses": [
20-Apr-2023 15:28:11             "org.openmrs.User"
20-Apr-2023 15:28:11         ],
20-Apr-2023 15:28:11
20-Apr-2023 15:28:11         /*
20-Apr-2023 15:28:11         Goals:
20-Apr-2023 15:28:11             1- Include users that work in at least one program as the authenticated user
20-Apr-2023 15:28:11             2- Include users that don't work in any program
20-Apr-2023 15:28:11             4- Include users that have zero roles
20-Apr-2023 15:28:11             3- Otherwise exclude the rest
20-Apr-2023 15:28:11
20-Apr-2023 15:28:11         Assumptions:
20-Apr-2023 15:28:11             1- filters are applied where there is an authenticated user
20-Apr-2023 15:28:11
20-Apr-2023 15:28:11        "[truncated 4170 chars]; line: 8, column: 10]
20-Apr-2023 15:28:11     at com.fasterxml.jackson.core.JsonParser._constructError (JsonParser.java:1804)
20-Apr-2023 15:28:11     at com.fasterxml.jackson.core.base.ParserMinimalBase._reportError (ParserMinimalBase.java:669)
20-Apr-2023 15:28:11     at com.fasterxml.jackson.core.base.ParserMinimalBase._reportUnexpectedChar (ParserMinimalBase.java:567)
20-Apr-2023 15:28:11     at com.fasterxml.jackson.core.json.ReaderBasedJsonParser._skipComment (ReaderBasedJsonParser.java:2415)
20-Apr-2023 15:28:11     at com.fasterxml.jackson.core.json.ReaderBasedJsonParser._skipAfterComma2 (ReaderBasedJsonParser.java:2304)
20-Apr-2023 15:28:11     at com.fasterxml.jackson.core.json.ReaderBasedJsonParser._skipComma (ReaderBasedJsonParser.java:2280)
20-Apr-2023 15:28:11     at com.fasterxml.jackson.core.json.ReaderBasedJsonParser.nextFieldName (ReaderBasedJsonParser.java:894)
20-Apr-2023 15:28:11     at com.fasterxml.jackson.databind.deser.std.UntypedObjectDeserializer$Vanilla.mapObject (UntypedObjectDeserializer.java:882)
20-Apr-2023 15:28:11     at com.fasterxml.jackson.databind.deser.std.UntypedObjectDeserializer$Vanilla.deserialize (UntypedObjectDeserializer.java:654)
20-Apr-2023 15:28:11     at com.fasterxml.jackson.databind.deser.std.UntypedObjectDeserializer$Vanilla.mapArray (UntypedObjectDeserializer.java:811)
20-Apr-2023 15:28:11     at com.fasterxml.jackson.databind.deser.std.UntypedObjectDeserializer$Vanilla.deserialize (UntypedObjectDeserializer.java:668)
20-Apr-2023 15:28:11     at com.fasterxml.jackson.databind.ObjectMapper._readMapAndClose (ObjectMapper.java:4013)
20-Apr-2023 15:28:11     at com.fasterxml.jackson.databind.ObjectMapper.readValue (ObjectMapper.java:3004)
20-Apr-2023 15:28:11     at net.revelc.code.formatter.json.JsonFormatter.doFormat (JsonFormatter.java:72)
20-Apr-2023 15:28:11     at net.revelc.code.formatter.AbstractCacheableFormatter.formatFile (AbstractCacheableFormatter.java:47)
20-Apr-2023 15:28:11     at net.revelc.code.formatter.FormatterMojo.doFormatFile (FormatterMojo.java:537)
20-Apr-2023 15:28:11     at net.revelc.code.formatter.FormatterMojo.formatFile (FormatterMojo.java:464)
20-Apr-2023 15:28:11     at net.revelc.code.formatter.FormatterMojo.execute (FormatterMojo.java:344)
20-Apr-2023 15:28:11     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
20-Apr-2023 15:28:11     at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
20-Apr-2023 15:28:11     at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
20-Apr-2023 15:28:11     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
20-Apr-2023 15:28:11     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
20-Apr-2023 15:28:11     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
20-Apr-2023 15:28:11     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
20-Apr-2023 15:28:11     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
20-Apr-2023 15:28:11     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
20-Apr-2023 15:28:11     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
20-Apr-2023 15:28:11     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
20-Apr-2023 15:28:11     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
20-Apr-2023 15:28:11     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
20-Apr-2023 15:28:11     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
20-Apr-2023 15:28:11     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
20-Apr-2023 15:28:11     at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
20-Apr-2023 15:28:11     at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
20-Apr-2023 15:28:11     at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
20-Apr-2023 15:28:11     at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
20-Apr-2023 15:28:11     at java.lang.reflect.Method.invoke (Method.java:498)
20-Apr-2023 15:28:11     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
20-Apr-2023 15:28:11     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
20-Apr-2023 15:28:11     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
20-Apr-2023 15:28:11     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
20-Apr-2023 15:28:11 [WARNING]
20-Apr-2023 15:28:11 com.fasterxml.jackson.core.JsonParseException: Illegal unquoted character ((CTRL-CHAR, code 10)): has to be escaped using backslash to be included in string value
20-Apr-2023 15:28:11 at [Source: (String)"[
20-Apr-2023 15:28:11     {
20-Apr-2023 15:28:11         "name": "datafilter_locationBasedVisitFilter",
20-Apr-2023 15:28:11         "targetClasses": ["org.openmrs.Visit"],
20-Apr-2023 15:28:11         "condition": "patient_id IN (
20-Apr-2023 15:28:11                         SELECT DISTINCT datafilter_ebm.entity_identifier FROM datafilter_entity_basis_map datafilter_ebm
20-Apr-2023 15:28:11                             WHERE datafilter_ebm.entity_type = 'org.openmrs.Patient'
20-Apr-2023 15:28:11                             AND datafilter_ebm.basis_type = 'org.openmrs.Location'
20-Apr-2023 15:28:11                             AND datafilter_ebm.basis_identifie"[truncated 5498 chars]; line: 5, column: 39]
20-Apr-2023 15:28:11     at com.fasterxml.jackson.core.JsonParser._constructError (JsonParser.java:1804)
20-Apr-2023 15:28:11     at com.fasterxml.jackson.core.base.ParserMinimalBase._reportError (ParserMinimalBase.java:669)
20-Apr-2023 15:28:11     at com.fasterxml.jackson.core.base.ParserMinimalBase._throwUnquotedSpace (ParserMinimalBase.java:633)
20-Apr-2023 15:28:11     at com.fasterxml.jackson.core.json.ReaderBasedJsonParser._finishString2 (ReaderBasedJsonParser.java:2047)
20-Apr-2023 15:28:11     at com.fasterxml.jackson.core.json.ReaderBasedJsonParser._finishString (ReaderBasedJsonParser.java:2018)
20-Apr-2023 15:28:11     at com.fasterxml.jackson.core.json.ReaderBasedJsonParser.getText (ReaderBasedJsonParser.java:278)
20-Apr-2023 15:28:11     at com.fasterxml.jackson.databind.deser.std.UntypedObjectDeserializer$Vanilla.deserialize (UntypedObjectDeserializer.java:672)
20-Apr-2023 15:28:11     at com.fasterxml.jackson.databind.deser.std.UntypedObjectDeserializer$Vanilla.mapObject (UntypedObjectDeserializer.java:895)
20-Apr-2023 15:28:11     at com.fasterxml.jackson.databind.deser.std.UntypedObjectDeserializer$Vanilla.deserialize (UntypedObjectDeserializer.java:654)
20-Apr-2023 15:28:11     at com.fasterxml.jackson.databind.deser.std.UntypedObjectDeserializer$Vanilla.mapArray (UntypedObjectDeserializer.java:811)
20-Apr-2023 15:28:11     at com.fasterxml.jackson.databind.deser.std.UntypedObjectDeserializer$Vanilla.deserialize (UntypedObjectDeserializer.java:668)
20-Apr-2023 15:28:11     at com.fasterxml.jackson.databind.ObjectMapper._readMapAndClose (ObjectMapper.java:4013)
20-Apr-2023 15:28:11     at com.fasterxml.jackson.databind.ObjectMapper.readValue (ObjectMapper.java:3004)
20-Apr-2023 15:28:11     at net.revelc.code.formatter.json.JsonFormatter.doFormat (JsonFormatter.java:72)
20-Apr-2023 15:28:11     at net.revelc.code.formatter.AbstractCacheableFormatter.formatFile (AbstractCacheableFormatter.java:47)
20-Apr-2023 15:28:11     at net.revelc.code.formatter.FormatterMojo.doFormatFile (FormatterMojo.java:537)
20-Apr-2023 15:28:11     at net.revelc.code.formatter.FormatterMojo.formatFile (FormatterMojo.java:464)
20-Apr-2023 15:28:11     at net.revelc.code.formatter.FormatterMojo.execute (FormatterMojo.java:344)
20-Apr-2023 15:28:11     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
20-Apr-2023 15:28:11     at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
20-Apr-2023 15:28:11     at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
20-Apr-2023 15:28:11     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
20-Apr-2023 15:28:11     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
20-Apr-2023 15:28:11     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
20-Apr-2023 15:28:11     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
20-Apr-2023 15:28:11     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
20-Apr-2023 15:28:11     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
20-Apr-2023 15:28:11     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
20-Apr-2023 15:28:11     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
20-Apr-2023 15:28:11     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
20-Apr-2023 15:28:11     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
20-Apr-2023 15:28:11     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
20-Apr-2023 15:28:11     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
20-Apr-2023 15:28:11     at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
20-Apr-2023 15:28:11     at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
20-Apr-2023 15:28:11     at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
20-Apr-2023 15:28:11     at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
20-Apr-2023 15:28:11     at java.lang.reflect.Method.invoke (Method.java:498)
20-Apr-2023 15:28:11     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
20-Apr-2023 15:28:11     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
20-Apr-2023 15:28:11     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
20-Apr-2023 15:28:11     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
20-Apr-2023 15:28:11 [WARNING]
20-Apr-2023 15:28:11 com.fasterxml.jackson.core.JsonParseException: Unexpected character ('/' (code 47)): maybe a (non-standard) comment? (not recognized as one since Feature 'ALLOW_COMMENTS' not enabled for parser)
20-Apr-2023 15:28:11 at [Source: (String)"[
20-Apr-2023 15:28:11     {
20-Apr-2023 15:28:11         "name": "datafilter_programBasedUserFilter",
20-Apr-2023 15:28:11         "targetClasses": [
20-Apr-2023 15:28:11             "org.openmrs.User"
20-Apr-2023 15:28:11         ],
20-Apr-2023 15:28:11
20-Apr-2023 15:28:11         /*
20-Apr-2023 15:28:11         Goals:
20-Apr-2023 15:28:11             1- Include users that work in at least one program as the authenticated user
20-Apr-2023 15:28:11             2- Include users that don't work in any program
20-Apr-2023 15:28:11             4- Include users that have zero roles
20-Apr-2023 15:28:11             3- Otherwise exclude the rest
20-Apr-2023 15:28:11
20-Apr-2023 15:28:11         Assumptions:
20-Apr-2023 15:28:11             1- filters are applied where there is an authenticated user
20-Apr-2023 15:28:11
20-Apr-2023 15:28:11        "[truncated 4170 chars]; line: 8, column: 10]
20-Apr-2023 15:28:11     at com.fasterxml.jackson.core.JsonParser._constructError (JsonParser.java:1804)
20-Apr-2023 15:28:11     at com.fasterxml.jackson.core.base.ParserMinimalBase._reportError (ParserMinimalBase.java:669)
20-Apr-2023 15:28:11     at com.fasterxml.jackson.core.base.ParserMinimalBase._reportUnexpectedChar (ParserMinimalBase.java:567)
20-Apr-2023 15:28:11     at com.fasterxml.jackson.core.json.ReaderBasedJsonParser._skipComment (ReaderBasedJsonParser.java:2415)
20-Apr-2023 15:28:11     at com.fasterxml.jackson.core.json.ReaderBasedJsonParser._skipAfterComma2 (ReaderBasedJsonParser.java:2304)
20-Apr-2023 15:28:11     at com.fasterxml.jackson.core.json.ReaderBasedJsonParser._skipComma (ReaderBasedJsonParser.java:2280)
20-Apr-2023 15:28:11     at com.fasterxml.jackson.core.json.ReaderBasedJsonParser.nextFieldName (ReaderBasedJsonParser.java:894)
20-Apr-2023 15:28:11     at com.fasterxml.jackson.databind.deser.std.UntypedObjectDeserializer$Vanilla.mapObject (UntypedObjectDeserializer.java:882)
20-Apr-2023 15:28:11     at com.fasterxml.jackson.databind.deser.std.UntypedObjectDeserializer$Vanilla.deserialize (UntypedObjectDeserializer.java:654)
20-Apr-2023 15:28:11     at com.fasterxml.jackson.databind.deser.std.UntypedObjectDeserializer$Vanilla.mapArray (UntypedObjectDeserializer.java:811)
20-Apr-2023 15:28:11     at com.fasterxml.jackson.databind.deser.std.UntypedObjectDeserializer$Vanilla.deserialize (UntypedObjectDeserializer.java:668)
20-Apr-2023 15:28:11     at com.fasterxml.jackson.databind.ObjectMapper._readMapAndClose (ObjectMapper.java:4013)
20-Apr-2023 15:28:11     at com.fasterxml.jackson.databind.ObjectMapper.readValue (ObjectMapper.java:3004)
20-Apr-2023 15:28:11     at net.revelc.code.formatter.json.JsonFormatter.doFormat (JsonFormatter.java:72)
20-Apr-2023 15:28:11     at net.revelc.code.formatter.AbstractCacheableFormatter.formatFile (AbstractCacheableFormatter.java:47)
20-Apr-2023 15:28:11     at net.revelc.code.formatter.FormatterMojo.doFormatFile (FormatterMojo.java:537)
20-Apr-2023 15:28:11     at net.revelc.code.formatter.FormatterMojo.formatFile (FormatterMojo.java:464)
20-Apr-2023 15:28:11     at net.revelc.code.formatter.FormatterMojo.execute (FormatterMojo.java:344)
20-Apr-2023 15:28:11     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
20-Apr-2023 15:28:11     at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
20-Apr-2023 15:28:11     at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
20-Apr-2023 15:28:11     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
20-Apr-2023 15:28:11     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
20-Apr-2023 15:28:11     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
20-Apr-2023 15:28:11     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
20-Apr-2023 15:28:11     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
20-Apr-2023 15:28:11     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
20-Apr-2023 15:28:11     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
20-Apr-2023 15:28:11     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
20-Apr-2023 15:28:11     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
20-Apr-2023 15:28:11     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
20-Apr-2023 15:28:11     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
20-Apr-2023 15:28:11     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
20-Apr-2023 15:28:11     at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
20-Apr-2023 15:28:11     at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
20-Apr-2023 15:28:11     at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
20-Apr-2023 15:28:11     at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
20-Apr-2023 15:28:11     at java.lang.reflect.Method.invoke (Method.java:498)
20-Apr-2023 15:28:11     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
20-Apr-2023 15:28:11     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
20-Apr-2023 15:28:11     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
20-Apr-2023 15:28:11     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
20-Apr-2023 15:28:12 [INFO] Successfully formatted:          0 file(s)
20-Apr-2023 15:28:12 [INFO] Fail to format:                  8 file(s)
20-Apr-2023 15:28:12 [INFO] Skipped:                         176 file(s)
20-Apr-2023 15:28:12 [INFO] Read only skipped:               0 file(s)
20-Apr-2023 15:28:12 [INFO] Approximate time taken:          2s
20-Apr-2023 15:28:12 [INFO]
20-Apr-2023 15:28:12 [INFO] --- license-maven-plugin:2.6:check (default) @ datafilter ---
20-Apr-2023 15:28:12 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/com/mycila/mycila-xmltool/4.2.ga/mycila-xmltool-4.2.ga.pom
20-Apr-2023 15:28:12 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/com/mycila/mycila-xmltool/4.2.ga/mycila-xmltool-4.2.ga.pom (2.6 kB at 9.8 kB/s)
20-Apr-2023 15:28:12 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/com/mycila/mycila-xmltool/4.2.ga/mycila-xmltool-4.2.ga.jar
20-Apr-2023 15:28:12 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/com/mycila/mycila-xmltool/4.2.ga/mycila-xmltool-4.2.ga.jar (52 kB at 197 kB/s)
20-Apr-2023 15:28:12 [INFO] Checking licenses...
20-Apr-2023 15:28:12 [INFO]
20-Apr-2023 15:28:12 [INFO] --- maven-install-plugin:2.4:install (default-install) @ datafilter ---
20-Apr-2023 15:28:12 [INFO] Installing /home/bamboo-agent/bamboo-agent/xml-data/build-dir/DF-DFML-JOB1/pom.xml to /home/bamboo-agent/.m2/repository/org/openmrs/module/datafilter/2.3.0-SNAPSHOT/datafilter-2.3.0-SNAPSHOT.pom
20-Apr-2023 15:28:12 [INFO]
20-Apr-2023 15:28:12 [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ datafilter ---
20-Apr-2023 15:28:12 [INFO] Downloading from openmrs-repo-snapshots: https://openmrs.jfrog.io/openmrs/snapshots/org/openmrs/module/datafilter/2.3.0-SNAPSHOT/maven-metadata.xml
20-Apr-2023 15:28:13 [INFO] Uploading to openmrs-repo-snapshots: https://openmrs.jfrog.io/openmrs/snapshots/org/openmrs/module/datafilter/2.3.0-SNAPSHOT/datafilter-2.3.0-20230420.152655-1.pom
20-Apr-2023 15:28:14 [INFO] Uploaded to openmrs-repo-snapshots: https://openmrs.jfrog.io/openmrs/snapshots/org/openmrs/module/datafilter/2.3.0-SNAPSHOT/datafilter-2.3.0-20230420.152655-1.pom (9.0 kB at 8.5 kB/s)
20-Apr-2023 15:28:14 [INFO] Downloading from openmrs-repo-snapshots: https://openmrs.jfrog.io/openmrs/snapshots/org/openmrs/module/datafilter/maven-metadata.xml
20-Apr-2023 15:28:14 [INFO] Downloaded from openmrs-repo-snapshots: https://openmrs.jfrog.io/openmrs/snapshots/org/openmrs/module/datafilter/maven-metadata.xml (699 B at 2.8 kB/s)
20-Apr-2023 15:28:14 [INFO] Uploading to openmrs-repo-snapshots: https://openmrs.jfrog.io/openmrs/snapshots/org/openmrs/module/datafilter/2.3.0-SNAPSHOT/maven-metadata.xml
20-Apr-2023 15:28:15 [INFO] Uploaded to openmrs-repo-snapshots: https://openmrs.jfrog.io/openmrs/snapshots/org/openmrs/module/datafilter/2.3.0-SNAPSHOT/maven-metadata.xml (605 B at 844 B/s)
20-Apr-2023 15:28:15 [INFO] Uploading to openmrs-repo-snapshots: https://openmrs.jfrog.io/openmrs/snapshots/org/openmrs/module/datafilter/maven-metadata.xml
20-Apr-2023 15:28:15 [INFO] Uploaded to openmrs-repo-snapshots: https://openmrs.jfrog.io/openmrs/snapshots/org/openmrs/module/datafilter/maven-metadata.xml (642 B at 732 B/s)
20-Apr-2023 15:28:15 [INFO]
20-Apr-2023 15:28:15 [INFO] -----------------< org.openmrs.module:datafilter-api >------------------
20-Apr-2023 15:28:15 [INFO] Building Data Filter Module API 2.3.0-SNAPSHOT                     [2/3]
20-Apr-2023 15:28:15 [INFO] --------------------------------[ jar ]---------------------------------
20-Apr-2023 15:28:15 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/plugins/maven-jar-plugin/2.6/maven-jar-plugin-2.6.pom
20-Apr-2023 15:28:16 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/plugins/maven-jar-plugin/2.6/maven-jar-plugin-2.6.pom (5.9 kB at 22 kB/s)
20-Apr-2023 15:28:16 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom
20-Apr-2023 15:28:16 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom (11 kB at 40 kB/s)
20-Apr-2023 15:28:16 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/plugins/maven-jar-plugin/2.6/maven-jar-plugin-2.6.jar
20-Apr-2023 15:28:16 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/plugins/maven-jar-plugin/2.6/maven-jar-plugin-2.6.jar (26 kB at 95 kB/s)
20-Apr-2023 15:28:16 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.pom
20-Apr-2023 15:28:17 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.pom (12 kB at 44 kB/s)
20-Apr-2023 15:28:17 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.jar
20-Apr-2023 15:28:17 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.jar (62 kB at 210 kB/s)
20-Apr-2023 15:28:17 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/commons-io/commons-io/2.8.0/commons-io-2.8.0.pom
20-Apr-2023 15:28:17 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/commons-io/commons-io/2.8.0/commons-io-2.8.0.pom (16 kB at 60 kB/s)
20-Apr-2023 15:28:17 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/springframework/spring-core/5.2.9.RELEASE/spring-core-5.2.9.RELEASE.pom
20-Apr-2023 15:28:18 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/springframework/spring-core/5.2.9.RELEASE/spring-core-5.2.9.RELEASE.pom (1.7 kB at 6.2 kB/s)
20-Apr-2023 15:28:18 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/springframework/spring-jcl/5.2.9.RELEASE/spring-jcl-5.2.9.RELEASE.pom
20-Apr-2023 15:28:18 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/springframework/spring-jcl/5.2.9.RELEASE/spring-jcl-5.2.9.RELEASE.pom (1.5 kB at 5.6 kB/s)
20-Apr-2023 15:28:18 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/springframework/spring-beans/5.2.9.RELEASE/spring-beans-5.2.9.RELEASE.pom
20-Apr-2023 15:28:18 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/springframework/spring-beans/5.2.9.RELEASE/spring-beans-5.2.9.RELEASE.pom (1.7 kB at 6.3 kB/s)
20-Apr-2023 15:28:18 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/springframework/spring-context/5.2.9.RELEASE/spring-context-5.2.9.RELEASE.pom
20-Apr-2023 15:28:18 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/springframework/spring-context/5.2.9.RELEASE/spring-context-5.2.9.RELEASE.pom (2.3 kB at 8.3 kB/s)
20-Apr-2023 15:28:18 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/springframework/spring-aop/5.2.9.RELEASE/spring-aop-5.2.9.RELEASE.pom
20-Apr-2023 15:28:19 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/springframework/spring-aop/5.2.9.RELEASE/spring-aop-5.2.9.RELEASE.pom (1.9 kB at 6.7 kB/s)
20-Apr-2023 15:28:19 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/springframework/spring-expression/5.2.9.RELEASE/spring-expression-5.2.9.RELEASE.pom
20-Apr-2023 15:28:19 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/springframework/spring-expression/5.2.9.RELEASE/spring-expression-5.2.9.RELEASE.pom (1.7 kB at 6.7 kB/s)
20-Apr-2023 15:28:19 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/springframework/spring-orm/5.2.9.RELEASE/spring-orm-5.2.9.RELEASE.pom
20-Apr-2023 15:28:19 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/springframework/spring-orm/5.2.9.RELEASE/spring-orm-5.2.9.RELEASE.pom (2.3 kB at 8.6 kB/s)
20-Apr-2023 15:28:19 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/springframework/spring-jdbc/5.2.9.RELEASE/spring-jdbc-5.2.9.RELEASE.pom
20-Apr-2023 15:28:19 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/springframework/spring-jdbc/5.2.9.RELEASE/spring-jdbc-5.2.9.RELEASE.pom (2.1 kB at 7.7 kB/s)
20-Apr-2023 15:28:19 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/springframework/spring-tx/5.2.9.RELEASE/spring-tx-5.2.9.RELEASE.pom
20-Apr-2023 15:28:20 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/springframework/spring-tx/5.2.9.RELEASE/spring-tx-5.2.9.RELEASE.pom (1.9 kB at 7.0 kB/s)
20-Apr-2023 15:28:20 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/springframework/spring-context-support/5.2.9.RELEASE/spring-context-support-5.2.9.RELEASE.pom
20-Apr-2023 15:28:20 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/springframework/spring-context-support/5.2.9.RELEASE/spring-context-support-5.2.9.RELEASE.pom (2.1 kB at 7.8 kB/s)
20-Apr-2023 15:28:20 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/hibernate/hibernate-core/5.4.21.Final/hibernate-core-5.4.21.Final.pom
20-Apr-2023 15:28:20 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/hibernate/hibernate-core/5.4.21.Final/hibernate-core-5.4.21.Final.pom (6.1 kB at 23 kB/s)
20-Apr-2023 15:28:20 [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.pom
20-Apr-2023 15:28:20 [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.pom (11 kB at 41 kB/s)
20-Apr-2023 15:28:20 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/net/bytebuddy/byte-buddy-parent/1.10.10/byte-buddy-parent-1.10.10.pom
20-Apr-2023 15:28:21 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/net/bytebuddy/byte-buddy-parent/1.10.10/byte-buddy-parent-1.10.10.pom (40 kB at 149 kB/s)
20-Apr-2023 15:28:21 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/jboss/jandex/2.1.3.Final/jandex-2.1.3.Final.pom
20-Apr-2023 15:28:21 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/jboss/jandex/2.1.3.Final/jandex-2.1.3.Final.pom (6.4 kB at 25 kB/s)
20-Apr-2023 15:28:21 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/hibernate/common/hibernate-commons-annotations/5.1.0.Final/hibernate-commons-annotations-5.1.0.Final.pom
20-Apr-2023 15:28:21 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/hibernate/common/hibernate-commons-annotations/5.1.0.Final/hibernate-commons-annotations-5.1.0.Final.pom (1.9 kB at 7.2 kB/s)
20-Apr-2023 15:28:21 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/hibernate/hibernate-c3p0/5.4.21.Final/hibernate-c3p0-5.4.21.Final.pom
20-Apr-2023 15:28:22 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/hibernate/hibernate-c3p0/5.4.21.Final/hibernate-c3p0-5.4.21.Final.pom (2.7 kB at 10 kB/s)
20-Apr-2023 15:28:22 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/hibernate/hibernate-ehcache/5.4.21.Final/hibernate-ehcache-5.4.21.Final.pom
20-Apr-2023 15:28:22 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/hibernate/hibernate-ehcache/5.4.21.Final/hibernate-ehcache-5.4.21.Final.pom (2.7 kB at 10 kB/s)
20-Apr-2023 15:28:22 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/hibernate/hibernate-search-orm/5.11.5.Final/hibernate-search-orm-5.11.5.Final.pom
20-Apr-2023 15:28:22 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/hibernate/hibernate-search-orm/5.11.5.Final/hibernate-search-orm-5.11.5.Final.pom (9.2 kB at 35 kB/s)
20-Apr-2023 15:28:22 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/hibernate/hibernate-search-parent/5.11.5.Final/hibernate-search-parent-5.11.5.Final.pom
20-Apr-2023 15:28:22 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/hibernate/hibernate-search-parent/5.11.5.Final/hibernate-search-parent-5.11.5.Final.pom (150 kB at 552 kB/s)
20-Apr-2023 15:28:22 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/hibernate/hibernate-search-engine/5.11.5.Final/hibernate-search-engine-5.11.5.Final.pom
20-Apr-2023 15:28:23 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/hibernate/hibernate-search-engine/5.11.5.Final/hibernate-search-engine-5.11.5.Final.pom (16 kB at 59 kB/s)
20-Apr-2023 15:28:23 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/com/thoughtworks/xstream/xstream/1.4.12/xstream-1.4.12.pom
20-Apr-2023 15:28:23 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/com/thoughtworks/xstream/xstream/1.4.12/xstream-1.4.12.pom (20 kB at 76 kB/s)
20-Apr-2023 15:28:23 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/com/thoughtworks/xstream/xstream-parent/1.4.12/xstream-parent-1.4.12.pom
20-Apr-2023 15:28:23 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/com/thoughtworks/xstream/xstream-parent/1.4.12/xstream-parent-1.4.12.pom (43 kB at 163 kB/s)
20-Apr-2023 15:28:23 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/liquibase/liquibase-core/3.10.2/liquibase-core-3.10.2.pom
20-Apr-2023 15:28:24 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/liquibase/liquibase-core/3.10.2/liquibase-core-3.10.2.pom (2.6 kB at 9.8 kB/s)
20-Apr-2023 15:28:24 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/slf4j/slf4j-api/1.7.28/slf4j-api-1.7.28.pom
20-Apr-2023 15:28:24 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/slf4j/slf4j-api/1.7.28/slf4j-api-1.7.28.pom (3.8 kB at 15 kB/s)
20-Apr-2023 15:28:24 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/slf4j/slf4j-parent/1.7.28/slf4j-parent-1.7.28.pom
20-Apr-2023 15:28:24 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/slf4j/slf4j-parent/1.7.28/slf4j-parent-1.7.28.pom (14 kB at 52 kB/s)
20-Apr-2023 15:28:24 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/xerces/xercesImpl/2.12.0/xercesImpl-2.12.0.pom
20-Apr-2023 15:28:24 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/xerces/xercesImpl/2.12.0/xercesImpl-2.12.0.pom (3.4 kB at 13 kB/s)
20-Apr-2023 15:28:24 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/codehaus/groovy/groovy-all/2.4.20/groovy-all-2.4.20.pom
20-Apr-2023 15:28:25 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/codehaus/groovy/groovy-all/2.4.20/groovy-all-2.4.20.pom (22 kB at 84 kB/s)
20-Apr-2023 15:28:25 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/aspectj/aspectjrt/1.9.6/aspectjrt-1.9.6.pom
20-Apr-2023 15:28:25 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/aspectj/aspectjrt/1.9.6/aspectjrt-1.9.6.pom (1.0 kB at 3.8 kB/s)
20-Apr-2023 15:28:25 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/aspectj/aspectjweaver/1.9.6/aspectjweaver-1.9.6.pom
20-Apr-2023 15:28:25 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/aspectj/aspectjweaver/1.9.6/aspectjweaver-1.9.6.pom (1.0 kB at 3.9 kB/s)
20-Apr-2023 15:28:25 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/jakarta/xml/bind/jakarta.xml.bind-api/3.0.0-RC3/jakarta.xml.bind-api-3.0.0-RC3.pom
20-Apr-2023 15:28:26 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/jakarta/xml/bind/jakarta.xml.bind-api/3.0.0-RC3/jakarta.xml.bind-api-3.0.0-RC3.pom (13 kB at 50 kB/s)
20-Apr-2023 15:28:26 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/jakarta/xml/bind/jakarta.xml.bind-api-parent/3.0.0-RC3/jakarta.xml.bind-api-parent-3.0.0-RC3.pom
20-Apr-2023 15:28:26 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/jakarta/xml/bind/jakarta.xml.bind-api-parent/3.0.0-RC3/jakarta.xml.bind-api-parent-3.0.0-RC3.pom (9.3 kB at 36 kB/s)
20-Apr-2023 15:28:26 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/com/sun/xml/bind/jaxb-impl/3.0.0-M4/jaxb-impl-3.0.0-M4.pom
20-Apr-2023 15:28:26 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/com/sun/xml/bind/jaxb-impl/3.0.0-M4/jaxb-impl-3.0.0-M4.pom (13 kB at 51 kB/s)
20-Apr-2023 15:28:26 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/com/sun/xml/bind/mvn/jaxb-bundles/3.0.0-M4/jaxb-bundles-3.0.0-M4.pom
20-Apr-2023 15:28:26 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/com/sun/xml/bind/mvn/jaxb-bundles/3.0.0-M4/jaxb-bundles-3.0.0-M4.pom (1.3 kB at 5.0 kB/s)
20-Apr-2023 15:28:26 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/com/sun/xml/bind/mvn/jaxb-parent/3.0.0-M4/jaxb-parent-3.0.0-M4.pom
20-Apr-2023 15:28:27 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/com/sun/xml/bind/mvn/jaxb-parent/3.0.0-M4/jaxb-parent-3.0.0-M4.pom (29 kB at 112 kB/s)
20-Apr-2023 15:28:27 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/com/sun/xml/bind/jaxb-bom-ext/3.0.0-M4/jaxb-bom-ext-3.0.0-M4.pom
20-Apr-2023 15:28:27 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/com/sun/xml/bind/jaxb-bom-ext/3.0.0-M4/jaxb-bom-ext-3.0.0-M4.pom (3.4 kB at 13 kB/s)
20-Apr-2023 15:28:27 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/glassfish/jaxb/jaxb-bom/3.0.0-M4/jaxb-bom-3.0.0-M4.pom
20-Apr-2023 15:28:27 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/glassfish/jaxb/jaxb-bom/3.0.0-M4/jaxb-bom-3.0.0-M4.pom (9.2 kB at 35 kB/s)
20-Apr-2023 15:28:27 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/com/sun/xml/bind/jaxb-core/3.0.0-M4/jaxb-core-3.0.0-M4.pom
20-Apr-2023 15:28:27 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/com/sun/xml/bind/jaxb-core/3.0.0-M4/jaxb-core-3.0.0-M4.pom (13 kB at 50 kB/s)
20-Apr-2023 15:28:27 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/com/sun/activation/jakarta.activation/2.0.0-RC3/jakarta.activation-2.0.0-RC3.pom
20-Apr-2023 15:28:28 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/com/sun/activation/jakarta.activation/2.0.0-RC3/jakarta.activation-2.0.0-RC3.pom (4.6 kB at 18 kB/s)
20-Apr-2023 15:28:28 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/freemarker/freemarker/2.3.29/freemarker-2.3.29.pom
20-Apr-2023 15:28:28 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/freemarker/freemarker/2.3.29/freemarker-2.3.29.pom (3.4 kB at 13 kB/s)
20-Apr-2023 15:28:28 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/springframework/spring-test/5.2.9.RELEASE/spring-test-5.2.9.RELEASE.pom
20-Apr-2023 15:28:28 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/springframework/spring-test/5.2.9.RELEASE/spring-test-5.2.9.RELEASE.pom (1.7 kB at 6.6 kB/s)
20-Apr-2023 15:28:28 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/junit/jupiter/junit-jupiter-api/5.7.0/junit-jupiter-api-5.7.0.pom
20-Apr-2023 15:28:28 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/junit/jupiter/junit-jupiter-api/5.7.0/junit-jupiter-api-5.7.0.pom (3.2 kB at 13 kB/s)
20-Apr-2023 15:28:28 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/junit/platform/junit-platform-commons/1.7.0/junit-platform-commons-1.7.0.pom
20-Apr-2023 15:28:29 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/junit/platform/junit-platform-commons/1.7.0/junit-platform-commons-1.7.0.pom (2.8 kB at 11 kB/s)
20-Apr-2023 15:28:29 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/junit/jupiter/junit-jupiter-engine/5.7.0/junit-jupiter-engine-5.7.0.pom
20-Apr-2023 15:28:29 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/junit/jupiter/junit-jupiter-engine/5.7.0/junit-jupiter-engine-5.7.0.pom (3.2 kB at 13 kB/s)
20-Apr-2023 15:28:29 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/junit/platform/junit-platform-engine/1.7.0/junit-platform-engine-1.7.0.pom
20-Apr-2023 15:28:29 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/junit/platform/junit-platform-engine/1.7.0/junit-platform-engine-1.7.0.pom (3.2 kB at 13 kB/s)
20-Apr-2023 15:28:29 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/junit/vintage/junit-vintage-engine/5.7.0/junit-vintage-engine-5.7.0.pom
20-Apr-2023 15:28:29 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/junit/vintage/junit-vintage-engine/5.7.0/junit-vintage-engine-5.7.0.pom (3.2 kB at 12 kB/s)
20-Apr-2023 15:28:29 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/dbunit/dbunit/2.7.0/dbunit-2.7.0.pom
20-Apr-2023 15:28:30 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/dbunit/dbunit/2.7.0/dbunit-2.7.0.pom (52 kB at 199 kB/s)
20-Apr-2023 15:28:30 [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.pom
20-Apr-2023 15:28:30 [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.pom (25 kB at 100 kB/s)
20-Apr-2023 15:28:30 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/net/bytebuddy/byte-buddy/1.10.13/byte-buddy-1.10.13.pom
20-Apr-2023 15:28:30 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/net/bytebuddy/byte-buddy/1.10.13/byte-buddy-1.10.13.pom (11 kB at 42 kB/s)
20-Apr-2023 15:28:30 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/net/bytebuddy/byte-buddy-parent/1.10.13/byte-buddy-parent-1.10.13.pom
20-Apr-2023 15:28:31 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/net/bytebuddy/byte-buddy-parent/1.10.13/byte-buddy-parent-1.10.13.pom (41 kB at 161 kB/s)
20-Apr-2023 15:28:31 [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.pom
20-Apr-2023 15:28:31 [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.pom (9.6 kB at 38 kB/s)
20-Apr-2023 15:28:31 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/objenesis/objenesis/3.1/objenesis-3.1.pom
20-Apr-2023 15:28:31 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/objenesis/objenesis/3.1/objenesis-3.1.pom (3.5 kB at 14 kB/s)
20-Apr-2023 15:28:31 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/objenesis/objenesis-parent/3.1/objenesis-parent-3.1.pom
20-Apr-2023 15:28:31 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/objenesis/objenesis-parent/3.1/objenesis-parent-3.1.pom (18 kB at 69 kB/s)
20-Apr-2023 15:28:31 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/mockito/mockito-junit-jupiter/3.5.11/mockito-junit-jupiter-3.5.11.pom
20-Apr-2023 15:28:32 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/mockito/mockito-junit-jupiter/3.5.11/mockito-junit-jupiter-3.5.11.pom (25 kB at 99 kB/s)
20-Apr-2023 15:28:32 [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
20-Apr-2023 15:28:32 [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 27 kB/s)
20-Apr-2023 15:28:32 [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
20-Apr-2023 15:28:32 [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 29 kB/s)
20-Apr-2023 15:28:32 [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
20-Apr-2023 15:28:32 [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 26 kB/s)
20-Apr-2023 15:28:32 [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
20-Apr-2023 15:28:33 [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 27 kB/s)
20-Apr-2023 15:28:33 [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
20-Apr-2023 15:28:33 [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 28 kB/s)
20-Apr-2023 15:28:33 [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
20-Apr-2023 15:28:33 [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 26 kB/s)
20-Apr-2023 15:28:33 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/hamcrest/hamcrest-library/2.2/hamcrest-library-2.2.pom
20-Apr-2023 15:28:33 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/hamcrest/hamcrest-library/2.2/hamcrest-library-2.2.pom (1.4 kB at 5.4 kB/s)
20-Apr-2023 15:28:33 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/commons-io/commons-io/2.8.0/commons-io-2.8.0.jar
20-Apr-2023 15:28:33 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/springframework/spring-core/5.2.9.RELEASE/spring-core-5.2.9.RELEASE.jar
20-Apr-2023 15:28:33 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/springframework/spring-beans/5.2.9.RELEASE/spring-beans-5.2.9.RELEASE.jar
20-Apr-2023 15:28:33 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/springframework/spring-jcl/5.2.9.RELEASE/spring-jcl-5.2.9.RELEASE.jar
20-Apr-2023 15:28:33 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/springframework/spring-context/5.2.9.RELEASE/spring-context-5.2.9.RELEASE.jar
20-Apr-2023 15:28:34 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/springframework/spring-jcl/5.2.9.RELEASE/spring-jcl-5.2.9.RELEASE.jar (24 kB at 87 kB/s)
20-Apr-2023 15:28:34 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/springframework/spring-expression/5.2.9.RELEASE/spring-expression-5.2.9.RELEASE.jar
20-Apr-2023 15:28:35 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/springframework/spring-beans/5.2.9.RELEASE/spring-beans-5.2.9.RELEASE.jar (688 kB at 467 kB/s)
20-Apr-2023 15:28:35 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/springframework/spring-aop/5.2.9.RELEASE/spring-aop-5.2.9.RELEASE.jar
20-Apr-2023 15:28:35 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/commons-io/commons-io/2.8.0/commons-io-2.8.0.jar (285 kB at 193 kB/s)
20-Apr-2023 15:28:35 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/springframework/spring-orm/5.2.9.RELEASE/spring-orm-5.2.9.RELEASE.jar
20-Apr-2023 15:28:35 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/springframework/spring-core/5.2.9.RELEASE/spring-core-5.2.9.RELEASE.jar (1.4 MB at 917 kB/s)
20-Apr-2023 15:28:35 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/springframework/spring-tx/5.2.9.RELEASE/spring-tx-5.2.9.RELEASE.jar
20-Apr-2023 15:28:35 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/springframework/spring-expression/5.2.9.RELEASE/spring-expression-5.2.9.RELEASE.jar (282 kB at 179 kB/s)
20-Apr-2023 15:28:35 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/springframework/spring-jdbc/5.2.9.RELEASE/spring-jdbc-5.2.9.RELEASE.jar
20-Apr-2023 15:28:35 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/springframework/spring-orm/5.2.9.RELEASE/spring-orm-5.2.9.RELEASE.jar (201 kB at 108 kB/s)
20-Apr-2023 15:28:35 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/springframework/spring-context-support/5.2.9.RELEASE/spring-context-support-5.2.9.RELEASE.jar
20-Apr-2023 15:28:35 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/springframework/spring-tx/5.2.9.RELEASE/spring-tx-5.2.9.RELEASE.jar (315 kB at 159 kB/s)
20-Apr-2023 15:28:35 [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.jar
20-Apr-2023 15:28:35 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/springframework/spring-context/5.2.9.RELEASE/spring-context-5.2.9.RELEASE.jar (1.2 MB at 613 kB/s)
20-Apr-2023 15:28:35 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/hibernate/hibernate-core/5.4.21.Final/hibernate-core-5.4.21.Final.jar
20-Apr-2023 15:28:36 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/springframework/spring-aop/5.2.9.RELEASE/spring-aop-5.2.9.RELEASE.jar (373 kB at 184 kB/s)
20-Apr-2023 15:28:36 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/jboss/jandex/2.1.3.Final/jandex-2.1.3.Final.jar
20-Apr-2023 15:28:36 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/springframework/spring-jdbc/5.2.9.RELEASE/spring-jdbc-5.2.9.RELEASE.jar (409 kB at 195 kB/s)
20-Apr-2023 15:28:36 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/dom4j/dom4j/2.1.3/dom4j-2.1.3.jar
20-Apr-2023 15:28:36 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/springframework/spring-context-support/5.2.9.RELEASE/spring-context-support-5.2.9.RELEASE.jar (183 kB at 86 kB/s)
20-Apr-2023 15:28:36 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/hibernate/common/hibernate-commons-annotations/5.1.0.Final/hibernate-commons-annotations-5.1.0.Final.jar
20-Apr-2023 15:28:36 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/hibernate/common/hibernate-commons-annotations/5.1.0.Final/hibernate-commons-annotations-5.1.0.Final.jar (76 kB at 32 kB/s)
20-Apr-2023 15:28:36 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/hibernate/hibernate-c3p0/5.4.21.Final/hibernate-c3p0-5.4.21.Final.jar
20-Apr-2023 15:28:36 [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.jar (783 kB at 308 kB/s)
20-Apr-2023 15:28:36 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/hibernate/hibernate-ehcache/5.4.21.Final/hibernate-ehcache-5.4.21.Final.jar
20-Apr-2023 15:28:36 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/dom4j/dom4j/2.1.3/dom4j-2.1.3.jar (324 kB at 127 kB/s)
20-Apr-2023 15:28:36 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/hibernate/hibernate-search-orm/5.11.5.Final/hibernate-search-orm-5.11.5.Final.jar
20-Apr-2023 15:28:36 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/hibernate/hibernate-c3p0/5.4.21.Final/hibernate-c3p0-5.4.21.Final.jar (12 kB at 4.5 kB/s)
20-Apr-2023 15:28:36 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/hibernate/hibernate-search-engine/5.11.5.Final/hibernate-search-engine-5.11.5.Final.jar
20-Apr-2023 15:28:36 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/jboss/jandex/2.1.3.Final/jandex-2.1.3.Final.jar (196 kB at 71 kB/s)
20-Apr-2023 15:28:36 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/com/thoughtworks/xstream/xstream/1.4.12/xstream-1.4.12.jar
20-Apr-2023 15:28:36 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/hibernate/hibernate-ehcache/5.4.21.Final/hibernate-ehcache-5.4.21.Final.jar (57 kB at 20 kB/s)
20-Apr-2023 15:28:36 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/liquibase/liquibase-core/3.10.2/liquibase-core-3.10.2.jar
20-Apr-2023 15:28:36 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/hibernate/hibernate-core/5.4.21.Final/hibernate-core-5.4.21.Final.jar (7.3 MB at 2.4 MB/s)
20-Apr-2023 15:28:36 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/xerces/xercesImpl/2.12.0/xercesImpl-2.12.0.jar
20-Apr-2023 15:28:37 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/hibernate/hibernate-search-orm/5.11.5.Final/hibernate-search-orm-5.11.5.Final.jar (157 kB at 50 kB/s)
20-Apr-2023 15:28:37 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/com/fasterxml/jackson/core/jackson-core/2.11.2/jackson-core-2.11.2.jar
20-Apr-2023 15:28:37 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/hibernate/hibernate-search-engine/5.11.5.Final/hibernate-search-engine-5.11.5.Final.jar (1.3 MB at 414 kB/s)
20-Apr-2023 15:28:37 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/com/fasterxml/jackson/core/jackson-databind/2.11.2/jackson-databind-2.11.2.jar
20-Apr-2023 15:28:37 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/com/thoughtworks/xstream/xstream/1.4.12/xstream-1.4.12.jar (623 kB at 195 kB/s)
20-Apr-2023 15:28:37 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/codehaus/groovy/groovy-all/2.4.20/groovy-all-2.4.20.jar
20-Apr-2023 15:28:37 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/xerces/xercesImpl/2.12.0/xercesImpl-2.12.0.jar (1.4 MB at 405 kB/s)
20-Apr-2023 15:28:37 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/aspectj/aspectjrt/1.9.6/aspectjrt-1.9.6.jar
20-Apr-2023 15:28:37 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/liquibase/liquibase-core/3.10.2/liquibase-core-3.10.2.jar (3.2 MB at 925 kB/s)
20-Apr-2023 15:28:37 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/aspectj/aspectjweaver/1.9.6/aspectjweaver-1.9.6.jar
20-Apr-2023 15:28:37 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/com/fasterxml/jackson/core/jackson-core/2.11.2/jackson-core-2.11.2.jar (351 kB at 98 kB/s)
20-Apr-2023 15:28:37 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/joda-time/joda-time/2.10.6/joda-time-2.10.6.jar
20-Apr-2023 15:28:37 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/com/fasterxml/jackson/core/jackson-databind/2.11.2/jackson-databind-2.11.2.jar (1.4 MB at 390 kB/s)
20-Apr-2023 15:28:37 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/jakarta/xml/bind/jakarta.xml.bind-api/3.0.0-RC3/jakarta.xml.bind-api-3.0.0-RC3.jar
20-Apr-2023 15:28:37 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/aspectj/aspectjrt/1.9.6/aspectjrt-1.9.6.jar (122 kB at 33 kB/s)
20-Apr-2023 15:28:37 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/com/sun/xml/bind/jaxb-impl/3.0.0-M4/jaxb-impl-3.0.0-M4.jar
20-Apr-2023 15:28:37 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/codehaus/groovy/groovy-all/2.4.20/groovy-all-2.4.20.jar (7.2 MB at 1.9 MB/s)
20-Apr-2023 15:28:37 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/com/sun/xml/bind/jaxb-core/3.0.0-M4/jaxb-core-3.0.0-M4.jar
20-Apr-2023 15:28:37 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/aspectj/aspectjweaver/1.9.6/aspectjweaver-1.9.6.jar (2.1 MB at 522 kB/s)
20-Apr-2023 15:28:37 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/com/sun/activation/jakarta.activation/2.0.0-RC3/jakarta.activation-2.0.0-RC3.jar
20-Apr-2023 15:28:37 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/joda-time/joda-time/2.10.6/joda-time-2.10.6.jar (644 kB at 161 kB/s)
20-Apr-2023 15:28:37 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/freemarker/freemarker/2.3.29/freemarker-2.3.29.jar
20-Apr-2023 15:28:38 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/jakarta/xml/bind/jakarta.xml.bind-api/3.0.0-RC3/jakarta.xml.bind-api-3.0.0-RC3.jar (129 kB at 32 kB/s)
20-Apr-2023 15:28:38 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/springframework/spring-test/5.2.9.RELEASE/spring-test-5.2.9.RELEASE.jar
20-Apr-2023 15:28:38 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/com/sun/activation/jakarta.activation/2.0.0-RC3/jakarta.activation-2.0.0-RC3.jar (62 kB at 15 kB/s)
20-Apr-2023 15:28:38 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/junit/jupiter/junit-jupiter-api/5.7.0/junit-jupiter-api-5.7.0.jar
20-Apr-2023 15:28:38 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/com/sun/xml/bind/jaxb-core/3.0.0-M4/jaxb-core-3.0.0-M4.jar (236 kB at 55 kB/s)
20-Apr-2023 15:28:38 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apiguardian/apiguardian-api/1.1.0/apiguardian-api-1.1.0.jar
20-Apr-2023 15:28:38 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/freemarker/freemarker/2.3.29/freemarker-2.3.29.jar (1.6 MB at 358 kB/s)
20-Apr-2023 15:28:38 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/junit/platform/junit-platform-commons/1.7.0/junit-platform-commons-1.7.0.jar
20-Apr-2023 15:28:38 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/springframework/spring-test/5.2.9.RELEASE/spring-test-5.2.9.RELEASE.jar (686 kB at 154 kB/s)
20-Apr-2023 15:28:38 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/junit/jupiter/junit-jupiter-engine/5.7.0/junit-jupiter-engine-5.7.0.jar
20-Apr-2023 15:28:38 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/com/sun/xml/bind/jaxb-impl/3.0.0-M4/jaxb-impl-3.0.0-M4.jar (935 kB at 210 kB/s)
20-Apr-2023 15:28:38 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/junit/platform/junit-platform-engine/1.7.0/junit-platform-engine-1.7.0.jar
20-Apr-2023 15:28:38 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/junit/jupiter/junit-jupiter-api/5.7.0/junit-jupiter-api-5.7.0.jar (175 kB at 39 kB/s)
20-Apr-2023 15:28:38 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/junit/vintage/junit-vintage-engine/5.7.0/junit-vintage-engine-5.7.0.jar
20-Apr-2023 15:28:38 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apiguardian/apiguardian-api/1.1.0/apiguardian-api-1.1.0.jar (2.4 kB at 525 B/s)
20-Apr-2023 15:28:38 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/dbunit/dbunit/2.7.0/dbunit-2.7.0.jar
20-Apr-2023 15:28:38 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/junit/platform/junit-platform-commons/1.7.0/junit-platform-commons-1.7.0.jar (100 kB at 21 kB/s)
20-Apr-2023 15:28:38 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/postgresql/postgresql/42.2.5/postgresql-42.2.5.jar
20-Apr-2023 15:28:38 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/junit/vintage/junit-vintage-engine/5.7.0/junit-vintage-engine-5.7.0.jar (64 kB at 14 kB/s)
20-Apr-2023 15:28:38 [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
20-Apr-2023 15:28:38 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/junit/jupiter/junit-jupiter-engine/5.7.0/junit-jupiter-engine-5.7.0.jar (212 kB at 44 kB/s)
20-Apr-2023 15:28:38 [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
20-Apr-2023 15:28:38 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/dbunit/dbunit/2.7.0/dbunit-2.7.0.jar (638 kB at 128 kB/s)
20-Apr-2023 15:28:38 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/objenesis/objenesis/3.1/objenesis-3.1.jar
20-Apr-2023 15:28:39 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/postgresql/postgresql/42.2.5/postgresql-42.2.5.jar (826 kB at 161 kB/s)
20-Apr-2023 15:28:39 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/mockito/mockito-junit-jupiter/3.5.11/mockito-junit-jupiter-3.5.11.jar
20-Apr-2023 15:28:39 [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 130 kB/s)
20-Apr-2023 15:28:39 [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
20-Apr-2023 15:28:39 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/junit/platform/junit-platform-engine/1.7.0/junit-platform-engine-1.7.0.jar (181 kB at 35 kB/s)
20-Apr-2023 15:28:39 [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
20-Apr-2023 15:28:39 [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 12 kB/s)
20-Apr-2023 15:28:39 [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
20-Apr-2023 15:28:39 [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 49 kB/s)
20-Apr-2023 15:28:39 [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
20-Apr-2023 15:28:39 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/mockito/mockito-junit-jupiter/3.5.11/mockito-junit-jupiter-3.5.11.jar (4.9 kB at 914 B/s)
20-Apr-2023 15:28:39 [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
20-Apr-2023 15:28:39 [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 8.8 kB/s)
20-Apr-2023 15:28:39 [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
20-Apr-2023 15:28:39 [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 3.2 kB/s)
20-Apr-2023 15:28:39 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/hamcrest/hamcrest-library/2.2/hamcrest-library-2.2.jar
20-Apr-2023 15:28:39 [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 12 kB/s)
20-Apr-2023 15:28:39 [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 36 kB/s)
20-Apr-2023 15:28:39 [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 16 kB/s)
20-Apr-2023 15:28:39 [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 3.8 kB/s)
20-Apr-2023 15:28:39 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/hamcrest/hamcrest-library/2.2/hamcrest-library-2.2.jar (1.5 kB at 269 B/s)
20-Apr-2023 15:28:39 [INFO]
20-Apr-2023 15:28:39 [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ datafilter-api ---
20-Apr-2023 15:28:39 [INFO] Using 'UTF-8' encoding to copy filtered resources.
20-Apr-2023 15:28:39 [INFO] Copying 8 resources
20-Apr-2023 15:28:39 [INFO]
20-Apr-2023 15:28:39 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ datafilter-api ---
20-Apr-2023 15:28:39 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom
20-Apr-2023 15:28:40 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom (770 B at 3.0 kB/s)
20-Apr-2023 15:28:40 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom
20-Apr-2023 15:28:40 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom (5.0 kB at 19 kB/s)
20-Apr-2023 15:28:40 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.pom
20-Apr-2023 15:28:40 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.pom (867 B at 3.3 kB/s)
20-Apr-2023 15:28:40 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/codehaus/plexus/plexus-compiler/2.8.4/plexus-compiler-2.8.4.pom
20-Apr-2023 15:28:41 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/codehaus/plexus/plexus-compiler/2.8.4/plexus-compiler-2.8.4.pom (6.0 kB at 23 kB/s)
20-Apr-2023 15:28:41 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.pom
20-Apr-2023 15:28:41 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.pom (692 B at 2.7 kB/s)
20-Apr-2023 15:28:41 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.pom
20-Apr-2023 15:28:41 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.pom (771 B at 3.0 kB/s)
20-Apr-2023 15:28:41 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/codehaus/plexus/plexus-compilers/2.8.4/plexus-compilers-2.8.4.pom
20-Apr-2023 15:28:41 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/codehaus/plexus/plexus-compilers/2.8.4/plexus-compilers-2.8.4.pom (1.3 kB at 5.2 kB/s)
20-Apr-2023 15:28:41 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar
20-Apr-2023 15:28:41 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar
20-Apr-2023 15:28:41 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.jar
20-Apr-2023 15:28:41 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.jar
20-Apr-2023 15:28:41 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.jar
20-Apr-2023 15:28:42 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar (4.3 kB at 17 kB/s)
20-Apr-2023 15:28:42 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.jar (4.7 kB at 18 kB/s)
20-Apr-2023 15:28:42 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.jar (21 kB at 81 kB/s)
20-Apr-2023 15:28:42 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.jar (27 kB at 98 kB/s)
20-Apr-2023 15:28:42 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar (222 kB at 544 kB/s)
20-Apr-2023 15:28:42 [INFO] Nothing to compile - all classes are up to date
20-Apr-2023 15:28:42 [INFO]
20-Apr-2023 15:28:42 [INFO] --- formatter-maven-plugin:2.8.1:format (default) @ datafilter-api ---
20-Apr-2023 15:28:42 [INFO] Using 'UTF-8' encoding to format source files.
20-Apr-2023 15:28:42 [INFO] Number of files to be formatted: 82
20-Apr-2023 15:28:42 [WARNING]
20-Apr-2023 15:28:42 com.fasterxml.jackson.core.JsonParseException: Illegal unquoted character ((CTRL-CHAR, code 10)): has to be escaped using backslash to be included in string value
20-Apr-2023 15:28:42 at [Source: (String)"[
20-Apr-2023 15:28:42     {
20-Apr-2023 15:28:42         "name": "datafilter_locationBasedVisitFilter",
20-Apr-2023 15:28:42         "targetClasses": ["org.openmrs.Visit"],
20-Apr-2023 15:28:42         "condition": "patient_id IN (
20-Apr-2023 15:28:42                         SELECT DISTINCT datafilter_ebm.entity_identifier FROM datafilter_entity_basis_map datafilter_ebm
20-Apr-2023 15:28:42                             WHERE datafilter_ebm.entity_type = 'org.openmrs.Patient'
20-Apr-2023 15:28:42                             AND datafilter_ebm.basis_type = 'org.openmrs.Location'
20-Apr-2023 15:28:42                             AND datafilter_ebm.basis_identifie"[truncated 5498 chars]; line: 5, column: 39]
20-Apr-2023 15:28:42     at com.fasterxml.jackson.core.JsonParser._constructError (JsonParser.java:1804)
20-Apr-2023 15:28:42     at com.fasterxml.jackson.core.base.ParserMinimalBase._reportError (ParserMinimalBase.java:669)
20-Apr-2023 15:28:42     at com.fasterxml.jackson.core.base.ParserMinimalBase._throwUnquotedSpace (ParserMinimalBase.java:633)
20-Apr-2023 15:28:42     at com.fasterxml.jackson.core.json.ReaderBasedJsonParser._finishString2 (ReaderBasedJsonParser.java:2047)
20-Apr-2023 15:28:42     at com.fasterxml.jackson.core.json.ReaderBasedJsonParser._finishString (ReaderBasedJsonParser.java:2018)
20-Apr-2023 15:28:42     at com.fasterxml.jackson.core.json.ReaderBasedJsonParser.getText (ReaderBasedJsonParser.java:278)
20-Apr-2023 15:28:42     at com.fasterxml.jackson.databind.deser.std.UntypedObjectDeserializer$Vanilla.deserialize (UntypedObjectDeserializer.java:672)
20-Apr-2023 15:28:42     at com.fasterxml.jackson.databind.deser.std.UntypedObjectDeserializer$Vanilla.mapObject (UntypedObjectDeserializer.java:895)
20-Apr-2023 15:28:42     at com.fasterxml.jackson.databind.deser.std.UntypedObjectDeserializer$Vanilla.deserialize (UntypedObjectDeserializer.java:654)
20-Apr-2023 15:28:42     at com.fasterxml.jackson.databind.deser.std.UntypedObjectDeserializer$Vanilla.mapArray (UntypedObjectDeserializer.java:811)
20-Apr-2023 15:28:42     at com.fasterxml.jackson.databind.deser.std.UntypedObjectDeserializer$Vanilla.deserialize (UntypedObjectDeserializer.java:668)
20-Apr-2023 15:28:42     at com.fasterxml.jackson.databind.ObjectMapper._readMapAndClose (ObjectMapper.java:4013)
20-Apr-2023 15:28:42     at com.fasterxml.jackson.databind.ObjectMapper.readValue (ObjectMapper.java:3004)
20-Apr-2023 15:28:42     at net.revelc.code.formatter.json.JsonFormatter.doFormat (JsonFormatter.java:72)
20-Apr-2023 15:28:42     at net.revelc.code.formatter.AbstractCacheableFormatter.formatFile (AbstractCacheableFormatter.java:47)
20-Apr-2023 15:28:42     at net.revelc.code.formatter.FormatterMojo.doFormatFile (FormatterMojo.java:537)
20-Apr-2023 15:28:42     at net.revelc.code.formatter.FormatterMojo.formatFile (FormatterMojo.java:464)
20-Apr-2023 15:28:42     at net.revelc.code.formatter.FormatterMojo.execute (FormatterMojo.java:344)
20-Apr-2023 15:28:42     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
20-Apr-2023 15:28:42     at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
20-Apr-2023 15:28:42     at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
20-Apr-2023 15:28:42     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
20-Apr-2023 15:28:42     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
20-Apr-2023 15:28:42     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
20-Apr-2023 15:28:42     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
20-Apr-2023 15:28:42     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
20-Apr-2023 15:28:42     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
20-Apr-2023 15:28:42     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
20-Apr-2023 15:28:42     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
20-Apr-2023 15:28:42     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
20-Apr-2023 15:28:42     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
20-Apr-2023 15:28:42     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
20-Apr-2023 15:28:42     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
20-Apr-2023 15:28:42     at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
20-Apr-2023 15:28:42     at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
20-Apr-2023 15:28:42     at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
20-Apr-2023 15:28:42     at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
20-Apr-2023 15:28:42     at java.lang.reflect.Method.invoke (Method.java:498)
20-Apr-2023 15:28:42     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
20-Apr-2023 15:28:42     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
20-Apr-2023 15:28:42     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
20-Apr-2023 15:28:42     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
20-Apr-2023 15:28:42 [WARNING]
20-Apr-2023 15:28:42 com.fasterxml.jackson.core.JsonParseException: Unexpected character ('/' (code 47)): maybe a (non-standard) comment? (not recognized as one since Feature 'ALLOW_COMMENTS' not enabled for parser)
20-Apr-2023 15:28:42 at [Source: (String)"[
20-Apr-2023 15:28:42     {
20-Apr-2023 15:28:42         "name": "datafilter_programBasedUserFilter",
20-Apr-2023 15:28:42         "targetClasses": [
20-Apr-2023 15:28:42             "org.openmrs.User"
20-Apr-2023 15:28:42         ],
20-Apr-2023 15:28:42
20-Apr-2023 15:28:42         /*
20-Apr-2023 15:28:42         Goals:
20-Apr-2023 15:28:42             1- Include users that work in at least one program as the authenticated user
20-Apr-2023 15:28:42             2- Include users that don't work in any program
20-Apr-2023 15:28:42             4- Include users that have zero roles
20-Apr-2023 15:28:42             3- Otherwise exclude the rest
20-Apr-2023 15:28:42
20-Apr-2023 15:28:42         Assumptions:
20-Apr-2023 15:28:42             1- filters are applied where there is an authenticated user
20-Apr-2023 15:28:42
20-Apr-2023 15:28:42        "[truncated 4170 chars]; line: 8, column: 10]
20-Apr-2023 15:28:42     at com.fasterxml.jackson.core.JsonParser._constructError (JsonParser.java:1804)
20-Apr-2023 15:28:42     at com.fasterxml.jackson.core.base.ParserMinimalBase._reportError (ParserMinimalBase.java:669)
20-Apr-2023 15:28:42     at com.fasterxml.jackson.core.base.ParserMinimalBase._reportUnexpectedChar (ParserMinimalBase.java:567)
20-Apr-2023 15:28:42     at com.fasterxml.jackson.core.json.ReaderBasedJsonParser._skipComment (ReaderBasedJsonParser.java:2415)
20-Apr-2023 15:28:42     at com.fasterxml.jackson.core.json.ReaderBasedJsonParser._skipAfterComma2 (ReaderBasedJsonParser.java:2304)
20-Apr-2023 15:28:42     at com.fasterxml.jackson.core.json.ReaderBasedJsonParser._skipComma (ReaderBasedJsonParser.java:2280)
20-Apr-2023 15:28:42     at com.fasterxml.jackson.core.json.ReaderBasedJsonParser.nextFieldName (ReaderBasedJsonParser.java:894)
20-Apr-2023 15:28:42     at com.fasterxml.jackson.databind.deser.std.UntypedObjectDeserializer$Vanilla.mapObject (UntypedObjectDeserializer.java:882)
20-Apr-2023 15:28:42     at com.fasterxml.jackson.databind.deser.std.UntypedObjectDeserializer$Vanilla.deserialize (UntypedObjectDeserializer.java:654)
20-Apr-2023 15:28:42     at com.fasterxml.jackson.databind.deser.std.UntypedObjectDeserializer$Vanilla.mapArray (UntypedObjectDeserializer.java:811)
20-Apr-2023 15:28:42     at com.fasterxml.jackson.databind.deser.std.UntypedObjectDeserializer$Vanilla.deserialize (UntypedObjectDeserializer.java:668)
20-Apr-2023 15:28:42     at com.fasterxml.jackson.databind.ObjectMapper._readMapAndClose (ObjectMapper.java:4013)
20-Apr-2023 15:28:42     at com.fasterxml.jackson.databind.ObjectMapper.readValue (ObjectMapper.java:3004)
20-Apr-2023 15:28:42     at net.revelc.code.formatter.json.JsonFormatter.doFormat (JsonFormatter.java:72)
20-Apr-2023 15:28:42     at net.revelc.code.formatter.AbstractCacheableFormatter.formatFile (AbstractCacheableFormatter.java:47)
20-Apr-2023 15:28:42     at net.revelc.code.formatter.FormatterMojo.doFormatFile (FormatterMojo.java:537)
20-Apr-2023 15:28:42     at net.revelc.code.formatter.FormatterMojo.formatFile (FormatterMojo.java:464)
20-Apr-2023 15:28:42     at net.revelc.code.formatter.FormatterMojo.execute (FormatterMojo.java:344)
20-Apr-2023 15:28:42     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
20-Apr-2023 15:28:42     at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
20-Apr-2023 15:28:42     at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
20-Apr-2023 15:28:42     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
20-Apr-2023 15:28:42     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
20-Apr-2023 15:28:42     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
20-Apr-2023 15:28:42     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
20-Apr-2023 15:28:42     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
20-Apr-2023 15:28:42     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
20-Apr-2023 15:28:42     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
20-Apr-2023 15:28:42     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
20-Apr-2023 15:28:42     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
20-Apr-2023 15:28:42     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
20-Apr-2023 15:28:42     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
20-Apr-2023 15:28:42     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
20-Apr-2023 15:28:42     at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
20-Apr-2023 15:28:42     at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
20-Apr-2023 15:28:42     at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
20-Apr-2023 15:28:42     at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
20-Apr-2023 15:28:42     at java.lang.reflect.Method.invoke (Method.java:498)
20-Apr-2023 15:28:42     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
20-Apr-2023 15:28:42     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
20-Apr-2023 15:28:42     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
20-Apr-2023 15:28:42     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
20-Apr-2023 15:28:42 [WARNING]
20-Apr-2023 15:28:42 com.fasterxml.jackson.core.JsonParseException: Illegal unquoted character ((CTRL-CHAR, code 10)): has to be escaped using backslash to be included in string value
20-Apr-2023 15:28:42 at [Source: (String)"[
20-Apr-2023 15:28:42     {
20-Apr-2023 15:28:42         "name": "datafilter_locationBasedVisitFilter",
20-Apr-2023 15:28:42         "targetClasses": ["org.openmrs.Visit"],
20-Apr-2023 15:28:42         "condition": "patient_id IN (
20-Apr-2023 15:28:42                         SELECT DISTINCT datafilter_ebm.entity_identifier FROM datafilter_entity_basis_map datafilter_ebm
20-Apr-2023 15:28:42                             WHERE datafilter_ebm.entity_type = 'org.openmrs.Patient'
20-Apr-2023 15:28:42                             AND datafilter_ebm.basis_type = 'org.openmrs.Location'
20-Apr-2023 15:28:42                             AND datafilter_ebm.basis_identifie"[truncated 5498 chars]; line: 5, column: 39]
20-Apr-2023 15:28:42     at com.fasterxml.jackson.core.JsonParser._constructError (JsonParser.java:1804)
20-Apr-2023 15:28:42     at com.fasterxml.jackson.core.base.ParserMinimalBase._reportError (ParserMinimalBase.java:669)
20-Apr-2023 15:28:42     at com.fasterxml.jackson.core.base.ParserMinimalBase._throwUnquotedSpace (ParserMinimalBase.java:633)
20-Apr-2023 15:28:42     at com.fasterxml.jackson.core.json.ReaderBasedJsonParser._finishString2 (ReaderBasedJsonParser.java:2047)
20-Apr-2023 15:28:42     at com.fasterxml.jackson.core.json.ReaderBasedJsonParser._finishString (ReaderBasedJsonParser.java:2018)
20-Apr-2023 15:28:42     at com.fasterxml.jackson.core.json.ReaderBasedJsonParser.getText (ReaderBasedJsonParser.java:278)
20-Apr-2023 15:28:42     at com.fasterxml.jackson.databind.deser.std.UntypedObjectDeserializer$Vanilla.deserialize (UntypedObjectDeserializer.java:672)
20-Apr-2023 15:28:42     at com.fasterxml.jackson.databind.deser.std.UntypedObjectDeserializer$Vanilla.mapObject (UntypedObjectDeserializer.java:895)
20-Apr-2023 15:28:42     at com.fasterxml.jackson.databind.deser.std.UntypedObjectDeserializer$Vanilla.deserialize (UntypedObjectDeserializer.java:654)
20-Apr-2023 15:28:42     at com.fasterxml.jackson.databind.deser.std.UntypedObjectDeserializer$Vanilla.mapArray (UntypedObjectDeserializer.java:811)
20-Apr-2023 15:28:42     at com.fasterxml.jackson.databind.deser.std.UntypedObjectDeserializer$Vanilla.deserialize (UntypedObjectDeserializer.java:668)
20-Apr-2023 15:28:42     at com.fasterxml.jackson.databind.ObjectMapper._readMapAndClose (ObjectMapper.java:4013)
20-Apr-2023 15:28:42     at com.fasterxml.jackson.databind.ObjectMapper.readValue (ObjectMapper.java:3004)
20-Apr-2023 15:28:42     at net.revelc.code.formatter.json.JsonFormatter.doFormat (JsonFormatter.java:72)
20-Apr-2023 15:28:42     at net.revelc.code.formatter.AbstractCacheableFormatter.formatFile (AbstractCacheableFormatter.java:47)
20-Apr-2023 15:28:42     at net.revelc.code.formatter.FormatterMojo.doFormatFile (FormatterMojo.java:537)
20-Apr-2023 15:28:42     at net.revelc.code.formatter.FormatterMojo.formatFile (FormatterMojo.java:464)
20-Apr-2023 15:28:42     at net.revelc.code.formatter.FormatterMojo.execute (FormatterMojo.java:344)
20-Apr-2023 15:28:42     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
20-Apr-2023 15:28:42     at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
20-Apr-2023 15:28:42     at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
20-Apr-2023 15:28:42     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
20-Apr-2023 15:28:42     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
20-Apr-2023 15:28:42     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
20-Apr-2023 15:28:42     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
20-Apr-2023 15:28:42     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
20-Apr-2023 15:28:42     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
20-Apr-2023 15:28:42     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
20-Apr-2023 15:28:42     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
20-Apr-2023 15:28:42     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
20-Apr-2023 15:28:42     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
20-Apr-2023 15:28:42     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
20-Apr-2023 15:28:42     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
20-Apr-2023 15:28:42     at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
20-Apr-2023 15:28:42     at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
20-Apr-2023 15:28:42     at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
20-Apr-2023 15:28:42     at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
20-Apr-2023 15:28:42     at java.lang.reflect.Method.invoke (Method.java:498)
20-Apr-2023 15:28:42     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
20-Apr-2023 15:28:42     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
20-Apr-2023 15:28:42     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
20-Apr-2023 15:28:42     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
20-Apr-2023 15:28:42 [WARNING]
20-Apr-2023 15:28:42 com.fasterxml.jackson.core.JsonParseException: Unexpected character ('/' (code 47)): maybe a (non-standard) comment? (not recognized as one since Feature 'ALLOW_COMMENTS' not enabled for parser)
20-Apr-2023 15:28:42 at [Source: (String)"[
20-Apr-2023 15:28:42     {
20-Apr-2023 15:28:42         "name": "datafilter_programBasedUserFilter",
20-Apr-2023 15:28:42         "targetClasses": [
20-Apr-2023 15:28:42             "org.openmrs.User"
20-Apr-2023 15:28:42         ],
20-Apr-2023 15:28:42
20-Apr-2023 15:28:42         /*
20-Apr-2023 15:28:42         Goals:
20-Apr-2023 15:28:42             1- Include users that work in at least one program as the authenticated user
20-Apr-2023 15:28:42             2- Include users that don't work in any program
20-Apr-2023 15:28:42             4- Include users that have zero roles
20-Apr-2023 15:28:42             3- Otherwise exclude the rest
20-Apr-2023 15:28:42
20-Apr-2023 15:28:42         Assumptions:
20-Apr-2023 15:28:42             1- filters are applied where there is an authenticated user
20-Apr-2023 15:28:42
20-Apr-2023 15:28:42        "[truncated 4170 chars]; line: 8, column: 10]
20-Apr-2023 15:28:42     at com.fasterxml.jackson.core.JsonParser._constructError (JsonParser.java:1804)
20-Apr-2023 15:28:42     at com.fasterxml.jackson.core.base.ParserMinimalBase._reportError (ParserMinimalBase.java:669)
20-Apr-2023 15:28:42     at com.fasterxml.jackson.core.base.ParserMinimalBase._reportUnexpectedChar (ParserMinimalBase.java:567)
20-Apr-2023 15:28:42     at com.fasterxml.jackson.core.json.ReaderBasedJsonParser._skipComment (ReaderBasedJsonParser.java:2415)
20-Apr-2023 15:28:42     at com.fasterxml.jackson.core.json.ReaderBasedJsonParser._skipAfterComma2 (ReaderBasedJsonParser.java:2304)
20-Apr-2023 15:28:42     at com.fasterxml.jackson.core.json.ReaderBasedJsonParser._skipComma (ReaderBasedJsonParser.java:2280)
20-Apr-2023 15:28:42     at com.fasterxml.jackson.core.json.ReaderBasedJsonParser.nextFieldName (ReaderBasedJsonParser.java:894)
20-Apr-2023 15:28:42     at com.fasterxml.jackson.databind.deser.std.UntypedObjectDeserializer$Vanilla.mapObject (UntypedObjectDeserializer.java:882)
20-Apr-2023 15:28:42     at com.fasterxml.jackson.databind.deser.std.UntypedObjectDeserializer$Vanilla.deserialize (UntypedObjectDeserializer.java:654)
20-Apr-2023 15:28:42     at com.fasterxml.jackson.databind.deser.std.UntypedObjectDeserializer$Vanilla.mapArray (UntypedObjectDeserializer.java:811)
20-Apr-2023 15:28:42     at com.fasterxml.jackson.databind.deser.std.UntypedObjectDeserializer$Vanilla.deserialize (UntypedObjectDeserializer.java:668)
20-Apr-2023 15:28:42     at com.fasterxml.jackson.databind.ObjectMapper._readMapAndClose (ObjectMapper.java:4013)
20-Apr-2023 15:28:42     at com.fasterxml.jackson.databind.ObjectMapper.readValue (ObjectMapper.java:3004)
20-Apr-2023 15:28:42     at net.revelc.code.formatter.json.JsonFormatter.doFormat (JsonFormatter.java:72)
20-Apr-2023 15:28:42     at net.revelc.code.formatter.AbstractCacheableFormatter.formatFile (AbstractCacheableFormatter.java:47)
20-Apr-2023 15:28:42     at net.revelc.code.formatter.FormatterMojo.doFormatFile (FormatterMojo.java:537)
20-Apr-2023 15:28:42     at net.revelc.code.formatter.FormatterMojo.formatFile (FormatterMojo.java:464)
20-Apr-2023 15:28:42     at net.revelc.code.formatter.FormatterMojo.execute (FormatterMojo.java:344)
20-Apr-2023 15:28:42     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
20-Apr-2023 15:28:42     at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
20-Apr-2023 15:28:42     at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
20-Apr-2023 15:28:42     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
20-Apr-2023 15:28:42     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
20-Apr-2023 15:28:42     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
20-Apr-2023 15:28:42     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
20-Apr-2023 15:28:42     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
20-Apr-2023 15:28:42     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
20-Apr-2023 15:28:42     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
20-Apr-2023 15:28:42     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
20-Apr-2023 15:28:42     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
20-Apr-2023 15:28:42     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
20-Apr-2023 15:28:42     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
20-Apr-2023 15:28:42     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
20-Apr-2023 15:28:42     at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
20-Apr-2023 15:28:42     at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
20-Apr-2023 15:28:42     at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
20-Apr-2023 15:28:42     at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
20-Apr-2023 15:28:42     at java.lang.reflect.Method.invoke (Method.java:498)
20-Apr-2023 15:28:42     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
20-Apr-2023 15:28:42     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
20-Apr-2023 15:28:42     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
20-Apr-2023 15:28:42     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
20-Apr-2023 15:28:42 [INFO] Successfully formatted:          0 file(s)
20-Apr-2023 15:28:42 [INFO] Fail to format:                  4 file(s)
20-Apr-2023 15:28:42 [INFO] Skipped:                         78 file(s)
20-Apr-2023 15:28:42 [INFO] Read only skipped:               0 file(s)
20-Apr-2023 15:28:42 [INFO] Approximate time taken:          0s
20-Apr-2023 15:28:42 [INFO]
20-Apr-2023 15:28:42 [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ datafilter-api ---
20-Apr-2023 15:28:42 [INFO] Using 'UTF-8' encoding to copy filtered resources.
20-Apr-2023 15:28:42 [INFO] Copying 20 resources
20-Apr-2023 15:28:42 [INFO]
20-Apr-2023 15:28:42 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ datafilter-api ---
20-Apr-2023 15:28:42 [INFO] Nothing to compile - all classes are up to date
20-Apr-2023 15:28:42 [INFO]
20-Apr-2023 15:28:42 [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ datafilter-api ---
20-Apr-2023 15:28:42 [INFO] Tests are skipped.
20-Apr-2023 15:28:42 [INFO]
20-Apr-2023 15:28:42 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ datafilter-api ---
20-Apr-2023 15:28:42 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.pom
20-Apr-2023 15:28:42 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.pom (4.3 kB at 16 kB/s)
20-Apr-2023 15:28:42 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom
20-Apr-2023 15:28:43 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom (4.9 kB at 19 kB/s)
20-Apr-2023 15:28:43 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.pom
20-Apr-2023 15:28:43 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.pom (5.0 kB at 19 kB/s)
20-Apr-2023 15:28:43 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/codehaus/plexus/plexus-archiver/2.8.1/plexus-archiver-2.8.1.pom
20-Apr-2023 15:28:43 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/codehaus/plexus/plexus-archiver/2.8.1/plexus-archiver-2.8.1.pom (4.1 kB at 16 kB/s)
20-Apr-2023 15:28:43 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/codehaus/plexus/plexus-io/2.3.2/plexus-io-2.3.2.pom
20-Apr-2023 15:28:44 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/codehaus/plexus/plexus-io/2.3.2/plexus-io-2.3.2.pom (2.7 kB at 10 kB/s)
20-Apr-2023 15:28:44 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/codehaus/plexus/plexus-archiver/2.9/plexus-archiver-2.9.pom
20-Apr-2023 15:28:44 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/codehaus/plexus/plexus-archiver/2.9/plexus-archiver-2.9.pom (4.4 kB at 17 kB/s)
20-Apr-2023 15:28:44 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/codehaus/plexus/plexus-io/2.4/plexus-io-2.4.pom
20-Apr-2023 15:28:44 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/codehaus/plexus/plexus-io/2.4/plexus-io-2.4.pom (3.7 kB at 14 kB/s)
20-Apr-2023 15:28:44 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar
20-Apr-2023 15:28:44 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar
20-Apr-2023 15:28:44 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar
20-Apr-2023 15:28:44 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.jar
20-Apr-2023 15:28:44 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.jar
20-Apr-2023 15:28:44 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar (9.8 kB at 37 kB/s)
20-Apr-2023 15:28:44 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar
20-Apr-2023 15:28:44 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar (13 kB at 48 kB/s)
20-Apr-2023 15:28:44 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/codehaus/plexus/plexus-archiver/2.9/plexus-archiver-2.9.jar
20-Apr-2023 15:28:44 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.jar (23 kB at 85 kB/s)
20-Apr-2023 15:28:44 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/codehaus/plexus/plexus-io/2.4/plexus-io-2.4.jar
20-Apr-2023 15:28:44 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.jar (170 kB at 625 kB/s)
20-Apr-2023 15:28:45 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/codehaus/plexus/plexus-io/2.4/plexus-io-2.4.jar (81 kB at 153 kB/s)
20-Apr-2023 15:28:45 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/codehaus/plexus/plexus-archiver/2.9/plexus-archiver-2.9.jar (145 kB at 274 kB/s)
20-Apr-2023 15:28:45 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar (11 kB at 18 kB/s)
20-Apr-2023 15:28:45 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar (243 kB at 345 kB/s)
20-Apr-2023 15:28:45 [INFO] Building jar: /home/bamboo-agent/bamboo-agent/xml-data/build-dir/DF-DFML-JOB1/api/target/datafilter-api-2.3.0-SNAPSHOT.jar
20-Apr-2023 15:28:45 [INFO]
20-Apr-2023 15:28:45 [INFO] --- maven-jar-plugin:2.6:test-jar (default) @ datafilter-api ---
20-Apr-2023 15:28:45 [INFO] Building jar: /home/bamboo-agent/bamboo-agent/xml-data/build-dir/DF-DFML-JOB1/api/target/datafilter-api-2.3.0-SNAPSHOT-tests.jar
20-Apr-2023 15:28:45 [INFO]
20-Apr-2023 15:28:45 [INFO] --- license-maven-plugin:2.6:check (default) @ datafilter-api ---
20-Apr-2023 15:28:45 [INFO] Checking licenses...
20-Apr-2023 15:28:45 [INFO]
20-Apr-2023 15:28:45 [INFO] --- maven-install-plugin:2.4:install (default-install) @ datafilter-api ---
20-Apr-2023 15:28:45 [INFO] Installing /home/bamboo-agent/bamboo-agent/xml-data/build-dir/DF-DFML-JOB1/api/target/datafilter-api-2.3.0-SNAPSHOT.jar to /home/bamboo-agent/.m2/repository/org/openmrs/module/datafilter-api/2.3.0-SNAPSHOT/datafilter-api-2.3.0-SNAPSHOT.jar
20-Apr-2023 15:28:45 [INFO] Installing /home/bamboo-agent/bamboo-agent/xml-data/build-dir/DF-DFML-JOB1/api/pom.xml to /home/bamboo-agent/.m2/repository/org/openmrs/module/datafilter-api/2.3.0-SNAPSHOT/datafilter-api-2.3.0-SNAPSHOT.pom
20-Apr-2023 15:28:45 [INFO] Installing /home/bamboo-agent/bamboo-agent/xml-data/build-dir/DF-DFML-JOB1/api/target/datafilter-api-2.3.0-SNAPSHOT-tests.jar to /home/bamboo-agent/.m2/repository/org/openmrs/module/datafilter-api/2.3.0-SNAPSHOT/datafilter-api-2.3.0-SNAPSHOT-tests.jar
20-Apr-2023 15:28:45 [INFO]
20-Apr-2023 15:28:45 [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ datafilter-api ---
20-Apr-2023 15:28:45 [INFO] Downloading from openmrs-repo-snapshots: https://openmrs.jfrog.io/openmrs/snapshots/org/openmrs/module/datafilter-api/2.3.0-SNAPSHOT/maven-metadata.xml
20-Apr-2023 15:28:45 [INFO] Uploading to openmrs-repo-snapshots: https://openmrs.jfrog.io/openmrs/snapshots/org/openmrs/module/datafilter-api/2.3.0-SNAPSHOT/datafilter-api-2.3.0-20230420.152655-1.jar
20-Apr-2023 15:28:46 [INFO] Uploaded to openmrs-repo-snapshots: https://openmrs.jfrog.io/openmrs/snapshots/org/openmrs/module/datafilter-api/2.3.0-SNAPSHOT/datafilter-api-2.3.0-20230420.152655-1.jar (77 kB at 64 kB/s)
20-Apr-2023 15:28:46 [INFO] Uploading to openmrs-repo-snapshots: https://openmrs.jfrog.io/openmrs/snapshots/org/openmrs/module/datafilter-api/2.3.0-SNAPSHOT/datafilter-api-2.3.0-20230420.152655-1.pom
20-Apr-2023 15:28:47 [INFO] Uploaded to openmrs-repo-snapshots: https://openmrs.jfrog.io/openmrs/snapshots/org/openmrs/module/datafilter-api/2.3.0-SNAPSHOT/datafilter-api-2.3.0-20230420.152655-1.pom (2.2 kB at 2.3 kB/s)
20-Apr-2023 15:28:47 [INFO] Downloading from openmrs-repo-snapshots: https://openmrs.jfrog.io/openmrs/snapshots/org/openmrs/module/datafilter-api/maven-metadata.xml
20-Apr-2023 15:28:48 [INFO] Downloaded from openmrs-repo-snapshots: https://openmrs.jfrog.io/openmrs/snapshots/org/openmrs/module/datafilter-api/maven-metadata.xml (703 B at 2.9 kB/s)
20-Apr-2023 15:28:48 [INFO] Uploading to openmrs-repo-snapshots: https://openmrs.jfrog.io/openmrs/snapshots/org/openmrs/module/datafilter-api/2.3.0-SNAPSHOT/maven-metadata.xml
20-Apr-2023 15:28:48 [INFO] Uploaded to openmrs-repo-snapshots: https://openmrs.jfrog.io/openmrs/snapshots/org/openmrs/module/datafilter-api/2.3.0-SNAPSHOT/maven-metadata.xml (782 B at 1.1 kB/s)
20-Apr-2023 15:28:48 [INFO] Uploading to openmrs-repo-snapshots: https://openmrs.jfrog.io/openmrs/snapshots/org/openmrs/module/datafilter-api/maven-metadata.xml
20-Apr-2023 15:28:49 [INFO] Uploaded to openmrs-repo-snapshots: https://openmrs.jfrog.io/openmrs/snapshots/org/openmrs/module/datafilter-api/maven-metadata.xml (646 B at 778 B/s)
20-Apr-2023 15:28:49 [INFO] Uploading to openmrs-repo-snapshots: https://openmrs.jfrog.io/openmrs/snapshots/org/openmrs/module/datafilter-api/2.3.0-SNAPSHOT/datafilter-api-2.3.0-20230420.152655-1-tests.jar
20-Apr-2023 15:28:50 [INFO] Uploaded to openmrs-repo-snapshots: https://openmrs.jfrog.io/openmrs/snapshots/org/openmrs/module/datafilter-api/2.3.0-SNAPSHOT/datafilter-api-2.3.0-20230420.152655-1-tests.jar (98 kB at 78 kB/s)
20-Apr-2023 15:28:50 [INFO] Uploading to openmrs-repo-snapshots: https://openmrs.jfrog.io/openmrs/snapshots/org/openmrs/module/datafilter-api/2.3.0-SNAPSHOT/maven-metadata.xml
20-Apr-2023 15:28:51 [INFO] Uploaded to openmrs-repo-snapshots: https://openmrs.jfrog.io/openmrs/snapshots/org/openmrs/module/datafilter-api/2.3.0-SNAPSHOT/maven-metadata.xml (994 B at 1.4 kB/s)
20-Apr-2023 15:28:51 [INFO]
20-Apr-2023 15:28:51 [INFO] -----------------< org.openmrs.module:datafilter-omod >-----------------
20-Apr-2023 15:28:51 [INFO] Building Data Filter Module OMOD 2.3.0-SNAPSHOT                    [3/3]
20-Apr-2023 15:28:51 [INFO] --------------------------------[ jar ]---------------------------------
20-Apr-2023 15:28:51 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/springframework/spring-web/5.2.9.RELEASE/spring-web-5.2.9.RELEASE.pom
20-Apr-2023 15:28:51 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/springframework/spring-web/5.2.9.RELEASE/spring-web-5.2.9.RELEASE.pom (1.9 kB at 7.1 kB/s)
20-Apr-2023 15:28:51 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/springframework/spring-webmvc/5.2.9.RELEASE/spring-webmvc-5.2.9.RELEASE.pom
20-Apr-2023 15:28:52 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/springframework/spring-webmvc/5.2.9.RELEASE/spring-webmvc-5.2.9.RELEASE.pom (2.6 kB at 9.9 kB/s)
20-Apr-2023 15:28:52 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/springframework/spring-oxm/5.2.9.RELEASE/spring-oxm-5.2.9.RELEASE.pom
20-Apr-2023 15:28:52 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/springframework/spring-oxm/5.2.9.RELEASE/spring-oxm-5.2.9.RELEASE.pom (1.9 kB at 7.3 kB/s)
20-Apr-2023 15:28:52 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/mysql/mysql-connector-java/8.0.21/mysql-connector-java-8.0.21.pom
20-Apr-2023 15:28:52 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/mysql/mysql-connector-java/8.0.21/mysql-connector-java-8.0.21.pom (1.1 kB at 4.1 kB/s)
20-Apr-2023 15:28:52 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/owasp/encoder/encoder/1.2.2/encoder-1.2.2.pom
20-Apr-2023 15:28:53 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/owasp/encoder/encoder/1.2.2/encoder-1.2.2.pom (4.1 kB at 16 kB/s)
20-Apr-2023 15:28:53 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/owasp/encoder/encoder-parent/1.2.2/encoder-parent-1.2.2.pom
20-Apr-2023 15:28:53 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/owasp/encoder/encoder-parent/1.2.2/encoder-parent-1.2.2.pom (18 kB at 67 kB/s)
20-Apr-2023 15:28:53 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/springframework/spring-web/5.2.9.RELEASE/spring-web-5.2.9.RELEASE.jar
20-Apr-2023 15:28:53 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/springframework/spring-webmvc/5.2.9.RELEASE/spring-webmvc-5.2.9.RELEASE.jar
20-Apr-2023 15:28:53 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/springframework/spring-oxm/5.2.9.RELEASE/spring-oxm-5.2.9.RELEASE.jar
20-Apr-2023 15:28:53 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/mysql/mysql-connector-java/8.0.21/mysql-connector-java-8.0.21.jar
20-Apr-2023 15:28:53 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/com/google/protobuf/protobuf-java/3.11.4/protobuf-java-3.11.4.jar
20-Apr-2023 15:28:53 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/springframework/spring-oxm/5.2.9.RELEASE/spring-oxm-5.2.9.RELEASE.jar (64 kB at 235 kB/s)
20-Apr-2023 15:28:53 [INFO] Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/owasp/encoder/encoder/1.2.2/encoder-1.2.2.jar
20-Apr-2023 15:28:53 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/owasp/encoder/encoder/1.2.2/encoder-1.2.2.jar (38 kB at 72 kB/s)
20-Apr-2023 15:28:54 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/springframework/spring-webmvc/5.2.9.RELEASE/spring-webmvc-5.2.9.RELEASE.jar (957 kB at 617 kB/s)
20-Apr-2023 15:28:54 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/springframework/spring-web/5.2.9.RELEASE/spring-web-5.2.9.RELEASE.jar (1.4 MB at 899 kB/s)
20-Apr-2023 15:28:54 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/com/google/protobuf/protobuf-java/3.11.4/protobuf-java-3.11.4.jar (1.7 MB at 1.0 MB/s)
20-Apr-2023 15:28:55 [INFO] Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/mysql/mysql-connector-java/8.0.21/mysql-connector-java-8.0.21.jar (2.4 MB at 1.4 MB/s)
20-Apr-2023 15:28:55 [INFO]
20-Apr-2023 15:28:55 [INFO] --- maven-openmrs-plugin:1.0.1:initialize-module (init) @ datafilter-omod ---
20-Apr-2023 15:28:55 [INFO]
20-Apr-2023 15:28:55 [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ datafilter-omod ---
20-Apr-2023 15:28:55 [INFO] Using 'UTF-8' encoding to copy filtered resources.
20-Apr-2023 15:28:55 [INFO] Copying 1 resource
20-Apr-2023 15:28:55 [INFO]
20-Apr-2023 15:28:55 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ datafilter-omod ---
20-Apr-2023 15:28:55 [INFO] Nothing to compile - all classes are up to date
20-Apr-2023 15:28:55 [INFO]
20-Apr-2023 15:28:55 [INFO] --- formatter-maven-plugin:2.8.1:format (default) @ datafilter-omod ---
20-Apr-2023 15:28:55 [INFO] Using 'UTF-8' encoding to format source files.
20-Apr-2023 15:28:55 [INFO] Number of files to be formatted: 10
20-Apr-2023 15:28:56 [INFO] Successfully formatted:          0 file(s)
20-Apr-2023 15:28:56 [INFO] Fail to format:                  0 file(s)
20-Apr-2023 15:28:56 [INFO] Skipped:                         10 file(s)
20-Apr-2023 15:28:56 [INFO] Read only skipped:               0 file(s)
20-Apr-2023 15:28:56 [INFO] Approximate time taken:          0s
20-Apr-2023 15:28:56 [INFO]
20-Apr-2023 15:28:56 [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ datafilter-omod ---
20-Apr-2023 15:28:56 [INFO] Using 'UTF-8' encoding to copy filtered resources.
20-Apr-2023 15:28:56 [INFO] skip non existing resourceDirectory /home/bamboo-agent/bamboo-agent/xml-data/build-dir/DF-DFML-JOB1/omod/src/test/resources
20-Apr-2023 15:28:56 [INFO]
20-Apr-2023 15:28:56 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ datafilter-omod ---
20-Apr-2023 15:28:56 [INFO] Nothing to compile - all classes are up to date
20-Apr-2023 15:28:56 [INFO]
20-Apr-2023 15:28:56 [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ datafilter-omod ---
20-Apr-2023 15:28:56 [INFO] Tests are skipped.
20-Apr-2023 15:28:56 [INFO]
20-Apr-2023 15:28:56 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ datafilter-omod ---
20-Apr-2023 15:28:56 [INFO] Building jar: /home/bamboo-agent/bamboo-agent/xml-data/build-dir/DF-DFML-JOB1/omod/target/datafilter-2.3.0-SNAPSHOT.jar
20-Apr-2023 15:28:56 [INFO]
20-Apr-2023 15:28:56 [INFO] --- maven-openmrs-plugin:1.0.1:package-module (pack) @ datafilter-omod ---
20-Apr-2023 15:28:56 [INFO] Packaging OpenMRS module
20-Apr-2023 15:28:56 [INFO] Building jar: /home/bamboo-agent/bamboo-agent/xml-data/build-dir/DF-DFML-JOB1/omod/target/datafilter-2.3.0-SNAPSHOT.omod
20-Apr-2023 15:28:56 [INFO]
20-Apr-2023 15:28:56 [INFO] --- maven-jar-plugin:2.6:test-jar (default) @ datafilter-omod ---
20-Apr-2023 15:28:56 [INFO] Building jar: /home/bamboo-agent/bamboo-agent/xml-data/build-dir/DF-DFML-JOB1/omod/target/datafilter-2.3.0-SNAPSHOT-tests.jar
20-Apr-2023 15:28:56 [INFO]
20-Apr-2023 15:28:56 [INFO] --- license-maven-plugin:2.6:check (default) @ datafilter-omod ---
20-Apr-2023 15:28:56 [INFO] Checking licenses...
20-Apr-2023 15:28:56 [INFO]
20-Apr-2023 15:28:56 [INFO] --- maven-install-plugin:2.4:install (default-install) @ datafilter-omod ---
20-Apr-2023 15:28:56 [INFO] Installing /home/bamboo-agent/bamboo-agent/xml-data/build-dir/DF-DFML-JOB1/omod/target/datafilter-2.3.0-SNAPSHOT.omod to /home/bamboo-agent/.m2/repository/org/openmrs/module/datafilter-omod/2.3.0-SNAPSHOT/datafilter-omod-2.3.0-SNAPSHOT.jar
20-Apr-2023 15:28:56 [INFO] Installing /home/bamboo-agent/bamboo-agent/xml-data/build-dir/DF-DFML-JOB1/omod/pom.xml to /home/bamboo-agent/.m2/repository/org/openmrs/module/datafilter-omod/2.3.0-SNAPSHOT/datafilter-omod-2.3.0-SNAPSHOT.pom
20-Apr-2023 15:28:56 [INFO] Installing /home/bamboo-agent/bamboo-agent/xml-data/build-dir/DF-DFML-JOB1/omod/target/datafilter-2.3.0-SNAPSHOT-tests.jar to /home/bamboo-agent/.m2/repository/org/openmrs/module/datafilter-omod/2.3.0-SNAPSHOT/datafilter-omod-2.3.0-SNAPSHOT-tests.jar
20-Apr-2023 15:28:56 [INFO]
20-Apr-2023 15:28:56 [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ datafilter-omod ---
20-Apr-2023 15:28:56 [INFO] Downloading from openmrs-repo-snapshots: https://openmrs.jfrog.io/openmrs/snapshots/org/openmrs/module/datafilter-omod/2.3.0-SNAPSHOT/maven-metadata.xml
20-Apr-2023 15:28:56 [INFO] Uploading to openmrs-repo-snapshots: https://openmrs.jfrog.io/openmrs/snapshots/org/openmrs/module/datafilter-omod/2.3.0-SNAPSHOT/datafilter-omod-2.3.0-20230420.152655-1.jar
20-Apr-2023 15:28:58 [INFO] Uploaded to openmrs-repo-snapshots: https://openmrs.jfrog.io/openmrs/snapshots/org/openmrs/module/datafilter-omod/2.3.0-SNAPSHOT/datafilter-omod-2.3.0-20230420.152655-1.jar (1.5 MB at 898 kB/s)
20-Apr-2023 15:28:58 [INFO] Uploading to openmrs-repo-snapshots: https://openmrs.jfrog.io/openmrs/snapshots/org/openmrs/module/datafilter-omod/2.3.0-SNAPSHOT/datafilter-omod-2.3.0-20230420.152655-1.pom
20-Apr-2023 15:28:59 [INFO] Uploaded to openmrs-repo-snapshots: https://openmrs.jfrog.io/openmrs/snapshots/org/openmrs/module/datafilter-omod/2.3.0-SNAPSHOT/datafilter-omod-2.3.0-20230420.152655-1.pom (6.0 kB at 6.4 kB/s)
20-Apr-2023 15:28:59 [INFO] Downloading from openmrs-repo-snapshots: https://openmrs.jfrog.io/openmrs/snapshots/org/openmrs/module/datafilter-omod/maven-metadata.xml
20-Apr-2023 15:28:59 [INFO] Downloaded from openmrs-repo-snapshots: https://openmrs.jfrog.io/openmrs/snapshots/org/openmrs/module/datafilter-omod/maven-metadata.xml (704 B at 2.9 kB/s)
20-Apr-2023 15:28:59 [INFO] Uploading to openmrs-repo-snapshots: https://openmrs.jfrog.io/openmrs/snapshots/org/openmrs/module/datafilter-omod/2.3.0-SNAPSHOT/maven-metadata.xml
20-Apr-2023 15:29:00 [INFO] Uploaded to openmrs-repo-snapshots: https://openmrs.jfrog.io/openmrs/snapshots/org/openmrs/module/datafilter-omod/2.3.0-SNAPSHOT/maven-metadata.xml (783 B at 1.1 kB/s)
20-Apr-2023 15:29:00 [INFO] Uploading to openmrs-repo-snapshots: https://openmrs.jfrog.io/openmrs/snapshots/org/openmrs/module/datafilter-omod/maven-metadata.xml
20-Apr-2023 15:29:01 [INFO] Uploaded to openmrs-repo-snapshots: https://openmrs.jfrog.io/openmrs/snapshots/org/openmrs/module/datafilter-omod/maven-metadata.xml (647 B at 718 B/s)
20-Apr-2023 15:29:01 [INFO] Uploading to openmrs-repo-snapshots: https://openmrs.jfrog.io/openmrs/snapshots/org/openmrs/module/datafilter-omod/2.3.0-SNAPSHOT/datafilter-omod-2.3.0-20230420.152655-1-tests.jar
20-Apr-2023 15:29:02 [INFO] Uploaded to openmrs-repo-snapshots: https://openmrs.jfrog.io/openmrs/snapshots/org/openmrs/module/datafilter-omod/2.3.0-SNAPSHOT/datafilter-omod-2.3.0-20230420.152655-1-tests.jar (16 kB at 15 kB/s)
20-Apr-2023 15:29:02 [INFO] Uploading to openmrs-repo-snapshots: https://openmrs.jfrog.io/openmrs/snapshots/org/openmrs/module/datafilter-omod/2.3.0-SNAPSHOT/maven-metadata.xml
20-Apr-2023 15:29:03 [INFO] Uploaded to openmrs-repo-snapshots: https://openmrs.jfrog.io/openmrs/snapshots/org/openmrs/module/datafilter-omod/2.3.0-SNAPSHOT/maven-metadata.xml (995 B at 1.4 kB/s)
20-Apr-2023 15:29:03 [INFO] ------------------------------------------------------------------------
20-Apr-2023 15:29:03 [INFO] Reactor Summary for Data Filter Module 2.3.0-SNAPSHOT:
20-Apr-2023 15:29:03 [INFO]
20-Apr-2023 15:29:03 [INFO] Data Filter Module ................................. SUCCESS [01:19 min]
20-Apr-2023 15:29:03 [INFO] Data Filter Module API ............................. SUCCESS [ 35.691 s]
20-Apr-2023 15:29:03 [INFO] Data Filter Module OMOD ............................ SUCCESS [ 11.498 s]
20-Apr-2023 15:29:03 [INFO] ------------------------------------------------------------------------
20-Apr-2023 15:29:03 [INFO] BUILD SUCCESS
20-Apr-2023 15:29:03 [INFO] ------------------------------------------------------------------------
20-Apr-2023 15:29:03 [INFO] Total time:  02:07 min
20-Apr-2023 15:29:03 [INFO] Finished at: 2023-04-20T15:29:03Z
20-Apr-2023 15:29:03 [INFO] ------------------------------------------------------------------------
20-Apr-2023 15:29:03 Finished task 'Release prepare perform' with result: Success
20-Apr-2023 15:29:03 Starting task 'Save next release version' of type 'com.atlassian.bamboo.plugins.variable.updater.variable-updater-generic:variable-extractor'
20-Apr-2023 15:29:03 Finished task 'Save next release version' with result: Success
20-Apr-2023 15:29:03 Starting task 'Retrieve next snaphot version' of type 'com.atlassian.bamboo.plugins.variable.updater.variable-updater-generic:variable-extractor'
20-Apr-2023 15:29:03 Changing variable maven.development.version of type JOB from  to 2.3.0-SNAPSHOT
20-Apr-2023 15:29:03 Finished task 'Retrieve next snaphot version' with result: Success
20-Apr-2023 15:29:03 Skipping execution of task 'Update distro with the new version' as it is disabled
20-Apr-2023 15:29:03 Running post build plugin 'Docker Container Cleanup'
20-Apr-2023 15:29:03 Running post build plugin 'NCover Results Collector'
20-Apr-2023 15:29:03 Running post build plugin 'Build Results Label Collector'
20-Apr-2023 15:29:03 Running post build plugin 'Clover Results Collector'
20-Apr-2023 15:29:03 Running post build plugin 'npm Cache Cleanup'
20-Apr-2023 15:29:03 Running post build plugin 'Artifact Copier'
20-Apr-2023 15:29:03 Finalising the build...
20-Apr-2023 15:29:03 Stopping timer.
20-Apr-2023 15:29:03 Build DF-DFML-JOB1-123 completed.
20-Apr-2023 15:29:03 Set PLAN level variable maven.release.version to new value 2.3.0
20-Apr-2023 15:29:03 Running on server: post build plugin 'Build Hanging Detection Configuration'
20-Apr-2023 15:29:03 Running on server: post build plugin 'NCover Results Collector'
20-Apr-2023 15:29:03 Running on server: post build plugin 'Build Labeller'
20-Apr-2023 15:29:03 Running on server: post build plugin 'Clover Delta Calculator'
20-Apr-2023 15:29:03 Running on server: post build plugin 'Maven Dependencies Postprocessor'
20-Apr-2023 15:29:03 All post build plugins have finished
20-Apr-2023 15:29:03 Generating build results summary...
20-Apr-2023 15:29:03 Saving build results to disk...
20-Apr-2023 15:29:03 Store variable context...
20-Apr-2023 15:29:03 Finished building DF-DFML-JOB1-123.