Skip to content
Success

Console Output

Started by user Alan Kyffin
 > 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/cassonFoam_ofv1812
Seen branch in repository origin/ccpWsiFoam_solver_OF41
Seen branch in repository origin/deformDyMFoam_solver_OF41
Seen branch in repository origin/dev
Seen branch in repository origin/dynamicBalancedFvMesh_library_OF50
Seen branch in repository origin/freesurfaceforce_library_OF1906
Seen branch in repository origin/master
Seen branch in repository origin/sixDoFRigidBodyMotionEXT_library_OF50
Seen branch in repository origin/sixDoFRigidBodyMotionEXT_tutorial_OFv1812
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 15 remote branches
Obtained Jenkinsfile from 801fc9881c855d5451d9fca25b90aa60ef2b9621
Running in Durability level: MAX_SURVIVABILITY
[Pipeline] Start of Pipeline
[Pipeline] echo
Currently on branch sixDoFRigidBodyMotionEXT_tutorial_OFv1812
[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; ‘Scientific-Linux_7-3126’ is offline; ‘Scientific-Linux_7-3127’ is offline; ‘Scientific-Linux_7-3129’ is offline
Running on Scientific-Linux_7-3132 in /home/jenkins/workspace/idBodyMotionEXT_tutorial_OFv1812
[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/idBodyMotionEXT_tutorial_OFv1812 # 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
 > git config remote.origin.url git@github.com:CCP-WSI/ccp-wsi.git # timeout=10
Fetching without tags
Checking out Revision 801fc9881c855d5451d9fca25b90aa60ef2b9621 (sixDoFRigidBodyMotionEXT_tutorial_OFv1812)
 > 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
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 801fc9881c855d5451d9fca25b90aa60ef2b9621 # timeout=10
Commit message: "Corrected the tutorial case for the ptoForceLookupTable motion constraint"
 > git rev-list --no-walk 801fc9881c855d5451d9fca25b90aa60ef2b9621 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (QA checks)
[Pipeline] sh
+ ./.scripts/directory_check.py .
[Pipeline] sh
+ ./.scripts/library_check.py OF230/libraries
[Pipeline] sh
+ ./.scripts/library_check.py OF301/libraries
[Pipeline] sh
+ ./.scripts/library_check.py OF41/libraries
[Pipeline] sh
+ ./.scripts/library_check.py OF50/libraries
[Pipeline] sh
+ ./.scripts/library_check.py FE31/libraries
[Pipeline] sh
+ ./.scripts/library_check.py OFv1806/libraries
[Pipeline] sh
+ ./.scripts/library_check.py OFv1812/libraries
[Pipeline] sh
+ ./.scripts/library_check.py OFv1906/libraries
[Pipeline] }
[Pipeline] // stage
[Pipeline] stash
Stashed 1896 file(s)
[Pipeline] }
[Pipeline] // node
[Pipeline] stage
[Pipeline] { (Build code)
[Pipeline] parallel
No branches to run
[Pipeline] // parallel
[Pipeline] }
[Pipeline] // stage
[Pipeline] End of Pipeline
Finished: SUCCESS