Skip to content
Failed

Console Output

Branch indexing
 > git rev-parse --is-inside-work-tree # timeout=10
Setting origin to git@github.com:CCP-WSI/ccp-wsi.git
 > git config remote.origin.url git@github.com:CCP-WSI/ccp-wsi.git # timeout=10
Fetching origin...
Fetching upstream changes from origin
 > git --version # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_SSH to set credentials CCP-WSI/ccp-wsi deploy key
 > git fetch --tags --progress origin +refs/heads/*:refs/remotes/origin/* # timeout=10
Seen branch in repository origin/UoPclusterBodge_OF41
Seen branch in repository origin/UoPclusterBodge_OF50
Seen branch in repository origin/deformDyMFoam_solver_OF41
Seen branch in repository origin/dev
Seen branch in repository origin/master
Seen branch in repository origin/solitaryWaveMaker_tutorial_OF41
Seen branch in repository origin/testing_toolbox_of50
Seen branch in repository origin/waveBodyFoam_solver_OF41
Seen branch in repository origin/waves2Foam_library_OF41
Seen 9 remote branches
Obtained Jenkinsfile from d8ef0de0a58aefd698f0e204ce7eda0a90b00d66
Running in Durability level: MAX_SURVIVABILITY
[Pipeline] Start of Pipeline
[Pipeline] echo
Currently on branch solitaryWaveMaker_tutorial_OF41
[Pipeline] node
Still waiting to schedule task
‘CCP4 OSX (Private)’ is reserved for jobs with matching label expression; ‘CCP4 Win10 (Private)’ is reserved for jobs with matching label expression; ‘OSX host agent’ is reserved for jobs with matching label expression; ‘SCARF’ is reserved for jobs with matching label expression
Running on Scientific-Linux_7-1957 in /home/jenkins/workspace/_solitaryWaveMaker_tutorial_OF41
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Checkout)
[Pipeline] checkout
using credential 465b45c1-8ef2-4c92-994f-851bac55f618
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository git@github.com:CCP-WSI/ccp-wsi.git
 > git init /home/jenkins/workspace/_solitaryWaveMaker_tutorial_OF41 # timeout=10
Fetching upstream changes from git@github.com:CCP-WSI/ccp-wsi.git
 > git --version # timeout=10
using GIT_SSH to set credentials CCP-WSI/ccp-wsi deploy key
 > git fetch --no-tags --progress git@github.com:CCP-WSI/ccp-wsi.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Fetching without tags
 > git config remote.origin.url git@github.com:CCP-WSI/ccp-wsi.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git@github.com:CCP-WSI/ccp-wsi.git # timeout=10
Fetching upstream changes from git@github.com:CCP-WSI/ccp-wsi.git
using GIT_SSH to set credentials CCP-WSI/ccp-wsi deploy key
 > git fetch --no-tags --progress git@github.com:CCP-WSI/ccp-wsi.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision d8ef0de0a58aefd698f0e204ce7eda0a90b00d66 (solitaryWaveMaker_tutorial_OF41)
Commit message: "Adding tutorial for solitary wave maker (interDyMFoam)"
First time build. Skipping changelog.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (QA checks)
[Pipeline] sh
+ ./.scripts/directory_check.py .
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d8ef0de0a58aefd698f0e204ce7eda0a90b00d66 # timeout=10
[Pipeline] sh
+ ./.scripts/library_check.py OF230/libraries
[Pipeline] sh
+ ./.scripts/library_check.py OF301/libraries
[Pipeline] sh
+ ./.scripts/library_check.py OF41/libraries
The following libaries exist but are not built in Allwmake: finiteVolumeWsiFoam, wsiFoam
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 1
Finished: FAILURE