See https://builds.apache.org/job/maven-box/job/maven-scm/job/SCM-824/3/
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.
33 tests failed.
FAILED:
org.apache.maven.scm.provider.accurev.cli.AccuRevCommandLineTest.testReset
Error Message:
Expected: is "accurev"
but: was "'accurev'"
Stack Trace:
java.lang.AssertionError:
Expected: is "accurev"
but: was "'accurev'"
at
org.apache.maven.scm.provider.accurev.cli.AccuRevCommandLineTest.testReset(AccuRevCommandLineTest.java:403)
FAILED:
org.apache.maven.scm.provider.accurev.cli.AccuRevCommandLineTest.testMkws
Error Message:
Expected: is "accurev2.exe"
but: was "'accurev2.exe'"
Stack Trace:
java.lang.AssertionError:
Expected: is "accurev2.exe"
but: was "'accurev2.exe'"
at
org.apache.maven.scm.provider.accurev.cli.AccuRevCommandLineTest.testMkws(AccuRevCommandLineTest.java:316)
FAILED:
org.apache.maven.scm.provider.accurev.cli.AccuRevCommandLineTest.testPopWorkSpace
Error Message:
Expected: is "accurev.exe"
but: was "'accurev.exe'"
Stack Trace:
java.lang.AssertionError:
Expected: is "accurev.exe"
but: was "'accurev.exe'"
at
org.apache.maven.scm.provider.accurev.cli.AccuRevCommandLineTest.testPopWorkSpace(AccuRevCommandLineTest.java:292)
FAILED:
org.apache.maven.scm.provider.accurev.cli.AccuRevCommandLineTest.testPopExternalWithTransactionNull
Error Message:
Expected: is "accurev.exe"
but: was "'accurev.exe'"
Stack Trace:
java.lang.AssertionError:
Expected: is "accurev.exe"
but: was "'accurev.exe'"
at
org.apache.maven.scm.provider.accurev.cli.AccuRevCommandLineTest.testPopExternalWithTransactionNull(AccuRevCommandLineTest.java:275)
FAILED:
org.apache.maven.scm.provider.accurev.cli.AccuRevCommandLineTest.testPopExternalWithTransactionNow
Error Message:
Expected: is "accurev.exe"
but: was "'accurev.exe'"
Stack Trace:
java.lang.AssertionError:
Expected: is "accurev.exe"
but: was "'accurev.exe'"
at
org.apache.maven.scm.provider.accurev.cli.AccuRevCommandLineTest.testPopExternalWithTransactionNow(AccuRevCommandLineTest.java:259)
FAILED:
org.apache.maven.scm.provider.accurev.cli.AccuRevCommandLineTest.testPopExternal
Error Message:
Expected: is "accurev.exe"
but: was "'accurev.exe'"
Stack Trace:
java.lang.AssertionError:
Expected: is "accurev.exe"
but: was "'accurev.exe'"
at
org.apache.maven.scm.provider.accurev.cli.AccuRevCommandLineTest.testPopExternal(AccuRevCommandLineTest.java:242)
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.jazz.command.JazzScmCommandTest.testCryptPassword
Error Message:
cryptPassword failed! expected:</bin/sh -c [scm list --repository-uri
https://localhost:9443/jazz --username myUserName --password ]'*****'> but
was:</bin/sh -c ['scm' 'list' '--repository-uri' 'https://localhost:9443/jazz'
'--username' 'myUserName' '--password']'*****'>
Stack Trace:
junit.framework.ComparisonFailure: cryptPassword failed! expected:</bin/sh -c
[scm list --repository-uri https://localhost:9443/jazz --username myUserName
--password ]'*****'> but was:</bin/sh -c ['scm' 'list' '--repository-uri'
'https://localhost:9443/jazz' '--username' 'myUserName' '--password']'*****'>
at
org.apache.maven.scm.provider.jazz.command.JazzScmCommandTest.testCryptPassword(JazzScmCommandTest.java:72)
FAILED:
org.apache.maven.scm.provider.jazz.command.JazzScmCommandTest.testCryptPasswordWithExtraArg
Error Message:
cryptPassword failed! expected:</bin/sh -c [scm list --repository-uri
https://localhost:9443/jazz --username myUserName --password '*****' ExtraArg]>
but was:</bin/sh -c ['scm' 'list' '--repository-uri'
'https://localhost:9443/jazz' '--username' 'myUserName' '--password''*****']>
Stack Trace:
junit.framework.ComparisonFailure: cryptPassword failed! expected:</bin/sh -c
[scm list --repository-uri https://localhost:9443/jazz --username myUserName
--password '*****' ExtraArg]> but was:</bin/sh -c ['scm' 'list'
'--repository-uri' 'https://localhost:9443/jazz' '--username' 'myUserName'
'--password''*****']>
at
org.apache.maven.scm.provider.jazz.command.JazzScmCommandTest.testCryptPasswordWithExtraArg(JazzScmCommandTest.java:85)
FAILED:
org.apache.maven.scm.provider.svn.svnexe.command.SvnCommandLineUtilsTest.testCryptPassword
Error Message:
expected:<...name' '--password' '[*****]' '--no-auth-cache' ...> but
was:<...name' '--password' '[password]' '--no-auth-cache' ...>
Stack Trace:
junit.framework.ComparisonFailure: expected:<...name' '--password' '[*****]'
'--no-auth-cache' ...> but was:<...name' '--password' '[password]'
'--no-auth-cache' ...>
at
org.apache.maven.scm.provider.svn.svnexe.command.SvnCommandLineUtilsTest.testCryptPassword(SvnCommandLineUtilsTest.java:50)
FAILED:
org.apache.maven.scm.provider.synergy.util.SynergyCCMTest.testCreateTask
Error Message:
[/bin/sh -c 'ccm' 'task' '-create' '-synopsis' 'the synopsis' '-release'
'release' '-default' '-description' 'This task was created by Maven SCM Synergy
provider on Sat Jul 14 10:01:29 UTC 2018'] does not contain [ccm task -create
-synopsis 'the synopsis' -release release]
Stack Trace:
junit.framework.AssertionFailedError: [/bin/sh -c 'ccm' 'task' '-create'
'-synopsis' 'the synopsis' '-release' 'release' '-default' '-description' 'This
task was created by Maven SCM Synergy provider on Sat Jul 14 10:01:29 UTC
2018'] does not contain [ccm task -create -synopsis 'the synopsis' -release
release]
at
org.apache.maven.scm.provider.synergy.util.SynergyCCMTest.testCreateTask(SynergyCCMTest.java:131)
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.testCheckinNoBranch(GitCheckInCommandNoBranchTest.java:75)
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.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.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.testCheckinAfterRename(GitCheckInCommandTest.java:113)
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 4.27 MB...]
[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)
[windows-jdk10] Caused by: com.thoughtworks.xstream.io.StreamException: : null
[windows-jdk10] at
com.thoughtworks.xstream.core.util.QuickWriter.flush(QuickWriter.java:77)
[windows-jdk10] at
com.thoughtworks.xstream.io.xml.PrettyPrintWriter.flush(PrettyPrintWriter.java:346)
[windows-jdk10] at
com.thoughtworks.xstream.XStream.toXML(XStream.java:990)
[windows-jdk10] at hudson.XmlFile.write(XmlFile.java:193)
[windows-jdk10] ... 37 more
[windows-jdk10] Caused by: java.nio.channels.ClosedChannelException
[windows-jdk10] at
sun.nio.ch.FileChannelImpl.ensureOpen(FileChannelImpl.java:110)
[windows-jdk10] at
sun.nio.ch.FileChannelImpl.write(FileChannelImpl.java:199)
[windows-jdk10] at
hudson.util.FileChannelWriter.write(FileChannelWriter.java:72)
[windows-jdk10] at
hudson.util.AtomicFileWriter.write(AtomicFileWriter.java:166)
[windows-jdk10] at
com.thoughtworks.xstream.core.util.QuickWriter.flush(QuickWriter.java:73)
[windows-jdk10] ... 40 more
[windows-jdk10] ERROR: [withMaven] junitPublisher - Silently ignore exception
archiving JUnit results for Maven artifact
MavenArtifact{org.apache.maven.scm:maven-scm-provider-tfs::1.9.6-SNAPSHOT(version:
1.9.6-SNAPSHOT, snapshot:false) } generated by
PluginInvocation{org.apache.maven.plugins:maven-surefire-plugin:2.19.1@test
default-test}: java.lang.InterruptedException
[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] FATAL: Failed to save the JUnit test result
[windows-jdk10] java.io.IOException:
com.thoughtworks.xstream.io.StreamException: : null
[windows-jdk10] at hudson.XmlFile.write(XmlFile.java:200)
[windows-jdk10] at
hudson.tasks.junit.TestResultAction.setResult(TestResultAction.java:117)
[windows-jdk10] at
hudson.tasks.junit.TestResultAction.mergeResult(TestResultAction.java:270)
[windows-jdk10] at
hudson.tasks.junit.JUnitResultArchiver.parseAndAttach(JUnitResultArchiver.java:178)
[windows-jdk10] at
hudson.tasks.junit.JUnitResultArchiver.perform(JUnitResultArchiver.java:153)
[windows-jdk10] at
org.jenkinsci.plugins.pipeline.maven.publishers.JunitTestsPublisher.executeReporter(JunitTestsPublisher.java:295)
[windows-jdk10] at
org.jenkinsci.plugins.pipeline.maven.publishers.JunitTestsPublisher.process(JunitTestsPublisher.java:196)
[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)
[windows-jdk10] Caused by: com.thoughtworks.xstream.io.StreamException: : null
[windows-jdk10] at
com.thoughtworks.xstream.core.util.QuickWriter.flush(QuickWriter.java:77)
[windows-jdk10] at
com.thoughtworks.xstream.io.xml.PrettyPrintWriter.flush(PrettyPrintWriter.java:346)
[windows-jdk10] at
com.thoughtworks.xstream.XStream.toXML(XStream.java:990)
[windows-jdk10] at hudson.XmlFile.write(XmlFile.java:193)
[windows-jdk10] ... 37 more
[windows-jdk10] Caused by: java.nio.channels.ClosedChannelException
[windows-jdk10] at
sun.nio.ch.FileChannelImpl.ensureOpen(FileChannelImpl.java:110)
[windows-jdk10] at
sun.nio.ch.FileChannelImpl.write(FileChannelImpl.java:199)
[windows-jdk10] at
hudson.util.FileChannelWriter.write(FileChannelWriter.java:72)
[windows-jdk10] at
hudson.util.AtomicFileWriter.write(AtomicFileWriter.java:166)
[windows-jdk10] at
com.thoughtworks.xstream.core.util.QuickWriter.flush(QuickWriter.java:73)
[windows-jdk10] ... 40 more
[windows-jdk10] ERROR: [withMaven] junitPublisher - Silently ignore exception
archiving JUnit results for Maven artifact
MavenArtifact{org.apache.maven.scm:maven-scm-provider-integrity::1.9.6-SNAPSHOT(version:
1.9.6-SNAPSHOT, snapshot:false) } generated by
PluginInvocation{org.apache.maven.plugins:maven-surefire-plugin:2.19.1@test
default-test}: java.lang.InterruptedException
[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] FATAL: Failed to save the JUnit test result
[windows-jdk10] java.io.IOException:
com.thoughtworks.xstream.io.StreamException: : null
[windows-jdk10] at hudson.XmlFile.write(XmlFile.java:200)
[windows-jdk10] at
hudson.tasks.junit.TestResultAction.setResult(TestResultAction.java:117)
[windows-jdk10] at
hudson.tasks.junit.TestResultAction.mergeResult(TestResultAction.java:270)
[windows-jdk10] at
hudson.tasks.junit.JUnitResultArchiver.parseAndAttach(JUnitResultArchiver.java:178)
[windows-jdk10] at
hudson.tasks.junit.JUnitResultArchiver.perform(JUnitResultArchiver.java:153)
[windows-jdk10] at
org.jenkinsci.plugins.pipeline.maven.publishers.JunitTestsPublisher.executeReporter(JunitTestsPublisher.java:295)
[windows-jdk10] at
org.jenkinsci.plugins.pipeline.maven.publishers.JunitTestsPublisher.process(JunitTestsPublisher.java:196)
[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)
[windows-jdk10] Caused by: com.thoughtworks.xstream.io.StreamException: : null
[windows-jdk10] at
com.thoughtworks.xstream.core.util.QuickWriter.flush(QuickWriter.java:77)
[windows-jdk10] at
com.thoughtworks.xstream.io.xml.PrettyPrintWriter.flush(PrettyPrintWriter.java:346)
[windows-jdk10] at
com.thoughtworks.xstream.XStream.toXML(XStream.java:990)
[windows-jdk10] at hudson.XmlFile.write(XmlFile.java:193)
[windows-jdk10] ... 37 more
[windows-jdk10] Caused by: java.nio.channels.ClosedChannelException
[windows-jdk10] at
sun.nio.ch.FileChannelImpl.ensureOpen(FileChannelImpl.java:110)
[windows-jdk10] at
sun.nio.ch.FileChannelImpl.write(FileChannelImpl.java:199)
[windows-jdk10] at
hudson.util.FileChannelWriter.write(FileChannelWriter.java:72)
[windows-jdk10] at
hudson.util.AtomicFileWriter.write(AtomicFileWriter.java:166)
[windows-jdk10] at
com.thoughtworks.xstream.core.util.QuickWriter.flush(QuickWriter.java:73)
[windows-jdk10] ... 40 more
[windows-jdk10] ERROR: [withMaven] junitPublisher - Silently ignore exception
archiving JUnit results for Maven artifact
MavenArtifact{org.apache.maven.scm:maven-scm-provider-jazz::1.9.6-SNAPSHOT(version:
1.9.6-SNAPSHOT, snapshot:false) } generated by
PluginInvocation{org.apache.maven.plugins:maven-surefire-plugin:2.19.1@test
default-test}: java.lang.InterruptedException
[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] FATAL: Failed to save the JUnit test result
[windows-jdk10] java.io.IOException:
com.thoughtworks.xstream.io.StreamException: : null
[windows-jdk10] at hudson.XmlFile.write(XmlFile.java:200)
[windows-jdk10] at
hudson.tasks.junit.TestResultAction.setResult(TestResultAction.java:117)
[windows-jdk10] at
hudson.tasks.junit.TestResultAction.mergeResult(TestResultAction.java:270)
[windows-jdk10] at
hudson.tasks.junit.JUnitResultArchiver.parseAndAttach(JUnitResultArchiver.java:178)
[windows-jdk10] at
hudson.tasks.junit.JUnitResultArchiver.perform(JUnitResultArchiver.java:153)
[windows-jdk10] at
org.jenkinsci.plugins.pipeline.maven.publishers.JunitTestsPublisher.executeReporter(JunitTestsPublisher.java:295)
[windows-jdk10] at
org.jenkinsci.plugins.pipeline.maven.publishers.JunitTestsPublisher.process(JunitTestsPublisher.java:196)
[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)
[windows-jdk10] Caused by: com.thoughtworks.xstream.io.StreamException: : null
[windows-jdk10] at
com.thoughtworks.xstream.core.util.QuickWriter.flush(QuickWriter.java:77)
[windows-jdk10] at
com.thoughtworks.xstream.io.xml.PrettyPrintWriter.flush(PrettyPrintWriter.java:346)
[windows-jdk10] at
com.thoughtworks.xstream.XStream.toXML(XStream.java:990)
[windows-jdk10] at hudson.XmlFile.write(XmlFile.java:193)
[windows-jdk10] ... 37 more
[windows-jdk10] Caused by: java.nio.channels.ClosedChannelException
[windows-jdk10] at
sun.nio.ch.FileChannelImpl.ensureOpen(FileChannelImpl.java:110)
[windows-jdk10] at
sun.nio.ch.FileChannelImpl.write(FileChannelImpl.java:199)
[windows-jdk10] at
hudson.util.FileChannelWriter.write(FileChannelWriter.java:72)
[windows-jdk10] at
hudson.util.AtomicFileWriter.write(AtomicFileWriter.java:166)
[windows-jdk10] at
com.thoughtworks.xstream.core.util.QuickWriter.flush(QuickWriter.java:73)
[windows-jdk10] ... 40 more
[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-824-SWZCIMFNNZINE43CFLVTR566VNT3353OYO6JN6C3KYIWE3QSZ7PQ@2@tmp\withMavene505b1aa\maven-spy-20180714-110905-7004342550125376570869.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.exists(FilePath.java:1532)
[windows-jdk10] at
org.jenkinsci.plugins.pipeline.maven.MavenSpyLogProcessor.processMavenSpyLogs(MavenSpyLogProcessor.java:109)
[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