KDE CI: Extragear » digikam » kf5-qt5 WindowsMSVCQt5.14 - Build # 493 - Failure!

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

KDE CI: Extragear » digikam » kf5-qt5 WindowsMSVCQt5.14 - Build # 493 - Failure!

CI System
BUILD FAILURE
Build URL https://build.kde.org/job/Extragear/job/digikam/job/kf5-qt5%20WindowsMSVCQt5.14/493/
Project: kf5-qt5 WindowsMSVCQt5.14
Date of build: Sun, 10 May 2020 09:26:04 +0000
Build duration: 20 min and counting


CONSOLE OUTPUT
Started by an SCM change
Running in Durability level: MAX_SURVIVABILITY
[Pipeline] Start of Pipeline
[Pipeline] node
Running on Windows Builder Kappa in C:\CI\workspace\Extragear\digikam\kf5-qt5 WindowsMSVCQt5.14
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] ws
[2020-05-10T09:26:05.512Z] Running in C:/CI/Job Build
[Pipeline] {
[Pipeline] catchError
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Checkout Sources)
[Pipeline] deleteDir
[Pipeline] bat
[2020-05-10T09:26:12.222Z]
[2020-05-10T09:26:12.222Z] C:\CI\Job Build>if exist "C:\CI\Software Installs\digikam" rmdir /s /q "C:\CI\Software Installs\digikam"
[Pipeline] checkout
[2020-05-10T09:26:13.018Z] No credentials specified
[2020-05-10T09:26:13.278Z] Cloning the remote Git repository
[2020-05-10T09:26:13.506Z] Cloning repository git://anongit.kde.org/digikam
[2020-05-10T09:26:13.525Z] > git init C:\CI\Job Build # timeout=10
[2020-05-10T09:26:28.113Z] Fetching upstream changes from git://anongit.kde.org/digikam
[2020-05-10T09:26:28.114Z] > git --version # timeout=10
[2020-05-10T09:26:39.322Z] > git fetch --tags --force --progress -- git://anongit.kde.org/digikam +refs/heads/*:refs/remotes/origin/* # timeout=120
[2020-05-10T09:33:34.406Z] > git config remote.origin.url git://anongit.kde.org/digikam # timeout=10
[2020-05-10T09:33:34.523Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
[2020-05-10T09:33:34.597Z] > git config remote.origin.url git://anongit.kde.org/digikam # timeout=10
[2020-05-10T09:33:34.678Z] Fetching upstream changes from git://anongit.kde.org/digikam
[2020-05-10T09:33:34.678Z] > git fetch --tags --force --progress -- git://anongit.kde.org/digikam +refs/heads/*:refs/remotes/origin/* # timeout=120
[2020-05-10T09:35:30.715Z] > git rev-parse "origin/master^{commit}" # timeout=10
[2020-05-10T09:35:50.280Z] Checking out Revision 24f1674dc9d4e5ae5b4d3cd7430a16a83ef15507 (origin/master)
[2020-05-10T09:35:50.511Z] > git config core.sparsecheckout # timeout=10
[2020-05-10T09:36:07.204Z] > git checkout -f 24f1674dc9d4e5ae5b4d3cd7430a16a83ef15507 # timeout=10
[2020-05-10T09:46:08.827Z] ERROR: Timeout after 10 minutes
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[2020-05-10T09:46:16.910Z] hudson.plugins.git.GitException: Command "git checkout -f 24f1674dc9d4e5ae5b4d3cd7430a16a83ef15507" returned status code 130:
[2020-05-10T09:46:16.910Z] stdout:
[2020-05-10T09:46:16.910Z] stderr:
[2020-05-10T09:46:16.910Z] at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2430)
[2020-05-10T09:46:16.910Z] at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$1100(CliGitAPIImpl.java:81)
[2020-05-10T09:46:16.910Z] at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:2743)
[2020-05-10T09:46:16.910Z] Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from eucten.kde.org/176.9.9.57:57541
[2020-05-10T09:46:16.910Z] at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1788)
[2020-05-10T09:46:16.910Z] at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
[2020-05-10T09:46:16.910Z] at hudson.remoting.Channel.call(Channel.java:998)
[2020-05-10T09:46:16.910Z] at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
[2020-05-10T09:46:16.910Z] at sun.reflect.GeneratedMethodAccessor121.invoke(Unknown Source)
[2020-05-10T09:46:16.910Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[2020-05-10T09:46:16.910Z] at java.lang.reflect.Method.invoke(Method.java:498)
[2020-05-10T09:46:16.910Z] at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
[2020-05-10T09:46:16.910Z] at com.sun.proxy.$Proxy77.execute(Unknown Source)
[2020-05-10T09:46:16.910Z] at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1217)
[2020-05-10T09:46:16.910Z] at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:125)
[2020-05-10T09:46:16.910Z] at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:93)
[2020-05-10T09:46:16.910Z] at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:80)
[2020-05-10T09:46:16.910Z] at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
[2020-05-10T09:46:16.910Z] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[2020-05-10T09:46:16.910Z] at java.util.concurrent.FutureTask.run(FutureTask.java:266)
[2020-05-10T09:46:16.910Z] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[2020-05-10T09:46:16.910Z] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[2020-05-10T09:46:16.910Z] at java.lang.Thread.run(Thread.java:748)
[2020-05-10T09:46:16.910Z] Caused: hudson.plugins.git.GitException: Could not checkout 24f1674dc9d4e5ae5b4d3cd7430a16a83ef15507
[2020-05-10T09:46:16.910Z] at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:2767)
[2020-05-10T09:46:16.910Z] at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:161)
[2020-05-10T09:46:16.910Z] at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:154)
[2020-05-10T09:46:16.910Z] at hudson.remoting.UserRequest.perform(UserRequest.java:211)
[2020-05-10T09:46:16.910Z] at hudson.remoting.UserRequest.perform(UserRequest.java:54)
[2020-05-10T09:46:16.910Z] at hudson.remoting.Request$2.run(Request.java:369)
[2020-05-10T09:46:16.910Z] at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
[2020-05-10T09:46:16.910Z] at java.util.concurrent.FutureTask.run(Unknown Source)
[2020-05-10T09:46:16.910Z] at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
[2020-05-10T09:46:16.910Z] at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
[2020-05-10T09:46:16.910Z] at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:98)
[2020-05-10T09:46:16.911Z] at java.lang.Thread.run(Unknown Source)
[Pipeline] // catchError
[Pipeline] emailextrecipients
[Pipeline] emailext