Started by upstream project "clean-old-builds" build number 326
originally caused by:
Started by upstream project "launch-nightly-full-builds" build number 314
originally caused by:
Started by timer
Started by upstream project "launch-nightly-full-builds" build number 315
originally caused by:
Started by timer
Started by upstream project "launch-nightly-full-builds" build number 316
originally caused by:
Started by timer
Started by upstream project "launch-nightly-full-builds" build number 317
originally caused by:
Started by timer
Started by upstream project "launch-nightly-full-builds" build number 318
originally caused by:
Started by timer
Started by upstream project "launch-nightly-full-builds" build number 319
originally caused by:
Started by timer
Started by upstream project "launch-nightly-full-builds" build number 320
originally caused by:
Started by timer
Started by upstream project "launch-nightly-full-builds" build number 321
originally caused by:
Started by timer
[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/jenkins7513210149108203357.sh
--------------- Clone/update CI scripts ---------------
pwd = /builds/workspace/clean-old-builds
HEAD is now at 27427a0 [GitHub] Cosmetic change
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
6383de5..1909475 master -> origin/master
* [new branch] revert-967-topology_changes_fix -> origin/revert-967-topology_changes_fix
Updating 6383de5..1909475
Fast-forward
.../framework/sofa/core/objectmodel/BaseNode.h | 2 +
.../framework/sofa/core/objectmodel/Context.h | 2 +-
.../sofa/core/topology/BaseMeshTopology.cpp | 111 ++--
.../sofa/core/topology/BaseMeshTopology.h | 11 +-
.../framework/sofa/core/topology/Topology.cpp | 9 +
SofaKernel/framework/sofa/core/topology/Topology.h | 35 +-
SofaKernel/framework/sofa/helper/CMakeLists.txt | 47 +-
.../framework/sofa/helper/gl/VideoRecorder.cpp | 623 ---------------------
.../sofa/helper/gl/VideoRecorderFFMPEG.cpp | 211 +++++++
.../gl/{VideoRecorder.h => VideoRecorderFFMPEG.h} | 107 ++--
.../sofa/helper/system/FileRepository.cpp | 4 +-
.../framework/sofa/simulation/MutationListener.cpp | 97 ++--
.../framework/sofa/simulation/MutationListener.h | 40 +-
SofaKernel/framework/sofa/simulation/Node.cpp | 245 +++++---
SofaKernel/framework/sofa/simulation/Node.h | 75 ++-
.../SofaBaseMechanics/BarycentricMapping.inl | 21 +-
.../SofaBaseTopology/EdgeSetTopologyContainer.cpp | 116 ++--
.../SofaBaseTopology/EdgeSetTopologyContainer.h | 14 +-
.../SofaBaseTopology/EdgeSetTopologyModifier.cpp | 24 +-
.../HexahedronSetTopologyContainer.cpp | 187 ++++---
.../HexahedronSetTopologyContainer.h | 13 +-
.../HexahedronSetTopologyModifier.cpp | 216 +++----
.../modules/SofaBaseTopology/MeshTopology.cpp | 124 +++-
.../PointSetGeometryAlgorithms.inl | 15 +
.../SofaBaseTopology/PointSetTopologyContainer.cpp | 4 +-
.../SofaBaseTopology/PointSetTopologyModifier.cpp | 1 -
.../SofaBaseTopology/QuadSetTopologyContainer.cpp | 231 ++++----
.../SofaBaseTopology/QuadSetTopologyContainer.h | 11 +-
.../SofaBaseTopology/QuadSetTopologyModifier.cpp | 78 +--
.../HexahedronSetTopology_test.cpp | 16 +-
.../SofaBaseTopology_test/QuadSetTopology_test.cpp | 8 +-
.../TetrahedronSetTopology_test.cpp | 16 +-
.../TriangleSetTopology_test.cpp | 8 +-
.../SofaBaseTopology_test/fake_TopologyScene.cpp | 1 +
.../TetrahedronSetGeometryAlgorithms.h | 6 +-
.../TetrahedronSetGeometryAlgorithms.inl | 34 +-
.../TetrahedronSetTopologyContainer.cpp | 190 ++++---
.../TetrahedronSetTopologyContainer.h | 13 +-
.../TetrahedronSetTopologyModifier.cpp | 164 +++---
.../TriangleSetTopologyContainer.cpp | 235 ++++----
.../TriangleSetTopologyContainer.h | 11 +-
.../TriangleSetTopologyModifier.cpp | 48 +-
.../SofaSimpleFem/TetrahedronFEMForceField.h | 9 +-
.../SofaSimpleFem/TetrahedronFEMForceField.inl | 9 +-
.../modules/SofaSimulationGraph/CMakeLists.txt | 4 +
SofaKernel/modules/SofaSimulationGraph/DAGNode.cpp | 113 ++--
SofaKernel/modules/SofaSimulationGraph/DAGNode.h | 37 +-
.../SofaSimulationGraph_test/CMakeLists.txt | 11 +
.../MutationListener_test.cpp | 426 ++++++++++++++
SofaKernel/modules/SofaSimulationTree/GNode.cpp | 93 ++-
SofaKernel/modules/SofaSimulationTree/GNode.h | 20 +-
applications/plugins/Compliant/misc/FailNode.cpp | 12 +-
applications/plugins/Compliant/misc/FailNode.h | 12 +-
.../DefaultCollisionGroupManager.cpp | 15 +-
applications/plugins/SofaPython/Binding_Base.cpp | 58 +-
applications/plugins/SofaPython/Binding_Node.cpp | 12 +-
applications/projects/Modeler/lib/GraphModeler.cpp | 30 +-
applications/projects/runSofa/CMakeLists.txt | 1 +
applications/sofa/gui/BaseViewer.cpp | 5 +-
applications/sofa/gui/BaseViewer.h | 14 +-
applications/sofa/gui/SofaGuiCommon/CMakeLists.txt | 2 +
applications/sofa/gui/qt/CMakeLists.txt | 2 +
.../sofa/gui/qt/GraphListenerQListView.cpp | 183 ++----
applications/sofa/gui/qt/GraphListenerQListView.h | 19 +-
applications/sofa/gui/qt/QSofaListView.cpp | 65 ++-
.../sofa/gui/qt/SofaVideoRecorderManager.cpp | 17 +-
applications/sofa/gui/qt/VideoRecorderManager.ui | 18 +-
applications/sofa/gui/qt/viewer/SofaViewer.cpp | 115 ++--
cmake/Modules/FindFFMPEGexec.cmake | 18 +
.../forcefield/FastTriangularBendingSprings.scn | 2 +-
.../linearsolver/MatrixContributions121.scn | 9 +-
examples/Components/loader/GridMeshCreator.scn | 4 +-
examples/Demos/chainAll.scn | 104 ++--
examples/RegressionStateScenes.regression-tests | 1 +
.../BilateralInteractionConstraint.h | 3 +-
modules/SofaGeneralLoader/MeshGmshLoader.cpp | 4 +
.../Edge2QuadTopologicalMapping.cpp | 3 +
.../Hexa2QuadTopologicalMapping.cpp | 28 +-
.../Hexa2TetraTopologicalMapping.cpp | 3 +
.../Quad2TriangleTopologicalMapping.cpp | 13 +-
.../SimpleTesselatedHexaTopologicalMapping.cpp | 3 +
.../SubsetTopologicalMapping.cpp | 3 +
.../Tetra2TriangleTopologicalMapping.cpp | 2 +
.../Triangle2EdgeTopologicalMapping.cpp | 4 +
84 files changed, 2519 insertions(+), 2411 deletions(-)
delete mode 100644 SofaKernel/framework/sofa/helper/gl/VideoRecorder.cpp
create mode 100644 SofaKernel/framework/sofa/helper/gl/VideoRecorderFFMPEG.cpp
rename SofaKernel/framework/sofa/helper/gl/{VideoRecorder.h => VideoRecorderFFMPEG.h} (51%)
create mode 100644 SofaKernel/modules/SofaSimulationGraph/SofaSimulationGraph_test/CMakeLists.txt
create mode 100644 SofaKernel/modules/SofaSimulationGraph/SofaSimulationGraph_test/MutationListener_test.cpp
create mode 100644 cmake/Modules/FindFFMPEGexec.cmake
-------------------------------------------------------
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.3G 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 19G 116M 100% /builds
tmpfs 396M 28K 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:
-> not removed
ng:
-> not removed
PR-1000:
-> not removed
PR-1001:
-> not removed
PR-218:
-> not removed
PR-534:
-> not removed
PR-572:
-> not removed
PR-596:
-> not removed
PR-700:
-> not removed
PR-707:
-> not removed
PR-735:
-> not removed
PR-747:
-> not removed
PR-771:
-> not removed
PR-823:
-> not removed
PR-869:
-> not removed
PR-883:
PR 883 is closed
-> removed
PR-917:
PR 917 is closed
-> removed
PR-919:
-> not removed
PR-936:
-> not removed
PR-958:
-> not removed
PR-965:
-> not removed
PR-967:
PR 967 is closed
-> removed
PR-973:
PR 973 is closed
-> removed
PR-975:
-> not removed
PR-980:
-> not removed
PR-984:
PR 984 is closed
-> removed
PR-986:
PR 986 is closed
-> removed
PR-987:
PR 987 is closed
-> removed
PR-990:
-> not removed
PR-991:
-> not removed
PR-992:
-> not removed
PR-993:
-> not removed
PR-997:
-> not removed
PR-998:
-> not removed
PR-999:
-> not removed
stc5:
-> not removed
v15.03:
-> not removed
v15.09:
-> not removed
v15.12:
-> not removed
v16.05:
-> not removed
v16.08:
-> not removed
v16.12:
-> not removed
v17.06:
-> not removed
v17.12:
-> not removed
v18.06:
-> not removed
v18.12:
-> not removed
v18.12_beta:
-> not removed
v18.12_beta_defrost:
-> 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.3G 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 16G 3.3G 83% /builds
tmpfs 396M 28K 396M 1% /run/user/111
tmpfs 396M 0 396M 0% /run/user/1000
Finished: SUCCESS