Skip to content
Success

Console Output

Started by upstream project "clean-old-builds" build number 1322
originally caused by:
 Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on sofa-ci-windows10-2 (windows10_vs-2017 debug package release rebootable cleanable windows_msvc default builder options windows_vs2017) in workspace J:\jenkins2\workspace\clean-old-builds
[EnvInject] - Inject global passwords.
[EnvInject] - Mask passwords that will be passed as build parameters.
[clean-old-builds] $ bash C:\Users\ci\AppData\Local\Temp\jenkins2281565215060260220.sh

--------------- Clone/update CI scripts ---------------
pwd = /j/jenkins2/workspace/clean-old-builds
From https://github.com/sofa-framework/ci
 * [new branch]      v20.12     -> origin/v20.12
HEAD is now at 58f0f01 [workflows] Add branch name to sofa_nightly_ubuntu images
CI scripts are available in /j/jenkins2/workspace/clean-old-builds/ci/scripts
-------------------------------------------------------

------------- Clone/update reference_repo/sofa --------------
Checking /c/Users/ci/reference_repo/sofa
Reference repo found. Updating...
From https://github.com/sofa-framework/sofa
   1aeefcbdba..5938f1f39b  master     -> origin/master
Updating 1aeefcbdba..5938f1f39b
Fast-forward
 .../Sofa.Geometry/src/sofa/geometry/ElementType.h  |   7 +-
 .../modules/Sofa.LinearAlgebra/CMakeLists.txt      |   9 +
 .../Sofa.LinearAlgebra.Testing}/CMakeLists.txt     |   4 +-
 .../Sofa.LinearAlgebra.Testing}/BaseMatrix_test.h  |  12 +-
 .../Sofa.LinearAlgebra_test}/BaseMatrix_test.cpp   |  23 +-
 .../Sofa.LinearAlgebra_test/CMakeLists.txt         |  14 +
 .../Sofa.LinearAlgebra_test}/Matrix_test.cpp       |  30 +-
 .../modules/SofaBaseLinearSolver/CMakeLists.txt    |  14 +-
 .../SofaBaseLinearSolver_test/CMakeLists.txt       |   2 -
 .../SofaBaseTopology/EdgeSetTopologyContainer.cpp  |  42 +-
 .../SofaBaseTopology/EdgeSetTopologyContainer.h    |  19 +-
 .../SofaBaseTopology/EdgeSetTopologyModifier.cpp   |  11 +-
 .../HexahedronSetTopologyContainer.cpp             |  40 +-
 .../HexahedronSetTopologyContainer.h               |  16 +-
 .../HexahedronSetTopologyModifier.cpp              |  10 +-
 .../SofaBaseTopology/PointSetTopologyContainer.cpp | 189 +------
 .../SofaBaseTopology/PointSetTopologyContainer.h   |  30 +-
 .../SofaBaseTopology/PointSetTopologyModifier.cpp  |   9 +-
 .../SofaBaseTopology/QuadSetTopologyContainer.cpp  |  41 +-
 .../SofaBaseTopology/QuadSetTopologyContainer.h    |  17 +-
 .../SofaBaseTopology/QuadSetTopologyModifier.cpp   |  10 +-
 .../TetrahedronSetTopologyContainer.cpp            |  40 +-
 .../TetrahedronSetTopologyContainer.h              |  19 +-
 .../TetrahedronSetTopologyModifier.cpp             |  10 +-
 .../src/SofaBaseTopology/TopologyData.inl          |  28 +-
 .../src/SofaBaseTopology/TopologyDataHandler.h     |   1 -
 .../src/SofaBaseTopology/TopologyDataHandler.inl   |  91 ++--
 .../src/SofaBaseTopology/TopologySubsetIndices.cpp |   4 +-
 .../src/SofaBaseTopology/TopologySubsetIndices.h   |   2 +-
 .../TriangleSetTopologyContainer.cpp               |  42 +-
 .../TriangleSetTopologyContainer.h                 |  19 +-
 .../TriangleSetTopologyModifier.cpp                |  11 +-
 .../src/SofaBaseVisual/BaseCamera.cpp              |   2 +-
 .../src/SofaBaseVisual/VisualModelImpl.cpp         |  31 +-
 .../src/sofa/core/topology/BaseTopology.cpp        |  51 +-
 .../SofaCore/src/sofa/core/topology/BaseTopology.h |  43 +-
 SofaKernel/modules/SofaDefaultType/CMakeLists.txt  |   1 -
 .../modules/SofaMeshCollision/CMakeLists.txt       |   4 +-
 .../SofaMeshCollisionConfig.cmake.in               |   3 +
 .../TetrahedronDiffusionFEMForceField.scn          |   2 +-
 .../SofaDenseSolver_test/CMakeLists.txt            |   2 +-
 .../SofaDenseSolver_test/NewMatMatrix_test.cpp     |   4 +-
 .../FastTriangularBendingSprings.h                 |  67 ++-
 .../FastTriangularBendingSprings.inl               | 430 ++++++++--------
 .../SofaGeneralDeformable/QuadularBendingSprings.h |  73 ++-
 .../QuadularBendingSprings.inl                     | 549 ++++++++++-----------
 .../TriangularBendingSprings.h                     |  14 +-
 .../TriangularBendingSprings.inl                   |  17 +-
 .../TriangularBiquadraticSpringsForceField.h       |  65 +--
 .../TriangularBiquadraticSpringsForceField.inl     | 181 ++++---
 .../TriangularQuadraticSpringsForceField.h         |  57 +--
 .../TriangularQuadraticSpringsForceField.inl       | 162 +++---
 .../TriangularTensorMassForceField.h               |  58 +--
 .../TriangularTensorMassForceField.inl             | 326 ++++++------
 .../SofaGeneralDeformable/VectorSpringForceField.h |  26 +-
 .../VectorSpringForceField.inl                     |  62 +--
 .../SofaGeneralMeshCollision/TriangleOctree.cpp    |   3 -
 .../TriangleOctreeModel.cpp                        |   3 -
 .../FastTetrahedralCorotationalForceField.h        |  34 +-
 .../FastTetrahedralCorotationalForceField.inl      | 169 +++----
 .../src/SofaMiscFem/QuadBendingFEMForceField.h     |  21 +-
 .../src/SofaMiscFem/QuadBendingFEMForceField.inl   |  73 +--
 .../SofaMiscFem/StandardTetrahedralFEMForceField.h |  36 +-
 .../StandardTetrahedralFEMForceField.inl           | 151 +++---
 .../SofaMiscFem/TetrahedralTensorMassForceField.h  |  60 +--
 .../TetrahedralTensorMassForceField.inl            | 306 ++++++------
 .../TetrahedronHyperelasticityFEMForceField.h      |  26 +-
 .../TetrahedronHyperelasticityFEMForceField.inl    | 207 +++-----
 .../src/SofaMiscFem/TriangleFEMForceField.inl      |   2 +-
 .../TriangularAnisotropicFEMForceField.h           |  31 +-
 .../TriangularAnisotropicFEMForceField.inl         |  45 +-
 .../src/SofaMiscFem/TriangularFEMForceField.h      |   3 +
 .../Edge2QuadTopologicalMapping.cpp                |  21 +-
 73 files changed, 1814 insertions(+), 2423 deletions(-)
 rename SofaKernel/modules/{SofaDefaultType/SofaDefaultType.Testing => Sofa.LinearAlgebra/Sofa.LinearAlgebra.Testing}/CMakeLists.txt (72%)
 rename SofaKernel/modules/{SofaDefaultType/SofaDefaultType.Testing/src/SofaDefaultType.Testing => Sofa.LinearAlgebra/Sofa.LinearAlgebra.Testing/src/Sofa.LinearAlgebra.Testing}/BaseMatrix_test.h (92%)
 rename SofaKernel/modules/{SofaBaseLinearSolver/SofaBaseLinearSolver_test => Sofa.LinearAlgebra/Sofa.LinearAlgebra_test}/BaseMatrix_test.cpp (81%)
 create mode 100644 SofaKernel/modules/Sofa.LinearAlgebra/Sofa.LinearAlgebra_test/CMakeLists.txt
 rename SofaKernel/modules/{SofaBaseLinearSolver/SofaBaseLinearSolver_test => Sofa.LinearAlgebra/Sofa.LinearAlgebra_test}/Matrix_test.cpp (95%)
-------------------------------------------------------

Filesystem            Size  Used Avail Use% Mounted on
C:/Program Files/Git   60G   39G   22G  65% /
J:                    100G   81G   20G  81% /j
----------------- clean-old-builds.sh -----------------
ENV VARS: load /j/jenkins2/workspace/clean-old-builds/ci/scripts/env/default
ENV VARS: load node specific /j/jenkins2/workspace/clean-old-builds/ci/scripts/env/sofa-ci-windows10-2
C:/Python37/python.exe
------------------
free_space = 20618812
max_days_since_modified_short = 1/2
max_days_since_modified_long = 6
------------------

Cleaning in J:\jenkins2\workspace\clean-old-builds/../sofa-framework
  PR-2383:
    PR 2383 is closed
    -> removed
  PR-2391:
    windows_vs2017_options_release:
      last build was on Tue Oct 12 16:06:20 RDT 2021
      -> not removed
  PR-2403:
    windows_vs2017_options_release:
      last build was on Tue Oct 12 21:24:39 RDT 2021
      -> not removed
  PR-2411:
    windows_vs2017_options_release:
      last build was on Thu Oct 14 13:21:40 RDT 2021
      -> not removed
  PR-2413:
    PR 2413 is closed
    -> removed
  PR-2415:
    windows_vs2017_options_release:
      last build was on Thu Oct 14 12:25:16 RDT 2021
      -> not removed
  PR-2421:
    windows_vs2017_options_release:
      last build was on Fri Oct 15 17:30:48 RDT 2021
      -> not removed
  PR-2423:
    windows_vs2017_options_release:
      last build was on Fri Oct 15 20:01:33 RDT 2021
      -> not removed
  PR-2425:
    windows_vs2017_options_release:
      last build was on Fri Oct 15 18:41:21 RDT 2021
      -> not removed
  master:
    windows_vs2017_default_release:
      last build was on Fri Oct 15 12:14:58 RDT 2021
      -> not removed
    windows_vs2017_options_release:
      last build was on Thu Oct 14 16:00:39 RDT 2021
      -> not removed

Cleaning in J:\jenkins2\workspace\clean-old-builds/../sofa-custom
  refs:
    All valid configs were removed
    -> refs removed
-------------------------------------------------------
Filesystem            Size  Used Avail Use% Mounted on
C:/Program Files/Git   60G   39G   22G  65% /
J:                    100G   65G   36G  65% /j
Finished: SUCCESS