Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- kosmik2001@Nekrobook ~ $ gdb --args freecad --run-test 0
- GNU gdb (Gentoo 11.2 vanilla) 11.2
- Copyright (C) 2022 Free Software Foundation, Inc.
- License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
- This is free software: you are free to change and redistribute it.
- There is NO WARRANTY, to the extent permitted by law.
- Type "show copying" and "show warranty" for details.
- This GDB was configured as "x86_64-pc-linux-gnu".
- Type "show configuration" for configuration details.
- For bug reporting instructions, please see:
- <https://bugs.gentoo.org/>.
- Find the GDB manual and other documentation resources online at:
- <http://www.gnu.org/software/gdb/documentation/>.
- For help, type "help".
- Type "apropos word" to search for commands related to "word"...
- Reading symbols from freecad...
- Reading symbols from /usr/lib/debug//usr/lib64/freecad/bin/FreeCAD.debug...
- (gdb) run
- Starting program: /usr/bin/freecad --run-test 0
- [Thread debugging using libthread_db enabled]
- Using host libthread_db library "/lib64/libthread_db.so.1".
- FreeCAD 0.20.1, Libs: 0.20.1RUnknown
- © Juergen Riegel, Werner Mayer, Yorik van Havre and others 2001-2022
- FreeCAD is free and open-source software licensed under the terms of LGPL2+ license.
- FreeCAD wouldn't be possible without FreeCAD community.
- ##### #### ### ####
- # # # # # #
- # ## #### #### # # # # #
- #### # # # # # # # ##### # #
- # # #### #### # # # # #
- # # # # # # # # # ## ## ##
- # # #### #### ### # # #### ## ## ##
- [New Thread 0x7fffdd475640 (LWP 11857)]
- [New Thread 0x7fffd71ff640 (LWP 11858)]
- [New Thread 0x7fffd69fe640 (LWP 11859)]
- [New Thread 0x7fffd606d640 (LWP 11860)]
- [Detaching after vfork from child process 11864]
- [Detaching after vfork from child process 11865]
- [New Thread 0x7fffae89d640 (LWP 11874)]
- [Detaching after fork from child process 11875]
- [Detaching after fork from child process 11876]
- [New Thread 0x7fffae09c640 (LWP 11877)]
- [New Thread 0x7fffad89b640 (LWP 11878)]
- [New Thread 0x7fffad09a640 (LWP 11879)]
- [New Thread 0x7fffac899640 (LWP 11880)]
- [New Thread 0x7fff9ffff640 (LWP 11881)]
- [New Thread 0x7fff9f7fe640 (LWP 11882)]
- [New Thread 0x7fff9effd640 (LWP 11883)]
- [New Thread 0x7fff9e7fc640 (LWP 11885)]
- [New Thread 0x7fff9dffb640 (LWP 11888)]
- [New Thread 0x7fff9d7fa640 (LWP 11889)]
- [New Thread 0x7fff9cff9640 (LWP 11890)]
- [New Thread 0x7fff7bfff640 (LWP 11891)]
- [New Thread 0x7fff7b7fe640 (LWP 11892)]
- [New Thread 0x7fff7affd640 (LWP 11893)]
- import TestFemImport
- import TestObjectExistance
- import TestFemCommon
- import TestObjectCreate
- import TestObjectType
- import TestObjectOpen
- import TestMaterialUnits
- import TestMeshCommon
- import TestMeshEleTetra10
- import TestMeshGroups
- import TestResult
- import TestCcxTools
- import TestSolverCalculix
- import TestSolverElmer
- import TestSolverZ88
- import TestObjectOpen
- testAggregates (TestSpreadsheet.SpreadsheetCases)
- <Spreadsheet> Cell.cpp(645): Unnamed#Spreadsheet001.H6: Quantity::operator +=(): Unit mismatch in plus operation
- <Spreadsheet> Cell.cpp(645): Unnamed#Spreadsheet001.H5: Quantity::operator -(): Unit mismatch in minus operation
- <Spreadsheet> Cell.cpp(645): Unnamed#Spreadsheet001.H3: Quantity::operator >(): quantities need to have same unit to compare
- <Spreadsheet> Cell.cpp(645): Unnamed#Spreadsheet001.H2: Quantity::operator <(): quantities need to have same unit to compare
- <Spreadsheet> Cell.cpp(645): Unnamed#Spreadsheet001.H1: Quantity::operator +=(): Unit mismatch in plus operation
- <Spreadsheet> Cell.cpp(645): Unnamed#Spreadsheet001.D1: Invalid number of entries: at least two required.
- Recompute failed! Please check report view.
- Test all aggregate functions ... ok
- testAlias (TestSpreadsheet.SpreadsheetCases)
- Playing with aliases ... ok
- testAmbiguousAlias (TestSpreadsheet.SpreadsheetCases)
- Try to set the same alias twice (bug #2402) ... ok
- [Thread 0x7fff7bfff640 (LWP 11891) exited]
- [Thread 0x7fff9cff9640 (LWP 11890) exited]
- testBindAcrossSheets (TestSpreadsheet.SpreadsheetCases) ... ok
- testBindHiddenRefAcrossSheets (TestSpreadsheet.SpreadsheetCases) ... ok
- testClearAlias (TestSpreadsheet.SpreadsheetCases)
- This was causing a crash ... ok
- testCrossDocumentLinks (TestSpreadsheet.SpreadsheetCases)
- Expressions across files are not saved (bug #2442) ... ok
- [Thread 0x7fffad89b640 (LWP 11878) exited]
- [Thread 0x7fffac899640 (LWP 11880) exited]
- testCrossLinkEmptyPropertyName (TestSpreadsheet.SpreadsheetCases) ... ERROR
- testExpressionWithAlias (TestSpreadsheet.SpreadsheetCases) ... ok
- testFixPR6843 (TestSpreadsheet.SpreadsheetCases) ... ok
- testFunctions (TestSpreadsheet.SpreadsheetCases)
- <Spreadsheet> Cell.cpp(645): Unnamed#Spreadsheet.C27: Units must be equal.
- in expression: cath(7.071067811865476mm; 5mm; 4)
- <Spreadsheet> Cell.cpp(645): Unnamed#Spreadsheet.C26: Units must be equal.
- in expression: cath(5mm; 3)
- <Spreadsheet> Cell.cpp(645): Unnamed#Spreadsheet.C24: Units must be equal.
- in expression: hypot(3mm; 4; 5)
- <Spreadsheet> Cell.cpp(645): Unnamed#Spreadsheet.C23: Units must be equal.
- in expression: hypot(3mm; 4)
- <Spreadsheet> Cell.cpp(645): Unnamed#Spreadsheet.D21: Exponent is not allowed to have a unit.
- in expression: pow(7mm; 4mm)
- <Spreadsheet> Cell.cpp(645): Unnamed#Spreadsheet.C20: Units must be equal.
- in expression: atan2(3mm; 3)
- <Spreadsheet> Cell.cpp(645): Unnamed#Spreadsheet.B17: Unit must be empty.
- in expression: tanh(0.5mm)
- <Spreadsheet> Cell.cpp(645): Unnamed#Spreadsheet.B16: Unit must be empty.
- in expression: cosh(0.5mm)
- <Spreadsheet> Cell.cpp(645): Unnamed#Spreadsheet.B15: Unit must be empty.
- in expression: sinh(0.5mm)
- <Spreadsheet> Cell.cpp(645): Unnamed#Spreadsheet.B14: Unit must be empty.
- in expression: atan(0.5mm)
- <Spreadsheet> Cell.cpp(645): Unnamed#Spreadsheet.B13: Unit must be empty.
- in expression: acos(0.5mm)
- <Spreadsheet> Cell.cpp(645): Unnamed#Spreadsheet.B12: Unit must be empty.
- in expression: asin(0.5mm)
- <Spreadsheet> Cell.cpp(645): Unnamed#Spreadsheet.C7: Unit must be empty.
- in expression: log10(-3mm)
- <Spreadsheet> Cell.cpp(645): Unnamed#Spreadsheet.C6: Unit must be empty.
- in expression: log(-3mm)
- <Spreadsheet> Cell.cpp(645): Unnamed#Spreadsheet.C5: Unit must be empty.
- in expression: exp(-3mm)
- Recompute failed! Please check report view.
- Test all built-in simple functions ... ok
- testInsertColumnsAlias (TestSpreadsheet.SpreadsheetCases)
- Regression test for issue 4429; insert columns to sheet with aliases ... ok
- testInsertRows (TestSpreadsheet.SpreadsheetCases)
- Inserting rows -- check renaming of internal cells ... ok
- testInsertRowsAlias (TestSpreadsheet.SpreadsheetCases)
- Regression test for issue 4429; insert rows to sheet with aliases ... ok
- testInvoluteGear (TestSpreadsheet.SpreadsheetCases)
- Support of boolean or integer values ... ok
- testIssue3128 (TestSpreadsheet.SpreadsheetCases)
- Regression test for issue 3128; mod should work with arbitrary units for both arguments ... ok
- testIssue3225 (TestSpreadsheet.SpreadsheetCases)
- Inserting rows -- check renaming of internal cells ... ok
- testIssue3363 (TestSpreadsheet.SpreadsheetCases)
- Regression test for issue 3363; Nested conditionals statement fails with additional conditional statement in false-branch ... ok
- testIssue3432 (TestSpreadsheet.SpreadsheetCases)
- Regression test for issue 3432; numbers with units are ignored from aggregates ... ok
- testIssue4156 (TestSpreadsheet.SpreadsheetCases)
- Regression test for issue 4156; necessarily use of leading '=' to enter an expression, creates inconsistent behavior depending on the spreadsheet state ... ok
- testIssue6840 (TestSpreadsheet.SpreadsheetCases) ... ok
- testIssue6844 (TestSpreadsheet.SpreadsheetCases) ... ok
- testMatrix (TestSpreadsheet.SpreadsheetCases)
- <Spreadsheet> Cell.cpp(645): Unnamed#Spreadsheet.H2: Cannot invert singular matrix
- in expression: G2 ^ -1
- Recompute failed! Please check report view.
- Test Matrix/Vector/Placement/Rotation operations ... ok
- testMergeCells (TestSpreadsheet.SpreadsheetCases) ... ok
- testMergeCellsAndBind (TestSpreadsheet.SpreadsheetCases) ... ok
- testNumbers (TestSpreadsheet.SpreadsheetCases)
- Test different numbers ... ok
- testPlacementName (TestSpreadsheet.SpreadsheetCases)
- Object name is equal to property name (bug #2389) ... ok
- testPrecedence (TestSpreadsheet.SpreadsheetCases)
- [New Thread 0x7fffac899640 (LWP 11984)]
- Precedence -- test precedence for relational operators and conditional operator. ... ok
- testQuantitiesAndFractionsAsNumbers (TestSpreadsheet.SpreadsheetCases)
- Test quantities and simple fractions as numbers ... ok
- testRelationalOperators (TestSpreadsheet.SpreadsheetCases)
- Test relational operators ... ok
- testRemoveColumnsAlias (TestSpreadsheet.SpreadsheetCases)
- Regression test for issue 4429; remove columns from sheet with aliases ... ok
- testRemoveColumnsAliasReuseName (TestSpreadsheet.SpreadsheetCases)
- Regression test for issue 4492; deleted aliases remains in database ... ok
- testRemoveRows (TestSpreadsheet.SpreadsheetCases)
- Removing rows -- check renaming of internal cells ... ok
- testRemoveRowsAlias (TestSpreadsheet.SpreadsheetCases)
- Regression test for issue 4429; remove rows from sheet with aliases ... ok
- testRemoveRowsAliasReuseName (TestSpreadsheet.SpreadsheetCases)
- Regression test for issue 4492; deleted aliases remains in database ... ok
- testRenameAlias (TestSpreadsheet.SpreadsheetCases)
- Test renaming of alias1 to alias2 in a spreadsheet ... ok
- testRenameAlias2 (TestSpreadsheet.SpreadsheetCases)
- Test renaming of alias1 to alias2 in a spreadsheet, when referenced from another object ... ok
- testRenameAlias3 (TestSpreadsheet.SpreadsheetCases)
- Test renaming of document object referenced from another object ... ok
- testSetInvalidAlias (TestSpreadsheet.SpreadsheetCases)
- Try to use a cell address as alias name ... ok
- testSetInvalidAlias2 (TestSpreadsheet.SpreadsheetCases)
- Try to use a unit (reserved word) as alias name ... ok
- testSketcher (TestSpreadsheet.SpreadsheetCases)
- [New Thread 0x7fffad89b640 (LWP 12015)]
- [Thread 0x7fffad89b640 (LWP 12015) exited]
- [New Thread 0x7fffad89b640 (LWP 12016)]
- [Thread 0x7fffad89b640 (LWP 12016) exited]
- [New Thread 0x7fffad89b640 (LWP 12017)]
- [Thread 0x7fffad89b640 (LWP 12017) exited]
- [New Thread 0x7fffad89b640 (LWP 12018)]
- [Thread 0x7fffad89b640 (LWP 12018) exited]
- Mixup of Label and Name (bug #2407) ... ok
- testUndoAliasCreationReuseName (TestSpreadsheet.SpreadsheetCases)
- Test deleted aliases by undo remains in database ... ok
- testUnits (TestSpreadsheet.SpreadsheetCases)
- Units -- test unit calculations. ... ok
- testAngle (BaseTests.AlgebraTestCase) ... ok
- testAngleWithNullVector (BaseTests.AlgebraTestCase) ... ok
- testBounding (BaseTests.AlgebraTestCase) ... ok
- testInverted (BaseTests.AlgebraTestCase) ... ok
- testMatrix (BaseTests.AlgebraTestCase) ... ok
- testRotAndMoveMatrix (BaseTests.AlgebraTestCase) ... ok
- testRotation (BaseTests.AlgebraTestCase) ... ok
- testVector2d (BaseTests.AlgebraTestCase) ... ok
- testYawPitchRoll (BaseTests.AlgebraTestCase) ... ok
- [New Thread 0x7fffad89b640 (LWP 12022)]
- [New Thread 0x7fff9cff9640 (LWP 12023)]
- [New Thread 0x7fff7bfff640 (LWP 12024)]
- [New Thread 0x7fff68a1c640 (LWP 12025)]
- [New Thread 0x7fff6821b640 (LWP 12026)]
- [New Thread 0x7fff67a1a640 (LWP 12027)]
- [New Thread 0x7fff67219640 (LWP 12028)]
- [New Thread 0x7fff66a18640 (LWP 12029)]
- [New Thread 0x7fff66217640 (LWP 12030)]
- [New Thread 0x7fff65a16640 (LWP 12031)]
- testAsynchronPrintFromThread (BaseTests.ConsoleTestCase) ... Call from Python thread (not synchronized): count=1
- Call from Python thread (not synchronized): count=2
- Call from Python thread (not synchronized): count=3
- [Thread 0x7fff7bfff640 (LWP 12024) exited]
- [Thread 0x7fff9cff9640 (LWP 12023) exited]
- Call from Python thread (not synchronized): count=4
- [Thread 0x7fff68a1c640 (LWP 12025) exited]
- [Thread 0x7fff6821b640 (LWP 12026) exited]
- Call from Python thread (not synchronized): count=5
- [Thread 0x7fff67a1a640 (LWP 12027) exited]
- Call from Python thread (not synchronized): count=6
- [Thread 0x7fff67219640 (LWP 12028) exited]
- Call from Python thread (not synchronized): count=7
- Call from Python thread (not synchronized): count=8
- [Thread 0x7fff66217640 (LWP 12030) exited]
- Call from Python thread (not synchronized): count=9
- [Thread 0x7fff66a18640 (LWP 12029) exited]
- Call from Python thread (not synchronized): count=10
- [Thread 0x7fff65a16640 (LWP 12031) exited]
- [Thread 0x7fffad89b640 (LWP 12022) exited]
- 10
- ok
- testPrint (BaseTests.ConsoleTestCase) ... Printing message
- Printing error
- Printing warning
- ok
- [New Thread 0x7fffad89b640 (LWP 12045)]
- [New Thread 0x7fff65a16640 (LWP 12046)]
- [New Thread 0x7fff66217640 (LWP 12047)]
- [New Thread 0x7fff66a18640 (LWP 12048)]
- [New Thread 0x7fff9cff9640 (LWP 12049)]
- [New Thread 0x7fff7bfff640 (LWP 12050)]
- [New Thread 0x7fff68a1c640 (LWP 12051)]
- testSynchronPrintFromThread (BaseTests.ConsoleTestCase) ... Call from Python thread: count=1
- Call from Python thread: count=2
- Call from Python thread: count=3
- [Thread 0x7fff66217640 (LWP 12047) exited]
- [Thread 0x7fff65a16640 (LWP 12046) exited]
- Call from Python thread: count=4
- Call from Python thread: count=5
- [Thread 0x7fff68a1c640 (LWP 12051) exited]
- Call from Python thread: count=6
- [Thread 0x7fff9cff9640 (LWP 12049) exited]
- [Thread 0x7fffad89b640 (LWP 12045) exited]
- [New Thread 0x7fffad89b640 (LWP 12052)]
- [Thread 0x7fff7bfff640 (LWP 12050) exited]
- [New Thread 0x7fff7bfff640 (LWP 12053)]
- [New Thread 0x7fff9cff9640 (LWP 12054)]
- Call from Python thread: count=7
- Call from Python thread: count=8
- [Thread 0x7fffad89b640 (LWP 12052) exited]
- [Thread 0x7fff66a18640 (LWP 12048) exited]
- Call from Python thread: count=9
- [Thread 0x7fff7bfff640 (LWP 12053) exited]
- Call from Python thread: count=10
- [Thread 0x7fff9cff9640 (LWP 12054) exited]
- 10
- ok
- [Thread 0x7fff9ffff640 (LWP 11881) exited]
- testAddition (BaseTests.MatrixTestCase) ... ok
- testAnything (BaseTests.MatrixTestCase) ... ok
- testColRow (BaseTests.MatrixTestCase) ... ok
- testMatrix (BaseTests.MatrixTestCase) ... ok
- testMatrixPlacementMatrix (BaseTests.MatrixTestCase) ... ok
- testMinus (BaseTests.MatrixTestCase) ... ok
- testMultLeftOrRight (BaseTests.MatrixTestCase) ... ok
- testNull (BaseTests.MatrixTestCase) ... ok
- testNumberProtocol (BaseTests.MatrixTestCase) ... ok
- testOrder (BaseTests.MatrixTestCase) ... ok
- testPlacement (BaseTests.MatrixTestCase) ... ok
- testPower (BaseTests.MatrixTestCase) ... ok
- testRotation (BaseTests.MatrixTestCase) ... ok
- testScalar (BaseTests.MatrixTestCase) ... ok
- testScale (BaseTests.MatrixTestCase) ... ok
- testShearing (BaseTests.MatrixTestCase) ... ok
- testTrace (BaseTests.MatrixTestCase) ... ok
- testUnity (BaseTests.MatrixTestCase) ... ok
- testVector (BaseTests.MatrixTestCase) ... ok
- testVectorMult (BaseTests.MatrixTestCase) ... ok
- testBool (BaseTests.ParameterTestCase) ... ok
- testExportImport (BaseTests.ParameterTestCase) ... ok
- testFloat (BaseTests.ParameterTestCase) ... ok
- testGroup (BaseTests.ParameterTestCase) ... ok
- testGroupNames (BaseTests.ParameterTestCase) ... ok
- testInt (BaseTests.ParameterTestCase) ... ok
- testNesting (BaseTests.ParameterTestCase) ... ok
- testString (BaseTests.ParameterTestCase) ... ok
- testConversions (UnitTests.UnitBasicCases) ... ok
- testDivide (UnitTests.UnitBasicCases) ... ok
- testEnergy (UnitTests.UnitBasicCases) ... ok
- testImperial (UnitTests.UnitBasicCases) ... ok
- testIssue6735 (UnitTests.UnitBasicCases) ... ok
- testQuantity (UnitTests.UnitBasicCases) ... ok
- testSchemeTranslation (UnitTests.UnitBasicCases) ... b'10.0 mm : 9.524999999999999 mm : 3/8" : CentiMetre : Building US (ft-in/sqft/cft)'
- b'100.0 mm : 98.425 mm : 3+7/8" : DeciMetre : Building US (ft-in/sqft/cft)'
- b'1000000.0 mm : 1000001.175 mm : 3280\' 10+1/8" : KiloMetre : Building US (ft-in/sqft/cft)'
- b'1000000.0 kg/s^2 : 999999.5503821528 kg/s^2 : 5710,1466608456139511 lbf/in : MegaNewtonPerMeter : US customary (in/lb)'
- b'1000000.0 kg/s^2 : 999999.5503821528 kg/s^2 : 5710,1466608456139511 lbf/in : MegaNewtonPerMeter : Imperial decimal (in/lb)'
- b'1000000.0 kg/s^2 : 999999.5503821528 kg/s^2 : 5710,1466608456139511 lbf/in : MegaNewtonPerMeter : Imperial for Civil Eng (ft, ft/sec)'
- b'1000.0 mm : 1000.1250000000001 mm : 3\' 3+3/8" : Metre : Building US (ft-in/sqft/cft)'
- b'1.0 mm : 0.0 : 0 : MilliMetre : Building US (ft-in/sqft/cft)'
- b'0.0254 mm : 0.0 : 0 : Thou : Building US (ft-in/sqft/cft)'
- ok
- testSchemes (UnitTests.UnitBasicCases) ... ok
- testSelfConsistency (UnitTests.UnitBasicCases) ... ok
- testToString (UnitTests.UnitBasicCases) ... ok
- testTrigonometric (UnitTests.UnitBasicCases) ... ok
- testVoltage (UnitTests.UnitBasicCases) ... ok
- testIssue0003323 (Document.DocumentBacklinks) ... ok
- testAbortTransaction (Document.DocumentBasicCases) ... ok
- testAccessByNameOrID (Document.DocumentBasicCases) ... ok
- testAddRemove (Document.DocumentBasicCases) ... ok
- testAddRemoveUndo (Document.DocumentBasicCases) ... ok
- testAddition (Document.DocumentBasicCases) ... ok
- testAttributeOfDynamicProperty (Document.DocumentBasicCases) ... ok
- testCreateDestroy (Document.DocumentBasicCases) ... ok
- testDuplicateLinks (Document.DocumentBasicCases) ... ok
- testEnum (Document.DocumentBasicCases) ... ok
- testExtensionBug0002785 (Document.DocumentBasicCases) ... ok
- testExtensionBugViewProvider (Document.DocumentBasicCases) ... ok
- testExtensionGroup (Document.DocumentBasicCases) ... ok
- testExtensions (Document.DocumentBasicCases) ... ok
- testIssue4823 (Document.DocumentBasicCases) ... ok
- testMem (Document.DocumentBasicCases) ... ok
- testNoRecompute (Document.DocumentBasicCases) ... ok
- testNoRecomputeParent (Document.DocumentBasicCases) ... ok
- testNotification_Issue2902Part2 (Document.DocumentBasicCases) ... ok
- testNotification_Issue2996 (Document.DocumentBasicCases) ... ok
- testObjects (Document.DocumentBasicCases) ... ok
- testPlacementList (Document.DocumentBasicCases) ... ok
- testProp_NonePropertyLink (Document.DocumentBasicCases) ... ok
- testProp_OutputPropertyLink (Document.DocumentBasicCases) ... ok
- testPropertyLink_Issue2902Part1 (Document.DocumentBasicCases) ... ok
- testRemoval (Document.DocumentBasicCases) ... ok
- testSamePropertyOfLinkAndLinkedObject (Document.DocumentBasicCases) ... ok
- testSubObject (Document.DocumentBasicCases) ... ok
- <Gui> Document.cpp(675): Invalid view provider type 'App::Extension' for CreateTest#App__DocumentObject
- testWrongTypes (Document.DocumentBasicCases) ... ok
- testExpression (Document.DocumentExpressionCases) ... ok
- testIssue4649 (Document.DocumentExpressionCases) ... onChanged <Document.DocumentExpressionCases.testIssue4649.<locals>.Cls object at 0x7fffc50bf6a0> <group object> Proxy
- onChanged <Document.DocumentExpressionCases.testIssue4649.<locals>.Cls object at 0x7fffc50bf6a0> <group object> ExpressionEngine
- onChanged <Document.DocumentExpressionCases.testIssue4649.<locals>.Cls object at 0x7fffc50bf6a0> <group object> ExpressionEngine
- onChanged <Document.DocumentExpressionCases.testIssue4649.<locals>.Cls object at 0x7fffc50bf6a0> <group object> propA
- Removing expression...
- onChanged <Document.DocumentExpressionCases.testIssue4649.<locals>.Cls object at 0x7fffc50bf6a0> <group object> ExpressionEngine
- onChanged <Document.DocumentExpressionCases.testIssue4649.<locals>.Cls object at 0x7fffc50bf6a0> <group object> _GroupTouched
- onChanged <Document.DocumentExpressionCases.testIssue4649.<locals>.Cls object at 0x7fffc50bf6a0> <group object> propA
- Removing expression...
- onChanged <Document.DocumentExpressionCases.testIssue4649.<locals>.Cls object at 0x7fffc50bf6a0> <group object> ExpressionEngine
- onChanged <Document.DocumentExpressionCases.testIssue4649.<locals>.Cls object at 0x7fffc50bf6a0> <group object> ExpressionEngine
- onChanged <Document.DocumentExpressionCases.testIssue4649.<locals>.Cls object at 0x7fffc50bf6a0> <group object> propA
- Removing expression...
- onChanged <Document.DocumentExpressionCases.testIssue4649.<locals>.Cls object at 0x7fffc50bf6a0> <group object> _GroupTouched
- /usr/lib64/freecad/Mod/Test/Document.py(1611)<class 'AttributeError'>: Module Document has no class Cls
- ok
- testApplyFiles (Document.DocumentFileIncludeCases) ... ok
- testGroup (Document.DocumentGroupCases) ... ok
- App::FeatureTest: Link(s) to object(s) 'Cylinder' go out of the allowed scope 'Fusion'. Instead, the linked object(s) reside within 'Part1'.
- App::FeatureTest: Link(s) to object(s) 'Box Cylinder' go out of the allowed scope 'Fusion'. Instead, the linked object(s) reside within 'Part1 Part1'.
- 1.117e-06 <App> Document.cpp(3198): The graph must be a DAG.
- 0.00477749 <App> Document.cpp(3553): GroupTests#Part2 still touched after recompute
- testGroupAndGeoFeatureGroup (Document.DocumentGroupCases) ... ok
- testIssue0003150Part2 (Document.DocumentGroupCases) ... ok
- testDocument (Document.DocumentObserverCases) ... ok
- testGuiObserver (Document.DocumentObserverCases) ... ok
- testObject (Document.DocumentObserverCases) ... ok
- testRemoveObserver (Document.DocumentObserverCases) ... ok
- testSave (Document.DocumentObserverCases) ... ok
- testUndoDisabledDocument (Document.DocumentObserverCases) ... ok
- testColorList (Document.DocumentPlatformCases) ... ok
- testFloatList (Document.DocumentPlatformCases) ... ok
- testPoints (Document.DocumentPlatformCases) ... ok
- testVectorList (Document.DocumentPlatformCases) ... ok
- [New Thread 0x7fff9ffff640 (LWP 12107)]
- [Thread 0x7fff9ffff640 (LWP 12107) exited]
- [New Thread 0x7fff9ffff640 (LWP 12108)]
- [Thread 0x7fff9ffff640 (LWP 12108) exited]
- [New Thread 0x7fff9ffff640 (LWP 12109)]
- [Thread 0x7fff9ffff640 (LWP 12109) exited]
- testDescent (Document.DocumentPropertyCases) ... ok
- testRemoveProperty (Document.DocumentPropertyCases) ... ok
- testRemovePropertyExpression (Document.DocumentPropertyCases) ... ok
- testRemovePropertyOnChange (Document.DocumentPropertyCases) ... ok
- testDescent (Document.DocumentRecomputeCases) ... ok
- testRecompute (Document.DocumentRecomputeCases) ... <App::FeatureTest object>
- <App::FeatureTest object>
- <App::FeatureTest object>
- <App::FeatureTest object>
- <App::FeatureTest object>
- <App::FeatureTest object>
- <App::FeatureTest object>
- <App::FeatureTest object>
- <App::FeatureTest object>
- <App::FeatureTest object>
- <App::FeatureTest object>
- ok
- testActiveDocument (Document.DocumentSaveRestoreCases) ... ok
- testExtensionSaveRestore (Document.DocumentSaveRestoreCases) ... ok
- Document with the UUID '126d0ecd-d3c6-4d72-a206-6f7165950f5d' already exists, change to '882da629-f59c-4fc9-a895-60a434ea3ff9'
- testPersistenceContentDump (Document.DocumentSaveRestoreCases) ... ok
- testRestore (Document.DocumentSaveRestoreCases) ... ok
- testSaveAndRestore (Document.DocumentSaveRestoreCases) ... ok
- testUndo (Document.UndoRedoCases) ... ok
- testUndoClear (Document.UndoRedoCases) ... ok
- testUndoInList (Document.UndoRedoCases) ... ok
- testUndoIssue0003150Part1 (Document.UndoRedoCases) ... ok
- testUndoProperties (Document.UndoRedoCases) ... ok
- test_content_item_tags (Metadata.TestMetadata) ... ok
- test_content_types (Metadata.TestMetadata) ... ok
- test_copy_constructor (Metadata.TestMetadata) ... ok
- test_default_constructor (Metadata.TestMetadata) ... ok
- test_file_path (Metadata.TestMetadata) ... ok
- test_first_supported_version (Metadata.TestMetadata) ... ok
- test_generic_metadata (Metadata.TestMetadata) ... ok
- test_last_supported_version (Metadata.TestMetadata) ... ok
- test_supports_current (Metadata.TestMetadata) ... ok
- test_toplevel_tags (Metadata.TestMetadata) ... ok
- test_xml_constructor (Metadata.TestMetadata) ... ok
- testSaveAndRestore (UnicodeTests.DocumentSaveRestoreCases) ... ok
- testUnicodeLabel (UnicodeTests.UnicodeBasicCases) ... ok
- testAll (TestPythonSyntax.PythonSyntaxTestCase) ... ok
- [New Thread 0x7fff9ffff640 (LWP 12172)]
- [Thread 0x7fff9ffff640 (LWP 12172) exited]
- [New Thread 0x7fff9ffff640 (LWP 12173)]
- [Thread 0x7fff9ffff640 (LWP 12173) exited]
- testConstraintWithExpression (SketcherTests.TestSketchExpression.TestSketchExpression) ... ok
- [New Thread 0x7fff9ffff640 (LWP 12177)]
- [Thread 0x7fff9ffff640 (LWP 12177) exited]
- [New Thread 0x7fff9ffff640 (LWP 12178)]
- [Thread 0x7fff9ffff640 (LWP 12178) exited]
- [New Thread 0x7fff9ffff640 (LWP 12179)]
- [Thread 0x7fff9ffff640 (LWP 12179) exited]
- [New Thread 0x7fff9ffff640 (LWP 12180)]
- [Thread 0x7fff9ffff640 (LWP 12180) exited]
- [New Thread 0x7fff9ffff640 (LWP 12181)]
- [Thread 0x7fff9ffff640 (LWP 12181) exited]
- [New Thread 0x7fff9ffff640 (LWP 12182)]
- [New Thread 0x7fff9ffff640 (LWP 12183)]
- [Thread 0x7fff9ffff640 (LWP 12182) exited]
- [Thread 0x7fff9ffff640 (LWP 12183) exited]
- [New Thread 0x7fff9ffff640 (LWP 12184)]
- [Thread 0x7fff9ffff640 (LWP 12184) exited]
- [New Thread 0x7fff9ffff640 (LWP 12185)]
- [Thread 0x7fff9ffff640 (LWP 12185) exited]
- [New Thread 0x7fff9ffff640 (LWP 12186)]
- [Thread 0x7fff9ffff640 (LWP 12186) exited]
- [New Thread 0x7fff9ffff640 (LWP 12187)]
- [Thread 0x7fff9ffff640 (LWP 12187) exited]
- [New Thread 0x7fff9ffff640 (LWP 12188)]
- [Thread 0x7fff9ffff640 (LWP 12188) exited]
- [New Thread 0x7fff9ffff640 (LWP 12189)]
- [Thread 0x7fff9ffff640 (LWP 12189) exited]
- [New Thread 0x7fff9ffff640 (LWP 12190)]
- [Thread 0x7fff9ffff640 (LWP 12190) exited]
- testBasicFillet (SketcherTests.TestSketchFillet.TestSketchFillet) ... ok
- [New Thread 0x7fff9ffff640 (LWP 12191)]
- [Thread 0x7fff9ffff640 (LWP 12191) exited]
- [New Thread 0x7fff9ffff640 (LWP 12192)]
- [Thread 0x7fff9ffff640 (LWP 12192) exited]
- [New Thread 0x7fff9ffff640 (LWP 12193)]
- [Thread 0x7fff9ffff640 (LWP 12193) exited]
- [New Thread 0x7fff9ffff640 (LWP 12194)]
- [Thread 0x7fff9ffff640 (LWP 12194) exited]
- [New Thread 0x7fff9ffff640 (LWP 12195)]
- [Thread 0x7fff9ffff640 (LWP 12195) exited]
- [New Thread 0x7fff9ffff640 (LWP 12196)]
- [New Thread 0x7fff9ffff640 (LWP 12197)]
- [Thread 0x7fff9ffff640 (LWP 12196) exited]
- [Thread 0x7fff9ffff640 (LWP 12197) exited]
- [New Thread 0x7fff9ffff640 (LWP 12198)]
- [Thread 0x7fff9ffff640 (LWP 12198) exited]
- [New Thread 0x7fff9ffff640 (LWP 12199)]
- [Thread 0x7fff9ffff640 (LWP 12199) exited]
- [New Thread 0x7fff9ffff640 (LWP 12200)]
- [Thread 0x7fff9ffff640 (LWP 12200) exited]
- [New Thread 0x7fff9ffff640 (LWP 12201)]
- [New Thread 0x7fff9ffff640 (LWP 12202)]
- [Thread 0x7fff9ffff640 (LWP 12201) exited]
- [Thread 0x7fff9ffff640 (LWP 12202) exited]
- [New Thread 0x7fff9ffff640 (LWP 12203)]
- [Thread 0x7fff9ffff640 (LWP 12203) exited]
- [New Thread 0x7fff9ffff640 (LWP 12204)]
- [Thread 0x7fff9ffff640 (LWP 12204) exited]
- [New Thread 0x7fff9ffff640 (LWP 12205)]
- [Thread 0x7fff9ffff640 (LWP 12205) exited]
- [New Thread 0x7fff9ffff640 (LWP 12206)]
- [Thread 0x7fff9ffff640 (LWP 12206) exited]
- [New Thread 0x7fff9ffff640 (LWP 12207)]
- [Thread 0x7fff9ffff640 (LWP 12207) exited]
- testCoincident (SketcherTests.TestSketchFillet.TestSketchFillet) ... ok
- [New Thread 0x7fff9ffff640 (LWP 12211)]
- [Thread 0x7fff9ffff640 (LWP 12211) exited]
- [New Thread 0x7fff9ffff640 (LWP 12212)]
- [Thread 0x7fff9ffff640 (LWP 12212) exited]
- [New Thread 0x7fff9ffff640 (LWP 12213)]
- [Thread 0x7fff9ffff640 (LWP 12213) exited]
- [New Thread 0x7fff9ffff640 (LWP 12214)]
- [Thread 0x7fff9ffff640 (LWP 12214) exited]
- [New Thread 0x7fff9ffff640 (LWP 12215)]
- [Thread 0x7fff9ffff640 (LWP 12215) exited]
- [New Thread 0x7fff9ffff640 (LWP 12216)]
- [Thread 0x7fff9ffff640 (LWP 12216) exited]
- [New Thread 0x7fff9ffff640 (LWP 12217)]
- [Thread 0x7fff9ffff640 (LWP 12217) exited]
- [New Thread 0x7fff9ffff640 (LWP 12218)]
- [Thread 0x7fff9ffff640 (LWP 12218) exited]
- [New Thread 0x7fff9ffff640 (LWP 12219)]
- [Thread 0x7fff9ffff640 (LWP 12219) exited]
- testCurve (SketcherTests.TestSketchFillet.TestSketchFillet) ... ok
- [New Thread 0x7fff9ffff640 (LWP 12221)]
- [Thread 0x7fff9ffff640 (LWP 12221) exited]
- [New Thread 0x7fff9ffff640 (LWP 12222)]
- [Thread 0x7fff9ffff640 (LWP 12222) exited]
- [New Thread 0x7fff9ffff640 (LWP 12223)]
- [Thread 0x7fff9ffff640 (LWP 12223) exited]
- [New Thread 0x7fff9ffff640 (LWP 12224)]
- [Thread 0x7fff9ffff640 (LWP 12224) exited]
- [New Thread 0x7fff9ffff640 (LWP 12225)]
- [Thread 0x7fff9ffff640 (LWP 12225) exited]
- [New Thread 0x7fff9ffff640 (LWP 12226)]
- [Thread 0x7fff9ffff640 (LWP 12226) exited]
- [New Thread 0x7fff9ffff640 (LWP 12227)]
- [Thread 0x7fff9ffff640 (LWP 12227) exited]
- [New Thread 0x7fff9ffff640 (LWP 12228)]
- [Thread 0x7fff9ffff640 (LWP 12228) exited]
- [New Thread 0x7fff9ffff640 (LWP 12229)]
- [Thread 0x7fff9ffff640 (LWP 12229) exited]
- [New Thread 0x7fff9ffff640 (LWP 12230)]
- [Thread 0x7fff9ffff640 (LWP 12230) exited]
- [New Thread 0x7fff9ffff640 (LWP 12231)]
- [Thread 0x7fff9ffff640 (LWP 12231) exited]
- [New Thread 0x7fff9ffff640 (LWP 12232)]
- [Thread 0x7fff9ffff640 (LWP 12232) exited]
- [New Thread 0x7fff9ffff640 (LWP 12233)]
- [Thread 0x7fff9ffff640 (LWP 12233) exited]
- [New Thread 0x7fff9ffff640 (LWP 12234)]
- [Thread 0x7fff9ffff640 (LWP 12234) exited]
- [New Thread 0x7fff9ffff640 (LWP 12235)]
- [Thread 0x7fff9ffff640 (LWP 12235) exited]
- [New Thread 0x7fff9ffff640 (LWP 12236)]
- [Thread 0x7fff9ffff640 (LWP 12236) exited]
- [New Thread 0x7fff9ffff640 (LWP 12237)]
- [Thread 0x7fff9ffff640 (LWP 12237) exited]
- [New Thread 0x7fff9ffff640 (LWP 12238)]
- [Thread 0x7fff9ffff640 (LWP 12238) exited]
- [New Thread 0x7fff9ffff640 (LWP 12239)]
- [Thread 0x7fff9ffff640 (LWP 12239) exited]
- testDistance (SketcherTests.TestSketchFillet.TestSketchFillet) ... ok
- [New Thread 0x7fff9ffff640 (LWP 12240)]
- [Thread 0x7fff9ffff640 (LWP 12240) exited]
- [New Thread 0x7fff9ffff640 (LWP 12241)]
- [Thread 0x7fff9ffff640 (LWP 12241) exited]
- [New Thread 0x7fff9ffff640 (LWP 12242)]
- [Thread 0x7fff9ffff640 (LWP 12242) exited]
- [New Thread 0x7fff9ffff640 (LWP 12243)]
- [Thread 0x7fff9ffff640 (LWP 12243) exited]
- [New Thread 0x7fff9ffff640 (LWP 12244)]
- [New Thread 0x7fff9ffff640 (LWP 12245)]
- [Thread 0x7fff9ffff640 (LWP 12244) exited]
- [New Thread 0x7fff9ffff640 (LWP 12246)]
- [Thread 0x7fff9ffff640 (LWP 12246) exited]
- [New Thread 0x7fff9ffff640 (LWP 12247)]
- [Thread 0x7fff9ffff640 (LWP 12245) exited]
- [New Thread 0x7fff9ffff640 (LWP 12248)]
- [Thread 0x7fff9ffff640 (LWP 12247) exited]
- [Thread 0x7fff9ffff640 (LWP 12248) exited]
- [New Thread 0x7fff9ffff640 (LWP 12249)]
- [Thread 0x7fff9ffff640 (LWP 12249) exited]
- testHorizontalVertical (SketcherTests.TestSketchFillet.TestSketchFillet) ... ok
- [New Thread 0x7fff9ffff640 (LWP 12250)]
- [Thread 0x7fff9ffff640 (LWP 12250) exited]
- [New Thread 0x7fff9ffff640 (LWP 12251)]
- [Thread 0x7fff9ffff640 (LWP 12251) exited]
- [New Thread 0x7fff9ffff640 (LWP 12252)]
- [Thread 0x7fff9ffff640 (LWP 12252) exited]
- [New Thread 0x7fff9ffff640 (LWP 12253)]
- [Thread 0x7fff9ffff640 (LWP 12253) exited]
- [New Thread 0x7fff9ffff640 (LWP 12254)]
- [Thread 0x7fff9ffff640 (LWP 12254) exited]
- [New Thread 0x7fff9ffff640 (LWP 12255)]
- [New Thread 0x7fff9ffff640 (LWP 12256)]
- [Thread 0x7fff9ffff640 (LWP 12255) exited]
- [Thread 0x7fff9ffff640 (LWP 12256) exited]
- [New Thread 0x7fff9ffff640 (LWP 12257)]
- [Thread 0x7fff9ffff640 (LWP 12257) exited]
- [New Thread 0x7fff9ffff640 (LWP 12258)]
- [Thread 0x7fff9ffff640 (LWP 12258) exited]
- testOriginalCorner (SketcherTests.TestSketchFillet.TestSketchFillet) ... ok
- [New Thread 0x7fff9ffff640 (LWP 12262)]
- [Thread 0x7fff9ffff640 (LWP 12262) exited]
- [New Thread 0x7fff9ffff640 (LWP 12263)]
- [Thread 0x7fff9ffff640 (LWP 12263) exited]
- [New Thread 0x7fff9ffff640 (LWP 12264)]
- [Thread 0x7fff9ffff640 (LWP 12264) exited]
- [New Thread 0x7fff9ffff640 (LWP 12265)]
- [Thread 0x7fff9ffff640 (LWP 12265) exited]
- [New Thread 0x7fff9ffff640 (LWP 12266)]
- [Thread 0x7fff9ffff640 (LWP 12266) exited]
- [New Thread 0x7fff9ffff640 (LWP 12267)]
- [Thread 0x7fff9ffff640 (LWP 12267) exited]
- [New Thread 0x7fff9ffff640 (LWP 12268)]
- [Thread 0x7fff9ffff640 (LWP 12268) exited]
- [New Thread 0x7fff9ffff640 (LWP 12269)]
- [Thread 0x7fff9ffff640 (LWP 12269) exited]
- [New Thread 0x7fff9ffff640 (LWP 12270)]
- [Thread 0x7fff9ffff640 (LWP 12270) exited]
- [New Thread 0x7fff9ffff640 (LWP 12271)]
- [New Thread 0x7fff9ffff640 (LWP 12272)]
- [Thread 0x7fff9ffff640 (LWP 12271) exited]
- [Thread 0x7fff9ffff640 (LWP 12272) exited]
- [New Thread 0x7fff9ffff640 (LWP 12273)]
- [New Thread 0x7fff9ffff640 (LWP 12274)]
- [Thread 0x7fff9ffff640 (LWP 12273) exited]
- [New Thread 0x7fff9ffff640 (LWP 12275)]
- [Thread 0x7fff9ffff640 (LWP 12274) exited]
- [Thread 0x7fff9ffff640 (LWP 12275) exited]
- [New Thread 0x7fff9ffff640 (LWP 12276)]
- [Thread 0x7fff9ffff640 (LWP 12276) exited]
- [New Thread 0x7fff9ffff640 (LWP 12277)]
- [Thread 0x7fff9ffff640 (LWP 12277) exited]
- [New Thread 0x7fff9ffff640 (LWP 12278)]
- [Thread 0x7fff9ffff640 (LWP 12278) exited]
- testPointOnObject (SketcherTests.TestSketchFillet.TestSketchFillet) ... ok
- [New Thread 0x7fff9ffff640 (LWP 12279)]
- [Thread 0x7fff9ffff640 (LWP 12279) exited]
- [New Thread 0x7fff9ffff640 (LWP 12280)]
- [Thread 0x7fff9ffff640 (LWP 12280) exited]
- [New Thread 0x7fff9ffff640 (LWP 12281)]
- [Thread 0x7fff9ffff640 (LWP 12281) exited]
- [New Thread 0x7fff9ffff640 (LWP 12282)]
- [Thread 0x7fff9ffff640 (LWP 12282) exited]
- [New Thread 0x7fff9ffff640 (LWP 12283)]
- [Thread 0x7fff9ffff640 (LWP 12283) exited]
- [New Thread 0x7fff9ffff640 (LWP 12284)]
- [Thread 0x7fff9ffff640 (LWP 12284) exited]
- [New Thread 0x7fff9ffff640 (LWP 12285)]
- [Thread 0x7fff9ffff640 (LWP 12285) exited]
- [New Thread 0x7fff9ffff640 (LWP 12286)]
- [Thread 0x7fff9ffff640 (LWP 12286) exited]
- [New Thread 0x7fff9ffff640 (LWP 12287)]
- [Thread 0x7fff9ffff640 (LWP 12287) exited]
- [New Thread 0x7fff9ffff640 (LWP 12288)]
- [Thread 0x7fff9ffff640 (LWP 12288) exited]
- [New Thread 0x7fff9ffff640 (LWP 12289)]
- [Thread 0x7fff9ffff640 (LWP 12289) exited]
- [New Thread 0x7fff9ffff640 (LWP 12290)]
- [Thread 0x7fff9ffff640 (LWP 12290) exited]
- [New Thread 0x7fff9ffff640 (LWP 12291)]
- [Thread 0x7fff9ffff640 (LWP 12291) exited]
- testSymmetric (SketcherTests.TestSketchFillet.TestSketchFillet) ... ok
- [New Thread 0x7fff9ffff640 (LWP 12292)]
- [Thread 0x7fff9ffff640 (LWP 12292) exited]
- [New Thread 0x7fff9ffff640 (LWP 12293)]
- [Thread 0x7fff9ffff640 (LWP 12293) exited]
- [New Thread 0x7fff9ffff640 (LWP 12294)]
- [Thread 0x7fff9ffff640 (LWP 12294) exited]
- [New Thread 0x7fff9ffff640 (LWP 12295)]
- [Thread 0x7fff9ffff640 (LWP 12295) exited]
- [New Thread 0x7fff9ffff640 (LWP 12296)]
- [Thread 0x7fff9ffff640 (LWP 12296) exited]
- [New Thread 0x7fff9ffff640 (LWP 12297)]
- [Thread 0x7fff9ffff640 (LWP 12297) exited]
- [New Thread 0x7fff9ffff640 (LWP 12298)]
- [Thread 0x7fff9ffff640 (LWP 12298) exited]
- [New Thread 0x7fff9ffff640 (LWP 12299)]
- [Thread 0x7fff9ffff640 (LWP 12299) exited]
- [New Thread 0x7fff9ffff640 (LWP 12300)]
- [Thread 0x7fff9ffff640 (LWP 12300) exited]
- [New Thread 0x7fff9ffff640 (LWP 12301)]
- [Thread 0x7fff9ffff640 (LWP 12301) exited]
- [New Thread 0x7fff9ffff640 (LWP 12302)]
- [Thread 0x7fff9ffff640 (LWP 12302) exited]
- [New Thread 0x7fff9ffff640 (LWP 12303)]
- [Thread 0x7fff9ffff640 (LWP 12303) exited]
- testTangent (SketcherTests.TestSketchFillet.TestSketchFillet) ... ok
- [New Thread 0x7fff9ffff640 (LWP 12304)]
- [Thread 0x7fff9ffff640 (LWP 12304) exited]
- [New Thread 0x7fff9ffff640 (LWP 12305)]
- [Thread 0x7fff9ffff640 (LWP 12305) exited]
- [New Thread 0x7fff9ffff640 (LWP 12306)]
- [New Thread 0x7fff9ffff640 (LWP 12307)]
- [Thread 0x7fff9ffff640 (LWP 12306) exited]
- [New Thread 0x7fff9ffff640 (LWP 12308)]
- [Thread 0x7fff9ffff640 (LWP 12307) exited]
- [Thread 0x7fff9ffff640 (LWP 12308) exited]
- [New Thread 0x7fff9ffff640 (LWP 12309)]
- [Thread 0x7fff9ffff640 (LWP 12309) exited]
- [New Thread 0x7fff9ffff640 (LWP 12310)]
- [Thread 0x7fff9ffff640 (LWP 12310) exited]
- [New Thread 0x7fff9ffff640 (LWP 12311)]
- [New Thread 0x7fff9ffff640 (LWP 12312)]
- [Thread 0x7fff9ffff640 (LWP 12311) exited]
- [Thread 0x7fff9ffff640 (LWP 12312) exited]
- [New Thread 0x7fff9ffff640 (LWP 12313)]
- [Thread 0x7fff9ffff640 (LWP 12313) exited]
- testUnconnected (SketcherTests.TestSketchFillet.TestSketchFillet) ... ok
- [New Thread 0x7fff9ffff640 (LWP 12317)]
- [Thread 0x7fff9ffff640 (LWP 12317) exited]
- [New Thread 0x7fff9ffff640 (LWP 12318)]
- [Thread 0x7fff9ffff640 (LWP 12318) exited]
- [New Thread 0x7fff9ffff640 (LWP 12319)]
- [Thread 0x7fff9ffff640 (LWP 12319) exited]
- [New Thread 0x7fff9ffff640 (LWP 12320)]
- [Thread 0x7fff9ffff640 (LWP 12320) exited]
- [New Thread 0x7fff9ffff640 (LWP 12321)]
- [Thread 0x7fff9ffff640 (LWP 12321) exited]
- [New Thread 0x7fff9ffff640 (LWP 12322)]
- [Thread 0x7fff9ffff640 (LWP 12322) exited]
- [New Thread 0x7fff9ffff640 (LWP 12323)]
- [Thread 0x7fff9ffff640 (LWP 12323) exited]
- testUnconnectedCurve (SketcherTests.TestSketchFillet.TestSketchFillet) ... ok
- [New Thread 0x7fff9ffff640 (LWP 12324)]
- [Thread 0x7fff9ffff640 (LWP 12324) exited]
- [New Thread 0x7fff9ffff640 (LWP 12325)]
- [Thread 0x7fff9ffff640 (LWP 12325) exited]
- [New Thread 0x7fff9ffff640 (LWP 12326)]
- [Thread 0x7fff9ffff640 (LWP 12326) exited]
- [New Thread 0x7fff9ffff640 (LWP 12327)]
- [Thread 0x7fff9ffff640 (LWP 12327) exited]
- [New Thread 0x7fff9ffff640 (LWP 12328)]
- [Thread 0x7fff9ffff640 (LWP 12328) exited]
- [New Thread 0x7fff9ffff640 (LWP 12329)]
- [Thread 0x7fff9ffff640 (LWP 12329) exited]
- [New Thread 0x7fff9ffff640 (LWP 12330)]
- [New Thread 0x7fff9ffff640 (LWP 12331)]
- [Thread 0x7fff9ffff640 (LWP 12330) exited]
- [Thread 0x7fff9ffff640 (LWP 12331) exited]
- [New Thread 0x7fff9ffff640 (LWP 12332)]
- [Thread 0x7fff9ffff640 (LWP 12332) exited]
- [New Thread 0x7fff9ffff640 (LWP 12333)]
- [Thread 0x7fff9ffff640 (LWP 12333) exited]
- [New Thread 0x7fff9ffff640 (LWP 12334)]
- [Thread 0x7fff9ffff640 (LWP 12334) exited]
- [New Thread 0x7fff9ffff640 (LWP 12335)]
- [Thread 0x7fff9ffff640 (LWP 12335) exited]
- [New Thread 0x7fff9ffff640 (LWP 12336)]
- [New Thread 0x7fff9ffff640 (LWP 12337)]
- [Thread 0x7fff9ffff640 (LWP 12336) exited]
- [New Thread 0x7fff9ffff640 (LWP 12338)]
- [Thread 0x7fff9ffff640 (LWP 12337) exited]
- [New Thread 0x7fff9ffff640 (LWP 12339)]
- [Thread 0x7fff9ffff640 (LWP 12339) exited]
- [Thread 0x7fff9ffff640 (LWP 12338) exited]
- [New Thread 0x7fff9ffff640 (LWP 12340)]
- [Thread 0x7fff9ffff640 (LWP 12340) exited]
- [New Thread 0x7fff9ffff640 (LWP 12341)]
- [Thread 0x7fff9ffff640 (LWP 12341) exited]
- [New Thread 0x7fff9ffff640 (LWP 12342)]
- [Thread 0x7fff9ffff640 (LWP 12342) exited]
- [New Thread 0x7fff9ffff640 (LWP 12343)]
- [Thread 0x7fff9ffff640 (LWP 12343) exited]
- [New Thread 0x7fff9ffff640 (LWP 12344)]
- [Thread 0x7fff9ffff640 (LWP 12344) exited]
- [New Thread 0x7fff9ffff640 (LWP 12345)]
- [New Thread 0x7fff9ffff640 (LWP 12346)]
- [Thread 0x7fff9ffff640 (LWP 12345) exited]
- [New Thread 0x7fff9ffff640 (LWP 12347)]
- [Thread 0x7fff9ffff640 (LWP 12346) exited]
- [New Thread 0x7fff9ffff640 (LWP 12348)]
- [Thread 0x7fff9ffff640 (LWP 12347) exited]
- [New Thread 0x7fff9ffff640 (LWP 12349)]
- [Thread 0x7fff9ffff640 (LWP 12348) exited]
- [Thread 0x7fff9ffff640 (LWP 12349) exited]
- [New Thread 0x7fff9ffff640 (LWP 12350)]
- [Thread 0x7fff9ffff640 (LWP 12350) exited]
- [New Thread 0x7fff9ffff640 (LWP 12351)]
- [Thread 0x7fff9ffff640 (LWP 12351) exited]
- [New Thread 0x7fff9ffff640 (LWP 12352)]
- [Thread 0x7fff9ffff640 (LWP 12352) exited]
- [New Thread 0x7fff9ffff640 (LWP 12353)]
- [Thread 0x7fff9ffff640 (LWP 12353) exited]
- [New Thread 0x7fff9ffff640 (LWP 12354)]
- [New Thread 0x7fff9ffff640 (LWP 12355)]
- [Thread 0x7fff9ffff640 (LWP 12354) exited]
- [Thread 0x7fff9ffff640 (LWP 12355) exited]
- [New Thread 0x7fff9ffff640 (LWP 12356)]
- [Thread 0x7fff9ffff640 (LWP 12356) exited]
- [New Thread 0x7fff9ffff640 (LWP 12357)]
- [Thread 0x7fff9ffff640 (LWP 12357) exited]
- testBlockConstraintEllipse (SketcherTests.TestSketcherSolver.TestSketcherSolver) ... ok
- [New Thread 0x7fff9ffff640 (LWP 12358)]
- [Thread 0x7fff9ffff640 (LWP 12358) exited]
- [New Thread 0x7fff9ffff640 (LWP 12359)]
- [Thread 0x7fff9ffff640 (LWP 12359) exited]
- [New Thread 0x7fff9ffff640 (LWP 12360)]
- [Thread 0x7fff9ffff640 (LWP 12360) exited]
- [New Thread 0x7fff9ffff640 (LWP 12361)]
- [Thread 0x7fff9ffff640 (LWP 12361) exited]
- [New Thread 0x7fff9ffff640 (LWP 12362)]
- [Thread 0x7fff9ffff640 (LWP 12362) exited]
- [New Thread 0x7fff9ffff640 (LWP 12363)]
- [New Thread 0x7fff9ffff640 (LWP 12364)]
- [Thread 0x7fff9ffff640 (LWP 12363) exited]
- [Thread 0x7fff9ffff640 (LWP 12364) exited]
- [New Thread 0x7fff9ffff640 (LWP 12365)]
- [Thread 0x7fff9ffff640 (LWP 12365) exited]
- [New Thread 0x7fff9ffff640 (LWP 12366)]
- [Thread 0x7fff9ffff640 (LWP 12366) exited]
- [New Thread 0x7fff9ffff640 (LWP 12367)]
- [Thread 0x7fff9ffff640 (LWP 12367) exited]
- [New Thread 0x7fff9ffff640 (LWP 12368)]
- [Thread 0x7fff9ffff640 (LWP 12368) exited]
- [New Thread 0x7fff9ffff640 (LWP 12369)]
- [Thread 0x7fff9ffff640 (LWP 12369) exited]
- [New Thread 0x7fff9ffff640 (LWP 12370)]
- [Thread 0x7fff9ffff640 (LWP 12370) exited]
- [New Thread 0x7fff9ffff640 (LWP 12371)]
- [Thread 0x7fff9ffff640 (LWP 12371) exited]
- testBoxCase (SketcherTests.TestSketcherSolver.TestSketcherSolver) ... ok
- [New Thread 0x7fff9ffff640 (LWP 12375)]
- [Thread 0x7fff9ffff640 (LWP 12375) exited]
- [New Thread 0x7fff9ffff640 (LWP 12376)]
- [New Thread 0x7fff9ffff640 (LWP 12377)]
- [Thread 0x7fff9ffff640 (LWP 12376) exited]
- [Thread 0x7fff9ffff640 (LWP 12377) exited]
- [New Thread 0x7fff9ffff640 (LWP 12378)]
- [Thread 0x7fff9ffff640 (LWP 12378) exited]
- [New Thread 0x7fff9ffff640 (LWP 12379)]
- [Thread 0x7fff9ffff640 (LWP 12379) exited]
- [New Thread 0x7fff9ffff640 (LWP 12380)]
- [Thread 0x7fff9ffff640 (LWP 12380) exited]
- [New Thread 0x7fff9ffff640 (LWP 12381)]
- [Thread 0x7fff9ffff640 (LWP 12381) exited]
- [New Thread 0x7fff9ffff640 (LWP 12382)]
- [Thread 0x7fff9ffff640 (LWP 12382) exited]
- [New Thread 0x7fff9ffff640 (LWP 12383)]
- [Thread 0x7fff9ffff640 (LWP 12383) exited]
- [New Thread 0x7fff9ffff640 (LWP 12384)]
- [Thread 0x7fff9ffff640 (LWP 12384) exited]
- testIssue3245 (SketcherTests.TestSketcherSolver.TestSketcherSolver) ... ok
- [New Thread 0x7fff9ffff640 (LWP 12385)]
- [New Thread 0x7fff9ffff640 (LWP 12386)]
- [Thread 0x7fff9ffff640 (LWP 12385) exited]
- [Thread 0x7fff9ffff640 (LWP 12386) exited]
- [New Thread 0x7fff9ffff640 (LWP 12387)]
- [Thread 0x7fff9ffff640 (LWP 12387) exited]
- [New Thread 0x7fff9ffff640 (LWP 12388)]
- [Thread 0x7fff9ffff640 (LWP 12388) exited]
- testIssue3245_2 (SketcherTests.TestSketcherSolver.TestSketcherSolver) ... ok
- [New Thread 0x7fff9ffff640 (LWP 12392)]
- [New Thread 0x7fff9ffff640 (LWP 12393)]
- [Thread 0x7fff9ffff640 (LWP 12392) exited]
- [Thread 0x7fff9ffff640 (LWP 12393) exited]
- [New Thread 0x7fff9ffff640 (LWP 12394)]
- [New Thread 0x7fff9ffff640 (LWP 12395)]
- [Thread 0x7fff9ffff640 (LWP 12394) exited]
- [Thread 0x7fff9ffff640 (LWP 12395) exited]
- [New Thread 0x7fff9ffff640 (LWP 12396)]
- [Thread 0x7fff9ffff640 (LWP 12396) exited]
- [New Thread 0x7fff9ffff640 (LWP 12397)]
- [Thread 0x7fff9ffff640 (LWP 12397) exited]
- [New Thread 0x7fff9ffff640 (LWP 12398)]
- [Thread 0x7fff9ffff640 (LWP 12398) exited]
- [New Thread 0x7fff9ffff640 (LWP 12399)]
- [Thread 0x7fff9ffff640 (LWP 12399) exited]
- [New Thread 0x7fff9ffff640 (LWP 12400)]
- [Thread 0x7fff9ffff640 (LWP 12400) exited]
- [New Thread 0x7fff9ffff640 (LWP 12401)]
- [New Thread 0x7fff9ffff640 (LWP 12402)]
- [Thread 0x7fff9ffff640 (LWP 12401) exited]
- [Thread 0x7fff9ffff640 (LWP 12402) exited]
- [New Thread 0x7fff9ffff640 (LWP 12403)]
- [Thread 0x7fff9ffff640 (LWP 12403) exited]
- [New Thread 0x7fff9ffff640 (LWP 12404)]
- [Thread 0x7fff9ffff640 (LWP 12404) exited]
- [New Thread 0x7fff9ffff640 (LWP 12405)]
- [Thread 0x7fff9ffff640 (LWP 12405) exited]
- [New Thread 0x7fff9ffff640 (LWP 12406)]
- [Thread 0x7fff9ffff640 (LWP 12406) exited]
- [New Thread 0x7fff9ffff640 (LWP 12407)]
- [Thread 0x7fff9ffff640 (LWP 12407) exited]
- [New Thread 0x7fff9ffff640 (LWP 12408)]
- [Thread 0x7fff9ffff640 (LWP 12408) exited]
- [New Thread 0x7fff9ffff640 (LWP 12409)]
- [New Thread 0x7fff9ffff640 (LWP 12410)]
- [Thread 0x7fff9ffff640 (LWP 12409) exited]
- [Thread 0x7fff9ffff640 (LWP 12410) exited]
- [New Thread 0x7fff9ffff640 (LWP 12411)]
- [Thread 0x7fff9ffff640 (LWP 12411) exited]
- [New Thread 0x7fff9ffff640 (LWP 12412)]
- [Thread 0x7fff9ffff640 (LWP 12412) exited]
- [New Thread 0x7fff9ffff640 (LWP 12413)]
- [Thread 0x7fff9ffff640 (LWP 12413) exited]
- [New Thread 0x7fff9ffff640 (LWP 12414)]
- [Thread 0x7fff9ffff640 (LWP 12414) exited]
- [New Thread 0x7fff9ffff640 (LWP 12415)]
- [Thread 0x7fff9ffff640 (LWP 12415) exited]
- [New Thread 0x7fff9ffff640 (LWP 12416)]
- [Thread 0x7fff9ffff640 (LWP 12416) exited]
- testSlotCase (SketcherTests.TestSketcherSolver.TestSketcherSolver) ... ok
- [New Thread 0x7fff9ffff640 (LWP 12417)]
- [Thread 0x7fff9ffff640 (LWP 12417) exited]
- [New Thread 0x7fff9ffff640 (LWP 12418)]
- [Thread 0x7fff9ffff640 (LWP 12418) exited]
- testThreeLinesWithCoincidences_1 (SketcherTests.TestSketcherSolver.TestSketcherSolver) ... ok
- [New Thread 0x7fff9ffff640 (LWP 12419)]
- [Thread 0x7fff9ffff640 (LWP 12419) exited]
- [New Thread 0x7fff9ffff640 (LWP 12420)]
- [Thread 0x7fff9ffff640 (LWP 12420) exited]
- testThreeLinesWithCoincidences_2 (SketcherTests.TestSketcherSolver.TestSketcherSolver) ... ok
- [New Thread 0x7fff9ffff640 (LWP 12424)]
- [New Thread 0x7fff9cff9640 (LWP 12425)]
- [New Thread 0x7fff7bfff640 (LWP 12426)]
- [Thread 0x7fff9ffff640 (LWP 12424) exited]
- [Thread 0x7fff9cff9640 (LWP 12425) exited]
- testLoadMesh (MeshTestsApp.LoadMeshInThreadsCases) ... ok
- [New Thread 0x7fff9cff9640 (LWP 12427)]
- [New Thread 0x7fff9ffff640 (LWP 12428)]
- [Thread 0x7fff9cff9640 (LWP 12427) exited]
- [Thread 0x7fff9ffff640 (LWP 12428) exited]
- testSphereMesh (MeshTestsApp.LoadMeshInThreadsCases) ... ok
- testIntersection (MeshTestsApp.MeshGeoTestCases) ... ok
- testIntersection2 (MeshTestsApp.MeshGeoTestCases) ... ok
- testIntersectionCoplanar (MeshTestsApp.MeshGeoTestCases) ... ok
- testIntersectionOfCollinearEdges (MeshTestsApp.MeshGeoTestCases) ... ok
- testIntersectionOfIntersectingEdges (MeshTestsApp.MeshGeoTestCases) ... ok
- testIntersectionOfParallelEdges (MeshTestsApp.MeshGeoTestCases) ... ok
- testIntersectionOfParallelTriangles (MeshTestsApp.MeshGeoTestCases) ... ok
- testIntersectionOfTransformedMesh (MeshTestsApp.MeshGeoTestCases) ... ok
- testIntersectionOfWarpedEdges (MeshTestsApp.MeshGeoTestCases) ... ok
- testIntersectionOnEdge (MeshTestsApp.MeshGeoTestCases) ... ok
- testIntersectionOverlap (MeshTestsApp.MeshGeoTestCases) ... ok
- testSelfIntersection (MeshTestsApp.MeshGeoTestCases) ... ok
- testFindNearest (MeshTestsApp.MeshSplitTestCases) ... ok
- testSplitFacetOnOneEdge (MeshTestsApp.MeshSplitTestCases) ... ok
- testSplitFacetOnTwoEdges_01 (MeshTestsApp.MeshSplitTestCases) ... ok
- testSplitFacetOnTwoEdges_02 (MeshTestsApp.MeshSplitTestCases) ... ok
- testSplitFacetOnTwoEdges_10 (MeshTestsApp.MeshSplitTestCases) ... ok
- testSplitFacetOnTwoEdges_12 (MeshTestsApp.MeshSplitTestCases) ... ok
- testSplitFacetOnTwoEdges_20 (MeshTestsApp.MeshSplitTestCases) ... ok
- testSplitFacetOnTwoEdges_21 (MeshTestsApp.MeshSplitTestCases) ... ok
- testSplitFacetOnTwoEdges_5teps (MeshTestsApp.MeshSplitTestCases) ... ok
- testCenterOfGravity (MeshTestsApp.MeshSubElement) ... ok
- testCountSubElements (MeshTestsApp.MeshSubElement) ... ok
- testFacesFromSubElement (MeshTestsApp.MeshSubElement) ... ok
- [New Thread 0x7fff9ffff640 (LWP 12444)]
- testSegmentSubElement (MeshTestsApp.MeshSubElement) ... ok
- testSubElements (MeshTestsApp.MeshSubElement) ... ok
- testCollapseFacetsAll (MeshTestsApp.MeshTopoTestCases) ... ok
- testCollapseFacetsMultible (MeshTestsApp.MeshTopoTestCases) ... ok
- testCollapseFacetsSingle (MeshTestsApp.MeshTopoTestCases) ... ok
- testCorruptedFacet (MeshTestsApp.MeshTopoTestCases) ... ok
- testCTRIA3Element (MeshTestsApp.NastranReader) ... ok
- testDelimitedGRIDElement (MeshTestsApp.NastranReader) ... ok
- testEightCharGRIDElement (MeshTestsApp.NastranReader) ... ok
- testSixteenCharGRIDElement (MeshTestsApp.NastranReader) ... ok
- testPrimitiveCount (MeshTestsApp.PivyTestCases) ... ok
- testRayPick (MeshTestsApp.PivyTestCases) ... ok
- testFitBad (MeshTestsApp.PolynomialFitCases) ... ok
- testFitExact (MeshTestsApp.PolynomialFitCases) ... ok
- testFitGood (MeshTestsApp.PolynomialFitCases) ... ok
- test_cache (AddonManagerTest.app.test_addon.TestAddon) ... ok
- test_contains_functions (AddonManagerTest.app.test_addon.TestAddon) ... ok
- test_create_from_macro (AddonManagerTest.app.test_addon.TestAddon) ... ok
- test_dependency_resolution (AddonManagerTest.app.test_addon.TestAddon) ... ok
- test_display_name (AddonManagerTest.app.test_addon.TestAddon) ... ok
- test_git_url_cleanup (AddonManagerTest.app.test_addon.TestAddon) ... ok
- test_internal_workbench_list (AddonManagerTest.app.test_addon.TestAddon) ... ok
- test_metadata_loading (AddonManagerTest.app.test_addon.TestAddon) ... ok
- test_tag_extraction (AddonManagerTest.app.test_addon.TestAddon) ... ok
- test_version_check (AddonManagerTest.app.test_addon.TestAddon) ... ok
- test_basic_metadata (AddonManagerTest.app.test_macro.TestMacro) ... ok
- test_other_files (AddonManagerTest.app.test_macro.TestMacro) ... ok
- test_version_from_date (AddonManagerTest.app.test_macro.TestMacro) ... ok
- test_version_from_float (AddonManagerTest.app.test_macro.TestMacro) ... ok
- test_version_from_int (AddonManagerTest.app.test_macro.TestMacro) ... ok
- test_version_from_string (AddonManagerTest.app.test_macro.TestMacro) ... ok
- test_xpm (AddonManagerTest.app.test_macro.TestMacro) ... ok
- test_get_assigned_string_literal (AddonManagerTest.app.test_utilities.TestUtilities) ... ok
- test_get_macro_version_from_file (AddonManagerTest.app.test_utilities.TestUtilities) ... ok
- test_get_readme_url (AddonManagerTest.app.test_utilities.TestUtilities) ... ok
- test_recognized_git_location (AddonManagerTest.app.test_utilities.TestUtilities) ... ok
- test_import_draft (drafttests.test_import.DraftImport)
- Import the Draft module. ...
- ------------------------------------------------------------------------------
- Try importing 'Draft'
- ok
- test_import_draft_geomutils (drafttests.test_import.DraftImport)
- Import Draft geometrical utilities. ...
- ------------------------------------------------------------------------------
- Try importing 'DraftGeomUtils'
- ok
- test_import_draft_svg (drafttests.test_import.DraftImport)
- Import Draft SVG utilities. ...
- ------------------------------------------------------------------------------
- Try importing 'draftfunctions.svg'
- ok
- test_import_draft_vecutils (drafttests.test_import.DraftImport)
- Import Draft vector utilities. ...
- ------------------------------------------------------------------------------
- Try importing 'DraftVecUtils'
- ok
- test_arc (drafttests.test_creation.DraftCreation)
- Create a circular arc. ...
- ------------------------------------------------------------------------------
- Temporary document 'DraftCreation'
- Test 'Draft Arc'
- radius=2
- startangle=0, endangle=90
- ok
- test_arc_3points (drafttests.test_creation.DraftCreation)
- Create a circular arc from three points. ...
- ------------------------------------------------------------------------------
- Temporary document 'DraftCreation'
- Test 'Draft Arc 3Points'
- a=Vector (5.0, 0.0, 0.0), b=Vector (4.0, 3.0, 0.0)
- c=Vector (0.0, 5.0, 0.0)
- ----------------
- Arc by 3 points
- p1: Vector (5.0, 0.0, 0.0)
- p2: Vector (4.0, 3.0, 0.0)
- p3: Vector (0.0, 5.0, 0.0)
- Радиус: 5.000000000000002
- Центр: Vector (-1.3322676295501878e-15, -1.3322676295501878e-15, 0.0)
- ok
- test_bezcurve (drafttests.test_creation.DraftCreation)
- Create a bezier curve of six points, degree five. ...
- ------------------------------------------------------------------------------
- Temporary document 'DraftCreation'
- Test 'Draft BezCurve'
- a=Vector (0.0, 0.0, 0.0), b=Vector (2.0, 2.0, 0.0)
- c=Vector (5.0, 3.0, 0.0), d=Vector (9.0, 0.0, 0.0)
- e=Vector (12.0, 5.0, 0.0), f=Vector (12.0, 8.0, 0.0)
- ok
- test_bspline (drafttests.test_creation.DraftCreation)
- Create a BSpline of three points. ...
- ------------------------------------------------------------------------------
- Temporary document 'DraftCreation'
- Test 'Draft BSpline'
- a=Vector (0.0, 0.0, 0.0), b=Vector (2.0, 0.0, 0.0)
- c=Vector (2.0, 2.0, 0.0)
- ok
- test_circle (drafttests.test_creation.DraftCreation)
- Create a circle. ...
- ------------------------------------------------------------------------------
- Temporary document 'DraftCreation'
- Test 'Draft Circle'
- radius=3
- ok
- test_cubicbezcurve (drafttests.test_creation.DraftCreation)
- Create a cubic bezier curve of four points. ...
- ------------------------------------------------------------------------------
- Temporary document 'DraftCreation'
- Test 'Draft CubBezCurve'
- a=Vector (0.0, 0.0, 0.0), b=Vector (2.0, 2.0, 0.0)
- c=Vector (5.0, 3.0, 0.0), d=Vector (9.0, 0.0, 0.0)
- ok
- test_dimension_angular (drafttests.test_creation.DraftCreation)
- Create an angular dimension between two lines at given angles. ...
- ------------------------------------------------------------------------------
- Temporary document 'DraftCreation'
- Test 'Draft Dimension Angular'
- Occasionally crashes
- center=Vector (0.0, 0.0, 0.0)
- angle1=20, angle2=70
- dim_line=Vector (3.0, 1.0, 0.0)
- ----------------
- Angular dimension
- center: Vector (0.0, 0.0, 0.0)
- angles: [20, 70]
- dim_line: Vector (3.0, 1.0, 0.0)
- normal: None
- ok
- test_dimension_linear_obj (drafttests.test_creation.DraftCreation)
- Create a linear dimension linked to an object. ...
- ------------------------------------------------------------------------------
- Temporary document 'DraftCreation'
- Test 'Draft Dimension'
- Occasionally crashes
- a=Vector (0.0, 0.0, 0.0), b=Vector (9.0, 0.0, 0.0)
- ----------------
- Linear dimension
- edge_object: Line
- i1: 1
- i2: 2
- dim_line: Vector (5.0, 3.0, 0.0)
- ok
- test_dimension_linear_simple (drafttests.test_creation.DraftCreation)
- Create a simple linear dimension not linked to an object. ...
- ------------------------------------------------------------------------------
- Temporary document 'DraftCreation'
- Test 'Draft Dimension'
- Occasionally crashes
- a=Vector (0.0, 0.0, 0.0), b=Vector (9.0, 0.0, 0.0)
- c=Vector (4.0, -1.0, 0.0)
- ----------------
- Linear dimension
- p1: Vector (0.0, 0.0, 0.0)
- p2: Vector (9.0, 0.0, 0.0)
- dim_line: Vector (4.0, -1.0, 0.0)
- ok
- test_dimension_radial_obj (drafttests.test_creation.DraftCreation)
- Create a circle and then a radial and a diameter dimension. ...
- ------------------------------------------------------------------------------
- Temporary document 'DraftCreation'
- Test 'Draft Dimension Radial'
- radius=10
- startangle=0, endangle=90
- ----------------
- Radial dimension
- edge_object: Arc
- index: 1
- mode: radius
- dim_line: Vector (1.0, 1.0, 0.0)
- ----------------
- Radial dimension
- edge_object: Arc
- index: 1
- mode: diameter
- dim_line: Vector (3.0, 1.0, 0.0)
- ok
- test_ellipse (drafttests.test_creation.DraftCreation)
- Create an ellipse. ...
- ------------------------------------------------------------------------------
- Temporary document 'DraftCreation'
- Test 'Draft Ellipse'
- major_axis=5, minor_axis=3
- ok
- test_facebinder (drafttests.test_creation.DraftCreation)
- Create a box, and then a facebinder from its faces. ...
- ------------------------------------------------------------------------------
- Temporary document 'DraftCreation'
- Test 'Draft Facebinder'
- In order to test this, a selection is needed
- or an App::PropertyLinkSubList
- Box
- object='Solid' (Part::Box)
- sub-elements=('Face1', 'Face6')
- ok
- test_fillet (drafttests.test_creation.DraftCreation)
- Create two lines, and a fillet between them. ...
- ------------------------------------------------------------------------------
- Temporary document 'DraftCreation'
- Test 'Draft Fillet'
- Lines
- a=Vector (0.0, 0.0, 0.0), b=Vector (8.0, 0.0, 0.0)
- b=Vector (8.0, 0.0, 0.0), c=Vector (8.0, 8.0, 0.0)
- Fillet
- radius=4
- ----------------
- Fillet
- (1): Line; длина: 8.0
- (2): Line001; длина: 8.0
- Сегмент 1, длина: 3.999999999999999
- Сегмент 2, длина: 6.283185307179587
- Сегмент 3, длина: 3.999999999999999
- Update radius currently not implemented: r=0.0 mm
- Update radius currently not implemented: r=4.0 mm
- ok
- test_label (drafttests.test_creation.DraftCreation)
- Create a label. ...
- ------------------------------------------------------------------------------
- Temporary document 'DraftCreation'
- Test 'Draft Label'
- Occasionally crashes
- target_point=Vector (0.0, 0.0, 0.0), distance=-25
- placement=Placement [Pos=(50,50,0), Yaw-Pitch-Roll=(0,0,0)]
- ----------------
- Label
- target_point: Vector (0.0, 0.0, 0.0)
- placement: Placement [Pos=(50,50,0), Yaw-Pitch-Roll=(0,0,0)]
- label_type: Custom
- custom_text: Label
- direction: Horizontal
- distance: -25
- ok
- test_layer (drafttests.test_creation.DraftCreation)
- Create a layer, and add a rectangle to it. ...
- ------------------------------------------------------------------------------
- Temporary document 'DraftCreation'
- Test 'Draft Layer'
- length=5, width=2
- ----------------
- Слой
- line_width: 2.0
- draw_style: Solid
- transparency: 0
- ok
- test_line (drafttests.test_creation.DraftCreation)
- Create a line. ...
- ------------------------------------------------------------------------------
- Temporary document 'DraftCreation'
- Test 'Draft Line'
- a=Vector (0.0, 0.0, 0.0), b=Vector (2.0, 0.0, 0.0)
- ok
- test_point (drafttests.test_creation.DraftCreation)
- Create a point. ...
- ------------------------------------------------------------------------------
- Temporary document 'DraftCreation'
- Test 'Draft Point'
- p.x=5.0, p.y=3.0, p.z=2.0
- ok
- test_polygon (drafttests.test_creation.DraftCreation)
- Create a regular polygon. ...
- ------------------------------------------------------------------------------
- Temporary document 'DraftCreation'
- Test 'Draft Polygon'
- n_faces=6, radius=5
- ok
- test_polyline (drafttests.test_creation.DraftCreation)
- Create a polyline. ...
- ------------------------------------------------------------------------------
- Temporary document 'DraftCreation'
- Test 'Draft Wire'
- a=Vector (0.0, 0.0, 0.0), b=Vector (2.0, 0.0, 0.0)
- c=Vector (2.0, 2.0, 0.0)
- ok
- test_rectangle (drafttests.test_creation.DraftCreation)
- Create a rectangle. ...
- ------------------------------------------------------------------------------
- Temporary document 'DraftCreation'
- Test 'Draft Rectangle'
- length=5, width=2
- ok
- test_shapestring (drafttests.test_creation.DraftCreation)
- Create a ShapeString. NOT IMPLEMENTED CURRENTLY. ...
- ------------------------------------------------------------------------------
- Temporary document 'DraftCreation'
- Test 'Draft ShapeString'
- In order to test this, a font file is needed.
- text='Testing Shapestring ', font='None'
- Arguments to placeholder function
- p1=Text; p2=None
- p3=None; p4=None
- p5=None
- #-----------------------------------------------------#
- # This test is not implemented currently
- #-----------------------------------------------------#
- Automatic PASS
- ok
- test_text (drafttests.test_creation.DraftCreation)
- Create a text object. ...
- ------------------------------------------------------------------------------
- Temporary document 'DraftCreation'
- Test 'Draft Text'
- text='Testing testing'
- ----------------
- Text
- string: Testing testing
- placement: None
- ok
- test_circular_array (drafttests.test_modification.DraftModification)
- Create a rectangle, and a circular array. ...
- ------------------------------------------------------------------------------
- Temporary document 'DraftModification'
- Test 'Draft CircularArray'
- Rectangle
- length=4, width=2
- Array
- radial_distance=10, tangential_distance=8
- number=3, symmetry=1
- axis=Vector (0.0, 0.0, 1.0)
- center=Vector (0.0, 0.0, 0.0)
- ----------------
- Круговой массив
- base_object: Rectangle
- r_distance: 10
- tan_distance: 8
- number: 3
- symmetry: 1
- axis: Vector (0.0, 0.0, 1.0)
- center: Vector (0.0, 0.0, 0.0)
- use_link: True
- ok
- test_clone (drafttests.test_modification.DraftModification)
- Create a box, then create a clone of it. ...
- ------------------------------------------------------------------------------
- Temporary document 'DraftModification'
- Test 'Draft Clone'
- object: 'Solid' (Part::Box)
- clone: 'Clone' (Part::FeaturePython)
- ok
- test_copy (drafttests.test_modification.DraftModification)
- Create a line, then copy and move it. ...
- ------------------------------------------------------------------------------
- Temporary document 'DraftModification'
- Test 'Draft Move with copy'
- Line
- a=Vector (0.0, 3.0, 0.0), b=Vector (2.0, 3.0, 0.0)
- Translation vector (copy)
- c=Vector (2.0, 2.0, 0.0)
- ok
- test_downgrade (drafttests.test_modification.DraftModification)
- Downgrade a closed Draft Wire into three simple Part Edges. ...
- ------------------------------------------------------------------------------
- Temporary document 'DraftModification'
- Test 'Draft Downgrade'
- Closed wire
- a=Vector (0.0, 0.0, 0.0), b=Vector (2.0, 2.0, 0.0)
- c=Vector (2.0, 4.0, 0.0), a=Vector (0.0, 0.0, 0.0)
- ----------------
- Downgrade objects
- Found 1 parametric object: breaking its dependencies
- 1: Result 'Face' (Part::Feature)
- ----------------
- Downgrade objects
- Found 1 face: extracting its wires
- 2: Result 'Wire' (Part::Feature)
- ----------------
- Downgrade objects
- Found only wires: extracting their edges
- 3: Result 3 x 'Edge' (Part::Feature)
- ----------------
- Downgrade objects
- Дальнейшее упрощение невозможно
- 4: Result '[]'
- The last objects cannot be downgraded further
- ok
- test_draft_to_drawing (drafttests.test_modification.DraftModification)
- Create a solid, and then a projected view in a Drawing page. ...
- ------------------------------------------------------------------------------
- Temporary document 'DraftModification'
- Test 'Draft Drawing'
- The Drawing Workbench is obsolete since 0.17,
- consider using the TechDraw Workbench instead
- Prism
- n_sides=5
- placement=Placement [Pos=(0,0,0), Yaw-Pitch-Roll=(0,45,0)]
- Drawing view
- page=Drawing::FeaturePage
- template=/usr/share/freecad/data/Mod/Drawing/Templates/A3_Landscape.svg
- ok
- test_draft_to_sketch (drafttests.test_modification.DraftModification)
- Convert a Draft object to a Sketch and back. ...
- ------------------------------------------------------------------------------
- Temporary document 'DraftModification'
- Test 'Draft Draft2Sketch'
- Wire
- a=Vector (0.0, 0.0, 0.0), b=Vector (2.0, 2.0, 0.0)
- c=Vector (2.0, 4.0, 0.0)
- [New Thread 0x7fff9cff9640 (LWP 12495)]
- 1: Result 'Wire' (Sketcher::SketchObject)
- [Thread 0x7fff9cff9640 (LWP 12495) exited]
- 2: Result 'Wire' (Part::Part2DObjectPython)
- ok
- test_extend (drafttests.test_modification.DraftModification)
- Extend a line. NOT IMPLEMENTED. ...
- ------------------------------------------------------------------------------
- [Thread 0x7fff7bfff640 (LWP 12426) exited]
- Temporary document 'DraftModification'
- Test 'Draft Trimex extend'
- Line
- a=Vector (0.0, 0.0, 0.0), b=Vector (1.0, 1.0, 0.0)
- Line 2
- c=Vector (2.0, 2.0, 0.0), d=Vector (4.0, 2.0, 0.0)
- Arguments to placeholder function
- p1=<Part::Part2DObject>; p2=<Part::Part2DObject>
- p3=None; p4=None
- p5=None
- #-----------------------------------------------------#
- # This test is not implemented currently
- #-----------------------------------------------------#
- Automatic PASS
- ok
- test_join (drafttests.test_modification.DraftModification)
- Join two lines into a single Draft Wire. ...
- ------------------------------------------------------------------------------
- Temporary document 'DraftModification'
- Test 'Draft Join'
- Line 1
- a=Vector (0.0, 0.0, 0.0), b=Vector (2.0, 2.0, 0.0)
- Line 2
- b=Vector (2.0, 2.0, 0.0), c=Vector (2.0, 4.0, 0.0)
- ok
- test_mirror (drafttests.test_modification.DraftModification)
- Create a rectangle, then a mirrored shape. ...
- ------------------------------------------------------------------------------
- Temporary document 'DraftModification'
- Test 'Draft Mirror'
- Rectangle
- length=4, width=2
- Mirror axis
- p1=Vector (6.0, -2.0, 0.0)
- p2=Vector (6.0, 2.0, 0.0)
- ----------------
- Create mirror
- ok
- test_move (drafttests.test_modification.DraftModification)
- Create a line and move it. ...
- ------------------------------------------------------------------------------
- Temporary document 'DraftModification'
- Test 'Draft Move'
- Line
- a=Vector (0.0, 2.0, 0.0), b=Vector (2.0, 2.0, 0.0)
- Translation vector
- c=Vector (3.0, 1.0, 0.0)
- ok
- test_offset_closed (drafttests.test_modification.DraftModification)
- Create a rectangle, then produce an offset copy. ...
- ------------------------------------------------------------------------------
- Temporary document 'DraftModification'
- Test 'Draft Offset'
- Rectangle
- length=4, width=2
- Offset
- vector=Vector (-1.0, -1.0, 0.0)
- something wrong with firstDir
- ok
- test_offset_open (drafttests.test_modification.DraftModification)
- Create a wire, then produce an offset copy. ...
- ------------------------------------------------------------------------------
- Temporary document 'DraftModification'
- Test 'Draft Offset'
- Wire
- a=Vector (0.0, 2.0, 0.0), b=Vector (2.0, 4.0, 0.0)
- c=Vector (5.0, 2.0, 0.0)
- Offset
- vector=Vector (-1.0, 1.0, 0.0)
- ok
- test_path_array (drafttests.test_modification.DraftModification)
- Create a wire, a polygon, and a path array. ...
- ------------------------------------------------------------------------------
- Temporary document 'DraftModification'
- Test 'Draft PathArray'
- Wire
- a=Vector (0.0, 0.0, 0.0), b=Vector (2.0, 2.0, 0.0)
- c=Vector (2.0, 4.0, 0.0), d=Vector (8.0, 4.0, 0.0)
- Polygon
- n_faces=3, radius=1
- Path Array
- number=4, translation=Vector (0.0, 1.0, 0.0)
- subelements=Edge1, align=False
- ----------------
- Path array
- base_object: Polygon
- path_object: Wire
- count: 4
- extra: Vector (0.0, 1.0, 0.0)
- subelements: Edge1
- align: False
- align_mode: Original
- tan_vector: Vector (1.0, 0.0, 0.0)
- force_vertical: False
- vertical_vector: Vector (0.0, 0.0, 1.0)
- use_link: True
- ok
- test_point_array (drafttests.test_modification.DraftModification)
- Create a polygon, various point, and a point array. ...
- ------------------------------------------------------------------------------
- [Thread 0x7fff9ffff640 (LWP 12444) exited]
- Temporary document 'DraftModification'
- Test 'Draft PointArray'
- Points
- a=Vector (0.0, 0.0, 0.0), b=Vector (2.0, 2.0, 0.0)
- c=Vector (2.0, 4.0, 0.0), d=Vector (8.0, 4.0, 0.0)
- Upgrade
- ----------------
- Upgrade objects
- Found points: creating compound
- Polygon
- n_faces=3, radius=1
- Point Array
- ----------------
- Point array
- base_object: Polygon
- point_object: Block
- extra: None
- ok
- test_polar_array (drafttests.test_modification.DraftModification)
- Create a rectangle, and a polar array. ...
- ------------------------------------------------------------------------------
- Temporary document 'DraftModification'
- Test 'Draft PolarArray'
- Rectangle
- length=4, width=2
- Array
- number=5, polar_angle=180
- center=Vector (-4.0, 0.0, 0.0)
- ----------------
- Массив вращения
- base_object: Rectangle
- number: 5
- angle: 180
- center: Vector (-4.0, 0.0, 0.0)
- use_link: True
- ok
- test_rectangular_array (drafttests.test_modification.DraftModification)
- Create a rectangle, and a rectangular array. ...
- ------------------------------------------------------------------------------
- Temporary document 'DraftModification'
- Test 'Draft OrthoArray'
- Rectangle
- length=4, width=2
- Array
- direction_x=Vector (5.0, 0.0, 0.0)
- direction_y=Vector (0.0, 4.0, 0.0)
- direction_z=Vector (0.0, 0.0, 6.0)
- number_x=3, number_y=4, number_z=6
- ----------------
- Ортогональный массив
- base_object: Rectangle
- v_x: Vector (5.0, 0.0, 0.0)
- v_y: Vector (0.0, 4.0, 0.0)
- v_z: Vector (0.0, 0.0, 6.0)
- n_x: 3
- n_y: 4
- n_z: 6
- use_link: True
- ok
- test_rotate (drafttests.test_modification.DraftModification)
- Create a line, then rotate it. ...
- ------------------------------------------------------------------------------
- Temporary document 'DraftModification'
- Test 'Draft Rotate'
- Line
- a=Vector (1.0, 1.0, 0.0), b=Vector (3.0, 1.0, 0.0)
- Rotation
- angle=90 degrees
- ok
- test_scale_part_feature_arcs (drafttests.test_modification.DraftModification)
- Create and scale a part feature (arcs). ...
- ------------------------------------------------------------------------------
- Temporary document 'DraftModification'
- Test 'Draft Scale part feature (arcs)'
- ok
- test_scale_part_feature_lines (drafttests.test_modification.DraftModification)
- Create and scale a part feature (lines). ...
- ------------------------------------------------------------------------------
- Temporary document 'DraftModification'
- Test 'Draft Scale part feature (lines)'
- ok
- test_scale_rectangle (drafttests.test_modification.DraftModification)
- Create and scale a rectangle. ...
- ------------------------------------------------------------------------------
- Temporary document 'DraftModification'
- Test 'Draft Scale rectangle'
- ok
- test_scale_spline (drafttests.test_modification.DraftModification)
- Create and scale a spline. ...
- ------------------------------------------------------------------------------
- Temporary document 'DraftModification'
- Test 'Draft Scale spline'
- ok
- test_scale_wire (drafttests.test_modification.DraftModification)
- Create and scale a wire. ...
- ------------------------------------------------------------------------------
- Temporary document 'DraftModification'
- Test 'Draft Scale wire'
- ok
- test_shape_2d_view (drafttests.test_modification.DraftModification)
- Create a prism and then a 2D projection of it. ...
- ------------------------------------------------------------------------------
- Temporary document 'DraftModification'
- Test 'Draft Shape2DView'
- Prism
- n_sides=5
- placement=Placement [Pos=(0,0,0), Yaw-Pitch-Roll=(0,45,0)]
- Projection 2D view
- direction=Vector (0.0, 0.0, 1.0)
- ok
- test_split (drafttests.test_modification.DraftModification)
- Split a Draft Wire into two Draft Wires. ...
- ------------------------------------------------------------------------------
- Temporary document 'DraftModification'
- Test 'Draft_Split'
- Wire
- a=Vector (0.0, 0.0, 0.0), b=Vector (2.0, 2.0, 0.0)
- c=Vector (2.0, 4.0, 0.0), d=Vector (6.0, 4.0, 0.0)
- Split at
- p=Vector (2.0, 2.0, 0.0), index=1
- ok
- test_stretch (drafttests.test_modification.DraftModification)
- Stretch a line. NOT IMPLEMENTED. ...
- ------------------------------------------------------------------------------
- Temporary document 'DraftModification'
- Test 'Draft Stretch'
- This test requires an object and a selection
- Line
- a=Vector (0.0, 0.0, 0.0), b=Vector (1.0, 1.0, 0.0)
- Arguments to placeholder function
- p1=<Part::Part2DObject>; p2=Vector (4.0, 1.0, 0.0)
- p3=None; p4=None
- p5=None
- #-----------------------------------------------------#
- # This test is not implemented currently
- #-----------------------------------------------------#
- Automatic PASS
- ok
- test_trim (drafttests.test_modification.DraftModification)
- Trim a line. NOT IMPLEMENTED. ...
- ------------------------------------------------------------------------------
- Temporary document 'DraftModification'
- Test 'Draft Trimex trim'
- Line
- a=Vector (0.0, 0.0, 0.0), b=Vector (3.0, 3.0, 0.0)
- Line 2
- c=Vector (2.0, 2.0, 0.0), d=Vector (4.0, 2.0, 0.0)
- Arguments to placeholder function
- p1=<Part::Part2DObject>; p2=<Part::Part2DObject>
- p3=None; p4=None
- p5=None
- #-----------------------------------------------------#
- # This test is not implemented currently
- #-----------------------------------------------------#
- Automatic PASS
- ok
- test_upgrade (drafttests.test_modification.DraftModification)
- Upgrade two Lines into a closed Wire, then draftify it. ...
- ------------------------------------------------------------------------------
- Temporary document 'DraftModification'
- Test 'Draft Upgrade'
- Line 1
- a=Vector (0.0, 0.0, 0.0), b=Vector (2.0, 2.0, 0.0)
- Line 2
- b=Vector (2.0, 2.0, 0.0), c=Vector (2.0, 4.0, 0.0)
- ----------------
- Upgrade objects
- Found several wires or edges: wiring them
- 1: Result 'Wire' (Part::Feature)
- ----------------
- Upgrade objects
- trying: closing it
- Найдена 1 незамкнутая ломаная, закрываю её
- 2: Result 'Wire' (Part::Feature)
- ----------------
- Upgrade objects
- Found closed wires: creating faces
- 3: Result 'Face' (Part::Feature)
- ----------------
- Upgrade objects
- Found 1 non-parametric objects: draftifying it
- 4: Result 'Wire' (Part::Part2DObjectPython)
- ----------------
- Upgrade objects
- Unable to upgrade these objects.
- The last object cannot be upgraded further
- ok
- test_wire_to_bspline (drafttests.test_modification.DraftModification)
- Convert a polyline to BSpline and back. ...
- ------------------------------------------------------------------------------
- Temporary document 'DraftModification'
- Test 'Draft WireToBSpline'
- Wire
- a=Vector (0.0, 0.0, 0.0), b=Vector (2.0, 2.0, 0.0)
- c=Vector (2.0, 4.0, 0.0)
- 1: Result 'BSpline' (Part::Part2DObjectPython)
- 2: Result 'Wire' (Part::Part2DObjectPython)
- ok
- test_get_extended_wire (drafttests.test_draftgeomutils.TestDraftGeomUtils)
- Test the DraftGeomUtils.get_extended_wire function. ...
- ------------------------------------------------------------------------------
- Test 'DraftGeomUtils.get_extended_wire'
- Running tests with wire1
- Running tests with wire2
- Running tests with wire3
- Running tests with wire4
- Running tests with wire5
- Running tests with wire6
- Running tests with wire7
- Running tests with wire8
- Test completed, 248 subtests run
- ok
- test_export_svg (drafttests.test_svg.DraftSVG)
- Create some figures and export them to an SVG file. ...
- ------------------------------------------------------------------------------
- Temporary document 'DraftSVG'
- Test 'importSVG.export'
- file=/usr/share/freecad/data/Mod/Draft/drafttest/out_test.svg
- exists=False
- Arguments to placeholder function
- p1=/usr/share/freecad/data/Mod/Draft/drafttest/out_test.svg; p2=None
- p3=None; p4=None
- p5=None
- #-----------------------------------------------------#
- # This test is not implemented currently
- #-----------------------------------------------------#
- Automatic PASS
- ok
- test_get_svg_from_arch_space_with_zero_vector (drafttests.test_svg.DraftSVG)
- Try to get a svg string from an Arch Space with a zero-vector as direction. ...
- ------------------------------------------------------------------------------
- Temporary document 'DraftSVG'
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Arch/ArchSpace.py", line 312, in execute
- self.getShape(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchSpace.py", line 432, in getShape
- self.applyShape(obj,shape,pl)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
- self.computeAreas(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
- import TechDraw, Part
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- <class 'ModuleNotFoundError'>: No module named 'TechDraw'
- Recompute failed! Please check report view.
- ok
- test_read_svg (drafttests.test_svg.DraftSVG)
- Read an SVG file and import its elements as Draft objects. ...
- ------------------------------------------------------------------------------
- Temporary document 'DraftSVG'
- Test 'importSVG.import'
- This test requires an SVG file to read.
- file=/usr/share/freecad/data/Mod/Draft/drafttest/test.svg
- exists=False
- Arguments to placeholder function
- p1=/usr/share/freecad/data/Mod/Draft/drafttest/test.svg; p2=None
- p3=None; p4=None
- p5=None
- #-----------------------------------------------------#
- # This test is not implemented currently
- #-----------------------------------------------------#
- Automatic PASS
- ok
- test_export_dxf (drafttests.test_dxf.DraftDXF)
- Create some figures and export them to a DXF file. ...
- ------------------------------------------------------------------------------
- Temporary document 'DraftDXF'
- Test 'importDXF.export'
- file=/usr/share/freecad/data/Mod/Draft/drafttest/out_test.dxf
- exists=False
- Arguments to placeholder function
- p1=/usr/share/freecad/data/Mod/Draft/drafttest/out_test.dxf; p2=None
- p3=None; p4=None
- p5=None
- #-----------------------------------------------------#
- # This test is not implemented currently
- #-----------------------------------------------------#
- Automatic PASS
- ok
- test_read_dxf (drafttests.test_dxf.DraftDXF)
- Read a DXF file and import its elements as Draft objects. ...
- ------------------------------------------------------------------------------
- Temporary document 'DraftDXF'
- Test 'importDXF.import'
- This test requires a DXF file to read.
- file=/usr/share/freecad/data/Mod/Draft/drafttest/test.dxf
- exists=False
- Arguments to placeholder function
- p1=/usr/share/freecad/data/Mod/Draft/drafttest/test.dxf; p2=None
- p3=None; p4=None
- p5=None
- #-----------------------------------------------------#
- # This test is not implemented currently
- #-----------------------------------------------------#
- Automatic PASS
- ok
- test_export_dwg (drafttests.test_dwg.DraftDWG)
- Create some figures and export them to a DWG file. ...
- ------------------------------------------------------------------------------
- Temporary document 'DraftDWG'
- Test 'importDWG.export'
- file=/usr/share/freecad/data/Mod/Draft/drafttest/out_test.dwg
- exists=False
- Arguments to placeholder function
- p1=/usr/share/freecad/data/Mod/Draft/drafttest/out_test.dwg; p2=None
- p3=None; p4=None
- p5=None
- #-----------------------------------------------------#
- # This test is not implemented currently
- #-----------------------------------------------------#
- Automatic PASS
- ok
- test_read_dwg (drafttests.test_dwg.DraftDWG)
- Read a DWG file and import its elements as Draft objects. ...
- ------------------------------------------------------------------------------
- Temporary document 'DraftDWG'
- Test 'importDWG.import'
- This test requires a DWG file to read.
- file=/usr/share/freecad/data/Mod/Draft/drafttest/test.dwg
- exists=False
- Arguments to placeholder function
- p1=/usr/share/freecad/data/Mod/Draft/drafttest/test.dwg; p2=None
- p3=None; p4=None
- p5=None
- #-----------------------------------------------------#
- # This test is not implemented currently
- #-----------------------------------------------------#
- Automatic PASS
- ok
- test_00print (femtest.app.test_femimport.TestFemImport) ...
- ****************************************************************************************************
- ********** run FEM TestFemImport tests *************************************************************
- ****************************************************************************************************
- ok
- test_import_fem (femtest.app.test_femimport.TestFemImport) ...
- Try importing Fem ...
- Try importing FemGui ...
- ok
- test_00print (femtest.app.test_common.TestFemCommon) ...
- ****************************************************************************************************
- ********** run FEM TestFemCommon tests *************************************************************
- ****************************************************************************************************
- ok
- test_adding_refshaps (femtest.app.test_common.TestFemCommon) ... ok
- test_pyimport_all_FEM_modules (femtest.app.test_common.TestFemCommon) ... /usr/lib64/freecad/Mod/Fem
- /usr/lib64/freecad/Mod/Fem/femexamples
- /usr/lib64/freecad/Mod/Fem/feminout
- /usr/lib64/freecad/Mod/Fem/femmesh
- /usr/lib64/freecad/Mod/Fem/femobjects
- /usr/lib64/freecad/Mod/Fem/femresult
- /usr/lib64/freecad/Mod/Fem/femtest
- /usr/lib64/freecad/Mod/Fem/femtools
- /usr/lib64/freecad/Mod/Fem/femsolver
- /usr/lib64/freecad/Mod/Fem/femsolver/elmer
- /usr/lib64/freecad/Mod/Fem/femsolver/elmer/equations
- /usr/lib64/freecad/Mod/Fem/femsolver/z88
- /usr/lib64/freecad/Mod/Fem/femsolver/calculix
- /usr/lib64/freecad/Mod/Fem/femcommands
- /usr/lib64/freecad/Mod/Fem/femguiobjects
- /usr/lib64/freecad/Mod/Fem/femguiutils
- /usr/lib64/freecad/Mod/Fem/femtaskpanels
- /usr/lib64/freecad/Mod/Fem/femviewprovider
- Try importing ObjectsFem ...
- Try importing TestFemApp ...
- Try importing TestFemGui ...
- Try importing femexamples.__init__ ...
- Try importing femexamples.boxanalysis_base ...
- Try importing femexamples.boxanalysis_frequency ...
- Try importing femexamples.boxanalysis_static ...
- Try importing femexamples.buckling_lateraltorsionalbuckling ...
- Try importing femexamples.buckling_platebuckling ...
- Try importing femexamples.ccx_buckling_flexuralbuckling ...
- Try importing femexamples.ccx_cantilever_base_edge ...
- Try importing femexamples.ccx_cantilever_base_face ...
- Try importing femexamples.ccx_cantilever_base_solid ...
- Try importing femexamples.ccx_cantilever_beam_circle ...
- Try importing femexamples.ccx_cantilever_beam_pipe ...
- Try importing femexamples.ccx_cantilever_beam_rect ...
- Try importing femexamples.ccx_cantilever_ele_hexa20 ...
- Try importing femexamples.ccx_cantilever_ele_quad4 ...
- Try importing femexamples.ccx_cantilever_ele_quad8 ...
- Try importing femexamples.ccx_cantilever_ele_seg2 ...
- Try importing femexamples.ccx_cantilever_ele_seg3 ...
- Try importing femexamples.ccx_cantilever_ele_tetra4 ...
- Try importing femexamples.ccx_cantilever_ele_tria3 ...
- Try importing femexamples.ccx_cantilever_ele_tria6 ...
- Try importing femexamples.ccx_cantilever_faceload ...
- Try importing femexamples.ccx_cantilever_nodeload ...
- Try importing femexamples.ccx_cantilever_prescribeddisplacement ...
- Try importing femexamples.constraint_centrif ...
- Try importing femexamples.constraint_contact_shell_shell ...
- Try importing femexamples.constraint_contact_solid_solid ...
- Try importing femexamples.constraint_section_print ...
- Try importing femexamples.constraint_selfweight_cantilever ...
- Try importing femexamples.constraint_tie ...
- Try importing femexamples.constraint_transform_beam_hinged ...
- Try importing femexamples.constraint_transform_torque ...
- Try importing femexamples.elmer_nonguitutorial01_eigenvalue_of_elastic_beam ...
- Try importing femexamples.equation_electrostatics_capacitance_two_balls ...
- Try importing femexamples.equation_electrostatics_electricforce_elmer_nongui6 ...
- Try importing femexamples.examplesgui ...
- Try importing femexamples.frequency_beamsimple ...
- Try importing femexamples.manager ...
- Try importing femexamples.material_multiple_bendingbeam_fiveboxes ...
- Try importing femexamples.material_multiple_bendingbeam_fivefaces ...
- Try importing femexamples.material_multiple_tensionrod_twoboxes ...
- Try importing femexamples.material_nl_platewithhole ...
- Try importing femexamples.mystran_plate ...
- Try importing femexamples.rc_wall_2d ...
- Try importing femexamples.square_pipe_end_twisted_edgeforces ...
- Try importing femexamples.square_pipe_end_twisted_nodeforces ...
- Try importing femexamples.thermomech_bimetall ...
- Try importing femexamples.thermomech_flow1d ...
- Try importing femexamples.thermomech_spine ...
- Try importing femexamples.truss_3d_cs_circle_ele_seg2 ...
- Try importing femexamples.truss_3d_cs_circle_ele_seg3 ...
- Try importing feminout.__init__ ...
- Try importing feminout.convert2TetGen ...
- Try importing feminout.exportNastranMesh ...
- Module pyNastran not found. Writing Mystran solver input will not be work.
- Try importing feminout.importCcxDatResults ...
- Try importing feminout.importCcxFrdResults ...
- Try importing feminout.importFenicsMesh ...
- Try importing feminout.importInpMesh ...
- Try importing feminout.importPyMesh ...
- Try importing feminout.importToolsFem ...
- Try importing feminout.importVTKResults ...
- Try importing feminout.importYamlJsonMesh ...
- No YAML available (import yaml failure), yaml import/export won't work
- Try importing feminout.importZ88Mesh ...
- Try importing feminout.importZ88O2Results ...
- Try importing feminout.readFenicsXDMF ...
- Try importing feminout.readFenicsXML ...
- Try importing feminout.writeFenicsXDMF ...
- Try importing feminout.writeFenicsXML ...
- Try importing femmesh.__init__ ...
- Try importing femmesh.femmesh2mesh ...
- Try importing femmesh.gmshtools ...
- Try importing femmesh.meshsetsgetter ...
- Try importing femmesh.meshtools ...
- Try importing femobjects.__init__ ...
- Try importing femobjects.base_fempythonobject ...
- Try importing femobjects.constant_vacuumpermittivity ...
- Try importing femobjects.constraint_bodyheatsource ...
- Try importing femobjects.constraint_centrif ...
- Try importing femobjects.constraint_electrostaticpotential ...
- Try importing femobjects.constraint_flowvelocity ...
- Try importing femobjects.constraint_initialflowvelocity ...
- Try importing femobjects.constraint_sectionprint ...
- Try importing femobjects.constraint_selfweight ...
- Try importing femobjects.constraint_tie ...
- Try importing femobjects.element_fluid1D ...
- Try importing femobjects.element_geometry1D ...
- Try importing femobjects.element_geometry2D ...
- Try importing femobjects.element_rotation1D ...
- Try importing femobjects.material_common ...
- Try importing femobjects.material_mechanicalnonlinear ...
- Try importing femobjects.material_reinforced ...
- Try importing femobjects.mesh_boundarylayer ...
- Try importing femobjects.mesh_gmsh ...
- Try importing femobjects.mesh_group ...
- Try importing femobjects.mesh_region ...
- Try importing femobjects.mesh_result ...
- Try importing femobjects.result_mechanical ...
- Try importing femobjects.solver_ccxtools ...
- Try importing femresult.__init__ ...
- Try importing femresult.resulttools ...
- Try importing femtest.__init__ ...
- Try importing femtools.__init__ ...
- Try importing femtools.ccxtools ...
- Try importing femtools.checksanalysis ...
- Try importing femtools.constants ...
- Try importing femtools.errors ...
- Try importing femtools.femutils ...
- Try importing femtools.geomtools ...
- Try importing femtools.membertools ...
- Try importing femtools.migrate_app ...
- Try importing femtools.tokrules ...
- Try importing femsolver.__init__ ...
- Try importing femsolver.equationbase ...
- Try importing femsolver.report ...
- Try importing femsolver.reportdialog ...
- Try importing femsolver.run ...
- Try importing femsolver.settings ...
- Try importing femsolver.signal ...
- Try importing femsolver.solver_taskpanel ...
- Try importing femsolver.solverbase ...
- Try importing femsolver.task ...
- Try importing femsolver.writerbase ...
- Try importing femsolver.elmer.__init__ ...
- Try importing femsolver.elmer.sifio ...
- Try importing femsolver.elmer.solver ...
- Try importing femsolver.elmer.tasks ...
- Try importing femsolver.elmer.writer ...
- Try importing femsolver.elmer.equations.__init__ ...
- Try importing femsolver.elmer.equations.elasticity ...
- Try importing femsolver.elmer.equations.electricforce ...
- Try importing femsolver.elmer.equations.electrostatic ...
- Try importing femsolver.elmer.equations.equation ...
- Try importing femsolver.elmer.equations.flow ...
- Try importing femsolver.elmer.equations.flux ...
- Try importing femsolver.elmer.equations.heat ...
- Try importing femsolver.elmer.equations.linear ...
- Try importing femsolver.elmer.equations.nonlinear ...
- Try importing femsolver.z88.__init__ ...
- Try importing femsolver.z88.solver ...
- Try importing femsolver.z88.tasks ...
- Try importing femsolver.z88.writer ...
- Try importing femsolver.calculix.__init__ ...
- Try importing femsolver.calculix.solver ...
- Try importing femsolver.calculix.tasks ...
- Try importing femsolver.calculix.write_constraint_centrif ...
- Try importing femsolver.calculix.write_constraint_contact ...
- Try importing femsolver.calculix.write_constraint_displacement ...
- Try importing femsolver.calculix.write_constraint_fixed ...
- Try importing femsolver.calculix.write_constraint_fluidsection ...
- Try importing femsolver.calculix.write_constraint_force ...
- Try importing femsolver.calculix.write_constraint_heatflux ...
- Try importing femsolver.calculix.write_constraint_initialtemperature ...
- Try importing femsolver.calculix.write_constraint_planerotation ...
- Try importing femsolver.calculix.write_constraint_pressure ...
- Try importing femsolver.calculix.write_constraint_sectionprint ...
- Try importing femsolver.calculix.write_constraint_selfweight ...
- Try importing femsolver.calculix.write_constraint_temperature ...
- Try importing femsolver.calculix.write_constraint_tie ...
- Try importing femsolver.calculix.write_constraint_transform ...
- Try importing femsolver.calculix.write_femelement_geometry ...
- Try importing femsolver.calculix.write_femelement_material ...
- Try importing femsolver.calculix.write_femelement_matgeosets ...
- Try importing femsolver.calculix.write_footer ...
- Try importing femsolver.calculix.write_mesh ...
- Try importing femsolver.calculix.write_step_equation ...
- Try importing femsolver.calculix.write_step_output ...
- Try importing femsolver.calculix.writer ...
- Try importing femcommands.__init__ ...
- Try importing femcommands.commands ...
- Try importing femcommands.manager ...
- Try importing femguiobjects.__init__ ...
- Try importing femguiutils.__init__ ...
- Try importing femguiutils.migrate_gui ...
- Try importing femguiutils.selection_widgets ...
- Try importing femtaskpanels.__init__ ...
- Try importing femtaskpanels.task_constraint_centrif ...
- Try importing femtaskpanels.task_constraint_electrostaticpotential ...
- Try importing femtaskpanels.task_constraint_flowvelocity ...
- Try importing femtaskpanels.task_constraint_initialflowvelocity ...
- Try importing femtaskpanels.task_constraint_sectionprint ...
- Try importing femtaskpanels.task_constraint_tie ...
- Try importing femtaskpanels.task_element_fluid1D ...
- Try importing femtaskpanels.task_element_geometry1D ...
- Try importing femtaskpanels.task_element_geometry2D ...
- Try importing femtaskpanels.task_element_rotation1D ...
- Try importing femtaskpanels.task_material_common ...
- Try importing femtaskpanels.task_material_reinforced ...
- Try importing femtaskpanels.task_mesh_boundarylayer ...
- Try importing femtaskpanels.task_mesh_gmsh ...
- Try importing femtaskpanels.task_mesh_group ...
- Try importing femtaskpanels.task_mesh_region ...
- Try importing femtaskpanels.task_result_mechanical ...
- [New Thread 0x7fff9ffff640 (LWP 12542)]
- [Detaching after vfork from child process 12543]
- [Detaching after vfork from child process 12544]
- Matplotlib is building the font cache; this may take a moment.
- [Thread 0x7fff9ffff640 (LWP 12542) exited]
- Try importing femtaskpanels.task_solver_ccxtools ...
- Try importing femviewprovider.__init__ ...
- Try importing femviewprovider.view_base_femconstraint ...
- Try importing femviewprovider.view_base_femobject ...
- Try importing femviewprovider.view_constant_vacuumpermittivity ...
- Try importing femviewprovider.view_constraint_bodyheatsource ...
- Try importing femviewprovider.view_constraint_centrif ...
- Try importing femviewprovider.view_constraint_electrostaticpotential ...
- Try importing femviewprovider.view_constraint_flowvelocity ...
- Try importing femviewprovider.view_constraint_initialflowvelocity ...
- Try importing femviewprovider.view_constraint_sectionprint ...
- Try importing femviewprovider.view_constraint_selfweight ...
- Try importing femviewprovider.view_constraint_tie ...
- Try importing femviewprovider.view_element_fluid1D ...
- Try importing femviewprovider.view_element_geometry1D ...
- Try importing femviewprovider.view_element_geometry2D ...
- Try importing femviewprovider.view_element_rotation1D ...
- Try importing femviewprovider.view_material_common ...
- Try importing femviewprovider.view_material_mechanicalnonlinear ...
- Try importing femviewprovider.view_material_reinforced ...
- Try importing femviewprovider.view_mesh_boundarylayer ...
- Try importing femviewprovider.view_mesh_gmsh ...
- Try importing femviewprovider.view_mesh_group ...
- Try importing femviewprovider.view_mesh_region ...
- Try importing femviewprovider.view_mesh_result ...
- Try importing femviewprovider.view_result_mechanical ...
- Try importing femviewprovider.view_solver_ccxtools ...
- ok
- test_00print (femtest.app.test_object.TestObjectCreate) ...
- ****************************************************************************************************
- ********** run FEM TestObjectCreate tests **********************************************************
- ****************************************************************************************************
- ok
- Module to read results not found.
- Module pyNastran not found. Writing Mystran solver input will not be work.
- test_femobjects_make (femtest.app.test_object.TestObjectCreate) ... doc objects count: 56, method: test_femobjects_make
- Save FreeCAD all objects file to /tmp/FEM_unittests/objects_create_all_374ed200d077/all_objects.FCStd ...
- PropertyPostDataObject::SaveDocFile: ignore empty vtkUnstructuredGrid
- PropertyPostDataObject::SaveDocFile: ignore empty vtkUnstructuredGrid
- PropertyPostDataObject::SaveDocFile: ignore empty vtkUnstructuredGrid
- [New Thread 0x7fff9ffff640 (LWP 12576)]
- [New Thread 0x7fff7bfff640 (LWP 12577)]
- [Thread 0x7fff7bfff640 (LWP 12577) exited]
- [Thread 0x7fff9ffff640 (LWP 12576) exited]
- [New Thread 0x7fff9ffff640 (LWP 12578)]
- [Thread 0x7fff9ffff640 (LWP 12578) exited]
- ok
- test_00print (femtest.app.test_object.TestObjectType) ...
- ****************************************************************************************************
- ********** run FEM TestObjectType tests ************************************************************
- ****************************************************************************************************
- ok
- test_femobjects_derivedfromfem (femtest.app.test_object.TestObjectType) ... doc objects count: 51, method: test_femobjects_derivedfromfem
- [New Thread 0x7fff9ffff640 (LWP 12582)]
- [Thread 0x7fff9ffff640 (LWP 12582) exited]
- [New Thread 0x7fff9ffff640 (LWP 12583)]
- [Thread 0x7fff9ffff640 (LWP 12583) exited]
- [New Thread 0x7fff9ffff640 (LWP 12584)]
- [Thread 0x7fff9ffff640 (LWP 12584) exited]
- ok
- test_femobjects_derivedfromstd (femtest.app.test_object.TestObjectType) ... doc objects count: 51, method: test_femobjects_derivedfromstd
- [New Thread 0x7fff9ffff640 (LWP 12585)]
- [New Thread 0x7fff7bfff640 (LWP 12586)]
- [Thread 0x7fff9ffff640 (LWP 12585) exited]
- [New Thread 0x7fff9ffff640 (LWP 12587)]
- ok
- [Thread 0x7fff9ffff640 (LWP 12587) exited]
- [Thread 0x7fff7bfff640 (LWP 12586) exited]
- test_femobjects_isoftype (femtest.app.test_object.TestObjectType) ... doc objects count: 51, method: test_femobjects_isoftype
- [New Thread 0x7fff7bfff640 (LWP 12588)]
- [Thread 0x7fff7bfff640 (LWP 12588) exited]
- [New Thread 0x7fff7bfff640 (LWP 12589)]
- [Thread 0x7fff7bfff640 (LWP 12589) exited]
- [New Thread 0x7fff7bfff640 (LWP 12590)]
- [Thread 0x7fff7bfff640 (LWP 12590) exited]
- ok
- test_femobjects_type (femtest.app.test_object.TestObjectType) ... doc objects count: 51, method: test_femobjects_type
- [New Thread 0x7fff7bfff640 (LWP 12591)]
- [Thread 0x7fff7bfff640 (LWP 12591) exited]
- [New Thread 0x7fff7bfff640 (LWP 12592)]
- [Thread 0x7fff7bfff640 (LWP 12592) exited]
- [New Thread 0x7fff7bfff640 (LWP 12593)]
- [Thread 0x7fff7bfff640 (LWP 12593) exited]
- ok
- test_00print (femtest.app.test_open.TestObjectOpen) ...
- ****************************************************************************************************
- ********** run FEM TestObjectOpen tests ************************************************************
- ****************************************************************************************************
- ok
- test_femobjects_open_de9b3fb438 (femtest.app.test_open.TestObjectOpen) ... load old document objects
- [New Thread 0x7fff9ffff640 (LWP 12657)]
- [New Thread 0x7fff7bfff640 (LWP 12655)]
- [New Thread 0x7fff9cff9640 (LWP 12656)]
- [New Thread 0x7fffad89b640 (LWP 12668)]
- [New Thread 0x7fff64e1b640 (LWP 12669)]
- [Thread 0x7fff64e1b640 (LWP 12669) exited]
- [Thread 0x7fffad89b640 (LWP 12668) exited]
- [New Thread 0x7fff64e1b640 (LWP 12670)]
- [Thread 0x7fff64e1b640 (LWP 12670) exited]
- ok
- test_femobjects_open_head (femtest.app.test_open.TestObjectOpen) ... load master head document objects
- PropertyPostDataObject::SaveDocFile: ignore empty vtkUnstructuredGrid
- PropertyPostDataObject::SaveDocFile: ignore empty vtkUnstructuredGrid
- PropertyPostDataObject::SaveDocFile: ignore empty vtkUnstructuredGrid
- [New Thread 0x7fff64e1b640 (LWP 12673)]
- [New Thread 0x7fffad89b640 (LWP 12674)]
- [Thread 0x7fff64e1b640 (LWP 12673) exited]
- [New Thread 0x7fff64e1b640 (LWP 12675)]
- [Thread 0x7fff64e1b640 (LWP 12675) exited]
- [Thread 0x7fffad89b640 (LWP 12674) exited]
- [New Thread 0x7fffad89b640 (LWP 12679)]
- [New Thread 0x7fff64e1b640 (LWP 12680)]
- [Thread 0x7fffad89b640 (LWP 12679) exited]
- [New Thread 0x7fff64e1b640 (LWP 12681)]
- [Thread 0x7fff64e1b640 (LWP 12680) exited]
- ok
- [Thread 0x7fff64e1b640 (LWP 12681) exited]
- test_00print (femtest.app.test_material.TestMaterialUnits) ...
- ****************************************************************************************************
- ********** run FEM TestMaterialUnits tests *********************************************************
- ****************************************************************************************************
- ok
- test_known_quantity_units (femtest.app.test_material.TestMaterialUnits) ... ERROR
- test_material_card_quantities (femtest.app.test_material.TestMaterialUnits) ... /usr/share/freecad/data/Mod/Material/StandardMaterial
- ERROR
- test_00print (femtest.app.test_mesh.TestMeshCommon) ...
- ****************************************************************************************************
- ********** run FEM TestMeshCommon tests ************************************************************
- ****************************************************************************************************
- ok
- [New Thread 0x7fff64e1b640 (LWP 12695)]
- [Thread 0x7fff64e1b640 (LWP 12695) exited]
- test_mesh_seg2_python (femtest.app.test_mesh.TestMeshCommon) ... ok
- [New Thread 0x7fff64e1b640 (LWP 12696)]
- [Thread 0x7fff64e1b640 (LWP 12696) exited]
- test_mesh_seg3_python (femtest.app.test_mesh.TestMeshCommon) ... ok
- [New Thread 0x7fff64e1b640 (LWP 12700)]
- [New Thread 0x7fffad89b640 (LWP 12701)]
- [Thread 0x7fffad89b640 (LWP 12701) exited]
- [Thread 0x7fff64e1b640 (LWP 12700) exited]
- test_unv_save_load (femtest.app.test_mesh.TestMeshCommon) ... ok
- [New Thread 0x7fffad89b640 (LWP 12705)]
- [Thread 0x7fffad89b640 (LWP 12705) exited]
- test_writeAbaqus_precision (femtest.app.test_mesh.TestMeshCommon) ... ok
- test_00print (femtest.app.test_mesh.TestMeshEleTetra10) ...
- ****************************************************************************************************
- ********** run FEM TestMeshEleTetra10 tests ********************************************************
- ****************************************************************************************************
- ok
- [New Thread 0x7fffad89b640 (LWP 12706)]
- [Thread 0x7fffad89b640 (LWP 12706) exited]
- test_tetra10_create (femtest.app.test_mesh.TestMeshEleTetra10) ... ok
- [New Thread 0x7fffad89b640 (LWP 12707)]
- [Thread 0x7fffad89b640 (LWP 12707) exited]
- [New Thread 0x7fffad89b640 (LWP 12711)]
- [Thread 0x7fffad89b640 (LWP 12711) exited]
- [New Thread 0x7fffad89b640 (LWP 12712)]
- test_tetra10_inp (femtest.app.test_mesh.TestMeshEleTetra10) ... [1, (1, 2, 3, 4, 5, 6, 7, 8, 9, 10)]
- [New Thread 0x7fff64e1b640 (LWP 12713)]
- [New Thread 0x7fff6461a640 (LWP 12714)]
- [Thread 0x7fffad89b640 (LWP 12712) exited]
- [Thread 0x7fff6461a640 (LWP 12714) exited]
- [Thread 0x7fff64e1b640 (LWP 12713) exited]
- ok
- [New Thread 0x7fff64e1b640 (LWP 12715)]
- [Thread 0x7fff64e1b640 (LWP 12715) exited]
- test_tetra10_unv (femtest.app.test_mesh.TestMeshEleTetra10) ... [1, (1, 2, 3, 4, 5, 6, 7, 8, 9, 10)]
- [New Thread 0x7fff64e1b640 (LWP 12716)]
- [Thread 0x7fff64e1b640 (LWP 12716) exited]
- [New Thread 0x7fff64e1b640 (LWP 12717)]
- [Thread 0x7fff64e1b640 (LWP 12717) exited]
- ok
- [New Thread 0x7fff64e1b640 (LWP 12718)]
- [Thread 0x7fff64e1b640 (LWP 12718) exited]
- [New Thread 0x7fff64e1b640 (LWP 12722)]
- [New Thread 0x7fff6461a640 (LWP 12723)]
- [Thread 0x7fff64e1b640 (LWP 12722) exited]
- [Thread 0x7fff6461a640 (LWP 12723) exited]
- test_tetra10_vkt (femtest.app.test_mesh.TestMeshEleTetra10) ... [1, (1, 2, 3, 4, 5, 6, 7, 8, 9, 10)]
- [New Thread 0x7fff6461a640 (LWP 12724)]
- [New Thread 0x7fff64e1b640 (LWP 12725)]
- [Thread 0x7fff6461a640 (LWP 12724) exited]
- [Thread 0x7fff64e1b640 (LWP 12725) exited]
- ok
- [New Thread 0x7fff64e1b640 (LWP 12726)]
- [Thread 0x7fff64e1b640 (LWP 12726) exited]
- Unknown extension, please select other importer.
- test_tetra10_yml (femtest.app.test_mesh.TestMeshEleTetra10) ... Converting indices to integer numbers ...OK
- No Nodes found!
- Unknown extension, please select other importer.
- Converting indices to integer numbers ...OK
- No Nodes found!
- ERROR
- [New Thread 0x7fff64e1b640 (LWP 12727)]
- [Thread 0x7fff64e1b640 (LWP 12727) exited]
- [New Thread 0x7fff64e1b640 (LWP 12728)]
- [Thread 0x7fff64e1b640 (LWP 12728) exited]
- [New Thread 0x7fff64e1b640 (LWP 12732)]
- [Thread 0x7fff64e1b640 (LWP 12732) exited]
- [New Thread 0x7fff64e1b640 (LWP 12733)]
- test_tetra10_z88 (femtest.app.test_mesh.TestMeshEleTetra10) ... [1, (1, 2, 3, 4, 5, 6, 7, 8, 9, 10)]
- [Thread 0x7fff64e1b640 (LWP 12733) exited]
- [New Thread 0x7fff64e1b640 (LWP 12734)]
- [New Thread 0x7fff6461a640 (LWP 12735)]
- [Thread 0x7fff64e1b640 (LWP 12734) exited]
- [Thread 0x7fff6461a640 (LWP 12735) exited]
- ok
- [New Thread 0x7fff6461a640 (LWP 12736)]
- [Thread 0x7fff6461a640 (LWP 12736) exited]
- test_00print (femtest.app.test_mesh.TestMeshGroups) ...
- ****************************************************************************************************
- ********** run FEM TestMeshGroups tests *********************************************************
- ****************************************************************************************************
- ok
- test_add_group_elements (femtest.app.test_mesh.TestMeshGroups)
- [New Thread 0x7fff6461a640 (LWP 12740)]
- [Thread 0x7fff6461a640 (LWP 12740) exited]
- Add a node group, add elements to it. Verify that elements added ... ok
- test_add_groups (femtest.app.test_mesh.TestMeshGroups)
- [New Thread 0x7fff6461a640 (LWP 12746)]
- [Thread 0x7fff6461a640 (LWP 12746) exited]
- Create different groups with different names. Check whether the ... ok
- test_delete_groups (femtest.app.test_mesh.TestMeshGroups)
- [New Thread 0x7fff6461a640 (LWP 12750)]
- [Thread 0x7fff6461a640 (LWP 12750) exited]
- Adds a number of groups to FemMesh and deletes them ... ok
- test_00print (femtest.app.test_result.TestResult) ...
- ****************************************************************************************************
- ********** run FEM TestResult tests ****************************************************************
- ****************************************************************************************************
- ok
- test_disp_abs (femtest.app.test_result.TestResult) ... ok
- test_read_frd_massflow_networkpressure (femtest.app.test_result.TestResult) ... Read ccx results from frd file: /usr/lib64/freecad/Mod/Fem/femtest/data/calculix/thermomech_flow1D.frd
- Read special 1DFlow nodes data form: /usr/lib64/freecad/Mod/Fem/femtest/data/calculix/thermomech_flow1D_inout_nodes.txt
- [['2', '15', '1', 'PIPE INLET\n'], ['13', '27', '28', 'PIPE OUTLET\n']]
- ok
- test_rho (femtest.app.test_result.TestResult) ... ok
- test_stress_principal_reinforced (femtest.app.test_result.TestResult) ... ok
- test_stress_principal_std (femtest.app.test_result.TestResult) ... ok
- test_stress_von_mises (femtest.app.test_result.TestResult) ... ok
- test_00print (femtest.app.test_ccxtools.TestCcxTools) ...
- ****************************************************************************************************
- ********** run FEM TestCcxTools tests **************************************************************
- ****************************************************************************************************
- ok
- [New Thread 0x7fff6461a640 (LWP 12766)]
- [Thread 0x7fff6461a640 (LWP 12766) exited]
- test_box_frequency (femtest.app.test_ccxtools.TestCcxTools) ...
- --------------- Start of FEM ccxtools box_frequency test---------------
- Setting up working directory /tmp/FEM_unittests/ccxtools_box_frequency_afb12faf6140
- Checking FEM inp file prerequisites for box_frequency ...
- Check prerequisites...
- Checking FEM inp file write...
- Writing /tmp/FEM_unittests/ccxtools_box_frequency_afb12faf6140/Mesh.inp for box_frequency
- Get mesh data for constraints, materials and element geometry...
- [{'ccx_elset': 'Evolumes', 'ccx_elset_name': 'MechanicalMaterialSolid', 'mat_obj_name': 'MechanicalMaterial', 'ccx_mat_name': 'Steel-Generic'}]
- Getting mesh data time: 0.001 seconds.
- CalculiX solver input writing...
- Input file:/tmp/FEM_unittests/ccxtools_box_frequency_afb12faf6140/Mesh.inp
- One monster input file.
- Writing time CalculiX input file: 0.007 seconds.
- Comparing /usr/lib64/freecad/Mod/Fem/femtest/data/calculix/box_frequency.inp to /tmp/FEM_unittests/ccxtools_box_frequency_afb12faf6140/Mesh.inp
- Setting up working directory to /usr/lib64/freecad/Mod/Fem/femtest/data/calculix in order to read simulated calculations
- Setting base name to read test box_frequency.frd file...
- Setting inp file name to read test box_frequency.frd file...
- Checking FEM frd file read from box_frequency...
- CalculiX read results...
- Read ccx results from frd file: /usr/lib64/freecad/Mod/Fem/femtest/data/calculix/box_frequency.frd
- [New Thread 0x7fff6461a640 (LWP 12770)]
- [Thread 0x7fff6461a640 (LWP 12770) exited]
- [New Thread 0x7fff6461a640 (LWP 12771)]
- Read ccx results from dat file: /usr/lib64/freecad/Mod/Fem/femtest/data/calculix/box_frequency.dat
- [Thread 0x7fff6461a640 (LWP 12771) exited]
- Reading stats from result object for box_frequency...
- Save FreeCAD file for box_frequency to /tmp/FEM_unittests/ccxtools_box_frequency_afb12faf6140/box_frequency.FCStd...
- --------------- End of box_frequency -------------------
- [New Thread 0x7fff6461a640 (LWP 12772)]
- [New Thread 0x7fff64e1b640 (LWP 12773)]
- [Thread 0x7fff6461a640 (LWP 12772) exited]
- ok
- [Thread 0x7fff64e1b640 (LWP 12773) exited]
- [Thread 0x7fff9f7fe640 (LWP 11882) exited]
- [Thread 0x7fff7bfff640 (LWP 12655) exited]
- [Thread 0x7fff9ffff640 (LWP 12657) exited]
- [New Thread 0x7fff9ffff640 (LWP 12774)]
- [Thread 0x7fff9ffff640 (LWP 12774) exited]
- test_box_static (femtest.app.test_ccxtools.TestCcxTools) ...
- --------------- Start of FEM ccxtools box_static test---------------
- Setting up working directory /tmp/FEM_unittests/ccxtools_box_static_9650bf724e2c
- Checking FEM inp file prerequisites for box_static ...
- Check prerequisites...
- Checking FEM inp file write...
- Writing /tmp/FEM_unittests/ccxtools_box_static_9650bf724e2c/Mesh.inp for box_static
- Get mesh data for constraints, materials and element geometry...
- [{'ccx_elset': 'Evolumes', 'ccx_elset_name': 'MechanicalMaterialSolid', 'mat_obj_name': 'MechanicalMaterial', 'ccx_mat_name': 'Steel-Generic'}]
- FemConstraintFixed:
- Type: Fem::ConstraintFixed, Name: FemConstraintFixed
- ReferenceShape ... Type: Face, Object name: Box, Object label: Box, Element name: Face1
- [New Thread 0x7fff9ffff640 (LWP 12775)]
- FemConstraintForce:
- Type: Fem::ConstraintForce, Name: FemConstraintForce
- ReferenceShape ... Type: Face, Object name: Box, Object label: Box, Element name: Face6
- No face data in finite volume element mesh. FreeCAD uses getccxVolumesByFace() to retrieve the volume elements of the ref_face.
- FemConstraintPressure:
- Type: Fem::ConstraintPressure, Name: FemConstraintPressure
- ReferenceShape ... Type: Face, Object name: Box, Object label: Box, Element name: Face2
- Getting mesh data time: 0.098 seconds.
- CalculiX solver input writing...
- Input file:/tmp/FEM_unittests/ccxtools_box_static_9650bf724e2c/Mesh.inp
- One monster input file.
- Writing time CalculiX input file: 0.007 seconds.
- Comparing /usr/lib64/freecad/Mod/Fem/femtest/data/calculix/box_static.inp to /tmp/FEM_unittests/ccxtools_box_static_9650bf724e2c/Mesh.inp
- Setting up working directory to /usr/lib64/freecad/Mod/Fem/femtest/data/calculix in order to read simulated calculations
- Setting base name to read test box_static.frd file...
- Setting inp file name to read test box_static.frd file...
- Checking FEM frd file read from box_static...
- CalculiX read results...
- Read ccx results from frd file: /usr/lib64/freecad/Mod/Fem/femtest/data/calculix/box_static.frd
- [New Thread 0x7fff7bfff640 (LWP 12776)]
- [Thread 0x7fff7bfff640 (LWP 12776) exited]
- [New Thread 0x7fff7bfff640 (LWP 12777)]
- Read ccx results from dat file: /usr/lib64/freecad/Mod/Fem/femtest/data/calculix/box_static.dat
- Reading stats from result object for box_static...
- [Thread 0x7fff7bfff640 (LWP 12777) exited]
- Save FreeCAD file for box_static to /tmp/FEM_unittests/ccxtools_box_static_9650bf724e2c/box_static.FCStd...
- --------------- End of box_static -------------------
- [New Thread 0x7fff7bfff640 (LWP 12778)]
- [New Thread 0x7fff9f7fe640 (LWP 12779)]
- [Thread 0x7fff7bfff640 (LWP 12778) exited]
- ok
- [Thread 0x7fff9f7fe640 (LWP 12779) exited]
- [New Thread 0x7fff9f7fe640 (LWP 12783)]
- [Thread 0x7fff9f7fe640 (LWP 12783) exited]
- test_thermomech_flow1D (femtest.app.test_ccxtools.TestCcxTools) ...
- --------------- Start of FEM ccxtools thermomech_flow1D test---------------
- Setting up working directory /tmp/FEM_unittests/ccxtools_thermomech_flow1D_64fa7c5ed195
- Checking FEM inp file prerequisites for thermomech_flow1D ...
- Check prerequisites...
- Checking FEM inp file write...
- Writing /tmp/FEM_unittests/ccxtools_thermomech_flow1D_64fa7c5ed195/Mesh.inp for thermomech_flow1D
- Get mesh data for constraints, materials and element geometry...
- Fluid sections
- Constraint: ElementFluid1D --> We're going to search in the mesh for the element ID's.
- ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge1
- std search: get_femelements_by_femnodes_std
- Constraint: ElementFluid1D001 --> We're going to search in the mesh for the element ID's.
- ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge2
- std search: get_femelements_by_femnodes_std
- Constraint: ElementFluid1D002 --> We're going to search in the mesh for the element ID's.
- ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge3
- ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge5
- std search: get_femelements_by_femnodes_std
- Constraint: ElementFluid1D003 --> We're going to search in the mesh for the element ID's.
- ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge4
- std search: get_femelements_by_femnodes_std
- Constraint: ElementFluid1D004 --> We're going to search in the mesh for the element ID's.
- ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge6
- std search: get_femelements_by_femnodes_std
- Constraint: ElementFluid1D005 --> We're going to search in the mesh for the element ID's.
- ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge7
- std search: get_femelements_by_femnodes_std
- Constraint: ElementFluid1D006 --> We're going to search in the mesh for the element ID's.
- ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge8
- std search: get_femelements_by_femnodes_std
- Constraint: ElementFluid1D007 --> We're going to search in the mesh for the element ID's.
- ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge11
- ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge9
- std search: get_femelements_by_femnodes_std
- Constraint: ElementFluid1D008 --> We're going to search in the mesh for the element ID's.
- ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge10
- std search: get_femelements_by_femnodes_std
- Constraint: ElementFluid1D009 --> We're going to search in the mesh for the element ID's.
- ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge12
- std search: get_femelements_by_femnodes_std
- Constraint: ElementFluid1D010 --> We're going to search in the mesh for the element ID's.
- ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge13
- std search: get_femelements_by_femnodes_std
- Count finite elements as sum of constraints: 13
- Count finite elements of the finite element mesh: 13
- Getting mesh data time: 0.023 seconds.
- CalculiX solver input writing...
- Input file:/tmp/FEM_unittests/ccxtools_thermomech_flow1D_64fa7c5ed195/Mesh.inp
- One monster input file.
- 1DFlow inout nodes file: /tmp/FEM_unittests/ccxtools_thermomech_flow1D_64fa7c5ed195/Mesh_inout_nodes.txt
- ElementFluid1D:
- Type: Fem::ElementFluid1D, Name: ElementFluid1D
- ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge1
- ElementFluid1D001:
- Type: Fem::ElementFluid1D, Name: ElementFluid1D001
- ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge2
- ElementFluid1D002:
- Type: Fem::ElementFluid1D, Name: ElementFluid1D002
- ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge3
- ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge5
- ElementFluid1D003:
- Type: Fem::ElementFluid1D, Name: ElementFluid1D003
- ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge4
- ElementFluid1D004:
- Type: Fem::ElementFluid1D, Name: ElementFluid1D004
- ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge6
- ElementFluid1D005:
- Type: Fem::ElementFluid1D, Name: ElementFluid1D005
- ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge7
- ElementFluid1D006:
- Type: Fem::ElementFluid1D, Name: ElementFluid1D006
- ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge8
- ElementFluid1D007:
- Type: Fem::ElementFluid1D, Name: ElementFluid1D007
- ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge11
- ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge9
- ElementFluid1D008:
- Type: Fem::ElementFluid1D, Name: ElementFluid1D008
- ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge10
- ElementFluid1D009:
- Type: Fem::ElementFluid1D, Name: ElementFluid1D009
- ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge12
- ElementFluid1D010:
- Type: Fem::ElementFluid1D, Name: ElementFluid1D010
- ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge13
- Writing time CalculiX input file: 0.041 seconds.
- Comparing /usr/lib64/freecad/Mod/Fem/femtest/data/calculix/thermomech_flow1D.inp to /tmp/FEM_unittests/ccxtools_thermomech_flow1D_64fa7c5ed195/Mesh.inp
- Setting up working directory to /usr/lib64/freecad/Mod/Fem/femtest/data/calculix in order to read simulated calculations
- Setting base name to read test thermomech_flow1D.frd file...
- Setting inp file name to read test thermomech_flow1D.frd file...
- Checking FEM frd file read from thermomech_flow1D...
- CalculiX read results...
- Read ccx results from frd file: /usr/lib64/freecad/Mod/Fem/femtest/data/calculix/thermomech_flow1D.frd
- Read special 1DFlow nodes data form: /usr/lib64/freecad/Mod/Fem/femtest/data/calculix/thermomech_flow1D_inout_nodes.txt
- [['2', '15', '1', 'PIPE INLET\n'], ['13', '27', '28', 'PIPE OUTLET\n']]
- [New Thread 0x7fff9f7fe640 (LWP 12784)]
- [Thread 0x7fff9f7fe640 (LWP 12784) exited]
- Read ccx results from dat file: /usr/lib64/freecad/Mod/Fem/femtest/data/calculix/thermomech_flow1D.dat
- Reading stats from result object for thermomech_flow1D...
- Save FreeCAD file for thermomech_flow1D to /tmp/FEM_unittests/ccxtools_thermomech_flow1D_64fa7c5ed195/thermomech_flow1D.FCStd...
- --------------- End of thermomech_flow1D -------------------
- [New Thread 0x7fff9f7fe640 (LWP 12785)]
- [New Thread 0x7fff7bfff640 (LWP 12786)]
- [Thread 0x7fff9f7fe640 (LWP 12785) exited]
- ok
- [Thread 0x7fff7bfff640 (LWP 12786) exited]
- [New Thread 0x7fff7bfff640 (LWP 12790)]
- [Thread 0x7fff7bfff640 (LWP 12790) exited]
- test_thermomech_spine (femtest.app.test_ccxtools.TestCcxTools) ...
- --------------- Start of FEM ccxtools thermomech_spine test---------------
- Setting up working directory /tmp/FEM_unittests/ccxtools_thermomech_spine_f1054b090666
- Checking FEM inp file prerequisites for thermomech_spine ...
- Check prerequisites...
- Checking FEM inp file write...
- Writing /tmp/FEM_unittests/ccxtools_thermomech_spine_f1054b090666/Mesh.inp for thermomech_spine
- Get mesh data for constraints, materials and element geometry...
- [{'ccx_elset': 'Evolumes', 'ccx_elset_name': 'MechanicalMaterialSolid', 'mat_obj_name': 'MechanicalMaterial', 'ccx_mat_name': 'Steel-Generic'}]
- FemConstraintFixed:
- Type: Fem::ConstraintFixed, Name: FemConstraintFixed
- ReferenceShape ... Type: Face, Object name: Box, Object label: Box, Element name: Face1
- FemConstraintTemperature:
- Type: Fem::ConstraintTemperature, Name: FemConstraintTemperature
- ReferenceShape ... Type: Face, Object name: Box, Object label: Box, Element name: Face1
- Getting mesh data time: 0.051 seconds.
- CalculiX solver input writing...
- Input file:/tmp/FEM_unittests/ccxtools_thermomech_spine_f1054b090666/Mesh.inp
- One monster input file.
- Writing time CalculiX input file: 0.004 seconds.
- Comparing /usr/lib64/freecad/Mod/Fem/femtest/data/calculix/thermomech_spine.inp to /tmp/FEM_unittests/ccxtools_thermomech_spine_f1054b090666/Mesh.inp
- Setting up working directory to /usr/lib64/freecad/Mod/Fem/femtest/data/calculix in order to read simulated calculations
- Setting base name to read test thermomech_spine.frd file...
- Setting inp file name to read test thermomech_spine.frd file...
- Checking FEM frd file read from thermomech_spine...
- CalculiX read results...
- Read ccx results from frd file: /usr/lib64/freecad/Mod/Fem/femtest/data/calculix/thermomech_spine.frd
- [New Thread 0x7fff7bfff640 (LWP 12791)]
- [Thread 0x7fff7bfff640 (LWP 12791) exited]
- [New Thread 0x7fff7bfff640 (LWP 12793)]
- Read ccx results from dat file: /usr/lib64/freecad/Mod/Fem/femtest/data/calculix/thermomech_spine.dat
- Reading stats from result object for thermomech_spine...
- [Thread 0x7fff7bfff640 (LWP 12793) exited]
- Save FreeCAD file for thermomech_spine to /tmp/FEM_unittests/ccxtools_thermomech_spine_f1054b090666/thermomech_spine.FCStd...
- --------------- End of thermomech_spine -------------------
- [New Thread 0x7fff7bfff640 (LWP 12797)]
- [New Thread 0x7fff9f7fe640 (LWP 12798)]
- [Thread 0x7fff7bfff640 (LWP 12797) exited]
- [Thread 0x7fff9f7fe640 (LWP 12798) exited]
- ok
- test_00print (femtest.app.test_solver_calculix.TestSolverCalculix) ...
- ****************************************************************************************************
- ********** run FEM TestSolverCalculix tests *******************************************************
- ****************************************************************************************************
- ok
- test_box_frequency (femtest.app.test_solver_calculix.TestSolverCalculix) ...
- [New Thread 0x7fff9f7fe640 (LWP 12803)]
- [Thread 0x7fff9f7fe640 (LWP 12803) exited]
- [New Thread 0x7fff9f7fe640 (LWP 12804)]
- [New Thread 0x7fff7bfff640 (LWP 12805)]
- [New Thread 0x7fff64e1b640 (LWP 12806)]
- [Thread 0x7fff7bfff640 (LWP 12805) exited]
- [New Thread 0x7fffad89b640 (LWP 12807)]
- [Thread 0x7fffad89b640 (LWP 12807) exited]
- [New Thread 0x7fffad89b640 (LWP 12808)]
- [New Thread 0x7fff7bfff640 (LWP 12809)]
- Get mesh data for constraints, materials and element geometry...
- [{'ccx_elset': 'Evolumes', 'ccx_elset_name': 'MechanicalMaterialSolid', 'mat_obj_name': 'MechanicalMaterial', 'ccx_mat_name': 'Steel-Generic'}]
- Getting mesh data time: 0.0 seconds.
- CalculiX solver input writing...
- Input file:/tmp/FEM_unittests/solver_calculix_box_frequency_02b71bde2110/Mesh.inp
- One monster input file.
- Writing time CalculiX input file: 0.006 seconds.
- [Thread 0x7fff9f7fe640 (LWP 12804) exited]
- [Thread 0x7fffad89b640 (LWP 12808) exited]
- [Thread 0x7fff64e1b640 (LWP 12806) exited]
- [Thread 0x7fff7bfff640 (LWP 12809) exited]
- [New Thread 0x7fff7bfff640 (LWP 12810)]
- ok
- [Thread 0x7fff7bfff640 (LWP 12810) exited]
- test_box_static (femtest.app.test_solver_calculix.TestSolverCalculix) ...
- [New Thread 0x7fff7bfff640 (LWP 12811)]
- [Thread 0x7fff7bfff640 (LWP 12811) exited]
- [New Thread 0x7fff7bfff640 (LWP 12812)]
- [New Thread 0x7fff64e1b640 (LWP 12813)]
- [New Thread 0x7fffad89b640 (LWP 12814)]
- [Thread 0x7fff64e1b640 (LWP 12813) exited]
- [New Thread 0x7fff64e1b640 (LWP 12815)]
- [Thread 0x7fff64e1b640 (LWP 12815) exited]
- [New Thread 0x7fff64e1b640 (LWP 12816)]
- [New Thread 0x7fff9f7fe640 (LWP 12817)]
- Get mesh data for constraints, materials and element geometry...
- [{'ccx_elset': 'Evolumes', 'ccx_elset_name': 'MechanicalMaterialSolid', 'mat_obj_name': 'MechanicalMaterial', 'ccx_mat_name': 'Steel-Generic'}]
- FemConstraintFixed:
- Type: Fem::ConstraintFixed, Name: FemConstraintFixed
- ReferenceShape ... Type: Face, Object name: Box, Object label: Box, Element name: Face1
- [New Thread 0x7fff6461a640 (LWP 12818)]
- FemConstraintForce:
- Type: Fem::ConstraintForce, Name: FemConstraintForce
- ReferenceShape ... Type: Face, Object name: Box, Object label: Box, Element name: Face6
- No face data in finite volume element mesh. FreeCAD uses getccxVolumesByFace() to retrieve the volume elements of the ref_face.
- FemConstraintPressure:
- Type: Fem::ConstraintPressure, Name: FemConstraintPressure
- ReferenceShape ... Type: Face, Object name: Box, Object label: Box, Element name: Face2
- Getting mesh data time: 0.083 seconds.
- CalculiX solver input writing...
- Input file:/tmp/FEM_unittests/solver_calculix_box_static_58797a7d24eb/Mesh.inp
- One monster input file.
- Writing time CalculiX input file: 0.007 seconds.
- [Thread 0x7fff9f7fe640 (LWP 12817) exited]
- [Thread 0x7fffad89b640 (LWP 12814) exited]
- [Thread 0x7fff7bfff640 (LWP 12812) exited]
- [Thread 0x7fff64e1b640 (LWP 12816) exited]
- [New Thread 0x7fff64e1b640 (LWP 12819)]
- [Thread 0x7fff64e1b640 (LWP 12819) exited]
- [Thread 0x7fff6461a640 (LWP 12818) exited]
- ok
- [New Thread 0x7fff6461a640 (LWP 12824)]
- [Thread 0x7fff6461a640 (LWP 12824) exited]
- [New Thread 0x7fff6461a640 (LWP 12825)]
- [New Thread 0x7fff64e1b640 (LWP 12826)]
- [New Thread 0x7fffad89b640 (LWP 12827)]
- [New Thread 0x7fff9f7fe640 (LWP 12828)]
- [Thread 0x7fff64e1b640 (LWP 12826) exited]
- [Thread 0x7fff9f7fe640 (LWP 12828) exited]
- [New Thread 0x7fff9f7fe640 (LWP 12829)]
- [New Thread 0x7fff64e1b640 (LWP 12830)]
- test_ccx_buckling_flexuralbuckling (femtest.app.test_solver_calculix.TestSolverCalculix) ...
- Get mesh data for constraints, materials and element geometry...
- [{'ccx_elset': 'Evolumes', 'ccx_elset_name': 'MechanicalMaterialSolid', 'mat_obj_name': 'MechanicalMaterial', 'ccx_mat_name': 'CalculiX-Steel'}]
- ConstraintFixed:
- Type: Fem::ConstraintFixed, Name: ConstraintFixed
- ReferenceShape ... Type: Face, Object name: Beam, Object label: Beam, Element name: Face5
- [New Thread 0x7fff7bfff640 (LWP 12831)]
- ConstraintForce:
- Type: Fem::ConstraintForce, Name: ConstraintForce
- ReferenceShape ... Type: Face, Object name: Beam, Object label: Beam, Element name: Face6
- No face data in finite volume element mesh. FreeCAD uses getccxVolumesByFace() to retrieve the volume elements of the ref_face.
- Getting mesh data time: 0.044 seconds.
- CalculiX solver input writing...
- Input file:/tmp/FEM_unittests/solver_calculix_ccx_buckling_flexuralbuckling_fb6200b8efa7/Mesh.inp
- One monster input file.
- Writing time CalculiX input file: 0.01 seconds.
- [Thread 0x7fff64e1b640 (LWP 12830) exited]
- [Thread 0x7fffad89b640 (LWP 12827) exited]
- [Thread 0x7fff6461a640 (LWP 12825) exited]
- [Thread 0x7fff7bfff640 (LWP 12831) exited]
- [Thread 0x7fff9f7fe640 (LWP 12829) exited]
- [New Thread 0x7fff9f7fe640 (LWP 12832)]
- ok
- [Thread 0x7fff9f7fe640 (LWP 12832) exited]
- [New Thread 0x7fff9f7fe640 (LWP 12836)]
- [Thread 0x7fff9f7fe640 (LWP 12836) exited]
- [New Thread 0x7fff9f7fe640 (LWP 12837)]
- [New Thread 0x7fff7bfff640 (LWP 12838)]
- [New Thread 0x7fffad89b640 (LWP 12839)]
- [New Thread 0x7fff6461a640 (LWP 12840)]
- [New Thread 0x7fff7bfff640 (LWP 12841)]
- [Thread 0x7fff6461a640 (LWP 12840) exited]
- [Thread 0x7fff7bfff640 (LWP 12838) exited]
- [New Thread 0x7fff6461a640 (LWP 12842)]
- test_ccx_cantilever_beam_circle (femtest.app.test_solver_calculix.TestSolverCalculix) ...
- Get mesh data for constraints, materials and element geometry...
- Beam rotations
- [New Thread 0x7fff64e1b640 (LWP 12843)]
- std search: get_femelements_by_femnodes_std
- beam_axis_m is retrieved from the geometry but we could get if from mesh edge too
- [{'direction': Vector (8000.0, 0.0, 0.0), 'ids': [1, 2, 3, 4, 5], 'beam_axis_m': [-0.0, 1.0, 0]}]
- ConstraintFixed:
- Type: Fem::ConstraintFixed, Name: ConstraintFixed
- ReferenceShape ... Type: Vertex, Object name: CantileverLine, Object label: CantileverLine, Element name: Vertex1
- ConstraintForce:
- Type: Fem::ConstraintForce, Name: ConstraintForce
- ReferenceShape ... Type: Vertex, Object name: CantileverLine, Object label: CantileverLine, Element name: Vertex2
- Getting mesh data time: 0.004 seconds.
- CalculiX solver input writing...
- Input file:/tmp/FEM_unittests/solver_calculix_ccx_cantilever_beam_circle_e409fae1e553/Mesh.inp
- One monster input file.
- -0, 1, 0
- Writing time CalculiX input file: 0.002 seconds.
- [Thread 0x7fff64e1b640 (LWP 12843) exited]
- [Thread 0x7fff7bfff640 (LWP 12841) exited]
- [Thread 0x7fffad89b640 (LWP 12839) exited]
- [Thread 0x7fff9f7fe640 (LWP 12837) exited]
- [Thread 0x7fff6461a640 (LWP 12842) exited]
- [New Thread 0x7fff6461a640 (LWP 12844)]
- ok
- [Thread 0x7fff6461a640 (LWP 12844) exited]
- [New Thread 0x7fff6461a640 (LWP 12845)]
- [Thread 0x7fff6461a640 (LWP 12845) exited]
- [New Thread 0x7fff6461a640 (LWP 12846)]
- [New Thread 0x7fffad89b640 (LWP 12847)]
- [New Thread 0x7fff9f7fe640 (LWP 12848)]
- [New Thread 0x7fff7bfff640 (LWP 12849)]
- [Thread 0x7fffad89b640 (LWP 12847) exited]
- [New Thread 0x7fff7bfff640 (LWP 12850)]
- [Thread 0x7fff7bfff640 (LWP 12849) exited]
- test_ccx_cantilever_beam_pipe (femtest.app.test_solver_calculix.TestSolverCalculix) ...
- Get mesh data for constraints, materials and element geometry...
- Beam rotations
- [New Thread 0x7fffad89b640 (LWP 12851)]
- std search: get_femelements_by_femnodes_std
- beam_axis_m is retrieved from the geometry but we could get if from mesh edge too
- [{'direction': Vector (8000.0, 0.0, 0.0), 'ids': [1, 2, 3, 4, 5], 'beam_axis_m': [-0.0, 1.0, 0]}]
- ConstraintFixed:
- Type: Fem::ConstraintFixed, Name: ConstraintFixed
- ReferenceShape ... Type: Vertex, Object name: CantileverLine, Object label: CantileverLine, Element name: Vertex1
- ConstraintForce:
- Type: Fem::ConstraintForce, Name: ConstraintForce
- ReferenceShape ... Type: Vertex, Object name: CantileverLine, Object label: CantileverLine, Element name: Vertex2
- Getting mesh data time: 0.004 seconds.
- [New Thread 0x7fff64e1b640 (LWP 12852)]
- CalculiX solver input writing...
- Input file:/tmp/FEM_unittests/solver_calculix_ccx_cantilever_beam_pipe_9a539e05e829/Mesh.inp
- One monster input file.
- -0, 1, 0
- Writing time CalculiX input file: 0.002 seconds.
- [Thread 0x7fffad89b640 (LWP 12851) exited]
- [Thread 0x7fff7bfff640 (LWP 12850) exited]
- [Thread 0x7fff64e1b640 (LWP 12852) exited]
- [Thread 0x7fff6461a640 (LWP 12846) exited]
- [Thread 0x7fff9f7fe640 (LWP 12848) exited]
- [New Thread 0x7fff9f7fe640 (LWP 12853)]
- ok
- [Thread 0x7fff9f7fe640 (LWP 12853) exited]
- [New Thread 0x7fff9f7fe640 (LWP 12857)]
- [Thread 0x7fff9f7fe640 (LWP 12857) exited]
- [New Thread 0x7fff9f7fe640 (LWP 12858)]
- [New Thread 0x7fff6461a640 (LWP 12859)]
- [New Thread 0x7fff64e1b640 (LWP 12860)]
- [New Thread 0x7fff7bfff640 (LWP 12861)]
- [Thread 0x7fff6461a640 (LWP 12859) exited]
- [Thread 0x7fff7bfff640 (LWP 12861) exited]
- [New Thread 0x7fff7bfff640 (LWP 12862)]
- [New Thread 0x7fff6461a640 (LWP 12863)]
- test_ccx_cantilever_beam_rect (femtest.app.test_solver_calculix.TestSolverCalculix) ...
- Get mesh data for constraints, materials and element geometry...
- Beam rotations
- [New Thread 0x7fffad89b640 (LWP 12864)]
- std search: get_femelements_by_femnodes_std
- beam_axis_m is retrieved from the geometry but we could get if from mesh edge too
- [{'direction': Vector (8000.0, 0.0, 0.0), 'ids': [1, 2, 3, 4, 5], 'beam_axis_m': [-0.0, 1.0, 0]}]
- ConstraintFixed:
- Type: Fem::ConstraintFixed, Name: ConstraintFixed
- ReferenceShape ... Type: Vertex, Object name: CantileverLine, Object label: CantileverLine, Element name: Vertex1
- ConstraintForce:
- Type: Fem::ConstraintForce, Name: ConstraintForce
- ReferenceShape ... Type: Vertex, Object name: CantileverLine, Object label: CantileverLine, Element name: Vertex2
- Getting mesh data time: 0.003 seconds.
- CalculiX solver input writing...
- Input file:/tmp/FEM_unittests/solver_calculix_ccx_cantilever_beam_rect_c5042eaa49c4/Mesh.inp
- One monster input file.
- -0, 1, 0
- Writing time CalculiX input file: 0.002 seconds.
- [Thread 0x7fff64e1b640 (LWP 12860) exited]
- [Thread 0x7fff9f7fe640 (LWP 12858) exited]
- [Thread 0x7fff6461a640 (LWP 12863) exited]
- [Thread 0x7fff7bfff640 (LWP 12862) exited]
- [Thread 0x7fffad89b640 (LWP 12864) exited]
- [New Thread 0x7fff7bfff640 (LWP 12865)]
- ok
- [Thread 0x7fff7bfff640 (LWP 12865) exited]
- [New Thread 0x7fff7bfff640 (LWP 12869)]
- [Thread 0x7fff7bfff640 (LWP 12869) exited]
- [New Thread 0x7fff7bfff640 (LWP 12870)]
- [Thread 0x7fff7bfff640 (LWP 12870) exited]
- [New Thread 0x7fff7bfff640 (LWP 12871)]
- [New Thread 0x7fffad89b640 (LWP 12872)]
- [New Thread 0x7fff6461a640 (LWP 12873)]
- [New Thread 0x7fff64e1b640 (LWP 12874)]
- [Thread 0x7fffad89b640 (LWP 12872) exited]
- [New Thread 0x7fffad89b640 (LWP 12875)]
- [Thread 0x7fff64e1b640 (LWP 12874) exited]
- test_ccx_cantilever_ele_hexa20 (femtest.app.test_solver_calculix.TestSolverCalculix) ...
- Get mesh data for constraints, materials and element geometry...
- [New Thread 0x7fff64e1b640 (LWP 12876)]
- [{'ccx_elset': 'Evolumes', 'ccx_elset_name': 'FemMaterialSolid', 'mat_obj_name': 'FemMaterial', 'ccx_mat_name': 'CalculiX-Steel'}]
- ConstraintFixed:
- Type: Fem::ConstraintFixed, Name: ConstraintFixed
- ReferenceShape ... Type: Face, Object name: Box, Object label: Box, Element name: Face1
- [New Thread 0x7fff9f7fe640 (LWP 12877)]
- ConstraintForce:
- Type: Fem::ConstraintForce, Name: ConstraintForce
- ReferenceShape ... Type: Face, Object name: Box, Object label: Box, Element name: Face2
- No face data in finite volume element mesh. FreeCAD uses getccxVolumesByFace() to retrieve the volume elements of the ref_face.
- Getting mesh data time: 0.031 seconds.
- CalculiX solver input writing...
- Input file:/tmp/FEM_unittests/solver_calculix_ccx_cantilever_ele_hexa20_91e06a8794b7/Mesh.inp
- One monster input file.
- Writing time CalculiX input file: 0.004 seconds.
- [Thread 0x7fff64e1b640 (LWP 12876) exited]
- [Thread 0x7fff7bfff640 (LWP 12871) exited]
- [Thread 0x7fff6461a640 (LWP 12873) exited]
- [Thread 0x7fff9f7fe640 (LWP 12877) exited]
- [Thread 0x7fffad89b640 (LWP 12875) exited]
- [New Thread 0x7fffad89b640 (LWP 12878)]
- ok
- [Thread 0x7fffad89b640 (LWP 12878) exited]
- [New Thread 0x7fffad89b640 (LWP 12879)]
- [Thread 0x7fffad89b640 (LWP 12879) exited]
- [New Thread 0x7fffad89b640 (LWP 12880)]
- [Thread 0x7fffad89b640 (LWP 12880) exited]
- [New Thread 0x7fffad89b640 (LWP 12881)]
- [New Thread 0x7fff9f7fe640 (LWP 12882)]
- [New Thread 0x7fff6461a640 (LWP 12883)]
- [New Thread 0x7fff64e1b640 (LWP 12884)]
- [Thread 0x7fff9f7fe640 (LWP 12882) exited]
- [Thread 0x7fff64e1b640 (LWP 12884) exited]
- [New Thread 0x7fff64e1b640 (LWP 12885)]
- [New Thread 0x7fff9f7fe640 (LWP 12886)]
- test_ccx_cantilever_ele_quad4 (femtest.app.test_solver_calculix.TestSolverCalculix) ...
- Get mesh data for constraints, materials and element geometry...
- ConstraintFixed:
- Type: Fem::ConstraintFixed, Name: ConstraintFixed
- ReferenceShape ... Type: Edge, Object name: CanileverPlate, Object label: CanileverPlate, Element name: Edge1
- [New Thread 0x7fff7bfff640 (LWP 12887)]
- ConstraintForce:
- Type: Fem::ConstraintForce, Name: ConstraintForce
- ReferenceShape ... Type: Edge, Object name: CanileverPlate, Object label: CanileverPlate, Element name: Edge3
- Getting mesh data time: 0.003 seconds.
- CalculiX solver input writing...
- Input file:/tmp/FEM_unittests/solver_calculix_ccx_cantilever_ele_quad4_e99bd21309a0/Mesh.inp
- One monster input file.
- Writing time CalculiX input file: 0.002 seconds.
- [Thread 0x7fff9f7fe640 (LWP 12886) exited]
- [Thread 0x7fff6461a640 (LWP 12883) exited]
- [Thread 0x7fffad89b640 (LWP 12881) exited]
- [Thread 0x7fff7bfff640 (LWP 12887) exited]
- [Thread 0x7fff64e1b640 (LWP 12885) exited]
- [New Thread 0x7fff64e1b640 (LWP 12888)]
- ok
- [Thread 0x7fff64e1b640 (LWP 12888) exited]
- [New Thread 0x7fff64e1b640 (LWP 12892)]
- [Thread 0x7fff64e1b640 (LWP 12892) exited]
- [New Thread 0x7fff64e1b640 (LWP 12893)]
- [Thread 0x7fff64e1b640 (LWP 12893) exited]
- [New Thread 0x7fff64e1b640 (LWP 12894)]
- [New Thread 0x7fff7bfff640 (LWP 12895)]
- [New Thread 0x7fff6461a640 (LWP 12896)]
- [New Thread 0x7fffad89b640 (LWP 12897)]
- [Thread 0x7fff7bfff640 (LWP 12895) exited]
- [Thread 0x7fffad89b640 (LWP 12897) exited]
- [New Thread 0x7fff7bfff640 (LWP 12898)]
- [New Thread 0x7fffad89b640 (LWP 12899)]
- test_ccx_cantilever_ele_quad8 (femtest.app.test_solver_calculix.TestSolverCalculix) ...
- Get mesh data for constraints, materials and element geometry...
- ConstraintFixed:
- Type: Fem::ConstraintFixed, Name: ConstraintFixed
- ReferenceShape ... Type: Edge, Object name: CanileverPlate, Object label: CanileverPlate, Element name: Edge1
- [New Thread 0x7fff9f7fe640 (LWP 12900)]
- ConstraintForce:
- Type: Fem::ConstraintForce, Name: ConstraintForce
- ReferenceShape ... Type: Edge, Object name: CanileverPlate, Object label: CanileverPlate, Element name: Edge3
- Getting mesh data time: 0.004 seconds.
- CalculiX solver input writing...
- Input file:/tmp/FEM_unittests/solver_calculix_ccx_cantilever_ele_quad8_88c9f7499d14/Mesh.inp
- One monster input file.
- Writing time CalculiX input file: 0.002 seconds.
- [Thread 0x7fff6461a640 (LWP 12896) exited]
- [Thread 0x7fff64e1b640 (LWP 12894) exited]
- [Thread 0x7fff7bfff640 (LWP 12898) exited]
- [Thread 0x7fff9f7fe640 (LWP 12900) exited]
- [Thread 0x7fffad89b640 (LWP 12899) exited]
- [New Thread 0x7fffad89b640 (LWP 12901)]
- ok
- [Thread 0x7fffad89b640 (LWP 12901) exited]
- [New Thread 0x7fffad89b640 (LWP 12902)]
- [Thread 0x7fffad89b640 (LWP 12902) exited]
- [New Thread 0x7fffad89b640 (LWP 12903)]
- [Thread 0x7fffad89b640 (LWP 12903) exited]
- [New Thread 0x7fffad89b640 (LWP 12904)]
- [New Thread 0x7fff7bfff640 (LWP 12905)]
- [New Thread 0x7fff9f7fe640 (LWP 12906)]
- [New Thread 0x7fff6461a640 (LWP 12907)]
- [Thread 0x7fff7bfff640 (LWP 12905) exited]
- [New Thread 0x7fff7bfff640 (LWP 12908)]
- [Thread 0x7fff6461a640 (LWP 12907) exited]
- [New Thread 0x7fff6461a640 (LWP 12909)]
- test_ccx_cantilever_ele_seg2 (femtest.app.test_solver_calculix.TestSolverCalculix) ...
- Get mesh data for constraints, materials and element geometry...
- Beam rotations
- [New Thread 0x7fff64e1b640 (LWP 12910)]
- std search: get_femelements_by_femnodes_std
- beam_axis_m is retrieved from the geometry but we could get if from mesh edge too
- [{'direction': Vector (8000.0, 0.0, 0.0), 'ids': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54], 'beam_axis_m': [-0.0, 1.0, 0]}]
- ConstraintFixed:
- Type: Fem::ConstraintFixed, Name: ConstraintFixed
- ReferenceShape ... Type: Vertex, Object name: CantileverLine, Object label: CantileverLine, Element name: Vertex1
- ConstraintForce:
- Type: Fem::ConstraintForce, Name: ConstraintForce
- ReferenceShape ... Type: Vertex, Object name: CantileverLine, Object label: CantileverLine, Element name: Vertex2
- Getting mesh data time: 0.008 seconds.
- CalculiX solver input writing...
- Input file:/tmp/FEM_unittests/solver_calculix_ccx_cantilever_ele_seg2_ec482bc9d994/Mesh.inp
- One monster input file.
- -0, 1, 0
- Writing time CalculiX input file: 0.002 seconds.
- [Thread 0x7fff6461a640 (LWP 12909) exited]
- [Thread 0x7fff9f7fe640 (LWP 12906) exited]
- [Thread 0x7fffad89b640 (LWP 12904) exited]
- [Thread 0x7fff64e1b640 (LWP 12910) exited]
- [Thread 0x7fff7bfff640 (LWP 12908) exited]
- [New Thread 0x7fff7bfff640 (LWP 12911)]
- ok
- [Thread 0x7fff7bfff640 (LWP 12911) exited]
- [New Thread 0x7fff7bfff640 (LWP 12915)]
- [Thread 0x7fff7bfff640 (LWP 12915) exited]
- [New Thread 0x7fff7bfff640 (LWP 12916)]
- [New Thread 0x7fff64e1b640 (LWP 12917)]
- [New Thread 0x7fff9f7fe640 (LWP 12918)]
- [New Thread 0x7fff6461a640 (LWP 12919)]
- [Thread 0x7fff64e1b640 (LWP 12917) exited]
- [New Thread 0x7fff64e1b640 (LWP 12920)]
- [Thread 0x7fff6461a640 (LWP 12919) exited]
- test_ccx_cantilever_ele_seg3 (femtest.app.test_solver_calculix.TestSolverCalculix) ...
- Get mesh data for constraints, materials and element geometry...
- [New Thread 0x7fff6461a640 (LWP 12921)]
- Beam rotations
- [New Thread 0x7fffad89b640 (LWP 12922)]
- std search: get_femelements_by_femnodes_std
- beam_axis_m is retrieved from the geometry but we could get if from mesh edge too
- [{'direction': Vector (8000.0, 0.0, 0.0), 'ids': [1, 2, 3, 4, 5], 'beam_axis_m': [-0.0, 1.0, 0]}]
- ConstraintFixed:
- Type: Fem::ConstraintFixed, Name: ConstraintFixed
- ReferenceShape ... Type: Vertex, Object name: CantileverLine, Object label: CantileverLine, Element name: Vertex1
- ConstraintForce:
- Type: Fem::ConstraintForce, Name: ConstraintForce
- ReferenceShape ... Type: Vertex, Object name: CantileverLine, Object label: CantileverLine, Element name: Vertex2
- Getting mesh data time: 0.003 seconds.
- CalculiX solver input writing...
- Input file:/tmp/FEM_unittests/solver_calculix_ccx_cantilever_ele_seg3_22eefaea6f22/Mesh.inp
- One monster input file.
- -0, 1, 0
- Writing time CalculiX input file: 0.002 seconds.
- [Thread 0x7fff9f7fe640 (LWP 12918) exited]
- [Thread 0x7fff7bfff640 (LWP 12916) exited]
- [Thread 0x7fff6461a640 (LWP 12921) exited]
- [Thread 0x7fffad89b640 (LWP 12922) exited]
- [Thread 0x7fff64e1b640 (LWP 12920) exited]
- [New Thread 0x7fff64e1b640 (LWP 12923)]
- ok
- [Thread 0x7fff64e1b640 (LWP 12923) exited]
- [New Thread 0x7fff64e1b640 (LWP 12924)]
- [Thread 0x7fff64e1b640 (LWP 12924) exited]
- [New Thread 0x7fff64e1b640 (LWP 12925)]
- [Thread 0x7fff64e1b640 (LWP 12925) exited]
- [New Thread 0x7fff64e1b640 (LWP 12926)]
- [New Thread 0x7fffad89b640 (LWP 12927)]
- [New Thread 0x7fff6461a640 (LWP 12928)]
- [New Thread 0x7fff9f7fe640 (LWP 12929)]
- [Thread 0x7fffad89b640 (LWP 12927) exited]
- [Thread 0x7fff9f7fe640 (LWP 12929) exited]
- [New Thread 0x7fffad89b640 (LWP 12930)]
- test_ccx_cantilever_ele_tria3 (femtest.app.test_solver_calculix.TestSolverCalculix) ...
- Get mesh data for constraints, materials and element geometry...
- ConstraintFixed:
- Type: Fem::ConstraintFixed, Name: ConstraintFixed
- ReferenceShape ... Type: Edge, Object name: CanileverPlate, Object label: CanileverPlate, Element name: Edge1
- [New Thread 0x7fff9f7fe640 (LWP 12931)]
- [New Thread 0x7fff7bfff640 (LWP 12932)]
- ConstraintForce:
- Type: Fem::ConstraintForce, Name: ConstraintForce
- ReferenceShape ... Type: Edge, Object name: CanileverPlate, Object label: CanileverPlate, Element name: Edge3
- Getting mesh data time: 0.018 seconds.
- CalculiX solver input writing...
- Input file:/tmp/FEM_unittests/solver_calculix_ccx_cantilever_ele_tria3_bb88922fa558/Mesh.inp
- One monster input file.
- Writing time CalculiX input file: 0.018 seconds.
- [Thread 0x7fff7bfff640 (LWP 12932) exited]
- [Thread 0x7fff64e1b640 (LWP 12926) exited]
- [Thread 0x7fff9f7fe640 (LWP 12931) exited]
- [Thread 0x7fffad89b640 (LWP 12930) exited]
- [Thread 0x7fff6461a640 (LWP 12928) exited]
- [New Thread 0x7fff6461a640 (LWP 12933)]
- [Thread 0x7fff6461a640 (LWP 12933) exited]
- ok
- [New Thread 0x7fff6461a640 (LWP 12937)]
- [Thread 0x7fff6461a640 (LWP 12937) exited]
- [New Thread 0x7fff6461a640 (LWP 12938)]
- [New Thread 0x7fffad89b640 (LWP 12939)]
- [New Thread 0x7fff9f7fe640 (LWP 12940)]
- [New Thread 0x7fff7bfff640 (LWP 12941)]
- [Thread 0x7fffad89b640 (LWP 12939) exited]
- [Thread 0x7fff9f7fe640 (LWP 12940) exited]
- [New Thread 0x7fff9f7fe640 (LWP 12942)]
- [New Thread 0x7fffad89b640 (LWP 12943)]
- test_ccx_cantilever_ele_tria6 (femtest.app.test_solver_calculix.TestSolverCalculix) ...
- Get mesh data for constraints, materials and element geometry...
- ConstraintFixed:
- Type: Fem::ConstraintFixed, Name: ConstraintFixed
- ReferenceShape ... Type: Edge, Object name: CanileverPlate, Object label: CanileverPlate, Element name: Edge1
- [New Thread 0x7fff64e1b640 (LWP 12944)]
- ConstraintForce:
- Type: Fem::ConstraintForce, Name: ConstraintForce
- ReferenceShape ... Type: Edge, Object name: CanileverPlate, Object label: CanileverPlate, Element name: Edge3
- Getting mesh data time: 0.005 seconds.
- CalculiX solver input writing...
- Input file:/tmp/FEM_unittests/solver_calculix_ccx_cantilever_ele_tria6_dff0d58992e3/Mesh.inp
- One monster input file.
- Writing time CalculiX input file: 0.004 seconds.
- [Thread 0x7fff6461a640 (LWP 12938) exited]
- [Thread 0x7fff64e1b640 (LWP 12944) exited]
- [Thread 0x7fffad89b640 (LWP 12943) exited]
- [Thread 0x7fff7bfff640 (LWP 12941) exited]
- [Thread 0x7fff9f7fe640 (LWP 12942) exited]
- [New Thread 0x7fff9f7fe640 (LWP 12945)]
- ok
- [Thread 0x7fff9f7fe640 (LWP 12945) exited]
- [New Thread 0x7fff9f7fe640 (LWP 12950)]
- [Thread 0x7fff9f7fe640 (LWP 12950) exited]
- [New Thread 0x7fff9f7fe640 (LWP 12951)]
- [New Thread 0x7fff64e1b640 (LWP 12952)]
- [New Thread 0x7fff7bfff640 (LWP 12953)]
- [Thread 0x7fff64e1b640 (LWP 12952) exited]
- [New Thread 0x7fff64e1b640 (LWP 12954)]
- [Thread 0x7fff64e1b640 (LWP 12954) exited]
- [New Thread 0x7fff64e1b640 (LWP 12955)]
- test_ccx_cantilever_faceload (femtest.app.test_solver_calculix.TestSolverCalculix) ...
- Get mesh data for constraints, materials and element geometry...
- [{'ccx_elset': 'Evolumes', 'ccx_elset_name': 'FemMaterialSolid', 'mat_obj_name': 'FemMaterial', 'ccx_mat_name': 'CalculiX-Steel'}]
- ConstraintFixed:
- Type: Fem::ConstraintFixed, Name: ConstraintFixed
- ReferenceShape ... Type: Face, Object name: Box, Object label: Box, Element name: Face1
- [New Thread 0x7fffad89b640 (LWP 12956)]
- [New Thread 0x7fff6461a640 (LWP 12957)]
- ConstraintForce:
- Type: Fem::ConstraintForce, Name: ConstraintForce
- ReferenceShape ... Type: Face, Object name: Box, Object label: Box, Element name: Face2
- No face data in finite volume element mesh. FreeCAD uses getccxVolumesByFace() to retrieve the volume elements of the ref_face.
- Getting mesh data time: 0.024 seconds.
- CalculiX solver input writing...
- Input file:/tmp/FEM_unittests/solver_calculix_ccx_cantilever_faceload_b164a64b08e1/Mesh.inp
- One monster input file.
- Writing time CalculiX input file: 0.005 seconds.
- [Thread 0x7fff6461a640 (LWP 12957) exited]
- [Thread 0x7fff9f7fe640 (LWP 12951) exited]
- [Thread 0x7fff7bfff640 (LWP 12953) exited]
- [Thread 0x7fffad89b640 (LWP 12956) exited]
- [Thread 0x7fff64e1b640 (LWP 12955) exited]
- [New Thread 0x7fff64e1b640 (LWP 12958)]
- ok
- [Thread 0x7fff64e1b640 (LWP 12958) exited]
- [New Thread 0x7fff64e1b640 (LWP 12959)]
- [Thread 0x7fff64e1b640 (LWP 12959) exited]
- [New Thread 0x7fff64e1b640 (LWP 12960)]
- [New Thread 0x7fffad89b640 (LWP 12961)]
- [New Thread 0x7fff7bfff640 (LWP 12962)]
- [Thread 0x7fffad89b640 (LWP 12961) exited]
- [New Thread 0x7fffad89b640 (LWP 12963)]
- [New Thread 0x7fffad89b640 (LWP 12964)]
- [Thread 0x7fffad89b640 (LWP 12963) exited]
- test_ccx_cantilever_nodeload (femtest.app.test_solver_calculix.TestSolverCalculix) ...
- Get mesh data for constraints, materials and element geometry...
- [{'ccx_elset': 'Evolumes', 'ccx_elset_name': 'FemMaterialSolid', 'mat_obj_name': 'FemMaterial', 'ccx_mat_name': 'CalculiX-Steel'}]
- ConstraintFixed:
- Type: Fem::ConstraintFixed, Name: ConstraintFixed
- ReferenceShape ... Type: Face, Object name: Box, Object label: Box, Element name: Face1
- [New Thread 0x7fff9f7fe640 (LWP 12965)]
- [New Thread 0x7fff6461a640 (LWP 12966)]
- ConstraintForce:
- Type: Fem::ConstraintForce, Name: ConstraintForce
- ReferenceShape ... Type: Vertex, Object name: Box, Object label: Box, Element name: Vertex5
- ReferenceShape ... Type: Vertex, Object name: Box, Object label: Box, Element name: Vertex6
- ReferenceShape ... Type: Vertex, Object name: Box, Object label: Box, Element name: Vertex7
- ReferenceShape ... Type: Vertex, Object name: Box, Object label: Box, Element name: Vertex8
- Getting mesh data time: 0.009 seconds.
- CalculiX solver input writing...
- Input file:/tmp/FEM_unittests/solver_calculix_ccx_cantilever_nodeload_3d9d77e58ab4/Mesh.inp
- One monster input file.
- Writing time CalculiX input file: 0.005 seconds.
- [Thread 0x7fff9f7fe640 (LWP 12965) exited]
- [Thread 0x7fff7bfff640 (LWP 12962) exited]
- [Thread 0x7fff64e1b640 (LWP 12960) exited]
- [Thread 0x7fffad89b640 (LWP 12964) exited]
- [Thread 0x7fff6461a640 (LWP 12966) exited]
- [New Thread 0x7fffad89b640 (LWP 12967)]
- ok
- [Thread 0x7fffad89b640 (LWP 12967) exited]
- [New Thread 0x7fffad89b640 (LWP 12971)]
- [Thread 0x7fffad89b640 (LWP 12971) exited]
- [New Thread 0x7fffad89b640 (LWP 12972)]
- [New Thread 0x7fff7bfff640 (LWP 12973)]
- [New Thread 0x7fff64e1b640 (LWP 12974)]
- [New Thread 0x7fff6461a640 (LWP 12975)]
- [Thread 0x7fff7bfff640 (LWP 12973) exited]
- [New Thread 0x7fff7bfff640 (LWP 12976)]
- [Thread 0x7fff6461a640 (LWP 12975) exited]
- [New Thread 0x7fff6461a640 (LWP 12977)]
- test_ccx_cantilever_prescribeddisplacement (femtest.app.test_solver_calculix.TestSolverCalculix) ...
- Get mesh data for constraints, materials and element geometry...
- [{'ccx_elset': 'Evolumes', 'ccx_elset_name': 'FemMaterialSolid', 'mat_obj_name': 'FemMaterial', 'ccx_mat_name': 'CalculiX-Steel'}]
- ConstraintFixed:
- Type: Fem::ConstraintFixed, Name: ConstraintFixed
- ReferenceShape ... Type: Face, Object name: Box, Object label: Box, Element name: Face1
- [New Thread 0x7fff9f7fe640 (LWP 12978)]
- ConstraintDisplacmentPrescribed:
- Type: Fem::ConstraintDisplacement, Name: ConstraintDisplacmentPrescribed
- ReferenceShape ... Type: Face, Object name: Box, Object label: Box, Element name: Face2
- Getting mesh data time: 0.012 seconds.
- CalculiX solver input writing...
- Input file:/tmp/FEM_unittests/solver_calculix_ccx_cantilever_prescribeddisplacement_fcc09993fe1b/Mesh.inp
- One monster input file.
- Writing time CalculiX input file: 0.005 seconds.
- [Thread 0x7fff9f7fe640 (LWP 12978) exited]
- [Thread 0x7fff7bfff640 (LWP 12976) exited]
- [Thread 0x7fff6461a640 (LWP 12977) exited]
- [Thread 0x7fff64e1b640 (LWP 12974) exited]
- [Thread 0x7fffad89b640 (LWP 12972) exited]
- [New Thread 0x7fff64e1b640 (LWP 12979)]
- ok
- [Thread 0x7fff64e1b640 (LWP 12979) exited]
- test_constraint_centrif (femtest.app.test_solver_calculix.TestSolverCalculix) ... ok
- [New Thread 0x7fff64e1b640 (LWP 12988)]
- [Thread 0x7fff64e1b640 (LWP 12988) exited]
- [New Thread 0x7fff64e1b640 (LWP 12992)]
- [New Thread 0x7fff6461a640 (LWP 12993)]
- [New Thread 0x7fffad89b640 (LWP 12994)]
- [New Thread 0x7fff7bfff640 (LWP 12995)]
- [Thread 0x7fff6461a640 (LWP 12993) exited]
- [Thread 0x7fff7bfff640 (LWP 12995) exited]
- [New Thread 0x7fff7bfff640 (LWP 12996)]
- [New Thread 0x7fff6461a640 (LWP 12997)]
- test_constraint_contact_shell_shell (femtest.app.test_solver_calculix.TestSolverCalculix) ...
- Get mesh data for constraints, materials and element geometry...
- ConstraintFixed:
- Type: Fem::ConstraintFixed, Name: ConstraintFixed
- ReferenceShape ... Type: Edge, Object name: Lower_tube, Object label: Lower_tube, Element name: Edge2
- [New Thread 0x7fff63d19640 (LWP 12998)]
- ReferenceShape ... Type: Edge, Object name: Upper_tube, Object label: Upper_tube, Element name: Edge3
- ConstraintContact:
- Type: Fem::ConstraintContact, Name: ConstraintContact
- ConstraintForce:
- Type: Fem::ConstraintForce, Name: ConstraintForce
- ReferenceShape ... Type: Vertex, Object name: Load_place_point, Object label: Load_place_point, Element name: Vertex1
- Getting mesh data time: 10.332 seconds.
- CalculiX solver input writing...
- Input file:/tmp/FEM_unittests/solver_calculix_constraint_contact_shell_shell_91a3f14959a9/Mesh.inp
- One monster input file.
- Writing time CalculiX input file: 0.31 seconds.
- [Thread 0x7fff63d19640 (LWP 12998) exited]
- [Thread 0x7fff6461a640 (LWP 12997) exited]
- [Thread 0x7fff7bfff640 (LWP 12996) exited]
- [Thread 0x7fffad89b640 (LWP 12994) exited]
- [Thread 0x7fff64e1b640 (LWP 12992) exited]
- [New Thread 0x7fffad89b640 (LWP 13016)]
- [Thread 0x7fffad89b640 (LWP 13016) exited]
- ok
- test_constraint_contact_solid_solid (femtest.app.test_solver_calculix.TestSolverCalculix) ... ok
- [New Thread 0x7fffad89b640 (LWP 13020)]
- [Thread 0x7fffad89b640 (LWP 13020) exited]
- [New Thread 0x7fffad89b640 (LWP 13021)]
- [Thread 0x7fffad89b640 (LWP 13021) exited]
- [New Thread 0x7fffad89b640 (LWP 13022)]
- [New Thread 0x7fff64e1b640 (LWP 13023)]
- [New Thread 0x7fff7bfff640 (LWP 13024)]
- [New Thread 0x7fff63d19640 (LWP 13025)]
- [Thread 0x7fff64e1b640 (LWP 13023) exited]
- [Thread 0x7fff63d19640 (LWP 13025) exited]
- [New Thread 0x7fff64e1b640 (LWP 13026)]
- [New Thread 0x7fff63d19640 (LWP 13027)]
- test_constraint_sectionprint (femtest.app.test_solver_calculix.TestSolverCalculix) ...
- Get mesh data for constraints, materials and element geometry...
- [{'ccx_elset': 'Evolumes', 'ccx_elset_name': 'MaterialSolid', 'mat_obj_name': 'Material', 'ccx_mat_name': 'CalculiX-Steel'}]
- ConstraintFixed:
- Type: Fem::ConstraintFixed, Name: ConstraintFixed
- ReferenceShape ... Type: Face, Object name: BooleanFragments, Object label: BooleanFragments, Element name: Face9
- [New Thread 0x7fff63218640 (LWP 13028)]
- ConstraintPressure:
- Type: Fem::ConstraintPressure, Name: ConstraintPressure
- ReferenceShape ... Type: Face, Object name: BooleanFragments, Object label: BooleanFragments, Element name: Face1
- Getting mesh data time: 0.451 seconds.
- CalculiX solver input writing...
- Input file:/tmp/FEM_unittests/solver_calculix_constraint_sectionprint_e072893581e7/Mesh.inp
- One monster input file.
- Writing time CalculiX input file: 0.046 seconds.
- [Thread 0x7fff63d19640 (LWP 13027) exited]
- [Thread 0x7fff7bfff640 (LWP 13024) exited]
- [Thread 0x7fffad89b640 (LWP 13022) exited]
- [Thread 0x7fff63218640 (LWP 13028) exited]
- [Thread 0x7fff64e1b640 (LWP 13026) exited]
- [New Thread 0x7fff64e1b640 (LWP 13032)]
- [Thread 0x7fff64e1b640 (LWP 13032) exited]
- ok
- [New Thread 0x7fff64e1b640 (LWP 13033)]
- [Thread 0x7fff64e1b640 (LWP 13033) exited]
- [New Thread 0x7fff64e1b640 (LWP 13034)]
- [New Thread 0x7fff63218640 (LWP 13035)]
- [New Thread 0x7fff7bfff640 (LWP 13036)]
- [New Thread 0x7fffad89b640 (LWP 13037)]
- [Thread 0x7fff63218640 (LWP 13035) exited]
- [New Thread 0x7fff63218640 (LWP 13038)]
- [Thread 0x7fffad89b640 (LWP 13037) exited]
- test_constraint_selfweight_cantilever (femtest.app.test_solver_calculix.TestSolverCalculix) ...
- Get mesh data for constraints, materials and element geometry...
- [New Thread 0x7fffad89b640 (LWP 13039)]
- [{'ccx_elset': 'Evolumes', 'ccx_elset_name': 'FemMaterialSolid', 'mat_obj_name': 'FemMaterial', 'ccx_mat_name': 'CalculiX-Steel'}]
- ConstraintFixed:
- Type: Fem::ConstraintFixed, Name: ConstraintFixed
- ReferenceShape ... Type: Face, Object name: Box, Object label: Box, Element name: Face1
- [New Thread 0x7fff6461a640 (LWP 13040)]
- Getting mesh data time: 0.009 seconds.
- CalculiX solver input writing...
- Input file:/tmp/FEM_unittests/solver_calculix_constraint_selfweight_cantilever_36cdf1eea82a/Mesh.inp
- One monster input file.
- Writing time CalculiX input file: 0.028 seconds.
- [Thread 0x7fff6461a640 (LWP 13040) exited]
- [Thread 0x7fffad89b640 (LWP 13039) exited]
- [Thread 0x7fff63218640 (LWP 13038) exited]
- [Thread 0x7fff7bfff640 (LWP 13036) exited]
- [Thread 0x7fff64e1b640 (LWP 13034) exited]
- [New Thread 0x7fff7bfff640 (LWP 13041)]
- [Thread 0x7fff7bfff640 (LWP 13041) exited]
- ok
- [New Thread 0x7fff7bfff640 (LWP 13048)]
- [Thread 0x7fff7bfff640 (LWP 13048) exited]
- [New Thread 0x7fff7bfff640 (LWP 13049)]
- [New Thread 0x7fff64e1b640 (LWP 13050)]
- [New Thread 0x7fff63218640 (LWP 13051)]
- [Thread 0x7fff64e1b640 (LWP 13050) exited]
- [New Thread 0x7fff64e1b640 (LWP 13052)]
- [Thread 0x7fff64e1b640 (LWP 13052) exited]
- [New Thread 0x7fff64e1b640 (LWP 13053)]
- [New Thread 0x7fff6461a640 (LWP 13054)]
- test_constraint_tie (femtest.app.test_solver_calculix.TestSolverCalculix) ...
- Get mesh data for constraints, materials and element geometry...
- [{'ccx_elset': 'Evolumes', 'ccx_elset_name': 'MechanicalMaterialSolid', 'mat_obj_name': 'MechanicalMaterial', 'ccx_mat_name': 'Calculix-Steel'}]
- ConstraintFixed:
- Type: Fem::ConstraintFixed, Name: ConstraintFixed
- ReferenceShape ... Type: Edge, Object name: BooleanFragments, Object label: BooleanFragments, Element name: Edge1
- [New Thread 0x7fffad89b640 (LWP 13055)]
- ConstraintTie:
- Type: Fem::ConstraintTie, Name: ConstraintTie
- ReferenceShape ... Type: Face, Object name: BooleanFragments, Object label: BooleanFragments, Element name: Face5
- ReferenceShape ... Type: Face, Object name: BooleanFragments, Object label: BooleanFragments, Element name: Face7
- ConstraintForce:
- Type: Fem::ConstraintForce, Name: ConstraintForce
- ReferenceShape ... Type: Edge, Object name: BooleanFragments, Object label: BooleanFragments, Element name: Edge2
- Getting mesh data time: 0.542 seconds.
- CalculiX solver input writing...
- Input file:/tmp/FEM_unittests/solver_calculix_constraint_tie_ceaf3673dd04/Mesh.inp
- One monster input file.
- Writing time CalculiX input file: 0.255 seconds.
- [Thread 0x7fffad89b640 (LWP 13055) exited]
- [Thread 0x7fff6461a640 (LWP 13054) exited]
- [Thread 0x7fff64e1b640 (LWP 13053) exited]
- [Thread 0x7fff63218640 (LWP 13051) exited]
- [Thread 0x7fff7bfff640 (LWP 13049) exited]
- [New Thread 0x7fff63218640 (LWP 13056)]
- [Thread 0x7fff63218640 (LWP 13056) exited]
- ok
- [New Thread 0x7fff63218640 (LWP 13060)]
- [Thread 0x7fff63218640 (LWP 13060) exited]
- [New Thread 0x7fff63218640 (LWP 13061)]
- [New Thread 0x7fff7bfff640 (LWP 13062)]
- [New Thread 0x7fff64e1b640 (LWP 13063)]
- [New Thread 0x7fffad89b640 (LWP 13064)]
- [New Thread 0x7fff7bfff640 (LWP 13065)]
- [Thread 0x7fffad89b640 (LWP 13064) exited]
- [Thread 0x7fff7bfff640 (LWP 13062) exited]
- [New Thread 0x7fffad89b640 (LWP 13066)]
- test_constraint_transform_beam_hinged (femtest.app.test_solver_calculix.TestSolverCalculix) ...
- Get mesh data for constraints, materials and element geometry...
- [{'ccx_elset': 'Evolumes', 'ccx_elset_name': 'FemMaterialSolid', 'mat_obj_name': 'FemMaterial', 'ccx_mat_name': 'CalculiX-Steel'}]
- FemConstraintDisplacment:
- Type: Fem::ConstraintDisplacement, Name: FemConstraintDisplacment
- ReferenceShape ... Type: Face, Object name: CompoundFilter, Object label: CompoundFilter, Element name: Face4
- [New Thread 0x7fff6461a640 (LWP 13067)]
- ReferenceShape ... Type: Face, Object name: CompoundFilter, Object label: CompoundFilter, Element name: Face5
- FemConstraintTransform1:
- Type: Fem::ConstraintTransform, Name: FemConstraintTransform1
- ReferenceShape ... Type: Face, Object name: CompoundFilter, Object label: CompoundFilter, Element name: Face4
- FemConstraintTransform2:
- Type: Fem::ConstraintTransform, Name: FemConstraintTransform2
- ReferenceShape ... Type: Face, Object name: CompoundFilter, Object label: CompoundFilter, Element name: Face5
- FemConstraintPressure:
- Type: Fem::ConstraintPressure, Name: FemConstraintPressure
- ReferenceShape ... Type: Face, Object name: CompoundFilter, Object label: CompoundFilter, Element name: Face8
- Getting mesh data time: 0.817 seconds.
- CalculiX solver input writing...
- Input file:/tmp/FEM_unittests/solver_calculix_constraint_transform_beam_hinged_fbf8c9c241e2/Mesh.inp
- One monster input file.
- Writing time CalculiX input file: 0.042 seconds.
- [Thread 0x7fff6461a640 (LWP 13067) exited]
- [Thread 0x7fffad89b640 (LWP 13066) exited]
- [Thread 0x7fff7bfff640 (LWP 13065) exited]
- [Thread 0x7fff64e1b640 (LWP 13063) exited]
- [Thread 0x7fff63218640 (LWP 13061) exited]
- [New Thread 0x7fff64e1b640 (LWP 13068)]
- [Thread 0x7fff64e1b640 (LWP 13068) exited]
- ok
- [New Thread 0x7fff64e1b640 (LWP 13072)]
- [Thread 0x7fff64e1b640 (LWP 13072) exited]
- [New Thread 0x7fff64e1b640 (LWP 13073)]
- [New Thread 0x7fff63218640 (LWP 13074)]
- [New Thread 0x7fff7bfff640 (LWP 13075)]
- [New Thread 0x7fff6461a640 (LWP 13076)]
- [Thread 0x7fff63218640 (LWP 13074) exited]
- [Thread 0x7fff6461a640 (LWP 13076) exited]
- [New Thread 0x7fff6461a640 (LWP 13077)]
- test_constraint_transform_torque (femtest.app.test_solver_calculix.TestSolverCalculix) ...
- Get mesh data for constraints, materials and element geometry...
- [New Thread 0x7fff63218640 (LWP 13078)]
- [{'ccx_elset': 'Evolumes', 'ccx_elset_name': 'MechanicalMaterialSolid', 'mat_obj_name': 'MechanicalMaterial', 'ccx_mat_name': 'Calculix-Steel'}]
- ConstraintFixed:
- Type: Fem::ConstraintFixed, Name: ConstraintFixed
- ReferenceShape ... Type: Face, Object name: Cut, Object label: Cut, Element name: Face3
- [New Thread 0x7fffad89b640 (LWP 13079)]
- ConstraintTransform:
- Type: Fem::ConstraintTransform, Name: ConstraintTransform
- ReferenceShape ... Type: Face, Object name: Cut, Object label: Cut, Element name: Face1
- ConstraintForce:
- Type: Fem::ConstraintForce, Name: ConstraintForce
- ReferenceShape ... Type: Face, Object name: Cut, Object label: Cut, Element name: Face1
- No face data in finite volume element mesh. FreeCAD uses getccxVolumesByFace() to retrieve the volume elements of the ref_face.
- Getting mesh data time: 13.793 seconds.
- CalculiX solver input writing...
- Input file:/tmp/FEM_unittests/solver_calculix_constraint_transform_torque_e37d48898cd2/Mesh.inp
- One monster input file.
- Writing time CalculiX input file: 0.161 seconds.
- [Thread 0x7fff63218640 (LWP 13078) exited]
- [Thread 0x7fff7bfff640 (LWP 13075) exited]
- [Thread 0x7fff64e1b640 (LWP 13073) exited]
- [Thread 0x7fff6461a640 (LWP 13077) exited]
- [Thread 0x7fffad89b640 (LWP 13079) exited]
- [New Thread 0x7fffad89b640 (LWP 13093)]
- [Thread 0x7fffad89b640 (LWP 13093) exited]
- ok
- [New Thread 0x7fffad89b640 (LWP 13100)]
- [Thread 0x7fffad89b640 (LWP 13100) exited]
- [New Thread 0x7fffad89b640 (LWP 13101)]
- [New Thread 0x7fff6461a640 (LWP 13102)]
- [New Thread 0x7fff7bfff640 (LWP 13103)]
- [New Thread 0x7fff64e1b640 (LWP 13104)]
- [Thread 0x7fff6461a640 (LWP 13102) exited]
- [Thread 0x7fff64e1b640 (LWP 13104) exited]
- [New Thread 0x7fff64e1b640 (LWP 13105)]
- [New Thread 0x7fff6461a640 (LWP 13106)]
- test_frequency_beamsimple (femtest.app.test_solver_calculix.TestSolverCalculix) ...
- Get mesh data for constraints, materials and element geometry...
- [{'ccx_elset': 'Evolumes', 'ccx_elset_name': 'MechanicalMaterialSolid', 'mat_obj_name': 'MechanicalMaterial', 'ccx_mat_name': 'Steel-Generic'}]
- Fix_XYZ:
- Type: Fem::ConstraintDisplacement, Name: Fix_XYZ
- ReferenceShape ... Type: Edge, Object name: Box, Object label: Box, Element name: Edge4
- [New Thread 0x7fff63218640 (LWP 13107)]
- Fix_YZ:
- Type: Fem::ConstraintDisplacement, Name: Fix_YZ
- ReferenceShape ... Type: Edge, Object name: Box, Object label: Box, Element name: Edge8
- Getting mesh data time: 0.018 seconds.
- CalculiX solver input writing...
- Input file:/tmp/FEM_unittests/solver_calculix_frequency_beamsimple_fd7df07b9f48/Mesh.inp
- One monster input file.
- Writing time CalculiX input file: 0.222 seconds.
- [Thread 0x7fff63218640 (LWP 13107) exited]
- [Thread 0x7fff6461a640 (LWP 13106) exited]
- [Thread 0x7fff64e1b640 (LWP 13105) exited]
- [Thread 0x7fffad89b640 (LWP 13101) exited]
- [Thread 0x7fff7bfff640 (LWP 13103) exited]
- [New Thread 0x7fff7bfff640 (LWP 13108)]
- [Thread 0x7fff7bfff640 (LWP 13108) exited]
- ok
- [New Thread 0x7fff7bfff640 (LWP 13115)]
- [Thread 0x7fff7bfff640 (LWP 13115) exited]
- [New Thread 0x7fff7bfff640 (LWP 13117)]
- [New Thread 0x7fff64e1b640 (LWP 13118)]
- [New Thread 0x7fff6461a640 (LWP 13119)]
- [New Thread 0x7fffad89b640 (LWP 13120)]
- [New Thread 0x7fff64e1b640 (LWP 13121)]
- [Thread 0x7fffad89b640 (LWP 13120) exited]
- [Thread 0x7fff64e1b640 (LWP 13118) exited]
- [New Thread 0x7fffad89b640 (LWP 13122)]
- test_material_multiple_bendingbeam_fiveboxes (femtest.app.test_solver_calculix.TestSolverCalculix) ...
- Get mesh data for constraints, materials and element geometry...
- Materials
- Constraint: FemMaterial1 --> We're going to search in the mesh for the element ID's.
- ReferenceShape ... Type: Solid, Object name: Box3, Object label: Box3, Element name: Solid1
- [New Thread 0x7fff63118640 (LWP 13123)]
- binary search: get_femelements_by_femnodes_bin
- len femnodes_ele_table: 12630
- found Volumes: 1466
- Constraint: FemMaterial2 --> We're going to search in the mesh for the element ID's.
- ReferenceShape ... Type: Solid, Object name: Box2, Object label: Box2, Element name: Solid1
- binary search: get_femelements_by_femnodes_bin
- len femnodes_ele_table: 12630
- found Volumes: 1458
- ReferenceShape ... Type: Solid, Object name: Box4, Object label: Box4, Element name: Solid1
- binary search: get_femelements_by_femnodes_bin
- len femnodes_ele_table: 12630
- found Volumes: 1472
- Constraint: FemMaterial3 --> We're going to search in the mesh for the element ID's.
- Count finite elements as sum of constraints: 7315
- Count finite elements of the finite element mesh: 7315
- ConstraintFixed:
- Type: Fem::ConstraintFixed, Name: ConstraintFixed
- ReferenceShape ... Type: Face, Object name: Box1, Object label: Box1, Element name: Face1
- ReferenceShape ... Type: Face, Object name: Box5, Object label: Box5, Element name: Face2
- ConstraintForce:
- Type: Fem::ConstraintForce, Name: ConstraintForce
- ReferenceShape ... Type: Face, Object name: Box1, Object label: Box1, Element name: Face6
- ReferenceShape ... Type: Face, Object name: Box2, Object label: Box2, Element name: Face6
- ReferenceShape ... Type: Face, Object name: Box3, Object label: Box3, Element name: Face6
- ReferenceShape ... Type: Face, Object name: Box4, Object label: Box4, Element name: Face6
- ReferenceShape ... Type: Face, Object name: Box5, Object label: Box5, Element name: Face6
- No face data in finite volume element mesh. FreeCAD uses getccxVolumesByFace() to retrieve the volume elements of the ref_face.
- No face data in finite volume element mesh. FreeCAD uses getccxVolumesByFace() to retrieve the volume elements of the ref_face.
- No face data in finite volume element mesh. FreeCAD uses getccxVolumesByFace() to retrieve the volume elements of the ref_face.
- No face data in finite volume element mesh. FreeCAD uses getccxVolumesByFace() to retrieve the volume elements of the ref_face.
- No face data in finite volume element mesh. FreeCAD uses getccxVolumesByFace() to retrieve the volume elements of the ref_face.
- Getting mesh data time: 15.546 seconds.
- CalculiX solver input writing...
- Input file:/tmp/FEM_unittests/solver_calculix_material_multiple_bendingbeam_fiveboxes_9f052cc9c01e/Mesh.inp
- One monster input file.
- Writing time CalculiX input file: 0.323 seconds.
- [Thread 0x7fff63118640 (LWP 13123) exited]
- [Thread 0x7fffad89b640 (LWP 13122) exited]
- [Thread 0x7fff6461a640 (LWP 13119) exited]
- [Thread 0x7fff7bfff640 (LWP 13117) exited]
- [Thread 0x7fff64e1b640 (LWP 13121) exited]
- [New Thread 0x7fff64e1b640 (LWP 13139)]
- [Thread 0x7fff64e1b640 (LWP 13139) exited]
- ok
- [New Thread 0x7fff64e1b640 (LWP 13143)]
- [Thread 0x7fff64e1b640 (LWP 13143) exited]
- [New Thread 0x7fff64e1b640 (LWP 13144)]
- [New Thread 0x7fff6461a640 (LWP 13145)]
- [New Thread 0x7fff63118640 (LWP 13146)]
- [New Thread 0x7fff7bfff640 (LWP 13147)]
- [New Thread 0x7fff62817640 (LWP 13148)]
- [Thread 0x7fff63118640 (LWP 13146) exited]
- [Thread 0x7fff6461a640 (LWP 13145) exited]
- [New Thread 0x7fff6461a640 (LWP 13149)]
- test_material_multiple_bendingbeam_fivefaces (femtest.app.test_solver_calculix.TestSolverCalculix) ...
- Get mesh data for constraints, materials and element geometry...
- Materials
- Constraint: FemMaterial1 --> We're going to search in the mesh for the element ID's.
- ReferenceShape ... Type: Face, Object name: Face3, Object label: Face3, Element name: Face1
- [New Thread 0x7fff63118640 (LWP 13150)]
- std search: get_femelements_by_femnodes_std
- Constraint: FemMaterial2 --> We're going to search in the mesh for the element ID's.
- ReferenceShape ... Type: Face, Object name: Face2, Object label: Face2, Element name: Face1
- std search: get_femelements_by_femnodes_std
- ReferenceShape ... Type: Face, Object name: Face4, Object label: Face4, Element name: Face1
- std search: get_femelements_by_femnodes_std
- Constraint: FemMaterial3 --> We're going to search in the mesh for the element ID's.
- Count finite elements as sum of constraints: 590
- Count finite elements of the finite element mesh: 590
- ConstraintFixed:
- Type: Fem::ConstraintFixed, Name: ConstraintFixed
- ReferenceShape ... Type: Edge, Object name: Face1, Object label: Face1, Element name: Edge1
- ReferenceShape ... Type: Edge, Object name: Face5, Object label: Face5, Element name: Edge3
- ConstraintForce:
- Type: Fem::ConstraintForce, Name: ConstraintForce
- ReferenceShape ... Type: Edge, Object name: Face1, Object label: Face1, Element name: Edge4
- ReferenceShape ... Type: Edge, Object name: Face2, Object label: Face2, Element name: Edge4
- ReferenceShape ... Type: Edge, Object name: Face3, Object label: Face3, Element name: Edge4
- ReferenceShape ... Type: Edge, Object name: Face4, Object label: Face4, Element name: Edge4
- ReferenceShape ... Type: Edge, Object name: Face5, Object label: Face5, Element name: Edge4
- Getting mesh data time: 0.487 seconds.
- CalculiX solver input writing...
- Input file:/tmp/FEM_unittests/solver_calculix_material_multiple_bendingbeam_fivefaces_a93e8d5d60e1/Mesh.inp
- One monster input file.
- Writing time CalculiX input file: 0.022 seconds.
- [Thread 0x7fff6461a640 (LWP 13149) exited]
- [Thread 0x7fff7bfff640 (LWP 13147) exited]
- [Thread 0x7fff64e1b640 (LWP 13144) exited]
- [Thread 0x7fff63118640 (LWP 13150) exited]
- [Thread 0x7fff62817640 (LWP 13148) exited]
- [New Thread 0x7fff62817640 (LWP 13151)]
- [Thread 0x7fff62817640 (LWP 13151) exited]
- ok
- [New Thread 0x7fff62817640 (LWP 13152)]
- [Thread 0x7fff62817640 (LWP 13152) exited]
- [New Thread 0x7fff62817640 (LWP 13153)]
- [New Thread 0x7fff63118640 (LWP 13154)]
- [New Thread 0x7fff7bfff640 (LWP 13155)]
- [Thread 0x7fff63118640 (LWP 13154) exited]
- [New Thread 0x7fff63118640 (LWP 13156)]
- [Thread 0x7fff63118640 (LWP 13156) exited]
- [New Thread 0x7fff64e1b640 (LWP 13157)]
- test_material_multiple_tensionrod_twoboxes (femtest.app.test_solver_calculix.TestSolverCalculix) ...
- Get mesh data for constraints, materials and element geometry...
- Materials
- [New Thread 0x7fff63118640 (LWP 13158)]
- Constraint: MechanicalMaterialLow --> We're going to search in the mesh for the element ID's.
- ReferenceShape ... Type: Solid, Object name: BoxLower, Object label: BoxLower, Element name: Solid1
- [New Thread 0x7fff6461a640 (LWP 13159)]
- binary search: get_femelements_by_femnodes_bin
- len femnodes_ele_table: 553
- found Volumes: 148
- Constraint: MechanicalMaterialUpp --> We're going to search in the mesh for the element ID's.
- ReferenceShape ... Type: Solid, Object name: BoxUpper, Object label: BoxUpper, Element name: Solid1
- binary search: get_femelements_by_femnodes_bin
- len femnodes_ele_table: 553
- found Volumes: 148
- Count finite elements as sum of constraints: 296
- Count finite elements of the finite element mesh: 296
- ConstraintFixed:
- Type: Fem::ConstraintFixed, Name: ConstraintFixed
- ReferenceShape ... Type: Face, Object name: MultiMatCompSolid, Object label: MultiMatCompSolid, Element name: Face5
- ConstraintPressure:
- Type: Fem::ConstraintPressure, Name: ConstraintPressure
- ReferenceShape ... Type: Face, Object name: MultiMatCompSolid, Object label: MultiMatCompSolid, Element name: Face11
- Getting mesh data time: 0.997 seconds.
- CalculiX solver input writing...
- Input file:/tmp/FEM_unittests/solver_calculix_material_multiple_tensionrod_twoboxes_b46bf740a13f/Mesh.inp
- One monster input file.
- Writing time CalculiX input file: 0.014 seconds.
- [Thread 0x7fff6461a640 (LWP 13159) exited]
- [Thread 0x7fff64e1b640 (LWP 13157) exited]
- [Thread 0x7fff63118640 (LWP 13158) exited]
- [Thread 0x7fff7bfff640 (LWP 13155) exited]
- [Thread 0x7fff62817640 (LWP 13153) exited]
- [New Thread 0x7fff7bfff640 (LWP 13163)]
- ok
- [Thread 0x7fff7bfff640 (LWP 13163) exited]
- [New Thread 0x7fff7bfff640 (LWP 13170)]
- [Thread 0x7fff7bfff640 (LWP 13170) exited]
- [New Thread 0x7fff7bfff640 (LWP 13171)]
- [New Thread 0x7fff62817640 (LWP 13172)]
- [New Thread 0x7fff63118640 (LWP 13173)]
- [New Thread 0x7fff64e1b640 (LWP 13174)]
- [Thread 0x7fff62817640 (LWP 13172) exited]
- [New Thread 0x7fff62817640 (LWP 13175)]
- [Thread 0x7fff64e1b640 (LWP 13174) exited]
- [New Thread 0x7fff64e1b640 (LWP 13176)]
- test_material_nonlinear (femtest.app.test_solver_calculix.TestSolverCalculix) ...
- Get mesh data for constraints, materials and element geometry...
- [{'ccx_elset': 'Evolumes', 'ccx_elset_name': 'Material_linSolid', 'mat_obj_name': 'Material_lin', 'ccx_mat_name': 'CalculiX-Steel'}]
- ConstraintFixed:
- Type: Fem::ConstraintFixed, Name: ConstraintFixed
- ReferenceShape ... Type: Face, Object name: Hole_Plate, Object label: Hole_Plate, Element name: Face4
- [New Thread 0x7fff6461a640 (LWP 13177)]
- ConstraintPressure:
- Type: Fem::ConstraintPressure, Name: ConstraintPressure
- ReferenceShape ... Type: Face, Object name: Hole_Plate, Object label: Hole_Plate, Element name: Face2
- Getting mesh data time: 0.847 seconds.
- CalculiX solver input writing...
- Input file:/tmp/FEM_unittests/solver_calculix_material_nonlinear_e813f8412a59/Mesh.inp
- One monster input file.
- Writing time CalculiX input file: 0.279 seconds.
- [Thread 0x7fff7bfff640 (LWP 13171) exited]
- [Thread 0x7fff64e1b640 (LWP 13176) exited]
- [Thread 0x7fff6461a640 (LWP 13177) exited]
- [Thread 0x7fff62817640 (LWP 13175) exited]
- [Thread 0x7fff63118640 (LWP 13173) exited]
- [New Thread 0x7fff63118640 (LWP 13181)]
- ok
- [Thread 0x7fff63118640 (LWP 13181) exited]
- [New Thread 0x7fff63118640 (LWP 13182)]
- [Thread 0x7fff63118640 (LWP 13182) exited]
- [New Thread 0x7fff63118640 (LWP 13183)]
- [New Thread 0x7fff62817640 (LWP 13184)]
- [New Thread 0x7fff6461a640 (LWP 13185)]
- [Thread 0x7fff62817640 (LWP 13184) exited]
- [New Thread 0x7fff62817640 (LWP 13186)]
- [New Thread 0x7fff7bfff640 (LWP 13187)]
- [Thread 0x7fff62817640 (LWP 13186) exited]
- [New Thread 0x7fff62817640 (LWP 13188)]
- test_square_pipe_end_twisted_edgeforces (femtest.app.test_solver_calculix.TestSolverCalculix) ...
- Get mesh data for constraints, materials and element geometry...
- ConstraintFixed:
- Type: Fem::ConstraintFixed, Name: ConstraintFixed
- ReferenceShape ... Type: Edge, Object name: SquareTube, Object label: SquareTube, Element name: Edge4
- [New Thread 0x7fff64e1b640 (LWP 13189)]
- ReferenceShape ... Type: Edge, Object name: SquareTube, Object label: SquareTube, Element name: Edge7
- ReferenceShape ... Type: Edge, Object name: SquareTube, Object label: SquareTube, Element name: Edge10
- ReferenceShape ... Type: Edge, Object name: SquareTube, Object label: SquareTube, Element name: Edge12
- ConstraintForce1:
- Type: Fem::ConstraintForce, Name: ConstraintForce1
- ReferenceShape ... Type: Edge, Object name: SquareTube, Object label: SquareTube, Element name: Edge9
- ConstraintForce2:
- Type: Fem::ConstraintForce, Name: ConstraintForce2
- ReferenceShape ... Type: Edge, Object name: SquareTube, Object label: SquareTube, Element name: Edge3
- ConstraintForce3:
- Type: Fem::ConstraintForce, Name: ConstraintForce3
- ReferenceShape ... Type: Edge, Object name: SquareTube, Object label: SquareTube, Element name: Edge11
- ConstraintForce4:
- Type: Fem::ConstraintForce, Name: ConstraintForce4
- ReferenceShape ... Type: Edge, Object name: SquareTube, Object label: SquareTube, Element name: Edge6
- Getting mesh data time: 0.04 seconds.
- CalculiX solver input writing...
- Input file:/tmp/FEM_unittests/solver_calculix_square_pipe_end_twisted_edgeforces_057cea9fb8da/Mesh.inp
- One monster input file.
- Writing time CalculiX input file: 0.026 seconds.
- [Thread 0x7fff62817640 (LWP 13188) exited]
- [Thread 0x7fff6461a640 (LWP 13185) exited]
- [Thread 0x7fff63118640 (LWP 13183) exited]
- [Thread 0x7fff64e1b640 (LWP 13189) exited]
- [Thread 0x7fff7bfff640 (LWP 13187) exited]
- [New Thread 0x7fff7bfff640 (LWP 13190)]
- ok
- [Thread 0x7fff7bfff640 (LWP 13190) exited]
- [New Thread 0x7fff7bfff640 (LWP 13194)]
- [Thread 0x7fff7bfff640 (LWP 13194) exited]
- [New Thread 0x7fff7bfff640 (LWP 13195)]
- [New Thread 0x7fff64e1b640 (LWP 13196)]
- [New Thread 0x7fff62817640 (LWP 13197)]
- [New Thread 0x7fff6461a640 (LWP 13198)]
- [Thread 0x7fff6461a640 (LWP 13198) exited]
- [New Thread 0x7fff6461a640 (LWP 13199)]
- [Thread 0x7fff64e1b640 (LWP 13196) exited]
- [New Thread 0x7fff64e1b640 (LWP 13200)]
- test_square_pipe_end_twisted_nodeforces (femtest.app.test_solver_calculix.TestSolverCalculix) ...
- Get mesh data for constraints, materials and element geometry...
- ConstraintFixed:
- Type: Fem::ConstraintFixed, Name: ConstraintFixed
- ReferenceShape ... Type: Vertex, Object name: Fixes, Object label: Fixes, Element name: Vertex6
- [New Thread 0x7fff63118640 (LWP 13201)]
- ReferenceShape ... Type: Vertex, Object name: Fixes, Object label: Fixes, Element name: Vertex15
- ReferenceShape ... Type: Vertex, Object name: Fixes, Object label: Fixes, Element name: Vertex5
- ReferenceShape ... Type: Vertex, Object name: Fixes, Object label: Fixes, Element name: Vertex29
- ReferenceShape ... Type: Vertex, Object name: Fixes, Object label: Fixes, Element name: Vertex42
- ReferenceShape ... Type: Vertex, Object name: Fixes, Object label: Fixes, Element name: Vertex30
- ReferenceShape ... Type: Vertex, Object name: Fixes, Object label: Fixes, Element name: Vertex9
- ReferenceShape ... Type: Vertex, Object name: Fixes, Object label: Fixes, Element name: Vertex31
- ReferenceShape ... Type: Vertex, Object name: Fixes, Object label: Fixes, Element name: Vertex33
- ReferenceShape ... Type: Vertex, Object name: Fixes, Object label: Fixes, Element name: Vertex32
- ReferenceShape ... Type: Vertex, Object name: Fixes, Object label: Fixes, Element name: Vertex3
- ReferenceShape ... Type: Vertex, Object name: Fixes, Object label: Fixes, Element name: Vertex34
- ReferenceShape ... Type: Vertex, Object name: Fixes, Object label: Fixes, Element name: Vertex46
- ReferenceShape ... Type: Vertex, Object name: Fixes, Object label: Fixes, Element name: Vertex1
- ReferenceShape ... Type: Vertex, Object name: Fixes, Object label: Fixes, Element name: Vertex36
- ReferenceShape ... Type: Vertex, Object name: Fixes, Object label: Fixes, Element name: Vertex11
- ReferenceShape ... Type: Vertex, Object name: Fixes, Object label: Fixes, Element name: Vertex38
- ReferenceShape ... Type: Vertex, Object name: Fixes, Object label: Fixes, Element name: Vertex12
- ReferenceShape ... Type: Vertex, Object name: Fixes, Object label: Fixes, Element name: Vertex39
- ReferenceShape ... Type: Vertex, Object name: Fixes, Object label: Fixes, Element name: Vertex13
- ReferenceShape ... Type: Vertex, Object name: Fixes, Object label: Fixes, Element name: Vertex40
- ReferenceShape ... Type: Vertex, Object name: Fixes, Object label: Fixes, Element name: Vertex16
- ReferenceShape ... Type: Vertex, Object name: Fixes, Object label: Fixes, Element name: Vertex35
- ReferenceShape ... Type: Vertex, Object name: Fixes, Object label: Fixes, Element name: Vertex14
- ReferenceShape ... Type: Vertex, Object name: Fixes, Object label: Fixes, Element name: Vertex47
- ReferenceShape ... Type: Vertex, Object name: Fixes, Object label: Fixes, Element name: Vertex20
- ReferenceShape ... Type: Vertex, Object name: Fixes, Object label: Fixes, Element name: Vertex37
- ReferenceShape ... Type: Vertex, Object name: Fixes, Object label: Fixes, Element name: Vertex18
- ReferenceShape ... Type: Vertex, Object name: Fixes, Object label: Fixes, Element name: Vertex41
- ReferenceShape ... Type: Vertex, Object name: Fixes, Object label: Fixes, Element name: Vertex17
- ReferenceShape ... Type: Vertex, Object name: Fixes, Object label: Fixes, Element name: Vertex10
- ReferenceShape ... Type: Vertex, Object name: Fixes, Object label: Fixes, Element name: Vertex26
- ReferenceShape ... Type: Vertex, Object name: Fixes, Object label: Fixes, Element name: Vertex43
- ReferenceShape ... Type: Vertex, Object name: Fixes, Object label: Fixes, Element name: Vertex21
- ReferenceShape ... Type: Vertex, Object name: Fixes, Object label: Fixes, Element name: Vertex44
- ReferenceShape ... Type: Vertex, Object name: Fixes, Object label: Fixes, Element name: Vertex19
- ReferenceShape ... Type: Vertex, Object name: Fixes, Object label: Fixes, Element name: Vertex4
- ReferenceShape ... Type: Vertex, Object name: Fixes, Object label: Fixes, Element name: Vertex28
- ReferenceShape ... Type: Vertex, Object name: Fixes, Object label: Fixes, Element name: Vertex48
- ReferenceShape ... Type: Vertex, Object name: Fixes, Object label: Fixes, Element name: Vertex22
- ReferenceShape ... Type: Vertex, Object name: Fixes, Object label: Fixes, Element name: Vertex8
- ReferenceShape ... Type: Vertex, Object name: Fixes, Object label: Fixes, Element name: Vertex23
- ReferenceShape ... Type: Vertex, Object name: Fixes, Object label: Fixes, Element name: Vertex7
- ReferenceShape ... Type: Vertex, Object name: Fixes, Object label: Fixes, Element name: Vertex24
- ReferenceShape ... Type: Vertex, Object name: Fixes, Object label: Fixes, Element name: Vertex45
- ReferenceShape ... Type: Vertex, Object name: Fixes, Object label: Fixes, Element name: Vertex27
- ReferenceShape ... Type: Vertex, Object name: Fixes, Object label: Fixes, Element name: Vertex2
- ReferenceShape ... Type: Vertex, Object name: Fixes, Object label: Fixes, Element name: Vertex25
- ConstraintForce1:
- Type: Fem::ConstraintForce, Name: ConstraintForce1
- ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex1
- ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex14
- ConstraintForce2:
- Type: Fem::ConstraintForce, Name: ConstraintForce2
- ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex2
- ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex8
- ConstraintForce3:
- Type: Fem::ConstraintForce, Name: ConstraintForce3
- ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex20
- ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex21
- ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex22
- ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex23
- ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex24
- ConstraintForce4:
- Type: Fem::ConstraintForce, Name: ConstraintForce4
- ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex9
- ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex10
- ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex11
- ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex12
- ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex13
- ConstraintForce5:
- Type: Fem::ConstraintForce, Name: ConstraintForce5
- ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex43
- ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex44
- ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex45
- ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex46
- ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex47
- ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex48
- ConstraintForce6:
- Type: Fem::ConstraintForce, Name: ConstraintForce6
- ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex31
- ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex32
- ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex33
- ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex34
- ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex35
- ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex36
- ConstraintForce7:
- Type: Fem::ConstraintForce, Name: ConstraintForce7
- ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex1
- ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex2
- ConstraintForce8:
- Type: Fem::ConstraintForce, Name: ConstraintForce8
- ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex8
- ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex14
- ConstraintForce9:
- Type: Fem::ConstraintForce, Name: ConstraintForce9
- ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex3
- ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex4
- ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex5
- ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex6
- ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex7
- ConstraintForce10:
- Type: Fem::ConstraintForce, Name: ConstraintForce10
- ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex15
- ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex16
- ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex17
- ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex18
- ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex19
- ConstraintForce11:
- Type: Fem::ConstraintForce, Name: ConstraintForce11
- ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex25
- ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex26
- ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex27
- ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex28
- ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex29
- ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex30
- ConstraintForce12:
- Type: Fem::ConstraintForce, Name: ConstraintForce12
- ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex37
- ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex38
- ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex39
- ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex40
- ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex41
- ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex42
- Getting mesh data time: 0.068 seconds.
- CalculiX solver input writing...
- Input file:/tmp/FEM_unittests/solver_calculix_square_pipe_end_twisted_nodeforces_56d7afa063b2/Mesh.inp
- One monster input file.
- Writing time CalculiX input file: 0.028 seconds.
- [Thread 0x7fff64e1b640 (LWP 13200) exited]
- [Thread 0x7fff7bfff640 (LWP 13195) exited]
- [Thread 0x7fff62817640 (LWP 13197) exited]
- [Thread 0x7fff63118640 (LWP 13201) exited]
- [Thread 0x7fff6461a640 (LWP 13199) exited]
- [New Thread 0x7fff6461a640 (LWP 13202)]
- ok
- [Thread 0x7fff6461a640 (LWP 13202) exited]
- [New Thread 0x7fff6461a640 (LWP 13206)]
- [Thread 0x7fff6461a640 (LWP 13206) exited]
- [New Thread 0x7fff6461a640 (LWP 13207)]
- [New Thread 0x7fff63118640 (LWP 13208)]
- [New Thread 0x7fff62817640 (LWP 13209)]
- [New Thread 0x7fff7bfff640 (LWP 13210)]
- [Thread 0x7fff63118640 (LWP 13208) exited]
- [New Thread 0x7fff63118640 (LWP 13211)]
- [Thread 0x7fff7bfff640 (LWP 13210) exited]
- [New Thread 0x7fff7bfff640 (LWP 13212)]
- test_thermomech_bimetall (femtest.app.test_solver_calculix.TestSolverCalculix) ...
- Get mesh data for constraints, materials and element geometry...
- Materials
- Constraint: MaterialCopper --> We're going to search in the mesh for the element ID's.
- ReferenceShape ... Type: Solid, Object name: BooleanFragments, Object label: BooleanFragments, Element name: Solid1
- [New Thread 0x7fff64e1b640 (LWP 13213)]
- binary search: get_femelements_by_femnodes_bin
- len femnodes_ele_table: 3093
- found Volumes: 750
- Constraint: MaterialInvar --> We're going to search in the mesh for the element ID's.
- ReferenceShape ... Type: Solid, Object name: BooleanFragments, Object label: BooleanFragments, Element name: Solid2
- binary search: get_femelements_by_femnodes_bin
- len femnodes_ele_table: 3093
- found Volumes: 750
- Count finite elements as sum of constraints: 1500
- Count finite elements of the finite element mesh: 1500
- ConstraintFixed:
- Type: Fem::ConstraintFixed, Name: ConstraintFixed
- ReferenceShape ... Type: Face, Object name: BooleanFragments, Object label: BooleanFragments, Element name: Face1
- ReferenceShape ... Type: Face, Object name: BooleanFragments, Object label: BooleanFragments, Element name: Face7
- ConstraintTemperatureHot:
- Type: Fem::ConstraintTemperature, Name: ConstraintTemperatureHot
- ReferenceShape ... Type: Face, Object name: BooleanFragments, Object label: BooleanFragments, Element name: Face5
- ReferenceShape ... Type: Face, Object name: BooleanFragments, Object label: BooleanFragments, Element name: Face11
- ConstraintTemperatureNormal:
- Type: Fem::ConstraintTemperature, Name: ConstraintTemperatureNormal
- ReferenceShape ... Type: Face, Object name: BooleanFragments, Object label: BooleanFragments, Element name: Face1
- ReferenceShape ... Type: Face, Object name: BooleanFragments, Object label: BooleanFragments, Element name: Face7
- Getting mesh data time: 8.944 seconds.
- CalculiX solver input writing...
- Input file:/tmp/FEM_unittests/solver_calculix_thermomech_bimetall_1c6f54298998/Mesh.inp
- One monster input file.
- Writing time CalculiX input file: 0.069 seconds.
- [Thread 0x7fff7bfff640 (LWP 13212) exited]
- [Thread 0x7fff62817640 (LWP 13209) exited]
- [Thread 0x7fff6461a640 (LWP 13207) exited]
- [Thread 0x7fff64e1b640 (LWP 13213) exited]
- [Thread 0x7fff63118640 (LWP 13211) exited]
- [New Thread 0x7fff63118640 (LWP 13220)]
- [Thread 0x7fff63118640 (LWP 13220) exited]
- ok
- [New Thread 0x7fff63118640 (LWP 13224)]
- [Thread 0x7fff63118640 (LWP 13224) exited]
- [New Thread 0x7fff63118640 (LWP 13225)]
- [New Thread 0x7fff64e1b640 (LWP 13226)]
- [New Thread 0x7fff62817640 (LWP 13227)]
- [New Thread 0x7fff6461a640 (LWP 13228)]
- [Thread 0x7fff64e1b640 (LWP 13226) exited]
- [Thread 0x7fff6461a640 (LWP 13228) exited]
- [New Thread 0x7fff6461a640 (LWP 13229)]
- [New Thread 0x7fff64e1b640 (LWP 13230)]
- test_thermomech_flow1D (femtest.app.test_solver_calculix.TestSolverCalculix) ...
- Get mesh data for constraints, materials and element geometry...
- Fluid sections
- Constraint: ElementFluid1D --> We're going to search in the mesh for the element ID's.
- ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge1
- [New Thread 0x7fff7bfff640 (LWP 13231)]
- std search: get_femelements_by_femnodes_std
- Constraint: ElementFluid1D001 --> We're going to search in the mesh for the element ID's.
- ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge2
- std search: get_femelements_by_femnodes_std
- Constraint: ElementFluid1D002 --> We're going to search in the mesh for the element ID's.
- ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge3
- ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge5
- std search: get_femelements_by_femnodes_std
- Constraint: ElementFluid1D003 --> We're going to search in the mesh for the element ID's.
- ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge4
- std search: get_femelements_by_femnodes_std
- Constraint: ElementFluid1D004 --> We're going to search in the mesh for the element ID's.
- ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge6
- std search: get_femelements_by_femnodes_std
- Constraint: ElementFluid1D005 --> We're going to search in the mesh for the element ID's.
- ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge7
- std search: get_femelements_by_femnodes_std
- Constraint: ElementFluid1D006 --> We're going to search in the mesh for the element ID's.
- ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge8
- std search: get_femelements_by_femnodes_std
- Constraint: ElementFluid1D007 --> We're going to search in the mesh for the element ID's.
- ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge11
- ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge9
- std search: get_femelements_by_femnodes_std
- Constraint: ElementFluid1D008 --> We're going to search in the mesh for the element ID's.
- ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge10
- std search: get_femelements_by_femnodes_std
- Constraint: ElementFluid1D009 --> We're going to search in the mesh for the element ID's.
- ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge12
- std search: get_femelements_by_femnodes_std
- Constraint: ElementFluid1D010 --> We're going to search in the mesh for the element ID's.
- ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge13
- std search: get_femelements_by_femnodes_std
- Count finite elements as sum of constraints: 13
- Count finite elements of the finite element mesh: 13
- Getting mesh data time: 0.013 seconds.
- CalculiX solver input writing...
- Input file:/tmp/FEM_unittests/solver_calculix_thermomech_flow1D_7e8ac0b1a02d/Mesh.inp
- One monster input file.
- 1DFlow inout nodes file: /tmp/FEM_unittests/solver_calculix_thermomech_flow1D_7e8ac0b1a02d/Mesh_inout_nodes.txt
- ElementFluid1D:
- Type: Fem::ElementFluid1D, Name: ElementFluid1D
- ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge1
- ElementFluid1D001:
- Type: Fem::ElementFluid1D, Name: ElementFluid1D001
- ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge2
- ElementFluid1D002:
- Type: Fem::ElementFluid1D, Name: ElementFluid1D002
- ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge3
- ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge5
- ElementFluid1D003:
- Type: Fem::ElementFluid1D, Name: ElementFluid1D003
- ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge4
- ElementFluid1D004:
- Type: Fem::ElementFluid1D, Name: ElementFluid1D004
- ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge6
- ElementFluid1D005:
- Type: Fem::ElementFluid1D, Name: ElementFluid1D005
- ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge7
- ElementFluid1D006:
- Type: Fem::ElementFluid1D, Name: ElementFluid1D006
- ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge8
- ElementFluid1D007:
- Type: Fem::ElementFluid1D, Name: ElementFluid1D007
- ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge11
- ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge9
- ElementFluid1D008:
- Type: Fem::ElementFluid1D, Name: ElementFluid1D008
- ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge10
- ElementFluid1D009:
- Type: Fem::ElementFluid1D, Name: ElementFluid1D009
- ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge12
- ElementFluid1D010:
- Type: Fem::ElementFluid1D, Name: ElementFluid1D010
- ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge13
- Writing time CalculiX input file: 0.014 seconds.
- [Thread 0x7fff7bfff640 (LWP 13231) exited]
- [Thread 0x7fff64e1b640 (LWP 13230) exited]
- [Thread 0x7fff6461a640 (LWP 13229) exited]
- [Thread 0x7fff62817640 (LWP 13227) exited]
- [Thread 0x7fff63118640 (LWP 13225) exited]
- [New Thread 0x7fff62817640 (LWP 13232)]
- [Thread 0x7fff62817640 (LWP 13232) exited]
- ok
- [New Thread 0x7fff62817640 (LWP 13236)]
- [Thread 0x7fff62817640 (LWP 13236) exited]
- [New Thread 0x7fff62817640 (LWP 13237)]
- [New Thread 0x7fff63118640 (LWP 13238)]
- [New Thread 0x7fff6461a640 (LWP 13239)]
- [New Thread 0x7fff64e1b640 (LWP 13240)]
- [Thread 0x7fff63118640 (LWP 13238) exited]
- [New Thread 0x7fff63118640 (LWP 13241)]
- [Thread 0x7fff64e1b640 (LWP 13240) exited]
- [New Thread 0x7fff64e1b640 (LWP 13242)]
- test_thermomech_spine (femtest.app.test_solver_calculix.TestSolverCalculix) ...
- Get mesh data for constraints, materials and element geometry...
- [{'ccx_elset': 'Evolumes', 'ccx_elset_name': 'MechanicalMaterialSolid', 'mat_obj_name': 'MechanicalMaterial', 'ccx_mat_name': 'Steel-Generic'}]
- FemConstraintFixed:
- Type: Fem::ConstraintFixed, Name: FemConstraintFixed
- ReferenceShape ... Type: Face, Object name: Box, Object label: Box, Element name: Face1
- [New Thread 0x7fff7bfff640 (LWP 13243)]
- FemConstraintTemperature:
- Type: Fem::ConstraintTemperature, Name: FemConstraintTemperature
- ReferenceShape ... Type: Face, Object name: Box, Object label: Box, Element name: Face1
- Getting mesh data time: 0.037 seconds.
- CalculiX solver input writing...
- Input file:/tmp/FEM_unittests/solver_calculix_thermomech_spine_4cdb84fa5671/Mesh.inp
- One monster input file.
- Writing time CalculiX input file: 0.003 seconds.
- [Thread 0x7fff64e1b640 (LWP 13242) exited]
- [Thread 0x7fff6461a640 (LWP 13239) exited]
- [Thread 0x7fff62817640 (LWP 13237) exited]
- [Thread 0x7fff7bfff640 (LWP 13243) exited]
- [Thread 0x7fff63118640 (LWP 13241) exited]
- [New Thread 0x7fff63118640 (LWP 13244)]
- [Thread 0x7fff63118640 (LWP 13244) exited]
- ok
- test_00print (femtest.app.test_solver_elmer.TestSolverElmer) ...
- ****************************************************************************************************
- ********** run FEM TestSolverElmer tests *******************************************************
- ****************************************************************************************************
- ok
- test_box_static_0_mm (femtest.app.test_solver_elmer.TestSolverElmer) ...
- Saved unit schema: 0. Set unit schema to 0.
- [New Thread 0x7fff63118640 (LWP 13245)]
- [Thread 0x7fff63118640 (LWP 13245) exited]
- [New Thread 0x7fff63118640 (LWP 13246)]
- [New Thread 0x7fff7bfff640 (LWP 13247)]
- [New Thread 0x7fff6461a640 (LWP 13248)]
- [Thread 0x7fff7bfff640 (LWP 13247) exited]
- [New Thread 0x7fff7bfff640 (LWP 13249)]
- [New Thread 0x7fff62817640 (LWP 13250)]
- [Thread 0x7fff7bfff640 (LWP 13249) exited]
- Machine testmode: True
- Write elmer input files to: /tmp/FEM_unittests/solver_elmer_box_static_0_mm_71b08c3a92b4
- The FreeCAD standard unit schema mm/kg/s is used. Elmer sif-file writing is however done in SI units.
- [New Thread 0x7fff7bfff640 (LWP 13251)]
- ElementDimension: 3
- Solver Elmer testmode, Gmsh will not be used. It might not be installed.
- Solver Elmer testmode, ElmerGrid will not be used. It might not be installed.
- [Thread 0x7fff7bfff640 (LWP 13251) exited]
- [Thread 0x7fff62817640 (LWP 13250) exited]
- Test writing STARTINFO file
- [Thread 0x7fff6461a640 (LWP 13248) exited]
- [Thread 0x7fff63118640 (LWP 13246) exited]
- Test writing case file
- Test writing GMSH geo file
- [New Thread 0x7fff6461a640 (LWP 13252)]
- [Thread 0x7fff6461a640 (LWP 13252) exited]
- ok
- test_ccxcantilever_faceload_0_mm (femtest.app.test_solver_elmer.TestSolverElmer) ...
- Saved unit schema: 0. Set unit schema to 0.
- [New Thread 0x7fff6461a640 (LWP 13256)]
- [Thread 0x7fff6461a640 (LWP 13256) exited]
- [New Thread 0x7fff6461a640 (LWP 13257)]
- [New Thread 0x7fff63118640 (LWP 13258)]
- [New Thread 0x7fff7bfff640 (LWP 13259)]
- [Thread 0x7fff63118640 (LWP 13258) exited]
- [New Thread 0x7fff63118640 (LWP 13260)]
- [Thread 0x7fff63118640 (LWP 13260) exited]
- [New Thread 0x7fff62817640 (LWP 13261)]
- Machine testmode: True
- Write elmer input files to: /tmp/FEM_unittests/solver_elmer_ccxcantilever_faceload_0_mm_e6afee08422a
- The FreeCAD standard unit schema mm/kg/s is used. Elmer sif-file writing is however done in SI units.
- [New Thread 0x7fff63118640 (LWP 13262)]
- ElementDimension: 3
- Solver Elmer testmode, Gmsh will not be used. It might not be installed.
- Solver Elmer testmode, ElmerGrid will not be used. It might not be installed.
- [Thread 0x7fff62817640 (LWP 13261) exited]
- [Thread 0x7fff6461a640 (LWP 13257) exited]
- [Thread 0x7fff63118640 (LWP 13262) exited]
- [Thread 0x7fff7bfff640 (LWP 13259) exited]
- [New Thread 0x7fff7bfff640 (LWP 13263)]
- ok
- [Thread 0x7fff7bfff640 (LWP 13263) exited]
- test_ccxcantilever_faceload_1_si (femtest.app.test_solver_elmer.TestSolverElmer) ...
- Saved unit schema: 0. Set unit schema to 1.
- [New Thread 0x7fff7bfff640 (LWP 13267)]
- [Thread 0x7fff7bfff640 (LWP 13267) exited]
- [New Thread 0x7fff7bfff640 (LWP 13268)]
- [New Thread 0x7fff63118640 (LWP 13269)]
- [Thread 0x7fff63118640 (LWP 13269) exited]
- [New Thread 0x7fff63118640 (LWP 13270)]
- [New Thread 0x7fff6461a640 (LWP 13271)]
- [Thread 0x7fff6461a640 (LWP 13271) exited]
- [New Thread 0x7fff6461a640 (LWP 13272)]
- Machine testmode: True
- Write elmer input files to: /tmp/FEM_unittests/solver_elmer_ccxcantilever_faceload_1_si_c1b3294611ab
- The SI unit schema m/kg/s is used. Elmer sif-file writing is done in SI-units.
- [New Thread 0x7fff62817640 (LWP 13273)]
- 'Coordinate Scaling Revert = Logical True' was inserted into the solver input file.
- ElementDimension: 3
- Solver Elmer testmode, Gmsh will not be used. It might not be installed.
- Solver Elmer testmode, ElmerGrid will not be used. It might not be installed.
- [Thread 0x7fff6461a640 (LWP 13272) exited]
- [Thread 0x7fff63118640 (LWP 13270) exited]
- [Thread 0x7fff62817640 (LWP 13273) exited]
- [Thread 0x7fff7bfff640 (LWP 13268) exited]
- Reset unit schema back to 0
- [New Thread 0x7fff62817640 (LWP 13274)]
- ok
- [Thread 0x7fff62817640 (LWP 13274) exited]
- test_ccxcantilever_nodeload_0_mm (femtest.app.test_solver_elmer.TestSolverElmer) ...
- Saved unit schema: 0. Set unit schema to 0.
- [New Thread 0x7fff62817640 (LWP 13281)]
- [Thread 0x7fff62817640 (LWP 13281) exited]
- [New Thread 0x7fff62817640 (LWP 13282)]
- [New Thread 0x7fff63118640 (LWP 13283)]
- [New Thread 0x7fff7bfff640 (LWP 13284)]
- [Thread 0x7fff63118640 (LWP 13283) exited]
- [New Thread 0x7fff63118640 (LWP 13285)]
- [New Thread 0x7fff6461a640 (LWP 13286)]
- [Thread 0x7fff63118640 (LWP 13285) exited]
- Machine testmode: True
- Write elmer input files to: /tmp/FEM_unittests/solver_elmer_ccxcantilever_nodeload_0_mm_43c6628d8068
- The FreeCAD standard unit schema mm/kg/s is used. Elmer sif-file writing is however done in SI units.
- [New Thread 0x7fff63118640 (LWP 13287)]
- ElementDimension: 3
- Solver Elmer testmode, Gmsh will not be used. It might not be installed.
- Solver Elmer testmode, ElmerGrid will not be used. It might not be installed.
- [Thread 0x7fff63118640 (LWP 13287) exited]
- [Thread 0x7fff6461a640 (LWP 13286) exited]
- [Thread 0x7fff7bfff640 (LWP 13284) exited]
- [Thread 0x7fff62817640 (LWP 13282) exited]
- [New Thread 0x7fff7bfff640 (LWP 13288)]
- ok
- [Thread 0x7fff7bfff640 (LWP 13288) exited]
- test_ccxcantilever_prescribeddisplacement_0_mm (femtest.app.test_solver_elmer.TestSolverElmer) ...
- Saved unit schema: 0. Set unit schema to 0.
- [New Thread 0x7fff7bfff640 (LWP 13289)]
- [Thread 0x7fff7bfff640 (LWP 13289) exited]
- [New Thread 0x7fff7bfff640 (LWP 13290)]
- [New Thread 0x7fff6461a640 (LWP 13291)]
- [New Thread 0x7fff62817640 (LWP 13292)]
- [Thread 0x7fff6461a640 (LWP 13291) exited]
- [New Thread 0x7fff6461a640 (LWP 13293)]
- [Thread 0x7fff6461a640 (LWP 13293) exited]
- [New Thread 0x7fff6461a640 (LWP 13294)]
- Machine testmode: True
- Write elmer input files to: /tmp/FEM_unittests/solver_elmer_ccxcantilever_prescribeddisplacement_0_mm_190375aac14c
- The FreeCAD standard unit schema mm/kg/s is used. Elmer sif-file writing is however done in SI units.
- [New Thread 0x7fff63118640 (LWP 13295)]
- ElementDimension: 3
- Solver Elmer testmode, Gmsh will not be used. It might not be installed.
- Solver Elmer testmode, ElmerGrid will not be used. It might not be installed.
- [Thread 0x7fff6461a640 (LWP 13294) exited]
- [Thread 0x7fff7bfff640 (LWP 13290) exited]
- [Thread 0x7fff63118640 (LWP 13295) exited]
- [Thread 0x7fff62817640 (LWP 13292) exited]
- [New Thread 0x7fff62817640 (LWP 13296)]
- [Thread 0x7fff62817640 (LWP 13296) exited]
- ok
- test_00print (femtest.app.test_solver_z88.TestSolverZ88) ...
- ****************************************************************************************************
- ********** run FEM TestSolverFrameWork tests *******************************************************
- ****************************************************************************************************
- ok
- [New Thread 0x7fff62817640 (LWP 13303)]
- [Thread 0x7fff62817640 (LWP 13303) exited]
- [New Thread 0x7fff62817640 (LWP 13304)]
- [Thread 0x7fff62817640 (LWP 13304) exited]
- test_ccx_cantilever_ele_hexa20 (femtest.app.test_solver_z88.TestSolverZ88) ...
- ------------- Start of FEM Z88 tests for ccx_cantilever_ele_hexa20 -------
- Save FreeCAD file to /tmp/FEM_unittests/solver_z88_ccx_cantilever_ele_hexa20_f1000618fb0c/ccx_cantilever_ele_hexa20.FCStd ...
- [New Thread 0x7fff62817640 (LWP 13305)]
- [New Thread 0x7fff63118640 (LWP 13306)]
- [New Thread 0x7fff7bfff640 (LWP 13307)]
- [Thread 0x7fff63118640 (LWP 13306) exited]
- [New Thread 0x7fff63118640 (LWP 13308)]
- [New Thread 0x7fff63118640 (LWP 13309)]
- [Thread 0x7fff63118640 (LWP 13308) exited]
- Get mesh data for constraints, materials and element geometry...
- [{'ccx_elset': 'Evolumes', 'ccx_elset_name': 'FemMaterialSolid', 'mat_obj_name': 'FemMaterial', 'ccx_mat_name': 'CalculiX-Steel'}]
- ConstraintFixed:
- [New Thread 0x7fff6461a640 (LWP 13310)]
- Type: Fem::ConstraintFixed, Name: ConstraintFixed
- ReferenceShape ... Type: Face, Object name: Box, Object label: Box, Element name: Face1
- [New Thread 0x7fff64e1b640 (LWP 13311)]
- ConstraintForce:
- Type: Fem::ConstraintForce, Name: ConstraintForce
- ReferenceShape ... Type: Face, Object name: Box, Object label: Box, Element name: Face2
- No face data in finite volume element mesh. FreeCAD uses getccxVolumesByFace() to retrieve the volume elements of the ref_face.
- Getting mesh data time: 0.035 seconds.
- Z88 solver input writing...
- FemInputWriterZ88 --> self.file_name --> /tmp/FEM_unittests/solver_z88_ccx_cantilever_ele_hexa20_f1000618fb0c/z88
- Write z88 input files to: /tmp/FEM_unittests/solver_z88_ccx_cantilever_ele_hexa20_f1000618fb0c
- The femelement_table needs to be calculated.
- {'INTORD': '3', 'INTOS': '0', 'IHFLAG': '0', 'ISFLAG': '0'}
- Writing time input file: 0.01 seconds
- [Thread 0x7fff6461a640 (LWP 13310) exited]
- [Thread 0x7fff64e1b640 (LWP 13311) exited]
- [Thread 0x7fff7bfff640 (LWP 13307) exited]
- [Thread 0x7fff62817640 (LWP 13305) exited]
- [Thread 0x7fff63118640 (LWP 13309) exited]
- ['z88i1.txt', '51.txt', 'z88int.txt', 'z88mat.txt', 'z88elp.txt', 'z88i2.txt', 'z88i5.txt', 'z88man.txt', 'z88.dyn']
- Comparing /usr/lib64/freecad/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_hexa20/z88i1.txt to /tmp/FEM_unittests/solver_z88_ccx_cantilever_ele_hexa20_f1000618fb0c/z88i1.txt
- Comparing /usr/lib64/freecad/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_hexa20/51.txt to /tmp/FEM_unittests/solver_z88_ccx_cantilever_ele_hexa20_f1000618fb0c/51.txt
- Comparing /usr/lib64/freecad/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_hexa20/z88int.txt to /tmp/FEM_unittests/solver_z88_ccx_cantilever_ele_hexa20_f1000618fb0c/z88int.txt
- Comparing /usr/lib64/freecad/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_hexa20/z88mat.txt to /tmp/FEM_unittests/solver_z88_ccx_cantilever_ele_hexa20_f1000618fb0c/z88mat.txt
- Comparing /usr/lib64/freecad/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_hexa20/z88elp.txt to /tmp/FEM_unittests/solver_z88_ccx_cantilever_ele_hexa20_f1000618fb0c/z88elp.txt
- Comparing /usr/lib64/freecad/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_hexa20/z88i2.txt to /tmp/FEM_unittests/solver_z88_ccx_cantilever_ele_hexa20_f1000618fb0c/z88i2.txt
- Comparing /usr/lib64/freecad/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_hexa20/z88i5.txt to /tmp/FEM_unittests/solver_z88_ccx_cantilever_ele_hexa20_f1000618fb0c/z88i5.txt
- Comparing /usr/lib64/freecad/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_hexa20/z88man.txt to /tmp/FEM_unittests/solver_z88_ccx_cantilever_ele_hexa20_f1000618fb0c/z88man.txt
- Comparing /usr/lib64/freecad/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_hexa20/z88.dyn to /tmp/FEM_unittests/solver_z88_ccx_cantilever_ele_hexa20_f1000618fb0c/z88.dyn
- --------------- End of FEM Z88 tests for ccx_cantilever_ele_hexa20 ---------
- [New Thread 0x7fff63118640 (LWP 13312)]
- ok
- [Thread 0x7fff63118640 (LWP 13312) exited]
- test_ccx_cantilever_ele_tria6 (femtest.app.test_solver_z88.TestSolverZ88) ... ok
- [New Thread 0x7fff63118640 (LWP 13313)]
- [Thread 0x7fff63118640 (LWP 13313) exited]
- test_ccx_cantilever_faceload (femtest.app.test_solver_z88.TestSolverZ88) ...
- ------------- Start of FEM Z88 tests for ccx_cantilever_faceload -------
- Save FreeCAD file to /tmp/FEM_unittests/solver_z88_ccx_cantilever_faceload_7c43b7916ddc/ccx_cantilever_faceload.FCStd ...
- [New Thread 0x7fff63118640 (LWP 13314)]
- [New Thread 0x7fff64e1b640 (LWP 13315)]
- [New Thread 0x7fff7bfff640 (LWP 13316)]
- [Thread 0x7fff64e1b640 (LWP 13315) exited]
- [New Thread 0x7fff64e1b640 (LWP 13317)]
- [Thread 0x7fff64e1b640 (LWP 13317) exited]
- [New Thread 0x7fff64e1b640 (LWP 13318)]
- Get mesh data for constraints, materials and element geometry...
- [{'ccx_elset': 'Evolumes', 'ccx_elset_name': 'FemMaterialSolid', 'mat_obj_name': 'FemMaterial', 'ccx_mat_name': 'CalculiX-Steel'}]
- ConstraintFixed:
- [New Thread 0x7fff62817640 (LWP 13319)]
- Type: Fem::ConstraintFixed, Name: ConstraintFixed
- ReferenceShape ... Type: Face, Object name: Box, Object label: Box, Element name: Face1
- [New Thread 0x7fff6461a640 (LWP 13320)]
- ConstraintForce:
- Type: Fem::ConstraintForce, Name: ConstraintForce
- ReferenceShape ... Type: Face, Object name: Box, Object label: Box, Element name: Face2
- No face data in finite volume element mesh. FreeCAD uses getccxVolumesByFace() to retrieve the volume elements of the ref_face.
- Getting mesh data time: 0.024 seconds.
- Z88 solver input writing...
- FemInputWriterZ88 --> self.file_name --> /tmp/FEM_unittests/solver_z88_ccx_cantilever_faceload_7c43b7916ddc/z88
- Write z88 input files to: /tmp/FEM_unittests/solver_z88_ccx_cantilever_faceload_7c43b7916ddc
- The femelement_table needs to be calculated.
- {'INTORD': '4', 'INTOS': '0', 'IHFLAG': '0', 'ISFLAG': '0'}
- Writing time input file: 0.01 seconds
- [Thread 0x7fff62817640 (LWP 13319) exited]
- [Thread 0x7fff63118640 (LWP 13314) exited]
- [Thread 0x7fff7bfff640 (LWP 13316) exited]
- ['51.txt', 'z88i5.txt', 'z88i2.txt', 'z88man.txt', 'z88.dyn', 'z88i1.txt', 'z88int.txt', 'z88mat.txt', 'z88elp.txt']
- Comparing /usr/lib64/freecad/Mod/Fem/femtest/data/z88/ccx_cantilever_faceload/51.txt to /tmp/FEM_unittests/solver_z88_ccx_cantilever_faceload_7c43b7916ddc/51.txt
- Comparing /usr/lib64/freecad/Mod/Fem/femtest/data/z88/ccx_cantilever_faceload/z88i5.txt to /tmp/FEM_unittests/solver_z88_ccx_cantilever_faceload_7c43b7916ddc/z88i5.txt
- Comparing /usr/lib64/freecad/Mod/Fem/femtest/data/z88/ccx_cantilever_faceload/z88i2.txt to /tmp/FEM_unittests/solver_z88_ccx_cantilever_faceload_7c43b7916ddc/z88i2.txt
- [Thread 0x7fff64e1b640 (LWP 13318) exited]
- [Thread 0x7fff6461a640 (LWP 13320) exited]
- Comparing /usr/lib64/freecad/Mod/Fem/femtest/data/z88/ccx_cantilever_faceload/z88man.txt to /tmp/FEM_unittests/solver_z88_ccx_cantilever_faceload_7c43b7916ddc/z88man.txt
- Comparing /usr/lib64/freecad/Mod/Fem/femtest/data/z88/ccx_cantilever_faceload/z88.dyn to /tmp/FEM_unittests/solver_z88_ccx_cantilever_faceload_7c43b7916ddc/z88.dyn
- Comparing /usr/lib64/freecad/Mod/Fem/femtest/data/z88/ccx_cantilever_faceload/z88i1.txt to /tmp/FEM_unittests/solver_z88_ccx_cantilever_faceload_7c43b7916ddc/z88i1.txt
- Comparing /usr/lib64/freecad/Mod/Fem/femtest/data/z88/ccx_cantilever_faceload/z88int.txt to /tmp/FEM_unittests/solver_z88_ccx_cantilever_faceload_7c43b7916ddc/z88int.txt
- Comparing /usr/lib64/freecad/Mod/Fem/femtest/data/z88/ccx_cantilever_faceload/z88mat.txt to /tmp/FEM_unittests/solver_z88_ccx_cantilever_faceload_7c43b7916ddc/z88mat.txt
- Comparing /usr/lib64/freecad/Mod/Fem/femtest/data/z88/ccx_cantilever_faceload/z88elp.txt to /tmp/FEM_unittests/solver_z88_ccx_cantilever_faceload_7c43b7916ddc/z88elp.txt
- --------------- End of FEM Z88 tests for ccx_cantilever_faceload ---------
- [New Thread 0x7fff64e1b640 (LWP 13321)]
- [Thread 0x7fff64e1b640 (LWP 13321) exited]
- ok
- [New Thread 0x7fff64e1b640 (LWP 13325)]
- test_ccx_cantilever_nodeload (femtest.app.test_solver_z88.TestSolverZ88) ...
- ------------- Start of FEM Z88 tests for ccx_cantilever_nodeload -------
- Save FreeCAD file to /tmp/FEM_unittests/solver_z88_ccx_cantilever_nodeload_2e883f654e7a/ccx_cantilever_nodeload.FCStd ...
- [Thread 0x7fff64e1b640 (LWP 13325) exited]
- [New Thread 0x7fff64e1b640 (LWP 13326)]
- [New Thread 0x7fff6461a640 (LWP 13327)]
- [New Thread 0x7fff7bfff640 (LWP 13328)]
- [New Thread 0x7fff62817640 (LWP 13329)]
- [Thread 0x7fff6461a640 (LWP 13327) exited]
- [New Thread 0x7fff6461a640 (LWP 13330)]
- [Thread 0x7fff62817640 (LWP 13329) exited]
- [New Thread 0x7fff62817640 (LWP 13331)]
- Get mesh data for constraints, materials and element geometry...
- [{'ccx_elset': 'Evolumes', 'ccx_elset_name': 'FemMaterialSolid', 'mat_obj_name': 'FemMaterial', 'ccx_mat_name': 'CalculiX-Steel'}]
- ConstraintFixed:
- Type: Fem::ConstraintFixed, Name: ConstraintFixed
- ReferenceShape ... Type: Face, Object name: Box, Object label: Box, Element name: Face1
- [New Thread 0x7fff63118640 (LWP 13332)]
- ConstraintForce:
- Type: Fem::ConstraintForce, Name: ConstraintForce
- ReferenceShape ... Type: Vertex, Object name: Box, Object label: Box, Element name: Vertex5
- ReferenceShape ... Type: Vertex, Object name: Box, Object label: Box, Element name: Vertex6
- ReferenceShape ... Type: Vertex, Object name: Box, Object label: Box, Element name: Vertex7
- ReferenceShape ... Type: Vertex, Object name: Box, Object label: Box, Element name: Vertex8
- Getting mesh data time: 0.012 seconds.
- Z88 solver input writing...
- FemInputWriterZ88 --> self.file_name --> /tmp/FEM_unittests/solver_z88_ccx_cantilever_nodeload_2e883f654e7a/z88
- Write z88 input files to: /tmp/FEM_unittests/solver_z88_ccx_cantilever_nodeload_2e883f654e7a
- The femelement_table needs to be calculated.
- {'INTORD': '4', 'INTOS': '0', 'IHFLAG': '0', 'ISFLAG': '0'}
- Writing time input file: 0.01 seconds
- [Thread 0x7fff62817640 (LWP 13331) exited]
- [Thread 0x7fff64e1b640 (LWP 13326) exited]
- [Thread 0x7fff7bfff640 (LWP 13328) exited]
- [Thread 0x7fff63118640 (LWP 13332) exited]
- [Thread 0x7fff6461a640 (LWP 13330) exited]
- ['z88mat.txt', 'z88i5.txt', 'z88int.txt', 'z88i2.txt', 'z88elp.txt', 'z88man.txt', '51.txt', 'z88.dyn', 'z88i1.txt']
- Comparing /usr/lib64/freecad/Mod/Fem/femtest/data/z88/ccx_cantilever_nodeload/z88mat.txt to /tmp/FEM_unittests/solver_z88_ccx_cantilever_nodeload_2e883f654e7a/z88mat.txt
- Comparing /usr/lib64/freecad/Mod/Fem/femtest/data/z88/ccx_cantilever_nodeload/z88i5.txt to /tmp/FEM_unittests/solver_z88_ccx_cantilever_nodeload_2e883f654e7a/z88i5.txt
- Comparing /usr/lib64/freecad/Mod/Fem/femtest/data/z88/ccx_cantilever_nodeload/z88int.txt to /tmp/FEM_unittests/solver_z88_ccx_cantilever_nodeload_2e883f654e7a/z88int.txt
- Comparing /usr/lib64/freecad/Mod/Fem/femtest/data/z88/ccx_cantilever_nodeload/z88i2.txt to /tmp/FEM_unittests/solver_z88_ccx_cantilever_nodeload_2e883f654e7a/z88i2.txt
- Comparing /usr/lib64/freecad/Mod/Fem/femtest/data/z88/ccx_cantilever_nodeload/z88elp.txt to /tmp/FEM_unittests/solver_z88_ccx_cantilever_nodeload_2e883f654e7a/z88elp.txt
- Comparing /usr/lib64/freecad/Mod/Fem/femtest/data/z88/ccx_cantilever_nodeload/z88man.txt to /tmp/FEM_unittests/solver_z88_ccx_cantilever_nodeload_2e883f654e7a/z88man.txt
- Comparing /usr/lib64/freecad/Mod/Fem/femtest/data/z88/ccx_cantilever_nodeload/51.txt to /tmp/FEM_unittests/solver_z88_ccx_cantilever_nodeload_2e883f654e7a/51.txt
- Comparing /usr/lib64/freecad/Mod/Fem/femtest/data/z88/ccx_cantilever_nodeload/z88.dyn to /tmp/FEM_unittests/solver_z88_ccx_cantilever_nodeload_2e883f654e7a/z88.dyn
- Comparing /usr/lib64/freecad/Mod/Fem/femtest/data/z88/ccx_cantilever_nodeload/z88i1.txt to /tmp/FEM_unittests/solver_z88_ccx_cantilever_nodeload_2e883f654e7a/z88i1.txt
- --------------- End of FEM Z88 tests for ccx_cantilever_nodeload ---------
- [New Thread 0x7fff6461a640 (LWP 13333)]
- [Thread 0x7fff6461a640 (LWP 13333) exited]
- ok
- testGetters (TestPartApp.PartTestBSplineCurve)
- only check if the function doesn't crash ... ok
- testIssue2671 (TestPartApp.PartTestBSplineCurve) ... ok
- testIssue2876 (TestPartApp.PartTestBSplineCurve) ... ok
- testProperties (TestPartApp.PartTestBSplineCurve) ... ok
- testSetters (TestPartApp.PartTestBSplineCurve) ... ok
- testSubElements (TestPartApp.PartTestBSplineCurve) ... ok
- testTorusToSpline (TestPartApp.PartTestBSplineSurface) ... ok
- testBoxCase (TestPartApp.PartTestCases) ... ok
- testIssue2985 (TestPartApp.PartTestCases) ... ok
- testChFi2d_AnaFilletAlgo (TestPartApp.PartTestChFi2dAlgos) ... <AnaFilletAlgo object>
- ok
- testChFi2d_ChamferAPI (TestPartApp.PartTestChFi2dAlgos) ... <ChamferAPI object>
- ok
- testChFi2d_FilletAlgo (TestPartApp.PartTestChFi2dAlgos) ... <FilletAlgo object>
- ok
- testCollinearPoints (TestPartApp.PartTestCircle2D) ... ok
- testValidCircle (TestPartApp.PartTestCircle2D) ... ok
- testderivatives (TestPartApp.PartTestCone) ... ok
- testFaceNormal (TestPartApp.PartTestNormals) ... ok
- testPlacement (TestPartApp.PartTestNormals) ... ok
- testReverseOrientation (TestPartApp.PartTestNormals) ... ok
- testRuledSurfaceFromOneObjects (TestPartApp.PartTestRuledSurface) ... ok
- testRuledSurfaceFromTwoObjects (TestPartApp.PartTestRuledSurface) ... ok
- test_issue_4456 (parttests.regression_tests.RegressionTests)
- 0004456: Regression : Part.Plane.Intersect do not accept plane as argument ... ok
- testPR6889 (Workbench.CommandTestCase) ... Hello, World!
- ok
- testInvalidStyle (Workbench.TestNavigationStyle) ... ok
- testActivate (Workbench.WorkbenchTestCase) ... Activate workbench 'NoneWorkbench'
- Activate workbench 'DrawingWorkbench'
- Drawing became obsolete in 0.17; consider using TechDraw instead.
- Activate workbench 'SpreadsheetWorkbench'
- Activate workbench 'TestWorkbench'
- Activate workbench 'SketcherWorkbench'
- Activate workbench 'ImageWorkbench'
- Activate workbench '_TEMPLATE_Workbench'
- Activate workbench 'MeshWorkbench'
- Activate workbench 'ArchWorkbench'
- Activate workbench 'WebWorkbench'
- Activate workbench 'DraftWorkbench'
- Activate workbench 'StartWorkbench'
- Activate workbench 'FemWorkbench'
- Activate workbench 'PartWorkbench'
- ok
- testHandler (Workbench.WorkbenchTestCase) ... ok
- testInvalidType (Workbench.WorkbenchTestCase) ... ok
- testMenu (Menu.MenuCreateCases) ... ok
- testMenu (Menu.MenuDeleteCases) ... ok
- testMenu (Menu.MenuDeleteCases) ... ok
- testMenu (Menu.MenuCreateCases) ... ok
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Arch/ArchWall.py", line 952, in execute
- self.applyShape(obj,base,pl)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
- self.computeAreas(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
- import TechDraw, Part
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- <class 'ModuleNotFoundError'>: No module named 'TechDraw'
- Recompute failed! Please check report view.
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Arch/ArchWall.py", line 952, in execute
- self.applyShape(obj,base,pl)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
- self.computeAreas(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
- import TechDraw, Part
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- <class 'ModuleNotFoundError'>: No module named 'TechDraw'
- Recompute failed! Please check report view.
- testAdd (TestArch.ArchTest) ... ok
- testAxis (TestArch.ArchTest) ... ok
- testBuilding (TestArch.ArchTest) ... ok
- testEquipment (TestArch.ArchTest) ... ok
- testFloor (TestArch.ArchTest) ... ok
- testFrame (TestArch.ArchTest) ... ok
- testPipe (TestArch.ArchTest) ... ok
- [New Thread 0x7fff6461a640 (LWP 13400)]
- [Thread 0x7fff6461a640 (LWP 13400) exited]
- [New Thread 0x7fff6461a640 (LWP 13401)]
- [Thread 0x7fff6461a640 (LWP 13401) exited]
- [New Thread 0x7fff6461a640 (LWP 13402)]
- [Thread 0x7fff6461a640 (LWP 13402) exited]
- [New Thread 0x7fff6461a640 (LWP 13403)]
- [Thread 0x7fff6461a640 (LWP 13403) exited]
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Arch/ArchStructure.py", line 797, in execute
- self.applyShape(obj,base,pl)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
- self.computeAreas(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
- import TechDraw, Part
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- <class 'ModuleNotFoundError'>: No module named 'TechDraw'
- Recompute failed! Please check report view.
- testRebar (TestArch.ArchTest) ... ok
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Arch/ArchWall.py", line 952, in execute
- self.applyShape(obj,base,pl)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
- self.computeAreas(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
- import TechDraw, Part
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- <class 'ModuleNotFoundError'>: No module named 'TechDraw'
- Recompute failed! Please check report view.
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Arch/ArchWall.py", line 952, in execute
- self.applyShape(obj,base,pl)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
- self.computeAreas(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
- import TechDraw, Part
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- <class 'ModuleNotFoundError'>: No module named 'TechDraw'
- Recompute failed! Please check report view.
- testRemove (TestArch.ArchTest) ... ok
- testRoof (TestArch.ArchTest) ... ok
- testRoof81Permutations (TestArch.ArchTest)
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
- self.applyShape(obj, base, pl, allownosolid = True)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
- self.computeAreas(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
- ArchComponent.Component.computeAreas(self, obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
- import TechDraw, Part
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- <class 'ModuleNotFoundError'>: No module named 'TechDraw'
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
- self.applyShape(obj, base, pl, allownosolid = True)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
- self.computeAreas(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
- ArchComponent.Component.computeAreas(self, obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
- import TechDraw, Part
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- <class 'ModuleNotFoundError'>: No module named 'TechDraw'
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
- self.applyShape(obj, base, pl, allownosolid = True)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
- self.computeAreas(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
- ArchComponent.Component.computeAreas(self, obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
- import TechDraw, Part
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- <class 'ModuleNotFoundError'>: No module named 'TechDraw'
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
- self.applyShape(obj, base, pl, allownosolid = True)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
- self.computeAreas(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
- ArchComponent.Component.computeAreas(self, obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
- import TechDraw, Part
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- <class 'ModuleNotFoundError'>: No module named 'TechDraw'
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
- self.applyShape(obj, base, pl, allownosolid = True)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
- self.computeAreas(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
- ArchComponent.Component.computeAreas(self, obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
- import TechDraw, Part
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- <class 'ModuleNotFoundError'>: No module named 'TechDraw'
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
- self.applyShape(obj, base, pl, allownosolid = True)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
- self.computeAreas(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
- ArchComponent.Component.computeAreas(self, obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
- import TechDraw, Part
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- <class 'ModuleNotFoundError'>: No module named 'TechDraw'
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
- self.applyShape(obj, base, pl, allownosolid = True)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
- self.computeAreas(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
- ArchComponent.Component.computeAreas(self, obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
- import TechDraw, Part
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- <class 'ModuleNotFoundError'>: No module named 'TechDraw'
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
- self.applyShape(obj, base, pl, allownosolid = True)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
- self.computeAreas(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
- ArchComponent.Component.computeAreas(self, obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
- import TechDraw, Part
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- <class 'ModuleNotFoundError'>: No module named 'TechDraw'
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
- self.applyShape(obj, base, pl, allownosolid = True)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
- self.computeAreas(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
- ArchComponent.Component.computeAreas(self, obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
- import TechDraw, Part
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- <class 'ModuleNotFoundError'>: No module named 'TechDraw'
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
- self.applyShape(obj, base, pl, allownosolid = True)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
- self.computeAreas(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
- ArchComponent.Component.computeAreas(self, obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
- import TechDraw, Part
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- <class 'ModuleNotFoundError'>: No module named 'TechDraw'
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
- self.applyShape(obj, base, pl, allownosolid = True)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
- self.computeAreas(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
- ArchComponent.Component.computeAreas(self, obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
- import TechDraw, Part
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- <class 'ModuleNotFoundError'>: No module named 'TechDraw'
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
- self.applyShape(obj, base, pl, allownosolid = True)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
- self.computeAreas(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
- ArchComponent.Component.computeAreas(self, obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
- import TechDraw, Part
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- <class 'ModuleNotFoundError'>: No module named 'TechDraw'
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
- self.applyShape(obj, base, pl, allownosolid = True)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
- self.computeAreas(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
- ArchComponent.Component.computeAreas(self, obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
- import TechDraw, Part
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- <class 'ModuleNotFoundError'>: No module named 'TechDraw'
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
- self.applyShape(obj, base, pl, allownosolid = True)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
- self.computeAreas(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
- ArchComponent.Component.computeAreas(self, obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
- import TechDraw, Part
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- <class 'ModuleNotFoundError'>: No module named 'TechDraw'
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
- self.applyShape(obj, base, pl, allownosolid = True)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
- self.computeAreas(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
- ArchComponent.Component.computeAreas(self, obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
- import TechDraw, Part
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- <class 'ModuleNotFoundError'>: No module named 'TechDraw'
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
- self.applyShape(obj, base, pl, allownosolid = True)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
- self.computeAreas(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
- ArchComponent.Component.computeAreas(self, obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
- import TechDraw, Part
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- <class 'ModuleNotFoundError'>: No module named 'TechDraw'
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
- self.applyShape(obj, base, pl, allownosolid = True)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
- self.computeAreas(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
- ArchComponent.Component.computeAreas(self, obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
- import TechDraw, Part
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- <class 'ModuleNotFoundError'>: No module named 'TechDraw'
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
- self.applyShape(obj, base, pl, allownosolid = True)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
- self.computeAreas(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
- ArchComponent.Component.computeAreas(self, obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
- import TechDraw, Part
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- <class 'ModuleNotFoundError'>: No module named 'TechDraw'
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
- self.applyShape(obj, base, pl, allownosolid = True)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
- self.computeAreas(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
- ArchComponent.Component.computeAreas(self, obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
- import TechDraw, Part
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- <class 'ModuleNotFoundError'>: No module named 'TechDraw'
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
- self.applyShape(obj, base, pl, allownosolid = True)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
- self.computeAreas(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
- ArchComponent.Component.computeAreas(self, obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
- import TechDraw, Part
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- <class 'ModuleNotFoundError'>: No module named 'TechDraw'
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
- self.applyShape(obj, base, pl, allownosolid = True)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
- self.computeAreas(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
- ArchComponent.Component.computeAreas(self, obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
- import TechDraw, Part
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- <class 'ModuleNotFoundError'>: No module named 'TechDraw'
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
- self.applyShape(obj, base, pl, allownosolid = True)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
- self.computeAreas(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
- ArchComponent.Component.computeAreas(self, obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
- import TechDraw, Part
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- <class 'ModuleNotFoundError'>: No module named 'TechDraw'
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
- self.applyShape(obj, base, pl, allownosolid = True)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
- self.computeAreas(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
- ArchComponent.Component.computeAreas(self, obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
- import TechDraw, Part
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- <class 'ModuleNotFoundError'>: No module named 'TechDraw'
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
- self.applyShape(obj, base, pl, allownosolid = True)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
- self.computeAreas(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
- ArchComponent.Component.computeAreas(self, obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
- import TechDraw, Part
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- <class 'ModuleNotFoundError'>: No module named 'TechDraw'
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
- self.applyShape(obj, base, pl, allownosolid = True)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
- self.computeAreas(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
- ArchComponent.Component.computeAreas(self, obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
- import TechDraw, Part
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- <class 'ModuleNotFoundError'>: No module named 'TechDraw'
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
- self.applyShape(obj, base, pl, allownosolid = True)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
- self.computeAreas(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
- ArchComponent.Component.computeAreas(self, obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
- import TechDraw, Part
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- <class 'ModuleNotFoundError'>: No module named 'TechDraw'
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
- self.applyShape(obj, base, pl, allownosolid = True)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
- self.computeAreas(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
- ArchComponent.Component.computeAreas(self, obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
- import TechDraw, Part
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- <class 'ModuleNotFoundError'>: No module named 'TechDraw'
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
- self.applyShape(obj, base, pl, allownosolid = True)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
- self.computeAreas(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
- ArchComponent.Component.computeAreas(self, obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
- import TechDraw, Part
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- <class 'ModuleNotFoundError'>: No module named 'TechDraw'
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
- self.applyShape(obj, base, pl, allownosolid = True)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
- self.computeAreas(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
- ArchComponent.Component.computeAreas(self, obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
- import TechDraw, Part
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- <class 'ModuleNotFoundError'>: No module named 'TechDraw'
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
- self.applyShape(obj, base, pl, allownosolid = True)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
- self.computeAreas(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
- ArchComponent.Component.computeAreas(self, obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
- import TechDraw, Part
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- <class 'ModuleNotFoundError'>: No module named 'TechDraw'
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
- self.applyShape(obj, base, pl, allownosolid = True)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
- self.computeAreas(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
- ArchComponent.Component.computeAreas(self, obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
- import TechDraw, Part
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- <class 'ModuleNotFoundError'>: No module named 'TechDraw'
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
- self.applyShape(obj, base, pl, allownosolid = True)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
- self.computeAreas(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
- ArchComponent.Component.computeAreas(self, obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
- import TechDraw, Part
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- <class 'ModuleNotFoundError'>: No module named 'TechDraw'
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
- self.applyShape(obj, base, pl, allownosolid = True)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
- self.computeAreas(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
- ArchComponent.Component.computeAreas(self, obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
- import TechDraw, Part
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- <class 'ModuleNotFoundError'>: No module named 'TechDraw'
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
- self.applyShape(obj, base, pl, allownosolid = True)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
- self.computeAreas(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
- ArchComponent.Component.computeAreas(self, obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
- import TechDraw, Part
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- <class 'ModuleNotFoundError'>: No module named 'TechDraw'
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
- self.applyShape(obj, base, pl, allownosolid = True)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
- self.computeAreas(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
- ArchComponent.Component.computeAreas(self, obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
- import TechDraw, Part
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- <class 'ModuleNotFoundError'>: No module named 'TechDraw'
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
- self.applyShape(obj, base, pl, allownosolid = True)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
- self.computeAreas(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
- ArchComponent.Component.computeAreas(self, obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
- import TechDraw, Part
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- <class 'ModuleNotFoundError'>: No module named 'TechDraw'
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
- self.applyShape(obj, base, pl, allownosolid = True)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
- self.computeAreas(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
- ArchComponent.Component.computeAreas(self, obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
- import TechDraw, Part
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- <class 'ModuleNotFoundError'>: No module named 'TechDraw'
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
- self.applyShape(obj, base, pl, allownosolid = True)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
- self.computeAreas(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
- ArchComponent.Component.computeAreas(self, obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
- import TechDraw, Part
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- <class 'ModuleNotFoundError'>: No module named 'TechDraw'
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
- self.applyShape(obj, base, pl, allownosolid = True)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
- self.computeAreas(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
- ArchComponent.Component.computeAreas(self, obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
- import TechDraw, Part
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- <class 'ModuleNotFoundError'>: No module named 'TechDraw'
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
- self.applyShape(obj, base, pl, allownosolid = True)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
- self.computeAreas(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
- ArchComponent.Component.computeAreas(self, obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
- import TechDraw, Part
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- <class 'ModuleNotFoundError'>: No module named 'TechDraw'
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
- self.applyShape(obj, base, pl, allownosolid = True)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
- self.computeAreas(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
- ArchComponent.Component.computeAreas(self, obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
- import TechDraw, Part
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- <class 'ModuleNotFoundError'>: No module named 'TechDraw'
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
- self.applyShape(obj, base, pl, allownosolid = True)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
- self.computeAreas(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
- ArchComponent.Component.computeAreas(self, obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
- import TechDraw, Part
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- <class 'ModuleNotFoundError'>: No module named 'TechDraw'
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
- self.applyShape(obj, base, pl, allownosolid = True)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
- self.computeAreas(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
- ArchComponent.Component.computeAreas(self, obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
- import TechDraw, Part
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- <class 'ModuleNotFoundError'>: No module named 'TechDraw'
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
- self.applyShape(obj, base, pl, allownosolid = True)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
- self.computeAreas(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
- ArchComponent.Component.computeAreas(self, obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
- import TechDraw, Part
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- <class 'ModuleNotFoundError'>: No module named 'TechDraw'
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
- self.applyShape(obj, base, pl, allownosolid = True)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
- self.computeAreas(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
- ArchComponent.Component.computeAreas(self, obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
- import TechDraw, Part
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- <class 'ModuleNotFoundError'>: No module named 'TechDraw'
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
- self.applyShape(obj, base, pl, allownosolid = True)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
- self.computeAreas(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
- ArchComponent.Component.computeAreas(self, obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
- import TechDraw, Part
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- <class 'ModuleNotFoundError'>: No module named 'TechDraw'
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
- self.applyShape(obj, base, pl, allownosolid = True)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
- self.computeAreas(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
- ArchComponent.Component.computeAreas(self, obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
- import TechDraw, Part
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- <class 'ModuleNotFoundError'>: No module named 'TechDraw'
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
- self.applyShape(obj, base, pl, allownosolid = True)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
- self.computeAreas(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
- ArchComponent.Component.computeAreas(self, obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
- import TechDraw, Part
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- <class 'ModuleNotFoundError'>: No module named 'TechDraw'
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
- self.applyShape(obj, base, pl, allownosolid = True)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
- self.computeAreas(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
- ArchComponent.Component.computeAreas(self, obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
- import TechDraw, Part
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- <class 'ModuleNotFoundError'>: No module named 'TechDraw'
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
- self.applyShape(obj, base, pl, allownosolid = True)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
- self.computeAreas(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
- ArchComponent.Component.computeAreas(self, obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
- import TechDraw, Part
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- <class 'ModuleNotFoundError'>: No module named 'TechDraw'
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
- self.applyShape(obj, base, pl, allownosolid = True)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
- self.computeAreas(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
- ArchComponent.Component.computeAreas(self, obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
- import TechDraw, Part
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- <class 'ModuleNotFoundError'>: No module named 'TechDraw'
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
- self.applyShape(obj, base, pl, allownosolid = True)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
- self.computeAreas(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
- ArchComponent.Component.computeAreas(self, obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
- import TechDraw, Part
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- <class 'ModuleNotFoundError'>: No module named 'TechDraw'
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
- self.applyShape(obj, base, pl, allownosolid = True)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
- self.computeAreas(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
- ArchComponent.Component.computeAreas(self, obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
- import TechDraw, Part
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- <class 'ModuleNotFoundError'>: No module named 'TechDraw'
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
- self.applyShape(obj, base, pl, allownosolid = True)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
- self.computeAreas(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
- ArchComponent.Component.computeAreas(self, obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
- import TechDraw, Part
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- <class 'ModuleNotFoundError'>: No module named 'TechDraw'
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
- self.applyShape(obj, base, pl, allownosolid = True)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
- self.computeAreas(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
- ArchComponent.Component.computeAreas(self, obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
- import TechDraw, Part
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- <class 'ModuleNotFoundError'>: No module named 'TechDraw'
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
- self.applyShape(obj, base, pl, allownosolid = True)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
- self.computeAreas(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
- ArchComponent.Component.computeAreas(self, obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
- import TechDraw, Part
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- <class 'ModuleNotFoundError'>: No module named 'TechDraw'
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
- self.applyShape(obj, base, pl, allownosolid = True)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
- self.computeAreas(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
- ArchComponent.Component.computeAreas(self, obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
- import TechDraw, Part
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- <class 'ModuleNotFoundError'>: No module named 'TechDraw'
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
- self.applyShape(obj, base, pl, allownosolid = True)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
- self.computeAreas(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
- ArchComponent.Component.computeAreas(self, obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
- import TechDraw, Part
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- <class 'ModuleNotFoundError'>: No module named 'TechDraw'
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
- self.applyShape(obj, base, pl, allownosolid = True)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
- self.computeAreas(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
- ArchComponent.Component.computeAreas(self, obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
- import TechDraw, Part
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- <class 'ModuleNotFoundError'>: No module named 'TechDraw'
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
- self.applyShape(obj, base, pl, allownosolid = True)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
- self.computeAreas(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
- ArchComponent.Component.computeAreas(self, obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
- import TechDraw, Part
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- <class 'ModuleNotFoundError'>: No module named 'TechDraw'
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
- self.applyShape(obj, base, pl, allownosolid = True)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
- self.computeAreas(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
- ArchComponent.Component.computeAreas(self, obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
- import TechDraw, Part
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- <class 'ModuleNotFoundError'>: No module named 'TechDraw'
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
- self.applyShape(obj, base, pl, allownosolid = True)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
- self.computeAreas(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
- ArchComponent.Component.computeAreas(self, obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
- import TechDraw, Part
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- <class 'ModuleNotFoundError'>: No module named 'TechDraw'
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
- self.applyShape(obj, base, pl, allownosolid = True)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
- self.computeAreas(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
- ArchComponent.Component.computeAreas(self, obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
- import TechDraw, Part
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- <class 'ModuleNotFoundError'>: No module named 'TechDraw'
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
- self.applyShape(obj, base, pl, allownosolid = True)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
- self.computeAreas(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
- ArchComponent.Component.computeAreas(self, obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
- import TechDraw, Part
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- <class 'ModuleNotFoundError'>: No module named 'TechDraw'
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
- self.applyShape(obj, base, pl, allownosolid = True)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
- self.computeAreas(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
- ArchComponent.Component.computeAreas(self, obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
- import TechDraw, Part
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- <class 'ModuleNotFoundError'>: No module named 'TechDraw'
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
- self.applyShape(obj, base, pl, allownosolid = True)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
- self.computeAreas(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
- ArchComponent.Component.computeAreas(self, obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
- import TechDraw, Part
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- <class 'ModuleNotFoundError'>: No module named 'TechDraw'
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
- self.applyShape(obj, base, pl, allownosolid = True)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
- self.computeAreas(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
- ArchComponent.Component.computeAreas(self, obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
- import TechDraw, Part
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- <class 'ModuleNotFoundError'>: No module named 'TechDraw'
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
- self.applyShape(obj, base, pl, allownosolid = True)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
- self.computeAreas(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
- ArchComponent.Component.computeAreas(self, obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
- import TechDraw, Part
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- <class 'ModuleNotFoundError'>: No module named 'TechDraw'
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
- self.applyShape(obj, base, pl, allownosolid = True)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
- self.computeAreas(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
- ArchComponent.Component.computeAreas(self, obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
- import TechDraw, Part
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- <class 'ModuleNotFoundError'>: No module named 'TechDraw'
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
- self.applyShape(obj, base, pl, allownosolid = True)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
- self.computeAreas(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
- ArchComponent.Component.computeAreas(self, obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
- import TechDraw, Part
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- <class 'ModuleNotFoundError'>: No module named 'TechDraw'
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
- self.applyShape(obj, base, pl, allownosolid = True)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
- self.computeAreas(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
- ArchComponent.Component.computeAreas(self, obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
- import TechDraw, Part
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- <class 'ModuleNotFoundError'>: No module named 'TechDraw'
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
- self.applyShape(obj, base, pl, allownosolid = True)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
- self.computeAreas(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
- ArchComponent.Component.computeAreas(self, obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
- import TechDraw, Part
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- <class 'ModuleNotFoundError'>: No module named 'TechDraw'
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
- self.applyShape(obj, base, pl, allownosolid = True)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
- self.computeAreas(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
- ArchComponent.Component.computeAreas(self, obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
- import TechDraw, Part
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- <class 'ModuleNotFoundError'>: No module named 'TechDraw'
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
- self.applyShape(obj, base, pl, allownosolid = True)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
- self.computeAreas(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
- ArchComponent.Component.computeAreas(self, obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
- import TechDraw, Part
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- <class 'ModuleNotFoundError'>: No module named 'TechDraw'
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
- self.applyShape(obj, base, pl, allownosolid = True)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
- self.computeAreas(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
- ArchComponent.Component.computeAreas(self, obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
- import TechDraw, Part
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- <class 'ModuleNotFoundError'>: No module named 'TechDraw'
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
- self.applyShape(obj, base, pl, allownosolid = True)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
- self.computeAreas(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
- ArchComponent.Component.computeAreas(self, obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
- import TechDraw, Part
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- <class 'ModuleNotFoundError'>: No module named 'TechDraw'
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
- self.applyShape(obj, base, pl, allownosolid = True)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
- self.computeAreas(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
- ArchComponent.Component.computeAreas(self, obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
- import TechDraw, Part
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- <class 'ModuleNotFoundError'>: No module named 'TechDraw'
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
- self.applyShape(obj, base, pl, allownosolid = True)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
- self.computeAreas(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
- ArchComponent.Component.computeAreas(self, obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
- import TechDraw, Part
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- <class 'ModuleNotFoundError'>: No module named 'TechDraw'
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
- self.applyShape(obj, base, pl, allownosolid = True)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
- self.computeAreas(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
- ArchComponent.Component.computeAreas(self, obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
- import TechDraw, Part
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- <class 'ModuleNotFoundError'>: No module named 'TechDraw'
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
- self.applyShape(obj, base, pl, allownosolid = True)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
- self.computeAreas(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
- ArchComponent.Component.computeAreas(self, obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
- import TechDraw, Part
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- <class 'ModuleNotFoundError'>: No module named 'TechDraw'
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
- self.applyShape(obj, base, pl, allownosolid = True)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
- self.computeAreas(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
- ArchComponent.Component.computeAreas(self, obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
- import TechDraw, Part
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- <class 'ModuleNotFoundError'>: No module named 'TechDraw'
- Create 81 roofs using a range of arguments. ... ok
- testRoofAllAngles90 (TestArch.ArchTest)
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
- self.applyShape(obj, base, pl, allownosolid = True)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
- self.computeAreas(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
- ArchComponent.Component.computeAreas(self, obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
- import TechDraw, Part
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- <class 'ModuleNotFoundError'>: No module named 'TechDraw'
- Create a roof with the angles of all segments set at 90 degrees. ... ok
- testRoofApex (TestArch.ArchTest)
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
- self.applyShape(obj, base, pl, allownosolid = True)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
- self.computeAreas(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
- ArchComponent.Component.computeAreas(self, obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
- import TechDraw, Part
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- <class 'ModuleNotFoundError'>: No module named 'TechDraw'
- Create a hipped roof that relies on apex calculation. The roof has ... ok
- testRoofSingleEavePoint (TestArch.ArchTest)
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
- self.applyShape(obj, base, pl, allownosolid = True)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
- self.computeAreas(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
- ArchComponent.Component.computeAreas(self, obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
- import TechDraw, Part
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- <class 'ModuleNotFoundError'>: No module named 'TechDraw'
- Create a roof with a single triangular segment that has a single ... ok
- testSection (TestArch.ArchTest) ... ok
- testSite (TestArch.ArchTest) ... ok
- testSpace (TestArch.ArchTest) ... ok
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Arch/ArchSpace.py", line 312, in execute
- self.getShape(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchSpace.py", line 432, in getShape
- self.applyShape(obj,shape,pl)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
- self.computeAreas(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
- import TechDraw, Part
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- <class 'ModuleNotFoundError'>: No module named 'TechDraw'
- testSpaceBBox (TestArch.ArchTest) ... ok
- testStairs (TestArch.ArchTest) ... ok
- testStructure (TestArch.ArchTest) ... ok
- testWall (TestArch.ArchTest) ... ok
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Arch/ArchWall.py", line 952, in execute
- self.applyShape(obj,base,pl)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
- self.computeAreas(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
- import TechDraw, Part
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- <class 'ModuleNotFoundError'>: No module named 'TechDraw'
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Arch/ArchWall.py", line 952, in execute
- self.applyShape(obj,base,pl)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
- self.computeAreas(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
- import TechDraw, Part
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- <class 'ModuleNotFoundError'>: No module named 'TechDraw'
- Recompute failed! Please check report view.
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Arch/ArchWall.py", line 952, in execute
- self.applyShape(obj,base,pl)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
- self.computeAreas(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
- import TechDraw, Part
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- <class 'ModuleNotFoundError'>: No module named 'TechDraw'
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Arch/ArchWall.py", line 952, in execute
- self.applyShape(obj,base,pl)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
- self.computeAreas(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
- import TechDraw, Part
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- <class 'ModuleNotFoundError'>: No module named 'TechDraw'
- Recompute failed! Please check report view.
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Arch/ArchWall.py", line 952, in execute
- self.applyShape(obj,base,pl)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
- self.computeAreas(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
- import TechDraw, Part
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- <class 'ModuleNotFoundError'>: No module named 'TechDraw'
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Arch/ArchWall.py", line 952, in execute
- self.applyShape(obj,base,pl)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
- self.computeAreas(obj)
- File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
- import TechDraw, Part
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- <class 'ModuleNotFoundError'>: No module named 'TechDraw'
- Recompute failed! Please check report view.
- testWallMultiMatAlign (TestArch.ArchTest) ... ok
- [New Thread 0x7fff6461a640 (LWP 13457)]
- [Thread 0x7fff6461a640 (LWP 13457) exited]
- [New Thread 0x7fff6461a640 (LWP 13458)]
- [Thread 0x7fff6461a640 (LWP 13458) exited]
- [New Thread 0x7fff6461a640 (LWP 13459)]
- [Thread 0x7fff6461a640 (LWP 13459) exited]
- [New Thread 0x7fff6461a640 (LWP 13460)]
- [Thread 0x7fff6461a640 (LWP 13460) exited]
- testWindow (TestArch.ArchTest) ... ok
- [New Thread 0x7fff6461a640 (LWP 13461)]
- testHtmlCase (TestWebGui.WebGuiTestCases) ... ok
- test_import_gui_draft_snap (drafttests.test_import_gui.DraftGuiImport)
- Import Draft snapping. ...
- ------------------------------------------------------------------------------
- Try importing 'draftguitools.gui_snapper'
- ok
- test_import_gui_draft_tools (drafttests.test_import_gui.DraftGuiImport)
- Import Draft graphical commands. ...
- ------------------------------------------------------------------------------
- Try importing 'DraftTools'
- ok
- test_import_gui_draft_trackers (drafttests.test_import_gui.DraftGuiImport)
- Import Draft tracker utilities. ...
- ------------------------------------------------------------------------------
- Try importing 'draftguitools.gui_trackers'
- ok
- test_import_gui_draftgui (drafttests.test_import_gui.DraftGuiImport)
- Import Draft TaskView GUI tools. ...
- ------------------------------------------------------------------------------
- Try importing 'DraftGui'
- ok
- test_import_gui_draftedit (drafttests.test_import_tools.DraftImportTools)
- Import Draft Edit. ...
- ------------------------------------------------------------------------------
- Try importing 'draftguitools.gui_edit'
- ok
- test_import_gui_draftlayer (drafttests.test_import_tools.DraftImportTools)
- Import Draft Layer. ...
- ------------------------------------------------------------------------------
- Try importing 'DraftLayer'
- ok
- test_import_gui_draftplane (drafttests.test_import_tools.DraftImportTools)
- Import Draft SelectPlane. ...
- ------------------------------------------------------------------------------
- Try importing 'draftguitools.gui_selectplane'
- ok
- test_import_gui_workingplane (drafttests.test_import_tools.DraftImportTools)
- Import Draft WorkingPlane. ...
- ------------------------------------------------------------------------------
- Try importing 'WorkingPlane'
- ok
- test_pivy_draw (drafttests.test_pivy.DraftPivy)
- Use Coin (pivy.coin) to draw a cube on the active view. ...
- ------------------------------------------------------------------------------
- Temporary document 'DraftPivy'
- Draw cube
- Adding cube to the active view scene
- ok
- test_pivy_import (drafttests.test_pivy.DraftPivy)
- Import Coin (Pivy). ...
- ------------------------------------------------------------------------------
- Temporary document 'DraftPivy'
- Try importing 'pivy.coin'
- ok
- test_all_css_placeholders_removed (TestStart.TestStartPage.TestStartPage)
- Check to see if all of the CSS placeholders have been replaced. ... ok
- test_all_html_placeholders_removed (TestStart.TestStartPage.TestStartPage)
- Check to see if all of the HTML placeholders have been replaced. ... ok
- test_all_js_placeholders_removed (TestStart.TestStartPage.TestStartPage)
- Check to see if all of the JavaScript placeholders have been replaced. ... ok
- test_files_do_not_contain_backslashes (TestStart.TestStartPage.TestStartPage) ... ok
- The Start page is valid HTML, but the W3C sent back 6 informative messages:
- INFO: 'Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.'
- INFO: 'Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.'
- INFO: 'Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.'
- INFO: 'Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.'
- INFO: 'Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.'
- INFO: 'Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.'
- .test_html_validates (TestStart.TestStartPage.TestStartPage) ... ok
- test_00print (femtest.gui.test_open.TestObjectOpen) ...
- ****************************************************************************************************
- ********** run FEM TestObjectOpen tests ************************************************************
- ****************************************************************************************************
- ok
- test_femobjects_open_de9b3fb438 (femtest.gui.test_open.TestObjectOpen) ... load old document objects
- [New Thread 0x7fff63118640 (LWP 13481)]
- [New Thread 0x7fff63118640 (LWP 13482)]
- [Thread 0x7fff63118640 (LWP 13481) exited]
- [Thread 0x7fff63118640 (LWP 13482) exited]
- [New Thread 0x7fff63118640 (LWP 13483)]
- [Thread 0x7fff63118640 (LWP 13483) exited]
- ok
- test_femobjects_open_head (femtest.gui.test_open.TestObjectOpen) ... load master head document objects
- PropertyPostDataObject::SaveDocFile: ignore empty vtkUnstructuredGrid
- PropertyPostDataObject::SaveDocFile: ignore empty vtkUnstructuredGrid
- PropertyPostDataObject::SaveDocFile: ignore empty vtkUnstructuredGrid
- [New Thread 0x7fff63118640 (LWP 13484)]
- [New Thread 0x7fff7bfff640 (LWP 13485)]
- [Thread 0x7fff63118640 (LWP 13484) exited]
- [New Thread 0x7fff63118640 (LWP 13486)]
- [Thread 0x7fff7bfff640 (LWP 13485) exited]
- [Thread 0x7fff63118640 (LWP 13486) exited]
- [New Thread 0x7fff63118640 (LWP 13490)]
- [New Thread 0x7fff7bfff640 (LWP 13491)]
- [New Thread 0x7fff62817640 (LWP 13492)]
- [Thread 0x7fff7bfff640 (LWP 13491) exited]
- [Thread 0x7fff63118640 (LWP 13490) exited]
- ok
- [Thread 0x7fff62817640 (LWP 13492) exited]
- testCanDropObject (TestPartGui.PartGuiViewProviderTestCases) ... ok
- ======================================================================
- ERROR: testCrossLinkEmptyPropertyName (TestSpreadsheet.SpreadsheetCases)
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Spreadsheet/TestSpreadsheet.py", line 1155, in testCrossLinkEmptyPropertyName
- body = square.addObject('PartDesign::Body','Body')
- ModuleNotFoundError: {'sclassname': 'N4Base11PyExceptionE', 'sErrMsg': "No module named 'PartDesign'", 'sfile': '', 'iline': 0, 'sfunction': '', 'swhat': "No module named 'PartDesign'", 'btranslatable': False, 'breported': False}
- ======================================================================
- ERROR: test_known_quantity_units (femtest.app.test_material.TestMaterialUnits)
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Fem/femtest/app/test_material.py", line 72, in test_known_quantity_units
- from materialtools.cardutils import get_known_material_quantity_parameter as knownquant
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- ModuleNotFoundError: No module named 'materialtools'
- ======================================================================
- ERROR: test_material_card_quantities (femtest.app.test_material.TestMaterialUnits)
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Fem/femtest/app/test_material.py", line 101, in test_material_card_quantities
- from materialtools.cardutils import add_cards_from_a_dir as addmats
- File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
- return original_import(name, *args, **kwargs)
- ModuleNotFoundError: No module named 'materialtools'
- ======================================================================
- ERROR: test_tetra10_yml (femtest.app.test_mesh.TestMeshEleTetra10)
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- File "/usr/lib64/freecad/Mod/Fem/femtest/app/test_mesh.py", line 511, in test_tetra10_yml
- self.compare_mesh_files(
- File "/usr/lib64/freecad/Mod/Fem/femtest/app/test_mesh.py", line 334, in compare_mesh_files
- femmesh_testfile.Volumes[0],
- IndexError: tuple index out of range
- ----------------------------------------------------------------------
- Ran 478 tests in 450.133s
- FAILED (errors=4)
- System exit
- Thread 1 "freecad" received signal SIGSEGV, Segmentation fault.
- 0x00007ffff7244d3a in Gui::MainWindow::activeWindow (this=0x0) at /usr/src/debug/media-gfx/freecad-0.20.1/FreeCAD-0.20.1/src/Gui/MainWindow.cpp:1148
- 1148 return d->activeView;
- (gdb) bt
- #0 0x00007ffff7244d3a in Gui::MainWindow::activeWindow() const (this=0x0)
- at /usr/src/debug/media-gfx/freecad-0.20.1/FreeCAD-0.20.1/src/Gui/MainWindow.cpp:1148
- #1 0x00007ffff6bef461 in Gui::Document::getActiveView() const (this=0x5555713e1140)
- at /usr/src/debug/media-gfx/freecad-0.20.1/FreeCAD-0.20.1/src/Gui/Document.cpp:2119
- #2 0x00007ffff6b11c24 in Gui::Application::onLastWindowClosed(Gui::Document*)
- (this=0x7fffffffccc0, pcDoc=0x55556f1b7f00)
- at /usr/src/debug/media-gfx/freecad-0.20.1/FreeCAD-0.20.1/src/Gui/Application.cpp:946
- #3 0x00007ffff6bee411 in Gui::Document::detachView(Gui::BaseView*, bool)
- (this=0x55556f1b7f00, pcView=0x55556bd3f3d0, bPassiv=false)
- at /usr/src/debug/media-gfx/freecad-0.20.1/FreeCAD-0.20.1/src/Gui/Document.cpp:1915
- #4 0x00007ffff710f719 in Gui::BaseView::onClose() (this=0x55556bd3f3d0)
- at /usr/src/debug/media-gfx/freecad-0.20.1/FreeCAD-0.20.1/src/Gui/View.cpp:69
- #5 0x00007ffff710f648 in Gui::BaseView::~BaseView() (this=0x55556bd3f3d0, __in_chrg=<optimized out>)
- at /usr/src/debug/media-gfx/freecad-0.20.1/FreeCAD-0.20.1/src/Gui/View.cpp:54
- #6 0x00007ffff72a529d in Gui::MDIView::~MDIView() (this=0x55556bd3f3a0, __in_chrg=<optimized out>)
- at /usr/src/debug/media-gfx/freecad-0.20.1/FreeCAD-0.20.1/src/Gui/MDIView.cpp:100
- #7 0x00007ffff711063c in Gui::View3DInventor::~View3DInventor()
- (this=0x55556bd3f3a0, __in_chrg=<optimized out>)
- at /usr/src/debug/media-gfx/freecad-0.20.1/FreeCAD-0.20.1/src/Gui/View3DInventor.cpp:206
- #8 0x00007ffff711068e in Gui::View3DInventor::~View3DInventor()
- (this=0x55556bd3f3a0, __in_chrg=<optimized out>)
- at /usr/src/debug/media-gfx/freecad-0.20.1/FreeCAD-0.20.1/src/Gui/View3DInventor.cpp:206
- #9 0x00007ffff3358cd2 in QObjectPrivate::deleteChildren() () at /usr/lib64/libQt5Core.so.5
- #10 0x00007ffff3d4a2c6 in QWidget::~QWidget() () at /usr/lib64/libQt5Widgets.so.5
- #11 0x00007ffff3e8b5a9 in QMdiSubWindow::~QMdiSubWindow() () at /usr/lib64/libQt5Widgets.so.5
- #12 0x00007ffff3358cd2 in QObjectPrivate::deleteChildren() () at /usr/lib64/libQt5Core.so.5
- #13 0x00007ffff3d4a2c6 in QWidget::~QWidget() () at /usr/lib64/libQt5Widgets.so.5
- #14 0x00007ffff3d4a619 in QWidget::~QWidget() () at /usr/lib64/libQt5Widgets.so.5
- #15 0x00007ffff3358cd2 in QObjectPrivate::deleteChildren() () at /usr/lib64/libQt5Core.so.5
- #16 0x00007ffff3d4a2c6 in QWidget::~QWidget() () at /usr/lib64/libQt5Widgets.so.5
- #17 0x00007ffff3e75c89 in QMdiArea::~QMdiArea() () at /usr/lib64/libQt5Widgets.so.5
- #18 0x00007ffff3358cd2 in QObjectPrivate::deleteChildren() () at /usr/lib64/libQt5Core.so.5
- #19 0x00007ffff3d4a2c6 in QWidget::~QWidget() () at /usr/lib64/libQt5Widgets.so.5
- #20 0x00007ffff7240f47 in Gui::MainWindow::~MainWindow()
- --Type <RET> for more, q to quit, c to continue without paging--
- t>)
- at /usr/src/debug/media-gfx/freecad-0.20.1/FreeCAD-0.20.1/src/Gui/MainWindow.cpp:491
- #21 0x00007ffff6b1a7d4 in Gui::Application::runApplication() ()
- at /usr/src/debug/media-gfx/freecad-0.20.1/FreeCAD-0.20.1/src/Gui/Application.cpp:2310
- #22 0x00005555555604c0 in main(int, char**) (argc=3, argv=0x7fffffffd8f8)
- at /usr/src/debug/media-gfx/freecad-0.20.1/FreeCAD-0.20.1/src/Main/MainGui.cpp:290
Add Comment
Please, Sign In to add comment