[ OK ] SparseMatrixTest/4.CheckThatThePastTheEndIteratorIsReturnedWhenTryingToReadALineThatDoesNotExist (0 ms)
[ RUN ] SparseMatrixTest/4.CheckThatTheSizeOfALineCanBeRetrieved
[ OK ] SparseMatrixTest/4.CheckThatTheSizeOfALineCanBeRetrieved (0 ms)
[ RUN ] SparseMatrixTest/4.CheckThatALineCanBeReadAndItsDataRetrievedByUsingARowInternalConstIterator
[ OK ] SparseMatrixTest/4.CheckThatALineCanBeReadAndItsDataRetrievedByUsingARowInternalConstIterator (0 ms)
[ RUN ] SparseMatrixTest/4.CheckThatALineCanBeIdenticallyRepopulatedAfterItHasBeenClearedInAOneLineMatrix
[ OK ] SparseMatrixTest/4.CheckThatALineCanBeIdenticallyRepopulatedAfterItHasBeenClearedInAOneLineMatrix (0 ms)
[ RUN ] SparseMatrixTest/4.CheckThatALineCanBeRepopulatedWithDifferentColumnsIndicesAndDataAfterItHasBeenClearedInAOneLineMatrix
[ OK ] SparseMatrixTest/4.CheckThatALineCanBeRepopulatedWithDifferentColumnsIndicesAndDataAfterItHasBeenClearedInAOneLineMatrix (0 ms)
[ RUN ] SparseMatrixTest/4.CheckThatATotallyDifferentLineCanBeAddedAfterALineHasBeenClearedInAOneLineMatrix
[ OK ] SparseMatrixTest/4.CheckThatATotallyDifferentLineCanBeAddedAfterALineHasBeenClearedInAOneLineMatrix (0 ms)
[ RUN ] SparseMatrixTest/4.CheckThatALineCanBeIdenticallyRepopulatedAfterItHasBeenClearedInAMultiLinesMatrix
[ OK ] SparseMatrixTest/4.CheckThatALineCanBeIdenticallyRepopulatedAfterItHasBeenClearedInAMultiLinesMatrix (0 ms)
[ RUN ] SparseMatrixTest/4.CheckThatALineCanBeRepopulatedWithDifferentColumnsIndicesAndDataAfterItHasBeenClearedInAMultiLinesMatrix
[ OK ] SparseMatrixTest/4.CheckThatALineCanBeRepopulatedWithDifferentColumnsIndicesAndDataAfterItHasBeenClearedInAMultiLinesMatrix (0 ms)
[ RUN ] SparseMatrixTest/4.CheckThatATotallyDifferentLineCanBeAddedAfterALineHasBeenClearedInAMultiLineMatrix
[ OK ] SparseMatrixTest/4.CheckThatATotallyDifferentLineCanBeAddedAfterALineHasBeenClearedInAMultiLineMatrix (0 ms)
[ RUN ] SparseMatrixTest/4.CheckThatOlderLinesStayUnaffectedWhenAMoreRecentOneIsCleared
[ OK ] SparseMatrixTest/4.CheckThatOlderLinesStayUnaffectedWhenAMoreRecentOneIsCleared (0 ms)
[ RUN ] SparseMatrixTest/4.CheckThatMoreRecentLinesStayUnaffectedWhenAnOlderOneIsCleared
[ OK ] SparseMatrixTest/4.CheckThatMoreRecentLinesStayUnaffectedWhenAnOlderOneIsCleared (0 ms)
[ RUN ] SparseMatrixTest/4.CheckThatTheSizeOfALineIsDecrementedByOneWhenAnElementIsErased
[ OK ] SparseMatrixTest/4.CheckThatTheSizeOfALineIsDecrementedByOneWhenAnElementIsErased (0 ms)
[ RUN ] SparseMatrixTest/4.CheckThatThePastTheEndIteratorIsReturnedWhenTryingToAccessAnErasedElementInALine
[ OK ] SparseMatrixTest/4.CheckThatThePastTheEndIteratorIsReturnedWhenTryingToAccessAnErasedElementInALine (0 ms)
[ RUN ] SparseMatrixTest/4.CheckThatOlderElementsStayUnaffectedWhenAMoreRecentOneIsErasedFromALine
[ OK ] SparseMatrixTest/4.CheckThatOlderElementsStayUnaffectedWhenAMoreRecentOneIsErasedFromALine (0 ms)
[ RUN ] SparseMatrixTest/4.CheckThatMoreRecentElementsStayUnaffectedWhenAnOlderOneIsErasedFromALine
[ OK ] SparseMatrixTest/4.CheckThatMoreRecentElementsStayUnaffectedWhenAnOlderOneIsErasedFromALine (0 ms)
[ RUN ] SparseMatrixTest/4.CheckThatTryingToEraseAColumnThatDoesNotExistInALineLeavesTheSizeOfTheRowUnchanged
[ OK ] SparseMatrixTest/4.CheckThatTryingToEraseAColumnThatDoesNotExistInALineLeavesTheSizeOfTheRowUnchanged (0 ms)
[ RUN ] SparseMatrixTest/4.CheckThatTryingToEraseAColumnThatDoesNotExistInALineLeavesItUnchanged
[ OK ] SparseMatrixTest/4.CheckThatTryingToEraseAColumnThatDoesNotExistInALineLeavesItUnchanged (0 ms)
[ RUN ] SparseMatrixTest/4.CheckThatNewElementsCanBeInsertedIntoARowAfterAllOthersHaveBeenErased
[ OK ] SparseMatrixTest/4.CheckThatNewElementsCanBeInsertedIntoARowAfterAllOthersHaveBeenErased (0 ms)
[ RUN ] SparseMatrixTest/4.CheckThatTheColumnIndexOfAColConstIteratorCanBeRetrieved
[ OK ] SparseMatrixTest/4.CheckThatTheColumnIndexOfAColConstIteratorCanBeRetrieved (0 ms)
[ RUN ] SparseMatrixTest/4.CheckThatTheValueOfADataCanBeRetrieved
[ OK ] SparseMatrixTest/4.CheckThatTheValueOfADataCanBeRetrieved (0 ms)
[ RUN ] SparseMatrixTest/4.CheckThatAValueCanBeAddedToADataInARow
[ OK ] SparseMatrixTest/4.CheckThatAValueCanBeAddedToADataInARow (0 ms)
[ RUN ] SparseMatrixTest/4.CheckThatSettingAnExistingElementUpdatesItsValue
[ OK ] SparseMatrixTest/4.CheckThatSettingAnExistingElementUpdatesItsValue (0 ms)
[ RUN ] SparseMatrixTest/4.CheckThatSettingAnExistingElementLetTheOthersUnaffected
[ OK ] SparseMatrixTest/4.CheckThatSettingAnExistingElementLetTheOthersUnaffected (0 ms)
[ RUN ] SparseMatrixTest/4.CheckThatTheValueOfAnElementCanBeSummedToTheOneOfAnExistingElementWithTheSameColIndex
[ OK ] SparseMatrixTest/4.CheckThatTheValueOfAnElementCanBeSummedToTheOneOfAnExistingElementWithTheSameColIndex (0 ms)
[ RUN ] SparseMatrixTest/4.CheckThatANewElementIsInsertedIntoARowWhenTryingToSumItsValueToANonExistingOne
[ OK ] SparseMatrixTest/4.CheckThatANewElementIsInsertedIntoARowWhenTryingToSumItsValueToANonExistingOne (0 ms)
[ RUN ] SparseMatrixTest/4.CheckThatANewElementIsInsertedIntoARowWhenTryingToSumItsValueToAnotherButTheRowIsEmpty
[ OK ] SparseMatrixTest/4.CheckThatANewElementIsInsertedIntoARowWhenTryingToSumItsValueToAnotherButTheRowIsEmpty (0 ms)
[ RUN ] SparseMatrixTest/4.CheckThatALineCanBeIdenticallyRepopulatedUsingTheSumFunctionAfterItHasBeenClearedInAOneLineMatrix
[ OK ] SparseMatrixTest/4.CheckThatALineCanBeIdenticallyRepopulatedUsingTheSumFunctionAfterItHasBeenClearedInAOneLineMatrix (0 ms)
[ RUN ] SparseMatrixTest/4.CheckThatTrueIsReturnedWhenComparingTwoColConstIteratorsPointingToTheSameElement
[ OK ] SparseMatrixTest/4.CheckThatTrueIsReturnedWhenComparingTwoColConstIteratorsPointingToTheSameElement (0 ms)
[ RUN ] SparseMatrixTest/4.CheckThatTrueIsReturnedWhenComparingTwoColConstIteratorsPointingToDistinctElements
[ OK ] SparseMatrixTest/4.CheckThatTrueIsReturnedWhenComparingTwoColConstIteratorsPointingToDistinctElements (0 ms)
[ RUN ] SparseMatrixTest/4.CheckThatPreIncrementingSizeTimesTheColConstIteratorToTheBeginningOfARowResultsInThePastTheEndIterator
[ OK ] SparseMatrixTest/4.CheckThatPreIncrementingSizeTimesTheColConstIteratorToTheBeginningOfARowResultsInThePastTheEndIterator (0 ms)
[ RUN ] SparseMatrixTest/4.CheckThatPostIncrementingSizeTimesTheColConstIteratorToTheBeginningOfARowResultsInThePastTheEndIterator
[ OK ] SparseMatrixTest/4.CheckThatPostIncrementingSizeTimesTheColConstIteratorToTheBeginningOfARowResultsInThePastTheEndIterator (0 ms)
[ RUN ] SparseMatrixTest/4.CheckThatANewLineCanBeInsertedAndItsElementsAccessedAfterTheMatrixHasBeenCleared
[ OK ] SparseMatrixTest/4.CheckThatANewLineCanBeInsertedAndItsElementsAccessedAfterTheMatrixHasBeenCleared (0 ms)
[ RUN ] SparseMatrixTest/4.CheckThatDataCanBeRetrievedWhenAllLinesAreCreatedFirstAndThenDataInserted
[ OK ] SparseMatrixTest/4.CheckThatDataCanBeRetrievedWhenAllLinesAreCreatedFirstAndThenDataInserted (0 ms)
[ RUN ] SparseMatrixTest/4.CheckThatDataCanBeRetrievedWhenDataAreInsertedImmediatelyAfterLineCreation
[ OK ] SparseMatrixTest/4.CheckThatDataCanBeRetrievedWhenDataAreInsertedImmediatelyAfterLineCreation (0 ms)
[ RUN ] SparseMatrixTest/4.CheckThatElementsOfALineAreUnaffectedWhenTryingToWriteItWhenItAlreadyExists
[ OK ] SparseMatrixTest/4.CheckThatElementsOfALineAreUnaffectedWhenTryingToWriteItWhenItAlreadyExists (0 ms)
[ RUN ] SparseMatrixTest/4.CheckThatElementsCanBeInsertedWhenALineIsCreated
[ OK ] SparseMatrixTest/4.CheckThatElementsCanBeInsertedWhenALineIsCreated (0 ms)
[ RUN ] SparseMatrixTest/4.CheckThatTheSizeOfALineIsUpdatedWhenItIsReplacedByAnother
[ OK ] SparseMatrixTest/4.CheckThatTheSizeOfALineIsUpdatedWhenItIsReplacedByAnother (0 ms)
[ RUN ] SparseMatrixTest/4.CheckThatTheExpectedNumberOfElementsCanBeTraversedViaIteratorsWhenALineHasBeenReplacedByAnother
[ OK ] SparseMatrixTest/4.CheckThatTheExpectedNumberOfElementsCanBeTraversedViaIteratorsWhenALineHasBeenReplacedByAnother (0 ms)
[ RUN ] SparseMatrixTest/4.CheckThatTheExpectedElementsCanBeTraversedViaIteratorsWhenALineHasBeenReplacedByAnother
[ OK ] SparseMatrixTest/4.CheckThatTheExpectedElementsCanBeTraversedViaIteratorsWhenALineHasBeenReplacedByAnother (0 ms)
[ RUN ] SparseMatrixTest/4.CheckThatExistingLinesStayUnaffectedWhenALineIsReplacedByAnother
[ OK ] SparseMatrixTest/4.CheckThatExistingLinesStayUnaffectedWhenALineIsReplacedByAnother (0 ms)
[ RUN ] SparseMatrixTest/4.CheckThatTheContentOfALineCanBeSummedWithTheContentOfAnother
[ OK ] SparseMatrixTest/4.CheckThatTheContentOfALineCanBeSummedWithTheContentOfAnother (0 ms)
[ RUN ] SparseMatrixTest/4.CheckThatTheSizeOfALineIsUpdatedWhenNewElementsAreCreatedWhenTryingToSumALineToAnotherWithNoCommonColIndices
[ OK ] SparseMatrixTest/4.CheckThatTheSizeOfALineIsUpdatedWhenNewElementsAreCreatedWhenTryingToSumALineToAnotherWithNoCommonColIndices (0 ms)
[ RUN ] SparseMatrixTest/4.CheckThatNewElementsAreCreatedWhenTryingToSumALineToAnotherWithNoCommonColIndices
[ OK ] SparseMatrixTest/4.CheckThatNewElementsAreCreatedWhenTryingToSumALineToAnotherWithNoCommonColIndices (0 ms)
[ RUN ] SparseMatrixTest/4.CheckThatTheSizeOfALineIsUpdatedWhenNewElementsAreCreatedWhenTryingToSumALineToAnotherWithCommonAndDistinctIndices
[ OK ] SparseMatrixTest/4.CheckThatTheSizeOfALineIsUpdatedWhenNewElementsAreCreatedWhenTryingToSumALineToAnotherWithCommonAndDistinctIndices (0 ms)
[ RUN ] SparseMatrixTest/4.CheckThatTheContentOfALineRemainsSortedByColIndex
[ OK ] SparseMatrixTest/4.CheckThatTheContentOfALineRemainsSortedByColIndex (0 ms)
[ RUN ] SparseMatrixTest/4.CheckThatElementsHaveTheExpectedValuesWhenTryingToSumALineToAnotherWithNoCommonColIndices
[ OK ] SparseMatrixTest/4.CheckThatElementsHaveTheExpectedValuesWhenTryingToSumALineToAnotherWithNoCommonColIndices (0 ms)
[ RUN ] SparseMatrixTest/4.CheckThatDataCanBeRetrievedWhenCreatingAndFillingLinesInDescendingIndexOrder
[ OK ] SparseMatrixTest/4.CheckThatDataCanBeRetrievedWhenCreatingAndFillingLinesInDescendingIndexOrder (0 ms)
[ RUN ] SparseMatrixTest/4.CheckThatDataCanBeRetrievedWhenCreatingLinesInDescendingIndexOrderAndInsertingADataInTheFirstOneAfterwards
[ OK ] SparseMatrixTest/4.CheckThatDataCanBeRetrievedWhenCreatingLinesInDescendingIndexOrderAndInsertingADataInTheFirstOneAfterwards (0 ms)
[----------] 68 tests from SparseMatrixTest/4 (0 ms total)
[----------] 1 test from CompressedRowSparseMatrixConstraintTest/0, where TypeParam = sofa::linearalgebra::CompressedRowSparseMatrixConstraint<sofa::type::Vec<1u,double>,sofa::CRSConstraintTestPolicy>
[ RUN ] CompressedRowSparseMatrixConstraintTest/0.checkRowDeletionUntilMatrixIsEmpty
[ OK ] CompressedRowSparseMatrixConstraintTest/0.checkRowDeletionUntilMatrixIsEmpty (0 ms)
[----------] 1 test from CompressedRowSparseMatrixConstraintTest/0 (0 ms total)
[----------] 1 test from CompressedRowSparseMatrixConstraintTest/1, where TypeParam = sofa::linearalgebra::CompressedRowSparseMatrixConstraint<sofa::type::Vec<2u,double>,sofa::CRSConstraintTestPolicy>
[ RUN ] CompressedRowSparseMatrixConstraintTest/1.checkRowDeletionUntilMatrixIsEmpty
[ OK ] CompressedRowSparseMatrixConstraintTest/1.checkRowDeletionUntilMatrixIsEmpty (0 ms)
[----------] 1 test from CompressedRowSparseMatrixConstraintTest/1 (0 ms total)
[----------] 1 test from CompressedRowSparseMatrixConstraintTest/2, where TypeParam = sofa::linearalgebra::CompressedRowSparseMatrixConstraint<sofa::type::Vec<3u,double>,sofa::CRSConstraintTestPolicy>
[ RUN ] CompressedRowSparseMatrixConstraintTest/2.checkRowDeletionUntilMatrixIsEmpty
[ OK ] CompressedRowSparseMatrixConstraintTest/2.checkRowDeletionUntilMatrixIsEmpty (0 ms)
[----------] 1 test from CompressedRowSparseMatrixConstraintTest/2 (0 ms total)
[----------] 1 test from CompressedRowSparseMatrixConstraintTest/3, where TypeParam = sofa::linearalgebra::CompressedRowSparseMatrixConstraint<sofa::defaulttype::RigidDeriv<2u,double>,sofa::CRSConstraintTestPolicy>
[ RUN ] CompressedRowSparseMatrixConstraintTest/3.checkRowDeletionUntilMatrixIsEmpty
[ OK ] CompressedRowSparseMatrixConstraintTest/3.checkRowDeletionUntilMatrixIsEmpty (0 ms)
[----------] 1 test from CompressedRowSparseMatrixConstraintTest/3 (0 ms total)
[----------] 1 test from CompressedRowSparseMatrixConstraintTest/4, where TypeParam = sofa::linearalgebra::CompressedRowSparseMatrixConstraint<sofa::defaulttype::RigidDeriv<3u,double>,sofa::CRSConstraintTestPolicy>
[ RUN ] CompressedRowSparseMatrixConstraintTest/4.checkRowDeletionUntilMatrixIsEmpty
[ OK ] CompressedRowSparseMatrixConstraintTest/4.checkRowDeletionUntilMatrixIsEmpty (0 ms)
[----------] 1 test from CompressedRowSparseMatrixConstraintTest/4 (0 ms total)
[----------] 1 test from CompressedRowSparseMatrixTest
[ RUN ] CompressedRowSparseMatrixTest.checkTransposition
[ OK ] CompressedRowSparseMatrixTest.checkTransposition (0 ms)
[----------] 1 test from CompressedRowSparseMatrixTest (0 ms total)
[----------] 3 tests from CompressedRowSparseMatrixConstraint
[ RUN ] CompressedRowSparseMatrixConstraint.emptyMatrixGetRowRange
[ OK ] CompressedRowSparseMatrixConstraint.emptyMatrixGetRowRange (0 ms)
[ RUN ] CompressedRowSparseMatrixConstraint.ostream
[ OK ] CompressedRowSparseMatrixConstraint.ostream (0 ms)
[ RUN ] CompressedRowSparseMatrixConstraint.prettyPrint
[ OK ] CompressedRowSparseMatrixConstraint.prettyPrint (0 ms)
[----------] 3 tests from CompressedRowSparseMatrixConstraint (0 ms total)
[----------] 25 tests from TestSparseMatrices/0, where TypeParam = sofa::TestSparseMatricesTraits<double,4u,8u,4u,8u>
[ RUN ] TestSparseMatrices/0.set_fullMat
[ OK ] TestSparseMatrices/0.set_fullMat (0 ms)
[ RUN ] TestSparseMatrices/0.set_crs_scalar
[ OK ] TestSparseMatrices/0.set_crs_scalar (0 ms)
[ RUN ] TestSparseMatrices/0.set_crs1
[ OK ] TestSparseMatrices/0.set_crs1 (0 ms)
[ RUN ] TestSparseMatrices/0.set_crs2
[ OK ] TestSparseMatrices/0.set_crs2 (0 ms)
[ RUN ] TestSparseMatrices/0.set_mapMat
[ OK ] TestSparseMatrices/0.set_mapMat (0 ms)
[ RUN ] TestSparseMatrices/0.set_eiBlock1
[ OK ] TestSparseMatrices/0.set_eiBlock1 (0 ms)
[ RUN ] TestSparseMatrices/0.set_eiBlock2
[ OK ] TestSparseMatrices/0.set_eiBlock2 (0 ms)
[ RUN ] TestSparseMatrices/0.set_eiBase
[ OK ] TestSparseMatrices/0.set_eiBase (0 ms)
[ RUN ] TestSparseMatrices/0.eigenMatrix_update
[ OK ] TestSparseMatrices/0.eigenMatrix_update (0 ms)
[ RUN ] TestSparseMatrices/0.eigenMatrix_block_row_filling
[ OK ] TestSparseMatrices/0.eigenMatrix_block_row_filling (0 ms)
[ RUN ] TestSparseMatrices/0.eigenMatrixBlockFromCompressedRowSparseMatrix
[ OK ] TestSparseMatrices/0.eigenMatrixBlockFromCompressedRowSparseMatrix (0 ms)
[ RUN ] TestSparseMatrices/0.eigenMapToDenseMatrix
[ OK ] TestSparseMatrices/0.eigenMapToDenseMatrix (0 ms)
[ RUN ] TestSparseMatrices/0.set_fullVec_nrows_reference
[ OK ] TestSparseMatrices/0.set_fullVec_nrows_reference (0 ms)
[ RUN ] TestSparseMatrices/0.fullMat_vector_product
[ OK ] TestSparseMatrices/0.fullMat_vector_product (0 ms)
[ RUN ] TestSparseMatrices/0.mapMat_vector_product
[ OK ] TestSparseMatrices/0.mapMat_vector_product (0 ms)
[ RUN ] TestSparseMatrices/0.eiBlock1_vector_product
[ OK ] TestSparseMatrices/0.eiBlock1_vector_product (0 ms)
[ RUN ] TestSparseMatrices/0.crs1_vector_product
[ OK ] TestSparseMatrices/0.crs1_vector_product (0 ms)
[ RUN ] TestSparseMatrices/0.full_matrix_product
[ OK ] TestSparseMatrices/0.full_matrix_product (0 ms)
[ RUN ] TestSparseMatrices/0.crs_scalar_matrix_product
[ OK ] TestSparseMatrices/0.crs_scalar_matrix_product (0 ms)
[ RUN ] TestSparseMatrices/0.crs_matrix_product
[ OK ] TestSparseMatrices/0.crs_matrix_product (0 ms)
[ RUN ] TestSparseMatrices/0.EigenBase_matrix_product
[ OK ] TestSparseMatrices/0.EigenBase_matrix_product (0 ms)
[ RUN ] TestSparseMatrices/0.full_matrix_transposeproduct
[ OK ] TestSparseMatrices/0.full_matrix_transposeproduct (0 ms)
[ RUN ] TestSparseMatrices/0.crs_scalar_matrix_transposeproduct
[ OK ] TestSparseMatrices/0.crs_scalar_matrix_transposeproduct (0 ms)
[ RUN ] TestSparseMatrices/0.crs_matrix_transposeproduct
[ OK ] TestSparseMatrices/0.crs_matrix_transposeproduct (0 ms)
[ RUN ] TestSparseMatrices/0.crs_matrix_addition
[ OK ] TestSparseMatrices/0.crs_matrix_addition (0 ms)
[----------] 25 tests from TestSparseMatrices/0 (0 ms total)
[----------] 25 tests from TestSparseMatrices/1, where TypeParam = sofa::TestSparseMatricesTraits<double,4u,8u,4u,2u>
[ RUN ] TestSparseMatrices/1.set_fullMat
[ OK ] TestSparseMatrices/1.set_fullMat (0 ms)
[ RUN ] TestSparseMatrices/1.set_crs_scalar
[ OK ] TestSparseMatrices/1.set_crs_scalar (0 ms)
[ RUN ] TestSparseMatrices/1.set_crs1
[ OK ] TestSparseMatrices/1.set_crs1 (0 ms)
[ RUN ] TestSparseMatrices/1.set_crs2
[ OK ] TestSparseMatrices/1.set_crs2 (0 ms)
[ RUN ] TestSparseMatrices/1.set_mapMat
[ OK ] TestSparseMatrices/1.set_mapMat (0 ms)
[ RUN ] TestSparseMatrices/1.set_eiBlock1
[ OK ] TestSparseMatrices/1.set_eiBlock1 (0 ms)
[ RUN ] TestSparseMatrices/1.set_eiBlock2
[ OK ] TestSparseMatrices/1.set_eiBlock2 (0 ms)
[ RUN ] TestSparseMatrices/1.set_eiBase
[ OK ] TestSparseMatrices/1.set_eiBase (0 ms)
[ RUN ] TestSparseMatrices/1.eigenMatrix_update
[ OK ] TestSparseMatrices/1.eigenMatrix_update (0 ms)
[ RUN ] TestSparseMatrices/1.eigenMatrix_block_row_filling
[ OK ] TestSparseMatrices/1.eigenMatrix_block_row_filling (0 ms)
[ RUN ] TestSparseMatrices/1.eigenMatrixBlockFromCompressedRowSparseMatrix
[ OK ] TestSparseMatrices/1.eigenMatrixBlockFromCompressedRowSparseMatrix (0 ms)
[ RUN ] TestSparseMatrices/1.eigenMapToDenseMatrix
[ OK ] TestSparseMatrices/1.eigenMapToDenseMatrix (0 ms)
[ RUN ] TestSparseMatrices/1.set_fullVec_nrows_reference
[ OK ] TestSparseMatrices/1.set_fullVec_nrows_reference (0 ms)
[ RUN ] TestSparseMatrices/1.fullMat_vector_product
[ OK ] TestSparseMatrices/1.fullMat_vector_product (0 ms)
[ RUN ] TestSparseMatrices/1.mapMat_vector_product
[ OK ] TestSparseMatrices/1.mapMat_vector_product (0 ms)
[ RUN ] TestSparseMatrices/1.eiBlock1_vector_product
[ OK ] TestSparseMatrices/1.eiBlock1_vector_product (0 ms)
[ RUN ] TestSparseMatrices/1.crs1_vector_product
[ OK ] TestSparseMatrices/1.crs1_vector_product (0 ms)
[ RUN ] TestSparseMatrices/1.full_matrix_product
[ OK ] TestSparseMatrices/1.full_matrix_product (0 ms)
[ RUN ] TestSparseMatrices/1.crs_scalar_matrix_product
[ OK ] TestSparseMatrices/1.crs_scalar_matrix_product (0 ms)
[ RUN ] TestSparseMatrices/1.crs_matrix_product
[ OK ] TestSparseMatrices/1.crs_matrix_product (0 ms)
[ RUN ] TestSparseMatrices/1.EigenBase_matrix_product
[ OK ] TestSparseMatrices/1.EigenBase_matrix_product (0 ms)
[ RUN ] TestSparseMatrices/1.full_matrix_transposeproduct
[ OK ] TestSparseMatrices/1.full_matrix_transposeproduct (0 ms)
[ RUN ] TestSparseMatrices/1.crs_scalar_matrix_transposeproduct
[ OK ] TestSparseMatrices/1.crs_scalar_matrix_transposeproduct (0 ms)
[ RUN ] TestSparseMatrices/1.crs_matrix_transposeproduct
[ OK ] TestSparseMatrices/1.crs_matrix_transposeproduct (0 ms)
[ RUN ] TestSparseMatrices/1.crs_matrix_addition
[ OK ] TestSparseMatrices/1.crs_matrix_addition (0 ms)
[----------] 25 tests from TestSparseMatrices/1 (0 ms total)
[----------] 25 tests from TestSparseMatrices/2, where TypeParam = sofa::TestSparseMatricesTraits<double,4u,8u,1u,8u>
[ RUN ] TestSparseMatrices/2.set_fullMat
[ OK ] TestSparseMatrices/2.set_fullMat (0 ms)
[ RUN ] TestSparseMatrices/2.set_crs_scalar
[ OK ] TestSparseMatrices/2.set_crs_scalar (0 ms)
[ RUN ] TestSparseMatrices/2.set_crs1
[ OK ] TestSparseMatrices/2.set_crs1 (0 ms)
[ RUN ] TestSparseMatrices/2.set_crs2
[ OK ] TestSparseMatrices/2.set_crs2 (0 ms)
[ RUN ] TestSparseMatrices/2.set_mapMat
[ OK ] TestSparseMatrices/2.set_mapMat (0 ms)
[ RUN ] TestSparseMatrices/2.set_eiBlock1
[ OK ] TestSparseMatrices/2.set_eiBlock1 (0 ms)
[ RUN ] TestSparseMatrices/2.set_eiBlock2
[ OK ] TestSparseMatrices/2.set_eiBlock2 (0 ms)
[ RUN ] TestSparseMatrices/2.set_eiBase
[ OK ] TestSparseMatrices/2.set_eiBase (0 ms)
[ RUN ] TestSparseMatrices/2.eigenMatrix_update
[ OK ] TestSparseMatrices/2.eigenMatrix_update (0 ms)
[ RUN ] TestSparseMatrices/2.eigenMatrix_block_row_filling
[ OK ] TestSparseMatrices/2.eigenMatrix_block_row_filling (0 ms)
[ RUN ] TestSparseMatrices/2.eigenMatrixBlockFromCompressedRowSparseMatrix
[ OK ] TestSparseMatrices/2.eigenMatrixBlockFromCompressedRowSparseMatrix (0 ms)
[ RUN ] TestSparseMatrices/2.eigenMapToDenseMatrix
[ OK ] TestSparseMatrices/2.eigenMapToDenseMatrix (0 ms)
[ RUN ] TestSparseMatrices/2.set_fullVec_nrows_reference
[ OK ] TestSparseMatrices/2.set_fullVec_nrows_reference (0 ms)
[ RUN ] TestSparseMatrices/2.fullMat_vector_product
[ OK ] TestSparseMatrices/2.fullMat_vector_product (0 ms)
[ RUN ] TestSparseMatrices/2.mapMat_vector_product
[ OK ] TestSparseMatrices/2.mapMat_vector_product (0 ms)
[ RUN ] TestSparseMatrices/2.eiBlock1_vector_product
[ OK ] TestSparseMatrices/2.eiBlock1_vector_product (0 ms)
[ RUN ] TestSparseMatrices/2.crs1_vector_product
[ OK ] TestSparseMatrices/2.crs1_vector_product (0 ms)
[ RUN ] TestSparseMatrices/2.full_matrix_product
[ OK ] TestSparseMatrices/2.full_matrix_product (0 ms)
[ RUN ] TestSparseMatrices/2.crs_scalar_matrix_product
[ OK ] TestSparseMatrices/2.crs_scalar_matrix_product (0 ms)
[ RUN ] TestSparseMatrices/2.crs_matrix_product
[ OK ] TestSparseMatrices/2.crs_matrix_product (0 ms)
[ RUN ] TestSparseMatrices/2.EigenBase_matrix_product
[ OK ] TestSparseMatrices/2.EigenBase_matrix_product (0 ms)
[ RUN ] TestSparseMatrices/2.full_matrix_transposeproduct
[ OK ] TestSparseMatrices/2.full_matrix_transposeproduct (0 ms)
[ RUN ] TestSparseMatrices/2.crs_scalar_matrix_transposeproduct
[ OK ] TestSparseMatrices/2.crs_scalar_matrix_transposeproduct (0 ms)
[ RUN ] TestSparseMatrices/2.crs_matrix_transposeproduct
[ OK ] TestSparseMatrices/2.crs_matrix_transposeproduct (0 ms)
[ RUN ] TestSparseMatrices/2.crs_matrix_addition
[ OK ] TestSparseMatrices/2.crs_matrix_addition (0 ms)
[----------] 25 tests from TestSparseMatrices/2 (0 ms total)
[----------] 25 tests from TestSparseMatrices/3, where TypeParam = sofa::TestSparseMatricesTraits<double,4u,8u,2u,8u>
[ RUN ] TestSparseMatrices/3.set_fullMat
[ OK ] TestSparseMatrices/3.set_fullMat (0 ms)
[ RUN ] TestSparseMatrices/3.set_crs_scalar
[ OK ] TestSparseMatrices/3.set_crs_scalar (0 ms)
[ RUN ] TestSparseMatrices/3.set_crs1
[ OK ] TestSparseMatrices/3.set_crs1 (0 ms)
[ RUN ] TestSparseMatrices/3.set_crs2
[ OK ] TestSparseMatrices/3.set_crs2 (0 ms)
[ RUN ] TestSparseMatrices/3.set_mapMat
[ OK ] TestSparseMatrices/3.set_mapMat (0 ms)
[ RUN ] TestSparseMatrices/3.set_eiBlock1
[ OK ] TestSparseMatrices/3.set_eiBlock1 (0 ms)
[ RUN ] TestSparseMatrices/3.set_eiBlock2
[ OK ] TestSparseMatrices/3.set_eiBlock2 (0 ms)
[ RUN ] TestSparseMatrices/3.set_eiBase
[ OK ] TestSparseMatrices/3.set_eiBase (0 ms)
[ RUN ] TestSparseMatrices/3.eigenMatrix_update
[ OK ] TestSparseMatrices/3.eigenMatrix_update (0 ms)
[ RUN ] TestSparseMatrices/3.eigenMatrix_block_row_filling
[ OK ] TestSparseMatrices/3.eigenMatrix_block_row_filling (0 ms)
[ RUN ] TestSparseMatrices/3.eigenMatrixBlockFromCompressedRowSparseMatrix
[ OK ] TestSparseMatrices/3.eigenMatrixBlockFromCompressedRowSparseMatrix (0 ms)
[ RUN ] TestSparseMatrices/3.eigenMapToDenseMatrix
[ OK ] TestSparseMatrices/3.eigenMapToDenseMatrix (0 ms)
[ RUN ] TestSparseMatrices/3.set_fullVec_nrows_reference
[ OK ] TestSparseMatrices/3.set_fullVec_nrows_reference (0 ms)
[ RUN ] TestSparseMatrices/3.fullMat_vector_product
[ OK ] TestSparseMatrices/3.fullMat_vector_product (0 ms)
[ RUN ] TestSparseMatrices/3.mapMat_vector_product
[ OK ] TestSparseMatrices/3.mapMat_vector_product (0 ms)
[ RUN ] TestSparseMatrices/3.eiBlock1_vector_product
[ OK ] TestSparseMatrices/3.eiBlock1_vector_product (0 ms)
[ RUN ] TestSparseMatrices/3.crs1_vector_product
[ OK ] TestSparseMatrices/3.crs1_vector_product (0 ms)
[ RUN ] TestSparseMatrices/3.full_matrix_product
[ OK ] TestSparseMatrices/3.full_matrix_product (0 ms)
[ RUN ] TestSparseMatrices/3.crs_scalar_matrix_product
[ OK ] TestSparseMatrices/3.crs_scalar_matrix_product (0 ms)
[ RUN ] TestSparseMatrices/3.crs_matrix_product
[ OK ] TestSparseMatrices/3.crs_matrix_product (0 ms)
[ RUN ] TestSparseMatrices/3.EigenBase_matrix_product
[ OK ] TestSparseMatrices/3.EigenBase_matrix_product (0 ms)
[ RUN ] TestSparseMatrices/3.full_matrix_transposeproduct
[ OK ] TestSparseMatrices/3.full_matrix_transposeproduct (0 ms)
[ RUN ] TestSparseMatrices/3.crs_scalar_matrix_transposeproduct
[ OK ] TestSparseMatrices/3.crs_scalar_matrix_transposeproduct (0 ms)
[ RUN ] TestSparseMatrices/3.crs_matrix_transposeproduct
[ OK ] TestSparseMatrices/3.crs_matrix_transposeproduct (0 ms)
[ RUN ] TestSparseMatrices/3.crs_matrix_addition
[ OK ] TestSparseMatrices/3.crs_matrix_addition (0 ms)
[----------] 25 tests from TestSparseMatrices/3 (0 ms total)
[----------] 25 tests from TestSparseMatrices/4, where TypeParam = sofa::TestSparseMatricesTraits<double,4u,8u,2u,4u>
[ RUN ] TestSparseMatrices/4.set_fullMat
[ OK ] TestSparseMatrices/4.set_fullMat (0 ms)
[ RUN ] TestSparseMatrices/4.set_crs_scalar
[ OK ] TestSparseMatrices/4.set_crs_scalar (0 ms)
[ RUN ] TestSparseMatrices/4.set_crs1
[ OK ] TestSparseMatrices/4.set_crs1 (0 ms)
[ RUN ] TestSparseMatrices/4.set_crs2
[ OK ] TestSparseMatrices/4.set_crs2 (0 ms)
[ RUN ] TestSparseMatrices/4.set_mapMat
[ OK ] TestSparseMatrices/4.set_mapMat (0 ms)
[ RUN ] TestSparseMatrices/4.set_eiBlock1
[ OK ] TestSparseMatrices/4.set_eiBlock1 (0 ms)
[ RUN ] TestSparseMatrices/4.set_eiBlock2
[ OK ] TestSparseMatrices/4.set_eiBlock2 (0 ms)
[ RUN ] TestSparseMatrices/4.set_eiBase
[ OK ] TestSparseMatrices/4.set_eiBase (0 ms)
[ RUN ] TestSparseMatrices/4.eigenMatrix_update
[ OK ] TestSparseMatrices/4.eigenMatrix_update (0 ms)
[ RUN ] TestSparseMatrices/4.eigenMatrix_block_row_filling
[ OK ] TestSparseMatrices/4.eigenMatrix_block_row_filling (0 ms)
[ RUN ] TestSparseMatrices/4.eigenMatrixBlockFromCompressedRowSparseMatrix
[ OK ] TestSparseMatrices/4.eigenMatrixBlockFromCompressedRowSparseMatrix (0 ms)
[ RUN ] TestSparseMatrices/4.eigenMapToDenseMatrix
[ OK ] TestSparseMatrices/4.eigenMapToDenseMatrix (0 ms)
[ RUN ] TestSparseMatrices/4.set_fullVec_nrows_reference
[ OK ] TestSparseMatrices/4.set_fullVec_nrows_reference (0 ms)
[ RUN ] TestSparseMatrices/4.fullMat_vector_product
[ OK ] TestSparseMatrices/4.fullMat_vector_product (0 ms)
[ RUN ] TestSparseMatrices/4.mapMat_vector_product
[ OK ] TestSparseMatrices/4.mapMat_vector_product (0 ms)
[ RUN ] TestSparseMatrices/4.eiBlock1_vector_product
[ OK ] TestSparseMatrices/4.eiBlock1_vector_product (0 ms)
[ RUN ] TestSparseMatrices/4.crs1_vector_product
[ OK ] TestSparseMatrices/4.crs1_vector_product (0 ms)
[ RUN ] TestSparseMatrices/4.full_matrix_product
[ OK ] TestSparseMatrices/4.full_matrix_product (0 ms)
[ RUN ] TestSparseMatrices/4.crs_scalar_matrix_product
[ OK ] TestSparseMatrices/4.crs_scalar_matrix_product (0 ms)
[ RUN ] TestSparseMatrices/4.crs_matrix_product
[ OK ] TestSparseMatrices/4.crs_matrix_product (0 ms)
[ RUN ] TestSparseMatrices/4.EigenBase_matrix_product
[ OK ] TestSparseMatrices/4.EigenBase_matrix_product (0 ms)
[ RUN ] TestSparseMatrices/4.full_matrix_transposeproduct
[ OK ] TestSparseMatrices/4.full_matrix_transposeproduct (0 ms)
[ RUN ] TestSparseMatrices/4.crs_scalar_matrix_transposeproduct
[ OK ] TestSparseMatrices/4.crs_scalar_matrix_transposeproduct (0 ms)
[ RUN ] TestSparseMatrices/4.crs_matrix_transposeproduct
[ OK ] TestSparseMatrices/4.crs_matrix_transposeproduct (0 ms)
[ RUN ] TestSparseMatrices/4.crs_matrix_addition
[ OK ] TestSparseMatrices/4.crs_matrix_addition (0 ms)
[----------] 25 tests from TestSparseMatrices/4 (0 ms total)
[----------] 25 tests from TestSparseMatrices/5, where TypeParam = sofa::TestSparseMatricesTraits<double,24u,24u,3u,3u>
[ RUN ] TestSparseMatrices/5.set_fullMat
[ OK ] TestSparseMatrices/5.set_fullMat (0 ms)
[ RUN ] TestSparseMatrices/5.set_crs_scalar
[ OK ] TestSparseMatrices/5.set_crs_scalar (0 ms)
[ RUN ] TestSparseMatrices/5.set_crs1
[ OK ] TestSparseMatrices/5.set_crs1 (0 ms)
[ RUN ] TestSparseMatrices/5.set_crs2
[ OK ] TestSparseMatrices/5.set_crs2 (0 ms)
[ RUN ] TestSparseMatrices/5.set_mapMat
[ OK ] TestSparseMatrices/5.set_mapMat (0 ms)
[ RUN ] TestSparseMatrices/5.set_eiBlock1
[ OK ] TestSparseMatrices/5.set_eiBlock1 (0 ms)
[ RUN ] TestSparseMatrices/5.set_eiBlock2
[ OK ] TestSparseMatrices/5.set_eiBlock2 (0 ms)
[ RUN ] TestSparseMatrices/5.set_eiBase
[ OK ] TestSparseMatrices/5.set_eiBase (0 ms)
[ RUN ] TestSparseMatrices/5.eigenMatrix_update
[ OK ] TestSparseMatrices/5.eigenMatrix_update (0 ms)
[ RUN ] TestSparseMatrices/5.eigenMatrix_block_row_filling
[ OK ] TestSparseMatrices/5.eigenMatrix_block_row_filling (0 ms)
[ RUN ] TestSparseMatrices/5.eigenMatrixBlockFromCompressedRowSparseMatrix
[ OK ] TestSparseMatrices/5.eigenMatrixBlockFromCompressedRowSparseMatrix (0 ms)
[ RUN ] TestSparseMatrices/5.eigenMapToDenseMatrix
[ OK ] TestSparseMatrices/5.eigenMapToDenseMatrix (0 ms)
[ RUN ] TestSparseMatrices/5.set_fullVec_nrows_reference
[ OK ] TestSparseMatrices/5.set_fullVec_nrows_reference (0 ms)
[ RUN ] TestSparseMatrices/5.fullMat_vector_product
[ OK ] TestSparseMatrices/5.fullMat_vector_product (0 ms)
[ RUN ] TestSparseMatrices/5.mapMat_vector_product
[ OK ] TestSparseMatrices/5.mapMat_vector_product (0 ms)
[ RUN ] TestSparseMatrices/5.eiBlock1_vector_product
[ OK ] TestSparseMatrices/5.eiBlock1_vector_product (0 ms)
[ RUN ] TestSparseMatrices/5.crs1_vector_product
[ OK ] TestSparseMatrices/5.crs1_vector_product (0 ms)
[ RUN ] TestSparseMatrices/5.full_matrix_product
[ OK ] TestSparseMatrices/5.full_matrix_product (0 ms)
[ RUN ] TestSparseMatrices/5.crs_scalar_matrix_product
[ OK ] TestSparseMatrices/5.crs_scalar_matrix_product (0 ms)
[ RUN ] TestSparseMatrices/5.crs_matrix_product
[ OK ] TestSparseMatrices/5.crs_matrix_product (0 ms)
[ RUN ] TestSparseMatrices/5.EigenBase_matrix_product
[ OK ] TestSparseMatrices/5.EigenBase_matrix_product (0 ms)
[ RUN ] TestSparseMatrices/5.full_matrix_transposeproduct
[ OK ] TestSparseMatrices/5.full_matrix_transposeproduct (0 ms)
[ RUN ] TestSparseMatrices/5.crs_scalar_matrix_transposeproduct
[ OK ] TestSparseMatrices/5.crs_scalar_matrix_transposeproduct (0 ms)
[ RUN ] TestSparseMatrices/5.crs_matrix_transposeproduct
[ OK ] TestSparseMatrices/5.crs_matrix_transposeproduct (0 ms)
[ RUN ] TestSparseMatrices/5.crs_matrix_addition
[ OK ] TestSparseMatrices/5.crs_matrix_addition (0 ms)
[----------] 25 tests from TestSparseMatrices/5 (12 ms total)
[----------] 1 test from RotationMatrix
[ RUN ] RotationMatrix.rotateMatrix
[ OK ] RotationMatrix.rotateMatrix (0 ms)
[----------] 1 test from RotationMatrix (0 ms total)
[----------] 2 tests from TestSparseMatrixProduct/TestSparseMatrixProduct/0, where TypeParam = sofa::linearalgebra::SparseMatrixProduct<Eigen::SparseMatrix<float,0,int>,Eigen::SparseMatrix<float,0,int>,Eigen::SparseMatrix<float,0,int>>
[ RUN ] TestSparseMatrixProduct/TestSparseMatrixProduct/0.squareMatrix
[ OK ] TestSparseMatrixProduct/TestSparseMatrixProduct/0.squareMatrix (256 ms)
[ RUN ] TestSparseMatrixProduct/TestSparseMatrixProduct/0.rectangularMatrix
[ OK ] TestSparseMatrixProduct/TestSparseMatrixProduct/0.rectangularMatrix (1431 ms)
[----------] 2 tests from TestSparseMatrixProduct/TestSparseMatrixProduct/0 (1688 ms total)
[----------] 2 tests from TestSparseMatrixProduct/TestSparseMatrixProduct/1, where TypeParam = sofa::linearalgebra::SparseMatrixProduct<Eigen::SparseMatrix<double,0,int>,Eigen::SparseMatrix<double,0,int>,Eigen::SparseMatrix<double,0,int>>
[ RUN ] TestSparseMatrixProduct/TestSparseMatrixProduct/1.squareMatrix
[ OK ] TestSparseMatrixProduct/TestSparseMatrixProduct/1.squareMatrix (251 ms)
[ RUN ] TestSparseMatrixProduct/TestSparseMatrixProduct/1.rectangularMatrix
[ OK ] TestSparseMatrixProduct/TestSparseMatrixProduct/1.rectangularMatrix (1396 ms)
[----------] 2 tests from TestSparseMatrixProduct/TestSparseMatrixProduct/1 (1647 ms total)
[----------] 2 tests from TestSparseMatrixProduct/TestSparseMatrixProduct/2, where TypeParam = sofa::linearalgebra::SparseMatrixProduct<Eigen::SparseMatrix<float,1,int>,Eigen::SparseMatrix<float,0,int>,Eigen::SparseMatrix<float,0,int>>
[ RUN ] TestSparseMatrixProduct/TestSparseMatrixProduct/2.squareMatrix
[ OK ] TestSparseMatrixProduct/TestSparseMatrixProduct/2.squareMatrix (235 ms)
[ RUN ] TestSparseMatrixProduct/TestSparseMatrixProduct/2.rectangularMatrix
[ OK ] TestSparseMatrixProduct/TestSparseMatrixProduct/2.rectangularMatrix (1293 ms)
[----------] 2 tests from TestSparseMatrixProduct/TestSparseMatrixProduct/2 (1529 ms total)
[----------] 2 tests from TestSparseMatrixProduct/TestSparseMatrixProduct/3, where TypeParam = sofa::linearalgebra::SparseMatrixProduct<Eigen::SparseMatrix<double,1,int>,Eigen::SparseMatrix<double,0,int>,Eigen::SparseMatrix<double,0,int>>
[ RUN ] TestSparseMatrixProduct/TestSparseMatrixProduct/3.squareMatrix
[ OK ] TestSparseMatrixProduct/TestSparseMatrixProduct/3.squareMatrix (229 ms)
[ RUN ] TestSparseMatrixProduct/TestSparseMatrixProduct/3.rectangularMatrix
[ OK ] TestSparseMatrixProduct/TestSparseMatrixProduct/3.rectangularMatrix (1285 ms)
[----------] 2 tests from TestSparseMatrixProduct/TestSparseMatrixProduct/3 (1515 ms total)
[----------] 2 tests from TestSparseMatrixProduct/TestSparseMatrixProduct/4, where TypeParam = sofa::linearalgebra::SparseMatrixProduct<Eigen::SparseMatrix<float,0,int>,Eigen::SparseMatrix<float,1,int>,Eigen::SparseMatrix<float,0,int>>
[ RUN ] TestSparseMatrixProduct/TestSparseMatrixProduct/4.squareMatrix
[ OK ] TestSparseMatrixProduct/TestSparseMatrixProduct/4.squareMatrix (236 ms)
[ RUN ] TestSparseMatrixProduct/TestSparseMatrixProduct/4.rectangularMatrix
[ OK ] TestSparseMatrixProduct/TestSparseMatrixProduct/4.rectangularMatrix (1292 ms)
[----------] 2 tests from TestSparseMatrixProduct/TestSparseMatrixProduct/4 (1528 ms total)
[----------] 2 tests from TestSparseMatrixProduct/TestSparseMatrixProduct/5, where TypeParam = sofa::linearalgebra::SparseMatrixProduct<Eigen::SparseMatrix<double,0,int>,Eigen::SparseMatrix<double,1,int>,Eigen::SparseMatrix<double,0,int>>
[ RUN ] TestSparseMatrixProduct/TestSparseMatrixProduct/5.squareMatrix
[ OK ] TestSparseMatrixProduct/TestSparseMatrixProduct/5.squareMatrix (232 ms)
[ RUN ] TestSparseMatrixProduct/TestSparseMatrixProduct/5.rectangularMatrix
[ OK ] TestSparseMatrixProduct/TestSparseMatrixProduct/5.rectangularMatrix (1286 ms)
[----------] 2 tests from TestSparseMatrixProduct/TestSparseMatrixProduct/5 (1518 ms total)
[----------] 2 tests from TestSparseMatrixProduct/TestSparseMatrixProduct/6, where TypeParam = sofa::linearalgebra::SparseMatrixProduct<Eigen::SparseMatrix<float,1,int>,Eigen::SparseMatrix<float,1,int>,Eigen::SparseMatrix<float,0,int>>
[ RUN ] TestSparseMatrixProduct/TestSparseMatrixProduct/6.squareMatrix
[ OK ] TestSparseMatrixProduct/TestSparseMatrixProduct/6.squareMatrix (239 ms)
[ RUN ] TestSparseMatrixProduct/TestSparseMatrixProduct/6.rectangularMatrix
[ OK ] TestSparseMatrixProduct/TestSparseMatrixProduct/6.rectangularMatrix (1290 ms)
[----------] 2 tests from TestSparseMatrixProduct/TestSparseMatrixProduct/6 (1530 ms total)
[----------] 2 tests from TestSparseMatrixProduct/TestSparseMatrixProduct/7, where TypeParam = sofa::linearalgebra::SparseMatrixProduct<Eigen::SparseMatrix<double,1,int>,Eigen::SparseMatrix<double,1,int>,Eigen::SparseMatrix<double,0,int>>
[ RUN ] TestSparseMatrixProduct/TestSparseMatrixProduct/7.squareMatrix
[ OK ] TestSparseMatrixProduct/TestSparseMatrixProduct/7.squareMatrix (232 ms)
[ RUN ] TestSparseMatrixProduct/TestSparseMatrixProduct/7.rectangularMatrix
[ OK ] TestSparseMatrixProduct/TestSparseMatrixProduct/7.rectangularMatrix (1266 ms)
[----------] 2 tests from TestSparseMatrixProduct/TestSparseMatrixProduct/7 (1499 ms total)
[----------] 2 tests from TestSparseMatrixProduct/TestSparseMatrixProduct/8, where TypeParam = sofa::linearalgebra::SparseMatrixProduct<Eigen::SparseMatrix<float,0,int>,Eigen::SparseMatrix<float,0,int>,Eigen::SparseMatrix<float,1,int>>
[ RUN ] TestSparseMatrixProduct/TestSparseMatrixProduct/8.squareMatrix
[ OK ] TestSparseMatrixProduct/TestSparseMatrixProduct/8.squareMatrix (156 ms)
[ RUN ] TestSparseMatrixProduct/TestSparseMatrixProduct/8.rectangularMatrix
[ OK ] TestSparseMatrixProduct/TestSparseMatrixProduct/8.rectangularMatrix (867 ms)
[----------] 2 tests from TestSparseMatrixProduct/TestSparseMatrixProduct/8 (1023 ms total)
[----------] 2 tests from TestSparseMatrixProduct/TestSparseMatrixProduct/9, where TypeParam = sofa::linearalgebra::SparseMatrixProduct<Eigen::SparseMatrix<double,0,int>,Eigen::SparseMatrix<double,0,int>,Eigen::SparseMatrix<double,1,int>>
[ RUN ] TestSparseMatrixProduct/TestSparseMatrixProduct/9.squareMatrix
[ OK ] TestSparseMatrixProduct/TestSparseMatrixProduct/9.squareMatrix (147 ms)
[ RUN ] TestSparseMatrixProduct/TestSparseMatrixProduct/9.rectangularMatrix
[ OK ] TestSparseMatrixProduct/TestSparseMatrixProduct/9.rectangularMatrix (830 ms)
[----------] 2 tests from TestSparseMatrixProduct/TestSparseMatrixProduct/9 (977 ms total)
[----------] 2 tests from TestSparseMatrixProduct/TestSparseMatrixProduct/10, where TypeParam = sofa::linearalgebra::SparseMatrixProduct<Eigen::SparseMatrix<float,1,int>,Eigen::SparseMatrix<float,0,int>,Eigen::SparseMatrix<float,1,int>>
[ RUN ] TestSparseMatrixProduct/TestSparseMatrixProduct/10.squareMatrix
[ OK ] TestSparseMatrixProduct/TestSparseMatrixProduct/10.squareMatrix (150 ms)
[ RUN ] TestSparseMatrixProduct/TestSparseMatrixProduct/10.rectangularMatrix
[ OK ] TestSparseMatrixProduct/TestSparseMatrixProduct/10.rectangularMatrix (836 ms)
[----------] 2 tests from TestSparseMatrixProduct/TestSparseMatrixProduct/10 (987 ms total)
[----------] 2 tests from TestSparseMatrixProduct/TestSparseMatrixProduct/11, where TypeParam = sofa::linearalgebra::SparseMatrixProduct<Eigen::SparseMatrix<double,1,int>,Eigen::SparseMatrix<double,0,int>,Eigen::SparseMatrix<double,1,int>>
[ RUN ] TestSparseMatrixProduct/TestSparseMatrixProduct/11.squareMatrix
[ OK ] TestSparseMatrixProduct/TestSparseMatrixProduct/11.squareMatrix (148 ms)
[ RUN ] TestSparseMatrixProduct/TestSparseMatrixProduct/11.rectangularMatrix
[ OK ] TestSparseMatrixProduct/TestSparseMatrixProduct/11.rectangularMatrix (827 ms)
[----------] 2 tests from TestSparseMatrixProduct/TestSparseMatrixProduct/11 (976 ms total)
[----------] 2 tests from TestSparseMatrixProduct/TestSparseMatrixProduct/12, where TypeParam = sofa::linearalgebra::SparseMatrixProduct<Eigen::SparseMatrix<float,0,int>,Eigen::SparseMatrix<float,1,int>,Eigen::SparseMatrix<float,1,int>>
[ RUN ] TestSparseMatrixProduct/TestSparseMatrixProduct/12.squareMatrix
[ OK ] TestSparseMatrixProduct/TestSparseMatrixProduct/12.squareMatrix (153 ms)
[ RUN ] TestSparseMatrixProduct/TestSparseMatrixProduct/12.rectangularMatrix
[ OK ] TestSparseMatrixProduct/TestSparseMatrixProduct/12.rectangularMatrix (835 ms)
[----------] 2 tests from TestSparseMatrixProduct/TestSparseMatrixProduct/12 (988 ms total)
[----------] 2 tests from TestSparseMatrixProduct/TestSparseMatrixProduct/13, where TypeParam = sofa::linearalgebra::SparseMatrixProduct<Eigen::SparseMatrix<double,0,int>,Eigen::SparseMatrix<double,1,int>,Eigen::SparseMatrix<double,1,int>>
[ RUN ] TestSparseMatrixProduct/TestSparseMatrixProduct/13.squareMatrix
[ OK ] TestSparseMatrixProduct/TestSparseMatrixProduct/13.squareMatrix (150 ms)
[ RUN ] TestSparseMatrixProduct/TestSparseMatrixProduct/13.rectangularMatrix
[ OK ] TestSparseMatrixProduct/TestSparseMatrixProduct/13.rectangularMatrix (830 ms)
[----------] 2 tests from TestSparseMatrixProduct/TestSparseMatrixProduct/13 (980 ms total)
[----------] 2 tests from TestSparseMatrixProduct/TestSparseMatrixProduct/14, where TypeParam = sofa::linearalgebra::SparseMatrixProduct<Eigen::SparseMatrix<float,1,int>,Eigen::SparseMatrix<float,1,int>,Eigen::SparseMatrix<float,1,int>>
[ RUN ] TestSparseMatrixProduct/TestSparseMatrixProduct/14.squareMatrix
[ OK ] TestSparseMatrixProduct/TestSparseMatrixProduct/14.squareMatrix (181 ms)
[ RUN ] TestSparseMatrixProduct/TestSparseMatrixProduct/14.rectangularMatrix
[ OK ] TestSparseMatrixProduct/TestSparseMatrixProduct/14.rectangularMatrix (1016 ms)
[----------] 2 tests from TestSparseMatrixProduct/TestSparseMatrixProduct/14 (1197 ms total)
[----------] 2 tests from TestSparseMatrixProduct/TestSparseMatrixProduct/15, where TypeParam = sofa::linearalgebra::SparseMatrixProduct<Eigen::SparseMatrix<double,1,int>,Eigen::SparseMatrix<double,1,int>,Eigen::SparseMatrix<double,1,int>>
[ RUN ] TestSparseMatrixProduct/TestSparseMatrixProduct/15.squareMatrix
[ OK ] TestSparseMatrixProduct/TestSparseMatrixProduct/15.squareMatrix (176 ms)
[ RUN ] TestSparseMatrixProduct/TestSparseMatrixProduct/15.rectangularMatrix
[ OK ] TestSparseMatrixProduct/TestSparseMatrixProduct/15.rectangularMatrix (1005 ms)
[----------] 2 tests from TestSparseMatrixProduct/TestSparseMatrixProduct/15 (1181 ms total)
[----------] 2 tests from TestSparseMatrixTranspose/0, where TypeParam = TestSparseMatrixTransposeTraits<Eigen::SparseMatrix<float,0,int>,float>
[ RUN ] TestSparseMatrixTranspose/0.squareMatrix
[ OK ] TestSparseMatrixTranspose/0.squareMatrix (2 ms)
[ RUN ] TestSparseMatrixTranspose/0.rectangularMatrix
[ OK ] TestSparseMatrixTranspose/0.rectangularMatrix (5 ms)
[----------] 2 tests from TestSparseMatrixTranspose/0 (7 ms total)
[----------] 2 tests from TestSparseMatrixTranspose/1, where TypeParam = TestSparseMatrixTransposeTraits<Eigen::SparseMatrix<double,0,int>,double>
[ RUN ] TestSparseMatrixTranspose/1.squareMatrix
[ OK ] TestSparseMatrixTranspose/1.squareMatrix (2 ms)
[ RUN ] TestSparseMatrixTranspose/1.rectangularMatrix
[ OK ] TestSparseMatrixTranspose/1.rectangularMatrix (5 ms)
[----------] 2 tests from TestSparseMatrixTranspose/1 (7 ms total)
[----------] 2 tests from TestSparseMatrixTranspose/2, where TypeParam = TestSparseMatrixTransposeTraits<Eigen::SparseMatrix<float,1,int>,float>
[ RUN ] TestSparseMatrixTranspose/2.squareMatrix
[ OK ] TestSparseMatrixTranspose/2.squareMatrix (2 ms)
[ RUN ] TestSparseMatrixTranspose/2.rectangularMatrix
[ OK ] TestSparseMatrixTranspose/2.rectangularMatrix (5 ms)
[----------] 2 tests from TestSparseMatrixTranspose/2 (7 ms total)
[----------] 2 tests from TestSparseMatrixTranspose/3, where TypeParam = TestSparseMatrixTransposeTraits<Eigen::SparseMatrix<double,1,int>,double>
[ RUN ] TestSparseMatrixTranspose/3.squareMatrix
[ OK ] TestSparseMatrixTranspose/3.squareMatrix (2 ms)
[ RUN ] TestSparseMatrixTranspose/3.rectangularMatrix
[ OK ] TestSparseMatrixTranspose/3.rectangularMatrix (5 ms)
[----------] 2 tests from TestSparseMatrixTranspose/3 (7 ms total)
[----------] 6 tests from TriangularSystemSolver
[ RUN ] TriangularSystemSolver.empty
[ OK ] TriangularSystemSolver.empty (0 ms)
[ RUN ] TriangularSystemSolver.lower2x2
[ OK ] TriangularSystemSolver.lower2x2 (0 ms)
[ RUN ] TriangularSystemSolver.lower3x3
[ OK ] TriangularSystemSolver.lower3x3 (0 ms)
[ RUN ] TriangularSystemSolver.upper2x2
[ OK ] TriangularSystemSolver.upper2x2 (0 ms)
[ RUN ] TriangularSystemSolver.upper3x3
[ OK ] TriangularSystemSolver.upper3x3 (0 ms)
[ RUN ] TriangularSystemSolver.computeLowerTriangularMatrixCoordinates
[ OK ] TriangularSystemSolver.computeLowerTriangularMatrixCoordinates (0 ms)
[----------] 6 tests from TriangularSystemSolver (0 ms total)
[----------] Global test environment tear-down
[==========] 615 tests from 63 test suites ran. (21140 ms total)
[ PASSED ] 615 tests.
sed: 1: "s:[": unbalanced brackets ([])
------------------------------------------
Running unit-tests Bindings.Modules.Tests
Calling: bash -c "/Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/bin/Bindings.Modules.Tests --gtest_output=xml:unit-tests/Bindings.Modules.Tests/report.xml 2>&1"
[INFO] [SofaPython3] Initializing with python version 3.10.14 (main, Mar 19 2024, 21:46:16) [Clang 15.0.0 (clang-1500.1.0.2.5)]
[INFO] [SofaPython3] Registering a scene loader for [.py, .py3, .pyscn, .py3scn] files.
[INFO] [SofaPython3] Initializing python
[INFO] [SofaPython3] Added '/Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/external_directories/fetched/Registration/python' to sys.path
[INFO] [SofaPython3] Added '/Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/external_directories/fetched/BeamAdapter/examples/python3' to sys.path
[INFO] [SofaPython3] Added '/Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/python3/site-packages' to sys.path
---------------------------------------
Checking SOFA_ROOT and SOFAPYTHON3_ROOT
Using environment variable SOFA_ROOT: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build
---------------------------------------
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofaPython3.dylib
[INFO] [SofaPython3] Initializing with python version 3.10.14 (main, Mar 19 2024, 21:46:16) [Clang 15.0.0 (clang-1500.1.0.2.5)]
[INFO] [PythonTestExtractor] File 'SpringForceField.py' loaded with 6 unit tests.
[INFO] [PythonTestExtractor] File 'LinearSpring.py' loaded with 2 unit tests.
[INFO] [PythonTestExtractor] File 'matrix_access.py' loaded with 2 unit tests.
[INFO] [PythonTestExtractor] File 'matrix_access.py' loaded with 1 unit tests.
[==========] Running 11 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 11 tests from SofaPython3/Modules
[INFO] [SofaPython3] Initializing with python version 3.10.14 (main, Mar 19 2024, 21:46:16) [Clang 15.0.0 (clang-1500.1.0.2.5)]
[ RUN ] SofaPython3/Modules.all_tests/0_SofaDeformable_SpringForceField_test_add_many_springs
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.Topology.Container.Grid.dylib
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.StateContainer.dylib
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.SolidMechanics.Spring.dylib
[WARNING] [SpringForceField(spring_ff)] Lengths list has a different size than indices1. The list will be resized to 9 elements.
[WARNING] [SpringForceField(spring_ff)] Kd list has a different size than indices1. The list will be resized to 9 elements.
[WARNING] [SpringForceField(spring_ff)] Ks list has a different size than indices1. The list will be resized to 9 elements.
[WARNING] [SpringForceField(spring_ff)] elongationOnly list has a different size than indices1. The list will be resized to 9 elements.
[WARNING] [SpringForceField(spring_ff)] enabled list has a different size than indices1. The list will be resized to 9 elements.
----------------------------------------------------------------------
Ran 1 test in 0.062s
OK
[ OK ] SofaPython3/Modules.all_tests/0_SofaDeformable_SpringForceField_test_add_many_springs (62 ms)
[ RUN ] SofaPython3/Modules.all_tests/1_SofaDeformable_SpringForceField_test_add_one_spring
[WARNING] [SpringForceField(spring_ff)] Lengths list has a different size than indices1. The list will be resized to 9 elements.
[WARNING] [SpringForceField(spring_ff)] Kd list has a different size than indices1. The list will be resized to 9 elements.
[WARNING] [SpringForceField(spring_ff)] Ks list has a different size than indices1. The list will be resized to 9 elements.
[WARNING] [SpringForceField(spring_ff)] elongationOnly list has a different size than indices1. The list will be resized to 9 elements.
[WARNING] [SpringForceField(spring_ff)] enabled list has a different size than indices1. The list will be resized to 9 elements.
----------------------------------------------------------------------
Ran 1 test in 0.005s
OK
[ OK ] SofaPython3/Modules.all_tests/1_SofaDeformable_SpringForceField_test_add_one_spring (4 ms)
[ RUN ] SofaPython3/Modules.all_tests/2_SofaDeformable_SpringForceField_test_clear
[WARNING] [SpringForceField(spring_ff)] Lengths list has a different size than indices1. The list will be resized to 9 elements.
[WARNING] [SpringForceField(spring_ff)] Kd list has a different size than indices1. The list will be resized to 9 elements.
[WARNING] [SpringForceField(spring_ff)] Ks list has a different size than indices1. The list will be resized to 9 elements.
[WARNING] [SpringForceField(spring_ff)] elongationOnly list has a different size than indices1. The list will be resized to 9 elements.
[WARNING] [SpringForceField(spring_ff)] enabled list has a different size than indices1. The list will be resized to 9 elements.
----------------------------------------------------------------------
Ran 1 test in 0.005s
OK
[ OK ] SofaPython3/Modules.all_tests/2_SofaDeformable_SpringForceField_test_clear (4 ms)
[ RUN ] SofaPython3/Modules.all_tests/3_SofaDeformable_SpringForceField_test_get_springs
[WARNING] [SpringForceField(spring_ff)] Lengths list has a different size than indices1. The list will be resized to 9 elements.
[WARNING] [SpringForceField(spring_ff)] Kd list has a different size than indices1. The list will be resized to 9 elements.
[WARNING] [SpringForceField(spring_ff)] Ks list has a different size than indices1. The list will be resized to 9 elements.
[WARNING] [SpringForceField(spring_ff)] elongationOnly list has a different size than indices1. The list will be resized to 9 elements.
[WARNING] [SpringForceField(spring_ff)] enabled list has a different size than indices1. The list will be resized to 9 elements.
----------------------------------------------------------------------
Ran 1 test in 0.004s
OK
[ OK ] SofaPython3/Modules.all_tests/3_SofaDeformable_SpringForceField_test_get_springs (4 ms)
[ RUN ] SofaPython3/Modules.all_tests/4_SofaDeformable_SpringForceField_test_remove_many_springs
[WARNING] [SpringForceField(spring_ff)] Lengths list has a different size than indices1. The list will be resized to 9 elements.
[WARNING] [SpringForceField(spring_ff)] Kd list has a different size than indices1. The list will be resized to 9 elements.
[WARNING] [SpringForceField(spring_ff)] Ks list has a different size than indices1. The list will be resized to 9 elements.
[WARNING] [SpringForceField(spring_ff)] elongationOnly list has a different size than indices1. The list will be resized to 9 elements.
[WARNING] [SpringForceField(spring_ff)] enabled list has a different size than indices1. The list will be resized to 9 elements.
----------------------------------------------------------------------
Ran 1 test in 0.004s
OK
[ OK ] SofaPython3/Modules.all_tests/4_SofaDeformable_SpringForceField_test_remove_many_springs (4 ms)
[ RUN ] SofaPython3/Modules.all_tests/5_SofaDeformable_SpringForceField_test_remove_one_spring
[WARNING] [SpringForceField(spring_ff)] Lengths list has a different size than indices1. The list will be resized to 9 elements.
[WARNING] [SpringForceField(spring_ff)] Kd list has a different size than indices1. The list will be resized to 9 elements.
[WARNING] [SpringForceField(spring_ff)] Ks list has a different size than indices1. The list will be resized to 9 elements.
[WARNING] [SpringForceField(spring_ff)] elongationOnly list has a different size than indices1. The list will be resized to 9 elements.
[WARNING] [SpringForceField(spring_ff)] enabled list has a different size than indices1. The list will be resized to 9 elements.
----------------------------------------------------------------------
Ran 1 test in 0.004s
OK
[ OK ] SofaPython3/Modules.all_tests/5_SofaDeformable_SpringForceField_test_remove_one_spring (4 ms)
[ RUN ] SofaPython3/Modules.all_tests/6_SofaDeformable_LinearSpring_test_Creation
----------------------------------------------------------------------
Ran 1 test in 0.000s
OK
[ OK ] SofaPython3/Modules.all_tests/6_SofaDeformable_LinearSpring_test_Creation (0 ms)
[ RUN ] SofaPython3/Modules.all_tests/7_SofaDeformable_LinearSpring_test_SetValues
----------------------------------------------------------------------
Ran 1 test in 0.000s
OK
[ OK ] SofaPython3/Modules.all_tests/7_SofaDeformable_LinearSpring_test_SetValues (0 ms)
[ RUN ] SofaPython3/Modules.all_tests/8_SofaLinearSolver_matrix_access_test_matrix_access_blocks3x3
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.ODESolver.Backward.dylib
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.LinearSolver.Direct.dylib
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.Engine.Select.dylib
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.Constraint.Projective.dylib
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.SolidMechanics.FEM.Elastic.dylib
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.Mass.dylib
----------------------------------------------------------------------
Ran 1 test in 0.104s
OK
[ OK ] SofaPython3/Modules.all_tests/8_SofaLinearSolver_matrix_access_test_matrix_access_blocks3x3 (104 ms)
[ RUN ] SofaPython3/Modules.all_tests/9_SofaLinearSolver_matrix_access_test_matrix_access_blocks_scalar
----------------------------------------------------------------------
Ran 1 test in 0.018s
OK
[ OK ] SofaPython3/Modules.all_tests/9_SofaLinearSolver_matrix_access_test_matrix_access_blocks_scalar (17 ms)
[ RUN ] SofaPython3/Modules.all_tests/10_SofaConstraintSolver_matrix_access_test_matrix_access
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.AnimationLoop.dylib
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.Constraint.Lagrangian.Correction.dylib
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.Constraint.Lagrangian.Model.dylib
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.Constraint.Lagrangian.Solver.dylib
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.IO.Mesh.dylib
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.Mapping.NonLinear.dylib
[DEPRECATED] [Sofa.Component.Mapping.MappedMatrix] This plugin is deprecated and will be removed in the future.
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.Mapping.MappedMatrix.dylib
[WARNING] [RequiredPlugin(unnamed)] No component has been registered from Sofa.Component.Mapping.MappedMatrix.
It could be because:
- the entrypoint registerObjects() has not been implemented;
- (deprecated since v24.12) no sofa::core::RegisterObject() has been called;
- your plugin does not add any component (i.e BaseObject) into the factory. In that case, RequiredPlugin is not useful for this kind of plugin.
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.Topology.Container.Dynamic.dylib
[WARNING] [EigenSimplicialLLT(unnamed)] Template '' incorrect, used CompressedRowSparseMatrixMat3x3d in the list:
* CompressedRowSparseMatrixMat3x3d
* CompressedRowSparseMatrixd
----------------------------------------------------------------------
Ran 1 test in 0.479s
OK
[ OK ] SofaPython3/Modules.all_tests/10_SofaConstraintSolver_matrix_access_test_matrix_access (479 ms)
[----------] 11 tests from SofaPython3/Modules (688 ms total)
[----------] Global test environment tear-down
[==========] 11 tests from 1 test suite ran. (691 ms total)
[ PASSED ] 11 tests.
[INFO] [SofaPython3.Simulation] Sofa.Simulation unload()
[INFO] [SofaPython3] Clearing Sofa.Core cache...
[INFO] [SofaPython3.Core] Sofa.Core unload()
[INFO] [SofaPython3.Helper] Sofa.Helper unload()
sed: 1: "s:[": unbalanced brackets ([])
------------------------------------------
Running unit-tests Bindings.Sofa.Tests
Calling: bash -c "/Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/bin/Bindings.Sofa.Tests --gtest_output=xml:unit-tests/Bindings.Sofa.Tests/report.xml 2>&1"
[WARNING] [ObjectFactory] Module name cannot be found when registering Binding_BaseObject_MockComponent<> into the object factory
[WARNING] [RegisterObject] Binding_BaseObject_MockComponent: Implicit object registration is deprecated since v24.12. Check #4429 for more information.
[INFO] [SofaPython3] Initializing with python version 3.10.14 (main, Mar 19 2024, 21:46:16) [Clang 15.0.0 (clang-1500.1.0.2.5)]
[INFO] [SofaPython3] Registering a scene loader for [.py, .py3, .pyscn, .py3scn] files.
[INFO] [SofaPython3] Initializing python
[INFO] [SofaPython3] Added '/Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/external_directories/fetched/Registration/python' to sys.path
[INFO] [SofaPython3] Added '/Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/external_directories/fetched/BeamAdapter/examples/python3' to sys.path
[INFO] [SofaPython3] Added '/Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/python3/site-packages' to sys.path
---------------------------------------
Checking SOFA_ROOT and SOFAPYTHON3_ROOT
Using environment variable SOFA_ROOT: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build
---------------------------------------
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofaPython3.dylib
[INFO] [SofaPython3] Initializing with python version 3.10.14 (main, Mar 19 2024, 21:46:16) [Clang 15.0.0 (clang-1500.1.0.2.5)]
[INFO] [PythonTestExtractor] File 'Mass.py' loaded with 3 unit tests.
[INFO] [PythonTestExtractor] File 'Controller.py' loaded with 7 unit tests.
[INFO] [PythonTestExtractor] File 'Events.py' loaded with 1 unit tests.
[INFO] [PythonTestExtractor] File 'BaseMeshTopology.py' loaded with 2 unit tests.
[ERROR] [PythonTestExtractor] File skipped: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/bin/Bindings.Sofa.Tests.d/Core/MyRestShapeForceField.py
No test suite found. Make sure there is at least one class in the script that inherits from TestCase.
[INFO] [PythonTestExtractor] File 'BaseLink.py' loaded with 12 unit tests.
[INFO] [PythonTestExtractor] File 'BaseData.py' loaded with 35 unit tests.
[INFO] [PythonTestExtractor] File 'BaseObject.py' loaded with 12 unit tests.
[INFO] [PythonTestExtractor] File 'ObjectFactory.py' loaded with 1 unit tests.
[INFO] [PythonTestExtractor] File 'ForceField.py' loaded with 6 unit tests.
[INFO] [PythonTestExtractor] File 'Base.py' loaded with 12 unit tests.
[INFO] [PythonTestExtractor] File 'DataEngine.py' loaded with 3 unit tests.
[INFO] [PythonTestExtractor] File 'Message.py' loaded with 2 unit tests.
[INFO] [PythonTestExtractor] File 'FileRepository.py' loaded with 3 unit tests.
[INFO] [PythonTestExtractor] File 'Simulation.py' loaded with 1 unit tests.
[INFO] [PythonTestExtractor] File 'Node.py' loaded with 31 unit tests.
[INFO] [PythonTestExtractor] File 'RGBAColor.py' loaded with 5 unit tests.
[INFO] [PythonTestExtractor] File 'BoundingBox.py' loaded with 5 unit tests.
[INFO] [PythonTestExtractor] File 'Vec3.py' loaded with 4 unit tests.
[==========] Running 146 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 146 tests from SofaPython3/Sofa
[INFO] [SofaPython3] Initializing with python version 3.10.14 (main, Mar 19 2024, 21:46:16) [Clang 15.0.0 (clang-1500.1.0.2.5)]
[ RUN ] SofaPython3/Sofa.all_tests/0_Sofa_Core_Mass_test_mass_matrix_access_blocks3x3
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.StateContainer.dylib
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.ODESolver.Backward.dylib
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.LinearSolver.Direct.dylib
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.Engine.Select.dylib
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.Constraint.Projective.dylib
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.SolidMechanics.FEM.Elastic.dylib
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.Mass.dylib
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.Topology.Container.Grid.dylib
----------------------------------------------------------------------
Ran 1 test in 0.144s
OK
[ OK ] SofaPython3/Sofa.all_tests/0_Sofa_Core_Mass_test_mass_matrix_access_blocks3x3 (144 ms)
[ RUN ] SofaPython3/Sofa.all_tests/1_Sofa_Core_Mass_test_mass_matrix_access_scalar
----------------------------------------------------------------------
Ran 1 test in 0.019s
OK
[ OK ] SofaPython3/Sofa.all_tests/1_Sofa_Core_Mass_test_mass_matrix_access_scalar (18 ms)
[ RUN ] SofaPython3/Sofa.all_tests/2_Sofa_Core_Mass_test_mass_mstate
----------------------------------------------------------------------
Ran 1 test in 0.015s
OK
[ OK ] SofaPython3/Sofa.all_tests/2_Sofa_Core_Mass_test_mass_mstate (15 ms)
[ RUN ] SofaPython3/Sofa.all_tests/3_Sofa_Core_Controller_test_bindingPersistance
----------------------------------------------------------------------
Ran 1 test in 0.004s
OK
[ OK ] SofaPython3/Sofa.all_tests/3_Sofa_Core_Controller_test_bindingPersistance (4 ms)
[ RUN ] SofaPython3/Sofa.all_tests/4_Sofa_Core_Controller_test_constructor
----------------------------------------------------------------------
Ran 1 test in 0.000s
OK
[ OK ] SofaPython3/Sofa.all_tests/4_Sofa_Core_Controller_test_constructor (0 ms)
[ RUN ] SofaPython3/Sofa.all_tests/5_Sofa_Core_Controller_test_constructorOverriddenWithArgs
----------------------------------------------------------------------
Ran 1 test in 0.000s
OK
[ OK ] SofaPython3/Sofa.all_tests/5_Sofa_Core_Controller_test_constructorOverriddenWithArgs (0 ms)
[ RUN ] SofaPython3/Sofa.all_tests/6_Sofa_Core_Controller_test_constructorOverriddenWithKWArgs
----------------------------------------------------------------------
Ran 1 test in 0.000s
OK
[ OK ] SofaPython3/Sofa.all_tests/6_Sofa_Core_Controller_test_constructorOverriddenWithKWArgs (0 ms)
[ RUN ] SofaPython3/Sofa.all_tests/7_Sofa_Core_Controller_test_constructorOverriden
----------------------------------------------------------------------
Ran 1 test in 0.000s
OK
[ OK ] SofaPython3/Sofa.all_tests/7_Sofa_Core_Controller_test_constructorOverriden (0 ms)
[ RUN ] SofaPython3/Sofa.all_tests/8_Sofa_Core_Controller_test_events
----------------------------------------------------------------------
Ran 1 test in 0.010s
OK
[ OK ] SofaPython3/Sofa.all_tests/8_Sofa_Core_Controller_test_events (10 ms)
[ RUN ] SofaPython3/Sofa.all_tests/9_Sofa_Core_Controller_test_methodOverriding
----------------------------------------------------------------------
Ran 1 test in 0.000s
OK
[ OK ] SofaPython3/Sofa.all_tests/9_Sofa_Core_Controller_test_methodOverriding (0 ms)
[ RUN ] SofaPython3/Sofa.all_tests/10_Sofa_Core_Events_test_events
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.AnimationLoop.dylib
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.Constraint.Lagrangian.Solver.dylib
[WARNING] [ProjectedGaussSeidelConstraintSolver(constraintSolver)] Required data "maxIterations" has not been set. Falling back to default value: 1000
[WARNING] [ProjectedGaussSeidelConstraintSolver(constraintSolver)] Required data "tolerance" has not been set. Falling back to default value: 0.001
----------------------------------------------------------------------
Ran 1 test in 0.014s
OK
[ OK ] SofaPython3/Sofa.all_tests/10_Sofa_Core_Events_test_events (14 ms)
[ RUN ] SofaPython3/Sofa.all_tests/11_Sofa_Core_BaseMeshTopology_test_regular_grid_hexas
----------------------------------------------------------------------
Ran 1 test in 0.001s
OK
[ OK ] SofaPython3/Sofa.all_tests/11_Sofa_Core_BaseMeshTopology_test_regular_grid_hexas (1 ms)
[ RUN ] SofaPython3/Sofa.all_tests/12_Sofa_Core_BaseMeshTopology_test_regular_grid_tetra
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.Topology.Container.Constant.dylib
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.Topology.Container.Dynamic.dylib
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.Topology.Mapping.dylib
[WARNING] [Node(rootNode)] Trying to add a BaseMeshTopology ('unnamed' [TetrahedronSetTopologyContainer] 0x159aa6e08) into the Node '/', whereas it already contains one ('RegularGridTopology' [RegularGridTopology] 0x159af7400). Only one BaseMeshTopology is permitted in a Node. The previous BaseMeshTopology is replaced and the behavior is undefined.
[WARNING] [Node(rootNode)] Trying to add a Topology ('unnamed' [TetrahedronSetTopologyContainer] 0x159aa6e08) into the Node '/', whereas it already contains one ('RegularGridTopology' [RegularGridTopology] 0x159af7400). Only one Topology is permitted in a Node. The previous Topology is replaced and the behavior is undefined.
[WARNING] [Node(rootNode)] Trying to add a BaseMeshTopology ('unnamed' [MeshTopology] 0x159a07c00) into the Node '/', whereas it already contains one ('TetrahedronSetTopologyContainer' [TetrahedronSetTopologyContainer] 0x159aa6e08). Only one BaseMeshTopology is permitted in a Node. The previous BaseMeshTopology is replaced and the behavior is undefined.
[WARNING] [Node(rootNode)] Trying to add a Topology ('unnamed' [MeshTopology] 0x159a07c00) into the Node '/', whereas it already contains one ('TetrahedronSetTopologyContainer' [TetrahedronSetTopologyContainer] 0x159aa6e08). Only one Topology is permitted in a Node. The previous Topology is replaced and the behavior is undefined.
----------------------------------------------------------------------
Ran 1 test in 0.005s
OK
[ OK ] SofaPython3/Sofa.all_tests/12_Sofa_Core_BaseMeshTopology_test_regular_grid_tetra (5 ms)
[ RUN ] SofaPython3/Sofa.all_tests/13_loading_MyRestShapeForceField
[WARNING] [SofaPython3::PythonTest] There doesn't seem to be any test in /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/bin/Bindings.Sofa.Tests.d/Core/MyRestShapeForceField.py
[ OK ] SofaPython3/Sofa.all_tests/13_loading_MyRestShapeForceField (0 ms)
[ RUN ] SofaPython3/Sofa.all_tests/14_Sofa_Core_BaseLink_test_Help
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.SolidMechanics.Spring.dylib
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.Mapping.Linear.dylib
----------------------------------------------------------------------
Ran 1 test in 0.003s
OK
[ OK ] SofaPython3/Sofa.all_tests/14_Sofa_Core_BaseLink_test_Help (3 ms)
[ RUN ] SofaPython3/Sofa.all_tests/15_Sofa_Core_BaseLink_test_Name
----------------------------------------------------------------------
Ran 1 test in 0.002s
OK
[ OK ] SofaPython3/Sofa.all_tests/15_Sofa_Core_BaseLink_test_Name (1 ms)
[ RUN ] SofaPython3/Sofa.all_tests/16_Sofa_Core_BaseLink_test_Persistent
----------------------------------------------------------------------
Ran 1 test in 0.002s
OK
[ OK ] SofaPython3/Sofa.all_tests/16_Sofa_Core_BaseLink_test_Persistent (1 ms)
[ RUN ] SofaPython3/Sofa.all_tests/17_Sofa_Core_BaseLink_test_baselink_attributes_forwarding
----------------------------------------------------------------------
Ran 1 test in 0.002s
OK
[ OK ] SofaPython3/Sofa.all_tests/17_Sofa_Core_BaseLink_test_baselink_attributes_forwarding (2 ms)
[ RUN ] SofaPython3/Sofa.all_tests/18_Sofa_Core_BaseLink_test_getLinkedBase
----------------------------------------------------------------------
Ran 1 test in 0.002s
OK
[ OK ] SofaPython3/Sofa.all_tests/18_Sofa_Core_BaseLink_test_getLinkedBase (1 ms)
[ RUN ] SofaPython3/Sofa.all_tests/19_Sofa_Core_BaseLink_test_getLinkedPath
----------------------------------------------------------------------
Ran 1 test in 0.002s
OK
[ OK ] SofaPython3/Sofa.all_tests/19_Sofa_Core_BaseLink_test_getLinkedPath (1 ms)
[ RUN ] SofaPython3/Sofa.all_tests/20_Sofa_Core_BaseLink_test_getLinked_and_Owner
[WARNING] [Node(root)] Trying to add a BaseMechanicalState ('unnamed' [MechanicalObject] 0x159aefa00) into the Node '/', whereas it already contains one ('t1' [MechanicalObject] 0x159a07c00). Only one BaseMechanicalState is permitted in a Node. The previous BaseMechanicalState is replaced and the behavior is undefined.
[WARNING] [Node(root)] Trying to add a BaseState ('unnamed' [MechanicalObject] 0x159aefa00) into the Node '/', whereas it already contains one ('t1' [MechanicalObject] 0x159a07c00). Only one BaseState is permitted in a Node. The previous BaseState is replaced and the behavior is undefined.
----------------------------------------------------------------------
Ran 1 test in 0.002s
OK
[ OK ] SofaPython3/Sofa.all_tests/20_Sofa_Core_BaseLink_test_getLinked_and_Owner (2 ms)
[ RUN ] SofaPython3/Sofa.all_tests/21_Sofa_Core_BaseLink_test_getOwnerBase
----------------------------------------------------------------------
Ran 1 test in 0.001s
OK
[ OK ] SofaPython3/Sofa.all_tests/21_Sofa_Core_BaseLink_test_getOwnerBase (1 ms)
[ RUN ] SofaPython3/Sofa.all_tests/22_Sofa_Core_BaseLink_test_getSize
----------------------------------------------------------------------
Ran 1 test in 0.002s
OK
[ OK ] SofaPython3/Sofa.all_tests/22_Sofa_Core_BaseLink_test_getSize (2 ms)
[ RUN ] SofaPython3/Sofa.all_tests/23_Sofa_Core_BaseLink_test_getValue
----------------------------------------------------------------------
Ran 1 test in 0.002s
OK
[ OK ] SofaPython3/Sofa.all_tests/23_Sofa_Core_BaseLink_test_getValue (1 ms)
[ RUN ] SofaPython3/Sofa.all_tests/24_Sofa_Core_BaseLink_test_isMultiLink
----------------------------------------------------------------------
Ran 1 test in 0.002s
OK
[ OK ] SofaPython3/Sofa.all_tests/24_Sofa_Core_BaseLink_test_isMultiLink (2 ms)
[ RUN ] SofaPython3/Sofa.all_tests/25_Sofa_Core_BaseLink_test_read
----------------------------------------------------------------------
Ran 1 test in 0.000s
OK (skipped=1)
[ OK ] SofaPython3/Sofa.all_tests/25_Sofa_Core_BaseLink_test_read (0 ms)
[ RUN ] SofaPython3/Sofa.all_tests/26_Sofa_Core_BaseData_test_DataArray2DElementWiseOperation
----------------------------------------------------------------------
Ran 1 test in 0.000s
OK (skipped=1)
[ OK ] SofaPython3/Sofa.all_tests/26_Sofa_Core_BaseData_test_DataArray2DElementWiseOperation (0 ms)
[ RUN ] SofaPython3/Sofa.all_tests/27_Sofa_Core_BaseData_test_DataArray2DInvalidResizeFromArray
----------------------------------------------------------------------
Ran 1 test in 0.001s
OK
[ OK ] SofaPython3/Sofa.all_tests/27_Sofa_Core_BaseData_test_DataArray2DInvalidResizeFromArray (1 ms)
[ RUN ] SofaPython3/Sofa.all_tests/28_Sofa_Core_BaseData_test_DataArray2DOperation
----------------------------------------------------------------------
Ran 1 test in 0.008s
OK
[ OK ] SofaPython3/Sofa.all_tests/28_Sofa_Core_BaseData_test_DataArray2DOperation (7 ms)
[ RUN ] SofaPython3/Sofa.all_tests/29_Sofa_Core_BaseData_test_DataArray2DResizeFromArray
----------------------------------------------------------------------
Ran 1 test in 0.002s
OK
[ OK ] SofaPython3/Sofa.all_tests/29_Sofa_Core_BaseData_test_DataArray2DResizeFromArray (2 ms)
[ RUN ] SofaPython3/Sofa.all_tests/30_Sofa_Core_BaseData_test_DataArray2DSetFromArray
----------------------------------------------------------------------
Ran 1 test in 0.001s
OK
[ OK ] SofaPython3/Sofa.all_tests/30_Sofa_Core_BaseData_test_DataArray2DSetFromArray (1 ms)
[ RUN ] SofaPython3/Sofa.all_tests/31_Sofa_Core_BaseData_test_DataArray2DSetFromList
----------------------------------------------------------------------
Ran 1 test in 0.001s
OK
[ OK ] SofaPython3/Sofa.all_tests/31_Sofa_Core_BaseData_test_DataArray2DSetFromList (1 ms)
[ RUN ] SofaPython3/Sofa.all_tests/32_Sofa_Core_BaseData_test_DataAsArray1D
----------------------------------------------------------------------
Ran 1 test in 0.001s
OK
[ OK ] SofaPython3/Sofa.all_tests/32_Sofa_Core_BaseData_test_DataAsArray1D (1 ms)
[ RUN ] SofaPython3/Sofa.all_tests/33_Sofa_Core_BaseData_test_DataAsArray2D
----------------------------------------------------------------------
Ran 1 test in 0.001s
OK
[ OK ] SofaPython3/Sofa.all_tests/33_Sofa_Core_BaseData_test_DataAsArray2D (1 ms)
[ RUN ] SofaPython3/Sofa.all_tests/34_Sofa_Core_BaseData_test_DataAsContainerNumpyArray
----------------------------------------------------------------------
Ran 1 test in 0.001s
OK
[ OK ] SofaPython3/Sofa.all_tests/34_Sofa_Core_BaseData_test_DataAsContainerNumpyArray (1 ms)
[ RUN ] SofaPython3/Sofa.all_tests/35_Sofa_Core_BaseData_test_DataAsContainerNumpyArrayRepeat
----------------------------------------------------------------------
Ran 1 test in 0.001s
OK
[ OK ] SofaPython3/Sofa.all_tests/35_Sofa_Core_BaseData_test_DataAsContainerNumpyArrayRepeat (1 ms)
[ RUN ] SofaPython3/Sofa.all_tests/36_Sofa_Core_BaseData_test_DataAsContainerNumpyArray_
----------------------------------------------------------------------
Ran 1 test in 0.001s
OK
[ OK ] SofaPython3/Sofa.all_tests/36_Sofa_Core_BaseData_test_DataAsContainerNumpyArray_ (1 ms)
[ RUN ] SofaPython3/Sofa.all_tests/37_Sofa_Core_BaseData_test_DataAsContainerNumpyArray_testIsDirtyOnDoubleAccess_
----------------------------------------------------------------------
Ran 1 test in 0.001s
OK
[ OK ] SofaPython3/Sofa.all_tests/37_Sofa_Core_BaseData_test_DataAsContainerNumpyArray_testIsDirtyOnDoubleAccess_ (1 ms)
[ RUN ] SofaPython3/Sofa.all_tests/38_Sofa_Core_BaseData_test_DataAsContainerNumpyArray_testIsDirtyOnDoubleWriteAccess_
----------------------------------------------------------------------
Ran 1 test in 0.001s
OK
[ OK ] SofaPython3/Sofa.all_tests/38_Sofa_Core_BaseData_test_DataAsContainerNumpyArray_testIsDirtyOnDoubleWriteAccess_ (1 ms)
[ RUN ] SofaPython3/Sofa.all_tests/39_Sofa_Core_BaseData_test_DataString
----------------------------------------------------------------------
Ran 1 test in 0.001s
OK
[ OK ] SofaPython3/Sofa.all_tests/39_Sofa_Core_BaseData_test_DataString (0 ms)
[ RUN ] SofaPython3/Sofa.all_tests/40_Sofa_Core_BaseData_test_DataWrapper1D
----------------------------------------------------------------------
Ran 1 test in 0.001s
OK
[ OK ] SofaPython3/Sofa.all_tests/40_Sofa_Core_BaseData_test_DataWrapper1D (1 ms)
[ RUN ] SofaPython3/Sofa.all_tests/41_Sofa_Core_BaseData_test_Dirty
----------------------------------------------------------------------
Ran 1 test in 0.001s
OK
[ OK ] SofaPython3/Sofa.all_tests/41_Sofa_Core_BaseData_test_Dirty (0 ms)
[ RUN ] SofaPython3/Sofa.all_tests/42_Sofa_Core_BaseData_test_DownCast
----------------------------------------------------------------------
Ran 1 test in 0.001s
OK
[ OK ] SofaPython3/Sofa.all_tests/42_Sofa_Core_BaseData_test_DownCast (0 ms)
[ RUN ] SofaPython3/Sofa.all_tests/43_Sofa_Core_BaseData_test_InvalidDataAccess
----------------------------------------------------------------------
Ran 1 test in 0.001s
OK
[ OK ] SofaPython3/Sofa.all_tests/43_Sofa_Core_BaseData_test_InvalidDataAccess (1 ms)
[ RUN ] SofaPython3/Sofa.all_tests/44_Sofa_Core_BaseData_test_Parent
----------------------------------------------------------------------
Ran 1 test in 0.001s
OK
[ OK ] SofaPython3/Sofa.all_tests/44_Sofa_Core_BaseData_test_Parent (0 ms)
[ RUN ] SofaPython3/Sofa.all_tests/45_Sofa_Core_BaseData_test_Persistent
----------------------------------------------------------------------
Ran 1 test in 0.001s
OK
[ OK ] SofaPython3/Sofa.all_tests/45_Sofa_Core_BaseData_test_Persistent (0 ms)
[ RUN ] SofaPython3/Sofa.all_tests/46_Sofa_Core_BaseData_test_UnknowAttribute
----------------------------------------------------------------------
Ran 1 test in 0.001s
OK
[ OK ] SofaPython3/Sofa.all_tests/46_Sofa_Core_BaseData_test_UnknowAttribute (1 ms)
[ RUN ] SofaPython3/Sofa.all_tests/47_Sofa_Core_BaseData_test_ValidDataAccess
----------------------------------------------------------------------
Ran 1 test in 0.001s
OK
[ OK ] SofaPython3/Sofa.all_tests/47_Sofa_Core_BaseData_test_ValidDataAccess (1 ms)
[ RUN ] SofaPython3/Sofa.all_tests/48_Sofa_Core_BaseData_test_getLinkPath
----------------------------------------------------------------------
Ran 1 test in 0.001s
OK
[ OK ] SofaPython3/Sofa.all_tests/48_Sofa_Core_BaseData_test_getLinkPath (0 ms)
[ RUN ] SofaPython3/Sofa.all_tests/49_Sofa_Core_BaseData_test_getValueString
----------------------------------------------------------------------
Ran 1 test in 0.001s
OK
[ OK ] SofaPython3/Sofa.all_tests/49_Sofa_Core_BaseData_test_getValueString (1 ms)
[ RUN ] SofaPython3/Sofa.all_tests/50_Sofa_Core_BaseData_test_getValueTypeString
----------------------------------------------------------------------
Ran 1 test in 0.001s
OK
[ OK ] SofaPython3/Sofa.all_tests/50_Sofa_Core_BaseData_test_getValueTypeString (1 ms)
[ RUN ] SofaPython3/Sofa.all_tests/51_Sofa_Core_BaseData_test_getattr
----------------------------------------------------------------------
Ran 1 test in 0.001s
OK
[ OK ] SofaPython3/Sofa.all_tests/51_Sofa_Core_BaseData_test_getattr (1 ms)
[ RUN ] SofaPython3/Sofa.all_tests/52_Sofa_Core_BaseData_test_isRequired
----------------------------------------------------------------------
Ran 1 test in 0.001s
OK
[ OK ] SofaPython3/Sofa.all_tests/52_Sofa_Core_BaseData_test_isRequired (0 ms)
[ RUN ] SofaPython3/Sofa.all_tests/53_Sofa_Core_BaseData_test_linkpath
----------------------------------------------------------------------
Ran 1 test in 0.001s
OK
[ OK ] SofaPython3/Sofa.all_tests/53_Sofa_Core_BaseData_test_linkpath (1 ms)
[ RUN ] SofaPython3/Sofa.all_tests/54_Sofa_Core_BaseData_test_linkpath_between_two_scenes
----------------------------------------------------------------------
Ran 1 test in 0.002s
OK
[ OK ] SofaPython3/Sofa.all_tests/54_Sofa_Core_BaseData_test_linkpath_between_two_scenes (2 ms)
[ RUN ] SofaPython3/Sofa.all_tests/55_Sofa_Core_BaseData_test_linkpath_in_add_object_compat
[WARNING] [Node(root)] Trying to add a BaseMechanicalState ('unnamed' [MechanicalObject] 0x159afc400) into the Node '/', whereas it already contains one ('dofs1' [MechanicalObject] 0x159ad6a00). Only one BaseMechanicalState is permitted in a Node. The previous BaseMechanicalState is replaced and the behavior is undefined.
[WARNING] [Node(root)] Trying to add a BaseState ('unnamed' [MechanicalObject] 0x159afc400) into the Node '/', whereas it already contains one ('dofs1' [MechanicalObject] 0x159ad6a00). Only one BaseState is permitted in a Node. The previous BaseState is replaced and the behavior is undefined.
----------------------------------------------------------------------
Ran 1 test in 0.001s
OK
[ OK ] SofaPython3/Sofa.all_tests/55_Sofa_Core_BaseData_test_linkpath_in_add_object_compat (1 ms)
[ RUN ] SofaPython3/Sofa.all_tests/56_Sofa_Core_BaseData_test_name
----------------------------------------------------------------------
Ran 1 test in 0.001s
OK
[ OK ] SofaPython3/Sofa.all_tests/56_Sofa_Core_BaseData_test_name (0 ms)
[ RUN ] SofaPython3/Sofa.all_tests/57_Sofa_Core_BaseData_test_read
----------------------------------------------------------------------
Ran 1 test in 0.001s
OK
[ OK ] SofaPython3/Sofa.all_tests/57_Sofa_Core_BaseData_test_read (0 ms)
[ RUN ] SofaPython3/Sofa.all_tests/58_Sofa_Core_BaseData_test_readOnly
----------------------------------------------------------------------
Ran 1 test in 0.001s
OK
[ OK ] SofaPython3/Sofa.all_tests/58_Sofa_Core_BaseData_test_readOnly (0 ms)
[ RUN ] SofaPython3/Sofa.all_tests/59_Sofa_Core_BaseData_test_set_value_from_string
[DEPRECATED] [Node(rootNode)] Data field 'gravity' is initialized from a string.
This behavior was allowed with SofaPython2 but have very poor performance so it is now deprecated with SofaPython3. Please fix your scene (as this behavior will be removed).
At:
/Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/bin/Bindings.Sofa.Tests.d/Core/BaseData.py(362): test_set_value_from_string
----------------------------------------------------------------------
Ran 1 test in 0.001s
OK
[ OK ] SofaPython3/Sofa.all_tests/59_Sofa_Core_BaseData_test_set_value_from_string (1 ms)
[ RUN ] SofaPython3/Sofa.all_tests/60_Sofa_Core_BaseData_test_typeName
----------------------------------------------------------------------
Ran 1 test in 0.001s
OK
[ OK ] SofaPython3/Sofa.all_tests/60_Sofa_Core_BaseData_test_typeName (1 ms)
[ RUN ] SofaPython3/Sofa.all_tests/61_Sofa_Core_BaseObject_test_context
----------------------------------------------------------------------
Ran 1 test in 0.001s
OK
[ OK ] SofaPython3/Sofa.all_tests/61_Sofa_Core_BaseObject_test_context (1 ms)
[ RUN ] SofaPython3/Sofa.all_tests/62_Sofa_Core_BaseObject_test_createObjectWithInvalidParamName
----------------------------------------------------------------------
Ran 1 test in 0.002s
OK
[ OK ] SofaPython3/Sofa.all_tests/62_Sofa_Core_BaseObject_test_createObjectWithInvalidParamName (1 ms)
[ RUN ] SofaPython3/Sofa.all_tests/63_Sofa_Core_BaseObject_test_createObjectWithParam
----------------------------------------------------------------------
Ran 1 test in 0.001s
OK
[ OK ] SofaPython3/Sofa.all_tests/63_Sofa_Core_BaseObject_test_createObjectWithParam (1 ms)
[ RUN ] SofaPython3/Sofa.all_tests/64_Sofa_Core_BaseObject_test_data_property
----------------------------------------------------------------------
Ran 1 test in 0.001s
OK
[ OK ] SofaPython3/Sofa.all_tests/64_Sofa_Core_BaseObject_test_data_property (1 ms)
[ RUN ] SofaPython3/Sofa.all_tests/65_Sofa_Core_BaseObject_test_getCategories
----------------------------------------------------------------------
Ran 1 test in 0.002s
OK
[ OK ] SofaPython3/Sofa.all_tests/65_Sofa_Core_BaseObject_test_getCategories (1 ms)
[ RUN ] SofaPython3/Sofa.all_tests/66_Sofa_Core_BaseObject_test_getLinkPath
----------------------------------------------------------------------
Ran 1 test in 0.001s
OK
[ OK ] SofaPython3/Sofa.all_tests/66_Sofa_Core_BaseObject_test_getLinkPath (1 ms)
[ RUN ] SofaPython3/Sofa.all_tests/67_Sofa_Core_BaseObject_test_getName
----------------------------------------------------------------------
Ran 1 test in 0.001s
OK
[ OK ] SofaPython3/Sofa.all_tests/67_Sofa_Core_BaseObject_test_getName (1 ms)
[ RUN ] SofaPython3/Sofa.all_tests/68_Sofa_Core_BaseObject_test_getPathName
----------------------------------------------------------------------
Ran 1 test in 0.001s
OK
[ OK ] SofaPython3/Sofa.all_tests/68_Sofa_Core_BaseObject_test_getPathName (1 ms)
[ RUN ] SofaPython3/Sofa.all_tests/69_Sofa_Core_BaseObject_test_getTarget
----------------------------------------------------------------------
Ran 1 test in 0.001s
OK
[ OK ] SofaPython3/Sofa.all_tests/69_Sofa_Core_BaseObject_test_getTarget (1 ms)
[ RUN ] SofaPython3/Sofa.all_tests/70_Sofa_Core_BaseObject_test_mockComponent
----------------------------------------------------------------------
Ran 1 test in 0.001s
OK
[ OK ] SofaPython3/Sofa.all_tests/70_Sofa_Core_BaseObject_test_mockComponent (1 ms)
[ RUN ] SofaPython3/Sofa.all_tests/71_Sofa_Core_BaseObject_test_setSrc
----------------------------------------------------------------------
Ran 1 test in 0.001s
OK
[ OK ] SofaPython3/Sofa.all_tests/71_Sofa_Core_BaseObject_test_setSrc (1 ms)
[ RUN ] SofaPython3/Sofa.all_tests/72_Sofa_Core_BaseObject_test_slave_master
[WARNING] [Node(rootNode)] Trying to add a BaseMechanicalState ('unnamed' [MechanicalObject] 0x159b00400) into the Node '/', whereas it already contains one ('t_master' [MechanicalObject] 0x159afd400). Only one BaseMechanicalState is permitted in a Node. The previous BaseMechanicalState is replaced and the behavior is undefined.
[WARNING] [Node(rootNode)] Trying to add a BaseState ('unnamed' [MechanicalObject] 0x159b00400) into the Node '/', whereas it already contains one ('t_master' [MechanicalObject] 0x159afd400). Only one BaseState is permitted in a Node. The previous BaseState is replaced and the behavior is undefined.
----------------------------------------------------------------------
Ran 1 test in 0.002s
OK
[ OK ] SofaPython3/Sofa.all_tests/72_Sofa_Core_BaseObject_test_slave_master (1 ms)
[ RUN ] SofaPython3/Sofa.all_tests/73_Sofa_Core_ObjectFactory_test_dump_json
[SUGGESTION] [AsyncSparseLDLSolver(unnamed)] Template is empty
By default AsyncSparseLDLSolver uses blocks with a single scalar (to handle all cases of simulations).
If you are using only 3D DOFs, you may consider using blocks of Matrix3 to speedup the calculations.
If it is the case, add template="CompressedRowSparseMatrixMat3x3d" to this object in your scene
Otherwise, if you want to disable this message, add template="CompressedRowSparseMatrixMat3x3d" .
[SUGGESTION] [AsyncSparseLDLSolver(unnamed)] Template is empty
By default AsyncSparseLDLSolver uses blocks with a single scalar (to handle all cases of simulations).
If you are using only 3D DOFs, you may consider using blocks of Matrix3 to speedup the calculations.
If it is the case, add template="CompressedRowSparseMatrixMat3x3d" to this object in your scene
Otherwise, if you want to disable this message, add template="CompressedRowSparseMatrixd" .
[DEPRECATED] [ConstraintAnimationLoop] WARNING : ConstraintAnimationLoop is deprecated. Please use the combination of FreeMotionAnimationLoop and GenericConstraintSolver.
[SUGGESTION] [SparseLDLSolver(unnamed)] Template is empty
By default SparseLDLSolver uses blocks with a single scalar (to handle all cases of simulations).
If you are using only 3D DOFs, you may consider using blocks of Matrix3 to speedup the calculations.
If it is the case, add template="CompressedRowSparseMatrixMat3x3d" to this object in your scene
Otherwise, if you want to disable this message, add template="CompressedRowSparseMatrixMat3x3d" .
[SUGGESTION] [SparseLDLSolver(unnamed)] Template is empty
By default SparseLDLSolver uses blocks with a single scalar (to handle all cases of simulations).
If you are using only 3D DOFs, you may consider using blocks of Matrix3 to speedup the calculations.
If it is the case, add template="CompressedRowSparseMatrixMat3x3d" to this object in your scene
Otherwise, if you want to disable this message, add template="CompressedRowSparseMatrixd" .
----------------------------------------------------------------------
Ran 1 test in 0.016s
OK
[ OK ] SofaPython3/Sofa.all_tests/73_Sofa_Core_ObjectFactory_test_dump_json (16 ms)
[ RUN ] SofaPython3/Sofa.all_tests/74_Sofa_Core_ForceField_test_0_explicit
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.LinearSolver.Ordering.dylib
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.LinearSolver.Iterative.dylib
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.LinearSolver.Preconditioner.dylib
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.LinearSolver.dylib
[WARNING] [RequiredPlugin(Sofa.Component.LinearSolver)] No component has been registered from Sofa.Component.LinearSolver.
It could be because:
- the entrypoint registerObjects() has not been implemented;
- (deprecated since v24.12) no sofa::core::RegisterObject() has been called;
- your plugin does not add any component (i.e BaseObject) into the factory. In that case, RequiredPlugin is not useful for this kind of plugin.
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.ODESolver.Forward.dylib
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.ODESolver.dylib
[WARNING] [RequiredPlugin(Sofa.Component.ODESolver)] No component has been registered from Sofa.Component.ODESolver.
It could be because:
- the entrypoint registerObjects() has not been implemented;
- (deprecated since v24.12) no sofa::core::RegisterObject() has been called;
- your plugin does not add any component (i.e BaseObject) into the factory. In that case, RequiredPlugin is not useful for this kind of plugin.
[WARNING] [EigenSimplicialLLT(ldlSolver)] Template '' incorrect, used CompressedRowSparseMatrixMat3x3d in the list:
* CompressedRowSparseMatrixMat3x3d
* CompressedRowSparseMatrixd
----------------------------------------------------------------------
Ran 1 test in 0.023s
OK
[ OK ] SofaPython3/Sofa.all_tests/74_Sofa_Core_ForceField_test_0_explicit (23 ms)
[ RUN ] SofaPython3/Sofa.all_tests/75_Sofa_Core_ForceField_test_1_implicit_iterative
[WARNING] [RequiredPlugin(Sofa.Component.LinearSolver)] No component has been registered from Sofa.Component.LinearSolver.
It could be because:
- the entrypoint registerObjects() has not been implemented;
- (deprecated since v24.12) no sofa::core::RegisterObject() has been called;
- your plugin does not add any component (i.e BaseObject) into the factory. In that case, RequiredPlugin is not useful for this kind of plugin.
[WARNING] [RequiredPlugin(Sofa.Component.ODESolver)] No component has been registered from Sofa.Component.ODESolver.
It could be because:
- the entrypoint registerObjects() has not been implemented;
- (deprecated since v24.12) no sofa::core::RegisterObject() has been called;
- your plugin does not add any component (i.e BaseObject) into the factory. In that case, RequiredPlugin is not useful for this kind of plugin.
----------------------------------------------------------------------
Ran 1 test in 0.020s
OK
[ OK ] SofaPython3/Sofa.all_tests/75_Sofa_Core_ForceField_test_1_implicit_iterative (20 ms)
[ RUN ] SofaPython3/Sofa.all_tests/76_Sofa_Core_ForceField_test_2_implicit_direct
[WARNING] [RequiredPlugin(Sofa.Component.LinearSolver)] No component has been registered from Sofa.Component.LinearSolver.
It could be because:
- the entrypoint registerObjects() has not been implemented;
- (deprecated since v24.12) no sofa::core::RegisterObject() has been called;
- your plugin does not add any component (i.e BaseObject) into the factory. In that case, RequiredPlugin is not useful for this kind of plugin.
[WARNING] [RequiredPlugin(Sofa.Component.ODESolver)] No component has been registered from Sofa.Component.ODESolver.
It could be because:
- the entrypoint registerObjects() has not been implemented;
- (deprecated since v24.12) no sofa::core::RegisterObject() has been called;
- your plugin does not add any component (i.e BaseObject) into the factory. In that case, RequiredPlugin is not useful for this kind of plugin.
[WARNING] [EigenSimplicialLLT(ldlSolver)] Template '' incorrect, used CompressedRowSparseMatrixMat3x3d in the list:
* CompressedRowSparseMatrixMat3x3d
* CompressedRowSparseMatrixd
[WARNING] [NaiveRestShapeSpringsForcefield(Springs)] buildStiffnessMatrix not implemented: for compatibility reason, the deprecated API (addKToMatrix) will be used. This compatibility will disappear in the future, and will cause issues in simulations. Please update the code of NaiveRestShapeSpringsForcefield to ensure right behavior: the function addKToMatrix has been replaced by buildStiffnessMatrix
[WARNING] [NaiveRestShapeSpringsForcefield(Springs)] buildDampingMatrix not implemented: for compatibility reason, the deprecated API (addBToMatrix) will be used. This compatibility will disappear in the future, and will cause issues in simulations. Please update the code of NaiveRestShapeSpringsForcefield to ensure right behavior: the function addBToMatrix has been replaced by buildDampingMatrix
----------------------------------------------------------------------
Ran 1 test in 0.021s
OK
[ OK ] SofaPython3/Sofa.all_tests/76_Sofa_Core_ForceField_test_2_implicit_direct (20 ms)
[ RUN ] SofaPython3/Sofa.all_tests/77_Sofa_Core_ForceField_test_class_name
----------------------------------------------------------------------
Ran 1 test in 0.000s
OK
[ OK ] SofaPython3/Sofa.all_tests/77_Sofa_Core_ForceField_test_class_name (0 ms)
[ RUN ] SofaPython3/Sofa.all_tests/78_Sofa_Core_ForceField_test_stiffness_matrix_access_blocks3x3
----------------------------------------------------------------------
Ran 1 test in 0.018s
OK
[ OK ] SofaPython3/Sofa.all_tests/78_Sofa_Core_ForceField_test_stiffness_matrix_access_blocks3x3 (18 ms)
[ RUN ] SofaPython3/Sofa.all_tests/79_Sofa_Core_ForceField_test_stiffness_matrix_access_scalar
----------------------------------------------------------------------
Ran 1 test in 0.022s
OK
[ OK ] SofaPython3/Sofa.all_tests/79_Sofa_Core_ForceField_test_stiffness_matrix_access_scalar (22 ms)
[ RUN ] SofaPython3/Sofa.all_tests/80_Sofa_Core_Base_test_addExistingDataAsParentOfNewData
----------------------------------------------------------------------
Ran 1 test in 0.000s
OK
[ OK ] SofaPython3/Sofa.all_tests/80_Sofa_Core_Base_test_addExistingDataAsParentOfNewData (0 ms)
[ RUN ] SofaPython3/Sofa.all_tests/81_Sofa_Core_Base_test_addKeywordProtected
----------------------------------------------------------------------
Ran 1 test in 0.001s
OK
[ OK ] SofaPython3/Sofa.all_tests/81_Sofa_Core_Base_test_addKeywordProtected (1 ms)
[ RUN ] SofaPython3/Sofa.all_tests/82_Sofa_Core_Base_test_addNewDataFromParent
----------------------------------------------------------------------
Ran 1 test in 0.001s
OK
[ OK ] SofaPython3/Sofa.all_tests/82_Sofa_Core_Base_test_addNewDataFromParent (1 ms)
[ RUN ] SofaPython3/Sofa.all_tests/83_Sofa_Core_Base_test_addNewDataFromParent_brokenLink
----------------------------------------------------------------------
Ran 1 test in 0.003s
OK
[ OK ] SofaPython3/Sofa.all_tests/83_Sofa_Core_Base_test_addNewDataFromParent_brokenLink (3 ms)
[ RUN ] SofaPython3/Sofa.all_tests/84_Sofa_Core_Base_test_addNewDataFromParent_linkPaths
[WARNING] [Node(root)] Trying to add a BaseMechanicalState ('unnamed' [MechanicalObject] 0x159b30c00) into the Node '/', whereas it already contains one ('c1' [MechanicalObject] 0x159b37a00). Only one BaseMechanicalState is permitted in a Node. The previous BaseMechanicalState is replaced and the behavior is undefined.
[WARNING] [Node(root)] Trying to add a BaseState ('unnamed' [MechanicalObject] 0x159b30c00) into the Node '/', whereas it already contains one ('c1' [MechanicalObject] 0x159b37a00). Only one BaseState is permitted in a Node. The previous BaseState is replaced and the behavior is undefined.
----------------------------------------------------------------------
Ran 1 test in 0.002s
OK
[ OK ] SofaPython3/Sofa.all_tests/84_Sofa_Core_Base_test_addNewDataFromParent_linkPaths (2 ms)
[ RUN ] SofaPython3/Sofa.all_tests/85_Sofa_Core_Base_test_addNewData_with_type
----------------------------------------------------------------------
Ran 1 test in 0.001s
OK
[ OK ] SofaPython3/Sofa.all_tests/85_Sofa_Core_Base_test_addNewData_with_type (1 ms)
[ RUN ] SofaPython3/Sofa.all_tests/86_Sofa_Core_Base_test_data_property
----------------------------------------------------------------------
Ran 1 test in 0.001s
OK
[ OK ] SofaPython3/Sofa.all_tests/86_Sofa_Core_Base_test_data_property (0 ms)
[ RUN ] SofaPython3/Sofa.all_tests/87_Sofa_Core_Base_test_getClassName
----------------------------------------------------------------------
Ran 1 test in 0.000s
OK
[ OK ] SofaPython3/Sofa.all_tests/87_Sofa_Core_Base_test_getClassName (0 ms)
[ RUN ] SofaPython3/Sofa.all_tests/88_Sofa_Core_Base_test_getLinkPath
----------------------------------------------------------------------
Ran 1 test in 0.001s
OK
[ OK ] SofaPython3/Sofa.all_tests/88_Sofa_Core_Base_test_getLinkPath (0 ms)
[ RUN ] SofaPython3/Sofa.all_tests/89_Sofa_Core_Base_test_getTemplateName
----------------------------------------------------------------------
Ran 1 test in 0.001s
OK
[ OK ] SofaPython3/Sofa.all_tests/89_Sofa_Core_Base_test_getTemplateName (0 ms)
[ RUN ] SofaPython3/Sofa.all_tests/90_Sofa_Core_Base_test_linkpath
----------------------------------------------------------------------
Ran 1 test in 0.001s
OK
[ OK ] SofaPython3/Sofa.all_tests/90_Sofa_Core_Base_test_linkpath (1 ms)
[ RUN ] SofaPython3/Sofa.all_tests/91_Sofa_Core_Base_test_loggedMessagesBinding
[INFO] [Node(a_node)] This is a new message
----------------------------------------------------------------------
Ran 1 test in 0.001s
OK
[ OK ] SofaPython3/Sofa.all_tests/91_Sofa_Core_Base_test_loggedMessagesBinding (0 ms)
[ RUN ] SofaPython3/Sofa.all_tests/92_Sofa_Core_DataEngine_test_DataEngine
----------------------------------------------------------------------
Ran 1 test in 0.001s
OK
[ OK ] SofaPython3/Sofa.all_tests/92_Sofa_Core_DataEngine_test_DataEngine (0 ms)
[ RUN ] SofaPython3/Sofa.all_tests/93_Sofa_Core_DataEngine_test_constructor
----------------------------------------------------------------------
Ran 1 test in 0.000s
OK
[ OK ] SofaPython3/Sofa.all_tests/93_Sofa_Core_DataEngine_test_constructor (0 ms)
[ RUN ] SofaPython3/Sofa.all_tests/94_Sofa_Core_DataEngine_test_constructorOverriden
----------------------------------------------------------------------
Ran 1 test in 0.000s
OK
[ OK ] SofaPython3/Sofa.all_tests/94_Sofa_Core_DataEngine_test_constructorOverriden (0 ms)
[ RUN ] SofaPython3/Sofa.all_tests/95_Sofa_Helper_Message_test_messageHandler
[INFO] [PythonScript] plop
[WARNING] [PythonScript] coucou
----------------------------------------------------------------------
Ran 1 test in 0.001s
OK
[ OK ] SofaPython3/Sofa.all_tests/95_Sofa_Helper_Message_test_messageHandler (0 ms)
[ RUN ] SofaPython3/Sofa.all_tests/96_Sofa_Helper_Message_test_messages
[INFO] [PythonScript] Simple message
[INFO] [Emitter] Simple message
[INFO] [PythonScript] Simple message with attached source info
[INFO] [Node(node)] Simple message to an object
[INFO] [Node(node)] Simple message to an object with attached source info
[WARNING] [PythonScript] Simple message
[WARNING] [Emitter] Simple message
[WARNING] [PythonScript] Simple message with attached source info
[WARNING] [Node(node)] Simple message to an object
[WARNING] [Node(node)] Simple message to an object with attached source info
[DEPRECATED] [PythonScript] Simple message
[DEPRECATED] [Emitter] Simple message
[DEPRECATED] [PythonScript] Simple message with attached source info
[DEPRECATED] [Node(node)] Simple message to an object
[DEPRECATED] [Node(node)] Simple message to an object with attached source info
----------------------------------------------------------------------
Ran 1 test in 0.003s
OK
[ OK ] SofaPython3/Sofa.all_tests/96_Sofa_Helper_Message_test_messages (2 ms)
[ RUN ] SofaPython3/Sofa.all_tests/97_Sofa_Helper_FileRepository_test_add_remove_directories
----------------------------------------------------------------------
Ran 1 test in 0.000s
OK
[ OK ] SofaPython3/Sofa.all_tests/97_Sofa_Helper_FileRepository_test_add_remove_directories (0 ms)
[ RUN ] SofaPython3/Sofa.all_tests/98_Sofa_Helper_FileRepository_test_environment
----------------------------------------------------------------------
Ran 1 test in 0.000s
OK
[ OK ] SofaPython3/Sofa.all_tests/98_Sofa_Helper_FileRepository_test_environment (0 ms)
[ RUN ] SofaPython3/Sofa.all_tests/99_Sofa_Helper_FileRepository_test_find_file
----------------------------------------------------------------------
Ran 1 test in 0.000s
OK
[ OK ] SofaPython3/Sofa.all_tests/99_Sofa_Helper_FileRepository_test_find_file (0 ms)
[ RUN ] SofaPython3/Sofa.all_tests/100_Sofa_Simulation_Simulation_test_load
----------------------------------------------------------------------
Ran 1 test in 0.001s
OK
[ OK ] SofaPython3/Sofa.all_tests/100_Sofa_Simulation_Simulation_test_load (0 ms)
[ RUN ] SofaPython3/Sofa.all_tests/101_Sofa_Simulation_Node_test_Constructor
----------------------------------------------------------------------
Ran 1 test in 0.000s
OK
[ OK ] SofaPython3/Sofa.all_tests/101_Sofa_Simulation_Node_test_Constructor (0 ms)
[ RUN ] SofaPython3/Sofa.all_tests/102_Sofa_Simulation_Node_test_GetAttr
----------------------------------------------------------------------
Ran 1 test in 0.001s
OK
[ OK ] SofaPython3/Sofa.all_tests/102_Sofa_Simulation_Node_test_GetAttr (1 ms)
[ RUN ] SofaPython3/Sofa.all_tests/103_Sofa_Simulation_Node_test_SimulationConstructor
----------------------------------------------------------------------
Ran 1 test in 0.000s
OK
[ OK ] SofaPython3/Sofa.all_tests/103_Sofa_Simulation_Node_test_SimulationConstructor (0 ms)
[ RUN ] SofaPython3/Sofa.all_tests/104_Sofa_Simulation_Node_test_addChild
----------------------------------------------------------------------
Ran 1 test in 0.000s
OK
[ OK ] SofaPython3/Sofa.all_tests/104_Sofa_Simulation_Node_test_addChild (0 ms)
[ RUN ] SofaPython3/Sofa.all_tests/105_Sofa_Simulation_Node_test_children_property
----------------------------------------------------------------------
Ran 1 test in 0.000s
OK
[ OK ] SofaPython3/Sofa.all_tests/105_Sofa_Simulation_Node_test_children_property (0 ms)
[ RUN ] SofaPython3/Sofa.all_tests/106_Sofa_Simulation_Node_test_createObjectInvalid
----------------------------------------------------------------------
Ran 1 test in 0.001s
OK
[ OK ] SofaPython3/Sofa.all_tests/106_Sofa_Simulation_Node_test_createObjectInvalid (1 ms)
[ RUN ] SofaPython3/Sofa.all_tests/107_Sofa_Simulation_Node_test_createObjectWithParam
----------------------------------------------------------------------
Ran 1 test in 0.001s
OK
[ OK ] SofaPython3/Sofa.all_tests/107_Sofa_Simulation_Node_test_createObjectWithParam (0 ms)
[ RUN ] SofaPython3/Sofa.all_tests/108_Sofa_Simulation_Node_test_data_property
----------------------------------------------------------------------
Ran 1 test in 0.000s
OK
[ OK ] SofaPython3/Sofa.all_tests/108_Sofa_Simulation_Node_test_data_property (0 ms)
[ RUN ] SofaPython3/Sofa.all_tests/109_Sofa_Simulation_Node_test_detachFromGraph
----------------------------------------------------------------------
Ran 1 test in 0.000s
OK
[ OK ] SofaPython3/Sofa.all_tests/109_Sofa_Simulation_Node_test_detachFromGraph (0 ms)
[ RUN ] SofaPython3/Sofa.all_tests/110_Sofa_Simulation_Node_test_getAsACreateObjectParameter
----------------------------------------------------------------------
Ran 1 test in 0.001s
OK
[ OK ] SofaPython3/Sofa.all_tests/110_Sofa_Simulation_Node_test_getAsACreateObjectParameter (0 ms)
[ RUN ] SofaPython3/Sofa.all_tests/111_Sofa_Simulation_Node_test_getForceField
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.MechanicalLoad.dylib
----------------------------------------------------------------------
Ran 1 test in 0.026s
OK
[ OK ] SofaPython3/Sofa.all_tests/111_Sofa_Simulation_Node_test_getForceField (26 ms)
[ RUN ] SofaPython3/Sofa.all_tests/112_Sofa_Simulation_Node_test_getItem
----------------------------------------------------------------------
Ran 1 test in 0.002s
OK
[ OK ] SofaPython3/Sofa.all_tests/112_Sofa_Simulation_Node_test_getItem (1 ms)
[ RUN ] SofaPython3/Sofa.all_tests/113_Sofa_Simulation_Node_test_getLink
----------------------------------------------------------------------
Ran 1 test in 0.001s
OK
[ OK ] SofaPython3/Sofa.all_tests/113_Sofa_Simulation_Node_test_getLink (0 ms)
[ RUN ] SofaPython3/Sofa.all_tests/114_Sofa_Simulation_Node_test_getMass
----------------------------------------------------------------------
Ran 1 test in 0.001s
OK
[ OK ] SofaPython3/Sofa.all_tests/114_Sofa_Simulation_Node_test_getMass (1 ms)
[ RUN ] SofaPython3/Sofa.all_tests/115_Sofa_Simulation_Node_test_getMechanicalMapping
[WARNING] [Node(root)] Trying to add a BaseMechanicalState ('unnamed' [MechanicalObject] 0x159b70c00) into the Node '/', whereas it already contains one ('t1' [MechanicalObject] 0x159b68a00). Only one BaseMechanicalState is permitted in a Node. The previous BaseMechanicalState is replaced and the behavior is undefined.
[WARNING] [Node(root)] Trying to add a BaseState ('unnamed' [MechanicalObject] 0x159b70c00) into the Node '/', whereas it already contains one ('t1' [MechanicalObject] 0x159b68a00). Only one BaseState is permitted in a Node. The previous BaseState is replaced and the behavior is undefined.
----------------------------------------------------------------------
Ran 1 test in 0.002s
OK
[ OK ] SofaPython3/Sofa.all_tests/115_Sofa_Simulation_Node_test_getMechanicalMapping (1 ms)
[ RUN ] SofaPython3/Sofa.all_tests/116_Sofa_Simulation_Node_test_getMechanicalState
----------------------------------------------------------------------
Ran 1 test in 0.001s
OK
[ OK ] SofaPython3/Sofa.all_tests/116_Sofa_Simulation_Node_test_getMechanicalState (0 ms)
[ RUN ] SofaPython3/Sofa.all_tests/117_Sofa_Simulation_Node_test_getRoot
----------------------------------------------------------------------
Ran 1 test in 0.000s
OK
[ OK ] SofaPython3/Sofa.all_tests/117_Sofa_Simulation_Node_test_getRoot (0 ms)
[ RUN ] SofaPython3/Sofa.all_tests/118_Sofa_Simulation_Node_test_getRootPath
----------------------------------------------------------------------
Ran 1 test in 0.000s
OK
[ OK ] SofaPython3/Sofa.all_tests/118_Sofa_Simulation_Node_test_getRootPath (0 ms)
[ RUN ] SofaPython3/Sofa.all_tests/119_Sofa_Simulation_Node_test_hasObjectWithDefaultPythonFunction
----------------------------------------------------------------------
Ran 1 test in 0.001s
OK
[ OK ] SofaPython3/Sofa.all_tests/119_Sofa_Simulation_Node_test_hasObjectWithDefaultPythonFunction (0 ms)
[ RUN ] SofaPython3/Sofa.all_tests/120_Sofa_Simulation_Node_test_hasObjectWithFastPath
----------------------------------------------------------------------
Ran 1 test in 0.000s
OK
[ OK ] SofaPython3/Sofa.all_tests/120_Sofa_Simulation_Node_test_hasObjectWithFastPath (0 ms)
[ RUN ] SofaPython3/Sofa.all_tests/121_Sofa_Simulation_Node_test_init
TYPE: 100
----------------------------------------------------------------------
Ran 1 test in 0.001s
OK
[ OK ] SofaPython3/Sofa.all_tests/121_Sofa_Simulation_Node_test_init (1 ms)
[ RUN ] SofaPython3/Sofa.all_tests/122_Sofa_Simulation_Node_test_isInitialized
----------------------------------------------------------------------
Ran 1 test in 0.000s
OK
[ OK ] SofaPython3/Sofa.all_tests/122_Sofa_Simulation_Node_test_isInitialized (0 ms)
[ RUN ] SofaPython3/Sofa.all_tests/123_Sofa_Simulation_Node_test_kwargs_constructor
----------------------------------------------------------------------
Ran 1 test in 0.000s
OK
[ OK ] SofaPython3/Sofa.all_tests/123_Sofa_Simulation_Node_test_kwargs_constructor (0 ms)
[ RUN ] SofaPython3/Sofa.all_tests/124_Sofa_Simulation_Node_test_moveChild
----------------------------------------------------------------------
Ran 1 test in 0.000s
OK
[ OK ] SofaPython3/Sofa.all_tests/124_Sofa_Simulation_Node_test_moveChild (0 ms)
[ RUN ] SofaPython3/Sofa.all_tests/125_Sofa_Simulation_Node_test_objects_property
[WARNING] [Node(child1)] Trying to add a BaseMechanicalState ('unnamed' [MechanicalObject] 0x159b70c00) into the Node '/child1', whereas it already contains one ('name1' [MechanicalObject] 0x159b6ac00). Only one BaseMechanicalState is permitted in a Node. The previous BaseMechanicalState is replaced and the behavior is undefined.
[WARNING] [Node(child1)] Trying to add a BaseState ('unnamed' [MechanicalObject] 0x159b70c00) into the Node '/child1', whereas it already contains one ('name1' [MechanicalObject] 0x159b6ac00). Only one BaseState is permitted in a Node. The previous BaseState is replaced and the behavior is undefined.
[WARNING] [Node(child1)] Trying to add a BaseMechanicalState ('unnamed' [MechanicalObject] 0x159b73c00) into the Node '/child1', whereas it already contains one ('name2' [MechanicalObject] 0x159b70c00). Only one BaseMechanicalState is permitted in a Node. The previous BaseMechanicalState is replaced and the behavior is undefined.
[WARNING] [Node(child1)] Trying to add a BaseState ('unnamed' [MechanicalObject] 0x159b73c00) into the Node '/child1', whereas it already contains one ('name2' [MechanicalObject] 0x159b70c00). Only one BaseState is permitted in a Node. The previous BaseState is replaced and the behavior is undefined.
----------------------------------------------------------------------
Ran 1 test in 0.001s
OK
[ OK ] SofaPython3/Sofa.all_tests/125_Sofa_Simulation_Node_test_objects_property (1 ms)
[ RUN ] SofaPython3/Sofa.all_tests/126_Sofa_Simulation_Node_test_objects_property_contains_method
[WARNING] [Node(child1)] Trying to add a BaseMechanicalState ('unnamed' [MechanicalObject] 0x159b7be00) into the Node '/child1', whereas it already contains one ('name1' [MechanicalObject] 0x159b78e00). Only one BaseMechanicalState is permitted in a Node. The previous BaseMechanicalState is replaced and the behavior is undefined.
[WARNING] [Node(child1)] Trying to add a BaseState ('unnamed' [MechanicalObject] 0x159b7be00) into the Node '/child1', whereas it already contains one ('name1' [MechanicalObject] 0x159b78e00). Only one BaseState is permitted in a Node. The previous BaseState is replaced and the behavior is undefined.
----------------------------------------------------------------------
Ran 1 test in 0.001s
OK
[ OK ] SofaPython3/Sofa.all_tests/126_Sofa_Simulation_Node_test_objects_property_contains_method (1 ms)
[ RUN ] SofaPython3/Sofa.all_tests/127_Sofa_Simulation_Node_test_objects_property_remove_at_method
[WARNING] [Node(child1)] Trying to add a BaseMechanicalState ('unnamed' [MechanicalObject] 0x159b84000) into the Node '/child1', whereas it already contains one ('name1' [MechanicalObject] 0x159b81000). Only one BaseMechanicalState is permitted in a Node. The previous BaseMechanicalState is replaced and the behavior is undefined.
[WARNING] [Node(child1)] Trying to add a BaseState ('unnamed' [MechanicalObject] 0x159b84000) into the Node '/child1', whereas it already contains one ('name1' [MechanicalObject] 0x159b81000). Only one BaseState is permitted in a Node. The previous BaseState is replaced and the behavior is undefined.
----------------------------------------------------------------------
Ran 1 test in 0.001s
OK
[ OK ] SofaPython3/Sofa.all_tests/127_Sofa_Simulation_Node_test_objects_property_remove_at_method (1 ms)
[ RUN ] SofaPython3/Sofa.all_tests/128_Sofa_Simulation_Node_test_parents_property
----------------------------------------------------------------------
Ran 1 test in 0.000s
OK
[ OK ] SofaPython3/Sofa.all_tests/128_Sofa_Simulation_Node_test_parents_property (0 ms)
[ RUN ] SofaPython3/Sofa.all_tests/129_Sofa_Simulation_Node_test_removeChild
----------------------------------------------------------------------
Ran 1 test in 0.001s
OK
[ OK ] SofaPython3/Sofa.all_tests/129_Sofa_Simulation_Node_test_removeChild (0 ms)
[ RUN ] SofaPython3/Sofa.all_tests/130_Sofa_Simulation_Node_test_removeObject
[WARNING] [Node(child1)] Trying to add a BaseMechanicalState ('unnamed' [MechanicalObject] 0x159b98200) into the Node '/child1', whereas it already contains one ('obj1' [MechanicalObject] 0x159b95200). Only one BaseMechanicalState is permitted in a Node. The previous BaseMechanicalState is replaced and the behavior is undefined.
[WARNING] [Node(child1)] Trying to add a BaseState ('unnamed' [MechanicalObject] 0x159b98200) into the Node '/child1', whereas it already contains one ('obj1' [MechanicalObject] 0x159b95200). Only one BaseState is permitted in a Node. The previous BaseState is replaced and the behavior is undefined.
----------------------------------------------------------------------
Ran 1 test in 0.001s
OK
[ OK ] SofaPython3/Sofa.all_tests/130_Sofa_Simulation_Node_test_removeObject (1 ms)
[ RUN ] SofaPython3/Sofa.all_tests/131_Sofa_Simulation_Node_test_sendEvent
----------------------------------------------------------------------
Ran 1 test in 0.000s
OK
[ OK ] SofaPython3/Sofa.all_tests/131_Sofa_Simulation_Node_test_sendEvent (0 ms)
[ RUN ] SofaPython3/Sofa.all_tests/132_Sofa_Types_RGBAColor_test_constructor_default
----------------------------------------------------------------------
Ran 1 test in 0.000s
OK
[ OK ] SofaPython3/Sofa.all_tests/132_Sofa_Types_RGBAColor_test_constructor_default (0 ms)
[ RUN ] SofaPython3/Sofa.all_tests/133_Sofa_Types_RGBAColor_test_constructor_fromInvalidList
----------------------------------------------------------------------
Ran 1 test in 0.000s
OK
[ OK ] SofaPython3/Sofa.all_tests/133_Sofa_Types_RGBAColor_test_constructor_fromInvalidList (0 ms)
[ RUN ] SofaPython3/Sofa.all_tests/134_Sofa_Types_RGBAColor_test_constructor_fromList
----------------------------------------------------------------------
Ran 1 test in 0.000s
OK
[ OK ] SofaPython3/Sofa.all_tests/134_Sofa_Types_RGBAColor_test_constructor_fromList (0 ms)
[ RUN ] SofaPython3/Sofa.all_tests/135_Sofa_Types_RGBAColor_test_constructor_fromString
----------------------------------------------------------------------
Ran 1 test in 0.000s
OK
[ OK ] SofaPython3/Sofa.all_tests/135_Sofa_Types_RGBAColor_test_constructor_fromString (0 ms)
[ RUN ] SofaPython3/Sofa.all_tests/136_Sofa_Types_RGBAColor_test_lighten
----------------------------------------------------------------------
Ran 1 test in 0.000s
OK
[ OK ] SofaPython3/Sofa.all_tests/136_Sofa_Types_RGBAColor_test_lighten (0 ms)
[ RUN ] SofaPython3/Sofa.all_tests/137_Sofa_Types_BoundingBox_test_constructor
----------------------------------------------------------------------
Ran 1 test in 0.000s
OK
[ OK ] SofaPython3/Sofa.all_tests/137_Sofa_Types_BoundingBox_test_constructor (0 ms)
[ RUN ] SofaPython3/Sofa.all_tests/138_Sofa_Types_BoundingBox_test_getMax
----------------------------------------------------------------------
Ran 1 test in 0.000s
OK
[ OK ] SofaPython3/Sofa.all_tests/138_Sofa_Types_BoundingBox_test_getMax (0 ms)
[ RUN ] SofaPython3/Sofa.all_tests/139_Sofa_Types_BoundingBox_test_getMin
----------------------------------------------------------------------
Ran 1 test in 0.000s
OK
[ OK ] SofaPython3/Sofa.all_tests/139_Sofa_Types_BoundingBox_test_getMin (0 ms)
[ RUN ] SofaPython3/Sofa.all_tests/140_Sofa_Types_BoundingBox_test_setMax
----------------------------------------------------------------------
Ran 1 test in 0.000s
OK
[ OK ] SofaPython3/Sofa.all_tests/140_Sofa_Types_BoundingBox_test_setMax (0 ms)
[ RUN ] SofaPython3/Sofa.all_tests/141_Sofa_Types_BoundingBox_test_setMin
----------------------------------------------------------------------
Ran 1 test in 0.000s
OK
[ OK ] SofaPython3/Sofa.all_tests/141_Sofa_Types_BoundingBox_test_setMin (0 ms)
[ RUN ] SofaPython3/Sofa.all_tests/142_Sofa_Types_Vec3_test_constructor
----------------------------------------------------------------------
Ran 1 test in 0.000s
OK
[ OK ] SofaPython3/Sofa.all_tests/142_Sofa_Types_Vec3_test_constructor (0 ms)
[ RUN ] SofaPython3/Sofa.all_tests/143_Sofa_Types_Vec3_test_wrapAroundArray
----------------------------------------------------------------------
Ran 1 test in 0.001s
OK
[ OK ] SofaPython3/Sofa.all_tests/143_Sofa_Types_Vec3_test_wrapAroundArray (1 ms)
[ RUN ] SofaPython3/Sofa.all_tests/144_Sofa_Types_Vec3_test_wrapAroundSingleField
----------------------------------------------------------------------
Ran 1 test in 0.001s
OK
[ OK ] SofaPython3/Sofa.all_tests/144_Sofa_Types_Vec3_test_wrapAroundSingleField (0 ms)
[ RUN ] SofaPython3/Sofa.all_tests/145_Sofa_Types_Vec3_test_wrapInvalidSize
----------------------------------------------------------------------
Ran 1 test in 0.001s
OK
[ OK ] SofaPython3/Sofa.all_tests/145_Sofa_Types_Vec3_test_wrapInvalidSize (0 ms)
[----------] 146 tests from SofaPython3/Sofa (507 ms total)
[----------] Global test environment tear-down
[==========] 146 tests from 1 test suite ran. (508 ms total)
[ PASSED ] 146 tests.
[INFO] [SofaPython3.Simulation] Sofa.Simulation unload()
[INFO] [SofaPython3] Clearing Sofa.Core cache...
[INFO] [SofaPython3.Core] Sofa.Core unload()
[INFO] [SofaPython3.Helper] Sofa.Helper unload()
sed: 1: "s:[": unbalanced brackets ([])
------------------------------------------
Running unit-tests Bindings.SofaRuntime.Tests
Calling: bash -c "/Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/bin/Bindings.SofaRuntime.Tests --gtest_output=xml:unit-tests/Bindings.SofaRuntime.Tests/report.xml 2>&1"
[INFO] [SofaPython3] Initializing with python version 3.10.14 (main, Mar 19 2024, 21:46:16) [Clang 15.0.0 (clang-1500.1.0.2.5)]
[INFO] [SofaPython3] Registering a scene loader for [.py, .py3, .pyscn, .py3scn] files.
[INFO] [SofaPython3] Initializing python
[INFO] [SofaPython3] Added '/Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/external_directories/fetched/Registration/python' to sys.path
[INFO] [SofaPython3] Added '/Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/external_directories/fetched/BeamAdapter/examples/python3' to sys.path
[INFO] [SofaPython3] Added '/Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/python3/site-packages' to sys.path
---------------------------------------
Checking SOFA_ROOT and SOFAPYTHON3_ROOT
Using environment variable SOFA_ROOT: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build
---------------------------------------
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofaPython3.dylib
[INFO] [SofaPython3] Initializing with python version 3.10.14 (main, Mar 19 2024, 21:46:16) [Clang 15.0.0 (clang-1500.1.0.2.5)]
[INFO] [PythonTestExtractor] File 'Base.py' loaded with 2 unit tests.
[==========] Running 2 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 2 tests from SofaPython3/Sofa
[INFO] [SofaPython3] Initializing with python version 3.10.14 (main, Mar 19 2024, 21:46:16) [Clang 15.0.0 (clang-1500.1.0.2.5)]
[ RUN ] SofaPython3/Sofa.all_tests/0_SofaRuntime_Base_test_getCategoriesmethod
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.AnimationLoop.dylib
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.Collision.Geometry.dylib
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.Collision.Detection.Algorithm.dylib
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.Collision.Detection.Intersection.dylib
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.Collision.Detection.dylib
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.Collision.Response.Mapper.dylib
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.Collision.Response.Contact.dylib
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.Collision.Response.dylib
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.Collision.dylib
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.Constraint.Lagrangian.Correction.dylib
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.Constraint.Lagrangian.Model.dylib
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.Constraint.Lagrangian.Solver.dylib
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.Constraint.Lagrangian.dylib
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.Constraint.Projective.dylib
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.Constraint.dylib
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.Controller.dylib
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.Diffusion.dylib
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.Engine.Analyze.dylib
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.Engine.Generate.dylib
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.Engine.Select.dylib
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.Engine.Transform.dylib
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.Engine.dylib
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.Haptics.dylib
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.IO.Mesh.dylib
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.IO.dylib
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.LinearSolver.Ordering.dylib
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.LinearSolver.Direct.dylib
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.LinearSolver.Iterative.dylib
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.LinearSolver.Preconditioner.dylib
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.LinearSolver.dylib
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.LinearSystem.dylib
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.Mapping.Linear.dylib
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.Mapping.NonLinear.dylib
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.Mapping.dylib
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.Mass.dylib
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.MechanicalLoad.dylib
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.ODESolver.Backward.dylib
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.ODESolver.Forward.dylib
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.ODESolver.dylib
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.Playback.dylib
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.SceneUtility.dylib
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.Setting.dylib
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.SolidMechanics.FEM.Elastic.dylib
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.SolidMechanics.FEM.HyperElastic.dylib
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.SolidMechanics.FEM.NonUniform.dylib
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.SolidMechanics.FEM.dylib
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.SolidMechanics.Spring.dylib
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.SolidMechanics.TensorMass.dylib
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.SolidMechanics.dylib
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.StateContainer.dylib
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.Topology.Container.Constant.dylib
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.Topology.Container.Dynamic.dylib
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.Topology.Container.Grid.dylib
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.Topology.Container.dylib
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.Topology.Mapping.dylib
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.Topology.Utility.dylib
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.Topology.dylib
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.Visual.dylib
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofa.Component.dylib
----------------------------------------------------------------------
Ran 1 test in 0.282s
OK
[ OK ] SofaPython3/Sofa.all_tests/0_SofaRuntime_Base_test_getCategoriesmethod (281 ms)
[ RUN ] SofaPython3/Sofa.all_tests/1_SofaRuntime_Base_test_moduleImport
----------------------------------------------------------------------
Ran 1 test in 0.000s
OK
[ OK ] SofaPython3/Sofa.all_tests/1_SofaRuntime_Base_test_moduleImport (0 ms)
[----------] 2 tests from SofaPython3/Sofa (282 ms total)
[----------] Global test environment tear-down
[==========] 2 tests from 1 test suite ran. (282 ms total)
[ PASSED ] 2 tests.
[INFO] [SofaPython3.Simulation] Sofa.Simulation unload()
[INFO] [SofaPython3] Clearing Sofa.Core cache...
[INFO] [SofaPython3.Core] Sofa.Core unload()
[INFO] [SofaPython3.Helper] Sofa.Helper unload()
sed: 1: "s:[": unbalanced brackets ([])
------------------------------------------
Running unit-tests Bindings.SofaTypes.Tests
Calling: bash -c "/Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/bin/Bindings.SofaTypes.Tests --gtest_output=xml:unit-tests/Bindings.SofaTypes.Tests/report.xml 2>&1"
[INFO] [SofaPython3] Initializing with python version 3.10.14 (main, Mar 19 2024, 21:46:16) [Clang 15.0.0 (clang-1500.1.0.2.5)]
[INFO] [SofaPython3] Registering a scene loader for [.py, .py3, .pyscn, .py3scn] files.
[INFO] [SofaPython3] Initializing python
[INFO] [SofaPython3] Added '/Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/external_directories/fetched/Registration/python' to sys.path
[INFO] [SofaPython3] Added '/Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/external_directories/fetched/BeamAdapter/examples/python3' to sys.path
[INFO] [SofaPython3] Added '/Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/python3/site-packages' to sys.path
---------------------------------------
Checking SOFA_ROOT and SOFAPYTHON3_ROOT
Using environment variable SOFA_ROOT: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build
---------------------------------------
[INFO] [PluginManager] Loaded plugin: /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build/lib/libSofaPython3.dylib
[INFO] [SofaPython3] Initializing with python version 3.10.14 (main, Mar 19 2024, 21:46:16) [Clang 15.0.0 (clang-1500.1.0.2.5)]
[INFO] [PythonTestExtractor] File 'vector_test.py' loaded with 4 unit tests.
[==========] Running 4 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 4 tests from Batch/PythonTest
[INFO] [SofaPython3] Initializing with python version 3.10.14 (main, Mar 19 2024, 21:46:16) [Clang 15.0.0 (clang-1500.1.0.2.5)]
[ RUN ] Batch/PythonTest.all_tests/0_SofaTypes_vector_test_test_Accessors
----------------------------------------------------------------------
Ran 1 test in 0.001s
OK
[ OK ] Batch/PythonTest.all_tests/0_SofaTypes_vector_test_test_Accessors (1 ms)
[ RUN ] Batch/PythonTest.all_tests/1_SofaTypes_vector_test_test_Constructors
----------------------------------------------------------------------
Ran 1 test in 0.002s
OK
[ OK ] Batch/PythonTest.all_tests/1_SofaTypes_vector_test_test_Constructors (2 ms)
[ RUN ] Batch/PythonTest.all_tests/2_SofaTypes_vector_test_test_GeometricFunction
----------------------------------------------------------------------
Ran 1 test in 0.001s
OK
[ OK ] Batch/PythonTest.all_tests/2_SofaTypes_vector_test_test_GeometricFunction (0 ms)
[ RUN ] Batch/PythonTest.all_tests/3_SofaTypes_vector_test_test_Operators
----------------------------------------------------------------------
Ran 1 test in 0.002s
OK
[ OK ] Batch/PythonTest.all_tests/3_SofaTypes_vector_test_test_Operators (2 ms)
[----------] 4 tests from Batch/PythonTest (7 ms total)
[----------] Global test environment tear-down
[==========] 4 tests from 1 test suite ran. (7 ms total)
[ PASSED ] 4 tests.
[INFO] [SofaPython3.Simulation] Sofa.Simulation unload()
[INFO] [SofaPython3] Clearing Sofa.Core cache...
[INFO] [SofaPython3.Core] Sofa.Core unload()
[INFO] [SofaPython3.Helper] Sofa.Helper unload()
sed: 1: "s:[": unbalanced brackets ([])
Thread 1/4 (PID 13556) is done.
Waiting for thread 2/4 (PID 13557) to finish...
Thread 2/4 (PID 13557) is done.
Waiting for thread 3/4 (PID 13560) to finish...
Thread 3/4 (PID 13560) is done.
Waiting for thread 4/4 (PID 13563) to finish...
Thread 4/4 (PID 13563) is done.
Done.
/Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/ci/scripts/unit-tests.sh: line 458: kill: (-13354) - No such process
Testing summary:
- 74 test suite(s)
- 2741 test(s)
- 14 disabled test(s)
- 0 failure(s)
- 0 error(s)
GitHub reponse: {
"url": "https://api.github.com/repos/sofa-framework/sofa/statuses/e5356cf129c06f965f8ef56f4537d5c78bc889b4",
"avatar_url": "https://avatars.githubusercontent.com/u/19709165?v=4",
"id": 40181792637,
"node_id": "SC_kwDOA5Tkhs8AAAAJWwV_fQ",
"state": "success",
"description": "Build OK. FIXME: 0 unit",
"target_url": "https://ci.inria.fr/sofa-ci-dev/job/sofa-framework/job/PR-5743/CI_CONFIG=macos_clang,CI_PLUGINS=options,CI_TYPE=release/2/",
"context": "macos_clang_options",
"created_at": "2025-10-20T12:39:03Z",
"updated_at": "2025-10-20T12:39:03Z",
"creator": {
"login": "sofabot",
"id": 19709165,
"node_id": "MDQ6VXNlcjE5NzA5MTY1",
"avatar_url": "https://avatars.githubusercontent.com/u/19709165?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/sofabot",
"html_url": "https://github.com/sofabot",
"followers_url": "https://api.github.com/users/sofabot/followers",
"following_url": "https://api.github.com/users/sofabot/following{/other_user}",
"gists_url": "https://api.github.com/users/sofabot/gists{/gist_id}",
"starred_url": "https://api.github.com/users/sofabot/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/sofabot/subscriptions",
"organizations_url": "https://api.github.com/users/sofabot/orgs",
"repos_url": "https://api.github.com/users/sofabot/repos",
"events_url": "https://api.github.com/users/sofabot/events{/privacy}",
"received_events_url": "https://api.github.com/users/sofabot/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
}
}
Notify GitHub https://api.github.com/repos/sofa-framework/sofa/statuses/e5356cf129c06f965f8ef56f4537d5c78bc889b4 (not sent): [success] macos_clang_options - Build OK. FIXME: 0 unit
Notify Dashboard (sent - curl returned 0): fullbuild=false&sha=e5356cf129c06f965f8ef56f4537d5c78bc889b4&config=macos_clang_options&node=consortium-macos-2&job_url=https://ci.inria.fr/sofa-ci-dev/job/sofa-framework/job/PR-5743/CI_CONFIG=macos_clang,CI_PLUGINS=options,CI_TYPE=release/&build_url=https://ci.inria.fr/sofa-ci-dev/job/sofa-framework/job/PR-5743/CI_CONFIG=macos_clang,CI_PLUGINS=options,CI_TYPE=release/2/&tests_status=done&tests_suites=74&tests_total=2741&tests_disabled=14&tests_failures=0&tests_errors=0&tests_duration=160.94500000000002
[END] Unit tests (2025-10-20 14:39:03.475335) - took 100.100457 seconds
-------------------------------------------------------
[PostBuildScript] - [INFO] Executing post build scripts.
[PostBuildScript] - [INFO] build step #0 should only be executed on MATRIX
[src] $ bash /tmp/jenkins764262805861862993.sh
ENV VARS: load /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/ci/scripts/env/default
ENV VARS: load node specific /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/ci/scripts/env/consortium-macos-2
--------------- post-build.sh vars ---------------
BUILD_DIR = /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/build
CONFIG = macos_clang
PLATFORM = macos
COMPILER = clang
ARCHITECTURE = amd64
BUILD_TYPE = release
BUILD_OPTIONS = run-unit-tests report-to-github report-to-dashboard build-scope-full build-all-plugins
--------------------------------------------------
Dashboard env vars:
DASH_BASECOMMIT_HASH=63d0baa22b05531662db86b45c5b2e550273a225
DASH_COMMIT_AUTHOR=Themis Skamagkis
DASH_COMMIT_BRANCH=origin/PR-5743
DASH_COMMIT_DATE=1760961823
DASH_COMMIT_HASH=e5356cf129c06f965f8ef56f4537d5c78bc889b4
DASH_COMMIT_SUBJECT=Merge branch 'master' into improve-tests
DASH_CONFIG=macos_clang_options
DASH_DASHBOARD_URL=https://www.sofa-framework.org/dash/input.php
DASH_NOTIFY=true
---------------------
GitHub env vars:
GITHUB_BASECOMMIT_HASH=63d0baa22b05531662db86b45c5b2e550273a225
GITHUB_BASE_REF=master
GITHUB_COMMIT_AUTHOR=Themis Skamagkis
GITHUB_COMMIT_DATE=1760961823
GITHUB_COMMIT_HASH=e5356cf129c06f965f8ef56f4537d5c78bc889b4
GITHUB_COMMIT_MESSAGE=Merge branch 'master' into improve-tests
GITHUB_CONTEXT=macos_clang_options
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/PR-5743/CI_CONFIG=macos_clang,CI_PLUGINS=options,CI_TYPE=release/2/
---------------------
----------- statuses -----------
tests_status = done
scenes_status = disabled
regressions_status = disabled
---------------------------------
Notify Dashboard (sent - curl returned 0): fullbuild=false&sha=e5356cf129c06f965f8ef56f4537d5c78bc889b4&config=macos_clang_options&node=consortium-macos-2&job_url=https://ci.inria.fr/sofa-ci-dev/job/sofa-framework/job/PR-5743/CI_CONFIG=macos_clang,CI_PLUGINS=options,CI_TYPE=release/&build_url=https://ci.inria.fr/sofa-ci-dev/job/sofa-framework/job/PR-5743/CI_CONFIG=macos_clang,CI_PLUGINS=options,CI_TYPE=release/2/&tests_status=done&scenes_status=disabled®ressions_status=disabled
BUILD_RESULT = SUCCESS
----------- WORKSPACE -----------
total 516
drwxr-xr-x 28 ci staff 896 Oct 20 14:32 .
drwxr-xr-x 7 ci staff 224 Oct 20 14:39 ..
-rw-r--r-- 1 ci staff 4525 Oct 20 14:04 .clang-format
-rw-r--r-- 1 ci staff 136 Oct 20 14:04 .codespellrc
drwxr-xr-x 13 ci staff 416 Oct 20 14:33 .git
-rw-r--r-- 1 ci staff 321 Oct 20 14:04 .gitattributes
drwxr-xr-x 6 ci staff 192 Oct 20 14:04 .github
-rw-r--r-- 1 ci staff 1117 Oct 20 14:04 .gitignore
-rw-r--r-- 1 ci staff 3015 Oct 20 14:04 Authors.txt
-rw-r--r-- 1 ci staff 402076 Oct 20 14:04 CHANGELOG.md
-rw-r--r-- 1 ci staff 19351 Oct 20 14:04 CMakeLists.txt
-rw-r--r-- 1 ci staff 9294 Oct 20 14:04 CMakePresets.json
-rw-r--r-- 1 ci staff 10069 Oct 20 14:04 CONTRIBUTING.md
-rw-r--r-- 1 ci staff 7418 Oct 20 14:04 GUIDELINES.md
-rw-r--r-- 1 ci staff 26526 Oct 20 14:04 LICENSE-LGPL.md
-rw-r--r-- 1 ci staff 4028 Oct 20 14:04 README.md
drwxr-xr-x 7 ci staff 224 Oct 20 14:04 Sofa
drwxr-xr-x 6 ci staff 192 Oct 20 14:04 applications
drwxr-xr-x 3 ci staff 96 Oct 20 14:04 cmake
drwxr-xr-x 12 ci staff 384 Oct 20 14:04 examples
drwxr-xr-x 6 ci staff 192 Oct 20 14:04 extlibs
-rw-r--r-- 1 ci staff 2918 Oct 20 14:04 flake.lock
-rw-r--r-- 1 ci staff 1200 Oct 20 14:04 flake.nix
-rw-r--r-- 1 ci staff 1648 Oct 20 14:04 package.nix
lrwxr-xr-x 1 ci staff 78 Oct 20 14:32 parent_dir -> /Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release
drwxr-xr-x 7 ci staff 224 Oct 20 14:04 scripts
drwxr-xr-x 8 ci staff 256 Oct 20 14:04 share
drwxr-xr-x 3 ci staff 96 Oct 20 14:04 tools
---------------------------------
[src] $ bash /tmp/CommandInterpreterCondition16815282243955765044.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/CommandInterpreterCondition10873334448418805623.sh
Searching for output file like parent_dir/build/make-output-fullbuild-clang*.txt
Run condition [Execute Shell] preventing perform for step [[Record compiler warnings and static analysis results]]
[src] $ bash /tmp/CommandInterpreterCondition833702618665769522.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/CommandInterpreterCondition1632849788160492816.sh
Run condition [Execute Shell] enabling perform for step [[Record compiler warnings and static analysis results]]
[SceneTest Warnings] [-ERROR-] Errors during parsing
[SceneTest Warnings] [-ERROR-] No files found for pattern 'parent_dir/build/scene-tests/reports/warnings.txt'. Configuration error?
[SceneTest Warnings] Searching for all files in '/Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/src' that match the pattern 'parent_dir/build/scene-tests/reports/warnings.txt'
[SceneTest Warnings] Traversing of symbolic links: enabled
[SceneTest Warnings] Skipping post processing
[SceneTest Warnings] No filter has been set, publishing all 0 issues
[SceneTest Warnings] Repository miner is not configured, skipping repository mining
[SceneTest Warnings] Searching for all files in '/Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/src' that match the pattern 'parent_dir/build/scene-tests/reports/warnings.txt'
[SceneTest Warnings] Traversing of symbolic links: enabled
[SceneTest Warnings] Skipping post processing
[SceneTest Warnings] No filter has been set, publishing all 0 issues
[SceneTest Warnings] Repository miner is not configured, skipping repository mining
[SceneTest Warnings] [-ERROR-] Errors during parsing
[SceneTest Warnings] [-ERROR-] No files found for pattern 'parent_dir/build/scene-tests/reports/warnings.txt'. Configuration error?
[SceneTest Warnings] Reference build recorder is not configured
[SceneTest Warnings] No valid reference build found
[SceneTest Warnings] All reported issues will be considered outstanding
[SceneTest Warnings] No quality gates have been set - skipping
[SceneTest Warnings] Health report is disabled - skipping
[SceneTest Warnings] Created analysis result for 0 issues (found 0 new issues, fixed 0 issues)
[SceneTest Warnings] Attaching ResultAction with ID 'SceneTestWarnings' to build 'sofa-framework/PR-5743/CI_CONFIG=macos_clang,CI_PLUGINS=options,CI_TYPE=release #2'.
[Checks API] No suitable checks publisher found.
[SceneTest Errors] [-ERROR-] Errors during parsing
[SceneTest Errors] [-ERROR-] No files found for pattern 'parent_dir/build/scene-tests/reports/errors.txt'. Configuration error?
[SceneTest Errors] Searching for all files in '/Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/src' that match the pattern 'parent_dir/build/scene-tests/reports/errors.txt'
[SceneTest Errors] Traversing of symbolic links: enabled
[SceneTest Errors] Skipping post processing
[SceneTest Errors] No filter has been set, publishing all 0 issues
[SceneTest Errors] Repository miner is not configured, skipping repository mining
[SceneTest Errors] Searching for all files in '/Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/src' that match the pattern 'parent_dir/build/scene-tests/reports/errors.txt'
[SceneTest Errors] Traversing of symbolic links: enabled
[SceneTest Errors] Skipping post processing
[SceneTest Errors] No filter has been set, publishing all 0 issues
[SceneTest Errors] Repository miner is not configured, skipping repository mining
[SceneTest Errors] [-ERROR-] Errors during parsing
[SceneTest Errors] [-ERROR-] No files found for pattern 'parent_dir/build/scene-tests/reports/errors.txt'. Configuration error?
[SceneTest Errors] Reference build recorder is not configured
[SceneTest Errors] No valid reference build found
[SceneTest Errors] All reported issues will be considered outstanding
[SceneTest Errors] No quality gates have been set - skipping
[SceneTest Errors] Health report is disabled - skipping
[SceneTest Errors] Created analysis result for 0 issues (found 0 new issues, fixed 0 issues)
[SceneTest Errors] Attaching ResultAction with ID 'SceneTestErrors' to build 'sofa-framework/PR-5743/CI_CONFIG=macos_clang,CI_PLUGINS=options,CI_TYPE=release #2'.
[Checks API] No suitable checks publisher found.
[SceneTest Crashes] [-ERROR-] Errors during parsing
[SceneTest Crashes] [-ERROR-] No files found for pattern 'parent_dir/build/scene-tests/reports/crashes.txt'. Configuration error?
[SceneTest Crashes] Searching for all files in '/Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/src' that match the pattern 'parent_dir/build/scene-tests/reports/crashes.txt'
[SceneTest Crashes] Traversing of symbolic links: enabled
[SceneTest Crashes] Skipping post processing
[SceneTest Crashes] No filter has been set, publishing all 0 issues
[SceneTest Crashes] Repository miner is not configured, skipping repository mining
[SceneTest Crashes] Searching for all files in '/Users/ci/Jenkins/workspace/sofa-framework/PR-5743/macos_clang_options_release/src' that match the pattern 'parent_dir/build/scene-tests/reports/crashes.txt'
[SceneTest Crashes] Traversing of symbolic links: enabled
[SceneTest Crashes] Skipping post processing
[SceneTest Crashes] No filter has been set, publishing all 0 issues
[SceneTest Crashes] Repository miner is not configured, skipping repository mining
[SceneTest Crashes] [-ERROR-] Errors during parsing
[SceneTest Crashes] [-ERROR-] No files found for pattern 'parent_dir/build/scene-tests/reports/crashes.txt'. Configuration error?
[SceneTest Crashes] Reference build recorder is not configured
[SceneTest Crashes] No valid reference build found
[SceneTest Crashes] All reported issues will be considered outstanding
[SceneTest Crashes] No quality gates have been set - skipping
[SceneTest Crashes] Health report is disabled - skipping
[SceneTest Crashes] Created analysis result for 0 issues (found 0 new issues, fixed 0 issues)
[SceneTest Crashes] Attaching ResultAction with ID 'SceneTestCrashes' to build 'sofa-framework/PR-5743/CI_CONFIG=macos_clang,CI_PLUGINS=options,CI_TYPE=release #2'.
[Checks API] No suitable checks publisher found.
[src] $ bash /tmp/CommandInterpreterCondition8332003869477135788.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/CommandInterpreterCondition7962040459673004158.sh
Searching for files to archive as artifacts
Run condition [Execute Shell] preventing perform for step [[Archive the artifacts]]
Finished: SUCCESS