kosmik2001

gdb --args freecad --run-test 0 with pivy 0.6.8

Nov 7th, 2022
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
GDB 294.45 KB | Software | 0 0
  1. kosmik2001@Nekrobook ~ $ gdb --args freecad --run-test 0
  2. GNU gdb (Gentoo 11.2 vanilla) 11.2
  3. Copyright (C) 2022 Free Software Foundation, Inc.
  4. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  5. This is free software: you are free to change and redistribute it.
  6. There is NO WARRANTY, to the extent permitted by law.
  7. Type "show copying" and "show warranty" for details.
  8. This GDB was configured as "x86_64-pc-linux-gnu".
  9. Type "show configuration" for configuration details.
  10. For bug reporting instructions, please see:
  11. <https://bugs.gentoo.org/>.
  12. Find the GDB manual and other documentation resources online at:
  13.     <http://www.gnu.org/software/gdb/documentation/>.
  14.  
  15. For help, type "help".
  16. Type "apropos word" to search for commands related to "word"...
  17. Reading symbols from freecad...
  18. Reading symbols from /usr/lib/debug//usr/lib64/freecad/bin/FreeCAD.debug...
  19. (gdb) run
  20. Starting program: /usr/bin/freecad --run-test 0
  21. [Thread debugging using libthread_db enabled]
  22. Using host libthread_db library "/lib64/libthread_db.so.1".
  23. FreeCAD 0.20.1, Libs: 0.20.1RUnknown
  24. © Juergen Riegel, Werner Mayer, Yorik van Havre and others 2001-2022
  25. FreeCAD is free and open-source software licensed under the terms of LGPL2+ license.
  26. FreeCAD wouldn't be possible without FreeCAD community.
  27.   #####                 ####  ###   ####  
  28.   #                    #      # #   #   #
  29.   #     ##  #### ####  #     #   #  #   #
  30.   ####  # # #  # #  #  #     #####  #   #
  31.   #     #   #### ####  #    #     # #   #
  32.   #     #   #    #     #    #     # #   #  ##  ##  ##
  33.   #     #   #### ####   ### #     # ####   ##  ##  ##
  34.  
  35. [New Thread 0x7fffdd475640 (LWP 11857)]
  36. [New Thread 0x7fffd71ff640 (LWP 11858)]
  37. [New Thread 0x7fffd69fe640 (LWP 11859)]
  38. [New Thread 0x7fffd606d640 (LWP 11860)]
  39. [Detaching after vfork from child process 11864]
  40. [Detaching after vfork from child process 11865]
  41. [New Thread 0x7fffae89d640 (LWP 11874)]
  42. [Detaching after fork from child process 11875]
  43. [Detaching after fork from child process 11876]
  44. [New Thread 0x7fffae09c640 (LWP 11877)]
  45. [New Thread 0x7fffad89b640 (LWP 11878)]
  46. [New Thread 0x7fffad09a640 (LWP 11879)]
  47. [New Thread 0x7fffac899640 (LWP 11880)]
  48. [New Thread 0x7fff9ffff640 (LWP 11881)]
  49. [New Thread 0x7fff9f7fe640 (LWP 11882)]
  50. [New Thread 0x7fff9effd640 (LWP 11883)]
  51. [New Thread 0x7fff9e7fc640 (LWP 11885)]
  52. [New Thread 0x7fff9dffb640 (LWP 11888)]
  53. [New Thread 0x7fff9d7fa640 (LWP 11889)]
  54. [New Thread 0x7fff9cff9640 (LWP 11890)]
  55. [New Thread 0x7fff7bfff640 (LWP 11891)]
  56. [New Thread 0x7fff7b7fe640 (LWP 11892)]
  57. [New Thread 0x7fff7affd640 (LWP 11893)]
  58. import TestFemImport
  59. import TestObjectExistance
  60. import TestFemCommon
  61. import TestObjectCreate
  62. import TestObjectType
  63. import TestObjectOpen
  64. import TestMaterialUnits
  65. import TestMeshCommon
  66. import TestMeshEleTetra10
  67. import TestMeshGroups
  68. import TestResult
  69. import TestCcxTools
  70. import TestSolverCalculix
  71. import TestSolverElmer
  72. import TestSolverZ88
  73. import TestObjectOpen
  74. testAggregates (TestSpreadsheet.SpreadsheetCases)
  75. <Spreadsheet> Cell.cpp(645): Unnamed#Spreadsheet001.H6: Quantity::operator +=(): Unit mismatch in plus operation
  76. <Spreadsheet> Cell.cpp(645): Unnamed#Spreadsheet001.H5: Quantity::operator -(): Unit mismatch in minus operation
  77. <Spreadsheet> Cell.cpp(645): Unnamed#Spreadsheet001.H3: Quantity::operator >(): quantities need to have same unit to compare
  78. <Spreadsheet> Cell.cpp(645): Unnamed#Spreadsheet001.H2: Quantity::operator <(): quantities need to have same unit to compare
  79. <Spreadsheet> Cell.cpp(645): Unnamed#Spreadsheet001.H1: Quantity::operator +=(): Unit mismatch in plus operation
  80. <Spreadsheet> Cell.cpp(645): Unnamed#Spreadsheet001.D1: Invalid number of entries: at least two required.
  81. Recompute failed! Please check report view.
  82. Test all aggregate functions ... ok
  83. testAlias (TestSpreadsheet.SpreadsheetCases)
  84. Playing with aliases ... ok
  85. testAmbiguousAlias (TestSpreadsheet.SpreadsheetCases)
  86. Try to set the same alias twice (bug #2402) ... ok
  87. [Thread 0x7fff7bfff640 (LWP 11891) exited]
  88. [Thread 0x7fff9cff9640 (LWP 11890) exited]
  89. testBindAcrossSheets (TestSpreadsheet.SpreadsheetCases) ... ok
  90. testBindHiddenRefAcrossSheets (TestSpreadsheet.SpreadsheetCases) ... ok
  91. testClearAlias (TestSpreadsheet.SpreadsheetCases)
  92. This was causing a crash ... ok
  93. testCrossDocumentLinks (TestSpreadsheet.SpreadsheetCases)
  94. Expressions across files are not saved (bug #2442) ... ok
  95. [Thread 0x7fffad89b640 (LWP 11878) exited]
  96. [Thread 0x7fffac899640 (LWP 11880) exited]
  97. testCrossLinkEmptyPropertyName (TestSpreadsheet.SpreadsheetCases) ... ERROR
  98. testExpressionWithAlias (TestSpreadsheet.SpreadsheetCases) ... ok
  99. testFixPR6843 (TestSpreadsheet.SpreadsheetCases) ... ok
  100. testFunctions (TestSpreadsheet.SpreadsheetCases)
  101. <Spreadsheet> Cell.cpp(645): Unnamed#Spreadsheet.C27: Units must be equal.
  102. in expression: cath(7.071067811865476mm; 5mm; 4)
  103. <Spreadsheet> Cell.cpp(645): Unnamed#Spreadsheet.C26: Units must be equal.
  104. in expression: cath(5mm; 3)
  105. <Spreadsheet> Cell.cpp(645): Unnamed#Spreadsheet.C24: Units must be equal.
  106. in expression: hypot(3mm; 4; 5)
  107. <Spreadsheet> Cell.cpp(645): Unnamed#Spreadsheet.C23: Units must be equal.
  108. in expression: hypot(3mm; 4)
  109. <Spreadsheet> Cell.cpp(645): Unnamed#Spreadsheet.D21: Exponent is not allowed to have a unit.
  110. in expression: pow(7mm; 4mm)
  111. <Spreadsheet> Cell.cpp(645): Unnamed#Spreadsheet.C20: Units must be equal.
  112. in expression: atan2(3mm; 3)
  113. <Spreadsheet> Cell.cpp(645): Unnamed#Spreadsheet.B17: Unit must be empty.
  114. in expression: tanh(0.5mm)
  115. <Spreadsheet> Cell.cpp(645): Unnamed#Spreadsheet.B16: Unit must be empty.
  116. in expression: cosh(0.5mm)
  117. <Spreadsheet> Cell.cpp(645): Unnamed#Spreadsheet.B15: Unit must be empty.
  118. in expression: sinh(0.5mm)
  119. <Spreadsheet> Cell.cpp(645): Unnamed#Spreadsheet.B14: Unit must be empty.
  120. in expression: atan(0.5mm)
  121. <Spreadsheet> Cell.cpp(645): Unnamed#Spreadsheet.B13: Unit must be empty.
  122. in expression: acos(0.5mm)
  123. <Spreadsheet> Cell.cpp(645): Unnamed#Spreadsheet.B12: Unit must be empty.
  124. in expression: asin(0.5mm)
  125. <Spreadsheet> Cell.cpp(645): Unnamed#Spreadsheet.C7: Unit must be empty.
  126. in expression: log10(-3mm)
  127. <Spreadsheet> Cell.cpp(645): Unnamed#Spreadsheet.C6: Unit must be empty.
  128. in expression: log(-3mm)
  129. <Spreadsheet> Cell.cpp(645): Unnamed#Spreadsheet.C5: Unit must be empty.
  130. in expression: exp(-3mm)
  131. Recompute failed! Please check report view.
  132. Test all built-in simple functions ... ok
  133. testInsertColumnsAlias (TestSpreadsheet.SpreadsheetCases)
  134. Regression test for issue 4429; insert columns to sheet with aliases ... ok
  135. testInsertRows (TestSpreadsheet.SpreadsheetCases)
  136. Inserting rows -- check renaming of internal cells ... ok
  137. testInsertRowsAlias (TestSpreadsheet.SpreadsheetCases)
  138. Regression test for issue 4429; insert rows to sheet with aliases ... ok
  139. testInvoluteGear (TestSpreadsheet.SpreadsheetCases)
  140. Support of boolean or integer values ... ok
  141. testIssue3128 (TestSpreadsheet.SpreadsheetCases)
  142. Regression test for issue 3128; mod should work with arbitrary units for both arguments ... ok
  143. testIssue3225 (TestSpreadsheet.SpreadsheetCases)
  144. Inserting rows -- check renaming of internal cells ... ok
  145. testIssue3363 (TestSpreadsheet.SpreadsheetCases)
  146. Regression test for issue 3363; Nested conditionals statement fails with additional conditional statement in false-branch ... ok
  147. testIssue3432 (TestSpreadsheet.SpreadsheetCases)
  148. Regression test for issue 3432; numbers with units are ignored from aggregates ... ok
  149. testIssue4156 (TestSpreadsheet.SpreadsheetCases)
  150. Regression test for issue 4156; necessarily use of leading '=' to enter an expression, creates inconsistent behavior depending on the spreadsheet state ... ok
  151. testIssue6840 (TestSpreadsheet.SpreadsheetCases) ... ok
  152. testIssue6844 (TestSpreadsheet.SpreadsheetCases) ... ok
  153. testMatrix (TestSpreadsheet.SpreadsheetCases)
  154. <Spreadsheet> Cell.cpp(645): Unnamed#Spreadsheet.H2: Cannot invert singular matrix
  155. in expression: G2 ^ -1
  156. Recompute failed! Please check report view.
  157. Test Matrix/Vector/Placement/Rotation operations ... ok
  158. testMergeCells (TestSpreadsheet.SpreadsheetCases) ... ok
  159. testMergeCellsAndBind (TestSpreadsheet.SpreadsheetCases) ... ok
  160. testNumbers (TestSpreadsheet.SpreadsheetCases)
  161. Test different numbers ... ok
  162. testPlacementName (TestSpreadsheet.SpreadsheetCases)
  163. Object name is equal to property name (bug #2389) ... ok
  164. testPrecedence (TestSpreadsheet.SpreadsheetCases)
  165. [New Thread 0x7fffac899640 (LWP 11984)]
  166. Precedence -- test precedence for relational operators and conditional operator. ... ok
  167. testQuantitiesAndFractionsAsNumbers (TestSpreadsheet.SpreadsheetCases)
  168. Test quantities and simple fractions as numbers ... ok
  169. testRelationalOperators (TestSpreadsheet.SpreadsheetCases)
  170. Test relational operators ... ok
  171. testRemoveColumnsAlias (TestSpreadsheet.SpreadsheetCases)
  172. Regression test for issue 4429; remove columns from sheet with aliases ... ok
  173. testRemoveColumnsAliasReuseName (TestSpreadsheet.SpreadsheetCases)
  174. Regression test for issue 4492; deleted aliases remains in database ... ok
  175. testRemoveRows (TestSpreadsheet.SpreadsheetCases)
  176. Removing rows -- check renaming of internal cells ... ok
  177. testRemoveRowsAlias (TestSpreadsheet.SpreadsheetCases)
  178. Regression test for issue 4429; remove rows from sheet with aliases ... ok
  179. testRemoveRowsAliasReuseName (TestSpreadsheet.SpreadsheetCases)
  180. Regression test for issue 4492; deleted aliases remains in database ... ok
  181. testRenameAlias (TestSpreadsheet.SpreadsheetCases)
  182. Test renaming of alias1 to alias2 in a spreadsheet ... ok
  183. testRenameAlias2 (TestSpreadsheet.SpreadsheetCases)
  184. Test renaming of alias1 to alias2 in a spreadsheet, when referenced from another object ... ok
  185. testRenameAlias3 (TestSpreadsheet.SpreadsheetCases)
  186. Test renaming of document object referenced from another object ... ok
  187. testSetInvalidAlias (TestSpreadsheet.SpreadsheetCases)
  188. Try to use a cell address as alias name ... ok
  189. testSetInvalidAlias2 (TestSpreadsheet.SpreadsheetCases)
  190. Try to use a unit (reserved word) as alias name ... ok
  191. testSketcher (TestSpreadsheet.SpreadsheetCases)
  192. [New Thread 0x7fffad89b640 (LWP 12015)]
  193. [Thread 0x7fffad89b640 (LWP 12015) exited]
  194. [New Thread 0x7fffad89b640 (LWP 12016)]
  195. [Thread 0x7fffad89b640 (LWP 12016) exited]
  196. [New Thread 0x7fffad89b640 (LWP 12017)]
  197. [Thread 0x7fffad89b640 (LWP 12017) exited]
  198. [New Thread 0x7fffad89b640 (LWP 12018)]
  199. [Thread 0x7fffad89b640 (LWP 12018) exited]
  200. Mixup of Label and Name (bug #2407) ... ok
  201. testUndoAliasCreationReuseName (TestSpreadsheet.SpreadsheetCases)
  202. Test deleted aliases by undo remains in database ... ok
  203. testUnits (TestSpreadsheet.SpreadsheetCases)
  204. Units -- test unit calculations. ... ok
  205. testAngle (BaseTests.AlgebraTestCase) ... ok
  206. testAngleWithNullVector (BaseTests.AlgebraTestCase) ... ok
  207. testBounding (BaseTests.AlgebraTestCase) ... ok
  208. testInverted (BaseTests.AlgebraTestCase) ... ok
  209. testMatrix (BaseTests.AlgebraTestCase) ... ok
  210. testRotAndMoveMatrix (BaseTests.AlgebraTestCase) ... ok
  211. testRotation (BaseTests.AlgebraTestCase) ... ok
  212. testVector2d (BaseTests.AlgebraTestCase) ... ok
  213. testYawPitchRoll (BaseTests.AlgebraTestCase) ... ok
  214. [New Thread 0x7fffad89b640 (LWP 12022)]
  215. [New Thread 0x7fff9cff9640 (LWP 12023)]
  216. [New Thread 0x7fff7bfff640 (LWP 12024)]
  217. [New Thread 0x7fff68a1c640 (LWP 12025)]
  218. [New Thread 0x7fff6821b640 (LWP 12026)]
  219. [New Thread 0x7fff67a1a640 (LWP 12027)]
  220. [New Thread 0x7fff67219640 (LWP 12028)]
  221. [New Thread 0x7fff66a18640 (LWP 12029)]
  222. [New Thread 0x7fff66217640 (LWP 12030)]
  223. [New Thread 0x7fff65a16640 (LWP 12031)]
  224. testAsynchronPrintFromThread (BaseTests.ConsoleTestCase) ... Call from Python thread (not synchronized): count=1
  225. Call from Python thread (not synchronized): count=2
  226. Call from Python thread (not synchronized): count=3
  227. [Thread 0x7fff7bfff640 (LWP 12024) exited]
  228. [Thread 0x7fff9cff9640 (LWP 12023) exited]
  229. Call from Python thread (not synchronized): count=4
  230. [Thread 0x7fff68a1c640 (LWP 12025) exited]
  231. [Thread 0x7fff6821b640 (LWP 12026) exited]
  232. Call from Python thread (not synchronized): count=5
  233. [Thread 0x7fff67a1a640 (LWP 12027) exited]
  234. Call from Python thread (not synchronized): count=6
  235. [Thread 0x7fff67219640 (LWP 12028) exited]
  236. Call from Python thread (not synchronized): count=7
  237. Call from Python thread (not synchronized): count=8
  238. [Thread 0x7fff66217640 (LWP 12030) exited]
  239. Call from Python thread (not synchronized): count=9
  240. [Thread 0x7fff66a18640 (LWP 12029) exited]
  241. Call from Python thread (not synchronized): count=10
  242. [Thread 0x7fff65a16640 (LWP 12031) exited]
  243. [Thread 0x7fffad89b640 (LWP 12022) exited]
  244. 10
  245. ok
  246. testPrint (BaseTests.ConsoleTestCase) ...    Printing message
  247.    Printing error
  248.    Printing warning
  249. ok
  250. [New Thread 0x7fffad89b640 (LWP 12045)]
  251. [New Thread 0x7fff65a16640 (LWP 12046)]
  252. [New Thread 0x7fff66217640 (LWP 12047)]
  253. [New Thread 0x7fff66a18640 (LWP 12048)]
  254. [New Thread 0x7fff9cff9640 (LWP 12049)]
  255. [New Thread 0x7fff7bfff640 (LWP 12050)]
  256. [New Thread 0x7fff68a1c640 (LWP 12051)]
  257. testSynchronPrintFromThread (BaseTests.ConsoleTestCase) ... Call from Python thread: count=1
  258. Call from Python thread: count=2
  259. Call from Python thread: count=3
  260. [Thread 0x7fff66217640 (LWP 12047) exited]
  261. [Thread 0x7fff65a16640 (LWP 12046) exited]
  262. Call from Python thread: count=4
  263. Call from Python thread: count=5
  264. [Thread 0x7fff68a1c640 (LWP 12051) exited]
  265. Call from Python thread: count=6
  266. [Thread 0x7fff9cff9640 (LWP 12049) exited]
  267. [Thread 0x7fffad89b640 (LWP 12045) exited]
  268. [New Thread 0x7fffad89b640 (LWP 12052)]
  269. [Thread 0x7fff7bfff640 (LWP 12050) exited]
  270. [New Thread 0x7fff7bfff640 (LWP 12053)]
  271. [New Thread 0x7fff9cff9640 (LWP 12054)]
  272. Call from Python thread: count=7
  273. Call from Python thread: count=8
  274. [Thread 0x7fffad89b640 (LWP 12052) exited]
  275. [Thread 0x7fff66a18640 (LWP 12048) exited]
  276. Call from Python thread: count=9
  277. [Thread 0x7fff7bfff640 (LWP 12053) exited]
  278. Call from Python thread: count=10
  279. [Thread 0x7fff9cff9640 (LWP 12054) exited]
  280. 10
  281. ok
  282. [Thread 0x7fff9ffff640 (LWP 11881) exited]
  283. testAddition (BaseTests.MatrixTestCase) ... ok
  284. testAnything (BaseTests.MatrixTestCase) ... ok
  285. testColRow (BaseTests.MatrixTestCase) ... ok
  286. testMatrix (BaseTests.MatrixTestCase) ... ok
  287. testMatrixPlacementMatrix (BaseTests.MatrixTestCase) ... ok
  288. testMinus (BaseTests.MatrixTestCase) ... ok
  289. testMultLeftOrRight (BaseTests.MatrixTestCase) ... ok
  290. testNull (BaseTests.MatrixTestCase) ... ok
  291. testNumberProtocol (BaseTests.MatrixTestCase) ... ok
  292. testOrder (BaseTests.MatrixTestCase) ... ok
  293. testPlacement (BaseTests.MatrixTestCase) ... ok
  294. testPower (BaseTests.MatrixTestCase) ... ok
  295. testRotation (BaseTests.MatrixTestCase) ... ok
  296. testScalar (BaseTests.MatrixTestCase) ... ok
  297. testScale (BaseTests.MatrixTestCase) ... ok
  298. testShearing (BaseTests.MatrixTestCase) ... ok
  299. testTrace (BaseTests.MatrixTestCase) ... ok
  300. testUnity (BaseTests.MatrixTestCase) ... ok
  301. testVector (BaseTests.MatrixTestCase) ... ok
  302. testVectorMult (BaseTests.MatrixTestCase) ... ok
  303. testBool (BaseTests.ParameterTestCase) ... ok
  304. testExportImport (BaseTests.ParameterTestCase) ... ok
  305. testFloat (BaseTests.ParameterTestCase) ... ok
  306. testGroup (BaseTests.ParameterTestCase) ... ok
  307. testGroupNames (BaseTests.ParameterTestCase) ... ok
  308. testInt (BaseTests.ParameterTestCase) ... ok
  309. testNesting (BaseTests.ParameterTestCase) ... ok
  310. testString (BaseTests.ParameterTestCase) ... ok
  311. testConversions (UnitTests.UnitBasicCases) ... ok
  312. testDivide (UnitTests.UnitBasicCases) ... ok
  313. testEnergy (UnitTests.UnitBasicCases) ... ok
  314. testImperial (UnitTests.UnitBasicCases) ... ok
  315. testIssue6735 (UnitTests.UnitBasicCases) ... ok
  316. testQuantity (UnitTests.UnitBasicCases) ... ok
  317. testSchemeTranslation (UnitTests.UnitBasicCases) ... b'10.0 mm : 9.524999999999999 mm : 3/8" : CentiMetre : Building US (ft-in/sqft/cft)'
  318. b'100.0 mm : 98.425 mm : 3+7/8" : DeciMetre : Building US (ft-in/sqft/cft)'
  319. b'1000000.0 mm : 1000001.175 mm : 3280\' 10+1/8" : KiloMetre : Building US (ft-in/sqft/cft)'
  320. b'1000000.0 kg/s^2 : 999999.5503821528 kg/s^2 : 5710,1466608456139511 lbf/in : MegaNewtonPerMeter : US customary (in/lb)'
  321. b'1000000.0 kg/s^2 : 999999.5503821528 kg/s^2 : 5710,1466608456139511 lbf/in : MegaNewtonPerMeter : Imperial decimal (in/lb)'
  322. b'1000000.0 kg/s^2 : 999999.5503821528 kg/s^2 : 5710,1466608456139511 lbf/in : MegaNewtonPerMeter : Imperial for Civil Eng (ft, ft/sec)'
  323. b'1000.0 mm : 1000.1250000000001 mm : 3\' 3+3/8" : Metre : Building US (ft-in/sqft/cft)'
  324. b'1.0 mm : 0.0 : 0 : MilliMetre : Building US (ft-in/sqft/cft)'
  325. b'0.0254 mm : 0.0 : 0 : Thou : Building US (ft-in/sqft/cft)'
  326. ok
  327. testSchemes (UnitTests.UnitBasicCases) ... ok
  328. testSelfConsistency (UnitTests.UnitBasicCases) ... ok
  329. testToString (UnitTests.UnitBasicCases) ... ok
  330. testTrigonometric (UnitTests.UnitBasicCases) ... ok
  331. testVoltage (UnitTests.UnitBasicCases) ... ok
  332. testIssue0003323 (Document.DocumentBacklinks) ... ok
  333. testAbortTransaction (Document.DocumentBasicCases) ... ok
  334. testAccessByNameOrID (Document.DocumentBasicCases) ... ok
  335. testAddRemove (Document.DocumentBasicCases) ... ok
  336. testAddRemoveUndo (Document.DocumentBasicCases) ... ok
  337. testAddition (Document.DocumentBasicCases) ... ok
  338. testAttributeOfDynamicProperty (Document.DocumentBasicCases) ... ok
  339. testCreateDestroy (Document.DocumentBasicCases) ... ok
  340. testDuplicateLinks (Document.DocumentBasicCases) ... ok
  341. testEnum (Document.DocumentBasicCases) ... ok
  342. testExtensionBug0002785 (Document.DocumentBasicCases) ... ok
  343. testExtensionBugViewProvider (Document.DocumentBasicCases) ... ok
  344. testExtensionGroup (Document.DocumentBasicCases) ... ok
  345. testExtensions (Document.DocumentBasicCases) ... ok
  346. testIssue4823 (Document.DocumentBasicCases) ... ok
  347. testMem (Document.DocumentBasicCases) ... ok
  348. testNoRecompute (Document.DocumentBasicCases) ... ok
  349. testNoRecomputeParent (Document.DocumentBasicCases) ... ok
  350. testNotification_Issue2902Part2 (Document.DocumentBasicCases) ... ok
  351. testNotification_Issue2996 (Document.DocumentBasicCases) ... ok
  352. testObjects (Document.DocumentBasicCases) ... ok
  353. testPlacementList (Document.DocumentBasicCases) ... ok
  354. testProp_NonePropertyLink (Document.DocumentBasicCases) ... ok
  355. testProp_OutputPropertyLink (Document.DocumentBasicCases) ... ok
  356. testPropertyLink_Issue2902Part1 (Document.DocumentBasicCases) ... ok
  357. testRemoval (Document.DocumentBasicCases) ... ok
  358. testSamePropertyOfLinkAndLinkedObject (Document.DocumentBasicCases) ... ok
  359. testSubObject (Document.DocumentBasicCases) ... ok
  360. <Gui> Document.cpp(675): Invalid view provider type 'App::Extension' for CreateTest#App__DocumentObject
  361. testWrongTypes (Document.DocumentBasicCases) ... ok
  362. testExpression (Document.DocumentExpressionCases) ... ok
  363. testIssue4649 (Document.DocumentExpressionCases) ... onChanged <Document.DocumentExpressionCases.testIssue4649.<locals>.Cls object at 0x7fffc50bf6a0> <group object> Proxy
  364. onChanged <Document.DocumentExpressionCases.testIssue4649.<locals>.Cls object at 0x7fffc50bf6a0> <group object> ExpressionEngine
  365. onChanged <Document.DocumentExpressionCases.testIssue4649.<locals>.Cls object at 0x7fffc50bf6a0> <group object> ExpressionEngine
  366. onChanged <Document.DocumentExpressionCases.testIssue4649.<locals>.Cls object at 0x7fffc50bf6a0> <group object> propA
  367. Removing expression...
  368. onChanged <Document.DocumentExpressionCases.testIssue4649.<locals>.Cls object at 0x7fffc50bf6a0> <group object> ExpressionEngine
  369. onChanged <Document.DocumentExpressionCases.testIssue4649.<locals>.Cls object at 0x7fffc50bf6a0> <group object> _GroupTouched
  370. onChanged <Document.DocumentExpressionCases.testIssue4649.<locals>.Cls object at 0x7fffc50bf6a0> <group object> propA
  371. Removing expression...
  372. onChanged <Document.DocumentExpressionCases.testIssue4649.<locals>.Cls object at 0x7fffc50bf6a0> <group object> ExpressionEngine
  373. onChanged <Document.DocumentExpressionCases.testIssue4649.<locals>.Cls object at 0x7fffc50bf6a0> <group object> ExpressionEngine
  374. onChanged <Document.DocumentExpressionCases.testIssue4649.<locals>.Cls object at 0x7fffc50bf6a0> <group object> propA
  375. Removing expression...
  376. onChanged <Document.DocumentExpressionCases.testIssue4649.<locals>.Cls object at 0x7fffc50bf6a0> <group object> _GroupTouched
  377. /usr/lib64/freecad/Mod/Test/Document.py(1611)<class 'AttributeError'>: Module Document has no class Cls
  378. ok
  379. testApplyFiles (Document.DocumentFileIncludeCases) ... ok
  380. testGroup (Document.DocumentGroupCases) ... ok
  381. App::FeatureTest: Link(s) to object(s) 'Cylinder' go out of the allowed scope 'Fusion'. Instead, the linked object(s) reside within 'Part1'.
  382. 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'.
  383. 1.117e-06 <App> Document.cpp(3198): The graph must be a DAG.
  384. 0.00477749 <App> Document.cpp(3553): GroupTests#Part2 still touched after recompute
  385. testGroupAndGeoFeatureGroup (Document.DocumentGroupCases) ... ok
  386. testIssue0003150Part2 (Document.DocumentGroupCases) ... ok
  387. testDocument (Document.DocumentObserverCases) ... ok
  388. testGuiObserver (Document.DocumentObserverCases) ... ok
  389. testObject (Document.DocumentObserverCases) ... ok
  390. testRemoveObserver (Document.DocumentObserverCases) ... ok
  391. testSave (Document.DocumentObserverCases) ... ok
  392. testUndoDisabledDocument (Document.DocumentObserverCases) ... ok
  393. testColorList (Document.DocumentPlatformCases) ... ok
  394. testFloatList (Document.DocumentPlatformCases) ... ok
  395. testPoints (Document.DocumentPlatformCases) ... ok
  396. testVectorList (Document.DocumentPlatformCases) ... ok
  397. [New Thread 0x7fff9ffff640 (LWP 12107)]
  398. [Thread 0x7fff9ffff640 (LWP 12107) exited]
  399. [New Thread 0x7fff9ffff640 (LWP 12108)]
  400. [Thread 0x7fff9ffff640 (LWP 12108) exited]
  401. [New Thread 0x7fff9ffff640 (LWP 12109)]
  402. [Thread 0x7fff9ffff640 (LWP 12109) exited]
  403. testDescent (Document.DocumentPropertyCases) ... ok
  404. testRemoveProperty (Document.DocumentPropertyCases) ... ok
  405. testRemovePropertyExpression (Document.DocumentPropertyCases) ... ok
  406. testRemovePropertyOnChange (Document.DocumentPropertyCases) ... ok
  407. testDescent (Document.DocumentRecomputeCases) ... ok
  408. testRecompute (Document.DocumentRecomputeCases) ... <App::FeatureTest object>
  409. <App::FeatureTest object>
  410. <App::FeatureTest object>
  411. <App::FeatureTest object>
  412. <App::FeatureTest object>
  413. <App::FeatureTest object>
  414. <App::FeatureTest object>
  415. <App::FeatureTest object>
  416. <App::FeatureTest object>
  417. <App::FeatureTest object>
  418. <App::FeatureTest object>
  419. ok
  420. testActiveDocument (Document.DocumentSaveRestoreCases) ... ok
  421. testExtensionSaveRestore (Document.DocumentSaveRestoreCases) ... ok
  422. Document with the UUID '126d0ecd-d3c6-4d72-a206-6f7165950f5d' already exists, change to '882da629-f59c-4fc9-a895-60a434ea3ff9'
  423. testPersistenceContentDump (Document.DocumentSaveRestoreCases) ... ok
  424. testRestore (Document.DocumentSaveRestoreCases) ... ok
  425. testSaveAndRestore (Document.DocumentSaveRestoreCases) ... ok
  426. testUndo (Document.UndoRedoCases) ... ok
  427. testUndoClear (Document.UndoRedoCases) ... ok
  428. testUndoInList (Document.UndoRedoCases) ... ok
  429. testUndoIssue0003150Part1 (Document.UndoRedoCases) ... ok
  430. testUndoProperties (Document.UndoRedoCases) ... ok
  431. test_content_item_tags (Metadata.TestMetadata) ... ok
  432. test_content_types (Metadata.TestMetadata) ... ok
  433. test_copy_constructor (Metadata.TestMetadata) ... ok
  434. test_default_constructor (Metadata.TestMetadata) ... ok
  435. test_file_path (Metadata.TestMetadata) ... ok
  436. test_first_supported_version (Metadata.TestMetadata) ... ok
  437. test_generic_metadata (Metadata.TestMetadata) ... ok
  438. test_last_supported_version (Metadata.TestMetadata) ... ok
  439. test_supports_current (Metadata.TestMetadata) ... ok
  440. test_toplevel_tags (Metadata.TestMetadata) ... ok
  441. test_xml_constructor (Metadata.TestMetadata) ... ok
  442. testSaveAndRestore (UnicodeTests.DocumentSaveRestoreCases) ... ok
  443. testUnicodeLabel (UnicodeTests.UnicodeBasicCases) ... ok
  444. testAll (TestPythonSyntax.PythonSyntaxTestCase) ... ok
  445. [New Thread 0x7fff9ffff640 (LWP 12172)]
  446. [Thread 0x7fff9ffff640 (LWP 12172) exited]
  447. [New Thread 0x7fff9ffff640 (LWP 12173)]
  448. [Thread 0x7fff9ffff640 (LWP 12173) exited]
  449. testConstraintWithExpression (SketcherTests.TestSketchExpression.TestSketchExpression) ... ok
  450. [New Thread 0x7fff9ffff640 (LWP 12177)]
  451. [Thread 0x7fff9ffff640 (LWP 12177) exited]
  452. [New Thread 0x7fff9ffff640 (LWP 12178)]
  453. [Thread 0x7fff9ffff640 (LWP 12178) exited]
  454. [New Thread 0x7fff9ffff640 (LWP 12179)]
  455. [Thread 0x7fff9ffff640 (LWP 12179) exited]
  456. [New Thread 0x7fff9ffff640 (LWP 12180)]
  457. [Thread 0x7fff9ffff640 (LWP 12180) exited]
  458. [New Thread 0x7fff9ffff640 (LWP 12181)]
  459. [Thread 0x7fff9ffff640 (LWP 12181) exited]
  460. [New Thread 0x7fff9ffff640 (LWP 12182)]
  461. [New Thread 0x7fff9ffff640 (LWP 12183)]
  462. [Thread 0x7fff9ffff640 (LWP 12182) exited]
  463. [Thread 0x7fff9ffff640 (LWP 12183) exited]
  464. [New Thread 0x7fff9ffff640 (LWP 12184)]
  465. [Thread 0x7fff9ffff640 (LWP 12184) exited]
  466. [New Thread 0x7fff9ffff640 (LWP 12185)]
  467. [Thread 0x7fff9ffff640 (LWP 12185) exited]
  468. [New Thread 0x7fff9ffff640 (LWP 12186)]
  469. [Thread 0x7fff9ffff640 (LWP 12186) exited]
  470. [New Thread 0x7fff9ffff640 (LWP 12187)]
  471. [Thread 0x7fff9ffff640 (LWP 12187) exited]
  472. [New Thread 0x7fff9ffff640 (LWP 12188)]
  473. [Thread 0x7fff9ffff640 (LWP 12188) exited]
  474. [New Thread 0x7fff9ffff640 (LWP 12189)]
  475. [Thread 0x7fff9ffff640 (LWP 12189) exited]
  476. [New Thread 0x7fff9ffff640 (LWP 12190)]
  477. [Thread 0x7fff9ffff640 (LWP 12190) exited]
  478. testBasicFillet (SketcherTests.TestSketchFillet.TestSketchFillet) ... ok
  479. [New Thread 0x7fff9ffff640 (LWP 12191)]
  480. [Thread 0x7fff9ffff640 (LWP 12191) exited]
  481. [New Thread 0x7fff9ffff640 (LWP 12192)]
  482. [Thread 0x7fff9ffff640 (LWP 12192) exited]
  483. [New Thread 0x7fff9ffff640 (LWP 12193)]
  484. [Thread 0x7fff9ffff640 (LWP 12193) exited]
  485. [New Thread 0x7fff9ffff640 (LWP 12194)]
  486. [Thread 0x7fff9ffff640 (LWP 12194) exited]
  487. [New Thread 0x7fff9ffff640 (LWP 12195)]
  488. [Thread 0x7fff9ffff640 (LWP 12195) exited]
  489. [New Thread 0x7fff9ffff640 (LWP 12196)]
  490. [New Thread 0x7fff9ffff640 (LWP 12197)]
  491. [Thread 0x7fff9ffff640 (LWP 12196) exited]
  492. [Thread 0x7fff9ffff640 (LWP 12197) exited]
  493. [New Thread 0x7fff9ffff640 (LWP 12198)]
  494. [Thread 0x7fff9ffff640 (LWP 12198) exited]
  495. [New Thread 0x7fff9ffff640 (LWP 12199)]
  496. [Thread 0x7fff9ffff640 (LWP 12199) exited]
  497. [New Thread 0x7fff9ffff640 (LWP 12200)]
  498. [Thread 0x7fff9ffff640 (LWP 12200) exited]
  499. [New Thread 0x7fff9ffff640 (LWP 12201)]
  500. [New Thread 0x7fff9ffff640 (LWP 12202)]
  501. [Thread 0x7fff9ffff640 (LWP 12201) exited]
  502. [Thread 0x7fff9ffff640 (LWP 12202) exited]
  503. [New Thread 0x7fff9ffff640 (LWP 12203)]
  504. [Thread 0x7fff9ffff640 (LWP 12203) exited]
  505. [New Thread 0x7fff9ffff640 (LWP 12204)]
  506. [Thread 0x7fff9ffff640 (LWP 12204) exited]
  507. [New Thread 0x7fff9ffff640 (LWP 12205)]
  508. [Thread 0x7fff9ffff640 (LWP 12205) exited]
  509. [New Thread 0x7fff9ffff640 (LWP 12206)]
  510. [Thread 0x7fff9ffff640 (LWP 12206) exited]
  511. [New Thread 0x7fff9ffff640 (LWP 12207)]
  512. [Thread 0x7fff9ffff640 (LWP 12207) exited]
  513. testCoincident (SketcherTests.TestSketchFillet.TestSketchFillet) ... ok
  514. [New Thread 0x7fff9ffff640 (LWP 12211)]
  515. [Thread 0x7fff9ffff640 (LWP 12211) exited]
  516. [New Thread 0x7fff9ffff640 (LWP 12212)]
  517. [Thread 0x7fff9ffff640 (LWP 12212) exited]
  518. [New Thread 0x7fff9ffff640 (LWP 12213)]
  519. [Thread 0x7fff9ffff640 (LWP 12213) exited]
  520. [New Thread 0x7fff9ffff640 (LWP 12214)]
  521. [Thread 0x7fff9ffff640 (LWP 12214) exited]
  522. [New Thread 0x7fff9ffff640 (LWP 12215)]
  523. [Thread 0x7fff9ffff640 (LWP 12215) exited]
  524. [New Thread 0x7fff9ffff640 (LWP 12216)]
  525. [Thread 0x7fff9ffff640 (LWP 12216) exited]
  526. [New Thread 0x7fff9ffff640 (LWP 12217)]
  527. [Thread 0x7fff9ffff640 (LWP 12217) exited]
  528. [New Thread 0x7fff9ffff640 (LWP 12218)]
  529. [Thread 0x7fff9ffff640 (LWP 12218) exited]
  530. [New Thread 0x7fff9ffff640 (LWP 12219)]
  531. [Thread 0x7fff9ffff640 (LWP 12219) exited]
  532. testCurve (SketcherTests.TestSketchFillet.TestSketchFillet) ... ok
  533. [New Thread 0x7fff9ffff640 (LWP 12221)]
  534. [Thread 0x7fff9ffff640 (LWP 12221) exited]
  535. [New Thread 0x7fff9ffff640 (LWP 12222)]
  536. [Thread 0x7fff9ffff640 (LWP 12222) exited]
  537. [New Thread 0x7fff9ffff640 (LWP 12223)]
  538. [Thread 0x7fff9ffff640 (LWP 12223) exited]
  539. [New Thread 0x7fff9ffff640 (LWP 12224)]
  540. [Thread 0x7fff9ffff640 (LWP 12224) exited]
  541. [New Thread 0x7fff9ffff640 (LWP 12225)]
  542. [Thread 0x7fff9ffff640 (LWP 12225) exited]
  543. [New Thread 0x7fff9ffff640 (LWP 12226)]
  544. [Thread 0x7fff9ffff640 (LWP 12226) exited]
  545. [New Thread 0x7fff9ffff640 (LWP 12227)]
  546. [Thread 0x7fff9ffff640 (LWP 12227) exited]
  547. [New Thread 0x7fff9ffff640 (LWP 12228)]
  548. [Thread 0x7fff9ffff640 (LWP 12228) exited]
  549. [New Thread 0x7fff9ffff640 (LWP 12229)]
  550. [Thread 0x7fff9ffff640 (LWP 12229) exited]
  551. [New Thread 0x7fff9ffff640 (LWP 12230)]
  552. [Thread 0x7fff9ffff640 (LWP 12230) exited]
  553. [New Thread 0x7fff9ffff640 (LWP 12231)]
  554. [Thread 0x7fff9ffff640 (LWP 12231) exited]
  555. [New Thread 0x7fff9ffff640 (LWP 12232)]
  556. [Thread 0x7fff9ffff640 (LWP 12232) exited]
  557. [New Thread 0x7fff9ffff640 (LWP 12233)]
  558. [Thread 0x7fff9ffff640 (LWP 12233) exited]
  559. [New Thread 0x7fff9ffff640 (LWP 12234)]
  560. [Thread 0x7fff9ffff640 (LWP 12234) exited]
  561. [New Thread 0x7fff9ffff640 (LWP 12235)]
  562. [Thread 0x7fff9ffff640 (LWP 12235) exited]
  563. [New Thread 0x7fff9ffff640 (LWP 12236)]
  564. [Thread 0x7fff9ffff640 (LWP 12236) exited]
  565. [New Thread 0x7fff9ffff640 (LWP 12237)]
  566. [Thread 0x7fff9ffff640 (LWP 12237) exited]
  567. [New Thread 0x7fff9ffff640 (LWP 12238)]
  568. [Thread 0x7fff9ffff640 (LWP 12238) exited]
  569. [New Thread 0x7fff9ffff640 (LWP 12239)]
  570. [Thread 0x7fff9ffff640 (LWP 12239) exited]
  571. testDistance (SketcherTests.TestSketchFillet.TestSketchFillet) ... ok
  572. [New Thread 0x7fff9ffff640 (LWP 12240)]
  573. [Thread 0x7fff9ffff640 (LWP 12240) exited]
  574. [New Thread 0x7fff9ffff640 (LWP 12241)]
  575. [Thread 0x7fff9ffff640 (LWP 12241) exited]
  576. [New Thread 0x7fff9ffff640 (LWP 12242)]
  577. [Thread 0x7fff9ffff640 (LWP 12242) exited]
  578. [New Thread 0x7fff9ffff640 (LWP 12243)]
  579. [Thread 0x7fff9ffff640 (LWP 12243) exited]
  580. [New Thread 0x7fff9ffff640 (LWP 12244)]
  581. [New Thread 0x7fff9ffff640 (LWP 12245)]
  582. [Thread 0x7fff9ffff640 (LWP 12244) exited]
  583. [New Thread 0x7fff9ffff640 (LWP 12246)]
  584. [Thread 0x7fff9ffff640 (LWP 12246) exited]
  585. [New Thread 0x7fff9ffff640 (LWP 12247)]
  586. [Thread 0x7fff9ffff640 (LWP 12245) exited]
  587. [New Thread 0x7fff9ffff640 (LWP 12248)]
  588. [Thread 0x7fff9ffff640 (LWP 12247) exited]
  589. [Thread 0x7fff9ffff640 (LWP 12248) exited]
  590. [New Thread 0x7fff9ffff640 (LWP 12249)]
  591. [Thread 0x7fff9ffff640 (LWP 12249) exited]
  592. testHorizontalVertical (SketcherTests.TestSketchFillet.TestSketchFillet) ... ok
  593. [New Thread 0x7fff9ffff640 (LWP 12250)]
  594. [Thread 0x7fff9ffff640 (LWP 12250) exited]
  595. [New Thread 0x7fff9ffff640 (LWP 12251)]
  596. [Thread 0x7fff9ffff640 (LWP 12251) exited]
  597. [New Thread 0x7fff9ffff640 (LWP 12252)]
  598. [Thread 0x7fff9ffff640 (LWP 12252) exited]
  599. [New Thread 0x7fff9ffff640 (LWP 12253)]
  600. [Thread 0x7fff9ffff640 (LWP 12253) exited]
  601. [New Thread 0x7fff9ffff640 (LWP 12254)]
  602. [Thread 0x7fff9ffff640 (LWP 12254) exited]
  603. [New Thread 0x7fff9ffff640 (LWP 12255)]
  604. [New Thread 0x7fff9ffff640 (LWP 12256)]
  605. [Thread 0x7fff9ffff640 (LWP 12255) exited]
  606. [Thread 0x7fff9ffff640 (LWP 12256) exited]
  607. [New Thread 0x7fff9ffff640 (LWP 12257)]
  608. [Thread 0x7fff9ffff640 (LWP 12257) exited]
  609. [New Thread 0x7fff9ffff640 (LWP 12258)]
  610. [Thread 0x7fff9ffff640 (LWP 12258) exited]
  611. testOriginalCorner (SketcherTests.TestSketchFillet.TestSketchFillet) ... ok
  612. [New Thread 0x7fff9ffff640 (LWP 12262)]
  613. [Thread 0x7fff9ffff640 (LWP 12262) exited]
  614. [New Thread 0x7fff9ffff640 (LWP 12263)]
  615. [Thread 0x7fff9ffff640 (LWP 12263) exited]
  616. [New Thread 0x7fff9ffff640 (LWP 12264)]
  617. [Thread 0x7fff9ffff640 (LWP 12264) exited]
  618. [New Thread 0x7fff9ffff640 (LWP 12265)]
  619. [Thread 0x7fff9ffff640 (LWP 12265) exited]
  620. [New Thread 0x7fff9ffff640 (LWP 12266)]
  621. [Thread 0x7fff9ffff640 (LWP 12266) exited]
  622. [New Thread 0x7fff9ffff640 (LWP 12267)]
  623. [Thread 0x7fff9ffff640 (LWP 12267) exited]
  624. [New Thread 0x7fff9ffff640 (LWP 12268)]
  625. [Thread 0x7fff9ffff640 (LWP 12268) exited]
  626. [New Thread 0x7fff9ffff640 (LWP 12269)]
  627. [Thread 0x7fff9ffff640 (LWP 12269) exited]
  628. [New Thread 0x7fff9ffff640 (LWP 12270)]
  629. [Thread 0x7fff9ffff640 (LWP 12270) exited]
  630. [New Thread 0x7fff9ffff640 (LWP 12271)]
  631. [New Thread 0x7fff9ffff640 (LWP 12272)]
  632. [Thread 0x7fff9ffff640 (LWP 12271) exited]
  633. [Thread 0x7fff9ffff640 (LWP 12272) exited]
  634. [New Thread 0x7fff9ffff640 (LWP 12273)]
  635. [New Thread 0x7fff9ffff640 (LWP 12274)]
  636. [Thread 0x7fff9ffff640 (LWP 12273) exited]
  637. [New Thread 0x7fff9ffff640 (LWP 12275)]
  638. [Thread 0x7fff9ffff640 (LWP 12274) exited]
  639. [Thread 0x7fff9ffff640 (LWP 12275) exited]
  640. [New Thread 0x7fff9ffff640 (LWP 12276)]
  641. [Thread 0x7fff9ffff640 (LWP 12276) exited]
  642. [New Thread 0x7fff9ffff640 (LWP 12277)]
  643. [Thread 0x7fff9ffff640 (LWP 12277) exited]
  644. [New Thread 0x7fff9ffff640 (LWP 12278)]
  645. [Thread 0x7fff9ffff640 (LWP 12278) exited]
  646. testPointOnObject (SketcherTests.TestSketchFillet.TestSketchFillet) ... ok
  647. [New Thread 0x7fff9ffff640 (LWP 12279)]
  648. [Thread 0x7fff9ffff640 (LWP 12279) exited]
  649. [New Thread 0x7fff9ffff640 (LWP 12280)]
  650. [Thread 0x7fff9ffff640 (LWP 12280) exited]
  651. [New Thread 0x7fff9ffff640 (LWP 12281)]
  652. [Thread 0x7fff9ffff640 (LWP 12281) exited]
  653. [New Thread 0x7fff9ffff640 (LWP 12282)]
  654. [Thread 0x7fff9ffff640 (LWP 12282) exited]
  655. [New Thread 0x7fff9ffff640 (LWP 12283)]
  656. [Thread 0x7fff9ffff640 (LWP 12283) exited]
  657. [New Thread 0x7fff9ffff640 (LWP 12284)]
  658. [Thread 0x7fff9ffff640 (LWP 12284) exited]
  659. [New Thread 0x7fff9ffff640 (LWP 12285)]
  660. [Thread 0x7fff9ffff640 (LWP 12285) exited]
  661. [New Thread 0x7fff9ffff640 (LWP 12286)]
  662. [Thread 0x7fff9ffff640 (LWP 12286) exited]
  663. [New Thread 0x7fff9ffff640 (LWP 12287)]
  664. [Thread 0x7fff9ffff640 (LWP 12287) exited]
  665. [New Thread 0x7fff9ffff640 (LWP 12288)]
  666. [Thread 0x7fff9ffff640 (LWP 12288) exited]
  667. [New Thread 0x7fff9ffff640 (LWP 12289)]
  668. [Thread 0x7fff9ffff640 (LWP 12289) exited]
  669. [New Thread 0x7fff9ffff640 (LWP 12290)]
  670. [Thread 0x7fff9ffff640 (LWP 12290) exited]
  671. [New Thread 0x7fff9ffff640 (LWP 12291)]
  672. [Thread 0x7fff9ffff640 (LWP 12291) exited]
  673. testSymmetric (SketcherTests.TestSketchFillet.TestSketchFillet) ... ok
  674. [New Thread 0x7fff9ffff640 (LWP 12292)]
  675. [Thread 0x7fff9ffff640 (LWP 12292) exited]
  676. [New Thread 0x7fff9ffff640 (LWP 12293)]
  677. [Thread 0x7fff9ffff640 (LWP 12293) exited]
  678. [New Thread 0x7fff9ffff640 (LWP 12294)]
  679. [Thread 0x7fff9ffff640 (LWP 12294) exited]
  680. [New Thread 0x7fff9ffff640 (LWP 12295)]
  681. [Thread 0x7fff9ffff640 (LWP 12295) exited]
  682. [New Thread 0x7fff9ffff640 (LWP 12296)]
  683. [Thread 0x7fff9ffff640 (LWP 12296) exited]
  684. [New Thread 0x7fff9ffff640 (LWP 12297)]
  685. [Thread 0x7fff9ffff640 (LWP 12297) exited]
  686. [New Thread 0x7fff9ffff640 (LWP 12298)]
  687. [Thread 0x7fff9ffff640 (LWP 12298) exited]
  688. [New Thread 0x7fff9ffff640 (LWP 12299)]
  689. [Thread 0x7fff9ffff640 (LWP 12299) exited]
  690. [New Thread 0x7fff9ffff640 (LWP 12300)]
  691. [Thread 0x7fff9ffff640 (LWP 12300) exited]
  692. [New Thread 0x7fff9ffff640 (LWP 12301)]
  693. [Thread 0x7fff9ffff640 (LWP 12301) exited]
  694. [New Thread 0x7fff9ffff640 (LWP 12302)]
  695. [Thread 0x7fff9ffff640 (LWP 12302) exited]
  696. [New Thread 0x7fff9ffff640 (LWP 12303)]
  697. [Thread 0x7fff9ffff640 (LWP 12303) exited]
  698. testTangent (SketcherTests.TestSketchFillet.TestSketchFillet) ... ok
  699. [New Thread 0x7fff9ffff640 (LWP 12304)]
  700. [Thread 0x7fff9ffff640 (LWP 12304) exited]
  701. [New Thread 0x7fff9ffff640 (LWP 12305)]
  702. [Thread 0x7fff9ffff640 (LWP 12305) exited]
  703. [New Thread 0x7fff9ffff640 (LWP 12306)]
  704. [New Thread 0x7fff9ffff640 (LWP 12307)]
  705. [Thread 0x7fff9ffff640 (LWP 12306) exited]
  706. [New Thread 0x7fff9ffff640 (LWP 12308)]
  707. [Thread 0x7fff9ffff640 (LWP 12307) exited]
  708. [Thread 0x7fff9ffff640 (LWP 12308) exited]
  709. [New Thread 0x7fff9ffff640 (LWP 12309)]
  710. [Thread 0x7fff9ffff640 (LWP 12309) exited]
  711. [New Thread 0x7fff9ffff640 (LWP 12310)]
  712. [Thread 0x7fff9ffff640 (LWP 12310) exited]
  713. [New Thread 0x7fff9ffff640 (LWP 12311)]
  714. [New Thread 0x7fff9ffff640 (LWP 12312)]
  715. [Thread 0x7fff9ffff640 (LWP 12311) exited]
  716. [Thread 0x7fff9ffff640 (LWP 12312) exited]
  717. [New Thread 0x7fff9ffff640 (LWP 12313)]
  718. [Thread 0x7fff9ffff640 (LWP 12313) exited]
  719. testUnconnected (SketcherTests.TestSketchFillet.TestSketchFillet) ... ok
  720. [New Thread 0x7fff9ffff640 (LWP 12317)]
  721. [Thread 0x7fff9ffff640 (LWP 12317) exited]
  722. [New Thread 0x7fff9ffff640 (LWP 12318)]
  723. [Thread 0x7fff9ffff640 (LWP 12318) exited]
  724. [New Thread 0x7fff9ffff640 (LWP 12319)]
  725. [Thread 0x7fff9ffff640 (LWP 12319) exited]
  726. [New Thread 0x7fff9ffff640 (LWP 12320)]
  727. [Thread 0x7fff9ffff640 (LWP 12320) exited]
  728. [New Thread 0x7fff9ffff640 (LWP 12321)]
  729. [Thread 0x7fff9ffff640 (LWP 12321) exited]
  730. [New Thread 0x7fff9ffff640 (LWP 12322)]
  731. [Thread 0x7fff9ffff640 (LWP 12322) exited]
  732. [New Thread 0x7fff9ffff640 (LWP 12323)]
  733. [Thread 0x7fff9ffff640 (LWP 12323) exited]
  734. testUnconnectedCurve (SketcherTests.TestSketchFillet.TestSketchFillet) ... ok
  735. [New Thread 0x7fff9ffff640 (LWP 12324)]
  736. [Thread 0x7fff9ffff640 (LWP 12324) exited]
  737. [New Thread 0x7fff9ffff640 (LWP 12325)]
  738. [Thread 0x7fff9ffff640 (LWP 12325) exited]
  739. [New Thread 0x7fff9ffff640 (LWP 12326)]
  740. [Thread 0x7fff9ffff640 (LWP 12326) exited]
  741. [New Thread 0x7fff9ffff640 (LWP 12327)]
  742. [Thread 0x7fff9ffff640 (LWP 12327) exited]
  743. [New Thread 0x7fff9ffff640 (LWP 12328)]
  744. [Thread 0x7fff9ffff640 (LWP 12328) exited]
  745. [New Thread 0x7fff9ffff640 (LWP 12329)]
  746. [Thread 0x7fff9ffff640 (LWP 12329) exited]
  747. [New Thread 0x7fff9ffff640 (LWP 12330)]
  748. [New Thread 0x7fff9ffff640 (LWP 12331)]
  749. [Thread 0x7fff9ffff640 (LWP 12330) exited]
  750. [Thread 0x7fff9ffff640 (LWP 12331) exited]
  751. [New Thread 0x7fff9ffff640 (LWP 12332)]
  752. [Thread 0x7fff9ffff640 (LWP 12332) exited]
  753. [New Thread 0x7fff9ffff640 (LWP 12333)]
  754. [Thread 0x7fff9ffff640 (LWP 12333) exited]
  755. [New Thread 0x7fff9ffff640 (LWP 12334)]
  756. [Thread 0x7fff9ffff640 (LWP 12334) exited]
  757. [New Thread 0x7fff9ffff640 (LWP 12335)]
  758. [Thread 0x7fff9ffff640 (LWP 12335) exited]
  759. [New Thread 0x7fff9ffff640 (LWP 12336)]
  760. [New Thread 0x7fff9ffff640 (LWP 12337)]
  761. [Thread 0x7fff9ffff640 (LWP 12336) exited]
  762. [New Thread 0x7fff9ffff640 (LWP 12338)]
  763. [Thread 0x7fff9ffff640 (LWP 12337) exited]
  764. [New Thread 0x7fff9ffff640 (LWP 12339)]
  765. [Thread 0x7fff9ffff640 (LWP 12339) exited]
  766. [Thread 0x7fff9ffff640 (LWP 12338) exited]
  767. [New Thread 0x7fff9ffff640 (LWP 12340)]
  768. [Thread 0x7fff9ffff640 (LWP 12340) exited]
  769. [New Thread 0x7fff9ffff640 (LWP 12341)]
  770. [Thread 0x7fff9ffff640 (LWP 12341) exited]
  771. [New Thread 0x7fff9ffff640 (LWP 12342)]
  772. [Thread 0x7fff9ffff640 (LWP 12342) exited]
  773. [New Thread 0x7fff9ffff640 (LWP 12343)]
  774. [Thread 0x7fff9ffff640 (LWP 12343) exited]
  775. [New Thread 0x7fff9ffff640 (LWP 12344)]
  776. [Thread 0x7fff9ffff640 (LWP 12344) exited]
  777. [New Thread 0x7fff9ffff640 (LWP 12345)]
  778. [New Thread 0x7fff9ffff640 (LWP 12346)]
  779. [Thread 0x7fff9ffff640 (LWP 12345) exited]
  780. [New Thread 0x7fff9ffff640 (LWP 12347)]
  781. [Thread 0x7fff9ffff640 (LWP 12346) exited]
  782. [New Thread 0x7fff9ffff640 (LWP 12348)]
  783. [Thread 0x7fff9ffff640 (LWP 12347) exited]
  784. [New Thread 0x7fff9ffff640 (LWP 12349)]
  785. [Thread 0x7fff9ffff640 (LWP 12348) exited]
  786. [Thread 0x7fff9ffff640 (LWP 12349) exited]
  787. [New Thread 0x7fff9ffff640 (LWP 12350)]
  788. [Thread 0x7fff9ffff640 (LWP 12350) exited]
  789. [New Thread 0x7fff9ffff640 (LWP 12351)]
  790. [Thread 0x7fff9ffff640 (LWP 12351) exited]
  791. [New Thread 0x7fff9ffff640 (LWP 12352)]
  792. [Thread 0x7fff9ffff640 (LWP 12352) exited]
  793. [New Thread 0x7fff9ffff640 (LWP 12353)]
  794. [Thread 0x7fff9ffff640 (LWP 12353) exited]
  795. [New Thread 0x7fff9ffff640 (LWP 12354)]
  796. [New Thread 0x7fff9ffff640 (LWP 12355)]
  797. [Thread 0x7fff9ffff640 (LWP 12354) exited]
  798. [Thread 0x7fff9ffff640 (LWP 12355) exited]
  799. [New Thread 0x7fff9ffff640 (LWP 12356)]
  800. [Thread 0x7fff9ffff640 (LWP 12356) exited]
  801. [New Thread 0x7fff9ffff640 (LWP 12357)]
  802. [Thread 0x7fff9ffff640 (LWP 12357) exited]
  803. testBlockConstraintEllipse (SketcherTests.TestSketcherSolver.TestSketcherSolver) ... ok
  804. [New Thread 0x7fff9ffff640 (LWP 12358)]
  805. [Thread 0x7fff9ffff640 (LWP 12358) exited]
  806. [New Thread 0x7fff9ffff640 (LWP 12359)]
  807. [Thread 0x7fff9ffff640 (LWP 12359) exited]
  808. [New Thread 0x7fff9ffff640 (LWP 12360)]
  809. [Thread 0x7fff9ffff640 (LWP 12360) exited]
  810. [New Thread 0x7fff9ffff640 (LWP 12361)]
  811. [Thread 0x7fff9ffff640 (LWP 12361) exited]
  812. [New Thread 0x7fff9ffff640 (LWP 12362)]
  813. [Thread 0x7fff9ffff640 (LWP 12362) exited]
  814. [New Thread 0x7fff9ffff640 (LWP 12363)]
  815. [New Thread 0x7fff9ffff640 (LWP 12364)]
  816. [Thread 0x7fff9ffff640 (LWP 12363) exited]
  817. [Thread 0x7fff9ffff640 (LWP 12364) exited]
  818. [New Thread 0x7fff9ffff640 (LWP 12365)]
  819. [Thread 0x7fff9ffff640 (LWP 12365) exited]
  820. [New Thread 0x7fff9ffff640 (LWP 12366)]
  821. [Thread 0x7fff9ffff640 (LWP 12366) exited]
  822. [New Thread 0x7fff9ffff640 (LWP 12367)]
  823. [Thread 0x7fff9ffff640 (LWP 12367) exited]
  824. [New Thread 0x7fff9ffff640 (LWP 12368)]
  825. [Thread 0x7fff9ffff640 (LWP 12368) exited]
  826. [New Thread 0x7fff9ffff640 (LWP 12369)]
  827. [Thread 0x7fff9ffff640 (LWP 12369) exited]
  828. [New Thread 0x7fff9ffff640 (LWP 12370)]
  829. [Thread 0x7fff9ffff640 (LWP 12370) exited]
  830. [New Thread 0x7fff9ffff640 (LWP 12371)]
  831. [Thread 0x7fff9ffff640 (LWP 12371) exited]
  832. testBoxCase (SketcherTests.TestSketcherSolver.TestSketcherSolver) ... ok
  833. [New Thread 0x7fff9ffff640 (LWP 12375)]
  834. [Thread 0x7fff9ffff640 (LWP 12375) exited]
  835. [New Thread 0x7fff9ffff640 (LWP 12376)]
  836. [New Thread 0x7fff9ffff640 (LWP 12377)]
  837. [Thread 0x7fff9ffff640 (LWP 12376) exited]
  838. [Thread 0x7fff9ffff640 (LWP 12377) exited]
  839. [New Thread 0x7fff9ffff640 (LWP 12378)]
  840. [Thread 0x7fff9ffff640 (LWP 12378) exited]
  841. [New Thread 0x7fff9ffff640 (LWP 12379)]
  842. [Thread 0x7fff9ffff640 (LWP 12379) exited]
  843. [New Thread 0x7fff9ffff640 (LWP 12380)]
  844. [Thread 0x7fff9ffff640 (LWP 12380) exited]
  845. [New Thread 0x7fff9ffff640 (LWP 12381)]
  846. [Thread 0x7fff9ffff640 (LWP 12381) exited]
  847. [New Thread 0x7fff9ffff640 (LWP 12382)]
  848. [Thread 0x7fff9ffff640 (LWP 12382) exited]
  849. [New Thread 0x7fff9ffff640 (LWP 12383)]
  850. [Thread 0x7fff9ffff640 (LWP 12383) exited]
  851. [New Thread 0x7fff9ffff640 (LWP 12384)]
  852. [Thread 0x7fff9ffff640 (LWP 12384) exited]
  853. testIssue3245 (SketcherTests.TestSketcherSolver.TestSketcherSolver) ... ok
  854. [New Thread 0x7fff9ffff640 (LWP 12385)]
  855. [New Thread 0x7fff9ffff640 (LWP 12386)]
  856. [Thread 0x7fff9ffff640 (LWP 12385) exited]
  857. [Thread 0x7fff9ffff640 (LWP 12386) exited]
  858. [New Thread 0x7fff9ffff640 (LWP 12387)]
  859. [Thread 0x7fff9ffff640 (LWP 12387) exited]
  860. [New Thread 0x7fff9ffff640 (LWP 12388)]
  861. [Thread 0x7fff9ffff640 (LWP 12388) exited]
  862. testIssue3245_2 (SketcherTests.TestSketcherSolver.TestSketcherSolver) ... ok
  863. [New Thread 0x7fff9ffff640 (LWP 12392)]
  864. [New Thread 0x7fff9ffff640 (LWP 12393)]
  865. [Thread 0x7fff9ffff640 (LWP 12392) exited]
  866. [Thread 0x7fff9ffff640 (LWP 12393) exited]
  867. [New Thread 0x7fff9ffff640 (LWP 12394)]
  868. [New Thread 0x7fff9ffff640 (LWP 12395)]
  869. [Thread 0x7fff9ffff640 (LWP 12394) exited]
  870. [Thread 0x7fff9ffff640 (LWP 12395) exited]
  871. [New Thread 0x7fff9ffff640 (LWP 12396)]
  872. [Thread 0x7fff9ffff640 (LWP 12396) exited]
  873. [New Thread 0x7fff9ffff640 (LWP 12397)]
  874. [Thread 0x7fff9ffff640 (LWP 12397) exited]
  875. [New Thread 0x7fff9ffff640 (LWP 12398)]
  876. [Thread 0x7fff9ffff640 (LWP 12398) exited]
  877. [New Thread 0x7fff9ffff640 (LWP 12399)]
  878. [Thread 0x7fff9ffff640 (LWP 12399) exited]
  879. [New Thread 0x7fff9ffff640 (LWP 12400)]
  880. [Thread 0x7fff9ffff640 (LWP 12400) exited]
  881. [New Thread 0x7fff9ffff640 (LWP 12401)]
  882. [New Thread 0x7fff9ffff640 (LWP 12402)]
  883. [Thread 0x7fff9ffff640 (LWP 12401) exited]
  884. [Thread 0x7fff9ffff640 (LWP 12402) exited]
  885. [New Thread 0x7fff9ffff640 (LWP 12403)]
  886. [Thread 0x7fff9ffff640 (LWP 12403) exited]
  887. [New Thread 0x7fff9ffff640 (LWP 12404)]
  888. [Thread 0x7fff9ffff640 (LWP 12404) exited]
  889. [New Thread 0x7fff9ffff640 (LWP 12405)]
  890. [Thread 0x7fff9ffff640 (LWP 12405) exited]
  891. [New Thread 0x7fff9ffff640 (LWP 12406)]
  892. [Thread 0x7fff9ffff640 (LWP 12406) exited]
  893. [New Thread 0x7fff9ffff640 (LWP 12407)]
  894. [Thread 0x7fff9ffff640 (LWP 12407) exited]
  895. [New Thread 0x7fff9ffff640 (LWP 12408)]
  896. [Thread 0x7fff9ffff640 (LWP 12408) exited]
  897. [New Thread 0x7fff9ffff640 (LWP 12409)]
  898. [New Thread 0x7fff9ffff640 (LWP 12410)]
  899. [Thread 0x7fff9ffff640 (LWP 12409) exited]
  900. [Thread 0x7fff9ffff640 (LWP 12410) exited]
  901. [New Thread 0x7fff9ffff640 (LWP 12411)]
  902. [Thread 0x7fff9ffff640 (LWP 12411) exited]
  903. [New Thread 0x7fff9ffff640 (LWP 12412)]
  904. [Thread 0x7fff9ffff640 (LWP 12412) exited]
  905. [New Thread 0x7fff9ffff640 (LWP 12413)]
  906. [Thread 0x7fff9ffff640 (LWP 12413) exited]
  907. [New Thread 0x7fff9ffff640 (LWP 12414)]
  908. [Thread 0x7fff9ffff640 (LWP 12414) exited]
  909. [New Thread 0x7fff9ffff640 (LWP 12415)]
  910. [Thread 0x7fff9ffff640 (LWP 12415) exited]
  911. [New Thread 0x7fff9ffff640 (LWP 12416)]
  912. [Thread 0x7fff9ffff640 (LWP 12416) exited]
  913. testSlotCase (SketcherTests.TestSketcherSolver.TestSketcherSolver) ... ok
  914. [New Thread 0x7fff9ffff640 (LWP 12417)]
  915. [Thread 0x7fff9ffff640 (LWP 12417) exited]
  916. [New Thread 0x7fff9ffff640 (LWP 12418)]
  917. [Thread 0x7fff9ffff640 (LWP 12418) exited]
  918. testThreeLinesWithCoincidences_1 (SketcherTests.TestSketcherSolver.TestSketcherSolver) ... ok
  919. [New Thread 0x7fff9ffff640 (LWP 12419)]
  920. [Thread 0x7fff9ffff640 (LWP 12419) exited]
  921. [New Thread 0x7fff9ffff640 (LWP 12420)]
  922. [Thread 0x7fff9ffff640 (LWP 12420) exited]
  923. testThreeLinesWithCoincidences_2 (SketcherTests.TestSketcherSolver.TestSketcherSolver) ... ok
  924. [New Thread 0x7fff9ffff640 (LWP 12424)]
  925. [New Thread 0x7fff9cff9640 (LWP 12425)]
  926. [New Thread 0x7fff7bfff640 (LWP 12426)]
  927. [Thread 0x7fff9ffff640 (LWP 12424) exited]
  928. [Thread 0x7fff9cff9640 (LWP 12425) exited]
  929. testLoadMesh (MeshTestsApp.LoadMeshInThreadsCases) ... ok
  930. [New Thread 0x7fff9cff9640 (LWP 12427)]
  931. [New Thread 0x7fff9ffff640 (LWP 12428)]
  932. [Thread 0x7fff9cff9640 (LWP 12427) exited]
  933. [Thread 0x7fff9ffff640 (LWP 12428) exited]
  934. testSphereMesh (MeshTestsApp.LoadMeshInThreadsCases) ... ok
  935. testIntersection (MeshTestsApp.MeshGeoTestCases) ... ok
  936. testIntersection2 (MeshTestsApp.MeshGeoTestCases) ... ok
  937. testIntersectionCoplanar (MeshTestsApp.MeshGeoTestCases) ... ok
  938. testIntersectionOfCollinearEdges (MeshTestsApp.MeshGeoTestCases) ... ok
  939. testIntersectionOfIntersectingEdges (MeshTestsApp.MeshGeoTestCases) ... ok
  940. testIntersectionOfParallelEdges (MeshTestsApp.MeshGeoTestCases) ... ok
  941. testIntersectionOfParallelTriangles (MeshTestsApp.MeshGeoTestCases) ... ok
  942. testIntersectionOfTransformedMesh (MeshTestsApp.MeshGeoTestCases) ... ok
  943. testIntersectionOfWarpedEdges (MeshTestsApp.MeshGeoTestCases) ... ok
  944. testIntersectionOnEdge (MeshTestsApp.MeshGeoTestCases) ... ok
  945. testIntersectionOverlap (MeshTestsApp.MeshGeoTestCases) ... ok
  946. testSelfIntersection (MeshTestsApp.MeshGeoTestCases) ... ok
  947. testFindNearest (MeshTestsApp.MeshSplitTestCases) ... ok
  948. testSplitFacetOnOneEdge (MeshTestsApp.MeshSplitTestCases) ... ok
  949. testSplitFacetOnTwoEdges_01 (MeshTestsApp.MeshSplitTestCases) ... ok
  950. testSplitFacetOnTwoEdges_02 (MeshTestsApp.MeshSplitTestCases) ... ok
  951. testSplitFacetOnTwoEdges_10 (MeshTestsApp.MeshSplitTestCases) ... ok
  952. testSplitFacetOnTwoEdges_12 (MeshTestsApp.MeshSplitTestCases) ... ok
  953. testSplitFacetOnTwoEdges_20 (MeshTestsApp.MeshSplitTestCases) ... ok
  954. testSplitFacetOnTwoEdges_21 (MeshTestsApp.MeshSplitTestCases) ... ok
  955. testSplitFacetOnTwoEdges_5teps (MeshTestsApp.MeshSplitTestCases) ... ok
  956. testCenterOfGravity (MeshTestsApp.MeshSubElement) ... ok
  957. testCountSubElements (MeshTestsApp.MeshSubElement) ... ok
  958. testFacesFromSubElement (MeshTestsApp.MeshSubElement) ... ok
  959. [New Thread 0x7fff9ffff640 (LWP 12444)]
  960. testSegmentSubElement (MeshTestsApp.MeshSubElement) ... ok
  961. testSubElements (MeshTestsApp.MeshSubElement) ... ok
  962. testCollapseFacetsAll (MeshTestsApp.MeshTopoTestCases) ... ok
  963. testCollapseFacetsMultible (MeshTestsApp.MeshTopoTestCases) ... ok
  964. testCollapseFacetsSingle (MeshTestsApp.MeshTopoTestCases) ... ok
  965. testCorruptedFacet (MeshTestsApp.MeshTopoTestCases) ... ok
  966. testCTRIA3Element (MeshTestsApp.NastranReader) ... ok
  967. testDelimitedGRIDElement (MeshTestsApp.NastranReader) ... ok
  968. testEightCharGRIDElement (MeshTestsApp.NastranReader) ... ok
  969. testSixteenCharGRIDElement (MeshTestsApp.NastranReader) ... ok
  970. testPrimitiveCount (MeshTestsApp.PivyTestCases) ... ok
  971. testRayPick (MeshTestsApp.PivyTestCases) ... ok
  972. testFitBad (MeshTestsApp.PolynomialFitCases) ... ok
  973. testFitExact (MeshTestsApp.PolynomialFitCases) ... ok
  974. testFitGood (MeshTestsApp.PolynomialFitCases) ... ok
  975. test_cache (AddonManagerTest.app.test_addon.TestAddon) ... ok
  976. test_contains_functions (AddonManagerTest.app.test_addon.TestAddon) ... ok
  977. test_create_from_macro (AddonManagerTest.app.test_addon.TestAddon) ... ok
  978. test_dependency_resolution (AddonManagerTest.app.test_addon.TestAddon) ... ok
  979. test_display_name (AddonManagerTest.app.test_addon.TestAddon) ... ok
  980. test_git_url_cleanup (AddonManagerTest.app.test_addon.TestAddon) ... ok
  981. test_internal_workbench_list (AddonManagerTest.app.test_addon.TestAddon) ... ok
  982. test_metadata_loading (AddonManagerTest.app.test_addon.TestAddon) ... ok
  983. test_tag_extraction (AddonManagerTest.app.test_addon.TestAddon) ... ok
  984. test_version_check (AddonManagerTest.app.test_addon.TestAddon) ... ok
  985. test_basic_metadata (AddonManagerTest.app.test_macro.TestMacro) ... ok
  986. test_other_files (AddonManagerTest.app.test_macro.TestMacro) ... ok
  987. test_version_from_date (AddonManagerTest.app.test_macro.TestMacro) ... ok
  988. test_version_from_float (AddonManagerTest.app.test_macro.TestMacro) ... ok
  989. test_version_from_int (AddonManagerTest.app.test_macro.TestMacro) ... ok
  990. test_version_from_string (AddonManagerTest.app.test_macro.TestMacro) ... ok
  991. test_xpm (AddonManagerTest.app.test_macro.TestMacro) ... ok
  992. test_get_assigned_string_literal (AddonManagerTest.app.test_utilities.TestUtilities) ... ok
  993. test_get_macro_version_from_file (AddonManagerTest.app.test_utilities.TestUtilities) ... ok
  994. test_get_readme_url (AddonManagerTest.app.test_utilities.TestUtilities) ... ok
  995. test_recognized_git_location (AddonManagerTest.app.test_utilities.TestUtilities) ... ok
  996. test_import_draft (drafttests.test_import.DraftImport)
  997. Import the Draft module. ...
  998. ------------------------------------------------------------------------------
  999.   Try importing 'Draft'
  1000. ok
  1001. test_import_draft_geomutils (drafttests.test_import.DraftImport)
  1002. Import Draft geometrical utilities. ...
  1003. ------------------------------------------------------------------------------
  1004.   Try importing 'DraftGeomUtils'
  1005. ok
  1006. test_import_draft_svg (drafttests.test_import.DraftImport)
  1007. Import Draft SVG utilities. ...
  1008. ------------------------------------------------------------------------------
  1009.   Try importing 'draftfunctions.svg'
  1010. ok
  1011. test_import_draft_vecutils (drafttests.test_import.DraftImport)
  1012. Import Draft vector utilities. ...
  1013. ------------------------------------------------------------------------------
  1014.   Try importing 'DraftVecUtils'
  1015. ok
  1016. test_arc (drafttests.test_creation.DraftCreation)
  1017. Create a circular arc. ...
  1018. ------------------------------------------------------------------------------
  1019.   Temporary document 'DraftCreation'
  1020.   Test 'Draft Arc'
  1021.   radius=2
  1022.   startangle=0, endangle=90
  1023. ok
  1024. test_arc_3points (drafttests.test_creation.DraftCreation)
  1025. Create a circular arc from three points. ...
  1026. ------------------------------------------------------------------------------
  1027.   Temporary document 'DraftCreation'
  1028.   Test 'Draft Arc 3Points'
  1029.   a=Vector (5.0, 0.0, 0.0), b=Vector (4.0, 3.0, 0.0)
  1030.   c=Vector (0.0, 5.0, 0.0)
  1031. ----------------
  1032. Arc by 3 points
  1033. p1: Vector (5.0, 0.0, 0.0)
  1034. p2: Vector (4.0, 3.0, 0.0)
  1035. p3: Vector (0.0, 5.0, 0.0)
  1036. Радиус: 5.000000000000002
  1037. Центр: Vector (-1.3322676295501878e-15, -1.3322676295501878e-15, 0.0)
  1038. ok
  1039. test_bezcurve (drafttests.test_creation.DraftCreation)
  1040. Create a bezier curve of six points, degree five. ...
  1041. ------------------------------------------------------------------------------
  1042.   Temporary document 'DraftCreation'
  1043.   Test 'Draft BezCurve'
  1044.   a=Vector (0.0, 0.0, 0.0), b=Vector (2.0, 2.0, 0.0)
  1045.   c=Vector (5.0, 3.0, 0.0), d=Vector (9.0, 0.0, 0.0)
  1046.   e=Vector (12.0, 5.0, 0.0), f=Vector (12.0, 8.0, 0.0)
  1047. ok
  1048. test_bspline (drafttests.test_creation.DraftCreation)
  1049. Create a BSpline of three points. ...
  1050. ------------------------------------------------------------------------------
  1051.   Temporary document 'DraftCreation'
  1052.   Test 'Draft BSpline'
  1053.   a=Vector (0.0, 0.0, 0.0), b=Vector (2.0, 0.0, 0.0)
  1054.   c=Vector (2.0, 2.0, 0.0)
  1055. ok
  1056. test_circle (drafttests.test_creation.DraftCreation)
  1057. Create a circle. ...
  1058. ------------------------------------------------------------------------------
  1059.   Temporary document 'DraftCreation'
  1060.   Test 'Draft Circle'
  1061.   radius=3
  1062. ok
  1063. test_cubicbezcurve (drafttests.test_creation.DraftCreation)
  1064. Create a cubic bezier curve of four points. ...
  1065. ------------------------------------------------------------------------------
  1066.   Temporary document 'DraftCreation'
  1067.   Test 'Draft CubBezCurve'
  1068.   a=Vector (0.0, 0.0, 0.0), b=Vector (2.0, 2.0, 0.0)
  1069.   c=Vector (5.0, 3.0, 0.0), d=Vector (9.0, 0.0, 0.0)
  1070. ok
  1071. test_dimension_angular (drafttests.test_creation.DraftCreation)
  1072. Create an angular dimension between two lines at given angles. ...
  1073. ------------------------------------------------------------------------------
  1074.   Temporary document 'DraftCreation'
  1075.   Test 'Draft Dimension Angular'
  1076.   Occasionally crashes
  1077.   center=Vector (0.0, 0.0, 0.0)
  1078.   angle1=20, angle2=70
  1079.   dim_line=Vector (3.0, 1.0, 0.0)
  1080. ----------------
  1081. Angular dimension
  1082. center: Vector (0.0, 0.0, 0.0)
  1083. angles: [20, 70]
  1084. dim_line: Vector (3.0, 1.0, 0.0)
  1085. normal: None
  1086. ok
  1087. test_dimension_linear_obj (drafttests.test_creation.DraftCreation)
  1088. Create a linear dimension linked to an object. ...
  1089. ------------------------------------------------------------------------------
  1090.   Temporary document 'DraftCreation'
  1091.   Test 'Draft Dimension'
  1092.   Occasionally crashes
  1093.   a=Vector (0.0, 0.0, 0.0), b=Vector (9.0, 0.0, 0.0)
  1094. ----------------
  1095. Linear dimension
  1096. edge_object: Line
  1097. i1: 1
  1098. i2: 2
  1099. dim_line: Vector (5.0, 3.0, 0.0)
  1100. ok
  1101. test_dimension_linear_simple (drafttests.test_creation.DraftCreation)
  1102. Create a simple linear dimension not linked to an object. ...
  1103. ------------------------------------------------------------------------------
  1104.   Temporary document 'DraftCreation'
  1105.   Test 'Draft Dimension'
  1106.   Occasionally crashes
  1107.   a=Vector (0.0, 0.0, 0.0), b=Vector (9.0, 0.0, 0.0)
  1108.   c=Vector (4.0, -1.0, 0.0)
  1109. ----------------
  1110. Linear dimension
  1111. p1: Vector (0.0, 0.0, 0.0)
  1112. p2: Vector (9.0, 0.0, 0.0)
  1113. dim_line: Vector (4.0, -1.0, 0.0)
  1114. ok
  1115. test_dimension_radial_obj (drafttests.test_creation.DraftCreation)
  1116. Create a circle and then a radial and a diameter dimension. ...
  1117. ------------------------------------------------------------------------------
  1118.   Temporary document 'DraftCreation'
  1119.   Test 'Draft Dimension Radial'
  1120.   radius=10
  1121.   startangle=0, endangle=90
  1122. ----------------
  1123. Radial dimension
  1124. edge_object: Arc
  1125. index: 1
  1126. mode: radius
  1127. dim_line: Vector (1.0, 1.0, 0.0)
  1128. ----------------
  1129. Radial dimension
  1130. edge_object: Arc
  1131. index: 1
  1132. mode: diameter
  1133. dim_line: Vector (3.0, 1.0, 0.0)
  1134. ok
  1135. test_ellipse (drafttests.test_creation.DraftCreation)
  1136. Create an ellipse. ...
  1137. ------------------------------------------------------------------------------
  1138.   Temporary document 'DraftCreation'
  1139.   Test 'Draft Ellipse'
  1140.   major_axis=5, minor_axis=3
  1141. ok
  1142. test_facebinder (drafttests.test_creation.DraftCreation)
  1143. Create a box, and then a facebinder from its faces. ...
  1144. ------------------------------------------------------------------------------
  1145.   Temporary document 'DraftCreation'
  1146.   Test 'Draft Facebinder'
  1147.   In order to test this, a selection is needed
  1148.   or an App::PropertyLinkSubList
  1149.   Box
  1150.   object='Solid' (Part::Box)
  1151.   sub-elements=('Face1', 'Face6')
  1152. ok
  1153. test_fillet (drafttests.test_creation.DraftCreation)
  1154. Create two lines, and a fillet between them. ...
  1155. ------------------------------------------------------------------------------
  1156.   Temporary document 'DraftCreation'
  1157.   Test 'Draft Fillet'
  1158.   Lines
  1159.   a=Vector (0.0, 0.0, 0.0), b=Vector (8.0, 0.0, 0.0)
  1160.   b=Vector (8.0, 0.0, 0.0), c=Vector (8.0, 8.0, 0.0)
  1161.   Fillet
  1162.   radius=4
  1163. ----------------
  1164. Fillet
  1165. (1): Line; длина: 8.0
  1166. (2): Line001; длина: 8.0
  1167. Сегмент 1, длина: 3.999999999999999
  1168. Сегмент 2, длина: 6.283185307179587
  1169. Сегмент 3, длина: 3.999999999999999
  1170. Update radius currently not implemented: r=0.0 mm
  1171. Update radius currently not implemented: r=4.0 mm
  1172. ok
  1173. test_label (drafttests.test_creation.DraftCreation)
  1174. Create a label. ...
  1175. ------------------------------------------------------------------------------
  1176.   Temporary document 'DraftCreation'
  1177.   Test 'Draft Label'
  1178.   Occasionally crashes
  1179.   target_point=Vector (0.0, 0.0, 0.0), distance=-25
  1180.   placement=Placement [Pos=(50,50,0), Yaw-Pitch-Roll=(0,0,0)]
  1181. ----------------
  1182. Label
  1183. target_point: Vector (0.0, 0.0, 0.0)
  1184. placement: Placement [Pos=(50,50,0), Yaw-Pitch-Roll=(0,0,0)]
  1185. label_type: Custom
  1186. custom_text: Label
  1187. direction: Horizontal
  1188. distance: -25
  1189. ok
  1190. test_layer (drafttests.test_creation.DraftCreation)
  1191. Create a layer, and add a rectangle to it. ...
  1192. ------------------------------------------------------------------------------
  1193.   Temporary document 'DraftCreation'
  1194.   Test 'Draft Layer'
  1195.   length=5, width=2
  1196. ----------------
  1197. Слой
  1198. line_width: 2.0
  1199. draw_style: Solid
  1200. transparency: 0
  1201. ok
  1202. test_line (drafttests.test_creation.DraftCreation)
  1203. Create a line. ...
  1204. ------------------------------------------------------------------------------
  1205.   Temporary document 'DraftCreation'
  1206.   Test 'Draft Line'
  1207.   a=Vector (0.0, 0.0, 0.0), b=Vector (2.0, 0.0, 0.0)
  1208. ok
  1209. test_point (drafttests.test_creation.DraftCreation)
  1210. Create a point. ...
  1211. ------------------------------------------------------------------------------
  1212.   Temporary document 'DraftCreation'
  1213.   Test 'Draft Point'
  1214.   p.x=5.0, p.y=3.0, p.z=2.0
  1215. ok
  1216. test_polygon (drafttests.test_creation.DraftCreation)
  1217. Create a regular polygon. ...
  1218. ------------------------------------------------------------------------------
  1219.   Temporary document 'DraftCreation'
  1220.   Test 'Draft Polygon'
  1221.   n_faces=6, radius=5
  1222. ok
  1223. test_polyline (drafttests.test_creation.DraftCreation)
  1224. Create a polyline. ...
  1225. ------------------------------------------------------------------------------
  1226.   Temporary document 'DraftCreation'
  1227.   Test 'Draft Wire'
  1228.   a=Vector (0.0, 0.0, 0.0), b=Vector (2.0, 0.0, 0.0)
  1229.   c=Vector (2.0, 2.0, 0.0)
  1230. ok
  1231. test_rectangle (drafttests.test_creation.DraftCreation)
  1232. Create a rectangle. ...
  1233. ------------------------------------------------------------------------------
  1234.   Temporary document 'DraftCreation'
  1235.   Test 'Draft Rectangle'
  1236.   length=5, width=2
  1237. ok
  1238. test_shapestring (drafttests.test_creation.DraftCreation)
  1239. Create a ShapeString. NOT IMPLEMENTED CURRENTLY. ...
  1240. ------------------------------------------------------------------------------
  1241.   Temporary document 'DraftCreation'
  1242.   Test 'Draft ShapeString'
  1243.   In order to test this, a font file is needed.
  1244.   text='Testing Shapestring ', font='None'
  1245.   Arguments to placeholder function
  1246.   p1=Text; p2=None
  1247.   p3=None; p4=None
  1248.   p5=None
  1249.   #-----------------------------------------------------#
  1250.   #    This test is not implemented currently
  1251.   #-----------------------------------------------------#
  1252.   Automatic PASS
  1253. ok
  1254. test_text (drafttests.test_creation.DraftCreation)
  1255. Create a text object. ...
  1256. ------------------------------------------------------------------------------
  1257.   Temporary document 'DraftCreation'
  1258.   Test 'Draft Text'
  1259.   text='Testing testing'
  1260. ----------------
  1261. Text
  1262. string: Testing testing
  1263. placement: None
  1264. ok
  1265. test_circular_array (drafttests.test_modification.DraftModification)
  1266. Create a rectangle, and a circular array. ...
  1267. ------------------------------------------------------------------------------
  1268.   Temporary document 'DraftModification'
  1269.   Test 'Draft CircularArray'
  1270.   Rectangle
  1271.   length=4, width=2
  1272.   Array
  1273.   radial_distance=10, tangential_distance=8
  1274.   number=3, symmetry=1
  1275.   axis=Vector (0.0, 0.0, 1.0)
  1276.   center=Vector (0.0, 0.0, 0.0)
  1277. ----------------
  1278. Круговой массив
  1279. base_object: Rectangle
  1280. r_distance: 10
  1281. tan_distance: 8
  1282. number: 3
  1283. symmetry: 1
  1284. axis: Vector (0.0, 0.0, 1.0)
  1285. center: Vector (0.0, 0.0, 0.0)
  1286. use_link: True
  1287. ok
  1288. test_clone (drafttests.test_modification.DraftModification)
  1289. Create a box, then create a clone of it. ...
  1290. ------------------------------------------------------------------------------
  1291.   Temporary document 'DraftModification'
  1292.   Test 'Draft Clone'
  1293.   object: 'Solid' (Part::Box)
  1294.   clone: 'Clone' (Part::FeaturePython)
  1295. ok
  1296. test_copy (drafttests.test_modification.DraftModification)
  1297. Create a line, then copy and move it. ...
  1298. ------------------------------------------------------------------------------
  1299.   Temporary document 'DraftModification'
  1300.   Test 'Draft Move with copy'
  1301.   Line
  1302.   a=Vector (0.0, 3.0, 0.0), b=Vector (2.0, 3.0, 0.0)
  1303.   Translation vector (copy)
  1304.   c=Vector (2.0, 2.0, 0.0)
  1305. ok
  1306. test_downgrade (drafttests.test_modification.DraftModification)
  1307. Downgrade a closed Draft Wire into three simple Part Edges. ...
  1308. ------------------------------------------------------------------------------
  1309.   Temporary document 'DraftModification'
  1310.   Test 'Draft Downgrade'
  1311.   Closed wire
  1312.   a=Vector (0.0, 0.0, 0.0), b=Vector (2.0, 2.0, 0.0)
  1313.   c=Vector (2.0, 4.0, 0.0), a=Vector (0.0, 0.0, 0.0)
  1314. ----------------
  1315. Downgrade objects
  1316. Found 1 parametric object: breaking its dependencies
  1317.   1: Result 'Face' (Part::Feature)
  1318. ----------------
  1319. Downgrade objects
  1320. Found 1 face: extracting its wires
  1321.   2: Result 'Wire' (Part::Feature)
  1322. ----------------
  1323. Downgrade objects
  1324. Found only wires: extracting their edges
  1325.   3: Result 3 x 'Edge' (Part::Feature)
  1326. ----------------
  1327. Downgrade objects
  1328. Дальнейшее упрощение невозможно
  1329.   4: Result '[]'
  1330.   The last objects cannot be downgraded further
  1331. ok
  1332. test_draft_to_drawing (drafttests.test_modification.DraftModification)
  1333. Create a solid, and then a projected view in a Drawing page. ...
  1334. ------------------------------------------------------------------------------
  1335.   Temporary document 'DraftModification'
  1336.   Test 'Draft Drawing'
  1337.   The Drawing Workbench is obsolete since 0.17,
  1338.   consider using the TechDraw Workbench instead
  1339.   Prism
  1340.   n_sides=5
  1341.   placement=Placement [Pos=(0,0,0), Yaw-Pitch-Roll=(0,45,0)]
  1342.   Drawing view
  1343.   page=Drawing::FeaturePage
  1344.   template=/usr/share/freecad/data/Mod/Drawing/Templates/A3_Landscape.svg
  1345. ok
  1346. test_draft_to_sketch (drafttests.test_modification.DraftModification)
  1347. Convert a Draft object to a Sketch and back. ...
  1348. ------------------------------------------------------------------------------
  1349.   Temporary document 'DraftModification'
  1350.   Test 'Draft Draft2Sketch'
  1351.   Wire
  1352.   a=Vector (0.0, 0.0, 0.0), b=Vector (2.0, 2.0, 0.0)
  1353.   c=Vector (2.0, 4.0, 0.0)
  1354. [New Thread 0x7fff9cff9640 (LWP 12495)]
  1355.   1: Result 'Wire' (Sketcher::SketchObject)
  1356. [Thread 0x7fff9cff9640 (LWP 12495) exited]
  1357.   2: Result 'Wire' (Part::Part2DObjectPython)
  1358. ok
  1359. test_extend (drafttests.test_modification.DraftModification)
  1360. Extend a line. NOT IMPLEMENTED. ...
  1361. ------------------------------------------------------------------------------
  1362. [Thread 0x7fff7bfff640 (LWP 12426) exited]
  1363.   Temporary document 'DraftModification'
  1364.   Test 'Draft Trimex extend'
  1365.   Line
  1366.   a=Vector (0.0, 0.0, 0.0), b=Vector (1.0, 1.0, 0.0)
  1367.   Line 2
  1368.   c=Vector (2.0, 2.0, 0.0), d=Vector (4.0, 2.0, 0.0)
  1369.   Arguments to placeholder function
  1370.   p1=<Part::Part2DObject>; p2=<Part::Part2DObject>
  1371.   p3=None; p4=None
  1372.   p5=None
  1373.   #-----------------------------------------------------#
  1374.   #    This test is not implemented currently
  1375.   #-----------------------------------------------------#
  1376.   Automatic PASS
  1377. ok
  1378. test_join (drafttests.test_modification.DraftModification)
  1379. Join two lines into a single Draft Wire. ...
  1380. ------------------------------------------------------------------------------
  1381.   Temporary document 'DraftModification'
  1382.   Test 'Draft Join'
  1383.   Line 1
  1384.   a=Vector (0.0, 0.0, 0.0), b=Vector (2.0, 2.0, 0.0)
  1385.   Line 2
  1386.   b=Vector (2.0, 2.0, 0.0), c=Vector (2.0, 4.0, 0.0)
  1387. ok
  1388. test_mirror (drafttests.test_modification.DraftModification)
  1389. Create a rectangle, then a mirrored shape. ...
  1390. ------------------------------------------------------------------------------
  1391.   Temporary document 'DraftModification'
  1392.   Test 'Draft Mirror'
  1393.   Rectangle
  1394.   length=4, width=2
  1395.   Mirror axis
  1396.   p1=Vector (6.0, -2.0, 0.0)
  1397.   p2=Vector (6.0, 2.0, 0.0)
  1398. ----------------
  1399. Create mirror
  1400. ok
  1401. test_move (drafttests.test_modification.DraftModification)
  1402. Create a line and move it. ...
  1403. ------------------------------------------------------------------------------
  1404.   Temporary document 'DraftModification'
  1405.   Test 'Draft Move'
  1406.   Line
  1407.   a=Vector (0.0, 2.0, 0.0), b=Vector (2.0, 2.0, 0.0)
  1408.   Translation vector
  1409.   c=Vector (3.0, 1.0, 0.0)
  1410. ok
  1411. test_offset_closed (drafttests.test_modification.DraftModification)
  1412. Create a rectangle, then produce an offset copy. ...
  1413. ------------------------------------------------------------------------------
  1414.   Temporary document 'DraftModification'
  1415.   Test 'Draft Offset'
  1416.   Rectangle
  1417.   length=4, width=2
  1418.   Offset
  1419.   vector=Vector (-1.0, -1.0, 0.0)
  1420.  something wrong with firstDir
  1421. ok
  1422. test_offset_open (drafttests.test_modification.DraftModification)
  1423. Create a wire, then produce an offset copy. ...
  1424. ------------------------------------------------------------------------------
  1425.   Temporary document 'DraftModification'
  1426.   Test 'Draft Offset'
  1427.   Wire
  1428.   a=Vector (0.0, 2.0, 0.0), b=Vector (2.0, 4.0, 0.0)
  1429.   c=Vector (5.0, 2.0, 0.0)
  1430.   Offset
  1431.   vector=Vector (-1.0, 1.0, 0.0)
  1432. ok
  1433. test_path_array (drafttests.test_modification.DraftModification)
  1434. Create a wire, a polygon, and a path array. ...
  1435. ------------------------------------------------------------------------------
  1436.   Temporary document 'DraftModification'
  1437.   Test 'Draft PathArray'
  1438.   Wire
  1439.   a=Vector (0.0, 0.0, 0.0), b=Vector (2.0, 2.0, 0.0)
  1440.   c=Vector (2.0, 4.0, 0.0), d=Vector (8.0, 4.0, 0.0)
  1441.   Polygon
  1442.   n_faces=3, radius=1
  1443.   Path Array
  1444.   number=4, translation=Vector (0.0, 1.0, 0.0)
  1445.   subelements=Edge1, align=False
  1446. ----------------
  1447. Path array
  1448. base_object: Polygon
  1449. path_object: Wire
  1450. count: 4
  1451. extra: Vector (0.0, 1.0, 0.0)
  1452. subelements: Edge1
  1453. align: False
  1454. align_mode: Original
  1455. tan_vector: Vector (1.0, 0.0, 0.0)
  1456. force_vertical: False
  1457. vertical_vector: Vector (0.0, 0.0, 1.0)
  1458. use_link: True
  1459. ok
  1460. test_point_array (drafttests.test_modification.DraftModification)
  1461. Create a polygon, various point, and a point array. ...
  1462. ------------------------------------------------------------------------------
  1463. [Thread 0x7fff9ffff640 (LWP 12444) exited]
  1464.   Temporary document 'DraftModification'
  1465.   Test 'Draft PointArray'
  1466.   Points
  1467.   a=Vector (0.0, 0.0, 0.0), b=Vector (2.0, 2.0, 0.0)
  1468.   c=Vector (2.0, 4.0, 0.0), d=Vector (8.0, 4.0, 0.0)
  1469.   Upgrade
  1470. ----------------
  1471. Upgrade objects
  1472. Found points: creating compound
  1473.   Polygon
  1474.   n_faces=3, radius=1
  1475.   Point Array
  1476. ----------------
  1477. Point array
  1478. base_object: Polygon
  1479. point_object: Block
  1480. extra: None
  1481. ok
  1482. test_polar_array (drafttests.test_modification.DraftModification)
  1483. Create a rectangle, and a polar array. ...
  1484. ------------------------------------------------------------------------------
  1485.   Temporary document 'DraftModification'
  1486.   Test 'Draft PolarArray'
  1487.   Rectangle
  1488.   length=4, width=2
  1489.   Array
  1490.   number=5, polar_angle=180
  1491.   center=Vector (-4.0, 0.0, 0.0)
  1492. ----------------
  1493. Массив вращения
  1494. base_object: Rectangle
  1495. number: 5
  1496. angle: 180
  1497. center: Vector (-4.0, 0.0, 0.0)
  1498. use_link: True
  1499. ok
  1500. test_rectangular_array (drafttests.test_modification.DraftModification)
  1501. Create a rectangle, and a rectangular array. ...
  1502. ------------------------------------------------------------------------------
  1503.   Temporary document 'DraftModification'
  1504.   Test 'Draft OrthoArray'
  1505.   Rectangle
  1506.   length=4, width=2
  1507.   Array
  1508.   direction_x=Vector (5.0, 0.0, 0.0)
  1509.   direction_y=Vector (0.0, 4.0, 0.0)
  1510.   direction_z=Vector (0.0, 0.0, 6.0)
  1511.   number_x=3, number_y=4, number_z=6
  1512. ----------------
  1513. Ортогональный массив
  1514. base_object: Rectangle
  1515. v_x: Vector (5.0, 0.0, 0.0)
  1516. v_y: Vector (0.0, 4.0, 0.0)
  1517. v_z: Vector (0.0, 0.0, 6.0)
  1518. n_x: 3
  1519. n_y: 4
  1520. n_z: 6
  1521. use_link: True
  1522. ok
  1523. test_rotate (drafttests.test_modification.DraftModification)
  1524. Create a line, then rotate it. ...
  1525. ------------------------------------------------------------------------------
  1526.   Temporary document 'DraftModification'
  1527.   Test 'Draft Rotate'
  1528.   Line
  1529.   a=Vector (1.0, 1.0, 0.0), b=Vector (3.0, 1.0, 0.0)
  1530.   Rotation
  1531.   angle=90 degrees
  1532. ok
  1533. test_scale_part_feature_arcs (drafttests.test_modification.DraftModification)
  1534. Create and scale a part feature (arcs). ...
  1535. ------------------------------------------------------------------------------
  1536.   Temporary document 'DraftModification'
  1537.   Test 'Draft Scale part feature (arcs)'
  1538. ok
  1539. test_scale_part_feature_lines (drafttests.test_modification.DraftModification)
  1540. Create and scale a part feature (lines). ...
  1541. ------------------------------------------------------------------------------
  1542.   Temporary document 'DraftModification'
  1543.   Test 'Draft Scale part feature (lines)'
  1544. ok
  1545. test_scale_rectangle (drafttests.test_modification.DraftModification)
  1546. Create and scale a rectangle. ...
  1547. ------------------------------------------------------------------------------
  1548.   Temporary document 'DraftModification'
  1549.   Test 'Draft Scale rectangle'
  1550. ok
  1551. test_scale_spline (drafttests.test_modification.DraftModification)
  1552. Create and scale a spline. ...
  1553. ------------------------------------------------------------------------------
  1554.   Temporary document 'DraftModification'
  1555.   Test 'Draft Scale spline'
  1556. ok
  1557. test_scale_wire (drafttests.test_modification.DraftModification)
  1558. Create and scale a wire. ...
  1559. ------------------------------------------------------------------------------
  1560.   Temporary document 'DraftModification'
  1561.   Test 'Draft Scale wire'
  1562. ok
  1563. test_shape_2d_view (drafttests.test_modification.DraftModification)
  1564. Create a prism and then a 2D projection of it. ...
  1565. ------------------------------------------------------------------------------
  1566.   Temporary document 'DraftModification'
  1567.   Test 'Draft Shape2DView'
  1568.   Prism
  1569.   n_sides=5
  1570.   placement=Placement [Pos=(0,0,0), Yaw-Pitch-Roll=(0,45,0)]
  1571.   Projection 2D view
  1572.   direction=Vector (0.0, 0.0, 1.0)
  1573. ok
  1574. test_split (drafttests.test_modification.DraftModification)
  1575. Split a Draft Wire into two Draft Wires. ...
  1576. ------------------------------------------------------------------------------
  1577.   Temporary document 'DraftModification'
  1578.   Test 'Draft_Split'
  1579.   Wire
  1580.   a=Vector (0.0, 0.0, 0.0), b=Vector (2.0, 2.0, 0.0)
  1581.   c=Vector (2.0, 4.0, 0.0), d=Vector (6.0, 4.0, 0.0)
  1582.   Split at
  1583.   p=Vector (2.0, 2.0, 0.0), index=1
  1584. ok
  1585. test_stretch (drafttests.test_modification.DraftModification)
  1586. Stretch a line. NOT IMPLEMENTED. ...
  1587. ------------------------------------------------------------------------------
  1588.   Temporary document 'DraftModification'
  1589.   Test 'Draft Stretch'
  1590.   This test requires an object and a selection
  1591.   Line
  1592.   a=Vector (0.0, 0.0, 0.0), b=Vector (1.0, 1.0, 0.0)
  1593.   Arguments to placeholder function
  1594.   p1=<Part::Part2DObject>; p2=Vector (4.0, 1.0, 0.0)
  1595.   p3=None; p4=None
  1596.   p5=None
  1597.   #-----------------------------------------------------#
  1598.   #    This test is not implemented currently
  1599.   #-----------------------------------------------------#
  1600.   Automatic PASS
  1601. ok
  1602. test_trim (drafttests.test_modification.DraftModification)
  1603. Trim a line. NOT IMPLEMENTED. ...
  1604. ------------------------------------------------------------------------------
  1605.   Temporary document 'DraftModification'
  1606.   Test 'Draft Trimex trim'
  1607.   Line
  1608.   a=Vector (0.0, 0.0, 0.0), b=Vector (3.0, 3.0, 0.0)
  1609.   Line 2
  1610.   c=Vector (2.0, 2.0, 0.0), d=Vector (4.0, 2.0, 0.0)
  1611.   Arguments to placeholder function
  1612.   p1=<Part::Part2DObject>; p2=<Part::Part2DObject>
  1613.   p3=None; p4=None
  1614.   p5=None
  1615.   #-----------------------------------------------------#
  1616.   #    This test is not implemented currently
  1617.   #-----------------------------------------------------#
  1618.   Automatic PASS
  1619. ok
  1620. test_upgrade (drafttests.test_modification.DraftModification)
  1621. Upgrade two Lines into a closed Wire, then draftify it. ...
  1622. ------------------------------------------------------------------------------
  1623.   Temporary document 'DraftModification'
  1624.   Test 'Draft Upgrade'
  1625.   Line 1
  1626.   a=Vector (0.0, 0.0, 0.0), b=Vector (2.0, 2.0, 0.0)
  1627.   Line 2
  1628.   b=Vector (2.0, 2.0, 0.0), c=Vector (2.0, 4.0, 0.0)
  1629. ----------------
  1630. Upgrade objects
  1631. Found several wires or edges: wiring them
  1632.   1: Result 'Wire' (Part::Feature)
  1633. ----------------
  1634. Upgrade objects
  1635. trying: closing it
  1636. Найдена 1 незамкнутая ломаная, закрываю её
  1637.   2: Result 'Wire' (Part::Feature)
  1638. ----------------
  1639. Upgrade objects
  1640. Found closed wires: creating faces
  1641.   3: Result 'Face' (Part::Feature)
  1642. ----------------
  1643. Upgrade objects
  1644. Found 1 non-parametric objects: draftifying it
  1645.   4: Result 'Wire' (Part::Part2DObjectPython)
  1646. ----------------
  1647. Upgrade objects
  1648. Unable to upgrade these objects.
  1649.   The last object cannot be upgraded further
  1650. ok
  1651. test_wire_to_bspline (drafttests.test_modification.DraftModification)
  1652. Convert a polyline to BSpline and back. ...
  1653. ------------------------------------------------------------------------------
  1654.   Temporary document 'DraftModification'
  1655.   Test 'Draft WireToBSpline'
  1656.   Wire
  1657.   a=Vector (0.0, 0.0, 0.0), b=Vector (2.0, 2.0, 0.0)
  1658.   c=Vector (2.0, 4.0, 0.0)
  1659.   1: Result 'BSpline' (Part::Part2DObjectPython)
  1660.   2: Result 'Wire' (Part::Part2DObjectPython)
  1661. ok
  1662. test_get_extended_wire (drafttests.test_draftgeomutils.TestDraftGeomUtils)
  1663. Test the DraftGeomUtils.get_extended_wire function. ...
  1664. ------------------------------------------------------------------------------
  1665.   Test 'DraftGeomUtils.get_extended_wire'
  1666.   Running tests with wire1
  1667.   Running tests with wire2
  1668.   Running tests with wire3
  1669.   Running tests with wire4
  1670.   Running tests with wire5
  1671.   Running tests with wire6
  1672.   Running tests with wire7
  1673.   Running tests with wire8
  1674.   Test completed, 248 subtests run
  1675. ok
  1676. test_export_svg (drafttests.test_svg.DraftSVG)
  1677. Create some figures and export them to an SVG file. ...
  1678. ------------------------------------------------------------------------------
  1679.   Temporary document 'DraftSVG'
  1680.   Test 'importSVG.export'
  1681.   file=/usr/share/freecad/data/Mod/Draft/drafttest/out_test.svg
  1682.   exists=False
  1683.   Arguments to placeholder function
  1684.   p1=/usr/share/freecad/data/Mod/Draft/drafttest/out_test.svg; p2=None
  1685.   p3=None; p4=None
  1686.   p5=None
  1687.   #-----------------------------------------------------#
  1688.   #    This test is not implemented currently
  1689.   #-----------------------------------------------------#
  1690.   Automatic PASS
  1691. ok
  1692. test_get_svg_from_arch_space_with_zero_vector (drafttests.test_svg.DraftSVG)
  1693. Try to get a svg string from an Arch Space with a zero-vector as direction. ...
  1694. ------------------------------------------------------------------------------
  1695.   Temporary document 'DraftSVG'
  1696. Traceback (most recent call last):
  1697.   File "/usr/lib64/freecad/Mod/Arch/ArchSpace.py", line 312, in execute
  1698.     self.getShape(obj)
  1699.   File "/usr/lib64/freecad/Mod/Arch/ArchSpace.py", line 432, in getShape
  1700.     self.applyShape(obj,shape,pl)
  1701.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
  1702.     self.computeAreas(obj)
  1703.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
  1704.     import TechDraw, Part
  1705.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  1706.     return original_import(name, *args, **kwargs)
  1707. <class 'ModuleNotFoundError'>: No module named 'TechDraw'
  1708. Recompute failed! Please check report view.
  1709. ok
  1710. test_read_svg (drafttests.test_svg.DraftSVG)
  1711. Read an SVG file and import its elements as Draft objects. ...
  1712. ------------------------------------------------------------------------------
  1713.   Temporary document 'DraftSVG'
  1714.   Test 'importSVG.import'
  1715.   This test requires an SVG file to read.
  1716.   file=/usr/share/freecad/data/Mod/Draft/drafttest/test.svg
  1717.   exists=False
  1718.   Arguments to placeholder function
  1719.   p1=/usr/share/freecad/data/Mod/Draft/drafttest/test.svg; p2=None
  1720.   p3=None; p4=None
  1721.   p5=None
  1722.   #-----------------------------------------------------#
  1723.   #    This test is not implemented currently
  1724.   #-----------------------------------------------------#
  1725.   Automatic PASS
  1726. ok
  1727. test_export_dxf (drafttests.test_dxf.DraftDXF)
  1728. Create some figures and export them to a DXF file. ...
  1729. ------------------------------------------------------------------------------
  1730.   Temporary document 'DraftDXF'
  1731.   Test 'importDXF.export'
  1732.   file=/usr/share/freecad/data/Mod/Draft/drafttest/out_test.dxf
  1733.   exists=False
  1734.   Arguments to placeholder function
  1735.   p1=/usr/share/freecad/data/Mod/Draft/drafttest/out_test.dxf; p2=None
  1736.   p3=None; p4=None
  1737.   p5=None
  1738.   #-----------------------------------------------------#
  1739.   #    This test is not implemented currently
  1740.   #-----------------------------------------------------#
  1741.   Automatic PASS
  1742. ok
  1743. test_read_dxf (drafttests.test_dxf.DraftDXF)
  1744. Read a DXF file and import its elements as Draft objects. ...
  1745. ------------------------------------------------------------------------------
  1746.   Temporary document 'DraftDXF'
  1747.   Test 'importDXF.import'
  1748.   This test requires a DXF file to read.
  1749.   file=/usr/share/freecad/data/Mod/Draft/drafttest/test.dxf
  1750.   exists=False
  1751.   Arguments to placeholder function
  1752.   p1=/usr/share/freecad/data/Mod/Draft/drafttest/test.dxf; p2=None
  1753.   p3=None; p4=None
  1754.   p5=None
  1755.   #-----------------------------------------------------#
  1756.   #    This test is not implemented currently
  1757.   #-----------------------------------------------------#
  1758.   Automatic PASS
  1759. ok
  1760. test_export_dwg (drafttests.test_dwg.DraftDWG)
  1761. Create some figures and export them to a DWG file. ...
  1762. ------------------------------------------------------------------------------
  1763.   Temporary document 'DraftDWG'
  1764.   Test 'importDWG.export'
  1765.   file=/usr/share/freecad/data/Mod/Draft/drafttest/out_test.dwg
  1766.   exists=False
  1767.   Arguments to placeholder function
  1768.   p1=/usr/share/freecad/data/Mod/Draft/drafttest/out_test.dwg; p2=None
  1769.   p3=None; p4=None
  1770.   p5=None
  1771.   #-----------------------------------------------------#
  1772.   #    This test is not implemented currently
  1773.   #-----------------------------------------------------#
  1774.   Automatic PASS
  1775. ok
  1776. test_read_dwg (drafttests.test_dwg.DraftDWG)
  1777. Read a DWG file and import its elements as Draft objects. ...
  1778. ------------------------------------------------------------------------------
  1779.   Temporary document 'DraftDWG'
  1780.   Test 'importDWG.import'
  1781.   This test requires a DWG file to read.
  1782.   file=/usr/share/freecad/data/Mod/Draft/drafttest/test.dwg
  1783.   exists=False
  1784.   Arguments to placeholder function
  1785.   p1=/usr/share/freecad/data/Mod/Draft/drafttest/test.dwg; p2=None
  1786.   p3=None; p4=None
  1787.   p5=None
  1788.   #-----------------------------------------------------#
  1789.   #    This test is not implemented currently
  1790.   #-----------------------------------------------------#
  1791.   Automatic PASS
  1792. ok
  1793. test_00print (femtest.app.test_femimport.TestFemImport) ...
  1794. ****************************************************************************************************
  1795. ********** run FEM TestFemImport tests *************************************************************
  1796. ****************************************************************************************************
  1797. ok
  1798. test_import_fem (femtest.app.test_femimport.TestFemImport) ...
  1799.   Try importing Fem ...
  1800.   Try importing FemGui ...
  1801. ok
  1802. test_00print (femtest.app.test_common.TestFemCommon) ...
  1803. ****************************************************************************************************
  1804. ********** run FEM TestFemCommon tests *************************************************************
  1805. ****************************************************************************************************
  1806. ok
  1807. test_adding_refshaps (femtest.app.test_common.TestFemCommon) ... ok
  1808. test_pyimport_all_FEM_modules (femtest.app.test_common.TestFemCommon) ... /usr/lib64/freecad/Mod/Fem
  1809. /usr/lib64/freecad/Mod/Fem/femexamples
  1810. /usr/lib64/freecad/Mod/Fem/feminout
  1811. /usr/lib64/freecad/Mod/Fem/femmesh
  1812. /usr/lib64/freecad/Mod/Fem/femobjects
  1813. /usr/lib64/freecad/Mod/Fem/femresult
  1814. /usr/lib64/freecad/Mod/Fem/femtest
  1815. /usr/lib64/freecad/Mod/Fem/femtools
  1816. /usr/lib64/freecad/Mod/Fem/femsolver
  1817. /usr/lib64/freecad/Mod/Fem/femsolver/elmer
  1818. /usr/lib64/freecad/Mod/Fem/femsolver/elmer/equations
  1819. /usr/lib64/freecad/Mod/Fem/femsolver/z88
  1820. /usr/lib64/freecad/Mod/Fem/femsolver/calculix
  1821. /usr/lib64/freecad/Mod/Fem/femcommands
  1822. /usr/lib64/freecad/Mod/Fem/femguiobjects
  1823. /usr/lib64/freecad/Mod/Fem/femguiutils
  1824. /usr/lib64/freecad/Mod/Fem/femtaskpanels
  1825. /usr/lib64/freecad/Mod/Fem/femviewprovider
  1826. Try importing ObjectsFem ...
  1827. Try importing TestFemApp ...
  1828. Try importing TestFemGui ...
  1829. Try importing femexamples.__init__ ...
  1830. Try importing femexamples.boxanalysis_base ...
  1831. Try importing femexamples.boxanalysis_frequency ...
  1832. Try importing femexamples.boxanalysis_static ...
  1833. Try importing femexamples.buckling_lateraltorsionalbuckling ...
  1834. Try importing femexamples.buckling_platebuckling ...
  1835. Try importing femexamples.ccx_buckling_flexuralbuckling ...
  1836. Try importing femexamples.ccx_cantilever_base_edge ...
  1837. Try importing femexamples.ccx_cantilever_base_face ...
  1838. Try importing femexamples.ccx_cantilever_base_solid ...
  1839. Try importing femexamples.ccx_cantilever_beam_circle ...
  1840. Try importing femexamples.ccx_cantilever_beam_pipe ...
  1841. Try importing femexamples.ccx_cantilever_beam_rect ...
  1842. Try importing femexamples.ccx_cantilever_ele_hexa20 ...
  1843. Try importing femexamples.ccx_cantilever_ele_quad4 ...
  1844. Try importing femexamples.ccx_cantilever_ele_quad8 ...
  1845. Try importing femexamples.ccx_cantilever_ele_seg2 ...
  1846. Try importing femexamples.ccx_cantilever_ele_seg3 ...
  1847. Try importing femexamples.ccx_cantilever_ele_tetra4 ...
  1848. Try importing femexamples.ccx_cantilever_ele_tria3 ...
  1849. Try importing femexamples.ccx_cantilever_ele_tria6 ...
  1850. Try importing femexamples.ccx_cantilever_faceload ...
  1851. Try importing femexamples.ccx_cantilever_nodeload ...
  1852. Try importing femexamples.ccx_cantilever_prescribeddisplacement ...
  1853. Try importing femexamples.constraint_centrif ...
  1854. Try importing femexamples.constraint_contact_shell_shell ...
  1855. Try importing femexamples.constraint_contact_solid_solid ...
  1856. Try importing femexamples.constraint_section_print ...
  1857. Try importing femexamples.constraint_selfweight_cantilever ...
  1858. Try importing femexamples.constraint_tie ...
  1859. Try importing femexamples.constraint_transform_beam_hinged ...
  1860. Try importing femexamples.constraint_transform_torque ...
  1861. Try importing femexamples.elmer_nonguitutorial01_eigenvalue_of_elastic_beam ...
  1862. Try importing femexamples.equation_electrostatics_capacitance_two_balls ...
  1863. Try importing femexamples.equation_electrostatics_electricforce_elmer_nongui6 ...
  1864. Try importing femexamples.examplesgui ...
  1865. Try importing femexamples.frequency_beamsimple ...
  1866. Try importing femexamples.manager ...
  1867. Try importing femexamples.material_multiple_bendingbeam_fiveboxes ...
  1868. Try importing femexamples.material_multiple_bendingbeam_fivefaces ...
  1869. Try importing femexamples.material_multiple_tensionrod_twoboxes ...
  1870. Try importing femexamples.material_nl_platewithhole ...
  1871. Try importing femexamples.mystran_plate ...
  1872. Try importing femexamples.rc_wall_2d ...
  1873. Try importing femexamples.square_pipe_end_twisted_edgeforces ...
  1874. Try importing femexamples.square_pipe_end_twisted_nodeforces ...
  1875. Try importing femexamples.thermomech_bimetall ...
  1876. Try importing femexamples.thermomech_flow1d ...
  1877. Try importing femexamples.thermomech_spine ...
  1878. Try importing femexamples.truss_3d_cs_circle_ele_seg2 ...
  1879. Try importing femexamples.truss_3d_cs_circle_ele_seg3 ...
  1880. Try importing feminout.__init__ ...
  1881. Try importing feminout.convert2TetGen ...
  1882. Try importing feminout.exportNastranMesh ...
  1883. Module pyNastran not found. Writing Mystran solver input will not be work.
  1884. Try importing feminout.importCcxDatResults ...
  1885. Try importing feminout.importCcxFrdResults ...
  1886. Try importing feminout.importFenicsMesh ...
  1887. Try importing feminout.importInpMesh ...
  1888. Try importing feminout.importPyMesh ...
  1889. Try importing feminout.importToolsFem ...
  1890. Try importing feminout.importVTKResults ...
  1891. Try importing feminout.importYamlJsonMesh ...
  1892. No YAML available (import yaml failure), yaml import/export won't work
  1893. Try importing feminout.importZ88Mesh ...
  1894. Try importing feminout.importZ88O2Results ...
  1895. Try importing feminout.readFenicsXDMF ...
  1896. Try importing feminout.readFenicsXML ...
  1897. Try importing feminout.writeFenicsXDMF ...
  1898. Try importing feminout.writeFenicsXML ...
  1899. Try importing femmesh.__init__ ...
  1900. Try importing femmesh.femmesh2mesh ...
  1901. Try importing femmesh.gmshtools ...
  1902. Try importing femmesh.meshsetsgetter ...
  1903. Try importing femmesh.meshtools ...
  1904. Try importing femobjects.__init__ ...
  1905. Try importing femobjects.base_fempythonobject ...
  1906. Try importing femobjects.constant_vacuumpermittivity ...
  1907. Try importing femobjects.constraint_bodyheatsource ...
  1908. Try importing femobjects.constraint_centrif ...
  1909. Try importing femobjects.constraint_electrostaticpotential ...
  1910. Try importing femobjects.constraint_flowvelocity ...
  1911. Try importing femobjects.constraint_initialflowvelocity ...
  1912. Try importing femobjects.constraint_sectionprint ...
  1913. Try importing femobjects.constraint_selfweight ...
  1914. Try importing femobjects.constraint_tie ...
  1915. Try importing femobjects.element_fluid1D ...
  1916. Try importing femobjects.element_geometry1D ...
  1917. Try importing femobjects.element_geometry2D ...
  1918. Try importing femobjects.element_rotation1D ...
  1919. Try importing femobjects.material_common ...
  1920. Try importing femobjects.material_mechanicalnonlinear ...
  1921. Try importing femobjects.material_reinforced ...
  1922. Try importing femobjects.mesh_boundarylayer ...
  1923. Try importing femobjects.mesh_gmsh ...
  1924. Try importing femobjects.mesh_group ...
  1925. Try importing femobjects.mesh_region ...
  1926. Try importing femobjects.mesh_result ...
  1927. Try importing femobjects.result_mechanical ...
  1928. Try importing femobjects.solver_ccxtools ...
  1929. Try importing femresult.__init__ ...
  1930. Try importing femresult.resulttools ...
  1931. Try importing femtest.__init__ ...
  1932. Try importing femtools.__init__ ...
  1933. Try importing femtools.ccxtools ...
  1934. Try importing femtools.checksanalysis ...
  1935. Try importing femtools.constants ...
  1936. Try importing femtools.errors ...
  1937. Try importing femtools.femutils ...
  1938. Try importing femtools.geomtools ...
  1939. Try importing femtools.membertools ...
  1940. Try importing femtools.migrate_app ...
  1941. Try importing femtools.tokrules ...
  1942. Try importing femsolver.__init__ ...
  1943. Try importing femsolver.equationbase ...
  1944. Try importing femsolver.report ...
  1945. Try importing femsolver.reportdialog ...
  1946. Try importing femsolver.run ...
  1947. Try importing femsolver.settings ...
  1948. Try importing femsolver.signal ...
  1949. Try importing femsolver.solver_taskpanel ...
  1950. Try importing femsolver.solverbase ...
  1951. Try importing femsolver.task ...
  1952. Try importing femsolver.writerbase ...
  1953. Try importing femsolver.elmer.__init__ ...
  1954. Try importing femsolver.elmer.sifio ...
  1955. Try importing femsolver.elmer.solver ...
  1956. Try importing femsolver.elmer.tasks ...
  1957. Try importing femsolver.elmer.writer ...
  1958. Try importing femsolver.elmer.equations.__init__ ...
  1959. Try importing femsolver.elmer.equations.elasticity ...
  1960. Try importing femsolver.elmer.equations.electricforce ...
  1961. Try importing femsolver.elmer.equations.electrostatic ...
  1962. Try importing femsolver.elmer.equations.equation ...
  1963. Try importing femsolver.elmer.equations.flow ...
  1964. Try importing femsolver.elmer.equations.flux ...
  1965. Try importing femsolver.elmer.equations.heat ...
  1966. Try importing femsolver.elmer.equations.linear ...
  1967. Try importing femsolver.elmer.equations.nonlinear ...
  1968. Try importing femsolver.z88.__init__ ...
  1969. Try importing femsolver.z88.solver ...
  1970. Try importing femsolver.z88.tasks ...
  1971. Try importing femsolver.z88.writer ...
  1972. Try importing femsolver.calculix.__init__ ...
  1973. Try importing femsolver.calculix.solver ...
  1974. Try importing femsolver.calculix.tasks ...
  1975. Try importing femsolver.calculix.write_constraint_centrif ...
  1976. Try importing femsolver.calculix.write_constraint_contact ...
  1977. Try importing femsolver.calculix.write_constraint_displacement ...
  1978. Try importing femsolver.calculix.write_constraint_fixed ...
  1979. Try importing femsolver.calculix.write_constraint_fluidsection ...
  1980. Try importing femsolver.calculix.write_constraint_force ...
  1981. Try importing femsolver.calculix.write_constraint_heatflux ...
  1982. Try importing femsolver.calculix.write_constraint_initialtemperature ...
  1983. Try importing femsolver.calculix.write_constraint_planerotation ...
  1984. Try importing femsolver.calculix.write_constraint_pressure ...
  1985. Try importing femsolver.calculix.write_constraint_sectionprint ...
  1986. Try importing femsolver.calculix.write_constraint_selfweight ...
  1987. Try importing femsolver.calculix.write_constraint_temperature ...
  1988. Try importing femsolver.calculix.write_constraint_tie ...
  1989. Try importing femsolver.calculix.write_constraint_transform ...
  1990. Try importing femsolver.calculix.write_femelement_geometry ...
  1991. Try importing femsolver.calculix.write_femelement_material ...
  1992. Try importing femsolver.calculix.write_femelement_matgeosets ...
  1993. Try importing femsolver.calculix.write_footer ...
  1994. Try importing femsolver.calculix.write_mesh ...
  1995. Try importing femsolver.calculix.write_step_equation ...
  1996. Try importing femsolver.calculix.write_step_output ...
  1997. Try importing femsolver.calculix.writer ...
  1998. Try importing femcommands.__init__ ...
  1999. Try importing femcommands.commands ...
  2000. Try importing femcommands.manager ...
  2001. Try importing femguiobjects.__init__ ...
  2002. Try importing femguiutils.__init__ ...
  2003. Try importing femguiutils.migrate_gui ...
  2004. Try importing femguiutils.selection_widgets ...
  2005. Try importing femtaskpanels.__init__ ...
  2006. Try importing femtaskpanels.task_constraint_centrif ...
  2007. Try importing femtaskpanels.task_constraint_electrostaticpotential ...
  2008. Try importing femtaskpanels.task_constraint_flowvelocity ...
  2009. Try importing femtaskpanels.task_constraint_initialflowvelocity ...
  2010. Try importing femtaskpanels.task_constraint_sectionprint ...
  2011. Try importing femtaskpanels.task_constraint_tie ...
  2012. Try importing femtaskpanels.task_element_fluid1D ...
  2013. Try importing femtaskpanels.task_element_geometry1D ...
  2014. Try importing femtaskpanels.task_element_geometry2D ...
  2015. Try importing femtaskpanels.task_element_rotation1D ...
  2016. Try importing femtaskpanels.task_material_common ...
  2017. Try importing femtaskpanels.task_material_reinforced ...
  2018. Try importing femtaskpanels.task_mesh_boundarylayer ...
  2019. Try importing femtaskpanels.task_mesh_gmsh ...
  2020. Try importing femtaskpanels.task_mesh_group ...
  2021. Try importing femtaskpanels.task_mesh_region ...
  2022. Try importing femtaskpanels.task_result_mechanical ...
  2023. [New Thread 0x7fff9ffff640 (LWP 12542)]
  2024. [Detaching after vfork from child process 12543]
  2025. [Detaching after vfork from child process 12544]
  2026. Matplotlib is building the font cache; this may take a moment.
  2027. [Thread 0x7fff9ffff640 (LWP 12542) exited]
  2028. Try importing femtaskpanels.task_solver_ccxtools ...
  2029. Try importing femviewprovider.__init__ ...
  2030. Try importing femviewprovider.view_base_femconstraint ...
  2031. Try importing femviewprovider.view_base_femobject ...
  2032. Try importing femviewprovider.view_constant_vacuumpermittivity ...
  2033. Try importing femviewprovider.view_constraint_bodyheatsource ...
  2034. Try importing femviewprovider.view_constraint_centrif ...
  2035. Try importing femviewprovider.view_constraint_electrostaticpotential ...
  2036. Try importing femviewprovider.view_constraint_flowvelocity ...
  2037. Try importing femviewprovider.view_constraint_initialflowvelocity ...
  2038. Try importing femviewprovider.view_constraint_sectionprint ...
  2039. Try importing femviewprovider.view_constraint_selfweight ...
  2040. Try importing femviewprovider.view_constraint_tie ...
  2041. Try importing femviewprovider.view_element_fluid1D ...
  2042. Try importing femviewprovider.view_element_geometry1D ...
  2043. Try importing femviewprovider.view_element_geometry2D ...
  2044. Try importing femviewprovider.view_element_rotation1D ...
  2045. Try importing femviewprovider.view_material_common ...
  2046. Try importing femviewprovider.view_material_mechanicalnonlinear ...
  2047. Try importing femviewprovider.view_material_reinforced ...
  2048. Try importing femviewprovider.view_mesh_boundarylayer ...
  2049. Try importing femviewprovider.view_mesh_gmsh ...
  2050. Try importing femviewprovider.view_mesh_group ...
  2051. Try importing femviewprovider.view_mesh_region ...
  2052. Try importing femviewprovider.view_mesh_result ...
  2053. Try importing femviewprovider.view_result_mechanical ...
  2054. Try importing femviewprovider.view_solver_ccxtools ...
  2055. ok
  2056. test_00print (femtest.app.test_object.TestObjectCreate) ...
  2057. ****************************************************************************************************
  2058. ********** run FEM TestObjectCreate tests **********************************************************
  2059. ****************************************************************************************************
  2060. ok
  2061.  
  2062. Module to read results not found.
  2063. Module pyNastran not found. Writing Mystran solver input will not be work.
  2064. test_femobjects_make (femtest.app.test_object.TestObjectCreate) ... doc objects count: 56, method: test_femobjects_make
  2065. Save FreeCAD all objects file to /tmp/FEM_unittests/objects_create_all_374ed200d077/all_objects.FCStd ...
  2066. PropertyPostDataObject::SaveDocFile: ignore empty vtkUnstructuredGrid
  2067. PropertyPostDataObject::SaveDocFile: ignore empty vtkUnstructuredGrid
  2068. PropertyPostDataObject::SaveDocFile: ignore empty vtkUnstructuredGrid
  2069. [New Thread 0x7fff9ffff640 (LWP 12576)]
  2070. [New Thread 0x7fff7bfff640 (LWP 12577)]
  2071. [Thread 0x7fff7bfff640 (LWP 12577) exited]
  2072. [Thread 0x7fff9ffff640 (LWP 12576) exited]
  2073. [New Thread 0x7fff9ffff640 (LWP 12578)]
  2074. [Thread 0x7fff9ffff640 (LWP 12578) exited]
  2075. ok
  2076. test_00print (femtest.app.test_object.TestObjectType) ...
  2077. ****************************************************************************************************
  2078. ********** run FEM TestObjectType tests ************************************************************
  2079. ****************************************************************************************************
  2080. ok
  2081.  
  2082. test_femobjects_derivedfromfem (femtest.app.test_object.TestObjectType) ... doc objects count: 51, method: test_femobjects_derivedfromfem
  2083. [New Thread 0x7fff9ffff640 (LWP 12582)]
  2084. [Thread 0x7fff9ffff640 (LWP 12582) exited]
  2085. [New Thread 0x7fff9ffff640 (LWP 12583)]
  2086. [Thread 0x7fff9ffff640 (LWP 12583) exited]
  2087. [New Thread 0x7fff9ffff640 (LWP 12584)]
  2088. [Thread 0x7fff9ffff640 (LWP 12584) exited]
  2089. ok
  2090.  
  2091. test_femobjects_derivedfromstd (femtest.app.test_object.TestObjectType) ... doc objects count: 51, method: test_femobjects_derivedfromstd
  2092. [New Thread 0x7fff9ffff640 (LWP 12585)]
  2093. [New Thread 0x7fff7bfff640 (LWP 12586)]
  2094. [Thread 0x7fff9ffff640 (LWP 12585) exited]
  2095. [New Thread 0x7fff9ffff640 (LWP 12587)]
  2096. ok
  2097. [Thread 0x7fff9ffff640 (LWP 12587) exited]
  2098. [Thread 0x7fff7bfff640 (LWP 12586) exited]
  2099.  
  2100. test_femobjects_isoftype (femtest.app.test_object.TestObjectType) ... doc objects count: 51, method: test_femobjects_isoftype
  2101. [New Thread 0x7fff7bfff640 (LWP 12588)]
  2102. [Thread 0x7fff7bfff640 (LWP 12588) exited]
  2103. [New Thread 0x7fff7bfff640 (LWP 12589)]
  2104. [Thread 0x7fff7bfff640 (LWP 12589) exited]
  2105. [New Thread 0x7fff7bfff640 (LWP 12590)]
  2106. [Thread 0x7fff7bfff640 (LWP 12590) exited]
  2107. ok
  2108.  
  2109. test_femobjects_type (femtest.app.test_object.TestObjectType) ... doc objects count: 51, method: test_femobjects_type
  2110. [New Thread 0x7fff7bfff640 (LWP 12591)]
  2111. [Thread 0x7fff7bfff640 (LWP 12591) exited]
  2112. [New Thread 0x7fff7bfff640 (LWP 12592)]
  2113. [Thread 0x7fff7bfff640 (LWP 12592) exited]
  2114. [New Thread 0x7fff7bfff640 (LWP 12593)]
  2115. [Thread 0x7fff7bfff640 (LWP 12593) exited]
  2116. ok
  2117. test_00print (femtest.app.test_open.TestObjectOpen) ...
  2118. ****************************************************************************************************
  2119. ********** run FEM TestObjectOpen tests ************************************************************
  2120. ****************************************************************************************************
  2121. ok
  2122. test_femobjects_open_de9b3fb438 (femtest.app.test_open.TestObjectOpen) ... load old document objects
  2123.  
  2124.  
  2125. [New Thread 0x7fff9ffff640 (LWP 12657)]
  2126. [New Thread 0x7fff7bfff640 (LWP 12655)]
  2127. [New Thread 0x7fff9cff9640 (LWP 12656)]
  2128.  
  2129. [New Thread 0x7fffad89b640 (LWP 12668)]
  2130. [New Thread 0x7fff64e1b640 (LWP 12669)]
  2131. [Thread 0x7fff64e1b640 (LWP 12669) exited]
  2132. [Thread 0x7fffad89b640 (LWP 12668) exited]
  2133. [New Thread 0x7fff64e1b640 (LWP 12670)]
  2134. [Thread 0x7fff64e1b640 (LWP 12670) exited]
  2135. ok
  2136. test_femobjects_open_head (femtest.app.test_open.TestObjectOpen) ... load master head document objects
  2137.  
  2138. PropertyPostDataObject::SaveDocFile: ignore empty vtkUnstructuredGrid
  2139. PropertyPostDataObject::SaveDocFile: ignore empty vtkUnstructuredGrid
  2140. PropertyPostDataObject::SaveDocFile: ignore empty vtkUnstructuredGrid
  2141. [New Thread 0x7fff64e1b640 (LWP 12673)]
  2142. [New Thread 0x7fffad89b640 (LWP 12674)]
  2143. [Thread 0x7fff64e1b640 (LWP 12673) exited]
  2144. [New Thread 0x7fff64e1b640 (LWP 12675)]
  2145. [Thread 0x7fff64e1b640 (LWP 12675) exited]
  2146. [Thread 0x7fffad89b640 (LWP 12674) exited]
  2147.  
  2148.  
  2149.  
  2150. [New Thread 0x7fffad89b640 (LWP 12679)]
  2151. [New Thread 0x7fff64e1b640 (LWP 12680)]
  2152. [Thread 0x7fffad89b640 (LWP 12679) exited]
  2153. [New Thread 0x7fff64e1b640 (LWP 12681)]
  2154. [Thread 0x7fff64e1b640 (LWP 12680) exited]
  2155. ok
  2156. [Thread 0x7fff64e1b640 (LWP 12681) exited]
  2157. test_00print (femtest.app.test_material.TestMaterialUnits) ...
  2158. ****************************************************************************************************
  2159. ********** run FEM TestMaterialUnits tests *********************************************************
  2160. ****************************************************************************************************
  2161. ok
  2162. test_known_quantity_units (femtest.app.test_material.TestMaterialUnits) ... ERROR
  2163. test_material_card_quantities (femtest.app.test_material.TestMaterialUnits) ... /usr/share/freecad/data/Mod/Material/StandardMaterial
  2164. ERROR
  2165. test_00print (femtest.app.test_mesh.TestMeshCommon) ...
  2166. ****************************************************************************************************
  2167. ********** run FEM TestMeshCommon tests ************************************************************
  2168. ****************************************************************************************************
  2169. ok
  2170. [New Thread 0x7fff64e1b640 (LWP 12695)]
  2171. [Thread 0x7fff64e1b640 (LWP 12695) exited]
  2172. test_mesh_seg2_python (femtest.app.test_mesh.TestMeshCommon) ... ok
  2173. [New Thread 0x7fff64e1b640 (LWP 12696)]
  2174. [Thread 0x7fff64e1b640 (LWP 12696) exited]
  2175. test_mesh_seg3_python (femtest.app.test_mesh.TestMeshCommon) ... ok
  2176. [New Thread 0x7fff64e1b640 (LWP 12700)]
  2177. [New Thread 0x7fffad89b640 (LWP 12701)]
  2178. [Thread 0x7fffad89b640 (LWP 12701) exited]
  2179. [Thread 0x7fff64e1b640 (LWP 12700) exited]
  2180. test_unv_save_load (femtest.app.test_mesh.TestMeshCommon) ... ok
  2181. [New Thread 0x7fffad89b640 (LWP 12705)]
  2182. [Thread 0x7fffad89b640 (LWP 12705) exited]
  2183. test_writeAbaqus_precision (femtest.app.test_mesh.TestMeshCommon) ... ok
  2184. test_00print (femtest.app.test_mesh.TestMeshEleTetra10) ...
  2185. ****************************************************************************************************
  2186. ********** run FEM TestMeshEleTetra10 tests ********************************************************
  2187. ****************************************************************************************************
  2188. ok
  2189. [New Thread 0x7fffad89b640 (LWP 12706)]
  2190. [Thread 0x7fffad89b640 (LWP 12706) exited]
  2191. test_tetra10_create (femtest.app.test_mesh.TestMeshEleTetra10) ... ok
  2192. [New Thread 0x7fffad89b640 (LWP 12707)]
  2193. [Thread 0x7fffad89b640 (LWP 12707) exited]
  2194. [New Thread 0x7fffad89b640 (LWP 12711)]
  2195. [Thread 0x7fffad89b640 (LWP 12711) exited]
  2196. [New Thread 0x7fffad89b640 (LWP 12712)]
  2197. test_tetra10_inp (femtest.app.test_mesh.TestMeshEleTetra10) ... [1, (1, 2, 3, 4, 5, 6, 7, 8, 9, 10)]
  2198. [New Thread 0x7fff64e1b640 (LWP 12713)]
  2199. [New Thread 0x7fff6461a640 (LWP 12714)]
  2200. [Thread 0x7fffad89b640 (LWP 12712) exited]
  2201. [Thread 0x7fff6461a640 (LWP 12714) exited]
  2202. [Thread 0x7fff64e1b640 (LWP 12713) exited]
  2203. ok
  2204. [New Thread 0x7fff64e1b640 (LWP 12715)]
  2205. [Thread 0x7fff64e1b640 (LWP 12715) exited]
  2206. test_tetra10_unv (femtest.app.test_mesh.TestMeshEleTetra10) ... [1, (1, 2, 3, 4, 5, 6, 7, 8, 9, 10)]
  2207. [New Thread 0x7fff64e1b640 (LWP 12716)]
  2208. [Thread 0x7fff64e1b640 (LWP 12716) exited]
  2209. [New Thread 0x7fff64e1b640 (LWP 12717)]
  2210. [Thread 0x7fff64e1b640 (LWP 12717) exited]
  2211. ok
  2212. [New Thread 0x7fff64e1b640 (LWP 12718)]
  2213. [Thread 0x7fff64e1b640 (LWP 12718) exited]
  2214. [New Thread 0x7fff64e1b640 (LWP 12722)]
  2215. [New Thread 0x7fff6461a640 (LWP 12723)]
  2216. [Thread 0x7fff64e1b640 (LWP 12722) exited]
  2217. [Thread 0x7fff6461a640 (LWP 12723) exited]
  2218. test_tetra10_vkt (femtest.app.test_mesh.TestMeshEleTetra10) ... [1, (1, 2, 3, 4, 5, 6, 7, 8, 9, 10)]
  2219. [New Thread 0x7fff6461a640 (LWP 12724)]
  2220. [New Thread 0x7fff64e1b640 (LWP 12725)]
  2221. [Thread 0x7fff6461a640 (LWP 12724) exited]
  2222. [Thread 0x7fff64e1b640 (LWP 12725) exited]
  2223. ok
  2224. [New Thread 0x7fff64e1b640 (LWP 12726)]
  2225. [Thread 0x7fff64e1b640 (LWP 12726) exited]
  2226. Unknown extension, please select other importer.
  2227. test_tetra10_yml (femtest.app.test_mesh.TestMeshEleTetra10) ... Converting indices to integer numbers ...OK
  2228. No Nodes found!
  2229. Unknown extension, please select other importer.
  2230. Converting indices to integer numbers ...OK
  2231. No Nodes found!
  2232. ERROR
  2233. [New Thread 0x7fff64e1b640 (LWP 12727)]
  2234. [Thread 0x7fff64e1b640 (LWP 12727) exited]
  2235. [New Thread 0x7fff64e1b640 (LWP 12728)]
  2236. [Thread 0x7fff64e1b640 (LWP 12728) exited]
  2237. [New Thread 0x7fff64e1b640 (LWP 12732)]
  2238. [Thread 0x7fff64e1b640 (LWP 12732) exited]
  2239. [New Thread 0x7fff64e1b640 (LWP 12733)]
  2240. test_tetra10_z88 (femtest.app.test_mesh.TestMeshEleTetra10) ... [1, (1, 2, 3, 4, 5, 6, 7, 8, 9, 10)]
  2241. [Thread 0x7fff64e1b640 (LWP 12733) exited]
  2242. [New Thread 0x7fff64e1b640 (LWP 12734)]
  2243. [New Thread 0x7fff6461a640 (LWP 12735)]
  2244. [Thread 0x7fff64e1b640 (LWP 12734) exited]
  2245. [Thread 0x7fff6461a640 (LWP 12735) exited]
  2246. ok
  2247. [New Thread 0x7fff6461a640 (LWP 12736)]
  2248. [Thread 0x7fff6461a640 (LWP 12736) exited]
  2249. test_00print (femtest.app.test_mesh.TestMeshGroups) ...
  2250. ****************************************************************************************************
  2251. ********** run FEM TestMeshGroups tests *********************************************************
  2252. ****************************************************************************************************
  2253. ok
  2254. test_add_group_elements (femtest.app.test_mesh.TestMeshGroups)
  2255. [New Thread 0x7fff6461a640 (LWP 12740)]
  2256. [Thread 0x7fff6461a640 (LWP 12740) exited]
  2257. Add a node group, add elements to it. Verify that elements added ... ok
  2258. test_add_groups (femtest.app.test_mesh.TestMeshGroups)
  2259. [New Thread 0x7fff6461a640 (LWP 12746)]
  2260. [Thread 0x7fff6461a640 (LWP 12746) exited]
  2261. Create different groups with different names. Check whether the ... ok
  2262. test_delete_groups (femtest.app.test_mesh.TestMeshGroups)
  2263. [New Thread 0x7fff6461a640 (LWP 12750)]
  2264. [Thread 0x7fff6461a640 (LWP 12750) exited]
  2265. Adds a number of groups to FemMesh and deletes them ... ok
  2266. test_00print (femtest.app.test_result.TestResult) ...
  2267. ****************************************************************************************************
  2268. ********** run FEM TestResult tests ****************************************************************
  2269. ****************************************************************************************************
  2270. ok
  2271. test_disp_abs (femtest.app.test_result.TestResult) ... ok
  2272. 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
  2273. Read special 1DFlow nodes data form: /usr/lib64/freecad/Mod/Fem/femtest/data/calculix/thermomech_flow1D_inout_nodes.txt
  2274. [['2', '15', '1', 'PIPE INLET\n'], ['13', '27', '28', 'PIPE OUTLET\n']]
  2275. ok
  2276. test_rho (femtest.app.test_result.TestResult) ... ok
  2277. test_stress_principal_reinforced (femtest.app.test_result.TestResult) ... ok
  2278. test_stress_principal_std (femtest.app.test_result.TestResult) ... ok
  2279. test_stress_von_mises (femtest.app.test_result.TestResult) ... ok
  2280. test_00print (femtest.app.test_ccxtools.TestCcxTools) ...
  2281. ****************************************************************************************************
  2282. ********** run FEM TestCcxTools tests **************************************************************
  2283. ****************************************************************************************************
  2284. ok
  2285. [New Thread 0x7fff6461a640 (LWP 12766)]
  2286. [Thread 0x7fff6461a640 (LWP 12766) exited]
  2287. test_box_frequency (femtest.app.test_ccxtools.TestCcxTools) ...
  2288. --------------- Start of FEM ccxtools box_frequency test---------------
  2289. Setting up working directory /tmp/FEM_unittests/ccxtools_box_frequency_afb12faf6140
  2290. Checking FEM inp file prerequisites for box_frequency ...
  2291.  
  2292. Check prerequisites...
  2293. Checking FEM inp file write...
  2294. Writing /tmp/FEM_unittests/ccxtools_box_frequency_afb12faf6140/Mesh.inp for box_frequency
  2295.  
  2296. Get mesh data for constraints, materials and element geometry...
  2297. [{'ccx_elset': 'Evolumes', 'ccx_elset_name': 'MechanicalMaterialSolid', 'mat_obj_name': 'MechanicalMaterial', 'ccx_mat_name': 'Steel-Generic'}]
  2298. Getting mesh data time: 0.001 seconds.
  2299.  
  2300. CalculiX solver input writing...
  2301. Input file:/tmp/FEM_unittests/ccxtools_box_frequency_afb12faf6140/Mesh.inp
  2302. One monster input file.
  2303. Writing time CalculiX input file: 0.007 seconds.
  2304. Comparing /usr/lib64/freecad/Mod/Fem/femtest/data/calculix/box_frequency.inp to /tmp/FEM_unittests/ccxtools_box_frequency_afb12faf6140/Mesh.inp
  2305. Setting up working directory to /usr/lib64/freecad/Mod/Fem/femtest/data/calculix in order to read simulated calculations
  2306. Setting base name to read test box_frequency.frd file...
  2307. Setting inp file name to read test box_frequency.frd file...
  2308. Checking FEM frd file read from box_frequency...
  2309.  
  2310. CalculiX read results...
  2311. Read ccx results from frd file: /usr/lib64/freecad/Mod/Fem/femtest/data/calculix/box_frequency.frd
  2312. [New Thread 0x7fff6461a640 (LWP 12770)]
  2313. [Thread 0x7fff6461a640 (LWP 12770) exited]
  2314. [New Thread 0x7fff6461a640 (LWP 12771)]
  2315. Read ccx results from dat file: /usr/lib64/freecad/Mod/Fem/femtest/data/calculix/box_frequency.dat
  2316. [Thread 0x7fff6461a640 (LWP 12771) exited]
  2317. Reading stats from result object for box_frequency...
  2318. Save FreeCAD file for box_frequency to /tmp/FEM_unittests/ccxtools_box_frequency_afb12faf6140/box_frequency.FCStd...
  2319. --------------- End of box_frequency -------------------
  2320. [New Thread 0x7fff6461a640 (LWP 12772)]
  2321. [New Thread 0x7fff64e1b640 (LWP 12773)]
  2322. [Thread 0x7fff6461a640 (LWP 12772) exited]
  2323. ok
  2324. [Thread 0x7fff64e1b640 (LWP 12773) exited]
  2325. [Thread 0x7fff9f7fe640 (LWP 11882) exited]
  2326. [Thread 0x7fff7bfff640 (LWP 12655) exited]
  2327. [Thread 0x7fff9ffff640 (LWP 12657) exited]
  2328. [New Thread 0x7fff9ffff640 (LWP 12774)]
  2329. [Thread 0x7fff9ffff640 (LWP 12774) exited]
  2330. test_box_static (femtest.app.test_ccxtools.TestCcxTools) ...
  2331. --------------- Start of FEM ccxtools box_static test---------------
  2332. Setting up working directory /tmp/FEM_unittests/ccxtools_box_static_9650bf724e2c
  2333. Checking FEM inp file prerequisites for box_static ...
  2334.  
  2335. Check prerequisites...
  2336. Checking FEM inp file write...
  2337. Writing /tmp/FEM_unittests/ccxtools_box_static_9650bf724e2c/Mesh.inp for box_static
  2338.  
  2339. Get mesh data for constraints, materials and element geometry...
  2340. [{'ccx_elset': 'Evolumes', 'ccx_elset_name': 'MechanicalMaterialSolid', 'mat_obj_name': 'MechanicalMaterial', 'ccx_mat_name': 'Steel-Generic'}]
  2341. FemConstraintFixed:
  2342.     Type: Fem::ConstraintFixed, Name: FemConstraintFixed
  2343.     ReferenceShape ... Type: Face, Object name: Box, Object label: Box, Element name: Face1
  2344. [New Thread 0x7fff9ffff640 (LWP 12775)]
  2345. FemConstraintForce:
  2346.     Type: Fem::ConstraintForce, Name: FemConstraintForce
  2347.     ReferenceShape ... Type: Face, Object name: Box, Object label: Box, Element name: Face6
  2348.   No face data in finite volume element mesh. FreeCAD uses getccxVolumesByFace() to retrieve the volume elements of the ref_face.
  2349. FemConstraintPressure:
  2350.     Type: Fem::ConstraintPressure, Name: FemConstraintPressure
  2351.     ReferenceShape ... Type: Face, Object name: Box, Object label: Box, Element name: Face2
  2352. Getting mesh data time: 0.098 seconds.
  2353.  
  2354. CalculiX solver input writing...
  2355. Input file:/tmp/FEM_unittests/ccxtools_box_static_9650bf724e2c/Mesh.inp
  2356. One monster input file.
  2357. Writing time CalculiX input file: 0.007 seconds.
  2358. Comparing /usr/lib64/freecad/Mod/Fem/femtest/data/calculix/box_static.inp to /tmp/FEM_unittests/ccxtools_box_static_9650bf724e2c/Mesh.inp
  2359. Setting up working directory to /usr/lib64/freecad/Mod/Fem/femtest/data/calculix in order to read simulated calculations
  2360. Setting base name to read test box_static.frd file...
  2361. Setting inp file name to read test box_static.frd file...
  2362. Checking FEM frd file read from box_static...
  2363.  
  2364. CalculiX read results...
  2365. Read ccx results from frd file: /usr/lib64/freecad/Mod/Fem/femtest/data/calculix/box_static.frd
  2366. [New Thread 0x7fff7bfff640 (LWP 12776)]
  2367. [Thread 0x7fff7bfff640 (LWP 12776) exited]
  2368. [New Thread 0x7fff7bfff640 (LWP 12777)]
  2369. Read ccx results from dat file: /usr/lib64/freecad/Mod/Fem/femtest/data/calculix/box_static.dat
  2370. Reading stats from result object for box_static...
  2371. [Thread 0x7fff7bfff640 (LWP 12777) exited]
  2372. Save FreeCAD file for box_static to /tmp/FEM_unittests/ccxtools_box_static_9650bf724e2c/box_static.FCStd...
  2373. --------------- End of box_static -------------------
  2374. [New Thread 0x7fff7bfff640 (LWP 12778)]
  2375. [New Thread 0x7fff9f7fe640 (LWP 12779)]
  2376. [Thread 0x7fff7bfff640 (LWP 12778) exited]
  2377. ok
  2378. [Thread 0x7fff9f7fe640 (LWP 12779) exited]
  2379. [New Thread 0x7fff9f7fe640 (LWP 12783)]
  2380. [Thread 0x7fff9f7fe640 (LWP 12783) exited]
  2381. test_thermomech_flow1D (femtest.app.test_ccxtools.TestCcxTools) ...
  2382. --------------- Start of FEM ccxtools thermomech_flow1D test---------------
  2383. Setting up working directory /tmp/FEM_unittests/ccxtools_thermomech_flow1D_64fa7c5ed195
  2384. Checking FEM inp file prerequisites for thermomech_flow1D ...
  2385.  
  2386. Check prerequisites...
  2387. Checking FEM inp file write...
  2388. Writing /tmp/FEM_unittests/ccxtools_thermomech_flow1D_64fa7c5ed195/Mesh.inp for thermomech_flow1D
  2389.  
  2390. Get mesh data for constraints, materials and element geometry...
  2391. Fluid sections
  2392. Constraint: ElementFluid1D --> We're going to search in the mesh for the element ID's.
  2393.     ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge1
  2394. std search: get_femelements_by_femnodes_std
  2395. Constraint: ElementFluid1D001 --> We're going to search in the mesh for the element ID's.
  2396.     ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge2
  2397. std search: get_femelements_by_femnodes_std
  2398. Constraint: ElementFluid1D002 --> We're going to search in the mesh for the element ID's.
  2399.     ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge3
  2400.     ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge5
  2401. std search: get_femelements_by_femnodes_std
  2402. Constraint: ElementFluid1D003 --> We're going to search in the mesh for the element ID's.
  2403.     ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge4
  2404. std search: get_femelements_by_femnodes_std
  2405. Constraint: ElementFluid1D004 --> We're going to search in the mesh for the element ID's.
  2406.     ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge6
  2407. std search: get_femelements_by_femnodes_std
  2408. Constraint: ElementFluid1D005 --> We're going to search in the mesh for the element ID's.
  2409.     ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge7
  2410. std search: get_femelements_by_femnodes_std
  2411. Constraint: ElementFluid1D006 --> We're going to search in the mesh for the element ID's.
  2412.     ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge8
  2413. std search: get_femelements_by_femnodes_std
  2414. Constraint: ElementFluid1D007 --> We're going to search in the mesh for the element ID's.
  2415.     ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge11
  2416.     ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge9
  2417. std search: get_femelements_by_femnodes_std
  2418. Constraint: ElementFluid1D008 --> We're going to search in the mesh for the element ID's.
  2419.     ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge10
  2420. std search: get_femelements_by_femnodes_std
  2421. Constraint: ElementFluid1D009 --> We're going to search in the mesh for the element ID's.
  2422.     ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge12
  2423. std search: get_femelements_by_femnodes_std
  2424. Constraint: ElementFluid1D010 --> We're going to search in the mesh for the element ID's.
  2425.     ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge13
  2426. std search: get_femelements_by_femnodes_std
  2427. Count finite elements as sum of constraints:   13
  2428. Count finite elements of the finite element mesh: 13
  2429. Getting mesh data time: 0.023 seconds.
  2430.  
  2431. CalculiX solver input writing...
  2432. Input file:/tmp/FEM_unittests/ccxtools_thermomech_flow1D_64fa7c5ed195/Mesh.inp
  2433. One monster input file.
  2434. 1DFlow inout nodes file: /tmp/FEM_unittests/ccxtools_thermomech_flow1D_64fa7c5ed195/Mesh_inout_nodes.txt
  2435. ElementFluid1D:
  2436.     Type: Fem::ElementFluid1D, Name: ElementFluid1D
  2437.     ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge1
  2438. ElementFluid1D001:
  2439.     Type: Fem::ElementFluid1D, Name: ElementFluid1D001
  2440.     ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge2
  2441. ElementFluid1D002:
  2442.     Type: Fem::ElementFluid1D, Name: ElementFluid1D002
  2443.     ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge3
  2444.     ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge5
  2445. ElementFluid1D003:
  2446.     Type: Fem::ElementFluid1D, Name: ElementFluid1D003
  2447.     ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge4
  2448. ElementFluid1D004:
  2449.     Type: Fem::ElementFluid1D, Name: ElementFluid1D004
  2450.     ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge6
  2451. ElementFluid1D005:
  2452.     Type: Fem::ElementFluid1D, Name: ElementFluid1D005
  2453.     ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge7
  2454. ElementFluid1D006:
  2455.     Type: Fem::ElementFluid1D, Name: ElementFluid1D006
  2456.     ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge8
  2457. ElementFluid1D007:
  2458.     Type: Fem::ElementFluid1D, Name: ElementFluid1D007
  2459.     ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge11
  2460.     ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge9
  2461. ElementFluid1D008:
  2462.     Type: Fem::ElementFluid1D, Name: ElementFluid1D008
  2463.     ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge10
  2464. ElementFluid1D009:
  2465.     Type: Fem::ElementFluid1D, Name: ElementFluid1D009
  2466.     ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge12
  2467. ElementFluid1D010:
  2468.     Type: Fem::ElementFluid1D, Name: ElementFluid1D010
  2469.     ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge13
  2470. Writing time CalculiX input file: 0.041 seconds.
  2471. Comparing /usr/lib64/freecad/Mod/Fem/femtest/data/calculix/thermomech_flow1D.inp to /tmp/FEM_unittests/ccxtools_thermomech_flow1D_64fa7c5ed195/Mesh.inp
  2472. Setting up working directory to /usr/lib64/freecad/Mod/Fem/femtest/data/calculix in order to read simulated calculations
  2473. Setting base name to read test thermomech_flow1D.frd file...
  2474. Setting inp file name to read test thermomech_flow1D.frd file...
  2475. Checking FEM frd file read from thermomech_flow1D...
  2476.  
  2477. CalculiX read results...
  2478. Read ccx results from frd file: /usr/lib64/freecad/Mod/Fem/femtest/data/calculix/thermomech_flow1D.frd
  2479. Read special 1DFlow nodes data form: /usr/lib64/freecad/Mod/Fem/femtest/data/calculix/thermomech_flow1D_inout_nodes.txt
  2480. [['2', '15', '1', 'PIPE INLET\n'], ['13', '27', '28', 'PIPE OUTLET\n']]
  2481. [New Thread 0x7fff9f7fe640 (LWP 12784)]
  2482. [Thread 0x7fff9f7fe640 (LWP 12784) exited]
  2483. Read ccx results from dat file: /usr/lib64/freecad/Mod/Fem/femtest/data/calculix/thermomech_flow1D.dat
  2484. Reading stats from result object for thermomech_flow1D...
  2485. Save FreeCAD file for thermomech_flow1D to /tmp/FEM_unittests/ccxtools_thermomech_flow1D_64fa7c5ed195/thermomech_flow1D.FCStd...
  2486. --------------- End of thermomech_flow1D -------------------
  2487. [New Thread 0x7fff9f7fe640 (LWP 12785)]
  2488. [New Thread 0x7fff7bfff640 (LWP 12786)]
  2489. [Thread 0x7fff9f7fe640 (LWP 12785) exited]
  2490. ok
  2491. [Thread 0x7fff7bfff640 (LWP 12786) exited]
  2492. [New Thread 0x7fff7bfff640 (LWP 12790)]
  2493. [Thread 0x7fff7bfff640 (LWP 12790) exited]
  2494. test_thermomech_spine (femtest.app.test_ccxtools.TestCcxTools) ...
  2495. --------------- Start of FEM ccxtools thermomech_spine test---------------
  2496. Setting up working directory /tmp/FEM_unittests/ccxtools_thermomech_spine_f1054b090666
  2497. Checking FEM inp file prerequisites for thermomech_spine ...
  2498.  
  2499. Check prerequisites...
  2500. Checking FEM inp file write...
  2501. Writing /tmp/FEM_unittests/ccxtools_thermomech_spine_f1054b090666/Mesh.inp for thermomech_spine
  2502.  
  2503. Get mesh data for constraints, materials and element geometry...
  2504. [{'ccx_elset': 'Evolumes', 'ccx_elset_name': 'MechanicalMaterialSolid', 'mat_obj_name': 'MechanicalMaterial', 'ccx_mat_name': 'Steel-Generic'}]
  2505. FemConstraintFixed:
  2506.     Type: Fem::ConstraintFixed, Name: FemConstraintFixed
  2507.     ReferenceShape ... Type: Face, Object name: Box, Object label: Box, Element name: Face1
  2508. FemConstraintTemperature:
  2509.     Type: Fem::ConstraintTemperature, Name: FemConstraintTemperature
  2510.     ReferenceShape ... Type: Face, Object name: Box, Object label: Box, Element name: Face1
  2511. Getting mesh data time: 0.051 seconds.
  2512.  
  2513. CalculiX solver input writing...
  2514. Input file:/tmp/FEM_unittests/ccxtools_thermomech_spine_f1054b090666/Mesh.inp
  2515. One monster input file.
  2516. Writing time CalculiX input file: 0.004 seconds.
  2517. Comparing /usr/lib64/freecad/Mod/Fem/femtest/data/calculix/thermomech_spine.inp to /tmp/FEM_unittests/ccxtools_thermomech_spine_f1054b090666/Mesh.inp
  2518. Setting up working directory to /usr/lib64/freecad/Mod/Fem/femtest/data/calculix in order to read simulated calculations
  2519. Setting base name to read test thermomech_spine.frd file...
  2520. Setting inp file name to read test thermomech_spine.frd file...
  2521. Checking FEM frd file read from thermomech_spine...
  2522.  
  2523. CalculiX read results...
  2524. Read ccx results from frd file: /usr/lib64/freecad/Mod/Fem/femtest/data/calculix/thermomech_spine.frd
  2525. [New Thread 0x7fff7bfff640 (LWP 12791)]
  2526. [Thread 0x7fff7bfff640 (LWP 12791) exited]
  2527. [New Thread 0x7fff7bfff640 (LWP 12793)]
  2528. Read ccx results from dat file: /usr/lib64/freecad/Mod/Fem/femtest/data/calculix/thermomech_spine.dat
  2529. Reading stats from result object for thermomech_spine...
  2530. [Thread 0x7fff7bfff640 (LWP 12793) exited]
  2531. Save FreeCAD file for thermomech_spine to /tmp/FEM_unittests/ccxtools_thermomech_spine_f1054b090666/thermomech_spine.FCStd...
  2532. --------------- End of thermomech_spine -------------------
  2533. [New Thread 0x7fff7bfff640 (LWP 12797)]
  2534. [New Thread 0x7fff9f7fe640 (LWP 12798)]
  2535. [Thread 0x7fff7bfff640 (LWP 12797) exited]
  2536. [Thread 0x7fff9f7fe640 (LWP 12798) exited]
  2537. ok
  2538. test_00print (femtest.app.test_solver_calculix.TestSolverCalculix) ...
  2539. ****************************************************************************************************
  2540. ********** run FEM TestSolverCalculix tests *******************************************************
  2541. ****************************************************************************************************
  2542. ok
  2543. test_box_frequency (femtest.app.test_solver_calculix.TestSolverCalculix) ...  
  2544. [New Thread 0x7fff9f7fe640 (LWP 12803)]
  2545. [Thread 0x7fff9f7fe640 (LWP 12803) exited]
  2546. [New Thread 0x7fff9f7fe640 (LWP 12804)]
  2547. [New Thread 0x7fff7bfff640 (LWP 12805)]
  2548. [New Thread 0x7fff64e1b640 (LWP 12806)]
  2549. [Thread 0x7fff7bfff640 (LWP 12805) exited]
  2550. [New Thread 0x7fffad89b640 (LWP 12807)]
  2551. [Thread 0x7fffad89b640 (LWP 12807) exited]
  2552. [New Thread 0x7fffad89b640 (LWP 12808)]
  2553. [New Thread 0x7fff7bfff640 (LWP 12809)]
  2554.  
  2555. Get mesh data for constraints, materials and element geometry...
  2556. [{'ccx_elset': 'Evolumes', 'ccx_elset_name': 'MechanicalMaterialSolid', 'mat_obj_name': 'MechanicalMaterial', 'ccx_mat_name': 'Steel-Generic'}]
  2557. Getting mesh data time: 0.0 seconds.
  2558.  
  2559. CalculiX solver input writing...
  2560. Input file:/tmp/FEM_unittests/solver_calculix_box_frequency_02b71bde2110/Mesh.inp
  2561. One monster input file.
  2562. Writing time CalculiX input file: 0.006 seconds.
  2563. [Thread 0x7fff9f7fe640 (LWP 12804) exited]
  2564. [Thread 0x7fffad89b640 (LWP 12808) exited]
  2565. [Thread 0x7fff64e1b640 (LWP 12806) exited]
  2566. [Thread 0x7fff7bfff640 (LWP 12809) exited]
  2567. [New Thread 0x7fff7bfff640 (LWP 12810)]
  2568. ok
  2569. [Thread 0x7fff7bfff640 (LWP 12810) exited]
  2570. test_box_static (femtest.app.test_solver_calculix.TestSolverCalculix) ...  
  2571. [New Thread 0x7fff7bfff640 (LWP 12811)]
  2572. [Thread 0x7fff7bfff640 (LWP 12811) exited]
  2573. [New Thread 0x7fff7bfff640 (LWP 12812)]
  2574. [New Thread 0x7fff64e1b640 (LWP 12813)]
  2575. [New Thread 0x7fffad89b640 (LWP 12814)]
  2576. [Thread 0x7fff64e1b640 (LWP 12813) exited]
  2577. [New Thread 0x7fff64e1b640 (LWP 12815)]
  2578. [Thread 0x7fff64e1b640 (LWP 12815) exited]
  2579. [New Thread 0x7fff64e1b640 (LWP 12816)]
  2580. [New Thread 0x7fff9f7fe640 (LWP 12817)]
  2581.  
  2582. Get mesh data for constraints, materials and element geometry...
  2583. [{'ccx_elset': 'Evolumes', 'ccx_elset_name': 'MechanicalMaterialSolid', 'mat_obj_name': 'MechanicalMaterial', 'ccx_mat_name': 'Steel-Generic'}]
  2584. FemConstraintFixed:
  2585.     Type: Fem::ConstraintFixed, Name: FemConstraintFixed
  2586.     ReferenceShape ... Type: Face, Object name: Box, Object label: Box, Element name: Face1
  2587. [New Thread 0x7fff6461a640 (LWP 12818)]
  2588. FemConstraintForce:
  2589.     Type: Fem::ConstraintForce, Name: FemConstraintForce
  2590.     ReferenceShape ... Type: Face, Object name: Box, Object label: Box, Element name: Face6
  2591.   No face data in finite volume element mesh. FreeCAD uses getccxVolumesByFace() to retrieve the volume elements of the ref_face.
  2592. FemConstraintPressure:
  2593.     Type: Fem::ConstraintPressure, Name: FemConstraintPressure
  2594.     ReferenceShape ... Type: Face, Object name: Box, Object label: Box, Element name: Face2
  2595. Getting mesh data time: 0.083 seconds.
  2596.  
  2597. CalculiX solver input writing...
  2598. Input file:/tmp/FEM_unittests/solver_calculix_box_static_58797a7d24eb/Mesh.inp
  2599. One monster input file.
  2600. Writing time CalculiX input file: 0.007 seconds.
  2601. [Thread 0x7fff9f7fe640 (LWP 12817) exited]
  2602. [Thread 0x7fffad89b640 (LWP 12814) exited]
  2603. [Thread 0x7fff7bfff640 (LWP 12812) exited]
  2604. [Thread 0x7fff64e1b640 (LWP 12816) exited]
  2605. [New Thread 0x7fff64e1b640 (LWP 12819)]
  2606. [Thread 0x7fff64e1b640 (LWP 12819) exited]
  2607. [Thread 0x7fff6461a640 (LWP 12818) exited]
  2608. ok
  2609. [New Thread 0x7fff6461a640 (LWP 12824)]
  2610. [Thread 0x7fff6461a640 (LWP 12824) exited]
  2611. [New Thread 0x7fff6461a640 (LWP 12825)]
  2612. [New Thread 0x7fff64e1b640 (LWP 12826)]
  2613. [New Thread 0x7fffad89b640 (LWP 12827)]
  2614. [New Thread 0x7fff9f7fe640 (LWP 12828)]
  2615. [Thread 0x7fff64e1b640 (LWP 12826) exited]
  2616. [Thread 0x7fff9f7fe640 (LWP 12828) exited]
  2617. [New Thread 0x7fff9f7fe640 (LWP 12829)]
  2618. [New Thread 0x7fff64e1b640 (LWP 12830)]
  2619. test_ccx_buckling_flexuralbuckling (femtest.app.test_solver_calculix.TestSolverCalculix) ...
  2620. Get mesh data for constraints, materials and element geometry...
  2621. [{'ccx_elset': 'Evolumes', 'ccx_elset_name': 'MechanicalMaterialSolid', 'mat_obj_name': 'MechanicalMaterial', 'ccx_mat_name': 'CalculiX-Steel'}]
  2622. ConstraintFixed:
  2623.     Type: Fem::ConstraintFixed, Name: ConstraintFixed
  2624.     ReferenceShape ... Type: Face, Object name: Beam, Object label: Beam, Element name: Face5
  2625. [New Thread 0x7fff7bfff640 (LWP 12831)]
  2626. ConstraintForce:
  2627.     Type: Fem::ConstraintForce, Name: ConstraintForce
  2628.     ReferenceShape ... Type: Face, Object name: Beam, Object label: Beam, Element name: Face6
  2629.   No face data in finite volume element mesh. FreeCAD uses getccxVolumesByFace() to retrieve the volume elements of the ref_face.
  2630. Getting mesh data time: 0.044 seconds.
  2631.  
  2632. CalculiX solver input writing...
  2633. Input file:/tmp/FEM_unittests/solver_calculix_ccx_buckling_flexuralbuckling_fb6200b8efa7/Mesh.inp
  2634. One monster input file.
  2635. Writing time CalculiX input file: 0.01 seconds.
  2636. [Thread 0x7fff64e1b640 (LWP 12830) exited]
  2637. [Thread 0x7fffad89b640 (LWP 12827) exited]
  2638. [Thread 0x7fff6461a640 (LWP 12825) exited]
  2639. [Thread 0x7fff7bfff640 (LWP 12831) exited]
  2640. [Thread 0x7fff9f7fe640 (LWP 12829) exited]
  2641. [New Thread 0x7fff9f7fe640 (LWP 12832)]
  2642. ok
  2643. [Thread 0x7fff9f7fe640 (LWP 12832) exited]
  2644. [New Thread 0x7fff9f7fe640 (LWP 12836)]
  2645. [Thread 0x7fff9f7fe640 (LWP 12836) exited]
  2646. [New Thread 0x7fff9f7fe640 (LWP 12837)]
  2647. [New Thread 0x7fff7bfff640 (LWP 12838)]
  2648. [New Thread 0x7fffad89b640 (LWP 12839)]
  2649. [New Thread 0x7fff6461a640 (LWP 12840)]
  2650. [New Thread 0x7fff7bfff640 (LWP 12841)]
  2651. [Thread 0x7fff6461a640 (LWP 12840) exited]
  2652. [Thread 0x7fff7bfff640 (LWP 12838) exited]
  2653. [New Thread 0x7fff6461a640 (LWP 12842)]
  2654. test_ccx_cantilever_beam_circle (femtest.app.test_solver_calculix.TestSolverCalculix) ...
  2655. Get mesh data for constraints, materials and element geometry...
  2656. Beam rotations
  2657. [New Thread 0x7fff64e1b640 (LWP 12843)]
  2658. std search: get_femelements_by_femnodes_std
  2659. beam_axis_m is retrieved from the geometry but we could get if from mesh edge too
  2660. [{'direction': Vector (8000.0, 0.0, 0.0), 'ids': [1, 2, 3, 4, 5], 'beam_axis_m': [-0.0, 1.0, 0]}]
  2661. ConstraintFixed:
  2662.     Type: Fem::ConstraintFixed, Name: ConstraintFixed
  2663.     ReferenceShape ... Type: Vertex, Object name: CantileverLine, Object label: CantileverLine, Element name: Vertex1
  2664. ConstraintForce:
  2665.     Type: Fem::ConstraintForce, Name: ConstraintForce
  2666.     ReferenceShape ... Type: Vertex, Object name: CantileverLine, Object label: CantileverLine, Element name: Vertex2
  2667. Getting mesh data time: 0.004 seconds.
  2668.  
  2669. CalculiX solver input writing...
  2670. Input file:/tmp/FEM_unittests/solver_calculix_ccx_cantilever_beam_circle_e409fae1e553/Mesh.inp
  2671. One monster input file.
  2672. -0, 1, 0
  2673.  
  2674. Writing time CalculiX input file: 0.002 seconds.
  2675. [Thread 0x7fff64e1b640 (LWP 12843) exited]
  2676. [Thread 0x7fff7bfff640 (LWP 12841) exited]
  2677. [Thread 0x7fffad89b640 (LWP 12839) exited]
  2678. [Thread 0x7fff9f7fe640 (LWP 12837) exited]
  2679. [Thread 0x7fff6461a640 (LWP 12842) exited]
  2680. [New Thread 0x7fff6461a640 (LWP 12844)]
  2681. ok
  2682. [Thread 0x7fff6461a640 (LWP 12844) exited]
  2683. [New Thread 0x7fff6461a640 (LWP 12845)]
  2684. [Thread 0x7fff6461a640 (LWP 12845) exited]
  2685. [New Thread 0x7fff6461a640 (LWP 12846)]
  2686. [New Thread 0x7fffad89b640 (LWP 12847)]
  2687. [New Thread 0x7fff9f7fe640 (LWP 12848)]
  2688. [New Thread 0x7fff7bfff640 (LWP 12849)]
  2689. [Thread 0x7fffad89b640 (LWP 12847) exited]
  2690. [New Thread 0x7fff7bfff640 (LWP 12850)]
  2691. [Thread 0x7fff7bfff640 (LWP 12849) exited]
  2692. test_ccx_cantilever_beam_pipe (femtest.app.test_solver_calculix.TestSolverCalculix) ...
  2693. Get mesh data for constraints, materials and element geometry...
  2694. Beam rotations
  2695. [New Thread 0x7fffad89b640 (LWP 12851)]
  2696. std search: get_femelements_by_femnodes_std
  2697. beam_axis_m is retrieved from the geometry but we could get if from mesh edge too
  2698. [{'direction': Vector (8000.0, 0.0, 0.0), 'ids': [1, 2, 3, 4, 5], 'beam_axis_m': [-0.0, 1.0, 0]}]
  2699. ConstraintFixed:
  2700.     Type: Fem::ConstraintFixed, Name: ConstraintFixed
  2701.     ReferenceShape ... Type: Vertex, Object name: CantileverLine, Object label: CantileverLine, Element name: Vertex1
  2702. ConstraintForce:
  2703.     Type: Fem::ConstraintForce, Name: ConstraintForce
  2704.     ReferenceShape ... Type: Vertex, Object name: CantileverLine, Object label: CantileverLine, Element name: Vertex2
  2705. Getting mesh data time: 0.004 seconds.
  2706. [New Thread 0x7fff64e1b640 (LWP 12852)]
  2707.  
  2708. CalculiX solver input writing...
  2709. Input file:/tmp/FEM_unittests/solver_calculix_ccx_cantilever_beam_pipe_9a539e05e829/Mesh.inp
  2710. One monster input file.
  2711. -0, 1, 0
  2712.  
  2713. Writing time CalculiX input file: 0.002 seconds.
  2714. [Thread 0x7fffad89b640 (LWP 12851) exited]
  2715. [Thread 0x7fff7bfff640 (LWP 12850) exited]
  2716. [Thread 0x7fff64e1b640 (LWP 12852) exited]
  2717. [Thread 0x7fff6461a640 (LWP 12846) exited]
  2718. [Thread 0x7fff9f7fe640 (LWP 12848) exited]
  2719. [New Thread 0x7fff9f7fe640 (LWP 12853)]
  2720. ok
  2721. [Thread 0x7fff9f7fe640 (LWP 12853) exited]
  2722. [New Thread 0x7fff9f7fe640 (LWP 12857)]
  2723. [Thread 0x7fff9f7fe640 (LWP 12857) exited]
  2724. [New Thread 0x7fff9f7fe640 (LWP 12858)]
  2725. [New Thread 0x7fff6461a640 (LWP 12859)]
  2726. [New Thread 0x7fff64e1b640 (LWP 12860)]
  2727. [New Thread 0x7fff7bfff640 (LWP 12861)]
  2728. [Thread 0x7fff6461a640 (LWP 12859) exited]
  2729. [Thread 0x7fff7bfff640 (LWP 12861) exited]
  2730. [New Thread 0x7fff7bfff640 (LWP 12862)]
  2731. [New Thread 0x7fff6461a640 (LWP 12863)]
  2732. test_ccx_cantilever_beam_rect (femtest.app.test_solver_calculix.TestSolverCalculix) ...
  2733. Get mesh data for constraints, materials and element geometry...
  2734. Beam rotations
  2735. [New Thread 0x7fffad89b640 (LWP 12864)]
  2736. std search: get_femelements_by_femnodes_std
  2737. beam_axis_m is retrieved from the geometry but we could get if from mesh edge too
  2738. [{'direction': Vector (8000.0, 0.0, 0.0), 'ids': [1, 2, 3, 4, 5], 'beam_axis_m': [-0.0, 1.0, 0]}]
  2739. ConstraintFixed:
  2740.     Type: Fem::ConstraintFixed, Name: ConstraintFixed
  2741.     ReferenceShape ... Type: Vertex, Object name: CantileverLine, Object label: CantileverLine, Element name: Vertex1
  2742. ConstraintForce:
  2743.     Type: Fem::ConstraintForce, Name: ConstraintForce
  2744.     ReferenceShape ... Type: Vertex, Object name: CantileverLine, Object label: CantileverLine, Element name: Vertex2
  2745. Getting mesh data time: 0.003 seconds.
  2746.  
  2747. CalculiX solver input writing...
  2748. Input file:/tmp/FEM_unittests/solver_calculix_ccx_cantilever_beam_rect_c5042eaa49c4/Mesh.inp
  2749. One monster input file.
  2750. -0, 1, 0
  2751.  
  2752. Writing time CalculiX input file: 0.002 seconds.
  2753. [Thread 0x7fff64e1b640 (LWP 12860) exited]
  2754. [Thread 0x7fff9f7fe640 (LWP 12858) exited]
  2755. [Thread 0x7fff6461a640 (LWP 12863) exited]
  2756. [Thread 0x7fff7bfff640 (LWP 12862) exited]
  2757. [Thread 0x7fffad89b640 (LWP 12864) exited]
  2758. [New Thread 0x7fff7bfff640 (LWP 12865)]
  2759. ok
  2760. [Thread 0x7fff7bfff640 (LWP 12865) exited]
  2761. [New Thread 0x7fff7bfff640 (LWP 12869)]
  2762. [Thread 0x7fff7bfff640 (LWP 12869) exited]
  2763. [New Thread 0x7fff7bfff640 (LWP 12870)]
  2764. [Thread 0x7fff7bfff640 (LWP 12870) exited]
  2765. [New Thread 0x7fff7bfff640 (LWP 12871)]
  2766. [New Thread 0x7fffad89b640 (LWP 12872)]
  2767. [New Thread 0x7fff6461a640 (LWP 12873)]
  2768. [New Thread 0x7fff64e1b640 (LWP 12874)]
  2769. [Thread 0x7fffad89b640 (LWP 12872) exited]
  2770. [New Thread 0x7fffad89b640 (LWP 12875)]
  2771. [Thread 0x7fff64e1b640 (LWP 12874) exited]
  2772. test_ccx_cantilever_ele_hexa20 (femtest.app.test_solver_calculix.TestSolverCalculix) ...
  2773. Get mesh data for constraints, materials and element geometry...
  2774. [New Thread 0x7fff64e1b640 (LWP 12876)]
  2775. [{'ccx_elset': 'Evolumes', 'ccx_elset_name': 'FemMaterialSolid', 'mat_obj_name': 'FemMaterial', 'ccx_mat_name': 'CalculiX-Steel'}]
  2776. ConstraintFixed:
  2777.     Type: Fem::ConstraintFixed, Name: ConstraintFixed
  2778.     ReferenceShape ... Type: Face, Object name: Box, Object label: Box, Element name: Face1
  2779. [New Thread 0x7fff9f7fe640 (LWP 12877)]
  2780. ConstraintForce:
  2781.     Type: Fem::ConstraintForce, Name: ConstraintForce
  2782.     ReferenceShape ... Type: Face, Object name: Box, Object label: Box, Element name: Face2
  2783.   No face data in finite volume element mesh. FreeCAD uses getccxVolumesByFace() to retrieve the volume elements of the ref_face.
  2784. Getting mesh data time: 0.031 seconds.
  2785.  
  2786. CalculiX solver input writing...
  2787. Input file:/tmp/FEM_unittests/solver_calculix_ccx_cantilever_ele_hexa20_91e06a8794b7/Mesh.inp
  2788. One monster input file.
  2789. Writing time CalculiX input file: 0.004 seconds.
  2790. [Thread 0x7fff64e1b640 (LWP 12876) exited]
  2791. [Thread 0x7fff7bfff640 (LWP 12871) exited]
  2792. [Thread 0x7fff6461a640 (LWP 12873) exited]
  2793. [Thread 0x7fff9f7fe640 (LWP 12877) exited]
  2794. [Thread 0x7fffad89b640 (LWP 12875) exited]
  2795. [New Thread 0x7fffad89b640 (LWP 12878)]
  2796. ok
  2797. [Thread 0x7fffad89b640 (LWP 12878) exited]
  2798. [New Thread 0x7fffad89b640 (LWP 12879)]
  2799. [Thread 0x7fffad89b640 (LWP 12879) exited]
  2800. [New Thread 0x7fffad89b640 (LWP 12880)]
  2801. [Thread 0x7fffad89b640 (LWP 12880) exited]
  2802. [New Thread 0x7fffad89b640 (LWP 12881)]
  2803. [New Thread 0x7fff9f7fe640 (LWP 12882)]
  2804. [New Thread 0x7fff6461a640 (LWP 12883)]
  2805. [New Thread 0x7fff64e1b640 (LWP 12884)]
  2806. [Thread 0x7fff9f7fe640 (LWP 12882) exited]
  2807. [Thread 0x7fff64e1b640 (LWP 12884) exited]
  2808. [New Thread 0x7fff64e1b640 (LWP 12885)]
  2809. [New Thread 0x7fff9f7fe640 (LWP 12886)]
  2810. test_ccx_cantilever_ele_quad4 (femtest.app.test_solver_calculix.TestSolverCalculix) ...
  2811. Get mesh data for constraints, materials and element geometry...
  2812. ConstraintFixed:
  2813.     Type: Fem::ConstraintFixed, Name: ConstraintFixed
  2814.     ReferenceShape ... Type: Edge, Object name: CanileverPlate, Object label: CanileverPlate, Element name: Edge1
  2815. [New Thread 0x7fff7bfff640 (LWP 12887)]
  2816. ConstraintForce:
  2817.     Type: Fem::ConstraintForce, Name: ConstraintForce
  2818.     ReferenceShape ... Type: Edge, Object name: CanileverPlate, Object label: CanileverPlate, Element name: Edge3
  2819. Getting mesh data time: 0.003 seconds.
  2820.  
  2821. CalculiX solver input writing...
  2822. Input file:/tmp/FEM_unittests/solver_calculix_ccx_cantilever_ele_quad4_e99bd21309a0/Mesh.inp
  2823. One monster input file.
  2824. Writing time CalculiX input file: 0.002 seconds.
  2825. [Thread 0x7fff9f7fe640 (LWP 12886) exited]
  2826. [Thread 0x7fff6461a640 (LWP 12883) exited]
  2827. [Thread 0x7fffad89b640 (LWP 12881) exited]
  2828. [Thread 0x7fff7bfff640 (LWP 12887) exited]
  2829. [Thread 0x7fff64e1b640 (LWP 12885) exited]
  2830. [New Thread 0x7fff64e1b640 (LWP 12888)]
  2831. ok
  2832. [Thread 0x7fff64e1b640 (LWP 12888) exited]
  2833. [New Thread 0x7fff64e1b640 (LWP 12892)]
  2834. [Thread 0x7fff64e1b640 (LWP 12892) exited]
  2835. [New Thread 0x7fff64e1b640 (LWP 12893)]
  2836. [Thread 0x7fff64e1b640 (LWP 12893) exited]
  2837. [New Thread 0x7fff64e1b640 (LWP 12894)]
  2838. [New Thread 0x7fff7bfff640 (LWP 12895)]
  2839. [New Thread 0x7fff6461a640 (LWP 12896)]
  2840. [New Thread 0x7fffad89b640 (LWP 12897)]
  2841. [Thread 0x7fff7bfff640 (LWP 12895) exited]
  2842. [Thread 0x7fffad89b640 (LWP 12897) exited]
  2843. [New Thread 0x7fff7bfff640 (LWP 12898)]
  2844. [New Thread 0x7fffad89b640 (LWP 12899)]
  2845. test_ccx_cantilever_ele_quad8 (femtest.app.test_solver_calculix.TestSolverCalculix) ...
  2846. Get mesh data for constraints, materials and element geometry...
  2847. ConstraintFixed:
  2848.     Type: Fem::ConstraintFixed, Name: ConstraintFixed
  2849.     ReferenceShape ... Type: Edge, Object name: CanileverPlate, Object label: CanileverPlate, Element name: Edge1
  2850. [New Thread 0x7fff9f7fe640 (LWP 12900)]
  2851. ConstraintForce:
  2852.     Type: Fem::ConstraintForce, Name: ConstraintForce
  2853.     ReferenceShape ... Type: Edge, Object name: CanileverPlate, Object label: CanileverPlate, Element name: Edge3
  2854. Getting mesh data time: 0.004 seconds.
  2855.  
  2856. CalculiX solver input writing...
  2857. Input file:/tmp/FEM_unittests/solver_calculix_ccx_cantilever_ele_quad8_88c9f7499d14/Mesh.inp
  2858. One monster input file.
  2859. Writing time CalculiX input file: 0.002 seconds.
  2860. [Thread 0x7fff6461a640 (LWP 12896) exited]
  2861. [Thread 0x7fff64e1b640 (LWP 12894) exited]
  2862. [Thread 0x7fff7bfff640 (LWP 12898) exited]
  2863. [Thread 0x7fff9f7fe640 (LWP 12900) exited]
  2864. [Thread 0x7fffad89b640 (LWP 12899) exited]
  2865. [New Thread 0x7fffad89b640 (LWP 12901)]
  2866. ok
  2867. [Thread 0x7fffad89b640 (LWP 12901) exited]
  2868. [New Thread 0x7fffad89b640 (LWP 12902)]
  2869. [Thread 0x7fffad89b640 (LWP 12902) exited]
  2870. [New Thread 0x7fffad89b640 (LWP 12903)]
  2871. [Thread 0x7fffad89b640 (LWP 12903) exited]
  2872. [New Thread 0x7fffad89b640 (LWP 12904)]
  2873. [New Thread 0x7fff7bfff640 (LWP 12905)]
  2874. [New Thread 0x7fff9f7fe640 (LWP 12906)]
  2875. [New Thread 0x7fff6461a640 (LWP 12907)]
  2876. [Thread 0x7fff7bfff640 (LWP 12905) exited]
  2877. [New Thread 0x7fff7bfff640 (LWP 12908)]
  2878. [Thread 0x7fff6461a640 (LWP 12907) exited]
  2879. [New Thread 0x7fff6461a640 (LWP 12909)]
  2880. test_ccx_cantilever_ele_seg2 (femtest.app.test_solver_calculix.TestSolverCalculix) ...
  2881. Get mesh data for constraints, materials and element geometry...
  2882. Beam rotations
  2883. [New Thread 0x7fff64e1b640 (LWP 12910)]
  2884. std search: get_femelements_by_femnodes_std
  2885. beam_axis_m is retrieved from the geometry but we could get if from mesh edge too
  2886. [{'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]}]
  2887. ConstraintFixed:
  2888.     Type: Fem::ConstraintFixed, Name: ConstraintFixed
  2889.     ReferenceShape ... Type: Vertex, Object name: CantileverLine, Object label: CantileverLine, Element name: Vertex1
  2890. ConstraintForce:
  2891.     Type: Fem::ConstraintForce, Name: ConstraintForce
  2892.     ReferenceShape ... Type: Vertex, Object name: CantileverLine, Object label: CantileverLine, Element name: Vertex2
  2893. Getting mesh data time: 0.008 seconds.
  2894.  
  2895. CalculiX solver input writing...
  2896. Input file:/tmp/FEM_unittests/solver_calculix_ccx_cantilever_ele_seg2_ec482bc9d994/Mesh.inp
  2897. One monster input file.
  2898. -0, 1, 0
  2899.  
  2900. Writing time CalculiX input file: 0.002 seconds.
  2901. [Thread 0x7fff6461a640 (LWP 12909) exited]
  2902. [Thread 0x7fff9f7fe640 (LWP 12906) exited]
  2903. [Thread 0x7fffad89b640 (LWP 12904) exited]
  2904. [Thread 0x7fff64e1b640 (LWP 12910) exited]
  2905. [Thread 0x7fff7bfff640 (LWP 12908) exited]
  2906. [New Thread 0x7fff7bfff640 (LWP 12911)]
  2907. ok
  2908. [Thread 0x7fff7bfff640 (LWP 12911) exited]
  2909. [New Thread 0x7fff7bfff640 (LWP 12915)]
  2910. [Thread 0x7fff7bfff640 (LWP 12915) exited]
  2911. [New Thread 0x7fff7bfff640 (LWP 12916)]
  2912. [New Thread 0x7fff64e1b640 (LWP 12917)]
  2913. [New Thread 0x7fff9f7fe640 (LWP 12918)]
  2914. [New Thread 0x7fff6461a640 (LWP 12919)]
  2915. [Thread 0x7fff64e1b640 (LWP 12917) exited]
  2916. [New Thread 0x7fff64e1b640 (LWP 12920)]
  2917. [Thread 0x7fff6461a640 (LWP 12919) exited]
  2918. test_ccx_cantilever_ele_seg3 (femtest.app.test_solver_calculix.TestSolverCalculix) ...
  2919. Get mesh data for constraints, materials and element geometry...
  2920. [New Thread 0x7fff6461a640 (LWP 12921)]
  2921. Beam rotations
  2922. [New Thread 0x7fffad89b640 (LWP 12922)]
  2923. std search: get_femelements_by_femnodes_std
  2924. beam_axis_m is retrieved from the geometry but we could get if from mesh edge too
  2925. [{'direction': Vector (8000.0, 0.0, 0.0), 'ids': [1, 2, 3, 4, 5], 'beam_axis_m': [-0.0, 1.0, 0]}]
  2926. ConstraintFixed:
  2927.     Type: Fem::ConstraintFixed, Name: ConstraintFixed
  2928.     ReferenceShape ... Type: Vertex, Object name: CantileverLine, Object label: CantileverLine, Element name: Vertex1
  2929. ConstraintForce:
  2930.     Type: Fem::ConstraintForce, Name: ConstraintForce
  2931.     ReferenceShape ... Type: Vertex, Object name: CantileverLine, Object label: CantileverLine, Element name: Vertex2
  2932. Getting mesh data time: 0.003 seconds.
  2933.  
  2934. CalculiX solver input writing...
  2935. Input file:/tmp/FEM_unittests/solver_calculix_ccx_cantilever_ele_seg3_22eefaea6f22/Mesh.inp
  2936. One monster input file.
  2937. -0, 1, 0
  2938.  
  2939. Writing time CalculiX input file: 0.002 seconds.
  2940. [Thread 0x7fff9f7fe640 (LWP 12918) exited]
  2941. [Thread 0x7fff7bfff640 (LWP 12916) exited]
  2942. [Thread 0x7fff6461a640 (LWP 12921) exited]
  2943. [Thread 0x7fffad89b640 (LWP 12922) exited]
  2944. [Thread 0x7fff64e1b640 (LWP 12920) exited]
  2945. [New Thread 0x7fff64e1b640 (LWP 12923)]
  2946. ok
  2947. [Thread 0x7fff64e1b640 (LWP 12923) exited]
  2948. [New Thread 0x7fff64e1b640 (LWP 12924)]
  2949. [Thread 0x7fff64e1b640 (LWP 12924) exited]
  2950. [New Thread 0x7fff64e1b640 (LWP 12925)]
  2951. [Thread 0x7fff64e1b640 (LWP 12925) exited]
  2952. [New Thread 0x7fff64e1b640 (LWP 12926)]
  2953. [New Thread 0x7fffad89b640 (LWP 12927)]
  2954. [New Thread 0x7fff6461a640 (LWP 12928)]
  2955. [New Thread 0x7fff9f7fe640 (LWP 12929)]
  2956. [Thread 0x7fffad89b640 (LWP 12927) exited]
  2957. [Thread 0x7fff9f7fe640 (LWP 12929) exited]
  2958. [New Thread 0x7fffad89b640 (LWP 12930)]
  2959. test_ccx_cantilever_ele_tria3 (femtest.app.test_solver_calculix.TestSolverCalculix) ...
  2960. Get mesh data for constraints, materials and element geometry...
  2961. ConstraintFixed:
  2962.     Type: Fem::ConstraintFixed, Name: ConstraintFixed
  2963.     ReferenceShape ... Type: Edge, Object name: CanileverPlate, Object label: CanileverPlate, Element name: Edge1
  2964. [New Thread 0x7fff9f7fe640 (LWP 12931)]
  2965. [New Thread 0x7fff7bfff640 (LWP 12932)]
  2966. ConstraintForce:
  2967.     Type: Fem::ConstraintForce, Name: ConstraintForce
  2968.     ReferenceShape ... Type: Edge, Object name: CanileverPlate, Object label: CanileverPlate, Element name: Edge3
  2969. Getting mesh data time: 0.018 seconds.
  2970.  
  2971. CalculiX solver input writing...
  2972. Input file:/tmp/FEM_unittests/solver_calculix_ccx_cantilever_ele_tria3_bb88922fa558/Mesh.inp
  2973. One monster input file.
  2974. Writing time CalculiX input file: 0.018 seconds.
  2975. [Thread 0x7fff7bfff640 (LWP 12932) exited]
  2976. [Thread 0x7fff64e1b640 (LWP 12926) exited]
  2977. [Thread 0x7fff9f7fe640 (LWP 12931) exited]
  2978. [Thread 0x7fffad89b640 (LWP 12930) exited]
  2979. [Thread 0x7fff6461a640 (LWP 12928) exited]
  2980. [New Thread 0x7fff6461a640 (LWP 12933)]
  2981. [Thread 0x7fff6461a640 (LWP 12933) exited]
  2982. ok
  2983. [New Thread 0x7fff6461a640 (LWP 12937)]
  2984. [Thread 0x7fff6461a640 (LWP 12937) exited]
  2985. [New Thread 0x7fff6461a640 (LWP 12938)]
  2986. [New Thread 0x7fffad89b640 (LWP 12939)]
  2987. [New Thread 0x7fff9f7fe640 (LWP 12940)]
  2988. [New Thread 0x7fff7bfff640 (LWP 12941)]
  2989. [Thread 0x7fffad89b640 (LWP 12939) exited]
  2990. [Thread 0x7fff9f7fe640 (LWP 12940) exited]
  2991. [New Thread 0x7fff9f7fe640 (LWP 12942)]
  2992. [New Thread 0x7fffad89b640 (LWP 12943)]
  2993. test_ccx_cantilever_ele_tria6 (femtest.app.test_solver_calculix.TestSolverCalculix) ...
  2994. Get mesh data for constraints, materials and element geometry...
  2995. ConstraintFixed:
  2996.     Type: Fem::ConstraintFixed, Name: ConstraintFixed
  2997.     ReferenceShape ... Type: Edge, Object name: CanileverPlate, Object label: CanileverPlate, Element name: Edge1
  2998. [New Thread 0x7fff64e1b640 (LWP 12944)]
  2999. ConstraintForce:
  3000.     Type: Fem::ConstraintForce, Name: ConstraintForce
  3001.     ReferenceShape ... Type: Edge, Object name: CanileverPlate, Object label: CanileverPlate, Element name: Edge3
  3002. Getting mesh data time: 0.005 seconds.
  3003.  
  3004. CalculiX solver input writing...
  3005. Input file:/tmp/FEM_unittests/solver_calculix_ccx_cantilever_ele_tria6_dff0d58992e3/Mesh.inp
  3006. One monster input file.
  3007. Writing time CalculiX input file: 0.004 seconds.
  3008. [Thread 0x7fff6461a640 (LWP 12938) exited]
  3009. [Thread 0x7fff64e1b640 (LWP 12944) exited]
  3010. [Thread 0x7fffad89b640 (LWP 12943) exited]
  3011. [Thread 0x7fff7bfff640 (LWP 12941) exited]
  3012. [Thread 0x7fff9f7fe640 (LWP 12942) exited]
  3013. [New Thread 0x7fff9f7fe640 (LWP 12945)]
  3014. ok
  3015. [Thread 0x7fff9f7fe640 (LWP 12945) exited]
  3016. [New Thread 0x7fff9f7fe640 (LWP 12950)]
  3017. [Thread 0x7fff9f7fe640 (LWP 12950) exited]
  3018. [New Thread 0x7fff9f7fe640 (LWP 12951)]
  3019. [New Thread 0x7fff64e1b640 (LWP 12952)]
  3020. [New Thread 0x7fff7bfff640 (LWP 12953)]
  3021. [Thread 0x7fff64e1b640 (LWP 12952) exited]
  3022. [New Thread 0x7fff64e1b640 (LWP 12954)]
  3023. [Thread 0x7fff64e1b640 (LWP 12954) exited]
  3024. [New Thread 0x7fff64e1b640 (LWP 12955)]
  3025. test_ccx_cantilever_faceload (femtest.app.test_solver_calculix.TestSolverCalculix) ...
  3026. Get mesh data for constraints, materials and element geometry...
  3027. [{'ccx_elset': 'Evolumes', 'ccx_elset_name': 'FemMaterialSolid', 'mat_obj_name': 'FemMaterial', 'ccx_mat_name': 'CalculiX-Steel'}]
  3028. ConstraintFixed:
  3029.     Type: Fem::ConstraintFixed, Name: ConstraintFixed
  3030.     ReferenceShape ... Type: Face, Object name: Box, Object label: Box, Element name: Face1
  3031. [New Thread 0x7fffad89b640 (LWP 12956)]
  3032. [New Thread 0x7fff6461a640 (LWP 12957)]
  3033. ConstraintForce:
  3034.     Type: Fem::ConstraintForce, Name: ConstraintForce
  3035.     ReferenceShape ... Type: Face, Object name: Box, Object label: Box, Element name: Face2
  3036.   No face data in finite volume element mesh. FreeCAD uses getccxVolumesByFace() to retrieve the volume elements of the ref_face.
  3037. Getting mesh data time: 0.024 seconds.
  3038.  
  3039. CalculiX solver input writing...
  3040. Input file:/tmp/FEM_unittests/solver_calculix_ccx_cantilever_faceload_b164a64b08e1/Mesh.inp
  3041. One monster input file.
  3042. Writing time CalculiX input file: 0.005 seconds.
  3043. [Thread 0x7fff6461a640 (LWP 12957) exited]
  3044. [Thread 0x7fff9f7fe640 (LWP 12951) exited]
  3045. [Thread 0x7fff7bfff640 (LWP 12953) exited]
  3046. [Thread 0x7fffad89b640 (LWP 12956) exited]
  3047. [Thread 0x7fff64e1b640 (LWP 12955) exited]
  3048. [New Thread 0x7fff64e1b640 (LWP 12958)]
  3049. ok
  3050. [Thread 0x7fff64e1b640 (LWP 12958) exited]
  3051. [New Thread 0x7fff64e1b640 (LWP 12959)]
  3052. [Thread 0x7fff64e1b640 (LWP 12959) exited]
  3053. [New Thread 0x7fff64e1b640 (LWP 12960)]
  3054. [New Thread 0x7fffad89b640 (LWP 12961)]
  3055. [New Thread 0x7fff7bfff640 (LWP 12962)]
  3056. [Thread 0x7fffad89b640 (LWP 12961) exited]
  3057. [New Thread 0x7fffad89b640 (LWP 12963)]
  3058. [New Thread 0x7fffad89b640 (LWP 12964)]
  3059. [Thread 0x7fffad89b640 (LWP 12963) exited]
  3060. test_ccx_cantilever_nodeload (femtest.app.test_solver_calculix.TestSolverCalculix) ...
  3061. Get mesh data for constraints, materials and element geometry...
  3062. [{'ccx_elset': 'Evolumes', 'ccx_elset_name': 'FemMaterialSolid', 'mat_obj_name': 'FemMaterial', 'ccx_mat_name': 'CalculiX-Steel'}]
  3063. ConstraintFixed:
  3064.     Type: Fem::ConstraintFixed, Name: ConstraintFixed
  3065.     ReferenceShape ... Type: Face, Object name: Box, Object label: Box, Element name: Face1
  3066. [New Thread 0x7fff9f7fe640 (LWP 12965)]
  3067. [New Thread 0x7fff6461a640 (LWP 12966)]
  3068. ConstraintForce:
  3069.     Type: Fem::ConstraintForce, Name: ConstraintForce
  3070.     ReferenceShape ... Type: Vertex, Object name: Box, Object label: Box, Element name: Vertex5
  3071.     ReferenceShape ... Type: Vertex, Object name: Box, Object label: Box, Element name: Vertex6
  3072.     ReferenceShape ... Type: Vertex, Object name: Box, Object label: Box, Element name: Vertex7
  3073.     ReferenceShape ... Type: Vertex, Object name: Box, Object label: Box, Element name: Vertex8
  3074. Getting mesh data time: 0.009 seconds.
  3075.  
  3076. CalculiX solver input writing...
  3077. Input file:/tmp/FEM_unittests/solver_calculix_ccx_cantilever_nodeload_3d9d77e58ab4/Mesh.inp
  3078. One monster input file.
  3079. Writing time CalculiX input file: 0.005 seconds.
  3080. [Thread 0x7fff9f7fe640 (LWP 12965) exited]
  3081. [Thread 0x7fff7bfff640 (LWP 12962) exited]
  3082. [Thread 0x7fff64e1b640 (LWP 12960) exited]
  3083. [Thread 0x7fffad89b640 (LWP 12964) exited]
  3084. [Thread 0x7fff6461a640 (LWP 12966) exited]
  3085. [New Thread 0x7fffad89b640 (LWP 12967)]
  3086. ok
  3087. [Thread 0x7fffad89b640 (LWP 12967) exited]
  3088. [New Thread 0x7fffad89b640 (LWP 12971)]
  3089. [Thread 0x7fffad89b640 (LWP 12971) exited]
  3090. [New Thread 0x7fffad89b640 (LWP 12972)]
  3091. [New Thread 0x7fff7bfff640 (LWP 12973)]
  3092. [New Thread 0x7fff64e1b640 (LWP 12974)]
  3093. [New Thread 0x7fff6461a640 (LWP 12975)]
  3094. [Thread 0x7fff7bfff640 (LWP 12973) exited]
  3095. [New Thread 0x7fff7bfff640 (LWP 12976)]
  3096. [Thread 0x7fff6461a640 (LWP 12975) exited]
  3097. [New Thread 0x7fff6461a640 (LWP 12977)]
  3098. test_ccx_cantilever_prescribeddisplacement (femtest.app.test_solver_calculix.TestSolverCalculix) ...
  3099. Get mesh data for constraints, materials and element geometry...
  3100. [{'ccx_elset': 'Evolumes', 'ccx_elset_name': 'FemMaterialSolid', 'mat_obj_name': 'FemMaterial', 'ccx_mat_name': 'CalculiX-Steel'}]
  3101. ConstraintFixed:
  3102.     Type: Fem::ConstraintFixed, Name: ConstraintFixed
  3103.     ReferenceShape ... Type: Face, Object name: Box, Object label: Box, Element name: Face1
  3104. [New Thread 0x7fff9f7fe640 (LWP 12978)]
  3105. ConstraintDisplacmentPrescribed:
  3106.     Type: Fem::ConstraintDisplacement, Name: ConstraintDisplacmentPrescribed
  3107.     ReferenceShape ... Type: Face, Object name: Box, Object label: Box, Element name: Face2
  3108. Getting mesh data time: 0.012 seconds.
  3109.  
  3110. CalculiX solver input writing...
  3111. Input file:/tmp/FEM_unittests/solver_calculix_ccx_cantilever_prescribeddisplacement_fcc09993fe1b/Mesh.inp
  3112. One monster input file.
  3113. Writing time CalculiX input file: 0.005 seconds.
  3114. [Thread 0x7fff9f7fe640 (LWP 12978) exited]
  3115. [Thread 0x7fff7bfff640 (LWP 12976) exited]
  3116. [Thread 0x7fff6461a640 (LWP 12977) exited]
  3117. [Thread 0x7fff64e1b640 (LWP 12974) exited]
  3118. [Thread 0x7fffad89b640 (LWP 12972) exited]
  3119. [New Thread 0x7fff64e1b640 (LWP 12979)]
  3120. ok
  3121. [Thread 0x7fff64e1b640 (LWP 12979) exited]
  3122. test_constraint_centrif (femtest.app.test_solver_calculix.TestSolverCalculix) ... ok
  3123. [New Thread 0x7fff64e1b640 (LWP 12988)]
  3124. [Thread 0x7fff64e1b640 (LWP 12988) exited]
  3125. [New Thread 0x7fff64e1b640 (LWP 12992)]
  3126. [New Thread 0x7fff6461a640 (LWP 12993)]
  3127. [New Thread 0x7fffad89b640 (LWP 12994)]
  3128. [New Thread 0x7fff7bfff640 (LWP 12995)]
  3129. [Thread 0x7fff6461a640 (LWP 12993) exited]
  3130. [Thread 0x7fff7bfff640 (LWP 12995) exited]
  3131. [New Thread 0x7fff7bfff640 (LWP 12996)]
  3132. [New Thread 0x7fff6461a640 (LWP 12997)]
  3133. test_constraint_contact_shell_shell (femtest.app.test_solver_calculix.TestSolverCalculix) ...
  3134. Get mesh data for constraints, materials and element geometry...
  3135. ConstraintFixed:
  3136.     Type: Fem::ConstraintFixed, Name: ConstraintFixed
  3137.     ReferenceShape ... Type: Edge, Object name: Lower_tube, Object label: Lower_tube, Element name: Edge2
  3138. [New Thread 0x7fff63d19640 (LWP 12998)]
  3139.     ReferenceShape ... Type: Edge, Object name: Upper_tube, Object label: Upper_tube, Element name: Edge3
  3140. ConstraintContact:
  3141.     Type: Fem::ConstraintContact, Name: ConstraintContact
  3142. ConstraintForce:
  3143.     Type: Fem::ConstraintForce, Name: ConstraintForce
  3144.     ReferenceShape ... Type: Vertex, Object name: Load_place_point, Object label: Load_place_point, Element name: Vertex1
  3145. Getting mesh data time: 10.332 seconds.
  3146.  
  3147. CalculiX solver input writing...
  3148. Input file:/tmp/FEM_unittests/solver_calculix_constraint_contact_shell_shell_91a3f14959a9/Mesh.inp
  3149. One monster input file.
  3150. Writing time CalculiX input file: 0.31 seconds.
  3151. [Thread 0x7fff63d19640 (LWP 12998) exited]
  3152. [Thread 0x7fff6461a640 (LWP 12997) exited]
  3153. [Thread 0x7fff7bfff640 (LWP 12996) exited]
  3154. [Thread 0x7fffad89b640 (LWP 12994) exited]
  3155. [Thread 0x7fff64e1b640 (LWP 12992) exited]
  3156. [New Thread 0x7fffad89b640 (LWP 13016)]
  3157. [Thread 0x7fffad89b640 (LWP 13016) exited]
  3158. ok
  3159. test_constraint_contact_solid_solid (femtest.app.test_solver_calculix.TestSolverCalculix) ... ok
  3160. [New Thread 0x7fffad89b640 (LWP 13020)]
  3161. [Thread 0x7fffad89b640 (LWP 13020) exited]
  3162. [New Thread 0x7fffad89b640 (LWP 13021)]
  3163. [Thread 0x7fffad89b640 (LWP 13021) exited]
  3164. [New Thread 0x7fffad89b640 (LWP 13022)]
  3165. [New Thread 0x7fff64e1b640 (LWP 13023)]
  3166. [New Thread 0x7fff7bfff640 (LWP 13024)]
  3167. [New Thread 0x7fff63d19640 (LWP 13025)]
  3168. [Thread 0x7fff64e1b640 (LWP 13023) exited]
  3169. [Thread 0x7fff63d19640 (LWP 13025) exited]
  3170. [New Thread 0x7fff64e1b640 (LWP 13026)]
  3171. [New Thread 0x7fff63d19640 (LWP 13027)]
  3172. test_constraint_sectionprint (femtest.app.test_solver_calculix.TestSolverCalculix) ...
  3173. Get mesh data for constraints, materials and element geometry...
  3174. [{'ccx_elset': 'Evolumes', 'ccx_elset_name': 'MaterialSolid', 'mat_obj_name': 'Material', 'ccx_mat_name': 'CalculiX-Steel'}]
  3175. ConstraintFixed:
  3176.     Type: Fem::ConstraintFixed, Name: ConstraintFixed
  3177.     ReferenceShape ... Type: Face, Object name: BooleanFragments, Object label: BooleanFragments, Element name: Face9
  3178. [New Thread 0x7fff63218640 (LWP 13028)]
  3179. ConstraintPressure:
  3180.     Type: Fem::ConstraintPressure, Name: ConstraintPressure
  3181.     ReferenceShape ... Type: Face, Object name: BooleanFragments, Object label: BooleanFragments, Element name: Face1
  3182. Getting mesh data time: 0.451 seconds.
  3183.  
  3184. CalculiX solver input writing...
  3185. Input file:/tmp/FEM_unittests/solver_calculix_constraint_sectionprint_e072893581e7/Mesh.inp
  3186. One monster input file.
  3187. Writing time CalculiX input file: 0.046 seconds.
  3188. [Thread 0x7fff63d19640 (LWP 13027) exited]
  3189. [Thread 0x7fff7bfff640 (LWP 13024) exited]
  3190. [Thread 0x7fffad89b640 (LWP 13022) exited]
  3191. [Thread 0x7fff63218640 (LWP 13028) exited]
  3192. [Thread 0x7fff64e1b640 (LWP 13026) exited]
  3193. [New Thread 0x7fff64e1b640 (LWP 13032)]
  3194. [Thread 0x7fff64e1b640 (LWP 13032) exited]
  3195. ok
  3196. [New Thread 0x7fff64e1b640 (LWP 13033)]
  3197. [Thread 0x7fff64e1b640 (LWP 13033) exited]
  3198. [New Thread 0x7fff64e1b640 (LWP 13034)]
  3199. [New Thread 0x7fff63218640 (LWP 13035)]
  3200. [New Thread 0x7fff7bfff640 (LWP 13036)]
  3201. [New Thread 0x7fffad89b640 (LWP 13037)]
  3202. [Thread 0x7fff63218640 (LWP 13035) exited]
  3203. [New Thread 0x7fff63218640 (LWP 13038)]
  3204. [Thread 0x7fffad89b640 (LWP 13037) exited]
  3205. test_constraint_selfweight_cantilever (femtest.app.test_solver_calculix.TestSolverCalculix) ...
  3206. Get mesh data for constraints, materials and element geometry...
  3207. [New Thread 0x7fffad89b640 (LWP 13039)]
  3208. [{'ccx_elset': 'Evolumes', 'ccx_elset_name': 'FemMaterialSolid', 'mat_obj_name': 'FemMaterial', 'ccx_mat_name': 'CalculiX-Steel'}]
  3209. ConstraintFixed:
  3210.     Type: Fem::ConstraintFixed, Name: ConstraintFixed
  3211.     ReferenceShape ... Type: Face, Object name: Box, Object label: Box, Element name: Face1
  3212. [New Thread 0x7fff6461a640 (LWP 13040)]
  3213. Getting mesh data time: 0.009 seconds.
  3214.  
  3215. CalculiX solver input writing...
  3216. Input file:/tmp/FEM_unittests/solver_calculix_constraint_selfweight_cantilever_36cdf1eea82a/Mesh.inp
  3217. One monster input file.
  3218. Writing time CalculiX input file: 0.028 seconds.
  3219. [Thread 0x7fff6461a640 (LWP 13040) exited]
  3220. [Thread 0x7fffad89b640 (LWP 13039) exited]
  3221. [Thread 0x7fff63218640 (LWP 13038) exited]
  3222. [Thread 0x7fff7bfff640 (LWP 13036) exited]
  3223. [Thread 0x7fff64e1b640 (LWP 13034) exited]
  3224. [New Thread 0x7fff7bfff640 (LWP 13041)]
  3225. [Thread 0x7fff7bfff640 (LWP 13041) exited]
  3226. ok
  3227. [New Thread 0x7fff7bfff640 (LWP 13048)]
  3228. [Thread 0x7fff7bfff640 (LWP 13048) exited]
  3229. [New Thread 0x7fff7bfff640 (LWP 13049)]
  3230. [New Thread 0x7fff64e1b640 (LWP 13050)]
  3231. [New Thread 0x7fff63218640 (LWP 13051)]
  3232. [Thread 0x7fff64e1b640 (LWP 13050) exited]
  3233. [New Thread 0x7fff64e1b640 (LWP 13052)]
  3234. [Thread 0x7fff64e1b640 (LWP 13052) exited]
  3235. [New Thread 0x7fff64e1b640 (LWP 13053)]
  3236. [New Thread 0x7fff6461a640 (LWP 13054)]
  3237. test_constraint_tie (femtest.app.test_solver_calculix.TestSolverCalculix) ...
  3238. Get mesh data for constraints, materials and element geometry...
  3239. [{'ccx_elset': 'Evolumes', 'ccx_elset_name': 'MechanicalMaterialSolid', 'mat_obj_name': 'MechanicalMaterial', 'ccx_mat_name': 'Calculix-Steel'}]
  3240. ConstraintFixed:
  3241.     Type: Fem::ConstraintFixed, Name: ConstraintFixed
  3242.     ReferenceShape ... Type: Edge, Object name: BooleanFragments, Object label: BooleanFragments, Element name: Edge1
  3243. [New Thread 0x7fffad89b640 (LWP 13055)]
  3244. ConstraintTie:
  3245.     Type: Fem::ConstraintTie, Name: ConstraintTie
  3246.     ReferenceShape ... Type: Face, Object name: BooleanFragments, Object label: BooleanFragments, Element name: Face5
  3247.     ReferenceShape ... Type: Face, Object name: BooleanFragments, Object label: BooleanFragments, Element name: Face7
  3248. ConstraintForce:
  3249.     Type: Fem::ConstraintForce, Name: ConstraintForce
  3250.     ReferenceShape ... Type: Edge, Object name: BooleanFragments, Object label: BooleanFragments, Element name: Edge2
  3251. Getting mesh data time: 0.542 seconds.
  3252.  
  3253. CalculiX solver input writing...
  3254. Input file:/tmp/FEM_unittests/solver_calculix_constraint_tie_ceaf3673dd04/Mesh.inp
  3255. One monster input file.
  3256. Writing time CalculiX input file: 0.255 seconds.
  3257. [Thread 0x7fffad89b640 (LWP 13055) exited]
  3258. [Thread 0x7fff6461a640 (LWP 13054) exited]
  3259. [Thread 0x7fff64e1b640 (LWP 13053) exited]
  3260. [Thread 0x7fff63218640 (LWP 13051) exited]
  3261. [Thread 0x7fff7bfff640 (LWP 13049) exited]
  3262. [New Thread 0x7fff63218640 (LWP 13056)]
  3263. [Thread 0x7fff63218640 (LWP 13056) exited]
  3264. ok
  3265. [New Thread 0x7fff63218640 (LWP 13060)]
  3266. [Thread 0x7fff63218640 (LWP 13060) exited]
  3267. [New Thread 0x7fff63218640 (LWP 13061)]
  3268. [New Thread 0x7fff7bfff640 (LWP 13062)]
  3269. [New Thread 0x7fff64e1b640 (LWP 13063)]
  3270. [New Thread 0x7fffad89b640 (LWP 13064)]
  3271. [New Thread 0x7fff7bfff640 (LWP 13065)]
  3272. [Thread 0x7fffad89b640 (LWP 13064) exited]
  3273. [Thread 0x7fff7bfff640 (LWP 13062) exited]
  3274. [New Thread 0x7fffad89b640 (LWP 13066)]
  3275. test_constraint_transform_beam_hinged (femtest.app.test_solver_calculix.TestSolverCalculix) ...
  3276. Get mesh data for constraints, materials and element geometry...
  3277. [{'ccx_elset': 'Evolumes', 'ccx_elset_name': 'FemMaterialSolid', 'mat_obj_name': 'FemMaterial', 'ccx_mat_name': 'CalculiX-Steel'}]
  3278. FemConstraintDisplacment:
  3279.     Type: Fem::ConstraintDisplacement, Name: FemConstraintDisplacment
  3280.     ReferenceShape ... Type: Face, Object name: CompoundFilter, Object label: CompoundFilter, Element name: Face4
  3281. [New Thread 0x7fff6461a640 (LWP 13067)]
  3282.     ReferenceShape ... Type: Face, Object name: CompoundFilter, Object label: CompoundFilter, Element name: Face5
  3283. FemConstraintTransform1:
  3284.     Type: Fem::ConstraintTransform, Name: FemConstraintTransform1
  3285.     ReferenceShape ... Type: Face, Object name: CompoundFilter, Object label: CompoundFilter, Element name: Face4
  3286. FemConstraintTransform2:
  3287.     Type: Fem::ConstraintTransform, Name: FemConstraintTransform2
  3288.     ReferenceShape ... Type: Face, Object name: CompoundFilter, Object label: CompoundFilter, Element name: Face5
  3289. FemConstraintPressure:
  3290.     Type: Fem::ConstraintPressure, Name: FemConstraintPressure
  3291.     ReferenceShape ... Type: Face, Object name: CompoundFilter, Object label: CompoundFilter, Element name: Face8
  3292. Getting mesh data time: 0.817 seconds.
  3293.  
  3294. CalculiX solver input writing...
  3295. Input file:/tmp/FEM_unittests/solver_calculix_constraint_transform_beam_hinged_fbf8c9c241e2/Mesh.inp
  3296. One monster input file.
  3297. Writing time CalculiX input file: 0.042 seconds.
  3298. [Thread 0x7fff6461a640 (LWP 13067) exited]
  3299. [Thread 0x7fffad89b640 (LWP 13066) exited]
  3300. [Thread 0x7fff7bfff640 (LWP 13065) exited]
  3301. [Thread 0x7fff64e1b640 (LWP 13063) exited]
  3302. [Thread 0x7fff63218640 (LWP 13061) exited]
  3303. [New Thread 0x7fff64e1b640 (LWP 13068)]
  3304. [Thread 0x7fff64e1b640 (LWP 13068) exited]
  3305. ok
  3306. [New Thread 0x7fff64e1b640 (LWP 13072)]
  3307. [Thread 0x7fff64e1b640 (LWP 13072) exited]
  3308. [New Thread 0x7fff64e1b640 (LWP 13073)]
  3309. [New Thread 0x7fff63218640 (LWP 13074)]
  3310. [New Thread 0x7fff7bfff640 (LWP 13075)]
  3311. [New Thread 0x7fff6461a640 (LWP 13076)]
  3312. [Thread 0x7fff63218640 (LWP 13074) exited]
  3313. [Thread 0x7fff6461a640 (LWP 13076) exited]
  3314. [New Thread 0x7fff6461a640 (LWP 13077)]
  3315. test_constraint_transform_torque (femtest.app.test_solver_calculix.TestSolverCalculix) ...
  3316. Get mesh data for constraints, materials and element geometry...
  3317. [New Thread 0x7fff63218640 (LWP 13078)]
  3318. [{'ccx_elset': 'Evolumes', 'ccx_elset_name': 'MechanicalMaterialSolid', 'mat_obj_name': 'MechanicalMaterial', 'ccx_mat_name': 'Calculix-Steel'}]
  3319. ConstraintFixed:
  3320.     Type: Fem::ConstraintFixed, Name: ConstraintFixed
  3321.     ReferenceShape ... Type: Face, Object name: Cut, Object label: Cut, Element name: Face3
  3322. [New Thread 0x7fffad89b640 (LWP 13079)]
  3323. ConstraintTransform:
  3324.     Type: Fem::ConstraintTransform, Name: ConstraintTransform
  3325.     ReferenceShape ... Type: Face, Object name: Cut, Object label: Cut, Element name: Face1
  3326. ConstraintForce:
  3327.     Type: Fem::ConstraintForce, Name: ConstraintForce
  3328.     ReferenceShape ... Type: Face, Object name: Cut, Object label: Cut, Element name: Face1
  3329.   No face data in finite volume element mesh. FreeCAD uses getccxVolumesByFace() to retrieve the volume elements of the ref_face.
  3330. Getting mesh data time: 13.793 seconds.
  3331.  
  3332. CalculiX solver input writing...
  3333. Input file:/tmp/FEM_unittests/solver_calculix_constraint_transform_torque_e37d48898cd2/Mesh.inp
  3334. One monster input file.
  3335. Writing time CalculiX input file: 0.161 seconds.
  3336. [Thread 0x7fff63218640 (LWP 13078) exited]
  3337. [Thread 0x7fff7bfff640 (LWP 13075) exited]
  3338. [Thread 0x7fff64e1b640 (LWP 13073) exited]
  3339. [Thread 0x7fff6461a640 (LWP 13077) exited]
  3340. [Thread 0x7fffad89b640 (LWP 13079) exited]
  3341. [New Thread 0x7fffad89b640 (LWP 13093)]
  3342. [Thread 0x7fffad89b640 (LWP 13093) exited]
  3343. ok
  3344. [New Thread 0x7fffad89b640 (LWP 13100)]
  3345. [Thread 0x7fffad89b640 (LWP 13100) exited]
  3346. [New Thread 0x7fffad89b640 (LWP 13101)]
  3347. [New Thread 0x7fff6461a640 (LWP 13102)]
  3348. [New Thread 0x7fff7bfff640 (LWP 13103)]
  3349. [New Thread 0x7fff64e1b640 (LWP 13104)]
  3350. [Thread 0x7fff6461a640 (LWP 13102) exited]
  3351. [Thread 0x7fff64e1b640 (LWP 13104) exited]
  3352. [New Thread 0x7fff64e1b640 (LWP 13105)]
  3353. [New Thread 0x7fff6461a640 (LWP 13106)]
  3354. test_frequency_beamsimple (femtest.app.test_solver_calculix.TestSolverCalculix) ...
  3355. Get mesh data for constraints, materials and element geometry...
  3356. [{'ccx_elset': 'Evolumes', 'ccx_elset_name': 'MechanicalMaterialSolid', 'mat_obj_name': 'MechanicalMaterial', 'ccx_mat_name': 'Steel-Generic'}]
  3357. Fix_XYZ:
  3358.     Type: Fem::ConstraintDisplacement, Name: Fix_XYZ
  3359.     ReferenceShape ... Type: Edge, Object name: Box, Object label: Box, Element name: Edge4
  3360. [New Thread 0x7fff63218640 (LWP 13107)]
  3361. Fix_YZ:
  3362.     Type: Fem::ConstraintDisplacement, Name: Fix_YZ
  3363.     ReferenceShape ... Type: Edge, Object name: Box, Object label: Box, Element name: Edge8
  3364. Getting mesh data time: 0.018 seconds.
  3365.  
  3366. CalculiX solver input writing...
  3367. Input file:/tmp/FEM_unittests/solver_calculix_frequency_beamsimple_fd7df07b9f48/Mesh.inp
  3368. One monster input file.
  3369. Writing time CalculiX input file: 0.222 seconds.
  3370. [Thread 0x7fff63218640 (LWP 13107) exited]
  3371. [Thread 0x7fff6461a640 (LWP 13106) exited]
  3372. [Thread 0x7fff64e1b640 (LWP 13105) exited]
  3373. [Thread 0x7fffad89b640 (LWP 13101) exited]
  3374. [Thread 0x7fff7bfff640 (LWP 13103) exited]
  3375. [New Thread 0x7fff7bfff640 (LWP 13108)]
  3376. [Thread 0x7fff7bfff640 (LWP 13108) exited]
  3377. ok
  3378. [New Thread 0x7fff7bfff640 (LWP 13115)]
  3379. [Thread 0x7fff7bfff640 (LWP 13115) exited]
  3380. [New Thread 0x7fff7bfff640 (LWP 13117)]
  3381. [New Thread 0x7fff64e1b640 (LWP 13118)]
  3382. [New Thread 0x7fff6461a640 (LWP 13119)]
  3383. [New Thread 0x7fffad89b640 (LWP 13120)]
  3384. [New Thread 0x7fff64e1b640 (LWP 13121)]
  3385. [Thread 0x7fffad89b640 (LWP 13120) exited]
  3386. [Thread 0x7fff64e1b640 (LWP 13118) exited]
  3387. [New Thread 0x7fffad89b640 (LWP 13122)]
  3388. test_material_multiple_bendingbeam_fiveboxes (femtest.app.test_solver_calculix.TestSolverCalculix) ...
  3389. Get mesh data for constraints, materials and element geometry...
  3390. Materials
  3391. Constraint: FemMaterial1 --> We're going to search in the mesh for the element ID's.
  3392.     ReferenceShape ... Type: Solid, Object name: Box3, Object label: Box3, Element name: Solid1
  3393. [New Thread 0x7fff63118640 (LWP 13123)]
  3394. binary search: get_femelements_by_femnodes_bin
  3395. len femnodes_ele_table: 12630
  3396. found Volumes: 1466
  3397. Constraint: FemMaterial2 --> We're going to search in the mesh for the element ID's.
  3398.     ReferenceShape ... Type: Solid, Object name: Box2, Object label: Box2, Element name: Solid1
  3399. binary search: get_femelements_by_femnodes_bin
  3400. len femnodes_ele_table: 12630
  3401. found Volumes: 1458
  3402.     ReferenceShape ... Type: Solid, Object name: Box4, Object label: Box4, Element name: Solid1
  3403. binary search: get_femelements_by_femnodes_bin
  3404. len femnodes_ele_table: 12630
  3405. found Volumes: 1472
  3406. Constraint: FemMaterial3 --> We're going to search in the mesh for the element ID's.
  3407. Count finite elements as sum of constraints:   7315
  3408. Count finite elements of the finite element mesh: 7315
  3409. ConstraintFixed:
  3410.     Type: Fem::ConstraintFixed, Name: ConstraintFixed
  3411.     ReferenceShape ... Type: Face, Object name: Box1, Object label: Box1, Element name: Face1
  3412.     ReferenceShape ... Type: Face, Object name: Box5, Object label: Box5, Element name: Face2
  3413. ConstraintForce:
  3414.     Type: Fem::ConstraintForce, Name: ConstraintForce
  3415.     ReferenceShape ... Type: Face, Object name: Box1, Object label: Box1, Element name: Face6
  3416.     ReferenceShape ... Type: Face, Object name: Box2, Object label: Box2, Element name: Face6
  3417.     ReferenceShape ... Type: Face, Object name: Box3, Object label: Box3, Element name: Face6
  3418.     ReferenceShape ... Type: Face, Object name: Box4, Object label: Box4, Element name: Face6
  3419.     ReferenceShape ... Type: Face, Object name: Box5, Object label: Box5, Element name: Face6
  3420.   No face data in finite volume element mesh. FreeCAD uses getccxVolumesByFace() to retrieve the volume elements of the ref_face.
  3421.   No face data in finite volume element mesh. FreeCAD uses getccxVolumesByFace() to retrieve the volume elements of the ref_face.
  3422.   No face data in finite volume element mesh. FreeCAD uses getccxVolumesByFace() to retrieve the volume elements of the ref_face.
  3423.   No face data in finite volume element mesh. FreeCAD uses getccxVolumesByFace() to retrieve the volume elements of the ref_face.
  3424.   No face data in finite volume element mesh. FreeCAD uses getccxVolumesByFace() to retrieve the volume elements of the ref_face.
  3425. Getting mesh data time: 15.546 seconds.
  3426.  
  3427. CalculiX solver input writing...
  3428. Input file:/tmp/FEM_unittests/solver_calculix_material_multiple_bendingbeam_fiveboxes_9f052cc9c01e/Mesh.inp
  3429. One monster input file.
  3430. Writing time CalculiX input file: 0.323 seconds.
  3431. [Thread 0x7fff63118640 (LWP 13123) exited]
  3432. [Thread 0x7fffad89b640 (LWP 13122) exited]
  3433. [Thread 0x7fff6461a640 (LWP 13119) exited]
  3434. [Thread 0x7fff7bfff640 (LWP 13117) exited]
  3435. [Thread 0x7fff64e1b640 (LWP 13121) exited]
  3436. [New Thread 0x7fff64e1b640 (LWP 13139)]
  3437. [Thread 0x7fff64e1b640 (LWP 13139) exited]
  3438. ok
  3439. [New Thread 0x7fff64e1b640 (LWP 13143)]
  3440. [Thread 0x7fff64e1b640 (LWP 13143) exited]
  3441. [New Thread 0x7fff64e1b640 (LWP 13144)]
  3442. [New Thread 0x7fff6461a640 (LWP 13145)]
  3443. [New Thread 0x7fff63118640 (LWP 13146)]
  3444. [New Thread 0x7fff7bfff640 (LWP 13147)]
  3445. [New Thread 0x7fff62817640 (LWP 13148)]
  3446. [Thread 0x7fff63118640 (LWP 13146) exited]
  3447. [Thread 0x7fff6461a640 (LWP 13145) exited]
  3448. [New Thread 0x7fff6461a640 (LWP 13149)]
  3449. test_material_multiple_bendingbeam_fivefaces (femtest.app.test_solver_calculix.TestSolverCalculix) ...
  3450. Get mesh data for constraints, materials and element geometry...
  3451. Materials
  3452. Constraint: FemMaterial1 --> We're going to search in the mesh for the element ID's.
  3453.     ReferenceShape ... Type: Face, Object name: Face3, Object label: Face3, Element name: Face1
  3454. [New Thread 0x7fff63118640 (LWP 13150)]
  3455. std search: get_femelements_by_femnodes_std
  3456. Constraint: FemMaterial2 --> We're going to search in the mesh for the element ID's.
  3457.     ReferenceShape ... Type: Face, Object name: Face2, Object label: Face2, Element name: Face1
  3458. std search: get_femelements_by_femnodes_std
  3459.     ReferenceShape ... Type: Face, Object name: Face4, Object label: Face4, Element name: Face1
  3460. std search: get_femelements_by_femnodes_std
  3461. Constraint: FemMaterial3 --> We're going to search in the mesh for the element ID's.
  3462. Count finite elements as sum of constraints:   590
  3463. Count finite elements of the finite element mesh: 590
  3464. ConstraintFixed:
  3465.     Type: Fem::ConstraintFixed, Name: ConstraintFixed
  3466.     ReferenceShape ... Type: Edge, Object name: Face1, Object label: Face1, Element name: Edge1
  3467.     ReferenceShape ... Type: Edge, Object name: Face5, Object label: Face5, Element name: Edge3
  3468. ConstraintForce:
  3469.     Type: Fem::ConstraintForce, Name: ConstraintForce
  3470.     ReferenceShape ... Type: Edge, Object name: Face1, Object label: Face1, Element name: Edge4
  3471.     ReferenceShape ... Type: Edge, Object name: Face2, Object label: Face2, Element name: Edge4
  3472.     ReferenceShape ... Type: Edge, Object name: Face3, Object label: Face3, Element name: Edge4
  3473.     ReferenceShape ... Type: Edge, Object name: Face4, Object label: Face4, Element name: Edge4
  3474.     ReferenceShape ... Type: Edge, Object name: Face5, Object label: Face5, Element name: Edge4
  3475. Getting mesh data time: 0.487 seconds.
  3476.  
  3477. CalculiX solver input writing...
  3478. Input file:/tmp/FEM_unittests/solver_calculix_material_multiple_bendingbeam_fivefaces_a93e8d5d60e1/Mesh.inp
  3479. One monster input file.
  3480. Writing time CalculiX input file: 0.022 seconds.
  3481. [Thread 0x7fff6461a640 (LWP 13149) exited]
  3482. [Thread 0x7fff7bfff640 (LWP 13147) exited]
  3483. [Thread 0x7fff64e1b640 (LWP 13144) exited]
  3484. [Thread 0x7fff63118640 (LWP 13150) exited]
  3485. [Thread 0x7fff62817640 (LWP 13148) exited]
  3486. [New Thread 0x7fff62817640 (LWP 13151)]
  3487. [Thread 0x7fff62817640 (LWP 13151) exited]
  3488. ok
  3489. [New Thread 0x7fff62817640 (LWP 13152)]
  3490. [Thread 0x7fff62817640 (LWP 13152) exited]
  3491. [New Thread 0x7fff62817640 (LWP 13153)]
  3492. [New Thread 0x7fff63118640 (LWP 13154)]
  3493. [New Thread 0x7fff7bfff640 (LWP 13155)]
  3494. [Thread 0x7fff63118640 (LWP 13154) exited]
  3495. [New Thread 0x7fff63118640 (LWP 13156)]
  3496. [Thread 0x7fff63118640 (LWP 13156) exited]
  3497. [New Thread 0x7fff64e1b640 (LWP 13157)]
  3498. test_material_multiple_tensionrod_twoboxes (femtest.app.test_solver_calculix.TestSolverCalculix) ...
  3499. Get mesh data for constraints, materials and element geometry...
  3500. Materials
  3501. [New Thread 0x7fff63118640 (LWP 13158)]
  3502. Constraint: MechanicalMaterialLow --> We're going to search in the mesh for the element ID's.
  3503.     ReferenceShape ... Type: Solid, Object name: BoxLower, Object label: BoxLower, Element name: Solid1
  3504. [New Thread 0x7fff6461a640 (LWP 13159)]
  3505. binary search: get_femelements_by_femnodes_bin
  3506. len femnodes_ele_table: 553
  3507. found Volumes: 148
  3508. Constraint: MechanicalMaterialUpp --> We're going to search in the mesh for the element ID's.
  3509.     ReferenceShape ... Type: Solid, Object name: BoxUpper, Object label: BoxUpper, Element name: Solid1
  3510. binary search: get_femelements_by_femnodes_bin
  3511. len femnodes_ele_table: 553
  3512. found Volumes: 148
  3513. Count finite elements as sum of constraints:   296
  3514. Count finite elements of the finite element mesh: 296
  3515. ConstraintFixed:
  3516.     Type: Fem::ConstraintFixed, Name: ConstraintFixed
  3517.     ReferenceShape ... Type: Face, Object name: MultiMatCompSolid, Object label: MultiMatCompSolid, Element name: Face5
  3518. ConstraintPressure:
  3519.     Type: Fem::ConstraintPressure, Name: ConstraintPressure
  3520.     ReferenceShape ... Type: Face, Object name: MultiMatCompSolid, Object label: MultiMatCompSolid, Element name: Face11
  3521. Getting mesh data time: 0.997 seconds.
  3522.  
  3523. CalculiX solver input writing...
  3524. Input file:/tmp/FEM_unittests/solver_calculix_material_multiple_tensionrod_twoboxes_b46bf740a13f/Mesh.inp
  3525. One monster input file.
  3526. Writing time CalculiX input file: 0.014 seconds.
  3527. [Thread 0x7fff6461a640 (LWP 13159) exited]
  3528. [Thread 0x7fff64e1b640 (LWP 13157) exited]
  3529. [Thread 0x7fff63118640 (LWP 13158) exited]
  3530. [Thread 0x7fff7bfff640 (LWP 13155) exited]
  3531. [Thread 0x7fff62817640 (LWP 13153) exited]
  3532. [New Thread 0x7fff7bfff640 (LWP 13163)]
  3533. ok
  3534. [Thread 0x7fff7bfff640 (LWP 13163) exited]
  3535. [New Thread 0x7fff7bfff640 (LWP 13170)]
  3536. [Thread 0x7fff7bfff640 (LWP 13170) exited]
  3537. [New Thread 0x7fff7bfff640 (LWP 13171)]
  3538. [New Thread 0x7fff62817640 (LWP 13172)]
  3539. [New Thread 0x7fff63118640 (LWP 13173)]
  3540. [New Thread 0x7fff64e1b640 (LWP 13174)]
  3541. [Thread 0x7fff62817640 (LWP 13172) exited]
  3542. [New Thread 0x7fff62817640 (LWP 13175)]
  3543. [Thread 0x7fff64e1b640 (LWP 13174) exited]
  3544. [New Thread 0x7fff64e1b640 (LWP 13176)]
  3545. test_material_nonlinear (femtest.app.test_solver_calculix.TestSolverCalculix) ...
  3546. Get mesh data for constraints, materials and element geometry...
  3547. [{'ccx_elset': 'Evolumes', 'ccx_elset_name': 'Material_linSolid', 'mat_obj_name': 'Material_lin', 'ccx_mat_name': 'CalculiX-Steel'}]
  3548. ConstraintFixed:
  3549.     Type: Fem::ConstraintFixed, Name: ConstraintFixed
  3550.     ReferenceShape ... Type: Face, Object name: Hole_Plate, Object label: Hole_Plate, Element name: Face4
  3551. [New Thread 0x7fff6461a640 (LWP 13177)]
  3552. ConstraintPressure:
  3553.     Type: Fem::ConstraintPressure, Name: ConstraintPressure
  3554.     ReferenceShape ... Type: Face, Object name: Hole_Plate, Object label: Hole_Plate, Element name: Face2
  3555. Getting mesh data time: 0.847 seconds.
  3556.  
  3557. CalculiX solver input writing...
  3558. Input file:/tmp/FEM_unittests/solver_calculix_material_nonlinear_e813f8412a59/Mesh.inp
  3559. One monster input file.
  3560. Writing time CalculiX input file: 0.279 seconds.
  3561. [Thread 0x7fff7bfff640 (LWP 13171) exited]
  3562. [Thread 0x7fff64e1b640 (LWP 13176) exited]
  3563. [Thread 0x7fff6461a640 (LWP 13177) exited]
  3564. [Thread 0x7fff62817640 (LWP 13175) exited]
  3565. [Thread 0x7fff63118640 (LWP 13173) exited]
  3566. [New Thread 0x7fff63118640 (LWP 13181)]
  3567. ok
  3568. [Thread 0x7fff63118640 (LWP 13181) exited]
  3569. [New Thread 0x7fff63118640 (LWP 13182)]
  3570. [Thread 0x7fff63118640 (LWP 13182) exited]
  3571. [New Thread 0x7fff63118640 (LWP 13183)]
  3572. [New Thread 0x7fff62817640 (LWP 13184)]
  3573. [New Thread 0x7fff6461a640 (LWP 13185)]
  3574. [Thread 0x7fff62817640 (LWP 13184) exited]
  3575. [New Thread 0x7fff62817640 (LWP 13186)]
  3576. [New Thread 0x7fff7bfff640 (LWP 13187)]
  3577. [Thread 0x7fff62817640 (LWP 13186) exited]
  3578. [New Thread 0x7fff62817640 (LWP 13188)]
  3579. test_square_pipe_end_twisted_edgeforces (femtest.app.test_solver_calculix.TestSolverCalculix) ...
  3580. Get mesh data for constraints, materials and element geometry...
  3581. ConstraintFixed:
  3582.     Type: Fem::ConstraintFixed, Name: ConstraintFixed
  3583.     ReferenceShape ... Type: Edge, Object name: SquareTube, Object label: SquareTube, Element name: Edge4
  3584. [New Thread 0x7fff64e1b640 (LWP 13189)]
  3585.     ReferenceShape ... Type: Edge, Object name: SquareTube, Object label: SquareTube, Element name: Edge7
  3586.     ReferenceShape ... Type: Edge, Object name: SquareTube, Object label: SquareTube, Element name: Edge10
  3587.     ReferenceShape ... Type: Edge, Object name: SquareTube, Object label: SquareTube, Element name: Edge12
  3588. ConstraintForce1:
  3589.     Type: Fem::ConstraintForce, Name: ConstraintForce1
  3590.     ReferenceShape ... Type: Edge, Object name: SquareTube, Object label: SquareTube, Element name: Edge9
  3591. ConstraintForce2:
  3592.     Type: Fem::ConstraintForce, Name: ConstraintForce2
  3593.     ReferenceShape ... Type: Edge, Object name: SquareTube, Object label: SquareTube, Element name: Edge3
  3594. ConstraintForce3:
  3595.     Type: Fem::ConstraintForce, Name: ConstraintForce3
  3596.     ReferenceShape ... Type: Edge, Object name: SquareTube, Object label: SquareTube, Element name: Edge11
  3597. ConstraintForce4:
  3598.     Type: Fem::ConstraintForce, Name: ConstraintForce4
  3599.     ReferenceShape ... Type: Edge, Object name: SquareTube, Object label: SquareTube, Element name: Edge6
  3600. Getting mesh data time: 0.04 seconds.
  3601.  
  3602. CalculiX solver input writing...
  3603. Input file:/tmp/FEM_unittests/solver_calculix_square_pipe_end_twisted_edgeforces_057cea9fb8da/Mesh.inp
  3604. One monster input file.
  3605. Writing time CalculiX input file: 0.026 seconds.
  3606. [Thread 0x7fff62817640 (LWP 13188) exited]
  3607. [Thread 0x7fff6461a640 (LWP 13185) exited]
  3608. [Thread 0x7fff63118640 (LWP 13183) exited]
  3609. [Thread 0x7fff64e1b640 (LWP 13189) exited]
  3610. [Thread 0x7fff7bfff640 (LWP 13187) exited]
  3611. [New Thread 0x7fff7bfff640 (LWP 13190)]
  3612. ok
  3613. [Thread 0x7fff7bfff640 (LWP 13190) exited]
  3614. [New Thread 0x7fff7bfff640 (LWP 13194)]
  3615. [Thread 0x7fff7bfff640 (LWP 13194) exited]
  3616. [New Thread 0x7fff7bfff640 (LWP 13195)]
  3617. [New Thread 0x7fff64e1b640 (LWP 13196)]
  3618. [New Thread 0x7fff62817640 (LWP 13197)]
  3619. [New Thread 0x7fff6461a640 (LWP 13198)]
  3620. [Thread 0x7fff6461a640 (LWP 13198) exited]
  3621. [New Thread 0x7fff6461a640 (LWP 13199)]
  3622. [Thread 0x7fff64e1b640 (LWP 13196) exited]
  3623. [New Thread 0x7fff64e1b640 (LWP 13200)]
  3624. test_square_pipe_end_twisted_nodeforces (femtest.app.test_solver_calculix.TestSolverCalculix) ...
  3625. Get mesh data for constraints, materials and element geometry...
  3626. ConstraintFixed:
  3627.     Type: Fem::ConstraintFixed, Name: ConstraintFixed
  3628.     ReferenceShape ... Type: Vertex, Object name: Fixes, Object label: Fixes, Element name: Vertex6
  3629. [New Thread 0x7fff63118640 (LWP 13201)]
  3630.     ReferenceShape ... Type: Vertex, Object name: Fixes, Object label: Fixes, Element name: Vertex15
  3631.     ReferenceShape ... Type: Vertex, Object name: Fixes, Object label: Fixes, Element name: Vertex5
  3632.     ReferenceShape ... Type: Vertex, Object name: Fixes, Object label: Fixes, Element name: Vertex29
  3633.     ReferenceShape ... Type: Vertex, Object name: Fixes, Object label: Fixes, Element name: Vertex42
  3634.     ReferenceShape ... Type: Vertex, Object name: Fixes, Object label: Fixes, Element name: Vertex30
  3635.     ReferenceShape ... Type: Vertex, Object name: Fixes, Object label: Fixes, Element name: Vertex9
  3636.     ReferenceShape ... Type: Vertex, Object name: Fixes, Object label: Fixes, Element name: Vertex31
  3637.     ReferenceShape ... Type: Vertex, Object name: Fixes, Object label: Fixes, Element name: Vertex33
  3638.     ReferenceShape ... Type: Vertex, Object name: Fixes, Object label: Fixes, Element name: Vertex32
  3639.     ReferenceShape ... Type: Vertex, Object name: Fixes, Object label: Fixes, Element name: Vertex3
  3640.     ReferenceShape ... Type: Vertex, Object name: Fixes, Object label: Fixes, Element name: Vertex34
  3641.     ReferenceShape ... Type: Vertex, Object name: Fixes, Object label: Fixes, Element name: Vertex46
  3642.     ReferenceShape ... Type: Vertex, Object name: Fixes, Object label: Fixes, Element name: Vertex1
  3643.     ReferenceShape ... Type: Vertex, Object name: Fixes, Object label: Fixes, Element name: Vertex36
  3644.     ReferenceShape ... Type: Vertex, Object name: Fixes, Object label: Fixes, Element name: Vertex11
  3645.     ReferenceShape ... Type: Vertex, Object name: Fixes, Object label: Fixes, Element name: Vertex38
  3646.     ReferenceShape ... Type: Vertex, Object name: Fixes, Object label: Fixes, Element name: Vertex12
  3647.     ReferenceShape ... Type: Vertex, Object name: Fixes, Object label: Fixes, Element name: Vertex39
  3648.     ReferenceShape ... Type: Vertex, Object name: Fixes, Object label: Fixes, Element name: Vertex13
  3649.     ReferenceShape ... Type: Vertex, Object name: Fixes, Object label: Fixes, Element name: Vertex40
  3650.     ReferenceShape ... Type: Vertex, Object name: Fixes, Object label: Fixes, Element name: Vertex16
  3651.     ReferenceShape ... Type: Vertex, Object name: Fixes, Object label: Fixes, Element name: Vertex35
  3652.     ReferenceShape ... Type: Vertex, Object name: Fixes, Object label: Fixes, Element name: Vertex14
  3653.     ReferenceShape ... Type: Vertex, Object name: Fixes, Object label: Fixes, Element name: Vertex47
  3654.     ReferenceShape ... Type: Vertex, Object name: Fixes, Object label: Fixes, Element name: Vertex20
  3655.     ReferenceShape ... Type: Vertex, Object name: Fixes, Object label: Fixes, Element name: Vertex37
  3656.     ReferenceShape ... Type: Vertex, Object name: Fixes, Object label: Fixes, Element name: Vertex18
  3657.     ReferenceShape ... Type: Vertex, Object name: Fixes, Object label: Fixes, Element name: Vertex41
  3658.     ReferenceShape ... Type: Vertex, Object name: Fixes, Object label: Fixes, Element name: Vertex17
  3659.     ReferenceShape ... Type: Vertex, Object name: Fixes, Object label: Fixes, Element name: Vertex10
  3660.     ReferenceShape ... Type: Vertex, Object name: Fixes, Object label: Fixes, Element name: Vertex26
  3661.     ReferenceShape ... Type: Vertex, Object name: Fixes, Object label: Fixes, Element name: Vertex43
  3662.     ReferenceShape ... Type: Vertex, Object name: Fixes, Object label: Fixes, Element name: Vertex21
  3663.     ReferenceShape ... Type: Vertex, Object name: Fixes, Object label: Fixes, Element name: Vertex44
  3664.     ReferenceShape ... Type: Vertex, Object name: Fixes, Object label: Fixes, Element name: Vertex19
  3665.     ReferenceShape ... Type: Vertex, Object name: Fixes, Object label: Fixes, Element name: Vertex4
  3666.     ReferenceShape ... Type: Vertex, Object name: Fixes, Object label: Fixes, Element name: Vertex28
  3667.     ReferenceShape ... Type: Vertex, Object name: Fixes, Object label: Fixes, Element name: Vertex48
  3668.     ReferenceShape ... Type: Vertex, Object name: Fixes, Object label: Fixes, Element name: Vertex22
  3669.     ReferenceShape ... Type: Vertex, Object name: Fixes, Object label: Fixes, Element name: Vertex8
  3670.     ReferenceShape ... Type: Vertex, Object name: Fixes, Object label: Fixes, Element name: Vertex23
  3671.     ReferenceShape ... Type: Vertex, Object name: Fixes, Object label: Fixes, Element name: Vertex7
  3672.     ReferenceShape ... Type: Vertex, Object name: Fixes, Object label: Fixes, Element name: Vertex24
  3673.     ReferenceShape ... Type: Vertex, Object name: Fixes, Object label: Fixes, Element name: Vertex45
  3674.     ReferenceShape ... Type: Vertex, Object name: Fixes, Object label: Fixes, Element name: Vertex27
  3675.     ReferenceShape ... Type: Vertex, Object name: Fixes, Object label: Fixes, Element name: Vertex2
  3676.     ReferenceShape ... Type: Vertex, Object name: Fixes, Object label: Fixes, Element name: Vertex25
  3677. ConstraintForce1:
  3678.     Type: Fem::ConstraintForce, Name: ConstraintForce1
  3679.     ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex1
  3680.     ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex14
  3681. ConstraintForce2:
  3682.     Type: Fem::ConstraintForce, Name: ConstraintForce2
  3683.     ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex2
  3684.     ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex8
  3685. ConstraintForce3:
  3686.     Type: Fem::ConstraintForce, Name: ConstraintForce3
  3687.     ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex20
  3688.     ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex21
  3689.     ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex22
  3690.     ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex23
  3691.     ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex24
  3692. ConstraintForce4:
  3693.     Type: Fem::ConstraintForce, Name: ConstraintForce4
  3694.     ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex9
  3695.     ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex10
  3696.     ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex11
  3697.     ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex12
  3698.     ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex13
  3699. ConstraintForce5:
  3700.     Type: Fem::ConstraintForce, Name: ConstraintForce5
  3701.     ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex43
  3702.     ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex44
  3703.     ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex45
  3704.     ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex46
  3705.     ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex47
  3706.     ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex48
  3707. ConstraintForce6:
  3708.     Type: Fem::ConstraintForce, Name: ConstraintForce6
  3709.     ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex31
  3710.     ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex32
  3711.     ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex33
  3712.     ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex34
  3713.     ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex35
  3714.     ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex36
  3715. ConstraintForce7:
  3716.     Type: Fem::ConstraintForce, Name: ConstraintForce7
  3717.     ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex1
  3718.     ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex2
  3719. ConstraintForce8:
  3720.     Type: Fem::ConstraintForce, Name: ConstraintForce8
  3721.     ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex8
  3722.     ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex14
  3723. ConstraintForce9:
  3724.     Type: Fem::ConstraintForce, Name: ConstraintForce9
  3725.     ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex3
  3726.     ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex4
  3727.     ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex5
  3728.     ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex6
  3729.     ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex7
  3730. ConstraintForce10:
  3731.     Type: Fem::ConstraintForce, Name: ConstraintForce10
  3732.     ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex15
  3733.     ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex16
  3734.     ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex17
  3735.     ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex18
  3736.     ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex19
  3737. ConstraintForce11:
  3738.     Type: Fem::ConstraintForce, Name: ConstraintForce11
  3739.     ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex25
  3740.     ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex26
  3741.     ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex27
  3742.     ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex28
  3743.     ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex29
  3744.     ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex30
  3745. ConstraintForce12:
  3746.     Type: Fem::ConstraintForce, Name: ConstraintForce12
  3747.     ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex37
  3748.     ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex38
  3749.     ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex39
  3750.     ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex40
  3751.     ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex41
  3752.     ReferenceShape ... Type: Vertex, Object name: Forces, Object label: Forces, Element name: Vertex42
  3753. Getting mesh data time: 0.068 seconds.
  3754.  
  3755. CalculiX solver input writing...
  3756. Input file:/tmp/FEM_unittests/solver_calculix_square_pipe_end_twisted_nodeforces_56d7afa063b2/Mesh.inp
  3757. One monster input file.
  3758. Writing time CalculiX input file: 0.028 seconds.
  3759. [Thread 0x7fff64e1b640 (LWP 13200) exited]
  3760. [Thread 0x7fff7bfff640 (LWP 13195) exited]
  3761. [Thread 0x7fff62817640 (LWP 13197) exited]
  3762. [Thread 0x7fff63118640 (LWP 13201) exited]
  3763. [Thread 0x7fff6461a640 (LWP 13199) exited]
  3764. [New Thread 0x7fff6461a640 (LWP 13202)]
  3765. ok
  3766. [Thread 0x7fff6461a640 (LWP 13202) exited]
  3767. [New Thread 0x7fff6461a640 (LWP 13206)]
  3768. [Thread 0x7fff6461a640 (LWP 13206) exited]
  3769. [New Thread 0x7fff6461a640 (LWP 13207)]
  3770. [New Thread 0x7fff63118640 (LWP 13208)]
  3771. [New Thread 0x7fff62817640 (LWP 13209)]
  3772. [New Thread 0x7fff7bfff640 (LWP 13210)]
  3773. [Thread 0x7fff63118640 (LWP 13208) exited]
  3774. [New Thread 0x7fff63118640 (LWP 13211)]
  3775. [Thread 0x7fff7bfff640 (LWP 13210) exited]
  3776. [New Thread 0x7fff7bfff640 (LWP 13212)]
  3777. test_thermomech_bimetall (femtest.app.test_solver_calculix.TestSolverCalculix) ...
  3778. Get mesh data for constraints, materials and element geometry...
  3779. Materials
  3780. Constraint: MaterialCopper --> We're going to search in the mesh for the element ID's.
  3781.     ReferenceShape ... Type: Solid, Object name: BooleanFragments, Object label: BooleanFragments, Element name: Solid1
  3782. [New Thread 0x7fff64e1b640 (LWP 13213)]
  3783. binary search: get_femelements_by_femnodes_bin
  3784. len femnodes_ele_table: 3093
  3785. found Volumes: 750
  3786. Constraint: MaterialInvar --> We're going to search in the mesh for the element ID's.
  3787.     ReferenceShape ... Type: Solid, Object name: BooleanFragments, Object label: BooleanFragments, Element name: Solid2
  3788. binary search: get_femelements_by_femnodes_bin
  3789. len femnodes_ele_table: 3093
  3790. found Volumes: 750
  3791. Count finite elements as sum of constraints:   1500
  3792. Count finite elements of the finite element mesh: 1500
  3793. ConstraintFixed:
  3794.     Type: Fem::ConstraintFixed, Name: ConstraintFixed
  3795.     ReferenceShape ... Type: Face, Object name: BooleanFragments, Object label: BooleanFragments, Element name: Face1
  3796.     ReferenceShape ... Type: Face, Object name: BooleanFragments, Object label: BooleanFragments, Element name: Face7
  3797. ConstraintTemperatureHot:
  3798.     Type: Fem::ConstraintTemperature, Name: ConstraintTemperatureHot
  3799.     ReferenceShape ... Type: Face, Object name: BooleanFragments, Object label: BooleanFragments, Element name: Face5
  3800.     ReferenceShape ... Type: Face, Object name: BooleanFragments, Object label: BooleanFragments, Element name: Face11
  3801. ConstraintTemperatureNormal:
  3802.     Type: Fem::ConstraintTemperature, Name: ConstraintTemperatureNormal
  3803.     ReferenceShape ... Type: Face, Object name: BooleanFragments, Object label: BooleanFragments, Element name: Face1
  3804.     ReferenceShape ... Type: Face, Object name: BooleanFragments, Object label: BooleanFragments, Element name: Face7
  3805. Getting mesh data time: 8.944 seconds.
  3806.  
  3807. CalculiX solver input writing...
  3808. Input file:/tmp/FEM_unittests/solver_calculix_thermomech_bimetall_1c6f54298998/Mesh.inp
  3809. One monster input file.
  3810. Writing time CalculiX input file: 0.069 seconds.
  3811. [Thread 0x7fff7bfff640 (LWP 13212) exited]
  3812. [Thread 0x7fff62817640 (LWP 13209) exited]
  3813. [Thread 0x7fff6461a640 (LWP 13207) exited]
  3814. [Thread 0x7fff64e1b640 (LWP 13213) exited]
  3815. [Thread 0x7fff63118640 (LWP 13211) exited]
  3816. [New Thread 0x7fff63118640 (LWP 13220)]
  3817. [Thread 0x7fff63118640 (LWP 13220) exited]
  3818. ok
  3819. [New Thread 0x7fff63118640 (LWP 13224)]
  3820. [Thread 0x7fff63118640 (LWP 13224) exited]
  3821. [New Thread 0x7fff63118640 (LWP 13225)]
  3822. [New Thread 0x7fff64e1b640 (LWP 13226)]
  3823. [New Thread 0x7fff62817640 (LWP 13227)]
  3824. [New Thread 0x7fff6461a640 (LWP 13228)]
  3825. [Thread 0x7fff64e1b640 (LWP 13226) exited]
  3826. [Thread 0x7fff6461a640 (LWP 13228) exited]
  3827. [New Thread 0x7fff6461a640 (LWP 13229)]
  3828. [New Thread 0x7fff64e1b640 (LWP 13230)]
  3829. test_thermomech_flow1D (femtest.app.test_solver_calculix.TestSolverCalculix) ...
  3830. Get mesh data for constraints, materials and element geometry...
  3831. Fluid sections
  3832. Constraint: ElementFluid1D --> We're going to search in the mesh for the element ID's.
  3833.     ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge1
  3834. [New Thread 0x7fff7bfff640 (LWP 13231)]
  3835. std search: get_femelements_by_femnodes_std
  3836. Constraint: ElementFluid1D001 --> We're going to search in the mesh for the element ID's.
  3837.     ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge2
  3838. std search: get_femelements_by_femnodes_std
  3839. Constraint: ElementFluid1D002 --> We're going to search in the mesh for the element ID's.
  3840.     ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge3
  3841.     ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge5
  3842. std search: get_femelements_by_femnodes_std
  3843. Constraint: ElementFluid1D003 --> We're going to search in the mesh for the element ID's.
  3844.     ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge4
  3845. std search: get_femelements_by_femnodes_std
  3846. Constraint: ElementFluid1D004 --> We're going to search in the mesh for the element ID's.
  3847.     ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge6
  3848. std search: get_femelements_by_femnodes_std
  3849. Constraint: ElementFluid1D005 --> We're going to search in the mesh for the element ID's.
  3850.     ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge7
  3851. std search: get_femelements_by_femnodes_std
  3852. Constraint: ElementFluid1D006 --> We're going to search in the mesh for the element ID's.
  3853.     ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge8
  3854. std search: get_femelements_by_femnodes_std
  3855. Constraint: ElementFluid1D007 --> We're going to search in the mesh for the element ID's.
  3856.     ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge11
  3857.     ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge9
  3858. std search: get_femelements_by_femnodes_std
  3859. Constraint: ElementFluid1D008 --> We're going to search in the mesh for the element ID's.
  3860.     ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge10
  3861. std search: get_femelements_by_femnodes_std
  3862. Constraint: ElementFluid1D009 --> We're going to search in the mesh for the element ID's.
  3863.     ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge12
  3864. std search: get_femelements_by_femnodes_std
  3865. Constraint: ElementFluid1D010 --> We're going to search in the mesh for the element ID's.
  3866.     ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge13
  3867. std search: get_femelements_by_femnodes_std
  3868. Count finite elements as sum of constraints:   13
  3869. Count finite elements of the finite element mesh: 13
  3870. Getting mesh data time: 0.013 seconds.
  3871.  
  3872. CalculiX solver input writing...
  3873. Input file:/tmp/FEM_unittests/solver_calculix_thermomech_flow1D_7e8ac0b1a02d/Mesh.inp
  3874. One monster input file.
  3875. 1DFlow inout nodes file: /tmp/FEM_unittests/solver_calculix_thermomech_flow1D_7e8ac0b1a02d/Mesh_inout_nodes.txt
  3876. ElementFluid1D:
  3877.     Type: Fem::ElementFluid1D, Name: ElementFluid1D
  3878.     ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge1
  3879. ElementFluid1D001:
  3880.     Type: Fem::ElementFluid1D, Name: ElementFluid1D001
  3881.     ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge2
  3882. ElementFluid1D002:
  3883.     Type: Fem::ElementFluid1D, Name: ElementFluid1D002
  3884.     ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge3
  3885.     ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge5
  3886. ElementFluid1D003:
  3887.     Type: Fem::ElementFluid1D, Name: ElementFluid1D003
  3888.     ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge4
  3889. ElementFluid1D004:
  3890.     Type: Fem::ElementFluid1D, Name: ElementFluid1D004
  3891.     ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge6
  3892. ElementFluid1D005:
  3893.     Type: Fem::ElementFluid1D, Name: ElementFluid1D005
  3894.     ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge7
  3895. ElementFluid1D006:
  3896.     Type: Fem::ElementFluid1D, Name: ElementFluid1D006
  3897.     ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge8
  3898. ElementFluid1D007:
  3899.     Type: Fem::ElementFluid1D, Name: ElementFluid1D007
  3900.     ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge11
  3901.     ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge9
  3902. ElementFluid1D008:
  3903.     Type: Fem::ElementFluid1D, Name: ElementFluid1D008
  3904.     ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge10
  3905. ElementFluid1D009:
  3906.     Type: Fem::ElementFluid1D, Name: ElementFluid1D009
  3907.     ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge12
  3908. ElementFluid1D010:
  3909.     Type: Fem::ElementFluid1D, Name: ElementFluid1D010
  3910.     ReferenceShape ... Type: Edge, Object name: Wire, Object label: Wire, Element name: Edge13
  3911. Writing time CalculiX input file: 0.014 seconds.
  3912. [Thread 0x7fff7bfff640 (LWP 13231) exited]
  3913. [Thread 0x7fff64e1b640 (LWP 13230) exited]
  3914. [Thread 0x7fff6461a640 (LWP 13229) exited]
  3915. [Thread 0x7fff62817640 (LWP 13227) exited]
  3916. [Thread 0x7fff63118640 (LWP 13225) exited]
  3917. [New Thread 0x7fff62817640 (LWP 13232)]
  3918. [Thread 0x7fff62817640 (LWP 13232) exited]
  3919. ok
  3920. [New Thread 0x7fff62817640 (LWP 13236)]
  3921. [Thread 0x7fff62817640 (LWP 13236) exited]
  3922. [New Thread 0x7fff62817640 (LWP 13237)]
  3923. [New Thread 0x7fff63118640 (LWP 13238)]
  3924. [New Thread 0x7fff6461a640 (LWP 13239)]
  3925. [New Thread 0x7fff64e1b640 (LWP 13240)]
  3926. [Thread 0x7fff63118640 (LWP 13238) exited]
  3927. [New Thread 0x7fff63118640 (LWP 13241)]
  3928. [Thread 0x7fff64e1b640 (LWP 13240) exited]
  3929. [New Thread 0x7fff64e1b640 (LWP 13242)]
  3930. test_thermomech_spine (femtest.app.test_solver_calculix.TestSolverCalculix) ...
  3931. Get mesh data for constraints, materials and element geometry...
  3932. [{'ccx_elset': 'Evolumes', 'ccx_elset_name': 'MechanicalMaterialSolid', 'mat_obj_name': 'MechanicalMaterial', 'ccx_mat_name': 'Steel-Generic'}]
  3933. FemConstraintFixed:
  3934.     Type: Fem::ConstraintFixed, Name: FemConstraintFixed
  3935.     ReferenceShape ... Type: Face, Object name: Box, Object label: Box, Element name: Face1
  3936. [New Thread 0x7fff7bfff640 (LWP 13243)]
  3937. FemConstraintTemperature:
  3938.     Type: Fem::ConstraintTemperature, Name: FemConstraintTemperature
  3939.     ReferenceShape ... Type: Face, Object name: Box, Object label: Box, Element name: Face1
  3940. Getting mesh data time: 0.037 seconds.
  3941.  
  3942. CalculiX solver input writing...
  3943. Input file:/tmp/FEM_unittests/solver_calculix_thermomech_spine_4cdb84fa5671/Mesh.inp
  3944. One monster input file.
  3945. Writing time CalculiX input file: 0.003 seconds.
  3946. [Thread 0x7fff64e1b640 (LWP 13242) exited]
  3947. [Thread 0x7fff6461a640 (LWP 13239) exited]
  3948. [Thread 0x7fff62817640 (LWP 13237) exited]
  3949. [Thread 0x7fff7bfff640 (LWP 13243) exited]
  3950. [Thread 0x7fff63118640 (LWP 13241) exited]
  3951. [New Thread 0x7fff63118640 (LWP 13244)]
  3952. [Thread 0x7fff63118640 (LWP 13244) exited]
  3953. ok
  3954. test_00print (femtest.app.test_solver_elmer.TestSolverElmer) ...
  3955. ****************************************************************************************************
  3956. ********** run FEM TestSolverElmer tests *******************************************************
  3957. ****************************************************************************************************
  3958.  
  3959. ok
  3960. test_box_static_0_mm (femtest.app.test_solver_elmer.TestSolverElmer) ...  
  3961.  
  3962. Saved unit schema: 0. Set unit schema to 0.
  3963. [New Thread 0x7fff63118640 (LWP 13245)]
  3964. [Thread 0x7fff63118640 (LWP 13245) exited]
  3965. [New Thread 0x7fff63118640 (LWP 13246)]
  3966. [New Thread 0x7fff7bfff640 (LWP 13247)]
  3967. [New Thread 0x7fff6461a640 (LWP 13248)]
  3968. [Thread 0x7fff7bfff640 (LWP 13247) exited]
  3969. [New Thread 0x7fff7bfff640 (LWP 13249)]
  3970. [New Thread 0x7fff62817640 (LWP 13250)]
  3971. [Thread 0x7fff7bfff640 (LWP 13249) exited]
  3972. Machine testmode: True
  3973. Write elmer input files to: /tmp/FEM_unittests/solver_elmer_box_static_0_mm_71b08c3a92b4
  3974. The FreeCAD standard unit schema mm/kg/s is used. Elmer sif-file writing is however done in SI units.
  3975. [New Thread 0x7fff7bfff640 (LWP 13251)]
  3976.   ElementDimension: 3
  3977. Solver Elmer testmode, Gmsh will not be used. It might not be installed.
  3978. Solver Elmer testmode, ElmerGrid will not be used. It might not be installed.
  3979. [Thread 0x7fff7bfff640 (LWP 13251) exited]
  3980. [Thread 0x7fff62817640 (LWP 13250) exited]
  3981. Test writing STARTINFO file
  3982. [Thread 0x7fff6461a640 (LWP 13248) exited]
  3983. [Thread 0x7fff63118640 (LWP 13246) exited]
  3984. Test writing case file
  3985. Test writing GMSH geo file
  3986. [New Thread 0x7fff6461a640 (LWP 13252)]
  3987. [Thread 0x7fff6461a640 (LWP 13252) exited]
  3988.  
  3989. ok
  3990. test_ccxcantilever_faceload_0_mm (femtest.app.test_solver_elmer.TestSolverElmer) ...  
  3991.  
  3992. Saved unit schema: 0. Set unit schema to 0.
  3993. [New Thread 0x7fff6461a640 (LWP 13256)]
  3994. [Thread 0x7fff6461a640 (LWP 13256) exited]
  3995. [New Thread 0x7fff6461a640 (LWP 13257)]
  3996. [New Thread 0x7fff63118640 (LWP 13258)]
  3997. [New Thread 0x7fff7bfff640 (LWP 13259)]
  3998. [Thread 0x7fff63118640 (LWP 13258) exited]
  3999. [New Thread 0x7fff63118640 (LWP 13260)]
  4000. [Thread 0x7fff63118640 (LWP 13260) exited]
  4001. [New Thread 0x7fff62817640 (LWP 13261)]
  4002. Machine testmode: True
  4003. Write elmer input files to: /tmp/FEM_unittests/solver_elmer_ccxcantilever_faceload_0_mm_e6afee08422a
  4004. The FreeCAD standard unit schema mm/kg/s is used. Elmer sif-file writing is however done in SI units.
  4005. [New Thread 0x7fff63118640 (LWP 13262)]
  4006.   ElementDimension: 3
  4007. Solver Elmer testmode, Gmsh will not be used. It might not be installed.
  4008. Solver Elmer testmode, ElmerGrid will not be used. It might not be installed.
  4009. [Thread 0x7fff62817640 (LWP 13261) exited]
  4010. [Thread 0x7fff6461a640 (LWP 13257) exited]
  4011. [Thread 0x7fff63118640 (LWP 13262) exited]
  4012. [Thread 0x7fff7bfff640 (LWP 13259) exited]
  4013. [New Thread 0x7fff7bfff640 (LWP 13263)]
  4014.  
  4015. ok
  4016. [Thread 0x7fff7bfff640 (LWP 13263) exited]
  4017. test_ccxcantilever_faceload_1_si (femtest.app.test_solver_elmer.TestSolverElmer) ...  
  4018.  
  4019. Saved unit schema: 0. Set unit schema to 1.
  4020. [New Thread 0x7fff7bfff640 (LWP 13267)]
  4021. [Thread 0x7fff7bfff640 (LWP 13267) exited]
  4022. [New Thread 0x7fff7bfff640 (LWP 13268)]
  4023. [New Thread 0x7fff63118640 (LWP 13269)]
  4024. [Thread 0x7fff63118640 (LWP 13269) exited]
  4025. [New Thread 0x7fff63118640 (LWP 13270)]
  4026. [New Thread 0x7fff6461a640 (LWP 13271)]
  4027. [Thread 0x7fff6461a640 (LWP 13271) exited]
  4028. [New Thread 0x7fff6461a640 (LWP 13272)]
  4029. Machine testmode: True
  4030. Write elmer input files to: /tmp/FEM_unittests/solver_elmer_ccxcantilever_faceload_1_si_c1b3294611ab
  4031. The SI unit schema m/kg/s is used. Elmer sif-file writing is done in SI-units.
  4032. [New Thread 0x7fff62817640 (LWP 13273)]
  4033. 'Coordinate Scaling Revert = Logical True' was inserted into the solver input file.
  4034.   ElementDimension: 3
  4035. Solver Elmer testmode, Gmsh will not be used. It might not be installed.
  4036. Solver Elmer testmode, ElmerGrid will not be used. It might not be installed.
  4037. [Thread 0x7fff6461a640 (LWP 13272) exited]
  4038. [Thread 0x7fff63118640 (LWP 13270) exited]
  4039. [Thread 0x7fff62817640 (LWP 13273) exited]
  4040. [Thread 0x7fff7bfff640 (LWP 13268) exited]
  4041. Reset unit schema back to 0
  4042. [New Thread 0x7fff62817640 (LWP 13274)]
  4043.  
  4044. ok
  4045. [Thread 0x7fff62817640 (LWP 13274) exited]
  4046. test_ccxcantilever_nodeload_0_mm (femtest.app.test_solver_elmer.TestSolverElmer) ...  
  4047.  
  4048. Saved unit schema: 0. Set unit schema to 0.
  4049. [New Thread 0x7fff62817640 (LWP 13281)]
  4050. [Thread 0x7fff62817640 (LWP 13281) exited]
  4051. [New Thread 0x7fff62817640 (LWP 13282)]
  4052. [New Thread 0x7fff63118640 (LWP 13283)]
  4053. [New Thread 0x7fff7bfff640 (LWP 13284)]
  4054. [Thread 0x7fff63118640 (LWP 13283) exited]
  4055. [New Thread 0x7fff63118640 (LWP 13285)]
  4056. [New Thread 0x7fff6461a640 (LWP 13286)]
  4057. [Thread 0x7fff63118640 (LWP 13285) exited]
  4058. Machine testmode: True
  4059. Write elmer input files to: /tmp/FEM_unittests/solver_elmer_ccxcantilever_nodeload_0_mm_43c6628d8068
  4060. The FreeCAD standard unit schema mm/kg/s is used. Elmer sif-file writing is however done in SI units.
  4061. [New Thread 0x7fff63118640 (LWP 13287)]
  4062.   ElementDimension: 3
  4063. Solver Elmer testmode, Gmsh will not be used. It might not be installed.
  4064. Solver Elmer testmode, ElmerGrid will not be used. It might not be installed.
  4065. [Thread 0x7fff63118640 (LWP 13287) exited]
  4066. [Thread 0x7fff6461a640 (LWP 13286) exited]
  4067. [Thread 0x7fff7bfff640 (LWP 13284) exited]
  4068. [Thread 0x7fff62817640 (LWP 13282) exited]
  4069. [New Thread 0x7fff7bfff640 (LWP 13288)]
  4070.  
  4071. ok
  4072. [Thread 0x7fff7bfff640 (LWP 13288) exited]
  4073. test_ccxcantilever_prescribeddisplacement_0_mm (femtest.app.test_solver_elmer.TestSolverElmer) ...  
  4074.  
  4075. Saved unit schema: 0. Set unit schema to 0.
  4076. [New Thread 0x7fff7bfff640 (LWP 13289)]
  4077. [Thread 0x7fff7bfff640 (LWP 13289) exited]
  4078. [New Thread 0x7fff7bfff640 (LWP 13290)]
  4079. [New Thread 0x7fff6461a640 (LWP 13291)]
  4080. [New Thread 0x7fff62817640 (LWP 13292)]
  4081. [Thread 0x7fff6461a640 (LWP 13291) exited]
  4082. [New Thread 0x7fff6461a640 (LWP 13293)]
  4083. [Thread 0x7fff6461a640 (LWP 13293) exited]
  4084. [New Thread 0x7fff6461a640 (LWP 13294)]
  4085. Machine testmode: True
  4086. Write elmer input files to: /tmp/FEM_unittests/solver_elmer_ccxcantilever_prescribeddisplacement_0_mm_190375aac14c
  4087. The FreeCAD standard unit schema mm/kg/s is used. Elmer sif-file writing is however done in SI units.
  4088. [New Thread 0x7fff63118640 (LWP 13295)]
  4089.   ElementDimension: 3
  4090. Solver Elmer testmode, Gmsh will not be used. It might not be installed.
  4091. Solver Elmer testmode, ElmerGrid will not be used. It might not be installed.
  4092. [Thread 0x7fff6461a640 (LWP 13294) exited]
  4093. [Thread 0x7fff7bfff640 (LWP 13290) exited]
  4094. [Thread 0x7fff63118640 (LWP 13295) exited]
  4095. [Thread 0x7fff62817640 (LWP 13292) exited]
  4096. [New Thread 0x7fff62817640 (LWP 13296)]
  4097. [Thread 0x7fff62817640 (LWP 13296) exited]
  4098.  
  4099. ok
  4100. test_00print (femtest.app.test_solver_z88.TestSolverZ88) ...
  4101. ****************************************************************************************************
  4102. ********** run FEM TestSolverFrameWork tests *******************************************************
  4103. ****************************************************************************************************
  4104. ok
  4105. [New Thread 0x7fff62817640 (LWP 13303)]
  4106. [Thread 0x7fff62817640 (LWP 13303) exited]
  4107. [New Thread 0x7fff62817640 (LWP 13304)]
  4108. [Thread 0x7fff62817640 (LWP 13304) exited]
  4109. test_ccx_cantilever_ele_hexa20 (femtest.app.test_solver_z88.TestSolverZ88) ...
  4110. ------------- Start of FEM Z88 tests for ccx_cantilever_ele_hexa20 -------
  4111. Save FreeCAD file to /tmp/FEM_unittests/solver_z88_ccx_cantilever_ele_hexa20_f1000618fb0c/ccx_cantilever_ele_hexa20.FCStd ...
  4112. [New Thread 0x7fff62817640 (LWP 13305)]
  4113. [New Thread 0x7fff63118640 (LWP 13306)]
  4114. [New Thread 0x7fff7bfff640 (LWP 13307)]
  4115. [Thread 0x7fff63118640 (LWP 13306) exited]
  4116. [New Thread 0x7fff63118640 (LWP 13308)]
  4117. [New Thread 0x7fff63118640 (LWP 13309)]
  4118. [Thread 0x7fff63118640 (LWP 13308) exited]
  4119.  
  4120. Get mesh data for constraints, materials and element geometry...
  4121. [{'ccx_elset': 'Evolumes', 'ccx_elset_name': 'FemMaterialSolid', 'mat_obj_name': 'FemMaterial', 'ccx_mat_name': 'CalculiX-Steel'}]
  4122. ConstraintFixed:
  4123. [New Thread 0x7fff6461a640 (LWP 13310)]
  4124.     Type: Fem::ConstraintFixed, Name: ConstraintFixed
  4125.     ReferenceShape ... Type: Face, Object name: Box, Object label: Box, Element name: Face1
  4126. [New Thread 0x7fff64e1b640 (LWP 13311)]
  4127. ConstraintForce:
  4128.     Type: Fem::ConstraintForce, Name: ConstraintForce
  4129.     ReferenceShape ... Type: Face, Object name: Box, Object label: Box, Element name: Face2
  4130.   No face data in finite volume element mesh. FreeCAD uses getccxVolumesByFace() to retrieve the volume elements of the ref_face.
  4131. Getting mesh data time: 0.035 seconds.
  4132.  
  4133. Z88 solver input writing...
  4134. FemInputWriterZ88 --> self.file_name  -->  /tmp/FEM_unittests/solver_z88_ccx_cantilever_ele_hexa20_f1000618fb0c/z88
  4135. Write z88 input files to: /tmp/FEM_unittests/solver_z88_ccx_cantilever_ele_hexa20_f1000618fb0c
  4136. The femelement_table needs to be calculated.
  4137. {'INTORD': '3', 'INTOS': '0', 'IHFLAG': '0', 'ISFLAG': '0'}
  4138. Writing time input file: 0.01 seconds
  4139.  
  4140. [Thread 0x7fff6461a640 (LWP 13310) exited]
  4141. [Thread 0x7fff64e1b640 (LWP 13311) exited]
  4142. [Thread 0x7fff7bfff640 (LWP 13307) exited]
  4143. [Thread 0x7fff62817640 (LWP 13305) exited]
  4144. [Thread 0x7fff63118640 (LWP 13309) exited]
  4145. ['z88i1.txt', '51.txt', 'z88int.txt', 'z88mat.txt', 'z88elp.txt', 'z88i2.txt', 'z88i5.txt', 'z88man.txt', 'z88.dyn']
  4146. 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
  4147. 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
  4148. 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
  4149. 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
  4150. 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
  4151. 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
  4152. 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
  4153. 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
  4154. 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
  4155. --------------- End of FEM Z88 tests for ccx_cantilever_ele_hexa20 ---------
  4156. [New Thread 0x7fff63118640 (LWP 13312)]
  4157. ok
  4158. [Thread 0x7fff63118640 (LWP 13312) exited]
  4159. test_ccx_cantilever_ele_tria6 (femtest.app.test_solver_z88.TestSolverZ88) ... ok
  4160. [New Thread 0x7fff63118640 (LWP 13313)]
  4161. [Thread 0x7fff63118640 (LWP 13313) exited]
  4162. test_ccx_cantilever_faceload (femtest.app.test_solver_z88.TestSolverZ88) ...
  4163. ------------- Start of FEM Z88 tests for ccx_cantilever_faceload -------
  4164. Save FreeCAD file to /tmp/FEM_unittests/solver_z88_ccx_cantilever_faceload_7c43b7916ddc/ccx_cantilever_faceload.FCStd ...
  4165. [New Thread 0x7fff63118640 (LWP 13314)]
  4166. [New Thread 0x7fff64e1b640 (LWP 13315)]
  4167. [New Thread 0x7fff7bfff640 (LWP 13316)]
  4168. [Thread 0x7fff64e1b640 (LWP 13315) exited]
  4169. [New Thread 0x7fff64e1b640 (LWP 13317)]
  4170. [Thread 0x7fff64e1b640 (LWP 13317) exited]
  4171. [New Thread 0x7fff64e1b640 (LWP 13318)]
  4172.  
  4173. Get mesh data for constraints, materials and element geometry...
  4174. [{'ccx_elset': 'Evolumes', 'ccx_elset_name': 'FemMaterialSolid', 'mat_obj_name': 'FemMaterial', 'ccx_mat_name': 'CalculiX-Steel'}]
  4175. ConstraintFixed:
  4176. [New Thread 0x7fff62817640 (LWP 13319)]
  4177.     Type: Fem::ConstraintFixed, Name: ConstraintFixed
  4178.     ReferenceShape ... Type: Face, Object name: Box, Object label: Box, Element name: Face1
  4179. [New Thread 0x7fff6461a640 (LWP 13320)]
  4180. ConstraintForce:
  4181.     Type: Fem::ConstraintForce, Name: ConstraintForce
  4182.     ReferenceShape ... Type: Face, Object name: Box, Object label: Box, Element name: Face2
  4183.   No face data in finite volume element mesh. FreeCAD uses getccxVolumesByFace() to retrieve the volume elements of the ref_face.
  4184. Getting mesh data time: 0.024 seconds.
  4185.  
  4186. Z88 solver input writing...
  4187. FemInputWriterZ88 --> self.file_name  -->  /tmp/FEM_unittests/solver_z88_ccx_cantilever_faceload_7c43b7916ddc/z88
  4188. Write z88 input files to: /tmp/FEM_unittests/solver_z88_ccx_cantilever_faceload_7c43b7916ddc
  4189. The femelement_table needs to be calculated.
  4190. {'INTORD': '4', 'INTOS': '0', 'IHFLAG': '0', 'ISFLAG': '0'}
  4191. Writing time input file: 0.01 seconds
  4192.  
  4193. [Thread 0x7fff62817640 (LWP 13319) exited]
  4194. [Thread 0x7fff63118640 (LWP 13314) exited]
  4195. [Thread 0x7fff7bfff640 (LWP 13316) exited]
  4196. ['51.txt', 'z88i5.txt', 'z88i2.txt', 'z88man.txt', 'z88.dyn', 'z88i1.txt', 'z88int.txt', 'z88mat.txt', 'z88elp.txt']
  4197. 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
  4198. 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
  4199. 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
  4200. [Thread 0x7fff64e1b640 (LWP 13318) exited]
  4201. [Thread 0x7fff6461a640 (LWP 13320) exited]
  4202. 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
  4203. 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
  4204. 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
  4205. 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
  4206. 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
  4207. 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
  4208. --------------- End of FEM Z88 tests for ccx_cantilever_faceload ---------
  4209. [New Thread 0x7fff64e1b640 (LWP 13321)]
  4210. [Thread 0x7fff64e1b640 (LWP 13321) exited]
  4211. ok
  4212. [New Thread 0x7fff64e1b640 (LWP 13325)]
  4213. test_ccx_cantilever_nodeload (femtest.app.test_solver_z88.TestSolverZ88) ...
  4214. ------------- Start of FEM Z88 tests for ccx_cantilever_nodeload -------
  4215. Save FreeCAD file to /tmp/FEM_unittests/solver_z88_ccx_cantilever_nodeload_2e883f654e7a/ccx_cantilever_nodeload.FCStd ...
  4216. [Thread 0x7fff64e1b640 (LWP 13325) exited]
  4217. [New Thread 0x7fff64e1b640 (LWP 13326)]
  4218. [New Thread 0x7fff6461a640 (LWP 13327)]
  4219. [New Thread 0x7fff7bfff640 (LWP 13328)]
  4220. [New Thread 0x7fff62817640 (LWP 13329)]
  4221. [Thread 0x7fff6461a640 (LWP 13327) exited]
  4222. [New Thread 0x7fff6461a640 (LWP 13330)]
  4223. [Thread 0x7fff62817640 (LWP 13329) exited]
  4224. [New Thread 0x7fff62817640 (LWP 13331)]
  4225.  
  4226. Get mesh data for constraints, materials and element geometry...
  4227. [{'ccx_elset': 'Evolumes', 'ccx_elset_name': 'FemMaterialSolid', 'mat_obj_name': 'FemMaterial', 'ccx_mat_name': 'CalculiX-Steel'}]
  4228. ConstraintFixed:
  4229.     Type: Fem::ConstraintFixed, Name: ConstraintFixed
  4230.     ReferenceShape ... Type: Face, Object name: Box, Object label: Box, Element name: Face1
  4231. [New Thread 0x7fff63118640 (LWP 13332)]
  4232. ConstraintForce:
  4233.     Type: Fem::ConstraintForce, Name: ConstraintForce
  4234.     ReferenceShape ... Type: Vertex, Object name: Box, Object label: Box, Element name: Vertex5
  4235.     ReferenceShape ... Type: Vertex, Object name: Box, Object label: Box, Element name: Vertex6
  4236.     ReferenceShape ... Type: Vertex, Object name: Box, Object label: Box, Element name: Vertex7
  4237.     ReferenceShape ... Type: Vertex, Object name: Box, Object label: Box, Element name: Vertex8
  4238. Getting mesh data time: 0.012 seconds.
  4239.  
  4240. Z88 solver input writing...
  4241. FemInputWriterZ88 --> self.file_name  -->  /tmp/FEM_unittests/solver_z88_ccx_cantilever_nodeload_2e883f654e7a/z88
  4242. Write z88 input files to: /tmp/FEM_unittests/solver_z88_ccx_cantilever_nodeload_2e883f654e7a
  4243. The femelement_table needs to be calculated.
  4244. {'INTORD': '4', 'INTOS': '0', 'IHFLAG': '0', 'ISFLAG': '0'}
  4245. Writing time input file: 0.01 seconds
  4246.  
  4247. [Thread 0x7fff62817640 (LWP 13331) exited]
  4248. [Thread 0x7fff64e1b640 (LWP 13326) exited]
  4249. [Thread 0x7fff7bfff640 (LWP 13328) exited]
  4250. [Thread 0x7fff63118640 (LWP 13332) exited]
  4251. [Thread 0x7fff6461a640 (LWP 13330) exited]
  4252. ['z88mat.txt', 'z88i5.txt', 'z88int.txt', 'z88i2.txt', 'z88elp.txt', 'z88man.txt', '51.txt', 'z88.dyn', 'z88i1.txt']
  4253. 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
  4254. 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
  4255. 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
  4256. 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
  4257. 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
  4258. 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
  4259. 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
  4260. 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
  4261. 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
  4262. --------------- End of FEM Z88 tests for ccx_cantilever_nodeload ---------
  4263. [New Thread 0x7fff6461a640 (LWP 13333)]
  4264. [Thread 0x7fff6461a640 (LWP 13333) exited]
  4265. ok
  4266. testGetters (TestPartApp.PartTestBSplineCurve)
  4267. only check if the function doesn't crash ... ok
  4268. testIssue2671 (TestPartApp.PartTestBSplineCurve) ... ok
  4269. testIssue2876 (TestPartApp.PartTestBSplineCurve) ... ok
  4270. testProperties (TestPartApp.PartTestBSplineCurve) ... ok
  4271. testSetters (TestPartApp.PartTestBSplineCurve) ... ok
  4272. testSubElements (TestPartApp.PartTestBSplineCurve) ... ok
  4273. testTorusToSpline (TestPartApp.PartTestBSplineSurface) ... ok
  4274. testBoxCase (TestPartApp.PartTestCases) ... ok
  4275. testIssue2985 (TestPartApp.PartTestCases) ... ok
  4276. testChFi2d_AnaFilletAlgo (TestPartApp.PartTestChFi2dAlgos) ... <AnaFilletAlgo object>
  4277. ok
  4278. testChFi2d_ChamferAPI (TestPartApp.PartTestChFi2dAlgos) ... <ChamferAPI object>
  4279. ok
  4280. testChFi2d_FilletAlgo (TestPartApp.PartTestChFi2dAlgos) ... <FilletAlgo object>
  4281. ok
  4282. testCollinearPoints (TestPartApp.PartTestCircle2D) ... ok
  4283. testValidCircle (TestPartApp.PartTestCircle2D) ... ok
  4284. testderivatives (TestPartApp.PartTestCone) ... ok
  4285. testFaceNormal (TestPartApp.PartTestNormals) ... ok
  4286. testPlacement (TestPartApp.PartTestNormals) ... ok
  4287. testReverseOrientation (TestPartApp.PartTestNormals) ... ok
  4288. testRuledSurfaceFromOneObjects (TestPartApp.PartTestRuledSurface) ... ok
  4289. testRuledSurfaceFromTwoObjects (TestPartApp.PartTestRuledSurface) ... ok
  4290. test_issue_4456 (parttests.regression_tests.RegressionTests)
  4291. 0004456: Regression : Part.Plane.Intersect do not accept plane as argument ... ok
  4292. testPR6889 (Workbench.CommandTestCase) ... Hello, World!
  4293. ok
  4294. testInvalidStyle (Workbench.TestNavigationStyle) ... ok
  4295. testActivate (Workbench.WorkbenchTestCase) ... Activate workbench 'NoneWorkbench'
  4296. Activate workbench 'DrawingWorkbench'
  4297. Drawing became obsolete in 0.17; consider using TechDraw instead.
  4298. Activate workbench 'SpreadsheetWorkbench'
  4299. Activate workbench 'TestWorkbench'
  4300. Activate workbench 'SketcherWorkbench'
  4301. Activate workbench 'ImageWorkbench'
  4302. Activate workbench '_TEMPLATE_Workbench'
  4303. Activate workbench 'MeshWorkbench'
  4304. Activate workbench 'ArchWorkbench'
  4305. Activate workbench 'WebWorkbench'
  4306. Activate workbench 'DraftWorkbench'
  4307. Activate workbench 'StartWorkbench'
  4308. Activate workbench 'FemWorkbench'
  4309. Activate workbench 'PartWorkbench'
  4310. ok
  4311. testHandler (Workbench.WorkbenchTestCase) ... ok
  4312. testInvalidType (Workbench.WorkbenchTestCase) ... ok
  4313. testMenu (Menu.MenuCreateCases) ... ok
  4314. testMenu (Menu.MenuDeleteCases) ... ok
  4315. testMenu (Menu.MenuDeleteCases) ... ok
  4316. testMenu (Menu.MenuCreateCases) ... ok
  4317. Traceback (most recent call last):
  4318.   File "/usr/lib64/freecad/Mod/Arch/ArchWall.py", line 952, in execute
  4319.     self.applyShape(obj,base,pl)
  4320.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
  4321.     self.computeAreas(obj)
  4322.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
  4323.     import TechDraw, Part
  4324.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  4325.     return original_import(name, *args, **kwargs)
  4326. <class 'ModuleNotFoundError'>: No module named 'TechDraw'
  4327. Recompute failed! Please check report view.
  4328. Traceback (most recent call last):
  4329.   File "/usr/lib64/freecad/Mod/Arch/ArchWall.py", line 952, in execute
  4330.     self.applyShape(obj,base,pl)
  4331.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
  4332.     self.computeAreas(obj)
  4333.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
  4334.     import TechDraw, Part
  4335.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  4336.     return original_import(name, *args, **kwargs)
  4337. <class 'ModuleNotFoundError'>: No module named 'TechDraw'
  4338. Recompute failed! Please check report view.
  4339. testAdd (TestArch.ArchTest) ... ok
  4340. testAxis (TestArch.ArchTest) ... ok
  4341. testBuilding (TestArch.ArchTest) ... ok
  4342. testEquipment (TestArch.ArchTest) ... ok
  4343. testFloor (TestArch.ArchTest) ... ok
  4344. testFrame (TestArch.ArchTest) ... ok
  4345. testPipe (TestArch.ArchTest) ... ok
  4346. [New Thread 0x7fff6461a640 (LWP 13400)]
  4347. [Thread 0x7fff6461a640 (LWP 13400) exited]
  4348. [New Thread 0x7fff6461a640 (LWP 13401)]
  4349. [Thread 0x7fff6461a640 (LWP 13401) exited]
  4350. [New Thread 0x7fff6461a640 (LWP 13402)]
  4351. [Thread 0x7fff6461a640 (LWP 13402) exited]
  4352. [New Thread 0x7fff6461a640 (LWP 13403)]
  4353. [Thread 0x7fff6461a640 (LWP 13403) exited]
  4354. Traceback (most recent call last):
  4355.   File "/usr/lib64/freecad/Mod/Arch/ArchStructure.py", line 797, in execute
  4356.     self.applyShape(obj,base,pl)
  4357.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
  4358.     self.computeAreas(obj)
  4359.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
  4360.     import TechDraw, Part
  4361.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  4362.     return original_import(name, *args, **kwargs)
  4363. <class 'ModuleNotFoundError'>: No module named 'TechDraw'
  4364. Recompute failed! Please check report view.
  4365. testRebar (TestArch.ArchTest) ... ok
  4366. Traceback (most recent call last):
  4367.   File "/usr/lib64/freecad/Mod/Arch/ArchWall.py", line 952, in execute
  4368.     self.applyShape(obj,base,pl)
  4369.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
  4370.     self.computeAreas(obj)
  4371.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
  4372.     import TechDraw, Part
  4373.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  4374.     return original_import(name, *args, **kwargs)
  4375. <class 'ModuleNotFoundError'>: No module named 'TechDraw'
  4376. Recompute failed! Please check report view.
  4377. Traceback (most recent call last):
  4378.   File "/usr/lib64/freecad/Mod/Arch/ArchWall.py", line 952, in execute
  4379.     self.applyShape(obj,base,pl)
  4380.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
  4381.     self.computeAreas(obj)
  4382.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
  4383.     import TechDraw, Part
  4384.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  4385.     return original_import(name, *args, **kwargs)
  4386. <class 'ModuleNotFoundError'>: No module named 'TechDraw'
  4387. Recompute failed! Please check report view.
  4388. testRemove (TestArch.ArchTest) ... ok
  4389. testRoof (TestArch.ArchTest) ... ok
  4390. testRoof81Permutations (TestArch.ArchTest)
  4391. Traceback (most recent call last):
  4392.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
  4393.     self.applyShape(obj, base, pl, allownosolid = True)
  4394.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
  4395.     self.computeAreas(obj)
  4396.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
  4397.     ArchComponent.Component.computeAreas(self, obj)
  4398.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
  4399.     import TechDraw, Part
  4400.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  4401.     return original_import(name, *args, **kwargs)
  4402. <class 'ModuleNotFoundError'>: No module named 'TechDraw'
  4403. Traceback (most recent call last):
  4404.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
  4405.     self.applyShape(obj, base, pl, allownosolid = True)
  4406.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
  4407.     self.computeAreas(obj)
  4408.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
  4409.     ArchComponent.Component.computeAreas(self, obj)
  4410.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
  4411.     import TechDraw, Part
  4412.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  4413.     return original_import(name, *args, **kwargs)
  4414. <class 'ModuleNotFoundError'>: No module named 'TechDraw'
  4415. Traceback (most recent call last):
  4416.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
  4417.     self.applyShape(obj, base, pl, allownosolid = True)
  4418.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
  4419.     self.computeAreas(obj)
  4420.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
  4421.     ArchComponent.Component.computeAreas(self, obj)
  4422.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
  4423.     import TechDraw, Part
  4424.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  4425.     return original_import(name, *args, **kwargs)
  4426. <class 'ModuleNotFoundError'>: No module named 'TechDraw'
  4427. Traceback (most recent call last):
  4428.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
  4429.     self.applyShape(obj, base, pl, allownosolid = True)
  4430.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
  4431.     self.computeAreas(obj)
  4432.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
  4433.     ArchComponent.Component.computeAreas(self, obj)
  4434.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
  4435.     import TechDraw, Part
  4436.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  4437.     return original_import(name, *args, **kwargs)
  4438. <class 'ModuleNotFoundError'>: No module named 'TechDraw'
  4439. Traceback (most recent call last):
  4440.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
  4441.     self.applyShape(obj, base, pl, allownosolid = True)
  4442.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
  4443.     self.computeAreas(obj)
  4444.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
  4445.     ArchComponent.Component.computeAreas(self, obj)
  4446.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
  4447.     import TechDraw, Part
  4448.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  4449.     return original_import(name, *args, **kwargs)
  4450. <class 'ModuleNotFoundError'>: No module named 'TechDraw'
  4451. Traceback (most recent call last):
  4452.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
  4453.     self.applyShape(obj, base, pl, allownosolid = True)
  4454.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
  4455.     self.computeAreas(obj)
  4456.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
  4457.     ArchComponent.Component.computeAreas(self, obj)
  4458.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
  4459.     import TechDraw, Part
  4460.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  4461.     return original_import(name, *args, **kwargs)
  4462. <class 'ModuleNotFoundError'>: No module named 'TechDraw'
  4463. Traceback (most recent call last):
  4464.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
  4465.     self.applyShape(obj, base, pl, allownosolid = True)
  4466.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
  4467.     self.computeAreas(obj)
  4468.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
  4469.     ArchComponent.Component.computeAreas(self, obj)
  4470.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
  4471.     import TechDraw, Part
  4472.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  4473.     return original_import(name, *args, **kwargs)
  4474. <class 'ModuleNotFoundError'>: No module named 'TechDraw'
  4475. Traceback (most recent call last):
  4476.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
  4477.     self.applyShape(obj, base, pl, allownosolid = True)
  4478.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
  4479.     self.computeAreas(obj)
  4480.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
  4481.     ArchComponent.Component.computeAreas(self, obj)
  4482.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
  4483.     import TechDraw, Part
  4484.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  4485.     return original_import(name, *args, **kwargs)
  4486. <class 'ModuleNotFoundError'>: No module named 'TechDraw'
  4487. Traceback (most recent call last):
  4488.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
  4489.     self.applyShape(obj, base, pl, allownosolid = True)
  4490.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
  4491.     self.computeAreas(obj)
  4492.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
  4493.     ArchComponent.Component.computeAreas(self, obj)
  4494.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
  4495.     import TechDraw, Part
  4496.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  4497.     return original_import(name, *args, **kwargs)
  4498. <class 'ModuleNotFoundError'>: No module named 'TechDraw'
  4499. Traceback (most recent call last):
  4500.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
  4501.     self.applyShape(obj, base, pl, allownosolid = True)
  4502.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
  4503.     self.computeAreas(obj)
  4504.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
  4505.     ArchComponent.Component.computeAreas(self, obj)
  4506.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
  4507.     import TechDraw, Part
  4508.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  4509.     return original_import(name, *args, **kwargs)
  4510. <class 'ModuleNotFoundError'>: No module named 'TechDraw'
  4511. Traceback (most recent call last):
  4512.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
  4513.     self.applyShape(obj, base, pl, allownosolid = True)
  4514.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
  4515.     self.computeAreas(obj)
  4516.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
  4517.     ArchComponent.Component.computeAreas(self, obj)
  4518.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
  4519.     import TechDraw, Part
  4520.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  4521.     return original_import(name, *args, **kwargs)
  4522. <class 'ModuleNotFoundError'>: No module named 'TechDraw'
  4523. Traceback (most recent call last):
  4524.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
  4525.     self.applyShape(obj, base, pl, allownosolid = True)
  4526.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
  4527.     self.computeAreas(obj)
  4528.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
  4529.     ArchComponent.Component.computeAreas(self, obj)
  4530.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
  4531.     import TechDraw, Part
  4532.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  4533.     return original_import(name, *args, **kwargs)
  4534. <class 'ModuleNotFoundError'>: No module named 'TechDraw'
  4535. Traceback (most recent call last):
  4536.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
  4537.     self.applyShape(obj, base, pl, allownosolid = True)
  4538.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
  4539.     self.computeAreas(obj)
  4540.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
  4541.     ArchComponent.Component.computeAreas(self, obj)
  4542.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
  4543.     import TechDraw, Part
  4544.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  4545.     return original_import(name, *args, **kwargs)
  4546. <class 'ModuleNotFoundError'>: No module named 'TechDraw'
  4547. Traceback (most recent call last):
  4548.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
  4549.     self.applyShape(obj, base, pl, allownosolid = True)
  4550.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
  4551.     self.computeAreas(obj)
  4552.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
  4553.     ArchComponent.Component.computeAreas(self, obj)
  4554.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
  4555.     import TechDraw, Part
  4556.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  4557.     return original_import(name, *args, **kwargs)
  4558. <class 'ModuleNotFoundError'>: No module named 'TechDraw'
  4559. Traceback (most recent call last):
  4560.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
  4561.     self.applyShape(obj, base, pl, allownosolid = True)
  4562.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
  4563.     self.computeAreas(obj)
  4564.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
  4565.     ArchComponent.Component.computeAreas(self, obj)
  4566.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
  4567.     import TechDraw, Part
  4568.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  4569.     return original_import(name, *args, **kwargs)
  4570. <class 'ModuleNotFoundError'>: No module named 'TechDraw'
  4571. Traceback (most recent call last):
  4572.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
  4573.     self.applyShape(obj, base, pl, allownosolid = True)
  4574.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
  4575.     self.computeAreas(obj)
  4576.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
  4577.     ArchComponent.Component.computeAreas(self, obj)
  4578.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
  4579.     import TechDraw, Part
  4580.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  4581.     return original_import(name, *args, **kwargs)
  4582. <class 'ModuleNotFoundError'>: No module named 'TechDraw'
  4583. Traceback (most recent call last):
  4584.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
  4585.     self.applyShape(obj, base, pl, allownosolid = True)
  4586.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
  4587.     self.computeAreas(obj)
  4588.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
  4589.     ArchComponent.Component.computeAreas(self, obj)
  4590.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
  4591.     import TechDraw, Part
  4592.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  4593.     return original_import(name, *args, **kwargs)
  4594. <class 'ModuleNotFoundError'>: No module named 'TechDraw'
  4595. Traceback (most recent call last):
  4596.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
  4597.     self.applyShape(obj, base, pl, allownosolid = True)
  4598.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
  4599.     self.computeAreas(obj)
  4600.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
  4601.     ArchComponent.Component.computeAreas(self, obj)
  4602.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
  4603.     import TechDraw, Part
  4604.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  4605.     return original_import(name, *args, **kwargs)
  4606. <class 'ModuleNotFoundError'>: No module named 'TechDraw'
  4607. Traceback (most recent call last):
  4608.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
  4609.     self.applyShape(obj, base, pl, allownosolid = True)
  4610.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
  4611.     self.computeAreas(obj)
  4612.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
  4613.     ArchComponent.Component.computeAreas(self, obj)
  4614.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
  4615.     import TechDraw, Part
  4616.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  4617.     return original_import(name, *args, **kwargs)
  4618. <class 'ModuleNotFoundError'>: No module named 'TechDraw'
  4619. Traceback (most recent call last):
  4620.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
  4621.     self.applyShape(obj, base, pl, allownosolid = True)
  4622.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
  4623.     self.computeAreas(obj)
  4624.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
  4625.     ArchComponent.Component.computeAreas(self, obj)
  4626.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
  4627.     import TechDraw, Part
  4628.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  4629.     return original_import(name, *args, **kwargs)
  4630. <class 'ModuleNotFoundError'>: No module named 'TechDraw'
  4631. Traceback (most recent call last):
  4632.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
  4633.     self.applyShape(obj, base, pl, allownosolid = True)
  4634.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
  4635.     self.computeAreas(obj)
  4636.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
  4637.     ArchComponent.Component.computeAreas(self, obj)
  4638.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
  4639.     import TechDraw, Part
  4640.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  4641.     return original_import(name, *args, **kwargs)
  4642. <class 'ModuleNotFoundError'>: No module named 'TechDraw'
  4643. Traceback (most recent call last):
  4644.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
  4645.     self.applyShape(obj, base, pl, allownosolid = True)
  4646.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
  4647.     self.computeAreas(obj)
  4648.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
  4649.     ArchComponent.Component.computeAreas(self, obj)
  4650.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
  4651.     import TechDraw, Part
  4652.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  4653.     return original_import(name, *args, **kwargs)
  4654. <class 'ModuleNotFoundError'>: No module named 'TechDraw'
  4655. Traceback (most recent call last):
  4656.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
  4657.     self.applyShape(obj, base, pl, allownosolid = True)
  4658.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
  4659.     self.computeAreas(obj)
  4660.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
  4661.     ArchComponent.Component.computeAreas(self, obj)
  4662.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
  4663.     import TechDraw, Part
  4664.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  4665.     return original_import(name, *args, **kwargs)
  4666. <class 'ModuleNotFoundError'>: No module named 'TechDraw'
  4667. Traceback (most recent call last):
  4668.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
  4669.     self.applyShape(obj, base, pl, allownosolid = True)
  4670.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
  4671.     self.computeAreas(obj)
  4672.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
  4673.     ArchComponent.Component.computeAreas(self, obj)
  4674.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
  4675.     import TechDraw, Part
  4676.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  4677.     return original_import(name, *args, **kwargs)
  4678. <class 'ModuleNotFoundError'>: No module named 'TechDraw'
  4679. Traceback (most recent call last):
  4680.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
  4681.     self.applyShape(obj, base, pl, allownosolid = True)
  4682.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
  4683.     self.computeAreas(obj)
  4684.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
  4685.     ArchComponent.Component.computeAreas(self, obj)
  4686.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
  4687.     import TechDraw, Part
  4688.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  4689.     return original_import(name, *args, **kwargs)
  4690. <class 'ModuleNotFoundError'>: No module named 'TechDraw'
  4691. Traceback (most recent call last):
  4692.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
  4693.     self.applyShape(obj, base, pl, allownosolid = True)
  4694.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
  4695.     self.computeAreas(obj)
  4696.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
  4697.     ArchComponent.Component.computeAreas(self, obj)
  4698.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
  4699.     import TechDraw, Part
  4700.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  4701.     return original_import(name, *args, **kwargs)
  4702. <class 'ModuleNotFoundError'>: No module named 'TechDraw'
  4703. Traceback (most recent call last):
  4704.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
  4705.     self.applyShape(obj, base, pl, allownosolid = True)
  4706.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
  4707.     self.computeAreas(obj)
  4708.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
  4709.     ArchComponent.Component.computeAreas(self, obj)
  4710.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
  4711.     import TechDraw, Part
  4712.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  4713.     return original_import(name, *args, **kwargs)
  4714. <class 'ModuleNotFoundError'>: No module named 'TechDraw'
  4715. Traceback (most recent call last):
  4716.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
  4717.     self.applyShape(obj, base, pl, allownosolid = True)
  4718.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
  4719.     self.computeAreas(obj)
  4720.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
  4721.     ArchComponent.Component.computeAreas(self, obj)
  4722.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
  4723.     import TechDraw, Part
  4724.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  4725.     return original_import(name, *args, **kwargs)
  4726. <class 'ModuleNotFoundError'>: No module named 'TechDraw'
  4727. Traceback (most recent call last):
  4728.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
  4729.     self.applyShape(obj, base, pl, allownosolid = True)
  4730.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
  4731.     self.computeAreas(obj)
  4732.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
  4733.     ArchComponent.Component.computeAreas(self, obj)
  4734.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
  4735.     import TechDraw, Part
  4736.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  4737.     return original_import(name, *args, **kwargs)
  4738. <class 'ModuleNotFoundError'>: No module named 'TechDraw'
  4739. Traceback (most recent call last):
  4740.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
  4741.     self.applyShape(obj, base, pl, allownosolid = True)
  4742.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
  4743.     self.computeAreas(obj)
  4744.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
  4745.     ArchComponent.Component.computeAreas(self, obj)
  4746.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
  4747.     import TechDraw, Part
  4748.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  4749.     return original_import(name, *args, **kwargs)
  4750. <class 'ModuleNotFoundError'>: No module named 'TechDraw'
  4751. Traceback (most recent call last):
  4752.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
  4753.     self.applyShape(obj, base, pl, allownosolid = True)
  4754.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
  4755.     self.computeAreas(obj)
  4756.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
  4757.     ArchComponent.Component.computeAreas(self, obj)
  4758.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
  4759.     import TechDraw, Part
  4760.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  4761.     return original_import(name, *args, **kwargs)
  4762. <class 'ModuleNotFoundError'>: No module named 'TechDraw'
  4763. Traceback (most recent call last):
  4764.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
  4765.     self.applyShape(obj, base, pl, allownosolid = True)
  4766.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
  4767.     self.computeAreas(obj)
  4768.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
  4769.     ArchComponent.Component.computeAreas(self, obj)
  4770.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
  4771.     import TechDraw, Part
  4772.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  4773.     return original_import(name, *args, **kwargs)
  4774. <class 'ModuleNotFoundError'>: No module named 'TechDraw'
  4775. Traceback (most recent call last):
  4776.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
  4777.     self.applyShape(obj, base, pl, allownosolid = True)
  4778.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
  4779.     self.computeAreas(obj)
  4780.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
  4781.     ArchComponent.Component.computeAreas(self, obj)
  4782.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
  4783.     import TechDraw, Part
  4784.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  4785.     return original_import(name, *args, **kwargs)
  4786. <class 'ModuleNotFoundError'>: No module named 'TechDraw'
  4787. Traceback (most recent call last):
  4788.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
  4789.     self.applyShape(obj, base, pl, allownosolid = True)
  4790.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
  4791.     self.computeAreas(obj)
  4792.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
  4793.     ArchComponent.Component.computeAreas(self, obj)
  4794.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
  4795.     import TechDraw, Part
  4796.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  4797.     return original_import(name, *args, **kwargs)
  4798. <class 'ModuleNotFoundError'>: No module named 'TechDraw'
  4799. Traceback (most recent call last):
  4800.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
  4801.     self.applyShape(obj, base, pl, allownosolid = True)
  4802.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
  4803.     self.computeAreas(obj)
  4804.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
  4805.     ArchComponent.Component.computeAreas(self, obj)
  4806.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
  4807.     import TechDraw, Part
  4808.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  4809.     return original_import(name, *args, **kwargs)
  4810. <class 'ModuleNotFoundError'>: No module named 'TechDraw'
  4811. Traceback (most recent call last):
  4812.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
  4813.     self.applyShape(obj, base, pl, allownosolid = True)
  4814.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
  4815.     self.computeAreas(obj)
  4816.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
  4817.     ArchComponent.Component.computeAreas(self, obj)
  4818.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
  4819.     import TechDraw, Part
  4820.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  4821.     return original_import(name, *args, **kwargs)
  4822. <class 'ModuleNotFoundError'>: No module named 'TechDraw'
  4823. Traceback (most recent call last):
  4824.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
  4825.     self.applyShape(obj, base, pl, allownosolid = True)
  4826.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
  4827.     self.computeAreas(obj)
  4828.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
  4829.     ArchComponent.Component.computeAreas(self, obj)
  4830.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
  4831.     import TechDraw, Part
  4832.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  4833.     return original_import(name, *args, **kwargs)
  4834. <class 'ModuleNotFoundError'>: No module named 'TechDraw'
  4835. Traceback (most recent call last):
  4836.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
  4837.     self.applyShape(obj, base, pl, allownosolid = True)
  4838.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
  4839.     self.computeAreas(obj)
  4840.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
  4841.     ArchComponent.Component.computeAreas(self, obj)
  4842.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
  4843.     import TechDraw, Part
  4844.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  4845.     return original_import(name, *args, **kwargs)
  4846. <class 'ModuleNotFoundError'>: No module named 'TechDraw'
  4847. Traceback (most recent call last):
  4848.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
  4849.     self.applyShape(obj, base, pl, allownosolid = True)
  4850.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
  4851.     self.computeAreas(obj)
  4852.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
  4853.     ArchComponent.Component.computeAreas(self, obj)
  4854.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
  4855.     import TechDraw, Part
  4856.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  4857.     return original_import(name, *args, **kwargs)
  4858. <class 'ModuleNotFoundError'>: No module named 'TechDraw'
  4859. Traceback (most recent call last):
  4860.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
  4861.     self.applyShape(obj, base, pl, allownosolid = True)
  4862.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
  4863.     self.computeAreas(obj)
  4864.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
  4865.     ArchComponent.Component.computeAreas(self, obj)
  4866.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
  4867.     import TechDraw, Part
  4868.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  4869.     return original_import(name, *args, **kwargs)
  4870. <class 'ModuleNotFoundError'>: No module named 'TechDraw'
  4871. Traceback (most recent call last):
  4872.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
  4873.     self.applyShape(obj, base, pl, allownosolid = True)
  4874.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
  4875.     self.computeAreas(obj)
  4876.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
  4877.     ArchComponent.Component.computeAreas(self, obj)
  4878.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
  4879.     import TechDraw, Part
  4880.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  4881.     return original_import(name, *args, **kwargs)
  4882. <class 'ModuleNotFoundError'>: No module named 'TechDraw'
  4883. Traceback (most recent call last):
  4884.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
  4885.     self.applyShape(obj, base, pl, allownosolid = True)
  4886.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
  4887.     self.computeAreas(obj)
  4888.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
  4889.     ArchComponent.Component.computeAreas(self, obj)
  4890.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
  4891.     import TechDraw, Part
  4892.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  4893.     return original_import(name, *args, **kwargs)
  4894. <class 'ModuleNotFoundError'>: No module named 'TechDraw'
  4895. Traceback (most recent call last):
  4896.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
  4897.     self.applyShape(obj, base, pl, allownosolid = True)
  4898.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
  4899.     self.computeAreas(obj)
  4900.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
  4901.     ArchComponent.Component.computeAreas(self, obj)
  4902.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
  4903.     import TechDraw, Part
  4904.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  4905.     return original_import(name, *args, **kwargs)
  4906. <class 'ModuleNotFoundError'>: No module named 'TechDraw'
  4907. Traceback (most recent call last):
  4908.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
  4909.     self.applyShape(obj, base, pl, allownosolid = True)
  4910.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
  4911.     self.computeAreas(obj)
  4912.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
  4913.     ArchComponent.Component.computeAreas(self, obj)
  4914.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
  4915.     import TechDraw, Part
  4916.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  4917.     return original_import(name, *args, **kwargs)
  4918. <class 'ModuleNotFoundError'>: No module named 'TechDraw'
  4919. Traceback (most recent call last):
  4920.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
  4921.     self.applyShape(obj, base, pl, allownosolid = True)
  4922.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
  4923.     self.computeAreas(obj)
  4924.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
  4925.     ArchComponent.Component.computeAreas(self, obj)
  4926.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
  4927.     import TechDraw, Part
  4928.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  4929.     return original_import(name, *args, **kwargs)
  4930. <class 'ModuleNotFoundError'>: No module named 'TechDraw'
  4931. Traceback (most recent call last):
  4932.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
  4933.     self.applyShape(obj, base, pl, allownosolid = True)
  4934.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
  4935.     self.computeAreas(obj)
  4936.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
  4937.     ArchComponent.Component.computeAreas(self, obj)
  4938.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
  4939.     import TechDraw, Part
  4940.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  4941.     return original_import(name, *args, **kwargs)
  4942. <class 'ModuleNotFoundError'>: No module named 'TechDraw'
  4943. Traceback (most recent call last):
  4944.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
  4945.     self.applyShape(obj, base, pl, allownosolid = True)
  4946.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
  4947.     self.computeAreas(obj)
  4948.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
  4949.     ArchComponent.Component.computeAreas(self, obj)
  4950.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
  4951.     import TechDraw, Part
  4952.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  4953.     return original_import(name, *args, **kwargs)
  4954. <class 'ModuleNotFoundError'>: No module named 'TechDraw'
  4955. Traceback (most recent call last):
  4956.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
  4957.     self.applyShape(obj, base, pl, allownosolid = True)
  4958.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
  4959.     self.computeAreas(obj)
  4960.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
  4961.     ArchComponent.Component.computeAreas(self, obj)
  4962.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
  4963.     import TechDraw, Part
  4964.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  4965.     return original_import(name, *args, **kwargs)
  4966. <class 'ModuleNotFoundError'>: No module named 'TechDraw'
  4967. Traceback (most recent call last):
  4968.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
  4969.     self.applyShape(obj, base, pl, allownosolid = True)
  4970.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
  4971.     self.computeAreas(obj)
  4972.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
  4973.     ArchComponent.Component.computeAreas(self, obj)
  4974.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
  4975.     import TechDraw, Part
  4976.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  4977.     return original_import(name, *args, **kwargs)
  4978. <class 'ModuleNotFoundError'>: No module named 'TechDraw'
  4979. Traceback (most recent call last):
  4980.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
  4981.     self.applyShape(obj, base, pl, allownosolid = True)
  4982.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
  4983.     self.computeAreas(obj)
  4984.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
  4985.     ArchComponent.Component.computeAreas(self, obj)
  4986.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
  4987.     import TechDraw, Part
  4988.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  4989.     return original_import(name, *args, **kwargs)
  4990. <class 'ModuleNotFoundError'>: No module named 'TechDraw'
  4991. Traceback (most recent call last):
  4992.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
  4993.     self.applyShape(obj, base, pl, allownosolid = True)
  4994.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
  4995.     self.computeAreas(obj)
  4996.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
  4997.     ArchComponent.Component.computeAreas(self, obj)
  4998.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
  4999.     import TechDraw, Part
  5000.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  5001.     return original_import(name, *args, **kwargs)
  5002. <class 'ModuleNotFoundError'>: No module named 'TechDraw'
  5003. Traceback (most recent call last):
  5004.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
  5005.     self.applyShape(obj, base, pl, allownosolid = True)
  5006.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
  5007.     self.computeAreas(obj)
  5008.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
  5009.     ArchComponent.Component.computeAreas(self, obj)
  5010.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
  5011.     import TechDraw, Part
  5012.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  5013.     return original_import(name, *args, **kwargs)
  5014. <class 'ModuleNotFoundError'>: No module named 'TechDraw'
  5015. Traceback (most recent call last):
  5016.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
  5017.     self.applyShape(obj, base, pl, allownosolid = True)
  5018.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
  5019.     self.computeAreas(obj)
  5020.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
  5021.     ArchComponent.Component.computeAreas(self, obj)
  5022.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
  5023.     import TechDraw, Part
  5024.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  5025.     return original_import(name, *args, **kwargs)
  5026. <class 'ModuleNotFoundError'>: No module named 'TechDraw'
  5027. Traceback (most recent call last):
  5028.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
  5029.     self.applyShape(obj, base, pl, allownosolid = True)
  5030.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
  5031.     self.computeAreas(obj)
  5032.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
  5033.     ArchComponent.Component.computeAreas(self, obj)
  5034.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
  5035.     import TechDraw, Part
  5036.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  5037.     return original_import(name, *args, **kwargs)
  5038. <class 'ModuleNotFoundError'>: No module named 'TechDraw'
  5039. Traceback (most recent call last):
  5040.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
  5041.     self.applyShape(obj, base, pl, allownosolid = True)
  5042.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
  5043.     self.computeAreas(obj)
  5044.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
  5045.     ArchComponent.Component.computeAreas(self, obj)
  5046.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
  5047.     import TechDraw, Part
  5048.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  5049.     return original_import(name, *args, **kwargs)
  5050. <class 'ModuleNotFoundError'>: No module named 'TechDraw'
  5051. Traceback (most recent call last):
  5052.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
  5053.     self.applyShape(obj, base, pl, allownosolid = True)
  5054.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
  5055.     self.computeAreas(obj)
  5056.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
  5057.     ArchComponent.Component.computeAreas(self, obj)
  5058.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
  5059.     import TechDraw, Part
  5060.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  5061.     return original_import(name, *args, **kwargs)
  5062. <class 'ModuleNotFoundError'>: No module named 'TechDraw'
  5063. Traceback (most recent call last):
  5064.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
  5065.     self.applyShape(obj, base, pl, allownosolid = True)
  5066.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
  5067.     self.computeAreas(obj)
  5068.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
  5069.     ArchComponent.Component.computeAreas(self, obj)
  5070.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
  5071.     import TechDraw, Part
  5072.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  5073.     return original_import(name, *args, **kwargs)
  5074. <class 'ModuleNotFoundError'>: No module named 'TechDraw'
  5075. Traceback (most recent call last):
  5076.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
  5077.     self.applyShape(obj, base, pl, allownosolid = True)
  5078.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
  5079.     self.computeAreas(obj)
  5080.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
  5081.     ArchComponent.Component.computeAreas(self, obj)
  5082.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
  5083.     import TechDraw, Part
  5084.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  5085.     return original_import(name, *args, **kwargs)
  5086. <class 'ModuleNotFoundError'>: No module named 'TechDraw'
  5087. Traceback (most recent call last):
  5088.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
  5089.     self.applyShape(obj, base, pl, allownosolid = True)
  5090.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
  5091.     self.computeAreas(obj)
  5092.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
  5093.     ArchComponent.Component.computeAreas(self, obj)
  5094.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
  5095.     import TechDraw, Part
  5096.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  5097.     return original_import(name, *args, **kwargs)
  5098. <class 'ModuleNotFoundError'>: No module named 'TechDraw'
  5099. Traceback (most recent call last):
  5100.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
  5101.     self.applyShape(obj, base, pl, allownosolid = True)
  5102.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
  5103.     self.computeAreas(obj)
  5104.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
  5105.     ArchComponent.Component.computeAreas(self, obj)
  5106.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
  5107.     import TechDraw, Part
  5108.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  5109.     return original_import(name, *args, **kwargs)
  5110. <class 'ModuleNotFoundError'>: No module named 'TechDraw'
  5111. Traceback (most recent call last):
  5112.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
  5113.     self.applyShape(obj, base, pl, allownosolid = True)
  5114.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
  5115.     self.computeAreas(obj)
  5116.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
  5117.     ArchComponent.Component.computeAreas(self, obj)
  5118.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
  5119.     import TechDraw, Part
  5120.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  5121.     return original_import(name, *args, **kwargs)
  5122. <class 'ModuleNotFoundError'>: No module named 'TechDraw'
  5123. Traceback (most recent call last):
  5124.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
  5125.     self.applyShape(obj, base, pl, allownosolid = True)
  5126.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
  5127.     self.computeAreas(obj)
  5128.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
  5129.     ArchComponent.Component.computeAreas(self, obj)
  5130.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
  5131.     import TechDraw, Part
  5132.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  5133.     return original_import(name, *args, **kwargs)
  5134. <class 'ModuleNotFoundError'>: No module named 'TechDraw'
  5135. Traceback (most recent call last):
  5136.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
  5137.     self.applyShape(obj, base, pl, allownosolid = True)
  5138.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
  5139.     self.computeAreas(obj)
  5140.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
  5141.     ArchComponent.Component.computeAreas(self, obj)
  5142.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
  5143.     import TechDraw, Part
  5144.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  5145.     return original_import(name, *args, **kwargs)
  5146. <class 'ModuleNotFoundError'>: No module named 'TechDraw'
  5147. Traceback (most recent call last):
  5148.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
  5149.     self.applyShape(obj, base, pl, allownosolid = True)
  5150.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
  5151.     self.computeAreas(obj)
  5152.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
  5153.     ArchComponent.Component.computeAreas(self, obj)
  5154.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
  5155.     import TechDraw, Part
  5156.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  5157.     return original_import(name, *args, **kwargs)
  5158. <class 'ModuleNotFoundError'>: No module named 'TechDraw'
  5159. Traceback (most recent call last):
  5160.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
  5161.     self.applyShape(obj, base, pl, allownosolid = True)
  5162.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
  5163.     self.computeAreas(obj)
  5164.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
  5165.     ArchComponent.Component.computeAreas(self, obj)
  5166.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
  5167.     import TechDraw, Part
  5168.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  5169.     return original_import(name, *args, **kwargs)
  5170. <class 'ModuleNotFoundError'>: No module named 'TechDraw'
  5171. Traceback (most recent call last):
  5172.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
  5173.     self.applyShape(obj, base, pl, allownosolid = True)
  5174.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
  5175.     self.computeAreas(obj)
  5176.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
  5177.     ArchComponent.Component.computeAreas(self, obj)
  5178.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
  5179.     import TechDraw, Part
  5180.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  5181.     return original_import(name, *args, **kwargs)
  5182. <class 'ModuleNotFoundError'>: No module named 'TechDraw'
  5183. Traceback (most recent call last):
  5184.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
  5185.     self.applyShape(obj, base, pl, allownosolid = True)
  5186.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
  5187.     self.computeAreas(obj)
  5188.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
  5189.     ArchComponent.Component.computeAreas(self, obj)
  5190.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
  5191.     import TechDraw, Part
  5192.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  5193.     return original_import(name, *args, **kwargs)
  5194. <class 'ModuleNotFoundError'>: No module named 'TechDraw'
  5195. Traceback (most recent call last):
  5196.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
  5197.     self.applyShape(obj, base, pl, allownosolid = True)
  5198.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
  5199.     self.computeAreas(obj)
  5200.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
  5201.     ArchComponent.Component.computeAreas(self, obj)
  5202.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
  5203.     import TechDraw, Part
  5204.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  5205.     return original_import(name, *args, **kwargs)
  5206. <class 'ModuleNotFoundError'>: No module named 'TechDraw'
  5207. Traceback (most recent call last):
  5208.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
  5209.     self.applyShape(obj, base, pl, allownosolid = True)
  5210.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
  5211.     self.computeAreas(obj)
  5212.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
  5213.     ArchComponent.Component.computeAreas(self, obj)
  5214.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
  5215.     import TechDraw, Part
  5216.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  5217.     return original_import(name, *args, **kwargs)
  5218. <class 'ModuleNotFoundError'>: No module named 'TechDraw'
  5219. Traceback (most recent call last):
  5220.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
  5221.     self.applyShape(obj, base, pl, allownosolid = True)
  5222.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
  5223.     self.computeAreas(obj)
  5224.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
  5225.     ArchComponent.Component.computeAreas(self, obj)
  5226.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
  5227.     import TechDraw, Part
  5228.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  5229.     return original_import(name, *args, **kwargs)
  5230. <class 'ModuleNotFoundError'>: No module named 'TechDraw'
  5231. Traceback (most recent call last):
  5232.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
  5233.     self.applyShape(obj, base, pl, allownosolid = True)
  5234.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
  5235.     self.computeAreas(obj)
  5236.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
  5237.     ArchComponent.Component.computeAreas(self, obj)
  5238.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
  5239.     import TechDraw, Part
  5240.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  5241.     return original_import(name, *args, **kwargs)
  5242. <class 'ModuleNotFoundError'>: No module named 'TechDraw'
  5243. Traceback (most recent call last):
  5244.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
  5245.     self.applyShape(obj, base, pl, allownosolid = True)
  5246.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
  5247.     self.computeAreas(obj)
  5248.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
  5249.     ArchComponent.Component.computeAreas(self, obj)
  5250.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
  5251.     import TechDraw, Part
  5252.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  5253.     return original_import(name, *args, **kwargs)
  5254. <class 'ModuleNotFoundError'>: No module named 'TechDraw'
  5255. Traceback (most recent call last):
  5256.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
  5257.     self.applyShape(obj, base, pl, allownosolid = True)
  5258.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
  5259.     self.computeAreas(obj)
  5260.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
  5261.     ArchComponent.Component.computeAreas(self, obj)
  5262.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
  5263.     import TechDraw, Part
  5264.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  5265.     return original_import(name, *args, **kwargs)
  5266. <class 'ModuleNotFoundError'>: No module named 'TechDraw'
  5267. Traceback (most recent call last):
  5268.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
  5269.     self.applyShape(obj, base, pl, allownosolid = True)
  5270.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
  5271.     self.computeAreas(obj)
  5272.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
  5273.     ArchComponent.Component.computeAreas(self, obj)
  5274.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
  5275.     import TechDraw, Part
  5276.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  5277.     return original_import(name, *args, **kwargs)
  5278. <class 'ModuleNotFoundError'>: No module named 'TechDraw'
  5279. Traceback (most recent call last):
  5280.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
  5281.     self.applyShape(obj, base, pl, allownosolid = True)
  5282.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
  5283.     self.computeAreas(obj)
  5284.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
  5285.     ArchComponent.Component.computeAreas(self, obj)
  5286.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
  5287.     import TechDraw, Part
  5288.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  5289.     return original_import(name, *args, **kwargs)
  5290. <class 'ModuleNotFoundError'>: No module named 'TechDraw'
  5291. Traceback (most recent call last):
  5292.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
  5293.     self.applyShape(obj, base, pl, allownosolid = True)
  5294.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
  5295.     self.computeAreas(obj)
  5296.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
  5297.     ArchComponent.Component.computeAreas(self, obj)
  5298.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
  5299.     import TechDraw, Part
  5300.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  5301.     return original_import(name, *args, **kwargs)
  5302. <class 'ModuleNotFoundError'>: No module named 'TechDraw'
  5303. Traceback (most recent call last):
  5304.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
  5305.     self.applyShape(obj, base, pl, allownosolid = True)
  5306.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
  5307.     self.computeAreas(obj)
  5308.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
  5309.     ArchComponent.Component.computeAreas(self, obj)
  5310.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
  5311.     import TechDraw, Part
  5312.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  5313.     return original_import(name, *args, **kwargs)
  5314. <class 'ModuleNotFoundError'>: No module named 'TechDraw'
  5315. Traceback (most recent call last):
  5316.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
  5317.     self.applyShape(obj, base, pl, allownosolid = True)
  5318.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
  5319.     self.computeAreas(obj)
  5320.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
  5321.     ArchComponent.Component.computeAreas(self, obj)
  5322.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
  5323.     import TechDraw, Part
  5324.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  5325.     return original_import(name, *args, **kwargs)
  5326. <class 'ModuleNotFoundError'>: No module named 'TechDraw'
  5327. Traceback (most recent call last):
  5328.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
  5329.     self.applyShape(obj, base, pl, allownosolid = True)
  5330.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
  5331.     self.computeAreas(obj)
  5332.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
  5333.     ArchComponent.Component.computeAreas(self, obj)
  5334.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
  5335.     import TechDraw, Part
  5336.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  5337.     return original_import(name, *args, **kwargs)
  5338. <class 'ModuleNotFoundError'>: No module named 'TechDraw'
  5339. Traceback (most recent call last):
  5340.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
  5341.     self.applyShape(obj, base, pl, allownosolid = True)
  5342.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
  5343.     self.computeAreas(obj)
  5344.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
  5345.     ArchComponent.Component.computeAreas(self, obj)
  5346.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
  5347.     import TechDraw, Part
  5348.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  5349.     return original_import(name, *args, **kwargs)
  5350. <class 'ModuleNotFoundError'>: No module named 'TechDraw'
  5351. Traceback (most recent call last):
  5352.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
  5353.     self.applyShape(obj, base, pl, allownosolid = True)
  5354.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
  5355.     self.computeAreas(obj)
  5356.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
  5357.     ArchComponent.Component.computeAreas(self, obj)
  5358.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
  5359.     import TechDraw, Part
  5360.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  5361.     return original_import(name, *args, **kwargs)
  5362. <class 'ModuleNotFoundError'>: No module named 'TechDraw'
  5363. Create 81 roofs using a range of arguments. ... ok
  5364. testRoofAllAngles90 (TestArch.ArchTest)
  5365. Traceback (most recent call last):
  5366.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
  5367.     self.applyShape(obj, base, pl, allownosolid = True)
  5368.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
  5369.     self.computeAreas(obj)
  5370.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
  5371.     ArchComponent.Component.computeAreas(self, obj)
  5372.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
  5373.     import TechDraw, Part
  5374.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  5375.     return original_import(name, *args, **kwargs)
  5376. <class 'ModuleNotFoundError'>: No module named 'TechDraw'
  5377. Create a roof with the angles of all segments set at 90 degrees. ... ok
  5378. testRoofApex (TestArch.ArchTest)
  5379. Traceback (most recent call last):
  5380.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
  5381.     self.applyShape(obj, base, pl, allownosolid = True)
  5382.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
  5383.     self.computeAreas(obj)
  5384.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
  5385.     ArchComponent.Component.computeAreas(self, obj)
  5386.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
  5387.     import TechDraw, Part
  5388.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  5389.     return original_import(name, *args, **kwargs)
  5390. <class 'ModuleNotFoundError'>: No module named 'TechDraw'
  5391. Create a hipped roof that relies on apex calculation. The roof has ... ok
  5392. testRoofSingleEavePoint (TestArch.ArchTest)
  5393. Traceback (most recent call last):
  5394.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 809, in execute
  5395.     self.applyShape(obj, base, pl, allownosolid = True)
  5396.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
  5397.     self.computeAreas(obj)
  5398.   File "/usr/lib64/freecad/Mod/Arch/ArchRoof.py", line 885, in computeAreas
  5399.     ArchComponent.Component.computeAreas(self, obj)
  5400.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
  5401.     import TechDraw, Part
  5402.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  5403.     return original_import(name, *args, **kwargs)
  5404. <class 'ModuleNotFoundError'>: No module named 'TechDraw'
  5405. Create a roof with a single triangular segment that has a single ... ok
  5406. testSection (TestArch.ArchTest) ... ok
  5407. testSite (TestArch.ArchTest) ... ok
  5408. testSpace (TestArch.ArchTest) ... ok
  5409. Traceback (most recent call last):
  5410.   File "/usr/lib64/freecad/Mod/Arch/ArchSpace.py", line 312, in execute
  5411.     self.getShape(obj)
  5412.   File "/usr/lib64/freecad/Mod/Arch/ArchSpace.py", line 432, in getShape
  5413.     self.applyShape(obj,shape,pl)
  5414.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
  5415.     self.computeAreas(obj)
  5416.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
  5417.     import TechDraw, Part
  5418.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  5419.     return original_import(name, *args, **kwargs)
  5420. <class 'ModuleNotFoundError'>: No module named 'TechDraw'
  5421. testSpaceBBox (TestArch.ArchTest) ... ok
  5422. testStairs (TestArch.ArchTest) ... ok
  5423. testStructure (TestArch.ArchTest) ... ok
  5424. testWall (TestArch.ArchTest) ... ok
  5425. Traceback (most recent call last):
  5426.   File "/usr/lib64/freecad/Mod/Arch/ArchWall.py", line 952, in execute
  5427.     self.applyShape(obj,base,pl)
  5428.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
  5429.     self.computeAreas(obj)
  5430.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
  5431.     import TechDraw, Part
  5432.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  5433.     return original_import(name, *args, **kwargs)
  5434. <class 'ModuleNotFoundError'>: No module named 'TechDraw'
  5435. Traceback (most recent call last):
  5436.   File "/usr/lib64/freecad/Mod/Arch/ArchWall.py", line 952, in execute
  5437.     self.applyShape(obj,base,pl)
  5438.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
  5439.     self.computeAreas(obj)
  5440.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
  5441.     import TechDraw, Part
  5442.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  5443.     return original_import(name, *args, **kwargs)
  5444. <class 'ModuleNotFoundError'>: No module named 'TechDraw'
  5445. Recompute failed! Please check report view.
  5446. Traceback (most recent call last):
  5447.   File "/usr/lib64/freecad/Mod/Arch/ArchWall.py", line 952, in execute
  5448.     self.applyShape(obj,base,pl)
  5449.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
  5450.     self.computeAreas(obj)
  5451.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
  5452.     import TechDraw, Part
  5453.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  5454.     return original_import(name, *args, **kwargs)
  5455. <class 'ModuleNotFoundError'>: No module named 'TechDraw'
  5456. Traceback (most recent call last):
  5457.   File "/usr/lib64/freecad/Mod/Arch/ArchWall.py", line 952, in execute
  5458.     self.applyShape(obj,base,pl)
  5459.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
  5460.     self.computeAreas(obj)
  5461.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
  5462.     import TechDraw, Part
  5463.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  5464.     return original_import(name, *args, **kwargs)
  5465. <class 'ModuleNotFoundError'>: No module named 'TechDraw'
  5466. Recompute failed! Please check report view.
  5467. Traceback (most recent call last):
  5468.   File "/usr/lib64/freecad/Mod/Arch/ArchWall.py", line 952, in execute
  5469.     self.applyShape(obj,base,pl)
  5470.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
  5471.     self.computeAreas(obj)
  5472.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
  5473.     import TechDraw, Part
  5474.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  5475.     return original_import(name, *args, **kwargs)
  5476. <class 'ModuleNotFoundError'>: No module named 'TechDraw'
  5477. Traceback (most recent call last):
  5478.   File "/usr/lib64/freecad/Mod/Arch/ArchWall.py", line 952, in execute
  5479.     self.applyShape(obj,base,pl)
  5480.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 946, in applyShape
  5481.     self.computeAreas(obj)
  5482.   File "/usr/lib64/freecad/Mod/Arch/ArchComponent.py", line 980, in computeAreas
  5483.     import TechDraw, Part
  5484.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  5485.     return original_import(name, *args, **kwargs)
  5486. <class 'ModuleNotFoundError'>: No module named 'TechDraw'
  5487. Recompute failed! Please check report view.
  5488. testWallMultiMatAlign (TestArch.ArchTest) ... ok
  5489. [New Thread 0x7fff6461a640 (LWP 13457)]
  5490. [Thread 0x7fff6461a640 (LWP 13457) exited]
  5491. [New Thread 0x7fff6461a640 (LWP 13458)]
  5492. [Thread 0x7fff6461a640 (LWP 13458) exited]
  5493. [New Thread 0x7fff6461a640 (LWP 13459)]
  5494. [Thread 0x7fff6461a640 (LWP 13459) exited]
  5495. [New Thread 0x7fff6461a640 (LWP 13460)]
  5496. [Thread 0x7fff6461a640 (LWP 13460) exited]
  5497. testWindow (TestArch.ArchTest) ... ok
  5498. [New Thread 0x7fff6461a640 (LWP 13461)]
  5499. testHtmlCase (TestWebGui.WebGuiTestCases) ... ok
  5500. test_import_gui_draft_snap (drafttests.test_import_gui.DraftGuiImport)
  5501. Import Draft snapping. ...
  5502. ------------------------------------------------------------------------------
  5503.   Try importing 'draftguitools.gui_snapper'
  5504. ok
  5505. test_import_gui_draft_tools (drafttests.test_import_gui.DraftGuiImport)
  5506. Import Draft graphical commands. ...
  5507. ------------------------------------------------------------------------------
  5508.   Try importing 'DraftTools'
  5509. ok
  5510. test_import_gui_draft_trackers (drafttests.test_import_gui.DraftGuiImport)
  5511. Import Draft tracker utilities. ...
  5512. ------------------------------------------------------------------------------
  5513.   Try importing 'draftguitools.gui_trackers'
  5514. ok
  5515. test_import_gui_draftgui (drafttests.test_import_gui.DraftGuiImport)
  5516. Import Draft TaskView GUI tools. ...
  5517. ------------------------------------------------------------------------------
  5518.   Try importing 'DraftGui'
  5519. ok
  5520. test_import_gui_draftedit (drafttests.test_import_tools.DraftImportTools)
  5521. Import Draft Edit. ...
  5522. ------------------------------------------------------------------------------
  5523.   Try importing 'draftguitools.gui_edit'
  5524. ok
  5525. test_import_gui_draftlayer (drafttests.test_import_tools.DraftImportTools)
  5526. Import Draft Layer. ...
  5527. ------------------------------------------------------------------------------
  5528.   Try importing 'DraftLayer'
  5529. ok
  5530. test_import_gui_draftplane (drafttests.test_import_tools.DraftImportTools)
  5531. Import Draft SelectPlane. ...
  5532. ------------------------------------------------------------------------------
  5533.   Try importing 'draftguitools.gui_selectplane'
  5534. ok
  5535. test_import_gui_workingplane (drafttests.test_import_tools.DraftImportTools)
  5536. Import Draft WorkingPlane. ...
  5537. ------------------------------------------------------------------------------
  5538.   Try importing 'WorkingPlane'
  5539. ok
  5540. test_pivy_draw (drafttests.test_pivy.DraftPivy)
  5541. Use Coin (pivy.coin) to draw a cube on the active view. ...
  5542. ------------------------------------------------------------------------------
  5543.   Temporary document 'DraftPivy'
  5544.   Draw cube
  5545.   Adding cube to the active view scene
  5546. ok
  5547. test_pivy_import (drafttests.test_pivy.DraftPivy)
  5548. Import Coin (Pivy). ...
  5549. ------------------------------------------------------------------------------
  5550.   Temporary document 'DraftPivy'
  5551.   Try importing 'pivy.coin'
  5552. ok
  5553. test_all_css_placeholders_removed (TestStart.TestStartPage.TestStartPage)
  5554. Check to see if all of the CSS placeholders have been replaced. ... ok
  5555. test_all_html_placeholders_removed (TestStart.TestStartPage.TestStartPage)
  5556. Check to see if all of the HTML placeholders have been replaced. ... ok
  5557. test_all_js_placeholders_removed (TestStart.TestStartPage.TestStartPage)
  5558. Check to see if all of the JavaScript placeholders have been replaced. ... ok
  5559. test_files_do_not_contain_backslashes (TestStart.TestStartPage.TestStartPage) ... ok
  5560. The Start page is valid HTML, but the W3C sent back 6 informative messages:
  5561. INFO: 'Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.'
  5562. INFO: 'Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.'
  5563. INFO: 'Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.'
  5564. INFO: 'Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.'
  5565. INFO: 'Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.'
  5566. INFO: 'Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.'
  5567. .test_html_validates (TestStart.TestStartPage.TestStartPage) ... ok
  5568. test_00print (femtest.gui.test_open.TestObjectOpen) ...
  5569. ****************************************************************************************************
  5570. ********** run FEM TestObjectOpen tests ************************************************************
  5571. ****************************************************************************************************
  5572. ok
  5573. test_femobjects_open_de9b3fb438 (femtest.gui.test_open.TestObjectOpen) ... load old document objects
  5574.  
  5575.  
  5576.  
  5577. [New Thread 0x7fff63118640 (LWP 13481)]
  5578. [New Thread 0x7fff63118640 (LWP 13482)]
  5579. [Thread 0x7fff63118640 (LWP 13481) exited]
  5580. [Thread 0x7fff63118640 (LWP 13482) exited]
  5581. [New Thread 0x7fff63118640 (LWP 13483)]
  5582. [Thread 0x7fff63118640 (LWP 13483) exited]
  5583. ok
  5584. test_femobjects_open_head (femtest.gui.test_open.TestObjectOpen) ... load master head document objects
  5585.  
  5586. PropertyPostDataObject::SaveDocFile: ignore empty vtkUnstructuredGrid
  5587. PropertyPostDataObject::SaveDocFile: ignore empty vtkUnstructuredGrid
  5588. PropertyPostDataObject::SaveDocFile: ignore empty vtkUnstructuredGrid
  5589. [New Thread 0x7fff63118640 (LWP 13484)]
  5590. [New Thread 0x7fff7bfff640 (LWP 13485)]
  5591. [Thread 0x7fff63118640 (LWP 13484) exited]
  5592. [New Thread 0x7fff63118640 (LWP 13486)]
  5593. [Thread 0x7fff7bfff640 (LWP 13485) exited]
  5594. [Thread 0x7fff63118640 (LWP 13486) exited]
  5595.  
  5596.  
  5597.  
  5598. [New Thread 0x7fff63118640 (LWP 13490)]
  5599. [New Thread 0x7fff7bfff640 (LWP 13491)]
  5600. [New Thread 0x7fff62817640 (LWP 13492)]
  5601. [Thread 0x7fff7bfff640 (LWP 13491) exited]
  5602. [Thread 0x7fff63118640 (LWP 13490) exited]
  5603. ok
  5604. [Thread 0x7fff62817640 (LWP 13492) exited]
  5605. testCanDropObject (TestPartGui.PartGuiViewProviderTestCases) ... ok
  5606.  
  5607. ======================================================================
  5608. ERROR: testCrossLinkEmptyPropertyName (TestSpreadsheet.SpreadsheetCases)
  5609. ----------------------------------------------------------------------
  5610. Traceback (most recent call last):
  5611.   File "/usr/lib64/freecad/Mod/Spreadsheet/TestSpreadsheet.py", line 1155, in testCrossLinkEmptyPropertyName
  5612.     body = square.addObject('PartDesign::Body','Body')
  5613. ModuleNotFoundError: {'sclassname': 'N4Base11PyExceptionE', 'sErrMsg': "No module named 'PartDesign'", 'sfile': '', 'iline': 0, 'sfunction': '', 'swhat': "No module named 'PartDesign'", 'btranslatable': False, 'breported': False}
  5614.  
  5615. ======================================================================
  5616. ERROR: test_known_quantity_units (femtest.app.test_material.TestMaterialUnits)
  5617. ----------------------------------------------------------------------
  5618. Traceback (most recent call last):
  5619.   File "/usr/lib64/freecad/Mod/Fem/femtest/app/test_material.py", line 72, in test_known_quantity_units
  5620.     from materialtools.cardutils import get_known_material_quantity_parameter as knownquant
  5621.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  5622.     return original_import(name, *args, **kwargs)
  5623. ModuleNotFoundError: No module named 'materialtools'
  5624.  
  5625. ======================================================================
  5626. ERROR: test_material_card_quantities (femtest.app.test_material.TestMaterialUnits)
  5627. ----------------------------------------------------------------------
  5628. Traceback (most recent call last):
  5629.   File "/usr/lib64/freecad/Mod/Fem/femtest/app/test_material.py", line 101, in test_material_card_quantities
  5630.     from materialtools.cardutils import add_cards_from_a_dir as addmats
  5631.   File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
  5632.     return original_import(name, *args, **kwargs)
  5633. ModuleNotFoundError: No module named 'materialtools'
  5634.  
  5635. ======================================================================
  5636. ERROR: test_tetra10_yml (femtest.app.test_mesh.TestMeshEleTetra10)
  5637. ----------------------------------------------------------------------
  5638. Traceback (most recent call last):
  5639.   File "/usr/lib64/freecad/Mod/Fem/femtest/app/test_mesh.py", line 511, in test_tetra10_yml
  5640.     self.compare_mesh_files(
  5641.   File "/usr/lib64/freecad/Mod/Fem/femtest/app/test_mesh.py", line 334, in compare_mesh_files
  5642.     femmesh_testfile.Volumes[0],
  5643. IndexError: tuple index out of range
  5644.  
  5645. ----------------------------------------------------------------------
  5646. Ran 478 tests in 450.133s
  5647.  
  5648. FAILED (errors=4)
  5649. System exit
  5650.  
  5651. Thread 1 "freecad" received signal SIGSEGV, Segmentation fault.
  5652. 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
  5653. 1148        return d->activeView;
  5654. (gdb) bt
  5655. #0  0x00007ffff7244d3a in Gui::MainWindow::activeWindow() const (this=0x0)
  5656.     at /usr/src/debug/media-gfx/freecad-0.20.1/FreeCAD-0.20.1/src/Gui/MainWindow.cpp:1148
  5657. #1  0x00007ffff6bef461 in Gui::Document::getActiveView() const (this=0x5555713e1140)
  5658.     at /usr/src/debug/media-gfx/freecad-0.20.1/FreeCAD-0.20.1/src/Gui/Document.cpp:2119
  5659. #2  0x00007ffff6b11c24 in Gui::Application::onLastWindowClosed(Gui::Document*)
  5660.    (this=0x7fffffffccc0, pcDoc=0x55556f1b7f00)
  5661.     at /usr/src/debug/media-gfx/freecad-0.20.1/FreeCAD-0.20.1/src/Gui/Application.cpp:946
  5662. #3  0x00007ffff6bee411 in Gui::Document::detachView(Gui::BaseView*, bool)
  5663.    (this=0x55556f1b7f00, pcView=0x55556bd3f3d0, bPassiv=false)
  5664.     at /usr/src/debug/media-gfx/freecad-0.20.1/FreeCAD-0.20.1/src/Gui/Document.cpp:1915
  5665. #4  0x00007ffff710f719 in Gui::BaseView::onClose() (this=0x55556bd3f3d0)
  5666.     at /usr/src/debug/media-gfx/freecad-0.20.1/FreeCAD-0.20.1/src/Gui/View.cpp:69
  5667. #5  0x00007ffff710f648 in Gui::BaseView::~BaseView() (this=0x55556bd3f3d0, __in_chrg=<optimized out>)
  5668.     at /usr/src/debug/media-gfx/freecad-0.20.1/FreeCAD-0.20.1/src/Gui/View.cpp:54
  5669. #6  0x00007ffff72a529d in Gui::MDIView::~MDIView() (this=0x55556bd3f3a0, __in_chrg=<optimized out>)
  5670.     at /usr/src/debug/media-gfx/freecad-0.20.1/FreeCAD-0.20.1/src/Gui/MDIView.cpp:100
  5671. #7  0x00007ffff711063c in Gui::View3DInventor::~View3DInventor()
  5672.    (this=0x55556bd3f3a0, __in_chrg=<optimized out>)
  5673.     at /usr/src/debug/media-gfx/freecad-0.20.1/FreeCAD-0.20.1/src/Gui/View3DInventor.cpp:206
  5674. #8  0x00007ffff711068e in Gui::View3DInventor::~View3DInventor()
  5675.    (this=0x55556bd3f3a0, __in_chrg=<optimized out>)
  5676.     at /usr/src/debug/media-gfx/freecad-0.20.1/FreeCAD-0.20.1/src/Gui/View3DInventor.cpp:206
  5677. #9  0x00007ffff3358cd2 in QObjectPrivate::deleteChildren() () at /usr/lib64/libQt5Core.so.5
  5678. #10 0x00007ffff3d4a2c6 in QWidget::~QWidget() () at /usr/lib64/libQt5Widgets.so.5
  5679. #11 0x00007ffff3e8b5a9 in QMdiSubWindow::~QMdiSubWindow() () at /usr/lib64/libQt5Widgets.so.5
  5680. #12 0x00007ffff3358cd2 in QObjectPrivate::deleteChildren() () at /usr/lib64/libQt5Core.so.5
  5681. #13 0x00007ffff3d4a2c6 in QWidget::~QWidget() () at /usr/lib64/libQt5Widgets.so.5
  5682. #14 0x00007ffff3d4a619 in QWidget::~QWidget() () at /usr/lib64/libQt5Widgets.so.5
  5683. #15 0x00007ffff3358cd2 in QObjectPrivate::deleteChildren() () at /usr/lib64/libQt5Core.so.5
  5684. #16 0x00007ffff3d4a2c6 in QWidget::~QWidget() () at /usr/lib64/libQt5Widgets.so.5
  5685. #17 0x00007ffff3e75c89 in QMdiArea::~QMdiArea() () at /usr/lib64/libQt5Widgets.so.5
  5686. #18 0x00007ffff3358cd2 in QObjectPrivate::deleteChildren() () at /usr/lib64/libQt5Core.so.5
  5687. #19 0x00007ffff3d4a2c6 in QWidget::~QWidget() () at /usr/lib64/libQt5Widgets.so.5
  5688. #20 0x00007ffff7240f47 in Gui::MainWindow::~MainWindow()
  5689. --Type <RET> for more, q to quit, c to continue without paging--
  5690.    t>)
  5691.     at /usr/src/debug/media-gfx/freecad-0.20.1/FreeCAD-0.20.1/src/Gui/MainWindow.cpp:491
  5692. #21 0x00007ffff6b1a7d4 in Gui::Application::runApplication() ()
  5693.     at /usr/src/debug/media-gfx/freecad-0.20.1/FreeCAD-0.20.1/src/Gui/Application.cpp:2310
  5694. #22 0x00005555555604c0 in main(int, char**) (argc=3, argv=0x7fffffffd8f8)
  5695.     at /usr/src/debug/media-gfx/freecad-0.20.1/FreeCAD-0.20.1/src/Main/MainGui.cpp:290
  5696.  
Add Comment
Please, Sign In to add comment