Console Output

Skipping 4,332 KB.. Full Log
[----------] 2 tests from ReadState_test (26 ms total)

[----------] 2 tests from WriteState_test/0, where TypeParam = sofa::defaulttype::StdVectorTypes<sofa::type::Vec<3u,double>,sofa::type::Vec<3u,double>,double>
[ RUN      ] WriteState_test/0.test_write_position
SOFA_COMPONENT_PLAYBACK_TEST_BUILD_DIR = /builds/workspace/sofa-framework/master/ubuntu_clang_options_debug/build/
[WARNING] [Node(root)] An animation loop is required, but has not been found. Add an animation loop in the root of your scene to fix this warning. The list of available animation loop components is: [DefaultAnimationLoop]. A component of type DefaultAnimationLoop will be automatically added for you.
[       OK ] WriteState_test/0.test_write_position (37 ms)
[ RUN      ] WriteState_test/0.test_write_velocity
SOFA_COMPONENT_PLAYBACK_TEST_BUILD_DIR = /builds/workspace/sofa-framework/master/ubuntu_clang_options_debug/build/
[WARNING] [Node(root)] An animation loop is required, but has not been found. Add an animation loop in the root of your scene to fix this warning. The list of available animation loop components is: [DefaultAnimationLoop]. A component of type DefaultAnimationLoop will be automatically added for you.
[       OK ] WriteState_test/0.test_write_velocity (11 ms)
[----------] 2 tests from WriteState_test/0 (48 ms total)

[----------] Global test environment tear-down
[==========] 4 tests from 2 test suites ran. (75 ms total)
[  PASSED  ] 4 tests.



------------------------------------------

Running unit-tests Sofa.Component.Collision.Detection.Algorithm_test
Calling: bash -c "/builds/workspace/sofa-framework/master/ubuntu_clang_options_debug/build/bin/Sofa.Component.Collision.Detection.Algorithm_test --gtest_output=xml:unit-tests/Sofa.Component.Collision.Detection.Algorithm_test/report.xml 2>&1"

[==========] Running 6 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 6 tests from TestCollisionPipeline
[ RUN      ] TestCollisionPipeline.checkCollisionPipelineWithNoAttributes
[INFO]    [PluginManager] Loaded plugin: /builds/workspace/sofa-framework/master/ubuntu_clang_options_debug/build/lib/libSofa.Component.StateContainer_d.so
[INFO]    [PluginManager] Loaded plugin: /builds/workspace/sofa-framework/master/ubuntu_clang_options_debug/build/lib/libSofa.Component.Collision_d.so
[       OK ] TestCollisionPipeline.checkCollisionPipelineWithNoAttributes (242 ms)
[ RUN      ] TestCollisionPipeline.checkCollisionPipelineWithMissingIntersection
[WARNING] [CollisionPipeline(pipeline)] no intersection component defined. Switching to the DiscreteIntersection component.   
To remove this warning, you can add an intersection component to your scene.   
More details on the collision pipeline can be found at [sofadoc::Collision](https://www.sofa-framework.org/community/doc/simulation-principles/multi-model-representation/collision/).
[       OK ] TestCollisionPipeline.checkCollisionPipelineWithMissingIntersection (1 ms)
[ RUN      ] TestCollisionPipeline.checkCollisionPipelineWithMissingBroadPhase
[WARNING] [CollisionPipeline(pipeline)] A BroadPhase component is required to compute collision detection and was not found in the current scene
[       OK ] TestCollisionPipeline.checkCollisionPipelineWithMissingBroadPhase (1 ms)
[ RUN      ] TestCollisionPipeline.checkCollisionPipelineWithMissingNarrowPhase
[WARNING] [CollisionPipeline(pipeline)] A NarrowPhase component is required to compute collision detection and was not found in the current scene
[       OK ] TestCollisionPipeline.checkCollisionPipelineWithMissingNarrowPhase (1 ms)
[ RUN      ] TestCollisionPipeline.checkCollisionPipelineWithMissingContactManager
[WARNING] [CollisionPipeline(pipeline)] A ContactManager component is required to compute collision response and was not found in the current scene
[       OK ] TestCollisionPipeline.checkCollisionPipelineWithMissingContactManager (1 ms)
[ RUN      ] TestCollisionPipeline.checkCollisionPipelineWithMonkeyValueForDepth_OpenIssue
[WARNING] [CollisionPipeline(pipeline)] Invalid value 'depth'=-1.  
Replaced with the default value = 6
[       OK ] TestCollisionPipeline.checkCollisionPipelineWithMonkeyValueForDepth_OpenIssue (7 ms)
[----------] 6 tests from TestCollisionPipeline (256 ms total)

[----------] Global test environment tear-down
[==========] 6 tests from 1 test suite ran. (256 ms total)
[  PASSED  ] 6 tests.



------------------------------------------

Running unit-tests Sofa.Component.LinearSystem_test
Calling: bash -c "/builds/workspace/sofa-framework/master/ubuntu_clang_options_debug/build/bin/Sofa.Component.LinearSystem_test --gtest_output=xml:unit-tests/Sofa.Component.LinearSystem_test/report.xml 2>&1"

[==========] Running 11 tests from 2 test suites.
[----------] Global test environment set-up.
[----------] 4 tests from LinearSystem
[ RUN      ] LinearSystem.MatrixSystem_noContext
[ERROR]   [MatrixLinearSystem(unnamed)] Global system matrix is not resized appropriatly (unnamed)
[       OK ] LinearSystem.MatrixSystem_noContext (7 ms)
[ RUN      ] LinearSystem.MatrixSystem
[ERROR]   [MatrixLinearSystem(unnamed)] Global system matrix is not resized appropriatly (/unnamed)
[       OK ] LinearSystem.MatrixSystem (3 ms)
[ RUN      ] LinearSystem.MatrixSystem_springForceField
[ERROR]   [MatrixLinearSystem(unnamed)] Global system matrix is not resized appropriatly (/unnamed)
[INFO]    [MatrixLinearSystem(unnamed)] System matrix is resized from 0 x 0 to 6 x 6
[INFO]    [MatrixLinearSystem(unnamed)] No local matrix found: a new local matrix of type AssemblingMatrixAccumulator (template Stiffness) is created and associated to /StiffSpringForceField1 for a contribution on states /mstate and /mstate
[INFO]    [MatrixLinearSystem(unnamed)] No local matrix found: a new local matrix of type AssemblingMatrixAccumulator (template Damping) is created and associated to /StiffSpringForceField1 for a contribution on states /mstate and /mstate
[INFO]    [MatrixLinearSystem(unnamed)] No local matrix found: a new local matrix of type AssemblingMatrixAccumulator (template Stiffness) is created and associated to /StiffSpringForceField1 for a contribution on states /mstate and /mstate
[INFO]    [MatrixLinearSystem(unnamed)] No local matrix found: a new local matrix of type AssemblingMatrixAccumulator (template Damping) is created and associated to /StiffSpringForceField1 for a contribution on states /mstate and /mstate
[       OK ] LinearSystem.MatrixSystem_springForceField (7 ms)
[ RUN      ] LinearSystem.MatrixSystem_buggyForceField
[ERROR]   [BuggyForceField(unnamed)] Trying to accumulate a matrix entry out of the allowed submatrix: maximum row index is 6 while 10 was provided
[ERROR]   [BuggyForceField(unnamed)] Trying to accumulate a matrix entry out of the allowed submatrix: maximum column index is 5 while 20 was provided
[       OK ] LinearSystem.MatrixSystem_buggyForceField (2 ms)
[----------] 4 tests from LinearSystem (21 ms total)

[----------] 7 tests from MappingGraph
[ RUN      ] MappingGraph.noBuild
[ERROR]   [MappingGraph] Graph is not built yet
[ERROR]   [MappingGraph] Requested mechanical state is invalid
[ERROR]   [MappingGraph] Requested force field is invalid
[ERROR]   [MappingGraph] Requested mass is invalid
[       OK ] MappingGraph.noBuild (2 ms)
[ RUN      ] MappingGraph.nullRootNode
[ERROR]   [MappingGraph] Graph is not built yet
[ERROR]   [MappingGraph] Requested mechanical state is invalid
[ERROR]   [MappingGraph] Requested force field is invalid
[ERROR]   [MappingGraph] Requested mass is invalid
[       OK ] MappingGraph.nullRootNode (0 ms)
[ RUN      ] MappingGraph.emptyRootNode
[ERROR]   [MappingGraph] Requested mechanical state is invalid
[ERROR]   [MappingGraph] Requested force field is invalid
[ERROR]   [MappingGraph] Requested mass is invalid
[       OK ] MappingGraph.emptyRootNode (0 ms)
[ RUN      ] MappingGraph.oneMechanicalObject
[       OK ] MappingGraph.oneMechanicalObject (0 ms)
[ RUN      ] MappingGraph.twoMechanicalObject
[       OK ] MappingGraph.twoMechanicalObject (0 ms)
[ RUN      ] MappingGraph.oneMapping
[       OK ] MappingGraph.oneMapping (6 ms)
[ RUN      ] MappingGraph.diamondMapping
[ERROR]   [MappingGraph] Requested mechanical state (/left/left) is probably mapped or unknown from the graph: only main mechanical states have an associated submatrix in the global matrix
[ERROR]   [MappingGraph] Requested mechanical state (/right/right) is probably mapped or unknown from the graph: only main mechanical states have an associated submatrix in the global matrix
[ERROR]   [MappingGraph] Requested mechanical state (/left/bottom/bottom) is probably mapped or unknown from the graph: only main mechanical states have an associated submatrix in the global matrix
[       OK ] MappingGraph.diamondMapping (6 ms)
[----------] 7 tests from MappingGraph (17 ms total)

[----------] Global test environment tear-down
[==========] 11 tests from 2 test suites ran. (38 ms total)
[  PASSED  ] 11 tests.
Thread 3/7 (PID 10653) is done.
Waiting for thread 4/7 (PID 10654) to finish...
Thread 4/7 (PID 10654) is done.
Waiting for thread 5/7 (PID 10657) to finish...
Thread 5/7 (PID 10657) is done.
Waiting for thread 6/7 (PID 10659) to finish...
Thread 6/7 (PID 10659) is done.
Waiting for thread 7/7 (PID 10661) to finish...
Thread 7/7 (PID 10661) is done.
Done.
/builds/workspace/sofa-framework/master/ubuntu_clang_options_debug/ci/scripts/unit-tests.sh: line 1: kill: (-10548) - No such process
Testing summary:
- 78 test suite(s)
- 1981 test(s)
- 14 disabled test(s)
- 0 failure(s)
- 0 error(s)
Notify GitHub https://api.github.com/repos/sofa-framework/sofa/statuses/8f78ae8c35356358c3dd23d57a63705d60264a71 (sent): [success] ubuntu_clang_options-debug - Build OK. FIXME: 0 unit
Notify Dashboard (sent - curl returned 0): fullbuild=true&sha=8f78ae8c35356358c3dd23d57a63705d60264a71&config=ubuntu_clang_options-debug&node=sofa-ci-dev-ubuntu2204-0&job_url=https://ci.inria.fr/sofa-ci-dev/job/sofa-framework/job/master/CI_CONFIG=ubuntu_clang,CI_PLUGINS=options,CI_TYPE=debug/&build_url=https://ci.inria.fr/sofa-ci-dev/job/sofa-framework/job/master/CI_CONFIG=ubuntu_clang,CI_PLUGINS=options,CI_TYPE=debug/5100/&tests_status=done&tests_suites=78&tests_total=1981&tests_disabled=14&tests_failures=0&tests_errors=0&tests_duration=3476.2990000000004
[END] Unit tests (2024-05-15 02:24:09.072556) - took 1224.1224626 seconds
[BEGIN] Scene tests (2024-05-15 02:24:09.094711)
Notify Dashboard (sent - curl returned 0): fullbuild=true&sha=8f78ae8c35356358c3dd23d57a63705d60264a71&config=ubuntu_clang_options-debug&node=sofa-ci-dev-ubuntu2204-0&job_url=https://ci.inria.fr/sofa-ci-dev/job/sofa-framework/job/master/CI_CONFIG=ubuntu_clang,CI_PLUGINS=options,CI_TYPE=debug/&build_url=https://ci.inria.fr/sofa-ci-dev/job/sofa-framework/job/master/CI_CONFIG=ubuntu_clang,CI_PLUGINS=options,CI_TYPE=debug/5100/&scenes_status=running
Initializing scene testing.
Found runSofa: /builds/workspace/sofa-framework/master/ubuntu_clang_options_debug/build/bin/runSofa_d
Plugin ArticulatedSystemPlugin: built (found libArticulatedSystemPlugin_d.so libArticulatedSystemPlugin_d.so.1.0)
Plugin ArticulatedSystemPlugin: examples/ directory found.
Plugin BeamAdapter: built (found libBeamAdapter_d.so libBeamAdapter_d.so.1.0)
Plugin BeamAdapter: examples/ directory found.
Plugin BulletCollisionDetection: not built
Plugin CGALPlugin: built (found libCGALPlugin_d.so libCGALPlugin_d.so.0.1)
Plugin CGALPlugin: scenes/ directory found.
Plugin CImgPlugin: built (found libCImgPlugin_d.so libCImgPlugin_d.so.0.1)
Plugin CImgPlugin: examples/ directory found.
Plugin CSparseSolvers: built (found libCSparseSolvers_d.so libCSparseSolvers_d.so.1.0)
Plugin CSparseSolvers: examples/ directory found.
Plugin CollisionOBBCapsule: built (found libCollisionOBBCapsule_d.so libCollisionOBBCapsule_d.so.1.0)
Plugin CollisionOBBCapsule: examples/ directory found.
Plugin DiffusionSolver: built (found libDiffusionSolver_d.so libDiffusionSolver_d.so.0.1)
Plugin DiffusionSolver: no examples/ nor scenes/ directories.
Plugin Geomagic: built (found libGeomagic_d.so libGeomagic_d.so.0.1)
Plugin Geomagic: scenes/ directory found.
Plugin Haption: not built
Plugin InvertibleFVM: built (found libInvertibleFVM_d.so libInvertibleFVM_d.so.0.1)
Plugin InvertibleFVM: examples/ directory found.
Plugin LeapMotion: not built
Plugin ManifoldTopologies: built (found libManifoldTopologies_d.so libManifoldTopologies_d.so.0.1)
Plugin ManifoldTopologies: examples/ directory found.
Plugin ModelOrderReduction: built (found libModelOrderReduction_d.so libModelOrderReduction_d.so.1.0)
Plugin ModelOrderReduction: examples/ directory found.
Plugin MultiThreading: built (found libMultiThreading_d.so libMultiThreading_d.so.0.1)
Plugin MultiThreading: examples/ directory found.
Plugin PersistentContact: not built
Plugin PluginExample: built (found libPluginExample_d.so libPluginExample_d.so.1.0)
Plugin PluginExample: no examples/ nor scenes/ directories.
Plugin Registration: built (found libRegistration_d.so libRegistration_d.so.0.1)
Plugin Registration: examples/ directory found.
Plugin STLIB: built (found libSTLIB_d.so libSTLIB_d.so.3.0)
Plugin STLIB: no examples/ nor scenes/ directories.
Plugin SceneCreator: built (found libSceneCreator_d.so libSceneCreator_d.so.0.1)
Plugin SceneCreator: no examples/ nor scenes/ directories.
Plugin Sensable: not built
Plugin SensableEmulation: built (found libSensableEmulation_d.so)
Plugin SensableEmulation: examples/ directory found.
Plugin ShapeMatchingPlugin: built (found libShapeMatchingPlugin_d.so libShapeMatchingPlugin_d.so.24.06.99)
Plugin ShapeMatchingPlugin: examples/ directory found.
Plugin SixenseHydra: not built
Plugin Sofa.Metis: built (found libSofa.Metis_d.so libSofa.Metis_d.so.24.06.99)
Plugin Sofa.Metis: no examples/ nor scenes/ directories.
Plugin SofaAssimp: built (found libSofaAssimp_d.so libSofaAssimp_d.so.0.2)
Plugin SofaAssimp: examples/ directory found.
Plugin SofaCUDA: built (found libSofaCUDA_d.so libSofaCUDA_d.so.0.1)
Plugin SofaCUDA: examples/ directory found.
Plugin SofaCUDA: scenes/ directory found.
Plugin SofaCarving: built (found libSofaCarving_d.so libSofaCarving_d.so.0.1)
Plugin SofaCarving: examples/ directory found.
Plugin SofaDistanceGrid: built (found libSofaDistanceGrid_d.so libSofaDistanceGrid_d.so.24.06.99)
Plugin SofaDistanceGrid: examples/ directory found.
Plugin SofaEulerianFluid: built (found libSofaEulerianFluid_d.so libSofaEulerianFluid_d.so.1.0)
Plugin SofaEulerianFluid: examples/ directory found.
Plugin SofaHAPI: not built
Plugin SofaImplicitField: built (found libSofaImplicitField_d.so libSofaImplicitField_d.so.1.0)
Plugin SofaImplicitField: examples/ directory found.
Plugin SofaMatrix: built (found libSofaMatrix_d.so libSofaMatrix_d.so.1.0)
Plugin SofaMatrix: examples/ directory found.
Plugin SofaNewmat: not built
Plugin SofaOpenCL: not built
Plugin SofaPardisoSolver: not built
Plugin SofaPython3: built (found libSofaPython3_d.so libSofaPython3_d.so.1.0)
Plugin SofaPython3: examples/ directory found.
Plugin SofaSimpleGUI: built (found libSofaSimpleGUI_d.so libSofaSimpleGUI_d.so.0.1)
Plugin SofaSimpleGUI: examples/ directory found.
Plugin SofaSphFluid: built (found libSofaSphFluid_d.so libSofaSphFluid_d.so.1.0)
Plugin SofaSphFluid: examples/ directory found.
Plugin SofaTest: not built
Plugin SoftRobots: built (found libSoftRobots_d.so libSoftRobots_d.so.1.0)
Plugin SoftRobots: examples/ directory found.
Plugin VolumetricRendering: built (found libVolumetricRendering_d.so libVolumetricRendering_d.so.24.06.99)
Plugin VolumetricRendering: examples/ directory found.
Plugin Xitact: not built
Plugin image: built (found libimage_d.so libimage_d.so.0.1)
Plugin image: examples/ directory found.
applications/plugins/ModelOrderReduction/examples/.scene-tests: warning: no such file: organs/liver/liverFine.pyscn
applications/plugins/ModelOrderReduction/examples/.scene-tests: warning: no such file: organs/liver/liverFine.pyscn
applications/plugins/ModelOrderReduction/examples/.scene-tests: warning: no such file: others/caduceus/SphereOnAPlane.softSphereFalling.pyscn
applications/plugins/ModelOrderReduction/examples/.scene-tests: warning: no such file: others/caduceus/SphereOnAPlane.softSphereFalling.pyscn
Searching for missing plugins...
Searching for missing plugins: done.
Searching for unwanted python scripts...
  ignore applications/plugins/BeamAdapter/examples/python3/beamadapter/__init__.py: createScene function not found.
  ignore applications/plugins/BeamAdapter/examples/python3/beamadapter/parts/__init__.py: createScene function not found.
  ignore applications/plugins/BeamAdapter/examples/python3/beamadapter/parts/instrument.py: createScene function not found.
  ignore applications/plugins/BeamAdapter/examples/python3/beamadapter/parts/vessels.py: createScene function not found.
  ignore applications/plugins/BeamAdapter/examples/python3/beamadapter/sensors/__init__.py: createScene function not found.
  ignore applications/plugins/BeamAdapter/examples/python3/beamadapter/sensors/forceSensors.py: createScene function not found.
  ignore applications/plugins/ModelOrderReduction/examples/organs/liver/controller/washingMachineController.py: createScene function not found.
  ignore applications/plugins/ModelOrderReduction/examples/softRobots/multiGait/controller/keyInteractiveController.py: createScene function not found.
  ignore applications/plugins/ModelOrderReduction/examples/softRobots/multiGait/controller/waveController.py: createScene function not found.
  ignore applications/plugins/ModelOrderReduction/examples/softRobots/sofiaLeg/controller/__init__.py: createScene function not found.
  ignore applications/plugins/ModelOrderReduction/examples/softRobots/sofiaLeg/controller/sofiaLegController.py: createScene function not found.
  ignore applications/plugins/ModelOrderReduction/examples/softRobots/sofiaLeg/sofiaComplete/__init__.py: createScene function not found.
  ignore applications/plugins/ModelOrderReduction/examples/softRobots/sofiaLeg/sofiaComplete/controller/__init__.py: createScene function not found.
  ignore applications/plugins/ModelOrderReduction/examples/softRobots/sofiaLeg/sofiaComplete/controller/sofiaController.py: createScene function not found.
  ignore applications/plugins/SoftRobots/examples/component/__init__.py: createScene function not found.
  ignore applications/plugins/SoftRobots/examples/component/constraint/CableConstraint/FingerController.py: createScene function not found.
  ignore applications/plugins/SoftRobots/examples/component/constraint/CableConstraint/__init__.py: createScene function not found.
  ignore applications/plugins/SoftRobots/examples/component/constraint/SurfacePressureConstraint/__init__.py: createScene function not found.
  ignore applications/plugins/SoftRobots/examples/component/constraint/UnilateralPlaneConstraint/TentacleController.py: createScene function not found.
  ignore applications/plugins/SoftRobots/examples/component/constraint/UnilateralPlaneConstraint/__init__.py: createScene function not found.
  ignore applications/plugins/SoftRobots/examples/component/constraint/__init__.py: createScene function not found.
  ignore applications/plugins/SoftRobots/examples/component/controller/CommunicationController/__init__.py: createScene function not found.
  ignore applications/plugins/SoftRobots/examples/component/controller/CommunicationController/modules/__init__.py: createScene function not found.
  ignore applications/plugins/SoftRobots/examples/component/controller/CommunicationController/modules/accordion3.py: createScene function not found.
  ignore applications/plugins/SoftRobots/examples/component/controller/DataVariationLimiter/__init__.py: createScene function not found.
  ignore applications/plugins/SoftRobots/examples/component/controller/SerialPortBridgeGeneric/__init__.py: createScene function not found.
  ignore applications/plugins/SoftRobots/examples/component/controller/__init__.py: createScene function not found.
  ignore applications/plugins/SoftRobots/examples/component/engine/VolumeFromTetrahedrons/__init__.py: createScene function not found.
  ignore applications/plugins/SoftRobots/examples/component/engine/VolumeFromTriangles/__init__.py: createScene function not found.
  ignore applications/plugins/SoftRobots/examples/component/engine/__init__.py: createScene function not found.
  ignore applications/plugins/SoftRobots/examples/sofaros/recv.py: createScene function not found.
  ignore applications/plugins/SoftRobots/examples/sofaros/sofaros.py: createScene function not found.
  ignore applications/plugins/SoftRobots/examples/thematicalDocs/T4-DirectActuation/Actuators/Cable/ControllerDisplacement.py: createScene function not found.
  ignore applications/plugins/SoftRobots/examples/thematicalDocs/T4-DirectActuation/Actuators/Cable/ControllerForce.py: createScene function not found.
  ignore applications/plugins/SoftRobots/examples/thematicalDocs/T4-DirectActuation/Actuators/Pneumatic/ControllerPressure.py: createScene function not found.
  ignore applications/plugins/SoftRobots/examples/thematicalDocs/T4-DirectActuation/Actuators/Pneumatic/ControllerVolume.py: createScene function not found.
  ignore applications/plugins/SoftRobots/examples/thematicalDocs/T4-DirectActuation/DriveTheRobot/ControlKeyboard.py: createScene function not found.
  ignore applications/plugins/SoftRobots/examples/thematicalDocs/T5-OpenLoopControl/InverseSimulation/ArduinoInterface.py: createScene function not found.
  ignore applications/plugins/SoftRobots/examples/tutorials/CableGripper/myproject/grippercontroller.py: createScene function not found.
  ignore applications/plugins/SoftRobots/examples/tutorials/PneunetGripper/details/fingerController.py: createScene function not found.
  ignore applications/plugins/SoftRobots/examples/tutorials/PneunetGripper/details/param.py: createScene function not found.
  ignore applications/plugins/SoftRobots/examples/tutorials/PneunetGripper/details/wholeGripperController.py: createScene function not found.
  ignore applications/plugins/SoftRobots/examples/tutorials/SoftArmGripper/armGUI.py: createScene function not found.
  ignore applications/plugins/SoftRobots/examples/tutorials/SoftArmGripper/generation.py: createScene function not found.
  ignore applications/plugins/SoftRobots/examples/tutorials/SoftArmGripper/header.py: createScene function not found.
  ignore applications/plugins/SoftRobots/examples/tutorials/SoftArmGripper/params.py: createScene function not found.
  ignore applications/plugins/SoftRobots/examples/tutorials/SoftFingerDesign/details/cylinder.py: createScene function not found.
  ignore applications/plugins/SoftRobots/examples/tutorials/SoftFingerDesign/details/fixing_box.py: createScene function not found.
  ignore applications/plugins/SoftRobots/examples/tutorials/SoftFingerDesign/details/mesh_clamping.py: createScene function not found.
  ignore applications/plugins/SoftRobots/examples/tutorials/SoftFingerDesign/details/mesh_contact_surface.py: createScene function not found.
  ignore applications/plugins/SoftRobots/examples/tutorials/SoftFingerDesign/details/mesh_finger.py: createScene function not found.
  ignore applications/plugins/SoftRobots/examples/tutorials/Tripod/details/blueprint.py: createScene function not found.
  ignore applications/plugins/SoftRobots/examples/tutorials/Tripod/details/closedLoopController.py: createScene function not found.
  ignore applications/plugins/SoftRobots/examples/tutorials/Tripod/details/fixingbox.py: createScene function not found.
  ignore applications/plugins/SoftRobots/examples/tutorials/Tripod/details/mazecontroller.py: createScene function not found.
  ignore applications/plugins/SoftRobots/examples/tutorials/Tripod/details/tutorial.py: createScene function not found.
  ignore applications/plugins/SoftRobots/examples/tutorials/Tripod/myproject/blueprint.py: createScene function not found.
  ignore applications/plugins/SoftRobots/examples/tutorials/Tripod/myproject/closedLoopController.py: createScene function not found.
  ignore applications/plugins/SoftRobots/examples/tutorials/Tripod/myproject/fixingbox.py: createScene function not found.
  ignore applications/plugins/SoftRobots/examples/tutorials/Tripod/myproject/mazecontroller.py: createScene function not found.
  ignore applications/plugins/SoftRobots/examples/tutorials/Tripod/myproject/parts/blueprint.py: createScene function not found.
  ignore applications/plugins/SoftRobots/examples/tutorials/Tripod/myproject/parts/fixingbox.py: createScene function not found.
  ignore applications/plugins/SoftRobots/examples/tutorials/Tripod/myproject/parts/mazecontroller.py: createScene function not found.
  ignore applications/plugins/SoftRobots/examples/tutorials/Tripod/myproject/parts/tutorial.py: createScene function not found.
  ignore applications/plugins/SoftRobots/examples/tutorials/Tripod/myproject/tutorial.py: createScene function not found.
Searching for unwanted python scripts: done.
Scene testing in progress...
Waiting for thread 1/7 (PID 94606) to finish...
- examples/Demos/Coil.scn (thread 2/7 ; scene 1/108)
- applications/plugins/SofaCUDA/examples/raptor-cpu.scn (thread 1/7 ; scene 1/108)
- examples/Demos/simpleBoundaryConditions.scn (thread 3/7 ; scene 1/108)
- examples/Component/Topology/Container/Grid/SparseGridTopology.scn (thread 4/7 ; scene 1/108)
- examples/Demos/sofa_1000PR.scn (thread 7/7 ; scene 1/104)
- examples/Component/Constraint/Lagrangian/FixedLagrangianConstaint_Vec3.scn (thread 6/7 ; scene 1/108)
- examples/Tutorials/StepByStep/TopologicalMapping/5_TopoMapping.scn (thread 5/7 ; scene 1/108)
- applications/plugins/SoftRobots/examples/tutorials/Tripod/myproject/parts/s90servo.py (thread 2/7 ; scene 2/108)
- applications/plugins/ShapeMatchingPlugin/examples/ShapeMatchingForceField.scn (thread 5/7 ; scene 2/108)
- applications/plugins/MultiThreading/examples/ParallelHexahedronFEMForceField.scn (thread 3/7 ; scene 2/108)
- applications/plugins/SoftRobots/examples/tutorials/Tripod/details/step4-1.py (thread 2/7 ; scene 3/108)
Timeout after 30 seconds (30.30083)! examples/Component/Constraint/Lagrangian/FixedLagrangianConstaint_Vec3.scn
Timeout after 30 seconds (30.30087)! examples/Component/Topology/Container/Grid/SparseGridTopology.scn
Timeout after 30 seconds (30.30100)! examples/Demos/sofa_1000PR.scn
- examples/Tutorials/StepByStep/FullObject/6_FullObject.scn (thread 6/7 ; scene 2/108)
- examples/Component/Engine/Select/MeshSampler.scn (thread 4/7 ; scene 2/108)
- examples/Component/Collision/Detection/RayTraceCollision.scn (thread 7/7 ; scene 2/104)
- examples/Component/Topology/Container/Dynamic/AddingPointInTriangleProcess.scn (thread 4/7 ; scene 3/108)
- examples/Component/MechanicalLoad/SurfacePressureForceField.scn (thread 4/7 ; scene 4/108)
Timeout after 30 seconds (30.30086)! applications/plugins/ShapeMatchingPlugin/examples/ShapeMatchingForceField.scn
- examples/Component/Visual/OglShadowShader_SpotLight.scn (thread 5/7 ; scene 3/108)
- examples/Component/SolidMechanics/Spring/TriangleBendingSprings.scn (thread 6/7 ; scene 3/108)
Timeout after 30 seconds (30.30046)! applications/plugins/MultiThreading/examples/ParallelHexahedronFEMForceField.scn
- applications/plugins/SoftRobots/examples/component/constraint/CableConstraint/FingerWithSTLIB.py (thread 3/7 ; scene 3/108)
Timeout after 30 seconds (30.30034)! applications/plugins/SoftRobots/examples/tutorials/Tripod/details/step4-1.py
- applications/plugins/ModelOrderReduction/examples/others/caduceus/reduced/debug/debug_scene.py (thread 2/7 ; scene 4/108)
- applications/plugins/CollisionOBBCapsule/examples/OBBSphereVertex.scn (thread 5/7 ; scene 4/108)
- applications/plugins/SofaPython3/examples/ReadTheDocs_Example.py (thread 5/7 ; scene 5/108)
- examples/Component/Controller/MechanicalStateControllerTranslation.scn (thread 2/7 ; scene 5/108)
- applications/plugins/SofaSphFluid/examples/ParticlesRepulsionForceField.scn (thread 5/7 ; scene 6/108)
- examples/Tutorials/sandbox/implicit_singlehexaFEM.scn (thread 6/7 ; scene 4/108)
- applications/plugins/ModelOrderReduction/examples/softRobots/multiGait/reduced/reduced_multiGait.py (thread 2/7 ; scene 6/108)
- applications/plugins/SoftRobots/examples/tutorials/FirstSteps/myproject/mystep4.py (thread 6/7 ; scene 5/108)
- applications/plugins/SofaCUDA/examples/SquareTissue-cpu.scn (thread 1/7 ; scene 2/108)
- examples/Tutorials/StepByStep/Visual/1_Visual.scn (thread 6/7 ; scene 6/108)
- examples/Component/SolidMechanics/FEM/FastTetrahedronCorotationalForceField_validation.scn (thread 6/7 ; scene 7/108)
- examples/Benchmark/Performance/BuildLCP/NonBuiltConstraintCorrection.scn (thread 3/7 ; scene 4/108)
Timeout after 30 seconds (30.30030)! examples/Component/Collision/Detection/RayTraceCollision.scn
- applications/plugins/SofaPython3/examples/basic.py (thread 7/7 ; scene 3/104)
- examples/Benchmark/TopologicalChanges/FixedConstraint_RemovingMeshTest.scn (thread 7/7 ; scene 4/104)
- applications/plugins/image/examples/distanceFieldFilter.scn (thread 7/7 ; scene 5/104)
Timeout after 30 seconds (30.30054)! examples/Component/MechanicalLoad/SurfacePressureForceField.scn
- examples/Component/SceneUtility/AddResourceRepository.scn (thread 4/7 ; scene 5/108)
- examples/Component/Engine/Select/SubsetTopology_refiningMesh.scn (thread 7/7 ; scene 6/104)
- examples/Component/Visual/LightManager.scn (thread 4/7 ; scene 6/108)
- applications/plugins/image/examples/loadVolume.scn (thread 3/7 ; scene 5/108)
- applications/plugins/SofaPython3/examples/access_compliance_matrix.py (thread 4/7 ; scene 7/108)
- applications/plugins/ModelOrderReduction/examples/softRobots/diamond/diamondRobot.py (thread 4/7 ; scene 8/108)
- examples/Component/Mapping/NonLinear/RigidMapping.scn (thread 3/7 ; scene 6/108)
Timeout after 30 seconds (30.30049)! applications/plugins/SofaSphFluid/examples/ParticlesRepulsionForceField.scn
- examples/Component/Visual/TrailRenderer.scn (thread 5/7 ; scene 7/108)
- examples/Component/Topology/Container/Dynamic/IncisionTrianglesProcess.scn (thread 2/7 ; scene 7/108)
- applications/plugins/SoftRobots/examples/tutorials/Tripod/details/elasticbody.py (thread 5/7 ; scene 8/108)
- applications/plugins/ModelOrderReduction/examples/organs/liver/liverFine_gravity.py (thread 3/7 ; scene 7/108)
- examples/Tutorials/StepByStep/FullObject/8_FullObject.scn (thread 1/7 ; scene 3/108)
- applications/plugins/VolumetricRendering/examples/OglVolumetricModel_hexa_link.scn (thread 1/7 ; scene 4/108)
- examples/Component/Constraint/Lagrangian/InextensiblePendulum.scn (thread 1/7 ; scene 5/108)
Timeout after 30 seconds (30.30041)! examples/Component/Engine/Select/SubsetTopology_refiningMesh.scn
- examples/Component/Mapping/NonLinear/SquareDistanceMapping.scn (thread 7/7 ; scene 7/104)
- applications/plugins/CollisionOBBCapsule/examples/OBBTriVertexFace.scn (thread 1/7 ; scene 6/108)
- examples/Component/Mapping/Linear/SkinningMapping.scn (thread 5/7 ; scene 9/108)
- examples/Tutorials/StepByStep/FullObject/0_FullObject.scn (thread 7/7 ; scene 8/104)
- examples/Component/Topology/Mapping/Mesh2PointTopologicalMapping.scn (thread 7/7 ; scene 9/104)
- applications/plugins/CollisionOBBCapsule/examples/OBBOBBCollision.scn (thread 1/7 ; scene 7/108)
- examples/Benchmark/Performance/MatrixAssembly/MatrixAssembly_assembledCG.scn (thread 5/7 ; scene 10/108)
Timeout after 30 seconds (30.30050)! applications/plugins/ModelOrderReduction/examples/softRobots/diamond/diamondRobot.py
- examples/Component/Mapping/Linear/CenterOfMassMapping.scn (thread 4/7 ; scene 9/108)
- examples/Component/MechanicalLoad/ConstantForceField.scn (thread 1/7 ; scene 8/108)
- examples/Component/Engine/Select/BoxROI.scn (thread 4/7 ; scene 10/108)
- examples/Component/Visual/LinearBlendSkinningGPU.scn (thread 7/7 ; scene 10/104)
Timeout after 30 seconds (30.30046)! examples/Component/Topology/Container/Dynamic/IncisionTrianglesProcess.scn
- examples/Component/IO/Mesh/MeshTrianLoader.scn (thread 2/7 ; scene 8/108)
- applications/plugins/SoftRobots/examples/tutorials/Tripod/details/step2.py (thread 1/7 ; scene 9/108)
- applications/plugins/CGALPlugin/scenes/MeshGenerationFromPolyhedron.scn (thread 7/7 ; scene 11/104)
- applications/plugins/CSparseSolvers/examples/FEMBAR_SparseLUSolver.scn (thread 2/7 ; scene 9/108)
Timeout after 30 seconds (30.30042)! applications/plugins/ModelOrderReduction/examples/organs/liver/liverFine_gravity.py
- examples/Component/IO/Mesh/MeshGmshLoader.scn (thread 3/7 ; scene 8/108)
- examples/Component/SolidMechanics/FEM/RestShapeSpringsForceField3.scn (thread 7/7 ; scene 12/104)
- applications/plugins/SofaAssimp/examples/AssimpFbxLoader.scn (thread 7/7 ; scene 13/104)
- applications/plugins/SoftRobots/examples/tutorials/Tripod/myproject/step6.py (thread 2/7 ; scene 10/108)
- examples/Component/SolidMechanics/Spring/GearSpringForceField.scn (thread 7/7 ; scene 14/104)
- applications/plugins/SoftRobots/examples/tutorials/Tripod/myproject/step4-1.py (thread 7/7 ; scene 15/104)
- examples/Tutorials/OldTutorials/demo3.scn (thread 4/7 ; scene 11/108)
- examples/Component/Constraint/Lagrangian/BilateralInteractionConstraint_UGS.scn (thread 1/7 ; scene 10/108)
- examples/Component/SolidMechanics/Spring/angularSpringForceField.scn (thread 4/7 ; scene 12/108)
- applications/plugins/ModelOrderReduction/examples/softRobots/diamond/reduced/diamond_hyperElastic/reduced_diamondRobotHyperElastic.py (thread 1/7 ; scene 11/108)
Timeout after 30 seconds (30.30049)! examples/Benchmark/Performance/MatrixAssembly/MatrixAssembly_assembledCG.scn
- examples/Component/SolidMechanics/FEM/TriangularFEMForceField.scn (thread 5/7 ; scene 11/108)
- applications/plugins/CGALPlugin/scenes/Refine2DMesh.scn (thread 3/7 ; scene 9/108)
- examples/Component/SolidMechanics/FEM/HexahedronCompositeFEMMapping.scn (thread 4/7 ; scene 13/108)
- applications/plugins/SoftRobots/examples/tutorials/PneunetGripper/details/step1-meshLoading.py (thread 3/7 ; scene 10/108)
- applications/plugins/image/examples/ImageToRigidMass.scn (thread 3/7 ; scene 11/108)
- applications/plugins/SofaPython3/examples/advanced_timer.py (thread 3/7 ; scene 12/108)
Timeout after 90 seconds (90.90058)! examples/Component/SolidMechanics/FEM/FastTetrahedronCorotationalForceField_validation.scn
- examples/Component/MechanicalLoad/EdgePressureForceField.scn (thread 6/7 ; scene 8/108)
- examples/Component/Visual/SpotLight.scn (thread 4/7 ; scene 14/108)
- applications/plugins/BeamAdapter/examples/3instruments_collis.scn (thread 1/7 ; scene 12/108)
- applications/plugins/SofaCUDA/scenes/benchmarks/TetrahedronFEMForceField_beam16x16x76_cpu.scn (thread 4/7 ; scene 15/108)
Timeout after 30 seconds (30.30069)! applications/plugins/SoftRobots/examples/tutorials/Tripod/myproject/step6.py
- examples/Component/Playback/WriteState.scn (thread 2/7 ; scene 11/108)
- examples/Component/Visual/OglLineAxis.scn (thread 5/7 ; scene 12/108)
- applications/plugins/ShapeMatchingPlugin/examples/ConstraintRotationFinder.scn (thread 7/7 ; scene 16/104)
- examples/Tutorials/ForceFields/TutorialForceFieldLiverHexaFEM.scn (thread 2/7 ; scene 12/108)
- examples/Component/ODESolver/Forward/EulerExplicitSolver.scn (thread 5/7 ; scene 13/108)
- examples/Benchmark/TopologicalChanges/TriangularFEMForceField_RemovingMeshTest.scn (thread 5/7 ; scene 14/108)
- examples/Component/Constraint/Projective/PlaneConstraint.scn (thread 5/7 ; scene 15/108)
- applications/plugins/SoftRobots/examples/component/constraint/CableConstraint/CableSmoothActuation.py (thread 3/7 ; scene 13/108)
- examples/Component/Topology/Mapping/Edge2QuadTopologicalMapping.scn (thread 1/7 ; scene 13/108)
- examples/Tutorials/StepByStep/Pendulum/7_Pendulum.scn (thread 2/7 ; scene 13/108)
- examples/Component/SolidMechanics/Spring/TriangularBiquadraticSpringsForceField.scn (thread 2/7 ; scene 14/108)
Timeout after 30 seconds (30.30053)! examples/Component/MechanicalLoad/EdgePressureForceField.scn
- examples/Component/Mass/DiagonalMass.scn (thread 6/7 ; scene 9/108)
- examples/Component/Topology/Container/Dynamic/RemovingTrianglesProcess.scn (thread 5/7 ; scene 16/108)
- examples/Tutorials/OldTutorials/demo5.scn (thread 2/7 ; scene 15/108)
- applications/plugins/ModelOrderReduction/examples/softRobots/diamond/reduced/diamond/debug/debug_scene.py (thread 2/7 ; scene 16/108)
- applications/plugins/SoftRobots/examples/tutorials/PneunetGripper/details/step7-grabTheCube.py (thread 5/7 ; scene 17/108)
- examples/Component/Visual/OglCylinderModel.scn (thread 2/7 ; scene 17/108)
- examples/Component/Topology/Container/Dynamic/AddingTetraProcess.scn (thread 1/7 ; scene 14/108)
Timeout after 30 seconds (30.30060)! applications/plugins/SofaCUDA/scenes/benchmarks/TetrahedronFEMForceField_beam16x16x76_cpu.scn
- examples/Demos/2d.scn (thread 4/7 ; scene 16/108)
Timeout after 30 seconds (30.30046)! applications/plugins/ShapeMatchingPlugin/examples/ConstraintRotationFinder.scn
- applications/plugins/image/examples/loadimage_mt.scn (thread 7/7 ; scene 17/104)
- examples/Tutorials/OldTutorials/tutorial1.scn (thread 2/7 ; scene 18/108)
- examples/Component/Engine/Select/PointsFromIndices.scn (thread 1/7 ; scene 15/108)
- applications/plugins/Registration/examples/test_InertiaAlign2.scn (thread 4/7 ; scene 17/108)
- applications/plugins/ModelOrderReduction/examples/softRobots/multiGait/multiGait.py (thread 7/7 ; scene 18/104)
- applications/plugins/ModelOrderReduction/examples/organs/liver/reduced/liver/debug/debug_scene.py (thread 2/7 ; scene 19/108)
Timeout after 30 seconds (30.30034)! applications/plugins/SoftRobots/examples/component/constraint/CableConstraint/CableSmoothActuation.py
- examples/Component/Constraint/Projective/OscillatorConstraint.scn (thread 3/7 ; scene 14/108)
- examples/Component/AnimationLoop/FreeMotionAnimationLoop.scn (thread 2/7 ; scene 20/108)
- applications/plugins/SoftRobots/examples/tutorials/Tripod/details/s90servo.py (thread 6/7 ; scene 10/108)
- applications/plugins/InvertibleFVM/examples/simple.scn (thread 6/7 ; scene 11/108)
- examples/Component/Topology/Container/Dynamic/RemovingTetra2TriangleProcess.scn (thread 4/7 ; scene 18/108)
- examples/Demos/rigidifiedSectionsInBeam.scn (thread 6/7 ; scene 12/108)
- examples/Benchmark/Render/ManySpheres.scn (thread 4/7 ; scene 19/108)
- examples/Component/SolidMechanics/TensorMass/TetrahedralTensorMassForceField.scn (thread 3/7 ; scene 15/108)
- examples/Component/Engine/Generate/MeshClosingEngine.scn (thread 1/7 ; scene 16/108)
- examples/Component/ODESolver/Backward/EulerImplicitSolver-comparison.scn (thread 1/7 ; scene 17/108)
Timeout after 30 seconds (30.30039)! applications/plugins/SoftRobots/examples/tutorials/PneunetGripper/details/step7-grabTheCube.py
- applications/plugins/MultiThreading/examples/5DeformableCubesConstraints.scn (thread 5/7 ; scene 18/108)
- examples/Component/Topology/Container/Dynamic/RemovingTetra2TriangleProcess_performanceTest.scn (thread 4/7 ; scene 20/108)
- applications/plugins/SofaSphFluid/examples/SpatialGridContainer.scn (thread 3/7 ; scene 16/108)
- examples/Component/Visual/OglShadowShader_Directional.scn (thread 3/7 ; scene 17/108)
- examples/Tutorials/StepByStep/Visual/5_Visual.scn (thread 3/7 ; scene 18/108)
- examples/Component/Topology/Container/Dynamic/RemovingTetraProcess_withCollisionModel.scn (thread 3/7 ; scene 19/108)
- examples/Component/SolidMechanics/Spring/QuadBendingSprings.scn (thread 4/7 ; scene 21/108)
- applications/plugins/SoftRobots/examples/tutorials/FirstSteps/details/firststeps.py (thread 3/7 ; scene 20/108)
Timeout after 30 seconds (30.30077)! examples/Demos/rigidifiedSectionsInBeam.scn
- applications/plugins/SofaCUDA/scenes/benchmarks/HexahedronFEMForceField_beam10x10x40_cpu.scn (thread 6/7 ; scene 13/108)
- examples/Component/Constraint/Lagrangian/BilateralInteractionConstraint_Rigid.scn (thread 3/7 ; scene 21/108)
- examples/Tutorials/Topologies/TopologyTriangle2EdgeTopologicalMapping.scn (thread 5/7 ; scene 19/108)
- examples/Component/Visual/Visual3DText.scn (thread 3/7 ; scene 22/108)
- applications/plugins/CollisionOBBCapsule/examples/OBBCapVertexEdge.scn (thread 3/7 ; scene 23/108)
- examples/Component/Engine/Generate/MergeMeshes.scn (thread 4/7 ; scene 22/108)
- examples/Component/Mapping/Linear/BarycentricTetraMapping.scn (thread 3/7 ; scene 24/108)
Timeout after 30 seconds (30.30027)! examples/Component/ODESolver/Backward/EulerImplicitSolver-comparison.scn
- examples/Component/Visual/DirectionalLight.scn (thread 1/7 ; scene 18/108)
- examples/Component/Mapping/Linear/SimpleTesselatedTetraTopologicalMapping.scn (thread 4/7 ; scene 23/108)
- applications/plugins/CImgPlugin/examples/Texturing.scn (thread 1/7 ; scene 19/108)
- examples/Component/SolidMechanics/Spring/JointSpringForceField.scn (thread 5/7 ; scene 20/108)
- applications/plugins/InvertibleFVM/examples/plane.scn (thread 1/7 ; scene 20/108)
- applications/plugins/SoftRobots/examples/tutorials/CableGripper/details/finger.py (thread 4/7 ; scene 24/108)
- applications/plugins/SofaPython3/examples/access_mass_matrix.py (thread 5/7 ; scene 21/108)
- examples/Tutorials/Topologies/TopologyTetra2TriangleTopologicalMapping.scn (thread 1/7 ; scene 21/108)
- examples/Component/Topology/Container/Dynamic/QuadForceFieldTopologyChangeHandling.scn (thread 5/7 ; scene 22/108)
- applications/plugins/SofaCUDA/examples/raptor-surface-cpu.scn (thread 6/7 ; scene 14/108)
bash: line 1: 97968 Aborted                 (core dumped) /builds/workspace/sofa-framework/master/ubuntu_clang_options_debug/build/bin/runSofa_d -g batch -s dag -n 100 /builds/workspace/sofa-framework/master/ubuntu_clang_options_debug/src/examples/Component/Topology/Container/Dynamic/QuadForceFieldTopologyChangeHandling.scn >> scene-tests/examples/Component/Topology/Container/Dynamic/QuadForceFieldTopologyChangeHandling.scn/output.txt 2>&1
- applications/plugins/VolumetricRendering/examples/OglVolumetricModel_hexa.scn (thread 5/7 ; scene 23/108)
- examples/Component/LinearSolver/Iterative/FEMBAR_ShewchukPCGLinearSolver.scn (thread 4/7 ; scene 25/108)
- examples/Tutorials/StepByStep/Dentistry_Haptics/dentalSurgery_04.scn (thread 3/7 ; scene 25/108)
- examples/Tutorials/OldTutorials/demo7Triangle.scn (thread 6/7 ; scene 15/108)
- examples/Component/Engine/Select/SubsetTopology.scn (thread 5/7 ; scene 24/108)
- applications/plugins/Registration/examples/ICPRegistration_MeshSpring.scn (thread 6/7 ; scene 16/108)
- examples/Tutorials/sandbox/rungekutta_singlehexaFEM.scn (thread 4/7 ; scene 26/108)
- examples/Component/IO/Mesh/VTKExporter.scn (thread 3/7 ; scene 26/108)
- examples/Component/Engine/Select/MeshSplittingEngine.scn (thread 4/7 ; scene 27/108)
- examples/Component/LinearSolver/Iterative/FEMBAR_MinResLinearSolver.scn (thread 3/7 ; scene 27/108)
Timeout after 30 seconds (30.30047)! examples/Tutorials/Topologies/TopologyTetra2TriangleTopologicalMapping.scn
- examples/Component/SolidMechanics/FEM/TetrahedronFEMForceField.scn (thread 1/7 ; scene 22/108)
- examples/Component/Engine/Transform/TransformPosition.scn (thread 6/7 ; scene 17/108)
- applications/plugins/SoftRobots/examples/component/constraint/PositionConstraint/PositionConstraint.py (thread 6/7 ; scene 18/108)
- examples/Component/SolidMechanics/Spring/RegularGridSpringForceField.scn (thread 7/7 ; scene 19/104)
- examples/Component/SolidMechanics/FEM/TetrahedronHyperelasticityFEMForceField_invertedTets.scn (thread 6/7 ; scene 19/108)
- examples/Tutorials/Mappings/TutorialMappingDragonRigid.scn (thread 7/7 ; scene 20/104)
Timeout after 30 seconds (30.30046)! examples/Component/Engine/Select/SubsetTopology.scn
- examples/Component/ODESolver/Forward/RungeKutta4Solver.scn (thread 5/7 ; scene 25/108)
- applications/plugins/SoftRobots/examples/tutorials/Tripod/myproject/parts/maze.py (thread 7/7 ; scene 21/104)
Timeout after 30 seconds (30.30045)! examples/Component/Engine/Select/MeshSplittingEngine.scn
- applications/plugins/SofaSphFluid/examples/ParticleSink.scn (thread 4/7 ; scene 28/108)
Timeout after 30 seconds (30.30049)! examples/Component/LinearSolver/Iterative/FEMBAR_MinResLinearSolver.scn
- applications/plugins/image/examples/MeshesToImage_Diffusion.scn (thread 3/7 ; scene 28/108)
- examples/Component/LinearSolver/Preconditioner/FEMBAR_PCG_AsyncSparseLDLSolver.scn (thread 4/7 ; scene 29/108)
- examples/Component/Topology/Container/Dynamic/RemovingHexa2TetraProcess.scn (thread 3/7 ; scene 29/108)
- applications/plugins/SofaSphFluid/examples/SpatialGridPointModel.scn (thread 7/7 ; scene 22/104)
Timeout after 30 seconds (30.30042)! examples/Component/SolidMechanics/FEM/TetrahedronFEMForceField.scn
- examples/Component/Visual/VisualGrid.scn (thread 1/7 ; scene 23/108)
- examples/Component/Constraint/Lagrangian/FixedLagrangianConstaint_Rigid3.scn (thread 5/7 ; scene 26/108)
- applications/plugins/ManifoldTopologies/examples/SimpleManifoldTesselatedTetraTopologicalMapping.scn (thread 1/7 ; scene 24/108)
- applications/plugins/SoftRobots/examples/tutorials/FirstSteps/details/step2.py (thread 4/7 ; scene 30/108)
- examples/Component/Engine/Select/MeshSubsetEngine.scn (thread 5/7 ; scene 27/108)
- applications/plugins/ManifoldTopologies/examples/Tri2edgeMapping.scn (thread 4/7 ; scene 31/108)
- examples/Component/Constraint/Projective/HermiteSplineConstraint.scn (thread 5/7 ; scene 28/108)
- applications/plugins/Registration/examples/imageregistration.scn (thread 5/7 ; scene 29/108)
- examples/Tutorials/Basic/TutorialBasicCube.scn (thread 1/7 ; scene 25/108)
- examples/Tutorials/Mappings/TutorialMappingLiverBarycentric.scn (thread 1/7 ; scene 26/108)
- applications/plugins/CollisionOBBCapsule/examples/OBBOBBFaceEdge.scn (thread 3/7 ; scene 30/108)
- applications/plugins/ModelOrderReduction/examples/others/caduceus/reduced/reduced_caduceusNG.py (thread 3/7 ; scene 31/108)
Timeout after 30 seconds (30.30052)! examples/Component/SolidMechanics/FEM/TetrahedronHyperelasticityFEMForceField_invertedTets.scn
- examples/Tutorials/StepByStep/Visual/2_Visual.scn (thread 6/7 ; scene 20/108)
- applications/plugins/ModelOrderReduction/examples/organs/liver/reduced/liver_hyperElastic/reduced_liverFineHyperElastic.py (thread 6/7 ; scene 21/108)
- examples/Component/Constraint/Projective/FixedConstraint.scn (thread 1/7 ; scene 27/108)
Timeout after 30 seconds (30.30033)! applications/plugins/SofaSphFluid/examples/SpatialGridPointModel.scn
- applications/plugins/ModelOrderReduction/examples/organs/liver/reduced/liver_hyperElastic/debug/debug_scene.py (thread 7/7 ; scene 23/104)
- examples/Tutorials/OldTutorials/tutorial3.scn (thread 3/7 ; scene 32/108)
- examples/Component/LinearSolver/Preconditioner/FEMBAR_PCG_WarpedAsyncSparseLDLSolver.scn (thread 7/7 ; scene 24/104)
Timeout after 30 seconds (30.30046)! applications/plugins/ManifoldTopologies/examples/Tri2edgeMapping.scn
- examples/Component/Mapping/Linear/SubsetMultiMapping.scn (thread 4/7 ; scene 32/108)
bash: line 1: 98982 Aborted                 (core dumped) /builds/workspace/sofa-framework/master/ubuntu_clang_options_debug/build/bin/runSofa_d -g batch -s dag -n 100 /builds/workspace/sofa-framework/master/ubuntu_clang_options_debug/src/examples/Component/LinearSolver/Preconditioner/FEMBAR_PCG_WarpedAsyncSparseLDLSolver.scn >> scene-tests/examples/Component/LinearSolver/Preconditioner/FEMBAR_PCG_WarpedAsyncSparseLDLSolver.scn/output.txt 2>&1
- applications/plugins/SoftRobots/examples/tutorials/Tripod/myproject/tripodcontroller.py (thread 7/7 ; scene 25/104)
Timeout after 30 seconds (30.30054)! applications/plugins/Registration/examples/imageregistration.scn
- applications/plugins/SofaPython3/examples/access_stiffness_matrix.py (thread 5/7 ; scene 30/108)
- examples/Component/Mapping/Linear/SubsetMapping.scn (thread 4/7 ; scene 33/108)
- examples/Demos/2d_explicit.scn (thread 3/7 ; scene 33/108)
- examples/Component/Topology/Mapping/SubsetTopologicalMapping.scn (thread 1/7 ; scene 28/108)
- examples/Component/SolidMechanics/Spring/RestShapeSpringsForceField2.scn (thread 3/7 ; scene 34/108)
- examples/Component/Playback/ReadState.scn (thread 5/7 ; scene 31/108)
- applications/plugins/VolumetricRendering/examples/OglVolumetricModel_tetra_clipped_physics.scn (thread 1/7 ; scene 29/108)
- examples/Tutorials/StepByStep/FullObject/4_FullObject.scn (thread 6/7 ; scene 22/108)
- examples/Component/Visual/DataDisplay.scn (thread 3/7 ; scene 35/108)
- examples/Demos/caduceus.scn (thread 5/7 ; scene 32/108)
- examples/Component/ODESolver/Forward/EulerSymplecticSolver_diagonal.scn (thread 6/7 ; scene 23/108)
- applications/plugins/SofaDistanceGrid/examples/DistanceGridCollisionModel.scn (thread 3/7 ; scene 36/108)
- examples/Component/Topology/Container/Constant/MeshTopology.scn (thread 6/7 ; scene 24/108)
- examples/Component/Visual/OglSceneFrame.scn (thread 4/7 ; scene 34/108)
Timeout after 180 seconds (180.180079)! examples/Component/AnimationLoop/FreeMotionAnimationLoop.scn
- examples/Tutorials/StepByStep/Dentistry_Haptics/dentalSurgery_05.scn (thread 2/7 ; scene 21/108)
- applications/plugins/CollisionOBBCapsule/examples/OBBCapVertexVertex.scn (thread 4/7 ; scene 35/108)
- examples/Tutorials/sandbox/linearsolver_direct_or_iterative.scn (thread 3/7 ; scene 37/108)
- applications/plugins/SoftRobots/examples/tutorials/CableGripper/details/step2.py (thread 5/7 ; scene 33/108)
- examples/Tutorials/OldTutorials/demo8.scn (thread 4/7 ; scene 36/108)
- applications/plugins/SoftRobots/examples/tutorials/Tripod/myproject/elasticbody.py (thread 3/7 ; scene 38/108)
- applications/plugins/SoftRobots/examples/tutorials/CableGripper/cablegripper-tuto.py (thread 1/7 ; scene 30/108)
Timeout after 30 seconds (30.30058)! applications/plugins/SoftRobots/examples/tutorials/Tripod/myproject/tripodcontroller.py
- applications/plugins/SoftRobots/examples/tutorials/Tripod/myproject/step4-3.py (thread 7/7 ; scene 26/104)
- examples/Component/Constraint/Projective/AffineMovementConstraint.scn (thread 1/7 ; scene 31/108)
- share/config/default/newScene.scn (thread 4/7 ; scene 37/108)
- applications/plugins/SoftRobots/examples/tutorials/CableGripper/details/cablegripper.py (thread 2/7 ; scene 22/108)
- examples/Tutorials/StepByStep/TopologicalMapping/4_TopoMapping.scn (thread 1/7 ; scene 32/108)
- examples/Component/Constraint/Projective/AttachConstraintMatrix.scn (thread 4/7 ; scene 38/108)
- applications/plugins/SofaCarving/examples/SimpleCarving_withPenetration.scn (thread 6/7 ; scene 25/108)
- applications/plugins/CollisionOBBCapsule/examples/OBBTriFaceVertex.scn (thread 5/7 ; scene 34/108)
- examples/Component/Engine/Select/ProximityROI.scn (thread 5/7 ; scene 35/108)
- applications/plugins/ModelOrderReduction/examples/others/hexaBeam/reduced/reduced_hexaBeam.py (thread 6/7 ; scene 26/108)
- applications/plugins/SofaCarving/examples/SimpleCarving.scn (thread 3/7 ; scene 39/108)
- applications/plugins/image/examples/VoronoiToMeshEngine.scn (thread 6/7 ; scene 27/108)
Timeout after 30 seconds (30.30066)! applications/plugins/SoftRobots/examples/tutorials/Tripod/myproject/step4-3.py
- applications/plugins/SofaPython3/examples/taskScheduler.py (thread 7/7 ; scene 27/104)
Timeout after 30 seconds (30.30060)! applications/plugins/SoftRobots/examples/tutorials/CableGripper/details/cablegripper.py
- examples/Component/Mass/MeshMatrixMass.scn (thread 2/7 ; scene 23/108)
Timeout after 30 seconds (30.30050)! examples/Tutorials/StepByStep/TopologicalMapping/4_TopoMapping.scn
- examples/Component/Constraint/Lagrangian/BilateralInteractionConstraint_NNCG.scn (thread 1/7 ; scene 33/108)
Timeout after 30 seconds (30.30080)! examples/Component/Constraint/Projective/AttachConstraintMatrix.scn
- examples/Benchmark/Performance/MatrixAssembly/MatrixAssembly_direct.scn (thread 4/7 ; scene 39/108)
- examples/Component/Mapping/NonLinear/RigidMapping-basic.scn (thread 3/7 ; scene 40/108)
- applications/plugins/CollisionOBBCapsule/examples/OBBTriEdgeEdge.scn (thread 1/7 ; scene 34/108)
- applications/plugins/SoftRobots/examples/component/constraint/SurfacePressureConstraint/Springy.py (thread 3/7 ; scene 41/108)
- examples/Tutorials/Topologies/TopologyDynamicSurfaceMesh.scn (thread 1/7 ; scene 35/108)
Timeout after 30 seconds (30.30089)! examples/Component/Engine/Select/ProximityROI.scn
- examples/Component/SolidMechanics/Spring/StiffSpringForceField_simple.scn (thread 5/7 ; scene 36/108)
- examples/Tutorials/sandbox/explicit_singlehexaFEM.scn (thread 5/7 ; scene 37/108)
- applications/plugins/SoftRobots/examples/tutorials/PneunetGripper/details/step5-timeIntegrationAndMatrixSolver.py (thread 5/7 ; scene 38/108)
Timeout after 30 seconds (30.30081)! applications/plugins/image/examples/VoronoiToMeshEngine.scn
- applications/plugins/CollisionOBBCapsule/examples/OBBCap1.scn (thread 6/7 ; scene 28/108)
- applications/plugins/ModelOrderReduction/examples/softRobots/finger/reduced/reduced_finger.py (thread 6/7 ; scene 29/108)
- applications/plugins/CollisionOBBCapsule/examples/OBBOBBAlea.scn (thread 2/7 ; scene 24/108)
- examples/Component/Constraint/Projective/LinearMovementConstraint.scn (thread 2/7 ; scene 25/108)
Timeout after 30 seconds (30.30083)! applications/plugins/SofaPython3/examples/taskScheduler.py
- applications/plugins/SoftRobots/examples/tutorials/CableGripper/details/step1.py (thread 7/7 ; scene 28/104)
- examples/Component/Engine/Generate/ExtrudeSurface.scn (thread 6/7 ; scene 30/108)
- examples/Component/Constraint/Lagrangian/FrictionContact_LCP_with_friction.scn (thread 2/7 ; scene 26/108)
- examples/Component/Constraint/Projective/PartialFixedConstraint.scn (thread 6/7 ; scene 31/108)
Timeout after 30 seconds (30.30044)! examples/Benchmark/Performance/MatrixAssembly/MatrixAssembly_direct.scn
- examples/Component/Topology/Container/Grid/SparseGridRamificationTopology.scn (thread 4/7 ; scene 40/108)
- applications/plugins/ModelOrderReduction/examples/softRobots/sofiaLeg/sofiaComplete/sofiaSixLegs.py (thread 7/7 ; scene 29/104)
- examples/Component/Engine/Select/ValuesFromPositions_vectorField.scn (thread 2/7 ; scene 27/108)
- examples/Demos/chainAll.scn (thread 7/7 ; scene 30/104)
- applications/plugins/SofaPython3/examples/loadXMLfromPython.py (thread 2/7 ; scene 28/108)
Timeout after 30 seconds (30.30083)! applications/plugins/SoftRobots/examples/component/constraint/SurfacePressureConstraint/Springy.py
- applications/plugins/SofaPython3/examples/keyEvents.py (thread 3/7 ; scene 42/108)
Timeout after 30 seconds (30.30065)! examples/Tutorials/Topologies/TopologyDynamicSurfaceMesh.scn
- examples/Tutorials/OldTutorials/demo4.scn (thread 1/7 ; scene 36/108)
- examples/Component/Collision/Response/StickContactForceField.scn (thread 2/7 ; scene 29/108)
- applications/plugins/SoftRobots/examples/tutorials/Tripod/details/step1.py (thread 3/7 ; scene 43/108)
- applications/plugins/SoftRobots/examples/tutorials/Tripod/details/step3.py (thread 1/7 ; scene 37/108)
- examples/Tutorials/StepByStep/Pendulum/6_Pendulum.scn (thread 3/7 ; scene 44/108)
- examples/Component/Setting/ViewerSetting.scn (thread 4/7 ; scene 41/108)
- examples/Tutorials/Topologies/TopologyVolumeDifferentMesh.scn (thread 2/7 ; scene 30/108)
- examples/Component/IO/Mesh/MeshSTLLoader_binary.scn (thread 3/7 ; scene 45/108)
- examples/Component/Visual/OglShader.scn (thread 3/7 ; scene 46/108)
- applications/plugins/ManifoldTopologies/examples/SimpleTesselatedTetraTopologicalMapping.scn (thread 6/7 ; scene 32/108)
Timeout after 30 seconds (30.30073)! applications/plugins/SoftRobots/examples/tutorials/PneunetGripper/details/step5-timeIntegrationAndMatrixSolver.py
- examples/Component/Mapping/Linear/DeformableOnRigidFrameMapping.scn (thread 5/7 ; scene 39/108)
- applications/plugins/ShapeMatchingPlugin/examples/RotationFinder.scn (thread 6/7 ; scene 33/108)
- applications/plugins/SofaCUDA/scenes/benchmarks/HexahedronFEMForceField_beam16x16x76_cpu.scn (thread 6/7 ; scene 34/108)
- applications/plugins/CollisionOBBCapsule/examples/OBBOBBEdgeVertex.scn (thread 3/7 ; scene 47/108)
- applications/plugins/SoftRobots/examples/tutorials/Tripod/details/step4.py (thread 5/7 ; scene 40/108)
- applications/plugins/SofaPython3/examples/springForceField.py (thread 3/7 ; scene 48/108)
Timeout after 30 seconds (30.30050)! examples/Demos/chainAll.scn
- examples/Component/Constraint/Projective/FixedRotationConstraint.scn (thread 7/7 ; scene 31/104)
- examples/Component/Constraint/Projective/FixedPlaneConstraint.scn (thread 1/7 ; scene 38/108)
- examples/Component/MechanicalLoad/ConicalForceField.scn (thread 7/7 ; scene 32/104)
- applications/plugins/SoftRobots/examples/tutorials/Tripod/details/actuatedarm.py (thread 3/7 ; scene 49/108)
- examples/Component/SolidMechanics/FEM/TopoMap_cylinder3d.scn (thread 3/7 ; scene 50/108)
Timeout after 30 seconds (30.30038)! examples/Component/Setting/ViewerSetting.scn
- examples/Component/Constraint/Projective/BoxConstraint.scn (thread 4/7 ; scene 42/108)
Timeout after 30 seconds (30.30049)! examples/Tutorials/Topologies/TopologyVolumeDifferentMesh.scn
- examples/Component/SolidMechanics/FEM/StandardTetrahedralFEMForceField.scn (thread 2/7 ; scene 31/108)
- examples/Tutorials/OldTutorials/demo8Triangle.scn (thread 1/7 ; scene 39/108)
- examples/Component/Constraint/Projective/AttachConstraint.scn (thread 7/7 ; scene 33/104)
- examples/Component/Mapping/NonLinear/RigidMapping2d-basic.scn (thread 1/7 ; scene 40/108)
- examples/Component/Engine/Generate/RandomPointDistributionInSurface.scn (thread 1/7 ; scene 41/108)
- examples/Tutorials/StepByStep/FullObject/3_FullObject.scn (thread 1/7 ; scene 42/108)
- applications/plugins/image/examples/openMeshToImage.scn (thread 4/7 ; scene 43/108)
- applications/plugins/SoftRobots/examples/tutorials/CableGripper/details/step5.py (thread 1/7 ; scene 43/108)
- applications/plugins/SofaPython3/examples/emptyDataEngine.py (thread 4/7 ; scene 44/108)
Timeout after 30 seconds (30.30061)! applications/plugins/SofaCUDA/scenes/benchmarks/HexahedronFEMForceField_beam16x16x76_cpu.scn
- examples/Component/Engine/Analyze/ShapeMatching.scn (thread 6/7 ; scene 35/108)
- applications/plugins/SofaCUDA/scenes/benchmarks/TriangularFEMForceFieldOptim_tissue100x100_cpu.scn (thread 4/7 ; scene 45/108)
Timeout after 30 seconds (30.30054)! applications/plugins/SoftRobots/examples/tutorials/Tripod/details/step4.py
- applications/plugins/CSparseSolvers/examples/FEMBAR_SparseCholeskySolver.scn (thread 5/7 ; scene 41/108)
- examples/Component/ODESolver/Forward/EulerSymplecticSolver.scn (thread 6/7 ; scene 36/108)
- examples/Component/SolidMechanics/Spring/StiffSpringForceField.scn (thread 3/7 ; scene 51/108)
- examples/Tutorials/OldTutorials/demo9.scn (thread 3/7 ; scene 52/108)
- examples/Component/Topology/Container/Dynamic/HexahedronForceFieldTopologyChangeHandling.scn (thread 6/7 ; scene 37/108)
- applications/plugins/SoftRobots/examples/tutorials/Tripod/details/step4-3.py (thread 3/7 ; scene 53/108)
- examples/Benchmark/TopologicalChanges/TriangularBendingSprings_RemovingMeshTest.scn (thread 4/7 ; scene 46/108)
Timeout after 30 seconds (30.30049)! examples/Component/SolidMechanics/FEM/StandardTetrahedralFEMForceField.scn
- examples/Component/Topology/Container/Dynamic/RemovingTriangle2EdgeProcess.scn (thread 2/7 ; scene 32/108)
- applications/plugins/SofaPython3/examples/emptyForceField.py (thread 5/7 ; scene 42/108)
bash: line 1: 101396 Aborted                 (core dumped) /builds/workspace/sofa-framework/master/ubuntu_clang_options_debug/build/bin/runSofa_d -g batch -s dag -n 100 /builds/workspace/sofa-framework/master/ubuntu_clang_options_debug/src/examples/Component/Topology/Container/Dynamic/HexahedronForceFieldTopologyChangeHandling.scn >> scene-tests/examples/Component/Topology/Container/Dynamic/HexahedronForceFieldTopologyChangeHandling.scn/output.txt 2>&1
- applications/plugins/SoftRobots/examples/tutorials/Tripod/myproject/step2.py (thread 6/7 ; scene 38/108)
- examples/Demos/collisionMultiple.scn (thread 4/7 ; scene 47/108)
- examples/Component/IO/Mesh/GridMeshCreator.scn (thread 5/7 ; scene 43/108)
Timeout after 30 seconds (30.30046)! examples/Component/Constraint/Projective/AttachConstraint.scn
- examples/Component/SceneUtility/Monitor.scn (thread 7/7 ; scene 34/104)
- examples/Tutorials/Mappings/TutorialMappingCubeSurface.scn (thread 2/7 ; scene 33/108)
- examples/Component/Constraint/Projective/BilinearConstraint3D.scn (thread 5/7 ; scene 44/108)
- examples/Tutorials/StepByStep/FullObject/5_FullObject.scn (thread 7/7 ; scene 35/104)
- applications/plugins/ModelOrderReduction/examples/softRobots/sofiaLeg/reduced/debug/debug_scene.py (thread 2/7 ; scene 34/108)
bash: line 1: 101653 Aborted                 (core dumped) /builds/workspace/sofa-framework/master/ubuntu_clang_options_debug/build/bin/runSofa_d -g batch -s dag -n 100 /builds/workspace/sofa-framework/master/ubuntu_clang_options_debug/src/examples/Component/Constraint/Projective/BilinearConstraint3D.scn >> scene-tests/examples/Component/Constraint/Projective/BilinearConstraint3D.scn/output.txt 2>&1
- examples/Component/Topology/Mapping/Hexa2QuadTopologicalMapping.scn (thread 5/7 ; scene 45/108)
- applications/plugins/SofaSphFluid/examples/SPHFluidSurfaceMapping.scn (thread 2/7 ; scene 35/108)
- applications/plugins/SofaSimpleGUI/examples/oneTet.scn (thread 5/7 ; scene 46/108)
- examples/Component/MechanicalLoad/InteractionEllipsoidForceField.scn (thread 7/7 ; scene 36/104)
- applications/plugins/CollisionOBBCapsule/examples/OBBTriEdgeEdge2.scn (thread 5/7 ; scene 47/108)
- examples/Tutorials/StepByStep/Visual/3_Visual.scn (thread 5/7 ; scene 48/108)
Timeout after 30 seconds (30.30053)! applications/plugins/SoftRobots/examples/tutorials/CableGripper/details/step5.py
- examples/Component/Constraint/Lagrangian/FrictionContact_LCP_without_friction.scn (thread 1/7 ; scene 44/108)
- examples/Component/MechanicalLoad/BoxConstantForceField.scn (thread 5/7 ; scene 49/108)
- applications/plugins/ArticulatedSystemPlugin/examples/ArticulatedArm/header.py (thread 1/7 ; scene 45/108)
- applications/plugins/SofaMatrix/examples/ComplianceMatrixExporter.scn (thread 5/7 ; scene 50/108)
- applications/plugins/SoftRobots/examples/thematicalDocs/T3-MaterialProperties/Elastic/Simulation.py (thread 7/7 ; scene 37/104)
- applications/plugins/ArticulatedSystemPlugin/examples/ArticulatedHierarchyBVHController.scn (thread 1/7 ; scene 46/108)
- examples/Tutorials/OldTutorials/demo6.scn (thread 5/7 ; scene 51/108)
- examples/Tutorials/StepByStep/Getyourbearings/2_getyourbearings.scn (thread 5/7 ; scene 52/108)
- examples/Component/SolidMechanics/Spring/FastTriangularBendingSprings.scn (thread 2/7 ; scene 36/108)
- applications/plugins/SoftRobots/examples/tutorials/SoftFingerDesign/details/actuated_arm.py (thread 6/7 ; scene 39/108)
- examples/Component/Visual/OglLabel.scn (thread 5/7 ; scene 53/108)
- applications/plugins/SoftRobots/examples/thematicalDocs/T1-Elements_TetraHexaBeam/Beam/Beam.py (thread 5/7 ; scene 54/108)
- examples/Component/Visual/NavigationRecordedCamera.scn (thread 2/7 ; scene 37/108)
Timeout after 30 seconds (30.30093)! applications/plugins/SoftRobots/examples/tutorials/Tripod/details/step4-3.py
- examples/Tutorials/OldTutorials/demo1.scn (thread 3/7 ; scene 54/108)
- examples/Component/Topology/Container/Grid/CylinderGridTopology.scn (thread 2/7 ; scene 38/108)
- examples/Component/Topology/Mapping/Hexa2TetraTopologicalMapping.scn (thread 6/7 ; scene 40/108)
- applications/plugins/SofaCUDA/scenes/benchmarks/MeshSpringForceField_beam10x10x40_cpu.scn (thread 3/7 ; scene 55/108)
- examples/Component/IO/Mesh/GIDMeshLoader.scn (thread 1/7 ; scene 47/108)
- share/config/newScene.scn (thread 5/7 ; scene 55/108)
Timeout after 30 seconds (30.30037)! examples/Demos/collisionMultiple.scn
- examples/Tutorials/StepByStep/Pendulum/1_Pendulum.scn (thread 4/7 ; scene 48/108)
- applications/plugins/SensableEmulation/examples/testOmniDriverEmu.scn (thread 5/7 ; scene 56/108)
- examples/Component/SceneUtility/MonitorTest.scn (thread 4/7 ; scene 49/108)
- examples/Component/Topology/Container/Dynamic/RemovingPointSprings.scn (thread 5/7 ; scene 57/108)
- applications/plugins/BeamAdapter/examples/3instruments.scn (thread 4/7 ; scene 50/108)
- applications/plugins/CollisionOBBCapsule/examples/OBBOBB2.scn (thread 5/7 ; scene 58/108)
- examples/Tutorials/OldTutorials/demo6Triangle.scn (thread 5/7 ; scene 59/108)
- applications/plugins/image/examples/cropFilter.scn (thread 3/7 ; scene 56/108)
- examples/Component/LinearSolver/Direct/FEMBAR_PrecomputedLinearSolver.scn (thread 3/7 ; scene 57/108)
- applications/plugins/ArticulatedSystemPlugin/examples/ArticulatedSystemMapping.scn (thread 6/7 ; scene 41/108)
- applications/plugins/SoftRobots/examples/tutorials/FirstSteps/details/step4.py (thread 5/7 ; scene 60/108)
- examples/Component/Constraint/Lagrangian/SlidingConstraint.scn (thread 4/7 ; scene 51/108)
- examples/Component/IO/Mesh/LiverUseNewLoaders.scn (thread 6/7 ; scene 42/108)
- examples/Component/Topology/Container/Dynamic/TriangularForceFieldTopologyChangeHandling.scn (thread 4/7 ; scene 52/108)
- examples/Component/Topology/Container/Dynamic/AddingTetra2TriangleProcess.scn (thread 5/7 ; scene 61/108)
Timeout after 30 seconds (30.30030)! applications/plugins/SoftRobots/examples/thematicalDocs/T3-MaterialProperties/Elastic/Simulation.py
- examples/Component/LinearSolver/Preconditioner/FEMBAR_PCG_WarpPreconditioner.scn (thread 7/7 ; scene 38/104)
- applications/plugins/SoftRobots/examples/thematicalDocs/T3-MaterialProperties/Hyperelastic/Simulation.py (thread 5/7 ; scene 62/108)
- examples/Tutorials/StepByStep/Visual/0_Visual.scn (thread 3/7 ; scene 58/108)
- examples/Component/Topology/Container/Dynamic/TetrahedronForceFieldTopologyChangeHandling.scn (thread 3/7 ; scene 59/108)
Timeout after 30 seconds (30.30047)! examples/Component/Topology/Container/Grid/CylinderGridTopology.scn
- examples/Component/LinearSolver/Direct/Eigen3-SVD.scn (thread 2/7 ; scene 39/108)
- examples/Tutorials/Collision/AdvancedResponseConstraintBased.scn (thread 6/7 ; scene 43/108)
Timeout after 30 seconds (30.30050)! examples/Component/IO/Mesh/GIDMeshLoader.scn
- applications/plugins/SofaCUDA/scenes/benchmarks/QuadSpringsSphere_cpu.scn (thread 1/7 ; scene 48/108)
- applications/plugins/SoftRobots/examples/component/constraint/CableConstraint/DisplacementVsForceControl.py (thread 7/7 ; scene 39/104)
- examples/Component/MechanicalLoad/TrianglePressureForceField.scn (thread 6/7 ; scene 44/108)
- examples/Component/Mapping/Linear/IdentityMultiMapping.scn (thread 5/7 ; scene 63/108)
- applications/plugins/SoftRobots/examples/tutorials/Tripod/tripod-tuto.py (thread 4/7 ; scene 53/108)
- applications/plugins/SoftRobots/examples/tutorials/SoftFingerDesign/soft-finger-design.py (thread 5/7 ; scene 64/108)
- applications/plugins/SoftRobots/examples/tutorials/FirstSteps/details/step3.py (thread 4/7 ; scene 54/108)
- examples/Component/Engine/Select/BoxROI_2d.scn (thread 5/7 ; scene 65/108)
- examples/Component/Visual/ClipPlane.scn (thread 4/7 ; scene 55/108)
- applications/plugins/VolumetricRendering/examples/OglTetrahedralModel.scn (thread 1/7 ; scene 49/108)
- examples/Tutorials/StepByStep/Getyourbearings/0_getyourbearings.scn (thread 5/7 ; scene 66/108)
- applications/plugins/ModelOrderReduction/examples/softRobots/sofiaLeg/sofiaLeg.py (thread 4/7 ; scene 56/108)
- applications/plugins/ModelOrderReduction/examples/softRobots/sofiaLeg/sofiaComplete/DemoSofia.py (thread 1/7 ; scene 50/108)
- examples/Component/LinearSolver/Direct/FEMBAR_EigenSimplicialLDLT.scn (thread 5/7 ; scene 67/108)
- examples/Component/Visual/OglModel.scn (thread 1/7 ; scene 51/108)
- applications/plugins/SoftRobots/examples/tutorials/Tripod/myproject/parts/elasticbody.py (thread 1/7 ; scene 52/108)
Timeout after 30 seconds (30.30050)! examples/Component/Topology/Container/Dynamic/TetrahedronForceFieldTopologyChangeHandling.scn
- applications/plugins/CollisionOBBCapsule/examples/benchmark_cubes.scn (thread 3/7 ; scene 60/108)
- examples/Component/Engine/GL/TextureInterpolation.scn (thread 5/7 ; scene 68/108)
bash: line 1: 103244 Aborted                 (core dumped) /builds/workspace/sofa-framework/master/ubuntu_clang_options_debug/build/bin/runSofa_d -g batch -s dag -n 100 /builds/workspace/sofa-framework/master/ubuntu_clang_options_debug/src/applications/plugins/CollisionOBBCapsule/examples/benchmark_cubes.scn >> scene-tests/applications/plugins/CollisionOBBCapsule/examples/benchmark_cubes.scn/output.txt 2>&1
- examples/Benchmark/TopologicalChanges/ProjectToLineConstraint_RemovingMeshTest.scn (thread 3/7 ; scene 61/108)
- examples/Component/SolidMechanics/FEM/HexahedronFEMForceField.scn (thread 5/7 ; scene 69/108)
Timeout after 30 seconds (30.30042)! examples/Component/LinearSolver/Direct/Eigen3-SVD.scn
- applications/plugins/SofaCUDA/examples/TetrahedralTensorMassForceFieldCPU.scn (thread 2/7 ; scene 40/108)
- applications/plugins/SoftRobots/examples/component/controller/AnimationEditor/RigidAnimation.py (thread 3/7 ; scene 62/108)
Timeout after 30 seconds (30.30053)! applications/plugins/SoftRobots/examples/component/constraint/CableConstraint/DisplacementVsForceControl.py
- examples/Component/LinearSolver/Iterative/FEMBAR_CGLinearSolver.scn (thread 7/7 ; scene 40/104)
- examples/Component/Engine/Select/PlaneROI.scn (thread 3/7 ; scene 63/108)
Timeout after 30 seconds (30.30045)! examples/Component/MechanicalLoad/TrianglePressureForceField.scn
- applications/plugins/SofaEulerianFluid/examples/Fluid2D.scn (thread 6/7 ; scene 45/108)
- applications/plugins/image/examples/navigationInVolume.scn (thread 2/7 ; scene 41/108)
- examples/Tutorials/StepByStep/Pendulum/2_Pendulum.scn (thread 6/7 ; scene 46/108)
- examples/Component/Constraint/Projective/PatchTestConstraint.scn (thread 2/7 ; scene 42/108)
- examples/Tutorials/StepByStep/Getyourbearings/1_getyourbearings.scn (thread 6/7 ; scene 47/108)
- examples/Component/Engine/Generate/MergePoints.scn (thread 6/7 ; scene 48/108)
- examples/Component/Mapping/NonLinear/DistanceMapping.scn (thread 1/7 ; scene 53/108)
- examples/Component/SolidMechanics/FEM/BeamFEMForceField.scn (thread 2/7 ; scene 43/108)
Timeout after 30 seconds (30.30034)! applications/plugins/ModelOrderReduction/examples/softRobots/sofiaLeg/sofiaLeg.py
- examples/Tutorials/StepByStep/Pendulum/4_Pendulum.scn (thread 4/7 ; scene 57/108)
- examples/Component/Topology/Container/Dynamic/RemovingTetra2Triangle_options2.scn (thread 5/7 ; scene 70/108)
- examples/Component/IO/Mesh/VoxelGridLoader.scn (thread 1/7 ; scene 54/108)
- examples/Tutorials/StepByStep/Pendulum/3_Pendulum.scn (thread 2/7 ; scene 44/108)
- applications/plugins/SoftRobots/examples/tutorials/Tripod/details/step6.py (thread 4/7 ; scene 58/108)
- examples/Benchmark/Performance/MatrixAssembly/MatrixAssembly_assembledCG_blocs.scn (thread 1/7 ; scene 55/108)
- applications/plugins/image/examples/DepthMapToMesh.scn (thread 2/7 ; scene 45/108)
- applications/plugins/CGALPlugin/scenes/BooleanOperations.scn (thread 5/7 ; scene 71/108)
- applications/plugins/SoftRobots/examples/tutorials/PneunetGripper/details/step6-pneumaticActuatorAndPythonScriptController.py (thread 2/7 ; scene 46/108)
- examples/Component/Visual/OglViewport.scn (thread 5/7 ; scene 72/108)
Timeout after 30 seconds (30.30085)! examples/Component/LinearSolver/Iterative/FEMBAR_CGLinearSolver.scn
- applications/plugins/ManifoldTopologies/examples/Tri2edgeManiMapping.scn (thread 7/7 ; scene 41/104)
Timeout after 30 seconds (30.30047)! examples/Component/Engine/Select/PlaneROI.scn
- applications/plugins/CollisionOBBCapsule/examples/OBBSphere2.scn (thread 3/7 ; scene 64/108)
- examples/Component/Visual/OrderIndependentTransparency.scn (thread 5/7 ; scene 73/108)
- examples/Component/Engine/Transform/DisplacementMatrixEngine.scn (thread 3/7 ; scene 65/108)
- examples/Tutorials/StepByStep/TopologicalMapping/6_TopoMapping.scn (thread 5/7 ; scene 74/108)
- examples/Benchmark/TopologicalChanges/LinearMovementConstraint_RemovingMeshTest.scn (thread 3/7 ; scene 66/108)
- examples/Component/Topology/Utility/TopologicalChangeProcessor_useDataInputs_option.scn (thread 3/7 ; scene 67/108)
Timeout after 30 seconds (30.30052)! examples/Component/Engine/Generate/MergePoints.scn
- examples/Component/Engine/Generate/MergeVectors.scn (thread 6/7 ; scene 49/108)
- applications/plugins/ManifoldTopologies/examples/ManifoldTriangleSurfaceCutting.scn (thread 5/7 ; scene 75/108)
- examples/Component/Constraint/Projective/OscillatorConstraint_rigid.scn (thread 6/7 ; scene 50/108)
- examples/Component/Engine/Select/NearestPointROI.scn (thread 6/7 ; scene 51/108)
Timeout after 30 seconds (30.30053)! applications/plugins/SoftRobots/examples/tutorials/Tripod/details/step6.py
- examples/Component/LinearSolver/Direct/FEMBAR_AsyncSparseLDLSolver.scn (thread 4/7 ; scene 59/108)
Timeout after 30 seconds (30.30091)! examples/Benchmark/Performance/MatrixAssembly/MatrixAssembly_assembledCG_blocs.scn
- examples/Component/LinearSolver/Preconditioner/FEMBAR_PCG_NoPreconditioner.scn (thread 1/7 ; scene 56/108)
Timeout after 30 seconds (30.30090)! applications/plugins/SoftRobots/examples/tutorials/PneunetGripper/details/step6-pneumaticActuatorAndPythonScriptController.py
- examples/Component/LinearSolver/Preconditioner/FEMBAR_PCG_SSORPreconditioner.scn (thread 2/7 ; scene 47/108)
- examples/Component/ODESolver/Forward/EulerExplicitSolver_diagonal.scn (thread 4/7 ; scene 60/108)
- examples/Component/Constraint/Lagrangian/FrictionContact_VelocityConstraints.scn (thread 4/7 ; scene 61/108)
- examples/Component/Visual/PositionalLight.scn (thread 1/7 ; scene 57/108)
- examples/Component/SolidMechanics/FEM/FastTetrahedralCorotationalForceField.scn (thread 1/7 ; scene 58/108)
Timeout after 30 seconds (30.30089)! applications/plugins/ManifoldTopologies/examples/Tri2edgeManiMapping.scn
- examples/Benchmark/TopologicalChanges/AffineMovementConstraint__RemovingMeshTest.scn (thread 7/7 ; scene 42/104)
- applications/plugins/SofaMatrix/examples/FillReducingOrdering.scn (thread 3/7 ; scene 68/108)
- applications/plugins/SoftRobots/examples/plugintests.py (thread 7/7 ; scene 43/104)
- examples/Component/SolidMechanics/FEM/TetrahedronHyperelasticityFEMForceField.scn (thread 2/7 ; scene 48/108)
- examples/Component/Constraint/Lagrangian/BilateralInteractionConstraint_PGS.scn (thread 7/7 ; scene 44/104)
- applications/plugins/SoftRobots/examples/tutorials/CableGripper/details/step0.py (thread 4/7 ; scene 62/108)
Timeout after 30 seconds (30.30092)! applications/plugins/ManifoldTopologies/examples/ManifoldTriangleSurfaceCutting.scn
- applications/plugins/SofaSphFluid/examples/SPHFluidForceField.scn (thread 5/7 ; scene 76/108)
- examples/Component/LinearSystem/PendulumSpringsDistanceMapping.scn (thread 7/7 ; scene 45/104)
Timeout after 30 seconds (30.30038)! examples/Component/Engine/Select/NearestPointROI.scn
- examples/Component/SolidMechanics/FEM/TetrahedralCorotationalFEMForceField.scn (thread 6/7 ; scene 52/108)
- examples/Component/LinearSolver/Preconditioner/FEMBAR_PCG_BlockJacobiPreconditioner.scn (thread 7/7 ; scene 46/104)
- applications/plugins/SofaSphFluid/examples/SPHDemo.scn (thread 5/7 ; scene 77/108)
- applications/plugins/SoftRobots/examples/component/controller/DataVariationLimiter/DataVariationLimiter.py (thread 5/7 ; scene 78/108)
- examples/Tutorials/StepByStep/TopologicalMapping/0_TopoMapping.scn (thread 7/7 ; scene 47/104)
- examples/Component/Mapping/NonLinear/DistanceFromTargetMapping.scn (thread 7/7 ; scene 48/104)
Timeout after 30 seconds (30.30073)! examples/Component/SolidMechanics/FEM/FastTetrahedralCorotationalForceField.scn
- applications/plugins/CollisionOBBCapsule/examples/OBBTriEdgeVerex.scn (thread 1/7 ; scene 59/108)
- examples/Benchmark/Performance/TorusFall.scn (thread 7/7 ; scene 49/104)
- applications/plugins/BeamAdapter/examples/Tool_from_loader.scn (thread 1/7 ; scene 60/108)
- applications/plugins/SofaPython3/examples/example-forcefield.py (thread 2/7 ; scene 49/108)
Timeout after 30 seconds (30.30081)! applications/plugins/SofaMatrix/examples/FillReducingOrdering.scn
- applications/plugins/image/examples/MeshToImage.scn (thread 3/7 ; scene 69/108)
- examples/Component/Mapping/NonLinear/SquareMapping.scn (thread 2/7 ; scene 50/108)
- examples/Tutorials/StepByStep/Pendulum/0_Pendulum.scn (thread 3/7 ; scene 70/108)
- examples/Demos/include_test.scn (thread 2/7 ; scene 51/108)
- examples/Component/Engine/Select/SubsetTopology_localIndicesOption.scn (thread 3/7 ; scene 71/108)
Timeout after 30 seconds (30.30124)! applications/plugins/SoftRobots/examples/tutorials/CableGripper/details/step0.py
- applications/plugins/BeamAdapter/examples/python3/Cochlear-Implant-Insertion/Scene_Cochlea.py (thread 4/7 ; scene 63/108)
Timeout after 30 seconds (30.30095)! examples/Component/SolidMechanics/FEM/TetrahedralCorotationalFEMForceField.scn
- examples/Benchmark/Performance/benchmark_cubes.scn (thread 6/7 ; scene 53/108)
bash: line 1: 104805 Aborted                 (core dumped) /builds/workspace/sofa-framework/master/ubuntu_clang_options_debug/build/bin/runSofa_d -g batch -s dag -n 100 /builds/workspace/sofa-framework/master/ubuntu_clang_options_debug/src/examples/Benchmark/Performance/benchmark_cubes.scn >> scene-tests/examples/Benchmark/Performance/benchmark_cubes.scn/output.txt 2>&1
- examples/Component/LinearSolver/Preconditioner/FEMBAR_PCG_JacobiPreconditioner.scn (thread 6/7 ; scene 54/108)
- examples/Component/Topology/Mapping/Triangle2EdgeTopologicalMapping.scn (thread 1/7 ; scene 61/108)
Timeout after 30 seconds (30.30084)! applications/plugins/SoftRobots/examples/component/controller/DataVariationLimiter/DataVariationLimiter.py
- examples/Component/Constraint/Projective/ProjectDirectionConstraint.scn (thread 5/7 ; scene 79/108)
- applications/plugins/ModelOrderReduction/examples/softRobots/finger/finger.pyscn (thread 4/7 ; scene 64/108)
Timeout after 30 seconds (30.30086)! examples/Benchmark/Performance/TorusFall.scn
- applications/plugins/ModelOrderReduction/examples/organs/liver/liverFineHyperElastic.pyscn (thread 7/7 ; scene 50/104)
- examples/Component/Topology/Container/Grid/SparseGridMultipleTopology.scn (thread 2/7 ; scene 52/108)
- examples/Component/Topology/Utility/TopologyBoundingTrasher.scn (thread 5/7 ; scene 80/108)
- examples/Tutorials/StepByStep/TopologicalMapping/2_TopoMapping.scn (thread 6/7 ; scene 55/108)
Timeout after 30 seconds (30.30046)! examples/Component/Engine/Select/SubsetTopology_localIndicesOption.scn
- examples/Tutorials/Topologies/TopologyQuad2TriangleTopologicalMapping.scn (thread 3/7 ; scene 72/108)
- examples/Component/Constraint/Projective/AffineMovementConstraint3D.scn (thread 4/7 ; scene 65/108)
- examples/Component/SolidMechanics/FEM/DampingForceField.scn (thread 2/7 ; scene 53/108)
- examples/Component/Engine/Select/SphereROI.scn (thread 2/7 ; scene 54/108)
- applications/plugins/SoftRobots/examples/tutorials/PneunetGripper/details/step4-boundaryConditions.py (thread 4/7 ; scene 66/108)
- examples/Component/Engine/Generate/MeshBarycentricMapperEngine.scn (thread 4/7 ; scene 67/108)
Timeout after 30 seconds (30.30051)! examples/Component/Topology/Mapping/Triangle2EdgeTopologicalMapping.scn
- applications/plugins/ManifoldTopologies/examples/mamailleMani.scn (thread 1/7 ; scene 62/108)
- examples/Component/Constraint/Projective/ParabolicConstraint.scn (thread 4/7 ; scene 68/108)
- applications/plugins/SoftRobots/examples/tutorials/CableGripper/details/step3.py (thread 1/7 ; scene 63/108)
- examples/Tutorials/sandbox/implicit_singlehexaFEM_2.scn (thread 4/7 ; scene 69/108)
- examples/Component/Visual/OglShadowShader_SpotLight2.scn (thread 4/7 ; scene 70/108)
- examples/Component/Topology/Container/Dynamic/AddingQuad2TriangleProcess.scn (thread 5/7 ; scene 81/108)
- examples/Component/Engine/Select/SubsetTopology_subsetbehaviormodel.scn (thread 4/7 ; scene 71/108)
Timeout after 30 seconds (30.30053)! examples/Tutorials/StepByStep/TopologicalMapping/2_TopoMapping.scn
- applications/plugins/ArticulatedSystemPlugin/examples/ArticulatedArm/robot.py (thread 6/7 ; scene 56/108)
- applications/plugins/BeamAdapter/examples/AdaptiveBeamMapping.scn (thread 5/7 ; scene 82/108)
- applications/plugins/SofaSphFluid/examples/ParticleSource.scn (thread 4/7 ; scene 72/108)
- applications/plugins/SoftRobots/examples/thematicalDocs/T4-DirectActuation/Actuators/Cable/CableForce.py (thread 5/7 ; scene 83/108)
- applications/plugins/Registration/examples/test_InertiaAlign.scn (thread 4/7 ; scene 73/108)
- examples/Component/SolidMechanics/FEM/TriangularFEMForceFieldOptim.scn (thread 4/7 ; scene 74/108)
Timeout after 30 seconds (30.30048)! examples/Tutorials/Topologies/TopologyQuad2TriangleTopologicalMapping.scn
- applications/plugins/SoftRobots/examples/component/engine/VolumeFromTetrahedrons/Finger.py (thread 3/7 ; scene 73/108)
- applications/plugins/SoftRobots/examples/tutorials/SoftFingerDesign/details/elastic_material_object.py (thread 6/7 ; scene 57/108)
- applications/plugins/SoftRobots/examples/tutorials/PneunetGripper/pneunetgripper-tuto.py (thread 3/7 ; scene 74/108)
- examples/Component/Visual/LightMax.scn (thread 1/7 ; scene 64/108)
- applications/plugins/SofaSimpleGUI/examples/liver.scn (thread 3/7 ; scene 75/108)
- applications/plugins/SoftRobots/examples/tutorials/CableGripper/details/step6.py (thread 1/7 ; scene 65/108)
Timeout after 30 seconds (30.30053)! examples/Component/Engine/Select/SphereROI.scn
- examples/Tutorials/OldTutorials/demo10.scn (thread 2/7 ; scene 55/108)
- examples/Tutorials/StepByStep/Dentistry_Haptics/dentalSurgery_02.scn (thread 4/7 ; scene 75/108)
- examples/Component/ODESolver/Forward/DampVelocitySolver.scn (thread 5/7 ; scene 84/108)
- applications/plugins/CollisionOBBCapsule/examples/OBBOBBEdgeEdge.scn (thread 2/7 ; scene 56/108)
- applications/plugins/CollisionOBBCapsule/examples/OBBCapEdgeVertex.scn (thread 4/7 ; scene 76/108)
- applications/plugins/SoftRobots/examples/tutorials/Tripod/myproject/step4-2.py (thread 5/7 ; scene 85/108)
- applications/plugins/SoftRobots/examples/tutorials/FirstSteps/myproject/mystep1.py (thread 2/7 ; scene 57/108)
- examples/Component/IO/Mesh/MeshSTLLoader.scn (thread 4/7 ; scene 77/108)
- applications/plugins/ModelOrderReduction/examples/organs/liver/liverFine_rotationalActuation.py (thread 2/7 ; scene 58/108)
- applications/plugins/VolumetricRendering/examples/OglVolumetricModel_tetra.scn (thread 4/7 ; scene 78/108)
- applications/plugins/SofaSphFluid/examples/SPHFluidForceField_benchmarks.scn (thread 3/7 ; scene 76/108)
- examples/Tutorials/Collision/ModelizationTriangleBased.scn (thread 4/7 ; scene 79/108)
- examples/Component/IO/Mesh/MeshOffLoader.scn (thread 4/7 ; scene 80/108)
- examples/Component/Engine/Generate/GenerateRigidMass.scn (thread 4/7 ; scene 81/108)
Timeout after 30 seconds (30.30068)! applications/plugins/SoftRobots/examples/tutorials/SoftFingerDesign/details/elastic_material_object.py
- examples/Component/LinearSystem/CompositeLinearSystem.scn (thread 6/7 ; scene 58/108)
- applications/plugins/SofaPython3/examples/example-scriptcontroller.py (thread 4/7 ; scene 82/108)
- applications/plugins/SoftRobots/examples/tutorials/Tripod/myproject/actuatedarm.py (thread 4/7 ; scene 83/108)
- applications/plugins/SoftRobots/examples/tutorials/Tripod/myproject/step1-prepare.py (thread 3/7 ; scene 77/108)
Timeout after 30 seconds (30.30043)! applications/plugins/SoftRobots/examples/tutorials/CableGripper/details/step6.py
- examples/Component/Topology/Container/Grid/RegularGridTopology.scn (thread 1/7 ; scene 66/108)
- examples/Tutorials/OldTutorials/demo2.scn (thread 4/7 ; scene 84/108)
- applications/plugins/SoftRobots/examples/component/constraint/UnilateralPlaneConstraint/ArticulatedTentacle.py (thread 1/7 ; scene 67/108)
- examples/Component/SolidMechanics/FEM/TriangleFEMForceField.scn (thread 4/7 ; scene 85/108)
Timeout after 30 seconds (30.30052)! applications/plugins/SoftRobots/examples/tutorials/Tripod/myproject/step4-2.py
- examples/Component/SceneUtility/MakeDataAlias.scn (thread 5/7 ; scene 86/108)
- applications/plugins/SofaCarving/examples/CarvingTool.scn (thread 5/7 ; scene 87/108)
Timeout after 30 seconds (30.30032)! applications/plugins/ModelOrderReduction/examples/organs/liver/liverFine_rotationalActuation.py
- applications/plugins/BeamAdapter/examples/SingleBeamDeploymentCollision.scn (thread 2/7 ; scene 59/108)
- applications/plugins/VolumetricRendering/examples/OglVolumetricModel_hexa_physics.scn (thread 4/7 ; scene 86/108)
- examples/Tutorials/Mappings/TutorialMappingDragonBarycentric.scn (thread 2/7 ; scene 60/108)
- examples/Component/Engine/Generate/spiral.scn (thread 1/7 ; scene 68/108)
- examples/Component/Engine/Transform/vertex2frame.scn (thread 2/7 ; scene 61/108)
- applications/plugins/SoftRobots/examples/thematicalDocs/T4-DirectActuation/Actuators/Cable/CableDisplacement.py (thread 1/7 ; scene 69/108)
- examples/Component/SolidMechanics/FEM/HexahedronCompositeFEMForceFieldAndMass.scn (thread 2/7 ; scene 62/108)
- applications/plugins/image/examples/marchingCubes.scn (thread 4/7 ; scene 87/108)
Timeout after 30 seconds (30.30049)! examples/Component/LinearSystem/CompositeLinearSystem.scn
- examples/Tutorials/ForceFields/TutorialForceFieldLiverFEM.scn (thread 6/7 ; scene 59/108)
- examples/Component/AnimationLoop/MultiStepAnimationLoop.scn (thread 5/7 ; scene 88/108)
- examples/Demos/fallingBeamLagrangianCollision.scn (thread 4/7 ; scene 88/108)
- examples/Component/Engine/Analyze/HausdorffDistance.scn (thread 3/7 ; scene 78/108)
- examples/Component/SolidMechanics/Spring/PolynomialRestShapeSpringsForceField.scn (thread 3/7 ; scene 79/108)
- applications/plugins/SoftRobots/examples/tutorials/CableGripper/details/grippercontroller.py (thread 3/7 ; scene 80/108)
- examples/Component/IO/Mesh/MeshObjLoader.scn (thread 3/7 ; scene 81/108)
- examples/Component/LinearSolver/Direct/FEMBAR_EigenSparseLU.scn (thread 3/7 ; scene 82/108)
- applications/plugins/ModelOrderReduction/examples/others/SphereOnAPlane/softSphereFalling.pyscn (thread 1/7 ; scene 70/108)
- examples/Component/Topology/Mapping/TopoMap_Hexa2Quad2Triangle.scn (thread 6/7 ; scene 60/108)
- examples/Component/SolidMechanics/FEM/HexahedralFEMForceField.scn (thread 7/7 ; scene 51/104)
- examples/Component/MechanicalLoad/SphereForceField.scn (thread 7/7 ; scene 52/104)
- applications/plugins/SofaPython3/examples/liver-scriptcontroller.py (thread 6/7 ; scene 61/108)
Timeout after 30 seconds (30.30054)! examples/Component/SolidMechanics/FEM/HexahedronCompositeFEMForceFieldAndMass.scn
- applications/plugins/ModelOrderReduction/examples/softRobots/diamond/reduced/diamond/reduced_diamondRobot.py (thread 2/7 ; scene 63/108)
- examples/Demos/simpleSphere.scn (thread 7/7 ; scene 53/104)
Timeout after 30 seconds (30.30059)! examples/Component/AnimationLoop/MultiStepAnimationLoop.scn
- examples/Component/Constraint/Projective/ProjectToPointConstraint.scn (thread 5/7 ; scene 89/108)
Timeout after 30 seconds (30.30063)! examples/Demos/fallingBeamLagrangianCollision.scn
- examples/Component/SolidMechanics/FEM/HexahedralFEMForceFieldAndMass.scn (thread 4/7 ; scene 89/108)
- examples/Component/Collision/Geometry/SphereModel.scn (thread 5/7 ; scene 90/108)
- applications/plugins/MultiThreading/examples/liversMeanPositions.scn (thread 6/7 ; scene 62/108)
- examples/Component/LinearSolver/Iterative/FEMBAR_CGLinearSolver_assembled.scn (thread 5/7 ; scene 91/108)
Timeout after 30 seconds (30.30069)! examples/Component/LinearSolver/Direct/FEMBAR_EigenSparseLU.scn
- applications/plugins/SofaImplicitField/examples/ImplicitSurfaceMapping.scn (thread 3/7 ; scene 83/108)
Timeout after 30 seconds (30.30087)! applications/plugins/ModelOrderReduction/examples/others/SphereOnAPlane/softSphereFalling.pyscn
- examples/Component/SolidMechanics/Spring/MeshSpringForceField.scn (thread 1/7 ; scene 71/108)
- examples/Demos/chainHybridNoGroup.scn (thread 7/7 ; scene 54/104)
- examples/Tutorials/Collision/MultipleObjectsTwoCubes.scn (thread 3/7 ; scene 84/108)
- applications/plugins/SoftRobots/examples/tutorials/Tripod/myproject/maze.py (thread 3/7 ; scene 85/108)
Timeout after 30 seconds (30.30103)! applications/plugins/ModelOrderReduction/examples/softRobots/diamond/reduced/diamond/reduced_diamondRobot.py
- applications/plugins/SofaSphFluid/examples/SPHParticleSink.scn (thread 2/7 ; scene 64/108)
Timeout after 30 seconds (30.30094)! examples/Component/SolidMechanics/FEM/HexahedralFEMForceFieldAndMass.scn
- examples/Component/Visual/OglShader_tessellation.scn (thread 4/7 ; scene 90/108)
- applications/plugins/SoftRobots/examples/thematicalDocs/T4-DirectActuation/Actuators/Pneumatic/SurfaceConstraintVolume.py (thread 2/7 ; scene 65/108)
- examples/Tutorials/Topologies/TopologyLinearMesh.scn (thread 3/7 ; scene 86/108)
- examples/Component/SolidMechanics/FEM/TetrahedronFEMForceField_assemble.scn (thread 3/7 ; scene 87/108)
Timeout after 30 seconds (30.30037)! applications/plugins/MultiThreading/examples/liversMeanPositions.scn
- examples/Component/SolidMechanics/FEM/Heterogeneous-TetrahedronFEMForceField.scn (thread 6/7 ; scene 63/108)
- applications/plugins/SoftRobots/examples/thematicalDocs/T1-Elements_TetraHexaBeam/Tetra/Tetra.py (thread 4/7 ; scene 91/108)
Timeout after 30 seconds (30.30058)! examples/Component/LinearSolver/Iterative/FEMBAR_CGLinearSolver_assembled.scn
- examples/Component/LinearSolver/Preconditioner/FEMBAR_PCG_PrecomputedWarpPreconditioner.scn (thread 5/7 ; scene 92/108)
Timeout after 30 seconds (30.30069)! examples/Component/SolidMechanics/Spring/MeshSpringForceField.scn
- applications/plugins/MultiThreading/examples/BeamLinearMapping_mt.scn (thread 1/7 ; scene 72/108)
- applications/plugins/SoftRobots/examples/thematicalDocs/T1-Elements_TetraHexaBeam/Hexa/Hexa.py (thread 5/7 ; scene 93/108)
Timeout after 30 seconds (30.30105)! examples/Demos/chainHybridNoGroup.scn
- applications/plugins/SofaPython3/examples/basic-addGUI.py (thread 7/7 ; scene 55/104)
- examples/Component/Engine/Generate/MeshTetraStuffing.scn (thread 7/7 ; scene 56/104)
- examples/Component/Visual/VisualStyle.scn (thread 1/7 ; scene 73/108)
- examples/Component/Engine/Transform/SmoothMeshEngine.scn (thread 1/7 ; scene 74/108)
- examples/Component/LinearSystem/ConstantSparsityPatternSystem.scn (thread 1/7 ; scene 75/108)
Timeout after 30 seconds (30.30079)! applications/plugins/SoftRobots/examples/thematicalDocs/T4-DirectActuation/Actuators/Pneumatic/SurfaceConstraintVolume.py
- applications/plugins/SoftRobots/examples/tutorials/Tripod/myproject/step3.py (thread 2/7 ; scene 66/108)
Timeout after 30 seconds (30.30081)! examples/Component/SolidMechanics/FEM/TetrahedronFEMForceField_assemble.scn
- examples/Tutorials/StepByStep/TopologicalMapping/3_TopoMapping.scn (thread 3/7 ; scene 88/108)
Timeout after 30 seconds (30.30049)! examples/Component/SolidMechanics/FEM/Heterogeneous-TetrahedronFEMForceField.scn
- examples/Benchmark/TopologicalChanges/ProjectToPointConstraint_RemovingMeshTest.scn (thread 6/7 ; scene 64/108)
Timeout after 30 seconds (30.30032)! applications/plugins/SoftRobots/examples/thematicalDocs/T1-Elements_TetraHexaBeam/Tetra/Tetra.py
- applications/plugins/SoftRobots/examples/tutorials/FirstSteps/myproject/mystep2.py (thread 4/7 ; scene 92/108)
- examples/Component/SolidMechanics/Spring/TriangularQuadraticSpringsForceField.scn (thread 6/7 ; scene 65/108)
- examples/Component/IO/Mesh/MeshVTKLoader.scn (thread 4/7 ; scene 93/108)
- examples/Component/Mapping/Linear/IdentityMapping.scn (thread 7/7 ; scene 57/104)
- applications/plugins/SoftRobots/examples/tutorials/FirstSteps/firststeps-tuto.py (thread 4/7 ; scene 94/108)
Timeout after 30 seconds (30.30037)! applications/plugins/SoftRobots/examples/thematicalDocs/T1-Elements_TetraHexaBeam/Hexa/Hexa.py
- examples/Tutorials/StepByStep/TopologicalMapping/1_TopoMapping.scn (thread 5/7 ; scene 94/108)
- examples/Component/Visual/MergeVisualModels.scn (thread 4/7 ; scene 95/108)
- examples/Component/SolidMechanics/FEM/TetrahedronFEMForceField_Chain.scn (thread 5/7 ; scene 95/108)
- examples/Tutorials/StepByStep/FullObject/2_FullObject.scn (thread 4/7 ; scene 96/108)
- examples/Component/Diffusion/TetrahedronDiffusionFEMForceField.scn (thread 4/7 ; scene 97/108)
- examples/Tutorials/StepByStep/Dentistry_Haptics/dentalSurgery_Annex.scn (thread 6/7 ; scene 66/108)
- examples/Component/Constraint/Lagrangian/NonBuiltConstraintCorrection.scn (thread 4/7 ; scene 98/108)
- examples/Component/Engine/Transform/TransformEngine.scn (thread 6/7 ; scene 67/108)
Timeout after 30 seconds (30.30049)! examples/Component/LinearSystem/ConstantSparsityPatternSystem.scn
- examples/Tutorials/OldTutorials/demo10Triangle.scn (thread 1/7 ; scene 76/108)
- examples/Tutorials/StepByStep/FullObject/1_FullObject.scn (thread 2/7 ; scene 67/108)
- examples/Component/SolidMechanics/FEM/NonUniformHexahedronFEMForceFieldAndMass.scn (thread 2/7 ; scene 68/108)
- applications/plugins/MultiThreading/examples/livers.scn (thread 6/7 ; scene 68/108)
- applications/plugins/SofaCUDA/examples/StandardTetrahedralFEMForceFieldCPU.scn (thread 1/7 ; scene 77/108)
Timeout after 30 seconds (30.30101)! examples/Tutorials/StepByStep/TopologicalMapping/3_TopoMapping.scn
- examples/Component/Topology/Mapping/SubsetTopologicalMapping2.scn (thread 3/7 ; scene 89/108)
Timeout after 30 seconds (30.30091)! examples/Component/Mapping/Linear/IdentityMapping.scn
- applications/plugins/image/examples/smoothingengine.scn (thread 7/7 ; scene 58/104)
- applications/plugins/SoftRobots/examples/tutorials/FirstSteps/myproject/firststeps.py (thread 4/7 ; scene 99/108)
- examples/Tutorials/Topologies/TopologySurfaceDifferentMesh.scn (thread 7/7 ; scene 59/104)
Timeout after 30 seconds (30.30078)! examples/Component/SolidMechanics/FEM/TetrahedronFEMForceField_Chain.scn
- examples/Tutorials/Collision/ModelizationSphereBased.scn (thread 5/7 ; scene 96/108)
- examples/Benchmark/TopologicalChanges/ProjectDirectionConstraint_RemovingMeshTest.scn (thread 4/7 ; scene 100/108)
- applications/plugins/SoftRobots/examples/tutorials/Tripod/details/maze.py (thread 3/7 ; scene 90/108)
- examples/Component/Topology/Container/Constant/CubeTopology.scn (thread 5/7 ; scene 97/108)
bash: line 1: 108048 Aborted                 (core dumped) /builds/workspace/sofa-framework/master/ubuntu_clang_options_debug/build/bin/runSofa_d -g batch -s dag -n 100 /builds/workspace/sofa-framework/master/ubuntu_clang_options_debug/src/examples/Benchmark/TopologicalChanges/ProjectDirectionConstraint_RemovingMeshTest.scn >> scene-tests/examples/Benchmark/TopologicalChanges/ProjectDirectionConstraint_RemovingMeshTest.scn/output.txt 2>&1
- examples/Component/LinearSolver/Direct/FEMBAR_EigenSparseQR.scn (thread 4/7 ; scene 101/108)
- applications/plugins/MultiThreading/examples/ParallelMeshSpringForceField.scn (thread 1/7 ; scene 78/108)
- examples/Component/SolidMechanics/Spring/RestShapeSpringsForceField.scn (thread 5/7 ; scene 98/108)
Timeout after 30 seconds (30.30085)! examples/Component/SolidMechanics/FEM/NonUniformHexahedronFEMForceFieldAndMass.scn
- applications/plugins/MultiThreading/examples/ParallelCGLinearSolver.scn (thread 2/7 ; scene 69/108)
- applications/plugins/CGALPlugin/scenes/MeshGenerationFromImageWithFeatures.scn (thread 3/7 ; scene 91/108)
- examples/Component/Visual/PointSplatModel.scn (thread 5/7 ; scene 99/108)
Timeout after 30 seconds (30.30061)! applications/plugins/MultiThreading/examples/livers.scn
- applications/plugins/SoftRobots/examples/tutorials/Tripod/details/tripodcontroller.py (thread 6/7 ; scene 69/108)
bash: line 1: 108218 Aborted                 (core dumped) /builds/workspace/sofa-framework/master/ubuntu_clang_options_debug/build/bin/runSofa_d -g batch -s dag -n 100 /builds/workspace/sofa-framework/master/ubuntu_clang_options_debug/src/applications/plugins/CGALPlugin/scenes/MeshGenerationFromImageWithFeatures.scn >> scene-tests/applications/plugins/CGALPlugin/scenes/MeshGenerationFromImageWithFeatures.scn/output.txt 2>&1
- applications/plugins/VolumetricRendering/examples/OglVolumetricModel_tetra_physics.scn (thread 3/7 ; scene 92/108)
- applications/plugins/SoftRobots/examples/tutorials/FirstSteps/myproject/mystep3.py (thread 5/7 ; scene 100/108)
- examples/Component/Visual/RecordedCamera.scn (thread 5/7 ; scene 101/108)
- applications/plugins/SoftRobots/examples/tutorials/PneunetGripper/details/step3-stiffLayer.py (thread 5/7 ; scene 102/108)
Timeout after 30 seconds (30.30116)! examples/Tutorials/Topologies/TopologySurfaceDifferentMesh.scn
- examples/Component/Collision/Geometry/TriangleModel.scn (thread 7/7 ; scene 60/104)
- applications/plugins/SoftRobots/examples/thematicalDocs/T4-DirectActuation/DriveTheRobot/Simulation.py (thread 5/7 ; scene 103/108)
Timeout after 30 seconds (30.30083)! examples/Component/LinearSolver/Direct/FEMBAR_EigenSparseQR.scn
- applications/plugins/SoftRobots/examples/tutorials/Trunk/trunk.py (thread 4/7 ; scene 102/108)
Timeout after 30 seconds (30.30112)! applications/plugins/MultiThreading/examples/ParallelMeshSpringForceField.scn
- examples/Component/Collision/Response/FrictionContact.scn (thread 1/7 ; scene 79/108)
- applications/plugins/image/examples/MeshToImageMultipleRoi.scn (thread 7/7 ; scene 61/104)
- examples/Component/Mapping/Linear/BarycentricMapping.scn (thread 7/7 ; scene 62/104)
- applications/plugins/image/examples/MeshesToImage_Fill.scn (thread 1/7 ; scene 80/108)
- examples/Component/Topology/Container/Dynamic/RemovingQuad2TriangleProcess.scn (thread 1/7 ; scene 81/108)
Timeout after 30 seconds (30.30039)! applications/plugins/MultiThreading/examples/ParallelCGLinearSolver.scn
- examples/Component/Topology/Container/Grid/SphereGridTopology.scn (thread 2/7 ; scene 70/108)
Timeout after 30 seconds (30.30051)! applications/plugins/SoftRobots/examples/tutorials/Tripod/details/tripodcontroller.py
- examples/Tutorials/Topologies/TopologyHexa2QuadTopologicalMapping.scn (thread 6/7 ; scene 70/108)
- examples/Demos/collisionMultipleMask.scn (thread 1/7 ; scene 82/108)
- examples/Component/ODESolver/Backward/EulerImplicitSolver.scn (thread 6/7 ; scene 71/108)
Timeout after 30 seconds (30.30062)! applications/plugins/VolumetricRendering/examples/OglVolumetricModel_tetra_physics.scn
- examples/Component/LinearSolver/Direct/FEMBAR_EigenSimplicialLLT.scn (thread 3/7 ; scene 93/108)
- examples/Component/Engine/Transform/TransformMatrixEngine.scn (thread 7/7 ; scene 63/104)
- examples/Component/Mapping/NonLinear/RigidRigidMapping.scn (thread 7/7 ; scene 64/104)
- examples/Tutorials/ForceFields/TutorialForceFieldLiverTriangleFEM.scn (thread 6/7 ; scene 72/108)
- applications/plugins/SoftRobots/examples/component/engine/VolumeFromTriangles/Finger.py (thread 7/7 ; scene 65/104)
- examples/Component/ODESolver/Backward/NewmarkImplicitSolver.scn (thread 3/7 ; scene 94/108)
Timeout after 30 seconds (30.30088)! applications/plugins/SoftRobots/examples/thematicalDocs/T4-DirectActuation/DriveTheRobot/Simulation.py
- applications/plugins/SoftRobots/examples/tutorials/Tripod/myproject/s90servo.py (thread 5/7 ; scene 104/108)
- examples/Component/ODESolver/Backward/VariationalSymplecticSolver.scn (thread 7/7 ; scene 66/104)
Timeout after 30 seconds (30.30057)! applications/plugins/SoftRobots/examples/tutorials/Trunk/trunk.py
- examples/Tutorials/StepByStep/FullObject/7_FullObject.scn (thread 4/7 ; scene 103/108)
- examples/Component/MechanicalLoad/EllipsoidForceField.scn (thread 5/7 ; scene 105/108)
- examples/Component/Collision/Response/RuleBasedContactManager.scn (thread 4/7 ; scene 104/108)
- examples/Component/Topology/Container/Dynamic/RemovingHexa2QuadProcess.scn (thread 5/7 ; scene 106/108)
Timeout after 30 seconds (30.30052)! examples/Component/Topology/Container/Grid/SphereGridTopology.scn
- applications/plugins/SoftRobots/examples/tutorials/Tripod/details/step4-2.py (thread 2/7 ; scene 71/108)
- applications/plugins/SofaMatrix/examples/ComplianceMatrixImage.scn (thread 4/7 ; scene 105/108)
Timeout after 30 seconds (30.30050)! examples/Demos/collisionMultipleMask.scn
- examples/Component/Topology/Container/Dynamic/RemovingTetra2Triangle_options1.scn (thread 1/7 ; scene 83/108)
- applications/plugins/SoftRobots/examples/tutorials/CableGripper/details/gripper.py (thread 5/7 ; scene 107/108)
- examples/Demos/skybox.scn (thread 4/7 ; scene 106/108)
- examples/Tutorials/OldTutorials/tutorial4FEM.scn (thread 1/7 ; scene 84/108)
- applications/plugins/SoftRobots/examples/tutorials/CableGripper/myproject/gripper.py (thread 3/7 ; scene 95/108)
- applications/plugins/CollisionOBBCapsule/examples/OBBTriVertexEdge.scn (thread 3/7 ; scene 96/108)
- applications/plugins/SofaEulerianFluid/examples/Fluid3D.scn (thread 3/7 ; scene 97/108)
Timeout after 30 seconds (30.30051)! examples/Tutorials/ForceFields/TutorialForceFieldLiverTriangleFEM.scn
- examples/Tutorials/OldTutorials/tutorial4.scn (thread 6/7 ; scene 73/108)
Timeout after 30 seconds (30.30051)! examples/Component/ODESolver/Backward/VariationalSymplecticSolver.scn
- examples/Demos/liver.scn (thread 7/7 ; scene 67/104)
- examples/Component/LinearSystem/MatrixLinearSystem.scn (thread 3/7 ; scene 98/108)
Timeout after 30 seconds (30.30034)! applications/plugins/SoftRobots/examples/tutorials/Tripod/details/step4-2.py
- examples/Component/SceneUtility/MakeAlias.scn (thread 2/7 ; scene 72/108)
- examples/Component/MechanicalLoad/LinearForceField.scn (thread 4/7 ; scene 107/108)
- applications/plugins/image/examples/sampler_Frames.scn (thread 7/7 ; scene 68/104)
- examples/Tutorials/OldTutorials/demo7.scn (thread 2/7 ; scene 73/108)
Timeout after 30 seconds (30.30030)! applications/plugins/SoftRobots/examples/tutorials/CableGripper/details/gripper.py
- examples/Component/MechanicalLoad/PlaneForceField.scn (thread 5/7 ; scene 108/108)
- applications/plugins/SofaPython3/examples/access_matrix.py (thread 4/7 ; scene 108/108)
Timeout after 30 seconds (30.30045)! examples/Tutorials/OldTutorials/tutorial4FEM.scn
- examples/Component/SceneUtility/Gravity.scn (thread 1/7 ; scene 85/108)
- applications/plugins/CGALPlugin/scenes/UpsamplePointCloud.scn (thread 6/7 ; scene 74/108)
- applications/plugins/image/examples/ImageTransform.scn (thread 2/7 ; scene 74/108)
bash: line 1: 109421 Aborted                 (core dumped) /builds/workspace/sofa-framework/master/ubuntu_clang_options_debug/build/bin/runSofa_d -g batch -s dag -n 100 /builds/workspace/sofa-framework/master/ubuntu_clang_options_debug/src/applications/plugins/CGALPlugin/scenes/UpsamplePointCloud.scn >> scene-tests/applications/plugins/CGALPlugin/scenes/UpsamplePointCloud.scn/output.txt 2>&1
- examples/Component/Topology/Mapping/Tetra2TriangleTopologicalMapping.scn (thread 6/7 ; scene 75/108)
- applications/plugins/VolumetricRendering/examples/OglVolumetricModel_physics.scn (thread 2/7 ; scene 75/108)
- applications/plugins/image/examples/testImportExport.scn (thread 7/7 ; scene 69/104)
- applications/plugins/ModelOrderReduction/examples/others/caduceus/caduceusNG.pyscn (thread 7/7 ; scene 70/104)
- applications/plugins/CollisionOBBCapsule/examples/OBBOBB.scn (thread 2/7 ; scene 76/108)
- examples/Component/SolidMechanics/FEM/HexahedronFEMForceFieldAndMass.scn (thread 2/7 ; scene 77/108)
- applications/plugins/SofaCUDA/scenes/benchmarks/TetrahedronFEMForceField_beam10x10x40_cpu.scn (thread 1/7 ; scene 86/108)
- applications/plugins/SofaPython3/examples/liver.py (thread 6/7 ; scene 76/108)
Timeout after 30 seconds (30.30077)! examples/Component/LinearSystem/MatrixLinearSystem.scn
- applications/plugins/Registration/examples/ICPRegistration_ShapeMatching_Engine.scn (thread 3/7 ; scene 99/108)
- examples/Component/Controller/test_sleep3.scn (thread 3/7 ; scene 100/108)
- examples/Component/SolidMechanics/Spring/PolynomialSpringsForceField.scn (thread 2/7 ; scene 78/108)
- applications/plugins/SoftRobots/examples/tutorials/Tripod/myproject/step1.py (thread 6/7 ; scene 77/108)
- examples/Component/Topology/Mapping/Tetra2TriangleTopologicalMapping_with_TetrahedronModel.scn (thread 2/7 ; scene 79/108)
- examples/Component/Topology/Container/Grid/RegularGridTopology_TrianglesMesh.scn (thread 3/7 ; scene 101/108)
- applications/plugins/CGALPlugin/scenes/FrontSurfaceReconstruction.scn (thread 6/7 ; scene 78/108)
- examples/Component/Constraint/Projective/BilinearConstraint.scn (thread 6/7 ; scene 79/108)
- examples/Component/MechanicalLoad/TaitSurfacePressureForceField.scn (thread 6/7 ; scene 80/108)
Timeout after 30 seconds (30.30033)! applications/plugins/SofaCUDA/scenes/benchmarks/TetrahedronFEMForceField_beam10x10x40_cpu.scn
- applications/plugins/ModelOrderReduction/examples/softRobots/sofiaLeg/reduced/reduced_sofiaLeg.py (thread 3/7 ; scene 102/108)
- applications/plugins/image/examples/MeshToImageRoi.scn (thread 1/7 ; scene 87/108)
- applications/plugins/SensableEmulation/examples/SimpleBox-Method2.scn (thread 6/7 ; scene 81/108)
- examples/Component/Engine/Select/SubsetTopology_withtetrahedra.scn (thread 1/7 ; scene 88/108)
- examples/Demos/chainHybrid.scn (thread 7/7 ; scene 71/104)
- applications/plugins/SoftRobots/examples/tutorials/CableGripper/details/step4.py (thread 6/7 ; scene 82/108)
- examples/Component/SolidMechanics/Spring/TriangularBendingSprings.scn (thread 3/7 ; scene 103/108)
- applications/plugins/SofaCUDA/examples/quadSpringSphere.scn (thread 2/7 ; scene 80/108)
- applications/plugins/SoftRobots/examples/tutorials/SoftArmGripper/scene.py (thread 6/7 ; scene 83/108)
- applications/plugins/SofaSphFluid/examples/PointSplatModel.scn (thread 3/7 ; scene 104/108)
- applications/plugins/SoftRobots/examples/tutorials/SoftFingerDesign/details/actuated_finger.py (thread 7/7 ; scene 72/104)
- examples/Component/Engine/Select/MeshBoundaryROI.scn (thread 3/7 ; scene 105/108)
Timeout after 30 seconds (30.30029)! examples/Component/Engine/Select/SubsetTopology_withtetrahedra.scn
- applications/plugins/SoftRobots/examples/tutorials/Tripod/myproject/tripod.py (thread 1/7 ; scene 89/108)
- examples/Tutorials/StepByStep/Pendulum/5_Pendulum.scn (thread 3/7 ; scene 106/108)
- applications/plugins/SofaSphFluid/examples/SPHParticleSource.scn (thread 3/7 ; scene 107/108)
- applications/plugins/CGALPlugin/scenes/PoissonSurfaceReconstruction.scn (thread 3/7 ; scene 108/108)
Timeout after 30 seconds (30.30028)! applications/plugins/SofaCUDA/examples/quadSpringSphere.scn
- examples/Tutorials/StepByStep/Getyourbearings/3_getyourbearings.scn (thread 2/7 ; scene 81/108)
- examples/Component/Engine/Generate/GenerateGrid.scn (thread 2/7 ; scene 82/108)
Timeout after 30 seconds (30.30047)! applications/plugins/SoftRobots/examples/tutorials/SoftArmGripper/scene.py
- examples/Component/LinearSolver/Iterative/CGLinearSolver.scn (thread 6/7 ; scene 84/108)
- examples/Component/Engine/Generate/GenerateCylinder.scn (thread 2/7 ; scene 83/108)
- examples/Component/Mapping/NonLinear/DistanceMultiMapping.scn (thread 7/7 ; scene 73/104)
- applications/plugins/SoftRobots/examples/thematicalDocs/T4-DirectActuation/Actuators/Pneumatic/SurfaceConstraintPressure.py (thread 6/7 ; scene 85/108)
- examples/Component/SolidMechanics/TensorMass/TriangularTensorMassForceField.scn (thread 7/7 ; scene 74/104)
- applications/plugins/BeamAdapter/examples/SingleBeamDeployment.scn (thread 2/7 ; scene 84/108)
- examples/Tutorials/sandbox/rungekutta2_heterogeneousobjects.scn (thread 2/7 ; scene 85/108)
Timeout after 30 seconds (30.30032)! applications/plugins/SoftRobots/examples/tutorials/Tripod/myproject/tripod.py
- applications/plugins/CollisionOBBCapsule/examples/CollisionGroups.scn (thread 1/7 ; scene 90/108)
- examples/Tutorials/OldTutorials/tutorial2.scn (thread 2/7 ; scene 86/108)
- applications/plugins/MultiThreading/examples/ParallelBruteForceBroadPhase.scn (thread 1/7 ; scene 91/108)
- applications/plugins/ModelOrderReduction/examples/softRobots/diamond/diamondRobotHyperElastic.py (thread 1/7 ; scene 92/108)
- applications/plugins/ModelOrderReduction/examples/others/hexaBeam/reduced/debug/debug_scene.py (thread 7/7 ; scene 75/104)
- examples/Benchmark/Performance/BuildLCP/BuiltConstraintCorrection.scn (thread 2/7 ; scene 87/108)
- examples/Component/Visual/PostProcessManager_DepthOfField.scn (thread 7/7 ; scene 76/104)
- examples/Component/Topology/Mapping/Tetra2TriangleTopologicalMapping_NoInitialTriangle_option.scn (thread 7/7 ; scene 77/104)
Timeout after 30 seconds (30.30043)! applications/plugins/SoftRobots/examples/thematicalDocs/T4-DirectActuation/Actuators/Pneumatic/SurfaceConstraintPressure.py
- examples/Benchmark/Performance/MatrixAssembly/MatrixAssembly_matrixfreeCG.scn (thread 6/7 ; scene 86/108)
- examples/Component/Engine/Select/BoxROI_1d.scn (thread 2/7 ; scene 88/108)
- applications/plugins/BeamAdapter/examples/AdaptiveBeamController.scn (thread 2/7 ; scene 89/108)
- applications/plugins/SofaAssimp/examples/SceneColladaLoader.scn (thread 7/7 ; scene 78/104)
- examples/Tutorials/Basic/TutorialBasicPendulum.scn (thread 2/7 ; scene 90/108)
- examples/Tutorials/StepByStep/Visual/4_Visual.scn (thread 2/7 ; scene 91/108)
Timeout after 30 seconds (30.30030)! applications/plugins/ModelOrderReduction/examples/softRobots/diamond/diamondRobotHyperElastic.py
- applications/plugins/ModelOrderReduction/examples/softRobots/finger/reduced/debug/debug_scene.py (thread 1/7 ; scene 93/108)
- examples/Component/Mapping/Linear/BarycentricMappingTrussBeam.scn (thread 2/7 ; scene 92/108)
- applications/plugins/SofaMatrix/examples/GlobalSystemMatrixExporter.scn (thread 1/7 ; scene 94/108)
bash: line 1: 110932 Aborted                 (core dumped) /builds/workspace/sofa-framework/master/ubuntu_clang_options_debug/build/bin/runSofa_d -g batch -s dag -n 100 /builds/workspace/sofa-framework/master/ubuntu_clang_options_debug/src/examples/Component/Mapping/Linear/BarycentricMappingTrussBeam.scn >> scene-tests/examples/Component/Mapping/Linear/BarycentricMappingTrussBeam.scn/output.txt 2>&1
- applications/plugins/ModelOrderReduction/examples/organs/liver/reduced/liver/reduced_liverFine.py (thread 2/7 ; scene 93/108)
- applications/plugins/SofaPython3/examples/emptyController.py (thread 7/7 ; scene 79/104)
- examples/Component/Constraint/Projective/ProjectToLineConstraint.scn (thread 1/7 ; scene 95/108)
- applications/plugins/ModelOrderReduction/examples/others/hexaBeam/hexaBeam.pyscn (thread 7/7 ; scene 80/104)
- examples/Component/Topology/Container/Grid/RegularGridTopology_dimension.scn (thread 1/7 ; scene 96/108)
- examples/Component/Mapping/NonLinear/RigidRigidMapping-basic.scn (thread 1/7 ; scene 97/108)
- examples/Component/Controller/test_sleep.scn (thread 1/7 ; scene 98/108)
- applications/plugins/image/examples/sampler_meshSpring.scn (thread 1/7 ; scene 99/108)
Timeout after 30 seconds (30.30027)! examples/Benchmark/Performance/MatrixAssembly/MatrixAssembly_matrixfreeCG.scn
- examples/Demos/liverConfiguration.scn (thread 6/7 ; scene 87/108)
- applications/plugins/SoftRobots/examples/tutorials/PneunetGripper/details/step7-withSTLIB.py (thread 7/7 ; scene 81/104)
- applications/plugins/MultiThreading/examples/ParallelTetrahedronFEMForceField.scn (thread 2/7 ; scene 94/108)
- examples/Tutorials/Collision/AdvancedSolversMultipleGroupsSolver.scn (thread 1/7 ; scene 100/108)
- examples/Tutorials/StepByStep/Dentistry_Haptics/dentalSurgery_03.scn (thread 1/7 ; scene 101/108)
- applications/plugins/CollisionOBBCapsule/examples/OBBOBBVertexVertex.scn (thread 6/7 ; scene 88/108)
- applications/plugins/MultiThreading/examples/ParallelCollisionDetection.scn (thread 6/7 ; scene 89/108)
- applications/plugins/SoftRobots/examples/tutorials/FirstSteps/details/step1.py (thread 1/7 ; scene 102/108)
- applications/plugins/SoftRobots/examples/tutorials/SoftFingerDesign/details/s90_servo.py (thread 1/7 ; scene 103/108)
- examples/Tutorials/Topologies/TopologyLinearDifferentMesh.scn (thread 1/7 ; scene 104/108)
- applications/plugins/SoftRobots/examples/tutorials/Tripod/myproject/step5.py (thread 2/7 ; scene 95/108)
- applications/plugins/CollisionOBBCapsule/examples/OBBSphereEdge.scn (thread 1/7 ; scene 105/108)
- applications/plugins/SoftRobots/examples/tutorials/DiamondRobot/DiamondRobot.py (thread 1/7 ; scene 106/108)
Timeout after 30 seconds (30.30029)! applications/plugins/SoftRobots/examples/tutorials/PneunetGripper/details/step7-withSTLIB.py
- applications/plugins/CollisionOBBCapsule/examples/OBBCapEdgeEdge.scn (thread 7/7 ; scene 82/104)
- applications/plugins/CGALPlugin/scenes/MeshGenerationFromImage.scn (thread 7/7 ; scene 83/104)
- applications/plugins/SoftRobots/examples/tutorials/CableGripper/myproject/cablegripper.py (thread 6/7 ; scene 90/108)
- examples/Component/Controller/test_sleep2.scn (thread 6/7 ; scene 91/108)
- examples/Component/SolidMechanics/FEM/TriangularForceFieldComparison.scn (thread 6/7 ; scene 92/108)
- examples/Benchmark/Accuracy/cylinder_PhantomSolution.scn (thread 7/7 ; scene 84/104)
- examples/Component/SolidMechanics/Spring/QuadularBendingSprings.scn (thread 7/7 ; scene 85/104)
Timeout after 30 seconds (30.30036)! applications/plugins/SoftRobots/examples/tutorials/Tripod/myproject/step5.py
- applications/plugins/CollisionOBBCapsule/examples/OBBTriVertexVertex.scn (thread 2/7 ; scene 96/108)
- examples/Component/Topology/Container/Dynamic/AddingTriangle2EdgeProcess.scn (thread 2/7 ; scene 97/108)
Timeout after 30 seconds (30.30036)! applications/plugins/SoftRobots/examples/tutorials/DiamondRobot/DiamondRobot.py
- applications/plugins/SoftRobots/examples/tutorials/CableGripper/details/step2.2.py (thread 1/7 ; scene 107/108)
- applications/plugins/SofaMatrix/examples/GlobalSystemMatrixImage.scn (thread 2/7 ; scene 98/108)
- examples/Component/Topology/Container/Dynamic/AddingTrianglesProcess.scn (thread 7/7 ; scene 86/104)
- applications/plugins/MultiThreading/examples/TriangularForceFieldComparison.scn (thread 7/7 ; scene 87/104)
Timeout after 30 seconds (30.30027)! examples/Component/SolidMechanics/FEM/TriangularForceFieldComparison.scn
- applications/plugins/SoftRobots/examples/component/constraint/CableConstraint/Finger.py (thread 2/7 ; scene 99/108)
- applications/plugins/SoftRobots/examples/tutorials/Tripod/myproject/step4.py (thread 6/7 ; scene 93/108)
- examples/Component/Mapping/Linear/DeformableOnRigidFrameMappingConstraints.scn (thread 1/7 ; scene 108/108)
- applications/plugins/SoftRobots/examples/tutorials/Tripod/details/tripod.py (thread 2/7 ; scene 100/108)
- examples/Component/Topology/Container/Dynamic/RemovingTetraProcess.scn (thread 7/7 ; scene 88/104)
- examples/Component/LinearSolver/Direct/FEMBAR_SparseLDLSolver.scn (thread 7/7 ; scene 89/104)
Timeout after 30 seconds (30.30026)! applications/plugins/SoftRobots/examples/tutorials/Tripod/myproject/step4.py
- applications/plugins/SofaAssimp/examples/AssimpObjLoader.scn (thread 6/7 ; scene 94/108)
- examples/Component/Engine/Select/MeshROI.scn (thread 6/7 ; scene 95/108)
Timeout after 30 seconds (30.30032)! examples/Component/Mapping/Linear/DeformableOnRigidFrameMappingConstraints.scn
Thread 1/7 (PID 94606) is done.
Waiting for thread 2/7 (PID 94607) to finish...
- applications/plugins/CollisionOBBCapsule/examples/OBBSphere.scn (thread 7/7 ; scene 90/104)
- applications/plugins/image/examples/MergeImages.scn (thread 7/7 ; scene 91/104)
- applications/plugins/SoftRobots/examples/component/constraint/SurfacePressureConstraint/SurfacePressureConstraint.py (thread 7/7 ; scene 92/104)
Timeout after 30 seconds (30.30026)! applications/plugins/SoftRobots/examples/tutorials/Tripod/details/tripod.py
- examples/Demos/caduceus_penalty.scn (thread 2/7 ; scene 101/108)
Timeout after 30 seconds (30.30027)! examples/Component/Engine/Select/MeshROI.scn
- examples/Benchmark/Accuracy/TriangleFEMForceField_compare.scn (thread 6/7 ; scene 96/108)
- applications/plugins/Registration/examples/test_InertiaAlign3.scn (thread 2/7 ; scene 102/108)
Timeout after 30 seconds (30.30030)! applications/plugins/SoftRobots/examples/component/constraint/SurfacePressureConstraint/SurfacePressureConstraint.py
- applications/plugins/ModelOrderReduction/examples/softRobots/diamond/reduced/diamond_hyperElastic/debug/debug_scene.py (thread 7/7 ; scene 93/104)
- applications/plugins/SofaPython3/examples/pointSetTopologyModifier.py (thread 7/7 ; scene 94/104)
- examples/Component/Topology/Container/Dynamic/RemovingBilateralInteractionConstraint.scn (thread 7/7 ; scene 95/104)
- applications/plugins/BeamAdapter/examples/SingleBeam.scn (thread 2/7 ; scene 103/108)
- examples/Demos/TriangleSurfaceCutting.scn (thread 2/7 ; scene 104/108)
- examples/Component/SolidMechanics/FEM/QuadBendingFEMForceField.scn (thread 7/7 ; scene 96/104)
Timeout after 30 seconds (30.30028)! examples/Benchmark/Accuracy/TriangleFEMForceField_compare.scn
- applications/plugins/SoftRobots/examples/tutorials/PneunetGripper/details/step2-forceFieldAndMass.py (thread 6/7 ; scene 97/108)
bash: line 1: 112360 Aborted                 (core dumped) /builds/workspace/sofa-framework/master/ubuntu_clang_options_debug/build/bin/runSofa_d -g batch -s dag -n 100 /builds/workspace/sofa-framework/master/ubuntu_clang_options_debug/src/examples/Component/SolidMechanics/FEM/QuadBendingFEMForceField.scn >> scene-tests/examples/Component/SolidMechanics/FEM/QuadBendingFEMForceField.scn/output.txt 2>&1
- applications/plugins/image/examples/loadimage.scn (thread 7/7 ; scene 97/104)
- applications/plugins/CollisionOBBCapsule/examples/OBBTri.scn (thread 7/7 ; scene 98/104)
- examples/Tutorials/Topologies/TopologyHexa2TetraTopologicalMapping.scn (thread 6/7 ; scene 98/108)
- examples/Tutorials/ForceFields/TutorialForceFieldLiverSprings.scn (thread 7/7 ; scene 99/104)
- examples/Benchmark/Analysis/constantMomentum.scn (thread 7/7 ; scene 100/104)
- applications/plugins/SoftRobots/examples/tutorials/CableGripper/myproject/finger.py (thread 7/7 ; scene 101/104)
- applications/plugins/SofaDistanceGrid/examples/FFDDistanceGridCollisionModel.scn (thread 6/7 ; scene 99/108)
- applications/plugins/image/examples/multipleFilters.scn (thread 7/7 ; scene 102/104)
- applications/plugins/image/examples/sampler_HexaFEM.scn (thread 7/7 ; scene 103/104)
Timeout after 30 seconds (30.30027)! examples/Demos/TriangleSurfaceCutting.scn
- examples/Component/Topology/Mapping/Hexa2TetraTopologicalMapping_export.scn (thread 2/7 ; scene 105/108)
- examples/Component/Mass/UniformMass.scn (thread 7/7 ; scene 104/104)
- applications/plugins/BeamAdapter/examples/python3/component/BeamProjectionDifferenceMultiMapping.py (thread 2/7 ; scene 106/108)
- applications/plugins/CollisionOBBCapsule/examples/OBBCap.scn (thread 2/7 ; scene 107/108)
- examples/Component/SolidMechanics/FEM/TetrahedronFEMForceField_plasticity.scn (thread 2/7 ; scene 108/108)
Timeout after 30 seconds (30.30027)! applications/plugins/SofaDistanceGrid/examples/FFDDistanceGridCollisionModel.scn
- examples/Component/Topology/Container/Dynamic/AddingHexa2QuadProcess.scn (thread 6/7 ; scene 100/108)
- examples/Tutorials/StepByStep/Dentistry_Haptics/dentalSurgery_01.scn (thread 6/7 ; scene 101/108)
- examples/Component/Constraint/Projective/ProjectToPlaneConstraint.scn (thread 6/7 ; scene 102/108)
- examples/Tutorials/StepByStep/Visual/6_Visual.scn (thread 6/7 ; scene 103/108)
- applications/plugins/SoftRobots/examples/tutorials/Tripod/details/step5.py (thread 6/7 ; scene 104/108)
Timeout after 30 seconds (30.30027)! examples/Component/SolidMechanics/FEM/TetrahedronFEMForceField_plasticity.scn
Thread 2/7 (PID 94607) is done.
Waiting for thread 3/7 (PID 94609) to finish...
Thread 3/7 (PID 94609) is done.
Waiting for thread 4/7 (PID 94612) to finish...
Thread 4/7 (PID 94612) is done.
Waiting for thread 5/7 (PID 94616) to finish...
Thread 5/7 (PID 94616) is done.
Waiting for thread 6/7 (PID 94620) to finish...
Timeout after 30 seconds (30.30027)! applications/plugins/SoftRobots/examples/tutorials/Tripod/details/step5.py
- examples/Component/Topology/Mapping/Quad2TriangleTopologicalMapping.scn (thread 6/7 ; scene 105/108)
- applications/plugins/SoftRobots/examples/tutorials/SoftFingerDesign/details/gripper_simulation.py (thread 6/7 ; scene 106/108)
Timeout after 30 seconds (30.30027)! applications/plugins/SoftRobots/examples/tutorials/SoftFingerDesign/details/gripper_simulation.py
- examples/Component/ODESolver/Backward/StaticSolver.scn (thread 6/7 ; scene 107/108)
Timeout after 30 seconds (30.30033)! examples/Component/ODESolver/Backward/StaticSolver.scn
- examples/Benchmark/Performance/MatrixAssembly/MatrixAssembly_direct_blocs.scn (thread 6/7 ; scene 108/108)
Timeout after 30 seconds (30.30033)! examples/Benchmark/Performance/MatrixAssembly/MatrixAssembly_direct_blocs.scn
Thread 6/7 (PID 94620) is done.
Waiting for thread 7/7 (PID 94623) to finish...
Thread 7/7 (PID 94623) is done.
Done.
Extracting successes...
Done.
Extracting warnings...
Done.
Extracting errors...
Done.
Extracting crashes...
Done.
Exporting as JUnit XML...
Done.
/builds/workspace/sofa-framework/master/ubuntu_clang_options_debug/ci/scripts/scene-tests.sh: line 1: kill: (-12873) - No such process
Scene testing summary:
- 752 scene(s) tested
- 578 success(es)
- 2646 warning(s)
- 26 error(s)
  - applications/plugins/ArticulatedSystemPlugin/examples/ArticulatedSystemMapping.scn: [ERROR]   [MechanicalObject(Articulations)] Accessing State vector position(V_COORD) with incorrect size : 4 != 1
  - applications/plugins/ArticulatedSystemPlugin/examples/ArticulatedSystemMapping.scn: [ERROR]   [MechanicalObject(rest)] Accessing State vector position(V_COORD) with incorrect size : 4 != 1
  - applications/plugins/ModelOrderReduction/examples/organs/liver/reduced/liver_hyperElastic/debug/debug_scene.py: [ERROR]   [MechanicalObject(actuatorState)] Accessing State vector position(V_COORD) with incorrect size : 11 != 0
  - applications/plugins/ModelOrderReduction/examples/organs/liver/reduced/liver_hyperElastic/debug/debug_scene.py: [ERROR]   [MechanicalObject(actuatorState)] Accessing State vector resetPosition(V_COORD) with incorrect size : 11 != 0
  - applications/plugins/ModelOrderReduction/examples/organs/liver/reduced/liver_hyperElastic/debug/debug_scene.py: [ERROR]   [MechanicalObject(actuatorState)] Writing to State vector position(V_COORD) with incorrect size : 11 != 0
  - applications/plugins/ModelOrderReduction/examples/softRobots/sofiaLeg/reduced/debug/debug_scene.py: [ERROR]   [MechanicalObject(actuatorState)] Accessing State vector position(V_COORD) with incorrect size : 3 != 0
  - applications/plugins/ModelOrderReduction/examples/softRobots/sofiaLeg/reduced/debug/debug_scene.py: [ERROR]   [MechanicalObject(actuatorState)] Accessing State vector resetPosition(V_COORD) with incorrect size : 3 != 0
  - applications/plugins/ModelOrderReduction/examples/softRobots/sofiaLeg/reduced/debug/debug_scene.py: [ERROR]   [MechanicalObject(actuatorState)] Writing to State vector position(V_COORD) with incorrect size : 3 != 0
  - examples/Component/Engine/Select/SubsetTopology_refiningMesh.scn: [ERROR]   [MechanicalObject(mecaObj1)] Accessing State vector position(V_COORD) with incorrect size : 173 != 1
  - examples/Component/SceneUtility/Monitor.scn: [ERROR]   [MechanicalObject(default1)] Accessing State vector position(V_COORD) with incorrect size : 27 != 1
  - examples/Component/SceneUtility/Monitor.scn: [ERROR]   [MechanicalObject(default11)] Accessing State vector position(V_COORD) with incorrect size : 27 != 1
  - examples/Component/SceneUtility/Monitor.scn: [ERROR]   [MechanicalObject(default14)] Accessing State vector position(V_COORD) with incorrect size : 27 != 1
  - examples/Component/SceneUtility/Monitor.scn: [ERROR]   [MechanicalObject(default5)] Accessing State vector position(V_COORD) with incorrect size : 27 != 1
  - examples/Component/SceneUtility/Monitor.scn: [ERROR]   [MechanicalObject(default8)] Accessing State vector position(V_COORD) with incorrect size : 27 != 1
  - examples/Component/SolidMechanics/Spring/StiffSpringForceField.scn: [ERROR]   [MechanicalObject(mObject1)] Accessing State vector position(V_COORD) with incorrect size : 27 != 1
  - examples/Component/SolidMechanics/Spring/StiffSpringForceField.scn: [ERROR]   [MechanicalObject(mObject2)] Accessing State vector position(V_COORD) with incorrect size : 27 != 1
  - examples/Component/SolidMechanics/Spring/StiffSpringForceField.scn: [ERROR]   [MechanicalObject(mObject3)] Accessing State vector position(V_COORD) with incorrect size : 27 != 1
  - examples/Component/SolidMechanics/Spring/StiffSpringForceField.scn: [ERROR]   [MechanicalObject(mObject4)] Accessing State vector position(V_COORD) with incorrect size : 27 != 1
  - examples/Component/SolidMechanics/Spring/StiffSpringForceField.scn: [ERROR]   [MechanicalObject(mObject5)] Accessing State vector position(V_COORD) with incorrect size : 27 != 1
  - examples/Component/SolidMechanics/Spring/StiffSpringForceField_simple.scn: [ERROR]   [MechanicalObject(dofs)] Accessing State vector position(V_COORD) with incorrect size : 2 != 1
  - examples/Component/Topology/Container/Dynamic/AddingPointInTriangleProcess.scn: [ERROR]   [MechanicalObject(MechanicalObject1)] Accessing State vector position(V_COORD) with incorrect size : 5 != 1
  - examples/Component/Topology/Container/Dynamic/RemovingPointSprings.scn: [ERROR]   [MechanicalObject(dof)] Accessing State vector position(V_COORD) with incorrect size : 4 != 1
  - examples/Demos/2d.scn: [ERROR]   [MechanicalObject(MechanicalObject1)] Accessing State vector position(V_COORD) with incorrect size : 4 != 1
  - examples/Demos/2d_explicit.scn: [ERROR]   [MechanicalObject(MechanicalObject1)] Accessing State vector position(V_COORD) with incorrect size : 4 != 1
  - examples/Tutorials/StepByStep/Pendulum/6_Pendulum.scn: [ERROR]   [MechanicalObject(Particles)] Accessing State vector position(V_COORD) with incorrect size : 3 != 1
  - examples/Tutorials/StepByStep/Pendulum/7_Pendulum.scn: [ERROR]   [MechanicalObject(Particles)] Accessing State vector position(V_COORD) with incorrect size : 2 != 1
- 162 crash(es)
  - Timeout: examples/Component/ODESolver/Backward/EulerImplicitSolver-comparison.scn
  - Timeout: examples/Tutorials/Topologies/TopologyTetra2TriangleTopologicalMapping.scn
  - Timeout: examples/Component/SolidMechanics/FEM/TetrahedronFEMForceField.scn
  - Timeout: examples/Tutorials/StepByStep/TopologicalMapping/4_TopoMapping.scn
  - Timeout: examples/Tutorials/Topologies/TopologyDynamicSurfaceMesh.scn
  - Timeout: applications/plugins/SoftRobots/examples/tutorials/CableGripper/details/step5.py
  - Timeout: examples/Component/IO/Mesh/GIDMeshLoader.scn
  - Timeout: examples/Benchmark/Performance/MatrixAssembly/MatrixAssembly_assembledCG_blocs.scn
  - Timeout: examples/Component/SolidMechanics/FEM/FastTetrahedralCorotationalForceField.scn
  - Timeout: examples/Component/Topology/Mapping/Triangle2EdgeTopologicalMapping.scn
  - Timeout: applications/plugins/SoftRobots/examples/tutorials/CableGripper/details/step6.py
  - Timeout: applications/plugins/ModelOrderReduction/examples/others/SphereOnAPlane/softSphereFalling.pyscn
  - Timeout: examples/Component/SolidMechanics/Spring/MeshSpringForceField.scn
  - Timeout: examples/Component/LinearSystem/ConstantSparsityPatternSystem.scn
  - Timeout: applications/plugins/MultiThreading/examples/ParallelMeshSpringForceField.scn
  - Timeout: examples/Demos/collisionMultipleMask.scn
  - Timeout: examples/Tutorials/OldTutorials/tutorial4FEM.scn
  - Timeout: applications/plugins/SofaCUDA/scenes/benchmarks/TetrahedronFEMForceField_beam10x10x40_cpu.scn
  - Timeout: examples/Component/Engine/Select/SubsetTopology_withtetrahedra.scn
  - Timeout: applications/plugins/SoftRobots/examples/tutorials/Tripod/myproject/tripod.py
  - Timeout: applications/plugins/ModelOrderReduction/examples/softRobots/diamond/diamondRobotHyperElastic.py
  - Timeout: applications/plugins/SoftRobots/examples/tutorials/DiamondRobot/DiamondRobot.py
  - Timeout: examples/Component/Mapping/Linear/DeformableOnRigidFrameMappingConstraints.scn
  - Timeout: applications/plugins/SoftRobots/examples/tutorials/Tripod/details/step4-1.py
  - Timeout: examples/Component/Topology/Container/Dynamic/IncisionTrianglesProcess.scn
  - Timeout: applications/plugins/SoftRobots/examples/tutorials/Tripod/myproject/step6.py
  - Timeout: examples/Component/AnimationLoop/FreeMotionAnimationLoop.scn
  - Timeout: applications/plugins/SoftRobots/examples/tutorials/CableGripper/details/cablegripper.py
  - Timeout: examples/Tutorials/Topologies/TopologyVolumeDifferentMesh.scn
  - Timeout: examples/Component/SolidMechanics/FEM/StandardTetrahedralFEMForceField.scn
  - Timeout: examples/Component/Topology/Container/Grid/CylinderGridTopology.scn
  - Timeout: examples/Component/LinearSolver/Direct/Eigen3-SVD.scn
  - Timeout: applications/plugins/SoftRobots/examples/tutorials/PneunetGripper/details/step6-pneumaticActuatorAndPythonScriptController.py
  - Timeout: examples/Component/Engine/Select/SphereROI.scn
  - Timeout: applications/plugins/ModelOrderReduction/examples/organs/liver/liverFine_rotationalActuation.py
  - Timeout: examples/Component/SolidMechanics/FEM/HexahedronCompositeFEMForceFieldAndMass.scn
  - Timeout: applications/plugins/ModelOrderReduction/examples/softRobots/diamond/reduced/diamond/reduced_diamondRobot.py
  - Timeout: applications/plugins/SoftRobots/examples/thematicalDocs/T4-DirectActuation/Actuators/Pneumatic/SurfaceConstraintVolume.py
  - Timeout: examples/Component/SolidMechanics/FEM/NonUniformHexahedronFEMForceFieldAndMass.scn
  - Timeout: applications/plugins/MultiThreading/examples/ParallelCGLinearSolver.scn
  - Timeout: examples/Component/Topology/Container/Grid/SphereGridTopology.scn
  - Timeout: applications/plugins/SoftRobots/examples/tutorials/Tripod/details/step4-2.py
  - Timeout: applications/plugins/SofaCUDA/examples/quadSpringSphere.scn
  - Exit with status 134 (ABRT): examples/Component/Mapping/Linear/BarycentricMappingTrussBeam.scn
  - Timeout: applications/plugins/SoftRobots/examples/tutorials/Tripod/myproject/step5.py
  - Timeout: applications/plugins/SoftRobots/examples/tutorials/Tripod/details/tripod.py
  - Timeout: examples/Demos/TriangleSurfaceCutting.scn
  - Timeout: examples/Component/SolidMechanics/FEM/TetrahedronFEMForceField_plasticity.scn
  - Timeout: applications/plugins/MultiThreading/examples/ParallelHexahedronFEMForceField.scn
  - Timeout: applications/plugins/ModelOrderReduction/examples/organs/liver/liverFine_gravity.py
  - Timeout: applications/plugins/SoftRobots/examples/component/constraint/CableConstraint/CableSmoothActuation.py
  - Timeout: examples/Component/LinearSolver/Iterative/FEMBAR_MinResLinearSolver.scn
  - Timeout: applications/plugins/SoftRobots/examples/component/constraint/SurfacePressureConstraint/Springy.py
  - Timeout: applications/plugins/SoftRobots/examples/tutorials/Tripod/details/step4-3.py
  - Timeout: examples/Component/Topology/Container/Dynamic/TetrahedronForceFieldTopologyChangeHandling.scn
  - Exit with status 134 (ABRT): applications/plugins/CollisionOBBCapsule/examples/benchmark_cubes.scn
  - Timeout: examples/Component/Engine/Select/PlaneROI.scn
  - Timeout: applications/plugins/SofaMatrix/examples/FillReducingOrdering.scn
  - Timeout: examples/Component/Engine/Select/SubsetTopology_localIndicesOption.scn
  - Timeout: examples/Tutorials/Topologies/TopologyQuad2TriangleTopologicalMapping.scn
  - Timeout: examples/Component/LinearSolver/Direct/FEMBAR_EigenSparseLU.scn
  - Timeout: examples/Component/SolidMechanics/FEM/TetrahedronFEMForceField_assemble.scn
  - Timeout: examples/Tutorials/StepByStep/TopologicalMapping/3_TopoMapping.scn
  - Exit with status 134 (ABRT): applications/plugins/CGALPlugin/scenes/MeshGenerationFromImageWithFeatures.scn
  - Timeout: applications/plugins/VolumetricRendering/examples/OglVolumetricModel_tetra_physics.scn
  - Timeout: examples/Component/LinearSystem/MatrixLinearSystem.scn
  - Timeout: examples/Component/Topology/Container/Grid/SparseGridTopology.scn
  - Timeout: examples/Component/MechanicalLoad/SurfacePressureForceField.scn
  - Timeout: applications/plugins/ModelOrderReduction/examples/softRobots/diamond/diamondRobot.py
  - Timeout: applications/plugins/SofaCUDA/scenes/benchmarks/TetrahedronFEMForceField_beam16x16x76_cpu.scn
  - Timeout: examples/Component/Engine/Select/MeshSplittingEngine.scn
  - Timeout: applications/plugins/ManifoldTopologies/examples/Tri2edgeMapping.scn
  - Timeout: examples/Component/Constraint/Projective/AttachConstraintMatrix.scn
  - Timeout: examples/Benchmark/Performance/MatrixAssembly/MatrixAssembly_direct.scn
  - Timeout: examples/Component/Setting/ViewerSetting.scn
  - Timeout: examples/Demos/collisionMultiple.scn
  - Timeout: applications/plugins/ModelOrderReduction/examples/softRobots/sofiaLeg/sofiaLeg.py
  - Timeout: applications/plugins/SoftRobots/examples/tutorials/Tripod/details/step6.py
  - Timeout: applications/plugins/SoftRobots/examples/tutorials/CableGripper/details/step0.py
  - Timeout: examples/Demos/fallingBeamLagrangianCollision.scn
  - Timeout: examples/Component/SolidMechanics/FEM/HexahedralFEMForceFieldAndMass.scn
  - Timeout: applications/plugins/SoftRobots/examples/thematicalDocs/T1-Elements_TetraHexaBeam/Tetra/Tetra.py
  - Exit with status 134 (ABRT): examples/Benchmark/TopologicalChanges/ProjectDirectionConstraint_RemovingMeshTest.scn
  - Timeout: examples/Component/LinearSolver/Direct/FEMBAR_EigenSparseQR.scn
  - Timeout: applications/plugins/SoftRobots/examples/tutorials/Trunk/trunk.py
  - Timeout: applications/plugins/ShapeMatchingPlugin/examples/ShapeMatchingForceField.scn
  - Timeout: applications/plugins/SofaSphFluid/examples/ParticlesRepulsionForceField.scn
  - Timeout: examples/Benchmark/Performance/MatrixAssembly/MatrixAssembly_assembledCG.scn
  - Timeout: applications/plugins/SoftRobots/examples/tutorials/PneunetGripper/details/step7-grabTheCube.py
  - Exit with status 134 (ABRT): examples/Component/Topology/Container/Dynamic/QuadForceFieldTopologyChangeHandling.scn
  - Timeout: examples/Component/Engine/Select/SubsetTopology.scn
  - Timeout: applications/plugins/Registration/examples/imageregistration.scn
  - Timeout: examples/Component/Engine/Select/ProximityROI.scn
  - Timeout: applications/plugins/SoftRobots/examples/tutorials/PneunetGripper/details/step5-timeIntegrationAndMatrixSolver.py
  - Timeout: applications/plugins/SoftRobots/examples/tutorials/Tripod/details/step4.py
  - Exit with status 134 (ABRT): examples/Component/Constraint/Projective/BilinearConstraint3D.scn
  - Timeout: applications/plugins/ManifoldTopologies/examples/ManifoldTriangleSurfaceCutting.scn
  - Timeout: applications/plugins/SoftRobots/examples/component/controller/DataVariationLimiter/DataVariationLimiter.py
  - Timeout: applications/plugins/SoftRobots/examples/tutorials/Tripod/myproject/step4-2.py
  - Timeout: examples/Component/AnimationLoop/MultiStepAnimationLoop.scn
  - Timeout: examples/Component/LinearSolver/Iterative/FEMBAR_CGLinearSolver_assembled.scn
  - Timeout: applications/plugins/SoftRobots/examples/thematicalDocs/T1-Elements_TetraHexaBeam/Hexa/Hexa.py
  - Timeout: examples/Component/SolidMechanics/FEM/TetrahedronFEMForceField_Chain.scn
  - Timeout: applications/plugins/SoftRobots/examples/thematicalDocs/T4-DirectActuation/DriveTheRobot/Simulation.py
  - Timeout: applications/plugins/SoftRobots/examples/tutorials/CableGripper/details/gripper.py
  - Timeout: examples/Component/Constraint/Lagrangian/FixedLagrangianConstaint_Vec3.scn
  - Timeout: examples/Component/SolidMechanics/FEM/FastTetrahedronCorotationalForceField_validation.scn
  - Timeout: examples/Component/MechanicalLoad/EdgePressureForceField.scn
  - Timeout: examples/Demos/rigidifiedSectionsInBeam.scn
  - Timeout: examples/Component/SolidMechanics/FEM/TetrahedronHyperelasticityFEMForceField_invertedTets.scn
  - Timeout: applications/plugins/image/examples/VoronoiToMeshEngine.scn
  - Timeout: applications/plugins/SofaCUDA/scenes/benchmarks/HexahedronFEMForceField_beam16x16x76_cpu.scn
  - Exit with status 134 (ABRT): examples/Component/Topology/Container/Dynamic/HexahedronForceFieldTopologyChangeHandling.scn
  - Timeout: examples/Component/MechanicalLoad/TrianglePressureForceField.scn
  - Timeout: examples/Component/Engine/Generate/MergePoints.scn
  - Timeout: examples/Component/Engine/Select/NearestPointROI.scn
  - Timeout: examples/Component/SolidMechanics/FEM/TetrahedralCorotationalFEMForceField.scn
  - Exit with status 134 (ABRT): examples/Benchmark/Performance/benchmark_cubes.scn
  - Timeout: examples/Tutorials/StepByStep/TopologicalMapping/2_TopoMapping.scn
  - Timeout: applications/plugins/SoftRobots/examples/tutorials/SoftFingerDesign/details/elastic_material_object.py
  - Timeout: examples/Component/LinearSystem/CompositeLinearSystem.scn
  - Timeout: applications/plugins/MultiThreading/examples/liversMeanPositions.scn
  - Timeout: examples/Component/SolidMechanics/FEM/Heterogeneous-TetrahedronFEMForceField.scn
  - Timeout: applications/plugins/MultiThreading/examples/livers.scn
  - Timeout: applications/plugins/SoftRobots/examples/tutorials/Tripod/details/tripodcontroller.py
  - Timeout: examples/Tutorials/ForceFields/TutorialForceFieldLiverTriangleFEM.scn
  - Exit with status 134 (ABRT): applications/plugins/CGALPlugin/scenes/UpsamplePointCloud.scn
  - Timeout: applications/plugins/SoftRobots/examples/tutorials/SoftArmGripper/scene.py
  - Timeout: applications/plugins/SoftRobots/examples/thematicalDocs/T4-DirectActuation/Actuators/Pneumatic/SurfaceConstraintPressure.py
  - Timeout: examples/Benchmark/Performance/MatrixAssembly/MatrixAssembly_matrixfreeCG.scn
  - Timeout: examples/Component/SolidMechanics/FEM/TriangularForceFieldComparison.scn
  - Timeout: applications/plugins/SoftRobots/examples/tutorials/Tripod/myproject/step4.py
  - Timeout: examples/Component/Engine/Select/MeshROI.scn
  - Timeout: examples/Benchmark/Accuracy/TriangleFEMForceField_compare.scn
  - Timeout: applications/plugins/SofaDistanceGrid/examples/FFDDistanceGridCollisionModel.scn
  - Timeout: applications/plugins/SoftRobots/examples/tutorials/Tripod/details/step5.py
  - Timeout: applications/plugins/SoftRobots/examples/tutorials/SoftFingerDesign/details/gripper_simulation.py
  - Timeout: examples/Component/ODESolver/Backward/StaticSolver.scn
  - Timeout: examples/Benchmark/Performance/MatrixAssembly/MatrixAssembly_direct_blocs.scn
  - Timeout: examples/Demos/sofa_1000PR.scn
  - Timeout: examples/Component/Collision/Detection/RayTraceCollision.scn
  - Timeout: examples/Component/Engine/Select/SubsetTopology_refiningMesh.scn
  - Timeout: applications/plugins/ShapeMatchingPlugin/examples/ConstraintRotationFinder.scn
  - Timeout: applications/plugins/SofaSphFluid/examples/SpatialGridPointModel.scn
  - Exit with status 134 (ABRT): examples/Component/LinearSolver/Preconditioner/FEMBAR_PCG_WarpedAsyncSparseLDLSolver.scn
  - Timeout: applications/plugins/SoftRobots/examples/tutorials/Tripod/myproject/tripodcontroller.py
  - Timeout: applications/plugins/SoftRobots/examples/tutorials/Tripod/myproject/step4-3.py
  - Timeout: applications/plugins/SofaPython3/examples/taskScheduler.py
  - Timeout: examples/Demos/chainAll.scn
  - Timeout: examples/Component/Constraint/Projective/AttachConstraint.scn
  - Timeout: applications/plugins/SoftRobots/examples/thematicalDocs/T3-MaterialProperties/Elastic/Simulation.py
  - Timeout: applications/plugins/SoftRobots/examples/component/constraint/CableConstraint/DisplacementVsForceControl.py
  - Timeout: examples/Component/LinearSolver/Iterative/FEMBAR_CGLinearSolver.scn
  - Timeout: applications/plugins/ManifoldTopologies/examples/Tri2edgeManiMapping.scn
  - Timeout: examples/Benchmark/Performance/TorusFall.scn
  - Timeout: examples/Demos/chainHybridNoGroup.scn
  - Timeout: examples/Component/Mapping/Linear/IdentityMapping.scn
  - Timeout: examples/Tutorials/Topologies/TopologySurfaceDifferentMesh.scn
  - Timeout: examples/Component/ODESolver/Backward/VariationalSymplecticSolver.scn
  - Timeout: applications/plugins/SoftRobots/examples/tutorials/PneunetGripper/details/step7-withSTLIB.py
  - Timeout: applications/plugins/SoftRobots/examples/component/constraint/SurfacePressureConstraint/SurfacePressureConstraint.py
  - Exit with status 134 (ABRT): examples/Component/SolidMechanics/FEM/QuadBendingFEMForceField.scn
Notify GitHub https://api.github.com/repos/sofa-framework/sofa/statuses/8f78ae8c35356358c3dd23d57a63705d60264a71 (sent): [success] ubuntu_clang_options-debug - Build OK. FIXME: 0 unit, 188 scenes
Notify Dashboard (sent - curl returned 0): fullbuild=true&sha=8f78ae8c35356358c3dd23d57a63705d60264a71&config=ubuntu_clang_options-debug&node=sofa-ci-dev-ubuntu2204-0&job_url=https://ci.inria.fr/sofa-ci-dev/job/sofa-framework/job/master/CI_CONFIG=ubuntu_clang,CI_PLUGINS=options,CI_TYPE=debug/&build_url=https://ci.inria.fr/sofa-ci-dev/job/sofa-framework/job/master/CI_CONFIG=ubuntu_clang,CI_PLUGINS=options,CI_TYPE=debug/5100/&scenes_status=done&scenes_total=752&scenes_successes=578&scenes_errors=26&scenes_crashes=162&scenes_duration=7527.300217
INFO: scene-test warnings limited to 5000
INFO: warnings clamping not needed (2646 < 5000)
INFO: scene-test errors limited to 5000
INFO: errors clamping not needed (26 < 5000)
[END] Scene tests (2024-05-15 02:52:39.004584) - took 1709.1709862 seconds
[BEGIN] Regression tests (2024-05-15 02:52:39.026393)
Notify Dashboard (sent - curl returned 0): fullbuild=true&sha=8f78ae8c35356358c3dd23d57a63705d60264a71&config=ubuntu_clang_options-debug&node=sofa-ci-dev-ubuntu2204-0&job_url=https://ci.inria.fr/sofa-ci-dev/job/sofa-framework/job/master/CI_CONFIG=ubuntu_clang,CI_PLUGINS=options,CI_TYPE=debug/&build_url=https://ci.inria.fr/sofa-ci-dev/job/sofa-framework/job/master/CI_CONFIG=ubuntu_clang,CI_PLUGINS=options,CI_TYPE=debug/5100/&regressions_status=running
Initializing regression testing.
Starting all regression tests...
Waiting for thread 1/7 (PID 126160) to finish...
/builds/workspace/sofa-framework/master/ubuntu_clang_options_debug/ci/scripts/unit-tests.sh: error:  ended with code 126



------------------------------------------

Running regression-tests 
Calling: bash -c "/builds/workspace/sofa-framework/master/ubuntu_clang_options_debug/build/bin/ --gtest_output=xml:regression-tests//report.xml 2>&1"

bash: line 1: /builds/workspace/sofa-framework/master/ubuntu_clang_options_debug/build/bin/: Is a directory
bash: line 1: /builds/workspace/sofa-framework/master/ubuntu_clang_options_debug/build/bin/: Is a directory
/builds/workspace/sofa-framework/master/ubuntu_clang_options_debug/ci/scripts/unit-tests.sh: line 159: regression-tests//subtests.txt: No such file or directory


Running  subtests
Thread 1/7 (PID 126160) is done.
Done.
/builds/workspace/sofa-framework/master/ubuntu_clang_options_debug/ci/scripts/unit-tests.sh: line 1: kill: (-126134) - No such process
Testing summary:
- 0 test suite(s)
- 0 test(s)
- 0 disabled test(s)
- 0 failure(s)
- 0 error(s)
Notify GitHub https://api.github.com/repos/sofa-framework/sofa/statuses/8f78ae8c35356358c3dd23d57a63705d60264a71 (sent): [success] ubuntu_clang_options-debug - Build OK. FIXME: 0 unit, 188 scenes, 0 regression
Notify Dashboard (sent - curl returned 0): fullbuild=true&sha=8f78ae8c35356358c3dd23d57a63705d60264a71&config=ubuntu_clang_options-debug&node=sofa-ci-dev-ubuntu2204-0&job_url=https://ci.inria.fr/sofa-ci-dev/job/sofa-framework/job/master/CI_CONFIG=ubuntu_clang,CI_PLUGINS=options,CI_TYPE=debug/&build_url=https://ci.inria.fr/sofa-ci-dev/job/sofa-framework/job/master/CI_CONFIG=ubuntu_clang,CI_PLUGINS=options,CI_TYPE=debug/5100/&regressions_status=done&regressions_suites=0&regressions_total=0&regressions_disabled=0&regressions_failures=0&regressions_errors=0&regressions_duration=0
[END] Regression tests (2024-05-15 02:52:40.072546) - took 1.1004 seconds
-------------------------------------------------------
[PostBuildScript] - [INFO] Executing post build scripts.
[PostBuildScript] - [INFO] build step #0 should only be executed on MATRIX
[src] $ bash /tmp/jenkins14576308454062021746.sh
ENV VARS: load /builds/workspace/sofa-framework/master/ubuntu_clang_options_debug/ci/scripts/env/default
ENV VARS: load node specific /builds/workspace/sofa-framework/master/ubuntu_clang_options_debug/ci/scripts/env/sofa-ci-dev-ubuntu2204-0
--------------- post-build.sh vars ---------------
BUILD_DIR = /builds/workspace/sofa-framework/master/ubuntu_clang_options_debug/build
CONFIG = ubuntu_clang
PLATFORM = ubuntu
COMPILER = clang
ARCHITECTURE = amd64
BUILD_TYPE = debug
BUILD_OPTIONS = run-regression-tests run-scene-tests run-unit-tests force-full-build report-to-github report-to-dashboard build-scope-full build-all-plugins 
--------------------------------------------------
Dashboard env vars:
DASH_COMMIT_AUTHOR=Alex Bilger
DASH_COMMIT_BRANCH=origin/master
DASH_COMMIT_DATE=1715665441
DASH_COMMIT_HASH=8f78ae8c35356358c3dd23d57a63705d60264a71
DASH_COMMIT_SUBJECT=[image,Mapping.NonLinear] Properly includes config.h before ObjectFactory.h (#4726)
DASH_CONFIG=ubuntu_clang_options-debug
DASH_DASHBOARD_URL=https://www.sofa-framework.org/dash/input.php
DASH_FULLBUILD=true
DASH_NOTIFY=true
---------------------
GitHub env vars:
GITHUB_COMMIT_AUTHOR=Alex Bilger
GITHUB_COMMIT_DATE=1715665441
GITHUB_COMMIT_HASH=8f78ae8c35356358c3dd23d57a63705d60264a71
GITHUB_COMMIT_MESSAGE=[image,Mapping.NonLinear] Properly includes config.h before ObjectFactory.h (#4726)
GITHUB_CONTEXT=ubuntu_clang_options-debug
GITHUB_NOTIFY=true
GITHUB_REPOSITORY=sofa-framework/sofa
GITHUB_SOFABOT_TOKEN=[*******]
GITHUB_TARGET_URL=https://ci.inria.fr/sofa-ci-dev/job/sofa-framework/job/master/CI_CONFIG=ubuntu_clang,CI_PLUGINS=options,CI_TYPE=debug/5100/
---------------------
----------- statuses -----------
tests_status = done
scenes_status = done
regressions_status = done
---------------------------------
Notify Dashboard (sent - curl returned 0): fullbuild=true&sha=8f78ae8c35356358c3dd23d57a63705d60264a71&config=ubuntu_clang_options-debug&node=sofa-ci-dev-ubuntu2204-0&job_url=https://ci.inria.fr/sofa-ci-dev/job/sofa-framework/job/master/CI_CONFIG=ubuntu_clang,CI_PLUGINS=options,CI_TYPE=debug/&build_url=https://ci.inria.fr/sofa-ci-dev/job/sofa-framework/job/master/CI_CONFIG=ubuntu_clang,CI_PLUGINS=options,CI_TYPE=debug/5100/&tests_status=done&scenes_status=done&regressions_status=done
BUILD_RESULT = SUCCESS
----------- WORKSPACE -----------
total 504
drwxrwxr-x 12 ci ci   4096 May 15 04:52 .
drwxrwxr-x  6 ci ci   4096 May 15 03:55 ..
drwxrwxr-x  6 ci ci   4096 May 15 03:50 applications
-rw-rw-r--  1 ci ci   3015 May 15 03:50 Authors.txt
-rw-rw-r--  1 ci ci 340556 May 15 03:50 CHANGELOG.md
-rw-rw-r--  1 ci ci   4525 May 15 03:50 .clang-format
drwxrwxr-x  3 ci ci   4096 May 15 03:50 cmake
-rw-rw-r--  1 ci ci  19390 May 15 03:50 CMakeLists.txt
-rw-rw-r--  1 ci ci   9044 May 15 03:50 CMakePresets.json
-rw-rw-r--  1 ci ci   1324 May 15 03:50 config.sh
-rw-rw-r--  1 ci ci  10070 May 15 03:50 CONTRIBUTING.md
-rw-rw-r--  1 ci ci    858 May 15 03:50 custom.cmake.example
drwxrwxr-x  7 ci ci   4096 May 15 03:50 examples
drwxrwxr-x  5 ci ci   4096 May 15 03:50 extlibs
drwxrwxr-x  8 ci ci   4096 May 15 03:55 .git
-rw-rw-r--  1 ci ci    321 May 15 03:50 .gitattributes
drwxrwxr-x  4 ci ci   4096 May 15 03:50 .github
-rw-rw-r--  1 ci ci   1117 May 15 03:50 .gitignore
-rw-rw-r--  1 ci ci   7419 May 15 03:50 GUIDELINES.md
-rw-rw-r--  1 ci ci  26526 May 15 03:50 LICENSE-LGPL.md
-rw-rw-r--  1 ci ci   2911 May 15 03:50 package.cmake
lrwxrwxrwx  1 ci ci     66 May 15 04:52 parent_dir -> /builds/workspace/sofa-framework/master/ubuntu_clang_options_debug
-rw-rw-r--  1 ci ci   4028 May 15 03:50 README.md
drwxrwxr-x  6 ci ci   4096 May 15 03:50 scripts
drwxrwxr-x  8 ci ci   4096 May 15 03:50 share
drwxrwxr-x  6 ci ci   4096 May 15 03:50 Sofa
drwxrwxr-x  6 ci ci   4096 May 15 03:50 tools
---------------------------------
[src] $ bash /tmp/CommandInterpreterCondition7297405397707209006.sh
Searching for output file like parent_dir/build/make-output-fullbuild-gcc*.txt
Run condition [Execute Shell] preventing perform for step [[Record compiler warnings and static analysis results]]
[src] $ bash /tmp/CommandInterpreterCondition11755595021333372632.sh
Searching for output file like parent_dir/build/make-output-fullbuild-clang*.txt
Run condition [Execute Shell] enabling perform for step [[Record compiler warnings and static analysis results]]
[Clang Build] Searching for all files in '/builds/workspace/sofa-framework/master/ubuntu_clang_options_debug/src' that match the pattern 'parent_dir/build/make-output-fullbuild-clang*.txt'
[Clang Build] -> found 1 file
[Clang Build] Successfully parsed file /builds/workspace/sofa-framework/master/ubuntu_clang_options_debug/src/parent_dir/build/make-output-fullbuild-clang.txt
[Clang Build] -> found 176 issues (skipped 519 duplicates)
[Clang Build] [-ERROR-] Can't create fingerprints for some files:
[Clang Build] [-ERROR-] - 'include/Sofa.Component.Collision.Detection.Intersection/sofa/component/collision/detection/intersection/config.h' file not found
[Clang Build] [-ERROR-] - 'include/Sofa.Component.Collision.Geometry/sofa/component/collision/geometry/config.h' file not found
[Clang Build] [-ERROR-] - '/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/ext/new_allocator.h' file not found
[Clang Build] [-ERROR-] - 'include/Sofa.Component.Setting/sofa/component/setting/config.h' file not found
[Clang Build] [-ERROR-] - '/opt/Qt/5.12.12/gcc_64/include/QtGui/qopenglcontext.h' file not found
[Clang Build] [-ERROR-] - '/opt/Qt/5.12.12/gcc_64/include/QtGui/qopenglcontext.h' file not found
[Clang Build] [-ERROR-] - 'include/Sofa.Component.Collision.Detection.Algorithm/sofa/component/collision/detection/algorithm/config.h' file not found
[Clang Build] [-ERROR-] - '_deps/metis-src/GKlib/pdb.c' file not found
[Clang Build] [-ERROR-] - '_deps/metis-src/GKlib/pdb.c' file not found
[Clang Build] [-ERROR-] - '_deps/metis-src/libmetis/balance.c' file not found
[Clang Build] [-ERROR-] - 'include/SofaPhysicsAPI/SofaPhysicsAPI/config.h' file not found
[Clang Build] [-ERROR-] - 'include/Sofa.Component.Collision.Response.Contact/sofa/component/collision/response/contact/config.h' file not found
[Clang Build] Post processing issues on 'sofa-ci-dev-ubuntu2204-0' with source code encoding 'UTF-8'
[Clang Build] Creating SCM blamer to obtain author and commit information for affected files
[Clang Build] -> No blamer installed yet. You need to install the 'git-forensics' plugin to enable blaming for Git.
[Clang Build] Resolving file names for all issues in workspace '/builds/workspace/sofa-framework/master/ubuntu_clang_options_debug/src'
[Clang Build] -> resolved paths in source directory (79 found, 10 not found)
[Clang Build] Resolving module names from module definitions (build.xml, pom.xml, or Manifest.mf files)
[Clang Build] -> resolved module names for 176 issues
[Clang Build] Resolving package names (or namespaces) by parsing the affected files
[Clang Build] -> resolved package names of 89 affected files
[Clang Build] No filter has been set, publishing all 176 issues
[Clang Build] Creating fingerprints for all affected code blocks to track issues over different builds
[Clang Build] -> created fingerprints for 164 issues (skipped 12 issues)
[Clang Build] Copying affected files to Jenkins' build folder '/net/www/ci/sofa-ci-dev/jobs/sofa-framework/branches/master/configurations/axis-CI_CONFIG/ubuntu_clang/axis-CI_PLUGINS/options/axis-CI_TYPE/debug/builds/5100/files-with-issues'
[Clang Build] -> 79 copied, 0 not in workspace, 12 not-found, 0 with I/O error
[Clang Build] Repository miner is not configured, skipping repository mining
[Clang Build] Reference build recorder is not configured
[Clang Build] Obtaining reference build from same job (ubuntu_clang,options,debug)
[Clang Build] Using reference build 'sofa-framework/master/CI_CONFIG=ubuntu_clang,CI_PLUGINS=options,CI_TYPE=debug #5098' to compute new, fixed, and outstanding issues
[Clang Build] Issues delta (vs. reference build): outstanding: 176, new: 0, fixed: 0
[Clang Build] No quality gates have been set - skipping
[Clang Build] Health report is disabled - skipping
[Clang Build] Created analysis result for 176 issues (found 0 new issues, fixed 0 issues)
[Clang Build] Attaching ResultAction with ID 'FullBuildWarnings-Clang' to build 'sofa-framework/master/CI_CONFIG=ubuntu_clang,CI_PLUGINS=options,CI_TYPE=debug #5100'.
[Checks API] No suitable checks publisher found.
[src] $ bash /tmp/CommandInterpreterCondition7517321001269201118.sh
Searching for output file like parent_dir/build/make-output-fullbuild-vs*.txt
Run condition [Execute Shell] preventing perform for step [[Record compiler warnings and static analysis results]]
[src] $ bash /tmp/CommandInterpreterCondition1271671701887170015.sh
Run condition [Execute Shell] preventing perform for step [[Record compiler warnings and static analysis results]]
[src] $ bash /tmp/CommandInterpreterCondition12111210601051737106.sh
Searching for JUnit test result reports
Run condition [Execute Shell] enabling perform for step [[Publish JUnit test result report]]
Recording test results
[Checks API] No suitable checks publisher found.
[src] $ bash /tmp/CommandInterpreterCondition18305744702852607929.sh
Searching for files to archive as artifacts
Run condition [Execute Shell] preventing perform for step [[Archive the artifacts]]
Build step 'Flexible publish' changed build result to UNSTABLE
Finished: UNSTABLE