Skip Menu |

This queue is for tickets about the WWW-WebKit CPAN distribution.

Report information
The Basics
Id: 92522
Status: open
Priority: 0/
Queue: WWW-WebKit

People
Owner: Nobody in particular
Requestors: bob.kleemann [...] tealium.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: WWW::WebKit is unable to complete its tests
Date: Mon, 27 Jan 2014 17:23:17 -0800
To: bug-WWW-WebKit [...] rt.cpan.org
From: Bob Kleemann <bob.kleemann [...] tealium.com>
Trying to install WWW::WebKit via plenv and cpanm fails, with the following seemingly relevant information in the build.log: ... PERL_DL_NONLAZY=1 /opt/plenv/versions/5.18.1/bin/perl5.18.1 "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t *** Cannot use generic signal marshallers for signal insert-text of Gtk3::Editable unless gobject-introspection >= 1.33.10; any handlers connected to the signal might thus be invoked incorrectly *** Cannot use generic signal marshallers for signal response of Gtk3::Dialog unless gobject-introspection >= 1.33.10; any handlers connected to the signal might thus be invoked incorrectly *** Cannot use generic signal marshallers for signal response of Gtk3::InfoBar unless gobject-introspection >= 1.33.10; any handlers connected to the signal might thus be invoked incorrectly Smartmatch is experimental at /home/vagrant/.cpanm/work/1390870087.3040/WWW-WebKit-0.06/blib/lib/WWW/WebKit.pm line 804. WARNING **: Error spawning command line `dbus-launch --autolaunch=6b86f92857d95d3a26e978eb000000d1 --binary-syntax --close-stderr': Failed to execute child process "dbus-launch" (No such file or directory) at /opt/plenv/versions/5.18.1/lib/perl5/site_perl/5.18.1/x86_64-linux/Glib/Object/Introspection.pm line 59. WARNING **: Error spawning command line `dbus-launch --autolaunch=6b86f92857d95d3a26e978eb000000d1 --binary-syntax --close-stderr': Failed to execute child process "dbus-launch" (No such file or directory) at /opt/plenv/versions/5.18.1/lib/perl5/site_perl/5.18.1/x86_64-linux/Glib/Object/Introspection.pm line 59. WARNING **: Error spawning command line `dbus-launch --autolaunch=6b86f92857d95d3a26e978eb000000d1 --binary-syntax --close-stderr': Failed to execute child process "dbus-launch" (No such file or directory) at /opt/plenv/versions/5.18.1/lib/perl5/site_perl/5.18.1/x86_64-linux/Glib/Object/Introspection.pm line 59. WARNING **: Error spawning command line `dbus-launch --autolaunch=6b86f92857d95d3a26e978eb000000d1 --binary-syntax --close-stderr': Failed to execute child process "dbus-launch" (No such file or directory) at /opt/plenv/versions/5.18.1/lib/perl5/site_perl/5.18.1/x86_64-linux/Glib/Object/Introspection.pm line 59. WARNING **: Error spawning command line `dbus-launch --autolaunch=6b86f92857d95d3a26e978eb000000d1 --binary-syntax --close-stderr': Failed to execute child process "dbus-launch" (No such file or directory) at /opt/plenv/versions/5.18.1/lib/perl5/site_perl/5.18.1/x86_64-linux/Glib/Object/Introspection.pm line 59. CRITICAL **: WebCore::XPathResult* WebKit::core(WebKitDOMXPathResult*): assertion `coreObject' failed at /opt/plenv/versions/5.18.1/lib/perl5/site_perl/5.18.1/x86_64-linux/Glib/Object/Introspection.pm line 59. CRITICAL **: WebKitDOMXPathResult* webkit_dom_document_evaluate(WebKitDOMDocument*, const gchar*, WebKitDOMNode*, WebKitDOMXPathNSResolver*, gushort, WebKitDOMXPathResult*, GError**): assertion `converted_in_result' failed at /opt/plenv/versions/5.18.1/lib/perl5/site_perl/5.18.1/x86_64-linux/Glib/Object/Introspection.pm line 59. Can't call method "get_snapshot_length" on an undefined value at /home/vagrant/.cpanm/work/1390870087.3040/WWW-WebKit-0.06/blib/lib/WWW/WebKit.pm line 444. # Tests were run but no plan was declared and done_testing() was not seen. t/01load.t .. Dubious, test returned 255 (wstat 65280, 0xff00) All 3 subtests passed ... Here is the relevant Perl and OS version information: ~$ plenv exec perl -v This is perl 5, version 18, subversion 1 (v5.18.1) built for x86_64-linux ... ~$ uname -a Linux vagrant 3.5.0-23-generic #35~precise1-Ubuntu SMP Fri Jan 25 17:13:26 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux I'm sure there is additional information that you need to track down the issue, please let me know what you need.
Could you please try to upgrade your gobject-introspection package? The lowest version I've tested is 1.34.2. The dbus-launch warning looks strange, as if the dbus-x11 package was not installed. Can you confirm?
Subject: Re: [rt.cpan.org #92522] WWW::WebKit is unable to complete its tests
Date: Tue, 28 Jan 2014 09:55:22 -0800
To: bug-WWW-WebKit [...] rt.cpan.org
From: Bob Kleemann <bob.kleemann [...] tealium.com>
On Mon, Jan 27, 2014 at 11:23 PM, Stefan Seifert via RT < bug-WWW-WebKit@rt.cpan.org> wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=92522 > > > Could you please try to upgrade your gobject-introspection package? The > lowest version I've tested is 1.34.2. >
The version I have is 1.32.0-1. I'll investigate updating. Show quoted text
> > The dbus-launch warning looks strange, as if the dbus-x11 package was not > installed. Can you confirm? >
Yes, the dbus-x11 package was not installed. Installing and running the tests again produces the following: PERL_DL_NONLAZY=1 /opt/plenv/versions/5.18.1/bin/perl5.18.1 "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t *** Cannot use generic signal marshallers for signal insert-text of Gtk3::Editable unless gobject-introspection >= 1.33.10; any handlers connected to the signal might thus be invoked incorrectly *** Cannot use generic signal marshallers for signal response of Gtk3::Dialog unless gobject-introspection >= 1.33.10; any handlers connected to the signal might thus be invoked incorrectly *** Cannot use generic signal marshallers for signal response of Gtk3::InfoBar unless gobject-introspection >= 1.33.10; any handlers connected to the signal might thus be invoked incorrectly Smartmatch is experimental at /home/vagrant/.cpanm/work/1390930919.3745/WWW-WebKit-0.06/blib/lib/WWW/WebKit.pm line 804. (process:3871): Gdk-CRITICAL **: gdk_pango_context_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed (process:3871): Pango-CRITICAL **: pango_context_set_font_description: assertion `context != NULL' failed (process:3871): Pango-CRITICAL **: pango_context_set_base_dir: assertion `context != NULL' failed (process:3871): Pango-CRITICAL **: pango_context_set_language: assertion `context != NULL' failed (process:3871): Pango-CRITICAL **: pango_context_set_base_dir: assertion `context != NULL' failed (process:3871): Gdk-CRITICAL **: gdk_pango_context_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed (process:3871): Pango-CRITICAL **: pango_context_set_font_description: assertion `context != NULL' failed (process:3871): Pango-CRITICAL **: pango_context_set_base_dir: assertion `context != NULL' failed (process:3871): Pango-CRITICAL **: pango_context_set_language: assertion `context != NULL' failed (process:3871): Pango-CRITICAL **: pango_context_set_base_dir: assertion `context != NULL' failed GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed at /opt/plenv/versions/5.18.1/lib/perl5/site_perl/5.18.1/x86_64-linux/Glib/Object/Introspection.pm line 59. GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed at /opt/plenv/versions/5.18.1/lib/perl5/site_perl/5.18.1/x86_64-linux/Glib/Object/Introspection.pm line 59. (process:3871): Gtk-CRITICAL **: gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed (process:3871): Gdk-CRITICAL **: gdk_screen_get_display: assertion `GDK_IS_SCREEN (screen)' failed (process:3871): Gdk-CRITICAL **: gdk_keymap_get_for_display: assertion `GDK_IS_DISPLAY (display)' failed GLib-GObject-CRITICAL **: g_object_get: assertion `G_IS_OBJECT (object)' failed at /opt/plenv/versions/5.18.1/lib/perl5/site_perl/5.18.1/x86_64-linux/Glib/Object/Introspection.pm line 59. (process:3871): Gdk-CRITICAL **: gdk_keymap_get_direction: assertion `GDK_IS_KEYMAP (keymap)' failed (process:3871): Gtk-CRITICAL **: gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed GLib-GObject-WARNING **: invalid (NULL) pointer instance at /opt/plenv/versions/5.18.1/lib/perl5/site_perl/5.18.1/x86_64-linux/Glib/Object/Introspection.pm line 59. GLib-GObject-CRITICAL **: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed at /opt/plenv/versions/5.18.1/lib/perl5/site_perl/5.18.1/x86_64-linux/Glib/Object/Introspection.pm line 59. (process:3871): Gdk-CRITICAL **: gdk_screen_get_rgba_visual: assertion `GDK_IS_SCREEN (screen)' failed (process:3871): Gdk-CRITICAL **: gdk_screen_get_system_visual: assertion `GDK_IS_SCREEN (screen)' failed GLib-GObject-CRITICAL **: g_object_ref: assertion `G_IS_OBJECT (object)' failed at /opt/plenv/versions/5.18.1/lib/perl5/site_perl/5.18.1/x86_64-linux/Glib/Object/Introspection.pm line 59. WARNING **: Command line `dbus-launch --autolaunch=6b86f92857d95d3a26e978eb000000d1 --binary-syntax --close-stderr' exited with non-zero exit status 1: Autolaunch error: X11 initialization failed.\n at /opt/plenv/versions/5.18.1/lib/perl5/site_perl/5.18.1/x86_64-linux/Glib/Object/Introspection.pm line 59. GLib-GObject-WARNING **: invalid (NULL) pointer instance at /opt/plenv/versions/5.18.1/lib/perl5/site_perl/5.18.1/x86_64-linux/Glib/Object/Introspection.pm line 59. GLib-GObject-CRITICAL **: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed at /opt/plenv/versions/5.18.1/lib/perl5/site_perl/5.18.1/x86_64-linux/Glib/Object/Introspection.pm line 59. GLib-GObject-WARNING **: invalid (NULL) pointer instance at /opt/plenv/versions/5.18.1/lib/perl5/site_perl/5.18.1/x86_64-linux/Glib/Object/Introspection.pm line 59. GLib-GObject-CRITICAL **: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed at /opt/plenv/versions/5.18.1/lib/perl5/site_perl/5.18.1/x86_64-linux/Glib/Object/Introspection.pm line 59. WARNING **: Command line `dbus-launch --autolaunch=6b86f92857d95d3a26e978eb000000d1 --binary-syntax --close-stderr' exited with non-zero exit status 1: Autolaunch error: X11 initialization failed.\n at /opt/plenv/versions/5.18.1/lib/perl5/site_perl/5.18.1/x86_64-linux/Glib/Object/Introspection.pm line 59. WARNING **: Command line `dbus-launch --autolaunch=6b86f92857d95d3a26e978eb000000d1 --binary-syntax --close-stderr' exited with non-zero exit status 1: Autolaunch error: X11 initialization failed.\n at /opt/plenv/versions/5.18.1/lib/perl5/site_perl/5.18.1/x86_64-linux/Glib/Object/Introspection.pm line 59. (process:3871): Pango-CRITICAL **: pango_layout_new: assertion `context != NULL' failed (process:3871): Pango-CRITICAL **: pango_layout_set_alignment: assertion `layout != NULL' failed (process:3871): Pango-CRITICAL **: pango_layout_set_spacing: assertion `layout != NULL' failed (process:3871): Pango-CRITICAL **: pango_layout_set_indent: assertion `layout != NULL' failed (process:3871): Pango-CRITICAL **: pango_layout_set_text: assertion `layout != NULL' failed (process:3871): Pango-CRITICAL **: pango_layout_set_attributes: assertion `layout != NULL' failed (process:3871): Pango-CRITICAL **: pango_layout_get_extents: assertion `layout != NULL' failed (process:3871): Pango-CRITICAL **: pango_layout_get_width: assertion `layout != NULL' failed WARNING **: Command line `dbus-launch --autolaunch=6b86f92857d95d3a26e978eb000000d1 --binary-syntax --close-stderr' exited with non-zero exit status 1: Autolaunch error: X11 initialization failed.\n at /opt/plenv/versions/5.18.1/lib/perl5/site_perl/5.18.1/x86_64-linux/Glib/Object/Introspection.pm line 59. WARNING **: Command line `dbus-launch --autolaunch=6b86f92857d95d3a26e978eb000000d1 --binary-syntax --close-stderr' exited with non-zero exit status 1: Autolaunch error: X11 initialization failed.\n at /opt/plenv/versions/5.18.1/lib/perl5/site_perl/5.18.1/x86_64-linux/Glib/Object/Introspection.pm line 59. CRITICAL **: WebCore::XPathResult* WebKit::core(WebKitDOMXPathResult*): assertion `coreObject' failed at /opt/plenv/versions/5.18.1/lib/perl5/site_perl/5.18.1/x86_64-linux/Glib/Object/Introspection.pm line 59. CRITICAL **: WebKitDOMXPathResult* webkit_dom_document_evaluate(WebKitDOMDocument*, const gchar*, WebKitDOMNode*, WebKitDOMXPathNSResolver*, gushort, WebKitDOMXPathResult*, GError**): assertion `converted_in_result' failed at /opt/plenv/versions/5.18.1/lib/perl5/site_perl/5.18.1/x86_64-linux/Glib/Object/Introspection.pm line 59. Can't call method "get_snapshot_length" on an undefined value at /home/vagrant/.cpanm/work/1390930919.3745/WWW-WebKit-0.06/blib/lib/WWW/WebKit.pm line 444. GLib-GObject-WARNING **: invalid (NULL) pointer instance at /opt/plenv/versions/5.18.1/lib/perl5/site_perl/5.18.1/x86_64-linux/Glib/Object/Introspection.pm line 59. GLib-GObject-CRITICAL **: g_signal_handlers_disconnect_matched: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed at /opt/plenv/versions/5.18.1/lib/perl5/site_perl/5.18.1/x86_64-linux/Glib/Object/Introspection.pm line 59. # Tests were run but no plan was declared and done_testing() was not seen. t/01load.t .. Dubious, test returned 255 (wstat 65280, 0xff00) All 3 subtests passed

Message body is not shown because it is too large.

Subject: Re: [rt.cpan.org #92522] WWW::WebKit is unable to complete its tests
Date: Tue, 28 Jan 2014 14:02:31 -0800
To: bug-WWW-WebKit [...] rt.cpan.org
From: Bob Kleemann <bob.kleemann [...] tealium.com>
On Tue, Jan 28, 2014 at 9:55 AM, Bob Kleemann <bob.kleemann@tealium.com>wrote: Show quoted text
> On Mon, Jan 27, 2014 at 11:23 PM, Stefan Seifert via RT < > bug-WWW-WebKit@rt.cpan.org> wrote: >
>> <URL: https://rt.cpan.org/Ticket/Display.html?id=92522 > >> >> Could you please try to upgrade your gobject-introspection package? The >> lowest version I've tested is 1.34.2. >>
> > The version I have is 1.32.0-1. I'll investigate updating. >
After updating to 1.34.0 of gobject-introspection (and related libraries), this is the output from the tests: PERL_DL_NONLAZY=1 /opt/plenv/versions/5.18.1/bin/perl5.18.1 "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t Smartmatch is experimental at /home/vagrant/.cpanm/work/1390946153.6038/WWW-WebKit-0.06/blib/lib/WWW/WebKit.pm line 804. (process:6164): Gdk-CRITICAL **: gdk_pango_context_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed (process:6164): Pango-CRITICAL **: pango_context_set_font_description: assertion `context != NULL' failed (process:6164): Pango-CRITICAL **: pango_context_set_base_dir: assertion `context != NULL' failed (process:6164): Pango-CRITICAL **: pango_context_set_language: assertion `context != NULL' failed (process:6164): Pango-CRITICAL **: pango_context_set_base_dir: assertion `context != NULL' failed (process:6164): Gdk-CRITICAL **: gdk_pango_context_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed (process:6164): Pango-CRITICAL **: pango_context_set_font_description: assertion `context != NULL' failed (process:6164): Pango-CRITICAL **: pango_context_set_base_dir: assertion `context != NULL' failed (process:6164): Pango-CRITICAL **: pango_context_set_language: assertion `context != NULL' failed (process:6164): Pango-CRITICAL **: pango_context_set_base_dir: assertion `context != NULL' failed GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed at /opt/plenv/versions/5.18.1/lib/perl5/site_perl/5.18.1/x86_64-linux/Glib/Object/Introspection.pm line 59. GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed at /opt/plenv/versions/5.18.1/lib/perl5/site_perl/5.18.1/x86_64-linux/Glib/Object/Introspection.pm line 59. (process:6164): Gtk-CRITICAL **: gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed (process:6164): Gdk-CRITICAL **: gdk_screen_get_display: assertion `GDK_IS_SCREEN (screen)' failed (process:6164): Gdk-CRITICAL **: gdk_keymap_get_for_display: assertion `GDK_IS_DISPLAY (display)' failed GLib-GObject-CRITICAL **: g_object_get: assertion `G_IS_OBJECT (object)' failed at /opt/plenv/versions/5.18.1/lib/perl5/site_perl/5.18.1/x86_64-linux/Glib/Object/Introspection.pm line 59. (process:6164): Gdk-CRITICAL **: gdk_keymap_get_direction: assertion `GDK_IS_KEYMAP (keymap)' failed (process:6164): Gtk-CRITICAL **: gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed GLib-GObject-WARNING **: invalid (NULL) pointer instance at /opt/plenv/versions/5.18.1/lib/perl5/site_perl/5.18.1/x86_64-linux/Glib/Object/Introspection.pm line 59. GLib-GObject-CRITICAL **: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed at /opt/plenv/versions/5.18.1/lib/perl5/site_perl/5.18.1/x86_64-linux/Glib/Object/Introspection.pm line 59. (process:6164): Gdk-CRITICAL **: gdk_screen_get_rgba_visual: assertion `GDK_IS_SCREEN (screen)' failed (process:6164): Gdk-CRITICAL **: gdk_screen_get_system_visual: assertion `GDK_IS_SCREEN (screen)' failed GLib-GObject-CRITICAL **: g_object_ref: assertion `G_IS_OBJECT (object)' failed at /opt/plenv/versions/5.18.1/lib/perl5/site_perl/5.18.1/x86_64-linux/Glib/Object/Introspection.pm line 59. GLib-GObject-WARNING **: invalid (NULL) pointer instance at /opt/plenv/versions/5.18.1/lib/perl5/site_perl/5.18.1/x86_64-linux/Glib/Object/Introspection.pm line 59. GLib-GObject-CRITICAL **: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed at /opt/plenv/versions/5.18.1/lib/perl5/site_perl/5.18.1/x86_64-linux/Glib/Object/Introspection.pm line 59. GLib-GObject-WARNING **: invalid (NULL) pointer instance at /opt/plenv/versions/5.18.1/lib/perl5/site_perl/5.18.1/x86_64-linux/Glib/Object/Introspection.pm line 59. GLib-GObject-CRITICAL **: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed at /opt/plenv/versions/5.18.1/lib/perl5/site_perl/5.18.1/x86_64-linux/Glib/Object/Introspection.pm line 59. WARNING **: Error spawning command line `dbus-launch --autolaunch=6b86f92857d95d3a26e978eb000000d1 --binary-syntax --close-stderr': Child process exited with code 1 at /opt/plenv/versions/5.18.1/lib/perl5/site_perl/5.18.1/x86_64-linux/Glib/Object/Introspection.pm line 59. (process:6164): Pango-CRITICAL **: pango_layout_new: assertion `context != NULL' failed WARNING **: Error spawning command line `dbus-launch --autolaunch=6b86f92857d95d3a26e978eb000000d1 --binary-syntax --close-stderr': Child process exited with code 1 at /opt/plenv/versions/5.18.1/lib/perl5/site_perl/5.18.1/x86_64-linux/Glib/Object/Introspection.pm line 59. (process:6164): Pango-CRITICAL **: pango_layout_set_alignment: assertion `layout != NULL' failed (process:6164): Pango-CRITICAL **: pango_layout_set_spacing: assertion `layout != NULL' failed (process:6164): Pango-CRITICAL **: pango_layout_set_indent: assertion `layout != NULL' failed (process:6164): Pango-CRITICAL **: pango_layout_set_text: assertion `layout != NULL' failed (process:6164): Pango-CRITICAL **: pango_layout_set_attributes: assertion `layout != NULL' failed (process:6164): Pango-CRITICAL **: pango_layout_get_extents: assertion `layout != NULL' failed (process:6164): Pango-CRITICAL **: pango_layout_get_width: assertion `layout != NULL' failed WARNING **: Error spawning command line `dbus-launch --autolaunch=6b86f92857d95d3a26e978eb000000d1 --binary-syntax --close-stderr': Child process exited with code 1 at /opt/plenv/versions/5.18.1/lib/perl5/site_perl/5.18.1/x86_64-linux/Glib/Object/Introspection.pm line 59. WARNING **: Error spawning command line `dbus-launch --autolaunch=6b86f92857d95d3a26e978eb000000d1 --binary-syntax --close-stderr': Child process exited with code 1 at /opt/plenv/versions/5.18.1/lib/perl5/site_perl/5.18.1/x86_64-linux/Glib/Object/Introspection.pm line 59. WARNING **: Error spawning command line `dbus-launch --autolaunch=6b86f92857d95d3a26e978eb000000d1 --binary-syntax --close-stderr': Child process exited with code 1 at /opt/plenv/versions/5.18.1/lib/perl5/site_perl/5.18.1/x86_64-linux/Glib/Object/Introspection.pm line 59. CRITICAL **: WebCore::XPathResult* WebKit::core(WebKitDOMXPathResult*): assertion `coreObject' failed at /opt/plenv/versions/5.18.1/lib/perl5/site_perl/5.18.1/x86_64-linux/Glib/Object/Introspection.pm line 59. CRITICAL **: WebKitDOMXPathResult* webkit_dom_document_evaluate(WebKitDOMDocument*, const gchar*, WebKitDOMNode*, WebKitDOMXPathNSResolver*, gushort, WebKitDOMXPathResult*, GError**): assertion `converted_in_result' failed at /opt/plenv/versions/5.18.1/lib/perl5/site_perl/5.18.1/x86_64-linux/Glib/Object/Introspection.pm line 59. Can't call method "get_snapshot_length" on an undefined value at /home/vagrant/.cpanm/work/1390946153.6038/WWW-WebKit-0.06/blib/lib/WWW/WebKit.pm line 444. GLib-GObject-WARNING **: invalid (NULL) pointer instance at /opt/plenv/versions/5.18.1/lib/perl5/site_perl/5.18.1/x86_64-linux/Glib/Object/Introspection.pm line 59. GLib-GObject-CRITICAL **: g_signal_handlers_disconnect_matched: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed at /opt/plenv/versions/5.18.1/lib/perl5/site_perl/5.18.1/x86_64-linux/Glib/Object/Introspection.pm line 59. # Tests were run but no plan was declared and done_testing() was not seen. t/01load.t .. Dubious, test returned 255 (wstat 65280, 0xff00) All 3 subtests passed

Message body is not shown because it is too large.