Advertisement
pkspyder

Untitled

Mar 9th, 2023
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 55.89 KB | None | 0 0
  1. Start testing: Mar 09 13:53 India Standard Time
  2. ----------------------------------------------------------
  3. 1/118 Testing: ts_loader_bootstrap
  4. 1/118 Test: ts_loader_bootstrap
  5. Command: "C:/Program Files/nodejs/npm" "test"
  6. Directory: E:/metacall/core/source/loaders/ts_loader/bootstrap/lib
  7. "ts_loader_bootstrap" start time: Mar 09 13:53 India Standard Time
  8. Output:
  9. ----------------------------------------------------------
  10. <end of output>
  11. Test time = 0.00 sec
  12. ----------------------------------------------------------
  13. Test Failed.
  14. "ts_loader_bootstrap" end time: Mar 09 13:53 India Standard Time
  15. "ts_loader_bootstrap" time elapsed: 00:00:00
  16. ----------------------------------------------------------
  17.  
  18. 89/118 Testing: metacall-typescript-tsx-test
  19. 89/118 Test: metacall-typescript-tsx-test
  20. Command: "E:/metacall/core/build/Debug/metacall-typescript-tsx-testd.exe"
  21. Directory: E:/metacall/core/build/scripts/templating
  22. "metacall-typescript-tsx-test" start time: Mar 09 13:53 India Standard Time
  23. Output:
  24. ----------------------------------------------------------
  25. [==========] Running 1 test from 1 test suite.
  26. [----------] Global test environment set-up.
  27. [----------] 1 test from metacall_tsx_test
  28. [ RUN ] metacall_tsx_test.DefaultConstructor
  29. [Thu Mar 9 13:53:45] #4180 [ 153 | metacall_initialize | E:\metacall\core\source\metacall\source\metacall.c ] @Debug : MetaCall default logger to stdout initialized
  30. [Thu Mar 9 13:53:45] #4180 [ 163 | metacall_initialize | E:\metacall\core\source\metacall\source\metacall.c ] @Debug : Initializing MetaCall
  31. [Thu Mar 9 13:53:45] #4180 [ 77 | configuration_initialize | E:\metacall\core\source\configuration\source\configuration.c ] @Debug : Global configuration loaded from E:/metacall/core/build/configurations/global.json
  32. [Thu Mar 9 13:53:45] #4180 [ 44 | plugin_descriptor_create | E:\metacall\core\source\plugin\source\plugin_descriptor.c ] @Debug : Loading plugin: rapid_json_seriald
  33. [Thu Mar 9 13:53:45] #4180 [ 57 | plugin_descriptor_create | E:\metacall\core\source\plugin\source\plugin_descriptor.c ] @Debug : Loading plugin symbol: rapid_json_serial_impl_interface_singleton
  34. [Thu Mar 9 13:53:45] #4180 [ 215 | metacall_initialize | E:\metacall\core\source\metacall\source\metacall.c ] @Information : Set MetaCall log level to Debug
  35. [Thu Mar 9 13:53:45] #4180 [ 77 | loader_manager_impl_script_paths_initialize | E:\metacall\core\source\loader\source\loader_manager_impl.c ] @Debug : Loader script path: E:/metacall/core/build/scripts\
  36. [Thu Mar 9 13:53:45] #4180 [ 44 | plugin_descriptor_create | E:\metacall\core\source\plugin\source\plugin_descriptor.c ] @Debug : Loading plugin: ext_loaderd
  37. [Thu Mar 9 13:53:45] #4180 [ 57 | plugin_descriptor_create | E:\metacall\core\source\plugin\source\plugin_descriptor.c ] @Debug : Loading plugin symbol: ext_loader_impl_interface_singleton
  38. [Thu Mar 9 13:53:45] #4180 [ 101 | plugin_load_from_path | E:\metacall\core\source\extensions\plugin_extension\source\plugin_extension.cpp ] @Debug : Loading plugin: E:/metacall/core/build/Debug\plugins\backtrace_plugin\metacall.json
  39. [Thu Mar 9 13:53:45] #4180 [ 44 | plugin_descriptor_create | E:\metacall\core\source\plugin\source\plugin_descriptor.c ] @Debug : Loading plugin: ts_loaderd
  40. [Thu Mar 9 13:53:45] #4180 [ 57 | plugin_descriptor_create | E:\metacall\core\source\plugin\source\plugin_descriptor.c ] @Debug : Loading plugin symbol: ts_loader_impl_interface_singleton
  41. [Thu Mar 9 13:53:45] #4180 [ 44 | plugin_descriptor_create | E:\metacall\core\source\plugin\source\plugin_descriptor.c ] @Debug : Loading plugin: node_loaderd
  42. [Thu Mar 9 13:53:45] #4180 [ 57 | plugin_descriptor_create | E:\metacall\core\source\plugin\source\plugin_descriptor.c ] @Debug : Loading plugin symbol: node_loader_impl_interface_singleton
  43. E:\metacall\core\source\tests\metacall_typescript_tsx_test\source\metacall_typescript_tsx_test.cpp(53): error: Expected: ((void *)0) != ((void *)ret), actual: NULL vs NULL
  44. Assertion failed: value_type_id(v) == TYPE_STRING, file E:\metacall\core\source\metacall\source\metacall_value.c, line 282
  45. Stack trace (most recent call last):
  46. #21 Object "", at 00007FFB826A7614, in BaseThreadInitThunk
  47. #20 Source "D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_main.cpp", line 17, in mainCRTStartup [00007FF72AE11D5E]
  48. #19 Source "D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl", line 331, in __scrt_common_main [00007FF72AE11A2E]
  49. #18 Source "D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl", line 288, in __scrt_common_main_seh [00007FF72AE11B6E]
  50. #17 Source "D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl", line 79, in invoke_main [00007FF72AE11CC9]
  51. #16 Source "E:\metacall\core\source\tests\metacall_typescript_tsx_test\source\main.cpp", line 28, in main [00007FF72AD8D472]
  52. 25: ::testing::InitGoogleTest(&argc, argv);
  53. 26:
  54. 27: return RUN_ALL_TESTS();
  55. > 28: }
  56. #15 Source "E:\metacall\core\build\source\tests\src\google-test-depends\googletest\include\gtest\gtest.h", line 2491, in RUN_ALL_TESTS [00007FF72AD8DBF3]
  57. 2489: inline int RUN_ALL_TESTS() {
  58. 2490: return ::testing::UnitTest::GetInstance()->Run();
  59. >2491: }
  60. 2492:
  61. 2493: GTEST_DISABLE_MSC_WARNINGS_POP_() // 4251
  62. #14 Source "E:\metacall\core\build\source\tests\src\google-test-depends\googletest\src\gtest.cc", line 5438, in testing::UnitTest::Run [00007FF72ADA1721]
  63. 5435: }
  64. 5436: #endif // GTEST_OS_WINDOWS
  65. 5437:
  66. >5438: return internal::HandleExceptionsInMethodIfSupported(
  67. 5439: impl(),
  68. 5440: &internal::UnitTestImpl::RunAllTests,
  69. 5441: "auxiliary test code (environments or event listeners)") ? 0 : 1;
  70. #13 Source "E:\metacall\core\build\source\tests\src\google-test-depends\googletest\src\gtest.cc", line 2643, in testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl,bool> [00007FF72ADCD323]
  71. 2640: if (internal::GetUnitTestImpl()->catch_exceptions()) {
  72. 2641: #if GTEST_HAS_EXCEPTIONS
  73. 2642: try {
  74. >2643: return HandleSehExceptionsInMethodIfSupported(object, method, location);
  75. 2644: } catch (const AssertionException&) { // NOLINT
  76. 2645: // This failure was reported already.
  77. 2646: } catch (const internal::GoogleTestFailureException&) { // NOLINT
  78. #12 Source "E:\metacall\core\build\source\tests\src\google-test-depends\googletest\src\gtest.cc", line 2592, in testing::internal::HandleSehExceptionsInMethodIfSupported<testing::internal::UnitTestImpl,bool> [00007FF72ADCD5CD]
  79. 2589: T* object, Result (T::*method)(), const char* location) {
  80. 2590: #if GTEST_HAS_SEH
  81. 2591: __try {
  82. >2592: return (object->*method)();
  83. 2593: } __except (internal::UnitTestOptions::GTestShouldProcessSEH( // NOLINT
  84. 2594: GetExceptionCode())) {
  85. 2595: // We create the exception message on the heap because VC++ prohibits
  86. #11 Source "E:\metacall\core\build\source\tests\src\google-test-depends\googletest\src\gtest.cc", line 5856, in testing::internal::UnitTestImpl::RunAllTests [00007FF72ADA757C]
  87. 5853: for (int test_index = 0; test_index < total_test_suite_count();
  88. 5854: test_index++) {
  89. 5855: GetMutableSuiteCase(test_index)->Run();
  90. >5856: if (GTEST_FLAG(fail_fast) &&
  91. 5857: GetMutableSuiteCase(test_index)->Failed()) {
  92. 5858: for (int j = test_index + 1; j < total_test_suite_count(); j++) {
  93. 5859: GetMutableSuiteCase(j)->Skip();
  94. #10 Source "E:\metacall\core\build\source\tests\src\google-test-depends\googletest\src\gtest.cc", line 3016, in testing::TestSuite::Run [00007FF72ADA0F52]
  95. 3013: internal::Timer timer;
  96. 3014: for (int i = 0; i < total_test_count(); i++) {
  97. 3015: GetMutableTestInfo(i)->Run();
  98. >3016: if (GTEST_FLAG(fail_fast) && GetMutableTestInfo(i)->result()->Failed()) {
  99. 3017: for (int j = i + 1; j < total_test_count(); j++) {
  100. 3018: GetMutableTestInfo(j)->Skip();
  101. 3019: }
  102. #9 Source "E:\metacall\core\build\source\tests\src\google-test-depends\googletest\src\gtest.cc", line 2864, in testing::TestInfo::Run [00007FF72ADA0715]
  103. 2861: test->Run();
  104. 2862: }
  105. 2863:
  106. >2864: if (test != nullptr) {
  107. 2865: // Deletes the test object.
  108. 2866: impl->os_stack_trace_getter()->UponLeavingGTest();
  109. 2867: internal::HandleExceptionsInMethodIfSupported(
  110. #8 Source "E:\metacall\core\build\source\tests\src\google-test-depends\googletest\src\gtest.cc", line 2689, in testing::Test::Run [00007FF72AD9FC0B]
  111. 2686: // However, we want to clean up as much as possible. Hence we will
  112. 2687: // always call TearDown(), even if SetUp() or the test body has
  113. 2688: // failed.
  114. >2689: impl->os_stack_trace_getter()->UponLeavingGTest();
  115. 2690: internal::HandleExceptionsInMethodIfSupported(
  116. 2691: this, &Test::TearDown, "TearDown()");
  117. 2692: }
  118. #7 Source "E:\metacall\core\build\source\tests\src\google-test-depends\googletest\src\gtest.cc", line 2643, in testing::internal::HandleExceptionsInMethodIfSupported<testing::Test,void> [00007FF72ADCD013]
  119. 2640: if (internal::GetUnitTestImpl()->catch_exceptions()) {
  120. 2641: #if GTEST_HAS_EXCEPTIONS
  121. 2642: try {
  122. >2643: return HandleSehExceptionsInMethodIfSupported(object, method, location);
  123. 2644: } catch (const AssertionException&) { // NOLINT
  124. 2645: // This failure was reported already.
  125. 2646: } catch (const internal::GoogleTestFailureException&) { // NOLINT
  126. #6 Source "E:\metacall\core\build\source\tests\src\google-test-depends\googletest\src\gtest.cc", line 2592, in testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test,void> [00007FF72ADCD3DD]
  127. 2589: T* object, Result (T::*method)(), const char* location) {
  128. 2590: #if GTEST_HAS_SEH
  129. 2591: __try {
  130. >2592: return (object->*method)();
  131. 2593: } __except (internal::UnitTestOptions::GTestShouldProcessSEH( // NOLINT
  132. 2594: GetExceptionCode())) {
  133. 2595: // We create the exception message on the heap because VC++ prohibits
  134. #5 Source "E:\metacall\core\source\tests\metacall_typescript_tsx_test\source\metacall_typescript_tsx_test.cpp", line 55, in metacall_tsx_test_DefaultConstructor_Test::TestBody [00007FF72AD8E0D3]
  135. 53: EXPECT_NE((void *)NULL, (void *)ret);
  136. 54:
  137. > 55: EXPECT_EQ((int)0, (int)strcmp(metacall_value_to_string(ret), "<h1 data-reactroot=\"\">Hello metaprogrammer</h1>"));
  138. 56:
  139. 57: metacall_value_destroy(ret);
  140. 58: }
  141. #4 Source "E:\metacall\core\source\metacall\source\metacall_value.c", line 282, in metacall_value_to_string [00007FFB77BC5723]
  142. 280: char *metacall_value_to_string(void *v)
  143. 281: {
  144. > 282: assert(value_type_id(v) == TYPE_STRING);
  145. 283:
  146. 284: return value_to_string(v);
  147. 285: }
  148. #3 Object "", at 00007FFB405E158F, in wassert
  149. #2 Object "", at 00007FFB405DE881, in get_wide_winmain_command_line
  150. #1 Object "", at 00007FFB405E094F, in get_wide_winmain_command_line
  151. #0 Object "", at 00007FFB405DAB29, in abort
  152. <end of output>
  153. Test time = 1.27 sec
  154. ----------------------------------------------------------
  155. Test Failed.
  156. "metacall-typescript-tsx-test" end time: Mar 09 13:53 India Standard Time
  157. "metacall-typescript-tsx-test" time elapsed: 00:00:01
  158. ----------------------------------------------------------
  159.  
  160. 93/118 Testing: metacall-java-test
  161. 93/118 Test: metacall-java-test
  162. Command: "E:/metacall/core/build/Debug/metacall-java-testd.exe"
  163. Directory: E:/metacall/core/build/source/tests/metacall_java_test
  164. "metacall-java-test" start time: Mar 09 13:53 India Standard Time
  165. Output:
  166. ----------------------------------------------------------
  167. [==========] Running 1 test from 1 test suite.
  168. [----------] Global test environment set-up.
  169. [----------] 1 test from metacall_java_test
  170. [ RUN ] metacall_java_test.DefaultConstructor
  171. [Thu Mar 9 13:53:46] #5572 [ 153 | metacall_initialize | E:\metacall\core\source\metacall\source\metacall.c ] @Debug : MetaCall default logger to stdout initialized
  172. [Thu Mar 9 13:53:46] #5572 [ 163 | metacall_initialize | E:\metacall\core\source\metacall\source\metacall.c ] @Debug : Initializing MetaCall
  173. [Thu Mar 9 13:53:46] #5572 [ 77 | configuration_initialize | E:\metacall\core\source\configuration\source\configuration.c ] @Debug : Global configuration loaded from E:/metacall/core/build/configurations/global.json
  174. [Thu Mar 9 13:53:46] #5572 [ 44 | plugin_descriptor_create | E:\metacall\core\source\plugin\source\plugin_descriptor.c ] @Debug : Loading plugin: rapid_json_seriald
  175. [Thu Mar 9 13:53:46] #5572 [ 57 | plugin_descriptor_create | E:\metacall\core\source\plugin\source\plugin_descriptor.c ] @Debug : Loading plugin symbol: rapid_json_serial_impl_interface_singleton
  176. [Thu Mar 9 13:53:46] #5572 [ 215 | metacall_initialize | E:\metacall\core\source\metacall\source\metacall.c ] @Information : Set MetaCall log level to Debug
  177. [Thu Mar 9 13:53:46] #5572 [ 77 | loader_manager_impl_script_paths_initialize | E:\metacall\core\source\loader\source\loader_manager_impl.c ] @Debug : Loader script path: E:/metacall/core/build/scripts\
  178. [Thu Mar 9 13:53:46] #5572 [ 44 | plugin_descriptor_create | E:\metacall\core\source\plugin\source\plugin_descriptor.c ] @Debug : Loading plugin: ext_loaderd
  179. [Thu Mar 9 13:53:46] #5572 [ 57 | plugin_descriptor_create | E:\metacall\core\source\plugin\source\plugin_descriptor.c ] @Debug : Loading plugin symbol: ext_loader_impl_interface_singleton
  180. [Thu Mar 9 13:53:46] #5572 [ 101 | plugin_load_from_path | E:\metacall\core\source\extensions\plugin_extension\source\plugin_extension.cpp ] @Debug : Loading plugin: E:/metacall/core/build/Debug\plugins\backtrace_plugin\metacall.json
  181. [Thu Mar 9 13:53:46] #5572 [ 44 | plugin_descriptor_create | E:\metacall\core\source\plugin\source\plugin_descriptor.c ] @Debug : Loading plugin: java_loaderd
  182. [Thu Mar 9 13:53:46] #5572 [ 57 | plugin_descriptor_create | E:\metacall\core\source\plugin\source\plugin_descriptor.c ] @Debug : Loading plugin symbol: java_loader_impl_interface_singleton
  183. Compilation Successful
  184. Fibonacci Class Loading Successful
  185. Compilation Successful
  186. Test Class Loading Successful
  187. java.lang.NoSuchFieldException: signature
  188. at java.base/java.lang.Class.getDeclaredField(Class.java:2610)
  189. at bootstrap.getSignature(bootstrap.java:219)
  190. at bootstrap.java_bootstrap_discover_method_details(bootstrap.java:350)
  191. java.lang.NoSuchFieldException: signature
  192. at java.base/java.lang.Class.getDeclaredField(Class.java:2610)
  193. at bootstrap.getSignature(bootstrap.java:219)
  194. at bootstrap.java_bootstrap_discover_method_details(bootstrap.java:350)
  195. java.lang.NoSuchFieldException: signature
  196. at java.base/java.lang.Class.getDeclaredField(Class.java:2610)
  197. at bootstrap.getSignature(bootstrap.java:219)
  198. at bootstrap.java_bootstrap_discover_method_details(bootstrap.java:350)
  199. java.lang.NoSuchFieldException: signature
  200. at java.base/java.lang.Class.getDeclaredField(Class.java:2610)
  201. at bootstrap.getSignature(bootstrap.java:219)
  202. at bootstrap.java_bootstrap_discover_method_details(bootstrap.java:350)
  203. java.lang.NoSuchFieldException: signature
  204. at java.base/java.lang.Class.getDeclaredField(Class.java:2610)
  205. at bootstrap.getSignature(bootstrap.java:219)
  206. at bootstrap.java_bootstrap_discover_method_details(bootstrap.java:350)
  207. java.lang.NoSuchFieldException: signature
  208. at java.base/java.lang.Class.getDeclaredField(Class.java:2610)
  209. at bootstrap.getSignature(bootstrap.java:219)
  210. at bootstrap.java_bootstrap_discover_method_details(bootstrap.java:350)
  211. java.lang.NoSuchFieldException: signature
  212. at java.base/java.lang.Class.getDeclaredField(Class.java:2610)
  213. at bootstrap.getSignature(bootstrap.java:219)
  214. at bootstrap.java_bootstrap_discover_method_details(bootstrap.java:350)
  215. java.lang.NoSuchFieldException: signature
  216. at java.base/java.lang.Class.getDeclaredField(Class.java:2610)
  217. at bootstrap.getSignature(bootstrap.java:219)
  218. at bootstrap.java_bootstrap_discover_method_details(bootstrap.java:350)
  219. java.lang.NoSuchFieldException: signature
  220. at java.base/java.lang.Class.getDeclaredField(Class.java:2610)
  221. at bootstrap.getSignature(bootstrap.java:219)
  222. at bootstrap.java_bootstrap_discover_method_details(bootstrap.java:350)
  223. java.lang.NoSuchFieldException: signature
  224. at java.base/java.lang.Class.getDeclaredField(Class.java:2610)
  225. at bootstrap.getSignature(bootstrap.java:219)
  226. at bootstrap.java_bootstrap_discover_method_details(bootstrap.java:350)
  227. java.lang.NoSuchFieldException: signature
  228. at java.base/java.lang.Class.getDeclaredField(Class.java:2610)
  229. at bootstrap.getSignature(bootstrap.java:219)
  230. at bootstrap.java_bootstrap_discover_method_details(bootstrap.java:350)
  231. java.lang.NoSuchFieldException: signature
  232. at java.base/java.lang.Class.getDeclaredField(Class.java:2610)
  233. at bootstrap.getSignature(bootstrap.java:219)
  234. at bootstrap.java_bootstrap_discover_method_details(bootstrap.java:350)
  235. java.lang.NoSuchFieldException: signature
  236. at java.base/java.lang.Class.getDeclaredField(Class.java:2610)
  237. at bootstrap.getSignature(bootstrap.java:219)
  238. at bootstrap.java_bootstrap_discover_method_details(bootstrap.java:350)
  239. java.lang.NoSuchFieldException: signature
  240. at java.base/java.lang.Class.getDeclaredField(Class.java:2610)
  241. at bootstrap.getSignature(bootstrap.java:219)
  242. at bootstrap.java_bootstrap_discover_method_details(bootstrap.java:350)
  243. java.lang.NoSuchFieldException: signature
  244. at java.base/java.lang.Class.getDeclaredField(Class.java:2610)
  245. at bootstrap.getSignature(bootstrap.java:219)
  246. at bootstrap.java_bootstrap_discover_method_details(bootstrap.java:350)
  247. java.lang.NoSuchFieldException: signature
  248. at java.base/java.lang.Class.getDeclaredField(Class.java:2610)
  249. at bootstrap.getSignature(bootstrap.java:219)
  250. at bootstrap.java_bootstrap_discover_method_details(bootstrap.java:350)
  251. java.lang.NoSuchFieldException: signature
  252. at java.base/java.lang.Class.getDeclaredField(Class.java:2610)
  253. at bootstrap.getSignature(bootstrap.java:219)
  254. at bootstrap.java_bootstrap_discover_method_details(bootstrap.java:350)
  255. java.lang.NoSuchFieldException: signature
  256. at java.base/java.lang.Class.getDeclaredField(Class.java:2610)
  257. at bootstrap.getSignature(bootstrap.java:219)
  258. at bootstrap.java_bootstrap_discover_method_details(bootstrap.java:350)
  259. java.lang.NoSuchFieldException: signature
  260. at java.base/java.lang.Class.getDeclaredField(Class.java:2610)
  261. at bootstrap.getSignature(bootstrap.java:219)
  262. at bootstrap.java_bootstrap_discover_method_details(bootstrap.java:350)
  263. java.lang.NoSuchFieldException: signature
  264. at java.base/java.lang.Class.getDeclaredField(Class.java:2610)
  265. at bootstrap.getSignature(bootstrap.java:219)
  266. at bootstrap.java_bootstrap_discover_method_details(bootstrap.java:350)
  267. java.lang.NoSuchFieldException: signature
  268. at java.base/java.lang.Class.getDeclaredField(Class.java:2610)
  269. at bootstrap.getSignature(bootstrap.java:219)
  270. at bootstrap.java_bootstrap_discover_method_details(bootstrap.java:350)
  271. java.lang.NoSuchFieldException: signature
  272. at java.base/java.lang.Class.getDeclaredField(Class.java:2610)
  273. at bootstrap.getSignature(bootstrap.java:219)
  274. at bootstrap.java_bootstrap_discover_method_details(bootstrap.java:350)
  275. java.lang.NoSuchFieldException: signature
  276. at java.base/java.lang.Class.getDeclaredField(Class.java:2610)
  277. at bootstrap.getSignature(bootstrap.java:219)
  278. at bootstrap.java_bootstrap_discover_method_details(bootstrap.java:350)
  279. java.lang.NoSuchFieldException: signature
  280. at java.base/java.lang.Class.getDeclaredField(Class.java:2610)
  281. at bootstrap.getSignature(bootstrap.java:219)
  282. at bootstrap.java_bootstrap_discover_method_details(bootstrap.java:350)
  283. java.lang.NoSuchFieldException: signature
  284. at java.base/java.lang.Class.getDeclaredField(Class.java:2610)
  285. at bootstrap.getSignature(bootstrap.java:219)
  286. at bootstrap.java_bootstrap_discover_method_details(bootstrap.java:350)
  287. java.lang.NoSuchFieldException: signature
  288. at java.base/java.lang.Class.getDeclaredField(Class.java:2610)
  289. at bootstrap.getSignature(bootstrap.java:219)
  290. at bootstrap.java_bootstrap_discover_method_details(bootstrap.java:350)
  291. java.lang.NoSuchFieldException: signature
  292. at java.base/java.lang.Class.getDeclaredField(Class.java:2610)
  293. at bootstrap.getSignature(bootstrap.java:219)
  294. at bootstrap.java_bootstrap_discover_method_details(bootstrap.java:350)
  295. java.lang.NoSuchFieldException: signature
  296. at java.base/java.lang.Class.getDeclaredField(Class.java:2610)
  297. at bootstrap.getSignature(bootstrap.java:219)
  298. at bootstrap.java_bootstrap_discover_method_details(bootstrap.java:350)
  299. java.lang.NoSuchFieldException: signature
  300. at java.base/java.lang.Class.getDeclaredField(Class.java:2610)
  301. at bootstrap.getSignature(bootstrap.java:219)
  302. at bootstrap.java_bootstrap_discover_method_details(bootstrap.java:350)
  303. [Thu Mar 9 13:53:47] #5572 [ 608 | class_constructor | E:\metacall\core\source\reflect\source\reflect_class.c ] @Error : Class Test does not have any constructor
  304. Full Test constructor Called Test String
  305. hello Metacall 8
  306. [Thu Mar 9 13:53:47] #5572 [ 608 | class_constructor | E:\metacall\core\source\reflect\source\reflect_class.c ] @Error : Class Test does not have any constructor
  307. Test const Called with 10, 20
  308. NS int 8
  309. [Thu Mar 9 13:53:47] #5572 [ 608 | class_constructor | E:\metacall\core\source\reflect\source\reflect_class.c ] @Error : Class Test does not have any constructor
  310. Array Constructor = Constructor Called
  311. Hello World
  312. [Thu Mar 9 13:53:47] #5572 [ 608 | class_constructor | E:\metacall\core\source\reflect\source\reflect_class.c ] @Error : Class Test does not have any constructor
  313. Array Constructor = Constructor Called
  314. EXCEPTION java.nio.file.InvalidPathException: Illegal char <:> at index 3: jar:file:\E:/metacall/core/build/scripts/\JarTest.jar
  315. E:\metacall\core\source\tests\metacall_java_test\source\metacall_java_test.cpp(359): error: Expected equality of these values:
  316. (int)0
  317. Which is: 0
  318. (int)metacall_load_from_package("java", "JarTest.jar", 0)
  319. Which is: 1
  320. [ FAILED ] metacall_java_test.DefaultConstructor (835 ms)
  321. [----------] 1 test from metacall_java_test (835 ms total)
  322.  
  323. [----------] Global test environment tear-down
  324. [==========] 1 test from 1 test suite ran. (835 ms total)
  325. [ PASSED ] 0 tests.
  326. [ FAILED ] 1 test, listed below:
  327. [ FAILED ] metacall_java_test.DefaultConstructor
  328.  
  329. 1 FAILED TEST
  330. <end of output>
  331. Test time = 0.93 sec
  332. ----------------------------------------------------------
  333. Test Failed.
  334. "metacall-java-test" end time: Mar 09 13:53 India Standard Time
  335. "metacall-java-test" time elapsed: 00:00:00
  336. ----------------------------------------------------------
  337.  
  338. 116/118 Testing: metacallcli-tsx-templating
  339. 116/118 Test: metacallcli-tsx-templating
  340. Command: "C:/Program Files/CMake/bin/cmake.exe" "-D" "EXECUTABLE=E:/metacall/core/build/Debug/metacallclid.exe" "-D" "INPUT=E:/metacall/core/source/cli/metacallcli/test/commands/metacallcli-tsx-templating.txt" "-P" "E:/metacall/core/source/cli/metacallcli/test/commands/command_runner.cmake"
  341. Directory: E:/metacall/core/build/scripts/templating
  342. "metacallcli-tsx-templating" start time: Mar 09 13:53 India Standard Time
  343. Output:
  344. ----------------------------------------------------------
  345. [Thu Mar 9 13:53:47] #6432 [ 153 | metacall_initialize | E:\metacall\core\source\metacall\source\metacall.c ] @Debug : MetaCall default logger to stdout initialized
  346. [Thu Mar 9 13:53:47] #6432 [ 163 | metacall_initialize | E:\metacall\core\source\metacall\source\metacall.c ] @Debug : Initializing MetaCall
  347. [Thu Mar 9 13:53:47] #6432 [ 77 | configuration_initialize | E:\metacall\core\source\configuration\source\configuration.c ] @Debug : Global configuration loaded from E:/metacall/core/build/configurations/global.json
  348. [Thu Mar 9 13:53:47] #6432 [ 44 | plugin_descriptor_create | E:\metacall\core\source\plugin\source\plugin_descriptor.c ] @Debug : Loading plugin: rapid_json_seriald
  349. [Thu Mar 9 13:53:47] #6432 [ 57 | plugin_descriptor_create | E:\metacall\core\source\plugin\source\plugin_descriptor.c ] @Debug : Loading plugin symbol: rapid_json_serial_impl_interface_singleton
  350. [Thu Mar 9 13:53:47] #6432 [ 215 | metacall_initialize | E:\metacall\core\source\metacall\source\metacall.c ] @Information : Set MetaCall log level to Debug
  351. [Thu Mar 9 13:53:47] #6432 [ 77 | loader_manager_impl_script_paths_initialize | E:\metacall\core\source\loader\source\loader_manager_impl.c ] @Debug : Loader script path: E:/metacall/core/build/scripts\
  352. [Thu Mar 9 13:53:47] #6432 [ 44 | plugin_descriptor_create | E:\metacall\core\source\plugin\source\plugin_descriptor.c ] @Debug : Loading plugin: ext_loaderd
  353. [Thu Mar 9 13:53:47] #6432 [ 57 | plugin_descriptor_create | E:\metacall\core\source\plugin\source\plugin_descriptor.c ] @Debug : Loading plugin symbol: ext_loader_impl_interface_singleton
  354. [Thu Mar 9 13:53:47] #6432 [ 101 | plugin_load_from_path | E:\metacall\core\source\extensions\plugin_extension\source\plugin_extension.cpp ] @Debug : Loading plugin: E:/metacall/core/build/Debug\plugins\backtrace_plugin\metacall.json
  355. [Thu Mar 9 13:53:47] #6432 [ 101 | plugin_load_from_path | E:\metacall\core\source\extensions\plugin_extension\source\plugin_extension.cpp ] @Debug : Loading plugin: E:/metacall/core/build/Debug\plugins\cli\cli_core_plugin\metacall.json
  356. Welcome to Tijuana, tequila, sexo & marijuana.
  357. > [Thu Mar 9 13:53:47] #6432 [ 44 | plugin_descriptor_create | E:\metacall\core\source\plugin\source\plugin_descriptor.c ] @Debug : Loading plugin: ts_loaderd
  358. [Thu Mar 9 13:53:47] #6432 [ 57 | plugin_descriptor_create | E:\metacall\core\source\plugin\source\plugin_descriptor.c ] @Debug : Loading plugin symbol: ts_loader_impl_interface_singleton
  359. [Thu Mar 9 13:53:47] #6432 [ 44 | plugin_descriptor_create | E:\metacall\core\source\plugin\source\plugin_descriptor.c ] @Debug : Loading plugin: node_loaderd
  360. [Thu Mar 9 13:53:47] #6432 [ 57 | plugin_descriptor_create | E:\metacall\core\source\plugin\source\plugin_descriptor.c ] @Debug : Loading plugin symbol: node_loader_impl_interface_singleton
  361. Script (templating.tsx) loaded correctly
  362. > runtime ext {
  363. module plugin_extension {
  364. function plugin_load_from_path(arg0, arg1)
  365. }
  366. module Debug/plugins/backtrace_plugin/backtrace_plugin {
  367. }
  368. module Debug/plugins/cli/cli_core_plugin/cli_core_plugin {
  369. function inspect()
  370. function call(arg0)
  371. function clear(arg0, arg1)
  372. function await(arg0)
  373. function eval(arg0, arg1)
  374. function load(arg0, arg1)
  375. }
  376. }
  377. runtime node {
  378. module Debug\bootstrap.ts {
  379. function initialize()
  380. function clear()
  381. function discover()
  382. function destroy()
  383. function load_from_memory()
  384. function load_from_file()
  385. function load_from_package()
  386. }
  387. }
  388. runtime ts {
  389. module templating.tsx {
  390. }
  391. }
  392. runtime __metacall_host__
  393. >
  394. Could not find function `hello`
  395. Make sure it is loaded
  396.  
  397. [WARNING]: Invalid command execution
  398. {
  399. key : call,
  400. arguments :
  401. [4] call
  402. [10] hello
  403. [27] "metaprogrammer"
  404. }
  405. See `help` for correct usage
  406. > Exiting ...
  407. [active_handles] - [base_active_handles] - [extra_active_handles] + [active_reqs] + [closing]
  408. 20 - 19 - 0 + 0 + 0
  409. Number of active handles: 22
  410. [active_handles] - [base_active_handles] - [extra_active_handles] + [active_reqs] + [closing]
  411. 22 - 19 - 2 + 0 + 0
  412. Number of user active handles: 1
  413. [-AI] async 00007FFAF45928F0
  414. [-A-] async 0000027C7D6A1120
  415. [-A-] async 00007FFAF42875E0
  416. [-A-] check 0000027C7F0CAF68
  417. [-A-] prepare 0000027C7F0CB058
  418. [-A-] check 0000027C7F0CB0D0
  419. [-A-] async 0000027C7F0CB148
  420. [-A-] async 00007FFAF4287730
  421. [RA-] async 0000027C7F150530
  422. [RA-] async 0000027C7F1A6E50
  423. [RA-] async 0000027C7F151BD0
  424. [RA-] async 0000027C7F1E5FF0
  425. [RA-] async 0000027C7F1A7A50
  426. [RA-] async 0000027C7F1513C0
  427. [RA-] async 0000027C7F1AB4D0
  428. [RA-] async 0000027C7F1EFEB0
  429. [RA-] async 0000027C7F1DBEE0
  430. [RA-] async 0000027C7F1DC0A0
  431. [RA-] async 0000027C7F1DC260
  432. [RA-] async 0000027C7F1DC420
  433. [-A-] timer 0000027C7F154598
  434. [RA-] prepare 0000027C7D66ADC8
  435. [RA-] check 0000027C7D66AE40
  436. [active_handles] - [base_active_handles] - [extra_active_handles] + [active_reqs] + [closing]
  437. 22 - 19 - 2 + 0 + 0
  438. Number of active handles: 22
  439. [active_handles] - [base_active_handles] - [extra_active_handles] + [active_reqs] + [closing]
  440. 22 - 19 - 2 + 0 + 0
  441. Number of user active handles: 1
  442. [-AI] async 00007FFAF45928F0
  443. [-A-] async 0000027C7D6A1120
  444. [-A-] async 00007FFAF42875E0
  445. [-A-] check 0000027C7F0CAF68
  446. [-A-] prepare 0000027C7F0CB058
  447. [-A-] check 0000027C7F0CB0D0
  448. [-A-] async 0000027C7F0CB148
  449. [-A-] async 00007FFAF4287730
  450. [RA-] async 0000027C7F150530
  451. [RA-] async 0000027C7F1A6E50
  452. [RA-] async 0000027C7F151BD0
  453. [RA-] async 0000027C7F1E5FF0
  454. [RA-] async 0000027C7F1A7A50
  455. [RA-] async 0000027C7F1513C0
  456. [RA-] async 0000027C7F1AB4D0
  457. [RA-] async 0000027C7F1EFEB0
  458. [RA-] async 0000027C7F1DBEE0
  459. [RA-] async 0000027C7F1DC0A0
  460. [RA-] async 0000027C7F1DC260
  461. [RA-] async 0000027C7F1DC420
  462. [-A-] timer 0000027C7F154598
  463. [RA-] prepare 0000027C7D66ADC8
  464. [RA-] check 0000027C7D66AE40
  465. [active_handles] - [base_active_handles] - [extra_active_handles] + [active_reqs] + [closing]
  466. 22 - 19 - 2 + 0 + 0
  467. Number of active handles: 21
  468. [active_handles] - [base_active_handles] - [extra_active_handles] + [active_reqs] + [closing]
  469. 21 - 19 - 2 + 0 + 1
  470. Number of user active handles: 0
  471. [-AI] async 00007FFAF45928F0
  472. [-A-] async 0000027C7D6A1120
  473. [-A-] async 00007FFAF42875E0
  474. [-A-] check 0000027C7F0CAF68
  475. [-A-] prepare 0000027C7F0CB058
  476. [-A-] check 0000027C7F0CB0D0
  477. [-A-] async 0000027C7F0CB148
  478. [-A-] async 00007FFAF4287730
  479. [RA-] async 0000027C7F150530
  480. [RA-] async 0000027C7F1A6E50
  481. [RA-] async 0000027C7F151BD0
  482. [RA-] async 0000027C7F1E5FF0
  483. [RA-] async 0000027C7F1A7A50
  484. [RA-] async 0000027C7F1513C0
  485. [RA-] async 0000027C7F1AB4D0
  486. [RA-] async 0000027C7F1EFEB0
  487. [RA-] async 0000027C7F1DBEE0
  488. [RA-] async 0000027C7F1DC0A0
  489. [RA-] async 0000027C7F1DC260
  490. [RA-] async 0000027C7F1DC420
  491. [RA-] prepare 0000027C7D66ADC8
  492. [RA-] check 0000027C7D66AE40
  493. [active_handles] - [base_active_handles] - [extra_active_handles] + [active_reqs] + [closing]
  494. 21 - 19 - 2 + 0 + 1
  495. [active_handles] - [base_active_handles] - [extra_active_handles] + [active_reqs] + [closing]
  496. 19 - 19 - 0 + 0 + 1
  497. [Thu Mar 9 13:53:55] #6432 [ 5367 | node_loader_impl_destroy | E:\metacall\core\source\loaders\node_loader\source\node_loader_impl.cpp ] @Debug : NodeJS execution return status 0
  498. [Thu Mar 9 13:53:55] #6432 [ 325 | ext_loader_impl_clear | E:\metacall\core\source\loaders\ext_loader\source\ext_loader_impl.cpp ] @Debug : Storing handle: E:/metacall/core/build/Debug/plugins/cli/cli_core_plugin/cli_core_plugin <0000027C7D625670> in destroy list
  499. [Thu Mar 9 13:53:55] #6432 [ 325 | ext_loader_impl_clear | E:\metacall\core\source\loaders\ext_loader\source\ext_loader_impl.cpp ] @Debug : Storing handle: E:/metacall/core/build/Debug/plugins/backtrace_plugin/backtrace_plugin <0000027C7D61ED40> in destroy list
  500. [Thu Mar 9 13:53:55] #6432 [ 325 | ext_loader_impl_clear | E:\metacall\core\source\loaders\ext_loader\source\ext_loader_impl.cpp ] @Debug : Storing handle: plugin_extension <0000027C7D6189E0> in destroy list
  501. [Thu Mar 9 13:53:55] #6432 [ 371 | ext_loader_impl_destroy | E:\metacall\core\source\loaders\ext_loader\source\ext_loader_impl.cpp ] @Debug : Unloading handle: E:/metacall/core/build/Debug/plugins/backtrace_plugin/backtrace_plugin <0000027C7D61ED40>
  502. [Thu Mar 9 13:53:55] #6432 [ 371 | ext_loader_impl_destroy | E:\metacall\core\source\loaders\ext_loader\source\ext_loader_impl.cpp ] @Debug : Unloading handle: E:/metacall/core/build/Debug/plugins/cli/cli_core_plugin/cli_core_plugin <0000027C7D625670>
  503. [Thu Mar 9 13:53:55] #6432 [ 371 | ext_loader_impl_destroy | E:\metacall\core\source\loaders\ext_loader\source\ext_loader_impl.cpp ] @Debug : Unloading handle: plugin_extension <0000027C7D6189E0>
  504. ----------------- FUNCTIONS -----------------
  505. Allocations: 16
  506. Deallocations: 16
  507. Increments: 18
  508. Decrements: 18
  509. ----------------- CLASSES -----------------
  510. Allocations: 0
  511. Deallocations: 0
  512. Increments: 0
  513. Decrements: 0
  514. ----------------- OBJECTS -----------------
  515. Allocations: 0
  516. Deallocations: 0
  517. Increments: 0
  518. Decrements: 0
  519. ----------------- EXCEPTIONS -----------------
  520. Allocations: 0
  521. Deallocations: 0
  522. Increments: 0
  523. Decrements: 0
  524. <end of output>
  525. Test time = 8.30 sec
  526. ----------------------------------------------------------
  527. Test Fail Reason:
  528. Required regular expression not found. Regex=[Hello metaprogrammer
  529. ]
  530. "metacallcli-tsx-templating" end time: Mar 09 13:53 India Standard Time
  531. "metacallcli-tsx-templating" time elapsed: 00:00:08
  532. ----------------------------------------------------------
  533.  
  534. 117/118 Testing: metacallcli-tsx-loop-fail
  535. 117/118 Test: metacallcli-tsx-loop-fail
  536. Command: "E:/metacall/core/build/Debug/metacallclid.exe" "loopfail.tsx"
  537. Directory: E:/metacall/core/build/scripts/loopfail
  538. "metacallcli-tsx-loop-fail" start time: Mar 09 13:53 India Standard Time
  539. Output:
  540. ----------------------------------------------------------
  541. [Thu Mar 9 13:53:55] #6888 [ 153 | metacall_initialize | E:\metacall\core\source\metacall\source\metacall.c ] @Debug : MetaCall default logger to stdout initialized
  542. [Thu Mar 9 13:53:55] #6888 [ 163 | metacall_initialize | E:\metacall\core\source\metacall\source\metacall.c ] @Debug : Initializing MetaCall
  543. [Thu Mar 9 13:53:55] #6888 [ 77 | configuration_initialize | E:\metacall\core\source\configuration\source\configuration.c ] @Debug : Global configuration loaded from E:/metacall/core/build/configurations/global.json
  544. [Thu Mar 9 13:53:55] #6888 [ 44 | plugin_descriptor_create | E:\metacall\core\source\plugin\source\plugin_descriptor.c ] @Debug : Loading plugin: rapid_json_seriald
  545. [Thu Mar 9 13:53:55] #6888 [ 57 | plugin_descriptor_create | E:\metacall\core\source\plugin\source\plugin_descriptor.c ] @Debug : Loading plugin symbol: rapid_json_serial_impl_interface_singleton
  546. [Thu Mar 9 13:53:55] #6888 [ 215 | metacall_initialize | E:\metacall\core\source\metacall\source\metacall.c ] @Information : Set MetaCall log level to Debug
  547. [Thu Mar 9 13:53:55] #6888 [ 77 | loader_manager_impl_script_paths_initialize | E:\metacall\core\source\loader\source\loader_manager_impl.c ] @Debug : Loader script path: E:/metacall/core/build/scripts\
  548. [Thu Mar 9 13:53:55] #6888 [ 44 | plugin_descriptor_create | E:\metacall\core\source\plugin\source\plugin_descriptor.c ] @Debug : Loading plugin: ext_loaderd
  549. [Thu Mar 9 13:53:55] #6888 [ 57 | plugin_descriptor_create | E:\metacall\core\source\plugin\source\plugin_descriptor.c ] @Debug : Loading plugin symbol: ext_loader_impl_interface_singleton
  550. [Thu Mar 9 13:53:55] #6888 [ 101 | plugin_load_from_path | E:\metacall\core\source\extensions\plugin_extension\source\plugin_extension.cpp ] @Debug : Loading plugin: E:/metacall/core/build/Debug\plugins\backtrace_plugin\metacall.json
  551. [Thu Mar 9 13:53:55] #6888 [ 44 | plugin_descriptor_create | E:\metacall\core\source\plugin\source\plugin_descriptor.c ] @Debug : Loading plugin: ts_loaderd
  552. [Thu Mar 9 13:53:55] #6888 [ 57 | plugin_descriptor_create | E:\metacall\core\source\plugin\source\plugin_descriptor.c ] @Debug : Loading plugin symbol: ts_loader_impl_interface_singleton
  553. [Thu Mar 9 13:53:55] #6888 [ 44 | plugin_descriptor_create | E:\metacall\core\source\plugin\source\plugin_descriptor.c ] @Debug : Loading plugin: node_loaderd
  554. [Thu Mar 9 13:53:55] #6888 [ 57 | plugin_descriptor_create | E:\metacall\core\source\plugin\source\plugin_descriptor.c ] @Debug : Loading plugin symbol: node_loader_impl_interface_singleton
  555. Script (loopfail.tsx) loaded correctly
  556. [Thu Mar 9 13:53:56] #6888 [ 101 | plugin_load_from_path | E:\metacall\core\source\extensions\plugin_extension\source\plugin_extension.cpp ] @Debug : Loading plugin: E:/metacall/core/build/Debug\plugins\cli\cli_core_plugin\metacall.json
  557. [active_handles] - [base_active_handles] - [extra_active_handles] + [active_reqs] + [closing]
  558. 20 - 19 - 0 + 0 + 0
  559. Number of active handles: 22
  560. [active_handles] - [base_active_handles] - [extra_active_handles] + [active_reqs] + [closing]
  561. 22 - 19 - 2 + 0 + 0
  562. Number of user active handles: 1
  563. [-AI] async 00007FFAF45928F0
  564. [-A-] async 000001ADF1666890
  565. [-A-] async 00007FFAF42875E0
  566. [-A-] check 000001ADF2F9C2A8
  567. [-A-] prepare 000001ADF2F9C398
  568. [-A-] check 000001ADF2F9C410
  569. [-A-] async 000001ADF2F9C488
  570. [-A-] async 00007FFAF4287730
  571. [RA-] async 000001ADF30AFA40
  572. [RA-] async 000001ADF2F9D360
  573. [RA-] async 000001ADF1680CF0
  574. [RA-] async 000001ADF3028BC0
  575. [RA-] async 000001ADF3032E80
  576. [RA-] async 000001ADF30835A0
  577. [RA-] async 000001ADF3085460
  578. [RA-] async 000001ADF3041B30
  579. [RA-] async 000001ADF30A5D80
  580. [RA-] async 000001ADF308ED60
  581. [RA-] async 000001ADF2FF3820
  582. [RA-] async 000001ADF30DF6A0
  583. [-A-] timer 000001ADF3030E68
  584. [RA-] prepare 000001ADF15F8B38
  585. [RA-] check 000001ADF15F8BB0
  586. [active_handles] - [base_active_handles] - [extra_active_handles] + [active_reqs] + [closing]
  587. 22 - 19 - 2 + 0 + 0
  588. Number of active handles: 22
  589. [active_handles] - [base_active_handles] - [extra_active_handles] + [active_reqs] + [closing]
  590. 22 - 19 - 2 + 0 + 0
  591. Number of user active handles: 1
  592. [-AI] async 00007FFAF45928F0
  593. [-A-] async 000001ADF1666890
  594. [-A-] async 00007FFAF42875E0
  595. [-A-] check 000001ADF2F9C2A8
  596. [-A-] prepare 000001ADF2F9C398
  597. [-A-] check 000001ADF2F9C410
  598. [-A-] async 000001ADF2F9C488
  599. [-A-] async 00007FFAF4287730
  600. [RA-] async 000001ADF30AFA40
  601. [RA-] async 000001ADF2F9D360
  602. [RA-] async 000001ADF1680CF0
  603. [RA-] async 000001ADF3028BC0
  604. [RA-] async 000001ADF3032E80
  605. [RA-] async 000001ADF30835A0
  606. [RA-] async 000001ADF3085460
  607. [RA-] async 000001ADF3041B30
  608. [RA-] async 000001ADF30A5D80
  609. [RA-] async 000001ADF308ED60
  610. [RA-] async 000001ADF2FF3820
  611. [RA-] async 000001ADF30DF6A0
  612. [-A-] timer 000001ADF3030E68
  613. [RA-] prepare 000001ADF15F8B38
  614. [RA-] check 000001ADF15F8BB0
  615. [active_handles] - [base_active_handles] - [extra_active_handles] + [active_reqs] + [closing]
  616. 22 - 19 - 2 + 0 + 0
  617. Number of active handles: 21
  618. [active_handles] - [base_active_handles] - [extra_active_handles] + [active_reqs] + [closing]
  619. 21 - 19 - 2 + 0 + 1
  620. Number of user active handles: 0
  621. [-AI] async 00007FFAF45928F0
  622. [-A-] async 000001ADF1666890
  623. [-A-] async 00007FFAF42875E0
  624. [-A-] check 000001ADF2F9C2A8
  625. [-A-] prepare 000001ADF2F9C398
  626. [-A-] check 000001ADF2F9C410
  627. [-A-] async 000001ADF2F9C488
  628. [-A-] async 00007FFAF4287730
  629. [RA-] async 000001ADF30AFA40
  630. [RA-] async 000001ADF2F9D360
  631. [RA-] async 000001ADF1680CF0
  632. [RA-] async 000001ADF3028BC0
  633. [RA-] async 000001ADF3032E80
  634. [RA-] async 000001ADF30835A0
  635. [RA-] async 000001ADF3085460
  636. [RA-] async 000001ADF3041B30
  637. [RA-] async 000001ADF30A5D80
  638. [RA-] async 000001ADF308ED60
  639. [RA-] async 000001ADF2FF3820
  640. [RA-] async 000001ADF30DF6A0
  641. [RA-] prepare 000001ADF15F8B38
  642. [RA-] check 000001ADF15F8BB0
  643. [active_handles] - [base_active_handles] - [extra_active_handles] + [active_reqs] + [closing]
  644. 21 - 19 - 2 + 0 + 1
  645. [active_handles] - [base_active_handles] - [extra_active_handles] + [active_reqs] + [closing]
  646. 19 - 19 - 0 + 0 + 1
  647. [Thu Mar 9 13:54:03] #6888 [ 5367 | node_loader_impl_destroy | E:\metacall\core\source\loaders\node_loader\source\node_loader_impl.cpp ] @Debug : NodeJS execution return status 0
  648. [Thu Mar 9 13:54:03] #6888 [ 325 | ext_loader_impl_clear | E:\metacall\core\source\loaders\ext_loader\source\ext_loader_impl.cpp ] @Debug : Storing handle: E:/metacall/core/build/Debug/plugins/cli/cli_core_plugin/cli_core_plugin <000001ADF44AF9E0> in destroy list
  649. [Thu Mar 9 13:54:03] #6888 [ 325 | ext_loader_impl_clear | E:\metacall\core\source\loaders\ext_loader\source\ext_loader_impl.cpp ] @Debug : Storing handle: E:/metacall/core/build/Debug/plugins/backtrace_plugin/backtrace_plugin <000001ADF15EDFB0> in destroy list
  650. [Thu Mar 9 13:54:03] #6888 [ 325 | ext_loader_impl_clear | E:\metacall\core\source\loaders\ext_loader\source\ext_loader_impl.cpp ] @Debug : Storing handle: plugin_extension <000001ADF15E8E90> in destroy list
  651. [Thu Mar 9 13:54:03] #6888 [ 371 | ext_loader_impl_destroy | E:\metacall\core\source\loaders\ext_loader\source\ext_loader_impl.cpp ] @Debug : Unloading handle: E:/metacall/core/build/Debug/plugins/backtrace_plugin/backtrace_plugin <000001ADF15EDFB0>
  652. [Thu Mar 9 13:54:03] #6888 [ 371 | ext_loader_impl_destroy | E:\metacall\core\source\loaders\ext_loader\source\ext_loader_impl.cpp ] @Debug : Unloading handle: E:/metacall/core/build/Debug/plugins/cli/cli_core_plugin/cli_core_plugin <000001ADF44AF9E0>
  653. [Thu Mar 9 13:54:03] #6888 [ 371 | ext_loader_impl_destroy | E:\metacall\core\source\loaders\ext_loader\source\ext_loader_impl.cpp ] @Debug : Unloading handle: plugin_extension <000001ADF15E8E90>
  654. ----------------- FUNCTIONS -----------------
  655. Allocations: 16
  656. Deallocations: 16
  657. Increments: 18
  658. Decrements: 18
  659. ----------------- CLASSES -----------------
  660. Allocations: 0
  661. Deallocations: 0
  662. Increments: 0
  663. Decrements: 0
  664. ----------------- OBJECTS -----------------
  665. Allocations: 0
  666. Deallocations: 0
  667. Increments: 0
  668. Decrements: 0
  669. ----------------- EXCEPTIONS -----------------
  670. Allocations: 0
  671. Deallocations: 0
  672. Increments: 0
  673. Decrements: 0
  674. <end of output>
  675. Test time = 8.29 sec
  676. ----------------------------------------------------------
  677. Test Fail Reason:
  678. Required regular expression not found. Regex=[Error: Cannot find module 'yeet-oof/whatever'
  679. ]
  680. "metacallcli-tsx-loop-fail" end time: Mar 09 13:54 India Standard Time
  681. "metacallcli-tsx-loop-fail" time elapsed: 00:00:08
  682. ----------------------------------------------------------
  683.  
  684. 118/118 Testing: metacallcli-py-tsx
  685. 118/118 Test: metacallcli-py-tsx
  686. Command: "C:/Program Files/CMake/bin/cmake.exe" "-D" "EXECUTABLE=E:/metacall/core/build/Debug/metacallclid.exe" "-D" "INPUT=E:/metacall/core/source/cli/metacallcli/test/commands/metacallcli-py-tsx.txt" "-P" "E:/metacall/core/source/cli/metacallcli/test/commands/command_runner.cmake"
  687. Directory: E:/metacall/core/build/scripts/templating
  688. "metacallcli-py-tsx" start time: Mar 09 13:54 India Standard Time
  689. Output:
  690. ----------------------------------------------------------
  691. [Thu Mar 9 13:54:03] #18384 [ 153 | metacall_initialize | E:\metacall\core\source\metacall\source\metacall.c ] @Debug : MetaCall default logger to stdout initialized
  692. [Thu Mar 9 13:54:03] #18384 [ 163 | metacall_initialize | E:\metacall\core\source\metacall\source\metacall.c ] @Debug : Initializing MetaCall
  693. [Thu Mar 9 13:54:03] #18384 [ 77 | configuration_initialize | E:\metacall\core\source\configuration\source\configuration.c ] @Debug : Global configuration loaded from E:/metacall/core/build/configurations/global.json
  694. [Thu Mar 9 13:54:03] #18384 [ 44 | plugin_descriptor_create | E:\metacall\core\source\plugin\source\plugin_descriptor.c ] @Debug : Loading plugin: rapid_json_seriald
  695. [Thu Mar 9 13:54:03] #18384 [ 57 | plugin_descriptor_create | E:\metacall\core\source\plugin\source\plugin_descriptor.c ] @Debug : Loading plugin symbol: rapid_json_serial_impl_interface_singleton
  696. [Thu Mar 9 13:54:03] #18384 [ 215 | metacall_initialize | E:\metacall\core\source\metacall\source\metacall.c ] @Information : Set MetaCall log level to Debug
  697. [Thu Mar 9 13:54:03] #18384 [ 77 | loader_manager_impl_script_paths_initialize | E:\metacall\core\source\loader\source\loader_manager_impl.c ] @Debug : Loader script path: E:/metacall/core/build/scripts/templating\
  698. [Thu Mar 9 13:54:03] #18384 [ 44 | plugin_descriptor_create | E:\metacall\core\source\plugin\source\plugin_descriptor.c ] @Debug : Loading plugin: ext_loaderd
  699. [Thu Mar 9 13:54:03] #18384 [ 57 | plugin_descriptor_create | E:\metacall\core\source\plugin\source\plugin_descriptor.c ] @Debug : Loading plugin symbol: ext_loader_impl_interface_singleton
  700. [Thu Mar 9 13:54:03] #18384 [ 101 | plugin_load_from_path | E:\metacall\core\source\extensions\plugin_extension\source\plugin_extension.cpp ] @Debug : Loading plugin: E:/metacall/core/build/Debug\plugins\backtrace_plugin\metacall.json
  701. [Thu Mar 9 13:54:03] #18384 [ 101 | plugin_load_from_path | E:\metacall\core\source\extensions\plugin_extension\source\plugin_extension.cpp ] @Debug : Loading plugin: E:/metacall/core/build/Debug\plugins\cli\cli_core_plugin\metacall.json
  702. Welcome to Tijuana, tequila, sexo & marijuana.
  703. > [Thu Mar 9 13:54:03] #18384 [ 44 | plugin_descriptor_create | E:\metacall\core\source\plugin\source\plugin_descriptor.c ] @Debug : Loading plugin: py_loaderd
  704. [Thu Mar 9 13:54:03] #18384 [ 57 | plugin_descriptor_create | E:\metacall\core\source\plugin\source\plugin_descriptor.c ] @Debug : Loading plugin symbol: py_loader_impl_interface_singleton
  705. [Thu Mar 9 13:54:03] #18384 [ 2739 | py_loader_impl_initialize | E:\metacall\core\source\loaders\py_loader\source\py_loader_impl.c ] @Warning : Invalid garbage collector module creation
  706. [Thu Mar 9 13:54:04] #18384 [ 2783 | py_loader_impl_initialize | E:\metacall\core\source\loaders\py_loader\source\py_loader_impl.c ] @Debug : Python loader initialized correctly
  707. [Thu Mar 9 13:54:04] #18384 [ 4205 | py_loader_impl_sys_path_print | E:\metacall\core\source\loaders\py_loader\source\py_loader_impl.c ] @Debug : Python System Paths:
  708. E:/metacall/core/build/Debug\
  709. C:\python\python39_d.zip
  710. C:\python\Lib
  711. C:\python\DLLs
  712. E:\metacall\core\build\Debug
  713. C:\python
  714. C:\python\lib\site-packages
  715. [Thu Mar 9 13:54:04] #18384 [ 4205 | py_loader_impl_sys_path_print | E:\metacall\core\source\loaders\py_loader\source\py_loader_impl.c ] @Debug : Python System Paths:
  716. E:/metacall/core/build/scripts/templating/
  717. E:/metacall/core/build/Debug\
  718. C:\python\python39_d.zip
  719. C:\python\Lib
  720. C:\python\DLLs
  721. E:\metacall\core\build\Debug
  722. C:\python
  723. C:\python\lib\site-packages
  724. [Thu Mar 9 13:54:04] #18384 [ 44 | plugin_descriptor_create | E:\metacall\core\source\plugin\source\plugin_descriptor.c ] @Debug : Loading plugin: ts_loaderd
  725. [Thu Mar 9 13:54:04] #18384 [ 57 | plugin_descriptor_create | E:\metacall\core\source\plugin\source\plugin_descriptor.c ] @Debug : Loading plugin symbol: ts_loader_impl_interface_singleton
  726. [Thu Mar 9 13:54:04] #18384 [ 44 | plugin_descriptor_create | E:\metacall\core\source\plugin\source\plugin_descriptor.c ] @Debug : Loading plugin: node_loaderd
  727. [Thu Mar 9 13:54:04] #18384 [ 57 | plugin_descriptor_create | E:\metacall\core\source\plugin\source\plugin_descriptor.c ] @Debug : Loading plugin symbol: node_loader_impl_interface_singleton
  728. [Thu Mar 9 13:54:04] #18384 [ 3128 | py_loader_impl_load_from_file_exception | E:\metacall\core\source\loaders\py_loader\source\py_loader_impl.c ] @Error : Python Error: Exception raised while loading the module 'cli-test-tsx.py'
  729. [Thu Mar 9 13:54:04] #18384 [ 4088 | py_loader_impl_error_print | E:\metacall\core\source\loaders\py_loader\source\py_loader_impl.c ] @Error : Python Error: [Type: <class 'ImportError'>]: cannot import name 'hello' from 'templating' (E:/metacall/core/build/scripts/templating\templating)
  730. Traceback (most recent call last):
  731. File "py_loader_impl_load_from_file_path", line 33, in load_from_path
  732. File "py_loader_impl_load_from_file_path", line 8, in load_from_spec
  733. File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  734. File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  735. File "E:/metacall/core/build/scripts/templating/cli-test-tsx.py", line 17, in <module>
  736. main();
  737. File "E:/metacall/core/build/scripts/templating/cli-test-tsx.py", line 13, in main
  738. from templating.tsx import hello
  739. ImportError: cannot import name 'hello' from 'templating' (E:/metacall/core/build/scripts/templating\templating)
  740.  
  741. Script (cli-test-tsx.py) load error in loader (py)
  742. > Exiting ...
  743. [active_handles] - [base_active_handles] - [extra_active_handles] + [active_reqs] + [closing]
  744. 20 - 19 - 0 + 0 + 0
  745. Number of active handles: 22
  746. [active_handles] - [base_active_handles] - [extra_active_handles] + [active_reqs] + [closing]
  747. 22 - 19 - 2 + 0 + 0
  748. Number of user active handles: 1
  749. [-AI] async 00007FFAF45928F0
  750. [-A-] async 0000015EF7713C60
  751. [-A-] async 00007FFAF42875E0
  752. [-A-] check 0000015EF7718468
  753. [-A-] prepare 0000015EF7718558
  754. [-A-] check 0000015EF77185D0
  755. [-A-] async 0000015EF7718648
  756. [-A-] async 00007FFAF4287730
  757. [RA-] async 0000015EF773E130
  758. [RA-] async 0000015EF77193E0
  759. [RA-] async 0000015EF771CBC0
  760. [RA-] async 0000015EF7C55070
  761. [RA-] async 0000015EF7739900
  762. [RA-] async 0000015EF7C5D8A0
  763. [RA-] async 0000015EF7CDB4C0
  764. [RA-] async 0000015EF7CDB680
  765. [RA-] async 0000015EF7CDB840
  766. [RA-] async 0000015EF7C76F70
  767. [RA-] async 0000015EF7C77130
  768. [RA-] async 0000015EF7C772F0
  769. [-A-] timer 0000015EF7C5F788
  770. [RA-] prepare 0000015EF76A37D8
  771. [RA-] check 0000015EF76A3850
  772. [active_handles] - [base_active_handles] - [extra_active_handles] + [active_reqs] + [closing]
  773. 22 - 19 - 2 + 0 + 0
  774. Number of active handles: 22
  775. [active_handles] - [base_active_handles] - [extra_active_handles] + [active_reqs] + [closing]
  776. 22 - 19 - 2 + 0 + 0
  777. Number of user active handles: 1
  778. [-AI] async 00007FFAF45928F0
  779. [-A-] async 0000015EF7713C60
  780. [-A-] async 00007FFAF42875E0
  781. [-A-] check 0000015EF7718468
  782. [-A-] prepare 0000015EF7718558
  783. [-A-] check 0000015EF77185D0
  784. [-A-] async 0000015EF7718648
  785. [-A-] async 00007FFAF4287730
  786. [RA-] async 0000015EF773E130
  787. [RA-] async 0000015EF77193E0
  788. [RA-] async 0000015EF771CBC0
  789. [RA-] async 0000015EF7C55070
  790. [RA-] async 0000015EF7739900
  791. [RA-] async 0000015EF7C5D8A0
  792. [RA-] async 0000015EF7CDB4C0
  793. [RA-] async 0000015EF7CDB680
  794. [RA-] async 0000015EF7CDB840
  795. [RA-] async 0000015EF7C76F70
  796. [RA-] async 0000015EF7C77130
  797. [RA-] async 0000015EF7C772F0
  798. [-A-] timer 0000015EF7C5F788
  799. [RA-] prepare 0000015EF76A37D8
  800. [RA-] check 0000015EF76A3850
  801. [active_handles] - [base_active_handles] - [extra_active_handles] + [active_reqs] + [closing]
  802. 22 - 19 - 2 + 0 + 0
  803. Number of active handles: 21
  804. [active_handles] - [base_active_handles] - [extra_active_handles] + [active_reqs] + [closing]
  805. 21 - 19 - 2 + 0 + 1
  806. Number of user active handles: 0
  807. [-AI] async 00007FFAF45928F0
  808. [-A-] async 0000015EF7713C60
  809. [-A-] async 00007FFAF42875E0
  810. [-A-] check 0000015EF7718468
  811. [-A-] prepare 0000015EF7718558
  812. [-A-] check 0000015EF77185D0
  813. [-A-] async 0000015EF7718648
  814. [-A-] async 00007FFAF4287730
  815. [RA-] async 0000015EF773E130
  816. [RA-] async 0000015EF77193E0
  817. [RA-] async 0000015EF771CBC0
  818. [RA-] async 0000015EF7C55070
  819. [RA-] async 0000015EF7739900
  820. [RA-] async 0000015EF7C5D8A0
  821. [RA-] async 0000015EF7CDB4C0
  822. [RA-] async 0000015EF7CDB680
  823. [RA-] async 0000015EF7CDB840
  824. [RA-] async 0000015EF7C76F70
  825. [RA-] async 0000015EF7C77130
  826. [RA-] async 0000015EF7C772F0
  827. [RA-] prepare 0000015EF76A37D8
  828. [RA-] check 0000015EF76A3850
  829. [active_handles] - [base_active_handles] - [extra_active_handles] + [active_reqs] + [closing]
  830. 21 - 19 - 2 + 0 + 1
  831. [active_handles] - [base_active_handles] - [extra_active_handles] + [active_reqs] + [closing]
  832. 19 - 19 - 0 + 0 + 1
  833. [Thu Mar 9 13:54:12] #18384 [ 5367 | node_loader_impl_destroy | E:\metacall\core\source\loaders\node_loader\source\node_loader_impl.cpp ] @Debug : NodeJS execution return status 0
  834. [Thu Mar 9 13:54:12] #18384 [ 4174 | py_loader_impl_gc_print | E:\metacall\core\source\loaders\py_loader\source\py_loader_impl.c ] @Debug : Python Garbage Collector:
  835.  
  836. Traceback (most recent call last):
  837. File "py_loader_impl_load_from_file_path", line 33, in load_from_path
  838. File "py_loader_impl_load_from_file_path", line 8, in load_from_spec
  839. File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  840. File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  841. File "E:/metacall/core/build/scripts/templating/cli-test-tsx.py", line 17, in <module>
  842. main();
  843. File "E:/metacall/core/build/scripts/templating/cli-test-tsx.py", line 13, in main
  844. from templating.tsx import hello
  845. ImportError: cannot import name 'hello' from 'templating' (E:/metacall/core/build/scripts/templating\templating)
  846.  
  847. [Thu Mar 9 13:54:12] #18384 [ 325 | ext_loader_impl_clear | E:\metacall\core\source\loaders\ext_loader\source\ext_loader_impl.cpp ] @Debug : Storing handle: E:/metacall/core/build/Debug/plugins/cli/cli_core_plugin/cli_core_plugin <0000015EF50D4260> in destroy list
  848. [Thu Mar 9 13:54:12] #18384 [ 325 | ext_loader_impl_clear | E:\metacall\core\source\loaders\ext_loader\source\ext_loader_impl.cpp ] @Debug : Storing handle: E:/metacall/core/build/Debug/plugins/backtrace_plugin/backtrace_plugin <0000015EF50CD4E0> in destroy list
  849. [Thu Mar 9 13:54:12] #18384 [ 325 | ext_loader_impl_clear | E:\metacall\core\source\loaders\ext_loader\source\ext_loader_impl.cpp ] @Debug : Storing handle: plugin_extension <0000015EF50C8CD0> in destroy list
  850. [Thu Mar 9 13:54:12] #18384 [ 371 | ext_loader_impl_destroy | E:\metacall\core\source\loaders\ext_loader\source\ext_loader_impl.cpp ] @Debug : Unloading handle: E:/metacall/core/build/Debug/plugins/backtrace_plugin/backtrace_plugin <0000015EF50CD4E0>
  851. [Thu Mar 9 13:54:12] #18384 [ 371 | ext_loader_impl_destroy | E:\metacall\core\source\loaders\ext_loader\source\ext_loader_impl.cpp ] @Debug : Unloading handle: E:/metacall/core/build/Debug/plugins/cli/cli_core_plugin/cli_core_plugin <0000015EF50D4260>
  852. [Thu Mar 9 13:54:12] #18384 [ 371 | ext_loader_impl_destroy | E:\metacall\core\source\loaders\ext_loader\source\ext_loader_impl.cpp ] @Debug : Unloading handle: plugin_extension <0000015EF50C8CD0>
  853. ----------------- FUNCTIONS -----------------
  854. Allocations: 16
  855. Deallocations: 16
  856. Increments: 18
  857. Decrements: 18
  858. ----------------- CLASSES -----------------
  859. Allocations: 0
  860. Deallocations: 0
  861. Increments: 0
  862. Decrements: 0
  863. ----------------- OBJECTS -----------------
  864. Allocations: 0
  865. Deallocations: 0
  866. Increments: 0
  867. Decrements: 0
  868. ----------------- EXCEPTIONS -----------------
  869. Allocations: 0
  870. Deallocations: 0
  871. Increments: 0
  872. Decrements: 0
  873. <end of output>
  874. Test time = 8.61 sec
  875. ----------------------------------------------------------
  876. Test Fail Reason:
  877. Required regular expression not found. Regex=[Hello World
  878. ]
  879. "metacallcli-py-tsx" end time: Mar 09 13:54 India Standard Time
  880. "metacallcli-py-tsx" time elapsed: 00:00:08
  881. ----------------------------------------------------------
  882.  
  883. End testing: Mar 09 13:54 India Standard Time
  884.  
  885. metacall-java-test = 0.93 sec*proc
  886.  
  887. metacall-typescript-tsx-test = 1.27 sec*proc
  888.  
  889. metacallcli-py-tsx = 8.61 sec*proc
  890.  
  891. metacallcli-tsx-loop-fail = 8.29 sec*proc
  892.  
  893. metacallcli-tsx-templating = 8.30 sec*proc
  894.  
  895. ts_loader_bootstrap = 0.00 sec*proc
  896.  
  897.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement