[ XS Glib.xs ] [ CC Glib.c ] del Glib.c [ XS GError.xs ] [ CC GError.c ] del GError.c [ XS GUtils.xs ] [ CC GUtils.c ] del GUtils.c [ XS GLog.xs ] [ CC GLog.c ] del GLog.c [ XS GType.xs ] [ CC GType.c ] del GType.c [ XS GBoxed.xs ] [ CC GBoxed.c ] del GBoxed.c [ XS GObject.xs ] [ CC GObject.c ] del GObject.c [ XS GValue.xs ] [ CC GValue.c ] del GValue.c [ XS GClosure.xs ] [ CC GClosure.c ] del GClosure.c [ XS GSignal.xs ] [ CC GSignal.c ] del GSignal.c [ XS GMainLoop.xs ] [ CC GMainLoop.c ] GMainLoop.xs: In function 'gperl_child_watch_callback': GMainLoop.xs:146:51: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] gperl_callback_invoke ((GPerlCallback*)cb, NULL, (int) pid, status); ^ GMainLoop.xs: In function 'XS_Glib__Child_watch_add': GMainLoop.xs:611:45: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] RETVAL = g_child_watch_add_full (priority, (GPid) pid, ^ del GMainLoop.c [ XS GIOChannel.xs ] [ CC GIOChannel.c ] del GIOChannel.c [ XS GParamSpec.xs ] [ CC GParamSpec.c ] del GParamSpec.c [ XS GKeyFile.xs ] [ CC GKeyFile.c ] del GKeyFile.c [ XS GOption.xs ] [ CC GOption.c ] GOption.xs: In function 'gperl_option_group_free': GOption.xs:52:3: warning: 'g_option_group_free' is deprecated [-Wdeprecated-declarations] g_option_group_free (group); ^~~~~~~~~~~~~~~~~~~ In file included from C:/msys64/mingw64/include/glib-2.0/glib.h:64:0, from C:/msys64/mingw64/include/glib-2.0/gobject/gbinding.h:28, from C:/msys64/mingw64/include/glib-2.0/glib-object.h:23, from gperl.h:37, from GOption.xs:9: C:/msys64/mingw64/include/glib-2.0/glib/goption.h:368:15: note: declared here void g_option_group_free (GOptionGroup *group); ^~~~~~~~~~~~~~~~~~~ del GOption.c [ XS GBookmarkFile.xs ] [ CC GBookmarkFile.c ] del GBookmarkFile.c [ XS GVariant.xs ] [ CC GVariant.c ] del GVariant.c dlltool --def Glib.def --output-exp dll.exp [ LD blib\arch\auto\Glib\Glib.dll ] dlltool --def Glib.def --base-file dll.base --output-exp dll.exp [ LD blib\arch\auto\Glib\Glib.dll ] "C:\msys64\mingw64\bin\perl.exe" -MExtUtils::Command -e chmod -- 755 blib\arch\auto\Glib\Glib.dll dlltool --def Glib.def --output-lib blib\arch\auto\Glib\Glib.a --dllname Glib.dll blib\arch\auto\Glib\Glib.dll "C:\msys64\mingw64\bin\perl.exe" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib\lib', 'blib\arch')" t/*.t t/1.t ...................... ok t/2.t ...................... ok t/3.t ...................... ok t/4.t ...................... ok t/5.t ...................... ok t/6.t ...................... ok t/64bit.t .................. ok t/7.t ...................... ok t/8.t ...................... ok t/9.t ...................... ok # Failed test 'default log handler: install undef, prev default' # at t/a.t line 78. # got: undef # expected: 'CODE(0x2169538)' # Looks like you failed 1 test of 30. t/a.t ...................... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/30 subtests t/b.t ...................... ok t/boxed_errors.t ........... ok t/bytes.t .................. ok t/c.t ...................... ok t/constants.t .............. ok t/d.t ...................... ok t/e.t ...................... ok t/f.t ...................... ok t/filename.t ............... ok t/g.t ...................... ok t/h.t ...................... ok t/lazy_loader.t ............ ok t/make_helper.t ............ ok t/module_versions.t ........ skipped: Test::ConsistentVersion required for checking module versions t/options.t ................ ok t/signal_emission_hooks.t .. ok t/signal_marshal.t ......... ok t/signal_query.t ........... ok t/tied_definedness.t ....... ok t/tied_flags.t ............. ok t/tied_set_property.t ...... ok t/variant.t ................ ok Test Summary Report ------------------- t/a.t (Wstat: 256 Tests: 30 Failed: 1) Failed test: 10 Non-zero exit status: 1 Files=33, Tests=1177, 9 wallclock secs ( 0.33 usr + 0.09 sys = 0.42 CPU) Result: FAIL Failed 1/33 test programs. 1/1177 subtests failed. dmake.exe: Error code 255, while making 'test_dynamic'