Untitled

mail@pastecode.io avatar
unknown
plain_text
a year ago
7.8 kB
3
Indexable
Console Output
Started by user admin217
Lightweight checkout support not available, falling back to full checkout.
Checking out git https://stash.fss.com.vn/scm/sbs/newmonitor_config.git https://stash.fss.com.vn/scm/tcsc/fmobile.git into /var/jenkins_home/workspace/tcsc.fmobile@script/8229ceac558527af023ad4ae5d00f27e0020f983805c31b9fa17d12d50a364da to read jenkins/mobileapp/Jenkinsfile
The recommended git tool is: NONE
using credential DevJenkin
using credential b850cc82-c70e-4fa9-a7a9-1367d64ebcb0
 > git rev-parse --resolve-git-dir /var/jenkins_home/workspace/tcsc.fmobile@script/8229ceac558527af023ad4ae5d00f27e0020f983805c31b9fa17d12d50a364da/jenkins/.git # timeout=10
Fetching changes from 2 remote Git repositories
 > git config remote.origin.url https://stash.fss.com.vn/scm/sbs/newmonitor_config.git # timeout=10
Fetching upstream changes from https://stash.fss.com.vn/scm/sbs/newmonitor_config.git
 > git --version # timeout=10
 > git --version # 'git version 2.30.2'
using GIT_ASKPASS to set credentials 
 > git fetch --tags --force --progress -- https://stash.fss.com.vn/scm/sbs/newmonitor_config.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin1.url https://stash.fss.com.vn/scm/tcsc/fmobile.git # timeout=10
Fetching upstream changes from https://stash.fss.com.vn/scm/tcsc/fmobile.git
using GIT_ASKPASS to set credentials 
 > git fetch --tags --force --progress -- https://stash.fss.com.vn/scm/tcsc/fmobile.git +refs/heads/*:refs/remotes/origin1/* # timeout=10
 > git rev-parse origin/master^{commit} # timeout=10
 > git rev-parse origin1/master^{commit} # timeout=10
Multiple candidate revisions
Checking out Revision 4e7361ba8d65a486e1e29d7c41e1bdec88c15e57 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4e7361ba8d65a486e1e29d7c41e1bdec88c15e57 # timeout=10
Commit message: "mo comment mount ra folder khac"
 > git rev-list --no-walk 4e7361ba8d65a486e1e29d7c41e1bdec88c15e57 # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Running on Macos in /Users/mac/jenkin_mac/workspace/tcsc.fmobile
[Pipeline] {
[Pipeline] checkout
The recommended git tool is: NONE
using credential DevJenkin
using credential b850cc82-c70e-4fa9-a7a9-1367d64ebcb0
Fetching changes from 2 remote Git repositories
 > git rev-parse --resolve-git-dir /Users/mac/jenkin_mac/workspace/tcsc.fmobile/jenkins/.git # timeout=10
 > git config remote.origin.url https://stash.fss.com.vn/scm/sbs/newmonitor_config.git # timeout=10
Fetching upstream changes from https://stash.fss.com.vn/scm/sbs/newmonitor_config.git
 > git --version # timeout=10
 > git --version # 'git version 2.37.1 (Apple Git-137.1)'
using GIT_ASKPASS to set credentials 
 > git fetch --tags --force --progress -- https://stash.fss.com.vn/scm/sbs/newmonitor_config.git +refs/heads/*:refs/remotes/origin/* # timeout=10
ERROR: Error fetching remote repo 'origin1'
hudson.plugins.git.GitException: Failed to fetch from https://stash.fss.com.vn/scm/tcsc/fmobile.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:1003)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1244)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1308)
	at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:129)
	at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:97)
	at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:84)
	at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:829)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --force --progress -- https://stash.fss.com.vn/scm/tcsc/fmobile.git +refs/heads/*:refs/remotes/origin1/*" returned status code 128:
stdout: 
stderr: fatal: remote error: Repository does not exist
The requested repository does not exist, or you do not have permission to
access it.

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2671)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2096)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$500(CliGitAPIImpl.java:84)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:618)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:158)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:151)
	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:376)
	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:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:834)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to Macos
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1784)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
		at hudson.remoting.Channel.call(Channel.java:1000)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:143)
		at jdk.internal.reflect.GeneratedMethodAccessor417.invoke(Unknown Source)
		at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
		at java.base/java.lang.reflect.Method.invoke(Method.java:566)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:129)
		at com.sun.proxy.$Proxy88.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:1001)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1244)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1308)
		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:129)
		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:97)
		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:84)
		at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
		at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
		at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
		at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
		at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
		at java.base/java.lang.Thread.run(Thread.java:829)
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
 > git config remote.origin1.url https://stash.fss.com.vn/scm/tcsc/fmobile.git # timeout=10
Fetching upstream changes from https://stash.fss.com.vn/scm/tcsc/fmobile.git
using GIT_ASKPASS to set credentials 
 > git fetch --tags --force --progress -- https://stash.fss.com.vn/scm/tcsc/fmobile.git +refs/heads/*:refs/remotes/origin1/* # timeout=10
ERROR: Error fetching remote repo 'origin1'
Finished: FAILURE