Skip to content
Success

Console Output

Started by upstream project "clean-old-builds" build number 487
originally caused by:
 Started by timer
Running as SYSTEM
[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/jenkins6080494755348943105.sh

--------------- Clone/update CI scripts ---------------
pwd = /builds/workspace/clean-old-builds
HEAD is now at 900a14f FIX Python detection on MacOS
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
   b4bec97..4da2c23  master     -> origin/master
Auto packing the repository in background for optimum performance.
See "git help gc" for manual housekeeping.
error: The last gc run reported the following. Please correct the root cause
and remove .git/gc.log.
Automatic cleanup will not be performed until the file is removed.

error: pack-objects died of signal 15
error: failed to run repack

Updating b4bec97..4da2c23
Fast-forward
Auto packing the repository in background for optimum performance.
See "git help gc" for manual housekeeping.
error: The last gc run reported the following. Please correct the root cause
and remove .git/gc.log.
Automatic cleanup will not be performed until the file is removed.

error: pack-objects died of signal 15
error: failed to run repack

 CMakeLists.txt                                     |  22 +-
 SofaAdvanced/CMakeLists.txt                        |  17 +-
 SofaAdvanced/SofaAdvancedConfig.cmake.in           |  19 +-
 SofaAdvanced/config.h.in                           |   2 -
 SofaGeneral/CMakeLists.txt                         |  25 +-
 SofaGeneral/SofaGeneralConfig.cmake.in             |  25 +-
 SofaGeneral/config.h.in                            |  17 +-
 SofaGui/CMakeLists.txt                             | 116 ++-------
 SofaGui/SofaGuiConfig.cmake.in                     |  43 ++--
 SofaGui/config.h.in                                |  13 +-
 SofaKernel/SofaBase/CMakeLists.txt                 |  14 +-
 SofaKernel/SofaBase/SofaBaseConfig.cmake.in        |   9 +-
 SofaKernel/SofaCommon/CMakeLists.txt               |  14 +-
 SofaKernel/SofaCommon/SofaCommonConfig.cmake.in    |   9 +-
 SofaKernel/SofaFramework/CMakeLists.txt            | 220 +++--------------
 .../SofaFramework/SofaFrameworkConfig.cmake.in     |  60 +++--
 SofaKernel/SofaFramework/SofaMacros.cmake          | 143 ++++++++++-
 SofaKernel/SofaFramework/config.h.in               |  22 +-
 SofaKernel/SofaSimulation/CMakeLists.txt           |   8 +-
 .../SofaSimulation/SofaSimulationConfig.cmake.in   |   9 +-
 SofaKernel/SofaSimulation/config.h.in              |   6 -
 SofaKernel/extlibs/newmat/NewmatConfig.cmake.in    |   3 -
 SofaKernel/extlibs/tinyxml/TinyXMLConfig.cmake.in  |   3 -
 SofaKernel/framework/framework_test/CMakeLists.txt |   4 +-
 SofaKernel/framework/sofa/core/CMakeLists.txt      |   5 -
 .../sofa/core/collision/DetectionOutput.h          |   2 +-
 .../framework/sofa/helper/ArgumentParser.cpp       |  14 +-
 SofaKernel/framework/sofa/helper/ArgumentParser.h  |  17 +-
 SofaKernel/framework/sofa/helper/CMakeLists.txt    | 231 ++++++++++++------
 SofaKernel/framework/sofa/helper/ComponentChange.h |   2 +-
 SofaKernel/framework/sofa/helper/helper.h.in       |  41 ++++
 .../sofa/helper/system/thread/TimeoutWatchdog.cpp  |   4 -
 .../sofa/helper/system/thread/TimeoutWatchdog.h    |   4 -
 .../modules/SofaBaseMechanics/DiagonalMass.h       |  14 +-
 .../modules/SofaBaseMechanics/DiagonalMass.inl     | 184 +++++++-------
 SofaKernel/modules/SofaBaseMechanics/UniformMass.h |   7 +-
 .../modules/SofaBaseMechanics/UniformMass.inl      | 123 +++++-----
 SofaKernel/modules/SofaBaseVisual/CMakeLists.txt   |   3 +
 .../modules/SofaComponentBase/CMakeLists.txt       |   4 +-
 .../modules/SofaComponentCommon/CMakeLists.txt     |   4 +-
 .../initExplicitODESolver.cpp                      |   1 -
 SofaKernel/modules/SofaLoader/CMakeLists.txt       |   3 +
 SofaKernel/modules/SofaLoader/MeshVTKLoader.h      |   2 -
 .../modules/SofaSimulationCommon/CMakeLists.txt    |   3 +
 .../modules/SofaSimulationCommon/SceneLoaderPHP.h  |   1 +
 .../modules/SofaSimulationCommon/SceneLoaderXML.h  |   1 +
 .../SofaSimulationCommon/TransformationVisitor.h   |   2 +-
 .../modules/SofaSimulationCommon/xml/XML.cpp       | 267 +-------------------
 SofaKernel/modules/SofaSimulationCommon/xml/XML.h  |  14 +-
 .../modules/SofaSimulationGraph/CMakeLists.txt     |   4 -
 .../SofaSimulationGraph_test/CMakeLists.txt        |  12 +-
 .../testing/BaseSimulationTest.h                   |   1 +
 SofaMisc/CMakeLists.txt                            |  14 +-
 SofaMisc/SofaMiscConfig.cmake.in                   |  17 +-
 applications/plugins/CGALPlugin/CMakeLists.txt     |   1 +
 .../plugins/CImgPlugin/CImgPluginConfig.cmake.in   |  18 ++
 applications/plugins/CImgPlugin/CMakeLists.txt     |  23 +-
 .../CImgPlugin/{CImgPlugin.h => CImgPlugin.h.in}   |   7 +-
 .../CImgPlugin/src/CImgPlugin/ImageCImg.cpp        |   6 +-
 .../plugins/CImgPlugin/src/CImgPlugin/ImageCImg.h  |   2 +-
 .../plugins/CImgPlugin/src/CImgPlugin/SOFACImg.h   |   7 +-
 .../CImgPlugin/src/CImgPlugin/initCImgPlugin.cpp   |   2 +-
 applications/plugins/CMakeLists.txt                |  10 +-
 .../plugins/ColladaSceneLoader/CMakeLists.txt      |  24 +-
 .../ColladaSceneLoaderConfig.cmake.in              |  26 ++
 .../ColladaSceneLoader/SceneColladaLoader.cpp      |  14 +-
 .../ColladaSceneLoader/SceneColladaLoader.h        |   4 +-
 .../ColladaSceneLoader/{config.h => config.h.in}   |   4 +
 applications/plugins/Compliant/CMakeLists.txt      |  47 ++--
 .../plugins/Compliant/CompliantConfig.cmake.in     |   6 +
 applications/plugins/Compliant/config.h.in         |   2 +
 applications/plugins/Compliant/initCompliant.cpp   |   4 +-
 applications/plugins/Flexible/CMakeLists.txt       |  66 ++---
 .../plugins/Flexible/FlexibleConfig.cmake.in       |  16 +-
 applications/plugins/Flexible/config.h.in          |   4 +
 applications/plugins/Flexible/initFlexible.cpp     |   9 -
 .../types/ComponentSpecializations.cpp.inl         |   4 +-
 .../Flexible/types/ComponentSpecializations.h.inl  |   4 +-
 .../plugins/LeapMotion/src/LeapMotionDriver.cpp    |   3 -
 applications/plugins/PluginExample/CMakeLists.txt  |  10 +-
 .../PluginExample/PluginExampleConfig.cmake.in     |   4 +-
 .../src/PluginExample/{config.h => config.h.in}    |   0
 applications/plugins/Registration/CMakeLists.txt   |  27 +--
 .../Registration/RegistrationConfig.cmake.in       |  14 ++
 .../plugins/Registration/RegistrationContact.cpp   |   4 +-
 applications/plugins/Registration/config.h.in      |   4 +
 .../plugins/Registration/initRegistration.cpp      |   3 -
 applications/plugins/SceneCreator/CMakeLists.txt   |  19 +-
 applications/plugins/SceneCreator/config.h.in      |   2 +
 .../SceneCreatorBenchmarks.cpp                     |  29 ++-
 .../SceneCreator/src/SceneCreator/SceneCreator.cpp |   8 +-
 .../SceneCreator/src/SceneCreator/SceneUtils.cpp   |   6 -
 applications/plugins/SofaCUDA/CMakeLists.txt       |   5 +-
 applications/plugins/SofaCUDA/config.h.in          |   1 +
 .../gpu/cuda/CudaDistanceGridCollisionModel.cpp    |  17 +-
 .../plugins/SofaCUDA/sofa/gpu/cuda/mycuda.cpp      |   5 -
 .../plugins/SofaDistanceGrid/CMakeLists.txt        |  25 +-
 .../plugins/SofaDistanceGrid/DistanceGrid.cpp      |   8 +-
 .../SofaDistanceGridConfig.cmake.in                |  10 +-
 .../SofaDistanceGrid/{config.h => config.h.in}     |   4 +-
 .../plugins/SofaImplicitField/CMakeLists.txt       |   9 +-
 .../SofaImplicitFieldConfig.cmake.in               |  15 +-
 .../SofaImplicitField/{config.h => config.h.in}    |   4 +-
 .../SofaImplicitField/initSofaImplicitField.cpp    |   7 +-
 .../SofaMiscCollision/BarycentricStickContact.h    |   2 +-
 .../plugins/SofaMiscCollision/CMakeLists.txt       |  24 +-
 .../DefaultCollisionGroupManager.h                 |   2 +-
 .../SofaMiscCollision/ParallelCollisionPipeline.h  |   2 +-
 .../plugins/SofaMiscCollision/RayTriangleVisitor.h |   2 +-
 .../SofaMiscCollision/RuleBasedContactManager.h    |   2 +-
 .../SofaMiscCollisionConfig.cmake.in               |  14 +-
 .../plugins/SofaMiscCollision/SolverMerger.h       |   2 +-
 .../SofaMiscCollision/SpatialGridPointModel.h      |   4 +-
 .../TetrahedronDiscreteIntersection.h              |   2 +-
 .../plugins/SofaMiscCollision/TetrahedronModel.h   |   2 +-
 .../SofaMiscCollision/TriangleModelInRegularGrid.h |   2 +-
 .../SofaMiscCollision/{config.h => config.h.in}    |   3 +
 .../SofaMiscCollision/initMiscCollision.cpp        |   4 +-
 .../plugins/SofaMiscCollision/initMiscCollision.h  |   2 +-
 applications/plugins/SofaPython/CMakeLists.txt     |   5 +-
 .../plugins/SofaPython/SofaPythonConfig.cmake.in   |   4 +-
 applications/plugins/SofaPython/config.h.in        |   2 -
 .../SofaSphFluid/SofaSphFluidConfig.cmake.in       |   4 +-
 .../plugins/SofaVolumetricData/CMakeLists.txt      |   8 +-
 applications/plugins/image/CMakeLists.txt          | 101 +++-----
 applications/plugins/image/ImageContainer.h        |   6 +-
 applications/plugins/image/ImageTypes.cpp          |   8 +-
 applications/plugins/image/config.h.in             |   9 +-
 applications/plugins/image/imageConfig.cmake.in    |  39 ++-
 applications/plugins/image/initImage.cpp           |   9 +-
 applications/projects/CMakeLists.txt               |   7 -
 applications/projects/Modeler/lib/CMakeLists.txt   |   4 +-
 applications/projects/SofaGuiGlut/Main.cpp         |  28 ++-
 applications/projects/meshconv/CMakeLists.txt      |   7 +-
 applications/projects/runSofa/Main.cpp             | 186 +++++++++++---
 applications/projects/runSofa/cmake/bundle.cmake   |   2 +-
 .../projects/sofaInitTimer/sofaInitTimer.cpp       |   2 +-
 applications/sofa/gui/BaseGLViewer.h               |   4 +-
 applications/sofa/gui/BaseViewer.h                 |   4 -
 applications/sofa/gui/BatchGUI.cpp                 |   9 +-
 applications/sofa/gui/Main.cpp                     |  17 +-
 applications/sofa/gui/Main.h                       |   1 -
 applications/sofa/gui/MouseOperations.cpp          |   3 -
 applications/sofa/gui/SofaGuiCommon/CMakeLists.txt |  19 +-
 applications/sofa/gui/SofaGuiMain/CMakeLists.txt   |  11 +-
 applications/sofa/gui/SofaGuiMain/config.h.in      |  15 ++
 .../sofa/gui/headlessRecorder/CMakeLists.txt       |   6 +-
 .../sofa/gui/headlessRecorder/HeadlessRecorder.cpp |  29 ++-
 applications/sofa/gui/qt/AddObject.h               |   2 +-
 applications/sofa/gui/qt/CMakeLists.txt            | 260 ++++++++++++--------
 applications/sofa/gui/qt/DataWidget.h              |   2 +-
 applications/sofa/gui/qt/FileManagement.h          |   2 +-
 applications/sofa/gui/qt/GLPickHandler.h           |   4 +-
 applications/sofa/gui/qt/GUI.ui                    |   2 +-
 applications/sofa/gui/qt/GraphListenerQListView.h  |   2 +-
 applications/sofa/gui/qt/LinkWidget.h              |   2 +-
 applications/sofa/gui/qt/ModifyObject.cpp          |   6 +-
 applications/sofa/gui/qt/ModifyObject.h            |   6 +-
 applications/sofa/gui/qt/QDisplayPropertyWidget.h  |   4 +-
 .../sofa/gui/qt/QMenuFilesRecentlyOpened.h         |   2 +-
 applications/sofa/gui/qt/QModelViewTableUpdater.h  |   2 +-
 applications/sofa/gui/qt/QMouseOperations.h        |   2 +-
 applications/sofa/gui/qt/QSofaListView.h           |   4 +-
 applications/sofa/gui/qt/QSofaRecorder.h           |   2 +-
 applications/sofa/gui/qt/QSofaStatWidget.h         |   2 +-
 applications/sofa/gui/qt/QTableUpdater.h           |   2 +-
 applications/sofa/gui/qt/RealGUI.cpp               |  35 +--
 applications/sofa/gui/qt/RealGUI.h                 |   6 +-
 .../sofa/gui/qt/{SofaGUIQt.h => SofaGuiQt.h.in}    |   8 +
 applications/sofa/gui/qt/SofaPluginManager.h       |   2 +-
 .../sofa/gui/qt/SofaVideoRecorderManager.cpp       |   8 +-
 .../sofa/gui/qt/SofaVideoRecorderManager.h         |   2 +-
 applications/sofa/gui/qt/WDoubleLineEdit.h         |   2 +-
 applications/sofa/gui/qt/gl/CMakeLists.txt         |  47 ----
 applications/sofa/gui/qt/gl/SofaGUIQtOpenGL.h      |  43 ----
 .../sofa/gui/qt/gl/initSofaGUIQtOpenGL.cpp         |  44 ----
 applications/sofa/gui/qt/panels/QDocBrowser.h      |   2 +-
 applications/sofa/gui/qt/viewer/GLBackend.cpp      |  16 +-
 applications/sofa/gui/qt/viewer/GLBackend.h        |  12 +-
 applications/sofa/gui/qt/viewer/OglModelPolicy.h   |   8 +-
 applications/sofa/gui/qt/viewer/SofaViewer.h       |   2 +-
 .../sofa/gui/qt/viewer/VisualModelPolicy.h         |   2 +-
 applications/sofa/gui/qt/viewer/qgl/QtGLViewer.cpp |  16 +-
 applications/sofa/gui/qt/viewer/qgl/QtGLViewer.h   |   4 +-
 applications/sofa/gui/qt/viewer/qt/QtViewer.cpp    |   3 +-
 applications/sofa/gui/qt/viewer/qt/QtViewer.h      |   4 +-
 ...{FindFFMPEGexec.cmake => FindFFMPEG_exec.cmake} |   7 +-
 extlibs/CMakeLists.txt                             |   6 -
 extlibs/gtest/CMakeLists.txt                       |   7 +-
 extlibs/gtest/GTestConfig.cmake.in                 |   5 +-
 .../libQGLViewer-2.7.1/QGLViewer/CMakeLists.txt    | 146 ++++-------
 .../QGLViewer/QGLViewerConfig.cmake.in             |   8 +-
 extlibs/miniFlowVR/CMakeLists.txt                  |  16 +-
 extlibs/miniFlowVR/MiniFlowVRConfig.cmake.in       |   7 +-
 .../SofaBoundaryCondition_test/CMakeLists.txt      |  18 +-
 .../FixedConstraint_test.cpp                       |   5 +-
 .../SofaBoundaryCondition_test/config.h.in         |   6 +-
 modules/SofaComponentAdvanced/CMakeLists.txt       |   4 +-
 modules/SofaComponentGeneral/CMakeLists.txt        |  11 +-
 .../SofaComponentGeneral/initComponentGeneral.cpp  |   4 +-
 modules/SofaComponentMisc/CMakeLists.txt           |   4 +-
 .../SofaConstraint/LMDNewProximityIntersection.cpp |   2 +-
 modules/SofaConstraint/LocalMinDistance.cpp        |  18 +-
 modules/SofaDenseSolver/CMakeLists.txt             |   2 +
 modules/SofaExporter/CMakeLists.txt                |  31 ++-
 modules/SofaExporter/SofaExporterConfig.cmake.in   |  15 +-
 .../SofaExporter/SofaExporter_test/CMakeLists.txt  |   7 +-
 .../src/SofaExporter/BlenderExporter.h             |   4 +-
 .../SofaExporter/src/SofaExporter/MeshExporter.h   |   2 +-
 .../SofaExporter/src/SofaExporter/OBJExporter.h    |   2 +-
 .../SofaExporter/src/SofaExporter/STLExporter.h    |   2 +-
 .../SofaExporter/src/SofaExporter/VTKExporter.h    |   2 +-
 .../SofaExporter/src/SofaExporter/WriteState.cpp   |   4 +-
 modules/SofaExporter/src/SofaExporter/WriteState.h |   6 +-
 .../SofaExporter/src/SofaExporter/WriteState.inl   |  12 +-
 .../src/SofaExporter/WriteTopology.cpp             |   4 +-
 .../SofaExporter/src/SofaExporter/WriteTopology.h  |   6 +-
 .../src/SofaExporter/WriteTopology.inl             |  10 +-
 .../src/SofaExporter/{config.h => config.h.in}     |   3 +
 .../SofaExporter/src/SofaExporter/initExporter.cpp |   6 +-
 .../SofaExporter/src/SofaExporter/initExporter.h   |   2 +-
 modules/SofaGeneralLoader/CMakeLists.txt           |   8 +-
 modules/SofaGeneralLoader/GIDMeshLoader.h          |   2 +-
 modules/SofaGeneralLoader/GridMeshCreator.h        |   2 +-
 modules/SofaGeneralLoader/InputEventReader.h       |   2 +-
 modules/SofaGeneralLoader/MeshGmshLoader.h         |   2 +-
 modules/SofaGeneralLoader/MeshOffLoader.h          |   2 +-
 modules/SofaGeneralLoader/MeshSTLLoader.h          |   2 +-
 modules/SofaGeneralLoader/MeshTrianLoader.h        |   2 +-
 modules/SofaGeneralLoader/MeshXspLoader.h          |   2 +-
 modules/SofaGeneralLoader/OffSequenceLoader.h      |   2 +-
 modules/SofaGeneralLoader/ReadState.cpp            |   4 +-
 modules/SofaGeneralLoader/ReadState.h              |   6 +-
 modules/SofaGeneralLoader/ReadState.inl            |  12 +-
 modules/SofaGeneralLoader/ReadTopology.cpp         |   4 +-
 modules/SofaGeneralLoader/ReadTopology.h           |   6 +-
 modules/SofaGeneralLoader/ReadTopology.inl         |  12 +-
 modules/SofaGeneralLoader/SphereLoader.h           |   2 +-
 modules/SofaGeneralLoader/StringMeshCreator.h      |   2 +-
 modules/SofaGeneralLoader/VoxelGridLoader.h        |   2 +-
 .../SofaGeneralLoader/{config.h => config.h.in}    |   2 +
 modules/SofaGeneralLoader/initGeneralLoader.h      |   2 +-
 .../MeshMinProximityIntersection.cpp               |   8 +-
 modules/SofaHaptics/CMakeLists.txt                 |   6 +-
 modules/SofaMiscFem/CMakeLists.txt                 |   8 +-
 .../SofaMiscFem/SofaMiscFem_test/CMakeLists.txt    |  34 +--
 modules/SofaMiscForceField/MeshMatrixMass.h        |  11 +-
 modules/SofaMiscForceField/MeshMatrixMass.inl      | 268 ++++++++++-----------
 modules/SofaMiscTopology/CMakeLists.txt            |  10 +-
 .../TopologicalChangeProcessor.cpp                 |  12 +-
 .../SofaMiscTopology/TopologicalChangeProcessor.h  |   6 +-
 modules/SofaMiscTopology/{config.h => config.h.in} |   2 +
 modules/SofaMiscTopology/initMiscTopology.h        |   2 +-
 modules/SofaNonUniformFem/CMakeLists.txt           |   4 +-
 modules/SofaOpenglVisual/CMakeLists.txt            |  18 +-
 .../SofaOpenglVisualConfig.cmake.in                |   2 +-
 .../SofaOpenglVisual_test/CMakeLists.txt           |   3 +-
 modules/SofaPreconditioner/CMakeLists.txt          |  22 +-
 .../SofaPreconditionerConfig.cmake.in              |  14 +-
 .../PrecomputedWarpPreconditioner.inl              |   4 +-
 modules/SofaSparseSolver/CMakeLists.txt            |  28 +--
 .../SofaSparseSolverConfig.cmake.in                |  14 +-
 .../src/SofaSparseSolver/PrecomputedLinearSolver.h |   4 +-
 .../SofaSparseSolver/PrecomputedLinearSolver.inl   |   6 +-
 .../src/SofaSparseSolver/SparseCholeskySolver.h    |   2 +-
 .../src/SofaSparseSolver/SparseLDLSolver.h         |   2 +-
 .../src/SofaSparseSolver/SparseLDLSolverImpl.h     |   2 +-
 .../src/SofaSparseSolver/SparseLUSolver.h          |   2 +-
 .../src/SofaSparseSolver/{config.h => config.h.in} |   3 +
 .../src/SofaSparseSolver/initSparseSolver.cpp      |   6 -
 .../RayNewProximityIntersection.cpp                |   2 +-
 modules/SofaValidation/CompareState.cpp            |   4 +-
 modules/SofaValidation/CompareTopology.cpp         |   4 +-
 modules/tests/CMakeLists.txt                       |   7 +-
 tools/SofaGTestMain/CMakeLists.txt                 |   7 +-
 275 files changed, 2167 insertions(+), 2403 deletions(-)
 create mode 100644 SofaKernel/framework/sofa/helper/helper.h.in
 rename applications/plugins/CImgPlugin/src/CImgPlugin/{CImgPlugin.h => CImgPlugin.h.in} (55%)
 create mode 100644 applications/plugins/ColladaSceneLoader/ColladaSceneLoaderConfig.cmake.in
 rename applications/plugins/ColladaSceneLoader/{config.h => config.h.in} (93%)
 rename applications/plugins/PluginExample/src/PluginExample/{config.h => config.h.in} (100%)
 rename applications/plugins/SofaDistanceGrid/{config.h => config.h.in} (95%)
 rename applications/plugins/SofaImplicitField/{config.h => config.h.in} (95%)
 rename applications/plugins/SofaMiscCollision/{config.h => config.h.in} (94%)
 create mode 100644 applications/sofa/gui/SofaGuiMain/config.h.in
 rename applications/sofa/gui/qt/{SofaGUIQt.h => SofaGuiQt.h.in} (87%)
 delete mode 100644 applications/sofa/gui/qt/gl/CMakeLists.txt
 delete mode 100644 applications/sofa/gui/qt/gl/SofaGUIQtOpenGL.h
 delete mode 100644 applications/sofa/gui/qt/gl/initSofaGUIQtOpenGL.cpp
 rename cmake/Modules/{FindFFMPEGexec.cmake => FindFFMPEG_exec.cmake} (71%)
 rename SofaKernel/framework/sofa/helper/helper.h => modules/SofaBoundaryCondition/SofaBoundaryCondition_test/config.h.in (91%)
 rename modules/SofaExporter/src/SofaExporter/{config.h => config.h.in} (96%)
 rename modules/SofaGeneralLoader/{config.h => config.h.in} (97%)
 rename modules/SofaMiscTopology/{config.h => config.h.in} (97%)
 rename modules/SofaSparseSolver/src/SofaSparseSolver/{config.h => config.h.in} (95%)
-------------------------------------------------------

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.4G  9.4G  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  8.5G   11G  46% /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: Thu Sep 19 02:14:28 CEST 2019
  -> not removed
PR-1101:
Launcher detected.
  last launch: Tue Sep 24 15:16:01 CEST 2019
  -> not removed
PR-1137:
  PR 1137 is closed
  -> removed
PR-1145:
Launcher detected.
  last launch: Mon Sep 16 16:04:34 CEST 2019 (more than 10 days ago)
  -> removed
PR-1146:
Launcher detected.
  last launch: Tue Sep 17 13:59:44 CEST 2019
  -> not removed
PR-1149:
  PR 1149 is closed
  -> removed
PR-1150:
  PR 1150 is closed
  -> removed
PR-1151:
  PR 1151 is closed
  -> removed
PR-1152:
Launcher detected.
  last launch: Fri Sep 20 18:14:53 CEST 2019
  -> not removed
PR-1154:
Launcher detected.
  last launch: Tue Sep 24 18:20:23 CEST 2019
  -> not removed
PR-1155:
Launcher detected.
  last launch: Thu Sep 26 14:20:33 CEST 2019
  -> not removed
PR-1156:
Launcher detected.
  last launch: Fri Sep 27 00:00:44 CEST 2019
  -> not removed
PR-1157:
Launcher detected.
  last launch: Fri Sep 27 00:15:34 CEST 2019
  -> not removed
PR-1158:
Launcher detected.
  last launch: Fri Sep 27 00:18:54 CEST 2019
  -> not removed
PR-1159:
Launcher detected.
  last launch: Fri Sep 27 00:51:45 CEST 2019
  -> not removed
PR-1160:
Launcher detected.
  last launch: Fri Sep 27 01:08: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.4G  9.4G  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  6.3G   13G  34% /builds
tmpfs           396M   24K  396M   1% /run/user/111
tmpfs           396M     0  396M   0% /run/user/1000
Finished: SUCCESS