[JIRA] [core] (JENKINS-26257) ERROR: Asynchronous execution failure java.util.concurrent.ExecutionException: java.lang.ClassCastException

1,580 views
Skip to first unread message

madhu.chandar@gmail.com (JIRA)

unread,
Jul 7, 2015, 7:23:01 AM7/7/15
to jenkinsc...@googlegroups.com
Madhu Chandar Malempati commented on Bug JENKINS-26257
 
Re: ERROR: Asynchronous execution failure java.util.concurrent.ExecutionException: java.lang.ClassCastException

Hi Swapnil,

I am now facing the same exception and couldn't able to find out the root cause. I can see that it's a long time back you faced this issue. But can you please help me resolve this issue if you have any track of it.

Add Comment Add Comment
 
This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265)
Atlassian logo

madhu.chandar@gmail.com (JIRA)

unread,
Jul 7, 2015, 7:25:03 AM7/7/15
to jenkinsc...@googlegroups.com
Hi Swapnil,

I am now facing the same exception and couldn't able to find out the root cause. I can see that it's a long time back you faced this
 issue  exeception . But can you please help me resolve this issue if you have any track of it.
 Slave.jar as mentioned by daniel seems to be fine in my case

o.v.nenashev@gmail.com (JIRA)

unread,
Jul 7, 2015, 7:28:01 AM7/7/15
to jenkinsc...@googlegroups.com

ClassCastException is being suppressed in the logs.
It would be great if somebody adds "-XX:-OmitStackTraceInFastThrow" flag to the JVM instance and reproduces the issue. In such case we would have a log entry with more info.

jmmckinnon@gmail.com (JIRA)

unread,
Sep 25, 2015, 3:22:02 PM9/25/15
to jenkinsc...@googlegroups.com

We are seeing this issue as well. Jenkins 1.596-1 (LTS), Maven 3.2.2. Windows 7 Jenkins master, Windows (Webstart) slaves. I am not sure how long it's been going on but someone reported it to me last week, and I found this and enabled -XX:-OmitStackTraceInFastThrow and here's what our stack trace looks like:

Important part seems to be:

java.util.concurrent.ExecutionException: java.lang.ClassCastException: hudson.model.Fingerprint$RangeSet cannot be cast to hudson.model.Fingerprint

It prints I'm guessing one or more times per artifact in the build. Here's one complete stacktrace which is the first following build success (there are probably 40-50 in our build, pages and pages, before it logs the artifact archiving)

[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 28:15 min
[INFO] Finished at: 2015-09-25T12:31:20-04:00
[INFO] Final Memory: 156M/1139M
[INFO] ------------------------------------------------------------------------
ERROR: Asynchronous execution failure
java.util.concurrent.ExecutionException: java.lang.ClassCastException: hudson.model.Fingerprint$RangeSet cannot be cast to hudson.model.Fingerprint
	at hudson.remoting.Channel$3.adapt(Channel.java:784)
	at hudson.remoting.Channel$3.adapt(Channel.java:779)
	at hudson.remoting.FutureAdapter.get(FutureAdapter.java:55)
	at hudson.maven.AbstractMavenBuilder.waitForAsynchronousExecutions(AbstractMavenBuilder.java:186)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:143)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:71)
	at hudson.remoting.UserRequest.perform(UserRequest.java:121)
	at hudson.remoting.UserRequest.perform(UserRequest.java:49)
	at hudson.remoting.Request$2.run(Request.java:324)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.ClassCastException: hudson.model.Fingerprint$RangeSet cannot be cast to hudson.model.Fingerprint
	at hudson.model.Fingerprint.load(Fingerprint.java:1250)
	at hudson.model.Fingerprint.load(Fingerprint.java:1238)
	at hudson.model.FingerprintMap.load(FingerprintMap.java:94)
	at hudson.model.FingerprintMap.load(FingerprintMap.java:45)
	at hudson.util.KeyedDataStorage.get(KeyedDataStorage.java:154)
	at hudson.model.FingerprintMap.get(FingerprintMap.java:79)
	at hudson.model.FingerprintMap.get(FingerprintMap.java:45)
	at hudson.util.KeyedDataStorage.getOrCreate(KeyedDataStorage.java:108)
	at hudson.model.FingerprintMap.getOrCreate(FingerprintMap.java:65)
	at hudson.maven.reporters.MavenFingerprinter$1.call(MavenFingerprinter.java:125)
	at hudson.maven.reporters.MavenFingerprinter$1.call(MavenFingerprinter.java:112)
	at hudson.maven.MavenBuild$ProxyImpl.execute(MavenBuild.java:423)
	at hudson.maven.MavenBuild$ProxyImpl2.execute(MavenBuild.java:551)
	at sun.reflect.GeneratedMethodAccessor358.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:601)
	at hudson.model.Executor$1.call(Executor.java:579)
	at hudson.util.InterceptingProxy$1.invoke(InterceptingProxy.java:23)
	at $Proxy54.execute(Unknown Source)
	at hudson.maven.MavenBuildProxy$Filter$AsyncInvoker.call(MavenBuildProxy.java:294)
	at hudson.remoting.UserRequest.perform(UserRequest.java:121)
	at hudson.remoting.UserRequest.perform(UserRequest.java:49)
	at hudson.remoting.Request$2.run(Request.java:324)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at org.jenkinsci.remoting.CallableDecorator.call(CallableDecorator.java:18)
	at hudson.remoting.CallableDecoratorList$1.call(CallableDecoratorList.java:21)
	at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
	at java.lang.Thread.run(Thread.java:722)
	at ......remote call to channel(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1356)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:221)
	at hudson.remoting.Channel$3.adapt(Channel.java:782)
	... 13 more
ERROR: Asynchronous execution failure

jmmckinnon@gmail.com (JIRA)

unread,
Sep 25, 2015, 3:32:04 PM9/25/15
to jenkinsc...@googlegroups.com
jmmckinnon edited a comment on Bug JENKINS-26257
We are seeing this issue as well. Jenkins 1.596-1 (LTS), Maven 3.2.2. Windows 7 Jenkins master, Windows (Webstart) slaves. I am not sure how long it's been going on but someone reported it to me last week, and I found this and enabled  -XX:-OmitStackTraceInFastThrow and here's what our stack trace looks like:

Important part seems to be:
{noformat}

java.util.concurrent.ExecutionException: java.lang.ClassCastException: hudson.model.Fingerprint$RangeSet cannot be cast to hudson.model.Fingerprint
{noformat}

It prints I'm guessing one or more times per artifact in the build. Here's one complete stacktrace which is the first following build success (there are probably 40-50 in our build, pages and pages, before it logs the artifact archiving)
{noformat}
{noformat}

It is also worth noting I installed the Version Column plugin and verified our build slaves are the same version as the Jenkins master.

swapnilsoor@gmail.com (JIRA)

unread,
Sep 28, 2015, 10:40:02 AM9/28/15
to jenkinsc...@googlegroups.com

Hi Madhu,

I am sorry, we are still having that issue. We haven't yet got any solution on this. Will try out this parameter value -XX:-OmitStackTraceInFastThrow.

Keep you posted in case If I get any solution, Thanks!

Regards,
Swapnil

swapnilsoor@gmail.com (JIRA)

unread,
Nov 4, 2015, 6:09:01 AM11/4/15
to jenkinsc...@googlegroups.com

jochen.hinrichsen@kambrium.net (JIRA)

unread,
Feb 3, 2016, 11:49:05 AM2/3/16
to jenkinsc...@googlegroups.com
Jochen Hinrichsen commented on Bug JENKINS-26257
 
Re: ERROR: Asynchronous execution failure java.util.concurrent.ExecutionException: java.lang.ClassCastException

Same issue. This one is extremely devilish, because the build is reported as 'Succesful' but OOMs somewhere in the middle of nowhere.

praveen.tkem@yahoo.com (JIRA)

unread,
Mar 23, 2016, 12:48:06 PM3/23/16
to jenkinsc...@googlegroups.com

Hello,

I am seeing the similar issue when I try to build my project using java8. when I looked at the build status of modules, it shows as status as successful but in the build history, it shows the build is unstable.

[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2:34:05.704s
[INFO] Finished at: Fri Mar 18 17:43:44 CDT 2016
[INFO] Final Memory: 251M/1682M
[INFO] ------------------------------------------------------------------------
ERROR: Asynchronous execution failure
java.util.concurrent.ExecutionException: java.lang.ClassCastException
	at hudson.remoting.Channel$3.adapt(Channel.java:784)
	at hudson.remoting.Channel$3.adapt(Channel.java:779)
	at hudson.remoting.FutureAdapter.get(FutureAdapter.java:55)
	at hudson.maven.AbstractMavenBuilder.waitForAsynchronousExecutions(AbstractMavenBuilder.java:186)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:143)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:71)
	at hudson.remoting.UserRequest.perform(UserRequest.java:121)
	at hudson.remoting.UserRequest.perform(UserRequest.java:49)
	at hudson.remoting.Request$2.run(Request.java:324)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.ClassCastException
ERROR: Asynchronous execution failure
java.util.concurrent.ExecutionException: java.lang.ClassCastException
	at hudson.remoting.Channel$3.adapt(Channel.java:784)
	at hudson.remoting.Channel$3.adapt(Channel.java:779)
	at hudson.remoting.FutureAdapter.get(FutureAdapter.java:55)
	at hudson.maven.AbstractMavenBuilder.waitForAsynchronousExecutions(AbstractMavenBuilder.java:186)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:143)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:71)
	at hudson.remoting.UserRequest.perform(UserRequest.java:121)
	at hudson.remoting.UserRequest.perform(UserRequest.java:49)
	at hudson.remoting.Request$2.run(Request.java:324)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.ClassCastException
ERROR: Asynchronous execution failure
java.util.concurrent.ExecutionException: java.lang.ClassCastException
	at hudson.remoting.Channel$3.adapt(Channel.java:784)
	at hudson.remoting.Channel$3.adapt(Channel.java:779)
	at hudson.remoting.FutureAdapter.get(FutureAdapter.java:55)
	at hudson.maven.AbstractMavenBuilder.waitForAsynchronousExecutions(AbstractMavenBuilder.java:186)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:143)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:71)
	at hudson.remoting.UserRequest.perform(UserRequest.java:121)
	at hudson.remoting.UserRequest.perform(UserRequest.java:49)
	at hudson.remoting.Request$2.run(Request.java:324)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.ClassCastException
ERROR: Asynchronous execution failure
java.util.concurrent.ExecutionException: java.lang.ClassCastException
	at hudson.remoting.Channel$3.adapt(Channel.java:784)
	at hudson.remoting.Channel$3.adapt(Channel.java:779)
	at hudson.remoting.FutureAdapter.get(FutureAdapter.java:55)
	at hudson.maven.AbstractMavenBuilder.waitForAsynchronousExecutions(AbstractMavenBuilder.java:186)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:143)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:71)
	at hudson.remoting.UserRequest.perform(UserRequest.java:121)
	at hudson.remoting.UserRequest.perform(UserRequest.java:49)
	at hudson.remoting.Request$2.run(Request.java:324)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.ClassCastException
ERROR: Asynchronous execution failure

Other than the stacktrace, I don't see any exception. Any suggestions on how to narrow down the issue?. please help!

praveen.tkem@yahoo.com (JIRA)

unread,
Mar 23, 2016, 12:49:05 PM3/23/16
to jenkinsc...@googlegroups.com
praveen reddy katta edited a comment on Bug JENKINS-26257
Hello,

I am seeing the similar issue when I try to build my project using java8. when I looked at the build status of modules, it shows
 as  the  status as successful but in the build history, it shows the build is unstable. 
{code}
{code}


Other than the stacktrace, I don't see any exception. Any suggestions on how to narrow down the issue?. please help!

praveen.tkem@yahoo.com (JIRA)

unread,
Mar 23, 2016, 12:49:06 PM3/23/16
to jenkinsc...@googlegroups.com
praveen reddy katta edited a comment on Bug JENKINS-26257
Hello,

I am seeing the similar issue when I try to build my project using java8. when I looked at the build status of modules, it shows the status as successful but in the build history, it shows the build is
 *  unstable *

j.reed@aeromaritime.de (JIRA)

unread,
May 31, 2016, 10:03:01 AM5/31/16
to jenkinsc...@googlegroups.com

After upgrading the Maven Plugin we started getting a little more clearer exception

{{ERROR: Asynchronous execution failure
java.util.concurrent.ExecutionException: java.lang.ClassCastException: hudson.model.Fingerprint$RangeSet cannot be cast to hudson.model.Fingerprint
at hudson.remoting.Channel$2.adapt(Channel.java:813)
at hudson.remoting.Channel$2.adapt(Channel.java:808)


at hudson.remoting.FutureAdapter.get(FutureAdapter.java:55)
at hudson.maven.AbstractMavenBuilder.waitForAsynchronousExecutions(AbstractMavenBuilder.java:186)
at hudson.maven.Maven3Builder.call(Maven3Builder.java:143)
at hudson.maven.Maven3Builder.call(Maven3Builder.java:71)

at hudson.remoting.UserRequest.perform(UserRequest.java:120)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:326)


at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)

Caused by: java.lang.ClassCastException: hudson.model.Fingerprint$RangeSet cannot be cast to hudson.model.Fingerprint
at hudson.model.Fingerprint.load(Fingerprint.java:1318)
}}

Could this be caused by the Fingerprints themselves?

j.reed@aeromaritime.de (JIRA)

unread,
May 31, 2016, 10:06:05 AM5/31/16
to jenkinsc...@googlegroups.com
Jason Reed edited a comment on Bug JENKINS-26257

j.reed@aeromaritime.de (JIRA)

unread,
May 31, 2016, 10:06:06 AM5/31/16
to jenkinsc...@googlegroups.com
Jason Reed edited a comment on Bug JENKINS-26257
After upgrading the Maven Plugin we started getting a little more clearer exception


{code:java}
     ERROR: Asynchronous execution failure
     java.util.concurrent.ExecutionException: java.lang.ClassCastException: hudson.model.Fingerprint$RangeSet cannot be cast to hudson.model.Fingerprint
          at hudson.remoting.Channel$2.adapt(Channel.java:813)
          at hudson.remoting.Channel$2.adapt(Channel.java:808)
          at hudson.remoting.FutureAdapter.get(FutureAdapter.java:55)
          at hudson.maven.AbstractMavenBuilder.waitForAsynchronousExecutions(AbstractMavenBuilder.java:186)
          at hudson.maven.Maven3Builder.call(Maven3Builder.java:143)
          at hudson.maven.Maven3Builder.call(Maven3Builder.java:71)
          at hudson.remoting.UserRequest.perform(UserRequest.java:120)
          at hudson.remoting.UserRequest.perform(UserRequest.java:48)
          at hudson.remoting.Request$2.run(Request.java:326)
          at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
          at java.util.concurrent.FutureTask.run(FutureTask.java:266)
          at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
          at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
          at java.lang.Thread.run(Thread.java:745)
     Caused by: java.lang.ClassCastException: hudson.model.Fingerprint$RangeSet cannot be cast to hudson.model.Fingerprint
          at hudson.model.Fingerprint.load(Fingerprint.java:1318)
{code}



Could this be caused by the Fingerprints themselves? 

ysk2005@gmail.com (JIRA)

unread,
Mar 1, 2018, 3:03:02 PM3/1/18
to jenkinsc...@googlegroups.com

Did anyone find the solution for this issue?

 

This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)
Atlassian logo

o.v.nenashev@gmail.com (JIRA)

unread,
Mar 2, 2018, 4:11:06 AM3/2/18
to jenkinsc...@googlegroups.com

maciej.deorowicz@generali.com (JIRA)

unread,
May 10, 2018, 7:55:02 AM5/10/18
to jenkinsc...@googlegroups.com

Jenkins 2.121

Maven Integration Plugin 3.1.2

00:08:14.124 ERROR: Asynchronous execution failure
00:08:14.126 java.util.concurrent.ExecutionException: java.lang.NullPointerException
00:08:14.127 	at hudson.remoting.Channel$2.adapt(Channel.java:992)
00:08:14.127 	at hudson.remoting.Channel$2.adapt(Channel.java:986)
00:08:14.127 	at hudson.remoting.FutureAdapter.get(FutureAdapter.java:55)
00:08:14.127 	at hudson.maven.AbstractMavenBuilder.waitForAsynchronousExecutions(AbstractMavenBuilder.java:186)
00:08:14.128 	at hudson.maven.Maven3Builder.call(Maven3Builder.java:146)
00:08:14.128 	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
00:08:14.128 	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
00:08:14.129 	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
00:08:14.129 	at hudson.remoting.Request$2.run(Request.java:369)
00:08:14.129 	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
00:08:14.129 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
00:08:14.130 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
00:08:14.130 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
00:08:14.130 	at java.lang.Thread.run(Thread.java:745)
00:08:14.130 Caused by: java.lang.NullPointerException
00:08:14.153 [CHECKSTYLE] Plug-in Result: Success - no threshold has been exceeded
00:08:14.153 [CHECKSTYLE] Plug-in Result: Success - no threshold has been exceeded
00:08:14.153 [CHECKSTYLE] Plug-in Result: Success - no threshold has been exceeded
00:08:14.153 [CHECKSTYLE] Plug-in Result: Success - no threshold has been exceeded
00:08:14.153 [CHECKSTYLE] Plug-in Result: Success - no threshold has been exceeded
00:08:14.153 [CHECKSTYLE] Plug-in Result: Success - no threshold has been exceeded
00:08:14.153 [CHECKSTYLE] Plug-in Result: Success - no threshold has been exceeded
00:08:14.153 [CHECKSTYLE] Plug-in Result: Success - no threshold has been exceeded
00:08:14.153 [CHECKSTYLE] Plug-in Result: Success - no threshold has been exceeded
00:08:14.153 [CHECKSTYLE] Plug-in Result: Success - no threshold has been exceeded
00:08:14.153 [CHECKSTYLE] Plug-in Result: Success - no threshold has been exceeded
00:08:14.153 [CHECKSTYLE] Plug-in Result: Success - no threshold has been exceeded
00:08:14.153 [CHECKSTYLE] Plug-in Result: Success - no threshold has been exceeded
00:08:14.153 [CHECKSTYLE] Plug-in Result: Success - no threshold has been exceeded
00:08:14.153 [CHECKSTYLE] Plug-in Result: Success - no threshold has been exceeded
00:08:14.153 [CHECKSTYLE] Plug-in Result: Success - no threshold has been exceeded
00:08:14.153 [CHECKSTYLE] Plug-in Result: Success - no threshold has been exceeded
00:08:14.153 [CHECKSTYLE] Plug-in Result: Success - no threshold has been exceeded
00:08:14.153 [CHECKSTYLE] Plug-in Result: Success - no threshold has been exceeded
00:08:14.153 [CHECKSTYLE] Plug-in Result: Success - no threshold has been exceeded
00:08:14.156 $ ssh-agent -k
00:08:14.158 channel stopped
00:08:14.161 unset SSH_AUTH_SOCK;
00:08:14.161 unset SSH_AGENT_PID;
00:08:14.161 echo Agent pid 5884 killed;
00:08:14.165 [ssh-agent] Stopped.
00:08:14.558 Archiving artifacts
00:08:49.342 Notifying Stash at "http://************************/"
00:08:49.419 Notified Stash for commit with id babe8fa5c85997118beda84e8abf3deccd8005ac
00:08:49.463 [WS-CLEANUP] Deleting project workspace...[WS-CLEANUP] done
00:08:49.486 Finished: SUCCESS

o.v.nenashev@gmail.com (JIRA)

unread,
May 10, 2018, 7:59:02 AM5/10/18
to jenkinsc...@googlegroups.com

Maciej De Thanks! It looks like the same issue though the behavior changed a bit (now it is NPE).
Will assign to the Remoting queue

Reply all
Reply to author
Forward
0 new messages