BUILD FAILURE
Build URL https://build.kde.org/job/Frameworks/job/kmediaplayer/job/kf5-qt5%20WindowsMSVCQt5.13/21/
Project: kf5-qt5 WindowsMSVCQt5.13
Date of build: Sat, 14 Dec 2019 13:34:54 +0000
Build duration: 1 hr 16 min and counting


CONSOLE OUTPUT
Started by an SCM change
Running in Durability level: MAX_SURVIVABILITY
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor on ‘WindowsMSVCQt5.13’
Running on Windows Builder 2 in C:\CI\workspace\Frameworks\kmediaplayer\kf5-qt5 WindowsMSVCQt5.13
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] catchError
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Checkout Sources)
[Pipeline] deleteDir
[Pipeline] bat
[2019-12-14T14:51:15.591Z]
[2019-12-14T14:51:15.592Z] C:\CI\workspace\Frameworks\kmediaplayer\kf5-qt5 WindowsMSVCQt5.13>if exist "C:\CI\Software Installs\kmediaplayer" rmdir /s /q "C:\CI\Software Installs\kmediaplayer"
[Pipeline] checkout
[2019-12-14T14:51:15.987Z] No credentials specified
[2019-12-14T14:51:15.991Z] Cloning the remote Git repository
[2019-12-14T14:51:16.388Z] ERROR: Error cloning remote repo 'origin'
[2019-12-14T14:51:16.388Z] hudson.plugins.git.GitException: Command "git fetch --tags --progress -- git://anongit.kde.org/kmediaplayer +refs/heads/*:refs/remotes/origin/*" returned status code 128:
[2019-12-14T14:51:16.388Z] stdout:
[2019-12-14T14:51:16.388Z] stderr: fatal: read error: Invalid argument
[2019-12-14T14:51:16.388Z]
[2019-12-14T14:51:16.388Z] at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2372)
[2019-12-14T14:51:16.388Z] at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1985)
[2019-12-14T14:51:16.388Z] at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$500(CliGitAPIImpl.java:80)
[2019-12-14T14:51:16.388Z] at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:563)
[2019-12-14T14:51:16.388Z] at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:787)
[2019-12-14T14:51:16.388Z] at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:161)
[2019-12-14T14:51:16.388Z] at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:154)
[2019-12-14T14:51:16.388Z] at hudson.remoting.UserRequest.perform(UserRequest.java:212)
[2019-12-14T14:51:16.388Z] at hudson.remoting.UserRequest.perform(UserRequest.java:54)
[2019-12-14T14:51:16.388Z] at hudson.remoting.Request$2.run(Request.java:369)
[2019-12-14T14:51:16.388Z] at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
[2019-12-14T14:51:16.388Z] at java.util.concurrent.FutureTask.run(Unknown Source)
[2019-12-14T14:51:16.388Z] at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
[2019-12-14T14:51:16.388Z] at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
[2019-12-14T14:51:16.388Z] at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:93)
[2019-12-14T14:51:16.388Z] at java.lang.Thread.run(Unknown Source)
[2019-12-14T14:51:16.388Z] Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from artonis.kde.org/195.201.167.115:58800
[2019-12-14T14:51:16.388Z] at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
[2019-12-14T14:51:16.388Z] at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
[2019-12-14T14:51:16.388Z] at hudson.remoting.Channel.call(Channel.java:955)
[2019-12-14T14:51:16.388Z] at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
[2019-12-14T14:51:16.389Z] at sun.reflect.GeneratedMethodAccessor285.invoke(Unknown Source)
[2019-12-14T14:51:16.389Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[2019-12-14T14:51:16.389Z] at java.lang.reflect.Method.invoke(Method.java:498)
[2019-12-14T14:51:16.389Z] at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
[2019-12-14T14:51:16.389Z] at com.sun.proxy.$Proxy84.execute(Unknown Source)
[2019-12-14T14:51:16.389Z] at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1105)
[2019-12-14T14:51:16.389Z] at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1145)
[2019-12-14T14:51:16.389Z] at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:124)
[2019-12-14T14:51:16.389Z] at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:93)
[2019-12-14T14:51:16.389Z] at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:80)
[2019-12-14T14:51:16.389Z] at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
[2019-12-14T14:51:16.389Z] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[2019-12-14T14:51:16.389Z] at java.util.concurrent.FutureTask.run(FutureTask.java:266)
[2019-12-14T14:51:16.389Z] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[2019-12-14T14:51:16.389Z] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[2019-12-14T14:51:16.389Z] at java.lang.Thread.run(Thread.java:748)
[Pipeline] }
[2019-12-14T23:51:17.285Z] Cloning repository git://anongit.kde.org/kmediaplayer
[2019-12-14T23:51:17.286Z] > git init C:\CI\workspace\Frameworks\kmediaplayer\kf5-qt5 WindowsMSVCQt5.13 # timeout=10
[2019-12-14T23:51:17.492Z] Fetching upstream changes from git://anongit.kde.org/kmediaplayer
[2019-12-14T23:51:17.492Z] > git --version # timeout=10
[2019-12-14T23:51:17.566Z] > git fetch --tags --progress -- git://anongit.kde.org/kmediaplayer +refs/heads/*:refs/remotes/origin/* # timeout=120
[Pipeline] // stage
[Pipeline] }
[2019-12-14T14:51:17.640Z] ERROR: Error cloning remote repo 'origin'
[Pipeline] // catchError
[Pipeline] emailextrecipients
[Pipeline] emailext


Reply via email to