Started by upstream project "clean-old-builds" build number 1273 originally caused by: Started by timer Running as SYSTEM [EnvInject] - Loading node environment variables. Building remotely on _launcher_ (standard binaries_standard minimal builder binaries_minimal binaries_full cleanable full) 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/jenkins6679620321122011725.sh --------------- Clone/update CI scripts --------------- pwd = /builds/workspace/clean-old-builds From https://github.com/sofa-framework/ci 057a561..976e3ff master -> origin/master HEAD is now at 976e3ff [scripts] FIX "-x" test issue on Fedora 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 90453ece69..ad12429640 master -> origin/master Updating 90453ece69..ad12429640 Fast-forward CMakeLists.txt | 2 + .../Sofa.Config/cmake/SofaMacrosInstall.cmake | 70 +++-- .../modules/Sofa.Config/src/sofa/config.h.in | 5 + .../src/SofaBaseCollision/BVHNarrowPhase.cpp | 2 +- .../CompressedRowSparseMatrix.h | 112 +++---- .../CompressedRowSparseMatrix.inl | 2 +- .../src/SofaBaseLinearSolver/FullMatrix.inl | 77 ++--- .../src/SofaBaseLinearSolver/MatrixExpr.h | 3 - .../src/SofaBaseLinearSolver/SparseMatrix.h | 110 +++---- .../src/SofaBaseLinearSolver/config.h.in | 8 +- .../src/SofaBaseVisual/VisualModelImpl.cpp | 2 +- .../SofaCore/src/sofa/core/objectmodel/Base.h | 8 +- .../src/sofa/core/objectmodel/DataFileName.cpp | 8 +- .../PolynomialRestShapeSpringsForceField.h | 2 +- .../src/SofaEigen2Solver/SVDLinearSolver.cpp | 4 +- .../src/sofa/helper/system/SofaOStream.h | 54 +++- .../SofaLoader/src/SofaLoader/MeshVTKLoader.cpp | 14 +- .../src/SofaSimpleFem/HexahedronFEMForceField.inl | 2 +- .../src/sofa/simulation/Simulation.cpp | 12 +- .../PrecomputedLMConstraintCorrection.inl | 2 - .../sofa/gpu/cuda/CudaHexahedronTLEDForceField.cpp | 4 +- .../sofa/gpu/cuda/CudaLinearForceField.inl | 2 +- .../gpu/cuda/CudaPenalityContactForceField.inl | 2 +- .../SofaCUDA/sofa/gpu/cuda/CudaPointModel.cpp | 2 +- .../gpu/cuda/CudaTetrahedronTLEDForceField.cpp | 6 +- .../collision/DistanceGridCollisionModel.cpp | 95 ++---- .../FFDDistanceGridDiscreteIntersection.cpp | 22 +- .../FFDDistanceGridDiscreteIntersection.inl | 2 +- .../RigidDistanceGridDiscreteIntersection.cpp | 13 +- .../RigidDistanceGridDiscreteIntersection.inl | 2 +- .../components/forcefield/DistanceGridForceField.h | 2 +- .../forcefield/DistanceGridForceField.inl | 4 +- applications/plugins/SofaEulerianFluid/Fluid2D.h | 2 +- applications/plugins/SofaEulerianFluid/Fluid3D.h | 6 +- .../components/mapping/ImplicitSurfaceMapping.h | 6 +- .../components/mapping/ImplicitSurfaceMapping.inl | 5 +- .../src/SofaSphFluid/ParticleSource.inl | 24 +- .../SofaSphFluid/ParticlesRepulsionForceField.h | 2 +- .../SofaSphFluid/ParticlesRepulsionForceField.inl | 8 +- .../src/SofaSphFluid/SPHFluidForceField.inl | 44 ++- .../src/SofaSphFluid/SpatialGridPointModel.cpp | 6 +- .../src/VolumetricRendering/OglVolumetricModel.cpp | 22 +- applications/plugins/image/ImageContainer.h | 16 +- .../plugins/image/ImageCoordValuesFromPositions.h | 2 +- applications/plugins/image/ImageExporter.h | 6 +- applications/plugins/image/ImageSampler.h | 12 +- applications/plugins/image/ImageTransform.h | 2 +- applications/plugins/image/MeshToImageEngine.h | 2 +- .../imagetoolbox/contour/contourimagetoolbox.h | 2 +- .../topology/TopologyBoundingTrasher.scn | 37 +++ .../src/SofaConstraint/ConstraintAnimationLoop.cpp | 2 +- .../PrecomputedConstraintCorrection.inl | 2 - .../src/SofaDenseSolver/NewMatMatrix.h | 172 ++++------- .../src/SofaDenseSolver/config.h.in | 5 +- .../SofaExporter/src/SofaExporter/MeshExporter.cpp | 2 +- .../SofaExporter/src/SofaExporter/VTKExporter.cpp | 2 +- .../MechanicalMatrixMapper.inl | 4 +- .../MultiTagAnimationLoop.cpp | 2 +- .../src/SofaGeneralEngine/TransformPosition.inl | 6 +- .../TriangularFEMForceFieldOptim.inl | 4 +- .../src/SofaMiscExtra/MeshTetraStuffing.cpp | 10 +- .../src/SofaMiscSolver/NewmarkImplicitSolver.cpp | 2 +- modules/SofaMiscTopology/CMakeLists.txt | 3 + .../SofaMiscTopology/TopologyBoundingTrasher.cpp | 38 +++ .../src/SofaMiscTopology/TopologyBoundingTrasher.h | 112 +++++++ .../SofaMiscTopology/TopologyBoundingTrasher.inl | 339 +++++++++++++++++++++ .../src/SofaOpenglVisual/OglCylinderModel.cpp | 2 +- .../src/SofaOpenglVisual/OglShader.cpp | 2 +- .../PrecomputedWarpPreconditioner.inl | 2 +- 69 files changed, 987 insertions(+), 583 deletions(-) create mode 100644 examples/Components/topology/TopologyBoundingTrasher.scn create mode 100644 modules/SofaMiscTopology/src/SofaMiscTopology/TopologyBoundingTrasher.cpp create mode 100644 modules/SofaMiscTopology/src/SofaMiscTopology/TopologyBoundingTrasher.h create mode 100644 modules/SofaMiscTopology/src/SofaMiscTopology/TopologyBoundingTrasher.inl ------------------------------------------------------- Filesystem Size Used Avail Use% Mounted on udev 975M 0 975M 0% /dev tmpfs 200M 896K 199M 1% /run /dev/vda2 38G 4.9G 31G 14% / tmpfs 997M 0 997M 0% /dev/shm tmpfs 5.0M 0 5.0M 0% /run/lock tmpfs 997M 0 997M 0% /sys/fs/cgroup /dev/vdb1 40G 21G 18G 54% /builds tmpfs 200M 0 200M 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/_launcher_ python3 Cleaning in /builds/workspace/clean-old-builds/../sofa-custom Cleaning in /builds/workspace/clean-old-builds/../sofa-custom@2 Cleaning in /builds/workspace/clean-old-builds/../launcher/sofa-framework master: Launcher detected. last launch: Sat Aug 28 03:47:22 CEST 2021 -> not removed PR-2238: Launcher detected. last launch: Mon Aug 30 13:23:43 CEST 2021 -> not removed PR-2285: Launcher detected. last launch: Wed Sep 1 17:13:44 CEST 2021 -> not removed PR-2288: PR 2288 is closed -> removed PR-2292: PR 2292 is closed -> removed PR-2305: Launcher detected. last launch: Wed Sep 1 11:16:31 CEST 2021 -> not removed PR-2306: Launcher detected. last launch: Wed Sep 1 14:44:56 CEST 2021 -> not removed PR-2307: Launcher detected. last launch: Wed Sep 1 11:26:50 CEST 2021 -> not removed PR-2308: Launcher detected. last launch: Wed Sep 1 11:27:35 CEST 2021 -> not removed PR-2309: PR 2309 is closed -> removed PR-2310: PR 2310 is closed -> removed PR-2311: Launcher detected. last launch: Mon Aug 30 21:20:24 CEST 2021 -> not removed PR-2312: Launcher detected. last launch: Tue Aug 31 17:21:33 CEST 2021 -> not removed PR-2313: Launcher detected. last launch: Tue Aug 31 17:39:13 CEST 2021 -> not removed PR-2314: Launcher detected. last launch: Tue Aug 31 17:47:47 CEST 2021 -> not removed ------------------------------------------------------- Filesystem Size Used Avail Use% Mounted on udev 975M 0 975M 0% /dev tmpfs 200M 896K 199M 1% /run /dev/vda2 38G 4.9G 31G 14% / tmpfs 997M 0 997M 0% /dev/shm tmpfs 5.0M 0 5.0M 0% /run/lock tmpfs 997M 0 997M 0% /sys/fs/cgroup /dev/vdb1 40G 17G 21G 46% /builds tmpfs 200M 0 200M 0% /run/user/1000 Finished: SUCCESS