Started by upstream project "clean-old-builds" build number 1351 originally caused by: Started by timer Running as SYSTEM [EnvInject] - Loading node environment variables. Building remotely on sofa-ci-windows10-3 (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\jenkins1075016162050150530.sh --------------- Clone/update CI scripts --------------- pwd = /j/jenkins2/workspace/clean-old-builds HEAD is now at 4b36a70 [docker] Use DEBIAN_FRONTEND=noninteractive in nightly 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 5154403995..d409da492c master -> origin/master Updating 5154403995..d409da492c Fast-forward .../src/SofaBaseMechanics/DiagonalMass.h | 20 +- .../src/SofaBaseMechanics/DiagonalMass.inl | 499 +++++++++++---------- SofaKernel/modules/SofaCore/CMakeLists.txt | 3 + .../src/sofa/core/behavior/BaseAnimationLoop.cpp | 14 +- .../src/sofa/core/behavior/BaseAnimationLoop.h | 24 +- .../src/sofa/core/behavior/BaseConstraint.cpp | 37 +- .../src/sofa/core/behavior/BaseConstraint.h | 53 +-- .../core/behavior/BaseConstraintCorrection.cpp | 14 +- .../sofa/core/behavior/BaseConstraintCorrection.h | 23 +- .../src/sofa/core/behavior/BaseConstraintSet.cpp | 16 +- .../src/sofa/core/behavior/BaseConstraintSet.h | 18 +- .../src/sofa/core/behavior/BaseController.h | 19 +- .../src/sofa/core/behavior/BaseForceField.h | 10 +- .../sofa/core/behavior/BaseInteractionConstraint.h | 34 +- .../core/behavior/BaseInteractionForceField.cpp | 19 +- .../sofa/core/behavior/BaseInteractionForceField.h | 31 +- .../BaseInteractionProjectiveConstraintSet.h | 35 +- .../SofaCore/src/sofa/core/behavior/BaseMass.cpp | 18 +- .../SofaCore/src/sofa/core/behavior/BaseMass.h | 40 +- .../src/sofa/core/behavior/BaseMechanicalState.cpp | 14 +- .../src/sofa/core/behavior/BaseMechanicalState.h | 19 +- .../src/sofa/core/behavior/BaseRotationFinder.h | 19 +- .../src/sofa/core/behavior/BaseVectorOperations.h | 19 +- .../SofaCore/src/sofa/core/behavior/Constraint.cpp | 14 +- .../SofaCore/src/sofa/core/behavior/Constraint.h | 31 +- .../SofaCore/src/sofa/core/behavior/Constraint.inl | 38 +- .../SofaCore/src/sofa/core/behavior/ForceField.h | 14 +- .../SofaCore/src/sofa/core/behavior/ForceField.inl | 28 +- .../src/sofa/core/behavior/LinearSolver.cpp | 14 +- .../SofaCore/src/sofa/core/behavior/LinearSolver.h | 19 +- .../SofaCore/src/sofa/core/behavior/Mass.cpp | 14 +- .../modules/SofaCore/src/sofa/core/behavior/Mass.h | 20 +- .../SofaCore/src/sofa/core/behavior/Mass.inl | 26 +- .../core/behavior/MixedInteractionConstraint.cpp | 16 +- .../core/behavior/MixedInteractionConstraint.h | 36 +- .../core/behavior/MixedInteractionConstraint.inl | 36 +- .../core/behavior/MixedInteractionForceField.cpp | 14 +- .../core/behavior/MixedInteractionForceField.h | 49 +- .../core/behavior/MixedInteractionForceField.inl | 61 +-- .../src/sofa/core/behavior/MultiMatrixAccessor.cpp | 14 +- .../src/sofa/core/behavior/MultiMatrixAccessor.h | 19 +- .../SofaCore/src/sofa/core/behavior/MultiVec.h | 18 +- .../SofaCore/src/sofa/core/behavior/OdeSolver.h | 19 +- .../core/behavior/PairInteractionConstraint.cpp | 16 +- .../sofa/core/behavior/PairInteractionConstraint.h | 42 +- .../core/behavior/PairInteractionConstraint.inl | 41 +- .../core/behavior/PairInteractionForceField.cpp | 14 +- .../sofa/core/behavior/PairInteractionForceField.h | 46 +- .../core/behavior/PairInteractionForceField.inl | 60 +-- .../PairInteractionProjectiveConstraintSet.cpp | 16 +- .../PairInteractionProjectiveConstraintSet.h | 39 +- .../PairInteractionProjectiveConstraintSet.inl | 50 +-- .../src/sofa/core/behavior/PairStateAccessor.h | 114 +++++ .../sofa/core/behavior/ProjectiveConstraintSet.cpp | 14 +- .../sofa/core/behavior/ProjectiveConstraintSet.h | 38 +- .../sofa/core/behavior/ProjectiveConstraintSet.inl | 51 +-- .../src/sofa/core/behavior/SingleStateAccessor.h | 71 +++ .../src/sofa/core/behavior/StateAccessor.h | 66 +++ .../mechanicalvisitor/MechanicalVFreeVisitor.cpp | 8 +- .../MechanicalVReallocVisitor.cpp | 8 +- .../animationloop/FreeMotionAnimationLoop.scn | 10 +- examples/Demos/caduceus.scn | 2 +- .../SofaBoundaryCondition/PartialFixedConstraint.h | 1 - .../PartialFixedConstraint.inl | 8 - .../MechanicalMatrixMapper.inl | 2 +- .../src/sofa/gui/qt/SofaWindowProfiler.cpp | 168 +++++-- .../SofaGuiQt/src/sofa/gui/qt/SofaWindowProfiler.h | 11 +- .../src/SofaMiscForceField/MeshMatrixMass.h | 19 - .../src/SofaMiscForceField/MeshMatrixMass.inl | 452 +++++++++---------- 69 files changed, 1221 insertions(+), 1644 deletions(-) create mode 100644 SofaKernel/modules/SofaCore/src/sofa/core/behavior/PairStateAccessor.h create mode 100644 SofaKernel/modules/SofaCore/src/sofa/core/behavior/SingleStateAccessor.h create mode 100644 SofaKernel/modules/SofaCore/src/sofa/core/behavior/StateAccessor.h ------------------------------------------------------- Filesystem Size Used Avail Use% Mounted on C:/Program Files/Git 60G 40G 21G 66% / J: 100G 44G 57G 44% /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-3 C:/Python37/python.exe ------------------ free_space = 59325152 max_days_since_modified_short = 1/2 max_days_since_modified_long = 6 ------------------ Cleaning in J:\jenkins2\workspace\clean-old-builds/../sofa-framework PR-2449: windows_vs2017_options_release: last build was on Tue Nov 9 13:08:12 RST 2021 -> not removed PR-2459: windows_vs2017_options_release: last build was on Tue Nov 9 10:55:04 RST 2021 -> not removed PR-2462: windows_vs2017_options_release: last build was on Mon Nov 8 18:08:14 RST 2021 -> not removed PR-2472: windows_vs2017_options_release: last build was on Tue Nov 9 18:28:21 RST 2021 -> not removed master: windows_vs2017_options_release: last build was on Wed Nov 10 19:14:40 RST 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 40G 21G 66% / J: 100G 37G 64G 37% /j Finished: SUCCESS