See https://builds.apache.org/job/maven-box/job/maven-scm/job/SCM-875/4/

Changes:

* INFRA-16749, INFRA-16768  - Trying to keep workspace clean
* INFRA-16749, INFRA-16768  - Followup
* INFRA-16749, INFRA-16768  - Followup temporarily failFast = false.
* Used the wrong comment style.

32 tests failed.
FAILED:  org.apache.maven.scm.plugin.BranchMojoTest.testBranch

Error Message:
Command failed.The svn command failed.

Stack Trace:
org.apache.maven.plugin.MojoExecutionException: Command failed.The svn command 
failed.
        at 
org.apache.maven.scm.plugin.BranchMojoTest.setUp(BranchMojoTest.java:74)


FAILED:  
org.apache.maven.scm.plugin.ChangeLogMojoTest.testChangeLogWithParameters

Error Message:
Command failed.The svn command failed.

Stack Trace:
org.apache.maven.plugin.MojoExecutionException: Command failed.The svn command 
failed.
        at 
org.apache.maven.scm.plugin.ChangeLogMojoTest.testChangeLogWithParameters(ChangeLogMojoTest.java:102)


FAILED:  org.apache.maven.scm.plugin.ChangeLogMojoTest.testChangeLog

Error Message:
Command failed.The svn command failed.

Stack Trace:
org.apache.maven.plugin.MojoExecutionException: Command failed.The svn command 
failed.
        at 
org.apache.maven.scm.plugin.ChangeLogMojoTest.testChangeLog(ChangeLogMojoTest.java:79)


FAILED:  org.apache.maven.scm.plugin.CheckoutMojoTest.testExcludeInclude

Error Message:
Command failed.The svn command failed.

Stack Trace:
org.apache.maven.plugin.MojoExecutionException: Command failed.The svn command 
failed.
        at 
org.apache.maven.scm.plugin.CheckoutMojoTest.testExcludeInclude(CheckoutMojoTest.java:153)


FAILED:  org.apache.maven.scm.plugin.CheckoutMojoTest.testUseExport

Error Message:
Command failed.The svn command failed.

Stack Trace:
org.apache.maven.plugin.MojoExecutionException: Command failed.The svn command 
failed.
        at 
org.apache.maven.scm.plugin.CheckoutMojoTest.testUseExport(CheckoutMojoTest.java:132)


FAILED:  
org.apache.maven.scm.plugin.CheckoutMojoTest.testSkipCheckoutWithConnectionUrl

Error Message:
Command failed.The svn command failed.

Stack Trace:
org.apache.maven.plugin.MojoExecutionException: Command failed.The svn command 
failed.
        at 
org.apache.maven.scm.plugin.CheckoutMojoTest.testSkipCheckoutWithConnectionUrl(CheckoutMojoTest.java:96)


FAILED:  org.apache.maven.scm.plugin.ExportMojoTest.testExcludeInclude

Error Message:
Command failed.The svn command failed.

Stack Trace:
org.apache.maven.plugin.MojoExecutionException: Command failed.The svn command 
failed.
        at 
org.apache.maven.scm.plugin.ExportMojoTest.testExcludeInclude(ExportMojoTest.java:90)


FAILED:  org.apache.maven.scm.plugin.ExportMojoTest.testExport

Error Message:
Command failed.The svn command failed.

Stack Trace:
org.apache.maven.plugin.MojoExecutionException: Command failed.The svn command 
failed.
        at 
org.apache.maven.scm.plugin.ExportMojoTest.testExport(ExportMojoTest.java:55)


FAILED:  org.apache.maven.scm.plugin.TagMojoTest.testTag

Error Message:
Command failed.The svn command failed.

Stack Trace:
org.apache.maven.plugin.MojoExecutionException: Command failed.The svn command 
failed.
        at org.apache.maven.scm.plugin.TagMojoTest.setUp(TagMojoTest.java:74)


FAILED:  org.apache.maven.scm.plugin.TagMojoTest.testTagWithTimestamp

Error Message:
Command failed.The svn command failed.

Stack Trace:
org.apache.maven.plugin.MojoExecutionException: Command failed.The svn command 
failed.
        at org.apache.maven.scm.plugin.TagMojoTest.setUp(TagMojoTest.java:74)


FAILED:  
org.apache.maven.scm.plugin.UpdateMojoTest.testSkipCheckoutWithConnectionUrl

Error Message:
Command failed.The svn command failed.

Stack Trace:
org.apache.maven.plugin.MojoExecutionException: Command failed.The svn command 
failed.
        at 
org.apache.maven.scm.plugin.UpdateMojoTest.testSkipCheckoutWithConnectionUrl(UpdateMojoTest.java:73)


FAILED:  
org.apache.maven.scm.provider.git.gitexe.command.checkout.GitExeCheckOutCommandNoBranchTest.testCheckoutNoBranch

Error Message:
The check out result success flag was false.

Stack Trace:
junit.framework.AssertionFailedError: The check out result success flag was 
false.
        at 
org.apache.maven.scm.provider.git.gitexe.command.checkout.GitExeCheckOutCommandNoBranchTest.checkoutRepo(GitExeCheckOutCommandNoBranchTest.java:89)
        at 
org.apache.maven.scm.provider.git.gitexe.command.checkout.GitExeCheckOutCommandNoBranchTest.testCheckoutNoBranch(GitExeCheckOutCommandNoBranchTest.java:65)


FAILED:  
org.apache.maven.scm.provider.git.gitexe.command.checkout.GitExeCheckOutCommandNoBranchTest.testDoubleCheckoutNoBranch

Error Message:
The check out result success flag was false.

Stack Trace:
junit.framework.AssertionFailedError: The check out result success flag was 
false.
        at 
org.apache.maven.scm.provider.git.gitexe.command.checkout.GitExeCheckOutCommandNoBranchTest.checkoutRepo(GitExeCheckOutCommandNoBranchTest.java:89)
        at 
org.apache.maven.scm.provider.git.gitexe.command.checkout.GitExeCheckOutCommandNoBranchTest.testDoubleCheckoutNoBranch(GitExeCheckOutCommandNoBranchTest.java:77)


FAILED:  
org.apache.maven.scm.provider.git.jgit.command.branch.JGitBranchCommandTckTest.testBranchCommandTest

Error Message:
Exception while executing SCM command.

Stack Trace:
org.apache.maven.scm.ScmException: Exception while executing SCM command.
Caused by: org.apache.maven.scm.ScmException: JGit checkout failure!
Caused by: org.eclipse.jgit.api.errors.JGitInternalException: Exception caught 
during execution of fetch command
Caused by: org.eclipse.jgit.errors.NotSupportedException: URI not supported: 
file://2/m/maven-scm-providers/maven-scm-providers-git/maven-scm-provider-jgit/target/scm-test/repository


FAILED:  
org.apache.maven.scm.provider.git.jgit.command.changelog.JGitChangeLogCommandTckTest.testChangeLogCommand

Error Message:
Exception while executing SCM command.

Stack Trace:
org.apache.maven.scm.ScmException: Exception while executing SCM command.
Caused by: org.apache.maven.scm.ScmException: JGit checkout failure!
Caused by: org.eclipse.jgit.api.errors.JGitInternalException: Exception caught 
during execution of fetch command
Caused by: org.eclipse.jgit.errors.NotSupportedException: URI not supported: 
file://2/m/maven-scm-providers/maven-scm-providers-git/maven-scm-provider-jgit/target/scm-test/repository


FAILED:  
org.apache.maven.scm.provider.git.jgit.command.checkin.JGitCheckInCommandCommitterAuthorTckTest.testCheckInCommandTest

Error Message:
Exception while executing SCM command.

Stack Trace:
org.apache.maven.scm.ScmException: Exception while executing SCM command.
        at 
org.apache.maven.scm.provider.git.jgit.command.checkin.JGitCheckInCommandCommitterAuthorTckTest.setUp(JGitCheckInCommandCommitterAuthorTckTest.java:60)
Caused by: org.apache.maven.scm.ScmException: JGit checkout failure!
        at 
org.apache.maven.scm.provider.git.jgit.command.checkin.JGitCheckInCommandCommitterAuthorTckTest.setUp(JGitCheckInCommandCommitterAuthorTckTest.java:60)
Caused by: org.eclipse.jgit.api.errors.JGitInternalException: Exception caught 
during execution of fetch command
        at 
org.apache.maven.scm.provider.git.jgit.command.checkin.JGitCheckInCommandCommitterAuthorTckTest.setUp(JGitCheckInCommandCommitterAuthorTckTest.java:60)
Caused by: org.eclipse.jgit.errors.NotSupportedException: URI not supported: 
file://2/m/maven-scm-providers/maven-scm-providers-git/maven-scm-provider-jgit/target/scm-test/repository
        at 
org.apache.maven.scm.provider.git.jgit.command.checkin.JGitCheckInCommandCommitterAuthorTckTest.setUp(JGitCheckInCommandCommitterAuthorTckTest.java:60)


FAILED:  
org.apache.maven.scm.provider.git.jgit.command.checkin.JGitCheckInCommandCommitterAuthorTckTest.testCheckInCommandPartialFileset

Error Message:
Exception while executing SCM command.

Stack Trace:
org.apache.maven.scm.ScmException: Exception while executing SCM command.
        at 
org.apache.maven.scm.provider.git.jgit.command.checkin.JGitCheckInCommandCommitterAuthorTckTest.setUp(JGitCheckInCommandCommitterAuthorTckTest.java:60)
Caused by: org.apache.maven.scm.ScmException: JGit checkout failure!
        at 
org.apache.maven.scm.provider.git.jgit.command.checkin.JGitCheckInCommandCommitterAuthorTckTest.setUp(JGitCheckInCommandCommitterAuthorTckTest.java:60)
Caused by: org.eclipse.jgit.api.errors.JGitInternalException: Exception caught 
during execution of fetch command
        at 
org.apache.maven.scm.provider.git.jgit.command.checkin.JGitCheckInCommandCommitterAuthorTckTest.setUp(JGitCheckInCommandCommitterAuthorTckTest.java:60)
Caused by: org.eclipse.jgit.errors.NotSupportedException: URI not supported: 
file://2/m/maven-scm-providers/maven-scm-providers-git/maven-scm-provider-jgit/target/scm-test/repository
        at 
org.apache.maven.scm.provider.git.jgit.command.checkin.JGitCheckInCommandCommitterAuthorTckTest.setUp(JGitCheckInCommandCommitterAuthorTckTest.java:60)


FAILED:  
org.apache.maven.scm.provider.git.jgit.command.checkin.JGitCheckInCommandTckTest.testCheckInCommandTest

Error Message:
Exception while executing SCM command.

Stack Trace:
org.apache.maven.scm.ScmException: Exception while executing SCM command.
Caused by: org.apache.maven.scm.ScmException: JGit checkout failure!
Caused by: org.eclipse.jgit.api.errors.JGitInternalException: Exception caught 
during execution of fetch command
Caused by: org.eclipse.jgit.errors.NotSupportedException: URI not supported: 
file://2/m/maven-scm-providers/maven-scm-providers-git/maven-scm-provider-jgit/target/scm-test/repository


FAILED:  
org.apache.maven.scm.provider.git.jgit.command.checkin.JGitCheckInCommandTckTest.testCheckInCommandPartialFileset

Error Message:
Exception while executing SCM command.

Stack Trace:
org.apache.maven.scm.ScmException: Exception while executing SCM command.
Caused by: org.apache.maven.scm.ScmException: JGit checkout failure!
Caused by: org.eclipse.jgit.api.errors.JGitInternalException: Exception caught 
during execution of fetch command
Caused by: org.eclipse.jgit.errors.NotSupportedException: URI not supported: 
file://2/m/maven-scm-providers/maven-scm-providers-git/maven-scm-provider-jgit/target/scm-test/repository


FAILED:  
org.apache.maven.scm.provider.git.jgit.command.checkout.JGitCheckOutCommandTckTest.testCheckOutCommandTest

Error Message:
Exception while executing SCM command.

Stack Trace:
org.apache.maven.scm.ScmException: Exception while executing SCM command.
Caused by: org.apache.maven.scm.ScmException: JGit checkout failure!
Caused by: org.eclipse.jgit.api.errors.JGitInternalException: Exception caught 
during execution of fetch command
Caused by: org.eclipse.jgit.errors.NotSupportedException: URI not supported: 
file://2/m/maven-scm-providers/maven-scm-providers-git/maven-scm-provider-jgit/target/scm-test/repository


FAILED:  
org.apache.maven.scm.provider.git.jgit.command.diff.JGitDiffCommandTckTest.testDiffCommand

Error Message:
Exception while executing SCM command.

Stack Trace:
org.apache.maven.scm.ScmException: Exception while executing SCM command.
Caused by: org.apache.maven.scm.ScmException: JGit checkout failure!
Caused by: org.eclipse.jgit.api.errors.JGitInternalException: Exception caught 
during execution of fetch command
Caused by: org.eclipse.jgit.errors.NotSupportedException: URI not supported: 
file://2/m/maven-scm-providers/maven-scm-providers-git/maven-scm-provider-jgit/target/scm-test/repository


FAILED:  
org.apache.maven.scm.provider.git.jgit.command.remoteinfo.JGitRemoteInfoCommandTckTest.testRemoteInfoCommand

Error Message:
Exception while executing SCM command.

Stack Trace:
org.apache.maven.scm.ScmException: Exception while executing SCM command.
Caused by: org.apache.maven.scm.ScmException: JGit checkout failure!
Caused by: org.eclipse.jgit.api.errors.JGitInternalException: Exception caught 
during execution of fetch command
Caused by: org.eclipse.jgit.errors.NotSupportedException: URI not supported: 
file://2/m/maven-scm-providers/maven-scm-providers-git/maven-scm-provider-jgit/target/scm-test/repository


FAILED:  
org.apache.maven.scm.provider.git.jgit.command.status.JGitStatusCommandTckTest.testStatusCommand

Error Message:
Exception while executing SCM command.

Stack Trace:
org.apache.maven.scm.ScmException: Exception while executing SCM command.
Caused by: org.apache.maven.scm.ScmException: JGit checkout failure!
Caused by: org.eclipse.jgit.api.errors.JGitInternalException: Exception caught 
during execution of fetch command
Caused by: org.eclipse.jgit.errors.NotSupportedException: URI not supported: 
file://2/m/maven-scm-providers/maven-scm-providers-git/maven-scm-provider-jgit/target/scm-test/repository


FAILED:  
org.apache.maven.scm.provider.git.jgit.command.tag.JGitTagCommandTckTest.testTagCommandTest

Error Message:
Exception while executing SCM command.

Stack Trace:
org.apache.maven.scm.ScmException: Exception while executing SCM command.
Caused by: org.apache.maven.scm.ScmException: JGit checkout failure!
Caused by: org.eclipse.jgit.api.errors.JGitInternalException: Exception caught 
during execution of fetch command
Caused by: org.eclipse.jgit.errors.NotSupportedException: URI not supported: 
file://2/m/maven-scm-providers/maven-scm-providers-git/maven-scm-provider-jgit/target/scm-test/repository


FAILED:  
org.apache.maven.scm.provider.git.gitexe.command.checkin.GitCheckInCommandNoBranchTest.testCheckinNoBranch

Error Message:
The check out result success flag was false.

Stack Trace:
junit.framework.AssertionFailedError: The check out result success flag was 
false.
        at 
org.apache.maven.scm.provider.git.gitexe.command.checkin.GitCheckInCommandNoBranchTest.checkoutRepo(GitCheckInCommandNoBranchTest.java:93)
        at 
org.apache.maven.scm.provider.git.gitexe.command.checkin.GitCheckInCommandNoBranchTest.testCheckinNoBranch(GitCheckInCommandNoBranchTest.java:79)


FAILED:  
org.apache.maven.scm.provider.git.gitexe.command.checkin.GitCheckInCommandNoBranchTest.testCheckinNoBranch

Error Message:
The check out result success flag was false.

Stack Trace:
junit.framework.AssertionFailedError: The check out result success flag was 
false.
        at 
org.apache.maven.scm.provider.git.gitexe.command.checkin.GitCheckInCommandNoBranchTest.checkoutRepo(GitCheckInCommandNoBranchTest.java:93)
        at 
org.apache.maven.scm.provider.git.gitexe.command.checkin.GitCheckInCommandNoBranchTest.testCheckinNoBranch(GitCheckInCommandNoBranchTest.java:64)


FAILED:  
org.apache.maven.scm.provider.git.gitexe.command.checkin.GitCheckInCommandNoBranchTest.testCheckinNoBranch

Error Message:
The check out result success flag was false.

Stack Trace:
junit.framework.AssertionFailedError: The check out result success flag was 
false.
        at 
org.apache.maven.scm.provider.git.gitexe.command.checkin.GitCheckInCommandNoBranchTest.checkoutRepo(GitCheckInCommandNoBranchTest.java:93)
        at 
org.apache.maven.scm.provider.git.gitexe.command.checkin.GitCheckInCommandNoBranchTest.testCheckinNoBranch(GitCheckInCommandNoBranchTest.java:79)


FAILED:  
org.apache.maven.scm.provider.git.gitexe.command.checkin.GitCheckInCommandNoBranchTest.testCheckinNoBranch

Error Message:
The check out result success flag was false.

Stack Trace:
junit.framework.AssertionFailedError: The check out result success flag was 
false.
        at 
org.apache.maven.scm.provider.git.gitexe.command.checkin.GitCheckInCommandNoBranchTest.checkoutRepo(GitCheckInCommandNoBranchTest.java:93)
        at 
org.apache.maven.scm.provider.git.gitexe.command.checkin.GitCheckInCommandNoBranchTest.testCheckinNoBranch(GitCheckInCommandNoBranchTest.java:79)


FAILED:  
org.apache.maven.scm.provider.git.gitexe.command.checkin.GitCheckInCommandTest.testCheckinAfterRename

Error Message:
The check out result success flag was false.

Stack Trace:
junit.framework.AssertionFailedError: The check out result success flag was 
false.
        at 
org.apache.maven.scm.provider.git.gitexe.command.checkin.GitCheckInCommandTest.checkoutRepoInto(GitCheckInCommandTest.java:143)
        at 
org.apache.maven.scm.provider.git.gitexe.command.checkin.GitCheckInCommandTest.testCheckinAfterRename(GitCheckInCommandTest.java:99)


FAILED:  
org.apache.maven.scm.provider.git.gitexe.command.checkin.GitCheckInCommandTest.testCheckinAfterRename

Error Message:
The check out result success flag was false.

Stack Trace:
junit.framework.AssertionFailedError: The check out result success flag was 
false.
        at 
org.apache.maven.scm.provider.git.gitexe.command.checkin.GitCheckInCommandTest.checkoutRepoInto(GitCheckInCommandTest.java:143)
        at 
org.apache.maven.scm.provider.git.gitexe.command.checkin.GitCheckInCommandTest.testCheckinAfterRename(GitCheckInCommandTest.java:99)


FAILED:  
org.apache.maven.scm.provider.git.gitexe.command.checkin.GitCheckInCommandTest.testCheckinAfterRename

Error Message:
The check out result success flag was false.

Stack Trace:
junit.framework.AssertionFailedError: The check out result success flag was 
false.
        at 
org.apache.maven.scm.provider.git.gitexe.command.checkin.GitCheckInCommandTest.checkoutRepoInto(GitCheckInCommandTest.java:143)
        at 
org.apache.maven.scm.provider.git.gitexe.command.checkin.GitCheckInCommandTest.testCheckinAfterRename(GitCheckInCommandTest.java:99)


FAILED:  
org.apache.maven.scm.provider.git.gitexe.command.checkin.GitCheckInCommandTest.testCheckinAfterRename

Error Message:
The check out result success flag was false.

Stack Trace:
junit.framework.AssertionFailedError: The check out result success flag was 
false.
        at 
org.apache.maven.scm.provider.git.gitexe.command.checkin.GitCheckInCommandTest.checkoutRepoInto(GitCheckInCommandTest.java:143)
        at 
org.apache.maven.scm.provider.git.gitexe.command.checkin.GitCheckInCommandTest.testCheckinAfterRename(GitCheckInCommandTest.java:99)




Build log:
[...truncated 3.25 MB...]
[windows-jdk10]         at 
com.google.inject.internal.InternalFactoryToInitializableAdapter.get(InternalFactoryToInitializableAdapter.java:45)
[windows-jdk10]         at 
com.google.inject.internal.InjectorImpl$2$1.call(InjectorImpl.java:1016)
[windows-jdk10]         at 
com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1092)
[windows-jdk10]         at 
com.google.inject.internal.InjectorImpl$2.get(InjectorImpl.java:1012)
[windows-jdk10]         at org.eclipse.sisu.inject.Guice4$1.get(Guice4.java:162)
[windows-jdk10]         at 
org.eclipse.sisu.inject.LazyBeanEntry.getValue(LazyBeanEntry.java:81)
[windows-jdk10]         at 
org.eclipse.sisu.plexus.LazyPlexusBean.getValue(LazyPlexusBean.java:51)
[windows-jdk10]         at 
org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:263)
[windows-jdk10]         at 
org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:243)
[windows-jdk10]         at 
org.codehaus.plexus.archiver.manager.DefaultArchiverManager.getArchiver(DefaultArchiverManager.java:63)
[windows-jdk10]         at 
org.apache.maven.plugin.assembly.archive.DefaultAssemblyArchiver.createArchiver(DefaultAssemblyArchiver.java:302)
[windows-jdk10]         at 
org.apache.maven.plugin.assembly.archive.DefaultAssemblyArchiver.createArchive(DefaultAssemblyArchiver.java:170)
[windows-jdk10]         at 
org.apache.maven.plugin.assembly.mojos.AbstractAssemblyMojo.execute(AbstractAssemblyMojo.java:484)
[windows-jdk10]         at 
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
[windows-jdk10]         at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
[windows-jdk10]         at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:154)
[windows-jdk10]         at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:146)
[windows-jdk10]         at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
[windows-jdk10]         at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
[windows-jdk10]         at 
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
[windows-jdk10]         at 
org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
[windows-jdk10]         at 
org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:309)
[windows-jdk10]         at 
org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:194)
[windows-jdk10]         at 
org.apache.maven.DefaultMaven.execute(DefaultMaven.java:107)
[windows-jdk10]         at 
org.apache.maven.cli.MavenCli.execute(MavenCli.java:993)
[windows-jdk10]         at 
org.apache.maven.cli.MavenCli.doMain(MavenCli.java:345)
[windows-jdk10]         at org.apache.maven.cli.MavenCli.main(MavenCli.java:191)
[windows-jdk10]         at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[windows-jdk10]         at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[windows-jdk10]         at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[windows-jdk10]         at 
java.base/java.lang.reflect.Method.invoke(Method.java:564)
[windows-jdk10]         at 
org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
[windows-jdk10]         at 
org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
[windows-jdk10]         at 
org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
[windows-jdk10]         at 
org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
[windows-jdk10] Caused by: java.lang.ArrayIndexOutOfBoundsException: 1
[windows-jdk10]         at 
org.codehaus.plexus.archiver.zip.AbstractZipArchiver.<clinit>(AbstractZipArchiver.java:123)
[windows-jdk10]         ... 60 more
[windows-jdk10] [INFO] 
------------------------------------------------------------------------
[windows-jdk10] [INFO] Reactor Summary:
[windows-jdk10] [INFO] 
[windows-jdk10] [INFO] Maven SCM .......................................... 
SUCCESS [ 11.525 s]
[windows-jdk10] [INFO] Maven SCM API ...................................... 
SUCCESS [  6.128 s]
[windows-jdk10] [INFO] Maven SCM Managers ................................. 
SUCCESS [  0.668 s]
[windows-jdk10] [INFO] Maven SCM Manager for Plexus ....................... 
SUCCESS [  1.639 s]
[windows-jdk10] [INFO] Maven SCM Test ..................................... 
SUCCESS [  2.326 s]
[windows-jdk10] [INFO] Maven SCM Providers ................................ 
SUCCESS [  0.871 s]
[windows-jdk10] [INFO] Maven SCM AccuRev Provider ......................... 
SUCCESS [  4.935 s]
[windows-jdk10] [INFO] Maven SCM Bazaar Provider .......................... 
SUCCESS [  2.638 s]
[windows-jdk10] [INFO] Maven SCM Clearcase Provider ....................... 
SUCCESS [  4.265 s]
[windows-jdk10] [INFO] Maven SCM CVS Provider - Parent .................... 
SUCCESS [  0.721 s]
[windows-jdk10] [INFO] Maven SCM CVS Provider TCK tests ................... 
SUCCESS [  1.148 s]
[windows-jdk10] [INFO] Maven SCM CVS Provider - Common library ............ 
SUCCESS [  2.670 s]
[windows-jdk10] [INFO] Maven SCM CVS Provider - CVS Executable Impl. ...... 
SUCCESS [  2.482 s]
[windows-jdk10] [INFO] Maven SCM CVS Provider - CVS Java Impl. ............ 
SUCCESS [  2.660 s]
[windows-jdk10] [INFO] Maven SCM Mercurial (Hg) Provider .................. 
SUCCESS [  2.782 s]
[windows-jdk10] [INFO] Maven SCM Git Provider - Parent .................... 
SUCCESS [  0.728 s]
[windows-jdk10] [INFO] Maven SCM Git Provider - Common library ............ 
SUCCESS [  2.365 s]
[windows-jdk10] [INFO] Maven SCM Git Provider TCK Tests ................... 
SUCCESS [  1.136 s]
[windows-jdk10] [INFO] Maven SCM Git Provider - Git Executable Impl. ...... 
SUCCESS [  5.522 s]
[windows-jdk10] [INFO] Maven SCM Git Provider - JGit Impl. ................ 
SUCCESS [ 27.383 s]
[windows-jdk10] [INFO] Maven SCM Local Provider ........................... 
SUCCESS [  2.452 s]
[windows-jdk10] [INFO] Maven SCM Perforce Provider ........................ 
SUCCESS [  3.153 s]
[windows-jdk10] [INFO] Maven SCM Starteam Provider ........................ 
SUCCESS [  4.077 s]
[windows-jdk10] [INFO] Maven SCM Subversion Provider - Parent ............. 
SUCCESS [  0.724 s]
[windows-jdk10] [INFO] Maven SCM Subversion Provider - Common library ..... 
SUCCESS [  2.756 s]
[windows-jdk10] [INFO] Maven SCM Subversion Provider TCK Tests ............ 
SUCCESS [  1.079 s]
[windows-jdk10] [INFO] Maven SCM Subversion Provider - SVN Executable Impl. 
SUCCESS [  5.292 s]
[windows-jdk10] [INFO] Maven SCM Synergy Provider ......................... 
SUCCESS [  2.812 s]
[windows-jdk10] [INFO] Maven SCM Visual Source Safe Provider .............. 
SUCCESS [  3.334 s]
[windows-jdk10] [INFO] Maven SCM TFS Provider ............................. 
SUCCESS [  2.547 s]
[windows-jdk10] [INFO] Maven SCM MKS Integrity Provider ................... 
SUCCESS [  3.035 s]
[windows-jdk10] [INFO] Maven SCM Jazz/Rational Team Concert Provider ...... 
SUCCESS [  3.030 s]
[windows-jdk10] [INFO] Maven SCM Standard Providers ....................... 
SUCCESS [  1.852 s]
[windows-jdk10] [INFO] Maven SCM Client ................................... 
FAILURE [  2.105 s]
[windows-jdk10] [INFO] Maven SCM Plugin ................................... 
SKIPPED
[windows-jdk10] [INFO] 
------------------------------------------------------------------------
[windows-jdk10] [INFO] BUILD FAILURE
[windows-jdk10] [INFO] 
------------------------------------------------------------------------
[windows-jdk10] [INFO] Total time: 02:04 min
[windows-jdk10] [INFO] Finished at: 2018-07-14T11:17:24Z
[windows-jdk10] [INFO] Final Memory: 49M/170M
[windows-jdk10] [INFO] 
------------------------------------------------------------------------
[windows-jdk10] [WARNING] The requested profile "run-its" could not be 
activated because it does not exist.
[windows-jdk10] [INFO] [jenkins-event-spy] Generated 
F:\jenkins\jenkins-slave\workspace\maven-box_maven-scm_SCM-875-E7QNS3H3CPC43FXJ2LYENHDWQXX3S67YOH2VMURVHOCX2V7KXVMQ@tmp\withMaven907975e5\maven-spy-20180714-111519-7536727209450864531827.log
[windows-jdk10] [ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-assembly-plugin:2.6:single (default) on project 
maven-scm-client: Execution default of goal 
org.apache.maven.plugins:maven-assembly-plugin:2.6:single failed: An API 
incompatibility was encountered while executing 
org.apache.maven.plugins:maven-assembly-plugin:2.6:single: 
java.lang.ExceptionInInitializerError: null
[windows-jdk10] [ERROR] -----------------------------------------------------
[windows-jdk10] [ERROR] realm =    
plugin>org.apache.maven.plugins:maven-assembly-plugin:2.6
[windows-jdk10] [ERROR] strategy = 
org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy
[windows-jdk10] [ERROR] urls[0] = 
file:/f:/jenkins/jenkins-slave/workspace/maven-box_maven-scm_SCM-875-E7QNS3H3CPC43FXJ2LYENHDWQXX3S67YOH2VMURVHOCX2V7KXVMQ/.repository/org/apache/maven/plugins/maven-assembly-plugin/2.6/maven-assembly-plugin-2.6.jar
[windows-jdk10] [ERROR] urls[1] = 
file:/f:/jenkins/jenkins-slave/workspace/maven-box_maven-scm_SCM-875-E7QNS3H3CPC43FXJ2LYENHDWQXX3S67YOH2VMURVHOCX2V7KXVMQ/.repository/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar
[windows-jdk10] [ERROR] urls[2] = 
file:/f:/jenkins/jenkins-slave/workspace/maven-box_maven-scm_SCM-875-E7QNS3H3CPC43FXJ2LYENHDWQXX3S67YOH2VMURVHOCX2V7KXVMQ/.repository/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar
[windows-jdk10] [ERROR] urls[3] = 
file:/f:/jenkins/jenkins-slave/workspace/maven-box_maven-scm_SCM-875-E7QNS3H3CPC43FXJ2LYENHDWQXX3S67YOH2VMURVHOCX2V7KXVMQ/.repository/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar
[windows-jdk10] [ERROR] urls[4] = 
file:/f:/jenkins/jenkins-slave/workspace/maven-box_maven-scm_SCM-875-E7QNS3H3CPC43FXJ2LYENHDWQXX3S67YOH2VMURVHOCX2V7KXVMQ/.repository/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar
[windows-jdk10] [ERROR] urls[5] = 
file:/f:/jenkins/jenkins-slave/workspace/maven-box_maven-scm_SCM-875-E7QNS3H3CPC43FXJ2LYENHDWQXX3S67YOH2VMURVHOCX2V7KXVMQ/.repository/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar
[windows-jdk10] [ERROR] urls[6] = 
file:/f:/jenkins/jenkins-slave/workspace/maven-box_maven-scm_SCM-875-E7QNS3H3CPC43FXJ2LYENHDWQXX3S67YOH2VMURVHOCX2V7KXVMQ/.repository/junit/junit/3.8.1/junit-3.8.1.jar
[windows-jdk10] [ERROR] urls[7] = 
file:/f:/jenkins/jenkins-slave/workspace/maven-box_maven-scm_SCM-875-E7QNS3H3CPC43FXJ2LYENHDWQXX3S67YOH2VMURVHOCX2V7KXVMQ/.repository/commons-cli/commons-cli/1.2/commons-cli-1.2.jar
[windows-jdk10] [ERROR] urls[8] = 
file:/f:/jenkins/jenkins-slave/workspace/maven-box_maven-scm_SCM-875-E7QNS3H3CPC43FXJ2LYENHDWQXX3S67YOH2VMURVHOCX2V7KXVMQ/.repository/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar
[windows-jdk10] [ERROR] urls[9] = 
file:/f:/jenkins/jenkins-slave/workspace/maven-box_maven-scm_SCM-875-E7QNS3H3CPC43FXJ2LYENHDWQXX3S67YOH2VMURVHOCX2V7KXVMQ/.repository/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar
[windows-jdk10] [ERROR] urls[10] = 
file:/f:/jenkins/jenkins-slave/workspace/maven-box_maven-scm_SCM-875-E7QNS3H3CPC43FXJ2LYENHDWQXX3S67YOH2VMURVHOCX2V7KXVMQ/.repository/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar
[windows-jdk10] [ERROR] urls[11] = 
file:/f:/jenkins/jenkins-slave/workspace/maven-box_maven-scm_SCM-875-E7QNS3H3CPC43FXJ2LYENHDWQXX3S67YOH2VMURVHOCX2V7KXVMQ/.repository/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
[windows-jdk10] [ERROR] urls[12] = 
file:/f:/jenkins/jenkins-slave/workspace/maven-box_maven-scm_SCM-875-E7QNS3H3CPC43FXJ2LYENHDWQXX3S67YOH2VMURVHOCX2V7KXVMQ/.repository/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar
[windows-jdk10] [ERROR] urls[13] = 
file:/f:/jenkins/jenkins-slave/workspace/maven-box_maven-scm_SCM-875-E7QNS3H3CPC43FXJ2LYENHDWQXX3S67YOH2VMURVHOCX2V7KXVMQ/.repository/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.jar
[windows-jdk10] [ERROR] urls[14] = 
file:/f:/jenkins/jenkins-slave/workspace/maven-box_maven-scm_SCM-875-E7QNS3H3CPC43FXJ2LYENHDWQXX3S67YOH2VMURVHOCX2V7KXVMQ/.repository/org/codehaus/plexus/plexus-archiver/3.0.1/plexus-archiver-3.0.1.jar
[windows-jdk10] [ERROR] urls[15] = 
file:/f:/jenkins/jenkins-slave/workspace/maven-box_maven-scm_SCM-875-E7QNS3H3CPC43FXJ2LYENHDWQXX3S67YOH2VMURVHOCX2V7KXVMQ/.repository/org/iq80/snappy/snappy/0.3/snappy-0.3.jar
[windows-jdk10] [ERROR] urls[16] = 
file:/f:/jenkins/jenkins-slave/workspace/maven-box_maven-scm_SCM-875-E7QNS3H3CPC43FXJ2LYENHDWQXX3S67YOH2VMURVHOCX2V7KXVMQ/.repository/org/apache/maven/shared/file-management/1.1/file-management-1.1.jar
[windows-jdk10] [ERROR] urls[17] = 
file:/f:/jenkins/jenkins-slave/workspace/maven-box_maven-scm_SCM-875-E7QNS3H3CPC43FXJ2LYENHDWQXX3S67YOH2VMURVHOCX2V7KXVMQ/.repository/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar
[windows-jdk10] [ERROR] urls[18] = 
file:/f:/jenkins/jenkins-slave/workspace/maven-box_maven-scm_SCM-875-E7QNS3H3CPC43FXJ2LYENHDWQXX3S67YOH2VMURVHOCX2V7KXVMQ/.repository/commons-io/commons-io/2.2/commons-io-2.2.jar
[windows-jdk10] [ERROR] urls[19] = 
file:/f:/jenkins/jenkins-slave/workspace/maven-box_maven-scm_SCM-875-E7QNS3H3CPC43FXJ2LYENHDWQXX3S67YOH2VMURVHOCX2V7KXVMQ/.repository/org/apache/maven/shared/maven-filtering/1.3/maven-filtering-1.3.jar
[windows-jdk10] [ERROR] urls[20] = 
file:/f:/jenkins/jenkins-slave/workspace/maven-box_maven-scm_SCM-875-E7QNS3H3CPC43FXJ2LYENHDWQXX3S67YOH2VMURVHOCX2V7KXVMQ/.repository/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.jar
[windows-jdk10] [ERROR] urls[21] = 
file:/f:/jenkins/jenkins-slave/workspace/maven-box_maven-scm_SCM-875-E7QNS3H3CPC43FXJ2LYENHDWQXX3S67YOH2VMURVHOCX2V7KXVMQ/.repository/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar
[windows-jdk10] [ERROR] urls[22] = 
file:/f:/jenkins/jenkins-slave/workspace/maven-box_maven-scm_SCM-875-E7QNS3H3CPC43FXJ2LYENHDWQXX3S67YOH2VMURVHOCX2V7KXVMQ/.repository/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar
[windows-jdk10] [ERROR] urls[23] = 
file:/f:/jenkins/jenkins-slave/workspace/maven-box_maven-scm_SCM-875-E7QNS3H3CPC43FXJ2LYENHDWQXX3S67YOH2VMURVHOCX2V7KXVMQ/.repository/org/codehaus/plexus/plexus-io/2.6/plexus-io-2.6.jar
[windows-jdk10] [ERROR] urls[24] = 
file:/f:/jenkins/jenkins-slave/workspace/maven-box_maven-scm_SCM-875-E7QNS3H3CPC43FXJ2LYENHDWQXX3S67YOH2VMURVHOCX2V7KXVMQ/.repository/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar
[windows-jdk10] [ERROR] urls[25] = 
file:/f:/jenkins/jenkins-slave/workspace/maven-box_maven-scm_SCM-875-E7QNS3H3CPC43FXJ2LYENHDWQXX3S67YOH2VMURVHOCX2V7KXVMQ/.repository/org/codehaus/plexus/plexus-utils/3.0.21/plexus-utils-3.0.21.jar
[windows-jdk10] [ERROR] urls[26] = 
file:/f:/jenkins/jenkins-slave/workspace/maven-box_maven-scm_SCM-875-E7QNS3H3CPC43FXJ2LYENHDWQXX3S67YOH2VMURVHOCX2V7KXVMQ/.repository/org/apache/maven/shared/maven-repository-builder/1.0/maven-repository-builder-1.0.jar
[windows-jdk10] [ERROR] urls[27] = 
file:/f:/jenkins/jenkins-slave/workspace/maven-box_maven-scm_SCM-875-E7QNS3H3CPC43FXJ2LYENHDWQXX3S67YOH2VMURVHOCX2V7KXVMQ/.repository/commons-codec/commons-codec/1.6/commons-codec-1.6.jar
[windows-jdk10] [ERROR] Number of foreign imports: 1
[windows-jdk10] [ERROR] import: Entry[import  from realm ClassRealm[maven.api, 
parent: null]]
[windows-jdk10] [ERROR] 
[windows-jdk10] [ERROR] -----------------------------------------------------
[windows-jdk10] [ERROR] -> [Help 1]
[windows-jdk10] [ERROR] 
[windows-jdk10] [ERROR] To see the full stack trace of the errors, re-run Maven 
with the -e switch.
[windows-jdk10] [ERROR] Re-run Maven using the -X switch to enable full debug 
logging.
[windows-jdk10] [ERROR] 
[windows-jdk10] [ERROR] For more information about the errors and possible 
solutions, please read the following articles:
[windows-jdk10] [ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/PluginContainerException
[windows-jdk10] [ERROR] 
[windows-jdk10] [ERROR] After correcting the problems, you can resume the build 
with the command
[windows-jdk10] [ERROR]   mvn <goals> -rf :maven-scm-client
[Pipeline] [windows-jdk10] }
[Pipeline] [windows-jdk10] // dir
[Pipeline] [windows-jdk10] }
[windows-jdk10] [withMaven] junitPublisher - Archive test results for Maven 
artifact org.apache.maven.scm:maven-scm-api:1.9.6-SNAPSHOT generated by 
maven-surefire-plugin:test (default-test): 
m\maven-scm-api\target\surefire-reports\*.xml
[windows-jdk10] Recording test results
[windows-jdk10] [withMaven] junitPublisher - Archive test results for Maven 
artifact org.apache.maven.scm:maven-scm-manager-plexus:1.9.6-SNAPSHOT generated 
by maven-surefire-plugin:test (default-test): 
m\maven-scm-managers\maven-scm-manager-plexus\target\surefire-reports\*.xml
[windows-jdk10] Recording test results
[windows-jdk10] None of the test reports contained any result
[windows-jdk10] [withMaven] junitPublisher - Archive test results for Maven 
artifact org.apache.maven.scm:maven-scm-test:1.9.6-SNAPSHOT generated by 
maven-surefire-plugin:test (default-test): 
m\maven-scm-test\target\surefire-reports\*.xml
[windows-jdk10] Recording test results
[windows-jdk10] [withMaven] junitPublisher - Archive test results for Maven 
artifact org.apache.maven.scm:maven-scm-provider-accurev:1.9.6-SNAPSHOT 
generated by maven-surefire-plugin:test (default-test): 
m\maven-scm-providers\maven-scm-provider-accurev\target\surefire-reports\*.xml
[windows-jdk10] Recording test results
[windows-jdk10] [withMaven] junitPublisher - Archive test results for Maven 
artifact org.apache.maven.scm:maven-scm-provider-bazaar:1.9.6-SNAPSHOT 
generated by maven-surefire-plugin:test (default-test): 
m\maven-scm-providers\maven-scm-provider-bazaar\target\surefire-reports\*.xml
[windows-jdk10] Recording test results
[windows-jdk10] [withMaven] junitPublisher - Archive test results for Maven 
artifact org.apache.maven.scm:maven-scm-provider-clearcase:1.9.6-SNAPSHOT 
generated by maven-surefire-plugin:test (default-test): 
m\maven-scm-providers\maven-scm-provider-clearcase\target\surefire-reports\*.xml
[windows-jdk10] Recording test results
[windows-jdk10] [withMaven] junitPublisher - Archive test results for Maven 
artifact org.apache.maven.scm:maven-scm-provider-cvstest:1.9.6-SNAPSHOT 
generated by maven-surefire-plugin:test (default-test): 
m\maven-scm-providers\maven-scm-providers-cvs\maven-scm-provider-cvstest\target\surefire-reports\*.xml
[windows-jdk10] Recording test results
[windows-jdk10] None of the test reports contained any result
[windows-jdk10] [withMaven] junitPublisher - Archive test results for Maven 
artifact org.apache.maven.scm:maven-scm-provider-cvs-commons:1.9.6-SNAPSHOT 
generated by maven-surefire-plugin:test (default-test): 
m\maven-scm-providers\maven-scm-providers-cvs\maven-scm-provider-cvs-commons\target\surefire-reports\*.xml
[windows-jdk10] Recording test results
[windows-jdk10] [withMaven] junitPublisher - Archive test results for Maven 
artifact org.apache.maven.scm:maven-scm-provider-cvsexe:1.9.6-SNAPSHOT 
generated by maven-surefire-plugin:test (default-test): 
m\maven-scm-providers\maven-scm-providers-cvs\maven-scm-provider-cvsexe\target\surefire-reports\*.xml
[windows-jdk10] Recording test results
[windows-jdk10] [withMaven] junitPublisher - Archive test results for Maven 
artifact org.apache.maven.scm:maven-scm-provider-cvsjava:1.9.6-SNAPSHOT 
generated by maven-surefire-plugin:test (default-test): 
m\maven-scm-providers\maven-scm-providers-cvs\maven-scm-provider-cvsjava\target\surefire-reports\*.xml
[windows-jdk10] Recording test results
[windows-jdk10] [withMaven] junitPublisher - Archive test results for Maven 
artifact org.apache.maven.scm:maven-scm-provider-hg:1.9.6-SNAPSHOT generated by 
maven-surefire-plugin:test (default-test): 
m\maven-scm-providers\maven-scm-provider-hg\target\surefire-reports\*.xml
[windows-jdk10] Recording test results
[windows-jdk10] [withMaven] junitPublisher - Archive test results for Maven 
artifact org.apache.maven.scm:maven-scm-provider-git-commons:1.9.6-SNAPSHOT 
generated by maven-surefire-plugin:test (default-test): 
m\maven-scm-providers\maven-scm-providers-git\maven-scm-provider-git-commons\target\surefire-reports\*.xml
[windows-jdk10] Recording test results
[windows-jdk10] [withMaven] junitPublisher - Archive test results for Maven 
artifact org.apache.maven.scm:maven-scm-provider-gittest:1.9.6-SNAPSHOT 
generated by maven-surefire-plugin:test (default-test): 
m\maven-scm-providers\maven-scm-providers-git\maven-scm-provider-gittest\target\surefire-reports\*.xml
[windows-jdk10] Recording test results
[windows-jdk10] None of the test reports contained any result
[windows-jdk10] [withMaven] junitPublisher - Archive test results for Maven 
artifact org.apache.maven.scm:maven-scm-provider-gitexe:1.9.6-SNAPSHOT 
generated by maven-surefire-plugin:test (default-test): 
m\maven-scm-providers\maven-scm-providers-git\maven-scm-provider-gitexe\target\surefire-reports\*.xml
[windows-jdk10] Recording test results
[windows-jdk10] [withMaven] junitPublisher - Archive test results for Maven 
artifact org.apache.maven.scm:maven-scm-provider-jgit:1.9.6-SNAPSHOT generated 
by maven-surefire-plugin:test (default-test): 
m\maven-scm-providers\maven-scm-providers-git\maven-scm-provider-jgit\target\surefire-reports\*.xml
[windows-jdk10] Recording test results
[windows-jdk10] [withMaven] junitPublisher - Archive test results for Maven 
artifact org.apache.maven.scm:maven-scm-provider-local:1.9.6-SNAPSHOT generated 
by maven-surefire-plugin:test (default-test): 
m\maven-scm-providers\maven-scm-provider-local\target\surefire-reports\*.xml
[windows-jdk10] Recording test results
[windows-jdk10] [withMaven] junitPublisher - Archive test results for Maven 
artifact org.apache.maven.scm:maven-scm-provider-perforce:1.9.6-SNAPSHOT 
generated by maven-surefire-plugin:test (default-test): 
m\maven-scm-providers\maven-scm-provider-perforce\target\surefire-reports\*.xml
[windows-jdk10] Recording test results
[windows-jdk10] [withMaven] junitPublisher - Archive test results for Maven 
artifact org.apache.maven.scm:maven-scm-provider-starteam:1.9.6-SNAPSHOT 
generated by maven-surefire-plugin:test (default-test): 
m\maven-scm-providers\maven-scm-provider-starteam\target\surefire-reports\*.xml
[windows-jdk10] Recording test results
[windows-jdk10] [withMaven] junitPublisher - Archive test results for Maven 
artifact org.apache.maven.scm:maven-scm-provider-svn-commons:1.9.6-SNAPSHOT 
generated by maven-surefire-plugin:test (default-test): 
m\maven-scm-providers\maven-scm-providers-svn\maven-scm-provider-svn-commons\target\surefire-reports\*.xml
[windows-jdk10] Recording test results
[windows-jdk10] [withMaven] junitPublisher - Archive test results for Maven 
artifact org.apache.maven.scm:maven-scm-provider-svntest:1.9.6-SNAPSHOT 
generated by maven-surefire-plugin:test (default-test): 
m\maven-scm-providers\maven-scm-providers-svn\maven-scm-provider-svntest\target\surefire-reports\*.xml
[windows-jdk10] Recording test results
[windows-jdk10] None of the test reports contained any result
[windows-jdk10] [withMaven] junitPublisher - Archive test results for Maven 
artifact org.apache.maven.scm:maven-scm-provider-svnexe:1.9.6-SNAPSHOT 
generated by maven-surefire-plugin:test (default-test): 
m\maven-scm-providers\maven-scm-providers-svn\maven-scm-provider-svnexe\target\surefire-reports\*.xml
[windows-jdk10] Recording test results
[windows-jdk10] [withMaven] junitPublisher - Archive test results for Maven 
artifact org.apache.maven.scm:maven-scm-provider-synergy:1.9.6-SNAPSHOT 
generated by maven-surefire-plugin:test (default-test): 
m\maven-scm-providers\maven-scm-provider-synergy\target\surefire-reports\*.xml
[windows-jdk10] Recording test results
[windows-jdk10] [withMaven] junitPublisher - Archive test results for Maven 
artifact org.apache.maven.scm:maven-scm-provider-vss:1.9.6-SNAPSHOT generated 
by maven-surefire-plugin:test (default-test): 
m\maven-scm-providers\maven-scm-provider-vss\target\surefire-reports\*.xml
[windows-jdk10] Recording test results
[windows-jdk10] [withMaven] junitPublisher - Archive test results for Maven 
artifact org.apache.maven.scm:maven-scm-provider-tfs:1.9.6-SNAPSHOT generated 
by maven-surefire-plugin:test (default-test): 
m\maven-scm-providers\maven-scm-provider-tfs\target\surefire-reports\*.xml
[windows-jdk10] Recording test results
[windows-jdk10] [withMaven] junitPublisher - Archive test results for Maven 
artifact org.apache.maven.scm:maven-scm-provider-integrity:1.9.6-SNAPSHOT 
generated by maven-surefire-plugin:test (default-test): 
m\maven-scm-providers\maven-scm-provider-integrity\target\surefire-reports\*.xml
[windows-jdk10] Recording test results
[windows-jdk10] [withMaven] junitPublisher - Archive test results for Maven 
artifact org.apache.maven.scm:maven-scm-provider-jazz:1.9.6-SNAPSHOT generated 
by maven-surefire-plugin:test (default-test): 
m\maven-scm-providers\maven-scm-provider-jazz\target\surefire-reports\*.xml
[windows-jdk10] Recording test results
[windows-jdk10] [withMaven] junitPublisher - Archive test results for Maven 
artifact org.apache.maven.scm:maven-scm-client:1.9.6-SNAPSHOT generated by 
maven-surefire-plugin:test (default-test): 
m\maven-scm-client\target\surefire-reports\*.xml
[windows-jdk10] Recording test results
[windows-jdk10] None of the test reports contained any result
[windows-jdk10] ERROR: [withMaven] WARNING Exception processing the logs 
generated by the Jenkins Maven Event Spy 
f:\jenkins\jenkins-slave\workspace\maven-box_maven-scm_SCM-875-E7QNS3H3CPC43FXJ2LYENHDWQXX3S67YOH2VMURVHOCX2V7KXVMQ@tmp\withMaven907975e5\maven-spy-20180714-111519-7536727209450864531827.log,
 ignore file.  Please report a bug associated for the component 
'pipeline-maven-plugin' at https://issues.jenkins-ci.org 
[windows-jdk10] java.lang.InterruptedException
[windows-jdk10]         at java.lang.Object.wait(Native Method)
[windows-jdk10]         at hudson.remoting.Request.call(Request.java:177)
[windows-jdk10]         at hudson.remoting.Channel.call(Channel.java:954)
[windows-jdk10]         at hudson.FilePath.act(FilePath.java:1036)
[windows-jdk10]         at hudson.FilePath.act(FilePath.java:1025)
[windows-jdk10]         at hudson.FilePath.digest(FilePath.java:2066)
[windows-jdk10]         at 
org.jenkinsci.plugins.pipeline.maven.publishers.DependenciesFingerprintPublisher.process(DependenciesFingerprintPublisher.java:165)
[windows-jdk10]         at 
org.jenkinsci.plugins.pipeline.maven.MavenSpyLogProcessor.processMavenSpyLogs(MavenSpyLogProcessor.java:118)
[windows-jdk10]         at 
org.jenkinsci.plugins.pipeline.maven.WithMavenStepExecution$WithMavenStepExecutionCallBack.finished(WithMavenStepExecution.java:1050)
[windows-jdk10]         at 
org.jenkinsci.plugins.workflow.steps.BodyExecutionCallback$TailCall.onFailure(BodyExecutionCallback.java:124)
[windows-jdk10]         at 
org.jenkinsci.plugins.workflow.cps.CpsBodyExecution$FailureAdapter.receive(CpsBodyExecution.java:349)
[windows-jdk10]         at 
com.cloudbees.groovy.cps.impl.ThrowBlock$1.receive(ThrowBlock.java:68)
[windows-jdk10]         at 
com.cloudbees.groovy.cps.impl.ConstantBlock.eval(ConstantBlock.java:21)
[windows-jdk10]         at com.cloudbees.groovy.cps.Next.step(Next.java:83)
[windows-jdk10]         at 
com.cloudbees.groovy.cps.Continuable$1.call(Continuable.java:174)
[windows-jdk10]         at 
com.cloudbees.groovy.cps.Continuable$1.call(Continuable.java:163)
[windows-jdk10]         at 
org.codehaus.groovy.runtime.GroovyCategorySupport$ThreadCategoryInfo.use(GroovyCategorySupport.java:122)
[windows-jdk10]         at 
org.codehaus.groovy.runtime.GroovyCategorySupport.use(GroovyCategorySupport.java:261)
[windows-jdk10]         at 
com.cloudbees.groovy.cps.Continuable.run0(Continuable.java:163)
[windows-jdk10]         at 
org.jenkinsci.plugins.workflow.cps.SandboxContinuable.access$101(SandboxContinuable.java:34)
[windows-jdk10]         at 
org.jenkinsci.plugins.workflow.cps.SandboxContinuable.lambda$run0$0(SandboxContinuable.java:59)
[windows-jdk10]         at 
org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.GroovySandbox.runInSandbox(GroovySandbox.java:108)
[windows-jdk10]         at 
org.jenkinsci.plugins.workflow.cps.SandboxContinuable.run0(SandboxContinuable.java:58)
[windows-jdk10]         at 
org.jenkinsci.plugins.workflow.cps.CpsThread.runNextChunk(CpsThread.java:174)
[windows-jdk10]         at 
org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.run(CpsThreadGroup.java:332)
[windows-jdk10]         at 
org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.access$200(CpsThreadGroup.java:83)
[windows-jdk10]         at 
org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:244)
[windows-jdk10]         at 
org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:232)
[windows-jdk10]         at 
org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService$2.call(CpsVmExecutorService.java:64)
[windows-jdk10]         at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
[windows-jdk10]         at 
hudson.remoting.SingleLaneExecutorService$1.run(SingleLaneExecutorService.java:131)
[windows-jdk10]         at 
jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28)
[windows-jdk10]         at 
jenkins.security.ImpersonatingExecutorService$1.run(ImpersonatingExecutorService.java:59)
[windows-jdk10]         at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[windows-jdk10]         at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
[windows-jdk10]         at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[windows-jdk10]         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[windows-jdk10]         at java.lang.Thread.run(Thread.java:748)
[Pipeline] [windows-jdk10] // withMaven
[Pipeline] [windows-jdk10] cleanWs
[windows-jdk10] [WS-CLEANUP] Deleting project workspace...[WS-CLEANUP] done
[Pipeline] [windows-jdk10] }
[Pipeline] [windows-jdk10] // stage
[Pipeline] [windows-jdk10] }
[Pipeline] [windows-jdk10] // node
[Pipeline] [windows-jdk10] }
[windows-jdk10] Failed in branch windows-jdk10
[Pipeline] // parallel
[Pipeline] stage
[Pipeline] { (Notifications)
[Pipeline] echo
Build result: FAILURE
[Pipeline] jiraIssueSelector
[Pipeline] emailext

Reply via email to