Started by upstream project "clean-old-builds" build number 358 originally caused by: Started by upstream project "launch-nightly-full-builds" build number 344 originally caused by: Started by timer [EnvInject] - Loading node environment variables. Building remotely on _launcher_ in workspace /builds/workspace/clean-old-builds [EnvInject] - Inject global passwords. [EnvInject] - Mask passwords that will be passed as build parameters. [clean-old-builds] $ bash /tmp/jenkins5459411241611605539.sh --------------- Clone/update CI scripts --------------- pwd = /builds/workspace/clean-old-builds HEAD is now at 5d38825 FIX link removal failing on Windows CI scripts are available in /builds/workspace/clean-old-builds/ci/scripts ------------------------------------------------------- ------------- Clone/update reference_repo/sofa -------------- Checking /builds/reference_repo/sofa Reference repo found. Updating... From https://github.com/sofa-framework/sofa 922ee1b..8ed3ad7 master -> origin/master Updating 922ee1b..8ed3ad7 Fast-forward CHANGELOG.md | 8 +- CMakeLists.txt | 39 +- SofaAdvanced/CMakeLists.txt | 5 +- SofaGeneral/CMakeLists.txt | 5 +- SofaGui/CMakeLists.txt | 12 +- SofaKernel/CMakeLists.txt | 41 - SofaKernel/SofaBase/CMakeLists.txt | 5 +- SofaKernel/SofaCommon/CMakeLists.txt | 5 +- SofaKernel/SofaFramework/CMakeLists.txt | 107 +- .../SofaFramework/SofaFrameworkConfig.cmake.in | 27 +- SofaKernel/SofaFramework/SofaMacros.cmake | 285 ++- SofaKernel/SofaFramework/config.h.in | 2 +- SofaKernel/SofaSimulation/CMakeLists.txt | 3 +- SofaKernel/cmake/Modules/FindJson.cmake | 80 + SofaKernel/extlibs/json/CMakeLists.txt | 10 - SofaKernel/extlibs/json/jsonConfig.cmake.in | 12 - SofaKernel/extlibs/newmat/CMakeLists.txt | 4 +- SofaKernel/extlibs/tinyxml/CMakeLists.txt | 6 +- SofaKernel/framework/sofa/core/CMakeLists.txt | 7 +- .../framework/sofa/defaulttype/CMakeLists.txt | 3 +- SofaKernel/framework/sofa/helper/CMakeLists.txt | 33 +- .../sofa/helper/system/DynamicLibrary.cpp | 7 +- .../framework/sofa/simulation/CMakeLists.txt | 2 +- .../framework/sofa/simulation/SceneLoaderFactory.h | 20 +- .../framework/sofa/simulation/Simulation.cpp | 4 +- SofaKernel/framework/sofa/simulation/Simulation.h | 2 +- .../modules/SofaBaseCollision/CMakeLists.txt | 2 +- .../modules/SofaBaseLinearSolver/CMakeLists.txt | 2 +- .../modules/SofaBaseMechanics/CMakeLists.txt | 2 +- SofaKernel/modules/SofaBaseTopology/CMakeLists.txt | 2 +- SofaKernel/modules/SofaBaseVisual/CMakeLists.txt | 2 +- .../modules/SofaComponentBase/CMakeLists.txt | 2 +- .../modules/SofaComponentCommon/CMakeLists.txt | 2 +- SofaKernel/modules/SofaDeformable/CMakeLists.txt | 2 +- SofaKernel/modules/SofaEigen2Solver/CMakeLists.txt | 2 +- SofaKernel/modules/SofaEngine/CMakeLists.txt | 2 +- .../modules/SofaExplicitOdeSolver/CMakeLists.txt | 2 +- .../modules/SofaImplicitOdeSolver/CMakeLists.txt | 2 +- SofaKernel/modules/SofaLoader/CMakeLists.txt | 2 +- .../modules/SofaMeshCollision/CMakeLists.txt | 2 +- .../modules/SofaObjectInteraction/CMakeLists.txt | 2 +- SofaKernel/modules/SofaRigid/CMakeLists.txt | 2 +- SofaKernel/modules/SofaSimpleFem/CMakeLists.txt | 2 +- .../modules/SofaSimulationCommon/CMakeLists.txt | 2 +- .../modules/SofaSimulationGraph/CMakeLists.txt | 2 +- .../modules/SofaSimulationTree/CMakeLists.txt | 2 +- SofaMisc/CMakeLists.txt | 5 +- applications/plugins/ARTrack/CMakeLists.txt | 2 + .../extlibs/ARTrackLib}/ARTrackLibConfig.cmake.in | 0 .../ARTrack/extlibs/ARTrackLib}/CMakeLists.txt | 2 +- .../ARTrack/extlibs/ARTrackLib}/dtracklib.h | 0 .../ARTrack/extlibs/ARTrackLib}/mainTracker.cpp | 0 applications/plugins/CGALPlugin/CMakeLists.txt | 4 - applications/plugins/CImgPlugin/CImgPlugin.h.in | 13 - applications/plugins/CImgPlugin/CMakeLists.txt | 42 +- .../plugins/CImgPlugin/extlibs/CImg/CMakeLists.txt | 11 +- .../CImgPlugin/{ => src/CImgPlugin}/CImgPlugin.h | 0 .../CImgPlugin/{ => src/CImgPlugin}/ImageCImg.cpp | 0 .../CImgPlugin/{ => src/CImgPlugin}/ImageCImg.h | 0 .../CImgPlugin/{ => src/CImgPlugin}/SOFACImg.h | 0 .../{ => src/CImgPlugin}/initCImgPlugin.cpp | 0 applications/plugins/CMakeLists.txt | 7 +- applications/plugins/Compliant/CMakeLists.txt | 31 +- .../plugins/Compliant/Compliant_gui/CMakeLists.txt | 28 +- .../plugins/DiffusionSolver/CMakeLists.txt | 47 + .../DiffusionSolver/DiffusionSolver.cpp | 4 +- .../extlibs => }/DiffusionSolver/DiffusionSolver.h | 17 +- .../DiffusionSolver/DiffusionSolverConfig.cmake.in | 0 applications/plugins/DiffusionSolver/config.h | 34 + .../DiffusionSolver/initDiffusionSolver.cpp | 75 + .../plugins/ExternalBehaviorModel/CMakeLists.txt | 16 +- .../ExternalBehaviorModelConfig.cmake.in | 11 + applications/plugins/Flexible/CMakeLists.txt | 29 +- .../shapeFunction/DiffusionShapeFunction.h | 2 +- applications/plugins/InvertibleFVM/CMakeLists.txt | 16 +- .../InvertibleFVM/InvertibleFVMConfig.cmake.in | 11 + applications/plugins/LeapMotion/CMakeLists.txt | 12 +- .../plugins/ManifoldTopologies/CMakeLists.txt | 19 +- .../ManifoldTopologiesConfig.cmake.in | 11 + applications/plugins/ManualMapping/CMakeLists.txt | 14 +- .../ManualMapping/ManualMappingConfig.cmake.in | 11 + applications/plugins/MultiThreading/CMakeLists.txt | 30 +- applications/plugins/PSL/CMakeLists.txt | 2 +- .../plugins/PreassembledMass/CMakeLists.txt | 16 +- .../PreassembledMassConfig.cmake.in | 18 + applications/plugins/Registration/CMakeLists.txt | 25 +- applications/plugins/RigidScale/CMakeLists.txt | 11 +- applications/plugins/SceneCreator/CMakeLists.txt | 19 +- applications/plugins/SofaAssimp/CMakeLists.txt | 7 +- applications/plugins/SofaCUDA/CMakeLists.txt | 3 - applications/plugins/SofaCarving/CMakeLists.txt | 17 +- .../plugins/SofaDistanceGrid/CMakeLists.txt | 8 +- .../SofaDistanceGridConfig.cmake.in | 9 +- .../plugins/SofaEulerianFluid/CMakeLists.txt | 12 +- .../SofaEulerianFluidConfig.cmake.in | 11 + applications/plugins/SofaHAPI/CMakeLists.txt | 4 - .../plugins/SofaImplicitField/CMakeLists.txt | 18 +- .../SofaImplicitFieldConfig.cmake.in | 2 +- .../plugins/SofaMiscCollision/CMakeLists.txt | 11 +- .../SofaMiscCollisionConfig.cmake.in | 4 +- .../plugins/SofaPML/extlibs}/LML/CMakeLists.txt | 0 .../plugins/SofaPML/extlibs}/LML/Direction.h | 0 .../plugins/SofaPML/extlibs}/LML/Force.cpp | 0 .../plugins/SofaPML/extlibs}/LML/Force.h | 0 .../plugins/SofaPML/extlibs}/LML/ForceUnit.cpp | 0 .../plugins/SofaPML/extlibs}/LML/ForceUnit.h | 0 .../plugins/SofaPML/extlibs}/LML/Load.cpp | 0 .../plugins/SofaPML/extlibs}/LML/Load.h | 0 .../plugins/SofaPML/extlibs}/LML/Loads.cpp | 0 .../plugins/SofaPML/extlibs}/LML/Loads.h | 0 .../plugins/SofaPML/extlibs}/LML/LoadsVersion.h | 0 .../plugins/SofaPML/extlibs}/LML/Pressure.h | 0 .../plugins/SofaPML/extlibs}/LML/PressureUnit.cpp | 0 .../plugins/SofaPML/extlibs}/LML/PressureUnit.h | 0 .../plugins/SofaPML/extlibs}/LML/Rotation.h | 0 .../plugins/SofaPML/extlibs}/LML/RotationUnit.cpp | 0 .../plugins/SofaPML/extlibs}/LML/RotationUnit.h | 0 .../plugins/SofaPML/extlibs}/LML/TargetList.cpp | 0 .../plugins/SofaPML/extlibs}/LML/TargetList.h | 0 .../plugins/SofaPML/extlibs}/LML/Translation.cpp | 0 .../plugins/SofaPML/extlibs}/LML/Translation.h | 0 .../SofaPML/extlibs}/LML/TranslationUnit.cpp | 0 .../plugins/SofaPML/extlibs}/LML/TranslationUnit.h | 0 .../plugins/SofaPML/extlibs}/LML/Unit.h | 0 .../plugins/SofaPML/extlibs}/LML/ValueEvent.cpp | 0 .../plugins/SofaPML/extlibs}/LML/ValueEvent.h | 0 .../plugins/SofaPML/extlibs}/LML/XMLLoads.cpp | 0 .../plugins/SofaPML/extlibs}/LML/XMLLoads.h | 0 .../plugins/SofaPML/extlibs}/LML/xmlio.h | 0 .../plugins/SofaPML/extlibs}/PML/AbortException.h | 0 .../plugins/SofaPML/extlibs}/PML/Atom.cpp | 0 .../plugins/SofaPML/extlibs}/PML/Atom.h | 0 .../SofaPML/extlibs}/PML/BasicAtomProperties.cpp | 0 .../SofaPML/extlibs}/PML/BasicAtomProperties.h | 0 .../SofaPML/extlibs}/PML/BasicCellProperties.cpp | 0 .../SofaPML/extlibs}/PML/BasicCellProperties.h | 0 .../SofaPML/extlibs}/PML/BasicSCProperties.h | 0 .../plugins/SofaPML/extlibs}/PML/CMakeLists.txt | 0 .../plugins/SofaPML/extlibs}/PML/Cell.cpp | 0 .../plugins/SofaPML/extlibs}/PML/Cell.h | 0 .../plugins/SofaPML/extlibs}/PML/Component.cpp | 0 .../plugins/SofaPML/extlibs}/PML/Component.h | 0 .../SofaPML/extlibs}/PML/MultiComponent.cpp | 0 .../plugins/SofaPML/extlibs}/PML/MultiComponent.h | 0 .../plugins/SofaPML/extlibs}/PML/PMLTransform.cpp | 0 .../plugins/SofaPML/extlibs}/PML/PMLTransform.h | 0 .../plugins/SofaPML/extlibs}/PML/PhysicalModel.cpp | 0 .../plugins/SofaPML/extlibs}/PML/PhysicalModel.h | 0 .../plugins/SofaPML/extlibs}/PML/PhysicalModelIO.h | 0 .../PML/PhysicalProperties/AtomProperties.cpp | 0 .../PML/PhysicalProperties/AtomProperties.h | 0 .../PML/PhysicalProperties/CellProperties.cpp | 0 .../PML/PhysicalProperties/CellProperties.h | 0 .../StructuralComponentProperties.cpp | 0 .../StructuralComponentProperties.h | 0 .../extlibs}/PML/PhysicalProperties/default.xml | 0 .../plugins/SofaPML/extlibs}/PML/Properties.cpp | 0 .../plugins/SofaPML/extlibs}/PML/Properties.h | 0 .../plugins/SofaPML/extlibs}/PML/RenderingMode.cpp | 0 .../plugins/SofaPML/extlibs}/PML/RenderingMode.h | 0 .../SofaPML/extlibs}/PML/StructuralComponent.cpp | 0 .../SofaPML/extlibs}/PML/StructuralComponent.h | 0 .../plugins/SofaPML/extlibs}/PML/Structure.cpp | 0 .../plugins/SofaPML/extlibs}/PML/Structure.h | 0 .../SofaPML/extlibs}/PML/StructureProperties.cpp | 0 .../SofaPML/extlibs}/PML/StructureProperties.h | 0 applications/plugins/SofaPython/CMakeLists.txt | 38 +- .../plugins/SofaPython/PythonEnvironment.cpp | 37 +- applications/plugins/SofaSphFluid/CMakeLists.txt | 11 +- applications/plugins/SofaTest/CMakeLists.txt | 13 +- .../plugins/SofaTest/SofaTestConfig.cmake.in | 9 +- .../plugins/SofaVolumetricData/CMakeLists.txt | 2 - .../plugins/THMPGSpatialHashing/CMakeLists.txt | 14 +- .../THMPGSpatialHashingConfig.cmake.in | 11 + .../plugins/VolumetricRendering/CMakeLists.txt | 4 +- applications/plugins/image/CMakeLists.txt | 30 +- .../image/extlibs/DiffusionSolver/CMakeLists.txt | 56 - applications/plugins/image/imageConfig.cmake.in | 2 +- .../plugins/image/image_gui/CMakeLists.txt | 2 +- applications/projects/runSofa/CMakeLists.txt | 6 +- applications/projects/runSofa/Main.cpp | 7 +- .../projects/runSofa/cmake/bundle-post.cmake | 10 + applications/sofa/gui/SofaGuiCommon/CMakeLists.txt | 2 +- applications/sofa/gui/SofaGuiMain/CMakeLists.txt | 2 +- applications/sofa/gui/qt/CMakeLists.txt | 24 +- applications/sofa/gui/qt/RealGUI.cpp | 2 +- applications/sofa/gui/qt/viewer/qgl/QtGLViewer.cpp | 1 - applications/sofa/gui/qt/viewer/qt/QtViewer.cpp | 2 - extlibs/CMakeLists.txt | 48 +- extlibs/SuiteSparse/CMakeLists.txt | 25 - extlibs/SuiteSparse/cholmod/Include/License.txt | 9 - extlibs/SuiteSparse/cholmod/Include/README.txt | 25 - extlibs/SuiteSparse/cholmod/Include/UFconfig.h | 151 -- extlibs/SuiteSparse/cholmod/Include/cholmod.h | 122 -- extlibs/SuiteSparse/cholmod/Include/cholmod_blas.h | 456 ---- .../SuiteSparse/cholmod/Include/cholmod_check.h | 418 ---- .../SuiteSparse/cholmod/Include/cholmod_cholesky.h | 517 ----- .../cholmod/Include/cholmod_complexity.h | 264 --- .../SuiteSparse/cholmod/Include/cholmod_config.h | 83 - extlibs/SuiteSparse/cholmod/Include/cholmod_core.h | 2290 -------------------- .../SuiteSparse/cholmod/Include/cholmod_internal.h | 400 ---- extlibs/SuiteSparse/cholmod/Include/cholmod_io64.h | 46 - .../cholmod/Include/cholmod_matrixops.h | 235 -- .../SuiteSparse/cholmod/Include/cholmod_modify.h | 304 --- .../cholmod/Include/cholmod_partition.h | 233 -- .../cholmod/Include/cholmod_supernodal.h | 172 -- .../SuiteSparse/cholmod/Include/cholmod_template.h | 238 -- extlibs/SuiteSparse/cholmod/Lib/amd.lib | Bin 43808 -> 0 bytes extlibs/SuiteSparse/cholmod/Lib/blas.lib | Bin 25800 -> 0 bytes extlibs/SuiteSparse/cholmod/Lib/camd.lib | Bin 46226 -> 0 bytes extlibs/SuiteSparse/cholmod/Lib/cholmod.lib | Bin 1026120 -> 0 bytes extlibs/SuiteSparse/cholmod/Lib/colamd.lib | Bin 26062 -> 0 bytes extlibs/SuiteSparse/cholmod/Lib/lapack.lib | Bin 255680 -> 0 bytes extlibs/SuiteSparse/cholmod/Lib/libblas.dll | Bin 340486 -> 0 bytes extlibs/SuiteSparse/cholmod/Lib/libgcc_s_dw2-1.dll | Bin 107520 -> 0 bytes extlibs/SuiteSparse/cholmod/Lib/libgfortran-3.dll | Bin 802318 -> 0 bytes extlibs/SuiteSparse/cholmod/Lib/liblapack.dll | Bin 4951132 -> 0 bytes extlibs/csparse/CMakeLists.txt | 4 +- extlibs/gtest/CMakeLists.txt | 8 +- .../libQGLViewer-2.7.1/QGLViewer/CMakeLists.txt | 18 +- extlibs/metis-5.1.0/CMakeLists.txt | 4 +- extlibs/miniFlowVR/CMakeLists.txt | 2 +- extlibs/qwt-6.1.2/src/CMakeLists.txt | 2 +- modules/SofaBoundaryCondition/CMakeLists.txt | 2 +- modules/SofaComponentAdvanced/CMakeLists.txt | 2 +- modules/SofaComponentGeneral/CMakeLists.txt | 2 +- modules/SofaComponentMisc/CMakeLists.txt | 2 +- modules/SofaConstraint/CMakeLists.txt | 2 +- modules/SofaDenseSolver/CMakeLists.txt | 2 +- modules/SofaGeneralAnimationLoop/CMakeLists.txt | 2 +- modules/SofaGeneralDeformable/CMakeLists.txt | 2 +- modules/SofaGeneralEngine/CMakeLists.txt | 2 +- .../SofaGeneralExplicitOdeSolver/CMakeLists.txt | 2 +- .../SofaGeneralImplicitOdeSolver/CMakeLists.txt | 2 +- modules/SofaGeneralLinearSolver/CMakeLists.txt | 2 +- modules/SofaGeneralLoader/CMakeLists.txt | 2 +- modules/SofaGeneralMeshCollision/CMakeLists.txt | 2 +- .../SofaGeneralObjectInteraction/CMakeLists.txt | 2 +- modules/SofaGeneralRigid/CMakeLists.txt | 2 +- modules/SofaGeneralSimpleFem/CMakeLists.txt | 2 +- modules/SofaGeneralTopology/CMakeLists.txt | 2 +- modules/SofaGeneralVisual/CMakeLists.txt | 2 +- modules/SofaGraphComponent/CMakeLists.txt | 2 +- modules/SofaGraphComponent/RequiredPlugin.cpp | 1 + modules/SofaGraphComponent/SceneCheckerListener.h | 6 +- modules/SofaMisc/CMakeLists.txt | 2 +- modules/SofaMiscEngine/CMakeLists.txt | 2 +- modules/SofaMiscFem/CMakeLists.txt | 2 +- modules/SofaMiscForceField/CMakeLists.txt | 2 +- modules/SofaMiscMapping/CMakeLists.txt | 2 +- modules/SofaMiscSolver/CMakeLists.txt | 2 +- modules/SofaMiscTopology/CMakeLists.txt | 2 +- modules/SofaNonUniformFem/CMakeLists.txt | 2 +- modules/SofaOpenglVisual/CMakeLists.txt | 2 +- modules/SofaPreconditioner/CMakeLists.txt | 6 +- modules/SofaSparseSolver/CMakeLists.txt | 6 +- modules/SofaTopologyMapping/CMakeLists.txt | 2 +- modules/SofaUserInteraction/CMakeLists.txt | 2 +- modules/SofaValidation/CMakeLists.txt | 2 +- package.cmake | 59 +- 260 files changed, 1170 insertions(+), 6806 deletions(-) create mode 100644 SofaKernel/cmake/Modules/FindJson.cmake delete mode 100644 SofaKernel/extlibs/json/CMakeLists.txt delete mode 100644 SofaKernel/extlibs/json/jsonConfig.cmake.in rename {extlibs/ARTrack => applications/plugins/ARTrack/extlibs/ARTrackLib}/ARTrackLibConfig.cmake.in (100%) rename {extlibs/ARTrack => applications/plugins/ARTrack/extlibs/ARTrackLib}/CMakeLists.txt (95%) rename {extlibs/ARTrack => applications/plugins/ARTrack/extlibs/ARTrackLib}/dtracklib.h (100%) rename {extlibs/ARTrack => applications/plugins/ARTrack/extlibs/ARTrackLib}/mainTracker.cpp (100%) delete mode 100755 applications/plugins/CImgPlugin/CImgPlugin.h.in rename applications/plugins/CImgPlugin/{ => src/CImgPlugin}/CImgPlugin.h (100%) mode change 100755 => 100644 rename applications/plugins/CImgPlugin/{ => src/CImgPlugin}/ImageCImg.cpp (100%) mode change 100755 => 100644 rename applications/plugins/CImgPlugin/{ => src/CImgPlugin}/ImageCImg.h (100%) mode change 100755 => 100644 rename applications/plugins/CImgPlugin/{ => src/CImgPlugin}/SOFACImg.h (100%) mode change 100755 => 100644 rename applications/plugins/CImgPlugin/{ => src/CImgPlugin}/initCImgPlugin.cpp (100%) mode change 100755 => 100644 create mode 100644 applications/plugins/DiffusionSolver/CMakeLists.txt rename applications/plugins/{image/extlibs => }/DiffusionSolver/DiffusionSolver.cpp (99%) rename applications/plugins/{image/extlibs => }/DiffusionSolver/DiffusionSolver.h (85%) rename applications/plugins/{image/extlibs => }/DiffusionSolver/DiffusionSolverConfig.cmake.in (100%) create mode 100644 applications/plugins/DiffusionSolver/config.h create mode 100644 applications/plugins/DiffusionSolver/initDiffusionSolver.cpp create mode 100644 applications/plugins/ExternalBehaviorModel/ExternalBehaviorModelConfig.cmake.in create mode 100644 applications/plugins/InvertibleFVM/InvertibleFVMConfig.cmake.in create mode 100644 applications/plugins/ManifoldTopologies/ManifoldTopologiesConfig.cmake.in create mode 100644 applications/plugins/ManualMapping/ManualMappingConfig.cmake.in create mode 100644 applications/plugins/PreassembledMass/PreassembledMassConfig.cmake.in create mode 100644 applications/plugins/SofaEulerianFluid/SofaEulerianFluidConfig.cmake.in rename {extlibs => applications/plugins/SofaPML/extlibs}/LML/CMakeLists.txt (100%) rename {extlibs => applications/plugins/SofaPML/extlibs}/LML/Direction.h (100%) rename {extlibs => applications/plugins/SofaPML/extlibs}/LML/Force.cpp (100%) rename {extlibs => applications/plugins/SofaPML/extlibs}/LML/Force.h (100%) rename {extlibs => applications/plugins/SofaPML/extlibs}/LML/ForceUnit.cpp (100%) rename {extlibs => applications/plugins/SofaPML/extlibs}/LML/ForceUnit.h (100%) rename {extlibs => applications/plugins/SofaPML/extlibs}/LML/Load.cpp (100%) rename {extlibs => applications/plugins/SofaPML/extlibs}/LML/Load.h (100%) rename {extlibs => applications/plugins/SofaPML/extlibs}/LML/Loads.cpp (100%) rename {extlibs => applications/plugins/SofaPML/extlibs}/LML/Loads.h (100%) rename {extlibs => applications/plugins/SofaPML/extlibs}/LML/LoadsVersion.h (100%) rename {extlibs => applications/plugins/SofaPML/extlibs}/LML/Pressure.h (100%) rename {extlibs => applications/plugins/SofaPML/extlibs}/LML/PressureUnit.cpp (100%) rename {extlibs => applications/plugins/SofaPML/extlibs}/LML/PressureUnit.h (100%) rename {extlibs => applications/plugins/SofaPML/extlibs}/LML/Rotation.h (100%) rename {extlibs => applications/plugins/SofaPML/extlibs}/LML/RotationUnit.cpp (100%) rename {extlibs => applications/plugins/SofaPML/extlibs}/LML/RotationUnit.h (100%) rename {extlibs => applications/plugins/SofaPML/extlibs}/LML/TargetList.cpp (100%) rename {extlibs => applications/plugins/SofaPML/extlibs}/LML/TargetList.h (100%) rename {extlibs => applications/plugins/SofaPML/extlibs}/LML/Translation.cpp (100%) rename {extlibs => applications/plugins/SofaPML/extlibs}/LML/Translation.h (100%) rename {extlibs => applications/plugins/SofaPML/extlibs}/LML/TranslationUnit.cpp (100%) rename {extlibs => applications/plugins/SofaPML/extlibs}/LML/TranslationUnit.h (100%) rename {extlibs => applications/plugins/SofaPML/extlibs}/LML/Unit.h (100%) rename {extlibs => applications/plugins/SofaPML/extlibs}/LML/ValueEvent.cpp (100%) rename {extlibs => applications/plugins/SofaPML/extlibs}/LML/ValueEvent.h (100%) rename {extlibs => applications/plugins/SofaPML/extlibs}/LML/XMLLoads.cpp (100%) rename {extlibs => applications/plugins/SofaPML/extlibs}/LML/XMLLoads.h (100%) rename {extlibs => applications/plugins/SofaPML/extlibs}/LML/xmlio.h (100%) rename {extlibs => applications/plugins/SofaPML/extlibs}/PML/AbortException.h (100%) rename {extlibs => applications/plugins/SofaPML/extlibs}/PML/Atom.cpp (100%) rename {extlibs => applications/plugins/SofaPML/extlibs}/PML/Atom.h (100%) rename {extlibs => applications/plugins/SofaPML/extlibs}/PML/BasicAtomProperties.cpp (100%) rename {extlibs => applications/plugins/SofaPML/extlibs}/PML/BasicAtomProperties.h (100%) rename {extlibs => applications/plugins/SofaPML/extlibs}/PML/BasicCellProperties.cpp (100%) rename {extlibs => applications/plugins/SofaPML/extlibs}/PML/BasicCellProperties.h (100%) rename {extlibs => applications/plugins/SofaPML/extlibs}/PML/BasicSCProperties.h (100%) rename {extlibs => applications/plugins/SofaPML/extlibs}/PML/CMakeLists.txt (100%) rename {extlibs => applications/plugins/SofaPML/extlibs}/PML/Cell.cpp (100%) rename {extlibs => applications/plugins/SofaPML/extlibs}/PML/Cell.h (100%) rename {extlibs => applications/plugins/SofaPML/extlibs}/PML/Component.cpp (100%) rename {extlibs => applications/plugins/SofaPML/extlibs}/PML/Component.h (100%) rename {extlibs => applications/plugins/SofaPML/extlibs}/PML/MultiComponent.cpp (100%) rename {extlibs => applications/plugins/SofaPML/extlibs}/PML/MultiComponent.h (100%) rename {extlibs => applications/plugins/SofaPML/extlibs}/PML/PMLTransform.cpp (100%) rename {extlibs => applications/plugins/SofaPML/extlibs}/PML/PMLTransform.h (100%) rename {extlibs => applications/plugins/SofaPML/extlibs}/PML/PhysicalModel.cpp (100%) rename {extlibs => applications/plugins/SofaPML/extlibs}/PML/PhysicalModel.h (100%) rename {extlibs => applications/plugins/SofaPML/extlibs}/PML/PhysicalModelIO.h (100%) rename {extlibs => applications/plugins/SofaPML/extlibs}/PML/PhysicalProperties/AtomProperties.cpp (100%) rename {extlibs => applications/plugins/SofaPML/extlibs}/PML/PhysicalProperties/AtomProperties.h (100%) rename {extlibs => applications/plugins/SofaPML/extlibs}/PML/PhysicalProperties/CellProperties.cpp (100%) rename {extlibs => applications/plugins/SofaPML/extlibs}/PML/PhysicalProperties/CellProperties.h (100%) rename {extlibs => applications/plugins/SofaPML/extlibs}/PML/PhysicalProperties/StructuralComponentProperties.cpp (100%) rename {extlibs => applications/plugins/SofaPML/extlibs}/PML/PhysicalProperties/StructuralComponentProperties.h (100%) rename {extlibs => applications/plugins/SofaPML/extlibs}/PML/PhysicalProperties/default.xml (100%) rename {extlibs => applications/plugins/SofaPML/extlibs}/PML/Properties.cpp (100%) rename {extlibs => applications/plugins/SofaPML/extlibs}/PML/Properties.h (100%) rename {extlibs => applications/plugins/SofaPML/extlibs}/PML/RenderingMode.cpp (100%) rename {extlibs => applications/plugins/SofaPML/extlibs}/PML/RenderingMode.h (100%) rename {extlibs => applications/plugins/SofaPML/extlibs}/PML/StructuralComponent.cpp (100%) rename {extlibs => applications/plugins/SofaPML/extlibs}/PML/StructuralComponent.h (100%) rename {extlibs => applications/plugins/SofaPML/extlibs}/PML/Structure.cpp (100%) rename {extlibs => applications/plugins/SofaPML/extlibs}/PML/Structure.h (100%) rename {extlibs => applications/plugins/SofaPML/extlibs}/PML/StructureProperties.cpp (100%) rename {extlibs => applications/plugins/SofaPML/extlibs}/PML/StructureProperties.h (100%) create mode 100644 applications/plugins/THMPGSpatialHashing/THMPGSpatialHashingConfig.cmake.in delete mode 100644 applications/plugins/image/extlibs/DiffusionSolver/CMakeLists.txt delete mode 100644 extlibs/SuiteSparse/CMakeLists.txt delete mode 100644 extlibs/SuiteSparse/cholmod/Include/License.txt delete mode 100644 extlibs/SuiteSparse/cholmod/Include/README.txt delete mode 100644 extlibs/SuiteSparse/cholmod/Include/UFconfig.h delete mode 100644 extlibs/SuiteSparse/cholmod/Include/cholmod.h delete mode 100644 extlibs/SuiteSparse/cholmod/Include/cholmod_blas.h delete mode 100644 extlibs/SuiteSparse/cholmod/Include/cholmod_check.h delete mode 100644 extlibs/SuiteSparse/cholmod/Include/cholmod_cholesky.h delete mode 100644 extlibs/SuiteSparse/cholmod/Include/cholmod_complexity.h delete mode 100644 extlibs/SuiteSparse/cholmod/Include/cholmod_config.h delete mode 100644 extlibs/SuiteSparse/cholmod/Include/cholmod_core.h delete mode 100644 extlibs/SuiteSparse/cholmod/Include/cholmod_internal.h delete mode 100644 extlibs/SuiteSparse/cholmod/Include/cholmod_io64.h delete mode 100644 extlibs/SuiteSparse/cholmod/Include/cholmod_matrixops.h delete mode 100644 extlibs/SuiteSparse/cholmod/Include/cholmod_modify.h delete mode 100644 extlibs/SuiteSparse/cholmod/Include/cholmod_partition.h delete mode 100644 extlibs/SuiteSparse/cholmod/Include/cholmod_supernodal.h delete mode 100644 extlibs/SuiteSparse/cholmod/Include/cholmod_template.h delete mode 100644 extlibs/SuiteSparse/cholmod/Lib/amd.lib delete mode 100644 extlibs/SuiteSparse/cholmod/Lib/blas.lib delete mode 100644 extlibs/SuiteSparse/cholmod/Lib/camd.lib delete mode 100644 extlibs/SuiteSparse/cholmod/Lib/cholmod.lib delete mode 100644 extlibs/SuiteSparse/cholmod/Lib/colamd.lib delete mode 100644 extlibs/SuiteSparse/cholmod/Lib/lapack.lib delete mode 100644 extlibs/SuiteSparse/cholmod/Lib/libblas.dll delete mode 100644 extlibs/SuiteSparse/cholmod/Lib/libgcc_s_dw2-1.dll delete mode 100644 extlibs/SuiteSparse/cholmod/Lib/libgfortran-3.dll delete mode 100644 extlibs/SuiteSparse/cholmod/Lib/liblapack.dll ------------------------------------------------------- Filesystem Size Used Avail Use% Mounted on udev 2.0G 0 2.0G 0% /dev tmpfs 396M 41M 355M 11% /run /dev/vda1 18G 7.5G 9.3G 45% / tmpfs 2.0G 108K 2.0G 1% /dev/shm tmpfs 5.0M 0 5.0M 0% /run/lock tmpfs 2.0G 0 2.0G 0% /sys/fs/cgroup /dev/vdb1 20G 5.9G 13G 32% /builds tmpfs 396M 24K 396M 1% /run/user/111 tmpfs 396M 0 396M 0% /run/user/1000 ----------------- clean-old-builds.sh ----------------- Cleaning in /builds/workspace/clean-old-builds/../launcher/sofa-framework ENV VARS: load /builds/workspace/clean-old-builds/ci/scripts/env/default ENV VARS: load node specific /builds/workspace/clean-old-builds/ci/scripts/env/_launcher_ master: Launcher detected. last launch: Fri May 10 15:30:27 CEST 2019 -> not removed PR-1018: PR 1018 is closed -> removed PR-1025: Launcher detected. last launch: Mon May 6 10:32:27 CEST 2019 (more than 10 days ago) -> removed PR-1026: Launcher detected. last launch: Mon May 6 16:42:34 CEST 2019 (more than 10 days ago) -> removed PR-1028: Launcher detected. last launch: Tue May 7 17:14:43 CEST 2019 -> not removed PR-1033: Launcher detected. last launch: Fri May 10 10:03:11 CEST 2019 -> not removed PR-1034: Launcher detected. last launch: Fri May 10 18:35:30 CEST 2019 -> not removed PR-1035: Launcher detected. last launch: Sat May 11 00:59:37 CEST 2019 -> not removed PR-1037: Launcher detected. last launch: Wed May 15 18:44:25 CEST 2019 -> not removed v18.12: Launcher detected. last launch: Fri May 10 14:53:43 CEST 2019 -> not removed ------------------------------------------------------- Filesystem Size Used Avail Use% Mounted on udev 2.0G 0 2.0G 0% /dev tmpfs 396M 41M 355M 11% /run /dev/vda1 18G 7.5G 9.3G 45% / tmpfs 2.0G 108K 2.0G 1% /dev/shm tmpfs 5.0M 0 5.0M 0% /run/lock tmpfs 2.0G 0 2.0G 0% /sys/fs/cgroup /dev/vdb1 20G 4.6G 15G 25% /builds tmpfs 396M 24K 396M 1% /run/user/111 tmpfs 396M 0 396M 0% /run/user/1000 Finished: SUCCESS