Started by upstream project "SANS_Commit" build number 9791 originally caused by: Started by user galbramc Running as galbramc [EnvInject] - Loading node environment variables. Building remotely on macys_VM in workspace /Users/jenkins/workspace/SANS_Commit/builddir/release_clang/buildnode/macys_VM [WS-CLEANUP] Deleting project workspace... The recommended git tool is: NONE using credential 3614a4cf-01de-4393-97de-73734b7dd5a2 Cloning the remote Git repository > JGit fetch # timeout=10 ERROR: Error cloning remote repo 'acdl' hudson.plugins.git.GitException: org.eclipse.jgit.api.errors.TransportException: ssh://jenkins@acdl.mit.edu/home/svnroot/SANSproto: [ssh-connection]: Failed (NoSuchProviderException) to execute: JCE cannot authenticate the provider BC at org.jenkinsci.plugins.gitclient.JGitAPIImpl$4.execute(JGitAPIImpl.java:1716) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:170) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:161) at hudson.remoting.UserRequest.perform(UserRequest.java:211) at hudson.remoting.UserRequest.perform(UserRequest.java:54) at hudson.remoting.Request$2.run(Request.java:377) at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630) at java.base/java.lang.Thread.run(Thread.java:831) Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to macys_VM at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1787) at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356) at hudson.remoting.Channel.call(Channel.java:1003) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:153) at jdk.internal.reflect.GeneratedMethodAccessor1036.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:138) at jdk.proxy148/jdk.proxy148.$Proxy281.execute(Unknown Source) at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1222) at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1305) at hudson.scm.SCM.checkout(SCM.java:540) at hudson.model.AbstractProject.checkout(AbstractProject.java:1248) at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:649) at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:85) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:521) at hudson.model.Run.execute(Run.java:1894) at hudson.matrix.MatrixRun.run(MatrixRun.java:153) at hudson.model.ResourceController.execute(ResourceController.java:101) at hudson.model.Executor.run(Executor.java:442) Caused by: org.eclipse.jgit.api.errors.TransportException: ssh://jenkins@acdl.mit.edu/home/svnroot/SANSproto: [ssh-connection]: Failed (NoSuchProviderException) to execute: JCE cannot authenticate the provider BC at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:249) at org.jenkinsci.plugins.gitclient.JGitAPIImpl$4.execute(JGitAPIImpl.java:1704) ... 10 more Caused by: org.eclipse.jgit.errors.TransportException: ssh://jenkins@acdl.mit.edu/home/svnroot/SANSproto: [ssh-connection]: Failed (NoSuchProviderException) to execute: JCE cannot authenticate the provider BC at org.eclipse.jgit.transport.sshd.SshdSessionFactory.getSession(SshdSessionFactory.java:267) at org.eclipse.jgit.transport.sshd.SshdSessionFactory.getSession(SshdSessionFactory.java:1) at org.eclipse.jgit.transport.SshTransport.getSession(SshTransport.java:107) at org.eclipse.jgit.transport.TransportGitSsh$SshFetchConnection.(TransportGitSsh.java:279) at org.eclipse.jgit.transport.TransportGitSsh.openFetch(TransportGitSsh.java:152) at org.eclipse.jgit.transport.FetchProcess.executeImp(FetchProcess.java:153) at org.eclipse.jgit.transport.FetchProcess.execute(FetchProcess.java:105) at org.eclipse.jgit.transport.Transport.fetch(Transport.java:1480) at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:238) ... 11 more Caused by: org.apache.sshd.common.SshException: [ssh-connection]: Failed (NoSuchProviderException) to execute: JCE cannot authenticate the provider BC at org.apache.sshd.common.future.AbstractSshFuture.lambda$verifyResult$2(AbstractSshFuture.java:146) at org.apache.sshd.common.future.AbstractSshFuture.formatExceptionMessage(AbstractSshFuture.java:206) at org.apache.sshd.common.future.AbstractSshFuture.verifyResult(AbstractSshFuture.java:145) at org.apache.sshd.client.future.DefaultAuthFuture.verify(DefaultAuthFuture.java:56) at org.apache.sshd.client.future.DefaultAuthFuture.verify(DefaultAuthFuture.java:35) at org.apache.sshd.common.future.VerifiableFuture.verify(VerifiableFuture.java:110) at org.apache.sshd.common.future.VerifiableFuture.verify(VerifiableFuture.java:96) at org.eclipse.jgit.transport.sshd.SshdSession.connect(SshdSession.java:171) at org.eclipse.jgit.transport.sshd.SshdSession.connect(SshdSession.java:100) at org.eclipse.jgit.transport.sshd.SshdSessionFactory.getSession(SshdSessionFactory.java:260) ... 19 more Caused by: java.lang.NullPointerException at java.base/javax.crypto.ProviderVerifier.verify(ProviderVerifier.java:122) at java.base/javax.crypto.JceSecurity.verifyProvider(JceSecurity.java:189) at java.base/javax.crypto.JceSecurity.getVerificationResult(JceSecurity.java:217) at java.base/javax.crypto.JceSecurity.getInstance(JceSecurity.java:127) at java.base/javax.crypto.KeyAgreement.getInstance(KeyAgreement.java:238) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:567) at org.apache.sshd.common.util.security.SecurityEntityFactory$2.getInstance(SecurityEntityFactory.java:130) at org.apache.sshd.common.util.security.SecurityUtils.getKeyAgreement(SecurityUtils.java:772) at org.apache.sshd.common.kex.MontgomeryCurve.(MontgomeryCurve.java:121) at org.apache.sshd.common.kex.MontgomeryCurve.(MontgomeryCurve.java:95) at org.apache.sshd.common.kex.BuiltinDHFactories$13.isSupported(BuiltinDHFactories.java:260) at org.apache.sshd.common.NamedFactory.lambda$setUpTransformedFactories$0(NamedFactory.java:54) at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:178) at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948) at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474) at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:913) at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) at org.apache.sshd.common.NamedFactory.setUpTransformedFactories(NamedFactory.java:56) at org.apache.sshd.client.ClientBuilder.setUpDefaultKeyExchanges(ClientBuilder.java:194) at org.apache.sshd.client.ClientBuilder.fillWithDefaultValues(ClientBuilder.java:125) at org.apache.sshd.client.ClientBuilder.fillWithDefaultValues(ClientBuilder.java:56) at org.apache.sshd.common.BaseBuilder.build(BaseBuilder.java:273) at org.apache.sshd.client.ClientBuilder.build(ClientBuilder.java:165) at org.apache.sshd.client.ClientBuilder.build(ClientBuilder.java:56) at org.apache.sshd.common.BaseBuilder.build(BaseBuilder.java:297) at org.eclipse.jgit.transport.sshd.SshdSessionFactory.lambda$0(SshdSessionFactory.java:225) at org.eclipse.jgit.transport.sshd.SshdSession.(SshdSession.java:92) at org.eclipse.jgit.transport.sshd.SshdSessionFactory.getSession(SshdSessionFactory.java:196) ... 19 more ERROR: Error cloning remote repo 'acdl' Retrying after 10 seconds The recommended git tool is: NONE using credential 3614a4cf-01de-4393-97de-73734b7dd5a2 Fetching changes from the remote Git repository Pruning obsolete local branches > JGit fetch # timeout=10 ERROR: Error fetching remote repo 'acdl' hudson.plugins.git.GitException: Failed to fetch from ssh://jenkins@acdl.mit.edu/home/svnroot/SANSproto at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:999) at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1241) at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1305) at hudson.scm.SCM.checkout(SCM.java:540) at hudson.model.AbstractProject.checkout(AbstractProject.java:1248) at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:649) at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:85) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:521) at hudson.model.Run.execute(Run.java:1894) at hudson.matrix.MatrixRun.run(MatrixRun.java:153) at hudson.model.ResourceController.execute(ResourceController.java:101) at hudson.model.Executor.run(Executor.java:442) Caused by: hudson.plugins.git.GitException: org.eclipse.jgit.api.errors.TransportException: ssh://jenkins@acdl.mit.edu/home/svnroot/SANSproto: [ssh-connection]: Failed (NoSuchProviderException) to execute: JCE cannot authenticate the provider BC at org.jenkinsci.plugins.gitclient.JGitAPIImpl$2.execute(JGitAPIImpl.java:823) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:170) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:161) at hudson.remoting.UserRequest.perform(UserRequest.java:211) at hudson.remoting.UserRequest.perform(UserRequest.java:54) at hudson.remoting.Request$2.run(Request.java:377) at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630) at java.base/java.lang.Thread.run(Thread.java:831) Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to macys_VM at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1787) at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356) at hudson.remoting.Channel.call(Channel.java:1003) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:153) at jdk.internal.reflect.GeneratedMethodAccessor1036.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:138) at jdk.proxy148/jdk.proxy148.$Proxy274.execute(Unknown Source) at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:997) at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1241) at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1305) at hudson.scm.SCM.checkout(SCM.java:540) at hudson.model.AbstractProject.checkout(AbstractProject.java:1248) at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:649) at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:85) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:521) at hudson.model.Run.execute(Run.java:1894) at hudson.matrix.MatrixRun.run(MatrixRun.java:153) at hudson.model.ResourceController.execute(ResourceController.java:101) at hudson.model.Executor.run(Executor.java:442) Caused by: org.eclipse.jgit.api.errors.TransportException: ssh://jenkins@acdl.mit.edu/home/svnroot/SANSproto: [ssh-connection]: Failed (NoSuchProviderException) to execute: JCE cannot authenticate the provider BC at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:249) at org.jenkinsci.plugins.gitclient.JGitAPIImpl$2.execute(JGitAPIImpl.java:821) ... 10 more Caused by: org.eclipse.jgit.errors.TransportException: ssh://jenkins@acdl.mit.edu/home/svnroot/SANSproto: [ssh-connection]: Failed (NoSuchProviderException) to execute: JCE cannot authenticate the provider BC at org.eclipse.jgit.transport.sshd.SshdSessionFactory.getSession(SshdSessionFactory.java:267) at org.eclipse.jgit.transport.sshd.SshdSessionFactory.getSession(SshdSessionFactory.java:1) at org.eclipse.jgit.transport.SshTransport.getSession(SshTransport.java:107) at org.eclipse.jgit.transport.TransportGitSsh$SshFetchConnection.(TransportGitSsh.java:279) at org.eclipse.jgit.transport.TransportGitSsh.openFetch(TransportGitSsh.java:152) at org.eclipse.jgit.transport.FetchProcess.executeImp(FetchProcess.java:153) at org.eclipse.jgit.transport.FetchProcess.execute(FetchProcess.java:105) at org.eclipse.jgit.transport.Transport.fetch(Transport.java:1480) at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:238) ... 11 more Caused by: org.apache.sshd.common.SshException: [ssh-connection]: Failed (NoSuchProviderException) to execute: JCE cannot authenticate the provider BC at org.apache.sshd.common.future.AbstractSshFuture.lambda$verifyResult$2(AbstractSshFuture.java:146) at org.apache.sshd.common.future.AbstractSshFuture.formatExceptionMessage(AbstractSshFuture.java:206) at org.apache.sshd.common.future.AbstractSshFuture.verifyResult(AbstractSshFuture.java:145) at org.apache.sshd.client.future.DefaultAuthFuture.verify(DefaultAuthFuture.java:56) at org.apache.sshd.client.future.DefaultAuthFuture.verify(DefaultAuthFuture.java:35) at org.apache.sshd.common.future.VerifiableFuture.verify(VerifiableFuture.java:110) at org.apache.sshd.common.future.VerifiableFuture.verify(VerifiableFuture.java:96) at org.eclipse.jgit.transport.sshd.SshdSession.connect(SshdSession.java:171) at org.eclipse.jgit.transport.sshd.SshdSession.connect(SshdSession.java:100) at org.eclipse.jgit.transport.sshd.SshdSessionFactory.getSession(SshdSessionFactory.java:260) ... 19 more Caused by: java.lang.NullPointerException at java.base/javax.crypto.ProviderVerifier.verify(ProviderVerifier.java:122) at java.base/javax.crypto.JceSecurity.verifyProvider(JceSecurity.java:189) at java.base/javax.crypto.JceSecurity.getVerificationResult(JceSecurity.java:217) at java.base/javax.crypto.JceSecurity.getInstance(JceSecurity.java:127) at java.base/javax.crypto.KeyAgreement.getInstance(KeyAgreement.java:238) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:567) at org.apache.sshd.common.util.security.SecurityEntityFactory$2.getInstance(SecurityEntityFactory.java:130) at org.apache.sshd.common.util.security.SecurityUtils.getKeyAgreement(SecurityUtils.java:772) at org.apache.sshd.common.kex.MontgomeryCurve.(MontgomeryCurve.java:121) at org.apache.sshd.common.kex.MontgomeryCurve.(MontgomeryCurve.java:95) at org.apache.sshd.common.kex.BuiltinDHFactories$13.isSupported(BuiltinDHFactories.java:260) at org.apache.sshd.common.NamedFactory.lambda$setUpTransformedFactories$0(NamedFactory.java:54) at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:178) at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948) at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474) at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:913) at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) at org.apache.sshd.common.NamedFactory.setUpTransformedFactories(NamedFactory.java:56) at org.apache.sshd.client.ClientBuilder.setUpDefaultKeyExchanges(ClientBuilder.java:194) at org.apache.sshd.client.ClientBuilder.fillWithDefaultValues(ClientBuilder.java:125) at org.apache.sshd.client.ClientBuilder.fillWithDefaultValues(ClientBuilder.java:56) at org.apache.sshd.common.BaseBuilder.build(BaseBuilder.java:273) at org.apache.sshd.client.ClientBuilder.build(ClientBuilder.java:165) at org.apache.sshd.client.ClientBuilder.build(ClientBuilder.java:56) at org.apache.sshd.common.BaseBuilder.build(BaseBuilder.java:297) at org.eclipse.jgit.transport.sshd.SshdSessionFactory.lambda$0(SshdSessionFactory.java:225) at org.eclipse.jgit.transport.sshd.SshdSession.(SshdSession.java:92) at org.eclipse.jgit.transport.sshd.SshdSessionFactory.getSession(SshdSessionFactory.java:196) at org.eclipse.jgit.transport.sshd.SshdSessionFactory.getSession(SshdSessionFactory.java:1) at org.eclipse.jgit.transport.SshTransport.getSession(SshTransport.java:107) at org.eclipse.jgit.transport.TransportGitSsh$SshFetchConnection.(TransportGitSsh.java:279) at org.eclipse.jgit.transport.TransportGitSsh.openFetch(TransportGitSsh.java:152) at org.eclipse.jgit.transport.FetchProcess.executeImp(FetchProcess.java:153) at org.eclipse.jgit.transport.FetchProcess.execute(FetchProcess.java:105) at org.eclipse.jgit.transport.Transport.fetch(Transport.java:1480) at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:238) at org.jenkinsci.plugins.gitclient.JGitAPIImpl$4.execute(JGitAPIImpl.java:1704) ... 10 more ERROR: Error fetching remote repo 'acdl' Retrying after 10 seconds The recommended git tool is: NONE using credential 3614a4cf-01de-4393-97de-73734b7dd5a2 Fetching changes from the remote Git repository Pruning obsolete local branches > JGit fetch # timeout=10 ERROR: Error fetching remote repo 'acdl' hudson.plugins.git.GitException: Failed to fetch from ssh://jenkins@acdl.mit.edu/home/svnroot/SANSproto at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:999) at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1241) at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1305) at hudson.scm.SCM.checkout(SCM.java:540) at hudson.model.AbstractProject.checkout(AbstractProject.java:1248) at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:649) at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:85) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:521) at hudson.model.Run.execute(Run.java:1894) at hudson.matrix.MatrixRun.run(MatrixRun.java:153) at hudson.model.ResourceController.execute(ResourceController.java:101) at hudson.model.Executor.run(Executor.java:442) Caused by: hudson.plugins.git.GitException: org.eclipse.jgit.api.errors.TransportException: ssh://jenkins@acdl.mit.edu/home/svnroot/SANSproto: [ssh-connection]: Failed (NoSuchProviderException) to execute: JCE cannot authenticate the provider BC at org.jenkinsci.plugins.gitclient.JGitAPIImpl$2.execute(JGitAPIImpl.java:823) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:170) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:161) at hudson.remoting.UserRequest.perform(UserRequest.java:211) at hudson.remoting.UserRequest.perform(UserRequest.java:54) at hudson.remoting.Request$2.run(Request.java:377) at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630) at java.base/java.lang.Thread.run(Thread.java:831) Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to macys_VM at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1787) at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356) at hudson.remoting.Channel.call(Channel.java:1003) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:153) at jdk.internal.reflect.GeneratedMethodAccessor1036.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:138) at jdk.proxy148/jdk.proxy148.$Proxy274.execute(Unknown Source) at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:997) at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1241) at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1305) at hudson.scm.SCM.checkout(SCM.java:540) at hudson.model.AbstractProject.checkout(AbstractProject.java:1248) at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:649) at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:85) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:521) at hudson.model.Run.execute(Run.java:1894) at hudson.matrix.MatrixRun.run(MatrixRun.java:153) at hudson.model.ResourceController.execute(ResourceController.java:101) at hudson.model.Executor.run(Executor.java:442) Caused by: org.eclipse.jgit.api.errors.TransportException: ssh://jenkins@acdl.mit.edu/home/svnroot/SANSproto: [ssh-connection]: Failed (NoSuchProviderException) to execute: JCE cannot authenticate the provider BC at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:249) at org.jenkinsci.plugins.gitclient.JGitAPIImpl$2.execute(JGitAPIImpl.java:821) ... 10 more Caused by: org.eclipse.jgit.errors.TransportException: ssh://jenkins@acdl.mit.edu/home/svnroot/SANSproto: [ssh-connection]: Failed (NoSuchProviderException) to execute: JCE cannot authenticate the provider BC at org.eclipse.jgit.transport.sshd.SshdSessionFactory.getSession(SshdSessionFactory.java:267) at org.eclipse.jgit.transport.sshd.SshdSessionFactory.getSession(SshdSessionFactory.java:1) at org.eclipse.jgit.transport.SshTransport.getSession(SshTransport.java:107) at org.eclipse.jgit.transport.TransportGitSsh$SshFetchConnection.(TransportGitSsh.java:279) at org.eclipse.jgit.transport.TransportGitSsh.openFetch(TransportGitSsh.java:152) at org.eclipse.jgit.transport.FetchProcess.executeImp(FetchProcess.java:153) at org.eclipse.jgit.transport.FetchProcess.execute(FetchProcess.java:105) at org.eclipse.jgit.transport.Transport.fetch(Transport.java:1480) at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:238) ... 11 more Caused by: org.apache.sshd.common.SshException: [ssh-connection]: Failed (NoSuchProviderException) to execute: JCE cannot authenticate the provider BC at org.apache.sshd.common.future.AbstractSshFuture.lambda$verifyResult$2(AbstractSshFuture.java:146) at org.apache.sshd.common.future.AbstractSshFuture.formatExceptionMessage(AbstractSshFuture.java:206) at org.apache.sshd.common.future.AbstractSshFuture.verifyResult(AbstractSshFuture.java:145) at org.apache.sshd.client.future.DefaultAuthFuture.verify(DefaultAuthFuture.java:56) at org.apache.sshd.client.future.DefaultAuthFuture.verify(DefaultAuthFuture.java:35) at org.apache.sshd.common.future.VerifiableFuture.verify(VerifiableFuture.java:110) at org.apache.sshd.common.future.VerifiableFuture.verify(VerifiableFuture.java:96) at org.eclipse.jgit.transport.sshd.SshdSession.connect(SshdSession.java:171) at org.eclipse.jgit.transport.sshd.SshdSession.connect(SshdSession.java:100) at org.eclipse.jgit.transport.sshd.SshdSessionFactory.getSession(SshdSessionFactory.java:260) ... 19 more Caused by: java.lang.NullPointerException at java.base/javax.crypto.ProviderVerifier.verify(ProviderVerifier.java:122) at java.base/javax.crypto.JceSecurity.verifyProvider(JceSecurity.java:189) at java.base/javax.crypto.JceSecurity.getVerificationResult(JceSecurity.java:217) at java.base/javax.crypto.JceSecurity.getInstance(JceSecurity.java:127) at java.base/javax.crypto.KeyAgreement.getInstance(KeyAgreement.java:238) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:567) at org.apache.sshd.common.util.security.SecurityEntityFactory$2.getInstance(SecurityEntityFactory.java:130) at org.apache.sshd.common.util.security.SecurityUtils.getKeyAgreement(SecurityUtils.java:772) at org.apache.sshd.common.kex.MontgomeryCurve.(MontgomeryCurve.java:121) at org.apache.sshd.common.kex.MontgomeryCurve.(MontgomeryCurve.java:95) at org.apache.sshd.common.kex.BuiltinDHFactories$13.isSupported(BuiltinDHFactories.java:260) at org.apache.sshd.common.NamedFactory.lambda$setUpTransformedFactories$0(NamedFactory.java:54) at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:178) at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948) at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474) at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:913) at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) at org.apache.sshd.common.NamedFactory.setUpTransformedFactories(NamedFactory.java:56) at org.apache.sshd.client.ClientBuilder.setUpDefaultKeyExchanges(ClientBuilder.java:194) at org.apache.sshd.client.ClientBuilder.fillWithDefaultValues(ClientBuilder.java:125) at org.apache.sshd.client.ClientBuilder.fillWithDefaultValues(ClientBuilder.java:56) at org.apache.sshd.common.BaseBuilder.build(BaseBuilder.java:273) at org.apache.sshd.client.ClientBuilder.build(ClientBuilder.java:165) at org.apache.sshd.client.ClientBuilder.build(ClientBuilder.java:56) at org.apache.sshd.common.BaseBuilder.build(BaseBuilder.java:297) at org.eclipse.jgit.transport.sshd.SshdSessionFactory.lambda$0(SshdSessionFactory.java:225) at org.eclipse.jgit.transport.sshd.SshdSession.(SshdSession.java:92) at org.eclipse.jgit.transport.sshd.SshdSessionFactory.getSession(SshdSessionFactory.java:196) at org.eclipse.jgit.transport.sshd.SshdSessionFactory.getSession(SshdSessionFactory.java:1) at org.eclipse.jgit.transport.SshTransport.getSession(SshTransport.java:107) at org.eclipse.jgit.transport.TransportGitSsh$SshFetchConnection.(TransportGitSsh.java:279) at org.eclipse.jgit.transport.TransportGitSsh.openFetch(TransportGitSsh.java:152) at org.eclipse.jgit.transport.FetchProcess.executeImp(FetchProcess.java:153) at org.eclipse.jgit.transport.FetchProcess.execute(FetchProcess.java:105) at org.eclipse.jgit.transport.Transport.fetch(Transport.java:1480) at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:238) at org.jenkinsci.plugins.gitclient.JGitAPIImpl$4.execute(JGitAPIImpl.java:1704) ... 10 more ERROR: Error fetching remote repo 'acdl' Retrying after 10 seconds The recommended git tool is: NONE using credential 3614a4cf-01de-4393-97de-73734b7dd5a2 Fetching changes from the remote Git repository Pruning obsolete local branches > JGit fetch # timeout=10 ERROR: Error fetching remote repo 'acdl' hudson.plugins.git.GitException: Failed to fetch from ssh://jenkins@acdl.mit.edu/home/svnroot/SANSproto at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:999) at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1241) at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1305) at hudson.scm.SCM.checkout(SCM.java:540) at hudson.model.AbstractProject.checkout(AbstractProject.java:1248) at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:649) at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:85) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:521) at hudson.model.Run.execute(Run.java:1894) at hudson.matrix.MatrixRun.run(MatrixRun.java:153) at hudson.model.ResourceController.execute(ResourceController.java:101) at hudson.model.Executor.run(Executor.java:442) Caused by: hudson.plugins.git.GitException: org.eclipse.jgit.api.errors.TransportException: ssh://jenkins@acdl.mit.edu/home/svnroot/SANSproto: [ssh-connection]: Failed (NoSuchProviderException) to execute: JCE cannot authenticate the provider BC at org.jenkinsci.plugins.gitclient.JGitAPIImpl$2.execute(JGitAPIImpl.java:823) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:170) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:161) at hudson.remoting.UserRequest.perform(UserRequest.java:211) at hudson.remoting.UserRequest.perform(UserRequest.java:54) at hudson.remoting.Request$2.run(Request.java:377) at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630) at java.base/java.lang.Thread.run(Thread.java:831) Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to macys_VM at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1787) at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356) at hudson.remoting.Channel.call(Channel.java:1003) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:153) at jdk.internal.reflect.GeneratedMethodAccessor1036.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:138) at jdk.proxy148/jdk.proxy148.$Proxy274.execute(Unknown Source) at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:997) at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1241) at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1305) at hudson.scm.SCM.checkout(SCM.java:540) at hudson.model.AbstractProject.checkout(AbstractProject.java:1248) at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:649) at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:85) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:521) at hudson.model.Run.execute(Run.java:1894) at hudson.matrix.MatrixRun.run(MatrixRun.java:153) at hudson.model.ResourceController.execute(ResourceController.java:101) at hudson.model.Executor.run(Executor.java:442) Caused by: org.eclipse.jgit.api.errors.TransportException: ssh://jenkins@acdl.mit.edu/home/svnroot/SANSproto: [ssh-connection]: Failed (NoSuchProviderException) to execute: JCE cannot authenticate the provider BC at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:249) at org.jenkinsci.plugins.gitclient.JGitAPIImpl$2.execute(JGitAPIImpl.java:821) ... 10 more Caused by: org.eclipse.jgit.errors.TransportException: ssh://jenkins@acdl.mit.edu/home/svnroot/SANSproto: [ssh-connection]: Failed (NoSuchProviderException) to execute: JCE cannot authenticate the provider BC at org.eclipse.jgit.transport.sshd.SshdSessionFactory.getSession(SshdSessionFactory.java:267) at org.eclipse.jgit.transport.sshd.SshdSessionFactory.getSession(SshdSessionFactory.java:1) at org.eclipse.jgit.transport.SshTransport.getSession(SshTransport.java:107) at org.eclipse.jgit.transport.TransportGitSsh$SshFetchConnection.(TransportGitSsh.java:279) at org.eclipse.jgit.transport.TransportGitSsh.openFetch(TransportGitSsh.java:152) at org.eclipse.jgit.transport.FetchProcess.executeImp(FetchProcess.java:153) at org.eclipse.jgit.transport.FetchProcess.execute(FetchProcess.java:105) at org.eclipse.jgit.transport.Transport.fetch(Transport.java:1480) at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:238) ... 11 more Caused by: org.apache.sshd.common.SshException: [ssh-connection]: Failed (NoSuchProviderException) to execute: JCE cannot authenticate the provider BC at org.apache.sshd.common.future.AbstractSshFuture.lambda$verifyResult$2(AbstractSshFuture.java:146) at org.apache.sshd.common.future.AbstractSshFuture.formatExceptionMessage(AbstractSshFuture.java:206) at org.apache.sshd.common.future.AbstractSshFuture.verifyResult(AbstractSshFuture.java:145) at org.apache.sshd.client.future.DefaultAuthFuture.verify(DefaultAuthFuture.java:56) at org.apache.sshd.client.future.DefaultAuthFuture.verify(DefaultAuthFuture.java:35) at org.apache.sshd.common.future.VerifiableFuture.verify(VerifiableFuture.java:110) at org.apache.sshd.common.future.VerifiableFuture.verify(VerifiableFuture.java:96) at org.eclipse.jgit.transport.sshd.SshdSession.connect(SshdSession.java:171) at org.eclipse.jgit.transport.sshd.SshdSession.connect(SshdSession.java:100) at org.eclipse.jgit.transport.sshd.SshdSessionFactory.getSession(SshdSessionFactory.java:260) ... 19 more Caused by: java.lang.NullPointerException at java.base/javax.crypto.ProviderVerifier.verify(ProviderVerifier.java:122) at java.base/javax.crypto.JceSecurity.verifyProvider(JceSecurity.java:189) at java.base/javax.crypto.JceSecurity.getVerificationResult(JceSecurity.java:217) at java.base/javax.crypto.JceSecurity.getInstance(JceSecurity.java:127) at java.base/javax.crypto.KeyAgreement.getInstance(KeyAgreement.java:238) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:567) at org.apache.sshd.common.util.security.SecurityEntityFactory$2.getInstance(SecurityEntityFactory.java:130) at org.apache.sshd.common.util.security.SecurityUtils.getKeyAgreement(SecurityUtils.java:772) at org.apache.sshd.common.kex.MontgomeryCurve.(MontgomeryCurve.java:121) at org.apache.sshd.common.kex.MontgomeryCurve.(MontgomeryCurve.java:95) at org.apache.sshd.common.kex.BuiltinDHFactories$13.isSupported(BuiltinDHFactories.java:260) at org.apache.sshd.common.NamedFactory.lambda$setUpTransformedFactories$0(NamedFactory.java:54) at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:178) at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948) at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474) at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:913) at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) at org.apache.sshd.common.NamedFactory.setUpTransformedFactories(NamedFactory.java:56) at org.apache.sshd.client.ClientBuilder.setUpDefaultKeyExchanges(ClientBuilder.java:194) at org.apache.sshd.client.ClientBuilder.fillWithDefaultValues(ClientBuilder.java:125) at org.apache.sshd.client.ClientBuilder.fillWithDefaultValues(ClientBuilder.java:56) at org.apache.sshd.common.BaseBuilder.build(BaseBuilder.java:273) at org.apache.sshd.client.ClientBuilder.build(ClientBuilder.java:165) at org.apache.sshd.client.ClientBuilder.build(ClientBuilder.java:56) at org.apache.sshd.common.BaseBuilder.build(BaseBuilder.java:297) at org.eclipse.jgit.transport.sshd.SshdSessionFactory.lambda$0(SshdSessionFactory.java:225) at org.eclipse.jgit.transport.sshd.SshdSession.(SshdSession.java:92) at org.eclipse.jgit.transport.sshd.SshdSessionFactory.getSession(SshdSessionFactory.java:196) at org.eclipse.jgit.transport.sshd.SshdSessionFactory.getSession(SshdSessionFactory.java:1) at org.eclipse.jgit.transport.SshTransport.getSession(SshTransport.java:107) at org.eclipse.jgit.transport.TransportGitSsh$SshFetchConnection.(TransportGitSsh.java:279) at org.eclipse.jgit.transport.TransportGitSsh.openFetch(TransportGitSsh.java:152) at org.eclipse.jgit.transport.FetchProcess.executeImp(FetchProcess.java:153) at org.eclipse.jgit.transport.FetchProcess.execute(FetchProcess.java:105) at org.eclipse.jgit.transport.Transport.fetch(Transport.java:1480) at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:238) at org.jenkinsci.plugins.gitclient.JGitAPIImpl$4.execute(JGitAPIImpl.java:1704) ... 10 more ERROR: Error fetching remote repo 'acdl' [GNU C Compiler (gcc)ClangIntel Compiler (C, Fortran)Vera++] Skipping execution of recorder since overall result is 'FAILURE' INFO: Processing BoostTest-1.x (default) INFO: [BoostTest-1.x (default)] - No test report file(s) were found with the pattern 'build/boosttest/*.xml' relative to '/Users/jenkins/workspace/SANS_Commit/builddir/release_clang/buildnode/macys_VM' for the testing framework 'BoostTest-1.x (default)'. Did you enter a pattern relative to (and within) the workspace directory? Did you generate the result report(s) for 'BoostTest-1.x (default)'?" WARNING: All test reports are empty. INFO: Check 'Failed Tests' threshold. INFO: Check 'Skipped Tests' threshold. [Checks API] No suitable checks publisher found. INFO: Setting the build status to SUCCESS [Coverage] Skipping execution of coverage recorder since overall result is 'FAILURE' Finished: FAILURE