Progress (1): 14/14 MB Progress (1): 14/14 MB Progress (1): 14 MB Downloaded from central: https://repo.maven.apache.org/maven2/com/ibm/icu/icu4j/72.1/icu4j-72.1.jar (14 MB at 1.4 MB/s) [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ FHIR_API --- [INFO] Deleting /var/lib/jenkins/workspace/HWC_pipeline/target [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (jacoco-initialize) @ FHIR_API --- [INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/var/lib/jenkins/workspace/HWC_pipeline/target/jacoco.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ FHIR_API --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- resources:3.3.1:resources (filter-resources) @ FHIR_API --- [WARNING] Parameter 'resources' is read-only, must not be used in configuration [INFO] Copying 1 resource from src/main/environment to target/classes [INFO] [INFO] --- antrun:1.8:run (merge-properties) @ FHIR_API --- [INFO] Executing tasks main: [echo] concatenating properties file target/classes/application.properties and [echo] target/classes/common_ci.properties [INFO] Executed tasks [INFO] [INFO] --- antrun:1.8:run (clean-property-files) @ FHIR_API --- [WARNING] Parameter 'tasks' is deprecated: Use target instead [WARNING] Parameter tasks is deprecated, use target instead [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- compiler:3.7.0:compile (default-compile) @ FHIR_API --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 226 source files to /var/lib/jenkins/workspace/HWC_pipeline/target/classes [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] /var/lib/jenkins/workspace/HWC_pipeline/src/main/java/com/wipro/fhir/service/healthID/HealthIDWithBioServiceImpl.java:[7,36] cannot find symbol symbol: class HealthIDRepo location: package com.wipro.fhir.repo.healthID [ERROR] /var/lib/jenkins/workspace/HWC_pipeline/src/main/java/com/wipro/fhir/service/healthID/HealthIDWithBioServiceImpl.java:[15,17] cannot find symbol symbol: class HealthIDRepo location: class com.wipro.fhir.service.healthID.HealthIDWithBioServiceImpl [ERROR] /var/lib/jenkins/workspace/HWC_pipeline/src/main/java/com/wipro/fhir/service/healthID/HealthID_WithMobileOTPServiceImpl.java:[30,36] cannot find symbol symbol: class HealthIDRepo location: package com.wipro.fhir.repo.healthID [ERROR] /var/lib/jenkins/workspace/HWC_pipeline/src/main/java/com/wipro/fhir/service/healthID/HealthID_WithMobileOTPServiceImpl.java:[41,17] cannot find symbol symbol: class HealthIDRepo location: class com.wipro.fhir.service.healthID.HealthID_WithMobileOTPServiceImpl [ERROR] /var/lib/jenkins/workspace/HWC_pipeline/src/main/java/com/wipro/fhir/service/healthID/HealthIDWithUIDServiceImpl.java:[32,36] cannot find symbol symbol: class HealthIDRepo location: package com.wipro.fhir.repo.healthID [ERROR] /var/lib/jenkins/workspace/HWC_pipeline/src/main/java/com/wipro/fhir/service/healthID/HealthIDWithUIDServiceImpl.java:[42,17] cannot find symbol symbol: class HealthIDRepo location: class com.wipro.fhir.service.healthID.HealthIDWithUIDServiceImpl [INFO] 6 errors [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 18.740 s [INFO] Finished at: 2024-06-20T05:00:10Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile (default-compile) on project FHIR_API: Compilation failure: Compilation failure: [ERROR] /var/lib/jenkins/workspace/HWC_pipeline/src/main/java/com/wipro/fhir/service/healthID/HealthIDWithBioServiceImpl.java:[7,36] cannot find symbol [ERROR] symbol: class HealthIDRepo [ERROR] location: package com.wipro.fhir.repo.healthID [ERROR] /var/lib/jenkins/workspace/HWC_pipeline/src/main/java/com/wipro/fhir/service/healthID/HealthIDWithBioServiceImpl.java:[15,17] cannot find symbol [ERROR] symbol: class HealthIDRepo [ERROR] location: class com.wipro.fhir.service.healthID.HealthIDWithBioServiceImpl [ERROR] /var/lib/jenkins/workspace/HWC_pipeline/src/main/java/com/wipro/fhir/service/healthID/HealthID_WithMobileOTPServiceImpl.java:[30,36] cannot find symbol [ERROR] symbol: class HealthIDRepo [ERROR] location: package com.wipro.fhir.repo.healthID [ERROR] /var/lib/jenkins/workspace/HWC_pipeline/src/main/java/com/wipro/fhir/service/healthID/HealthID_WithMobileOTPServiceImpl.java:[41,17] cannot find symbol [ERROR] symbol: class HealthIDRepo [ERROR] location: class com.wipro.fhir.service.healthID.HealthID_WithMobileOTPServiceImpl [ERROR] /var/lib/jenkins/workspace/HWC_pipeline/src/main/java/com/wipro/fhir/service/healthID/HealthIDWithUIDServiceImpl.java:[32,36] cannot find symbol [ERROR] symbol: class HealthIDRepo [ERROR] location: package com.wipro.fhir.repo.healthID [ERROR] /var/lib/jenkins/workspace/HWC_pipeline/src/main/java/com/wipro/fhir/service/healthID/HealthIDWithUIDServiceImpl.java:[42,17] cannot find symbol [ERROR] symbol: class HealthIDRepo [ERROR] location: class com.wipro.fhir.service.healthID.HealthIDWithUIDServiceImpl [ERROR] -> [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile (default-compile) on project FHIR_API: Compilation failure at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:333) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:903) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:280) at org.apache.maven.cli.MavenCli.main (MavenCli.java:203) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:255) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:201) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:361) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:314) Caused by: org.apache.maven.plugin.compiler.CompilationFailureException: Compilation failure at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute (AbstractCompilerMojo.java:1161) at org.apache.maven.plugin.compiler.CompilerMojo.execute (CompilerMojo.java:168) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:903) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:280) at org.apache.maven.cli.MavenCli.main (MavenCli.java:203) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:255) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:201) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:361) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:314) [ERROR] [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException