See
https://builds.apache.org/job/maven-box/job/maven-plugin-tools/job/master/38/
No changes.
3 tests failed.
FAILED:
org.apache.maven.tools.plugin.generator.PluginDescriptorGeneratorTest.testGenerator
Error Message:
C:\Users\jenkins\AppData\Local\Temp\1\testGenerator-outDir\plugin.xml (The
system cannot find the path specified)
Stack Trace:
java.io.FileNotFoundException:
C:\Users\jenkins\AppData\Local\Temp\1\testGenerator-outDir\plugin.xml (The
system cannot find the path specified)
at java.base/java.io.FileInputStream.open0(Native Method)
at java.base/java.io.FileInputStream.open(FileInputStream.java:196)
at java.base/java.io.FileInputStream.<init>(FileInputStream.java:139)
at org.codehaus.plexus.util.xml.XmlReader.<init>(XmlReader.java:124)
at
org.codehaus.plexus.util.xml.XmlStreamReader.<init>(XmlStreamReader.java:67)
at
org.codehaus.plexus.util.ReaderFactory.newXmlReader(ReaderFactory.java:118)
at
org.apache.maven.tools.plugin.generator.PluginDescriptorGeneratorTest.readFile(PluginDescriptorGeneratorTest.java:85)
at
org.apache.maven.tools.plugin.generator.PluginDescriptorGeneratorTest.validate(PluginDescriptorGeneratorTest.java:52)
at
org.apache.maven.tools.plugin.generator.AbstractGeneratorTestCase.testGenerator(AbstractGeneratorTestCase.java:125)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at junit.framework.TestCase.runTest(TestCase.java:164)
at junit.framework.TestCase.runBare(TestCase.java:130)
at junit.framework.TestResult$1.protect(TestResult.java:106)
at junit.framework.TestResult.runProtected(TestResult.java:124)
at junit.framework.TestResult.run(TestResult.java:109)
at junit.framework.TestCase.run(TestCase.java:120)
at junit.framework.TestSuite.runTest(TestSuite.java:230)
at junit.framework.TestSuite.run(TestSuite.java:225)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at
org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:100)
at
org.apache.maven.surefire.junit.JUnit3Provider.executeTestSet(JUnit3Provider.java:140)
at
org.apache.maven.surefire.junit.JUnit3Provider.invoke(JUnit3Provider.java:113)
at
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:379)
at
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:340)
at
org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:125)
at
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:413)
FAILED:
org.apache.maven.tools.plugin.generator.PluginHelpGeneratorTest.testGenerator
Error Message:
C:\Users\jenkins\AppData\Local\Temp\1\testGenerator-outDir\org\apache\maven\tools\plugin\generator\HelpMojo.java
(The system cannot find the path specified)
Stack Trace:
org.apache.maven.tools.plugin.generator.GeneratorException:
C:\Users\jenkins\AppData\Local\Temp\1\testGenerator-outDir\org\apache\maven\tools\plugin\generator\HelpMojo.java
(The system cannot find the path specified)
at
org.apache.maven.tools.plugin.generator.PluginHelpGenerator.execute(PluginHelpGenerator.java:159)
at
org.apache.maven.tools.plugin.generator.AbstractGeneratorTestCase.testGenerator(AbstractGeneratorTestCase.java:123)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at junit.framework.TestCase.runTest(TestCase.java:164)
at junit.framework.TestCase.runBare(TestCase.java:130)
at junit.framework.TestResult$1.protect(TestResult.java:106)
at junit.framework.TestResult.runProtected(TestResult.java:124)
at junit.framework.TestResult.run(TestResult.java:109)
at junit.framework.TestCase.run(TestCase.java:120)
at junit.framework.TestSuite.runTest(TestSuite.java:230)
at junit.framework.TestSuite.run(TestSuite.java:225)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at
org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:100)
at
org.apache.maven.surefire.junit.JUnit3Provider.executeTestSet(JUnit3Provider.java:140)
at
org.apache.maven.surefire.junit.JUnit3Provider.invoke(JUnit3Provider.java:113)
at
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:379)
at
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:340)
at
org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:125)
at
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:413)
Caused by: java.io.FileNotFoundException:
C:\Users\jenkins\AppData\Local\Temp\1\testGenerator-outDir\org\apache\maven\tools\plugin\generator\HelpMojo.java
(The system cannot find the path specified)
at java.base/java.io.FileOutputStream.open0(Native Method)
at java.base/java.io.FileOutputStream.open(FileOutputStream.java:299)
at java.base/java.io.FileOutputStream.<init>(FileOutputStream.java:238)
at java.base/java.io.FileOutputStream.<init>(FileOutputStream.java:188)
at org.codehaus.plexus.util.FileUtils.fileWrite(FileUtils.java:508)
at
org.apache.maven.tools.plugin.generator.PluginHelpGenerator.execute(PluginHelpGenerator.java:155)
... 24 more
Caused by: java.io.FileNotFoundException:
C:\Users\jenkins\AppData\Local\Temp\1\testGenerator-outDir\org\apache\maven\tools\plugin\generator\HelpMojo.java
(The system cannot find the path specified)
at java.base/java.io.FileOutputStream.open0(Native Method)
at java.base/java.io.FileOutputStream.open(FileOutputStream.java:299)
at java.base/java.io.FileOutputStream.<init>(FileOutputStream.java:238)
at java.base/java.io.FileOutputStream.<init>(FileOutputStream.java:188)
at org.codehaus.plexus.util.FileUtils.fileWrite(FileUtils.java:508)
at
org.apache.maven.tools.plugin.generator.PluginHelpGenerator.execute(PluginHelpGenerator.java:155)
... 24 more
FAILED:
org.apache.maven.tools.plugin.generator.PluginHelpGeneratorTest.testGenerator
Error Message:
C:\Users\jenkins\AppData\Local\Temp\1\testGenerator-outDir\org\apache\maven\tools\plugin\generator\HelpMojo.java
(The system cannot find the path specified)
Stack Trace:
org.apache.maven.tools.plugin.generator.GeneratorException:
C:\Users\jenkins\AppData\Local\Temp\1\testGenerator-outDir\org\apache\maven\tools\plugin\generator\HelpMojo.java
(The system cannot find the path specified)
at
org.apache.maven.tools.plugin.generator.PluginHelpGenerator.execute(PluginHelpGenerator.java:159)
at
org.apache.maven.tools.plugin.generator.AbstractGeneratorTestCase.testGenerator(AbstractGeneratorTestCase.java:123)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at junit.framework.TestCase.runTest(TestCase.java:164)
at junit.framework.TestCase.runBare(TestCase.java:130)
at junit.framework.TestResult$1.protect(TestResult.java:106)
at junit.framework.TestResult.runProtected(TestResult.java:124)
at junit.framework.TestResult.run(TestResult.java:109)
at junit.framework.TestCase.run(TestCase.java:120)
at junit.framework.TestSuite.runTest(TestSuite.java:230)
at junit.framework.TestSuite.run(TestSuite.java:225)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at
org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:100)
at
org.apache.maven.surefire.junit.JUnit3Provider.executeTestSet(JUnit3Provider.java:140)
at
org.apache.maven.surefire.junit.JUnit3Provider.invoke(JUnit3Provider.java:113)
at
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:379)
at
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:340)
at
org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:125)
at
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:413)
Caused by: java.io.FileNotFoundException:
C:\Users\jenkins\AppData\Local\Temp\1\testGenerator-outDir\org\apache\maven\tools\plugin\generator\HelpMojo.java
(The system cannot find the path specified)
at java.base/java.io.FileOutputStream.open0(Native Method)
at java.base/java.io.FileOutputStream.open(FileOutputStream.java:276)
at java.base/java.io.FileOutputStream.<init>(FileOutputStream.java:220)
at java.base/java.io.FileOutputStream.<init>(FileOutputStream.java:170)
at org.codehaus.plexus.util.FileUtils.fileWrite(FileUtils.java:508)
at
org.apache.maven.tools.plugin.generator.PluginHelpGenerator.execute(PluginHelpGenerator.java:155)
... 24 more
Caused by: java.io.FileNotFoundException:
C:\Users\jenkins\AppData\Local\Temp\1\testGenerator-outDir\org\apache\maven\tools\plugin\generator\HelpMojo.java
(The system cannot find the path specified)
at java.base/java.io.FileOutputStream.open0(Native Method)
at java.base/java.io.FileOutputStream.open(FileOutputStream.java:276)
at java.base/java.io.FileOutputStream.<init>(FileOutputStream.java:220)
at java.base/java.io.FileOutputStream.<init>(FileOutputStream.java:170)
at org.codehaus.plexus.util.FileUtils.fileWrite(FileUtils.java:508)
at
org.apache.maven.tools.plugin.generator.PluginHelpGenerator.execute(PluginHelpGenerator.java:155)
... 24 more
Build log:
[...truncated 3.78 MB...]
[windows-jdk9] [INFO] run post-build script verify.groovy
[windows-jdk9] [INFO] help-basic\pom.xml
............................... SUCCESS (18.5 s)
[windows-jdk9] [INFO] Building: help-package\pom.xml
[windows-jdk8] [INFO] run post-build script verify.bsh
[windows-jdk8] [INFO] plugin-report-annotations\pom.xml
................ SUCCESS (9.4 s)
[windows-jdk8] [INFO] Building: skip\pom.xml
[windows-jdk8] [INFO] run post-build script verify.groovy
[windows-jdk8] [INFO] skip\pom.xml
..................................... SUCCESS (5.7 s)
[windows-jdk8] [INFO] Building: source-encoding\pom.xml
[windows-jdk9] [INFO] run post-build script verify.bsh
[windows-jdk9] [INFO] help-package\pom.xml
............................. SUCCESS (8.8 s)
[windows-jdk9] [INFO] Building: ignore-plugin-class-realm\pom.xml
[windows-jdk8] [INFO] run post-build script verify.groovy
[windows-jdk8] [INFO] source-encoding\pom.xml
.......................... SUCCESS (6.2 s)
[windows-jdk8] [INFO] -------------------------------------------------
[windows-jdk8] [INFO] Build Summary:
[windows-jdk8] [INFO] Passed: 32, Failed: 1, Errors: 0, Skipped: 0
[windows-jdk8] [INFO] -------------------------------------------------
[windows-jdk8] [WARNING] The following builds failed:
[windows-jdk8] [WARNING] * asm-failure\pom.xml
[windows-jdk8] [INFO] -------------------------------------------------
[windows-jdk8] [WARNING] Ignoring that 1 build failed.
[windows-jdk8] [INFO]
[windows-jdk8] [INFO] --- maven-checkstyle-plugin:3.0.0:check
(checkstyle-check) @ maven-plugin-plugin ---
[windows-jdk8] [INFO]
------------------------------------------------------------------------
[windows-jdk8] [INFO] Reactor Summary:
[windows-jdk8] [INFO]
[windows-jdk8] [INFO] Maven Plugin Tools .................................
SUCCESS [ 12.913 s]
[windows-jdk8] [INFO] Maven Plugin Tools Extractor API ...................
SUCCESS [ 6.663 s]
[windows-jdk8] [INFO] Maven Plugin Tools Generators ......................
SUCCESS [ 5.352 s]
[windows-jdk8] [INFO] Maven Plugin Tool for Java with Javadoc Tags .......
SUCCESS [ 4.096 s]
[windows-jdk8] [INFO] Maven Plugin Tools Java 5 Annotations ..............
SUCCESS [ 0.922 s]
[windows-jdk8] [INFO] Maven Plugin Tool for Java with Annotations ........
SUCCESS [ 3.475 s]
[windows-jdk8] [INFO] Maven Plugin Tools Javadoc Taglets .................
SUCCESS [ 12.049 s]
[windows-jdk8] [INFO] Maven Script Mojo Support ..........................
SUCCESS [ 0.782 s]
[windows-jdk8] [INFO] Maven Plugin Metadata Model ........................
SUCCESS [ 3.034 s]
[windows-jdk8] [INFO] Maven Plugin Tool for Ant ..........................
SUCCESS [ 1.982 s]
[windows-jdk8] [INFO] Maven Ant Mojo Support .............................
SUCCESS [ 3.746 s]
[windows-jdk8] [INFO] Maven Plugin Tool for Beanshell ....................
SUCCESS [ 1.244 s]
[windows-jdk8] [INFO] Maven Beanshell Mojo Support .......................
SUCCESS [ 0.930 s]
[windows-jdk8] [INFO] Maven Plugin Plugin ................................
SUCCESS [06:10 min]
[windows-jdk8] [INFO]
------------------------------------------------------------------------
[windows-jdk8] [INFO] BUILD SUCCESS
[windows-jdk8] [INFO]
------------------------------------------------------------------------
[windows-jdk8] [INFO] Total time: 07:08 min
[windows-jdk8] [INFO] Finished at: 2018-08-08T16:21:24Z
[windows-jdk8] [INFO] Final Memory: 75M/980M
[windows-jdk8] [INFO]
------------------------------------------------------------------------
[windows-jdk8] [INFO] [jenkins-event-spy] Generated
F:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ@tmp\withMavenb5760aa7\maven-spy-20180808-161415-1017091124349688320177.log
[windows-jdk8] Picked up JAVA_TOOL_OPTIONS:
-Dmaven.ext.class.path="f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ@tmp\withMavenb5760aa7\pipeline-maven-spy.jar"
-Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ@tmp\withMavenb5760aa7"
[Pipeline] [windows-jdk8] }
[Pipeline] [windows-jdk8] // dir
[Pipeline] [windows-jdk8] }
[windows-jdk8] [withMaven] invokerPublisher - Archive invoker results for Maven
artifact
MavenArtifact{org.apache.maven.plugin-tools:maven-plugin-tools-javadoc::3.6-SNAPSHOT(version:
3.6-SNAPSHOT, snapshot:false) } generated by
PluginInvocation{org.apache.maven.plugins:maven-invoker-plugin:3.0.1@run
integration-test}: m\maven-plugin-tools-javadoc\target\invoker-reports\*.xml
[windows-jdk8] performing MavenInvokerRecorder,
reportsFilenamePattern:'**/m\maven-plugin-tools-javadoc\target\invoker-reports/BUILD*.xml',
invokerBuildDir:'**/m\maven-plugin-tools-javadoc\target\it'
[windows-jdk8] Found
reports:[f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-tools-javadoc\target\invoker-reports\BUILD-basic.xml]
[windows-jdk8] Found
logs:[f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-tools-javadoc\target\it\basic\build.log]
[windows-jdk8] Finished parsing Maven Invoker results (found 1)
[windows-jdk8] [withMaven] invokerPublisher - Archive invoker results for Maven
artifact
MavenArtifact{org.apache.maven.plugins:maven-plugin-plugin::3.6-SNAPSHOT(version:
3.6-SNAPSHOT, snapshot:false) } generated by
PluginInvocation{org.apache.maven.plugins:maven-invoker-plugin:3.0.1@run
integration-test}: m\maven-plugin-plugin\target\invoker-reports\*.xml
[windows-jdk8] performing MavenInvokerRecorder,
reportsFilenamePattern:'**/m\maven-plugin-plugin\target\invoker-reports/BUILD*.xml',
invokerBuildDir:'**/m\maven-plugin-plugin\target\it'
[windows-jdk8] Found
reports:[f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\invoker-reports\BUILD-annotation-with-inheritance-from-deps.xml,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\invoker-reports\BUILD-annotation-with-inheritance-reactor.xml,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\invoker-reports\BUILD-annotation-with-inheritance.xml,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\invoker-reports\BUILD-ant-basic.xml,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\invoker-reports\BUILD-ant-reference-parameter.xml,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\invoker-reports\BUILD-ant-simple-usage.xml,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\invoker-reports\BUILD-ant-since-maven-plugin.xml,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\invoker-reports\BUILD-asm-failure.xml,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\invoker-reports\BUILD-beanshell-simple.xml,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\invoker-reports\BUILD-fix-maven-since-3.x.xml,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\invoker-reports\BUILD-help-basic.xml,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\invoker-reports\BUILD-help-package.xml,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\invoker-reports\BUILD-ignore-plugin-class-realm.xml,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\invoker-reports\BUILD-java-basic-annotations-jdk8.xml,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\invoker-reports\BUILD-java-basic-annotations.xml,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\invoker-reports\BUILD-java-basic.xml,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\invoker-reports\BUILD-mplugin-187.xml,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\invoker-reports\BUILD-mplugin-191.xml,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\invoker-reports\BUILD-mplugin-223.xml,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\invoker-reports\BUILD-mplugin-272_java8.xml,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\invoker-reports\BUILD-mplugin-299_no-configuration.xml,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\invoker-reports\BUILD-mplugin-305_defaultMojoDependencies.xml,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\invoker-reports\BUILD-mplugin-305_emptyMojoDependencies.xml,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\invoker-reports\BUILD-mplugin-305_singleMojoDependencies.xml,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\invoker-reports\BUILD-mplugin-319_report-since.xml,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\invoker-reports\BUILD-mplugin-324_javadoc.xml,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\invoker-reports\BUILD-packaging-jar.xml,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\invoker-reports\BUILD-plugin-info-jdk-default-version.xml,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\invoker-reports\BUILD-plugin-info-jdk.xml,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\invoker-reports\BUILD-plugin-report-annotations.xml,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\invoker-reports\BUILD-plugin-report.xml,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\invoker-reports\BUILD-skip.xml,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\invoker-reports\BUILD-source-encoding.xml]
[windows-jdk8] Found
logs:[f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\it\annotation-with-inheritance-from-deps\build.log,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\it\annotation-with-inheritance-reactor\build.log,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\it\annotation-with-inheritance\build.log,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\it\ant-basic\build.log,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\it\ant-reference-parameter\build.log,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\it\ant-simple-usage\build.log,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\it\ant-since-maven-plugin\build.log,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\it\asm-failure\build.log,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\it\beanshell-simple\build.log,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\it\fix-maven-since-3.x\build.log,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\it\help-basic\build.log,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\it\help-package\build.log,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\it\ignore-plugin-class-realm\build.log,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\it\java-basic-annotations-jdk8\build.log,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\it\java-basic-annotations\build.log,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\it\java-basic\build.log,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\it\mplugin-187\build.log,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\it\mplugin-191\build.log,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\it\mplugin-223\build.log,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\it\mplugin-272_java8\build.log,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\it\mplugin-299_no-configuration\build.log,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\it\mplugin-305_defaultMojoDependencies\build.log,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\it\mplugin-305_emptyMojoDependencies\build.log,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\it\mplugin-305_singleMojoDependencies\build.log,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\it\mplugin-319_report-since\build.log,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\it\mplugin-324_javadoc\build.log,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\it\packaging-jar\build.log,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\it\plugin-info-jdk-default-version\build.log,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\it\plugin-info-jdk\build.log,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\it\plugin-report-annotations\build.log,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\it\plugin-report\build.log,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\it\skip\build.log,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\it\source-encoding\build.log]
[windows-jdk8] Finished parsing Maven Invoker results (found 33)
[windows-jdk8] [withMaven] junitPublisher - Archive test results for Maven
artifact org.apache.maven.plugin-tools:maven-plugin-tools-api:3.6-SNAPSHOT
generated by maven-surefire-plugin:test (default-test):
m\maven-plugin-tools-api\target\surefire-reports\*.xml
[windows-jdk8] Recording test results
[windows-jdk8] [withMaven] junitPublisher - Archive test results for Maven
artifact
org.apache.maven.plugin-tools:maven-plugin-tools-generators:3.6-SNAPSHOT
generated by maven-surefire-plugin:test (default-test):
m\maven-plugin-tools-generators\target\surefire-reports\*.xml
[windows-jdk8] Recording test results
[windows-jdk8] [withMaven] junitPublisher - Archive test results for Maven
artifact org.apache.maven.plugin-tools:maven-plugin-tools-java:3.6-SNAPSHOT
generated by maven-surefire-plugin:test (default-test):
m\maven-plugin-tools-java\target\surefire-reports\*.xml
[windows-jdk8] Recording test results
[windows-jdk8] [withMaven] junitPublisher - Archive test results for Maven
artifact org.apache.maven.plugin-tools:maven-plugin-annotations:3.6-SNAPSHOT
generated by maven-surefire-plugin:test (default-test):
m\maven-plugin-annotations\target\surefire-reports\*.xml
[windows-jdk8] Recording test results
[windows-jdk8] None of the test reports contained any result
[windows-jdk8] [withMaven] junitPublisher - Archive test results for Maven
artifact
org.apache.maven.plugin-tools:maven-plugin-tools-annotations:3.6-SNAPSHOT
generated by maven-surefire-plugin:test (default-test):
m\maven-plugin-tools-annotations\target\surefire-reports\*.xml
[windows-jdk8] Recording test results
[windows-jdk8] [withMaven] junitPublisher - Archive test results for Maven
artifact org.apache.maven.plugin-tools:maven-plugin-tools-javadoc:3.6-SNAPSHOT
generated by maven-surefire-plugin:test (default-test):
m\maven-plugin-tools-javadoc\target\surefire-reports\*.xml
[windows-jdk8] Recording test results
[windows-jdk8] None of the test reports contained any result
[windows-jdk8] [withMaven] junitPublisher - Archive test results for Maven
artifact org.apache.maven.plugin-tools:maven-plugin-tools-model:3.6-SNAPSHOT
generated by maven-surefire-plugin:test (default-test):
m\maven-script\maven-plugin-tools-model\target\surefire-reports\*.xml
[windows-jdk8] Recording test results
[windows-jdk8] [withMaven] junitPublisher - Archive test results for Maven
artifact org.apache.maven.plugin-tools:maven-plugin-tools-ant:3.6-SNAPSHOT
generated by maven-surefire-plugin:test (default-test):
m\maven-script\maven-plugin-tools-ant\target\surefire-reports\*.xml
[windows-jdk8] Recording test results
[windows-jdk8] [withMaven] junitPublisher - Archive test results for Maven
artifact org.apache.maven.plugin-tools:maven-script-ant:3.6-SNAPSHOT generated
by maven-surefire-plugin:test (default-test):
m\maven-script\maven-script-ant\target\surefire-reports\*.xml
[windows-jdk8] Recording test results
[windows-jdk8] [withMaven] junitPublisher - Archive test results for Maven
artifact
org.apache.maven.plugin-tools:maven-plugin-tools-beanshell:3.6-SNAPSHOT
generated by maven-surefire-plugin:test (default-test):
m\maven-script\maven-plugin-tools-beanshell\target\surefire-reports\*.xml
[windows-jdk8] Recording test results
[windows-jdk8] None of the test reports contained any result
[windows-jdk8] [withMaven] junitPublisher - Archive test results for Maven
artifact org.apache.maven.plugin-tools:maven-script-beanshell:3.6-SNAPSHOT
generated by maven-surefire-plugin:test (default-test):
m\maven-script\maven-script-beanshell\target\surefire-reports\*.xml
[windows-jdk8] Recording test results
[windows-jdk8] None of the test reports contained any result
[windows-jdk8] [withMaven] junitPublisher - Archive test results for Maven
artifact org.apache.maven.plugins:maven-plugin-plugin:3.6-SNAPSHOT generated by
maven-surefire-plugin:test (default-test):
m\maven-plugin-plugin\target\surefire-reports\*.xml
[windows-jdk8] Recording test results
[windows-jdk8] None of the test reports contained any result
[Pipeline] [windows-jdk8] // withMaven
[Pipeline] [windows-jdk8] cleanWs
[windows-jdk8] [WS-CLEANUP] Deleting project workspace...[WS-CLEANUP] done
[Pipeline] [windows-jdk8] }
[Pipeline] [windows-jdk8] // stage
[Pipeline] [windows-jdk8] }
[Pipeline] [windows-jdk8] // node
[Pipeline] [windows-jdk8] }
[windows-jdk9] [INFO] ignore-plugin-class-realm\pom.xml
................ SUCCESS (17.5 s)
[windows-jdk9] [INFO] Building: java-basic\pom.xml
[windows-jdk9] [INFO] run post-build script verify.groovy
[windows-jdk9] [INFO] java-basic\pom.xml
............................... SUCCESS (15.7 s)
[windows-jdk9] [INFO] Building: java-basic-annotations\pom.xml
[windows-jdk9] [INFO] run post-build script verify.groovy
[windows-jdk9] [INFO] java-basic-annotations\pom.xml
................... SUCCESS (18.5 s)
[windows-jdk9] [INFO] Building: java-basic-annotations-jdk8\pom.xml
[windows-jdk9] [INFO] run post-build script verify.groovy
[windows-jdk9] [INFO] java-basic-annotations-jdk8\pom.xml
.............. SUCCESS (17.7 s)
[windows-jdk9] [INFO] Building: mplugin-187\pom.xml
[windows-jdk9] [INFO] mplugin-187\pom.xml
.............................. SUCCESS (5.2 s)
[windows-jdk9] [INFO] Building: mplugin-191\pom.xml
[windows-jdk9] [INFO] run post-build script verify.groovy
[windows-jdk9] [INFO] mplugin-191\pom.xml
.............................. SUCCESS (8.6 s)
[windows-jdk9] [INFO] Building: mplugin-223\pom.xml
[windows-jdk9] [INFO] run post-build script verify.groovy
[windows-jdk9] [INFO] mplugin-223\pom.xml
.............................. SUCCESS (7.7 s)
[windows-jdk9] [INFO] Building: mplugin-272_java8\pom.xml
[windows-jdk9] [INFO] mplugin-272_java8\pom.xml
........................ SUCCESS (11.4 s)
[windows-jdk9] [INFO] Building: mplugin-299_no-configuration\pom.xml
[windows-jdk9] [INFO] mplugin-299_no-configuration\pom.xml
............. SUCCESS (12.2 s)
[windows-jdk9] [INFO] Building: mplugin-305_defaultMojoDependencies\pom.xml
[windows-jdk9] [INFO] run post-build script verify.groovy
[windows-jdk9] [INFO] mplugin-305_defaultMojoDependencies\pom.xml
...... SUCCESS (10.2 s)
[windows-jdk9] [INFO] Building: mplugin-305_emptyMojoDependencies\pom.xml
[windows-jdk9] [INFO] run post-build script verify.groovy
[windows-jdk9] [INFO] mplugin-305_emptyMojoDependencies\pom.xml
........ SUCCESS (7.8 s)
[windows-jdk9] [INFO] Building: mplugin-305_singleMojoDependencies\pom.xml
[windows-jdk9] [INFO] run post-build script verify.groovy
[windows-jdk9] [INFO] mplugin-305_singleMojoDependencies\pom.xml
....... SUCCESS (8.4 s)
[windows-jdk9] [INFO] Building: mplugin-319_report-since\pom.xml
[windows-jdk9] [INFO] run post-build script verify.groovy
[windows-jdk9] [INFO] mplugin-319_report-since\pom.xml
................. SUCCESS (9.3 s)
[windows-jdk9] [INFO] Building: mplugin-324_javadoc\pom.xml
[windows-jdk9] [INFO] mplugin-324_javadoc\pom.xml
...................... SUCCESS (18.3 s)
[windows-jdk9] [INFO] Building: packaging-jar\pom.xml
[windows-jdk9] [INFO] run post-build script verify.groovy
[windows-jdk9] [INFO] packaging-jar\pom.xml
............................ SUCCESS (9.0 s)
[windows-jdk9] [INFO] Building: plugin-info-jdk\pom.xml
[windows-jdk9] [INFO] run post-build script verify.groovy
[windows-jdk9] [INFO] plugin-info-jdk\pom.xml
.......................... SUCCESS (18.3 s)
[windows-jdk9] [INFO] Building: plugin-info-jdk-default-version\pom.xml
[windows-jdk9] [INFO] run post-build script verify.groovy
[windows-jdk9] [INFO] plugin-info-jdk-default-version\pom.xml
.......... SUCCESS (8.8 s)
[windows-jdk9] [INFO] Building: plugin-report\pom.xml
[windows-jdk9] [INFO] run post-build script verify.bsh
[windows-jdk9] [INFO] plugin-report\pom.xml
............................ SUCCESS (28.6 s)
[windows-jdk9] [INFO] Building: plugin-report-annotations\pom.xml
[windows-jdk9] [INFO] run post-build script verify.bsh
[windows-jdk9] [INFO] plugin-report-annotations\pom.xml
................ SUCCESS (13.1 s)
[windows-jdk9] [INFO] Building: skip\pom.xml
[windows-jdk9] [INFO] run post-build script verify.groovy
[windows-jdk9] [INFO] skip\pom.xml
..................................... SUCCESS (7.0 s)
[windows-jdk9] [INFO] Building: source-encoding\pom.xml
[windows-jdk9] [INFO] run post-build script verify.groovy
[windows-jdk9] [INFO] source-encoding\pom.xml
.......................... SUCCESS (8.5 s)
[windows-jdk9] [INFO] -------------------------------------------------
[windows-jdk9] [INFO] Build Summary:
[windows-jdk9] [INFO] Passed: 32, Failed: 1, Errors: 0, Skipped: 0
[windows-jdk9] [INFO] -------------------------------------------------
[windows-jdk9] [WARNING] The following builds failed:
[windows-jdk9] [WARNING] * asm-failure\pom.xml
[windows-jdk9] [INFO] -------------------------------------------------
[windows-jdk9] [WARNING] Ignoring that 1 build failed.
[windows-jdk9] [INFO]
[windows-jdk9] [INFO] --- maven-checkstyle-plugin:3.0.0:check
(checkstyle-check) @ maven-plugin-plugin ---
[windows-jdk9] [INFO]
------------------------------------------------------------------------
[windows-jdk9] [INFO] Reactor Summary:
[windows-jdk9] [INFO]
[windows-jdk9] [INFO] Maven Plugin Tools .................................
SUCCESS [ 40.513 s]
[windows-jdk9] [INFO] Maven Plugin Tools Extractor API ...................
SUCCESS [ 17.696 s]
[windows-jdk9] [INFO] Maven Plugin Tools Generators ......................
SUCCESS [ 12.339 s]
[windows-jdk9] [INFO] Maven Plugin Tool for Java with Javadoc Tags .......
SUCCESS [ 9.122 s]
[windows-jdk9] [INFO] Maven Plugin Tools Java 5 Annotations ..............
SUCCESS [ 1.515 s]
[windows-jdk9] [INFO] Maven Plugin Tool for Java with Annotations ........
SUCCESS [ 8.060 s]
[windows-jdk9] [INFO] Maven Plugin Tools Javadoc Taglets .................
SUCCESS [ 32.117 s]
[windows-jdk9] [INFO] Maven Script Mojo Support ..........................
SUCCESS [ 0.668 s]
[windows-jdk9] [INFO] Maven Plugin Metadata Model ........................
SUCCESS [ 6.839 s]
[windows-jdk9] [INFO] Maven Plugin Tool for Ant ..........................
SUCCESS [ 3.659 s]
[windows-jdk9] [INFO] Maven Ant Mojo Support .............................
SUCCESS [ 6.469 s]
[windows-jdk9] [INFO] Maven Plugin Tool for Beanshell ....................
SUCCESS [ 2.008 s]
[windows-jdk9] [INFO] Maven Beanshell Mojo Support .......................
SUCCESS [ 1.306 s]
[windows-jdk9] [INFO] Maven Plugin Plugin ................................
SUCCESS [08:52 min]
[windows-jdk9] [INFO]
------------------------------------------------------------------------
[windows-jdk9] [INFO] BUILD SUCCESS
[windows-jdk9] [INFO]
------------------------------------------------------------------------
[windows-jdk9] [INFO] Total time: 11:16 min
[windows-jdk9] [INFO] Finished at: 2018-08-08T09:25:44-07:00
[windows-jdk9] [INFO] Final Memory: 58M/194M
[windows-jdk9] [INFO]
------------------------------------------------------------------------
[windows-jdk9] [INFO] [jenkins-event-spy] Generated
F:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ@tmp\withMaven1b356eff\maven-spy-20180808-091427-21910320574970205706650.log
[Pipeline] [windows-jdk9] }
[Pipeline] [windows-jdk9] // dir
[Pipeline] [windows-jdk9] }
[windows-jdk9] [withMaven] invokerPublisher - Archive invoker results for Maven
artifact
MavenArtifact{org.apache.maven.plugin-tools:maven-plugin-tools-javadoc::3.6-SNAPSHOT(version:
3.6-SNAPSHOT, snapshot:false) } generated by
PluginInvocation{org.apache.maven.plugins:maven-invoker-plugin:3.0.1@run
integration-test}: m\maven-plugin-tools-javadoc\target\invoker-reports\*.xml
[windows-jdk9] performing MavenInvokerRecorder,
reportsFilenamePattern:'**/m\maven-plugin-tools-javadoc\target\invoker-reports/BUILD*.xml',
invokerBuildDir:'**/m\maven-plugin-tools-javadoc\target\it'
[windows-jdk9] Found
reports:[f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-tools-javadoc\target\invoker-reports\BUILD-basic.xml]
[windows-jdk9] Found
logs:[f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-tools-javadoc\target\it\basic\build.log]
[windows-jdk9] Finished parsing Maven Invoker results (found 1)
[windows-jdk9] [withMaven] invokerPublisher - Archive invoker results for Maven
artifact
MavenArtifact{org.apache.maven.plugins:maven-plugin-plugin::3.6-SNAPSHOT(version:
3.6-SNAPSHOT, snapshot:false) } generated by
PluginInvocation{org.apache.maven.plugins:maven-invoker-plugin:3.0.1@run
integration-test}: m\maven-plugin-plugin\target\invoker-reports\*.xml
[windows-jdk9] performing MavenInvokerRecorder,
reportsFilenamePattern:'**/m\maven-plugin-plugin\target\invoker-reports/BUILD*.xml',
invokerBuildDir:'**/m\maven-plugin-plugin\target\it'
[windows-jdk9] Found
reports:[f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\invoker-reports\BUILD-annotation-with-inheritance-from-deps.xml,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\invoker-reports\BUILD-annotation-with-inheritance-reactor.xml,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\invoker-reports\BUILD-annotation-with-inheritance.xml,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\invoker-reports\BUILD-ant-basic.xml,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\invoker-reports\BUILD-ant-reference-parameter.xml,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\invoker-reports\BUILD-ant-simple-usage.xml,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\invoker-reports\BUILD-ant-since-maven-plugin.xml,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\invoker-reports\BUILD-asm-failure.xml,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\invoker-reports\BUILD-beanshell-simple.xml,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\invoker-reports\BUILD-fix-maven-since-3.x.xml,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\invoker-reports\BUILD-help-basic.xml,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\invoker-reports\BUILD-help-package.xml,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\invoker-reports\BUILD-ignore-plugin-class-realm.xml,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\invoker-reports\BUILD-java-basic-annotations-jdk8.xml,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\invoker-reports\BUILD-java-basic-annotations.xml,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\invoker-reports\BUILD-java-basic.xml,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\invoker-reports\BUILD-mplugin-187.xml,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\invoker-reports\BUILD-mplugin-191.xml,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\invoker-reports\BUILD-mplugin-223.xml,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\invoker-reports\BUILD-mplugin-272_java8.xml,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\invoker-reports\BUILD-mplugin-299_no-configuration.xml,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\invoker-reports\BUILD-mplugin-305_defaultMojoDependencies.xml,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\invoker-reports\BUILD-mplugin-305_emptyMojoDependencies.xml,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\invoker-reports\BUILD-mplugin-305_singleMojoDependencies.xml,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\invoker-reports\BUILD-mplugin-319_report-since.xml,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\invoker-reports\BUILD-mplugin-324_javadoc.xml,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\invoker-reports\BUILD-packaging-jar.xml,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\invoker-reports\BUILD-plugin-info-jdk-default-version.xml,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\invoker-reports\BUILD-plugin-info-jdk.xml,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\invoker-reports\BUILD-plugin-report-annotations.xml,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\invoker-reports\BUILD-plugin-report.xml,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\invoker-reports\BUILD-skip.xml,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\invoker-reports\BUILD-source-encoding.xml]
[windows-jdk9] Found
logs:[f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\it\annotation-with-inheritance-from-deps\build.log,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\it\annotation-with-inheritance-reactor\build.log,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\it\annotation-with-inheritance\build.log,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\it\ant-basic\build.log,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\it\ant-reference-parameter\build.log,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\it\ant-simple-usage\build.log,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\it\ant-since-maven-plugin\build.log,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\it\asm-failure\build.log,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\it\beanshell-simple\build.log,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\it\fix-maven-since-3.x\build.log,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\it\help-basic\build.log,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\it\help-package\build.log,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\it\ignore-plugin-class-realm\build.log,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\it\java-basic-annotations-jdk8\build.log,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\it\java-basic-annotations\build.log,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\it\java-basic\build.log,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\it\mplugin-187\build.log,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\it\mplugin-191\build.log,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\it\mplugin-223\build.log,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\it\mplugin-272_java8\build.log,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\it\mplugin-299_no-configuration\build.log,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\it\mplugin-305_defaultMojoDependencies\build.log,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\it\mplugin-305_emptyMojoDependencies\build.log,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\it\mplugin-305_singleMojoDependencies\build.log,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\it\mplugin-319_report-since\build.log,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\it\mplugin-324_javadoc\build.log,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\it\packaging-jar\build.log,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\it\plugin-info-jdk-default-version\build.log,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\it\plugin-info-jdk\build.log,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\it\plugin-report-annotations\build.log,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\it\plugin-report\build.log,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\it\skip\build.log,
f:\jenkins\jenkins-slave\workspace\x_maven-plugin-tools_master-XKS4EHY3PSXHGP4DHIXUDAAM6TMAKT3YNFP2XDSSXFM24ZMKWIXQ\m\maven-plugin-plugin\target\it\source-encoding\build.log]
[windows-jdk9] Finished parsing Maven Invoker results (found 33)
[windows-jdk9] [withMaven] junitPublisher - Archive test results for Maven
artifact org.apache.maven.plugin-tools:maven-plugin-tools-api:3.6-SNAPSHOT
generated by maven-surefire-plugin:test (default-test):
m\maven-plugin-tools-api\target\surefire-reports\*.xml
[windows-jdk9] Recording test results
[windows-jdk9] [withMaven] junitPublisher - Archive test results for Maven
artifact
org.apache.maven.plugin-tools:maven-plugin-tools-generators:3.6-SNAPSHOT
generated by maven-surefire-plugin:test (default-test):
m\maven-plugin-tools-generators\target\surefire-reports\*.xml
[windows-jdk9] Recording test results
[windows-jdk9] [withMaven] junitPublisher - Archive test results for Maven
artifact org.apache.maven.plugin-tools:maven-plugin-tools-java:3.6-SNAPSHOT
generated by maven-surefire-plugin:test (default-test):
m\maven-plugin-tools-java\target\surefire-reports\*.xml
[windows-jdk9] Recording test results
[windows-jdk9] [withMaven] junitPublisher - Archive test results for Maven
artifact org.apache.maven.plugin-tools:maven-plugin-annotations:3.6-SNAPSHOT
generated by maven-surefire-plugin:test (default-test):
m\maven-plugin-annotations\target\surefire-reports\*.xml
[windows-jdk9] Recording test results
[windows-jdk9] None of the test reports contained any result
[windows-jdk9] [withMaven] junitPublisher - Archive test results for Maven
artifact
org.apache.maven.plugin-tools:maven-plugin-tools-annotations:3.6-SNAPSHOT
generated by maven-surefire-plugin:test (default-test):
m\maven-plugin-tools-annotations\target\surefire-reports\*.xml
[windows-jdk9] Recording test results
[windows-jdk9] [withMaven] junitPublisher - Archive test results for Maven
artifact org.apache.maven.plugin-tools:maven-plugin-tools-javadoc:3.6-SNAPSHOT
generated by maven-surefire-plugin:test (default-test):
m\maven-plugin-tools-javadoc\target\surefire-reports\*.xml
[windows-jdk9] Recording test results
[windows-jdk9] None of the test reports contained any result
[windows-jdk9] [withMaven] junitPublisher - Archive test results for Maven
artifact org.apache.maven.plugin-tools:maven-plugin-tools-model:3.6-SNAPSHOT
generated by maven-surefire-plugin:test (default-test):
m\maven-script\maven-plugin-tools-model\target\surefire-reports\*.xml
[windows-jdk9] Recording test results
[windows-jdk9] [withMaven] junitPublisher - Archive test results for Maven
artifact org.apache.maven.plugin-tools:maven-plugin-tools-ant:3.6-SNAPSHOT
generated by maven-surefire-plugin:test (default-test):
m\maven-script\maven-plugin-tools-ant\target\surefire-reports\*.xml
[windows-jdk9] Recording test results
[windows-jdk9] [withMaven] junitPublisher - Archive test results for Maven
artifact org.apache.maven.plugin-tools:maven-script-ant:3.6-SNAPSHOT generated
by maven-surefire-plugin:test (default-test):
m\maven-script\maven-script-ant\target\surefire-reports\*.xml
[windows-jdk9] Recording test results
[windows-jdk9] [withMaven] junitPublisher - Archive test results for Maven
artifact
org.apache.maven.plugin-tools:maven-plugin-tools-beanshell:3.6-SNAPSHOT
generated by maven-surefire-plugin:test (default-test):
m\maven-script\maven-plugin-tools-beanshell\target\surefire-reports\*.xml
[windows-jdk9] Recording test results
[windows-jdk9] None of the test reports contained any result
[windows-jdk9] [withMaven] junitPublisher - Archive test results for Maven
artifact org.apache.maven.plugin-tools:maven-script-beanshell:3.6-SNAPSHOT
generated by maven-surefire-plugin:test (default-test):
m\maven-script\maven-script-beanshell\target\surefire-reports\*.xml
[windows-jdk9] Recording test results
[windows-jdk9] None of the test reports contained any result
[windows-jdk9] [withMaven] junitPublisher - Archive test results for Maven
artifact org.apache.maven.plugins:maven-plugin-plugin:3.6-SNAPSHOT generated by
maven-surefire-plugin:test (default-test):
m\maven-plugin-plugin\target\surefire-reports\*.xml
[windows-jdk9] Recording test results
[windows-jdk9] None of the test reports contained any result
[Pipeline] [windows-jdk9] // withMaven
[Pipeline] [windows-jdk9] cleanWs
[windows-jdk9] [WS-CLEANUP] Deleting project workspace...[WS-CLEANUP] done
[Pipeline] [windows-jdk9] }
[Pipeline] [windows-jdk9] // stage
[Pipeline] [windows-jdk9] }
[Pipeline] [windows-jdk9] // node
[Pipeline] [windows-jdk9] }
[Pipeline] // parallel
[Pipeline] stage
[Pipeline] { (Notifications)
[Pipeline] echo
Build result: FAILURE
[Pipeline] jiraIssueSelector
[Pipeline] emailext