Open nti-jarvis opened 6 years ago
Build 'nti.test.jenkins/master' is failing!
Last 50 lines of build output:
[...truncated 40 lines...]
stderr: remote: Invalid username or password.
fatal: Authentication failed for 'https://github.com/NextThought/nti.test.jenkins.git/'
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2016)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1735)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:72)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:420)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:629)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
at hudson.remoting.UserRequest.perform(UserRequest.java:212)
at hudson.remoting.UserRequest.perform(UserRequest.java:54)
at hudson.remoting.Request$2.run(Request.java:369)
at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to Jenkins-2
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
at hudson.remoting.Channel.call(Channel.java:955)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
at sun.reflect.GeneratedMethodAccessor260.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
at com.sun.proxy.$Proxy80.execute(Unknown Source)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1146)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:120)
at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:90)
at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:77)
at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution$1$1.call(SynchronousNonBlockingStepExecution.java:50)
at hudson.security.ACL.impersonate(ACL.java:290)
at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution$1.run(SynchronousNonBlockingStepExecution.java:47)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
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)
[Pipeline] }
[Pipeline] // stage
[Pipeline] script
[Pipeline] {
[Pipeline] properties
[Pipeline] }
[Pipeline] // script
[Pipeline] step
Changes since last successful build:
[Zach Arani] d5cd8df461366e1f702bfadd5ddebb7d8e37df49 - test
[Zach Arani] daa33f5984fb6d5b4597a6a1b1ddee19f37da521 - test
[Zach Arani] 5e96d21756f7254dc9bcfdf3c95b7967f3903414 - test
[Zach Arani] c41f3556c86f383f5c001d4cf3f0ac148ddf35c0 - test
[Zach Arani] ab91a13072d0dd418fb4299f565bc43931ed517d - test
[Zach Arani] bd9e1325eca0cfcec923caa66fee3dab48262815 - test
[Zach Arani] 1ffff9e46923b18f2970a267444ac9be94512e91 - test
[Jonathan Grimes] 3c08c17188a6937502f97ef85918058be97f56a0 - limit node builds to nodejs label
[noreply] 1834260eacc51fd80aa282522f6fb268eedcc375 - trying to use shallow clone
[noreply] 4ffb4f1e5edb92f712eb3de199a54cdec5b48234 - Fixed shallow clone URL access
Build 'nti.test.jenkins/master' is failing!
Last 50 lines of build output:
[...truncated 48 lines...]
hudson.plugins.git.GitException: Command "git fetch --tags --progress https://github.com/NextThought/nti.test.jenkins.git +refs/heads/*:refs/remotes/origin/* --depth=1" returned status code 128:
stdout:
stderr: remote: Invalid username or password.
fatal: Authentication failed for 'https://github.com/NextThought/nti.test.jenkins.git/'
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2042)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1761)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$400(CliGitAPIImpl.java:72)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:442)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:655)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
at hudson.remoting.UserRequest.perform(UserRequest.java:212)
at hudson.remoting.UserRequest.perform(UserRequest.java:54)
at hudson.remoting.Request$2.run(Request.java:369)
at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to Jenkins-2
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1743)
at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
at hudson.remoting.Channel.call(Channel.java:957)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
at sun.reflect.GeneratedMethodAccessor566.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
at com.sun.proxy.$Proxy98.execute(Unknown Source)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1152)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1192)
at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:120)
at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:90)
at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:77)
at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
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)
[Pipeline] }
[Pipeline] // stage
[Pipeline] script
[Pipeline] {
[Pipeline] properties
[Pipeline] }
[Pipeline] // script
[Pipeline] step
Changes since last successful build:
[Zach Arani] d5cd8df461366e1f702bfadd5ddebb7d8e37df49 - test
[Zach Arani] daa33f5984fb6d5b4597a6a1b1ddee19f37da521 - test
[Zach Arani] 5e96d21756f7254dc9bcfdf3c95b7967f3903414 - test
[Zach Arani] c41f3556c86f383f5c001d4cf3f0ac148ddf35c0 - test
[Zach Arani] ab91a13072d0dd418fb4299f565bc43931ed517d - test
[Zach Arani] bd9e1325eca0cfcec923caa66fee3dab48262815 - test
[Zach Arani] 1ffff9e46923b18f2970a267444ac9be94512e91 - test
[Jonathan Grimes] 3c08c17188a6937502f97ef85918058be97f56a0 - limit node builds to nodejs label
[noreply] 1834260eacc51fd80aa282522f6fb268eedcc375 - trying to use shallow clone
[noreply] 4ffb4f1e5edb92f712eb3de199a54cdec5b48234 - Fixed shallow clone URL access
[noreply] b72c14e00d9ddf1d048977c005e6ee9f4541d2c6 - Changed clone to shallow clone
[noreply] 65c69fe15d4731be571a32334d355bdf1eb04adb - Build once per day if not ran
Build 'nti.test.jenkins/master' is failing!
Last 50 lines of build output:
Changes since last successful build:
[Zach Arani] d5cd8df461366e1f702bfadd5ddebb7d8e37df49 - test
[Zach Arani] daa33f5984fb6d5b4597a6a1b1ddee19f37da521 - test
[Zach Arani] 5e96d21756f7254dc9bcfdf3c95b7967f3903414 - test
[Zach Arani] c41f3556c86f383f5c001d4cf3f0ac148ddf35c0 - test
[Zach Arani] ab91a13072d0dd418fb4299f565bc43931ed517d - test
[Zach Arani] bd9e1325eca0cfcec923caa66fee3dab48262815 - test
[Zach Arani] 1ffff9e46923b18f2970a267444ac9be94512e91 - test
[Jonathan Grimes] 3c08c17188a6937502f97ef85918058be97f56a0 - limit node builds to nodejs label
[noreply] 1834260eacc51fd80aa282522f6fb268eedcc375 - trying to use shallow clone
View full output