Hi Madhan, Below is the analysis
- For the above issue, it is picking jdk17 to run, even though it is configured for jdk11. [Atlas-master-snapshot-publish] $ /usr/local/asfpackages/java/adoptium-jdk-17.0.7+7/bin/java -Xmx16g -Xms16g -Dfile.encoding=UTF-8 -Dproject.build.sourceEncoding=UTF-8 -cp /home/jenkins/maven35-agent.jar:/home/jenkins/tools/maven/apache-maven-3.6.3/boot/plexus-classworlds-2.6.0.jar:/home/jenkins/tools/maven/apache-maven-3.6.3/conf/logging jenkins.maven3.agent.Maven35Main /home/jenkins/tools/maven/apache-maven-3.6.3 /home/jenkins/agent.jar /home/jenkins/maven35-interceptor.jar /home/jenkins/maven3-interceptor-commons.jar > > - Because of below error Caused by: java.lang.UnsupportedClassVersionError: > jenkins/security/MasterToSlaveCallable has been compiled by a more recent > version of the Java Runtime (class file version 61.0), this version of the > Java Runtime only recognizes class file versions up to 55.0 - Current version of Cloudbees CI is 2.479.2.3 which was released on 27th November. After 2.479.1.3 version Java11 is no longer supported. - I think this might be the reason. but the last stable build was on 28th November. - PreCommit-ATLAS-Build-Test is running, because it is still picking java8. - Below things i tried to configure for Atlas-master-snapshot-publish but didn't work - Tried setting jdk8 - Tried exporting JAVA_HOME Thanks, Pinal Shah On Thu, Dec 5, 2024 at 2:13 AM Madhan Neethiraj <[email protected]> wrote: > Atlas dev, > > Is anyone looking into this failure? > > Thanks, > Madhan > > > > > On 12/4/24, 11:10 AM, "Apache Jenkins Server" <[email protected] > <mailto:[email protected]>> wrote: > > > See < > https://ci-builds.apache.org/job/Atlas/job/Atlas-master-snapshot-publish/12883/display/redirect> > < > https://ci-builds.apache.org/job/Atlas/job/Atlas-master-snapshot-publish/12883/display/redirect> > ;> > > > Changes: > > > > > ------------------------------------------ > [...truncated 601.13 KiB...] > at java.lang.reflect.AccessibleObject.checkCanSetAccessible > (AccessibleObject.java:297) > at java.lang.reflect.Field.checkCanSetAccessible (Field.java:178) > at java.lang.reflect.Field.setAccessible (Field.java:172) > at > com.thoughtworks.xstream.converters.collections.TreeMapConverter.<clinit> > (TreeMapConverter.java:59) > at com.thoughtworks.xstream.XStream.setupConverters (XStream.java:679) > at com.thoughtworks.xstream.XStream.<init> (XStream.java:456) > at com.thoughtworks.xstream.XStream.<init> (XStream.java:381) > at com.thoughtworks.xstream.XStream.<init> (XStream.java:356) > at org.apache.maven.plugin.war.util.WebappStructureSerializer.<clinit> > (WebappStructureSerializer.java:47) > at org.apache.maven.plugin.war.AbstractWarMojo.<init> > (AbstractWarMojo.java:329) > at org.apache.maven.plugin.war.WarMojo.<init> (WarMojo.java:54) > at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0 (Native > Method) > at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance > (NativeConstructorAccessorImpl.java:77) > at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance > (DelegatingConstructorAccessorImpl.java:45) > at java.lang.reflect.Constructor.newInstanceWithCaller > (Constructor.java:499) > at java.lang.reflect.Constructor.newInstance (Constructor.java:480) > at > com.google.inject.internal.DefaultConstructionProxyFactory$ReflectiveProxy.newInstance > (DefaultConstructionProxyFactory.java:126) > at com.google.inject.internal.ConstructorInjector.provision > (ConstructorInjector.java:114) > at com.google.inject.internal.ConstructorInjector.access$000 > (ConstructorInjector.java:32) > at com.google.inject.internal.ConstructorInjector$1.call > (ConstructorInjector.java:98) > at > com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision > (ProvisionListenerStackCallback.java:112) > at > com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision > (ProvisionListenerStackCallback.java:127) > at com.google.inject.internal.ProvisionListenerStackCallback.provision > (ProvisionListenerStackCallback.java:66) > at com.google.inject.internal.ConstructorInjector.construct > (ConstructorInjector.java:93) > at com.google.inject.internal.ConstructorBindingImpl$Factory.get > (ConstructorBindingImpl.java:306) > at com.google.inject.internal.InjectorImpl$1.get (InjectorImpl.java:1050) > at com.google.inject.internal.InjectorImpl.getInstance > (InjectorImpl.java:1086) > at org.eclipse.sisu.space.AbstractDeferredClass.get > (AbstractDeferredClass.java:48) > at com.google.inject.internal.ProviderInternalFactory.provision > (ProviderInternalFactory.java:85) > at > com.google.inject.internal.InternalFactoryToInitializableAdapter.provision > (InternalFactoryToInitializableAdapter.java:57) > at com.google.inject.internal.ProviderInternalFactory$1.call > (ProviderInternalFactory.java:66) > at > com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision > (ProvisionListenerStackCallback.java:112) > at > com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision > (ProvisionListenerStackCallback.java:127) > at com.google.inject.internal.ProvisionListenerStackCallback.provision > (ProvisionListenerStackCallback.java:66) > at com.google.inject.internal.ProviderInternalFactory.circularGet > (ProviderInternalFactory.java:61) > at com.google.inject.internal.InternalFactoryToInitializableAdapter.get > (InternalFactoryToInitializableAdapter.java:47) > at com.google.inject.internal.InjectorImpl$1.get (InjectorImpl.java:1050) > at org.eclipse.sisu.inject.Guice4$1.get (Guice4.java:162) > at org.eclipse.sisu.inject.LazyBeanEntry.getValue (LazyBeanEntry.java:81) > at org.eclipse.sisu.plexus.LazyPlexusBean.getValue (LazyPlexusBean.java:51) > at org.codehaus.plexus.DefaultPlexusContainer.lookup > (DefaultPlexusContainer.java:263) > at org.codehaus.plexus.DefaultPlexusContainer.lookup > (DefaultPlexusContainer.java:255) > at > org.apache.maven.plugin.internal.DefaultMavenPluginManager.getConfiguredMojo > (DefaultMavenPluginManager.java:520) > at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo > (DefaultBuildPluginManager.java:124) > at org.apache.maven.lifecycle.internal.MojoExecutor.execute > (MojoExecutor.java:210) > at org.apache.maven.lifecycle.internal.MojoExecutor.execute > (MojoExecutor.java:156) > at org.apache.maven.lifecycle.internal.MojoExecutor.execute > (MojoExecutor.java:148) > at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject > (LifecycleModuleBuilder.java:117) > at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject > (LifecycleModuleBuilder.java:81) > at > org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build > (SingleThreadedBuilder.java:56) > at org.apache.maven.lifecycle.internal.LifecycleStarter.execute > (LifecycleStarter.java:128) > at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305) > at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192) > at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105) > at org.jvnet.hudson.maven3.launcher.Maven35Launcher.main > (Maven35Launcher.java:138) > 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:282) > at org.codehaus.plexus.classworlds.launcher.Launcher.launch > (Launcher.java:225) > at jenkins.maven3.agent.Maven35Main.launch (Maven35Main.java:179) > 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 hudson.maven.Maven3Builder.call (Maven3Builder.java:140) > at hudson.maven.Maven3Builder.call (Maven3Builder.java:71) > at hudson.remoting.UserRequest.perform (UserRequest.java:225) > at hudson.remoting.UserRequest.perform (UserRequest.java:50) > at hudson.remoting.Request$2.run (Request.java:391) > at hudson.remoting.InterceptingExecutorService.lambda$wrap$0 > (InterceptingExecutorService.java:81) > at java.util.concurrent.FutureTask.run (FutureTask.java:264) > at java.util.concurrent.ThreadPoolExecutor.runWorker > (ThreadPoolExecutor.java:1136) > at java.util.concurrent.ThreadPoolExecutor$Worker.run > (ThreadPoolExecutor.java:635) > at java.lang.Thread.run (Thread.java:833) > [JENKINS] Archiving disabled > [JENKINS] Archiving disabled > [JENKINS] Archiving disabled > [JENKINS] Archiving disabled > [JENKINS] Archiving disabled > [JENKINS] Archiving disabled > [JENKINS] Archiving disabled > [JENKINS] Archiving disabled > [JENKINS] Archiving disabled > [JENKINS] Archiving disabled > [JENKINS] Archiving disabled > [JENKINS] Archiving disabled > [JENKINS] Archiving disabled > [JENKINS] Archiving disabled > [JENKINS] Archiving disabled > [JENKINS] Archiving disabled > [JENKINS] Archiving disabled > [JENKINS] Archiving disabled > [JENKINS] Archiving disabled > [JENKINS] Archiving disabled > [JENKINS] Archiving disabled > [JENKINS] Archiving disabled > [JENKINS] Archiving disabled > [JENKINS] Archiving disabled > [JENKINS] Archiving disabled > [JENKINS] Archiving disabled > [JENKINS] Archiving disabled > [JENKINS] Archiving disabled > [JENKINS] Archiving disabled > [JENKINS] Archiving disabled > [JENKINS] Archiving disabled > [JENKINS] Archiving disabled > [JENKINS] Archiving disabled > [JENKINS] Archiving disabled > [JENKINS] Archiving disabled > [JENKINS] Archiving disabled > [JENKINS] Archiving disabled > [JENKINS] Archiving disabled > [JENKINS] Archiving disabled > [JENKINS] Archiving disabled > [JENKINS] Archiving disabled > [JENKINS] Archiving disabled > [JENKINS] Archiving disabled > [JENKINS] Archiving disabled > [JENKINS] Archiving disabled > [JENKINS] Archiving disabled > [INFO] > ------------------------------------------------------------------------ > [INFO] Reactor Summary for apache-atlas 3.0.0-SNAPSHOT: > [INFO] > [INFO] Apache Atlas Server Build Tools .................... SUCCESS [ > 8.161 s] > [INFO] apache-atlas ....................................... SUCCESS [ > 15.990 s] > [INFO] Apache Atlas Integration ........................... SUCCESS [ > 58.975 s] > [INFO] Apache Atlas Client ................................ SUCCESS [ > 10.022 s] > [INFO] atlas-client-common ................................ SUCCESS [ > 29.967 s] > [INFO] atlas-client-v2 .................................... SUCCESS [ > 30.820 s] > [INFO] Apache Atlas Common ................................ SUCCESS [ > 38.337 s] > [INFO] atlas-client-v1 .................................... SUCCESS [ > 31.807 s] > [INFO] Apache Atlas Notification .......................... SUCCESS [ > 40.271 s] > [INFO] Apache Atlas Couchbase Bridge ...................... SUCCESS [ > 32.942 s] > [INFO] Apache Atlas Graph Database Projects ............... SUCCESS [ > 10.196 s] > [INFO] Apache Atlas Graph Database API .................... SUCCESS [ > 29.653 s] > [INFO] Graph Database Common Code ......................... SUCCESS [ > 33.321 s] > [INFO] Apache Atlas Test Utility Tools .................... SUCCESS [ > 28.919 s] > [INFO] Apache Atlas JanusGraph DB Impl .................... SUCCESS [ > 50.487 s] > [INFO] Apache Atlas Graph Database Implementation Dependencies SUCCESS [ > 14.176 s] > [INFO] Apache Atlas Server API ............................ SUCCESS [ > 28.385 s] > [INFO] Apache Atlas Authorization ......................... SUCCESS [ > 34.966 s] > [INFO] Apache Atlas Repository ............................ SUCCESS [01:32 > min] > [INFO] Apache Atlas UI .................................... FAILURE [04:39 > min] > [INFO] Apache Atlas New UI ................................ SKIPPED > [INFO] Apache Atlas Web Application ....................... SKIPPED > [INFO] Apache Atlas Hive Bridge ........................... SKIPPED > [INFO] Apache Atlas Falcon Bridge ......................... SKIPPED > [INFO] Apache Atlas Plugin Classloader .................... SKIPPED > [INFO] Apache Atlas Falcon Bridge Shim .................... SKIPPED > [INFO] Apache Atlas Hbase Bridge .......................... SKIPPED > [INFO] Apache Atlas Hbase Bridge Shim ..................... SKIPPED > [INFO] Apache HBase - Testing Util ........................ SKIPPED > [INFO] Apache Atlas FileSystem Model ...................... SKIPPED > [INFO] Apache Atlas Hive Bridge Shim ...................... SKIPPED > [INFO] Apache Atlas Impala Hook API ....................... SKIPPED > [INFO] Apache Atlas Impala Bridge ......................... SKIPPED > [INFO] Apache Atlas Impala Bridge Shim .................... SKIPPED > [INFO] Apache Atlas Kafka Bridge .......................... SKIPPED > [INFO] Apache Atlas Sqoop Bridge .......................... SKIPPED > [INFO] Apache Atlas Sqoop Bridge Shim ..................... SKIPPED > [INFO] Apache Atlas Storm Bridge .......................... SKIPPED > [INFO] Apache Atlas Storm Bridge Shim ..................... SKIPPED > [INFO] atlas-examples ..................................... SKIPPED > [INFO] sample-app ......................................... SKIPPED > [INFO] Apache Atlas Documentation ......................... SKIPPED > [INFO] Apache Atlas index repair tool ..................... SKIPPED > [INFO] Apache Atlas classification updater ................ SKIPPED > [INFO] Apache Atlas Notification Analyzer ................. SKIPPED > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 16:42 min > [INFO] Finished at: 2024-12-04T19:07:39Z > [INFO] > ------------------------------------------------------------------------ > Waiting for Jenkins to finish collecting data > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-war-plugin:2.6:war (default-war) on project > atlas-dashboardv2: Execution default-war of goal > org.apache.maven.plugins:maven-war-plugin:2.6:war failed: Unable to load > the mojo 'war' in the plugin > 'org.apache.maven.plugins:maven-war-plugin:2.6' due to an API > incompatibility: > org.codehaus.plexus.component.repository.exception.ComponentLookupException: > null > [ERROR] ----------------------------------------------------- > [ERROR] realm = plugin>org.apache.maven.plugins:maven-war-plugin:2.6 > [ERROR] strategy = > org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy > [ERROR] urls[0] = > file:/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-war-plugin/2.6/maven-war-plugin-2.6.jar > [ERROR] urls[1] = > file:/home/jenkins/.m2/repository/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar > [ERROR] urls[2] = > file:/home/jenkins/.m2/repository/junit/junit/3.8.1/junit-3.8.1.jar > [ERROR] urls[3] = > file:/home/jenkins/.m2/repository/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar > [ERROR] urls[4] = > file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar > [ERROR] urls[5] = > file:/home/jenkins/.m2/repository/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar > [ERROR] urls[6] = > file:/home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar > [ERROR] urls[7] = > file:/home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar > [ERROR] urls[8] = > file:/home/jenkins/.m2/repository/commons-cli/commons-cli/1.2/commons-cli-1.2.jar > [ERROR] urls[9] = > file:/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar > [ERROR] urls[10] = > file:/home/jenkins/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar > [ERROR] urls[11] = > file:/home/jenkins/.m2/repository/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar > [ERROR] urls[12] = > file:/home/jenkins/.m2/repository/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.jar > [ERROR] urls[13] = > file:/home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.jar > [ERROR] urls[14] = > file:/home/jenkins/.m2/repository/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar > [ERROR] urls[15] = > file:/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-io/2.4.1/plexus-io-2.4.1.jar > [ERROR] urls[16] = > file:/home/jenkins/.m2/repository/commons-io/commons-io/2.2/commons-io-2.2.jar > [ERROR] urls[17] = > file:/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-archiver/2.9/plexus-archiver-2.9.jar > [ERROR] urls[18] = > file:/home/jenkins/.m2/repository/org/apache/commons/commons-compress/1.9/commons-compress-1.9.jar > [ERROR] urls[19] = > file:/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar > [ERROR] urls[20] = > file:/home/jenkins/.m2/repository/com/thoughtworks/xstream/xstream/1.4.4/xstream-1.4.4.jar > [ERROR] urls[21] = file:/home/jenkins/.m2/repository/xmlpull/xmlpull/ > 1.1.3.1/xmlpull-1.1.3.1.jar > [ERROR] urls[22] = > file:/home/jenkins/.m2/repository/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar > [ERROR] urls[23] = > file:/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar > [ERROR] urls[24] = > file:/home/jenkins/.m2/repository/org/apache/maven/shared/maven-filtering/1.3/maven-filtering-1.3.jar > [ERROR] urls[25] = > file:/home/jenkins/.m2/repository/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar > [ERROR] urls[26] = > file:/home/jenkins/.m2/repository/org/apache/maven/shared/maven-mapping/1.0/maven-mapping-1.0.jar > [ERROR] Number of foreign imports: 1 > [ERROR] import: Entry[import from realm > ClassRealm[project>org.apache.atlas:apache-atlas:3.0.0-SNAPSHOT, parent: > ClassRealm[maven.api, parent: null]]] > [ERROR] > [ERROR] -----------------------------------------------------: > ExceptionInInitializerError: Unable to make field private final > java.util.Comparator java.util.TreeMap.comparator accessible: module > java.base does not "opens java.util" to unnamed module @3e272c1c > [ERROR] -> [Help 1] > [ERROR] > [ERROR] To see the full stack trace of the errors, re-run Maven with the > -e switch. > [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/PluginContainerException > <http://cwiki.apache.org/confluence/display/MAVEN/PluginContainerException > > > [ERROR] > [ERROR] After correcting the problems, you can resume the build with the > command > [ERROR] mvn <goals> -rf :atlas-dashboardv2 > No mail will be sent out, as 'Atlas » Atlas-master-snapshot-publish » > Apache Atlas Storm Bridge Shim #12883' does not have a result yet. Please > make sure you set a proper result in case of pipeline/build scripts. > No mail will be sent out, as 'Atlas » Atlas-master-snapshot-publish » > Apache Atlas Sqoop Bridge Shim #12883' does not have a result yet. Please > make sure you set a proper result in case of pipeline/build scripts. > No mail will be sent out, as 'Atlas » Atlas-master-snapshot-publish » > Apache Atlas Notification Analyzer #12883' does not have a result yet. > Please make sure you set a proper result in case of pipeline/build scripts. > No mail will be sent out, as 'Atlas » Atlas-master-snapshot-publish » > Apache Atlas Storm Bridge #12883' does not have a result yet. Please make > sure you set a proper result in case of pipeline/build scripts. > No mail will be sent out, as 'Atlas » Atlas-master-snapshot-publish » > Apache Atlas Plugin Classloader #12883' does not have a result yet. Please > make sure you set a proper result in case of pipeline/build scripts. > No mail will be sent out, as 'Atlas » Atlas-master-snapshot-publish » > Apache Atlas Hbase Bridge Shim #12883' does not have a result yet. Please > make sure you set a proper result in case of pipeline/build scripts. > Sending e-mails to: [email protected] <mailto:[email protected]> > No mail will be sent out, as 'Atlas » Atlas-master-snapshot-publish » > Apache Atlas New UI #12883' does not have a result yet. Please make sure > you set a proper result in case of pipeline/build scripts. > No mail will be sent out, as 'Atlas » Atlas-master-snapshot-publish » > Apache Atlas classification updater #12883' does not have a result yet. > Please make sure you set a proper result in case of pipeline/build scripts. > No mail will be sent out, as 'Atlas » Atlas-master-snapshot-publish » > Apache Atlas Sqoop Bridge #12883' does not have a result yet. Please make > sure you set a proper result in case of pipeline/build scripts. > No mail will be sent out, as 'Atlas » Atlas-master-snapshot-publish » > sample-app #12883' does not have a result yet. Please make sure you set a > proper result in case of pipeline/build scripts. > No mail will be sent out, as 'Atlas » Atlas-master-snapshot-publish » > Apache Atlas Hbase Bridge #12883' does not have a result yet. Please make > sure you set a proper result in case of pipeline/build scripts. > No mail will be sent out, as 'Atlas » Atlas-master-snapshot-publish » > Apache Atlas Impala Hook API #12883' does not have a result yet. Please > make sure you set a proper result in case of pipeline/build scripts. > No mail will be sent out, as 'Atlas » Atlas-master-snapshot-publish » > Apache Atlas Falcon Bridge Shim #12883' does not have a result yet. Please > make sure you set a proper result in case of pipeline/build scripts. > No mail will be sent out, as 'Atlas » Atlas-master-snapshot-publish » > Apache Atlas index repair tool #12883' does not have a result yet. Please > make sure you set a proper result in case of pipeline/build scripts. > No mail will be sent out, as 'Atlas » Atlas-master-snapshot-publish » > Apache Atlas Documentation #12883' does not have a result yet. Please make > sure you set a proper result in case of pipeline/build scripts. > No mail will be sent out, as 'Atlas » Atlas-master-snapshot-publish » > Apache Atlas Hive Bridge Shim #12883' does not have a result yet. Please > make sure you set a proper result in case of pipeline/build scripts. > No mail will be sent out, as 'Atlas » Atlas-master-snapshot-publish » > Apache Atlas Web Application #12883' does not have a result yet. Please > make sure you set a proper result in case of pipeline/build scripts. > No mail will be sent out, as 'Atlas » Atlas-master-snapshot-publish » > Apache Atlas FileSystem Model #12883' does not have a result yet. Please > make sure you set a proper result in case of pipeline/build scripts. > No mail will be sent out, as 'Atlas » Atlas-master-snapshot-publish » > Apache Atlas Hive Bridge #12883' does not have a result yet. Please make > sure you set a proper result in case of pipeline/build scripts. > No mail will be sent out, as 'Atlas » Atlas-master-snapshot-publish » > Apache Atlas Impala Bridge Shim #12883' does not have a result yet. Please > make sure you set a proper result in case of pipeline/build scripts. > No mail will be sent out, as 'Atlas » Atlas-master-snapshot-publish » > Apache Atlas Impala Bridge #12883' does not have a result yet. Please make > sure you set a proper result in case of pipeline/build scripts. > No mail will be sent out, as 'Atlas » Atlas-master-snapshot-publish » > Apache Atlas Kafka Bridge #12883' does not have a result yet. Please make > sure you set a proper result in case of pipeline/build scripts. > No mail will be sent out, as 'Atlas » Atlas-master-snapshot-publish » > Apache Atlas Falcon Bridge #12883' does not have a result yet. Please make > sure you set a proper result in case of pipeline/build scripts. > No mail will be sent out, as 'Atlas » Atlas-master-snapshot-publish » > Apache HBase - Testing Util #12883' does not have a result yet. Please make > sure you set a proper result in case of pipeline/build scripts. > No mail will be sent out, as 'Atlas » Atlas-master-snapshot-publish » > atlas-examples #12883' does not have a result yet. Please make sure you set > a proper result in case of pipeline/build scripts. > channel stopped > > > > >
