[Builder] Build failed in Jenkins: iam-cloud » asgardeo-app-extensions #861
cbuilder at wso2.org
cbuilder at wso2.org
Fri Mar 19 05:28:38 PDT 2021
See <https://wso2.org/jenkins/job/iam-cloud/job/asgardeo-app-extensions/861/display/redirect?page=changes>
Changes:
[jenkins-bot] [WSO2 Release] [Jenkins #860] [Release 0.0.402] prepare release v0.0.402
[jenkins-bot] [WSO2 Release] [Jenkins #860] [Release 0.0.402] prepare for next development iteration
------------------------------------------
[...truncated 9.98 MB...]
"homepage": null,
"size": 6323,
"stargazers_count": 5,
"watchers_count": 5,
"language": "Shell",
"has_issues": true,
"has_projects": true,
"has_downloads": true,
"has_wiki": false,
"has_pages": false,
"forks_count": 44,
"mirror_url": null,
"archived": false,
"disabled": false,
"open_issues_count": 816,
"license": {
"key": "apache-2.0",
"name": "Apache License 2.0",
"spdx_id": "Apache-2.0",
"url": "https://api.github.com/licenses/apache-2.0",
"node_id": "MDc6TGljZW5zZTI="
},
"forks": 44,
"open_issues": 816,
"watchers": 5,
"default_branch": "master"
}
},
"_links": {
"self": {
"href": "https://api.github.com/repos/wso2-enterprise/asgardeo-product/pulls/2818"
},
"html": {
"href": "https://github.com/wso2-enterprise/asgardeo-product/pull/2818"
},
"issue": {
"href": "https://api.github.com/repos/wso2-enterprise/asgardeo-product/issues/2818"
},
"comments": {
"href": "https://api.github.com/repos/wso2-enterprise/asgardeo-product/issues/2818/comments"
},
"review_comments": {
"href": "https://api.github.com/repos/wso2-enterprise/asgardeo-product/pulls/2818/comments"
},
"review_comment": {
"href": "https://api.github.com/repos/wso2-enterprise/asgardeo-product/pulls/comments{/number}"
},
"commits": {
"href": "https://api.github.com/repos/wso2-enterprise/asgardeo-product/pulls/2818/commits"
},
"statuses": {
"href": "https://api.github.com/repos/wso2-enterprise/asgardeo-product/statuses/ccd76eba99aea90f0b6260bd0bfa3fa05d61f71b"
}
},
"author_association": "CONTRIBUTOR",
"auto_merge": null,
"active_lock_reason": null,
"merged": false,
"mergeable": null,
"rebaseable": null,
"mergeable_state": "unknown",
"merged_by": null,
"comments": 0,
"review_comments": 0,
"maintainer_can_modify": true,
"commits": 1,
"additions": 12,
"deletions": 12,
"changed_files": 1
}
+ echo 'Deleting the cloned asgardeo-product directory'
Deleting the cloned asgardeo-product directory
+ cd ..
+ rm -rf asgardeo-product
+ echo 'Process Completed...'
Process Completed...
using credential github-user-for-maven-releases
> git rev-parse HEAD^{commit} # timeout=10
using credential github-user-for-maven-releases
> git rev-parse HEAD^{commit} # timeout=10
------------------------------------------------------------------------
[WSO2 Maven Release] [WSO2 Maven Release] Build Result: SUCCESS
[WSO2 Maven Release] Checking out a temp local branch named 6150b4bd-976d-401b-a268-bba1866a5cd7 at revision null
> git config core.sparsecheckout # timeout=10
> git checkout -f # timeout=10
> git branch -a -v --no-abbrev # timeout=10
> git checkout -b 6150b4bd-976d-401b-a268-bba1866a5cd7 # timeout=10
------------------------------------------------------------------------
[WSO2 Maven Release] Fetching latest changes with refspec: null:refs/remotes/origin/6150b4bd-976d-401b-a268-bba1866a5cd7 before merging the release commits into 6150b4bd-976d-401b-a268-bba1866a5cd7
Fetching upstream changes from https://github.com/wso2-enterprise/asgardeo-app-extensions.git
> git --version # timeout=10
using GIT_ASKPASS to set credentials github user for maven release plugin (CD)
> git fetch --tags --progress https://github.com/wso2-enterprise/asgardeo-app-extensions.git null:refs/remotes/origin/6150b4bd-976d-401b-a268-bba1866a5cd7 # timeout=10
[ERROR] [WSO2 Maven Release] merging the changes. Command "git fetch --tags --progress https://github.com/wso2-enterprise/asgardeo-app-extensions.git null:refs/remotes/origin/6150b4bd-976d-401b-a268-bba1866a5cd7" returned status code 128:
stdout:
stderr: fatal: Couldn't find remote ref null
Unexpected end of command stream
hudson.plugins.git.GitException: Command "git fetch --tags --progress https://github.com/wso2-enterprise/asgardeo-app-extensions.git null:refs/remotes/origin/6150b4bd-976d-401b-a268-bba1866a5cd7" returned status code 128:
stdout:
stderr: fatal: Couldn't find remote ref null
Unexpected end of command stream
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2372)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1985)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$500(CliGitAPIImpl.java:80)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:563)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:161)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:154)
at hudson.remoting.UserRequest.perform(UserRequest.java:153)
at hudson.remoting.UserRequest.perform(UserRequest.java:50)
at hudson.remoting.Request$2.run(Request.java:336)
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:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at hudson.remoting.Engine$1$1.run(Engine.java:94)
at java.lang.Thread.run(Thread.java:748)
Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from 10.0.1.18/10.0.1.18:43106
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1743)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:389)
at hudson.remoting.Channel.call(Channel.java:957)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
at sun.reflect.GeneratedMethodAccessor654.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.$Proxy115.execute(Unknown Source)
at org.jvnet.hudson.plugins.m2release.ReleaseEnvironment.finalizeSCMRepo(ReleaseEnvironment.java:269)
at org.jvnet.hudson.plugins.m2release.ReleaseEnvironment.tearDown(ReleaseEnvironment.java:109)
at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:908)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:504)
at hudson.model.Run.execute(Run.java:1818)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
at hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:429)
> git config core.sparsecheckout # timeout=10
> git checkout -f # timeout=10
> git branch -a -v --no-abbrev # timeout=10
> git branch -D 6150b4bd-976d-401b-a268-bba1866a5cd7 # timeout=10
ERROR: Processing failed due to a bug in the code. Please report this to the issue tracker (https://jenkins.io/redirect/report-an-issue).
hudson.plugins.git.GitException: Could not checkout 6150b4bd-976d-401b-a268-bba1866a5cd7 with start point null
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:2703)
at org.jenkinsci.plugins.gitclient.AbstractGitAPIImpl.checkoutBranch(AbstractGitAPIImpl.java:81)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.checkoutBranch(CliGitAPIImpl.java:80)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:895)
at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:870)
at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:829)
at hudson.remoting.UserRequest.perform(UserRequest.java:153)
at hudson.remoting.UserRequest.perform(UserRequest.java:50)
at hudson.remoting.Request$2.run(Request.java:336)
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:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at hudson.remoting.Engine$1$1.run(Engine.java:94)
at java.lang.Thread.run(Thread.java:748)
Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from 10.0.1.18/10.0.1.18:43106
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1743)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:389)
at hudson.remoting.Channel.call(Channel.java:957)
at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:283)
at com.sun.proxy.$Proxy112.checkoutBranch(Unknown Source)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl.checkoutBranch(RemoteGitImpl.java:326)
at org.jvnet.hudson.plugins.m2release.ReleaseEnvironment.finalizeSCMRepo(ReleaseEnvironment.java:283)
at org.jvnet.hudson.plugins.m2release.ReleaseEnvironment.tearDown(ReleaseEnvironment.java:109)
at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:908)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:504)
at hudson.model.Run.execute(Run.java:1818)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
at hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:429)
Caused by: hudson.plugins.git.GitException: Could not delete branch 6150b4bd-976d-401b-a268-bba1866a5cd7
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.deleteBranch(CliGitAPIImpl.java:2787)
at hudson.plugins.git.GitAPI.deleteBranch(GitAPI.java:222)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:2668)
... 18 more
Caused by: hudson.plugins.git.GitException: Command "git branch -D 6150b4bd-976d-401b-a268-bba1866a5cd7" returned status code 1:
stdout:
stderr: error: Cannot delete the branch '6150b4bd-976d-401b-a268-bba1866a5cd7' which you are currently on.
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2372)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2302)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2298)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1857)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1869)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.deleteBranch(CliGitAPIImpl.java:2785)
... 20 more
project=hudson.maven.MavenModuleSet at 74125b1[iam-cloud/asgardeo-app-extensions]
project.getModules()=[hudson.maven.MavenModule at 426a4147[iam-cloud/asgardeo-app-extensions/org.wso2.identity.apps:admin-portal][iam-cloud/asgardeo-app-extensions/org.wso2.identity.apps:admin-portal][relativePath:distributions/admin-portal], hudson.maven.MavenModule at 75294ce7[iam-cloud/asgardeo-app-extensions/org.wso2.identity.apps:console][iam-cloud/asgardeo-app-extensions/org.wso2.identity.apps:console][relativePath:distributions/console], hudson.maven.MavenModule at 575c3d2a[iam-cloud/asgardeo-app-extensions/org.wso2.identity.apps:developer-portal][iam-cloud/asgardeo-app-extensions/org.wso2.identity.apps:developer-portal][relativePath:distributions/developer-portal], hudson.maven.MavenModule at 2c51f66f[iam-cloud/asgardeo-app-extensions/org.wso2.identity.apps:identity-apps-cloud][iam-cloud/asgardeo-app-extensions/org.wso2.identity.apps:identity-apps-cloud][relativePath:], hudson.maven.MavenModule at 6883ad58[iam-cloud/asgardeo-app-extensions/org.wso2.identity.apps:myaccount][iam-cloud/asgardeo-app-extensions/org.wso2.identity.apps:myaccount][relativePath:distributions/myaccount], hudson.maven.MavenModule at 23b59262[iam-cloud/asgardeo-app-extensions/org.wso2.identity.apps:user-portal][iam-cloud/asgardeo-app-extensions/org.wso2.identity.apps:user-portal][relativePath:distributions/user-portal]]
project.getRootModule()=hudson.maven.MavenModule at 2c51f66f[iam-cloud/asgardeo-app-extensions/org.wso2.identity.apps:identity-apps-cloud][iam-cloud/asgardeo-app-extensions/org.wso2.identity.apps:identity-apps-cloud][relativePath:]
FATAL: Could not checkout 6150b4bd-976d-401b-a268-bba1866a5cd7 with start point null
hudson.plugins.git.GitException: Command "git branch -D 6150b4bd-976d-401b-a268-bba1866a5cd7" returned status code 1:
stdout:
stderr: error: Cannot delete the branch '6150b4bd-976d-401b-a268-bba1866a5cd7' which you are currently on.
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2372)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2302)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2298)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1857)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1869)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.deleteBranch(CliGitAPIImpl.java:2785)
Caused: hudson.plugins.git.GitException: Could not delete branch 6150b4bd-976d-401b-a268-bba1866a5cd7
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.deleteBranch(CliGitAPIImpl.java:2787)
at hudson.plugins.git.GitAPI.deleteBranch(GitAPI.java:222)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:2668)
Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from 10.0.1.18/10.0.1.18:43106
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1743)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:389)
at hudson.remoting.Channel.call(Channel.java:957)
at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:283)
at com.sun.proxy.$Proxy112.checkoutBranch(Unknown Source)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl.checkoutBranch(RemoteGitImpl.java:326)
at org.jvnet.hudson.plugins.m2release.ReleaseEnvironment.finalizeSCMRepo(ReleaseEnvironment.java:283)
at org.jvnet.hudson.plugins.m2release.ReleaseEnvironment.tearDown(ReleaseEnvironment.java:109)
at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:908)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:504)
at hudson.model.Run.execute(Run.java:1818)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
at hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.plugins.git.GitException: Could not checkout 6150b4bd-976d-401b-a268-bba1866a5cd7 with start point null
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:2703)
at org.jenkinsci.plugins.gitclient.AbstractGitAPIImpl.checkoutBranch(AbstractGitAPIImpl.java:81)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.checkoutBranch(CliGitAPIImpl.java:80)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:895)
at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:870)
at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:829)
at hudson.remoting.UserRequest.perform(UserRequest.java:153)
at hudson.remoting.UserRequest.perform(UserRequest.java:50)
at hudson.remoting.Request$2.run(Request.java:336)
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:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at hudson.remoting.Engine$1$1.run(Engine.java:94)
at java.lang.Thread.run(Thread.java:748)
Skipped archiving because build is not successful
Not sending mail to user jenkins-bot at wso2.com with no permission to view iam-cloud » asgardeo-app-extensions #861
More information about the Builder
mailing list