See <https://builds.apache.org/job/Artemis-deploy/1/>
------------------------------------------
[...truncated 27057 lines...]
... 20 more
Caused by:
org.codehaus.plexus.component.repository.exception.ComponentLookupException:
com.google.inject.ProvisionException: Guice provision errors:
1) No implementation for org.eclipse.aether.RepositorySystem was bound.
while locating org.apache.activemq.artemis.maven.ArtemisCreatePlugin
at
ClassRealm[plugin>org.apache.activemq:artemis-maven-plugin:1.1.1-SNAPSHOT--408051215,
parent: sun.misc.Launcher$AppClassLoader@4e25154f]
while locating org.apache.maven.plugin.Mojo annotated with
@com.google.inject.name.Named(value=org.apache.activemq:artemis-maven-plugin:1.1.1-SNAPSHOT:create)
1 error
role: org.apache.maven.plugin.Mojo
roleHint: org.apache.activemq:artemis-maven-plugin:1.1.1-SNAPSHOT:create
at
org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:257)
at
org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:245)
at
org.apache.maven.plugin.internal.DefaultMavenPluginManager.getConfiguredMojo(DefaultMavenPluginManager.java:455)
... 21 more
Caused by: com.google.inject.ProvisionException: Guice provision errors:
1) No implementation for org.eclipse.aether.RepositorySystem was bound.
while locating org.apache.activemq.artemis.maven.ArtemisCreatePlugin
at
ClassRealm[plugin>org.apache.activemq:artemis-maven-plugin:1.1.1-SNAPSHOT--408051215,
parent: sun.misc.Launcher$AppClassLoader@4e25154f]
while locating org.apache.maven.plugin.Mojo annotated with
@com.google.inject.name.Named(value=org.apache.activemq:artemis-maven-plugin:1.1.1-SNAPSHOT:create)
1 error
at com.google.inject.internal.InjectorImpl$3.get(InjectorImpl.java:974)
at com.google.inject.Scopes$1$1.get(Scopes.java:59)
at
org.sonatype.guice.bean.locators.LazyBeanEntry.getValue(LazyBeanEntry.java:83)
at
org.sonatype.guice.plexus.locators.LazyPlexusBean.getValue(LazyPlexusBean.java:49)
at
org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:253)
... 23 more
[ERROR] Failed to execute goal
org.apache.activemq:artemis-maven-plugin:1.1.1-SNAPSHOT:create (create) on
project queue-openwire: Execution create of goal
org.apache.activemq:artemis-maven-plugin:1.1.1-SNAPSHOT:create failed: Unable
to load the mojo 'create' (or one of its required components) from the plugin
'org.apache.activemq:artemis-maven-plugin:1.1.1-SNAPSHOT':
com.google.inject.ProvisionException: Guice provision errors:
[ERROR]
[ERROR] 1) No implementation for org.eclipse.aether.RepositorySystem was bound.
[ERROR] while locating org.apache.activemq.artemis.maven.ArtemisCreatePlugin
[ERROR] at
ClassRealm[plugin>org.apache.activemq:artemis-maven-plugin:1.1.1-SNAPSHOT--1534965750,
parent: sun.misc.Launcher$AppClassLoader@4e25154f]
[ERROR] while locating org.apache.maven.plugin.Mojo annotated with
@com.google.inject.name.Named(value=org.apache.activemq:artemis-maven-plugin:1.1.1-SNAPSHOT:create)
[ERROR]
[ERROR] 1 error
[ERROR] role: org.apache.maven.plugin.Mojo
[ERROR] roleHint: org.apache.activemq:artemis-maven-plugin:1.1.1-SNAPSHOT:create
[ERROR] -> [Help 2]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal
org.apache.activemq:artemis-maven-plugin:1.1.1-SNAPSHOT:create (create) on
project queue-openwire: Execution create of goal
org.apache.activemq:artemis-maven-plugin:1.1.1-SNAPSHOT:create failed: Unable
to load the mojo 'create' (or one of its required components) from the plugin
'org.apache.activemq:artemis-maven-plugin:1.1.1-SNAPSHOT'
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:225)
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
at
org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
at
org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at
org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
at
org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
at
org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
at
org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
Caused by: org.apache.maven.plugin.PluginExecutionException: Execution create
of goal org.apache.activemq:artemis-maven-plugin:1.1.1-SNAPSHOT:create failed:
Unable to load the mojo 'create' (or one of its required components) from the
plugin 'org.apache.activemq:artemis-maven-plugin:1.1.1-SNAPSHOT'
at
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:115)
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
... 19 more
Caused by: org.apache.maven.plugin.PluginContainerException: Unable to load the
mojo 'create' (or one of its required components) from the plugin
'org.apache.activemq:artemis-maven-plugin:1.1.1-SNAPSHOT'
at
org.apache.maven.plugin.internal.DefaultMavenPluginManager.getConfiguredMojo(DefaultMavenPluginManager.java:488)
at
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:92)
... 20 more
Caused by:
org.codehaus.plexus.component.repository.exception.ComponentLookupException:
com.google.inject.ProvisionException: Guice provision errors:
1) No implementation for org.eclipse.aether.RepositorySystem was bound.
while locating org.apache.activemq.artemis.maven.ArtemisCreatePlugin
at
ClassRealm[plugin>org.apache.activemq:artemis-maven-plugin:1.1.1-SNAPSHOT--1534965750,
parent: sun.misc.Launcher$AppClassLoader@4e25154f]
while locating org.apache.maven.plugin.Mojo annotated with
@com.google.inject.name.Named(value=org.apache.activemq:artemis-maven-plugin:1.1.1-SNAPSHOT:create)
1 error
role: org.apache.maven.plugin.Mojo
roleHint: org.apache.activemq:artemis-maven-plugin:1.1.1-SNAPSHOT:create
at
org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:257)
at
org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:245)
at
org.apache.maven.plugin.internal.DefaultMavenPluginManager.getConfiguredMojo(DefaultMavenPluginManager.java:455)
... 21 more
Caused by: com.google.inject.ProvisionException: Guice provision errors:
1) No implementation for org.eclipse.aether.RepositorySystem was bound.
while locating org.apache.activemq.artemis.maven.ArtemisCreatePlugin
at
ClassRealm[plugin>org.apache.activemq:artemis-maven-plugin:1.1.1-SNAPSHOT--1534965750,
parent: sun.misc.Launcher$AppClassLoader@4e25154f]
while locating org.apache.maven.plugin.Mojo annotated with
@com.google.inject.name.Named(value=org.apache.activemq:artemis-maven-plugin:1.1.1-SNAPSHOT:create)
1 error
at com.google.inject.internal.InjectorImpl$3.get(InjectorImpl.java:974)
at com.google.inject.Scopes$1$1.get(Scopes.java:59)
at
org.sonatype.guice.bean.locators.LazyBeanEntry.getValue(LazyBeanEntry.java:83)
at
org.sonatype.guice.plexus.locators.LazyPlexusBean.getValue(LazyPlexusBean.java:49)
at
org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:253)
... 23 more
[ERROR] Failed to execute goal
org.apache.activemq:artemis-maven-plugin:1.1.1-SNAPSHOT:create (create) on
project message-listener: Execution create of goal
org.apache.activemq:artemis-maven-plugin:1.1.1-SNAPSHOT:create failed: Unable
to load the mojo 'create' (or one of its required components) from the plugin
'org.apache.activemq:artemis-maven-plugin:1.1.1-SNAPSHOT':
com.google.inject.ProvisionException: Guice provision errors:
[ERROR]
[ERROR] 1) No implementation for org.eclipse.aether.RepositorySystem was bound.
[ERROR] while locating org.apache.activemq.artemis.maven.ArtemisCreatePlugin
[ERROR] at
ClassRealm[plugin>org.apache.activemq:artemis-maven-plugin:1.1.1-SNAPSHOT-1471781329,
parent: sun.misc.Launcher$AppClassLoader@4e25154f]
[ERROR] while locating org.apache.maven.plugin.Mojo annotated with
@com.google.inject.name.Named(value=org.apache.activemq:artemis-maven-plugin:1.1.1-SNAPSHOT:create)
[ERROR]
[ERROR] 1 error
[ERROR] role: org.apache.maven.plugin.Mojo
[ERROR] roleHint: org.apache.activemq:artemis-maven-plugin:1.1.1-SNAPSHOT:create
[ERROR] -> [Help 2]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal
org.apache.activemq:artemis-maven-plugin:1.1.1-SNAPSHOT:create (create) on
project message-listener: Execution create of goal
org.apache.activemq:artemis-maven-plugin:1.1.1-SNAPSHOT:create failed: Unable
to load the mojo 'create' (or one of its required components) from the plugin
'org.apache.activemq:artemis-maven-plugin:1.1.1-SNAPSHOT'
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:225)
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
at
org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
at
org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at
org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
at
org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
at
org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
at
org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
Caused by: org.apache.maven.plugin.PluginExecutionException: Execution create
of goal org.apache.activemq:artemis-maven-plugin:1.1.1-SNAPSHOT:create failed:
Unable to load the mojo 'create' (or one of its required components) from the
plugin 'org.apache.activemq:artemis-maven-plugin:1.1.1-SNAPSHOT'
at
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:115)
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
... 19 more
Caused by: org.apache.maven.plugin.PluginContainerException: Unable to load the
mojo 'create' (or one of its required components) from the plugin
'org.apache.activemq:artemis-maven-plugin:1.1.1-SNAPSHOT'
at
org.apache.maven.plugin.internal.DefaultMavenPluginManager.getConfiguredMojo(DefaultMavenPluginManager.java:488)
at
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:92)
... 20 more
Caused by:
org.codehaus.plexus.component.repository.exception.ComponentLookupException:
com.google.inject.ProvisionException: Guice provision errors:
1) No implementation for org.eclipse.aether.RepositorySystem was bound.
while locating org.apache.activemq.artemis.maven.ArtemisCreatePlugin
at
ClassRealm[plugin>org.apache.activemq:artemis-maven-plugin:1.1.1-SNAPSHOT-1471781329,
parent: sun.misc.Launcher$AppClassLoader@4e25154f]
while locating org.apache.maven.plugin.Mojo annotated with
@com.google.inject.name.Named(value=org.apache.activemq:artemis-maven-plugin:1.1.1-SNAPSHOT:create)
1 error
role: org.apache.maven.plugin.Mojo
roleHint: org.apache.activemq:artemis-maven-plugin:1.1.1-SNAPSHOT:create
at
org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:257)
at
org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:245)
at
org.apache.maven.plugin.internal.DefaultMavenPluginManager.getConfiguredMojo(DefaultMavenPluginManager.java:455)
... 21 more
Caused by: com.google.inject.ProvisionException: Guice provision errors:
1) No implementation for org.eclipse.aether.RepositorySystem was bound.
while locating org.apache.activemq.artemis.maven.ArtemisCreatePlugin
at
ClassRealm[plugin>org.apache.activemq:artemis-maven-plugin:1.1.1-SNAPSHOT-1471781329,
parent: sun.misc.Launcher$AppClassLoader@4e25154f]
while locating org.apache.maven.plugin.Mojo annotated with
@com.google.inject.name.Named(value=org.apache.activemq:artemis-maven-plugin:1.1.1-SNAPSHOT:create)
1 error
at com.google.inject.internal.InjectorImpl$3.get(InjectorImpl.java:974)
at com.google.inject.Scopes$1$1.get(Scopes.java:59)
at
org.sonatype.guice.bean.locators.LazyBeanEntry.getValue(LazyBeanEntry.java:83)
at
org.sonatype.guice.plexus.locators.LazyPlexusBean.getValue(LazyPlexusBean.java:49)
at
org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:253)
... 23 more
[ERROR] Failed to execute goal
org.apache.activemq:artemis-maven-plugin:1.1.1-SNAPSHOT:create (create) on
project message-recovery: Execution create of goal
org.apache.activemq:artemis-maven-plugin:1.1.1-SNAPSHOT:create failed: Unable
to load the mojo 'create' (or one of its required components) from the plugin
'org.apache.activemq:artemis-maven-plugin:1.1.1-SNAPSHOT':
com.google.inject.ProvisionException: Guice provision errors:
[ERROR]
[ERROR] 1) No implementation for org.eclipse.aether.RepositorySystem was bound.
[ERROR] while locating org.apache.activemq.artemis.maven.ArtemisCreatePlugin
[ERROR] at
ClassRealm[plugin>org.apache.activemq:artemis-maven-plugin:1.1.1-SNAPSHOT-1750665806,
parent: sun.misc.Launcher$AppClassLoader@4e25154f]
[ERROR] while locating org.apache.maven.plugin.Mojo annotated with
@com.google.inject.name.Named(value=org.apache.activemq:artemis-maven-plugin:1.1.1-SNAPSHOT:create)
[ERROR]
[ERROR] 1 error
[ERROR] role: org.apache.maven.plugin.Mojo
[ERROR] roleHint: org.apache.activemq:artemis-maven-plugin:1.1.1-SNAPSHOT:create
[ERROR] -> [Help 2]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal
org.apache.activemq:artemis-maven-plugin:1.1.1-SNAPSHOT:create (create) on
project message-recovery: Execution create of goal
org.apache.activemq:artemis-maven-plugin:1.1.1-SNAPSHOT:create failed: Unable
to load the mojo 'create' (or one of its required components) from the plugin
'org.apache.activemq:artemis-maven-plugin:1.1.1-SNAPSHOT'
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:225)
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
at
org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
at
org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at
org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
at
org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
at
org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
at
org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
Caused by: org.apache.maven.plugin.PluginExecutionException: Execution create
of goal org.apache.activemq:artemis-maven-plugin:1.1.1-SNAPSHOT:create failed:
Unable to load the mojo 'create' (or one of its required components) from the
plugin 'org.apache.activemq:artemis-maven-plugin:1.1.1-SNAPSHOT'
at
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:115)
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
... 19 more
Caused by: org.apache.maven.plugin.PluginContainerException: Unable to load the
mojo 'create' (or one of its required components) from the plugin
'org.apache.activemq:artemis-maven-plugin:1.1.1-SNAPSHOT'
at
org.apache.maven.plugin.internal.DefaultMavenPluginManager.getConfiguredMojo(DefaultMavenPluginManager.java:488)
at
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:92)
... 20 more
Caused by:
org.codehaus.plexus.component.repository.exception.ComponentLookupException:
com.google.inject.ProvisionException: Guice provision errors:
1) No implementation for org.eclipse.aether.RepositorySystem was bound.
while locating org.apache.activemq.artemis.maven.ArtemisCreatePlugin
at
ClassRealm[plugin>org.apache.activemq:artemis-maven-plugin:1.1.1-SNAPSHOT-1750665806,
parent: sun.misc.Launcher$AppClassLoader@4e25154f]
while locating org.apache.maven.plugin.Mojo annotated with
@com.google.inject.name.Named(value=org.apache.activemq:artemis-maven-plugin:1.1.1-SNAPSHOT:create)
1 error
role: org.apache.maven.plugin.Mojo
roleHint: org.apache.activemq:artemis-maven-plugin:1.1.1-SNAPSHOT:create
at
org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:257)
at
org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:245)
at
org.apache.maven.plugin.internal.DefaultMavenPluginManager.getConfiguredMojo(DefaultMavenPluginManager.java:455)
... 21 more
Caused by: com.google.inject.ProvisionException: Guice provision errors:
1) No implementation for org.eclipse.aether.RepositorySystem was bound.
while locating org.apache.activemq.artemis.maven.ArtemisCreatePlugin
at
ClassRealm[plugin>org.apache.activemq:artemis-maven-plugin:1.1.1-SNAPSHOT-1750665806,
parent: sun.misc.Launcher$AppClassLoader@4e25154f]
while locating org.apache.maven.plugin.Mojo annotated with
@com.google.inject.name.Named(value=org.apache.activemq:artemis-maven-plugin:1.1.1-SNAPSHOT:create)
1 error
at com.google.inject.internal.InjectorImpl$3.get(InjectorImpl.java:974)
at com.google.inject.Scopes$1$1.get(Scopes.java:59)
at
org.sonatype.guice.bean.locators.LazyBeanEntry.getValue(LazyBeanEntry.java:83)
at
org.sonatype.guice.plexus.locators.LazyPlexusBean.getValue(LazyPlexusBean.java:49)
at
org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:253)
... 23 more
[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/PluginIncompatibleException
[ERROR] [Help 2]
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 :artemis-website
Build step 'Invoke top-level Maven targets' marked build as failure
Performing Post build task...
Could not match :Too many files with unapproved license : False
Logical operation result is FALSE
Skipping script : cat ratReport.txt
END OF POST BUILD TASK : 0
Recording test results