Skip to content
Aborted

Console Output

Started by user tesonep@gmail.com
14:28:31 Connecting to https://api.github.com using pharo-ci using token as pass
Obtained Jenkinsfile from b5ba2c737ad7c72dd279a1d3e421bed4219d42c5
[Pipeline] Start of Pipeline
[Pipeline] properties
[Pipeline] node
Running on pharo-ci-jenkins2-osx2 in /builds/workspace/pharo-vm_pharo-9
[Pipeline] {
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] stage
[Pipeline] { (VM Unit Tests)
[Pipeline] dir
Running in /builds/workspace/pharo-vm_pharo-9/repository
[Pipeline] {
[Pipeline] checkout
The recommended git tool is: git
using credential pharo-ci-api-user-pass-token
Cloning the remote Git repository
Using shallow clone with depth 2
Cloning repository https://github.com/pharo-project/pharo-vm.git
 > git init /builds/workspace/pharo-vm_pharo-9/repository # timeout=10
Fetching upstream changes from https://github.com/pharo-project/pharo-vm.git
 > git --version # timeout=10
 > git --version # 'git version 2.24.1 (Apple Git-126)'
using GIT_ASKPASS to set credentials pharo-ci using token as pass
 > git fetch --tags --force --progress --depth=2 -- https://github.com/pharo-project/pharo-vm.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Aborted by tesonep@gmail.com
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
java.lang.InterruptedException
	at java.base/java.lang.Object.wait(Native Method)
	at hudson.remoting.Request.call(Request.java:177)
	at hudson.remoting.Channel.call(Channel.java:999)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:143)
	at jdk.internal.reflect.GeneratedMethodAccessor857.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.$Proxy116.execute(Unknown Source)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1216)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1294)
	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)

GitHub has been notified of this commit’s build result

Finished: ABORTED