Skip to content
Aborted

Console Output

Branch indexing
 > git rev-parse --resolve-git-dir /var/jenkins_home/caches/git-7dc371ab4b4dd6298effcf1f576dd9c5/.git # timeout=10
Setting origin to git@bitbucket.org:aquila-consortium/borg_conda
 > git config remote.origin.url git@bitbucket.org:aquila-consortium/borg_conda # timeout=10
Fetching origin...
Fetching upstream changes from origin
 > git --version # timeout=10
 > git --version # 'git version 2.30.2'
 > git config --get remote.origin.url # timeout=10
using GIT_SSH to set credentials bitbucket access
[INFO] Currently running in a labeled security context
 > /usr/bin/chcon --type=ssh_home_t /var/jenkins_home/caches/git-7dc371ab4b4dd6298effcf1f576dd9c5@tmp/jenkins-gitclient-ssh6935375071496675102.key
Verifying host key using known hosts file
 > git fetch --tags --force --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10
Seen branch in repository origin/main
Seen branch in repository origin/main-macos
Seen branch in repository origin/release/3.0
Seen 3 remote branches
Obtained Jenkinsfile from 0ea341081d3ac612a40736842c0f4358e90a9400
[Pipeline] Start of Pipeline
[Pipeline] withCredentials
Masking supported pattern matches of $CONDA_DEPLOYER
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] parallel
[Pipeline] { (Branch: Build linux)
[Pipeline] { (Branch: MacOS)
[Pipeline] stage
[Pipeline] { (Build linux)
[Pipeline] stage
[Pipeline] { (MacOS)
[Pipeline] node
Running on ubuntu in /home/jenkins-agent/work/workspace/borg_conda_release_3.0
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Build MacOS-M1)
[Pipeline] checkout
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
using credential jenkins_bitbucket
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
[Pipeline] node
Cloning repository git@bitbucket.org:aquila-consortium/borg_conda
 > git init /home/jenkins-agent/work/workspace/borg_conda_release_3.0 # timeout=10
Fetching upstream changes from git@bitbucket.org:aquila-consortium/borg_conda
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
using GIT_SSH to set credentials bitbucket access
Verifying host key using known hosts file
 > git fetch --no-tags --force --progress -- git@bitbucket.org:aquila-consortium/borg_conda +refs/heads/*:refs/remotes/origin/* # timeout=10
Aborted by Administrator
[Pipeline] // node
[Pipeline] }
[Pipeline] }
[Pipeline] // node
[Pipeline] // stage
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
Failed in branch Build linux
[Pipeline] stage
[Pipeline] { (Build MacOS-x86)
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
Failed in branch MacOS
[Pipeline] // parallel
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Conda deploy Linux)
Stage "Conda deploy Linux" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Conda deploy MacOS-M1)
Stage "Conda deploy MacOS-M1" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Conda deploy MacOS-x86)
Stage "Conda deploy MacOS-x86" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] node
Running on ubuntu in /home/jenkins-agent/work/workspace/borg_conda_release_3.0
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins-agent/work/workspace/borg_conda_release_3.0/jenkins-borg_conda-release%2F3.0-40
[Pipeline] {
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // dir
[Pipeline] dir
Running in /home/jenkins-agent/work/workspace/borg_conda_release_3.0@tmp
[Pipeline] {
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withCredentials
[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 java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	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.$Proxy228.execute(Unknown Source)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1225)
	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)
Finished: ABORTED