Console Output

Started by timer
Obtained pipeline-gnulinux.txt from git https://github.com/OpenCMISS/jenkins.git
Running in Durability level: MAX_SURVIVABILITY
Loading library opencmiss-library@master
02:11:02 GitHub API Usage: Current quota has 60 remaining (7 under budget). Next quota of 60 in 59 min
Examining opencmiss/jenkins-pipeline-library
Attempting to resolve master as a branch
Resolved master as branch master at revision 901cec77bae1509745ad4040093c0da6acfae806
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/opencmiss/jenkins-pipeline-library.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/opencmiss/jenkins-pipeline-library.git
 > git --version # timeout=10
 > git fetch --no-tags --progress https://github.com/opencmiss/jenkins-pipeline-library.git +refs/heads/master:refs/remotes/origin/master # timeout=10
Checking out Revision 901cec77bae1509745ad4040093c0da6acfae806 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 901cec77bae1509745ad4040093c0da6acfae806 # timeout=10
Commit message: "Update cleanSetup.groovy"
[Pipeline] Start of Pipeline
[Pipeline] parallel
[Pipeline] { (Branch: Ubuntu 16.04)
[Pipeline] { (Branch: Ubuntu 14.04)
[Pipeline] node
[Pipeline] node
Running on Ubuntu_16.04_bioeng49 in /home/cmiss/Jenkins/workspace/OpenCMISS_GNULinux
[Pipeline] {
Running on 1034_Ubuntu in /home/opencmiss/Jenkins/workspace/OpenCMISS_GNULinux
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Ubuntu 16.04 Clean)
[Pipeline] stage
[Pipeline] { (Ubuntu 14.04 Clean)
[Pipeline] }
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Ubuntu 16.04 Update)
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Ubuntu 14.04 Update)
[Pipeline] dir
Running in /home/cmiss/Jenkins/workspace/OpenCMISS_GNULinux/null/build/manage/release
[Pipeline] {
[Pipeline] dir
Running in /home/opencmiss/Jenkins/workspace/OpenCMISS_GNULinux/null/build/manage/release
[Pipeline] {
[Pipeline] sh
[Pipeline] sh
+ make update_all
make: *** No rule to make target 'update_all'.  Stop.
+ make update_all
make: *** No rule to make target `update_all'.  Stop.
[Pipeline] echo
Error trying to update_all.
[Pipeline] }
[Pipeline] echo
Error trying to update_all.
[Pipeline] }
[Pipeline] // dir
[Pipeline] // dir
[Pipeline] dir
Running in /home/cmiss/Jenkins/workspace/OpenCMISS_GNULinux/null/src/cmake_modules
[Pipeline] {
[Pipeline] dir
Running in /home/opencmiss/Jenkins/workspace/OpenCMISS_GNULinux/null/src/cmake_modules
[Pipeline] {
[Pipeline] sh
[Pipeline] sh
+ git pull
fatal: not a git repository (or any of the parent directories): .git
[Pipeline] echo
Error trying to update CMake modules.
+ git pull
fatal: Not a git repository (or any of the parent directories): .git
[Pipeline] }
[Pipeline] // dir
[Pipeline] dir
Running in /home/cmiss/Jenkins/workspace/OpenCMISS_GNULinux/null/src/manage
[Pipeline] {
[Pipeline] echo
Error trying to update CMake modules.
[Pipeline] }
[Pipeline] sh
[Pipeline] // dir
[Pipeline] dir
Running in /home/opencmiss/Jenkins/workspace/OpenCMISS_GNULinux/null/src/manage
[Pipeline] {
[Pipeline] sh
+ git pull
fatal: not a git repository (or any of the parent directories): .git
[Pipeline] echo
Error trying to update manage.
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
+ git pull
fatal: Not a git repository (or any of the parent directories): .git
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Ubuntu 16.04 Configure)
[Pipeline] echo
Error trying to update manage.
[Pipeline] }
[Pipeline] sh
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Ubuntu 14.04 Configure)
[Pipeline] sh
+ mkdir -p opencmiss
[Pipeline] dir
Running in /home/cmiss/Jenkins/workspace/OpenCMISS_GNULinux/setup
[Pipeline] {
[Pipeline] git
+ mkdir -p opencmiss
No credentials specified
[Pipeline] dir
Running in /home/opencmiss/Jenkins/workspace/OpenCMISS_GNULinux/setup
[Pipeline] {
[Pipeline] git
No credentials specified
Fetching changes from the remote Git repository
Fetching changes from the remote Git repository
 > git rev-parse --is-inside-work-tree # timeout=10
 > git config remote.origin.url https://github.com/OpenCMISS/setup.git # timeout=10
Fetching upstream changes from https://github.com/OpenCMISS/setup.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://github.com/OpenCMISS/setup.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse --is-inside-work-tree # timeout=10
 > git config remote.origin.url https://github.com/OpenCMISS/setup.git # timeout=10
Fetching upstream changes from https://github.com/OpenCMISS/setup.git
 > git --version # timeout=10
 > git fetch --tags --progress https://github.com/OpenCMISS/setup.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision 48bfbafb36f141e1c835f8c769435e3243abc1d7 (refs/remotes/origin/develop)
Commit message: "Add OPENCMISS_PYTHON_EXECUTABLE to list of configurable options."
 > git rev-parse refs/remotes/origin/develop^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/develop^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 48bfbafb36f141e1c835f8c769435e3243abc1d7 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D develop # timeout=10
 > git checkout -b develop 48bfbafb36f141e1c835f8c769435e3243abc1d7 # timeout=10
 > git rev-list --no-walk 48bfbafb36f141e1c835f8c769435e3243abc1d7 # timeout=10
[Pipeline] }
[Pipeline] // dir
[Pipeline] dir
Running in /home/opencmiss/Jenkins/workspace/OpenCMISS_GNULinux/setup-build
[Pipeline] {
[Pipeline] sh
+ cmake -DOPENCMISS_ROOT=../opencmiss -DOPENCMISS_LIBRARIES=iron -DOPENCMISS_CONFIG_BUILD_TYPE=Release ../setup
-- Checking CMake version..
-- Checking https CMAKE_3_14_5_HAS_HTTPS: YES
-- Using GitHub protocol: https://github.com/
-- Disabling download of cmake modules.
-- Disabling download of manage.
-- @
-- @@@@@@@@@@@@@@@@@@@@@@@@ SUMMARY @@@@@@@@@@@@@@@@@@@@@@@@
-- @
-- @ OPENCMISS_SETUP_TYPE: standard
-- @ OPENCMISS_INDEPENDENT: FALSE
-- @ OPENCMISS_PERFORM_INITIAL_BUILD: TRUE
-- @ OPENCMISS_VERSION: develop
-- @ OPENCMISS_MULTI_ARCHITECTURE: FALSE
-- @ OPENCMISS_CONFIG_BUILD_TYPE: Release
-- @
-- @ OPENCMISS_ROOT: /home/opencmiss/Jenkins/workspace/OpenCMISS_GNULinux/opencmiss
-- @ OPENCMISS_LIBRARIES: iron
-- @ OPENCMISS_PYTHON_EXECUTABLE: 
-- @
-- @ OPENCMISS_CMAKE_MODULES_SOURCE_DIR: /home/opencmiss/Jenkins/workspace/OpenCMISS_GNULinux/opencmiss/src/cmake_modules
-- @ OPENCMISS_CMAKE_MODULES_BINARY_DIR: /home/opencmiss/Jenkins/workspace/OpenCMISS_GNULinux/opencmiss/build/cmake_modules/release
-- @ OPENCMISS_CMAKE_MODULE_PATH: /home/opencmiss/Jenkins/workspace/OpenCMISS_GNULinux/opencmiss/install/share/cmake/Modules
-- @
-- @ MANAGE_CONFIGURE_ARGS: -DOPENCMISS_USE_ARCHITECTURE_PATH=FALSE;-DOPENCMISS_DEVELOP_ALL=YES;-DOPENCMISS_BUILD_TYPE=Release;-DOPENCMISS_IRON_ONLY=TRUE;-DOPENCMISS_PYTHON_EXECUTABLE=
-- @
-- @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-- @
-- Configuring done
-- Generating done
-- Build files have been written to: /home/opencmiss/Jenkins/workspace/OpenCMISS_GNULinux/setup-build
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Ubuntu 14.04 Make)
[Pipeline] dir
Running in /home/opencmiss/Jenkins/workspace/OpenCMISS_GNULinux/setup-build
[Pipeline] {
[Pipeline] sh
Checking out Revision 48bfbafb36f141e1c835f8c769435e3243abc1d7 (refs/remotes/origin/develop)
+ make
[ 50%] Built target setup_cmake_modules
[100%] Built target setup_manage
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Ubuntu 14.04 Test)
[Pipeline] dir
Running in /home/opencmiss/Jenkins/workspace/OpenCMISS_GNULinux/opencmiss/build/manage/release/config/Release
[Pipeline] {
[Pipeline] sh
Commit message: "Add OPENCMISS_PYTHON_EXECUTABLE to list of configurable options."
[Pipeline] }
[Pipeline] // dir
[Pipeline] dir
Running in /home/cmiss/Jenkins/workspace/OpenCMISS_GNULinux/setup-build
[Pipeline] {
[Pipeline] sh
+ make keytests
[100%] Running OpenCMISS key tests
Test project /home/opencmiss/Jenkins/workspace/OpenCMISS_GNULinux/opencmiss/build/manage/release/config/Release/Tests
      Start  1: OpenCMISS_KeyTest_Iron_ClassicalField_Laplace
 1/10 Test  #1: OpenCMISS_KeyTest_Iron_ClassicalField_Laplace ....................   Passed    0.07 sec
      Start  2: OpenCMISS_KeyTest_Iron_ClassicalField_AnalyticLaplace
 > git rev-parse refs/remotes/origin/develop^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/develop^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 48bfbafb36f141e1c835f8c769435e3243abc1d7 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D develop # timeout=10
 > git checkout -b develop 48bfbafb36f141e1c835f8c769435e3243abc1d7 # timeout=10
 2/10 Test  #2: OpenCMISS_KeyTest_Iron_ClassicalField_AnalyticLaplace ............   Passed    0.15 sec
      Start  3: OpenCMISS_KeyTest_Iron_ClassicalField_AnalyticNonlinearPoisson
 3/10 Test  #3: OpenCMISS_KeyTest_Iron_ClassicalField_AnalyticNonlinearPoisson ...   Passed    0.07 sec
      Start  4: OpenCMISS_KeyTest_Iron_FiniteElasticity_Cantilever
+ cmake -DOPENCMISS_ROOT=../opencmiss -DOPENCMISS_LIBRARIES=iron -DOPENCMISS_CONFIG_BUILD_TYPE=Release ../setup
 4/10 Test  #4: OpenCMISS_KeyTest_Iron_FiniteElasticity_Cantilever ...............   Passed    0.22 sec
      Start  5: OpenCMISS_KeyTest_Iron_LinearElasticity_Extension
 5/10 Test  #5: OpenCMISS_KeyTest_Iron_LinearElasticity_Extension ................   Passed    0.08 sec
      Start  6: OpenCMISS_KeyTest_Iron_CellML_ModelIntegration
-- Checking CMake version..
-- Checking https CMAKE_3_14_4_HAS_HTTPS: YES
-- Using GitHub protocol: https://github.com/
-- Disabling download of cmake modules.
-- Disabling download of manage.
-- @
-- @@@@@@@@@@@@@@@@@@@@@@@@ SUMMARY @@@@@@@@@@@@@@@@@@@@@@@@
-- @
-- @ OPENCMISS_SETUP_TYPE: standard
-- @ OPENCMISS_INDEPENDENT: FALSE
-- @ OPENCMISS_PERFORM_INITIAL_BUILD: TRUE
-- @ OPENCMISS_VERSION: develop
-- @ OPENCMISS_MULTI_ARCHITECTURE: FALSE
-- @ OPENCMISS_CONFIG_BUILD_TYPE: Release
-- @
-- @ OPENCMISS_ROOT: /home/cmiss/Jenkins/workspace/OpenCMISS_GNULinux/opencmiss
-- @ OPENCMISS_LIBRARIES: iron
-- @ OPENCMISS_PYTHON_EXECUTABLE: 
-- @
-- @ OPENCMISS_CMAKE_MODULES_SOURCE_DIR: /home/cmiss/Jenkins/workspace/OpenCMISS_GNULinux/opencmiss/src/cmake_modules
-- @ OPENCMISS_CMAKE_MODULES_BINARY_DIR: /home/cmiss/Jenkins/workspace/OpenCMISS_GNULinux/opencmiss/build/cmake_modules/release
-- @ OPENCMISS_CMAKE_MODULE_PATH: /home/cmiss/Jenkins/workspace/OpenCMISS_GNULinux/opencmiss/install/share/cmake/Modules
-- @
-- @ MANAGE_CONFIGURE_ARGS: -DOPENCMISS_USE_ARCHITECTURE_PATH=FALSE;-DOPENCMISS_DEVELOP_ALL=YES;-DOPENCMISS_BUILD_TYPE=Release;-DOPENCMISS_IRON_ONLY=TRUE;-DOPENCMISS_PYTHON_EXECUTABLE=
-- @
-- @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-- @
-- Configuring done
-- Generating done
-- Build files have been written to: /home/cmiss/Jenkins/workspace/OpenCMISS_GNULinux/setup-build
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Ubuntu 16.04 Make)
[Pipeline] dir
Running in /home/cmiss/Jenkins/workspace/OpenCMISS_GNULinux/setup-build
[Pipeline] {
[Pipeline] sh
[ 50%] Built target setup_cmake_modules
[100%] Built target setup_manage
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Ubuntu 16.04 Test)
[Pipeline] dir
Running in /home/cmiss/Jenkins/workspace/OpenCMISS_GNULinux/opencmiss/build/manage/release/config/Release
[Pipeline] {
[Pipeline] sh
[100%] Running OpenCMISS key tests
Test project /home/cmiss/Jenkins/workspace/OpenCMISS_GNULinux/opencmiss/build/manage/release/config/Release/Tests
      Start  1: OpenCMISS_KeyTest_Iron_ClassicalField_Laplace
 6/10 Test  #6: OpenCMISS_KeyTest_Iron_CellML_ModelIntegration ...................   Passed    1.90 sec
      Start  7: OpenCMISS_KeyTest_Iron_StaticAdvectionDiffusion_FieldML
 7/10 Test  #7: OpenCMISS_KeyTest_Iron_StaticAdvectionDiffusion_FieldML ..........   Passed    0.46 sec
      Start  8: OpenCMISS_KeyTest_Iron_C_Bindings_ComplexMesh
 8/10 Test  #8: OpenCMISS_KeyTest_Iron_C_Bindings_ComplexMesh ....................   Passed    0.03 sec
      Start  9: OpenCMISS_KeyTest_Iron_Python_Bindings_Import
 9/10 Test  #9: OpenCMISS_KeyTest_Iron_Python_Bindings_Import ....................   Passed    0.19 sec
      Start 10: OpenCMISS_KeyTest_Iron_Python_Bindings_Cantilever
 1/10 Test  #1: OpenCMISS_KeyTest_Iron_ClassicalField_Laplace ....................   Passed    1.30 sec
      Start  2: OpenCMISS_KeyTest_Iron_ClassicalField_AnalyticLaplace
 2/10 Test  #2: OpenCMISS_KeyTest_Iron_ClassicalField_AnalyticLaplace ............   Passed    0.18 sec
      Start  3: OpenCMISS_KeyTest_Iron_ClassicalField_AnalyticNonlinearPoisson
10/10 Test #10: OpenCMISS_KeyTest_Iron_Python_Bindings_Cantilever ................   Passed    0.28 sec

100% tests passed, 0 tests failed out of 10

Total Test time (real) =   3.45 sec
[100%] Built target keytests
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Ubuntu 14.04 Package)
[Pipeline] dir
Running in /home/opencmiss/Jenkins/workspace/OpenCMISS_GNULinux/opencmiss/build/manage/release
[Pipeline] {
[Pipeline] sh
 3/10 Test  #3: OpenCMISS_KeyTest_Iron_ClassicalField_AnalyticNonlinearPoisson ...   Passed    0.10 sec
      Start  4: OpenCMISS_KeyTest_Iron_FiniteElasticity_Cantilever
+ cmake -DOPENCMISS_RELEASE=OFF .
-- Read options from: /home/opencmiss/Jenkins/workspace/OpenCMISS_GNULinux/opencmiss/build/manage/release/InstallationOptions.cmake
-- Applying component Git settings at: /home/opencmiss/Jenkins/workspace/OpenCMISS_GNULinux/opencmiss/build/manage/release/Settings/OCComponentGitValues.cmake
-- Applying component configuration at: /home/opencmiss/Jenkins/workspace/OpenCMISS_GNULinux/opencmiss/build/manage/release/SharedSettings/OCComponentConfig.cmake
-- Applying component version settings from: OCComponentVersions
-- Applying component branch settings from: /home/opencmiss/Jenkins/workspace/OpenCMISS_GNULinux/opencmiss/build/manage/release/Settings/OCComponentBranches.cmake
-- Toolchain: Instrumentation: 
-- Looking for an MPI ...
 4/10 Test  #4: OpenCMISS_KeyTest_Iron_FiniteElasticity_Cantilever ...............   Passed    0.22 sec
      Start  5: OpenCMISS_KeyTest_Iron_LinearElasticity_Extension
 5/10 Test  #5: OpenCMISS_KeyTest_Iron_LinearElasticity_Extension ................   Passed    0.08 sec
      Start  6: OpenCMISS_KeyTest_Iron_CellML_ModelIntegration
-- Checking method: F77_HEADER
-- Checking method: F08_MODULE
-- Checking method: F90_MODULE
-- Checking method: F77_HEADER
-- Checking method: F08_MODULE
-- Checking method: F90_MODULE
-- Looking for an MPI ... found mpich
-- FindLAPACK wrapper: System search enabled
-- FindLAPACK wrapper: Trying to find version 3.5.0 on system in MODULE mode
-- A library with BLAS API found.
-- FindLAPACK wrapper: Found: /usr/lib/liblapack.so.3gf;/usr/lib/libblas.so.3gf
-- FindBLAS wrapper: System search enabled
-- FindBLAS wrapper: Trying to find version  on system in MODULE mode
-- FindBLAS wrapper: Found: /usr/lib/libblas.so.3gf
 6/10 Test  #6: OpenCMISS_KeyTest_Iron_CellML_ModelIntegration ...................   Passed    2.60 sec
      Start  7: OpenCMISS_KeyTest_Iron_StaticAdvectionDiffusion_FieldML
 7/10 Test  #7: OpenCMISS_KeyTest_Iron_StaticAdvectionDiffusion_FieldML ..........   Passed    0.58 sec
      Start  8: OpenCMISS_KeyTest_Iron_C_Bindings_ComplexMesh
 8/10 Test  #8: OpenCMISS_KeyTest_Iron_C_Bindings_ComplexMesh ....................   Passed    0.04 sec
      Start  9: OpenCMISS_KeyTest_Iron_Python_Bindings_Import
-- Unknown instrumentation option. Ignoring.
-- Manage::Instrumentation: 
-- @
-- @@@@@@@@@@@@@@@@@@@@@ SUMMARY @@@@@@@@@@@@@@@@@@@@@@@
-- @
-- @ OPENCMISS_TOOLCHAIN: gnu
-- @ OPENCMISS_MPI_IMPLEMENTATION: mpich
-- @ ACTIVE_ARCHITECTURE_MPI_PATH: 
-- @
-- @ CONFIG PATH: /home/opencmiss/Jenkins/workspace/OpenCMISS_GNULinux/opencmiss/build/manage/release/config/Release
-- @ CONFIGURATION SETTINGS: -DOC_USE_IRON=ON -DOC_USE_ZINC=OFF -DOPENCMISS_BUILD_TYPE=Release -DOPENCMISS_MPI_IMPLEMENTATION=mpich -DMPIEXEC_EXECUTABLE=/usr/bin/mpiexec -DMPI_C_COMPILER=/usr/bin/mpicc -DMPI_CXX_COMPILER=/usr/bin/mpicxx -DMPI_Fortran_COMPILER=/usr/bin/mpif77 -DOPENCMISS_LIBRARIES_ONLY=NO -DOPENCMISS_DEPENDENCIES_ONLY=FALSE -DOPENCMISS_TOOLCHAIN=gnu -DOPENCMISS_BUILD_OWN_MPI=NO -DOPENCMISS_INSTRUMENTATION= -DOPENCMISS_OWN_MPI_INSTALL_BASE=/home/opencmiss/Jenkins/workspace/OpenCMISS_GNULinux/opencmiss/install -DOPENCMISS_ROOTS_FILE=/home/opencmiss/Jenkins/workspace/OpenCMISS_GNULinux/opencmiss/build/manage/release/ConfiguredFiles/OpenCMISSRoots.cmake -DOPENCMISS_CMAKE_MODULE_PATH=/home/opencmiss/Jenkins/workspace/OpenCMISS_GNULinux/opencmiss/install/share/cmake/Modules -DOPENCMISS_SUPPORT_DIR=/home/opencmiss/Jenkins/workspace/OpenCMISS_GNULinux/opencmiss/build/manage/release/support -DOPENCMISS_USE_ARCHITECTURE_PATH=FALSE -DARCH_MPI_PATH= -DARCH_NO_MPI_PATH= -DCONFIG_PACKAGE_ARCHITECTURE_MPI_PATH=. -DCONFIG_PACKAGE_ARCHITECTURE_NO_MPI_PATH=. -DSHARED_MODULES_PATH=/home/opencmiss/Jenkins/workspace/OpenCMISS_GNULinux/opencmiss/src/manage/SharedModules -DSHARED_SETTINGS_PATH=/home/opencmiss/Jenkins/workspace/OpenCMISS_GNULinux/opencmiss/build/manage/release/SharedSettings
-- @
-- @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-- @
-- @
-- @@@@@@@@@@@@@@@@@@@ NEXT STEPS @@@@@@@@@@@@@@@@@@@@@@
-- @
-- @ - Change /home/opencmiss/Jenkins/workspace/OpenCMISS_GNULinux/opencmiss/build/manage/release/OpenCMISSInstallationConfig.cmake according to your needs
-- @
-- @ Having trouble? Follow the galaxy hitchhiker's advice:
-- @ DONT PANIC ... and:
-- @ - Refer to http://staging.opencmiss.org/documentation/cmake/docs/config/index.html for customization instructions
-- @
-- @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-- @
-- Configuring done
-- Generating done
-- Build files have been written to: /home/opencmiss/Jenkins/workspace/OpenCMISS_GNULinux/opencmiss/build/manage/release
[Pipeline] sh
 9/10 Test  #9: OpenCMISS_KeyTest_Iron_Python_Bindings_Import ....................   Passed    1.97 sec
      Start 10: OpenCMISS_KeyTest_Iron_Python_Bindings_Cantilever
+ make package_sdk
-- Configuring done
-- Generating done
-- Build files have been written to: /home/opencmiss/Jenkins/workspace/OpenCMISS_GNULinux/opencmiss/build/manage/release/packaging/sdk/build
Run CPack packaging tool...
CPack: Create package using TGZ
10/10 Test #10: OpenCMISS_KeyTest_Iron_Python_Bindings_Cantilever ................   Passed    0.45 sec

100% tests passed, 0 tests failed out of 10

Total Test time (real) =   7.54 sec
[100%] Built target keytests
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
CPack: Install projects
CPack: - Run preinstall target for: Iron Runtime
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Ubuntu 16.04 Package)
[Pipeline] dir
Running in /home/cmiss/Jenkins/workspace/OpenCMISS_GNULinux/opencmiss/build/manage/release
[Pipeline] {
[Pipeline] sh
+ cmake -DOPENCMISS_RELEASE=OFF .
-- Read options from: /home/cmiss/Jenkins/workspace/OpenCMISS_GNULinux/opencmiss/build/manage/release/InstallationOptions.cmake
-- Applying component Git settings at: /home/cmiss/Jenkins/workspace/OpenCMISS_GNULinux/opencmiss/build/manage/release/Settings/OCComponentGitValues.cmake
-- Applying component configuration at: /home/cmiss/Jenkins/workspace/OpenCMISS_GNULinux/opencmiss/build/manage/release/SharedSettings/OCComponentConfig.cmake
-- Applying component version settings from: OCComponentVersions
-- Applying component branch settings from: /home/cmiss/Jenkins/workspace/OpenCMISS_GNULinux/opencmiss/build/manage/release/Settings/OCComponentBranches.cmake
-- Toolchain: Instrumentation: 
-- Looking for an MPI ...
CPack: - Install project: Iron Runtime
CPack: - Run preinstall target for: Iron C bindings
CPack: - Install project: Iron C bindings
CPack: - Run preinstall target for: Iron Python bindings
CPack: - Install project: Iron Python bindings
CPack: - Run preinstall target for: OpenCMISSLibs Runtime files
CPack: - Install project: OpenCMISSLibs Runtime files
CPack: - Run preinstall target for: Iron Development
CPack: - Install project: Iron Development
CPack: - Run preinstall target for: OpenCMISSLibs Development
-- Checking method: F77_HEADER
-- Checking method: F08_MODULE
-- Checking method: F90_MODULE
-- Checking method: F77_HEADER
-- Checking method: F08_MODULE
-- Checking method: F90_MODULE
-- Looking for an MPI ... found mpich
-- FindLAPACK wrapper: System search enabled
-- FindLAPACK wrapper: Trying to find version 3.5.0 on system in MODULE mode
-- Checking for [mkl_gf_lp64 - mkl_gnu_thread - mkl_core - gomp - pthread - m - dl]
--   Library mkl_gf_lp64: not found
-- Checking for [mkl_gf_lp64 - mkl_intel_thread - mkl_core - gomp - pthread - m - dl]
--   Library mkl_gf_lp64: not found
-- Checking for [mkl_gf - mkl_gnu_thread - mkl_core - gomp - pthread - m - dl]
--   Library mkl_gf: not found
-- Checking for [mkl_gf - mkl_intel_thread - mkl_core - gomp - pthread - m - dl]
--   Library mkl_gf: not found
-- Checking for [mkl_intel_lp64 - mkl_gnu_thread - mkl_core - gomp - pthread - m - dl]
--   Library mkl_intel_lp64: not found
-- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - gomp - pthread - m - dl]
--   Library mkl_intel_lp64: not found
-- Checking for [mkl_intel - mkl_gnu_thread - mkl_core - gomp - pthread - m - dl]
--   Library mkl_intel: not found
-- Checking for [mkl_intel - mkl_intel_thread - mkl_core - gomp - pthread - m - dl]
--   Library mkl_intel: not found
-- Checking for [mkl_gf_lp64 - mkl_gnu_thread - mkl_core - iomp5 - pthread - m - dl]
--   Library mkl_gf_lp64: not found
-- Checking for [mkl_gf_lp64 - mkl_intel_thread - mkl_core - iomp5 - pthread - m - dl]
--   Library mkl_gf_lp64: not found
-- Checking for [mkl_gf - mkl_gnu_thread - mkl_core - iomp5 - pthread - m - dl]
--   Library mkl_gf: not found
-- Checking for [mkl_gf - mkl_intel_thread - mkl_core - iomp5 - pthread - m - dl]
--   Library mkl_gf: not found
-- Checking for [mkl_intel_lp64 - mkl_gnu_thread - mkl_core - iomp5 - pthread - m - dl]
--   Library mkl_intel_lp64: not found
-- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - iomp5 - pthread - m - dl]
--   Library mkl_intel_lp64: not found
-- Checking for [mkl_intel - mkl_gnu_thread - mkl_core - iomp5 - pthread - m - dl]
--   Library mkl_intel: not found
-- Checking for [mkl_intel - mkl_intel_thread - mkl_core - iomp5 - pthread - m - dl]
--   Library mkl_intel: not found
-- Checking for [mkl_gf_lp64 - mkl_gnu_thread - mkl_core - pthread - m - dl]
--   Library mkl_gf_lp64: not found
-- Checking for [mkl_gf_lp64 - mkl_intel_thread - mkl_core - pthread - m - dl]
--   Library mkl_gf_lp64: not found
-- Checking for [mkl_gf - mkl_gnu_thread - mkl_core - pthread - m - dl]
--   Library mkl_gf: not found
-- Checking for [mkl_gf - mkl_intel_thread - mkl_core - pthread - m - dl]
--   Library mkl_gf: not found
-- Checking for [mkl_intel_lp64 - mkl_gnu_thread - mkl_core - pthread - m - dl]
--   Library mkl_intel_lp64: not found
-- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - pthread - m - dl]
--   Library mkl_intel_lp64: not found
-- Checking for [mkl_intel - mkl_gnu_thread - mkl_core - pthread - m - dl]
--   Library mkl_intel: not found
-- Checking for [mkl_intel - mkl_intel_thread - mkl_core - pthread - m - dl]
--   Library mkl_intel: not found
-- Checking for [mkl_gf_lp64 - mkl_sequential - mkl_core - m - dl]
--   Library mkl_gf_lp64: not found
-- Checking for [mkl_gf - mkl_sequential - mkl_core - m - dl]
--   Library mkl_gf: not found
-- Checking for [mkl_intel_lp64 - mkl_sequential - mkl_core - m - dl]
--   Library mkl_intel_lp64: not found
-- Checking for [mkl_intel - mkl_sequential - mkl_core - m - dl]
--   Library mkl_intel: not found
-- Checking for [mkl_gf_lp64 - mkl_sequential - mkl_core - m - dl]
--   Library mkl_gf_lp64: not found
-- Checking for [mkl_gf - mkl_sequential - mkl_core - m - dl]
--   Library mkl_gf: not found
-- Checking for [mkl_intel_lp64 - mkl_sequential - mkl_core - m - dl]
--   Library mkl_intel_lp64: not found
-- Checking for [mkl_intel - mkl_sequential - mkl_core - m - dl]
--   Library mkl_intel: not found
-- Checking for [mkl_gf_lp64 - mkl_sequential - mkl_core - m - dl]
--   Library mkl_gf_lp64: not found
-- Checking for [mkl_gf - mkl_sequential - mkl_core - m - dl]
--   Library mkl_gf: not found
-- Checking for [mkl_intel_lp64 - mkl_sequential - mkl_core - m - dl]
--   Library mkl_intel_lp64: not found
-- Checking for [mkl_intel - mkl_sequential - mkl_core - m - dl]
--   Library mkl_intel: not found
-- Checking for [mkl_gf_lp64 - mkl_gnu_thread - mkl_core - gomp - pthread - m - dl]
--   Library mkl_gf_lp64: not found
-- Checking for [mkl_gf_lp64 - mkl_intel_thread - mkl_core - gomp - pthread - m - dl]
--   Library mkl_gf_lp64: not found
-- Checking for [mkl_gf - mkl_gnu_thread - mkl_core - gomp - pthread - m - dl]
--   Library mkl_gf: not found
-- Checking for [mkl_gf - mkl_intel_thread - mkl_core - gomp - pthread - m - dl]
--   Library mkl_gf: not found
-- Checking for [mkl_intel_lp64 - mkl_gnu_thread - mkl_core - gomp - pthread - m - dl]
--   Library mkl_intel_lp64: not found
-- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - gomp - pthread - m - dl]
--   Library mkl_intel_lp64: not found
-- Checking for [mkl_intel - mkl_gnu_thread - mkl_core - gomp - pthread - m - dl]
--   Library mkl_intel: not found
-- Checking for [mkl_intel - mkl_intel_thread - mkl_core - gomp - pthread - m - dl]
--   Library mkl_intel: not found
-- Checking for [mkl_gf_lp64 - mkl_gnu_thread - mkl_core - iomp5 - pthread - m - dl]
--   Library mkl_gf_lp64: not found
-- Checking for [mkl_gf_lp64 - mkl_intel_thread - mkl_core - iomp5 - pthread - m - dl]
--   Library mkl_gf_lp64: not found
-- Checking for [mkl_gf - mkl_gnu_thread - mkl_core - iomp5 - pthread - m - dl]
--   Library mkl_gf: not found
-- Checking for [mkl_gf - mkl_intel_thread - mkl_core - iomp5 - pthread - m - dl]
--   Library mkl_gf: not found
-- Checking for [mkl_intel_lp64 - mkl_gnu_thread - mkl_core - iomp5 - pthread - m - dl]
--   Library mkl_intel_lp64: not found
-- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - iomp5 - pthread - m - dl]
--   Library mkl_intel_lp64: not found
-- Checking for [mkl_intel - mkl_gnu_thread - mkl_core - iomp5 - pthread - m - dl]
--   Library mkl_intel: not found
-- Checking for [mkl_intel - mkl_intel_thread - mkl_core - iomp5 - pthread - m - dl]
--   Library mkl_intel: not found
-- Checking for [mkl_gf_lp64 - mkl_gnu_thread - mkl_core - pthread - m - dl]
--   Library mkl_gf_lp64: not found
-- Checking for [mkl_gf_lp64 - mkl_intel_thread - mkl_core - pthread - m - dl]
--   Library mkl_gf_lp64: not found
-- Checking for [mkl_gf - mkl_gnu_thread - mkl_core - pthread - m - dl]
--   Library mkl_gf: not found
-- Checking for [mkl_gf - mkl_intel_thread - mkl_core - pthread - m - dl]
--   Library mkl_gf: not found
-- Checking for [mkl_intel_lp64 - mkl_gnu_thread - mkl_core - pthread - m - dl]
--   Library mkl_intel_lp64: not found
-- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - pthread - m - dl]
--   Library mkl_intel_lp64: not found
-- Checking for [mkl_intel - mkl_gnu_thread - mkl_core - pthread - m - dl]
--   Library mkl_intel: not found
-- Checking for [mkl_intel - mkl_intel_thread - mkl_core - pthread - m - dl]
--   Library mkl_intel: not found
-- Checking for [mkl - guide - pthread - m]
--   Library mkl: not found
-- MKL library not found
-- A library with BLAS API not found. Please specify library location.
-- LAPACK requires BLAS
CPack: - Install project: OpenCMISSLibs Development
CPack: - Run preinstall target for: OpenCMISSLibs Modules SDK
CPack: - Install project: OpenCMISSLibs Modules SDK
CPack: Create package
-- Unknown instrumentation option. Ignoring.
-- Manage::Instrumentation: 
-- @
-- @@@@@@@@@@@@@@@@@@@@@ SUMMARY @@@@@@@@@@@@@@@@@@@@@@@
-- @
-- @ OPENCMISS_TOOLCHAIN: gnu
-- @ OPENCMISS_MPI_IMPLEMENTATION: mpich
-- @ ACTIVE_ARCHITECTURE_MPI_PATH: 
-- @
-- @ CONFIG PATH: /home/cmiss/Jenkins/workspace/OpenCMISS_GNULinux/opencmiss/build/manage/release/config/Release
-- @ CONFIGURATION SETTINGS: -DOC_USE_IRON=ON -DOC_USE_ZINC=OFF -DOPENCMISS_BUILD_TYPE=Release -DOPENCMISS_MPI_IMPLEMENTATION=mpich -DMPIEXEC_EXECUTABLE=/usr/bin/mpiexec -DMPI_C_COMPILER=/usr/bin/mpicc -DMPI_CXX_COMPILER=/usr/bin/mpicxx -DMPI_Fortran_COMPILER=/usr/bin/mpif77 -DOPENCMISS_LIBRARIES_ONLY=NO -DOPENCMISS_DEPENDENCIES_ONLY=FALSE -DOPENCMISS_TOOLCHAIN=gnu -DOPENCMISS_BUILD_OWN_MPI=NO -DOPENCMISS_INSTRUMENTATION= -DOPENCMISS_OWN_MPI_INSTALL_BASE=/home/cmiss/Jenkins/workspace/OpenCMISS_GNULinux/opencmiss/install -DOPENCMISS_ROOTS_FILE=/home/cmiss/Jenkins/workspace/OpenCMISS_GNULinux/opencmiss/build/manage/release/ConfiguredFiles/OpenCMISSRoots.cmake -DOPENCMISS_CMAKE_MODULE_PATH=/home/cmiss/Jenkins/workspace/OpenCMISS_GNULinux/opencmiss/install/share/cmake/Modules -DOPENCMISS_SUPPORT_DIR=/home/cmiss/Jenkins/workspace/OpenCMISS_GNULinux/opencmiss/build/manage/release/support -DOPENCMISS_USE_ARCHITECTURE_PATH=FALSE -DARCH_MPI_PATH= -DARCH_NO_MPI_PATH= -DCONFIG_PACKAGE_ARCHITECTURE_MPI_PATH=. -DCONFIG_PACKAGE_ARCHITECTURE_NO_MPI_PATH=. -DSHARED_MODULES_PATH=/home/cmiss/Jenkins/workspace/OpenCMISS_GNULinux/opencmiss/src/manage/SharedModules -DSHARED_SETTINGS_PATH=/home/cmiss/Jenkins/workspace/OpenCMISS_GNULinux/opencmiss/build/manage/release/SharedSettings
-- @
-- @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-- @
-- @
-- @@@@@@@@@@@@@@@@@@@ NEXT STEPS @@@@@@@@@@@@@@@@@@@@@@
-- @
-- @ - Change /home/cmiss/Jenkins/workspace/OpenCMISS_GNULinux/opencmiss/build/manage/release/OpenCMISSInstallationConfig.cmake according to your needs
-- @
-- @ Having trouble? Follow the galaxy hitchhiker's advice:
-- @ DONT PANIC ... and:
-- @ - Refer to http://staging.opencmiss.org/documentation/cmake/docs/config/index.html for customization instructions
-- @
-- @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-- @
-- Configuring done
-- Generating done
-- Build files have been written to: /home/cmiss/Jenkins/workspace/OpenCMISS_GNULinux/opencmiss/build/manage/release
[Pipeline] sh
+ make package_sdk
-- Configuring done
-- Generating done
-- Build files have been written to: /home/cmiss/Jenkins/workspace/OpenCMISS_GNULinux/opencmiss/build/manage/release/packaging/sdk/build
Run CPack packaging tool...
CPack: Create package using TGZ
CPack: Install projects
CPack: - Run preinstall target for: Iron Runtime
CPack: - Install project: Iron Runtime
CPack: - Run preinstall target for: Iron C bindings
CPack: - Install project: Iron C bindings
CPack: - Run preinstall target for: Iron Python bindings
CPack: - Install project: Iron Python bindings
CPack: - Run preinstall target for: OpenCMISSLibs Runtime files
CPack: - Install project: OpenCMISSLibs Runtime files
CPack: - Run preinstall target for: Iron Development
CPack: - Install project: Iron Development
CPack: - Run preinstall target for: OpenCMISSLibs Development
CPack: - Install project: OpenCMISSLibs Development
CPack: - Run preinstall target for: OpenCMISSLibs Modules SDK
CPack: - Install project: OpenCMISSLibs Modules SDK
CPack: Create package
CPack: - package: /home/opencmiss/Jenkins/workspace/OpenCMISS_GNULinux/opencmiss/build/manage/release/packaging/sdk/source/../package/OpenCMISS-Libraries_1.3.0.20200816141119_SDK_Ubuntu-14.04.tar.gz generated.
Built target package_sdk
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Ubuntu 14.04 Archive)
[Pipeline] dir
Running in /home/opencmiss/Jenkins/workspace/OpenCMISS_GNULinux/opencmiss/build/manage/release/packaging/sdk/package
[Pipeline] {
[Pipeline] archiveArtifacts
Archiving artifacts
CPack: - package: /home/cmiss/Jenkins/workspace/OpenCMISS_GNULinux/opencmiss/build/manage/release/packaging/sdk/source/../package/OpenCMISS-Libraries_1.3.0.20200816141127_SDK_Ubuntu-18.04.tar.gz generated.
Built target package_sdk
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Ubuntu 16.04 Archive)
[Pipeline] dir
Running in /home/cmiss/Jenkins/workspace/OpenCMISS_GNULinux/opencmiss/build/manage/release/packaging/sdk/package
[Pipeline] {
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Ubuntu 14.04 Finish)
[Pipeline] echo
Finish
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Ubuntu 16.04 Finish)
[Pipeline] echo
Finish
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // parallel
[Pipeline] End of Pipeline
Triggering a new build of OpenCMISS_Deploy #406
Triggering a new build of OpenCMISS_FunctionalTests_GNULinux #242
Finished: SUCCESS