Skip to content
Success

Console Output

Started by upstream project "clean-old-builds" build number 1377
originally caused by:
 Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on sofa-ci-dev-ubuntu2004-0 (ubuntu_clang debug package release ubuntu_gcc doxygen fedora_clang rebootable cleanable default ubuntu_gcc-7 ubuntu_clang-6 builder options) 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/jenkins7230243351651064259.sh

--------------- Clone/update CI scripts ---------------
pwd = /builds/workspace/clean-old-builds
HEAD is now at 767cebd [scripts] Disable PLUGIN_SOFAPYTHON
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
   6865a7eef6..efceebbba7  master     -> origin/master
Updating 6865a7eef6..efceebbba7
Fast-forward
 CMakeLists.txt                                     |   6 +-
 SofaKernel/modules/Sofa.Compat/CMakeLists.txt      |   1 +
 .../CompressedRowSparseMatrix.h                    |   2 +-
 .../CompressedRowSparseMatrix.inl                  |   2 +-
 .../src/SofaBaseLinearSolver/DiagonalMatrix.h      |   2 +-
 .../src/SofaBaseLinearSolver/FullVector.h          |   2 +-
 .../src/SofaBaseLinearSolver/FullVector.inl        |   2 +-
 .../src/SofaBaseLinearSolver/RotationMatrix.h      |   2 +-
 .../src/SofaBaseTopology/TopologySparseData.h      |   3 +-
 .../src/SofaBaseTopology/TopologySparseData.inl    |   2 +-
 .../src/SofaBaseTopology/TopologySubsetData.h      |   2 +-
 .../src/SofaBaseTopology/TopologySubsetData.inl    |   2 +-
 .../src/SofaBaseTopology/TopologySubsetIndices.h   |   2 +-
 .../src/sofa/core/behavior/RotationMatrix.h        |  16 +-
 .../Sofa.Compat/src/sofa/defaulttype/BaseMatrix.h  |   2 +-
 .../Sofa.Compat/src/sofa/defaulttype/BaseVector.h  |   2 +-
 .../Sofa.Compat/src/sofa/defaulttype/BoundingBox.h |  15 +-
 .../Sofa.Compat/src/sofa/defaulttype/Frame.h       |  10 +-
 .../modules/Sofa.Compat/src/sofa/defaulttype/Mat.h | 190 +----------
 .../Sofa.Compat/src/sofa/defaulttype/MatSym.h      | 111 +-----
 .../src/sofa/defaulttype/Mat_solve_Cholesky.h      |   4 +-
 .../src/sofa/defaulttype/Mat_solve_LU.h            |   4 +-
 .../src/sofa/defaulttype/Mat_solve_SVD.h           |   4 +-
 .../Sofa.Compat/src/sofa/defaulttype/Quat.h        |  21 +-
 .../Sofa.Compat/src/sofa/defaulttype/RGBAColor.h   |   8 +-
 .../modules/Sofa.Compat/src/sofa/defaulttype/Ray.h |  10 +-
 .../modules/Sofa.Compat/src/sofa/defaulttype/Vec.h |  79 +----
 .../modules/Sofa.Compat/src/sofa/helper/DualQuat.h |  17 +-
 .../Sofa.Compat/src/sofa/helper/DualQuat.inl       |   7 +-
 .../Sofa.Compat/src/sofa/helper/LCPSolver.h        |  50 +--
 .../modules/Sofa.Compat/src/sofa/helper/Quater.h   |  14 +-
 .../modules/Sofa.Compat/src/sofa/helper/Quater.inl |   7 +-
 .../modules/Sofa.Compat/src/sofa/helper/SVector.h  |  11 +-
 .../Sofa.Compat/src/sofa/helper/StateMask.h        |   2 +-
 .../Sofa.Compat/src/sofa/helper/fixed_array.h      |  67 +---
 .../src/sofa/helper/fixed_array_algorithms.h       |  45 +--
 .../Sofa.Compat/src/sofa/helper/stable_vector.h    |  11 +-
 .../Sofa.Compat/src/sofa/helper/types/Material.h   |  10 +-
 .../src/sofa/helper/types/PrimitiveGroup.h         |  10 +-
 .../Sofa.Compat/src/sofa/helper/types/RGBAColor.h  |  10 +-
 .../modules/Sofa.Compat/src/sofa/helper/vector.h   |  11 +-
 .../Sofa.Compat/src/sofa/helper/vectorData.h       |  20 +-
 .../Sofa.Compat/src/sofa/helper/vectorLinks.h      |  12 +-
 .../Sofa.Compat/src/sofa/helper/vector_algebra.h   |  28 +-
 .../Sofa.Compat/src/sofa/helper/vector_algorithm.h |  27 +-
 .../Sofa.Compat/src/sofa/helper/vector_device.h    |  10 +-
 .../Sofa.LinearAlgebra.Testing/BaseMatrix_test.h   |   2 +-
 .../Sofa.LinearAlgebra_test/Matrix_test.cpp        |   2 +-
 .../src/sofa/linearalgebra/BTDMatrix.h             |   2 +-
 .../src/sofa/linearalgebra/EigenSparseMatrix.h     |   2 +-
 .../testing/BaseSimulationTest.h                   |   9 +-
 .../compat/sofa/helper/testing/BaseTest.h          |  16 +-
 .../compat/sofa/helper/testing/NumericTest.h       |  32 +-
 .../sofa/helper/testing/TestMessageHandler.h       |  11 +-
 .../modules/Sofa.Type/src/sofa/type/DualQuat.h     |   2 +-
 .../src/SofaBaseLinearSolver/BlocMatrixWriter.h    |  32 +-
 .../src/SofaBaseLinearSolver/CGLinearSolver.cpp    |   7 +-
 .../src/SofaBaseLinearSolver/CGLinearSolver.h      |  16 +-
 .../CRSMultiMatrixAccessor.cpp                     |  20 +-
 .../SofaBaseLinearSolver/CRSMultiMatrixAccessor.h  |  58 ++--
 .../DefaultMultiMatrixAccessor.cpp                 |  24 +-
 .../DefaultMultiMatrixAccessor.h                   |  10 +-
 .../SofaBaseLinearSolver/MatrixLinearSolver.cpp    |  16 +-
 .../src/SofaBaseLinearSolver/MatrixLinearSolver.h  | 113 +++---
 .../SofaBaseLinearSolver/MatrixLinearSolver.inl    |  22 +-
 .../SofaBaseLinearSolver/SingleMatrixAccessor.h    |   4 +-
 .../SofaBaseMechanics_test/MappingTestCreation.h   |   6 +-
 .../Multi2MappingTestCreation.h                    |   4 +-
 .../MultiMappingTestCreation.h                     |   6 +-
 .../src/SofaBaseMechanics/AddMToMatrixFunctor.h    |  12 +-
 .../BarycentricMappers/BarycentricMapper.h         |   6 +-
 .../BarycentricMappers/BarycentricMapper.inl       |   4 +-
 .../BarycentricMapperMeshTopology.h                |   2 +-
 .../BarycentricMapperMeshTopology.inl              |   2 +-
 .../BarycentricMapperRegularGridTopology.h         |   2 +-
 .../BarycentricMapperRegularGridTopology.inl       |   2 +-
 .../BarycentricMapperSparseGridTopology.h          |   2 +-
 .../BarycentricMapperSparseGridTopology.inl        |   2 +-
 .../BarycentricMapperTopologyContainer.h           |   6 +-
 .../BarycentricMapperTopologyContainer.inl         |   2 +-
 .../src/SofaBaseMechanics/BarycentricMapping.h     |   8 +-
 .../src/SofaBaseMechanics/BarycentricMapping.inl   |   8 +-
 .../src/SofaBaseMechanics/DiagonalMass.h           |  10 +-
 .../src/SofaBaseMechanics/DiagonalMass.inl         | 199 +----------
 .../src/SofaBaseMechanics/IdentityMapping.h        |   4 +-
 .../src/SofaBaseMechanics/IdentityMapping.inl      |   2 +-
 .../src/SofaBaseMechanics/MechanicalObject.cpp     |   4 +-
 .../src/SofaBaseMechanics/MechanicalObject.h       |  24 +-
 .../src/SofaBaseMechanics/MechanicalObject.inl     |  20 +-
 .../src/SofaBaseMechanics/SubsetMapping.h          |  12 +-
 .../src/SofaBaseMechanics/SubsetMapping.inl        |   2 +-
 .../src/SofaBaseMechanics/UniformMass.cpp          |   4 +-
 .../src/SofaBaseMechanics/UniformMass.h            |  12 +-
 .../src/SofaBaseMechanics/UniformMass.inl          |   6 +-
 .../src/SofaBaseVisual/VisualModelImpl.cpp         |   2 +-
 .../src/SofaBaseVisual/VisualModelImpl.h           |  20 +-
 SofaKernel/modules/SofaCore/CMakeLists.txt         |   3 -
 .../objectmodel/BaseContext_test.cpp               |   2 +-
 .../objectmodel/BaseLink_simutest.cpp              |   2 +-
 .../SofaCore_simutest/objectmodel/Base_test.cpp    |   2 +-
 .../objectmodel/PathResolver_simutest.cpp          |   2 +-
 .../SofaCore_test/objectmodel/BaseData_test.cpp    |   4 +-
 .../modules/SofaCore/src/sofa/core/BaseMapping.cpp |   6 +-
 .../modules/SofaCore/src/sofa/core/BaseMapping.h   |  12 +-
 .../modules/SofaCore/src/sofa/core/Mapping.h       |   2 +-
 .../modules/SofaCore/src/sofa/core/Mapping.inl     |   4 +-
 .../src/sofa/core/behavior/BaseConstraint.h        |   2 +-
 .../core/behavior/BaseConstraintCorrection.cpp     |   8 +-
 .../sofa/core/behavior/BaseConstraintCorrection.h  |  16 +-
 .../src/sofa/core/behavior/BaseConstraintSet.h     |   8 +-
 .../src/sofa/core/behavior/BaseForceField.h        |   6 +-
 .../SofaCore/src/sofa/core/behavior/BaseMass.h     |   2 +-
 .../src/sofa/core/behavior/BaseMechanicalState.h   |  20 +-
 .../core/behavior/BaseProjectiveConstraintSet.h    |   4 +-
 .../src/sofa/core/behavior/BaseRotationFinder.h    |   2 +-
 .../SofaCore/src/sofa/core/behavior/Constraint.h   |   8 +-
 .../SofaCore/src/sofa/core/behavior/Constraint.inl |   6 +-
 .../src/sofa/core/behavior/ConstraintCorrection.h  |   8 +-
 .../sofa/core/behavior/ConstraintCorrection.inl    |   8 +-
 .../SofaCore/src/sofa/core/behavior/ForceField.h   |   8 +-
 .../SofaCore/src/sofa/core/behavior/ForceField.inl |   4 +-
 .../SofaCore/src/sofa/core/behavior/LinearSolver.h |  22 +-
 .../modules/SofaCore/src/sofa/core/behavior/Mass.h |   8 +-
 .../SofaCore/src/sofa/core/behavior/Mass.inl       |   6 +-
 .../core/behavior/MixedInteractionConstraint.h     |   4 +-
 .../core/behavior/MixedInteractionConstraint.inl   |   2 +-
 .../SofaCore/src/sofa/core/behavior/MultiMatrix.h  |   7 +-
 .../src/sofa/core/behavior/MultiMatrixAccessor.h   |   8 +-
 .../sofa/core/behavior/PairInteractionConstraint.h |   8 +-
 .../core/behavior/PairInteractionConstraint.inl    |   6 +-
 .../PairInteractionProjectiveConstraintSet.h       |   2 +-
 .../sofa/core/behavior/ProjectiveConstraintSet.h   |   2 +-
 .../src/sofa/core/behavior/RotationMatrix.h        |  26 --
 .../SofaCore/src/sofa/core/objectmodel/Data.h      |  14 +-
 .../SofaCore/src/sofa/core/objectmodel/Link.h      |  14 +-
 .../src/sofa/core/topology/TopologySparseData.h    |  49 ---
 .../src/sofa/core/topology/TopologySparseData.inl  |  25 --
 .../SofaCore/src/sofa/core/visual/VisualParams.h   |  13 +-
 .../TemplateAliases_test.cpp                       |   2 +-
 .../src/sofa/defaulttype/MatrixExporter.cpp        |   8 +-
 .../src/sofa/defaulttype/MatrixExporter.h          |   6 +-
 .../SofaDefaultType/src/sofa/defaulttype/fwd.h     |   4 -
 .../PolynomialRestShapeSpringsForceField_test.cpp  |   2 +-
 .../src/SofaDeformable/AngularSpringForceField.inl |   2 +-
 .../PolynomialRestShapeSpringsForceField.inl       |   2 +-
 .../SofaDeformable/PolynomialSpringsForceField.inl |   2 +-
 .../SofaDeformable/RestShapeSpringsForceField.cpp  |   2 +-
 .../SofaDeformable/RestShapeSpringsForceField.inl  |   2 +-
 .../src/SofaDeformable/SpringForceField.h          |   2 +-
 .../src/SofaDeformable/SpringForceField.inl        |   2 +-
 .../src/SofaDeformable/StiffSpringForceField.h     |   4 +-
 .../src/SofaDeformable/StiffSpringForceField.inl   |   2 +-
 .../SofaEngine/SofaEngine_test/BoxROI_test.cpp     |   2 +-
 .../modules/SofaEngine/src/SofaEngine/BoxROI.inl   |  13 -
 .../SofaHelper_simutest/AdvancedTimer_test.cpp     |   2 +-
 .../SofaHelper/src/sofa/helper/AdvancedTimer.h     |   2 +-
 .../SofaMeshCollision/src/SofaMeshCollision/Line.h |   5 +-
 .../src/SofaMeshCollision/Point.h                  |   6 +-
 .../src/SofaMeshCollision/Triangle.h               |   5 +-
 .../src/SofaMeshCollision/TriangleModel.inl        |   2 +-
 .../SofaRigid/src/SofaRigid/RigidMapping.cpp       |   2 +-
 .../modules/SofaRigid/src/SofaRigid/RigidMapping.h |  12 +-
 .../SofaRigid/src/SofaRigid/RigidMapping.inl       |   6 +-
 .../SofaRigid/src/SofaRigid/RigidRigidMapping.h    |   2 +-
 .../SofaSimpleFem_test/ForceFieldTestCreation.h    |   4 +-
 .../src/SofaSimpleFem/HexahedronFEMForceField.h    |   2 +-
 .../src/SofaSimpleFem/HexahedronFEMForceField.inl  |  10 +-
 .../TetrahedronDiffusionFEMForceField.h            |   2 +-
 .../TetrahedronDiffusionFEMForceField.inl          |   5 +-
 .../src/SofaSimpleFem/TetrahedronFEMForceField.h   |   4 +-
 .../src/SofaSimpleFem/TetrahedronFEMForceField.inl |  12 +-
 .../modules/SofaSimpleFem/src/SofaSimpleFem/fwd.h  |   2 +-
 .../DefaultAnimationLoop_test.cpp                  |   2 +-
 .../NodeContext_test.cpp                           |   2 +-
 .../src/sofa/simulation/AnimateVisitor.cpp         |  18 -
 .../src/sofa/simulation/AnimateVisitor.h           |   8 +-
 .../src/sofa/simulation/MechanicalOperations.cpp   |  14 +-
 .../src/sofa/simulation/MechanicalOperations.h     |   6 +-
 .../src/sofa/simulation/Simulation.h               |   4 +-
 .../MechanicalGetConstraintJacobianVisitor.cpp     |   2 +-
 .../MechanicalGetConstraintJacobianVisitor.h       |   4 +-
 .../MechanicalMultiVectorFromBaseVectorVisitor.cpp |   2 +-
 .../MechanicalMultiVectorFromBaseVectorVisitor.h   |   4 +-
 .../MechanicalMultiVectorPeqBaseVectorVisitor.cpp  |   2 +-
 .../MechanicalMultiVectorPeqBaseVectorVisitor.h    |   4 +-
 .../MechanicalMultiVectorToBaseVectorVisitor.cpp   |   2 +-
 .../MechanicalMultiVectorToBaseVectorVisitor.h     |   4 +-
 .../SofaSimulationGraph_test/Link_test.cpp         |   2 +-
 .../SofaSimulationGraph_test/Node_test.cpp         |   2 +-
 .../SofaSimulationGraph_test/SimpleApi_test.cpp    |   2 +-
 .../src/CImgPlugin/MatrixImageExporter.cpp         |   6 +-
 .../src/CImgPlugin/MatrixImageExporter.h           |   2 +-
 applications/plugins/CMakeLists.txt                |  17 +-
 applications/plugins/LMConstraint/CMakeLists.txt   |  78 -----
 .../LMConstraint/LMConstraintConfig.cmake.in       |  23 --
 .../examples/DOFBlockerLMConstraint.scn            |  59 ----
 .../LMConstraint/examples/DistanceLMConstraint.scn |  36 --
 .../examples/DistanceLMContactConstraint.scn       |  49 ---
 .../DistanceLMContactConstraint_DirectSolver.scn   |  63 ----
 .../LMConstraint/examples/FixedLMConstraint.scn    |  23 --
 .../examples/LMConstraintCollisionResponse.scn     |  58 ----
 .../BarycentricDistanceLMConstraintContact.cpp     |  81 -----
 .../BarycentricDistanceLMConstraintContact.h       | 103 ------
 .../BarycentricDistanceLMConstraintContact.inl     | 232 -------------
 ...ricDistanceLMConstraintContact_DistanceGrid.cpp |  56 ---
 .../src/LMConstraint/BaseLMConstraint.cpp          |   4 +-
 .../src/LMConstraint/BaseLMConstraint.h            |   4 +-
 .../src/LMConstraint/ContactDescription.h          |  66 ----
 .../src/LMConstraint/DOFBlockerLMConstraint.cpp    |  46 ---
 .../src/LMConstraint/DOFBlockerLMConstraint.h      |   4 +-
 .../src/LMConstraint/DOFBlockerLMConstraint.inl    | 186 ----------
 .../src/LMConstraint/DistanceLMConstraint.cpp      |  80 -----
 .../src/LMConstraint/DistanceLMConstraint.h        | 114 -------
 .../src/LMConstraint/DistanceLMConstraint.inl      | 234 -------------
 .../LMConstraint/DistanceLMContactConstraint.cpp   |  46 ---
 .../src/LMConstraint/DistanceLMContactConstraint.h | 147 --------
 .../LMConstraint/DistanceLMContactConstraint.inl   | 380 ---------------------
 .../src/LMConstraint/FixedLMConstraint.cpp         |  46 ---
 .../src/LMConstraint/FixedLMConstraint.h           |   4 +-
 .../src/LMConstraint/FixedLMConstraint.inl         | 219 ------------
 .../LMConstraint/src/LMConstraint/LMConstraint.cpp |  75 ----
 .../LMConstraint/src/LMConstraint/LMConstraint.h   | 189 ----------
 .../LMConstraint/src/LMConstraint/LMConstraint.inl | 128 -------
 .../src/LMConstraint/LMConstraintDirectSolver.cpp  | 311 -----------------
 .../src/LMConstraint/LMConstraintDirectSolver.h    |  58 ----
 .../src/LMConstraint/LMConstraintSolver.cpp        |  10 +-
 .../src/LMConstraint/LMConstraintSolver.h          |   2 +-
 .../LMConstraint/MechanicalWriteLMConstraint.cpp   |  60 ----
 .../src/LMConstraint/MechanicalWriteLMConstraint.h |  82 -----
 .../PrecomputedLMConstraintCorrection.cpp          |  45 ---
 .../PrecomputedLMConstraintCorrection.h            |  85 -----
 .../PrecomputedLMConstraintCorrection.inl          | 259 --------------
 ...edronBarycentricDistanceLMConstraintContact.cpp |  49 ---
 .../src/LMConstraint/initLMConstraint.cpp          |  71 ----
 .../tutorials/houseOfCards/CMakeLists.txt          |   9 -
 .../tutorials/houseOfCards/houseOfCards.cpp        | 281 ---------------
 .../plugins/ManualMapping/ManualLinearMapping.h    |   4 +-
 .../plugins/ManualMapping/ManualLinearMapping.inl  |   2 +-
 .../src/MultiThreading/BeamLinearMapping_mt.h      |   2 +-
 .../OptiTrackNatNet/OptiTrackNatNetClient.cpp      | 228 ++++++-------
 .../OptiTrackNatNet/OptiTrackNatNetDevice.cpp      |  64 ++--
 .../PersistentUnilateralInteractionConstraint.h    |   4 +-
 .../PersistentUnilateralInteractionConstraint.inl  |   4 +-
 .../ClosestPointRegistrationForceField.inl         |   2 +-
 .../IntensityProfileRegistrationForceField.inl     |   2 +-
 .../src/SceneCreator/GetAssembledSizeVisitor.h     |   2 +-
 .../src/SceneCreator/GetVectorVisitor.h            |   4 +-
 .../SceneCreator/src/SceneCreator/SceneUtils.cpp   |   4 +-
 applications/plugins/Sensable/NewOmniDriver.h      |   2 +-
 .../SofaCUDA/sofa/gpu/cuda/CudaBaseVector.h        |   6 +-
 .../SofaCUDA/sofa/gpu/cuda/CudaDiagonalMass.h      |   4 +-
 .../sofa/gpu/cuda/CudaLinearMovementConstraint.h   |   4 +-
 .../SofaCUDA/sofa/gpu/cuda/CudaMechanicalObject.h  |  22 +-
 .../sofa/gpu/cuda/CudaMechanicalObject.inl         |  18 +-
 .../SofaCUDA/sofa/gpu/cuda/CudaSubsetMapping.inl   |   2 +-
 .../sofa/gpu/cuda/CudaTetrahedronFEMForceField.h   |   8 +-
 .../sofa/gpu/cuda/CudaTetrahedronFEMForceField.inl |  12 +-
 .../forcefield/DistanceGridForceField.inl          |   2 +-
 .../SofaPardisoSolver/SparsePARDISOSolver.cpp      |   3 +-
 .../SofaPardisoSolver/SparsePARDISOSolver.h        |   8 +-
 .../SofaSphFluid/src/SofaSphFluid/ParticleSink.h   |   4 +-
 .../SofaSphFluid/src/SofaSphFluid/ParticleSource.h |  12 +-
 applications/plugins/SofaTest/Mapping_test.h       |   6 +-
 applications/plugins/SofaTest/Multi2Mapping_test.h |   4 +-
 applications/plugins/SofaTest/MultiMapping_test.h  |   6 +-
 applications/plugins/SofaTest/PrimitiveCreation.h  |   2 +
 applications/plugins/SofaTest/Sofa_test.h          |   2 +-
 .../src/VolumetricRendering/OglTetrahedralModel.h  |   4 +-
 .../SofaPhysicsAPI/SofaPhysicsSimulation.cpp       |   2 +-
 .../Accuracy/TriangleFEMForceField_compare.scn     | 102 ++++++
 .../AffineMovementConstraint.h                     |   6 +-
 .../AffineMovementConstraint.inl                   |   4 +-
 .../src/SofaBoundaryCondition/ConstantForceField.h |   6 +-
 .../SofaBoundaryCondition/ConstantForceField.inl   |   2 +-
 .../DiagonalVelocityDampingForceField.h            |   4 +-
 .../DiagonalVelocityDampingForceField.inl          |   2 +-
 .../SofaBoundaryCondition/EdgePressureForceField.h |   2 +-
 .../EdgePressureForceField.inl                     |   2 +-
 .../src/SofaBoundaryCondition/FixedConstraint.h    |  12 +-
 .../src/SofaBoundaryCondition/FixedConstraint.inl  |   4 +-
 .../SofaBoundaryCondition/FixedPlaneConstraint.h   |   8 +-
 .../SofaBoundaryCondition/FixedPlaneConstraint.inl |   4 +-
 .../FixedTranslationConstraint.h                   |   4 +-
 .../HermiteSplineConstraint.h                      |   4 +-
 .../src/SofaBoundaryCondition/LinearForceField.h   |   6 +-
 .../src/SofaBoundaryCondition/LinearForceField.inl |   4 +-
 .../LinearMovementConstraint.h                     |  12 +-
 .../LinearMovementConstraint.inl                   |   4 +-
 .../LinearVelocityConstraint.h                     |   8 +-
 .../OscillatingTorsionPressureForceField.h         |   4 +-
 .../OscillatingTorsionPressureForceField.inl       |   2 +-
 .../SofaBoundaryCondition/ParabolicConstraint.h    |   4 +-
 .../SofaBoundaryCondition/PartialFixedConstraint.h |  12 +-
 .../PartialFixedConstraint.inl                     |   4 +-
 .../PartialLinearMovementConstraint.h              |  10 +-
 .../PartialLinearMovementConstraint.inl            |   2 +-
 .../PatchTestMovementConstraint.h                  |   8 +-
 .../PatchTestMovementConstraint.inl                |   2 +-
 .../src/SofaBoundaryCondition/PlaneForceField.inl  |   2 +-
 .../src/SofaBoundaryCondition/PointConstraint.h    |  16 +-
 .../src/SofaBoundaryCondition/PointConstraint.inl  |   6 +-
 .../PositionBasedDynamicsConstraint.h              |   4 +-
 .../ProjectDirectionConstraint.h                   |  12 +-
 .../ProjectDirectionConstraint.inl                 |   8 +-
 .../ProjectToLineConstraint.h                      |  12 +-
 .../ProjectToLineConstraint.inl                    |   8 +-
 .../ProjectToPlaneConstraint.h                     |  12 +-
 .../ProjectToPlaneConstraint.inl                   |   8 +-
 .../ProjectToPointConstraint.h                     |  12 +-
 .../ProjectToPointConstraint.inl                   |   6 +-
 .../SofaBoundaryCondition/QuadPressureForceField.h |   6 +-
 .../QuadPressureForceField.inl                     |   2 +-
 .../SkeletalMotionConstraint.h                     |   4 +-
 .../SkeletalMotionConstraint.inl                   |   6 +-
 .../src/SofaBoundaryCondition/SphereForceField.h   |   2 +-
 .../src/SofaBoundaryCondition/SphereForceField.inl |   4 +-
 .../SurfacePressureForceField.inl                  |   2 +-
 .../src/SofaBoundaryCondition/TorsionForceField.h  |   2 +-
 .../SofaBoundaryCondition/TorsionForceField.inl    |   8 +-
 .../TrianglePressureForceField.h                   |   4 +-
 .../UniformVelocityDampingForceField.h             |   4 +-
 .../UniformVelocityDampingForceField.inl           |   4 +-
 .../src/SofaBoundaryCondition/config.h.in          |   2 +-
 .../GenericConstraintSolver_test.cpp               |   2 +-
 .../UncoupledConstraintCorrection_test.cpp         |   2 +-
 .../BilateralInteractionConstraint.h               |   2 +-
 .../BilateralInteractionConstraint.inl             |   9 +-
 .../src/SofaConstraint/ConstraintAnimationLoop.cpp |   2 +-
 .../src/SofaConstraint/ConstraintAnimationLoop.h   |  16 +-
 .../src/SofaConstraint/ConstraintSolverImpl.h      |  10 +-
 .../ConstraintStoreLambdaVisitor.cpp               |   2 +-
 .../SofaConstraint/ConstraintStoreLambdaVisitor.h  |   4 +-
 .../SofaConstraint/GenericConstraintCorrection.cpp |  10 +-
 .../SofaConstraint/GenericConstraintCorrection.h   |  12 +-
 .../src/SofaConstraint/GenericConstraintSolver.cpp |   2 +-
 .../src/SofaConstraint/GenericConstraintSolver.h   |   8 +-
 .../src/SofaConstraint/LCPConstraintSolver.cpp     |   2 +-
 .../src/SofaConstraint/LCPConstraintSolver.h       |  12 +-
 .../LinearSolverConstraintCorrection.h             |  26 +-
 .../LinearSolverConstraintCorrection.inl           |  14 +-
 .../MappingGeometricStiffnessForceField.inl        |   8 +-
 .../PrecomputedConstraintCorrection.h              |  12 +-
 .../PrecomputedConstraintCorrection.inl            |  10 +-
 .../src/SofaConstraint/SlidingConstraint.h         |   4 +-
 .../src/SofaConstraint/SlidingConstraint.inl       |   4 +-
 .../src/SofaConstraint/StopperConstraint.h         |   2 +-
 .../src/SofaConstraint/StopperConstraint.inl       |   2 +-
 .../UncoupledConstraintCorrection.cpp              |   2 +-
 .../SofaConstraint/UncoupledConstraintCorrection.h |  16 +-
 .../UncoupledConstraintCorrection.inl              |  14 +-
 .../src/SofaConstraint/UniformConstraint.h         |   2 +-
 .../src/SofaConstraint/UniformConstraint.inl       |   2 +-
 .../UnilateralInteractionConstraint.h              |   6 +-
 .../UnilateralInteractionConstraint.inl            |   6 +-
 .../src/SofaDenseSolver/LULinearSolver.cpp         |   7 +-
 .../src/SofaDenseSolver/LULinearSolver.h           |   4 +-
 .../src/SofaDenseSolver/NewMatMatrix.h             |   8 +-
 .../src/SofaDenseSolver/NewMatVector.h             |   4 +-
 .../src/SofaDenseSolver/SVDLinearSolver.cpp        |   1 +
 .../SofaExporter/src/SofaExporter/STLExporter.h    |   4 +-
 .../MechanicalMatrixMapper.h                       |   6 +-
 .../TriangularBendingSprings_test.cpp              |   2 +-
 .../FastTriangularBendingSprings.h                 |  11 +-
 .../FastTriangularBendingSprings.inl               |   9 +-
 .../SofaGeneralDeformable/QuadularBendingSprings.h |   6 +-
 .../QuadularBendingSprings.inl                     |   2 +-
 .../TriangularBendingSprings.h                     |   6 +-
 .../TriangularBendingSprings.inl                   |   2 +-
 .../TriangularBiquadraticSpringsForceField.h       |   8 +-
 .../TriangularBiquadraticSpringsForceField.inl     |   4 +-
 .../TriangularQuadraticSpringsForceField.h         |   8 +-
 .../TriangularQuadraticSpringsForceField.inl       |   8 +-
 .../TriangularTensorMassForceField.h               |   6 +-
 .../TriangularTensorMassForceField.inl             |   2 +-
 .../SofaGeneralDeformable/VectorSpringForceField.h |   6 +-
 .../VectorSpringForceField.inl                     |   2 +-
 .../src/SofaGeneralEngine/NearestPointROI.h        |   8 +-
 .../src/SofaGeneralLinearSolver/BTDLinearSolver.h  |   2 +-
 .../SofaGeneralLinearSolver/BTDLinearSolver.inl    |   8 +-
 .../src/SofaGeneralLinearSolver/CholeskySolver.cpp |   1 +
 .../src/SofaGeneralLinearSolver/CholeskySolver.h   |  10 +-
 .../src/SofaGeneralLinearSolver/CholeskySolver.inl |   2 +-
 .../SofaGeneralLinearSolver/MinResLinearSolver.cpp |   1 +
 .../SofaGeneralLinearSolver/MinResLinearSolver.inl |   6 +-
 .../SofaGeneralLoader_test/MeshGmshLoader_test.cpp |   4 +-
 .../SofaGeneralLoader_test/MeshXspLoader_test.cpp  |   2 +-
 .../SofaGeneralLoader_test/ReadState_test.cpp      |   2 +-
 .../AttachConstraint.h                             |   6 +-
 .../AttachConstraint.inl                           |   6 +-
 .../SofaGeneralRigid/ArticulatedSystemMapping.h    |   2 +-
 .../src/SofaGeneralRigid/SkinningMapping.h         |   4 +-
 .../src/SofaGeneralRigid/SkinningMapping.inl       |   8 +-
 .../BeamFEMForceField_test.cpp                     |   2 +-
 .../src/SofaGeneralSimpleFem/BeamFEMForceField.h   |   4 +-
 .../src/SofaGeneralSimpleFem/BeamFEMForceField.inl |   4 +-
 .../SofaGeneralSimpleFem/HexahedralFEMForceField.h |   4 +-
 .../HexahedralFEMForceField.inl                    |   2 +-
 .../HexahedralFEMForceFieldAndMass.h               |  10 +-
 .../HexahedralFEMForceFieldAndMass.inl             |   2 +-
 .../TetrahedralCorotationalFEMForceField.h         |   6 +-
 .../TetrahedralCorotationalFEMForceField.inl       |   4 +-
 .../TriangularFEMForceFieldOptim.h                 |  21 +-
 .../TriangularFEMForceFieldOptim.inl               | 215 +++++++++---
 .../compat/sofa/helper/ArgumentParser.h            |  11 +-
 .../SofaGuiQt/src/sofa/gui/qt/GraphDataWidget.h    |   2 +-
 .../src/sofa/gui/qt/QModelViewTableDataContainer.h |   2 +-
 .../SofaGuiQt/src/sofa/gui/qt/TableDataWidget.h    |   2 +-
 .../TriangleModelInRegularGrid.cpp                 |   2 +-
 .../SofaMiscFem/SofaMiscFem_test/CMakeLists.txt    |   2 +-
 .../TriangleFEMForceField_test.cpp                 | 235 +++++++++++--
 .../FastTetrahedralCorotationalForceField.h        |  12 +-
 .../FastTetrahedralCorotationalForceField.inl      |   4 +-
 .../src/SofaMiscFem/HyperelasticMaterial.h         |   2 +-
 .../src/SofaMiscFem/QuadBendingFEMForceField.h     |   8 +-
 .../src/SofaMiscFem/QuadBendingFEMForceField.inl   |   2 +-
 .../SofaMiscFem/StandardTetrahedralFEMForceField.h |   8 +-
 .../StandardTetrahedralFEMForceField.inl           |   8 +-
 .../SofaMiscFem/TetrahedralTensorMassForceField.h  |   6 +-
 .../TetrahedralTensorMassForceField.inl            |   2 +-
 .../TetrahedronHyperelasticityFEMForceField.h      |   5 +-
 .../TetrahedronHyperelasticityFEMForceField.inl    |   5 +-
 .../src/SofaMiscFem/TriangleFEMForceField.h        |   2 +-
 .../src/SofaMiscFem/TriangleFEMForceField.inl      |   2 +-
 .../TriangularAnisotropicFEMForceField.h           |   4 +-
 .../TriangularAnisotropicFEMForceField.inl         |   2 +-
 .../src/SofaMiscFem/TriangularFEMForceField.h      |   6 +-
 .../src/SofaMiscFem/TriangularFEMForceField.inl    |   2 +-
 .../src/SofaMiscForceField/MeshMatrixMass.h        |   8 +-
 .../src/SofaMiscForceField/MeshMatrixMass.inl      |  10 +-
 .../src/SofaMiscMapping/BarycentricMappingRigid.h  |   8 +-
 .../SofaMiscMapping/BarycentricMappingRigid.inl    |   2 +-
 .../src/SofaMiscMapping/BeamLinearMapping.h        |   6 +-
 .../src/SofaMiscMapping/BeamLinearMapping.inl      |   2 +-
 .../DeformableOnRigidFrameMapping.inl              |   2 +-
 .../SofaMiscMapping/DistanceFromTargetMapping.h    |   8 +-
 .../SofaMiscMapping/DistanceFromTargetMapping.inl  |   6 +-
 .../src/SofaMiscMapping/DistanceMapping.h          |  14 +-
 .../src/SofaMiscMapping/DistanceMapping.inl        |  10 +-
 .../src/SofaMiscMapping/IdentityMultiMapping.h     |   4 +-
 .../src/SofaMiscMapping/IdentityMultiMapping.inl   |   2 +-
 .../src/SofaMiscMapping/SquareDistanceMapping.h    |   8 +-
 .../src/SofaMiscMapping/SquareDistanceMapping.inl  |   6 +-
 .../src/SofaMiscMapping/SquareMapping.h            |   8 +-
 .../src/SofaMiscMapping/SquareMapping.inl          |   6 +-
 .../src/SofaMiscMapping/SubsetMultiMapping.h       |   4 +-
 .../src/SofaMiscMapping/SubsetMultiMapping.inl     |   2 +-
 .../TopologicalChangeProcessor_test.cpp            |   2 +-
 .../SofaMiscTopology_test/TopologyChecker_test.cpp |   2 +-
 .../DynamicSparseGridTopologyContainer.cpp         |   2 +-
 .../DynamicSparseGridTopologyContainer.h           |   4 +-
 .../MultilevelHexahedronSetTopologyContainer.cpp   |   2 +-
 .../MultilevelHexahedronSetTopologyContainer.h     |   6 +-
 .../NonUniformHexahedralFEMForceFieldAndMass.inl   |   2 +-
 .../src/SofaOpenglVisual/OglAttribute.h            |   4 +-
 .../src/SofaOpenglVisual/OglAttribute.inl          |   2 +-
 .../src/SofaOpenglVisual/OglCylinderModel.cpp      |   2 +-
 .../src/SofaOpenglVisual/OglCylinderModel.h        |   4 +-
 .../src/SofaOpenglVisual/OglModel.cpp              |   2 +-
 .../src/SofaOpenglVisual/PointSplatModel.cpp       |   2 +-
 .../src/SofaOpenglVisual/PointSplatModel.h         |   4 +-
 .../src/SofaOpenglVisual/SlicedVolumetricModel.h   |   2 +-
 .../BlockJacobiPreconditioner.cpp                  |   2 +
 .../SofaPreconditioner/BlockJacobiPreconditioner.h |   4 +-
 .../BlockJacobiPreconditioner.inl                  |   2 +-
 .../SofaPreconditioner/JacobiPreconditioner.cpp    |   2 +
 .../SofaPreconditioner/JacobiPreconditioner.inl    |   4 +-
 .../PrecomputedWarpPreconditioner.h                |  30 +-
 .../PrecomputedWarpPreconditioner.inl              |  20 +-
 .../src/SofaPreconditioner/SSORPreconditioner.cpp  |   5 +-
 .../src/SofaPreconditioner/SSORPreconditioner.h    |   2 +-
 .../src/SofaPreconditioner/SSORPreconditioner.inl  |  10 +-
 .../SofaPreconditioner/ShewchukPCGLinearSolver.cpp |   2 +-
 .../src/SofaPreconditioner/WarpPreconditioner.cpp  |   3 +-
 .../src/SofaPreconditioner/WarpPreconditioner.h    |  11 +-
 .../src/SofaPreconditioner/WarpPreconditioner.inl  |   8 +-
 .../SofaSparseSolver/PrecomputedLinearSolver.cpp   |   2 +-
 .../src/SofaSparseSolver/PrecomputedLinearSolver.h |  16 +-
 .../SofaSparseSolver/PrecomputedLinearSolver.inl   |  11 +-
 .../src/SofaSparseSolver/SparseCholeskySolver.cpp  |   2 +
 .../src/SofaSparseSolver/SparseCholeskySolver.h    |   8 +-
 .../src/SofaSparseSolver/SparseLDLSolver.cpp       |   2 +
 .../src/SofaSparseSolver/SparseLDLSolver.h         |  16 +-
 .../src/SofaSparseSolver/SparseLDLSolver.inl       |   2 +
 .../src/SofaSparseSolver/SparseLUSolver.cpp        |   2 +
 .../src/SofaSparseSolver/SparseLUSolver.h          |   2 +-
 .../Mesh2PointTopologicalMapping.h                 |   2 +-
 .../SimpleTesselatedHexaTopologicalMapping.h       |   2 +-
 .../SimpleTesselatedTetraMechanicalMapping.inl     |   2 +-
 .../SimpleTesselatedTetraTopologicalMapping.cpp    |   2 +-
 .../SimpleTesselatedTetraTopologicalMapping.h      |   6 +-
 490 files changed, 1919 insertions(+), 6744 deletions(-)
 rename applications/plugins/LMConstraint/src/LMConstraint/config.h.in => SofaKernel/modules/Sofa.Compat/src/sofa/core/behavior/RotationMatrix.h (86%)
 delete mode 100644 SofaKernel/modules/SofaCore/src/sofa/core/behavior/RotationMatrix.h
 delete mode 100644 SofaKernel/modules/SofaCore/src/sofa/core/topology/TopologySparseData.h
 delete mode 100644 SofaKernel/modules/SofaCore/src/sofa/core/topology/TopologySparseData.inl
 delete mode 100644 applications/plugins/LMConstraint/CMakeLists.txt
 delete mode 100644 applications/plugins/LMConstraint/LMConstraintConfig.cmake.in
 delete mode 100644 applications/plugins/LMConstraint/examples/DOFBlockerLMConstraint.scn
 delete mode 100644 applications/plugins/LMConstraint/examples/DistanceLMConstraint.scn
 delete mode 100644 applications/plugins/LMConstraint/examples/DistanceLMContactConstraint.scn
 delete mode 100644 applications/plugins/LMConstraint/examples/DistanceLMContactConstraint_DirectSolver.scn
 delete mode 100644 applications/plugins/LMConstraint/examples/FixedLMConstraint.scn
 delete mode 100644 applications/plugins/LMConstraint/examples/LMConstraintCollisionResponse.scn
 delete mode 100644 applications/plugins/LMConstraint/src/LMConstraint/BarycentricDistanceLMConstraintContact.cpp
 delete mode 100644 applications/plugins/LMConstraint/src/LMConstraint/BarycentricDistanceLMConstraintContact.h
 delete mode 100644 applications/plugins/LMConstraint/src/LMConstraint/BarycentricDistanceLMConstraintContact.inl
 delete mode 100644 applications/plugins/LMConstraint/src/LMConstraint/BarycentricDistanceLMConstraintContact_DistanceGrid.cpp
 delete mode 100644 applications/plugins/LMConstraint/src/LMConstraint/ContactDescription.h
 delete mode 100644 applications/plugins/LMConstraint/src/LMConstraint/DOFBlockerLMConstraint.cpp
 delete mode 100644 applications/plugins/LMConstraint/src/LMConstraint/DOFBlockerLMConstraint.inl
 delete mode 100644 applications/plugins/LMConstraint/src/LMConstraint/DistanceLMConstraint.cpp
 delete mode 100644 applications/plugins/LMConstraint/src/LMConstraint/DistanceLMConstraint.h
 delete mode 100644 applications/plugins/LMConstraint/src/LMConstraint/DistanceLMConstraint.inl
 delete mode 100644 applications/plugins/LMConstraint/src/LMConstraint/DistanceLMContactConstraint.cpp
 delete mode 100644 applications/plugins/LMConstraint/src/LMConstraint/DistanceLMContactConstraint.h
 delete mode 100644 applications/plugins/LMConstraint/src/LMConstraint/DistanceLMContactConstraint.inl
 delete mode 100644 applications/plugins/LMConstraint/src/LMConstraint/FixedLMConstraint.cpp
 delete mode 100644 applications/plugins/LMConstraint/src/LMConstraint/FixedLMConstraint.inl
 delete mode 100644 applications/plugins/LMConstraint/src/LMConstraint/LMConstraint.cpp
 delete mode 100644 applications/plugins/LMConstraint/src/LMConstraint/LMConstraint.h
 delete mode 100644 applications/plugins/LMConstraint/src/LMConstraint/LMConstraint.inl
 delete mode 100644 applications/plugins/LMConstraint/src/LMConstraint/LMConstraintDirectSolver.cpp
 delete mode 100644 applications/plugins/LMConstraint/src/LMConstraint/LMConstraintDirectSolver.h
 delete mode 100644 applications/plugins/LMConstraint/src/LMConstraint/MechanicalWriteLMConstraint.cpp
 delete mode 100644 applications/plugins/LMConstraint/src/LMConstraint/MechanicalWriteLMConstraint.h
 delete mode 100644 applications/plugins/LMConstraint/src/LMConstraint/PrecomputedLMConstraintCorrection.cpp
 delete mode 100644 applications/plugins/LMConstraint/src/LMConstraint/PrecomputedLMConstraintCorrection.h
 delete mode 100644 applications/plugins/LMConstraint/src/LMConstraint/PrecomputedLMConstraintCorrection.inl
 delete mode 100644 applications/plugins/LMConstraint/src/LMConstraint/TetrahedronBarycentricDistanceLMConstraintContact.cpp
 delete mode 100644 applications/plugins/LMConstraint/src/LMConstraint/initLMConstraint.cpp
 delete mode 100644 applications/plugins/LMConstraint/tutorials/houseOfCards/CMakeLists.txt
 delete mode 100644 applications/plugins/LMConstraint/tutorials/houseOfCards/houseOfCards.cpp
 create mode 100644 examples/Benchmark/Accuracy/TriangleFEMForceField_compare.scn
-------------------------------------------------------

Filesystem      Size  Used Avail Use% Mounted on
udev            3.9G     0  3.9G   0% /dev
tmpfs           797M  964K  796M   1% /run
/dev/vda2        38G  5.4G   30G  16% /
tmpfs           3.9G     0  3.9G   0% /dev/shm
tmpfs           5.0M     0  5.0M   0% /run/lock
tmpfs           3.9G     0  3.9G   0% /sys/fs/cgroup
/dev/vdb1        98G   71G   23G  76% /builds
tmpfs           797M     0  797M   0% /run/user/1000
----------------- clean-old-builds.sh -----------------
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/sofa-ci-dev-ubuntu2004-0
python3
------------------
free_space = 23687724
max_days_since_modified_short = 1/2
max_days_since_modified_long = 6
------------------

Cleaning in /builds/workspace/clean-old-builds/../sofa-framework
  master:
    fedora_clang_options_release:
      last build was on Thu 09 Dec 2021 08:21:46 PM CET
      -> not removed
    ubuntu_clang_default_release:
      last build was on Thu 09 Dec 2021 08:42:54 PM CET
      -> not removed
    ubuntu_clang_options_release:
      last build was on Thu 09 Dec 2021 02:09:19 PM CET
      -> not removed
  PR-2284:
    PR 2284 is closed
    -> removed
  PR-2396:
    fedora_clang_options_release:
      last build was on Tue 07 Dec 2021 05:00:25 PM CET
      -> not removed
    ubuntu_gcc_options_release:
      last build was on Tue 07 Dec 2021 05:32:40 PM CET
      -> not removed
  PR-2524:
    PR 2524 is closed
    -> removed
  PR-2525:
    PR 2525 is closed
    -> removed
  v21.06:
    ubuntu_gcc_options_release:
      last build was on Fri 03 Dec 2021 06:33:22 PM CET   (more than 6 days ago)
      -> removed
    All valid configs were removed
    -> v21.06 removed
  v21.12_beta:
    ubuntu_clang_options_release:
      last build was on Mon 06 Dec 2021 04:45:04 PM CET
      -> not removed

Cleaning in /builds/workspace/clean-old-builds/../sofa-custom
  refs:
    All valid configs were removed
    -> refs removed


Cleaning Docker containers and images...
Deleted Images:
untagged: sofaframework/sofabuilder_ubuntu:v21.06
untagged: sofaframework/sofabuilder_ubuntu@sha256:a92684bb09bb41ce3cff0e843d7c5b04cf12b276e2fec0b7bd43147293eeb79b
deleted: sha256:3cbe2c665d9df16481a541aca6b55a71541346efd3faf292ea64cba180968ef0
deleted: sha256:56ccf95257c31cc9868702fa76e86b15fb42fa055a5cb34679d02428342c2b86
deleted: sha256:9139bdf840ca3f4d4d9b0d4cc667417408ea0723c90847a7fa9b0714f609f378
deleted: sha256:a2cd8a6afb7eff7cc94a20aebc3a586a00cff7c54366fae7c6ecbe1eed7fc1bf
deleted: sha256:5e39bdf75d7700c0b4053648937b4ad5cd732fa29a81865218be2afd22cb1291
deleted: sha256:ce8c8e5c1371cbf7b39a665f338542ca2d640ac4c1784ed08cbfb8a64d753408
deleted: sha256:3baa219f330a32088f006451e28f4ecd3e473c93f640e086823c2e0d6446b3f2
deleted: sha256:f282b9598f4e5ef5fd42ad9ee29fd138e04af25e099dc1f892864aea304ac17c
deleted: sha256:485b2e962a9e0656c431712a0b36aa940c12c579c846c823bbc24e6f36765949
deleted: sha256:df0a425745203c06b965f5f7e690938ac685c54bb68894958e906eb5e53ae7b3
deleted: sha256:434078b0d91b8f15fc3bf816c85794daeba91e33683f8b6fab755fab3d4c70fe
deleted: sha256:870a3b92808590ab3c2773374fe77935f7d68ff2245c16f78e24a9ae75d97156
deleted: sha256:c5aeb69147594af2500cd7ea9a320f0c2475b260dc4c0be013512205373f9a36
deleted: sha256:7d7c72b2b14940f0e6d6cd3244b7b9b76d75d01073ba9034fdcdc8e8e1f874ce
deleted: sha256:b91113499c7bff059e05889bab9cc04cf0c63739d6fade167d7ef4ee0dc17469
deleted: sha256:24e0960725f68d6e05111afa065f4004257b9e310b07a0489c3e6ca35d7ab838
deleted: sha256:8ab9ff8e5beef5b802d109f1075b68bf8125ce6bd335e362182f9a031a44ec7a
deleted: sha256:24c13ec4b10e6612ce807fbcab1b9be259208f57db8709bfeb46dbf3d3a2a181
deleted: sha256:604f2332acbe4b70330dcc76450fe9fb6b49917610a80067e22dfd84f62fef19
deleted: sha256:4c849972303c246556443a28d303d3fa5beb031a6ff91ea7cd9230e951d5610c
deleted: sha256:266afabed2a988ab2f55832d3c53646e7b582362d6b83933b458f118574a08c7
deleted: sha256:077349accce00f642bad8d2c25fc732ed70417b8a750c891d45e7a86198fc0da
deleted: sha256:96ee266f100d83349a52b771d3799847a1ff99b7ff3ca33174c09b1966e58fcb
deleted: sha256:3933fb8d565cbca923a06707ecaf165f34370787d46ec1eb140310e56b043bd1
deleted: sha256:71b022fe8e13872d816f3dd328e643a19bbb8d22d1cf4ea7b6a8e0bfecd5990f
deleted: sha256:5f0a5ad398ecc81b91295ae18e30efbc10be8a24b347580b32fd054e6fd4e2b4
deleted: sha256:694ad8c804ed8e9a73ab2072ae8e9b7ab5a33a5c6201665dd5c5f04b56487588
deleted: sha256:2adaa40da2f5fecab10e4edc13d8d69f8b786d20c2146d7a377b1792c200c0ca
deleted: sha256:f45541233d0a88c1cc38a19d142580481dce6cb0552dd957d5521cb929ce744d
deleted: sha256:069cc06ff3b404ac7a5f581799d5434f701a44a95d67c7445d7a980c713ea083
deleted: sha256:04737aaca493e5ae8f99f8389a7f2878c585a154699f7f0fdd1ae2d25db287d9
deleted: sha256:416c061ccfa2a99eda36d2ffd8096304f825584cf0e4aa9128fa05055ee581d3
deleted: sha256:bbeddd3a493383efe6415188dff5f73bc78b4373f758130612e05df92db3cf5b
deleted: sha256:3efc5e9cb28f0dc69f56d35fbdfdc457bdc2adc29db6db53be78b44cf8dce438
deleted: sha256:735470b5cf6c4ab898d1ca4e934ced093b8773f6ad59d8e58ba119a4f4c36ba0
deleted: sha256:49635e943aa49c3f73beb5fa96505b8236307d7c83f925e8d7294c0ff1de711b
deleted: sha256:406f032b1bdabcd129916d1101683dadf6545118c2b0b95b2dff2b0adc6b0af5
deleted: sha256:6b9637bbd82da007a6a6730a063292f07ae83a2bdf2264cd6abf4c5a2cd2b458
deleted: sha256:0688f34c985e2a7713a611582cc9ff557b81ec4d544df9b0561697ba13b7827c
untagged: sofaframework/sofabuilder_ubuntu:latest
untagged: sofaframework/sofabuilder_ubuntu:master
untagged: sofaframework/sofabuilder_ubuntu@sha256:99af2ec55792a11b76769906e3144e6f975cb31d5d59bdd1ec710588a21ff8aa
deleted: sha256:6937f3f54a9f5ac2854570a5f84a585cf7e4e5d68ce3b2f7f0e815987b6186a5
deleted: sha256:5084274109538cb8d1165cff8cd7a5ed79276db79bde39f416faffbc6bae6731
deleted: sha256:217f052a3222d0f0afd194cd1a5624475f55ebb99c82aac183470742d0ef2919
deleted: sha256:79dd2c2ed5c20d71c6e75bf0db03de410d0bc74fe64c887e5e42e8e940fe8a80
deleted: sha256:af169eed724fe45ae455a832bbe8f980112e39f3445dd7d6fc95df643ca73026
deleted: sha256:1897eea50eeda751b0be0cfc33c1d96dfbc84a1c12112ba7ac461e8b22b63e20
deleted: sha256:be19fb52cebba3ce3d873309cea234a88e93c66e97984e0c32625892b900c71c
deleted: sha256:2dd7dac7fc8cd608347a708aae7334c4cd9952fbec1f34b8457a28f1ec3bb1b6
deleted: sha256:2d8a773b01e74272153e28d5909a2b205f0bd61bc2d61e102723a60e2fc976a0
deleted: sha256:29e68042dcfc67569dccd5d028dc45daede82fa172e87d6f282d3b4790e26634
deleted: sha256:5999dd0a85c75e44269bd3878246d988d7d0d99953a8d4cd968d59f5db8e3b6e
deleted: sha256:2221cdb55f9c5fc6ed42abea71eb0bbc0b47bce6c3b51f0539736e0a6ec69fb6
deleted: sha256:2242bab2fa650006b8e2c215b7bdd8f4adf1ba27ef5e45e43b218dc1c1b329f8
deleted: sha256:6bfec2d3735285951d4a92a7735dcf9a0da156bf9cb86fc708e51be15f1226a6
deleted: sha256:873b52b186441672cf783a88b6ecc0bab7bdd0f3f647a8373fc817509bc9686d
deleted: sha256:64f2bb5e06dae05da827838861c0cc87744feebcb551b94913179dad38c6671c
deleted: sha256:48f94ae2450a8294fbb1d7b865a756450f4a0082eb5acd5a873c294769d1e96f
deleted: sha256:58fe4f835e70350385221efa6c429cc97c02c71c17b67e0c45607d272ef980b1
deleted: sha256:a1f6c2bdfa4edfa3a113e98a32faa24c6db854c736003c64d751219902885c3b
deleted: sha256:9de7bd8b8217aae4728d5a20c49246fe8d86a1c42549629841129cf81206095c
deleted: sha256:e7d79b96ae20d012774b597a649f2d4091afa248f53c0272d85c22fc5f8bc3f9
deleted: sha256:a662cffa4f94b5ee716ca0493934538e56bd5c71aee6a27882a737fa0d990923
deleted: sha256:f80bf7ddfab4a49c4f562ffffb6073325f59b99603954bd59c2d12bcc2e58dc3
deleted: sha256:754a49187ff0fc430efeba515128c2145e1947cbc122e919712ee13f16afde8f
deleted: sha256:ade7ac54ce4930aab75613eafffa94a58996576a9499831970ab979356a43eec
deleted: sha256:d6d403a5709ab447c6f4e4390031d9465b7e7bce7b7606df384820c5a740fbcf
deleted: sha256:44505fbff4a68795014131b60d8037a551e1310245b82fd1273bb06b837c541c
deleted: sha256:76f892be6e994aa5a3d22930b8bcbc6129959a23544de813b0dbe3495b8cbd64
deleted: sha256:997f01bdfcbfed643ff7385a40bbd36207c0b819952c75aeed64787ed931480b
deleted: sha256:afdd606ba580b627f476771b29f7f3b1eae53774a8ee94d5983d617e48984ce7
deleted: sha256:d1c375ccefbbb51a1c33de6cfcc2dc70220aadf6488751a8a1b77df61c9bed12
deleted: sha256:c032d3ede36b1d7e89a404256a0a6383e3c11877e110a597abfcb06a84863ec9
deleted: sha256:7c9e2fa24a48a55d0147dafddebaae7d7c03d87652649f77f5b513fa1213a94f
deleted: sha256:02f39e0980d81e4fe8b69a51ad87e59c57d5347d19cac66b8d0c68a07bb83323
deleted: sha256:7c84e90b6488a9aa184d2ec2d7bc8bd44053a0bf8bc0aea52c31eb0d692e7d1f
deleted: sha256:acc00fdffed9bb9acdb8cdbd89596e0f58189620346d6437871a68bdcc678091
deleted: sha256:b496cc58a8f6b09162aa1a3973bff8b871e678099ec2a661a1a6393bcf9200c6
deleted: sha256:9f54eef412758095c8079ac465d494a2872e02e90bf1fb5f12a1641c0d1bb78b
untagged: sofaframework/sofabuilder_ubuntu:v20.12
untagged: sofaframework/sofabuilder_ubuntu@sha256:a91bd3412ff22351b055628ac8adf107cb838bc6b3073fd8680fc7aeabc87e01
deleted: sha256:c6a7964c52cc39fc6e276bd452713b8add1de28cd023a5e6b6b1c8bf35cda21c
deleted: sha256:bf28d9845692ad3bbe2247bf66689c4a905120551108e3f0280de6da4db6944b
deleted: sha256:3a7d5ed63878e88ffe72f75dc3ff16db7df83b6a23614e1e32a3b3c0d071701c
deleted: sha256:650c1ae1b1bc8093d13bd0a13b349ec14903a2faf1b7650e8a5c4307c691ce37
deleted: sha256:795f9f3d6bc7eab90024d047fea80fc0119bd834eee3895e9b1a7651339a04a6
deleted: sha256:588028b86b1e2a50628113d099248465079da245cc9f064d0fcfe0bcf428a70d
deleted: sha256:6499e6bd62cd5b8f7112b495e696b4426a17bfbc307412a0c51079708da591b1
deleted: sha256:e8ba6dc9ab4cdeeb97abaa7dacb3670b1d381f2f7df6ad1306ec00288448bd00
deleted: sha256:b467f590502eb31388cba44dba036c8563ed4381056e1410adf0a1606ab4d37e
deleted: sha256:4ae9f252b1fa935ce5f7e4ecc89fd73ef6926bbafa4395699c2e5208943f10dc
deleted: sha256:0b077f7eb9a9e16e291372bad42389ebcafe0ee28b562161c5baceccb2815845
deleted: sha256:b20543cf1c51eee780e27289593ad75d0bd17e536793bbff67093384f7d9e1a2
deleted: sha256:c7bd43941f74bfdf876ca99ea63459de79bc5905e515eeb7066a3f3b5a60bb82
deleted: sha256:163ca129351c3e528a56e821e663f0e13be92d402e392404af02e7b3a11c8aab
deleted: sha256:dbdfc16e294b390a699cbaca36112bab236f315b8ea7c552775839f5b22ae975
deleted: sha256:f0d1c018dd822fd7e37613ec704779b4022e0516e79bb65b1e550a8609772e2b
deleted: sha256:a3ec6b8fca368d3915cbc100084a56dccd9f9a9112f082f1c75e20eab23ac4e5
deleted: sha256:68a90e82e5914873e229dade9dc5f8a24e6a68e0a168c4efcc3293bc8092d1f8
deleted: sha256:da95348b9717fd50cacab07800a8b615b0bcad49ae302813d62cb0a9bb40ccb1
deleted: sha256:5a1ad3d0cf224a34f1b9ebc6da9d265a8bb01ac2a877b85f9aa103738c78341b
deleted: sha256:e374f40d553875e45439cbda848a078e7a671aa5b14b3f5fb23a1d64de9c60e5
deleted: sha256:cdca96f05669a689ac8e3473aaaf276227cf4aec99fbced8ab50395c9ddb098a
deleted: sha256:b4bd25ebfbfcc0fafa6b8c981739d7a7d3bbb188a33ad383d00058b5565f1321
deleted: sha256:3ae003c4b516df6814b85d62a1746c0a37be45b4fbd84e33a3193e6c80bd8205
deleted: sha256:ea05af41ef3407f66e5509ed3a9bc08085f90c5a62ae258ff708e22e01db2b10
deleted: sha256:a2dfa3c466dc32add0ee526fa4578c5b13b0207508ce2c7eedc9628632d7b142
deleted: sha256:0f5e649e05ba8394c000f4e4651552156f2328fcccddc42a557b00801c6ae2f9
deleted: sha256:3c52f77a22a4d00f99a47d10fcb0341f9ab5ff513f7b4e09464985f8ddd6257b
deleted: sha256:2ad62837d402d4b538b5ac38922f86abbf7fd0dc4aebede7807162eeb5747306
deleted: sha256:35b112b7ef8f0404f76513df93c3fc03198d6ddede143cdd9c89de5b36a1b42a
deleted: sha256:de250e9461ec3ba17f7da3b4068ddece7022d0801b99df3b07abd0c1bc22f35d
deleted: sha256:798a035ce2600b3e1d30bdcb9ef859ff7079cd6546b73d772f42a6421e3882f0
deleted: sha256:b481fcb1d3368f428a2c5643fedc76734663e3db7fc6f7edb637f824c606a508
deleted: sha256:4df65ca06ee932fa5fd14f008d4431ea32d7c293e3223695e066859e753886a0
deleted: sha256:df0692a8587bb69cc8862ec61427dfa6dfa8444749883ada8d0ae1ac866e16a3
deleted: sha256:4d39ec63c8e3428495c2720eaa4da3ecbb41c79f75873399cedbef23c771756f
deleted: sha256:ba0d37a0492bfd6b60999d710c82f44191ca747a5dc6f0a688c968459b3ebd44
deleted: sha256:358a2e1db3c6139617bb3b352922f2bdccbfd707280e46f36bea0eb812d216ab
deleted: sha256:7a59b19122c2bf435c3ba3dd5f37739b9186c2b970d3a7bdbe29fbecdf2d00e8
deleted: sha256:824bf068fd3dc3ad967022f187d85250eb052f61fe158486b2df4e002f6f984e
untagged: sofaframework/sofabuilder_fedora:latest
untagged: sofaframework/sofabuilder_fedora@sha256:6e97a33986700a1e1ceaeb465f068879204b26218d477696b64375dc5e50b666
deleted: sha256:38a4efc8ce55b2e303fc74317e8a9413935552caddd2a07fa720031d507107eb
deleted: sha256:fa1251c496e5b5224537f07d7e327ae7370cb372fce5a5ef15ed070a518a839c
deleted: sha256:b9fbcd29c6ea0465289e903fa97354a3362697890a50cc2302f4756f707fcf2d
deleted: sha256:0471282e5c59e6ed3789eba94faa1d4e17581ab1639c4ea26f9484c4b0b5d114
deleted: sha256:7d9c9f8a6d46ff915588cbdc9682ef16c386f37a2a04eae2094b6be1a83d9ff5
deleted: sha256:910b031959f777c0244496e8bca7d2a70b00529f43981b29567bb846f4184b21
deleted: sha256:2c90acebc35fb9a23d1a8775a4cf600bfc480d7960afb63c661710c15bf47b98
deleted: sha256:32e762d20a916769b83746d7af14a87f530b1771ca843822a40e86de9827c758
deleted: sha256:defc8e32256c025d25d790fa1259da105f9f4e84f2182063b8c7a00c77e48f9e
deleted: sha256:b0a6ac2d9cbbcb8e940eb91da2ff47ea1f12a35697775479d241c270b4fd59d5
deleted: sha256:1beb5db5978778a5ecfd1e7bbfb6d45d31f2164d3c02c073281554220bd69c0f
deleted: sha256:369607b142c31c47a0cbacd53e91ace5b1a27f62f65b9c3a0fe797a81ff68631
deleted: sha256:0ac37afeee4ae7457087592c5e87c08ad9de527b8b2b2b5ff1e9962fb3d01ce1
deleted: sha256:c05d9310662c3b8473298d37b47dafa92a7a28e9cf9ba25d3eea7437938bad6f
deleted: sha256:8d27c2719f5d101670dfb14b4694b7efa0021d435e08e8a5b07d4c5e200bec4d
deleted: sha256:cf3a4b6f3495c4ce0f1f329abdd3836f6171c20aa864e395f3bfdfbd62c96b3b
deleted: sha256:dab93edc58558e583f9cf724efafccbaf58fc39ce4083a04f04fe499d5a28364
deleted: sha256:1b9dcc5aed0d0a756acce3945d08e4294c61421f9e80aad61a5e562a91ed8edb
deleted: sha256:550ea456c49ea00efed0416df45d845bd1f277b90f80a0a91b77dab083869e26
deleted: sha256:2977bf60a0eb4398867ca3d5e378d75eecab2150b383e527418c0795cee13966
deleted: sha256:07902d379ead85b2b1eb46edb87980b26f1b12befe1460757e24cd24d6d83f3b
deleted: sha256:1bb7d93ff4286276e36b24032d1e5e0b83758d72a25620ac0a5dc39bb33e92c2
deleted: sha256:9227c368617d4a3552958f4b7d12ca8e479e01c6fa3ccd1e6aa4ce2f26efab4e
deleted: sha256:2427f7eaa44d3a126af6402fb8b020fb503c93833e9f66b73358c45145e766de
deleted: sha256:0187d155f647e48ebd43771668296c38c2d07558d50629452a0d800bb9ae7b0f
deleted: sha256:3ecba6065795111091d8680dae0ecc87061bfbb7ee2bc8b8bb498d54fc6d4aee
deleted: sha256:22aa35671e6fc5a3c9e0cdc17cd70a1fe054b40176af91f82540a2f38ce5f819
deleted: sha256:054e508f6e3dbac06488d6e2d5a994f2c40e935b297713ae993bc4dbc796c867
deleted: sha256:c54f48a94a57936adc96852880ca1df9f4e1b3e1f4bdbef1975e0df4be8ffea3
deleted: sha256:d45a0cf96a38db44c5b8801d334334d83639160b6d1aa547f3a5ff3133edce0a
deleted: sha256:3300510979420589f9a8301c0bfb88655620e1f9c2760c30253005419b9384f6
deleted: sha256:5bdb8f225087717dc63041424e44beb9da5ec3356d857c23b6431ddd772f38d8
deleted: sha256:ab34596be6e98f6003723bc3a6d6fdd39e388f085c3ed630e7a5ff59428020d1
deleted: sha256:dd1992d17480654e015d40d0501b704a5d694660d5ffcf0f65ddd88f49e64b5d
deleted: sha256:4f21bd15cf0ebdd50e0a5bbfec464f91f65dcbfd25a7fa8d201778bb0239a8bc

Total reclaimed space: 23.46GB
-------------------------------------------------------
Filesystem      Size  Used Avail Use% Mounted on
udev            3.9G     0  3.9G   0% /dev
tmpfs           797M  964K  796M   1% /run
/dev/vda2        38G  5.4G   30G  16% /
tmpfs           3.9G     0  3.9G   0% /dev/shm
tmpfs           5.0M     0  5.0M   0% /run/lock
tmpfs           3.9G     0  3.9G   0% /sys/fs/cgroup
/dev/vdb1        98G   24G   70G  26% /builds
tmpfs           797M     0  797M   0% /run/user/1000
Finished: SUCCESS