Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Start testing: Mar 09 13:53 India Standard Time
- ----------------------------------------------------------
- 1/118 Testing: ts_loader_bootstrap
- 1/118 Test: ts_loader_bootstrap
- Command: "C:/Program Files/nodejs/npm" "test"
- Directory: E:/metacall/core/source/loaders/ts_loader/bootstrap/lib
- "ts_loader_bootstrap" start time: Mar 09 13:53 India Standard Time
- Output:
- ----------------------------------------------------------
- <end of output>
- Test time = 0.00 sec
- ----------------------------------------------------------
- Test Failed.
- "ts_loader_bootstrap" end time: Mar 09 13:53 India Standard Time
- "ts_loader_bootstrap" time elapsed: 00:00:00
- ----------------------------------------------------------
- 89/118 Testing: metacall-typescript-tsx-test
- 89/118 Test: metacall-typescript-tsx-test
- Command: "E:/metacall/core/build/Debug/metacall-typescript-tsx-testd.exe"
- Directory: E:/metacall/core/build/scripts/templating
- "metacall-typescript-tsx-test" start time: Mar 09 13:53 India Standard Time
- Output:
- ----------------------------------------------------------
- [==========] Running 1 test from 1 test suite.
- [----------] Global test environment set-up.
- [----------] 1 test from metacall_tsx_test
- [ RUN ] metacall_tsx_test.DefaultConstructor
- [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
- [Thu Mar 9 13:53:45] #4180 [ 163 | metacall_initialize | E:\metacall\core\source\metacall\source\metacall.c ] @Debug : Initializing MetaCall
- [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
- [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
- [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
- [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
- [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\
- [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
- [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
- [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
- [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
- [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
- [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
- [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
- 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
- Assertion failed: value_type_id(v) == TYPE_STRING, file E:\metacall\core\source\metacall\source\metacall_value.c, line 282
- Stack trace (most recent call last):
- #21 Object "", at 00007FFB826A7614, in BaseThreadInitThunk
- #20 Source "D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_main.cpp", line 17, in mainCRTStartup [00007FF72AE11D5E]
- #19 Source "D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl", line 331, in __scrt_common_main [00007FF72AE11A2E]
- #18 Source "D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl", line 288, in __scrt_common_main_seh [00007FF72AE11B6E]
- #17 Source "D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl", line 79, in invoke_main [00007FF72AE11CC9]
- #16 Source "E:\metacall\core\source\tests\metacall_typescript_tsx_test\source\main.cpp", line 28, in main [00007FF72AD8D472]
- 25: ::testing::InitGoogleTest(&argc, argv);
- 26:
- 27: return RUN_ALL_TESTS();
- > 28: }
- #15 Source "E:\metacall\core\build\source\tests\src\google-test-depends\googletest\include\gtest\gtest.h", line 2491, in RUN_ALL_TESTS [00007FF72AD8DBF3]
- 2489: inline int RUN_ALL_TESTS() {
- 2490: return ::testing::UnitTest::GetInstance()->Run();
- >2491: }
- 2492:
- 2493: GTEST_DISABLE_MSC_WARNINGS_POP_() // 4251
- #14 Source "E:\metacall\core\build\source\tests\src\google-test-depends\googletest\src\gtest.cc", line 5438, in testing::UnitTest::Run [00007FF72ADA1721]
- 5435: }
- 5436: #endif // GTEST_OS_WINDOWS
- 5437:
- >5438: return internal::HandleExceptionsInMethodIfSupported(
- 5439: impl(),
- 5440: &internal::UnitTestImpl::RunAllTests,
- 5441: "auxiliary test code (environments or event listeners)") ? 0 : 1;
- #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]
- 2640: if (internal::GetUnitTestImpl()->catch_exceptions()) {
- 2641: #if GTEST_HAS_EXCEPTIONS
- 2642: try {
- >2643: return HandleSehExceptionsInMethodIfSupported(object, method, location);
- 2644: } catch (const AssertionException&) { // NOLINT
- 2645: // This failure was reported already.
- 2646: } catch (const internal::GoogleTestFailureException&) { // NOLINT
- #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]
- 2589: T* object, Result (T::*method)(), const char* location) {
- 2590: #if GTEST_HAS_SEH
- 2591: __try {
- >2592: return (object->*method)();
- 2593: } __except (internal::UnitTestOptions::GTestShouldProcessSEH( // NOLINT
- 2594: GetExceptionCode())) {
- 2595: // We create the exception message on the heap because VC++ prohibits
- #11 Source "E:\metacall\core\build\source\tests\src\google-test-depends\googletest\src\gtest.cc", line 5856, in testing::internal::UnitTestImpl::RunAllTests [00007FF72ADA757C]
- 5853: for (int test_index = 0; test_index < total_test_suite_count();
- 5854: test_index++) {
- 5855: GetMutableSuiteCase(test_index)->Run();
- >5856: if (GTEST_FLAG(fail_fast) &&
- 5857: GetMutableSuiteCase(test_index)->Failed()) {
- 5858: for (int j = test_index + 1; j < total_test_suite_count(); j++) {
- 5859: GetMutableSuiteCase(j)->Skip();
- #10 Source "E:\metacall\core\build\source\tests\src\google-test-depends\googletest\src\gtest.cc", line 3016, in testing::TestSuite::Run [00007FF72ADA0F52]
- 3013: internal::Timer timer;
- 3014: for (int i = 0; i < total_test_count(); i++) {
- 3015: GetMutableTestInfo(i)->Run();
- >3016: if (GTEST_FLAG(fail_fast) && GetMutableTestInfo(i)->result()->Failed()) {
- 3017: for (int j = i + 1; j < total_test_count(); j++) {
- 3018: GetMutableTestInfo(j)->Skip();
- 3019: }
- #9 Source "E:\metacall\core\build\source\tests\src\google-test-depends\googletest\src\gtest.cc", line 2864, in testing::TestInfo::Run [00007FF72ADA0715]
- 2861: test->Run();
- 2862: }
- 2863:
- >2864: if (test != nullptr) {
- 2865: // Deletes the test object.
- 2866: impl->os_stack_trace_getter()->UponLeavingGTest();
- 2867: internal::HandleExceptionsInMethodIfSupported(
- #8 Source "E:\metacall\core\build\source\tests\src\google-test-depends\googletest\src\gtest.cc", line 2689, in testing::Test::Run [00007FF72AD9FC0B]
- 2686: // However, we want to clean up as much as possible. Hence we will
- 2687: // always call TearDown(), even if SetUp() or the test body has
- 2688: // failed.
- >2689: impl->os_stack_trace_getter()->UponLeavingGTest();
- 2690: internal::HandleExceptionsInMethodIfSupported(
- 2691: this, &Test::TearDown, "TearDown()");
- 2692: }
- #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]
- 2640: if (internal::GetUnitTestImpl()->catch_exceptions()) {
- 2641: #if GTEST_HAS_EXCEPTIONS
- 2642: try {
- >2643: return HandleSehExceptionsInMethodIfSupported(object, method, location);
- 2644: } catch (const AssertionException&) { // NOLINT
- 2645: // This failure was reported already.
- 2646: } catch (const internal::GoogleTestFailureException&) { // NOLINT
- #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]
- 2589: T* object, Result (T::*method)(), const char* location) {
- 2590: #if GTEST_HAS_SEH
- 2591: __try {
- >2592: return (object->*method)();
- 2593: } __except (internal::UnitTestOptions::GTestShouldProcessSEH( // NOLINT
- 2594: GetExceptionCode())) {
- 2595: // We create the exception message on the heap because VC++ prohibits
- #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]
- 53: EXPECT_NE((void *)NULL, (void *)ret);
- 54:
- > 55: EXPECT_EQ((int)0, (int)strcmp(metacall_value_to_string(ret), "<h1 data-reactroot=\"\">Hello metaprogrammer</h1>"));
- 56:
- 57: metacall_value_destroy(ret);
- 58: }
- #4 Source "E:\metacall\core\source\metacall\source\metacall_value.c", line 282, in metacall_value_to_string [00007FFB77BC5723]
- 280: char *metacall_value_to_string(void *v)
- 281: {
- > 282: assert(value_type_id(v) == TYPE_STRING);
- 283:
- 284: return value_to_string(v);
- 285: }
- #3 Object "", at 00007FFB405E158F, in wassert
- #2 Object "", at 00007FFB405DE881, in get_wide_winmain_command_line
- #1 Object "", at 00007FFB405E094F, in get_wide_winmain_command_line
- #0 Object "", at 00007FFB405DAB29, in abort
- <end of output>
- Test time = 1.27 sec
- ----------------------------------------------------------
- Test Failed.
- "metacall-typescript-tsx-test" end time: Mar 09 13:53 India Standard Time
- "metacall-typescript-tsx-test" time elapsed: 00:00:01
- ----------------------------------------------------------
- 93/118 Testing: metacall-java-test
- 93/118 Test: metacall-java-test
- Command: "E:/metacall/core/build/Debug/metacall-java-testd.exe"
- Directory: E:/metacall/core/build/source/tests/metacall_java_test
- "metacall-java-test" start time: Mar 09 13:53 India Standard Time
- Output:
- ----------------------------------------------------------
- [==========] Running 1 test from 1 test suite.
- [----------] Global test environment set-up.
- [----------] 1 test from metacall_java_test
- [ RUN ] metacall_java_test.DefaultConstructor
- [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
- [Thu Mar 9 13:53:46] #5572 [ 163 | metacall_initialize | E:\metacall\core\source\metacall\source\metacall.c ] @Debug : Initializing MetaCall
- [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
- [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
- [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
- [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
- [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\
- [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
- [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
- [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
- [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
- [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
- Compilation Successful
- Fibonacci Class Loading Successful
- Compilation Successful
- Test Class Loading Successful
- java.lang.NoSuchFieldException: signature
- at java.base/java.lang.Class.getDeclaredField(Class.java:2610)
- at bootstrap.getSignature(bootstrap.java:219)
- at bootstrap.java_bootstrap_discover_method_details(bootstrap.java:350)
- java.lang.NoSuchFieldException: signature
- at java.base/java.lang.Class.getDeclaredField(Class.java:2610)
- at bootstrap.getSignature(bootstrap.java:219)
- at bootstrap.java_bootstrap_discover_method_details(bootstrap.java:350)
- java.lang.NoSuchFieldException: signature
- at java.base/java.lang.Class.getDeclaredField(Class.java:2610)
- at bootstrap.getSignature(bootstrap.java:219)
- at bootstrap.java_bootstrap_discover_method_details(bootstrap.java:350)
- java.lang.NoSuchFieldException: signature
- at java.base/java.lang.Class.getDeclaredField(Class.java:2610)
- at bootstrap.getSignature(bootstrap.java:219)
- at bootstrap.java_bootstrap_discover_method_details(bootstrap.java:350)
- java.lang.NoSuchFieldException: signature
- at java.base/java.lang.Class.getDeclaredField(Class.java:2610)
- at bootstrap.getSignature(bootstrap.java:219)
- at bootstrap.java_bootstrap_discover_method_details(bootstrap.java:350)
- java.lang.NoSuchFieldException: signature
- at java.base/java.lang.Class.getDeclaredField(Class.java:2610)
- at bootstrap.getSignature(bootstrap.java:219)
- at bootstrap.java_bootstrap_discover_method_details(bootstrap.java:350)
- java.lang.NoSuchFieldException: signature
- at java.base/java.lang.Class.getDeclaredField(Class.java:2610)
- at bootstrap.getSignature(bootstrap.java:219)
- at bootstrap.java_bootstrap_discover_method_details(bootstrap.java:350)
- java.lang.NoSuchFieldException: signature
- at java.base/java.lang.Class.getDeclaredField(Class.java:2610)
- at bootstrap.getSignature(bootstrap.java:219)
- at bootstrap.java_bootstrap_discover_method_details(bootstrap.java:350)
- java.lang.NoSuchFieldException: signature
- at java.base/java.lang.Class.getDeclaredField(Class.java:2610)
- at bootstrap.getSignature(bootstrap.java:219)
- at bootstrap.java_bootstrap_discover_method_details(bootstrap.java:350)
- java.lang.NoSuchFieldException: signature
- at java.base/java.lang.Class.getDeclaredField(Class.java:2610)
- at bootstrap.getSignature(bootstrap.java:219)
- at bootstrap.java_bootstrap_discover_method_details(bootstrap.java:350)
- java.lang.NoSuchFieldException: signature
- at java.base/java.lang.Class.getDeclaredField(Class.java:2610)
- at bootstrap.getSignature(bootstrap.java:219)
- at bootstrap.java_bootstrap_discover_method_details(bootstrap.java:350)
- java.lang.NoSuchFieldException: signature
- at java.base/java.lang.Class.getDeclaredField(Class.java:2610)
- at bootstrap.getSignature(bootstrap.java:219)
- at bootstrap.java_bootstrap_discover_method_details(bootstrap.java:350)
- java.lang.NoSuchFieldException: signature
- at java.base/java.lang.Class.getDeclaredField(Class.java:2610)
- at bootstrap.getSignature(bootstrap.java:219)
- at bootstrap.java_bootstrap_discover_method_details(bootstrap.java:350)
- java.lang.NoSuchFieldException: signature
- at java.base/java.lang.Class.getDeclaredField(Class.java:2610)
- at bootstrap.getSignature(bootstrap.java:219)
- at bootstrap.java_bootstrap_discover_method_details(bootstrap.java:350)
- java.lang.NoSuchFieldException: signature
- at java.base/java.lang.Class.getDeclaredField(Class.java:2610)
- at bootstrap.getSignature(bootstrap.java:219)
- at bootstrap.java_bootstrap_discover_method_details(bootstrap.java:350)
- java.lang.NoSuchFieldException: signature
- at java.base/java.lang.Class.getDeclaredField(Class.java:2610)
- at bootstrap.getSignature(bootstrap.java:219)
- at bootstrap.java_bootstrap_discover_method_details(bootstrap.java:350)
- java.lang.NoSuchFieldException: signature
- at java.base/java.lang.Class.getDeclaredField(Class.java:2610)
- at bootstrap.getSignature(bootstrap.java:219)
- at bootstrap.java_bootstrap_discover_method_details(bootstrap.java:350)
- java.lang.NoSuchFieldException: signature
- at java.base/java.lang.Class.getDeclaredField(Class.java:2610)
- at bootstrap.getSignature(bootstrap.java:219)
- at bootstrap.java_bootstrap_discover_method_details(bootstrap.java:350)
- java.lang.NoSuchFieldException: signature
- at java.base/java.lang.Class.getDeclaredField(Class.java:2610)
- at bootstrap.getSignature(bootstrap.java:219)
- at bootstrap.java_bootstrap_discover_method_details(bootstrap.java:350)
- java.lang.NoSuchFieldException: signature
- at java.base/java.lang.Class.getDeclaredField(Class.java:2610)
- at bootstrap.getSignature(bootstrap.java:219)
- at bootstrap.java_bootstrap_discover_method_details(bootstrap.java:350)
- java.lang.NoSuchFieldException: signature
- at java.base/java.lang.Class.getDeclaredField(Class.java:2610)
- at bootstrap.getSignature(bootstrap.java:219)
- at bootstrap.java_bootstrap_discover_method_details(bootstrap.java:350)
- java.lang.NoSuchFieldException: signature
- at java.base/java.lang.Class.getDeclaredField(Class.java:2610)
- at bootstrap.getSignature(bootstrap.java:219)
- at bootstrap.java_bootstrap_discover_method_details(bootstrap.java:350)
- java.lang.NoSuchFieldException: signature
- at java.base/java.lang.Class.getDeclaredField(Class.java:2610)
- at bootstrap.getSignature(bootstrap.java:219)
- at bootstrap.java_bootstrap_discover_method_details(bootstrap.java:350)
- java.lang.NoSuchFieldException: signature
- at java.base/java.lang.Class.getDeclaredField(Class.java:2610)
- at bootstrap.getSignature(bootstrap.java:219)
- at bootstrap.java_bootstrap_discover_method_details(bootstrap.java:350)
- java.lang.NoSuchFieldException: signature
- at java.base/java.lang.Class.getDeclaredField(Class.java:2610)
- at bootstrap.getSignature(bootstrap.java:219)
- at bootstrap.java_bootstrap_discover_method_details(bootstrap.java:350)
- java.lang.NoSuchFieldException: signature
- at java.base/java.lang.Class.getDeclaredField(Class.java:2610)
- at bootstrap.getSignature(bootstrap.java:219)
- at bootstrap.java_bootstrap_discover_method_details(bootstrap.java:350)
- java.lang.NoSuchFieldException: signature
- at java.base/java.lang.Class.getDeclaredField(Class.java:2610)
- at bootstrap.getSignature(bootstrap.java:219)
- at bootstrap.java_bootstrap_discover_method_details(bootstrap.java:350)
- java.lang.NoSuchFieldException: signature
- at java.base/java.lang.Class.getDeclaredField(Class.java:2610)
- at bootstrap.getSignature(bootstrap.java:219)
- at bootstrap.java_bootstrap_discover_method_details(bootstrap.java:350)
- java.lang.NoSuchFieldException: signature
- at java.base/java.lang.Class.getDeclaredField(Class.java:2610)
- at bootstrap.getSignature(bootstrap.java:219)
- at bootstrap.java_bootstrap_discover_method_details(bootstrap.java:350)
- [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
- Full Test constructor Called Test String
- hello Metacall 8
- [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
- Test const Called with 10, 20
- NS int 8
- [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
- Array Constructor = Constructor Called
- Hello World
- [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
- Array Constructor = Constructor Called
- EXCEPTION java.nio.file.InvalidPathException: Illegal char <:> at index 3: jar:file:\E:/metacall/core/build/scripts/\JarTest.jar
- E:\metacall\core\source\tests\metacall_java_test\source\metacall_java_test.cpp(359): error: Expected equality of these values:
- (int)0
- Which is: 0
- (int)metacall_load_from_package("java", "JarTest.jar", 0)
- Which is: 1
- [ FAILED ] metacall_java_test.DefaultConstructor (835 ms)
- [----------] 1 test from metacall_java_test (835 ms total)
- [----------] Global test environment tear-down
- [==========] 1 test from 1 test suite ran. (835 ms total)
- [ PASSED ] 0 tests.
- [ FAILED ] 1 test, listed below:
- [ FAILED ] metacall_java_test.DefaultConstructor
- 1 FAILED TEST
- <end of output>
- Test time = 0.93 sec
- ----------------------------------------------------------
- Test Failed.
- "metacall-java-test" end time: Mar 09 13:53 India Standard Time
- "metacall-java-test" time elapsed: 00:00:00
- ----------------------------------------------------------
- 116/118 Testing: metacallcli-tsx-templating
- 116/118 Test: metacallcli-tsx-templating
- 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"
- Directory: E:/metacall/core/build/scripts/templating
- "metacallcli-tsx-templating" start time: Mar 09 13:53 India Standard Time
- Output:
- ----------------------------------------------------------
- [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
- [Thu Mar 9 13:53:47] #6432 [ 163 | metacall_initialize | E:\metacall\core\source\metacall\source\metacall.c ] @Debug : Initializing MetaCall
- [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
- [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
- [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
- [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
- [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\
- [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
- [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
- [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
- [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
- Welcome to Tijuana, tequila, sexo & marijuana.
- > [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
- [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
- [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
- [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
- Script (templating.tsx) loaded correctly
- > runtime ext {
- module plugin_extension {
- function plugin_load_from_path(arg0, arg1)
- }
- module Debug/plugins/backtrace_plugin/backtrace_plugin {
- }
- module Debug/plugins/cli/cli_core_plugin/cli_core_plugin {
- function inspect()
- function call(arg0)
- function clear(arg0, arg1)
- function await(arg0)
- function eval(arg0, arg1)
- function load(arg0, arg1)
- }
- }
- runtime node {
- module Debug\bootstrap.ts {
- function initialize()
- function clear()
- function discover()
- function destroy()
- function load_from_memory()
- function load_from_file()
- function load_from_package()
- }
- }
- runtime ts {
- module templating.tsx {
- }
- }
- runtime __metacall_host__
- >
- Could not find function `hello`
- Make sure it is loaded
- [WARNING]: Invalid command execution
- {
- key : call,
- arguments :
- [4] call
- [10] hello
- [27] "metaprogrammer"
- }
- See `help` for correct usage
- > Exiting ...
- [active_handles] - [base_active_handles] - [extra_active_handles] + [active_reqs] + [closing]
- 20 - 19 - 0 + 0 + 0
- Number of active handles: 22
- [active_handles] - [base_active_handles] - [extra_active_handles] + [active_reqs] + [closing]
- 22 - 19 - 2 + 0 + 0
- Number of user active handles: 1
- [-AI] async 00007FFAF45928F0
- [-A-] async 0000027C7D6A1120
- [-A-] async 00007FFAF42875E0
- [-A-] check 0000027C7F0CAF68
- [-A-] prepare 0000027C7F0CB058
- [-A-] check 0000027C7F0CB0D0
- [-A-] async 0000027C7F0CB148
- [-A-] async 00007FFAF4287730
- [RA-] async 0000027C7F150530
- [RA-] async 0000027C7F1A6E50
- [RA-] async 0000027C7F151BD0
- [RA-] async 0000027C7F1E5FF0
- [RA-] async 0000027C7F1A7A50
- [RA-] async 0000027C7F1513C0
- [RA-] async 0000027C7F1AB4D0
- [RA-] async 0000027C7F1EFEB0
- [RA-] async 0000027C7F1DBEE0
- [RA-] async 0000027C7F1DC0A0
- [RA-] async 0000027C7F1DC260
- [RA-] async 0000027C7F1DC420
- [-A-] timer 0000027C7F154598
- [RA-] prepare 0000027C7D66ADC8
- [RA-] check 0000027C7D66AE40
- [active_handles] - [base_active_handles] - [extra_active_handles] + [active_reqs] + [closing]
- 22 - 19 - 2 + 0 + 0
- Number of active handles: 22
- [active_handles] - [base_active_handles] - [extra_active_handles] + [active_reqs] + [closing]
- 22 - 19 - 2 + 0 + 0
- Number of user active handles: 1
- [-AI] async 00007FFAF45928F0
- [-A-] async 0000027C7D6A1120
- [-A-] async 00007FFAF42875E0
- [-A-] check 0000027C7F0CAF68
- [-A-] prepare 0000027C7F0CB058
- [-A-] check 0000027C7F0CB0D0
- [-A-] async 0000027C7F0CB148
- [-A-] async 00007FFAF4287730
- [RA-] async 0000027C7F150530
- [RA-] async 0000027C7F1A6E50
- [RA-] async 0000027C7F151BD0
- [RA-] async 0000027C7F1E5FF0
- [RA-] async 0000027C7F1A7A50
- [RA-] async 0000027C7F1513C0
- [RA-] async 0000027C7F1AB4D0
- [RA-] async 0000027C7F1EFEB0
- [RA-] async 0000027C7F1DBEE0
- [RA-] async 0000027C7F1DC0A0
- [RA-] async 0000027C7F1DC260
- [RA-] async 0000027C7F1DC420
- [-A-] timer 0000027C7F154598
- [RA-] prepare 0000027C7D66ADC8
- [RA-] check 0000027C7D66AE40
- [active_handles] - [base_active_handles] - [extra_active_handles] + [active_reqs] + [closing]
- 22 - 19 - 2 + 0 + 0
- Number of active handles: 21
- [active_handles] - [base_active_handles] - [extra_active_handles] + [active_reqs] + [closing]
- 21 - 19 - 2 + 0 + 1
- Number of user active handles: 0
- [-AI] async 00007FFAF45928F0
- [-A-] async 0000027C7D6A1120
- [-A-] async 00007FFAF42875E0
- [-A-] check 0000027C7F0CAF68
- [-A-] prepare 0000027C7F0CB058
- [-A-] check 0000027C7F0CB0D0
- [-A-] async 0000027C7F0CB148
- [-A-] async 00007FFAF4287730
- [RA-] async 0000027C7F150530
- [RA-] async 0000027C7F1A6E50
- [RA-] async 0000027C7F151BD0
- [RA-] async 0000027C7F1E5FF0
- [RA-] async 0000027C7F1A7A50
- [RA-] async 0000027C7F1513C0
- [RA-] async 0000027C7F1AB4D0
- [RA-] async 0000027C7F1EFEB0
- [RA-] async 0000027C7F1DBEE0
- [RA-] async 0000027C7F1DC0A0
- [RA-] async 0000027C7F1DC260
- [RA-] async 0000027C7F1DC420
- [RA-] prepare 0000027C7D66ADC8
- [RA-] check 0000027C7D66AE40
- [active_handles] - [base_active_handles] - [extra_active_handles] + [active_reqs] + [closing]
- 21 - 19 - 2 + 0 + 1
- [active_handles] - [base_active_handles] - [extra_active_handles] + [active_reqs] + [closing]
- 19 - 19 - 0 + 0 + 1
- [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
- [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
- [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
- [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
- [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>
- [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>
- [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>
- ----------------- FUNCTIONS -----------------
- Allocations: 16
- Deallocations: 16
- Increments: 18
- Decrements: 18
- ----------------- CLASSES -----------------
- Allocations: 0
- Deallocations: 0
- Increments: 0
- Decrements: 0
- ----------------- OBJECTS -----------------
- Allocations: 0
- Deallocations: 0
- Increments: 0
- Decrements: 0
- ----------------- EXCEPTIONS -----------------
- Allocations: 0
- Deallocations: 0
- Increments: 0
- Decrements: 0
- <end of output>
- Test time = 8.30 sec
- ----------------------------------------------------------
- Test Fail Reason:
- Required regular expression not found. Regex=[Hello metaprogrammer
- ]
- "metacallcli-tsx-templating" end time: Mar 09 13:53 India Standard Time
- "metacallcli-tsx-templating" time elapsed: 00:00:08
- ----------------------------------------------------------
- 117/118 Testing: metacallcli-tsx-loop-fail
- 117/118 Test: metacallcli-tsx-loop-fail
- Command: "E:/metacall/core/build/Debug/metacallclid.exe" "loopfail.tsx"
- Directory: E:/metacall/core/build/scripts/loopfail
- "metacallcli-tsx-loop-fail" start time: Mar 09 13:53 India Standard Time
- Output:
- ----------------------------------------------------------
- [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
- [Thu Mar 9 13:53:55] #6888 [ 163 | metacall_initialize | E:\metacall\core\source\metacall\source\metacall.c ] @Debug : Initializing MetaCall
- [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
- [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
- [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
- [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
- [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\
- [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
- [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
- [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
- [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
- [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
- [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
- [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
- Script (loopfail.tsx) loaded correctly
- [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
- [active_handles] - [base_active_handles] - [extra_active_handles] + [active_reqs] + [closing]
- 20 - 19 - 0 + 0 + 0
- Number of active handles: 22
- [active_handles] - [base_active_handles] - [extra_active_handles] + [active_reqs] + [closing]
- 22 - 19 - 2 + 0 + 0
- Number of user active handles: 1
- [-AI] async 00007FFAF45928F0
- [-A-] async 000001ADF1666890
- [-A-] async 00007FFAF42875E0
- [-A-] check 000001ADF2F9C2A8
- [-A-] prepare 000001ADF2F9C398
- [-A-] check 000001ADF2F9C410
- [-A-] async 000001ADF2F9C488
- [-A-] async 00007FFAF4287730
- [RA-] async 000001ADF30AFA40
- [RA-] async 000001ADF2F9D360
- [RA-] async 000001ADF1680CF0
- [RA-] async 000001ADF3028BC0
- [RA-] async 000001ADF3032E80
- [RA-] async 000001ADF30835A0
- [RA-] async 000001ADF3085460
- [RA-] async 000001ADF3041B30
- [RA-] async 000001ADF30A5D80
- [RA-] async 000001ADF308ED60
- [RA-] async 000001ADF2FF3820
- [RA-] async 000001ADF30DF6A0
- [-A-] timer 000001ADF3030E68
- [RA-] prepare 000001ADF15F8B38
- [RA-] check 000001ADF15F8BB0
- [active_handles] - [base_active_handles] - [extra_active_handles] + [active_reqs] + [closing]
- 22 - 19 - 2 + 0 + 0
- Number of active handles: 22
- [active_handles] - [base_active_handles] - [extra_active_handles] + [active_reqs] + [closing]
- 22 - 19 - 2 + 0 + 0
- Number of user active handles: 1
- [-AI] async 00007FFAF45928F0
- [-A-] async 000001ADF1666890
- [-A-] async 00007FFAF42875E0
- [-A-] check 000001ADF2F9C2A8
- [-A-] prepare 000001ADF2F9C398
- [-A-] check 000001ADF2F9C410
- [-A-] async 000001ADF2F9C488
- [-A-] async 00007FFAF4287730
- [RA-] async 000001ADF30AFA40
- [RA-] async 000001ADF2F9D360
- [RA-] async 000001ADF1680CF0
- [RA-] async 000001ADF3028BC0
- [RA-] async 000001ADF3032E80
- [RA-] async 000001ADF30835A0
- [RA-] async 000001ADF3085460
- [RA-] async 000001ADF3041B30
- [RA-] async 000001ADF30A5D80
- [RA-] async 000001ADF308ED60
- [RA-] async 000001ADF2FF3820
- [RA-] async 000001ADF30DF6A0
- [-A-] timer 000001ADF3030E68
- [RA-] prepare 000001ADF15F8B38
- [RA-] check 000001ADF15F8BB0
- [active_handles] - [base_active_handles] - [extra_active_handles] + [active_reqs] + [closing]
- 22 - 19 - 2 + 0 + 0
- Number of active handles: 21
- [active_handles] - [base_active_handles] - [extra_active_handles] + [active_reqs] + [closing]
- 21 - 19 - 2 + 0 + 1
- Number of user active handles: 0
- [-AI] async 00007FFAF45928F0
- [-A-] async 000001ADF1666890
- [-A-] async 00007FFAF42875E0
- [-A-] check 000001ADF2F9C2A8
- [-A-] prepare 000001ADF2F9C398
- [-A-] check 000001ADF2F9C410
- [-A-] async 000001ADF2F9C488
- [-A-] async 00007FFAF4287730
- [RA-] async 000001ADF30AFA40
- [RA-] async 000001ADF2F9D360
- [RA-] async 000001ADF1680CF0
- [RA-] async 000001ADF3028BC0
- [RA-] async 000001ADF3032E80
- [RA-] async 000001ADF30835A0
- [RA-] async 000001ADF3085460
- [RA-] async 000001ADF3041B30
- [RA-] async 000001ADF30A5D80
- [RA-] async 000001ADF308ED60
- [RA-] async 000001ADF2FF3820
- [RA-] async 000001ADF30DF6A0
- [RA-] prepare 000001ADF15F8B38
- [RA-] check 000001ADF15F8BB0
- [active_handles] - [base_active_handles] - [extra_active_handles] + [active_reqs] + [closing]
- 21 - 19 - 2 + 0 + 1
- [active_handles] - [base_active_handles] - [extra_active_handles] + [active_reqs] + [closing]
- 19 - 19 - 0 + 0 + 1
- [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
- [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
- [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
- [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
- [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>
- [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>
- [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>
- ----------------- FUNCTIONS -----------------
- Allocations: 16
- Deallocations: 16
- Increments: 18
- Decrements: 18
- ----------------- CLASSES -----------------
- Allocations: 0
- Deallocations: 0
- Increments: 0
- Decrements: 0
- ----------------- OBJECTS -----------------
- Allocations: 0
- Deallocations: 0
- Increments: 0
- Decrements: 0
- ----------------- EXCEPTIONS -----------------
- Allocations: 0
- Deallocations: 0
- Increments: 0
- Decrements: 0
- <end of output>
- Test time = 8.29 sec
- ----------------------------------------------------------
- Test Fail Reason:
- Required regular expression not found. Regex=[Error: Cannot find module 'yeet-oof/whatever'
- ]
- "metacallcli-tsx-loop-fail" end time: Mar 09 13:54 India Standard Time
- "metacallcli-tsx-loop-fail" time elapsed: 00:00:08
- ----------------------------------------------------------
- 118/118 Testing: metacallcli-py-tsx
- 118/118 Test: metacallcli-py-tsx
- 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"
- Directory: E:/metacall/core/build/scripts/templating
- "metacallcli-py-tsx" start time: Mar 09 13:54 India Standard Time
- Output:
- ----------------------------------------------------------
- [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
- [Thu Mar 9 13:54:03] #18384 [ 163 | metacall_initialize | E:\metacall\core\source\metacall\source\metacall.c ] @Debug : Initializing MetaCall
- [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
- [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
- [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
- [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
- [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\
- [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
- [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
- [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
- [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
- Welcome to Tijuana, tequila, sexo & marijuana.
- > [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
- [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
- [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
- [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
- [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:
- E:/metacall/core/build/Debug\
- C:\python\python39_d.zip
- C:\python\Lib
- C:\python\DLLs
- E:\metacall\core\build\Debug
- C:\python
- C:\python\lib\site-packages
- [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:
- E:/metacall/core/build/scripts/templating/
- E:/metacall/core/build/Debug\
- C:\python\python39_d.zip
- C:\python\Lib
- C:\python\DLLs
- E:\metacall\core\build\Debug
- C:\python
- C:\python\lib\site-packages
- [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
- [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
- [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
- [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
- [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'
- [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)
- Traceback (most recent call last):
- File "py_loader_impl_load_from_file_path", line 33, in load_from_path
- File "py_loader_impl_load_from_file_path", line 8, in load_from_spec
- File "<frozen importlib._bootstrap_external>", line 850, in exec_module
- File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
- File "E:/metacall/core/build/scripts/templating/cli-test-tsx.py", line 17, in <module>
- main();
- File "E:/metacall/core/build/scripts/templating/cli-test-tsx.py", line 13, in main
- from templating.tsx import hello
- ImportError: cannot import name 'hello' from 'templating' (E:/metacall/core/build/scripts/templating\templating)
- Script (cli-test-tsx.py) load error in loader (py)
- > Exiting ...
- [active_handles] - [base_active_handles] - [extra_active_handles] + [active_reqs] + [closing]
- 20 - 19 - 0 + 0 + 0
- Number of active handles: 22
- [active_handles] - [base_active_handles] - [extra_active_handles] + [active_reqs] + [closing]
- 22 - 19 - 2 + 0 + 0
- Number of user active handles: 1
- [-AI] async 00007FFAF45928F0
- [-A-] async 0000015EF7713C60
- [-A-] async 00007FFAF42875E0
- [-A-] check 0000015EF7718468
- [-A-] prepare 0000015EF7718558
- [-A-] check 0000015EF77185D0
- [-A-] async 0000015EF7718648
- [-A-] async 00007FFAF4287730
- [RA-] async 0000015EF773E130
- [RA-] async 0000015EF77193E0
- [RA-] async 0000015EF771CBC0
- [RA-] async 0000015EF7C55070
- [RA-] async 0000015EF7739900
- [RA-] async 0000015EF7C5D8A0
- [RA-] async 0000015EF7CDB4C0
- [RA-] async 0000015EF7CDB680
- [RA-] async 0000015EF7CDB840
- [RA-] async 0000015EF7C76F70
- [RA-] async 0000015EF7C77130
- [RA-] async 0000015EF7C772F0
- [-A-] timer 0000015EF7C5F788
- [RA-] prepare 0000015EF76A37D8
- [RA-] check 0000015EF76A3850
- [active_handles] - [base_active_handles] - [extra_active_handles] + [active_reqs] + [closing]
- 22 - 19 - 2 + 0 + 0
- Number of active handles: 22
- [active_handles] - [base_active_handles] - [extra_active_handles] + [active_reqs] + [closing]
- 22 - 19 - 2 + 0 + 0
- Number of user active handles: 1
- [-AI] async 00007FFAF45928F0
- [-A-] async 0000015EF7713C60
- [-A-] async 00007FFAF42875E0
- [-A-] check 0000015EF7718468
- [-A-] prepare 0000015EF7718558
- [-A-] check 0000015EF77185D0
- [-A-] async 0000015EF7718648
- [-A-] async 00007FFAF4287730
- [RA-] async 0000015EF773E130
- [RA-] async 0000015EF77193E0
- [RA-] async 0000015EF771CBC0
- [RA-] async 0000015EF7C55070
- [RA-] async 0000015EF7739900
- [RA-] async 0000015EF7C5D8A0
- [RA-] async 0000015EF7CDB4C0
- [RA-] async 0000015EF7CDB680
- [RA-] async 0000015EF7CDB840
- [RA-] async 0000015EF7C76F70
- [RA-] async 0000015EF7C77130
- [RA-] async 0000015EF7C772F0
- [-A-] timer 0000015EF7C5F788
- [RA-] prepare 0000015EF76A37D8
- [RA-] check 0000015EF76A3850
- [active_handles] - [base_active_handles] - [extra_active_handles] + [active_reqs] + [closing]
- 22 - 19 - 2 + 0 + 0
- Number of active handles: 21
- [active_handles] - [base_active_handles] - [extra_active_handles] + [active_reqs] + [closing]
- 21 - 19 - 2 + 0 + 1
- Number of user active handles: 0
- [-AI] async 00007FFAF45928F0
- [-A-] async 0000015EF7713C60
- [-A-] async 00007FFAF42875E0
- [-A-] check 0000015EF7718468
- [-A-] prepare 0000015EF7718558
- [-A-] check 0000015EF77185D0
- [-A-] async 0000015EF7718648
- [-A-] async 00007FFAF4287730
- [RA-] async 0000015EF773E130
- [RA-] async 0000015EF77193E0
- [RA-] async 0000015EF771CBC0
- [RA-] async 0000015EF7C55070
- [RA-] async 0000015EF7739900
- [RA-] async 0000015EF7C5D8A0
- [RA-] async 0000015EF7CDB4C0
- [RA-] async 0000015EF7CDB680
- [RA-] async 0000015EF7CDB840
- [RA-] async 0000015EF7C76F70
- [RA-] async 0000015EF7C77130
- [RA-] async 0000015EF7C772F0
- [RA-] prepare 0000015EF76A37D8
- [RA-] check 0000015EF76A3850
- [active_handles] - [base_active_handles] - [extra_active_handles] + [active_reqs] + [closing]
- 21 - 19 - 2 + 0 + 1
- [active_handles] - [base_active_handles] - [extra_active_handles] + [active_reqs] + [closing]
- 19 - 19 - 0 + 0 + 1
- [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
- [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:
- Traceback (most recent call last):
- File "py_loader_impl_load_from_file_path", line 33, in load_from_path
- File "py_loader_impl_load_from_file_path", line 8, in load_from_spec
- File "<frozen importlib._bootstrap_external>", line 850, in exec_module
- File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
- File "E:/metacall/core/build/scripts/templating/cli-test-tsx.py", line 17, in <module>
- main();
- File "E:/metacall/core/build/scripts/templating/cli-test-tsx.py", line 13, in main
- from templating.tsx import hello
- ImportError: cannot import name 'hello' from 'templating' (E:/metacall/core/build/scripts/templating\templating)
- [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
- [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
- [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
- [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>
- [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>
- [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>
- ----------------- FUNCTIONS -----------------
- Allocations: 16
- Deallocations: 16
- Increments: 18
- Decrements: 18
- ----------------- CLASSES -----------------
- Allocations: 0
- Deallocations: 0
- Increments: 0
- Decrements: 0
- ----------------- OBJECTS -----------------
- Allocations: 0
- Deallocations: 0
- Increments: 0
- Decrements: 0
- ----------------- EXCEPTIONS -----------------
- Allocations: 0
- Deallocations: 0
- Increments: 0
- Decrements: 0
- <end of output>
- Test time = 8.61 sec
- ----------------------------------------------------------
- Test Fail Reason:
- Required regular expression not found. Regex=[Hello World
- ]
- "metacallcli-py-tsx" end time: Mar 09 13:54 India Standard Time
- "metacallcli-py-tsx" time elapsed: 00:00:08
- ----------------------------------------------------------
- End testing: Mar 09 13:54 India Standard Time
- metacall-java-test = 0.93 sec*proc
- metacall-typescript-tsx-test = 1.27 sec*proc
- metacallcli-py-tsx = 8.61 sec*proc
- metacallcli-tsx-loop-fail = 8.29 sec*proc
- metacallcli-tsx-templating = 8.30 sec*proc
- ts_loader_bootstrap = 0.00 sec*proc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement