Started by upstream project "clean-old-builds" build number 1385 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\jenkins8432294245262476217.sh --------------- Clone/update CI scripts --------------- pwd = /j/jenkins2/workspace/clean-old-builds From https://github.com/sofa-framework/ci 767cebd..0de4e89 master -> origin/master HEAD is now at 0de4e89 Merge pull request #10 from fredroy/fetch_optitracknet 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 465e70b56f..3accc55ddb master -> origin/master * [new branch] v21.12 -> origin/v21.12 * [new tag] v21.12.00 -> v21.12.00 Updating 465e70b56f..3accc55ddb Fast-forward CHANGELOG.md | 308 ++++++++++++++++++++- CMakeLists.txt | 4 +- README.md | 2 - SofaKernel/modules/Sofa.Compat/CMakeLists.txt | 1 + .../GlobalSystemMatrixExporter.h | 13 +- .../modules/SofaBaseLinearSolver/CMakeLists.txt | 2 - .../SofaHelper/src/sofa/helper/ComponentChange.cpp | 3 + applications/plugins/CMakeLists.txt | 2 +- applications/plugins/PluginExample/CMakeLists.txt | 79 ------ .../plugins/PluginExample/ExternalPluginExample.md | 11 + .../PluginExample/ExternalProjectConfig.cmake.in | 14 + .../plugins/PluginExample/PluginExample.dox | 5 - .../plugins/PluginExample/PluginExample.md | 3 - .../PluginExample/PluginExampleConfig.cmake.in | 22 -- .../plugins/PluginExample/PluginExampleTest.html | 14 - .../plugins/PluginExample/PluginExampleTest.scn | 17 -- .../PluginExample_test/CMakeLists.txt | 14 - .../PluginExample_test/MyBehaviorModel_test.cpp | 72 ----- applications/plugins/PluginExample/doc/index.html | 85 ------ .../plugins/PluginExample/doc/pluginExample.png | Bin 22996 -> 0 bytes .../src/PluginExample/MyBehaviorModel.cpp | 59 ---- .../src/PluginExample/MyBehaviorModel.h | 56 ---- .../src/PluginExample/MyDataWidgetUnsigned.cpp | 115 -------- .../src/PluginExample/MyDataWidgetUnsigned.h | 68 ----- .../src/PluginExample/MyMappingPendulumInPlane.cpp | 47 ---- .../src/PluginExample/MyMappingPendulumInPlane.h | 88 ------ .../src/PluginExample/MyMappingPendulumInPlane.inl | 209 -------------- .../PluginExample/MyProjectiveConstraintSet.cpp | 44 --- .../src/PluginExample/MyProjectiveConstraintSet.h | 64 ----- .../PluginExample/MyProjectiveConstraintSet.inl | 55 ---- .../src/PluginExample/MyVisualModel.cpp | 51 ---- .../src/PluginExample/MyVisualModel.h | 57 ---- .../src/PluginExample/initPluginExample.cpp | 71 ----- applications/plugins/SofaMatrix/CMakeLists.txt | 2 + .../examples}/GlobalSystemMatrixExporter.scn | 0 .../src/SofaMatrix}/GlobalSystemMatrixExporter.cpp | 2 +- .../src/SofaMatrix}/GlobalSystemMatrixExporter.h | 6 +- .../src/SofaSparseSolver/PrecomputedLinearSolver.h | 2 +- 38 files changed, 351 insertions(+), 1316 deletions(-) rename applications/plugins/PluginExample/src/PluginExample/config.h.in => SofaKernel/modules/Sofa.Compat/src/SofaBaseLinearSolver/GlobalSystemMatrixExporter.h (79%) delete mode 100644 applications/plugins/PluginExample/CMakeLists.txt create mode 100644 applications/plugins/PluginExample/ExternalPluginExample.md create mode 100644 applications/plugins/PluginExample/ExternalProjectConfig.cmake.in delete mode 100644 applications/plugins/PluginExample/PluginExample.dox delete mode 100644 applications/plugins/PluginExample/PluginExample.md delete mode 100644 applications/plugins/PluginExample/PluginExampleConfig.cmake.in delete mode 100644 applications/plugins/PluginExample/PluginExampleTest.html delete mode 100644 applications/plugins/PluginExample/PluginExampleTest.scn delete mode 100644 applications/plugins/PluginExample/PluginExample_test/CMakeLists.txt delete mode 100644 applications/plugins/PluginExample/PluginExample_test/MyBehaviorModel_test.cpp delete mode 100644 applications/plugins/PluginExample/doc/index.html delete mode 100644 applications/plugins/PluginExample/doc/pluginExample.png delete mode 100644 applications/plugins/PluginExample/src/PluginExample/MyBehaviorModel.cpp delete mode 100644 applications/plugins/PluginExample/src/PluginExample/MyBehaviorModel.h delete mode 100644 applications/plugins/PluginExample/src/PluginExample/MyDataWidgetUnsigned.cpp delete mode 100644 applications/plugins/PluginExample/src/PluginExample/MyDataWidgetUnsigned.h delete mode 100644 applications/plugins/PluginExample/src/PluginExample/MyMappingPendulumInPlane.cpp delete mode 100644 applications/plugins/PluginExample/src/PluginExample/MyMappingPendulumInPlane.h delete mode 100644 applications/plugins/PluginExample/src/PluginExample/MyMappingPendulumInPlane.inl delete mode 100644 applications/plugins/PluginExample/src/PluginExample/MyProjectiveConstraintSet.cpp delete mode 100644 applications/plugins/PluginExample/src/PluginExample/MyProjectiveConstraintSet.h delete mode 100644 applications/plugins/PluginExample/src/PluginExample/MyProjectiveConstraintSet.inl delete mode 100644 applications/plugins/PluginExample/src/PluginExample/MyVisualModel.cpp delete mode 100644 applications/plugins/PluginExample/src/PluginExample/MyVisualModel.h delete mode 100644 applications/plugins/PluginExample/src/PluginExample/initPluginExample.cpp rename {examples/Components/linearsolver => applications/plugins/SofaMatrix/examples}/GlobalSystemMatrixExporter.scn (100%) rename {SofaKernel/modules/SofaBaseLinearSolver/src/SofaBaseLinearSolver => applications/plugins/SofaMatrix/src/SofaMatrix}/GlobalSystemMatrixExporter.cpp (98%) rename {SofaKernel/modules/SofaBaseLinearSolver/src/SofaBaseLinearSolver => applications/plugins/SofaMatrix/src/SofaMatrix}/GlobalSystemMatrixExporter.h (89%) ------------------------------------------------------- Filesystem Size Used Avail Use% Mounted on C:/Program Files/Git 60G 38G 23G 63% / J: 100G 46G 55G 46% /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 = 57248444 max_days_since_modified_short = 1/2 max_days_since_modified_long = 6 ------------------ Cleaning in J:\jenkins2\workspace\clean-old-builds/../sofa-framework PR-2535: windows_vs2017_options_release: last build was on Sat Dec 11 19:22:41 RST 2021 (more than 6 days ago) -> removed All valid configs were removed -> PR-2535 removed PR-2543: PR 2543 is closed -> removed PR-2545: PR 2545 is closed -> removed master: windows_vs2017_default_release: last build was on Thu Dec 16 11:35:35 RST 2021 -> not removed windows_vs2017_options_release: last build was on Thu Dec 16 10:15:14 RST 2021 -> not removed v21.12_beta: windows_vs2017_default_release: last build was on Fri Dec 10 18:07:58 RST 2021 (more than 6 days ago) -> removed windows_vs2017_options_release: last build was on Wed Dec 15 12:36:04 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 38G 23G 63% / J: 100G 30G 71G 30% /j Finished: SUCCESS